html body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body h5,
body h4 {
    font-weight: 800;
    line-height: 30px;
}

#top-bar {
    background-color: #375a9d;
    min-height: 50px;
    color: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

.darkbg {
    background-color: #0a1b35;
}

html ul {
    margin: 0;
    padding: 0;
}

html ul li {
    list-style-type: none;
}

#top-bar h5 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 800;
    padding-top: 15px;
    padding-bottom: 15px;
}

a.btn.btn-default {
    border: 1px solid #2d287e;
}

nav.navbar.navbar-expand-lg {
    padding: 5px 0;
}

nav.navbar a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

nav.navbar .navbar-nav .nav-link.active,
nav.navbar .navbar-nav .nav-link:hover {
    color: #f6cd46;
}

.mobile-logo {
    max-height: 50px;
}

.header-icons {
    margin: 0;
    padding: 0;
}

.header-icons li {
    margin: 0;
    list-style-type: none;
    padding: 0;
    float: left;
    padding-right: 10px;
}

.header-icons li:last-child {
    padding-right: 0px;
}

header {
    padding: 2px 0 0;
    position: fixed;
    width: 100%;
    top: 60px;
    z-index: 99;
    background-color: #ffffff;
    box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

header.scrolled {
    top: 40px;
    padding: 10px 0 10px;
    box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

/* header.scrolled ul.icons-text li a,
header.scrolled ul.icons-text li span {
    display: none;
} */

header.scrolled .logo-header {
    max-height: 70px;
}

header.scrolled ul.icons-text li img {
    margin: 0 auto 0px;
}

header.scrolled #bottom-bar {
    display: none !important;
}

header.scrolled .col-sm-2.d-none.d-md-block {
    /*display: none !important; StickyButton*/
}

main {
    margin-top: 204px;
}

#top-bar.scrolled {
    min-height: auto;
}

#top-bar.scrolled h5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

#top-bar.scrolled nav.navbar.navbar-expand-lg {
    padding: 0;
}

.logo-header {
    max-height: 90px;
}

button.navbar-toggler {
    background: #fff;
}

ul.icons-text {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

ul.icons-text li {
    margin: 0;
    list-style-type: none;
    padding: 0;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 150px;
    text-align: center;
    width: 100%;
    line-height: 18px;
}

ul.icons-text li:last-child {
    padding-right: 0px;
}

ul.icons-text li img {
    max-height: 70px;
    display: block;
    text-align: center;
    margin: 0 auto 1px;
}

ul.icons-text li a,
ul.icons-text li span {
    color: #1e3b70;
    font-size: 12px;
    text-decoration: none;
}

.btn.btn-light {
    border: 2px solid #171270;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 162px;
    width: 100%;
}

.btn.btn-light:hover {
    border: 2px solid #f6cd46;
    background-color: #f6cd46;
}

a.btn.btn-light.whatsapp {
    background-color: #27d268;
    border: 2px solid #27d268;
    color: #fff;
}

#bottom-bar {
    margin-top: 2px;
}

#bottom-bar h5,
.banner-bottom h5 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 800;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}

.blue-color {
    color: #2d277e;
}

.yellow-bar {
    background-color: #f6cd46;
    position: relative;
}

.yellow-bar:before {
    content: '';
    height: 50px;
    width: 69px;
    background-color: #fff;
    display: block;
    position: absolute;
    transform: skew(-45deg, 0deg);
    left: -27px;
    z-index: 0;
}

.nav-item .btn.btn-light {
    max-width: 100%;
    width: 100%;
    color: #000;
}

#banner .carousel-caption {
    left: 65px;
    color: #fff;
    text-align: left;
    top: 50%;
    margin-top: -83px;
}

#banner .carousel-caption h5 {
    font-size: 33px;
    font-weight: 800;
}

#banner .carousel-caption p {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: 400;
}

#banner .carousel-caption a.btn.btn-default {
    border: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
}

#banner .carousel-control-next,
#banner .carousel-control-prev {
    width: 32px;
}

#banner .carousel-control-next {
    right: 10px;
}

#banner .carousel-control-prev {
    left: 10px;
}

#banner .carousel-item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
}

.banner-bottom {
    background-color: #f6cd46;
    position: relative;
}

img.whatsapp-cta {
    max-width: 320px;
    position: absolute;
    top: -37px;
    left: 50%;
    margin-left: -160px;
}

#different {
    background-color: #2d277e;
    padding: 40px 0;
    position: relative;
    z-index: 9;
}

#different h4 {
    font-size: 22px;
    margin-bottom: 0px;
    font-weight: 900;
    color: #fff;
}

.icons-different {
    padding: 0;
    margin: 0;
}

.icons-different li {
    padding: 0;
    margin: 0;
    display: inline;
    list-style-type: none;
    float: left;
    text-align: center;
    color: #fff;
    max-width: 140px;
    width: 100%;
    font-size: 14px;
}

.icons-different li img {
    display: block;
    margin: 0 auto 15px;
    max-height: 49px;
}

#form {
    padding: 40px 0;
}

#form h4 {
    font-size: 28px;
    margin-bottom: 0px;
    font-weight: 900;
}

.container.max-1195 {
    max-width: 1195px;
    margin: 0 auto;
}

button.btn.btn-success,
button.btn.btn-success:active {
    background-color: #2d277e;
    border-color: #2d277e;
    font-weight: 800;
}

#services {
    padding-top: 20px;
    padding-bottom: 60px;
}

#services ul {
    margin: 0;
    padding: 0;
}

#services ul li {
    margin: 0 15px 0 0;
    padding: 0;
    float: left;
    list-style-type: none;
}

#services ul li:last-child {
    margin: 0 0px 0 0;
}

