html {
    scroll-behavior: smooth;
}

ul {
    padding: 0;
}

ul,
ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    color: #858585;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

ul li,
ol li {
    font-size: 17px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    list-style-type: none;
}

ul li i {
    vertical-align: middle;
    padding-right: 5px;
}

p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: #eaaa10;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    color: #eaaa10;
    font-weight: 500;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h2.section-title {
    margin-bottom: 10px;
    font-family: 'Anek Odia', sans-serif;
    font-size: 46px;
}

p.section-subtitle {
    font-size: 18px;
}

p.section-subtitle.white {
    color: #ffffff;
}

.popup-gallery:hover .video-popup-image {
    opacity: 1;
}

.white-text {
    color: #fff;
}

.green {
    color: #1089d4;
}

.blue {
    color: #017df7;
}

.section-top-border {
    border-top: 1px solid #efefef;
}

.section-bottom-border {}

.section-white {
    background: #101218;
    padding: 90px 0 100px 0;
}

.section-grey {
    background: #e0e2e6;
    padding: 90px 0 100px 0;
}

.section-blue {
    background-color: #1e90ff;
    padding: 90px 0;
}

.section-bg-2 {
    background: url(/images/bg-chamada.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 100px 0;
}

.section-bg-overlay {
    width: 100%;
    background: #000000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.section-white-box {
    background-color: #fff;
    padding: 30px 40px 50px 40px;
}

.section-blue {
    background-color: #000000;
    padding: 90px 0;
}

.section-white.no-padding,
.section-grey.no-padding,
.section-blue.no-padding {
    padding: 0;
}

.section-white.medium-paddings,
.section-grey.medium-paddings,
.section-blue.medium-paddings {
    padding: 60px 0;
}

.section-white.small-paddings,
.section-grey.small-paddings,
.section-blue.small-paddings {
    padding: 30px 0;
}

.section-white.xsmall-paddings,
.section-grey.xsmall-paddings,
.section-blue.xsmall-paddings {
    padding: 10px 0;
}

.section-white.small-padding-top,
.section-grey.small-padding-top,
.section-blue.small-padding-top {
    padding: 30px 0 90px 0;
}

.section-white.small-padding-bottom,
.section-grey.small-padding-bottom,
.section-blue.small-padding-bottom {
    padding: 90px 0 70px 0;
}

.section-white.no-padding-bottom,
.section-grey.no-padding-bottom,
.section-blue.no-padding-bottom {
    padding: 90px 0 0 0;
}

.small-col-inside {
    padding-left: 55px;
    height: 100%;
    padding-top: 40px;
    padding-right: 27%;
}

.width-100 {
    width: 100%;
}


/* ========================================================== */


/* 			               02. MENU-NAV                       */


/* ========================================================== */

.navbar-brand {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #1089d4!important;
}

.navbar {
    width: 100%;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}

.navbar-toggler {
    border: 1px solid #ffffff;
}

.navbar-toggler-icon {
    width: 1.3em;
    height: 1.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.navbar-toggler-icon i {
    color: #ffffff;
    vertical-align: middle;
}

.navbar-fixed-top {
    background: #fff100;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04)!important;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    transition: background-color 0.25s ease 0s;
}

.navbar-fixed-top.opaque {
    position: fixed!important;
    background: #fff100 !important;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    transition: all 0.25s ease-in-out 0s;
}

.navbar-fixed-top .navbar-nav>li>a,
.navbar-fixed-top .navbar-nav>li>a:hover {
    color: #FFB500 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.2s ease;
}

.navbar-fixed-top .navbar-nav>li>a {
    color: #35363a !important;
    font-size: 17px !important;
    line-height: 30px !important;
    padding: 10px 15px!important;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.navbar-fixed-top .navbar-nav .current a {
    color: #1e90ff!important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-fixed-top.opaque .navbar-nav .current a {
    color: #1089d4!important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-fixed-top .navbar-nav>li>a.discover-btn {
    border: 1px solid #0d2843;
    color: #ffffff!important;
    background: #0d2843;
    border-radius: 999px;
    padding: 12px 18px!important;
    margin-left: 10px;
    margin-right: 0;
    font-family: 'Roboto', sans-serif;
}

.navbar-fixed-top .navbar-nav>li>a.discover-btn:hover {
    color: #ffffff !important;
    background: #000000;
    border: 1px solid #000000;
}


/* ========================================================== */


/* 			                03. FOOTER                        */


/* ========================================================== */

.footer {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 80px;
    background-image: url(/images/footer.webp);
    background-color: rgb(0 0 0);
    background-blend-mode: overlay;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-top {
    padding-bottom: 60px;
}

.footer-bottom {
    padding: 15px 0;
    background-color: #e0e2e6;
}

.footer-top i {
    margin-bottom: 10px;
    color: #fff100;
    font-size: 60px;
}

.footer p {
    margin-bottom: 0;
    line-height: 24px;
    color: #ffffff;
}

.footer p>a {
    font-size: 17px;
    color: #fff100;
    text-decoration: underline;
}

.footer p>a:hover {
    color: #eaaa10;
    text-decoration: underline;
}

span.template-name {
    font-weight: bold;
    color: #1089d4;
}

a.footer-links {
    display: block;
    font-size: 17px;
    margin-bottom: 2px;
    color: #454545;
}

a.footer-links:hover {
    color: #1089d4;
    text-decoration: underline;
    transition: all .5s ease-in-out;
}


/* Footer Social Icons */

ul.footer_social {
    width: 100%;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
}

ul.footer_social li {
    display: inline-block;
    margin: 0;
    line-height: 100%!important;
}

ul.footer_social li a i {
    display: inline-block;
    margin: 0 8px;
    padding: 0;
    font-size: 26px!important;
    line-height: 26px!important;
    color: #ffffff;
    transition: all .5s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a i.fa-twitter {
    color: #4099ff;
}

ul.footer_social li a i.fa-pinterest {
    color: #C92228;
}

ul.footer_social li a i.fa-facebook-square {
    color: #ffffff;
}

ul.footer_social li a i.fa-instagram {}

ul.footer_social li a i.fa-skipe {
    color: #00aff0;
}

ul.footer_social li a i.fa-dribble {
    color: #ea4c89;
}

ul.footer_social li a i:hover {
    color: #eaaa10!important;
}


/* ========================================================== */


/* 			               04. HOME                           */


/* ========================================================== */

.hero-wrapper#home {
    overflow: hidden;
    position: relative;
}


/* -----  Register ----- */

.register-form-wrapper {}

.register-form-wrapper h1 {
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Anek Odia', sans-serif;
    font-size: 46px;
}

.register-form-wrapper p {
    margin-bottom: 25px;
    font-size: 17px;
}

input.register-input,
select.register-input {
    height: 46px!important;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 12px!important;
    color: #fff!important;
    border: 1px solid #fff!important;
    background-color: transparent;
    border-radius: 18px;
    width: 100%;
}

textarea.register-comment {
    height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 12px!important;
    color: #fff!important;
    border: 1px solid #fff!important;
    background-color: transparent;
    border-radius: 18px;
    width: 100%;
}

input.register-submit {
    background: #f47804;
    border: 1px solid #f47804;
    color: #ffffff;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    max-width: 520px;
    padding: 16px 0;
    text-transform: uppercase;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 999px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
    will-change: background, color, border;
}

input.register-submit:hover {
    background: transparent;
    border: 1px solid #f47804;
    color: #f47804;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#register-form input.register-input:focus,
#register-form select.register-input:focus {
    border-color: #fff!important;
    color: #fff!important;
    outline: none;
}

#register-form input.register-input:focus,
#register-form select.register-input:focus {
    border-color: #fff!important;
    color: #fff!important;
    outline: none;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white !important;
}

option[selected] {
    background: white!important;
}

option:checked {
    background: #fff;
    box-shadow: 0 0 10px 100px #000000 inset;
}

p.register_success_box {
    display: inline-block;
    color: #fff;
    border: 1px solid #dedede;
    padding: 25px 25px;
    font-size: 19px;
    text-shadow: none;
    font-style: italic;
    border-radius: 8px 8px;
    margin: 15px 0;
}

p.register-form-terms {
    margin: 10px 0 5px 0;
    font-size: 14px;
    color: #ebf8fc;
    text-shadow: none;
}


/* ========================================================== */


/* 			                05. FEATURES                      */


/* ========================================================== */

.services-wrapper {
    position: relative;
}


/* ========================================================== */


/* 						    06. CONTACT                       */


/* ========================================================== */

#contact-form {
    margin-bottom: 10px;
}

input.contact-input {
    width: 96%;
    height: 50px;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 12px;
    color: #727272;
    background-color: #f6f7f8;
    border: 1px solid #ececec!important;
    font-size: 14px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 18px;
}

textarea {
    height: 100px;
    margin-bottom: 12px;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #727272;
    background-color: #f6f7f8;
    border: 1px solid #ececec!important;
    font-size: 14px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 18px;
}

input.contact-submit {
    color: #fff;
    background: #eaaa10;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 30px;
    position: relative;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 999px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

input.contact-submit:hover {
    color: #fff;
    background: #0d0e13;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #454545;
}

input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #454545;
}

input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #454545;
}

input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #454545;
}

