body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #f1f5f9;
}

a {
    transition: all 0.5s ease-in-out;
    color: #212529;
    text-decoration: none;
}

a:hover {
    color: #1a237e;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

ol,
ul,
dl {
    margin: 0;
}

/* dex-header */

.dex-header {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.dex-header-top {
    margin: 0;
    padding: 10px 0;
    font-size: 15px;
    background-color: #f1f5f9;
    border-bottom: 1px solid #e1e5e9;
}

.dex-top-contact ul,
.dex-top-quote ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.dex-top-contact ul li,
.dex-top-quote ul li {
    margin-right: 20px;
}

.dex-top-contact ul li:last-child,
.dex-top-quote ul li:last-child {
    margin-right: 0;
}

.dex-top-contact ul li a:hover,
.dex-top-quote ul li a:hover {
    color: #2196f3;
}

.dex-top-contact ul li a i,
.dex-top-quote ul li a i {
    color: #1a237e;
    margin-right: 10px;
    font-weight: bold;
}

.dex-header-bottom {
    margin: 0;
    padding: 20px 0;
    background-color: #fff;
    border-bottom: 1px solid #e1e5e9;
}

.dex-logo img {
height: 80px;
}


.dex-hamburger {
    margin: 0;
    width: 54px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: none;
}

.dex-hamburger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #1a237e;
    border-radius: 6px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.dex-hamburger span:nth-child(1) {
    top: 0px;
}

.dex-hamburger span:nth-child(2),
.dex-hamburger span:nth-child(3) {
    top: 8px;
}

.dex-hamburger span:nth-child(4) {
    top: 16px;
}

.dex-hamburger.is-open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.dex-hamburger.is-open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dex-hamburger.is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dex-hamburger.is-open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.dex-navbar ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.dex-navbar ul li a {
    margin: 0;
    padding: 10px 15px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    letter-spacing: normal;
}

.dex-navbar ul li a.track {
    padding: 10px 25px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #2196f3;
    color: #fff;
}

.dex-navbar ul li a.track:hover {
    background-color: #2196f3;
    color: #fff;
}

.dex-navbar ul li a.pay {
    padding: 10px 25px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #1a237e;
    color: #fff;
}

.dex-navbar ul li a.pay:hover {
    background-color: #1a237e;
    color: #fff;
}

.dex-navbar ul li a:hover {
    color: #1a237e;
}

@media (min-width: 992px) {
    .dex-nav {
        display: flex !important;
    }
}

@media (max-width: 991.98px) {
    .dex-hamburger {
        display: block;
    }
    .dex-nav {
        display: none;
        position: absolute;
        background-color: #fff;
        border-radius: 4px;
        margin: auto;
        padding: 0;
        z-index: 1000;
        top: 140px;
        left: 0;
        right: 0;
        width: calc(100% - 30px);
        max-width: 690px;
        max-height: 320px;
        overflow: auto;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    }
    .dex-navbar ul {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .dex-navbar ul li a {
        padding: 8px 25px;
    }
    .dex-navbar ul li a:hover {
        background-color: #1a237e;
        color: #fff;
    }
    .dex-navbar ul li a.track,
    .dex-navbar ul li a.pay {
        padding: 8px 25px;
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .dex-nav {
        top: 170px;
        max-width: 510px;
    }
}

/* dex-slider */

.dex-slider {
    margin: 0;
    padding: 0;
    background-color: #f1f5f9;
}

.dex-slider-cell {
    width: 100%;
    max-height: auto;
}

.dex-slider-cell img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.dex-slider-title {
    position: absolute;
    top: 150px;
    left: 150px;
    color: #fff;
    max-width: 600px;
}

.dex-slider-title h2 {
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-size: 72px;
    margin: 0;
    font-weight: 400;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px #212529;
}

.dex-slider-title h2 span {
    font-weight: 600;
    color: #2196f3;
}

.dex-slider-carousel>.flickity-page-dots {
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
}

.dex-slider-carousel>.flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: transparent;
    border: 2px solid white;
}

.dex-slider-carousel>.flickity-page-dots .dot.is-selected {
    background: #1a237e;
    border-color: #1a237e;
}

.dex-slider-carousel>.flickity-button {
    background: #1a237e;
    color: #212529;
}

.dex-slider-carousel>.flickity-prev-next-button {
    width: 40px;
    height: 40px;
}

.dex-slider-carousel>.flickity-prev-next-button.previous {
    left: 15px;
}

.dex-slider-carousel>.flickity-prev-next-button.next {
    right: 15px;
}

.dex-slider-carousel .flickity-button-icon {
    fill: #fff;
}

@media (max-width: 991.98px) {
    .dex-slider-cell img {
        min-height: 400px;
    }
    .dex-slider-title {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .dex-slider-cell img {
        min-height: 350px;
    }
}

@media (max-width: 575.98px) {
    .dex-slider-carousel>.flickity-page-dots {
        bottom: 14px;
        right: 0;
        text-align: center;
    }
}

/* dex-homepage */

.dex-homepage {
    margin: 0;
    padding: 30px 0;
    background-color: #fff;
}

.dex-homepage-content {
    margin: 0;
    padding: 30px 0;
}

.dex-homepage-content h1 {
    font-size: 32px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.dex-homepage-content h1 span {
    color: #1a237e;
}

.dex-homepage-content a {
    color: #1a237e;
}

.dex-homepage-content p {
    letter-spacing: 0.5px;
    font-size: 16px;
    margin-bottom: 20px;
}

.dex-homepage-content p:last-child {
    margin-bottom: 0;
}

.dex-homepage-form {
    margin: 0;
    padding: 30px;
    text-align: center;
    background-color: #1a237e;
    border-radius: 10px;
}

.dex-homepage-form h2 {
    font-size: 28px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.dex-homepage-form input,
.dex-homepage-form select {
    border: 1px solid #1a237e;
    border-radius: 3px;
    padding: 10px;
}

.dex-homepage-form button {
    color: #fff;
    background-color: #212529;
    width: 100%;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px;
}

.dex-homepage-form button:hover {
    color: #fff;
}

/* dex-services */

.dex-services {
    margin: 0;
    padding: 45px 0;
    background-color: #fff;
    text-align: center;
}

.dex-services h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dex-services p {
    margin-top: 0;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    width: 90%;
    letter-spacing: 1px;
}

.dex-services span {
    color: #1a237e;
}

.dex-services [class*="col-"] {
    padding: 15px;
}

.dex-service {
    margin: 0;
    padding: 0;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
}

.dex-service-img img {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.dex-service-content {
    margin: 0;
    padding: 20px;
}

.dex-service-content h3 {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #2196f3;
}

.dex-service-content a {
    color: #2196f3;
}

.dex-service-content p {
    margin-bottom: 0;
    width: 100%;
    letter-spacing: 0.5px;
    font-size: 15px;
}

@media (max-width: 767.98px) {
    .dex-services p {
        width: 100%;
    }
}

/* dex-feedbacks */

.dex-feedbacks {
    margin: 0;
    padding: 45px 0;
    background-color: #f1f5f9;
    text-align: center;
}

.dex-feedbacks h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dex-feedbacks p {
    margin-top: 0;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    width: 90%;
    letter-spacing: 1px;
}

.dex-feedbacks span {
    color: #1a237e;
}

.dex-feedbacks [class*="col-"] {
    padding: 15px;
}

.dex-feedback {
    margin: 0;
    padding: 0;
    background-color: #f1f5f9;
    position: relative;
    height: 100%;
}

.dex-feedback iframe {
    border-radius: 4px;
    width: 100%;
    aspect-ratio: 16 / 9;
}

@media (max-width: 767.98px) {
    .dex-feedbacks p {
        width: 100%;
    }
}

/* why-dex */

.why-dex {
    margin: 0;
    padding: 45px 0;
    background-color: #f1f5f9;
    text-align: center;
}

.why-dex h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.why-dex p {
    margin-top: 0;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    width: 90%;
    letter-spacing: 1px;
}

.why-dex span {
    color: #1a237e;
}

.why-dex [class*="col-"] {
    padding: 15px;
}

.why-dex-content {
    margin: 0;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #f1f5f9;
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
}

.why-dex-content i {
    font-size: 48px;
    margin-bottom: 20px;
    color: #2196f3;
}

.why-dex-content h3 {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.why-dex-content p {
    margin-bottom: 0;
    letter-spacing: 0.5px;
    font-size: 15px;
    width: 100%;
}

@media (max-width: 767.98px) {
    .why-dex p {
        width: 100%;
    }
}

/* dex-hero */

.dex-hero {
    margin: 0;
    padding: 180px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    background-color: #f1f5f9;
}

.dex-breadcrumb a {
    color: #1a237e;
}

.dex-breadcrumb .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
}

.dex-breadcrumb .breadcrumb-item {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px #212529;
    color: #fff;
}

.dex-breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.dex-breadcrumb .breadcrumb-item::before {
    color: #fff;
}

/* dex-map */

.dex-map {
    margin: 0;
    padding: 0;
    background-color: #f1f5f9;
}

.dex-map iframe {
    width: 100%;
    height: 400px;
    border: none;
}

/* dex-main */

.dex-main {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.dex-article {
    margin: 0;
    padding: 60px 0px;
    background-color: #fff;
}

.dex-article h1 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.dex-article h1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: #1a237e;
}

.dex-article h2 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding: 0;
}

.dex-article h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding: 0;
}

.dex-article img {
    margin-bottom: 25px;
}

.dex-article a {
    color: #1a237e;
}

.dex-article a:hover {
    text-decoration: underline;
}

.dex-article p {
    margin-bottom: 25px;
    padding: 0;
    letter-spacing: 0.5px;
}

.dex-article p:last-child {
    margin-bottom: 0;
}

.dex-article ul {
    padding-left: 40px;
    margin-bottom: 25px;
    list-style-type: disc;
}

.dex-article ul li {
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 2;
    letter-spacing: .5px;
}

@media (max-width: 767.98px) {
    .dex-article h1 {
        font-size: 26px;
    }
    .dex-article h2 {
        font-size: 24px;
    }
    .dex-article h3 {
        font-size: 22px;
    }
    .dex-article p {
        font-size: 15px;
    }
    .dex-article ul li {
        font-size: 15px;
    }
}

/* dex-contact */

.dex-contact {
    margin: 0;
    padding: 45px 0;
    background-color: #fff;
    text-align: center;
}

.dex-contact h1 {
    margin-top: 15px;
    margin-bottom: 35px;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dex-contact [class*="col-"] {
    padding: 15px;
}

.dex-contact-item {
    margin: 0;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #f1f5f9;
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
}

.dex-contact-item i {
    font-size: 48px;
    margin-bottom: 20px;
    color: #1a237e;
}

.dex-contact-item p {
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.dex-contact-item p:last-child {
    margin-bottom: 0;
}

/* dex-404 */

.dex-404 {
    margin: 0;
    padding: 120px 0;
    background-color: #fff;
    text-align: center;
}

.dex-404 h1 {
    letter-spacing: 1px;
    font-size: 36px;
    margin-bottom: 30px;
}

.dex-404 h1 span {
    font-size: 144px;
    display: block;
    color: #1a237e;
}

.dex-404 p {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

/* dex-thanks */

.dex-thanks {
    margin: 0;
    padding: 120px 0;
    background-color: #fff;
    text-align: center;
}

.dex-thanks h1 {
    letter-spacing: 1px;
    font-size: 112px;
    margin-bottom: 30px;
    color: #1a237e;
}

.dex-thanks p {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

/* dex-track */

.dex-track {
    margin: 0;
    padding: 45px 0;
    background-color: #fff;
    text-align: center;
}

.dex-track h1 {
    margin-top: 15px;
    margin-bottom: 35px;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* dex-gallery */

.dex-gallery {
    margin: 0;
    padding: 45px 0;
    background-color: #fff;
    text-align: center;
}

.dex-gallery h1 {
    margin-top: 15px;
    margin-bottom: 35px;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dex-gallery-item {
    margin: 0;
    height: 250px;
    padding: 15px;
}

.dex-gallery-item img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

/* dex-quote */

.dex-quote {
    margin: 0;
    padding: 50px 0;
    background-color: #fff;
}

.dex-quote h1 {
    margin-bottom: 40px;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}

.dex-quote-form {
    margin: 0;
    padding: 50px;
    background-color: #f1f5f9;
    border-radius: 10px;
}

.dex-quote-form input,
.dex-quote-form select {
    border: 1px solid #919599;
    border-radius: 3px;
    padding: 5px 10px;
}

.dex-quote-form button {
    color: #fff;
    background-color: #1a237e;
    width: 100%;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px;
}

.dex-quote-form button:hover {
    color: #fff;
    background-color: #212529;
}

@media (max-width: 575.98px) {
    .dex-quote-form {
        padding: 30px;
    }
}

/* dex-foorter */

.dex-footer {
    margin: 0;
    padding: 0;
    font-size: 15px;
    background-color: #212529;
}

.dex-footer-top {
    margin: 0;
    padding: 30px 0;
    text-align: center;
}

.dex-footer-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
    padding-left: 0;
    list-style: none;
}

.dex-footer-nav ul li {
    margin: 5px 10px 5px 0;
}

.dex-footer-nav ul li:last-child {
    margin-right: 0;
}

.dex-footer-nav ul li a {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #414549;
    display: block;
    font-weight: 500;
    color: #919599;
    letter-spacing: 0.5px;
}

.dex-footer-nav ul li a:hover {
    background-color: #1a237e;
    color: #fff;
}

.dex-footer-middle {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #414549;
    border-bottom: 1px solid #414549;
}

.dex-social-links ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
    padding-left: 0;
    list-style: none;
}

.dex-social-links ul li {
    margin: 5px 25px 5px 0;
}

.dex-social-links ul li:last-child {
    margin-right: 0;
}

.dex-social-links ul li a {
    padding: 0;
    display: block;
    font-weight: 500;
    color: #919599;
    letter-spacing: 0.5px;
}

.dex-social-links ul li a i {
    margin-right: 6px;
}

.dex-social-links ul li a:hover {
    color: #1a237e;
}

.dex-footer-bottom {
    margin: 0;
    padding: 25px 0;
    text-align: center;
}

.dex-copyright {
    color: #919599;
    font-weight: 400;
}

@media (max-width: 575.98px) {
    .dex-footer-top {
        padding: 20px 0;
    }
    .dex-footer-nav ul li,
    .dex-social-links ul li {
        margin: 10px;
    }
    .dex-footer-nav ul li a {
        padding: 0;
        background-color: transparent;
    }
    .dex-footer-nav ul li a:hover {
        background-color: transparent;
        color: #1a237e;
    }
}

/*dex-phone*/

.dex-phone {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 0px;
    z-index: 1000;
}

/*dex-whatsapp*/

.dex-whatsapp {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 0px;
    z-index: 1000;
}