/*=============== Common Css start from here ==================*/
body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
  }

.section-pad{
    padding: 40px 0;
}
/*=============== Common Css End from here ===================*/




/* Section Css Start from here  =============================*/
.content-wrapper h2 {
    color: #182162;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.content-wrapper p{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.support-sec{
    background-color: #fcfcfc;
}
footer{
    background-color: #182162;
    padding: 20px 0;
}
footer p {
    margin: 0;
    color: #fff;
    letter-spacing: .8px;
    font-size: 14px;
}

footer p a{
    color: #aaaaaa;
}


/* Responsive Css Start From here  =================*/
@media (max-width: 450px){
    .content-wrapper h2 {
        font-size: 25px;
    }
}
/* Responsive Css End From here  ===================*/