#contact-form input.contact-input:focus,
#contact-form textarea.contact-commnent:focus {
    border-color: #fff;
    outline: none;
}

p.contact_success_box {
    display: inline-block;
    color: #0c75fb;
    font-size: 20px;
    font-style: italic;
}


/* ========================================================== */


/* 			               07. OTHER ELEMENTS                 */


/* ========================================================== */


/* a) Buttons */

.btn-white {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #18204b;
    float: left;
    background-color: #eaaa10;
    border: 1px solid #eaaa10;
    box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.37);
    border-radius: 5px 5px;
    letter-spacing: 1px;
    margin: 10px 10px 0 10px 0;
    padding: 16px 26px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.btn-white:hover {
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
    color: #eaaa10!important;
    background: transparent;
}

.btn-white-border {
    color: #fff;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 5px 5px;
    margin: 10px 10px;
    padding: 16px 26px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.btn-white-border:hover {
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
    color: #1089d4!important;
    background: #f9f9f9;
}

.btn-white i,
.btn-white-border i {
    font-size: 22px;
    line-height: 22px;
    margin-right: 10px;
    vertical-align: text-top;
}

.btn-green {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    background-color: #1089d4;
    border: 1px solid #1089d4;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.27);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    letter-spacing: 1px;
    border-radius: 5px 5px;
    margin: 15px 10px 0 0;
    padding: 18px 25px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.btn-green:hover {
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
    color: #fff!important;
    background: #0d80c9;
}

.btn-green.small,
.btn-green-line.small,
.btn-white.small,
.btn-white-border.small {
    font-size: 16px;
    padding: 14px 20px;
}

.btn-green-line {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #017df7;
    background-color: #fff;
    border: 1px solid #1089d4;
    border-radius: 5px 5px;
    margin: 15px 10px 0 0;
    padding: 20px 30px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.btn-green-line:hover {
    color: #fff!important;
    background: #1089d4;
}

a.btn-green:visited,
a.btn-green:focus {
    color: #fff!important;
}


/* -----  b) Gallery PopUp ----- */

.popup-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
}

.popup-gallery {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
}

.first-gallery {
    margin-bottom: 15px;
}

.popup-gallery img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 5px 5px 0 0 !important;
    -moz-border-radius: 5px 5px 0 0 !important;
    border-radius: 5px 5px 0 0 !important;
}

.popup-gallery:hover img {
    opacity: 0.25;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popup-gallery a span.eye-wrapper,
.popup-gallery a span.eye-wrapper2 {
    background-color: #000;
    position: absolute;
    display: block;
    overflow: hidden;
    z-index: 2;
    height: 100%!important;
    top: 0%;
    margin-top: 0px;
    left: 0%;
    right: 0%;
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    opacity: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popup-gallery-rounded a span.eye-wrapper,
.popup-gallery-rounded a span.eye-wrapper2 {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 20px;
}

.popup-gallery a span.eye-wrapper i.eye-icon,
.popup-gallery a span.eye-wrapper2 i.eye-icon {
    position: absolute;
    display: inline-block;
    font-size: 36px;
    z-index: 3;
    top: 50%!important;
    margin-top: -18px!important;
    left: 0%;
    right: 0%;
}

.popup-gallery a:hover span {
    opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.gallery-item {
    border-radius: 5px 5px;
}

.gallery-insta {
    display: inline-block;
    margin-bottom: 0 !important;
    height: 300px !important;
    width: 100%;
}

.gallery-insta img {
    border-radius: 20px !important;
}

.portfolio-pic {
    display: block;
    margin-bottom: 10px;
}

.portfolio-box {
    display: block;
    text-align: center;
    background-color: #fff;
    margin-bottom: 40px;
    padding: 10px 20px 20px 20px;
}

.portfolio-box h3 {
    margin: 10px 0 10px 0!important;
    line-height: 20px;
}

.portfolio-box h3 a {
    color: #454545;
    font-size: 18px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.portfolio-item h3 a:hover {
    color: #1089d4;
}

.portfolio-box p.portfolio-info {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
}

.portfolio-box a.our-menus-link {
    font-size: 16px;
    line-height: 24px;
    color: #1089d4;
}

.portfolio-box a.our-menus-link:hover {
    text-decoration: underline;
}

.showcase-wrapper {
    position: relative;
    z-index: 999;
    overflow: hidden;
    padding: 25px 30px 0 30px;
}


/* c) Testimonials */

.testim-inner {
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    padding: 0 25px 25px 25px;
    background: #35363a;
    border: 5px solid;
    border-color: #414040;
    border-radius: 25px;
    transition: all 1s;
    height: 225px;
    will-change: border;
}

.testim-inner:hover {
    border: 4px solid #fff100;
    transform: scale(1.025);
    transition: all .5s;
}

.testim-inner img {
    position: relative;
    display: inline-block;
    margin-top: -55px;
    max-width: 98px;
    border: 6px solid #000000;
    border-radius: 0px 20px 20px 20px;
    padding: 10px 10px;
    background: #fff100;
    transition: all .5s;
    will-change: border, outline-color;
}

.testim-inner:hover img {
    border: 3px solid #fff100;
    background-color: #fff100;
    outline-color: #eaaa10;
}

.testim-inner h6 {
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #fff100;
    font-family: 'Public Sans', sans-serif;
}

.testim-inner p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 5px;
}

.testim-rating i {
    color: #fdcc28;
}


/* d) Accordion Tabs */

.card {
    border: none;
    background-color: transparent !important;
}

.card-header {
    padding: 6px 0 9px 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #f4f5f6;
}

.card-header h5 .btn-link {
    padding: 0;
    font-size: 19px;
    font-weight: 500;
    color: #071e55;
    background-color: transparent;
}

.card-header h5 .btn-link:hover,
.card-header h5 .btn-link:focus {
    text-decoration: none;
}

.card-body {
    padding: 10px 0;
    border-top: 2px solid #1089d4;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #7c8595;
}


/* e) Carousel */

.carousel-indicators {
    bottom: -15px;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 25px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #cecece;
    border-radius: 5px 5px;
}

.carousel-indicators.testimonials-indicators {
    bottom: -40px;
}

.carousel-indicators.testimonials-indicators li {
    background-color: #cecece;
}

.carousel-indicators.testimonials-indicators .active {
    background-color: #1089d4;
}

.gallery-show {
    margin: 20px 0 40px 0;
    max-width: 100%;
    border-radius: 8px 8px;
    border: 8px solid rgba(255, 255, 255, 0.8);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}


/* f) Features List */

ul.benefits {
    margin-bottom: 20px;
}

ul.benefits li {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 8px;
}

ul.benefits.white li {
    color: #fff;
}

ul.benefits li i {
    font-size: 18px;
    line-height: 18px;
    margin-right: 1px;
    color: #1089d4;
}

ul.benefits.white li i {
    color: #fff;
}

.no-padding-bottom {
    padding-bottom: 0;
}


/* ========================================================== */


/* 			             08. MEDIA QUERIES                    */


/* ========================================================== */

@media (max-width: 991px) {
    .navbar-fixed-top {
        background-color: #0d0e13!important;
    }
    .navbar-fixed-top.opaque {
        padding: 0;
    }
    .navbar-fixed-top {
        /* border-bottom: 1px solid #efefef; */
    }
    .navbar-fixed-top .navbar-nav>li.discover-link {
        margin-top: 10px;
        padding-bottom: 20px;
    }
    .navbar-fixed-top .navbar-nav>li>a.discover-btn {
        padding: 8px 12px!important;
        margin-left: 20px;
        font-size: 17px!important;
    }
}

@media (max-width: 768px) {
    .register-form-wrapper {
        padding-bottom: 45px;
    }
    .footer {
        padding-top: 30px;
    }
    .footer-top i {
        display: block;
        margin-top: 50px!important;
    }
    ul.footer_social li a i {
        margin: 0 8px!important;
    }
    input.contact-submit {
        margin-bottom: 30px;
    }
    .testim-inner {
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 375px) {
    .navbar-toggle {
        margin-bottom: 0;
        border: 1px solid #9f9f9f!important;
    }
    .hero-wrapper h1 {
        font-size: 32px;
        line-height: 44px;
    }
    .section-white {
        padding: 60px 0 70px 0!important;
    }
    .section-white.small-padding-bottom,
    .section-grey.small-padding-bottom {
        padding: 60px 0 50px 0!important;
    }
    .register-form-terms {
        padding-bottom: 30px;
    }
    .small-col-inside {
        padding-right: 15px;
        padding-left: 15px;
    }
    input.contact-submit {
        width: 100%;
        margin-bottom: 40px;
    }
}

#empresa {
    background: #e0e2e6;
}

.section__title h2 {
    font-weight: 500;
    position: relative;
    font-size: 46px;
}

#empresa p {
    color: #2d2d2d;
    text-align: justify;
}

section#passos {
    position: relative;
}

section#passos::before {
    position: absolute;
}

#services {
    padding: 20px 0px;
}

