/*--------------------------------------------------------------------- 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');

@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}

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


/*--------------------------------------------------------------------- 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;
    font-size: 16px;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: Poppins;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-size: 1rem;
}

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;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 1.5rem
}

h2 {
    font-size: 1.375rem
}

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;
}

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



.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 Starts--*/
header.rolagem {
    background-color: #ffffff;
    padding: 20px 4%;
}

header.rolagem a {
    color: rgb(0, 0, 0);
}


.header_section {
    position: relative;
    width: 100%;
    float: left;
    background-image: url(../images/banner.jpeg);
    height: 55.0rem;
    background-size: 100%;
}

.header_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0.5));
    pointer-events: none;
}

.navbar.navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}


.navbar.navbar-solid .navbar-nav .nav-link {
    color: #000 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);/
}

.navbar.navbar-solid .navbar-toggler-icon {
    background-color: #000;
}

.minha_classe .navbar-nav .nav-link:hover {
    color: #05C7F2 !important;/
}

.minha_classe.solid .navbar-nav .nav-link:hover {
    color: #05C7F2 !important;
}

.navbar.navbar-solid {
    background-color: #fff !important;
}

.navbar.navbar-transparent {
    background-color: transparent !important;
}

.minha_classe {
    background-color: #fff;
    transition: background-color 0.3s ease;
    padding: 10px 0;
}

.minha_classe.solid {
    background-color: #fff !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

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

.white_logo {
    width: 25%;
    float: left;
    position: relative;
    margin-left: 20%;
}

.black_logo {
    display: none;
    width: 9.5%;
    margin-left: 21%;
}

.minha_classe.solid .white_logo {
    display: none;
}

.minha_classe.solid .black_logo {
    display: block;
}

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

.navbar.navbar-solid {
    background-color: #fff !important;
}

.navbar-nav .nav-link {
    color: #000 !important;
}

.navbar-nav .nav-link:hover {
    color: #555 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}

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

.mr-auto,
.mx-auto {
    margin: 0 auto;
}

.search_icon {
    width: auto;
    float: right;
    text-align: right;
}

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

.search_icon li {
    float: left;
    padding-left: 20px;
    font-size: 18px;
    color: #000;
}

.search_icon li a {
    color: #000;
}

.search_icon li a:hover {
    color: #05C7F2;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
}

.navbar-nav.mr-auto ul {
    margin: 0px;
    padding: 0px;
}

.mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
}

.banner_section {
    width: 100%;
    float: left;
    padding: 300px 0;
}

.icon_1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #05C7F2;
}

.title_text {
    width: 45%;
    font-size: 70px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-top: 10px;
    padding-bottom: 0%;
    margin-left: -1;
}

.subtitle_text {
    width: 45%;
    font-size: 28px;
    font-weight: 550;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-top: -2%;
}

.sub_text {
    width: 45%;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    position: relative;
    z-index: 2;
    margin-top: 0px;
    margin-left: 0;
}


.enterprise_bt_main,
.quote_bt_main {
    float: left;
    text-align: center;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
}

.enterprise_bt,
.quote_bt {
    width: 100%;
    margin-top: 8%;
}

.enterprise_bt a,
.quote_bt a {
    width: auto;
    font-size: 15px;
    color: #ffffff;
    background-color: #05C7F2;
    text-align: center;
    padding: 13px 20px;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 20px;
    white-space: nowrap;
    box-sizing: border-box;
}

.enterprise_bt a:hover,
.quote_bt a:hover {
    color: #ffffff;
    background-color: #000;
}

.enterprise_bt a:last-child,
.quote_bt a:last-child {
    margin-right: 0;
}

.icons_bottom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
}

.icons_bottom a {
    text-decoration: none;
    color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px; /* Espaçamento entre os ícones (ajuste conforme necessário) */
}

.icons_bottom a:last-child {
    margin-right: 0; /* Remove o espaçamento do último ícone */
}

.icons_bottom a:hover {
    color: #05C7F2; /* Cor do texto ao passar o mouse */
}

.icon_wrapper {
    display: flex;
    align-items: center;
}

.icons_bottom img {
    width: 3em; /* Ajuste o tamanho dos ícones conforme necessário */
}

.icons_bottom p {
    margin: 0; /* Remover margens padrão */
    font-size: 14px; /* Tamanho da fonte */
}
/*--Header Section Ends--*/


/*--Differences Section Starts--*/
.differences_section {
    width: 100%;
    float: left;
}

.differences_title {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #090808;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8%;
}

.icon_1 i {
    font-size: 40px;
    color: #05C7F2;
}

.icon_1 i:hover {
    color: #000;
    transition: 0.2s;
}

.differences_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #090808;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
}

.differences_section .col-lg-3 ul {
    display: none;
}

.differences_section .col-lg-3 ul.show {
    display: block;
}

.space-between {
    margin-bottom: 100px;
}

.dummy_list {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #090808;
    text-align: center;
    margin-left: 0px;
    margin-top: 10px;
    display: none;
}

.dummy_list li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s cubic-bezier(0.42, 0, 0.58, 1), transform 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.dummy_list li.visible {
    opacity: 1;
    transform: translateY(0);
}

.differences_item {
    white-space: nowrap;
    text-align: justify;
    list-style-type: disc;
}
/*--Services Section Ends--*/


