*{
	margin: 0;
  	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
}

html,body{
	width: 100%;
	height: auto;
} 

h1, h2{
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}

p{
    font-size: 20px;
}

.container{
    max-width: 1300px;
}


/* NAVBAR */

.navbar {
    transition: all 0.4s;
    background-color: white;
    padding-top: 4px;
    padding-bottom: 4px;
}

.navbar .nav-link {
    color: black;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #d91e3c;
    text-decoration: none;
}

.navbar .navbar-brand img{
    width: 160px;
}

.sing-in{
    margin-bottom: 0;
}

.sing-in li{
    list-style: none;
    display: inline-block;
}

.sing-in li:first-of-type{
    margin-right: 10px;
}

.sign-in-btn{
    background-color: #132250;
    padding: 15px 35px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    border: 2px solid #132250;
}

.sign-in-btn:hover{
    background-color: transparent;
    color: #132250;
    text-decoration: none;
    border: 2px solid #132250;
    transition: 0.5s ease;
}

.free-btn{
    background-color: #d91e3c;
    padding: 15px 35px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    border: 2px solid #d91e3c;
}

.free-btn:hover{
    background-color: transparent;
    color: #d91e3c;
    text-decoration: none;
    border: 2px solid #d91e3c;
    transition: 0.5s ease;
}

/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: #555;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #555;
    }
    .sing-in{
        padding: 20px 0px;
    }
    .navbar-nav{
        margin-left: 0 !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/* HERO */

#hero{
    background-image: url(..//images/hero1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    min-height: 100vh;
}

.bg-hero{
    width: inherit;
    min-height: inherit;
    background: rgba(0,0,0,0.4);
    padding-top: 35vh;
}

.text-hero{
    width: 60%;
}

.text-hero h1{
    font-size: 60px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0;
}

.text-hero h4{
    color: white;
    font-weight: 600;
    padding: 30px 0;
    margin-bottom: 0;
}

.text-hero ul{
    margin-bottom: 0;
}

.text-hero ul li{
    list-style: none;
    display: inline-block;
    border: 2px solid white;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
}

.text-hero ul li a{
   display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 20px;
}

.text-hero ul li:nth-of-type(2){
    border: 2px solid #d91e3c;
    background-color: #d91e3c;
}

.text-hero ul li a img{
    width: 50px;
}

.text-hero ul li:hover{
    border: 2px solid #d91e3c;
    background-color: #d91e3c;
}

/* HOW IT WORK */

#how-it-work{
    padding: 40px 0;
    width: 100%;
    height: auto;
}

.padd-how{
    padding: 40px 80px;
    width: 100%;
}

.img-how{
    width: 50px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.text-how{
    overflow: hidden;
}

.text-how h4{
  margin-bottom: 15px;
    font-weight: 600;
}

.text-how p{
    
}

.border-how{
    border-right: 1px solid #e6e6e6;
}

/* CONSULTATION */

#consultation{
    background-color: #132250;
    padding: 80px 0;
}

.text-consult h3{
    color: white;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

.text-consult h3 span{
    color: #d91e3c;
}

.btn-consult{
    text-align: right;
}

.btn-consult a{
    background-color: #d91e3c;
    padding: 15px 35px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    border: 2px solid #d91e3c;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-consult a:hover{
    background-color: transparent;
    color: white;
    text-decoration: none;
    border: 2px solid #d91e3c;
    transition: 0.5s ease;
}

/* EASY TO USE */

#easy{
    padding: 80px 0;
    width: 100%;
    height: auto;
}

.img-easy{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.text-easy{
    margin: 20px 0;
}

.text-easy hr{
    margin: 0;
    height: 2px;
    width: 80px;
    background-color: #d91e3c;
}

.text-easy h2{
    margin: 20px 0 30px 0;
    font-size: 40px;
    text-transform: capitalize;
}

.btn-easy{
    padding-top: 20px;
    padding-bottom: 16px;
}

.btn-easy a{
    background-color: #d91e3c;
    padding: 15px 35px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    border: 2px solid #d91e3c;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-easy a:hover{
    background-color: transparent;
    color: #d91e3c;
    text-decoration: none;
    border: 2px solid #d91e3c;
    transition: 0.5s ease;
}

/* REFLECTION */

#reflection{
    background-image: url(..//images/hero-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 0;
    width: 100%;
    height: auto;
}

.text-reflections{
    background-color: white;
    border-radius: 5px;
    padding: 60px;
    width: 50%;
    margin-left: auto;
}

.text-reflections h2{
    margin: 20px 0 30px 0;
    font-size: 40px;
    text-transform: capitalize;
}

/* SEE WHATS */

#see-whats{
    padding: 80px 0;
    width: 100%;
    height: auto;
}