section#features::before {
    content: "";
    width: 1110px;
    height: 2px;
    background: rgb(255 255 255 / 20%);
    top: 0;
    left: calc(50% - 555px);
    position: absolute;
}

section#features {
    position: relative;
}

#gallery .col-md-2 {
    padding: 0 !important;
}

.botao-cta {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.botao-cta a {
    padding: 15px 30px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    background: #eaaa10;
    font-size: 14pt;
    letter-spacing: 2px;
    border-radius: 50px;
    border: 2px solid #eaaa10;
    transition: all .3s;
}

.botao-cta a:hover {
    background: transparent;
    color: #eaaa10;
    box-shadow: 1px 0px 45px rgb(0 255 175 / 10%);
}

#html-cta h3 {
    font-size: 34pt;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Montserrat';
}

#html-cta p {
    font-weight: 500 !important;
    font-size: 15pt;
}

.inner__depoimento h6 {
    font-weight: 600 !important;
    font-family: 'Public Sans', sans-serif;
    color: #eaaa10;
    font-size: 20px;
}

#depoimentos .testim-inner {
    height: 300px;
    background: linear-gradient(45deg, #040406, transparent);
    border: none;
    padding: 15px;
}

#depoimentos .testim-inner img {
    background: linear-gradient(#101218, #101218) padding-box, linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) border-box;
    border: 2px solid transparent;
    padding: 4px;
}