#services img {
    max-width: 222px;
    height: auto;
    object-fit: cover;
}

#services span {
    background-color: #f6cd46;
    max-width: 200px;
    margin: -17px auto 0;
    display: block;
    text-align: center;
    color: #2d277e;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 50px;
    z-index: 9;
    position: relative;
}

.slick-slide {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 25px;
}

ul.stars {
    padding: 0;
    margin: 0px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

ul.stars li i {
    color: #f1ae57;
}

ul.stars li {
    float: left;
    list-style-type: none;
    padding-right: 3px;
}

.slick-slide p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    float: left;
    width: 100%;
}

.slick-slide h5 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    margin-top: 10px;
    float: left;
    width: 100%;
}

#content {
    padding-bottom: 100px;
    padding-top: 100px;
}

#content .btn {
    color: #6287be;
    font-weight: 500;
}

.container.margin-negative {
    margin-top: -55px;
    position: relative;
    z-index: 9;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    box-shadow: 0 0px 12px 0px rgba(0, 0, 0, 0.2);
}

footer {
    background-color: #2d277e;
    padding: 30px 0;
}

footer p {
    color: #fff;
    margin-bottom: 0;
}

section#different.service-page {
    padding: 20px 0;
}

section#services img.max-150 {
    max-width: 140px;
}

section#services.service-page .col-sm-3 {
    margin-bottom: 30px;
}

.contact-section {
    padding: 30px 0;
    background-color: #f6cd46;
}

a.btn.btn-primary,
a.btn.btn-primary:active {
    background: #2d277f;
    border-color: #2d277f;
    width: 100%;
    max-width: 400px;
    font-size: 25px;
    font-weight: 800;
}

.contact-section a.btn.btn-light,
.contact-section a.btn.btn-light:active {
    background: #ffffff;
    border-color: #2d277f;
    width: 100%;
    max-width: 400px;
    font-size: 25px;
    font-weight: 800;
    color: #2d277f;
}

#form .container-fluid {
    background-color: #f6cd46;
}

img.img-fluid.max250 {
    max-width: 400px;
}

button.btn.btn-warning {
    font-weight: 800;
    color: #2d277e;
    background-color: #f6cd46;
}

.price-section {
    margin-bottom: 30px;
}

.price-section .container {
    border: 1px solid #2d277e;
    background-color: #eae9f2;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.price-section h4 {
    font-size: 30px;
    color: #2d277e;
    margin-bottom: 30px;
}

.price-section p {
    font-size: 18px;
}

.price-section .icon-small {
    max-width: 90px;
    margin: 0 auto 30px;
}

.price-section .icon-medium {
    max-width: 125px;
    margin: 0 auto 30px;
}

.price-section .icon-large {
    max-width: 150px;
    margin: 0 auto 30px;
}

.price-section .icon-xl {
    max-width: 180px;
    margin: 0 auto 30px;
}

img.img-fluid.max140 {
    max-width: 140px;
    margin: 0 auto 20px;
}

.price-section .col p {
    font-size: 15px;
}

footer p a {
    color: #fff !important;
    text-decoration: none;
}

.blue-color a {
    color: #fff !important;
    text-decoration: none;
}

@media (min-width: 992px) {

    .slider,
    .slide {
        /*height: 50vh;*/
    }
}

.slide {
    position: relative;
}

.slide .slide__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media (min-width: 992px) {
    .slide .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}

.slide .slide__img img {
    max-width: 100%;
    height: 100%;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}

.slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide .slide__content.slide__content__left {
    left: 15%;
    transform: translate(-15%, -50%);
}

.slide .slide__content.slide__content__right {
    right: 15%;
    left: auto;
    transform: translate(5%, -50%);
}

.slide .slide__content--headings {
    color: #FFF;
}

.slide .slide__content--headings h2 {
    font-size: 4.5rem;
    margin: 10px 0;
}

.slide .slide__content--headings .animated {
    transition: all 0.5s ease;
}

.slide .slide__content--headings .top-title {
    font-family: "Playball", cursive;
    font-size: 2.5rem;
}

.slide .slide__content--headings .title {
    font-size: 3.5rem;
}

.slide .slide__content--headings .button-custom {
    text-decoration: none;
    color: #333;
    padding: 1.2rem 2.5rem;
    font-size: 1.5rem;
}

.slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}

.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}

.slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, .12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
    left: 3%;
    transform: scaleX(-1);
    z-index: 999;
}

.slick-nav.next-arrow {
    left: auto;
    right: 3%;
}

.slick-nav i {
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
}

.slick-nav i:before,
.slick-nav i:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--active);
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 9px 50%;
}

.slick-nav i:before {
    transform: rotate(-40deg);
}

.slick-nav i:after {
    transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid var(--border);
}

.slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg);
}

.slick-nav.animate svg {
    -webkit-animation: stroke 1s ease forwards 0.3s;
    animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
    -webkit-animation: arrow 1.6s ease forwards;
    animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
    -webkit-animation: arrowUp 1.6s ease forwards;
    animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
    -webkit-animation: arrowDown 1.6s ease forwards;
    animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@-webkit-keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@-webkit-keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@-webkit-keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

#different .slick-slide {
    margin: 0 10px !important;
}

.banner__slider .slick-slide {
    padding: 0px;
    text-align: inherit;
    border-radius: 0px;
}

.yellow-bar:before {
    content: '';
    height: 100%;
    width: 69px;
    background-color: #fff;
    display: block;
    position: absolute;
    transform: skew(-45deg, 0deg);
    left: -27px;
    z-index: 0;
}
a{
    text-decoration: none !important;
}
@media (min-width:1900px) {
    main {
        margin-top: 234px;
    }
}