
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: black;
    background: black;
    padding: 0;
    margin: 0;
    font-weight: 600;
}
h1{
   font-size: 70px;
   font-family:  'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
h4{
    font-family:  'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
}

h2{
    font-family:  'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
}

span{
    font-family:  'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
}


.slider{
    background: url(../images/banner-4.png) center center !important;
    background-size: cover !important;
    height: 100%;
    padding-top: 35px;
    padding-bottom: 30px;
    color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;


}

.box{
    height: 100% !important;
}

.myform{
    background:#0774C0 ;
    padding: 30px;
    color: black;
}

.section2{
    color: black;
    padding-top: 100px;
    padding-bottom: 100px;

}


.btn-primary{
    background: white !important;
    border: 1PX solid white !important;
    color: black !important;
}

.btn-primary:hover{
    background: none !important;
    color: white !important;
    border: 1PX solid white !important;
}

.submit{
    background: #5D5E5E !important;
    border: 1PX solid #5D5E5E !important;
    color: white !important;
}


.section3{

    padding-top: 100px;
    padding-bottom: 100px;
    background: blue;
    color: white;
}

.card-title{
    font-weight: bold ;

}


.card-deck{
    color: black;
    padding-bottom: 30px;
}

.section4{
    background: url(../images/customer.jpg) center center;
    background-size: cover;
    text-align: center;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}


.testi{
    width: 100%;
}

.footer{
    background: black;
    color: white;
    text-align: center;
    padding: 5px;
}


@media screen and (max-width: 720px) {

    h1{
        font-size: 30px;
    }
    .slider,.section2,.section3,.section4{
        padding: 20px;
    }

    .section4 img{
        margin-bottom: 20px;
    }

    .slider{
        clear: both !important;
        position: relative;
    }
    .box{
        height: auto !important;
    }
  }