@import url('https://fonts.googleapis.com/css?family=Montserrat,Raleway:300,400,500,600,700,800,800');

body {
    font-family: 'Montserrat', sans-serif !important;
    color: #000;
    font-size: 14px;
}

p {
    font-size: 16px !important;
    font-family: 'Raleway', sans-serif;
    line-height: 1.3 !important;
}

a, a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    width: 100%;
    display: block;
}

.main-container {
    padding: 0px;
    margin: 0px auto;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
    float: right;
}

.left {
    text-align: left;
    float: left;
}

.pl1 {
    padding-left: 10px;
}

.pl2 {
    padding-left: 20px;
}

.pl3 {
    padding-left: 30px;
}

.mt1 {
    margin-top: 10px;
}

.mt2 {
    margin-top: 20px;
}

.mt3 {
    margin-top: 30px;
}

.mt4 {
    margin-top: 40px;
}

.mt5 {
    margin-top: 50px;
}

.mt6 {
    margin-top: 60px;
}

.mt7 {
    margin-top: 70px;
}

.mt8 {
    margin-top: 80px;
}

.mt9 {
    margin-top: 90px;
}

.mt10 {
    margin-top: 100px;
}

.mb1 {
    margin-bottom: 10px;
}

.mb2 {
    margin-bottom: 20px;
}

.mb3 {
    margin-bottom: 30px;
}

.mb4 {
    margin-bottom: 40px;
}

.mb5 {
    margin-bottom: 50px;
}

.b3 {
    font-weight: 300;
}

.b4 {
    font-weight: 400;
}

.b5 {
    font-weight: 500;
}

.b6 {
    font-weight: 600;
}

.b7 {
    font-weight: 700;
}

.b8 {
    font-weight: 800;
}

.b9 {
    font-weight: 900;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.red {
    color: #f00;
}

.red1 {
    color: #7e0927;
}

.yellow {
    color: #f4c022;
}

.green {
    color: #1cb85e;
}

.blue {
    color: #051e49;
}

.dark-blue {
    color: #12335e;
}

.nav-dark-blue {
    background-color: #001c49;
}

.nav-link, .navbar-brand, .nav-link:hover, .navbar-brand:hover {
  color: #fff;
}

.light-blue {
    color: #a4c3ec;
}

.orange {
    color: #f47322;
}

.theme-color {
    color: #3620a2;
}

.text-shadow {
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 3px 5px 7px rgba(0,0,0,0.51);
}

.heading1 {
    display: block;
    width: 100%;
    font-size: 45px;
}

.headingl {
    font-size: 60px;
}

.heading-big {
    font-size: 80px;
}

.highlight-yellow {
    background: #ffff00;
}

.shadow {
    -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
    -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
    box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}

.logo img {
    width: 33%;
}



.section1 {
    display: block;
    padding-top: 30px;
    padding-bottom: 50px;
    background-position: center center;
}


.footer {
    background: #001c49;
    display: block;
    padding: 20px;
    background-position: center;
}

.video-img img {
    width: 90%;
    border: 5px solid #0e0e0e;
    border-radius: 5px;
}

.box {
    display: inline-block;
    background: #FE6625;
    padding: 12px;
    border-radius: 40px;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    color: white;
}

.white-box {
    display: inline-block;
    background: white;
    padding: 0px 40px 40px 40px;
    width: 80%;
    margin-top: 100px;
    color: white;
    border-radius: 15px;
}

.white-box img {
    text-align: center;
    width: 25%;
    margin-top: -100px;
}

.white-box p {
    text-align: left;
}

.stat {
    padding: 35px;
    text-align: center;
}

.stat img {
    width: 85%;
}

.footer_menu li {
    list-style: none;
    float: left;
    color: #fff;
    margin-right: 5px;
    font-size: 14px;
}

.login-form {
  margin: 50px auto;
  max-width: 500px;
}

.footer p {
  font-size: 14px !important;
}

.shrink
{
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        transition: transform 1s;
}

.product-images {
  max-width: 300px;
}

.product-infos {
  margin-top: 15px;
  font-size:16px;
  color: #001c49;
}

.copy, .btn-access, .btn-access:hover {
  color: #fff;
  background-color: #001c49;
  margin: 10px;
  min-width: 100px;
}

@media (max-width: 767px){
    .logo img {
        width: 30%;
    }

    .head-strip {
        width: 100%;
        height: 115px;
    }

    .head-strip h1 {
        font-size: 25px !important;
    }

    .head-strip h3 {
        font-size: 17px !important;
    }

    .section1 {
        display: block;
        padding-top: 30px;
        padding-bottom: 50px;
        background-position: center center;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 23px;
    }

    h3 {
        font-size: 20px;
    }

    .guarantee img {
        width: 100%;
    }

    .br-res br {
        display: none;
    }

    .section3 {
        padding-bottom: 10px;
    }

    .section4 {
        padding-top: 100px;
    }

    .list li {
        font-size: 17px;
    }

    .white-box p {
        font-size: 16px !important;
    }

    .white-box img {
        width: 70%;
        margin-top: -85px;
    }

    .section5 p {
        font-size: 20px !important;
    }

    .footer p {
        font-size: 14px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .logo img {
        width: 30%;
    }

    .head-strip {
        width: 100%;
        height: 115px;
    }

    .head-strip h1 {
        font-size: 25px !important;
    }

    .head-strip h3 {
        font-size: 17px !important;
    }

    .section1 {
        display: block;
        padding-top: 30px;
        padding-bottom: 50px;
        background-position: center center;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 23px;
    }

    h3 {
        font-size: 20px;
    }

    .guarantee img {
        width: 100%;
    }

    .br-res br {
        display: none;
    }

    .section3 {
        padding-bottom: 10px;
    }

    .section4 {
        padding-top: 100px;
    }

    .list li {
        font-size: 17px;
    }

    .white-box p {
        font-size: 16px !important;
    }

    .white-box img {
        width: 70%;
        margin-top: -85px;
    }

    .section5 p {
        font-size: 20px !important;
    }

    .footer p {
        font-size: 14px !important;
    }
}
