
    @font-face
    {
        font-family: raleway-medium;
        src:url(../font/Raleway-Medium.ttf);
    }
     /*@font-face
    {
        font-family: raleway-medium;
        src:url(../font/Raleway-Medium.ttf);
    }*/
body
{
    font-family: 'raleway-medium', sans-serif;
    overflow-x: hidden;
    font-feature-settings: 'lnum';
    color: #707070;
    /*background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
  	background-size: auto;*/
    font-size: 14px;
}
/*.container-fluid
{
    width: 1000px;
    background-color: #fff;
    box-shadow: 0px 3px 53px #000069;
    border-radius: 2px;
    opacity: 1;
    margin-top:100px;
    margin-bottom: 100px;
}*/
.container
{
    width:970px;
    margin-bottom: 30px;
}/*
.logo
{
    float: right;
}*/
.page-head .col-md-5
{
    padding-right: 0px;
    padding-left: 0px;
}
.page-head h2
{
    line-height: 1.7;
    padding-top:70px;
}
.intro-para
{
    margin-bottom: 10px;
}
.intro-para,.footer-para
{
    margin-top: 20px;
    line-height: 1.6;
}
.list-head h3,.list-head img
{
    display: inline-block;/*
    font-family: raleway-medium;*/
    font-size: 16px;
}
h2
{
    font-size: 24px;font-weight: 700;
    margin-top: 40px;
}
ul
{
    margin-left: -15px;
}
.list-content
{
    line-height: 1.6;
    margin-left: 90px;/*
    margin-bottom: 10px;*/
}
.list-content li
{
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
}
.list-head img
{
    display: none;
}
.list-head h3
{
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}
.list-content
{
    margin-left:-15px;
}


/*----------------------------------footer---------------------------------*/
.footer {
background: #1e1e1e;
/* min-height: 65px; */
font-family: raleway-medium!important;
color: #fff !important;
padding: 21px 0px 12px;
}
.footer a,
.footer p {
color: #fff;
font-size: 0.97em;
}
.footer .credits {
float: right;
}
.footer .credits a {
border-right: 1px solid #444;
padding: 25px 15px 21px 15px;
cursor: pointer;
}
.footer .credits a:hover {
background-color: #333;
text-decoration: none!important;
}
.footer .twitter 
{
border-left: 1px solid #444;
}
.footer .container
{
    margin-bottom:0px;
}
@-moz-document url-prefix()
{
.footer .credits a {
border-right: 1px solid #444;
padding: 25px 15px 20px 15px;
}}
@media (min-width: 768px) and (max-width: 991px)
{
    .container
    {
        width: 750px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .credits
    {
        display: none;
    }
     .footer
    {
        padding-top: 10px;
        text-align: center;
    }
}


@media (min-width: 320px) and (max-width: 767px)
{
    .container
    {
        width: 310px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .logo
    {
        float: none;
    }
    .page-head
    {
        margin-right: 0px;
    }
    .page-head .col-md-5
    {
        padding-right: 0px;
    }
    .page-head h2
    {
        padding-top: 0px;
    }
    .list-content
    {
        margin-left: -15px;
    }
    /*.list-content ul
    {
        padding-left: 10px;
    }*/
    .list-content li
    {
        padding-left: 10px;
    }
    .credits
    {
        display: none;
    }
    .footer
    {
        padding-top: 10px;
        text-align: center;
    }
}
