/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

 @font-face {
    font-family: 'Buckin';
    src: url('../font/Buckin.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #ffffff;
    font-size: 14px;
    font-family: Poppins;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    background-color: #FFFCF3;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0;
    font-family: 'Buckin', sans-serif;
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}


.btn-go-up {
    position: fixed;
    bottom:0;
    right:0;
    margin:20px;
    padding: 10px 10px 4px 10px;
    background-color: #000222;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    z-index: 100;
}

.btn-go-up:hover{
    background-color: #00043a;
    cursor: pointer;
}

/* Botão de Emergência */
.emergency-btn{
    width: fit-content;
    height: auto;
    padding: 7px 10px;
    margin: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 100;

    text-align: center;
    background-color: #c20000;
    border-radius: 30px;
    text-shadow: 0 0 1px #0000000f;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #fafafa;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;

    overflow: hidden;
    transition: all 0.3s ease;
    transform-style: preserve-3d;    
}

.emergency-btn:hover svg,
.emergency-btn.hover svg {
    margin-right: 5px;
}

.emergency-btn span {
    width: 0;
    opacity: 0;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.emergency-btn:hover span,
.emergency-btn.hover span {
    width: auto;
    opacity: 1;
    margin-right: 10px;
}

.emergency-btn:hover,
.emergency-btn.hover { 
    background-color: #ad0303;
    color: #fff;
    transform: perspective(500px) rotateX(5deg) scale(1.02);
}

.emergency-btn:hover::before,
.emergency-btn.hover::before {
    animation: reflection 1s cubic-bezier(0.1, 0, 0, 0.1);
}

.emergency-btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);
    transform: rotate(45deg);
    transition: all 0.5s;
    opacity: 0;
}

/* Whatsapp Button */

.wpp-container {
    width: 100%;
    height: auto;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.wpp-btn {
    width: fit-content;
    height: auto;
    padding: 7px 30px;
    margin: 0px 10px;
    text-align: center;
    background-color: #00C258;
    border-radius: 10px;
    text-shadow: 0 0 1px #0000000f;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #fafafa;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
}

.wpp-btn a { color: #013317; display: flex; align-items: center; }
.wpp-btn:hover a { color: #013317; }
.wpp-btn:hover {
    background-color: #00b652;
    transform: perspective(500px) rotateX(5deg) scale(1.02);
}

.wpp-btn:hover::before {
    animation: reflection 1s cubic-bezier(0.1, 0, 0, 0.1);
}

.wpp-btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);
    transform: rotate(45deg);
    transition: all 0.5s;
    opacity: 0;
}

@keyframes reflection {
    0% {
        transform: translateX(-200%) rotate(45deg);
        opacity: 1;
    }
    50% {
        transform: translateX(0%) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: translateX(200%) rotate(45deg);
        opacity: 1;
    }
}

.nav-btns-container {
    display: flex;
    flex-direction: row;
}

/* --------------- */

.navbar {
    position: absolute; 
    z-index: 100; 
    width: 100%; 
    background-color: #00c5b5bd; 
    border-bottom: 1px solid #ffffff29; 
    backdrop-filter: blur(10px);
}

.banner_section h2 { color: #e2e2e2; }

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: cover;
}

.logo {
    width: 20%;
    float: left;
    margin:20px;
}

.bg-light {
    background-color: transparent !important;
}

.navbar {
    padding: 0px 20px 15px 20px;
}

.navbar-light .navbar-nav .nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000222;
}


.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 160px;
}

.copy-card {
    padding: 30px 60px;
    backdrop-filter: blur(16px) saturate(90%);
    -webkit-backdrop-filter: blur(16px) saturate(90%);
    background-color: #025059a3;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);

    position: relative;
    z-index: 99;

    transform: perspective(1500px) rotateY(15deg);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    transition: transform 1s ease 0s;
    
    &:hover {
        transform: perspective(3000px) rotateY(5deg);
    }
}
@media screen and (max-width:599px) {
    .copy-card {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background-color: transparent;
        border: none;
        transform: none;
        box-shadow: none;
        transition: none;
    }
}


.banner_taital {
    float: right;
    font-size: 8vh;
    color: #ffffff;
    padding-top: 30px;
    text-transform: uppercase;
    line-height: 90px;
    font-weight: 100;
    font-family: 'Buckin', sans-serif;
}

.image_1 {
    width: 100%;
    float: left;
    text-align: center;
}

