@import "https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap";

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #000637;
    --secondary: #bbbbf2;
    --success: #5ed6b3;
    --info: #1998ff;
    --warning: #ffad00;
    --danger: red;
    --light: #fc7341;
    --dark: #221e1e;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.customer-feedback .customer-cards {
    background: #f3f7fb;
    font-size: 18px;
    margin: 0 12px;
    transition: all .7s ease-in-out
}

.customer-feedback .customer-cards .img-customer {
    border-radius: 50%;
    transition: all .7s ease-in-out
}

.customer-feedback .customer-cards:hover {
    background: #e4e7ea;
    transform: scale(1.02)
}

.customer-feedback .customer-cards:hover .img-customer {
    transform: scale(1.05)
}

.customer-feedback .customer-cards .content-divider {
    width: 73px;
    height: 3px
}

.owl-nav {
    font-size: 30px;
    text-align: center;
    color: #6e6e6e
}

.owl-theme .owl-dots .owl-dot {
    outline: none
}

.owl-theme .owl-dots .owl-dot span {
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    box-sizing: border-box;
    background-color: red;
    border: 3px solid transparent;
    border-radius: 50%;
    transform: scale(.6);
    transition: all .3s ease-in-out;
    opacity: .7
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: transparent;
    border-color: red;
    transform: scale(.9)
}

.owl-carousel .owl-item {
    padding: 16px 0
}

.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto
}

.owl-item:nth-child(odd) .content-divider {
    background-color: #000
}

.owl-item:nth-child(2n) .content-divider {
    background-color: red
}

@media (max-width: 575px) {
    .container {
        padding: 0 30px
    }
}

.owl-nav {
    font-size: 30px;
    text-align: center;
    color: #6e6e6e
}

.owl-theme .owl-dots .owl-dot {
    outline: none
}

.owl-theme .owl-dots .owl-dot span {
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    box-sizing: border-box;
    background-color: red;
    border: 3px solid transparent;
    border-radius: 50%;
    transform: scale(.6);
    transition: all .3s ease-in-out;
    opacity: .7
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: transparent;
    border-color: red;
    transform: scale(.9)
}

.owl-carousel .owl-item {
    padding: 16px 0
}

.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto
}

.owl-item:nth-child(odd) .content-divider {
    background-color: #000
}

.owl-item:nth-child(2n) .content-divider {
    background-color: red
}

@media (max-width: 575px) {
    .container {
        padding: 0 30px
    }
}

/*# sourceMappingURL=maps/style.min.css.map */
