body {
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	color: #999999; 
	font-size: 16px;
    background-image: url('../img/bg_water.jpg'); 
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #222222;
}
a, a:hover, a:focus, a:active{
    outline: none;
}

.section-padding{
	padding: 60px 0px;
    margin: 0 60px;
}
h2 {
    line-height: 20px;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
hr.botm-line {
    height: 3px;
    width: 60px;
    background: rgb(33, 97, 173);
    position: relative;
    border: 0;
    margin: 20px 0 20px 0;
}

.white, .white:hover, .white:focus
{
	color: #fff;
	width: 100% !important;
}

.colored{
    background: rgb(33, 97, 173);
}

.block
{
	display: block;
}


/* logo  */
.navbar-brand img {
    margin-top: -20px;
}

/*  header-phone */
.header-phone a{
    color: #eee;
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding: 20px 0;
}
.header-phone a:hover{
    color: #fff;
    text-decoration: none;
}

.header-phone span{
    margin: 10px 0 0 10px;
}

/* header menu */
.navbar {
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0px;
}


.navbar-default {
    background-color: transparent; 
    padding: 20px 0;
    transition: all 0.3s;
    border: 0px;
}

.top-nav-collapse {
    padding: 0; 
    background: rgba(41, 48, 46, 0.8);
    color: #fff;
}

.navbar-default .navbar-nav ul.dropdown-menu
{
    padding: 0;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav ul.dropdown-menu > li > a
{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.navbar-default .navbar-nav ul.dropdown-menu > li > a
{
    padding: 10px;
    right: auto;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.open > a, 
.navbar-default .navbar-nav > li.open > a:focus,
.navbar-default .navbar-nav ul.dropdown-menu > li > a, 
.navbar-default .navbar-nav ul.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav ul.dropdown-menu > li.open > a, 
.navbar-default .navbar-nav ul.dropdown-menu > li.open > a:focus
{
	color: #fff !important;
    background-color: rgb(33, 97, 173) !important;
}
.navbar-default .navbar-nav ul.dropdown-menu{
    background-color: rgb(33, 97, 173);
    border: none;
    border-radius: 0;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav ul.dropdown-menu > li > a:hover, 
.navbar-default .navbar-nav ul.dropdown-menu > li.open > a:hover 
{
    color: #fff !important;
    background-color: rgb(53, 117, 193)!important;
    transition: 0.3s;
} 
/* order-dialog  */
#order-dialog {
    position: relative;
    background: #fff;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
#order-dialog .dialog-title{
    position: relative;
    background: rgb(33, 97, 173);
    padding: 1px 20px;
    width: 100%;
    margin: 0;
}
#order-dialog .dialog-title h3{
    color: #fff;
}
#order-dialog .dialog-body{
    position: relative;
    background: #fff;
    padding: 20px;
    padding: 20px;
    width: 100%;
    margin: 0;
}
#order-dialog input {
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    width: 100%;
    margin: 0 0 20px;
    background: #fff;
    border: #ccc 1px solid;
    border-radius: 0;
    color: #000;
}
#order-dialog textarea {
    height: 100px;
    padding: 20px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    width: 100%;
    margin: 0 0 20px;
    background: #fff;
    border: none;
    border: #ccc 1px solid;
    color: #000;
}
#order-dialog .validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}


/* left-menu */
    .nav-pills > li > a {
        border-radius: 0px;
    }
    .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
        background-color: rgb(53, 117, 193);
        border-radius: 0px;
    }
    li.brand-nav.active a:before{
    	content: " ";
    	display: block;
    	width: 0;
    	height: 0;
    	border-top: 20px solid transparent;
    	border-bottom: 20px solid transparent;
    	border-right:  rgb(53, 117, 193) 10px solid;
    	position: absolute;
    	top: 50%;
    	margin-top: -20px;
    	left: -10px;
    	z-index: 2;
    }
/* banner on home page  */


.affix {
    background-color: #ffffff !important;
}
.affix .navbar-nav > li > a:hover, .affix .navbar-nav > li > a:focus
{
    background-color: rgb(33, 97, 173) !important;
}
#banner{
	background: none;
	min-height: 200px;
	position: relative;
}
.banner-info{
	padding-top: 190px;
}
.banner-logo img{
	display: inline-block;
}
.banner-text{
	color: #fff;
}
.banner-text h1{
	font-family: 'Candal', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	padding-bottom:15px; 
}
.btn-appoint, .btn-appoint:hover, .btn-appoint:focus{
	margin-top: 30px;
	padding: 10px 20px;
	font-size: 12px;
	background-color: rgba(33, 97, 173, 0.9);
	border-radius: 3px;
	color: #fff;
}
.overlay-detail a i {
    text-align: center;
    position: absolute;
    bottom: 25px;
    font-size: 38px;
    color: #fff;
    margin: 0 auto;
}
.text-primary i{
    padding-top: 8px;
    display: inline-block;
}

