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: #333;
    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: #ae7d5a;
}

.green {
    color: #1089d4;
}

.blue {
    color: #017df7;
}

.section-top-border {
    border-top: 1px solid #efefef;
}

.section-white {
    background: #101218;
    padding: 90px 0 100px 0;
}


.section-blue {
    background-color: #1e90ff;
}

.section-bg-2 {
    width: 100%;
    position: relative;
    padding: 100px 0;
    background-color: #000;
}

.section-bg-overlay {
    width: 100%;
    opacity: 1;
    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;
}

.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: 65px;
}

.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-color: #000;
    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: #000000 !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: #2ced25 !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: #ffffff !important;
    font-size: 17px !important;
    line-height: 30px !important;
    padding: 10px 15px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.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 / 80%);
    background-blend-mode: overlay;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-top {
    padding-bottom: 60px;
}

.footer-bottom {
    padding: 50px 20px 10px 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #e0e2e6;
}

.footer-top i {
    margin-bottom: 10px;
    color: #eaaa10;
    font-size: 60px;
}

.footer p {
    margin-bottom: 0;
    line-height: 24px;
    color: #ffffff;
}

.footer p>a {
    font-size: 17px;
    color: #eaaa10;
    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 {
    margin: auto;
}

.register-form-wrapper h1 {
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Poppins';
}

.register-form-wrapper p {
    margin-bottom: 25px;
    font-size: 21px;
    margin-top: 30px;
    color: #ccf8cb;
}

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: 5px 5px 5px 5px;
}

.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: 0 !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;
    position: relative;
    text-align: center;
    padding: 0 25px 25px 25px;
    height: 190px;
    will-change: border;
}

.testim-inner:hover {
    border: 1px solid #eaaa10;
    transform: scale(1.025);
    transition: all .5s;
}

.testim-inner img {
    position: relative;
    display: inline-block;
    margin-top: -55px;
    max-width: 98px;
    border: 6px solid #0d2843;
    outline: 1px solid #ffffff;
    border-radius: 50% 50%;
    padding: 10px 10px;
    background: linear-gradient(45deg, #eaaa10, #fc9e2e 61%, #f47804);
    transition: all .5s;
    will-change: border, outline-color;
}

.testim-inner:hover img {
    border: 1px solid #eaaa10;
    background-color: #eaaa10;
    outline-color: #eaaa10;
}

.testim-inner h6 {
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #eaaa10;
    font-family: 'Public Sans', sans-serif;
}

.testim-inner p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.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 #07e290;
    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;
    }

    .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: #fff8f5;
    position: relative;
}

.section__title h2 {
    font-weight: 500;
    position: relative;
    font-family: 'Poppins';
    font-size: 46px;
    color: #333 !important;
}

#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: 'Anek Odia', sans-serif;
}

#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%;
    position: relative;
    border-radius: 25px;
}

@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;
}

.logo-img {
    max-height: 71px;
}

.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;
    }

    .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;
}

.text-center {
    text-align: center;
}

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 {
    max-height: 71px;
}

.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;
}

.text-center {
    text-align: center;
}

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: #bf7a44;
}

.register-form-wrapper h4 {
    font-family: 'Public Sans', sans-serif;
    color: #eaaa10;
}

.custom-icon-box-style-1 h3 {
    font-family: 'Public Sans', sans-serif;
    font-size: 32pt;
    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 #fa9321;
    background: #e0e2e6;
}

.custom-icon-box-style-1.comercial h3 {
    color: #0d2843;
}

.custom-icon-box-style-1.comercial p {
    color: #3c413d;
}


/*  */

.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;
    outline: 2px solid #bab7af;
    border-radius: 25px;
    transition: cubic-bezier(0.4, 0, 0.2, 1) all .3s;
}

.main__diferencial h6 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #ae7d5a;
    font-family: 'Public Sans', sans-serif;

}

.main__diferencial img {
    max-height: 80px;
    width: auto;
}

.main__diferencial:hover {
    background: linear-gradient(45deg, #fff3d8, #ffe1bf 61%, #ffdbba);
    outline: none;
    transform: scale(1.06);
    will-change: transform, background;
}

.main__diferencial:hover h6 {
    color: #423c3c;
}

.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;
}

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: 0px;
}