header.header {
    width: 100%;
    z-index: 999;
}

#empresa img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: fit-content;
    text-align: center;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anek+Odia:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700;800&display=swap');

/* efects */

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


/* /efects */

body {
    font-family: 'Roboto', sans-serif;
}

.select-form {
    color: #000;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .small-col-inside {
        padding-left: 15px !important;
        padding-right: 15px;
    }
    input.contact-input {
        width: 100% !important;
    }
    textarea {
        width: 100% !important;
    }
    .captcha-contato-div {
        width: 100% !important;
    }
    .whatsapp-btn {
        bottom: 40px !important;
    }
    .main__servicos img {
        margin-top: 20px;
    }
    .main__servicos {
        margin: 10px 0;
        height: auto !important;
        padding: 10px;
    }
    #home .no-gutters img {
        position: absolute;
        opacity: 0.25;
    }
    .hero-wrapper#home:before {
        display: none;
    }
}

.captcha-div {
    display: flex;
}

input::placeholder {
    color: #fff;
}

.div-flex {
    display: flex;
}

.contact-input::-webkit-input-placeholder {
    color: #000 !important;
}

.contact-commnent::-webkit-input-placeholder {
    color: #000 !important;
}

.captcha-contact-btn {
    height: 50px !important;
    width: 30%;
    margin-right: 6px;
}