#main_slider a.carousel-control-next {
    position: absolute;
    left: 62px;
    top: 75%;
    background: #000222;
    color: #fff;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 20px;
    top: 70%;
    background-color: #f1f1f1;
    color: #000;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 68px;
    height: 68px;
    background: #a3b104;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100px;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background: #000222;
    color: #ffffff;
}

i.fa.fa-angle-right {
    text-align: center;
}

i.fa.fa-angle-left {
    text-align: center;
}


.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.about_main {
    width: 100%;
    float: left;
    margin-top: 120px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 70px;
    color: #000222;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 25px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000222;
    margin: 0px 0px 20px 0px;
    height: auto;
    max-height: 450px;
    padding: 20px 0;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #dbdbdb #ffffff;
}

.about_text::-webkit-scrollbar {
    width: 6px;
    background-color: #ffffff;
}

.about_text::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    border-radius: 10px;
}

.readmore_bt {
    width: 180px;
    float: left;
    margin-top: 50px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #000222;
    text-align: center;
    padding: 12px 0px;
}

.readmore_bt a:hover {
    color: #010101;
    background-color: #f1f1f1;
}

.image_2 {
    width: 100%;
    max-width: 350px;
    float: left;
}

#my_main_slider a.carousel-control-next {
    position: absolute;
    left: 37px;
    top: 40%;
    background: #000222;
    color: #fff;
}

#my_main_slider a.carousel-control-prev {
    position: absolute;
    left: 22px;
    top: 36%;
    background-color: #f1f1f1;
    color: #000;
}

#my_main_slider .carousel-control-prev,
#my_main_slider .carousel-control-next {
    width: 40px;
    height: 40px;
    background: #a3b104;
    opacity: 1;
    font-size: 0px;
    color: #000;
    border-radius: 100px;
}

#my_main_slider .carousel-control-prev:hover,
#my_main_slider .carousel-control-next:hover,
#my_main_slider .carousel-control-prev:focus,
#my_main_slider .carousel-control-next:focus {
    background: #000222;
    color: #ffffff;
}

i.fa.fa-angle-right {
    text-align: center;
}

i.fa.fa-angle-left {
    text-align: center;
}

.booking_section {
    width: 100%;
    height: 200px;
    float: left;
    background-image: url(../images/book-bg.png);
    height: auto;
    padding:0px;
    background-size: 100%;
}
.booking_inside {
  background-image: url(../images/book-bg2.png);
  min-height: 200px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;   
}


.services_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.services_taital {
    width: 100%;
    text-align:center;
    font-size: 70px;
    color: #000222;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 15px;
}

.services_text {
    width: 90%;
    text-align:center;
    font-size: 20px;
    color: #000222;
    margin: auto;
}

.services_section_2 {
    width: 100%;
    float: left;
}

.box_main {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: 200px;
    border-radius: 20px;
    margin-bottom: 30px;
    perspective: 1000px;
}

.box_main_inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.box_main:hover .box_main_inner {
    transform: rotateY(180deg);
}

.box_front, .box_back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    background: #fbfaf8;
    border-radius: 10px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.box_back {
    background-color: #000222;
    color: #FFFCF3;
    transform: rotateY(180deg);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.box_back p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    color: white;
}

.box_front {
    display: flex;
    align-items: center;
    padding: 15px;
}


.box_main.active .box_front {
    background: #000222;
} 

.box_main.active .milk_text {
    color: white;
}

.milk_text {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
}

.left_main {
    width: 50%;
    float: left;
}

.middle_main {
    width: 2%;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}

.right_main {
    width: 48%;
    float: left;
}

.cup_img_1 {
    width: 100%;
    float: left;
    text-align: center;
}

.border_10 {
    width: 5px;
    float: left;
    background-color: #000222;
    height: 100px;
}

.box_main:hover .border_10 {
    background-color: #ffffff;
}

/*
.box_main.active {
    background-color: #000222;
} */

.box_main.active .border_10 {
    background-color: #ffffff;
}

.see_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #242424;
    border-radius: 4px;
    padding: 10px 0px;
    margin-top: 100px;
}

.see_bt a:hover {
    color: #ffffff;
    background-color: #000222;
}

.choose_section {
    width: 100%;
    float: left;
    background-image: url(../images/choose-bg.png);
    height: auto;
    padding: 20px 0px;
    background-size: 100%;
}

.choose_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000222;
    font-weight: bold;
    text-align: center;
}

.choose_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000222;
    margin: 0px;
    text-align: center;
}

.choose_section_2 {
    width: 100%;
    float: left;
    padding-top: 60px;
}

.choose_left {
    width: 25%;
    float: left;
}

