@charset "UTF-8";
 @import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,700,600,700italic,800);
 * {
     font-family: 'Open Sans', sans-serif;
     padding: 0;
     margin: 0;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     text-rendering: optimizeLegibility;
     text-rendering: geometricPrecision;
     font-smooth: always;
	 outline:none !important;
}
 body {
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
     font-size: 16px;
     letter-spacing: 0px;
     font-weight: 400;
     line-height: 26px;
}
 h1, h2, h3, h4, h5, h6 {
     font-weight: 400;
     color: #252728;
     margin: 0px 0px 15px 0px;
     letter-spacing: -1px;
     text-transform: capitalize;
}
 h1 {
     font-size: 34px;
     color:#0267cc;
     margin-bottom:20px;
}
 h2 {
     font-size: 24px;
     line-height: 30px;
}
 h3 {
     font-size: 21px;
     line-height: 36px;
}
 h4 {
     font-size: 16px;
     line-height: 22px;
}
 h5 {
     font-size: 14px;
}
 h6 {
     font-size: 12px;
}
 p {
     margin: 0 0 30px;
     line-height: 1.6;
}
 p:last-child {
     margin: 0px;
}
 ul, ol {
     list-style: none;
     margin: 0;
     padding: 0;
}
 a {
     text-decoration: none;
     color: #252728;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
}
 a:focus, a:hover {
     text-decoration: none;
     color: #25aae1;
}
 .lead {
     font-size:18px;
     line-height:30px;
     font-weight: 400;
     color: #143575;
     margin-bottom: 30px;
}
 .blockquote {
     padding: 40px;
     border-radius: 5px;
     border: 0px;
     color: #fff;
     background-color: #143575;
}
 .blockquote-content p {
     font-style: italic;
     color: #fff;
     margin-bottom: 30px;
     line-height: 1.6;
     font-weight: 300;
     font-size: 24px;
     font-style: italic;
}
 .blocquote-author {
     font-weight: 700;
     font-size: 13px;
     text-transform: uppercase;
     font-style: normal;
     color: #fff;
     letter-spacing: 1.5px;
}
 blockquote p {
     color: #302e2e;
     font-weight: 400;
     font-size: 22px;
     line-height: 34px;
     font-style: italic;
     padding-left: 15px;
}
 strong {
     color: #111;
     font-weight: 700;
     margin-right: 8px;
}
 hr {
     border-bottom: 1px solid #dfe6ea;
     margin-bottom: 40px;
     margin-top: 40px;
}
 .logo{
     float:left;
     padding-top:17px;
}
 .login_logo{
	 text-align:center;
 }
 .login_logo img{
	display:inline-block;
}
 .login{
     margin-top:5px;
     float:right;
}
.login-box-body {
	width: 450px;
	margin: 7% auto;
	background: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width:768px) {
	.login-box-body {
		width: 90%;
		margin-top: 20px
	}
}

