﻿body {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding-top: 4em;
    margin-top: 0;
    padding-top: 0;
    color: rgb(106, 107, 112);
}

h1, h2, h3, h4, h5, h6 {
color:black;
}

.lead {
    line-height: 49px;
    font-size: 35px;
    font-weight: 700;
}

.b {
    font-weight: 700;
}

ul {
    color: black;
}

.fa-li {
    zoom: 1.2;
}

label {
    width:100%;
}

.container {
    padding-top: 1em;
    padding-bottom:2em;
    width:80%;
}

.top-padding {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
}


footer {
    background-color: red;
}


.footer-big {
    height:100px;
}

.footer-btm {
    background-color: #222222;
    margin-top: 90px;
    width: 100%;
    line-height: 60px;
    margin-bottom: -40px;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
}

.bg-footer {
    background-color: #2d2d2d;
    height: 100%;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    color: white;
}

.big-padding {
    padding: 3em;
}


li {
    padding: 0.5em;
}

.red {
    color: #e73c3a;
}

.bg-red {
    background-color: #e73c3a;
    border-color: #e73c3a;
}

.blue {
    color: #2473ea;
}

.bg-blue {
    background-color: #2473ea;
    border-color: #2473ea;
}

h4 {
    font-size:1.0rem!important;
}

.ftr {
    font-size: 21px;
    color:white;
}


.w1-red {
    color:#e73c3a;
    zoom: 1.5;
    background-color:white;
    border-radius:20px;
}


.head-back {
    background-image: url(/images/bg1.png);
    background-color: #eeeeee;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin: 0;
    padding: 0;
}

.back-clear {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);

}

.text-clear {
    opacity: 1;

}

.with-background {
    padding: 2em;
    border-radius: 4px!important;
    box-shadow: rgba(50,50,50,0.2) 0px 5px 4px 2px;
}

.circle {
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 3;
    display: block;
    margin: 0 auto;
    margin-bottom: 2em;
    box-shadow: rgba(50,50,50,0.2) 0px 5px 4px 2px;
}

.c1 {
    width: 55px;
    height: 55px;
    background-color: #e73c3a;
    border: 7px solid #e73c3a;
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: url('/images/c1.svg');
    background-position: top left;
    background-size: cover;
}

.c2 {
    width: 55px;
    height: 55px;
    background-color: #e73c3a;
    border: 2px solid #e73c3a;
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: url('/images/c2.svg');
    background-position: top left;
    background-size: cover;

}

.c3 {
    width: 55px;
    height: 55px;
    background-color: #e73c3a;
    border: 9px solid #e73c3a;
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: url('/images/c3.svg');
    background-position: top left;
    background-size: cover;
}

.ext-margin-top {
    margin-top: 4em;
}



@media only screen and (max-width: 767px) {

    html {
        width: 100%;
        margin:0;
        padding:0;
    }

    .body-content {
        width:115%;
    }

    .container {
        width: 100%;
    }

    .circle {
        margin-top: 2em;
    
    }

    .footer {
        width: 100%;
        height: 400px;
    
    }

    .row {
        padding:0!important;
    }

    .top-padding
    {
        padding-top: 0 !important;
    }

    .top-clear {
        margin-top: 30em;
    }

    .footer-btm {
        margin-top: 240px;
    }
}