.text-see{
    text-align: center;
}

.text-see hr{
    margin: 0;
    height: 2px;
    width: 80px;
    background-color: #d91e3c;
    margin: 0 auto;
}

.text-see h2{
    margin: 20px 0 30px 0;
    font-size: 40px;
    text-transform: capitalize;
}

.text-see ul{
    margin: 60px 0 80px 0;
}

.text-see ul li{
    list-style: none;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    margin: 0 5px;
    padding: 10px 25px;
}

.text-see ul li:hover{
    cursor: pointer;
    background-color: #d91e3c;
    color: white !important;
    border-radius: 5px;
}

.active-see{
    background-color: #d91e3c;
    padding: 10px 25px;
    color: white !important;
    border-radius: 5px;
}

/* BEST STOCK */

.text-best-stock{
    padding: 20px 0;
}

.text-best-stock h3{
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
}

.btn-best-stock{
    padding-top: 30px;
    padding-bottom: 16px;
}

.btn-best-stock a{
    background-color: #d91e3c;
    padding: 15px 35px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    border: 2px solid #d91e3c;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-best-stock a:hover{
    background-color: transparent;
    color: #d91e3c;
    text-decoration: none;
    border: 2px solid #d91e3c;
    transition: 0.5s ease;
}

.img-best-stock{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/* PATER RECOGNITION */

.text-pater-recognition{
    padding: 20px 0;
}

.text-pater-recognition h3{
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
}

.btn-pater-recognition{
    padding-top: 30px;
    padding-bottom: 16px;
}

.btn-pater-recognition a{
    background-color: #d91e3c;
    padding: 15px 35px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    border: 2px solid #d91e3c;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-pater-recognition a:hover{
    background-color: transparent;
    color: #d91e3c;
    text-decoration: none;
    border: 2px solid #d91e3c;
    transition: 0.5s ease;
}

.img-pater-recognition{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/* DONT MISS */

.text-dont-miss{
    padding: 20px 0;
}

.text-dont-miss h3{
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
}

.btn-dont-miss{
    padding-top: 30px;
    padding-bottom: 16px;
}

.btn-dont-miss a{
    background-color: #d91e3c;
    padding: 15px 35px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    border: 2px solid #d91e3c;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-dont-miss a:hover{
    background-color: transparent;
    color: #d91e3c;
    text-decoration: none;
    border: 2px solid #d91e3c;
    transition: 0.5s ease;
}

.img-dont-miss{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/* CTA */

#cta{
    width: 100%;
    height: auto;
    background-color: #132250;
    padding: 80px 0;
}

.text-cta{
    text-align: center;
}

.text-cta h2{
    margin: 0px 0 30px 0;
    font-size: 40px;
    text-transform: capitalize;
    color: white;
}

.text-cta p{
    color: white;
}

.btn-cta{
    padding-top: 40px;
    padding-bottom: 16px;
}

.btn-cta a{
    background-color: #d91e3c;
    padding: 15px 35px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    border: 2px solid #d91e3c;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-cta a:hover{
    background-color: transparent;
    color: white;
    text-decoration: none;
    border: 2px solid #d91e3c;
    transition: 0.5s ease;
}

/* GROW */

#grow{
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.img-grow{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.text-grow{
    padding: 20px 0;
}

.text-grow hr{
    margin: 0;
    height: 2px;
    width: 80px;
    background-color: #d91e3c;
}

.text-grow h2{
    margin: 20px 0 30px 0;
    font-size: 40px;
    text-transform: capitalize;
}

.text-grow ul{
    margin-top: 40px;
    margin-bottom: 0;
    
}

.text-grow ul li{
    list-style: none;
    display: inline-block;
    margin-right: 40px;
    font-size: 50px;
    font-weight: 600;
    color: #d91e3c;
    line-height: 0.6;
    position: relative;
}

.text-grow ul li:first-of-type::after{
    content:"+";
    position: absolute;
    top: -10px;
    left: 105px;
    font-size: 35px;
}

.text-grow ul li:last-of-type::after{
    content:"+";
    position: absolute;
    top: -10px;
    left: 55px;
    font-size: 35px;
}

.text-grow ul li span{
    color: black;
    font-size: 20px;
}

/* FOOTER */

footer{
    background-image: url(..//images/footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.bg-footer{
    width: inherit;
    height: inherit;
    background: rgba(19,34,80,0.8);
    padding-top: 80px;
}

.text-footer{
    
}

.text-footer h2{
    color: white;
    margin-bottom: 20px;
}

.text-footer p{
    color: white;
    font-size: 18px;
}

.follow-icon{
    margin-bottom: 0;
}

.follow-icon li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.follow-icon li a i{
    font-size: 22px;
    color: white;
}

.follow-icon li a i:hover{
    color: #d91e3c;
}

.text-footer h4{
    font-weight: 600;
    color: white;
    margin-bottom: 25px;
}

.text-footer ul{
    margin-bottom: 0;
}

.text-footer ul li{
    list-style: none;
    margin-bottom: 5px;
    font-size: 18px;
    color: white;
}

.text-footer ul li a{
    font-size: 18px;
    text-decoration: none;
    color: white;
}

.text-footer ul li a:hover{
    text-decoration: none;
    color: #d91e3c;
}

.text-footer ul li span{
    font-weight: 600;
}

.row-footer{
    display: flex;
    width: 100%;
}

.row-foo-one{
    flex: 40%;
    padding: 0 20px;
    width: 100%;
}

.row-foo-two{
    flex: 15%;
    width: 100%;
}

.row-foo-three{
    flex: 15%;
    width: 100%;
}

.row-foo-four{
    flex: 15%;
    width: 100%;
}

.row-foo-five{
    flex: 15%;
    width: 100%;
}

.hr-foo{
    
}

.hr-foo hr{
    background-color: white;
    margin-top: 80px;
}

.copy{
    padding: 0 10px;
}

.copy p{
    font-size: 18px;
    color: white;
}

.terms{
    text-align: right;
}

.terms ul{
    
}

.terms ul li{
    list-style: none;
    display: inline-block;
    margin-left: 15px;
}

.terms ul li a{
    text-decoration: none;
    font-size: 18px;
    color: white;
}

.terms ul li a:hover{
    text-decoration: none;
    font-size: 18px;
    color: #d91e3c;
}

/* RESPONSIVE STOCKS */

@media (min-width: 992px) and (max-width: 1199px) {
    .text-hero{
        
    }
    .bg-hero{
        padding-top: 25vh;
    }
    .padd-how{
        padding: 40px 20px;
    }
    .text-reflections{
        width: 70%;
    }
    .row-foo-one{
        flex: 50%;
        padding: 0 20px;
    }

    .row-foo-two{
        flex: 25%;
    }

    .row-foo-three{
        flex: 25%;
    }

    .row-foo-four{
        flex: 25%;
        margin-top: 20px;
        padding: 0 0 0 20px;;
    }

    .row-foo-five{
        flex: 75%;
        margin-top: 20px;
    }
}

@media (min-height: 1366px){
    .text-hero{
        width: 100%;
    }
    .bg-hero{
        padding-top: 35vh;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-hero{
        width: 100%;
    }
    .bg-hero{
        padding-top: 28vh;
    }
    .border-how{
        border-bottom: 1px solid #e6e6e6;
        border-right: none;
    }
    .easy-ord-1{
        order: 1;
    }
    .easy-ord-2{
        order: 2;
    }
    .text-consult h3{
        text-align: center;
    }
    .btn-consult{
        text-align: center;
        padding-top: 40px;
        padding-bottom: 16px;
    }
    .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    .img-easy{
        width: 100%;
        height: 450px;
        margin-top: 20px;
    }
    .text-reflections{
        width: 100%;
    }
    .grow-ord-1{
        order: 1;
    }
    .grow-odr-2{
        order: 2;
    }
    .img-grow{
        width: 100%;
        height: 450px;
        margin-top: 20px;
    }
    .row-foo-one{
        flex: 50%;
        padding: 0 20px;
    }

    .row-foo-two{
        flex: 50%;       
    }

    .row-foo-three{
        flex: 50%;
        padding: 0 20px;
        margin-top: 20px;
    }

    .row-foo-four{
        flex: 50%;
        margin-top: 20px;
    }

    .row-foo-five{
        flex: 50%;
        padding: 0 20px;
        margin-top: 20px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .text-hero{
        width: 100%;
    }
    .bg-hero{
        padding-top: 25vh;
    }
    .border-how{
        border-bottom: 1px solid #e6e6e6;
        border-right: none;
    }
    .easy-ord-1{
        order: 1;
    }
    .easy-ord-2{
        order: 2;
    }
    .text-consult h3{
        text-align: center;
    }
    .btn-consult{
        text-align: center;
        padding-top: 40px;
        padding-bottom: 16px;
    }
    .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    .img-easy{
        width: 100%;
        height: 400px;
        margin-top: 20px;
    }
    .text-reflections{
        width: 100%;
    }
    .grow-ord-1{
        order: 1;
    }
    .grow-odr-2{
        order: 2;
    }
    .img-grow{
        width: 100%;
        height: 400px;
        margin-top: 20px;
    }
    .row-foo-one{
        flex: 50%;
        padding: 0 20px;
    }

    .row-foo-two{
        flex: 50%;       
    }

    .row-foo-three{
        flex: 50%;
        padding: 0 20px;
        margin-top: 20px;
    }

    .row-foo-four{
        flex: 50%;
        margin-top: 20px;
    }

    .row-foo-five{
        flex: 50%;
        padding: 0 20px;
        margin-top: 20px;
    }
    .text-see ul li{
        width: 100%;
    }
    
    .img-best-stock, .img-dont-miss{
        margin-top: 20px;
    }
    
    .img-best-stock, .img-pater-recognition, .img-dont-miss{
        width: 100%;
        height: 400px;
    }
    
    .img-pater-recognition{
        margin-bottom: 20px;
    }
    .copy{
        text-align: center;
    }
    .terms ul{
        text-align: center;
    }
    .terms ul li{
        margin-left: 0;
    }
    .terms ul li:first-of-type{
        margin-right: 10px;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .text-hero{
        width: 100%;
    }
    .text-hero h1{
        font-size: 50px;
    }
    .text-hero ul li{
        margin: 5px;
    }
    .bg-hero{
        padding-top: 18vh;
        padding-bottom: 5vh;
    }
    .border-how{
        border-bottom: 1px solid #e6e6e6;
        border-right: none;
    }
    .padd-how{
        padding: 20px;
    }
    .text-easy{
        margin-top: 0;
    }
    .text-easy h2{
        font-size: 30px;
    }
    .easy-ord-1{
        order: 1;
    }
    .easy-ord-2{
        order: 2;
    }
    .text-consult h3{
        text-align: center;
    }
    .btn-consult{
        text-align: center;
        padding-top: 40px;
        padding-bottom: 16px;
    }
    #reflection{
        padding: 80px 0;
    }
    .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    #see-whats{
        padding: 40px 0;
    }
    .text-see ul{
        margin: 40px 0;
    }
    .text-see h2{
        font-size: 30px;
    }
    .img-easy{
        width: 100%;
        height: 250px;
        margin-top: 20px;
    }
    .text-reflections{
        width: 100%;
        padding: 20px;
    }
    .text-reflections h2{
        font-size: 30px;
    }
    .grow-ord-1{
        order: 1;
    }
    .grow-odr-2{
        order: 2;
    }
    .img-grow{
        width: 100%;
        height: 250px;
        margin-top: 20px;
    }
    .row-foo-one{
        flex: 100%;
        padding: 0 20px;
    }

    .row-foo-two{
        flex: 100%;
        padding: 0 20px;
        margin-top: 20px;
    }

    .row-foo-three{
        flex: 100%;
        padding: 0 20px;
        margin-top: 20px;
    }

    .row-foo-four{
        flex: 100%;
        padding: 0 20px;
        margin-top: 20px;
    }

    .row-foo-five{
        flex: 100%;
        padding: 0 20px;
        margin-top: 20px;
    }
    .text-see ul li{
        width: 100%;
        margin: 0;
    }
    
    .img-best-stock, .img-dont-miss{
        margin-top: 20px;
    }
    
    .img-best-stock, .img-pater-recognition, .img-dont-miss{
        width: 100%;
        height: 250px;
    }
    
    .img-pater-recognition{
        margin-bottom: 20px;
    }
    .copy{
        text-align: center;
    }
    .copy p{
        font-size: 14px;
    }
    .terms ul{
        text-align: center;
    }
    .terms ul li{
        margin-left: 0;
    }
    .terms ul li:first-of-type{
        margin-right: 10px;
    }
    .terms ul li a{
        font-size: 14px;
    }
    .text-cta h2{
        font-size: 30px;
    }
    #easy{
        padding: 40px 0;
    }
    #grow{
        padding: 40px 0;
    }
    .text-grow h2{
        font-size: 30px;
    }
    .text-grow ul li:first-of-type{
        margin-bottom: 40px;
    }
    .bg-footer{
        padding-top: 40px;
    }
    .hr-foo hr{
        margin-top: 40px;
    }
    .sing-in{
        padding: 5px 0;
    }
    .sing-in li:first-of-type{
        margin-bottom: 10px;
    }
    .sing-in li a{
        display: block;
        text-align: center;
    }
    .padd-all-row{
        padding: 0;
    }
}

@media (max-width: 320px) {
.text-hero{
        width: 100%;
    }
    .text-hero h1{
        font-size: 40px;
    }
    .text-hero ul li{
        margin: 5px;
    }
    .bg-hero{
        padding-top: 24vh;
        padding-bottom: 5vh;
    }
    .border-how{
        border-bottom: 1px solid #e6e6e6;
        border-right: none;
    }
    .padd-how{
        padding: 20px;
    }
    .text-easy{
        margin-top: 0;
    }
    .text-see ul{
        margin: 40px 0;
    }
    .text-easy h2{
        font-size: 30px;
    }
    .easy-ord-1{
        order: 1;
    }
    .easy-ord-2{
        order: 2;
    }
    #easy{
        padding-top: 0;
    }
    #reflection{
        padding: 80px 0;
    }
    .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    #see-whats{
        padding: 40px 0;
    }
    .text-see h2{
        font-size: 30px;
    }
    .img-easy{
        width: 100%;
        height: 250px;
        margin-top: 20px;
    }
    .text-reflections{
        width: 100%;
        padding: 20px;
    }
    .text-reflections h2{
        font-size: 30px;
    }
    .grow-ord-1{
        order: 1;
    }
    .grow-odr-2{
        order: 2;
    }
    .img-grow{
        width: 100%;
        height: 250px;
        margin-top: 20px;
    }
    .row-foo-one{
        flex: 100%;
        padding: 0 20px;
    }

    .row-foo-two{
        flex: 100%;
        padding: 0 20px;
        margin-top: 20px;
    }

    .row-foo-three{
        flex: 100%;
        padding: 0 20px;
        margin-top: 20px;
    }

    .row-foo-four{
        flex: 100%;
        padding: 0 20px;
        margin-top: 20px;
    }

    .row-foo-five{
        flex: 100%;
        padding: 0 20px;
        margin-top: 20px;
    }
    .text-see ul li{
        width: 100%;
        margin: 0;
    }
    
    .img-best-stock, .img-dont-miss{
        margin-top: 20px;
    }
    
    .img-best-stock, .img-pater-recognition, .img-dont-miss{
        width: 100%;
        height: 250px;
    }
    
    .img-pater-recognition{
        margin-bottom: 20px;
    }
    .copy{
        text-align: center;
    }
    .copy p{
        font-size: 14px;
    }
    .terms ul{
        text-align: center;
    }
    .terms ul li{
        margin-left: 0;
    }
    .terms ul li:first-of-type{
        margin-right: 10px;
    }
    .terms ul li a{
        font-size: 14px;
    }
    .text-cta h2{
        font-size: 30px;
    }
    #grow{
        padding: 40px 0;
    }
    .text-grow h2{
        font-size: 30px;
    }
    .text-grow ul li:first-of-type{
        margin-bottom: 40px;
    }
    .bg-footer{
        padding-top: 40px;
    }
    .hr-foo hr{
        margin-top: 40px;
    }
    .sing-in li{
        width: 100%;
    }
    .sing-in{
        padding: 5px 0;
    }
    .sing-in li:first-of-type{
        margin-bottom: 10px;
    }
    .sing-in li a{
        display: block;
        text-align: center;
    }
    .padd-all-row{
        padding: 0;
    }
    .text-consult h3{
        text-align: center;
    }
    .btn-consult{
        text-align: center;
        padding-top: 40px;
        padding-bottom: 16px;
    }
    #easy{
        padding: 40px 0;
    }
}

/*** INFO 

title font - font-family: 'Montserrat', sans-serif;

blue - #132250
red - #d91e3c

***/



