/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css?v=14);
@import url(blocks.css);

* {
	border-radius: 0px;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
/*	padding-top: 135px;*/
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}
.menu_box{
    padding: 10px 20px 5px 20px;
    margin:10px;
}
.menu_box a{
    color: #555;;
}

.menu_box a, a:focus, a:hover, a:active,  {
    color: #555;;
}

.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}
.help_con {
    border-color: #95a5a6;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.help_con h4{
     background: #95a5a6;
     font-size:13px;
}
.c_service h3 {
    text-align: center;
     font-size:18px;
     background: #00a9dc;
     color:#fff;
    padding-bottom:10px;
    padding-top:10px;
    
}
.h3a{
     color:#fff !important;
}
h4 a{
     color:#fff !important;
}
.c_charge h4{
    background: #95a5a6;
    font-size: 13px;
     color:#fff;
}
.heading h2{
    color:#fff;
}

#tip {
    position: absolute;
    padding-top:4px;
    top: 0px;
    left:100%;
    height:30px;
    display: none;
    z-index: 9999;
        color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}