﻿@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900");
/* Default style reset */
html,
body {
  line-height: 1;
  margin: 0 !important;
  padding: 0 !important; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none;
  max-width: 100%;
  height: auto; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* Global Styles */
html,
body {
  background: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch; }

a {
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  a:hover, a:focus {
    color: #191919;
    outline: 0;
    text-decoration: none; }

p {
  color: #6d8591;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ccc;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700; }

h1 {
  font-size: 26px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

button,
input,
optgroup,
select,
textarea,
.btn,
.form-control {
  box-shadow: none; }
  button:focus, button:active, button:visited,
  input:focus,
  input:active,
  input:visited,
  optgroup:focus,
  optgroup:active,
  optgroup:visited,
  select:focus,
  select:active,
  select:visited,
  textarea:focus,
  textarea:active,
  textarea:visited,
  .btn:focus,
  .btn:active,
  .btn:visited,
  .form-control:focus,
  .form-control:active,
  .form-control:visited {
    box-shadow: none !important;
    outline: 0 !important;
    text-decoration: none !important; }

iframe {
  border: none;
  box-shadow: none;
  height: auto;
  max-width: 100%;
  width: 100%; }

img {
  border-radius: 5px; }

.background-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.gray-bg {
  background: #eceff1; }
  .gray-bg .top-content .owl-controls button {
    border: 1px solid #cfd8dc;
    border-radius: 5px; }

.black-bg {
  background: #2d2d2e; }
  .black-bg .section-title {
    color: #fff; }
    .black-bg .section-title .last-word {
      color: #fff !important; }
  .black-bg .btn {
    background: #48484b;
    color: #90a4ae; }
  .black-bg p {
    color: #6d8591; }

.green-bg {
  background: #00a451;
  color: #eceff1;
  font-size: 14px;
  font-weight: 400; }
  .green-bg a {
    color: #eceff1; }
    .green-bg a:hover {
      color: #ffffff; }
  .green-bg .section-title {
    color: #fff; }
    .green-bg .section-title .last-word {
      color: #fff !important; }
  .green-bg p {
    color: #196CA1; }

.light-black {
  background: #303036; }

.amber-bg {
  background: #e5b023; }

.radius {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.section-padding {
  padding: 7.125em 0; }

.section-title {
  color: #37474f;
  font-size: 1.5625rem;
  margin: 0 0 7px;
  font-weight: 900;
  text-transform: uppercase; }
  .section-title.section-title .last-word {
    color: #0d47a1; }

.btn {
  background: #eceff1;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #90a4ae;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 11.5px 16px;
  text-transform: uppercase; }
  .btn:hover {
    background: #0d47a1;
    color: #fff; }
  .btn.btn-lg {
    background: #0d47a1;
    color: #fff;
    font-size: .875em;
    letter-spacing: 0.5px;
    padding: 15px 20px; }
    .btn.btn-lg:hover {
      background: #eceff1;
      color: #90a4ae; }

.main-content {
  padding: 0 0 8%; }

.btn-container {
  padding-top: 4.625em; }

.section-btn {
  line-height: 3.75em;
  padding: 0 2.8125em !important; }

.row > .top-content {
  padding: 0 15px; }

.overlay {
  background: rgba(27, 28, 35, 0.75); }

.top-content {
  display: inline-block;
  margin-bottom: 4.7em;
  width: 100%; }
  .top-content p {
    color: #90a4ae;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.4;
    margin: 0; }
  .top-content .btn {
    margin-top: 22px; }
  .top-content .owl-controls {
    margin-top: 1.55em; }
    .top-content .owl-controls button {
      background-color: transparent;
      border: none;
      box-shadow: none;
      cursor: pointer;
      margin-left: 5px;
      padding: 0; }
      .top-content .owl-controls button span {
        background-color: #eceff1 !important;
        border-radius: 4px;
        color: #455a64;
        display: inline-block;
        font-size: 20px;
        height: 35px;
        width: 35px;
        line-height: 30px;
        text-align: center;
        font-size: 29px; }

.item-meta {
  border-top: 1px solid #cfd8dc;
  color: #90a4ae;
  font-size: 0.875em;
  font-weight: 600;
  padding: 1.25em 1.25em 1em; }
  .item-meta span {
    float: left;
    width: 33.33%; }
  .item-meta i {
    font-size: 0.8125em;
    float: left;
    margin: 2px 5px 0 0; }

.load-more {
  display: inline-block;
  font-weight: 600;
  margin-top: 1.3em; }
  .load-more i {
    font-size: 13px; }

.rating span.label {
  color: #37474f !important;
  margin: 0 5px; }

/* Margin Padding Resets */
.mb30 {
  margin-bottom: 30px; }

.bm30 {
  margin-bottom: 30px; }

.bm50 {
  margin-bottom: 50px; }

.bm15 {
  margin-bottom: 15px; }

.bm8 {
  margin-bottom: 8px; }

@media (min-width: 1200px) {
  .box-layout section {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto; }
    .box-layout section .container {
      padding: 0;
      min-width: 1170px;
      width: 1170px; } }

/* Header Style */
.masthead .header-top {
  background-color: #196CA1;
  color: #eceff1;
  font-size: 14px;
  font-weight: 400; }
  .masthead .header-top a {
    color: #eceff1; }
    .masthead .header-top a:hover {
      color: #ffffff; }
  .masthead .header-top i {
    font-size: 14px; }
  .masthead .header-top .dropdown {
    display: inline-block; }
    .masthead .header-top .dropdown a {
      font-weight: 400;
      line-height: 55px;
      padding-left: 1.6em; }
      .masthead .header-top .dropdown a:after {
        display: none; }
    .masthead .header-top .dropdown i {
      margin-left: 5px; }
    .masthead .header-top .dropdown .dropdown-menu a,
    .masthead .header-top .dropdown .children a,
    .masthead .header-top .dropdown .sub-menu a {
      font-weight: 400;
      line-height: 26px; }
  .masthead .header-top .top-contact {
    position: relative; }
    .masthead .header-top .top-contact .trggericon, .masthead .header-top .top-contact .close {
      display: none; }
    .masthead .header-top .top-contact i {
      margin-right: 5px; }
    .masthead .header-top .top-contact .fa-phone {
      transform: rotate(90deg); }
    .masthead .header-top .top-contact span {
      line-height: 55px;
      margin-right: 1.4em; }
      .masthead .header-top .top-contact span:last-child {
        margin-right: 0; }

/* Page Name */
.page-name .section-padding {
  padding: 5em 0; }

.page-name .overlay {
  background-color: rgba(223, 31, 38, 0.55); }

.page-name .section-title {
  color: #fff; }

.page-name .designation {
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  text-transform: capitalize; }

.page-name .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin: 5px 0 0;
  padding: 0; }
  .page-name .breadcrumb a {
    color: #fff;
    margin-right: 8px;
    text-transform: capitalize; }
  .page-name .breadcrumb li {
    color: #fff;
    font-size: 0.9375em;
    position: relative; }
    .page-name .breadcrumb li:before {
      display: none; }
    .page-name .breadcrumb li:after {
      content: '';
      background-color: #fff;
      height: 1px;
      width: 5px;
      right: -3px;
      top: 50%;
      position: absolute; }
    .page-name .breadcrumb li:last-child a {
      padding-right: 0; }
      .page-name .breadcrumb li:last-child a:before {
        display: none; }
    .page-name .breadcrumb li:last-child:after {
      display: none; }

/* Login / Register */
.login-register .contents {
  max-width: 480px;
  margin: 0 auto; }
  .login-register .contents .section-title {
    margin-bottom: 1.35em; }

.login-register form {
  text-align: left; }
  .login-register form p {
    margin-bottom: 20px; }
  .login-register form a {
    color: #90a4ae; }
    .login-register form a:hover {
      color: #0d47a1; }
  .login-register form input {
    background-color: #fff;
    border: 1px solid #cfd8dc;
    border-radius: 5px;
    box-shadow: none;
    color: #90a4ae;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    height: 60px;
    padding: 15px 20px;
    width: 100%; }
    .login-register form input[type="checkbox"] {
      height: inherit !important;
      width: inherit;
      margin: 8px 10px 0 0;
      padding: inherit; }
    .login-register form input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #90a4ae; }
    .login-register form input::-moz-placeholder {
      /* Firefox 19+ */
      color: #90a4ae; }
    .login-register form input:-ms-input-placeholder {
      /* IE 10+ */
      color: #90a4ae; }
    .login-register form input:-moz-placeholder {
      /* Firefox 18- */
      color: #90a4ae; }
    .login-register form input[type="submit"] {
      background-color: #0d47a1;
      border-color: #0d47a1;
      color: #fff;
      font-weight: 700;
      margin: .4em 0 2em; }
      .login-register form input[type="submit"]:hover {
        background-color: #fff;
        color: #0d47a1; }

.login-register .login-social {
  margin-bottom: 1.6em; }
  .login-register .login-social .btn {
    background-color: #0d47a1;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    height: 45px;
    margin-bottom: 10px;
    padding: 0 20px;
    text-transform: capitalize; }
    .login-register .login-social .btn i {
      margin-right: 5px; }
    .login-register .login-social .btn.facebook {
      background-color: #3b5998; }
    .login-register .login-social .btn.twitter {
      background-color: #1da1f2; }
    .login-register .login-social .btn.google {
      background-color: #dd4b39; }

.login-register .register-form .checkbox,
.login-register .register {
  color: #90a4ae;
  font-size: 1em; }
  .login-register .register-form .checkbox a,
  .login-register .register a {
    color: #0d47a1;
    text-decoration: underline; }

/* 33 - Footer
* ----------------------------------------------------------------------*/
footer p {
  color: #85858c;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: -7px; }

footer a:hover {
  color: #fff !important; }

footer ul {
  margin-left: 0;
  padding-left: 0; }
  footer ul li {
    display: inline-block;
    width: 100%; }

footer .footer-logo {
  max-width: 180px;
  margin-bottom: 45px; }

.footer-top .section-padding {
  padding-bottom: 3em; }

.footer-top .widget {
  display: inline-block;
  margin-bottom: 30px;
  padding-top: 32px;
  width: 100%; }
  .footer-top .widget h1,
  .footer-top .widget h2,
  .footer-top .widget h3,
  .footer-top .widget h4,
  .footer-top .widget h5,
  .footer-top .widget h6 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 41px;
    text-transform: uppercase; }

.footer-top .widget_about_us ul {
  margin: 25px 0; }
  .footer-top .widget_about_us ul li {
    color: #85858c;
    font-size: 16px;
    padding: 5px 0; }
    .footer-top .widget_about_us ul li a {
      color: #85858c;
      font-size: 16px; }
    .footer-top .widget_about_us ul li i {
      font-size: 16px;
      font-weight: 600;
      margin-right: 15px;
      width: 15px; }
    .footer-top .widget_about_us ul li .fa-phone-square {
      transform: rotate(90deg); }

.footer-top .widget-social a {
  border: 1px solid #6c6c76;
  border-radius: 5px;
  color: #85858c;
  display: inline-block;
  font-size: 18px;
  float: left;
  height: 35px;
  line-height: 33px;
  width: 35px;
  margin-right: 15px; }
  .footer-top .widget-social a:last-child {
    margin-right: 0; }
  .footer-top .widget-social a:hover {
    border-color: #fff;
    color: #fff; }

.footer-top .menu {
  margin-top: -7px; }
  .footer-top .menu li {
    color: #85858c;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 13px;
    transition: all .25s ease; }
    .footer-top .menu li a {
      color: #85858c; }
    .footer-top .menu li i {
      margin-right: 5px;
      font-size: 0.875em; }
    .footer-top .menu li:last-child {
      padding-bottom: 0; }
    .footer-top .menu li:hover {
      padding-left: 7px; }
      .footer-top .menu li:hover a {
        color: #fff; }

.footer-top article.media {
  margin-bottom: 20px;
  padding: 0; }
  .footer-top article.media:last-child {
    margin-bottom: 0; }
  .footer-top article.media .entry-thumbnail {
    margin-right: 15px;
    max-width: 75px;
    padding: 0; }
  .footer-top article.media .entry-title {
    color: #85858c;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    margin: -5px 0 12px;
    padding: 0;
    text-transform: initial; }
    .footer-top article.media .entry-title a {
      color: #85858c; }
  .footer-top article.media .entry-meta {
    color: #606069;
    font-size: 14px;
    font-weight: 600; }
    .footer-top article.media .entry-meta i {
      color: #606069;
      font-size: 13px;
      float: left;
      margin: 1px 9px 0 0; }

.footer-bottom {
  color: #85858c;
  font-size: 15px;
  font-weight: 400; }
  .footer-bottom .section-padding {
    padding: 2.8% 0; }
  .footer-bottom a {
    color: #85858c; }
  .footer-bottom ul {
    margin: 0;
    padding: 0; }
  .footer-bottom li {
    font-size: 15px;
    font-weight: 400;
    width: inherit; }
  .footer-bottom .menu li {
    margin-left: 22px; }
    .footer-bottom .menu li:first-child {
      margin-left: 0; }

@media (min-width: 768px) {
  .masthead {
    z-index: 999; }
    .masthead .row {
      margin: 0; }
      .masthead .row div[class*="col"] {
        padding: 0; }
      .masthead .row .col-md-10 {
        z-index: 1; } }

@media (max-width: 991px) {
  .masthead .header-top .dropdown .dropdown-menu,
  .masthead .header-top .dropdown .children,
  .masthead .header-top .dropdown .sub-menu {
    left: inherit !important;
    top: 55px !important;
    right: 0;
    transform: none !important; } }

@media (max-width: 767px) {
  .masthead .col-md-10 {
    border-bottom: 1px solid #cfd8dc;
    padding: 15px; }
  .masthead .header-top {
    padding: 10px 0; }
    .masthead .header-top .top-contact span {
      line-height: 30px;
      margin-right: 5px; }
    .masthead .header-top .top-contact i {
      margin-right: 1px; }
    .masthead .header-top .top-contact .trggericon {
      z-index: 9999;
      display: block;
      position: absolute;
      left: 40px;
      top: 8px;
      cursor: pointer; }
      .masthead .header-top .top-contact .trggericon:hover {
        color: #fff; }
    .masthead .header-top .top-contact .contacts {
      display: none; }
    .masthead .header-top .top-contact.togglecontact .contacts {
      display: block;
      position: absolute;
      left: 0px;
      right: 0;
      top: 0;
      background: #2c2d36;
      height: 40px;
      z-index: 9999; }
    .masthead .header-top .top-contact.togglecontact .close {
      color: white;
      z-index: 999999999999;
      position: absolute;
      right: 0;
      top: -1px;
      cursor: pointer;
      display: block; }
    .masthead .header-top .top-contact .dropdown a {
      line-height: 30px !important; }
    .masthead .header-top .top-contact .menu-search-form.float-right .dropdown-toggle {
      padding-left: 0; }
    .masthead .header-top .top-contact .menu-cart .dropdown-menu,
    .masthead .header-top .top-contact .menu-cart .children,
    .masthead .header-top .top-contact .menu-cart .sub-menu {
      left: inherit !important;
      top: 40px !important;
      right: -15px !important; }
    .masthead .header-top .top-contact .user-area .dropdown-menu {
      padding: 5px 0;
      box-shadow: 0px 0px 5px -2px #0d47a1; }
      .masthead .header-top .top-contact .user-area .dropdown-menu a {
        line-height: 26px !important;
        padding: 3px 15px !important; }
    .masthead .header-top .menu-search {
      margin-top: -5px; }
      .masthead .header-top .menu-search input.form-control {
        margin-left: 10px; }
    .masthead .header-top .user-area .user-menu {
      margin-top: -15px; } }
