body {
    background: #f7f7f7;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #ac2a31;
    transition: 0.5s;
}

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

p {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
}

.hr-titulos {
    border: 5px dotted rgba(0, 89, 145, 0.24);
    border-bottom: none;
    margin: -30px 0 20px 0;
}

#areas .hr-titulos {
    border: 5px dotted rgba(255, 255, 255, 0.24);
    border-bottom: none;
    margin: -30px 0 20px 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 89, 145, 0.8);
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    padding-top: 10px;
    z-index: 11;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

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

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #005991;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*-- #Menu --*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    list-style: none;
    margin-top: 2px;
    padding-left: 0;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

.nav-menu .social-menu {
    font-size: 20px;
}

/* Nav Menu Arrows */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
* {
/*    border: 1px solid red;*/
}

#header {
    padding: 10px 0;
    height: 85px;
    position: fixed;
    left: 0;
    top: 0px;
    right: 0;
    z-index: 997;
    background-color: #fff;
    filter: drop-shadow(0 2px 3px rgb(229, 229, 229));
    transition: all 0.5s;
}

@media (max-width: 768px) {
    #header {
        height: 75px;
/*        padding-top: 0;*/
    }
}

#header.header-scrolled {
    background: #fff;
    height: 85px;
    transition: all 0.5s;
}

@media (max-width: 768px) {
    #header.header-scrolled {
        height: 75px;
    }
}

#header .logo {
    width: 380px;
    top: -22px;
    margin-right: 50px;
    position: relative;
/*    left: calc(50% - 150px);*/
/*    padding-bottom: 20px;*/
    
/*    width: 100%;*/
/*    border: 1px solid red;*/
}

@media (max-width: 768px) {
    #header #logo img {
        margin: 10px 0;
        width: 235px;
        top: 0px;
    }

    #header #logo h1 {
        font-size: 28px;
    }

    #header #logo img {
    }
}

/* Nav Meu Container */

.navbar {
    position: absolute;
    width: 100%;
    left: 0;
}

#nav-menu-container {
    margin: 0px auto;
/*    border-top: 1px solid #f4f4f4;*/
    margin-top: 19px;
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}

@media (min-width: 1024px) {
    #nav-menu-container {
        padding-right: 0px;
    }
}

.logo-menu {
    width: 100%;
    padding: 5px 25px;
/*    margin-bottom: 10px;*/
}

.nav-menu-hr {
    margin: 5px 15px;
    border-color: rgba(255, 255, 255, 0.5)
}

/* Nav Menu Styling */

.nav-menu a {
/*    border: 1px solid red;*/
    padding: 0 15px 15px 15px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    transition: all 0.2s;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
    color: #005991;
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 10px;
    border-radius: 0 0 5px 5px;
}

.nav-menu > li {
    
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 11px;
    text-transform: none;
}

.nav-menu ul li:hover > a {
    color: #005991;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 16px 15px 0 0;
    border: 0;
    background: rgba(255, 255, 255, 0.74);
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    padding: 1px 10px;
}

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

#mobile-nav-toggle i {
    color: #005991;
}

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
     background: linear-gradient(rgb(0, 85, 139), rgba(0, 145, 123, 0.88));
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    padding: 4px 2px 4px 10px;
    position: relative;
    text-decoration: none;
    width: 90%;
    display: block;
    outline: none;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin: 5px 0 0 15px;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #005991;
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}

#mobile-nav ul .menu-item-active {
    color: #005991;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

/* Mobile Nav body classes */

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

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

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

/*-- # BANNER --*/

#intro {
    display: table;
    width: 100%;
    max-height: 680px;
    background: #000;
/*    top: 60px;*/
/*    margin-top: 170px;*/
}

#intro .carousel-item {
    width: 100%;
    height: 100vh;
    max-height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    @media (max-width: 576px) {
        #intro {
            max-height: 550px;
        }

        #intro .carousel-item {
            max-height: 550px;
        }
        
        #intro h2 {
            font-size: 45px!important;
        }
    }