.owl-nav button {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #78747400 !important;
    z-index: 9999;
    border-radius: 50%;
    /*border: 2px solid #2df126 !important;*/
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: auto;
}

.owl-nav button.owl-prev {
    left: 7px;
}

.owl-nav button.owl-next {
    right: 7px;
}

.owl-nav button span {
    color: #fff;
    font-size: 65px !important;
    position: relative;
    top: -3px;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.section-blue.no-padding {
    padding: 100px 0px 50px 0px;
    position: relative;
    z-index: 2;
}

.col-md-8.margin-top-50 {
    margin: auto;
}

.btn-grupo {
    margin-top: 50px;
    transition: .2s ease-in-out;
    display: flex;
}

.btn-grupo a {
    text-transform: uppercase;
    padding: 15px 50px;
    color: #fff;
    font-weight: 600;
}


#empresa h2 {
    color: #fff !important;
    font-family: 'Poppins';
}

.empresa-desc p {
    color: #fff !important;
}

h3.text-destaque {
    text-transform: uppercase;
    font-weight: 600;
    color: #2dee26;
    font-family: 'Poppins';
}

.img-grafico img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    margin: auto;
    opacity: .1;
}

.img-grafico {
    position: relative;
}

p {
    font-family: "Outfit", sans-serif !important;
}



.col-md-6.cellphone {
    text-align: center;
}


#empresa .row {
    align-items: center;
}

.team-single {
    position: relative;
    background-image: url(/images/vantagens/team_bg1.png);
    min-height: 366px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 40px 65px;
    margin-left: -40px;
    margin-right: -40px;
    transition: .3s linear;
}

.team-single.stilo-2 {
    background-image: url(/images/vantagens/team_bg2.png);
}

.team-single p {
    text-align: center;
}

.team-single img {
    display: block;
    margin: auto;
}

.team-single:before {
    position: absolute;
    top: 22px;
    left: 32px;
    width: 48px;
    height: 57px;
    content: "";
    background-color: #fff;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    -o-transition: 0.3s;
    transition: .3s ease-in-out;
}

.team-single:after {
    position: absolute;
    top: 22px;
    left: 32px;
    width: 48px;
    height: 57px;
    content: "";
    background-color: #fff;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    transition: .4s ease-in-out;
    opacity: 0;
    background-image: linear-gradient(45deg, #035e1b, #02ff46);
}

.team-single:hover:after {
    opacity: 1;
}

.team-single:hover:before {
    opacity: 0;
}

.team-single.stilo-2:before {
    position: absolute;
    top: auto;
    left: auto;
    right: 32px;
    width: 48px;
    bottom: 42px;
    height: 57px;
    content: "";
    background-color: #fff;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    -o-transition: 0.3s;
    transition: .3s ease-in-out;
}

.team-single.stilo-2:after {

    position: absolute;
    top: auto;
    left: auto;
    right: 32px;
    width: 48px;
    bottom: 42px;
    height: 57px;
    content: "";
    background-color: #fff;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    transition: .4s ease-in-out;
    opacity: 0;
    background-image: linear-gradient(45deg, #035e1b, #02ff46);
}

.team-single.stilo-2:hover:before {
    opacity: 0;
}

.team-single.stilo-2:hover:after {
    opacity: 1;
}

section#html-cta .col-md-6 h1 {
    font-size: 44px;
    color: #fff;
    font-family: 'Poppins';
}

section#html-cta .btn-grupo a {
    text-align: center;
    display: block;
}

.solucoes.icones {
    position: absolute;
    top: 0;
    left: 0;
}

.icones img {
    width: 40px;
}

.icones {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.solucoes li {
    padding-left: 68px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    display: inline-block;
    min-width: 505px;
}

section#solucao h1 {
    font-family: 'Poppins';
    font-size: 50px;
    color: #333;
}

.solucoes h4 {
    font-size: 20px;
    font-family: 'Poppins';
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}

.solucoes p {
    color: #afbecd;
}

.solucoes li:before {
    position: absolute;
    content: "";
    background-color: #262932;
    width: 100%;
    opacity: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: 0.5s;
}