.choose_middle {
    width: 25%;
    float: left;
}

.choose_middle_1 {
    width: 25%;
    float: left;
}

.choose_right {
    width: 25%;
    float: left;
}

.choose_left_main {
    width: 30%;
    float: left;
}

.choose_right_main {
    width: 70%;
    float: left;
}

.icon_1 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    min-height: 50px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.icon_1 img {
    width: 55px;
    position: relative;
    z-index: 2;
    animation: animeIcon 4s ease-in-out infinite;
}

@keyframes animeIcon {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-4px);
    }
    100% {
        transform: translateY(0px);
    }
}

/*
.glow {
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgb(255 255 255 / 13%);
    border-radius: 50%;
    filter: blur(15px);
    z-index: 1;
    box-shadow: 0 0 10px rgb(0 0 14 / 80%), 0 0 20px rgb(0 0 0 / 60%), 0 0 30px rgb(0 0 0 / 40%), 0 0 40px rgb(0 0 0 / 30%);
}*/

.satisfied_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000222;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    line-height: 1.2;
    padding-top: 10px;
}

.satisfied_text_1 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000222;
    font-weight: 400;
    text-align: center;
    margin: 0px;
    line-height: 1.2;
    padding-top: 5px;
}

.shop_section {
    width: 100%;
    float: left;
}

.shop_taital {
    width: 70%;
    float: left;
    font-size: 70px;
    color: #0d0d0c;
    font-weight: bold;
}

.shop_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000222;
    margin: 0px;
}

.image_3 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-top: 90px;
}

#my_slider a.carousel-control-next {
    position: absolute;
    right: -200px;
    top: 43%;
    background: #00C5B5;
    color: #000222; 000222
}

#my_slider a.carousel-control-prev {
    position: absolute;
    left: -200px;
    top: 43%;
    background: #00C5B5;
    color: #000222;
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
    width: 288px;
    height: 320px;
    background: #f1f1f1;
    opacity: 1;
    font-size: 24px;
    color: #000;
    border-radius: 505px;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
    background: #f1f1f1;
    color: #000222;
}

.fa {
    float: right;
    text-align: right;
    width: 73%;
}

.frequently_section {
    width: 100%;
    float: left;
}

.frequently_taital {
    width: 70%;
    margin: 0 auto;
    font-size: 70px;
    color: #0d0d0c;
    text-align: center;
    font-weight: bold;
}

.frequently_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #0d0d0c;
    text-align: center;
    margin: 0px;
}

.frequently_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.bs-example {
    margin: 20px;
}

.accordion .fa {
    margin-right: 0.5rem;
}

.btn {
    text-align: left;
    color: #000222;
    font-size: 20px;
    font-weight: bold;
}

.btn-link:hover {
    color: #000222;
}

.card-header {
    padding: .75rem 0px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #b7b7b7;
}

.card {
    border: 1px solid #b7b7b7;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 0px;
}

.accordion .btn-link {
    color: #000222;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    padding: 0;
    white-space: normal;
    text-align: left;
    line-height: 1.4;
    padding-right: 30px;
    position: relative;
}

.accordion .fa {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.accordion .card-header {
    padding: 20px;
    background: #fbfaf8;
}

.accordion .card {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.accordion .card-body {
    padding: 0 20px 20px 20px;
    font-size: 16px;
    line-height: 1.6;
}

.clients_section {
    width: 100%;
    float: left;
    background-image: url(../images/client-bg.png);
    height: auto;
    background-size: 100%;
    padding-bottom: 140px;
    padding-top: 210px;
    box-shadow: inset 0px 0px 100px 100px #FFFCF3;
}

.clients_card {
    max-width: 800px;
    background-color: #fbfaf8;
    padding: 50px;
    margin: auto;
    border-radius: 30px;
    box-shadow: 0 0 2px 2px #fff inset, 0 0 0 1px #0000000f, 0 0 10px #e3e0db;
}

.clients_taital {
    margin: 0 auto;
    font-size: 70px;
    color: #0d0d0c;
    text-align: center;
    font-weight: bold;
    margin-bottom:30px;
}


.clients_text {
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    color: #0d0d0c;
    text-align: center;
    padding: 30px;
}

.client_img {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 25px;
}

.louis_text {
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: center;
    color: #070705;
    padding-bottom: 0;
    padding-top: 10px;
}

.smyth_text {
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: center;
    color: #999998;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.client_stars_container{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.client_stars {}

#custum_slider a.carousel-control-next {
    position: absolute;
    right: 200px;
    top: 60%;
}

#custum_slider a.carousel-control-prev {
    position: absolute;
    left: 100px;
    top: 60%;
}

#custum_slider .carousel-control-prev,
#custum_slider .carousel-control-next {
    width: 68px;
    height: 68px;
    background: #8a8a8a2e;
    opacity: 1;
    font-size: 30px;
    color: #535353;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#custum_slider .carousel-control-prev:hover,
#custum_slider .carousel-control-next:hover,
#custum_slider .carousel-control-prev:focus,
#custum_slider .carousel-control-next:focus {
    background: #000222;
    color: #ffffff;
}

