/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
    font-family: Lobster;
    src: url(../fonts/Lobster.ttf);
}

body {
    background: #fff;
    color: #444;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #1bb1dc;
}

a:hover,
a:active,
a:focus {
    color: #0a98c0;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #246695;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 70px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    padding: 0 0 5px 0;
    font-size: 14px;
    transition: all 0.5s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

#topbar .social-links {
    padding-top: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}

#topbar .social-links a {
    color: #fff;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    font-size: 24px;
}

#topbar .social-links a:hover {
    color: #1bb1dc;
}

#topbar .social-links a:first-child {
    border-left: 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 110px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header.header-scrolled,
#header.header-pages {
    height: 70px;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(136, 167, 242, 0.3);
}

#header.header-scrolled a {
    color: #959595 !important;
}

#header.header-scrolled .btn-cliente {
    color: #fff !important;
}

#header.header-scrolled .btn-cliente:hover {
    color: #fff !important;
}

#header.header-scrolled a:hover {
    color: #1bb1dc !important;
}

#header .drop-down ul li>a:hover {
    color: #fff !important;
}

#header.header-scrolled .logo img {
    margin: 0;
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
    display: none;
}

#header .logo img {
    padding: 0;
    margin: 8px 0;
    max-height: 62px;
}

.main-pages {
    margin-top: 60px;
}

/*********************** FORM LOGIN CENTRAL CLIENTE 
/************************/

#modalLogin .modal-content{
    color: #797979;
}

#modalLogin .modal-content label,
#modalLogin .modal-content i
{
    font-size: .9rem;
}

#modalLogin .modal-dialog{
    position: absolute;
    top: 30%;
    left: 80%;
    transform: translate(-50%, -50%);
}

#modalLogin #btnEntrar{
    width: 100%;
    text-align: center;
    background-color: #1bb1dc;
    border-color: #1bb1dc;
}

#modalLogin #btnEntrar:hover{
    background-color: #1693b6;
}

#modalLogin input{
    margin-bottom: 10px;
}

.modal-backdrop {
    z-index: initial;
}

#modalLogin .modal-header img{
    width: 90%;
    opacity: .5;
    margin: 0 auto;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    position: relative;
}

#intro .intro-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#intro .carousel-inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}

#intro #carouselExampleControls img {
    object-fit: cover;
    width: 100%;
    height: 80vh;
}

#intro .intro-info h1 {
    color: #1bb1dc;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: -50px;
}

#intro destaque-h1 {
    color: #c41b15;
    font-size: 1.5rem;
    font-style: italic;
    display: block;
    font-weight: 400;
    padding-top: 10px;
    font-family: "Lobster";
    text-transform: none;
    letter-spacing: 2px;
}

#intro .intro-info h3 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-produtos {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 4px;
    transition: 0.5s;
    background: #1bb1dc;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-produtos:hover {
    background: #006d8d;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
    /* Drop Down */
    /* Deep Drop Down */
    letter-spacing: 1px;
}

.main-nav,
.main-nav * {
    margin: 0;
    padding: 4px 0;
    list-style: none;
}

.main-nav,
.main-nav i {
    font-size: 12px;
}

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.main-nav .btn-cliente {
    font-size: 14px;
    background-color: #1bb1dc;
    color: #fff;
    border-radius: 4px;
    padding: 4px 6px;
    border: 0;
    margin-right: 14px;
    font-weight: 600;
}

.main-nav .btn-cliente:hover {
    background-color: #4ce197;
    color: #fff;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
    color: #1bb1dc;
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    border-radius: 8px;
}

.main-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
    color: #fff;
    background-color: #1bb1dc;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

#header.header-scrolled .drop-down-claro>a:hover {
    color: #fff !important;
}

.main-nav .drop-dawn i {
    position: absolute;
    right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(22, 215, 255, 0.8);
    transition: 0.4s;
}

.mobile-nav button{
    border: 0;
    background-color: #45f0ff;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    padding: 2px 5px;
    margin: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.mobile-nav button:hover{
    background-color: #40f4ce;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #31fffc;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\f077";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #000;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(70, 70, 70, 0.6);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
    font-size: 46px;
    text-align: center;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #353535;
    width: 70%;
}

/* Section with background
--------------------------------*/

.section-bg {
    background: #f5f8fd;
}

/* About Us Section
--------------------------------*/

#about {
    padding: 150px 0;
    background-image: url("../img/why-us-4.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    border-radius: 0 0 30% 0;
}

#intro .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 1;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
}

#about .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.7;
    border-radius: 0 0 30% 0;
}