.login-box-body {
	padding: 15px;
	color: #666
}
.form-control-feedback{
	line-height:48px;
}
.login-box-msg{
	margin-bottom: 15px;
	text-align: center;
	font-size: 18px;
	padding: 10px 5px;
	background: #185898;
	color: #FFF;
}
 .appointment{
     border-top:1px solid #FFF;
     border-bottom:1px solid #FFF;
     background:#eeeeee;
     padding:10px;
     text-align:center;
     color:#111;
     font-size:20px;
     position:relative;
}
 .appointment a{
     margin-left:30px;
     margin-bottom:0px;
     text-transform:uppercase;
}
 .appointment:before{
     content:"";
     background:url(../images/shadow.jpg) center top no-repeat;
     height:30px;
     position:absolute;
     left:0;
     right:0;
     bottom:-30px;
}
.pick_time .btn{
	margin-bottom:0px;
}
.pick_time .btn-sm{
	padding:6px 18px;
}
.pick_time .table>tbody>tr>td, .pick_time .table>tbody>tr>th, .pick_time .table>tfoot>tr>td, .pick_time .table>tfoot>tr>th, .pick_time .table>thead>tr>td,.table>thead>tr>th{
	padding:5px;
}
ul.color_codes {
	font-family: Arial, "sans-serif";
	font-weight: 600;
	font-size: 11px;
	padding: 0;
	margin: 0;
	float: left;
}
ul.color_codes li {
	display: inline-block;
	padding: 0px 20px 0px 12px;
	position: relative;
}
ul.color_codes li:before {
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0;
	top: 10px;
	content: "";
}
ul.color_codes li.available:before {
	background: #dddddd;
}
ul.color_codes li.selected:before {
	background: #25aae1;
}
ul.color_codes li.booked:before {
	background: #95d095;
}
 .min-hei-550{
	 min-height:550px;
 }
 .modal-header{
	background:#185898;
	padding:10px 15px;
}
 .close{
	 color:#FFF;
	 opacity:1;
 }
 .modal-header .modal-title{
	 font-size:22px;
	 font-weight:600;
	 color:#FFF;
 }
 img.home_image{
     width:50%;
     float:left;
     margin-right:20px;
}
 .multi-item-carousel .item .item_content{
     padding-left:100px;
}
 .multi-item-carousel .item .item_content img{
     position:absolute;
     left:0;
     top:0;
}
 .multi-item-carousel .item .item_content h2{
     color:#FFF;
     text-align:left;
}
 .multi-item-carousel .item .item_content p{
     color:#FFF;
     text-align:left;
}
 .multi-item-carousel .carousel-control{
     width:30px;
}
 .multi-item-carousel .carousel-control.right{
     right:-40px;
}
 .multi-item-carousel .carousel-control.left{
     left:-40px;
}
 .multi-item-carousel .carousel-control.left, .multi-item-carousel .carousel-control.right{
     background-image:none;
}
 .copyrights{
     background:#111;
     text-align:center;
     color:#666;
     padding:15px;
	 font-size:14px;
     border-top:1px solid rgba(255, 255, 255, 0.15);
}
/*back to top link*/
 #top-link-block.affix-top {
     position: absolute;
    /* allows it to "slide" up into view */
     bottom: -182px;
     right: 0px;
}
 #top-link-block.affix {
     bottom: 10px;
     width: 50px;
     position: fixed;
    /* keeps it on the bottom once in view */
     right: 5px;
     z-index: 9990;
}
 .well-sm {
     margin-bottom: 0px;
     padding: 14px 0px 0px 0px;
     width: 50px;
     height: 50px;
     text-align: center;
     display: block;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     border-radius: 0px;
}
 a.well {
     font-size: 13px;
     border: none;
     background-color: #333;
     color: #FFF;
}
 a.well:hover {
     border: none;
     background-color: #01d66a;
     color: #FFF;
}
.inner_menu{
	width:18%;
	float:left;
	height:100%;
	background-color: #01d66a;
}
.inner_container{
	margin-left:20%;
	float:left;
	min-height:600px;
	background:#FFF;
	width:80%;
}
/*----------------------- 2 Form Elements: -------------------------*/
 label {
}
 .control-label {
     font-size: 14px;
     text-transform: capitalize;
     color: #111;
     margin-bottom: 10px;
}
 .form-control:focus {
}
 .textarea.form-control {
}
 .required {
}
 .form-group {
     margin-bottom: :5px;
}
 .form-control {
     border-radius: 2px;
     text-transform: uppercase;
     font-size: 13px;
     font-weight: 700;
     width: 100%;
     height: 48px;
     padding: 12px;
     line-height: 1.42857143;
     background-image: none;
     border: 1px solid #eaf0f2;
     background-color: #eaf0f2;
     margin-bottom: 10px;
     -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
     box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}
 .input-group {
     position: relative;
     display: table;
     border-collapse: separate;
}
 input[type=checkbox], input[type=radio] {
     margin: 8px 0 0;
     margin-top: 1px\9;
     line-height: normal;
}
 input::-webkit-input-placeholder {
     color: #4d5457 !important;
}
 textarea::-webkit-input-placeholder {
     color: #4d5457 !important;
}
 .input-group-addon {
     background-color: #eaf0f2;
     border: 1px solid #eaf0f2;
}
 #datepicker.form-control {
     border-right: transparent !important;
}
/*-------------- align ------------*/
/* =WordPress Core -------------------------------------------------------------- */
 .alignnone {
     margin: 5px 20px 20px 0;
}
 .aligncenter, div.aligncenter {
     display: block;
     margin: 5px auto 5px auto;
}
 .alignright {
     float: right;
     margin: 0px 0 30px 30px;
}
 .alignleft {
     float: left;
     margin: 0px 30px 0px 0;
}
 a img.alignright {
     float: right;
     margin: 0px 0 30px 30px;
}
 a img.alignnone {
     margin: 5px 20px 20px 0;
}
 a img.alignleft {
     float: left;
     margin: 5px 20px 20px 0;
}
 a img.aligncenter {
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .wp-caption {
     background: #fff;
     border: 1px solid #f0f0f0;
     max-width: 96%;
    /* Image does not overflow the content area */
     padding: 5px 3px 10px;
     text-align: center;
}
 .wp-caption.alignnone {
     margin: 5px 20px 20px 0;
}
 .wp-caption.alignleft {
     margin: 5px 20px 20px 0;
}
 .wp-caption.alignright {
     margin: 5px 0 20px 20px;
}
 .wp-caption img {
     border: 0 none;
     height: auto;
     margin: 0;
     max-width: 98.5%;
     padding: 0;
     width: auto;
}
 .wp-caption p.wp-caption-text {
     font-size: 11px;
     line-height: 17px;
     margin: 0;
     padding: 0 4px 5px;
}
/*----------------------------------- 3. Buttons -----------------------------------*/
 .btn {
     font-size:18px;
     text-transform:uppercase;
     font-weight: 700;
     padding: 16px 20px;
     margin-bottom: 4px;
     letter-spacing: 0px;
     border-radius: 3px;
     border: transparent;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
}
 .btn-primary {
     background-color: #25aae1;
     color: #fff;
}
 .btn-primary:hover {
     background-color: #1b9bd0;
     color: #fff;
}
 .btn-primary.focus, .btn-primary:focus {
     background-color: #1b9bd0;
     color: #fff;
}
 .btn-default {
     background-color: #143575;
     color: #fff;
}
 .btn-default:hover {
     background-color: #0c285f;
     color: #fff;
}
 .btn-default.focus, .btn-default:focus {
     background-color: #0c285f;
     color: #fff;
}
 .btn-lg {
     padding: 18px 26px;
     font-size: 15px;
}
 .btn-sm {
     padding: 12px 18px;
     font-size: 13px;
}
 .btn-xs {
     padding: 10px 16px;
     font-size: 10px;
}
 .btn-link {
     color: #143575;
     border-bottom: 2px solid #143575;
     font-size: 14px;
     font-weight: 700;
     letter-spacing: 1px;
     text-transform: uppercase;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
}
 .btn-link:hover {
     color: #0c285f;
     border-bottom: 2px solid #0c285f;
     text-decoration: none;
}
 button.btn {
     margin-right: -1px;
}
/*----------------------------------- 4. General / Elements -----------------------------------*/
/*----------------------- 4.1 Section space : -------------------------*/
/*Note: Section space help to create top bottom space;
*/
 .space-small {
     padding-top: 40px;
     padding-bottom: 40px;
}
 .space-medium {
     padding-top: 80px;
     padding-bottom: 80px;
}
 .space-large {
     padding-top: 120px;
     padding-bottom: 120px;
}
 .space-ex-large {
     padding-top: 140px;
     padding-bottom: 140px;
}
/*---------------------- 4.2 Margin Space -----------------------*/
 .mr10 {
     margin-right: 10px;
}
 .ml5 {
     margin-left: 5px;
}
 .mb0 {
     margin-bottom: 0px;
}
 .mb10 {
     margin-bottom: 10px;
}
 .mb20 {
     margin-bottom: 20px;
}
 .mb30 {
     margin-bottom: 30px;
}
 .mb35 {
     margin-bottom: 35px;
}
 .mb40 {
     margin-bottom: 40px;
}
 .mb60 {
     margin-bottom: 60px;
}
 .mb80 {
     margin-bottom: 80px;
}
 .mb100 {
     margin-bottom: 100px;
}
 .mb130 {
     margin-bottom: 130px;
}
 .mt0 {
     margin-top: 0px;
}
 .mt10 {
     margin-top: 10px;
}
 .mt20 {
     margin-top: 20px;
}
 .mt30 {
     margin-top: 30px;
}
 .mt40 {
     margin-top: 40px;
}
 .mt60 {
     margin-top: 60px;
}
 .mt70 {
     margin-top: 70px;
}
 .mt80 {
     margin-top: 80px;
}
 .mt100 {
     margin-top: 100px;
}
/*----- less margin space from top --*/
 .mt-20 {
     margin-top: -20px;
}
 .mt-40 {
     margin-top: -40px;
}
 .mt-60 {
     margin-top: -60px;
}
 .mt-80 {
     margin-top: -80px;
}
/*----------------------- 4.3 Padding space -------------------------*/
 .nopadding {
     padding: 0px;
}
 .nopr {
     padding-right: 0px;
}
 .nopl {
     padding-left: 0px;
}
 .pinside10 {
     padding: 10px;
}
 .pinside20 {
     padding: 20px;
}
 .pinside30 {
     padding: 30px;
}
 .pinside40 {
     padding: 40px;
}
 .pinside50 {
     padding: 50px;
}
 .pinside60 {
     padding: 60px;
}
 .pinside80 {
     padding: 80px;
}
 .pinside130 {
     padding: 130px;
}
 .pdt10 {
     padding-top: 10px;
}
 .pdt20 {
     padding-top: 20px;
}
 .pdt30 {
     padding-top: 30px;
}
 .pdt40 {
     padding-top: 40px;
}
 .pdt60 {
     padding-top: 60px;
}
 .pdt80 {
     padding-top: 80px;
}
 .pdb10 {
     padding-bottom: 10px;
}
 .pdb20 {
     padding-bottom: 20px;
}
 .pdb30 {
     padding-bottom: 30px;
}
 .pdb40 {
     padding-bottom: 40px;
}
 .pdb60 {
     padding-bottom: 60px;
}
 .pdb80 {
     padding-bottom: 80px;
}
 .pdb150 {
     padding-bottom: 150px;
}
 .pdl10 {
     padding-left: 10px;
}
 .pdl20 {
     padding-left: 20px;
}
 .pdl30 {
     padding-left: 30px;
}
 .pdl40 {
     padding-left: 40px;
}
 .pdl60 {
     padding-left: 60px;
}
 .pdl80 {
     padding-left: 80px;
}
 .pdr10 {
     padding-right: 10px;
}
 .pdr20 {
     padding-right: 20px;
}
 .pdr30 {
     padding-right: 30px;
}
 .pdr40 {
     padding-right: 40px;
}
 .pdr60 {
     padding-right: 60px;
}
 .pdr80 {
     padding-right: 80px;
}
 .pdtb40 {
     padding-bottom: 40px;
     padding-top: 40px;
}
/*-------------------------------- 4.4 Background & Block color ----------------------------------*/
 .bg-light {
     background-color: #f6f9fb;
}
 .bg-primary {
     background-color: #ffe62c;
     color: #fff;
}
 .bg-default {
}
 .bg-white {
     background-color: #fff;
}
 .outline {
}
 .section-title {
     margin-bottom: 40px;
}
 .title {
     color: #333333;
}
 .small-title {
}
 .small-text {
     padding-top: 20px;
     font-size: 12px;
     font-weight: 500;
     text-align: center;
}
 .text-white {
     color: #fff;
}
 .text-black {
     color: #111;
}
 .primary-sidebar {
}
 .secondary-sidebar {
}
 .well-block {
}
 .divider-line {
}
/*-------------------------------- 4.5 Features Block ----------------------------------*/
 .feature-block {
     margin-bottom: 30px;
}
 .feature-text {
	 text-align:center;
	 font-size:15px;
}
 .feature-title {
	 text-align:center;
}
 .feature-content {
     margin-bottom: 30px;
}
 .feature-section {
}
 .feature-icon {
	 text-align:center;
     margin-bottom: 30px;
}
.feature-icon i{
	width:70px;
	height:70px;
	background:#01d66a;
	font-size:36px;
     color: #FFF;
	 padding-top:17px;
	 text-align:center;
	 border-radius:50%;
	 -webkit-border-radius:50%;
}
/*-------------------------------- 4.6 Bullet/arrow ----------------------------------*/
 .angle, .arrow {
     position: relative;
     font-weight: 400;
}
 .arrow-right li:after {
     font-family: FontAwesome;
     display: block;
     position: absolute;
     right: 0;
     font-size: 14px;
     padding-top: 0px;
     color: #fff;
     content: "\f105";
     bottom: 0px;
}
 .chekbox {
     position: relative;
     color: #777777;
     font-weight: 400;
     line-height: 34px;
}
 .chekbox li:before {
     font-family: FontAwesome;
     display: block;
     position: absolute;
     left: 0;
     font-size: 14px;
     padding-top: 0px;
     color: #111111;
     content: "\f046";
}
 .chekbox li {
     padding-left: 25px;
}
/*-------------------------------- 4.7 Call to actions ----------------------------------*/
 .cta-section {
     background-color: #185898;
     padding-top: 40px;
     padding-bottom: 40px;
     color: #fff;
     text-align: center;
}
 .cta-block {
}
 .cta-text {
     font-size: 28px;
     font-style: italic;
     font-weight: 400;
     margin-bottom: 20px;
}
 .cta-title {
}
 .cta-btn {
}
 .widget-cta-primary {
     background-color: #185898;
     padding: 30px;
     border-radius: 5px;
     color: #fff;
     margin-bottom: 30px;
}
 .widget-cta-primary-title {
     color: #fff;
}
 .widget-cta-default {
     background-color: #143575;
     padding: 30px;
     border-radius: 5px;
     color: #fff;
     margin-bottom: 30px;
}
 .widget-cta-default-title {
     color: #fff;
}
 .widget-cta {
     background-color: #fff;
     padding: 30px;
     border-radius: 5px;
     border: 1px solid #dfe6ea;
     margin-bottom: 30px;
}
 .widget-cta-block {
}
 .widget-cta-icon {
}
 .widget-cta-content {
}
 .widget-cta-title {
}
 .widget-cta-text {
}
/*-------------------------------- 4.8 Image Hover Effect ----------------------------------*/
 img {
     width: auto;
     max-width: 100%;
     height: auto;
     margin: 0;
     padding: 0;
     line-height: normal;
     vertical-align: middle;
}
 .imghover {
     display: block;
     position: relative;
     max-width: 100%;
}
 .imghover::before, .imghover::after {
     display: block;
     position: absolute;
     content: "";
     text-align: center;
     opacity: 0;
}
 .imghover::before {
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
}
 .imghover::after {
     top: 55%;
     left: 50%;
     padding: 10px;
     line-height: 10px;
     margin: -25px 0 0 -25px;
     content: "\f00e";
     font-family: "FontAwesome";
     font-size: 30px;
}
 .imghover:hover::before, .imghover:hover::after {
     opacity: 1;
}
 .imghover:hover::before {
     background-color: rgba(37, 170, 225, 0.80);
}
 .imghover:hover::after {
     color: #fff;
}
/*-------------------------------- 4.9 Icon ----------------------------------*/
 .icon {
}
 .icon-1x {
     font-size: 18px;
}
/* default icon size of font*/
 .icon-2x {
     font-size: 38px;
}
 .icon-4x {
     font-size: 65px;
}
 .icon-6x {
     font-size: 88px;
}
 .icon-8x {
     font-size: 108px;
}
 .icon-default {
     color: #aa9144;
}
 .icon-primary {
     color: #474954;
}
 .icon-secondary {
     color: #fff;
}
 .icon-white {
     color: #fff;
}
/*-------------------------------- 5 Header / Navigations ----------------------------------*/
/*-------------------- 5.1 Header Regular ----------------------*/
 .top-bar {
     background-color: #042668;
     padding-top: 5px;
     padding-bottom: 5px;
}
 .call-info {
     margin-top: 5px;
     margin-left: 55px;
}
 .call-icon {
     font-size: 27px;
     color: #25aae1;
     float: left;
     margin-right: 10px;
}
 .call-text {
     font-size: 14px;
     color: #3d485d;
     font-weight: 700;
}
 .social {
}
 .social ul {
     float: right;
}
 .social ul li {
     float: left;
}
 .social ul li a {
     font-size: 13px;
     padding: 12px 10px;
     color: #b6e1ab;
}
 .social ul li a:hover {
     color: #fff;
}
 .header {
}
 .header-wrapper {
     z-index: 9;
     background: #fff;
     position: relative;
     background-color: #067eb0;
}
 .is-sticky .header-wrapper {
}
 .header-btn {
     padding-top: 6px;
     text-align: right;
}
/*-------------------------- 5.2 Navigations Regular ----------------------------*/
 .hero-section {
     background: url(../images/hero-img.jpg) no-repeat center;
     background-size: cover;
}
 .hero-section-caption {
     margin-top: 110px;
     margin-bottom: 110px;
     background-color: #4d8638;
     border-radius: 6px;
}
 .hero-title {
     color: #fff;
     font-size: 35px;
     font-weight: 100;
     line-height: 45px;
     margin-bottom: 25px;
}
 #navigation {
     float: right;
     clear:right;
}
 #navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button {
     margin: 0;
     padding: 0;
     border: 0;
     list-style: none;
     line-height: 1;
     display: block;
     position: relative;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 #navigation:after, #navigation>ul:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}
 #navigation #menu-button {
     display: none;
}
 #navigation {
     margin-top:5px;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
}
 #navigation>ul>li {
     float: left;
}
 #navigation.align-center>ul {
     font-size: 0;
     text-align: center;
}
 #navigation.align-center>ul>li {
     display: inline-block;
     float: none;
}
 #navigation.align-center ul ul {
     text-align: left;
}
 #navigation.align-right>ul>li {
     float: right;
}
 #navigation>ul>li>a {
     padding: 10px 20px;
     font-size: 13px;
     color: #FFF;
     letter-spacing: 1px;
     text-decoration: none;
     font-weight: 600;
     text-transform: uppercase;
}
 #navigation>ul>li:hover>a, #navigation>ul>li.active>a {
     color: #01d66a;
     border-radius: 0%;
}
 #navigation>ul>li.has-sub>a {
     padding-right: 67px;
}
/*#navigation>ul>li>a:after {
     position: absolute;
     top: 16px;
     right: -3px;
     height: 2px;
     display: block;
     content: '/';
}
*/
 #navigation>ul>li.has-sub>a:before {
     position: absolute;
     right: 49px;
     font-family: FontAwesome;
     content: "\f107";
     -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
     -ms-transition: all .25s ease;
     -o-transition: all .25s ease;
     transition: all .25s ease;
}
/*#navigation > ul > li.has-sub:hover > a:before {
     top: 23px;
     height: 0;
}
*/
 #navigation ul ul {
     position: absolute;
     left: -9999px;
     margin: -1px;
}
 #navigation.align-right ul ul {
     text-align: right;
}
 #navigation ul ul li {
     top: 0px;
     height: 0;
     -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
     -ms-transition: all .25s ease;
     -o-transition: all .25s ease;
     transition: all .25s ease;
}
 #navigation li:hover>ul {
     left: auto;
}
 #navigation.align-right li:hover>ul {
     left: auto;
     right: 0;
}
 #navigation li:hover>ul>li {
     height: 62px;
}
 #navigation ul ul ul {
     margin-left: 100%;
     top: 0;
}
 #navigation.align-right ul ul ul {
     margin-left: 0;
     margin-right: 100%;
}
 #navigation ul ul li a {
     background-color: #01d66a;
     padding: 24px 20px;
     width: 216px;
     font-size: 13px;
     text-decoration: none;
     color: #fff;
     font-weight: 600;
     text-transform: uppercase;
     border-bottom: #02974c 1px solid;
     letter-spacing: 1px;
}
 #navigation ul ul li:first-child>a {
     border-top-right-radius: 0%;
}
 #navigation ul ul li:last-child>a {
     border-bottom-right-radius: 0%px;
     border-bottom-left-radius: 0%px;
}
 #navigation ul ul li:last-child>a, #navigation ul ul li.last-item>a {
     border-bottom: 0;
}
 #navigation ul ul li:hover>a, #navigation ul ul li a:hover {
     color: #fff;
     background-color: #02974c;
}
 #navigation ul ul li.has-sub>a:after {
     position: absolute;
     top: 16px;
     right: 11px;
     width: 8px;
     height: 2px;
     display: block;
     background: #dddddd;
     content: '';
}
 #navigation.align-right ul ul li.has-sub>a:after {
     right: auto;
     left: 11px;
}
 #navigation ul ul li.has-sub>a:before {
     position: absolute;
     top: 13px;
     right: 14px;
     display: block;
     width: 2px;
     height: 8px;
     background: #dddddd;
     content: '';
     -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
     -ms-transition: all .25s ease;
     -o-transition: all .25s ease;
     transition: all .25s ease;
}
 #navigation.align-right ul ul li.has-sub>a:before {
     right: auto;
     left: 14px;
}
 #navigation ul ul>li.has-sub:hover>a:before {
     top: 17px;
     height: 0;
}
 #navigation.small-screen {
     width: 100%;
}
 #navigation.small-screen ul {
     width: 100%;
     display: none;
}
 #navigation.small-screen.align-center>ul {
     text-align: left;
}
 #navigation.small-screen ul li {
     width: 100%;
     border-top: 1px solid #0f2859;
     top: auto;
     background-color: #143575;
}
 #navigation.small-screen ul ul li, #navigation.small-screen li:hover>ul>li {
     height: auto;
}
 #navigation.small-screen ul li a, #navigation.small-screen ul ul li a {
     width: 100%;
     border-bottom: 0;
     padding: 20px 15px;
     color: #fff;
}
 #navigation.small-screen>ul>li>a:after {
     position: absolute;
     top: 16px;
     right: -3px;
     height: 2px;
     display: block;
     content: '';
}
 #navigation.small-screen>ul>li {
     float: none;
}
 #navigation.small-screen ul ul li a {
     padding-left: 25px;
}
 #navigation.small-screen ul ul ul li a {
     padding-left: 35px;
}
 #navigation.small-screen ul ul li a {
     color: #fff;
     background: #143575;
}
 #navigation.small-screen ul ul li:hover>a, #navigation.small-screen ul ul li.active>a {
     color: #fff;
     background-color: #0f2859;
}
 #navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul {
     position: relative;
     left: 0;
     width: 100%;
     margin: 0;
     text-align: left;
}
 #navigation.small-screen>ul>li.has-sub>a:after, #navigation.small-screen>ul>li.has-sub>a:before, #navigation.small-screen ul ul>li.has-sub>a:after, #navigation.small-screen ul ul>li.has-sub>a:before {
     display: none;
}
 #navigation.small-screen #menu-button {
     display: block;
     padding: 18px;
     color: #fff;
     cursor: pointer;
     font-size: 12px;
     text-transform: uppercase;
     font-weight: 600;
     background-color: #143575;
     margin-top: 5px;
}
 #navigation.small-screen #menu-button:after {
     position: absolute;
     top: 16px;
     right: 17px;
     display: block;
     height: 12px;
     width: 20px;
     border-top: 2px solid #fff;
     border-bottom: 2px solid #fff;
     content: '';
}
 #navigation.small-screen #menu-button:before {
     position: absolute;
     top: 21px;
     right: 17px;
     display: block;
     height: 2px;
     width: 20px;
     background: #fff;
     content: '';
}
 #navigation.small-screen #menu-button.menu-opened:after {
     top: 20px;
     border: 0;
     height: 2px;
     width: 15px;
     background: #fff;
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);
}
 #navigation.small-screen #menu-button.menu-opened:before {
     top: 20px;
     background: #fff;
     width: 15px;
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 #navigation.small-screen .submenu-button {
     position: absolute;
     z-index: 99;
     right: 0;
     top: 0;
     display: block;
     border-left: 1px solid #0f2859;
     height: 54px;
     width: 53px;
     cursor: pointer;
}
 #navigation.small-screen .submenu-button.submenu-opened {
}
 #navigation.small-screen ul ul .submenu-button {
     height: 34px;
     width: 34px;
}
 #navigation.small-screen .submenu-button:after {
     position: absolute;
     top: 25px;
     right: 20px;
     width: 8px;
     height: 2px;
     display: block;
     background: #fff;
     content: '';
}
 #navigation.small-screen ul ul .submenu-button:after {
     top: 15px;
     right: 13px;
}
 #navigation.small-screen .submenu-button.submenu-opened:after {
     background:;
}
 #navigation.small-screen .submenu-button:before {
     position: absolute;
     top: 22px;
     right: 23px;
     display: block;
     width: 2px;
     height: 8px;
     background: #fff;
     content: '';
}
 #navigation.small-screen ul ul .submenu-button:before {
     top: 12px;
     right: 16px;
}
 #navigation.small-screen .submenu-button.submenu-opened:before {
     display: none;
}
 #navigation.small-screen.select-list {
     padding: 5px;
}
 #navigation.small-screen>ul>li>a {
     border-left: transparent;
     margin: 0;
     border-right: transparent;
}
 #navigation.small-screen>ul>li:hover>a {
     border-left: transparent;
     border-right: transparent;
}
/*---------------------------------------------- 5.4 Page Header ----------------------------------------------*/
 .page-header1 {
     background-image: url(../images/about_banner.jpg);
     background-size: cover;
     margin: 0px;
     padding: 0px;
     border: 0px;
}
 .page-header2 {
     background-image: url(../images/contact_banner.jpg);
     background-size: cover;
     margin: 0px;
     padding: 0px;
     border: 0px;
}
 .page-section {
     padding-top: 70px;
     padding-bottom: 70px;
}
 .page-description {
}
 .page-description p {
}
 .page-title {
     font-size: 50px;
     font-weight: 600;
     margin-bottom: 10px;
     color: #fff;
}
 .page-text {
     color: #fff;
}
 .page-breadcrumb {
     padding-top: 3px;
     color: #fff;
}
 .page-breadcrumb .breadcrumb {
     background-color: transparent;
     padding: 5px 0px;
     margin-bottom: 0px;
     font-size: 13px;
     font-weight: 600;
     border: none;
     letter-spacing: 0.5px;
     text-transform: uppercase;
     color: #c3c7cf;
}
 .breadcrumb>li+li:before {
     padding: 0 5px;
     color: #c3c7cf;
     content: "/\00a0";
}
 .breadcrumb>li>a {
     color: #fff;
}
/*----------------------------------- 6. Slider -------------------------------------*/
 .slider-img {
}
 .slider-img img {
     position: relative;
     z-index: -1;
}
 .slider-captions {
     position: absolute;
     bottom: 120px;
     width: 100%;
     color: #fff;
}
 .slider-title {
     color: #fff;
     font-size: 50px;
     font-weight: 500;
     letter-spacing: -1px;
     line-height: 68px;
}
 .slider-text {
     color: #fff;
}
 .slider .owl-dots {
     text-align: center !important;
     position: absolute;
     bottom: 0px;
     text-align:center;
     right:0;
     left:0;
}
 .slider .owl-nav {
     text-align: center;
     -webkit-tap-highlight-color: transparent;
}
 .slider .owl-nav .owl-prev {
     position: absolute;
     top: 40%;
     left: 0px;
     color: #fff;
     font-size: 18px;
     margin: 8px;
     padding-top: 4px;
     background: rgba(0, 0, 0, 0.5);
     display: block;
     cursor: pointer;
     border-radius: 2px;
     height: 36px;
     width: 36px;
     border: 1px solid #fff;
}
 .slider .owl-nav .owl-next {
     position: absolute;
     top: 40%;
     right: 0px;
     color: #fff;
     font-size: 18px;
     margin: 8px;
     padding-top: 4px;
     background: rgba(0, 0, 0, 0.5);
     display: block;
     cursor: pointer;
     border-radius: 2px;
     height: 36px;
     width: 36px;
     border: 1px solid #fff;
}
 .slider .owl-nav .owl-prev:hover {
     background-color: #25aae1;
     border: 2px solid #25aae1;
     text-decoration: none;
     color: #fff;
}
 .slider .owl-nav .owl-next:hover {
     background-color: #25aae1;
     border: 2px solid #25aae1;
     text-decoration: none;
     color: #fff;
}
 .slider .owl-dots .owl-dot {
     display: inline-block;
     zoom: 1;
}
 .slider .owl-dots .owl-dot span {
     width: 10px;
     height: 10px;
     margin: 5px 4px;
     background: #333;
     border-radius: 2px;
     border: 2px solid #333;
     display: block;
     -webkit-backface-visibility: visible;
     transition: opacity 200ms ease;
}
 .slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
     background-color: #25aae1;
     border: 2px solid #25aae1;
}
 .slider .owl-carousel .owl-item img {
     width: 100%;
}
/*----------------------------------- 7. before after gallery -------------------------------------*/
 .ba-gallery {
}
 .left-btn, .right-btn {
}
 .ba-left-btn {
}
 .ba-right-btn {
}
/*----------------------------------- 8. Footer -------------------------------------*/
 .footer {
     background-color: #1d1f23;
     padding-top: 70px;
     padding-bottom: 20px;
     color: #595f69;
     font-weight: 400;
     font-size: 14px;
}
 .footer-title {
     margin-bottom: 40px;
     color: #fff;
     letter-spacing: 1;
     font-size: 22px;
     font-weight: 400;
}
 .footer-widget {
     margin-bottom: 30px;
}
 .footer-widget ul {
     margin-bottom: 25px;
}
 .footer-widget ul li {
     line-height: 1;
     margin-bottom: 18px;
}
 .footer-widget ul li a {
     font-size: 14px;
     color: #595f69;
     font-weight: 700;
     text-transform: uppercase;
}
 .footer-widget ul li a:hover {
     color: #25aae1;
}
 .footer-widget .form-control {
}
 .footer-social {
     margin-bottom: 30px;
}
 .footer-social ul {
     margin-top: -1px;
}
 .footer-social ul li {
     line-height: 1;
     margin-bottom: 8px;
}
 .footer-social-btn {
     border-radius: 50px;
     display: inline-block;
     line-height: 1.5;
     height: 32px;
     width: 32px;
     padding-left: 12px;
     padding-top: 9px;
     padding-bottom: 0px;
     font-size: 10px;
     color: #fff;
}
 .footer-social span {
     margin-left: 8px;
     font-size: 14px;
     font-weight: 700;
     text-transform: uppercase;
}
 .btn-twitter {
     background: #00aced;
     color: #fff;
}
 .btn-twitter:hover, .btn-twitter:active {
     background: #0084b4;
     color: #fff;
}
 .btn-facebook {
     background: #3B5997;
     color: #fff;
}
 .btn-facebook:hover, .btn-facebook:active {
     background: #2d4372;
     color: #fff;
}
 .btn-googleplus {
     background: #D64937;
     color: #fff;
}
 .btn-googleplus {
     background: #D64937;
     color: #fff;
}
 .btn-googleplus:hover, .btn-googleplus:active {
     background: #b53525;
     color: #fff;
}
 .btn-instagram {
     background: #fb3958;
     color: #fff;
}
 .btn-instagram:hover, .btn-instagram:active {
     background: #ed2c4b;
     color: #fff;
}
 .btn-linkedin {
     background: #0074A1;
     color: #fff;
}
 .btn-linkedin:hover, .btn-linkedin:active {
     background: #006288;
     color: #fff;
}
 .btn-social {
     margin: 20px 0px 25px 0px;
     -webkit-font-smoothing: antialiased;
     font-size: 12px;
}
 .footer-link {
}
 .footer-link:hover {
}
 .time-schedule {
}
 .time-schedule ul {
}
 .time-schedule ul li {
     font-size: 16px;
     line-height: 3.2;
     border-bottom: 1px solid #0f2859;
     margin: 0px 
}
 .time-schedule ul li:last-child {
     border-bottom: transparent;
}
 .time-schedule ul li span {
     margin-left: 10px;
}
/*-------------- tiny footer ------------*/
 .tiny-footer {
}
/*----------------------------------- 9. Pages -------------------------------------*/
/*------------------------- 9.1 About us ---------------------------*/
 .about-section {
}
 .about-title {
}
 .about-img img {
     border-radius: 5px;
     position: relative;
}
 .about-icon {
}
 .build-pic {
}
 .about-btn {
     margin-top: -130px;
}
 .about-list {
}
 .about-list ul {
}
 .about-list ul li {
     padding:10px 10px 10px 20px;
     color:#333;
     margin-bottom: 20px;
     background:rgba(0, 0, 0, 0.03);
     border-left:4px solid #01d66a;
	 font-size:15px;
}
 .about-list ul li:before {
}
/*------------------------- 9.2 Service / single / sidebar --------------------------*/
 .service-block {
     padding: 30px;
     border-radius: 5px;
     background-color: transparent;
     border: 1px solid #dfe6ea;
     margin-bottom: 30px;
}
 .service-content {
     text-align: center;
}
 .service-content i {
     font-size: 80px;
     color: #143575;
     margin-bottom: 20px;
     display: block;
}
 .service-content h3 {
     margin: 0px;
}
 .service-block:hover {
     text-align: center;
     background-color: #25aae1;
     color: #fff;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
     border: 1px solid #25aae1;
}
 .service-block:hover i, .service-block:hover a {
     color: #fff;
}
 .service-list {
     margin-bottom: 30px;
}
 .service-list ul {
}
 .service-list ul li {
     padding-left: 20px;
	 padding-bottom:10px;
	 position:relative;
}
 .service-list ul li:before{
	 position:absolute;
	 left:0px;
	 top:0px;
	 content:"\f101";
	 color:#035ebb;
	 font-family: FontAwesome;
 }