#intro .carousel-item::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#intro .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 90px;
    left: 0;
    right: 0;
    border-bottom: 4px solid rgba(237, 237, 237, 0.92);
    margin-bottom: 4px;
}

#intro .carousel-background img {
    max-width: 100%;
}

#intro .carousel-content {
    width: 100%;
    padding: 25px 15%;
    position: absolute;
}

@media (max-width: 576px) {
    #intro .carousel-content {
        width: 100%;
        padding: 25px;
    }
}

#intro h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    text-align: left;
    line-height: 100%;
    filter: drop-shadow(3px 3px 4px rgb(8, 38, 87));
    letter-spacing: -2px;
}

#intro h2 span {
    font-weight: 100;
}

@media (min-width: 1024px) {
    #intro p {
        width: 60%;
    }
}

#intro .carousel-fade {
    overflow: hidden;
}
rco
#intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
    width: 10% !important;
}

@media (min-width: 1024px) {

    #intro .carousel-control-prev,
    #intro .carousel-control-next {
        width: 5%;
    }
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#intro .carousel-indicators li {
    cursor: pointer;
}

#intro .btn-get-started {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #005991;
}

#intro .btn-get-started:hover {
    background: #fff;
    color: #005991;
}

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}


/* Sections Header */

.section-header h3 {
    font-size: 60px;
    font-weight: 100;
    position: relative;
    padding-bottom: 30px;
}

.section-header h3 span {
    font-weight: 700;
    color: #005991;
}

.modal p {
    text-align: justify;
    margin-bottom: 0;
}

.modal h3 {
    color: #005991;
    font-weight: 700;
}

.modal h4 {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

.modal span {
    color: #adadad;
    font-weight: 700;
}

/* destaque
--------------------------------*/

#destaque {
    background: #ededed;
    padding: 65px 0 50px 0;
}

#destaque i {
    color: #ededed;
    font-size: 40px;
    background: #676767;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    padding: 18px 0;
    margin-bottom: 10px;
}

#destaque h3 {
    color: #676767;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

#destaque p {
    color: #676767;
    font-size: 16px;
    text-align: justify
}

/* Sobre --*/

#about .section-header {
    margin: 20px 0 60px 0;
}

#about {
    background: linear-gradient(rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.95)), url(../img/about.png) fixed center center;
    background-size: 60vh;
    padding: 90px 0 90px 0;
    position: relative;
}

#about .container {
    position: relative;
    z-index: 10;
}

#about .container .info h2 {
    color: #005991;
    text-align: center;
    letter-spacing: -2px;
    margin: 15px;
}

#about .container .info p {
    text-align: center;
    text-indent: 0;
    font-size: 15px;
    padding: 0 20px;
}

#about .container .info button {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    margin: auto auto;
    position: relative;
    margin: 20px;
}

#about .section-header p {
    text-align: justify;
    color: #333;
    text-indent: 50px;
    font-size: 17px;
    line-height: 140%;    
}

#about .section-header h3 span {
    text-align: left;
    font-size: 60px;
}

#about .section-header h3 {
    color: #333;
    letter-spacing: -2px;
    font-size: 47px;
}

#about .section-header h2 {
    text-align: left;
    color: #333;
    letter-spacing: -2px;
    padding-top: 20px;
}

#about img {
    border: 1px solid #005991;
    border-radius: 40px 0 40px 0;
    padding: 6px;
    width: 400px;
    transition: all .3s;
    transform: scale(0.9);
}

#about img:hover {
    transform: scale(0.95);
    border-color: #bebebe;
}

    @media (max-width: 768px) {
        #about {
            padding: 20px 0;
        }
        
        #about img {
            margin-bottom: 15px;
            padding: 10px;
        }
        
        #about p {
            font-size: 15px!important;
        }
        
        #about .section-header h3 {
            font-size: 45px;
            text-align: center;
        }
    }