/*--- ataka ---*/
.btn-form {
    background-color: rgb(33, 97, 173);
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px;
}
.btn-form:hover {
    background-color: rgb(53, 117, 193);
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px;
    transition: background-color 0.3s;
}
.btn-media{
    color: #fff;
    border: #ccc 1px solid;
    border-radius: 0px;
    padding: 10px 20px;
    margin: 10px;
}
.btn-media:hover,.btn-media:focus{
    background-color: rgb(53, 117, 193);
    color: #fff;
    border: none;
    transition: background-color 0.3s;
    margin: 11px;
}
.banner-buttons{
    padding-top: 50px;
}

.boxed{
	background: #fff;
	position: relative;
	width: 90%;
	margin: 0 auto;
	max-width: 1280px;
	overflow: hidden;
	box-shadow: 0 5px 25px rgba(0,0,0,0.2);
}
/**
        articles
*/
.breadcrumb{
    background-color: #fff;
}

.article ul{
    margin-bottom: 20px;
}
.article ul>li a{
    color: #333;
}
.article ul>li a:hover{
    color: rgba(33, 97, 173, 1);
    text-decoration: none;
}

/***
    process step
***/
.process-step .btn:focus {
	outline: none;
}

.process {
	display: table;
	width: 100%;
	position: relative;
}

.process-row {
	display: table-row;
}

.process-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.process-row:before {
	top: 40px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	z-order: 0;
}

.process-step {
	display: inline;
	text-align: center;
	position: relative;
	float: left;
	width: 20%;
}

.process-step p {
	margin-top: 4px;
}

.btn-circle {
	width: 80px;
	height: 80px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	padding: 0;
	line-height: 91px;
	font-style: normal;
	border: 1px solid #e5e5e5 !important;
}

.btn-circle:hover,
.btn-info {
	background: rgba(53, 117, 193, 1) !important;
	border-color: rgba(53, 117, 193, 1) !important;
}

.process-step .btn .fa {
	margin-left: 0;
	position: relative;
	top: 0px;
	font-size: 25px;
}

.process-step small {
	display: block;
	font-family: Montserrat;
	color: #000;
	text-transform: uppercase;
	padding-top: 18px;
}




/***************************************
footer
***************************************/
#footer{
	background-color: rgba(41, 48, 46, 0.9);
}
.ftr-tle {
    height: 50px;
}
.info-sec, .info-sec a{
    color: #fff;
    transition: all 0.3s ease;
}
.info-sec a:hover{
    color: rgb(53, 117, 193);
    text-decoration: none;
}

.quick-info li i {
    font-size: 8px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: left;
}
.social-icon li {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 5px;
}
.bglight-blue {
    background-color: #3498DB;
}
.bgred {
    background-color: #E74C3C;
}
.bgdark-blue {
    background-color: #2C3E50;
}
.bglight-blue {
    background-color: #3498DB;
}
.top-footer {
    padding: 40px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-line {
    padding: 30px 0px;
    color: #fff;
}

.footer-line a {
    color: #0CB8B6;
}

.quick-info li a{
    color: #fff;
}
.site-link, .site-link:hover, .site-link:focus
{
    color: #0cb8b6;
    text-transform: none;
}
@media (min-width: 551px) and (max-width: 980px)
{
    .navbar-default {
        background-color: rgba(41, 48, 46, 0.9);
    }
}
@media (min-width: 220px) and (max-width: 551px)
{
    .navbar-default {
        background-color: rgba(41, 48, 46, 0.9);
    }
    
    .navbar-brand img {
        width: 150px;
        margin-top: 0;
    }

    .testi-info{
        margin-bottom: 20px;
    }
    .marb20{
        margin-top: 30px;
    }
    h2{
        font-size: 24px;
        line-height: 1.2;
    }
    .section-title{
        margin-bottom: 30px;
    }
    .medi-info {
    border: 0px;
    border-bottom: 1px solid #fff;
    }
    .service-info{
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .caption h3 {
    font-size: 14px;
    }
    .caption p{
    font-size: 12px;
    padding-bottom: 5px;
    }
    .caption ul li a i{
        font-size: 14px;
    }
    .banner-text h1{
        font-size: 24px;
    }
}