.captcha-contact-text {
    width: 70% !important;
}


/* Whatsapp button */

.whatsapp-btn {
    position: fixed;
    right: 30px;
    z-index: 999999999;
    bottom: 60px;
    background-color: rgb(9, 184, 24);
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 0;
}

.whatsapp-btn a {
    display: block;
    text-indent: 0;
    width: 54px;
    height: 54px;
    background: url(../images/whatsapp.png) no-repeat center;
    background-size: 60%;
}

.whatsapp-icon {
    color: #ffff;
    margin: 0;
    font-size: 25pt;
}

.div-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*  */

:focus-visible {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

.footer-top h5 {
    color: #0d0e13;
}

span.letter-color {
    font-weight: 900;
    color: #101218;
}

nav.navbar.navbar-expand-lg {
    padding-top: 0;
    padding-bottom: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

/* efects */

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


/* /efects */

body {
    font-family: 'Roboto', sans-serif;
}

.logo-img {
    width: 100%;
}

.select-form {
    color: #000;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .small-col-inside {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    input.contact-input {
        width: 100% !important;
    }
    textarea {
        width: 100% !important;
    }
    .captcha-contato-div {
        width: 100% !important;
    }
    .whatsapp-btn {
        bottom: 40px !important;
    }
}

.captcha-text {
    width: 70% !important;
    max-width: 520px;
    height: 46px !important;
    padding-left: 3% !important;
    padding-right: 3% !important;
    margin-bottom: 12px !important;
    color: #fff !important;
    margin-left: 6px;
    border: 1px solid #fff !important;
    background-color: transparent;
    font-size: 16px !important;
    border-radius: 18px;
}

.captcha-btn {
    width: 30% !important;
    height: 46px !important;
    color: #000 !important;
    margin-right: 6px !important;
    border-radius: 18px;
}

.captcha-div {
    display: flex;
}

input::placeholder {
    color: #fff;
}

.div-flex {
    display: flex;
}

.contact-input::-webkit-input-placeholder {
    color: #000 !important;
}

.contact-commnent::-webkit-input-placeholder {
    color: #000 !important;
}

.captcha-contact-btn {
    height: 50px !important;
    width: 30%;
    margin-right: 6px;
    border-radius: 18px;
}

.captcha-contact-text {
    width: 70% !important;
}


/* Whatsapp button */

.whatsapp-btn {
    position: fixed;
    right: 30px;
    z-index: 999999999;
    bottom: 60px;
    background-color: rgb(9, 184, 24);
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 0;
}

.whatsapp-btn a {
    display: block;
    text-indent: 0;
    width: 54px;
    height: 54px;
    background: url(../images/whatsapp.png) no-repeat center;
    background-size: 60%;
}

.whatsapp-icon {
    color: #ffff;
    margin: 0;
    font-size: 34pt;
}

.div-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*  */

:focus-visible {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

.footer-top h5 {
    color: #ffffff;
    font-family: 'Public Sans', sans-serif;
}

span.letter-color {
    font-weight: 900;
    color: #101218;
}

nav.navbar.navbar-expand-lg {
    padding-top: 0;
    padding-bottom: 0;
}

@media(max-width: 992px) {
    section#features::before {
        width: 90% !important;
        left: calc(50% - 45%) !important;
    }
    .box-palestrantes {
        margin: 0;
        display: contents;
    }
    .box-palestrantes h3 {
        width: 100% !important;
        text-align: center !important;
        background: #fcb900 !important;
    }
    .box-palestrantes img {
        max-width: 100%;
    }
}

.footer-bottom p {
    color: #101218 !important;
}

.box-palestrantes h3 {
    color: #101218;
    background: linear-gradient(90deg, #fcb900, transparent);
    padding: 6px 18px;
    width: 50%;
    font-weight: 900;
}

.box-palestrantes p {
    text-align: justify;
}

.box-palestrantes {
    padding: 26px 0px;
    border-bottom: 1px solid rgb(255 255 255 / 6%);
}

#contact h4 {
    font-family: 'Anek Odia', sans-serif;
    font-size: 36px;
}

.navbar-fixed-top.opaque a.external.discover-btn {
    background: #f47804;
    border-color: #f47804;
    will-change: background;
}

hr.title__line {
    border: 0;
    width: 120px;
    height: 4px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 24px;
    background: #fff100;
}

.register-form-wrapper h4 {
    font-family: 'Public Sans', sans-serif;
    color: #eaaa10;
}

.hero-wrapper#home:before {
    content: "";
    width: 100%;
    height: 12%;
    bottom: 0;
    left: 0;
    background: #e0e2e6;
    position: absolute;
}