#about .btn {
    background-color: rgb(206, 236, 255);
    border-radius: 50px;
    color: #005991;
    font-weight: 700;
    border: none;
    padding: 10px 30px;
}

#about .btn:hover {
    background-color: #005991;
    color: #fff;
}

.gps a {
    color: #fff;
}

/*Justiça*/

#justica {
    background: url(../img/justica.jpg) fixed center center;
    background-size: cover;
    padding: 300px 0;
    color: #fff;
}

#justica h2 {
    text-align: right;
    color: #fff;
    font-size: 60px;
    font-weight: 100;
    margin: 0;
/*    text-align: left;*/
    line-height: 100%;
    filter: drop-shadow(3px 3px 2px rgba(8, 38, 87, 0.53));
    letter-spacing: -2px;
}

#justica h2 span {
    font-weight: 700;
}

    @media (max-width: 576px) {
        #justica {
            background-size: 100% !important;
            background: url(../img/justica_v.jpg) fixed no-repeat center center; 
        }
        
        #justica h2 {
            font-size: 50px;
        }
    }

    @media (max-width: 768px) {
        #justica {
            background-size: 100% !important;
            background: url(../img/justica_v.jpg) fixed no-repeat center center; 
        }
    }

#justica h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#justica p {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}

#justica ul {
    color: #fff;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
}

#justica .cta-btn {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#justica .cta-btn:hover {
    background: #ffce00;
    border: 2px solid #ffce00;
}

/*AREAS*/

/* destaque
--------------------------------*/

#areas {
    background: linear-gradient(rgba(0, 89, 145, 0.71), rgba(0, 36, 59, 0.96)), url(../img/area.jpg) fixed center center;
    padding: 90px 0 90px 0;
    transform: skew(0deg, -2deg) translateY(-40px);
        -webkit-transform: skew(0deg, -2deg) translateY(-40px);
        -moz-transform: skew(0deg, -2deg) translateY(-40px);
        -o-transform: skew(0deg, -2deg) translateY(-40px);
        -ms-transform: skew(0deg, -2deg) translateY(-40px);
}

#areas .container {
    transform: skew(0deg, 2deg) translateY(0px);
        -webkit-transform: skew(0deg, 2deg) translateY(0px);
        -moz-transform: skew(0deg, 2deg) translateY(0px);
        -o-transform: skew(0deg, 2deg) translateY(0px);
        -ms-transform: skew(0deg, 2deg) translateY(0px);
}

#areas a {
    margin: 20px 0 35px 0;
    padding: 6px 25px;
    border-radius: 80px;
    background-color: #fff;
    color: #005991;
    font-size: 13px;
    text-transform: uppercase;
    border: none;
}

#areas i {
    color: #fff;
    font-size: 40px;
    padding: 20px 0 5px 0;
    margin-bottom: 10px;
}

#areas .section-header h3 {
    font-size: 60px;
    font-weight: 100;
    position: relative;
    padding-bottom: 30px;
    color: #cccccc;
}

#areas .section-header h3 span {
    font-weight: 700;
    color: #fff;
}

#areas .section-header h4 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 8px;
    letter-spacing: -1px;
    color: #00aeef;
}

#areas .card-body {
    border: none;
    font-size: 14px;
    text-align: justify;
    background: none;
    color: #fff;
    padding: 0;
    margin: 0;
    text-indent: 30px;
}

#areas p {
    color: #fff;
    text-align: justify;
    font-size: 14px;
    margin: 0;
    text-indent: 30px;
}

    @media (max-width: 768px) {
        #areas .section-header h3 {
            font-size: 45px;
        }
    }

/*EQUIPE*/

#equipe {
    text-align: center;
    border-bottom: 2px dotted #b1b1b1;
    padding: 50px 0 70px 0;
}