/*----------------- Gallery Wide ---------------*/
 .gallery-thumbnail img {
     width: 100%;
}
 .gallery-img img {
     width: 100%;
}
 .gallery-block {
}
/*----------------------------------------- service side-nav ------------------------------------------*/
 .sidenav {
     margin-bottom: 30px;
     background-color: #25aae1;
     padding: 30px;
     border-radius: 5px;
}
 .sidenav ul li {
     position: relative;
     font-weight: 600;
}
 .sidenav ul li a {
     display: block;
     color: #c1e2ef;
     font-size: 13px;
     font-weight: 700;
     letter-spacing: 1.2px;
     text-transform: uppercase;
}
 .sidenav ul li:after {
}
 .sidenav ul li a:hover {
     color: #fff;
}
 .sidenav ul li.active a {
     color: #fff;
}
 .sidenav ul li.active a:before {
     color: #fff;
}
 .service-sidenav-icon {
     font-size: 16px;
     color: #8e1e1a;
     padding-top: 5px;
     float: left;
     padding-right: 10px;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
}
 .sidenav a:focus, a:active {
     background-color: transparent;
     border: 0px;
}
/*-------------------------- 9.5 Testimonial ---------------------------*/
 .testimonial-wrapper {
     background-color: #ffe62c;
     padding-bottom: 70px;
     padding-top: 70px;
     text-align: center;
}
 .testimonial-block {
}
 .testimonial-icon {
     color: #e7d029;
     font-size: 34px;
}
 .testimonial-content {
     margin-bottom: 30px;
     font-size: 18px;
     font-style: italic;
     font-weight: 700;
}
 .testimonial-content p {
     line-height: 34px;
}
 .testimonial-pic img {
     border-radius: 5px;
}
 .testimonial-pic {
     float: left;
     margin-right: 20px;
}
 .testimonial-text {
     padding-top: 10px;
}
 .testimonial-user {
}
 .testimonial-meta {
     margin-bottom: 20px;
     line-height: 1.2;
     font-size: 12px;
     text-transform: uppercase;
     color: #25aae1;
     letter-spacing: 1;
     font-weight: 700;
     margin-top: 0px;
     display: block;
     margin-top: -5px;
}
/*-------------------------- 9.6 team ----------------------------*/
 .team-block {
     margin-bottom: 20px;
     text-align: center;
}
 .team-section {
}
 .team-img {
     margin-bottom: 20px;
}
 .team-content {
     text-align: center;
}
 .team-title {
     margin-bottom: 4px;
}
 .team-meta {
     text-transform: uppercase;
     font-size: 10px;
     color: #25aae1;
     font-weight: 700;
}
/*------------------------- 9.8 Contact us ---------------------------*/
 .contact-block {
     margin-bottom: 30px;
     padding: 30px;
     border-radius: 5px;
     background-color: #25aae1;
     color: #fff;
}
 .contact-form {
     margin-bottom: 30px;
     padding: 30px;
     border-radius: 5px;
     background-color: #fff;
     border: 1px solid #dfe6ea;
}
 .contact-head {
     padding-left: 50px;
}
 .contact-info h4 {
     color: #fff;
	 font-weight:600;
	 margin-bottom:5px;
}
 .contact-info p {
     color: #fff;
     font-size: 14px;
}
 .contact-icon {
}
 .contact-info ul {
}
 .contact-info ul li {
     color: #fff;
     margin-bottom: 20px;
	 position:relative;
}
 .contact-info ul li i {
     color: #fff;
     font-size: 30px;
	 position:absolute;
	 left:0;
	 top:0;
}
 .contact-info ul li:last-child {
     border-bottom: 0px;
}
 .contact-title {
}
 .get-in-touch {
}
 .contact-social {
}
 .contact-social a span {
}
 .contact-social a span:hover {
}
/*------------------------ 10. Blog pages --------------------------*/
/*----- post-----*/
 .post-holder {
     border-bottom: 1px solid #dfdfdf;
     margin-bottom: 30px;
}
 .post-block {
     background-color: transparent;
     border-radius: 5px;
     border: 1px solid #dfe6ea;
     margin-bottom: 30px;
}
 .post-img img {
     border-radius: 0px;
}
 .post-header {
     border-bottom: 1px solid #dfe6ea;
     margin-bottom: 20px;
     margin-top: 20px;
}
 .post-content {
     padding: 30px;
}
 .sticky-box, .video-box {
     height: 50px;
     width: 50px;
     background-color: #8e1e1a;
     position: absolute;
     z-index: 8;
     top: 20px;
     right: 0px;
     left: 20px;
     border-radius: 50px;
     padding-top: 2px;
     line-height: 1;
}
 .post-sticky, .post-video {
     position: absolute;
     bottom: 48%;
     left: 48%;
     font-size: 60px;
     color: #fff;
}
 .video-block {
     position: absolute;
     bottom: 48%;
     left: 48%;
     font-size: 60px;
     color: #fff;
}
/*----- meta -----*/
 .meta {
     font-size: 13px;
     margin-bottom: 20px;
     font-style: italic;
     font-weight: 700;
}
 .meta i {
     color: #25aae1;
     margin-right: 5px;
}
 .meta-date .meta-author, .meta-comments, .meta-categories {
     color: #595b5c;
}
 .meta-date, .meta-author, .meta-comments, .meta-categories {
     margin-right: 10px;
}
 .meta-tag {
}
/*----- pagination -----*/
 .pagination {
     display: inline-block;
     padding-left: 0;
     margin: 20px 0;
}
 .st-pagination {
     text-align: center;
     margin-top: 30px;
}
 .st-pagination .pagination>li>a, .pagination>li>span {
     position: relative;
     float: left;
     line-height: 1.6;
     color: #fff;
     letter-spacing: 2px;
     text-decoration: none;
     font-size: 11px;
     border-radius: 2px;
     border: 1px solid #8d9ba1;
     background-color: #8d9ba1;
     font-weight: 700;
     text-transform: uppercase;
     margin-right: 8px;
     margin-bottom: 5px;
}
 .st-pagination .pagination>li>a:focus, .st-pagination .pagination>li>a:hover, .st-pagination .pagination>li>span:focus, .st-pagination .pagination>li>span:hover {
     z-index: 2;
     color: #fff;
     background-color: #25aae1;
     border: #25aae1 1px solid;
}
 .st-pagination .pagination>li:first-child>a, .st-pagination .pagination>li:first-child>span {
     margin-left: 0;
     border-radius: 2px;
}
 .st-pagination .pagination>li:last-child>a, .st-pagination .pagination>li:last-child>span {
     border-radius: 2px;
}
 .st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, .st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span, .st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover {
     z-index: 3;
     color: #fff;
     cursor: default;
     background-color: #25aae1;
     border: 1px solid #25aae1;
}
 .related-post-block {
     border-bottom: 1px solid #dfe6ea;
     margin-bottom: 30px;
}
 .related-post-title {
     margin-top: 30px;
}
 .related-post {
}
 .related-img img {
     margin-bottom: 30px;
}
 .related-post-content {
}
 .post-meta {
     margin-right: 20px;
     line-height: 0px;
}
/*----- prev-next-----*/
 .post-navigation {
     border-bottom: 1px solid #dfe6ea;
     padding: 20px 0px 40px 0px;
}
 .nav-links {
     text-decoration: none;
}
 .nav-previous {
}
 .prev-link, .next-link {
     color: #143575;
     border-bottom: 2px solid #143575;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 1px;
     text-transform: uppercase;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
}
 .prev-link, .next-link:hover {
     color: #25aae1;
     border-bottom: 2px solid #25aae1;
     text-decoration: none;
}
 .prev-link i {
}
 .next-link i {
}
 .nav-next {
}
 .next-link {
}
 .previous-next-title {
     margin-top: 20px;
}
/*----- Author-post -----*/
 .author-block {
     margin-top: 40px;
     margin-bottom: 30px;
     border-bottom: 1px solid #dfe6ea;
}
 .author-header {
     float: left;
     margin-right: 15px;
}
 .author-content {
     margin-top: 17px;
}
 .author-img {
}
 .author-title {
     font-size: 22px;
     line-height: 22px;
     color: #fff;
}
 .author-post-content {
     margin-bottom: 30px;
}
 .author-meta {
     padding-top: 8px;
     font-size: 12px;
     color: #25aae1;
}
/*----- Comments -----*/
 .comment-area {
     margin-top: 40px;
     margin-bottom: 30px;
}
 .comment-title {
     font-size: 22px;
     line-height: 22px;
     margin-bottom: 30px;
}
 .comment-list {
     margin-top: 40px;
}
 .comment {
}
 .comment-body {
}
 .comment-header {
     position: relative;
}
 .comment-author {
}
 .comment-author img {
     float: left;
}
 .comment-info {
     padding-left: 100px;
}
 .user-title {
     font-size: 18px;
     float: left;
     margin-bottom: 0px;
     margin-right: 30px;
}
 .comment-meta-date {
     padding-bottom: 10px;
     color: #9a9fa4;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: .75px;
     text-transform: uppercase;
     position: absolute;
     right: 5px;
     top: 0;
}
 .comment-content {
     margin-bottom: 10px;
     font-size: 16px;
}
 .reply-link {
}
 .childern {
     padding: 40px;
     background-color: transparent;
     border-bottom: 1px solid #dfe6ea;
     border-top: 1px solid #dfe6ea;
     padding-right: 0px;
}
/*----- leave-Comments -----*/
 .leave-comments {
}
/*----------------------------------- 12. Slider -------------------------------------*/
 .blog-gallery-slider {
     margin-bottom: 30px;
}
 .blog-gallery-slider-img {
     background: -moz-linear-gradient(top, rgba(13, 15, 13, 0.6) 0%, rgba(13, 15, 13, 0.6) 100%);
     background: -webkit-linear-gradient(top, rgba(13, 15, 13, 0.6) 0%, rgba(13, 15, 13, 0.6) 100%);
     background: linear-gradient(to bottom, rgba(13, 15, 13, 0.6) 0%, rgba(13, 15, 13, 0.6) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);
     position: relative;
}
 .blog-gallery-slider-img img {
     position: relative;
     z-index: -1;
}
 .blog-gallery-slider-captions {
     position: absolute;
     bottom: 210px;
     width: 100%;
     color: #fff;
     text-align: center;
}
 .blog-gallery-slider-title {
     color: #fff;
     font-size: 54px;
     font-weight: 700;
}
 .blog-gallery-slider-text {
     color: #fff;
}
 .blog-gallery-slider .owl-dots {
     text-align: center !important;
     position: relative;
     bottom: 40px;
}
 .blog-gallery-slider .owl-nav {
     text-align: center;
     -webkit-tap-highlight-color: transparent;
}
 .blog-gallery-slider .owl-nav .owl-prev {
     position: absolute;
     top: 40%;
     left: 0px;
     color: #fff;
     font-size: 18px;
     margin: 8px;
     padding-top: 2px;
     background: #b5b5bd;
     display: block;
     cursor: pointer;
     border-radius: 50px;
     height: 40px;
     width: 40px;
     border: 1px solid #b5b5bd;
}
 .blog-gallery-slider .owl-nav .owl-next {
     position: absolute;
     top: 40%;
     right: 0px;
     color: #fff;
     font-size: 18px;
     margin: 8px;
     padding-top: 2px;
     background: #b5b5bd;
     display: block;
     cursor: pointer;
     border-radius: 50px;
     height: 40px;
     width: 40px;
     border: 1px solid #b5b5bd;
}
 .blog-gallery-slider .owl-nav .owl-prev:hover {
     background-color: #ffe62c;
     border: 2px solid #ffe62c;
     text-decoration: none;
     color: #000;
}
 .blog-gallery-slider .owl-nav .owl-next:hover {
     background-color: #ffe62c;
     border: 2px solid #ffe62c;
     text-decoration: none;
     color: #000;
}
 .blog-gallery-slider.owl-dots .owl-dot {
     display: inline-block;
     zoom: 1;
}
 .blog-gallery-slider .owl-dots .owl-dot span {
     width: 11px;
     height: 11px;
     margin: 5px 4px;
     background: #b5b5bd;
     border-radius: 5px;
     border: 2px solid #b5b5bd;
     display: block;
     -webkit-backface-visibility: visible;
     transition: opacity 200ms ease;
}
 .blog-gallery-slider.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
     background-color: #ffe62c;
     border: 2px solid #ffe62c;
}
 .blog-gallery-slider .owl-carousel .owl-item img {
     width: 100%;
}
/*------------------------ 13. Counter block --------------------------*/
 .counter-block {
     padding-top: 20px;
     padding-bottom: 20px;
}
 .counter-section {
}
 .counter-content {
}
 .counter-icon {
     font-size: 53px;
     color: #111;
     float: left;
     padding-right: 20px;
}
 .counter-title {
     font-size: 36px;
     color: #111;
     font-weight: 700;
}
 .counter-text {
     margin-top: -15px;
     display: block;
     padding-left: 70px;
     font-size: 14px;
     text-transform: uppercase;
     color: #111;
     font-weight: 700;
}
/*------------------------ 13. Sidebar / Widgets --------------------------*/
/*----- widget -----*/
 .widget {
     margin-bottom: 30px;
     padding: 30px;
     border-radius: 5px;
     background-color: #fff;
     border: 1px solid #dfe6ea;
}
 .widget-title {
     color: #111;
     font-size: 18px;
     font-weight: 500;
     text-transform: uppercase;
}
 .widget ul {
}
 .widget ul li {
}
 .widget ul li a {
}
 .widget-categories, .widget-archives ul li a:hover {
     color: #111;
}
 .widget-categories, .widget-archives {
}
 .widget-categories ul li, .widget-archives ul li {
     position: relative;
     margin-bottom: 8px;
}
 .widget-categories ul li a, .widget-archives ul li a {
     padding: 0px 0px 0px 18px;
     font-size: 13px;
     font-weight: 700;
     color: #797f82;
     display: block;
     text-transform: uppercase;
     letter-spacing: 1.2;
}
 .widget-archives {
}
 .recent-post {
}
 .recent-img img {
     margin-bottom: 20px;
     float: left;
     margin-right: 20px;
}
 .recent-title {
}
 .widget-tags {
}
 .widget-tags a {
     color: #fff;
     padding: 5px 12px;
     background-color: #8d9ba1;
     display: inline-block;
     margin-bottom: 5px;
     border-radius: 2px;
     font-size: 10px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 1px;
     line-height: 20px;
     margin-right: 5px;
     border: 0px;
}
 .widget-tags a:hover {
     background-color: #25aae1;
     color: #fff;
     border: 0px;
}
 .widget-search {
     margin-bottom: 30px;
}
 .widget-search button {
     background-color: #143575;
     border: #143575;
     color: #fff;
     font-size: 13px;
     position: absolute;
     right: 0px;
     padding: 13px 17px;
     position: absolute;
     bottom: 0;
     border-top-right-radius: 2px;
     border-bottom-right-radius: 2px;
}
 .widget-search .form-control {
     height: 52px;
}
 .search-form {
     position: relative;
}
/*-------------styleguide-------------*/
 .box-info {
     font-size: 16px;
     line-height: 1.6;
}
 .circle-default-color {
     background-color: #143575;
     height: 162px;
     width: 162px;
     border-radius: 50%;
     border: 5px solid #3f66b2;
}
 .circle-primary-color {
     background-color: #25aae1;
     height: 162px;
     width: 162px;
     border-radius: 50%;
     border: 5px solid #66c3ea;
}
 .circle-heading-color {
     background-color: #252728;
     height: 162px;
     width: 162px;
     border-radius: 50%;
     border: 5px solid #777a7b;
}
 .circle-secondary-color {
     background-color: #768185;
     height: 162px;
     width: 162px;
     border-radius: 50%;
     border: 5px solid #a5acaf;
}
 .box-bg-color {
}
 .unordered ul {
     list-style: none;
     padding-left: 18px;
}
 .unordered ul li {
     line-height: 2;
}
 .ordered ol {
     list-style: decimal;
     margin-left: 20px;
}
 .ordered ol li {
     line-height: 2;
}
 .altenate {
}
 .altenate ul {
     list-style: none;
}
 .altenate ul li {
     border-bottom: 1px solid #e1e0dd;
     line-height: 2.5;
}
 .box-table {
     padding: 16px 30px;
     margin: 0 -15px 15px;
     border-color:;
     border: 1px solid #dbdad8;
}
 .unordered i {
     margin-right: 10px;
     color: #ff8119;
     font-size: 16px;
}
/*-------------404 error-------------*/
 .error {
     text-align: center;
}
 .error-icon {
}
 .error h1 {
}
 .error-text {
     font-size: 36px;
     letter-spacing: 38px;
     text-transform: uppercase;
     font-weight: 900;
}
/*-------------map-------------*/
 #map {
}
 #contact-map {
     width: 100%;
     height: 400px;
	 background:#000;
}
 #contact-map>div{
	opacity:0.8; 
 }