i.fa.fa-angle-right {
    text-align: center;
}

i.fa.fa-angle-left {
    text-align: center;
}

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #2b2a2a;
    font-weight: bold;
    padding-left: 60px;
    padding-top: 25px;
    margin-bottom: 80px;
}

.mail_main {
    width: 100%;
    float: left;
    padding: 0px 40px 40px 100px;
}

.email-bt {
    background: transparent;
    border: none;
    color: #939494;
    width: 100%;
    height: auto;
    font-size: 16px;
    border-bottom: 1px solid #939494;
}

input.email-bt::placeholder {
    color: #939494;
}

.massage-bt {
    background: transparent;
    border: none;
    color: #939494;
    width: 100%;
    height: 100px;
    font-size: 16px;
    padding: 70px 20px 0px 0px;
    border-bottom: 1px solid #939494;
    padding-left: 0px;
}

textarea.massage-bt::placeholder {
    color: #939494;
}

.send_btn {
    width: 170px;
    float: left;
    margin-top: 30px;
}

.main_bt a {
    background: #0069b1;
    border: none;
    color: #fff;
    font-size: 22px;
    width: 100%;
    float: left;
    text-align: center;
    padding: 7px 0px;
    border-radius: 7px;
}

.main_bt a:hover {
    background-color: #101010;
    color: #ffffff;
}

.footer_section {
    width: 100%;
    float: left;
    background-image: url(../images/footer-bg.png);
    height: auto;
    padding-bottom: 90px;
    padding-top: 300px;
    background-size: cover;
}

.newsletter_section {
    width: 100%;
    float: left;
}

.newsletter_left {
    width: 30%;
    float: left;
}

.newsletter_right {
    width: 70%;
    float: left;
    padding-top: 30px;
}

.footer_logo {
    width: 100%;
    float: left;
}

.newsletter_taital {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000222;
    text-transform: uppercase;
}

.subscribe_main {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #fff;
}

.subscribe_bt {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000222;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.subscribe_bt a {
    color: #000222;
    float: right;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #d9d9d8;
    background: transparent;
    border: 0px;
}

input.mail_text::placeholder {
    color: #d9d9d8;
}

.footer_taital_main {
    width: 100%;
    float: left;
    padding-top: 90px;
}

.useful_text {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #fefefe;
    font-weight: bold;
}

.ipsum_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.footer_links {
    width: 100%;
    float: left;
}

.footer_links ul {
    margin: 0px;
    padding: 0px;
}

.footer_links li {
    font-size: 16px;
    color: #fefefe;
}

.footer_links li a {
    color: #fefefe;
}

.footer_links li a:hover {
    color: #000222;
}

.padding_left_10 {
    padding-left: 10px;
}

.addres_link {
    width: 100%;
    float: left;
}

.addres_link ul {
    margin: 0px;
    padding: 0px;
}

.addres_link li {
    font-size: 16px;
    color: #fefefe;
    padding-bottom: 10px;
}

.addres_link li a {
    color: #fefefe;
}

.addres_link li a:hover {
    color: #fefefe;
}

.social_icon {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 10px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
    padding-right: 10px;
}

.follow_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0px;
    padding-top: 80px;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #00C5B5;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    margin-left: 0px;
    padding-top: 50px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #000222;
}

.margin_top_90 {
    margin-top: 90px;
}

.margin_90 {
    margin: 90px 0px;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
}

.carousel-indicators .active {
    background-color: #000222;
}

.footer_hours {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_hours li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.footer_hours .day {
    font-weight: 600;
    margin-bottom: 2px;
    color: #025159;
}

.footer_hours .time {
    color: #ffffff;
    margin-left: 5px;
    font-weight: 200;
}

.footer_hours .emergency {
    background-color: #ffffff26;
    padding: 8px 15px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
    display: flex;
    align-items: center;
    color:#025159;
}

.footer_hours .emergency svg {
    margin-right: 8px;
}