@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600italic,600,400italic,300italic,300);

/*Basics css*/
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 20.8px;
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 36.8px;
  line-height: 36.8px;
  line-height: 2.3rem;
  margin: 0;
  background-color: #fff;
  color: #777;
  -webkit-font-smoothing: antialiased !important;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
}

button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
button:focus {
  outline: 0 !important;
}

a, a:hover, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

button:focus {
  outline: 0 !important;
}

.color_text {
  color: #22A8B0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #333;
}

blockquote {
  font-size: 13px;
}
blockquote p {
  color: #333333;
  font-size: 15px;
  font-style: italic;
}
blockquote h5 {
  margin-top: 10px;
  font-weight: 600;
  color: #22A8B0;
}

/**spaces**/
.space10 {
  height: 10px;
}

.space20 {
  height: 20px;
}

.space30 {
  height: 30px;
}

.space40 {
  height: 40px;
}

.space50 {
  height: 50px;
}

.space60 {
  height: 60px;
}

.space70 {
  height: 70px;
}

.space80 {
  height: 80px;
}

/**margins**/
.margin-top-30 {
  margin-top: 30px;
}
.margin-btm-10 {
  margin-bottom: 10px;
}
.margin-btm-20 {
  margin-bottom: 20px;
}
.margin-btm-30 {
  margin-bottom: 30px;
}
.margin-btm-40 {
  margin-bottom: 40px;
}
.margin-btm-50 {
  margin-bottom: 50px;
}

/*Buttons style*/
.buttons a {
  margin: 5px;
}

.btn {
  border: 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 2px;
}
.btn i {
  margin-left: 5px;
}

.btn-lg {
  padding: 12px 25px;
}