#about .about-content {
    padding: 50px 24px 0 24px;
}

#about .about-content i {
    text-shadow: 1px 1px 5px;
}

#about .about-right {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 30% 0 0 0;
    max-width: 800px;
}

#about .about-content h2 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 15px;
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 3px;
}

#about .about-content h3 {
    color: #1bb1dc;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
}

#about .about-content p {
    color: #fff;
}

#about .about-content ul {
    list-style: none;
    padding-top: 80px;
    font-size: 20px;
}

#about .about-content ul li {
    color: #fff;
    padding-bottom: 40px;
    font-size: 1.5rem;
}

#about .about-content ul li i {
    font-size: 24px;
    color: #1bb1dc;
    padding-right: 4px;
}

#about .about-img {
    position: relative;
    margin: 30px;
}

#about .about-img img {
    width: 100%;
    transition: .5s;
    margin-top: 100px;
}

#about .about-img img:hover {
    width: 100%;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

#about .about-img::before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}

#about .about-img::after {
    position: absolute;
    right: -31px;
    bottom: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}

/* produtos Section
--------------------------------*/

#produtos {
    padding: 90px 0 70px 0;
    background-color: #fff;
}

#produtos .box {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 20px 10px 0 rgba(68, 88, 144, 0.07);
    transition: all 0.3s ease-in-out;
}

#produtos .box p~p {
    color: #1bb1dc;
    width: 100px;
    height: 24px;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
}

#produtos .img-thumbnail {
    width: 100%;
    border: 0;
    padding: 0;
}

#produtos .img-thumbnail img {
    width: 100%;
}

#produtos .box p:nth-child(3) {
    padding: 0 30px;
}

#produtos .produto-sub-item .box {
    margin-top: 30px;
    cursor: pointer;
}

#produtos .produto-sub-item h4 {
    font-size: 18px;
    font-weight: 500;
}

#produtos .box:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#produtos .icon {
    margin: 0 auto 15px auto;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #353535;
}

#produtos .icon i {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    padding: 5px 0px;
}

#produtos .title {
    color: #4b4b4b;
    font-weight: 700;
    margin: 15px 0;
    font-size: 18px;
    text-transform: uppercase;
}

#produtos .produto-sub-item .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
}

#produtos .box:hover .title {
    color: #1bb1dc;
}

#produtos .description {
    color: #5c5c5c;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: center;
}

.produtos-window h2 {
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}

/* Why Us Section
--------------------------------*/

#why-us {
    padding: 60px 0;
    background-color: #fff;
}

#why-us .owl-stage-outer {
    border-radius: 12px;
}

#why-us .section-header p {
    color: #696969;
}

#why-us .why-item img {
    max-width: 80vh;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#why-us .owl-nav,
#why-us .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#why-us .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
}

#why-us .owl-dot.active {
    background-color: #3284bc;
}

#why-us .why-us-content .features {
    margin: 0 0 15px 0;
    transition: 0.3s ease-in-out;
    padding: 30px;
    border-bottom: 1px dotted rgb(50, 132, 194);
}

#why-us .why-us-content .features:last-child {
    border-bottom: 0;
}

#why-us .why-us-content h3 {
    margin: -8px 0 30px 60px;
    text-transform: uppercase;
    font-weight: 300;
    color: #606060;
    padding-left: 30px;
}

.why-us-content .features:nth-child(2) {
    padding: 5px 5px 1px 5px;
}

.why-us-content .features:nth-child(4) {
    padding: 5px 5px 1px 5px;
}

#why-us .why-us-content .features i {
    font-size: 36px;
    float: left;
    color: #3284bc;
}

#why-us .why-us-content .features h4 {
    font-size: 24px;
    font-weight: 600;
    margin-left: 56px;
    color: #3284bc;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#why-us .why-us-content .features p {
    font-size: 16px;
    margin-left: 56px;
    color: #444;
}

#why-us .counters {
    padding-top: 40px;
}

#why-us .counters span {
    font-weight: bold;
    font-size: 38px;
    display: block;
    color: #3284bc;
}

#why-us .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #3284bc;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
    background-image: url(../img/bus.webp);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    padding: 60px 0;
    position: relative;
}

#call-to-action .overlay {
    background-color: #353535;
    opacity: .7;
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #fff;
    width: 70%;
}

#call-to-action .cta-btn {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 20px;
    transition: 1s;
    margin: 10px;
    color: #fff;
    background-color: #4ce197;
    text-transform: uppercase;
}