/*-------------FAQ-------------*/
/*========== Non-Mobile First Method ==========*/
/* Large Devices, Wide Screens */
 @media only screen and (max-width:1200px) {
     #navigation>ul>li>a {
         border-right: 1px solid #0f2859;
         margin-left: -1px;
         border-left: 1px solid #0f2859;
         padding: 22px 36px;
         font-size: 13px;
         color: #87a7e5;
         letter-spacing: 1px;
         text-decoration: none;
         font-weight: 600;
         text-transform: uppercase;
    }
     .slider-captions {
         position: absolute;
         bottom: 40px;
         width: 100%;
         color: #fff;
    }
}
/* Medium Devices, Desktops */
 @media only screen and (max-width:992px) {
     .multi-item-carousel .item .item_content{
         padding-bottom:40px;
    }
     .carousel-inner>.item{
         padding:0px 40px;
    }
     .multi-item-carousel .carousel-control.right{
         right:10px;
    }
     .multi-item-carousel .carousel-control.left{
         left:10px;
    }
}
/* Small Devices, Tablets */
 @media only screen and (max-width:768px) {
     .sticky-wrapper {
         height: 0px;
    }
     .slider-captions {
         position: absolute;
         bottom: 50px;
    }
     .slider-title {
         font-size: 24px;
         margin-bottom: 0px;
    }
     .slider .owl-nav .owl-prev i {
         display: block;
    }
     .slider .owl-nav .owl-next i {
         display: block;
    }
     .slider .owl-nav .owl-prev {
         font-size: 12px;
         padding: 3px 0px;
         height: 20px;
         width: 20px;
    }
     .slider .owl-nav .owl-next {
         font-size: 12px;
         padding: 3px 0px;
         height: 20px;
         width: 20px;
    }
     .slider .owl-dots {
         min-width: 100%;
         position: absolute;
         bottom: 4px;
         text-align: center !important;
    }
     .page-section {
         padding-top: 50px;
         padding-bottom: 30px;
    }
     .page-title {
         font-size: 30px;
    }
     button.btn {
         padding: 12px 10px;
         font-size: 10px;
    }
     .login{
         margin-top:20px;
    }
}
 @media only screen and (max-width:680px) {
     .logo{
         width:100%;
         text-align:center;
    }
     .logo img{
         display:inline-block;
    }
     img.home_image{
         width:100%;
    }
}
/* Extra Small Devices, Phones */
 @media only screen and (max-width:480px) {
     .sticky-wrapper {
         height: 0px;
    }
     .slider-captions {
         bottom: 10px;
    }
     .slider-title {
         font-size: 18px;
    }
     .slider .owl-nav .owl-prev {
         font-size: 12px;
         padding: 3px 0px;
         height: 20px;
         width: 20px;
    }
     .slider .owl-nav .owl-prev i {
         display: block;
    }
     .slider .owl-nav .owl-next i {
         display: block;
    }
     .slider .owl-nav .owl-next {
         font-size: 12px;
         padding: 3px 0px;
         height: 20px;
         width: 20px;
    }
     .slider .owl-dots {
         min-width: 100%;
         position: absolute;
         bottom: 4px;
         text-align: center !important;
    }
     .testimonial-content {
         margin-bottom: 45px;
    }
     .page-section {
         padding-top: 50px;
         padding-bottom: 30px;
    }
     .page-title {
         font-size: 24px;
    }
     .comment-meta-date {
         position: initial;
    }
}
/* Custom, iPhone Retina */
 @media only screen and (max-width:320px) {
     .sticky-wrapper {
         height: 0px;
    }
     .slider-captions {
         bottom: 10px;
    }
     .slider-title {
         font-size: 18px;
    }
     .slider .owl-nav .owl-prev i {
         display: block;
    }
     .slider .owl-nav .owl-next i {
         display: block;
    }
     .slider .owl-nav .owl-prev {
         font-size: 12px;
         padding: 3px 0px;
         height: 20px;
         width: 20px;
    }
     .slider .owl-nav .owl-next {
         font-size: 12px;
         padding: 3px 0px;
         height: 20px;
         width: 20px;
    }
     .slider .owl-dots {
         min-width: 100%;
         position: absolute;
         bottom: 4px;
         text-align: center !important;
    }
     .testimonial-content {
         margin-bottom: 45px;
    }
     .page-section {
         padding-top: 50px;
         padding-bottom: 30px;
    }
     .page-title {
         font-size: 24px;
    }
     .comment-meta-date {
         position: initial;
    }
}
 