.btn-link {
  color: #22A8B0;
}
.btn-link:hover {
  color: #999999;
  text-decoration: none;
}
.btn-default {
  color: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-default:hover {
  background-color: #00569D;
  color: #fff;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: transparent;
  border-color: transparent;
}
.btn-skin {
  background-color: #00569D;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-skin:hover {
  background-color: #1F979E;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-dark {
  background-color: #333;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-dark:hover {
  background-color: #22A8B0;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-white {
  background-color: #fff;
  color: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-white:hover {
  background-color: #f3f3f3;
  color: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-border-dark {
  border: 2px solid #333;
  background-color: transparent;
  color: #333;
}
.btn-border-dark:hover {
  color: #fff;
  background-color: #333;
}

.btn-border-skin {
  border: 2px solid #22A8B0;
  background-color: transparent;
  color: #22A8B0;
}
.btn-border-skin:hover {
  color: #fff;
  background-color: #22A8B0;
}

.btn-border-white {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn-border-white:hover {
  color: #333;
  background-color: #fff;
}

.fakeloader {
    z-index: 999;
}
/*
Titles style
*/
.center-heading {
  text-align: center;
}
.center-heading h2 {
  text-transform: uppercase;
  font-weight: 700;
}
.center-heading .border-width {
  height: 1px;
  width: 90px;
  background-color: #22A8B0;
  display: block;
  margin: 10px auto;
}
.center-heading p {
  font-size: 16px;
}
.left-title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
}
.left-title:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #22A8B0;
  position: absolute;
  left: 0;
  bottom: -10px;
}

/*
Top bar style
*/
.top-bar {
  border-bottom: 1px solid #eee;
  padding: 6px 0;
}
.top-bar.dark {
  border-bottom: 0 none;
}
.top-bar .dropdown {
  margin-top: 22px;
}
.dropdown button img {
  margin-right: 5px;
}
/*Navbar css*/
.navbar-static-top {
  z-index: 998;
}
.navbar-inverse .navbar-brand {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 26px;
  }
.navbar-brand > img {
  display: inline-block;
  margin-top: -10px;
  margin-right: 6px;
}
.navbar-inverse {
  background: #35649A;
  border: 0 none;
  margin: 0;
  padding: 0;
}
nav.sticky {
  background: #fff;
  box-shadow: 0 2px 4px #818181;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  transition: all .5s;
}
nav.sticky .navbar-nav > li > a {
  color: #333;
}
.navbar-static-top .navbar-brand {
  visibility: hidden;
  opacity: 0;
  margin-top: -50px;
  margin-right: 0px;
  transition: all .5s;
}
.navbar-static-top.sticky .navbar-brand {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  margin-right: 30px;
  transition: all .5s;
}

.navbar-inverse .navbar-nav > li > a {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
}
.navbar-nav > li > a::after {
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 2px;
  width: 0;
  content: " ";
  background: #fff;
  transition: all .3s;
}
.navbar-nav > li > a.active::after {
  position: absolute;
  left: 14px;
  bottom: 10px;
  height: 2px;
  width: 80%;
  content: " ";
  background: #fff;
  transition: all .3s;
}
nav.sticky .navbar-nav > li > a.active::after {
  osition: absolute;
  left: 14px;
  bottom: 10px;
  height: 2px;
  width: 80%;
  content: " ";
  background: #35649A;
  transition: all .3s;
}
.navbar-inverse .navbar-nav > li > a:hover::after {
  bottom: 10px;
  width: 80%;
  left: 14px;
  transition: all .3s;
  background: #fff;
}
nav.sticky .navbar-nav > li > a:hover::after {
  bottom: 10px;
  width: 80%;
  left: 14px;
  transition: all .3s;
  background: #fff;
}
nav.sticky .navbar-nav > li > a:hover {
  color: #35649A;
}
nav.sticky .navbar-nav > li > a:hover::after {
  width: 80%;
  left: 14px;
  transition: all .3s;
  background: #35649A;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #32649B;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-menu > li > a > img {
  margin-right: 5px;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-right .dropdown-menu {
    right: auto;
    left: auto;
  }

}



/*form-elements style*/
.form-control {
  border-radius: 0px;
  min-height: 45px;
  -ms-box-shadow: none;
  box-shadow: none;
}


/*
slider revolution
*/
.single-slide-item {
  background: url("../images/slider-bg-1.jpg") no-repeat scroll center center / cover ;
  padding: 80px 0;
}
.single-slide-item-2 {
  background: url("../images/slider-bg-2.jpg") no-repeat scroll center center / cover ;
  padding: 80px 0;
}
.single-slide-item-3 {
  background: url("../images/slider-bg-3.jpg") no-repeat scroll center center / cover ;
  padding: 80px 0;
}
.slide-text {
  padding: 50px;
  position: relative;
  z-index: 1;
}
.slide-text::after {
    background: #2c3e50 none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.slide-text h2 {
    font-size: 50px;
    margin-bottom: 20px;
    color: #fff;
}
.slide-text > p {
    font-size: 18px;
    color: #fff;
}
.slide-text .box-btn {
  background: #35649A none repeat scroll 0 0;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  margin-top: 20px;
  padding: 15px 30px;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #35649A;
}
.slide-text .box-btn:hover {
  background: transparent;
  border: 1px solid #fff;
}

.homepage-slider .owl-nav div {
    font-size: 50px;
    left: 50px;
    line-height: 60px;
    margin-top: -30px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.5s ease 0s;
}
.homepage-slider .owl-nav div.owl-next {
    left: auto;
    right: 50px;
}
.homepage-slider:hover .owl-nav div {
    opacity: 0.5;
    transition: all 0.5s ease 0s;
}
.owl-nav i {
  color: #fff;
  opacity: 1;
  background: #2c3e50;
  padding: 0 16px;
}
.homepage-slider .owl-dots div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 5px;
    width: 10px;
}
.homepage-slider .owl-dots div:active {
    background: #000000 none repeat scroll 0 0;
}
.homepage-slider .owl-dots div.active {
    background: #A1C940 none repeat scroll 0 0;
}
.homepage-slider .owl-dots {
    bottom: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

/* Middle single post */

.middle-single-post {
  border: 1px solid #ddd;
  margin-bottom: 25px;
  box-shadow: 0 1px 3px #ddd;
  transition: all .3s;
}
.middle-single-post .middle-single {
  width: 100%;
  transition: all .3s;
  overflow: hidden;
}
.middle-single-post:hover {
  box-shadow: 0 1px 6px 2px #ccc;
  transition: all .3s;
}
.middle-single img {
  width: 100%;
  transition: all .3s;
}
.middle-single-post:hover .middle-single img {
  transform: scale(1.07);
  transition: all .3s;
}
.single-post-content {
  margin-left: -15px;
  margin-top: 10px;
}
.single-post-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #35649A;
  margin-bottom: 0;
}
.single-post-content p {
  font-size: 14px;
  margin: 9px 0;
}
.info-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-btn ul li {
  display: inline-block;
}
.info-btn ul li a {
  padding: 1px 10px 3px 10px;
  margin-right: 4px;
  font-size: 15px;
  border: 1px solid #35649A;
  border-radius: 5px;
  transition: all .3s;
}
.info-btn ul li a:hover {
  background: #35649A;
  color: #fff;
  transition: all .3s;
}
.star-rating-wrapper {
  margin: 8px 0;
}
.star-rating-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.star-rating-wrapper ul li {
  display: inline-block;
  color: #F9AC25;
}
.star-rating-wrapper ul li span {
  color: #bdbdbd;
  margin-left: 5px;
}
.single-post-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-post-link ul li {
  display: inline-block;
}
.single-post-link ul li a {
  transition: all .3s;
  background: #35649A;
  color: #fff;
  padding: 3px 10px 5px 10px;
  font-size: 14px;
  display: block;
  border-radius: 5px;
  margin-right: 4px;
}
.single-post-link ul li a:hover {
  background: #1E6AD8;
  box-shadow: 0 2px 3px #959595;
  transition: all .3s;
}
.single-post-link ul li a.map-btn i {
  margin-right: 4px;
}


/* Right side banner */
 .right-single-banner {
  max-width: 162px;
  transition: all.5s;
  overflow: hidden;
  margin: 0 auto 20px;
}
.right-single-banner:hover {
  box-shadow: 0 1px 6px 2px #ccc;
}
.right-single-banner a {
  transition: all .3s;
}
.right-single-banner a img {
  transition: all .3s;
}
.right-single-banner:hover a img {
  transform: scale(1.05);
  transition: all .3s;
}


/*
Footer styles
*/
.footer {
  background-color: #2c3e50;
  padding: 70px 0 0 0;
}
.footer h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans", Arial, sans-serif;
}
.footer .form-control {
  border: 0px;
  background-color: white;
  -ms-box-shadow: none;
  box-shadow: none;
}
.footer p {
  color: #eee;
}
.footer ul.f-list {
  margin: 0;
  padding: 0;
}
.footer ul.f-list li:last-child a {
  border-bottom: 0px;
}
.footer ul.f-list li a {
  padding: 7px 0;
  color: #eee;
  text-transform: capitalize;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  display: block;
  position: relative;
  padding-left: 15px;
}
.footer ul.f-list li a:after {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 8px;
}
.footer ul.f-list li a:hover {
  color: #35649A;
}
.footer .footer-social li {
  padding: 0px;
}
.footer .footer-social li a {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 3px 5px;
}
.footer .footer-social li a:hover {
  color: #fff;
}
.footer .phone {
  font-size: 20px;
  color: #fff;
}
.footer .phone i {
  margin-right: 5px;
}
.footer p a {
  color: #fff;
}
.footer p a:hover {
  color: #22A8B0;
}
.footer .f-post li {
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.footer .f-post li:last-child {
  border-bottom: 0;
}
.footer .f-post a.thumb {
  float: left;
  margin-right: 10px;
  display: block;
}
.footer .f-post .f-post-content {
  overflow: hidden;
}
.footer .f-post .f-post-content a {
  color: #fff;
  display: inline-block;
}
.footer .f-post .f-post-content a:hover {
  color: #22A8B0;
}
.footer .f-post .f-post-content em {
  display: block;
  color: #eee;
}
.footer.light {
  background: #fff;
}
.footer.light h3 {
  color: #333;
}
.footer.light .f-post li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.footer.light .f-post li .f-post-content a {
  color: #000;
}
.footer.light .f-post li .f-post-content a:hover {
  color: #22A8B0;
}
.footer.light .f-post li .f-post-content em {
  color: #888;
}
.footer.light p {
  color: #888;
}
.footer.light a {
  color: #000;
}
.footer.light .footer-social li a {
  color: #777;
}
.footer.light .footer-social li a:hover {
  color: #22A8B0;
}
.footer.light ul.f-list li a {
  color: #888;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.footer.light ul.f-list li a:hover {
  color: #22A8B0;
}

.footer-bottom {
  padding: 15px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #eee;
}

.footer.light .footer-bottom {
  background-color: #eee;
  color: #888;
}

/**************************
Scroll-up area css
**************************/
.scrollup {
  background: #A1C940;
  border-radius: 3px;
  bottom: 13px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 30px;
  font-weight: bold;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 40px;
  z-index: 99;
}
.scrollup:hover {
  background: #35649A;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


/*
accordions
*/
.panel-group .panel {
  border-radius: 0px;
  margin-bottom: 20px;
}

.panel-default > .panel-heading {
  background: #fff;
  padding: 0;
}

.panel-title {
  color: #35649A;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 3px;
}
.panel-group .panel .panel-heading .panel-title a {
	display: block;
	padding: 10px 15px;
}
.panel-group .panel .panel-heading .panel-title a:before {
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f068";
  margin-right: 5px;
}
.panel-group .panel .panel-heading .panel-title a.collapsed:before {
  content: "\f067";
}



/**************************
Claints area css
**************************/
.claints-area {
  background: url("../images/claint-area-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #333;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.claints-area:after {
  background-color: rgba(0, 0, 0, .9);
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.claints-area .center-heading h2, .claints-area .center-heading p {
  color: #fff;
}
.claints-area h3 {
  color: #fff;
}
.claints-area h3:after {
  background-color: #fff;
}


/**************************
Newsletter area css
**************************/
.newsletter-area {
 background: #34B8C0;
  padding: 70px 0;
}
.newsletter-heading h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.newsletter-area form {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  border: 3px solid #1F979E;
}
.newsletter-area form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    font-size: 20px;
    max-width: 90%;
    padding: 13px;
    text-align: center;
    width: 90%;
}
.newsletter-area form button {
    background-color: #34b8c0;
    border: medium none;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 21px;
	line-height: 20px;
    padding: 10px 11px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.newsletter-area form button:hover {
	background-color: #1F979E;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/**login register**/
.form-group {
  position: relative;
}
.form-group .form-control {
  min-height: 45px;
}
.form-group .input-icon {
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
}

.login-or {
  position: relative;
  font-size: 18px;
  color: #aaa;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hr-or {
  height: 1px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.span-or {
  display: block;
  position: absolute;
  left: 50%;
  top: -2px;
  margin-left: -25px;
  background-color: #fff;
  width: 50px;
  text-align: center;
}

.btn-facebook {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  padding: 6px 12px;
}
.btn-facebook i {
  margin-right: 5px;
}
.btn-facebook:hover {
  color: #fff;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.btn-twitter {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-twitter i {
  margin-right: 5px;
}
.btn-twitter:hover {
  color: #fff;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.login_social a {
  margin-bottom: 5px;
}

/* left-sidebar-menu-area */
.main-content-area {
  padding: 20px 0 0 0;
}
.left-sidebar-menu-area .panel-body span {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.left-sidebar-menu-area .panel-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left-sidebar-menu-area .panel-body ul li {
  padding: 5px;
  display: block;
  margin-left: 30px;
}
.left-sidebar-menu-area .panel-body ul li a {
  font-size: 16px;
  color: #2c3e50;
  position: relative;
}
.left-sidebar-menu-area .panel-body ul li a::before {
  content: '\f178';
  left: -30px;
  position: absolute;
  color: #000;
  top: 0px;
  font-family: 'FontAwesome';
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #2c3e50;
}
.left-sidebar-menu-area .panel-body ul li a:hover {
  color: #35649A;
}
.left-sidebar-menu-area .panel-body ul li a:hover::before {
  color: #35649A;
  left: -20px;
}