#call-to-action .cta-btn:hover {
    background: transparent;
    color: #fff;
    box-shadow: 0px 0px 0px 2px #fff;
    transform: scale(1.05);
}

/* Features Section
--------------------------------*/

#features {
    padding-bottom: 100px;
}

#features .veiculos-div {
    width: 100%;
}

#features h2 {
    color: #5e5e5e;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#features h3 {
    letter-spacing: 0;
    color: #5e5e5e;
    font-weight: 700;
    text-transform: uppercase;
}

#features h3:after {
    letter-spacing: 0;
    color: #5e5e5e;
    font-weight: 700;
    line-height: 5px;
    text-transform: uppercase;
}

#features p {
    line-height: 30px;
}

#features .features-right {
    margin-top: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.02);
}

#features .features-left {
    margin-top: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.02);
}

#features strong {
    color: #2d81bd;
}

#features .imagem-veiculos {
    position: relative;
    top: -100px;
    width: 100%;
}

/* Sessão de Perguntas Frequentes
--------------------------------*/

#faq {
    padding: 60px 0 100px 0;
    overflow: hidden;
}

#faq #faq-list {
    padding: 0;
    list-style: none;
}

#faq #faq-list li {
    border-bottom: 1px solid #ebebeb;
}

#faq #faq-list a {
    padding: 22px 0;
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    padding-right: 20px;
}

#faq #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 20px;
}

#faq #faq-list p {
    margin-bottom: 20px;
}

#faq #faq-list a.collapse {
    color: #1bb1dc;
}

#faq #faq-list a.collapsed {
    color: #000;
}

#faq #faq-list a.collapsed i::before {
    content: "\f2c7" !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    padding: 0 0 30px 0;
    font-size: 16px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/paisagem.webp');
}

#footer .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3a4d99;
}

#footer .footer-top {
    padding: 90px 0;
}

#footer .footer-top .social-links a {
    font-size: 24px;
    display: inline-block;
    background: #fff;
    color: #1bb1dc;
    line-height: 1;
    padding: 6px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #33daf1;
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: 1.5px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #dedede;
}

#footer .footer-top .footer-links ul a:hover {
    color: #33daf1;
}

#footer .btn-footer a {
    color: #1bb1dc;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 38px;
    border-radius: 20px;
    transition: 1s;
    margin: 10px;
    text-transform: uppercase;
    background-color: #fff;
}

#footer .btn-footer a:hover {
    color: #fff;
    background-color: #33daf1;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #fff;
    font-size: 15px;
}

#footer .credits {
    text-align: center;
    font-size: 14px;
    padding-top: 4px;
    color: #797979;
}

#footer .credits a {
    color: #1bb1dc;
}

#footer .credits a:hover {
    color: #0a98c0;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 991px) {
    #call-to-action .cta-btn-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 992px) {
    #intro .intro-info {
        padding-top: 80px;
    }
    #testimonials .testimonial-item p {
        width: 80%;
    }
}

@media (max-width: 991px) {
    #topbar {
        display: none;
    }
    #header {
        height: 70px;
        padding: 15px 0;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #header .logo img {
        padding: 10px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 1;
        margin: 0;
    }
    #why-us .why-us-content {
        padding-top: 30px;
    }
    .mobile-nav-toggle i {
        color: #1bb1dc;
        margin: 22px 18px 0 0;
    }
    #call-to-action .cta-text {
        width: 100%;
    }
    #features {
        padding-top: 150px;
    }
    #features .imagem-veiculos {
        display: none;
    }
    #footer .footer-left {
        display: none;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        display: none !important;
    }
    #faq #faq-list a {
        font-size: 18px;
    }
    #faq #faq-list i {
        top: 13px;
    }
    #modalLogin .modal-dialog {
        left: 50%;
    }
}

@media (max-width: 767px) {
    #intro {
        height: auto;
    }
    #intro .container {
        height: auto !important;
    }
    #intro .intro-img {
        width: 80%;
    }
    #intro .intro-info {
        text-align: center;
        padding-top: 40px;
    }
    #intro .intro-info h1 {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .section-header p {
        width: 100%;
    }
}

@media (max-width: 574px) {
    .section-header h3 {
        font-size: 30px;
    }
    #why-us .why-us-content h3 {
        margin-bottom: 20px;
    }
    #features {
        padding-bottom: 0;
        text-align: center;
    }
    #features h4 {
        text-align: center;
    }
    #features .img-fluid {
        max-width: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    #footer .footer-top .social-links a {
        margin-bottom: 25px;
    }
    #footer .footer-top {
        display: none;
    }
}