/*--Gallery Section Starts--*/
.gallery_section {
    width: 100%;
    float: left;
    background-color: #000;
    height: auto;
    padding-bottom: 90px;
}

.gallery_title {
    display: flex;
    justify-content: center;
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    align-items: center;
    margin-bottom: 5%;
}

.image_gallery {
    border-radius: 5px;
}

.container_main {
    position: relative;
    width: 100%;
    max-width: 100%;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: -94px;
    top: 50%;
    background-color: #000;
    color: #fff;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: -95px;
    top: 50%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #000;
    opacity: 1;
    font-size: 30px;
    color: #fff;
    border-radius: 8%;
}

#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: #05C7F2;
    color: #fff;
}

#main_slider {
    position: relative;
    z-index: 1;
}

/*--Gallery Section Ends--*/

/*--Plan Section Starts--*/
.plan_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.plan_title {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #090808;
    text-align: center;
    text-transform: uppercase;
}
/*--Plan Section Ends--*

/*--About Section Starts--*/
.about_section {
    width: 100%;
    float: left;
    background-color: #fff;
    height: auto;
    padding-bottom: 90px;
}

.about_title {
    display: flex;
    justify-content: center;
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    align-items: center;
    margin-bottom: 5%;
}

.question_text {
    display: flex;
    justify-content: center;
    width: 100%;
    float: none;
    font-size: 25px;
    color: #000;
    font-weight: 380;
    white-space: nowrap;
    margin-top: 0%;
    font-weight: 500;
    color: #05C7F2;
}

.text_q1 {
    width: 100%;
    text-align: justify;
    letter-spacing: -0.05em;
    float: left;
    font-size: 14px;
    color: #000;
    margin-left: -2%;
    padding-top: 20px;
}

.text_q1 br {
    display: block;
    margin-bottom: 10px;
}


.text_q2 {
    width: 100%;
    text-align: justify;
    letter-spacing: -0.05em;
    float: left;
    font-size: 14px;
    color: #000;
    margin-left: 11%;
    padding-top: 20px;
}

.text_q2 br {
    content: "\00a0";
    display: block;
    margin-bottom: 10px;
}

.container_main {
    position: relative;
    width: 100%;
    max-width: 100%;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

.logo-img {
    max-height: 100px; /* Ajuste a altura máxima conforme necessário */
    width: auto;
}

.logo4 {
    max-height: 150px; /* Ajuste a altura máxima conforme necessário para aumentar o tamanho da logo4 */
    width: auto;
}
/*--About Section Ends--*/

/*--Contact Section Starts--*/
.contact_section {
    width: 100%;
    float: left;
    background-color: #000;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 5%;
}

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

.contact_text {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #ffffff;

}

.email-bt {
    color: #989696;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 20px;
    margin-top: 25px;
    border: 0px;
    border-radius: 5px;
}

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

.message-bt {
    color: #989696;
    width: 100%;
    height: 150px;
    font-size: 18px;
    padding: 50px 20px 10px 20px;
    margin-top: 25px;
    border: 0px;
    border-radius: 5px;
}

textarea#comment::placeholder {
    color: #989696;
}

.send_bt {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.send_bt button {
    width: 30%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    border: 2px solid #ffffff;
    padding: 10px 0px;
    font-weight: bold;
    background-color: #000000;
}

.send_bt button:hover {
    color: #fff;
    background-color: #05C7F2;
}

.map-responsive iframe {
    max-width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 90%;
    position: relative;
    height: 0;
}

/*--Contact Section Ends--*/


/*--Footer Section Starts--*/
.footer_section {
    width: 100%;
    float: left;
    background-color: #313131;
    height: auto;
    padding-bottom: 90px;
}

.customer_text {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;
}

.footer_text_about {
    width: 80%;
    float: left;
    font-size: 16px;
    color: #fefefe;
    margin-left: 0px;
    margin-bottom: 2%;
}

.footer_text_contact {
    width: 80%;
    float: left;
    font-size: 16px;
    color: #fefefe;
    margin-left: 0px;
    margin-bottom: 5%;
}

.footer_text_contact a {
    color: #fefefe;
}

.footer_text_contact a:hover {
    color: #05C7F2;
}

.bullet {
    margin-right: 2%; 
    font-size: 1.2em; 
}

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

.footer_text_links a {
    color: #fefefe;
}

.footer_text_links a:hover {
    color: #05C7F2;
}


.footer_social a {
    display: inline-block;
    color: #000000;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #ffffff;
    border-radius: 100%;
    margin-right: 5px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.footer_social a:hover {
    color: #05C7F2;
    transition-duration: 0.1s;
}

.certificates_social {
    text-align: center;
}

.certificate_images,
.social_images {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.certificate_image img,
.social_image img {
    max-width: 100%;
    margin-bottom: 10px;
}

.rsocial_text {
    width: 80%;
    float: left;
    font-size: 16px;
    color: #fefefe;
    white-space: nowrap;
    margin-left: -15%;
}

.rsocial_link a {
    color: #fefefe;
    margin-left: 5%;
}

.rsocial_link a:hover {
    color: #05C7F2;
}

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

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

.copyright_text a {
    color: #000;
}

.copyright_text a:hover {
    color: #05C7F2;
}
/*--Footer Section Ends--*/