/*privacy policy*/
.privacy .a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    font-size:18px;
    line-height:28px;
    text-align:justify; 
    font-family: sans-serif; 
}

img {
max-width: 100%;
height: 100%;
}
span, a, a:hover {
display: inline-block;
text-decoration: none;
color: inherit;
}
.section-head {
margin-bottom: 60px;
}
.section-head h4 {
position: relative;
padding:0;
color:#F52887;
line-height: 1;
letter-spacing:0.3px;
font-size: 34px;
font-weight: 700;  
text-align:center;
text-transform:none;
margin-bottom:30px;
}
.section-head h4:before {
content: '';
width: 60px;
height: 3px;
background: #F52887;
position: absolute;
left: 0px;
bottom: -10px;
right:0;  
margin:0 auto;
}
.section-head h4 span {
font-weight: 700;
padding-bottom: 5px;
color: #00008B;
}
p.service_text{
color:#cccccc !important;
font-size:16px;
line-height:28px;
text-align:center; 
 
}
.section-head p, p.awesome_line{
/* color:#818181; */
font-size:18px;
line-height:28px;
text-align:justify; 
font-family: sans-serif; 
}

.section-head h2 {
    position: relative;
    padding:0;
    color:#00008B;
    line-height: 1;
    font-size: 24px;
    font-weight: 400;  
    text-align:left;
    text-transform:none;
    margin-bottom:10px;
    font-family: sans-serif;
}