.custom-icon-box-style-1 h3 {
    font-family: 'Public Sans', sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 800;
}


/*  */

.custom-icon-box-style-1.residencial {
    background: linear-gradient(45deg, #eaaa10, #fc9e2e 61%, #f47804);
}

.custom-icon-box-style-1.residencial h3 {
    color: #fff;
}


/*  */

.custom-icon-box-style-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
}


/*  */

.custom-icon-box-style-1.comercial {
    border: 2px solid #ffffff;
    background: #e0e2e6;
}

.custom-icon-box-style-1.comercial h3 {
    color: #ffffff;
}

.custom-icon-box-style-1.comercial p {
    color: #ffffff;
}


/*  */

.custom-icon-box-style-1.rural {
    background: #bab7af;
}

.custom-icon-box-style-1.rural h3 {
    color: #fff;
}

.main__diferencial {
    text-align: center;
    padding: 30px;
    background: #e0e2e6;
    height: 190px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    outline: 2px solid #bab7af;
    justify-content: center;
    border-radius: 25px;
    transition: cubic-bezier(0.4, 0, 0.2, 1) all .3s;
}

.main__diferencial h6 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #0d2843;
    font-family: 'Public Sans', sans-serif;
}

.main__diferencial img {
    max-height: 80px;
    width: auto;
}