.solucoes li {
    position: relative;
}

.solucoes li:hover:before {
    opacity: 1;
}

.solucoes li:after {
    position: absolute;
    content: "";
    background-color: #15d94b;
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: 0.5s;
}


.solucoes li:hover:after {
    width: 100%;
    transition-delay: .3s;
}

.solucoes {
    margin-bottom: 0;
}

.icones:before {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #51545f;
    border-radius: 50%;
    content: "";
    z-index: -1;
    top: -4px;
    left: 10px;
}

.inner__depoimento img {
    border-radius: 30px;
}

.owl-item.active:not(.center) {
    opacity: .3;
}

section#servicos .col-md-3 {
    margin: auto !important;
    text-align: center;
    background-image: linear-gradient(45deg, #000000, #15df4b94, #15df4b1a);
    border: 2px solid #033906f5;
    border-radius: 11px;
    padding-top: 20px;
    height: 445px;
    margin-top: 30px !important;
}

h2.titulo-planos {
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

/* Planos */
p.valor-antigo {
    font-size: 37px;
    margin-top: 60px;
}

span.valor-cortado {
    text-decoration: line-through;
}

p.desc-valor {
    font-size: 23px;
    font-weight: 600;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 0;
    background: linear-gradient(45deg, #4dd999, #18f3b7);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

h3.valor-atual {
    font-size: 92px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Outfit';
    margin-bottom: 0 !important;
    letter-spacing: -1px;
}

span.text-edit {
    text-transform: lowercase;
}

.botao-plano a {
    color: #000000;
    text-transform: uppercase;
    background-image: linear-gradient(0deg, #00efa8, #5df7c9);
    padding: 10px 45px;
    box-shadow: 0px 4px 2px #0000009c;
    font-weight: 600;
    font-family: 'Outfit';
    transition: .3s linear;
    font-size: 24px;
    border-radius: 50px;
}

.botao-plano a:hover {
    box-shadow: 0 4px 4px #12dc03;
}

.botao-plano {
    margin-top: 30px;
    text-align: center;
}

span.edit-valores {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    font-family: 'Outfit';
}

h3.valor-parcelado {
    font-family: 'Outfit';
    font-size: 40px;
    color: #0eff27;
    font-weight: 700;
    margin-bottom: 5px;
}

h3.valor-2 {
    color: #fff;
    font-family: 'Outfit';
    font-size: 27px;
    font-weight: 700;
}

#sobre img {
    width: 310px;
    position: relative;
    margin-bottom: 20px;
    filter: grayscale(1);
    border-radius: 20px;
    display: unset !important;
}

section#sobre {
    position: relative;
}

.selo {
    width: 90px;
    position: absolute;
    top: -50px;
    right: -50px;
    bottom: 0;
    filter: drop-shadow(2px 4px 6px black);
}


@media(max-width:1300px) {
    .col-md-6.cellphone img {
        width: 100%;
        height: 100%;
        position: relative !important;
        opacity: 1 !important;
    }

    .img-grafico img {
        opacity: .3;
    }

    .btn-grupo {
        margin: auto;
        text-align: center;
    }

    h3.text-destaque {
        text-align: center;
    }

    .register-form-wrapper p {
        text-align: center;
    }

    .register-form-wrapper h1 {
        font-size: 34px;
        text-align: center;
    }

    #empresa img {
        right: 0;
    }

    #sobre img {
        right: 0 !important;
    }


    .section__title h2 {
        font-size: 36px;
    }

    hr.title__line {
        margin-top: 10px;
    }

    section#solucao h1 {
        font-size: 40px;
        text-align: center;
    }

    .col-md-6.solucoes-icon img {
        width: 100%;
    }

    .icon-telegram img {
        width: 250px;
        margin: auto;
        display: block;
    }

    section#html-cta .col-md-6 h1 {
        font-size: 38px;
        text-align: center;
    }

    .solucoes li {
        padding-left: 58px;
        min-width: 0;
    }

    .owl-nav button.owl-prev {
        left: 100px;
    }

    .owl-nav button.owl-next {
        right: 100px;
    }

    .owl-nav button {
        bottom: -31px;
        top: unset;
    }

    #vantagens.section-blue {
        padding-bottom: 0px;
        padding-top: 40px;
    }

    .section-bg-2 {
        padding-top: 0;
        padding-bottom: 10px;
    }

    #depoimentos.section-blue {
        padding-bottom: 60px;
    }

    .text-conclusao {
        text-align: center;
    }

    .selo {
        width: 80px;
        position: absolute;
        top: -60px;
        right: 0;
        bottom: 0;
        filter: drop-shadow(2px 4px 6px black);
    }

}