#equipe h4 {
    color: #005991;
    font-size: 22px
}

#equipe img {
    border-radius: 250px;
    border: 10px solid #005991;
    float: left;
    padding: 10px;
    transition: all 0.3s;
    transform: scale(0.8);
}

#equipe img:hover {
    transform: scale(0.9)
}

#equipe button {
    background-color: #005991;
    font-size: 14px;
    border-radius: 50px;
    padding: 6px 25px;
    
}

#equipe .section-header h3 {
    text-align: center;
    font-weight: 700;
    color: #005991;
}

    @media (max-width: 576px) {
        #equipe .section-header h3 {
            font-size: 45px;
            letter-spacing: 0;
        }
    }


/*CONTATO*/

#contact {
    padding: 60px 0;
}

.section-bg {
    background: #f7f7f7;
}

#contact .contact-info {
    text-align: center;
}

#contact .contact-info p {
    line-height: 150%;
    padding-bottom: 10px;
}

#contact p {
    text-align: center;
    font-size: 15px;
}

#contact .contact-info i {
    font-size: 52px;
    display: inline-block;
    color: #005991;
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

#contact .section-header h3 {
    text-align: center;
    font-weight: 700;
    color: #005991;
}

    @media (max-width: 576px) {
        #contact .section-header h3 {
            font-size: 45px;
            letter-spacing: 0;
        }
    }

#contact h4 {
    font-size: 22px;
    margin: 46px 0;
    color: #656565 !important;
    text-align: center;
}

#contact .contact-info a {
    color: #000;
}

#contact .contact-info a:hover {
    color: #005991;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
    margin-bottom: 20px;
}

@media (min-width: 768px) {

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 0 0 10px 0;
    }
}

#contact .form #sendmessage {
    color: #005991;
    border: 1px solid #005991;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input,
#contact .form textarea {
    padding: 8px 14px;
    border-radius: 5px;
    box-shadow: none;
    font-size: 16px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
}

#contact .form button[type="submit"] {
    background: none;
    border: 1px solid #dedede;
    border-radius: 50px;
    padding: 10px 30px;
    color: #000;
    transition: 0.4s;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
}

#contact .form button[type="submit"]:hover {
    color: #fff;
}

#contact .form button[type="submit"]:hover {
    background: #005991;
    border: 1px solid #005991;
}

@media (min-width: 768px) {

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 0 0 10px 0;
    }
}

#contact .rss {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    padding-top: 20%;
    color: #fff;
    background-color: #005991;
    border-radius: 8px;
}

/*Footer*/

footer {
    background-color: #ddd;
    padding: 25px 0;
    text-align: left;
}

@media (max-width: 767px) {
    footer {
        text-align: center;
    }
}

footer span.copyright {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    display: inline-flex;
    line-height: 100%;
}

footer p {
    margin: 0px 0 5px 0;
    font-size: 9px;
    text-align: right
}

@media (max-width: 767px) {
    footer p {
        margin: 35px 0 5px 0;
        text-align: center;
    }
}

footer .footer-logo {
    width:130px;
    margin-right: 15px;
}

footer .logo-mediatom {
    width: 100px;
}

footer p.logo-img {
    margin: 0;
}

.space30 {
    padding: 30px 0;
}

.space30-top {
    padding: 30px 0 0 0;
}

.space15 {
    padding: 15px 0;
}

.modal p {
    line-height: 160%;
    text-indent: 30px;
}

.modal ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.modal li {
    padding: 10px;
    display: inline-block;
    font-size: 24px;
}

.modal h3 {
    margin: 0;
}

.modal h4 {
    padding: 20px 0 0 0;
    font-weight: 700;
    color: #005991;
}

.modal i {
    color: #005991;
    transition: all 0.3s;
}

.modal i:hover {
    transform: scale(1.2);
}

.scroll-anchor {
    position: absolute;
    top: -50px;
    
}