.main__diferencial:hover {
    background: linear-gradient(45deg, #eaaa10, #fc9e2e 61%, #f47804);
    outline: none;
    transform: scale(1.06);
    will-change: transform, background;
}

.main__diferencial:hover h6 {
    color: #ffff;
}

.main__servicos {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 25px;
    box-shadow: 0px 0px 15px #003061;
    height: 100%;
}

.main__servicos img {
    border-radius: 25px;
    margin-bottom: 12px;
}

.main__servicos h6 {
    margin-bottom: 6px;
    font-family: 'Public Sans', sans-serif;
    font-size: 20px;
}

.main__servicos p {
    font-size: 14px;
}

.inner__depoimento {
    padding: 40px;
    background: #e7e7e7;
    border-radius: 15px;
    height: 100%;
}

.inner__depoimento p {
    font-size: 16px;
    color: #000;
}

img.logo-banco {
    padding: 10px;
    height: 100% !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 15px;
    background: #f5f7f9;
    width: inherit;
}

img.logo-parceiro {
    padding: 10px;
    height: 100% !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 15px;
    background: #f5f7f9;
    width: inherit;
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'poppins', sans-serif;
}

#contact .col-md-6 img.p-md-5 {
    max-width: 100%;
    height: auto;
}

.owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: fit-content;
    margin-top: 30px;
}

.owl-nav button {
    width: 50px;
    height: 50px;
    position: absolute;
    background: transparent;
    z-index: 9999;
    border-radius: 50%;
    border: 2px solid #fff100 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-nav button span {
    color: #ffffff;
    font-size: 30px !important;
    position: relative;
    top: -3px;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}