@media(max-width: 720px) {
    .col-md-6.cellphone img {
    width: 100%;
    height: 100%;
    position: relative !important;
    opacity: 1 !important;
    padding-bottom: 90px;
    margin-top: -100px;
  }

    .img-grafico img {
        opacity: .3;
    }

    .col-md-6.solucoes-icon img {
    width: 100%;
    margin-top: -40px;
  }

    .btn-grupo {
        display: none;
    }

    .col-md-7.cellphone {
        margin-top: -60px;
        padding-bottom: 80px;
    }

    .py-5 {
        padding-top: 0rem !important;
    }

    h3.text-destaque {
        text-align: center;
    }

    .register-form-wrapper p {
        text-align: center;
    }

    .register-form-wrapper h1 {
        font-size: 1.8em;
        text-align: center;
    }

    .register-form-wrapper p {
        margin-bottom: unset;
        font-size: 20px !important;
        margin-top: 20px;
        color: #333;
    }

    .col-md-5 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    #empresa img {
        right: 0;
    }

    #sobre img {
        right: 0 !important;
    }


    .section__title h2 {
        font-size: 36px;
    }

    hr.title__line {
        margin-top: 10px;
    }

    .team-single:before {
        display: none;
    }

    .team-single:after {
        display: none;
    }

    .team-single {
        margin-left: 0;
        margin-right: 0;
    }

    section#solucao h1 {
        font-size: 40px;
        text-align: center;
    }

    .col-md-6.solucoes-icon img {
        width: 100%;
    }

    .icon-telegram img {
        position: absolute;
        width: 60px;
        margin: auto;
        display: block;
        top: 30px;
        left: 0;
    }

    section#html-cta .col-md-6 h1 {
        font-size: 38px;
        text-align: center;
    }

    .solucoes li {
        padding-left: 58px;
        min-width: 0;
    }

    .owl-nav button.owl-prev {
        left: 100px;
    }

    .owl-nav button.owl-next {
        right: 100px;
    }

    .owl-nav button {
        bottom: -31px;
        top: unset;
    }

    #vantagens.section-blue {
        padding-bottom: 0px;
        padding-top: 40px;
    }

    .section-bg-2 {
        padding-top: 0;
        padding-bottom: 10px;
    }

    #depoimentos.section-blue {
        padding-bottom: 60px;
    }

    .text-conclusao {
        text-align: center;
    }

    section#servicos .col-md-3 {
        margin: unset !important;
        margin: 40px 30px !important;
    }

    .selo {
        width: 80px;
        position: absolute;
        top: -60px;
        right: 0;
        bottom: 0;
        filter: drop-shadow(2px 4px 6px black);
    }

    .col-md-7.cellphone {
        max-width: 100% !important;
        padding: 10px;
        margin-bottom: 70px;
    }

    .btn-mobile a:before {
        position: absolute;
        content: "";
        background: linear-gradient(0deg, #43c813, #3aff34);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        border-radius: 50px;
        transition: .3s ease-in-out;
    }

    .btn-mobile a {
        position: relative;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 35px;
        z-index: 1;
        font-weight: 800;
        font-size: 12px;
    }

    .btn-mobile {
        display: flex;
        text-align: center;
        margin-top: -15%;
        margin-bottom: 6%;
        justify-content: center;
    }

    .title-membros h1 {
        font-size: 40px !important;
    }

    #video-banner {
    border-radius: 10px !important;
}

}

@media(min-width:1280px) {
    #video-banner {
        max-width: 40%;
        margin-left: 22%;
    }

    .btn-mobile {
        display: none;
    }
}


