@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
body {
  font-family: 'Open Sans', sans-serif;
  background: #7897cf;
  /*background:none; background-image:url(../images/s1.jpg); 
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;*/ }

a {
  color: #666; }

a, a:link, a:focus, a:link, a:visited, a:active {
  outline: 0;
  text-decoration: none; }

a, .btn, button {
  transition: all 0.4s ease-in-out; }

.wraper {
  max-width: 1366px;
  margin: 0 auto;
  background: #fafafa; }

.main-menu {
  max-width: 1366px;
  margin: 0 auto; }

.col {
  padding: 0; }

.left-clear {
  padding-left: 0; }

.right-clear {
  padding-right: 0; }

.red {
  color: red; }

.form-control {
  border-radius: 0;
  box-shadow: none; }
  .form-control:focus {
    border-color: #999;
    box-shadow: none; }

/*--Selection-------*/
::-moz-selection {
  text-shadow: none;
  background: #333;
  color: #fff; }

::selection {
  text-shadow: none;
  background: #333;
  color: #fff; }

img::selection {
  background: 0 0; }

img::-moz-selection {
  background: 0 0; }

/*-------------Scroll to top--------------*/
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #fff;
  color: #4063a0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  right: 22px;
  bottom: 80px;
  padding-bottom: 2px;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  border-top: 3px solid #4063a0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: none; }

.scroll-top-wrapper:hover {
  opacity: 0.9 !important;
  border-top: 1px solid #f0f0f0;
  border-bottom: 3px solid #4063a0; }

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0; }

.scroll-top-wrapper i.fa {
  line-height: inherit; }

/*------------Virtical Center---------------*/
.outer {
  display: table;
  position: absolute;
  z-index: 999;
  height: 100%;
  width: 100%; }

.middle {
  display: table-cell;
  vertical-align: middle; }

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px; }

/*---------Header--------------*/
header .logo {
  max-width: 365px;
  margin-top: 50px;
  margin-bottom: 50px; }
header .logo-right {
  float: right; }
header .block .slogon {
  margin: 50px 0;
  font-size: 36px;
  line-height: 48px;
  color: #013081;
  font-style: italic;
  font-weight: 600;
  text-align: center; }
header .main-menu .navbar {
  margin: 0;
  padding: 0;
  background: #546e9d;
  border-radius: 0;
  border: none;
  border-bottom: 10px solid #7897cf; }
header .main-menu .nav > li > a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 14px;
  padding-right: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.1); }
header .main-menu .nav > li > a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #fff; }
  header .main-menu .nav > li > a:visited {
  color: #fff; }
header .main-menu .navbar-default .navbar-nav > .active > a, header .main-menu .navbar-default .navbar-nav > .active > a:hover, header .main-menu .navbar-default .navbar-nav > .active > a:focus {
  background: #7897cf;
  color: #fff; }
header .main-menu .navbar-default .navbar-nav > .open > a, header .main-menu .navbar-default .navbar-nav > .open > a:hover, header .main-menu .navbar-default .navbar-nav > .open > a:focus, header .main-menu .dropdown-menu {
  background: #7897cf;
  color: #fff; }
header .main-menu .dropdown-menu > li > a {
  color: #fff;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
header .main-menu .dropdown-menu > li:last-child a {
  border-bottom: none; }
header .main-menu .dropdown-menu {
  padding: 0;
  border: none; }
header .main-menu .dropdown-menu > li > a:hover, header .main-menu .dropdown-menu > li > a:focus {
  background: rgba(0, 0, 0, 0.1); }

@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; } }
/*-------------Slider-------------*/
.main-slider .carousel-indicators li {
  width: 20px;
  height: 20px; }
.main-slider .carousel-indicators .active {
  background: #546e9d; }

/*------------Welcome------------*/
.welcome {
  padding: 50px 0; }
  .welcome .block h1 {
    display: block;
    text-align: center;
    max-width: 540px;
    margin: 0 auto;
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    color: #4063a0; }
  .welcome .block p {
    font-size: 26px;
    line-height: 37px;
    color: #666;
    display: block;
    max-width: 1030px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    font-style: italic; }

/*-----------Location & Services---------*/
.location-services .block .block-title {
  color: #4063a0;
  font-size: 24px;
  text-transform: uppercase;
  position: relative; }
  .location-services .block .block-title:after {
    height: 1px;
    content: '';
    background: #f7c74c;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 9; }
  .location-services .block .block-title span {
    background: #fbfbfb;
    position: relative;
    z-index: 99; }
.location-services .block li {
  display: block;
  margin-bottom: 20px;
  padding-top: 20px; }
  .location-services .block li:nth-child(1) .single {
    background: #7897cf;
    background: -webkit-linear-gradient(to right, #7897cf  , #546e9d);
    background: linear-gradient(to right, #7897cf  , #546e9d);
    }
  .location-services .block li:nth-child(3) .single {
    background: #7897cf;
    background: -webkit-linear-gradient(to right, #7897cf  , #546e9d);
    background: linear-gradient(to right, #7897cf  , #546e9d);
    }
  .location-services .block li .single {
    background: #7897cf;
    background: -webkit-linear-gradient(to right, #7897cf  , #546e9d);
    background: linear-gradient(to right, #7897cf  , #546e9d);
    display: block;
    height: auto;
    overflow: auto;
    border-radius: 10px;
    }
    .location-services .block li .single .image {
      float: left;
      max-width: 150px;
      border-radius: 10px 0 0 10px; }
    .location-services .block li .single .content {
      color: #FFF !important;
      text-align: center;
      padding-top: 18px;
      }
      .location-services .block li .single .content h2 {
        font-size: 44px;
        font-style: italic;
        margin: 0;
        color: white;
        }

/*------------Footer------------*/
footer {
  background: #f0f0f0;
  padding: 40px 0;
  margin-top: 50px; }
  footer .block {
    text-align: center; }
    footer .block h5 {
      font-size: 14px;
      color: #856758;
      padding-bottom: 20px;
      border-bottom: 1px solid #856758;
      margin: 0; }
    footer .block h6 {
      font-size: 14px;
      color: #4063a0;
      padding-top: 20px;
      margin: 0; }
    footer .block .social-media li {
      display: inline-block; }
      footer .block .social-media li a {
        display: block;
        width: 40px;
        line-height: 37px;
        height: 40px;
        margin-top: 10px;
        border-radius: 8px;
        font-size: 22px;
        -webkit-box-shadow: inset 0px -13px 56px 24px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0px -13px 56px 24px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0px -13px 56px 24px rgba(0, 0, 0, 0.1); }
        footer .block .social-media li a .fa {
          color: #fff;
          text-shadow: 0 3px 6px #000; }
        footer .block .social-media li a:hover .fa {
          text-shadow: none; }
      footer .block .social-media li a.twitter {
        background: #30bff5; }
      footer .block .social-media li a.youtube {
        background: #d62924; }
      footer .block .social-media li a.envelope {
        background: #3193e5; }
      footer .block .social-media li a.facebook {
        background: #304985; }
      footer .block .social-media li a.linkedin {
        background: #016ec0; }

/*---------Inner Page--------*/
/*-------------InnerPage-----------*/
.inner-section {
  padding: 0px 0; }
  .inner-section .page-title {
    color: #4063a0;
    font-size: 40px;
    text-transform: uppercase; }
    .inner-section .page-title a {
      color: #4063a0; }
  .inner-section p {
    color: #666;
    text-align: center; }
  .inner-section .person {
    border: 1px solid #f0f0f0;
    padding: 5px;
    overflow: auto;
    margin-top: 20px;
    margin-bottom: 10px; }
    .inner-section .person .image {
      float: left;
      margin-right: 10px; }
    .inner-section .person .info h3 {
      margin: 0;
      padding: 0;
      color: #4063a0; }
    .inner-section .person .info h6 {
      color: #666; }
    .inner-section .person .info h5 {
      color: #4063a0; }
  .inner-section .block-centered {
    text-align: center; }
  .inner-section .text-left p {
    text-align: left; }
  .inner-section .btn-theme {
    background: #856758;
    color: #fff; }

/*--------------Sidebar-------------*/
aside.sidebar {
  padding: 10px 0; }
  aside.sidebar .single {
    margin-top: 30px; }
    aside.sidebar .single p {
      margin-top: 10px; }
    aside.sidebar .single .search .form-control {
      height: 40px;
      border-radius: 0; }
    aside.sidebar .single .search .btn {
      background: #4063a0;
      color: #fff;
      border-color: #4063a0;
      padding: 9px 17px;
      border-radius: 0; }
    aside.sidebar .single .title {
      font-size: 20px;
      text-transform: uppercase;
      border-bottom: 1px solid #f0f0f0;
      padding-bottom: 4px;
      margin: 0; }
    aside.sidebar .single .underline {
      width: 50px;
      height: 2px;
      margin-top: -1px;
      background: #4063a0; }
    aside.sidebar .single ul li a {
      display: block;
      line-height: 30px;
      color: #666;
      text-decoration: none; }
      aside.sidebar .single ul li a:hover {
        color: #4063a0; }
      aside.sidebar .single ul li a::before {
        font-family: FontAwesome;
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle; }
  aside.sidebar .single ul li a::before {
    content: "\f101"; }
  aside.sidebar .single.category ul li a::before {
    content: "\f115"; }
  aside.sidebar .single.recent ul li a::before {
    content: "\f044"; }
  aside.sidebar .single.tags ul li a::before {
    content: "\f02b"; }
  aside.sidebar .single.comments ul li a::before {
    content: "\f0e5"; }
  aside.sidebar .single.archives ul li a::before {
    content: "\f133"; }

/*------------Category Single---------*/
.category-single {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
  overflow: auto; }
  .category-single:hover .image img {
    transform: scale(1.2); }
  .category-single:last-of-type {
    border-bottom: none; }
  .category-single .image {
    float: left;
    overflow: hidden;
    margin-right: 15px; }
    .category-single .image img {
      transition: all 0.4s ease-in-out; }
  .category-single .content .title {
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    color: #333; }
    .category-single .content .title a {
      color: #333; }
  .category-single .content .info {
    color: #999;
    font-size: 11px;
    text-transform: uppercase; }
  .category-single .content p {
    font-size: 14px;
    line-height: 23px;
    color: #666;
    text-align: left; }
  .category-single .content .social-share li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #f0f0f0;
    color: #999; }
    .category-single .content .social-share li a:hover {
      color: #333;
      border-radius: 5px; }
  @media (min-width: 768px) {
    .category-single .image {
      max-width: 350px; }
    .category-single .content {
      overflow: hidden; }
    .category-single .video {
      position: relative;
      min-height: 1px;
      width: 350px;
      float: left;
      margin-right: 15px;
      padding-top: 5px; } }

/*::::Pagination::::*/
.my-pagination {
  padding: 15px;
  display: block; }
  .my-pagination .pagination > li > a, .my-pagination .pagination > li > span {
    margin-right: 5px;
    color: #666; }
  .my-pagination .pagination > .active > a, .my-pagination .pagination > .active > span, .my-pagination .pagination > .active > a:hover, .my-pagination .pagination > .active > span:hover, .my-pagination .pagination > .active > a:focus, .my-pagination .pagination > .active > span:focus {
    background: #333;
    border-color: #333;
    color: #fff; }

/*--------------Single Page------------*/
.single-post {
  padding: 15px;
  display: block;
  overflow: auto;
  text-align: left; }
  .single-post .image {
    float: none;
    overflow: hidden;
    margin-right: 15px; }
    .single-post .image img {
      transition: all 0.4s ease-in-out;
      max-width: 100%; }
  .single-post .content .title {
    margin: 0;
    margin-top: 20px;
    font-size: 30px;
    line-height: 38px;
    color: #333; }
    .single-post .content .title a {
      color: #333; }
  .single-post .content .user-content {
    font-size: 14px;
    line-height: 22px;
    color: #666; }
    .single-post .content .user-content a {
      color: #333;
      border-bottom: 1px dotted #999; }
    .single-post .content .user-content img {
      max-width: 100%;
      float: left;
      margin-right: 15px; }
    .single-post .content .user-content ul {
      list-style: none;
      padding-left: 0; }
      .single-post .content .user-content ul li {
        display: block; }
        .single-post .content .user-content ul li:before {
          font-family: fontAwesome;
          content: '\f105';
          padding-right: 5px; }
  .single-post .content .info {
    color: #999;
    font-size: 11px;
    text-transform: uppercase; }
  .single-post .content p {
    font-size: 14px;
    line-height: 23px;
    color: #666;
    text-align: left; }
  .single-post .content .tags li a {
    color: #999; }
    .single-post .content .tags li a:hover {
      border-bottom: 1px dotted #999; }
    .single-post .content .tags li a i {
      color: #333; }
  .single-post .content .share-icons {
    margin-top: 30px;
    background: #f0f0f0;
    display: block; }
    .single-post .content .share-icons h3 {
      font-size: 20px;
      float: left;
      margin: 0;
      padding: 6px;
      background: #333;
      color: #fff; }
    .single-post .content .share-icons .social-share li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .single-post .content .share-icons .social-share li a {
        display: block;
        padding: 6px 10px;
        text-align: center;
        border: 1px solid #f0f0f0;
        color: #999;
        text-transform: uppercase; }
        .single-post .content .share-icons .social-share li a:hover {
          color: #333;
          border-radius: 5px; }

/*------------Comment Single---------*/
.comment-single {
  padding: 15px;
  overflow: auto;
  border-top: 1px solid #f0f0f0;
  margin-top: 10px; }
  .comment-single:first-of-type {
    border-top: none; }
  .comment-single .image {
    float: left;
    max-width: 60px;
    margin-right: 15px; }
    .comment-single .image img {
      max-width: 100%;
      border-radius: 4px;
      border: 1px solid #f0f0f0; }
  .comment-single .content {
    margin: 0;
    padding: 0;
    text-align: left;
    overflow: hidden; }
    .comment-single .content h6 {
      margin: 0;
      padding: 0;
      display: block; }
    .comment-single .content h3 {
      font-size: 18px;
      margin-bottom: 0; }
    .comment-single .content p {
      font-size: 13px;
      line-height: 20px;
      text-align: left; }
    .comment-single .content .comment-reply {
      color: #666;
      border: 1px solid #f0f0f0;
      padding: 3px 10px;
      border-radius: 4px; }

/*:::::Leave a comments:::::::::::*/
.leave-comments {
  padding: 15px; }
  .leave-comments .form-control {
    margin-top: 30px;
    max-width: 500px; }
  .leave-comments p {
    text-align: left; }
  .leave-comments textarea.form-control {
    max-width: 100%; }
  .leave-comments .btn {
    margin-top: 30px;
    background: #333;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase; }
    .leave-comments .btn:hover {
      background: #111; }

/*---Team Page---------*/
.team-single {
  border: 1px solid #f0f0f0;
  padding: 15px;
  box-shadow: 0 1px 2px #999;
  margin-top: 30px; }
  .team-single .image {
    float: left;
    margin-right: 15px; }
  .team-single .content {
    text-align: left;
    overflow: auto; }
    .team-single .content h3 {
      margin: 0; }
    .team-single .content p {
      text-align: left; }

@media (max-width: 1169px) {
  header .block .slogon {
    font-size: 28px; }

  .welcome .block h1 {
    font-size: 28px; }

  .welcome .block p {
    font-size: 22px; }

  .location-services .block li .single .content h2 {
    font-size: 30px; } }
@media (max-width: 991px) {
  header .main-menu .nav > li > a {
    padding-left: 20px;
    padding-right: 20px; }

  header .logo-right {
    float: none; }

  .location-services .block li .single .content h2 {
    font-size: 24px; } }
@media (max-width: 767px) {
  header .block .slogon {
    margin: 10px 0; }

  header .logo {
    margin-top: 10px;
    margin-bottom: 0; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff; }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent; }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(0, 0, 0, 0.1); } }
@media (max-width: 430px) {
  .location-services .block li .single .content h2 {
    font-size: 18px; } }

/*# sourceMappingURL=style.css.map */

blockquote {
    /*border-left: 5px solid #546E9D;*/
    background: #eee;
    /*border-right: 1px solid #546E9D;
    border-top: 1px solid #546E9D;
    border-bottom: 1px solid #546E9D;*/
}