body {
  padding-left: 0px;
  padding-right: 0px; }
  body h1 {
    font-family: 'Abel', sans-serif;
    font-size: 75px; }
    @media screen and (max-width: 1300px) {
      body h1 {
        font-size: 55px; } }
  body h2 {
    font-family: 'Abel', sans-serif;
    font-size: 40px; }
  body p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300; }
  body .blue-color {
    color: #00498d; }
  body .text-align {
    text-align: center; }
  body .btn-more {
    padding: 16px 24px;
    border: 1px solid #d7d7d7;
    display: inline-block;
    transition: all 1s ease; }
    body .btn-more:hover {
      text-decoration: none;
      background: #000;
      transition: all 1s ease; }
    body .btn-more a {
      font-weight: 600;
      letter-spacing: 6px;
      color: #000; }
      body .btn-more a:hover {
        text-decoration: none;
        transition: all 1s ease; }

#main-header .logo-wrapper {
  width: auto;
  display: inline-block;
  background: #fff; }
  @media screen and (max-width: 767px) {
    #main-header .logo-wrapper {
      width: 100%;
      margin: auto;
      margin-left: 17%; } }
#main-header .head-nav {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  border-bottom: 1px solid #e6e3e3;
  position: relative;
  font-family: 'Abel', sans-serif;
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    #main-header .head-nav {
      text-align: center;
      border-bottom: none;
      margin-top: 0;
      width: 65%;
      font-family: 'Abel', sans-serif;
      display: inline; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #main-header .head-nav {
      margin-top: -30px; } }
  #main-header .head-nav ul {
    padding: 6px 0px 0px 0px;
    margin: 0px;
    display: inline-block;
    float: right; }
    #main-header .head-nav ul li {
      list-style: none;
      display: inline-block;
      margin-right: 20px;
      margin-left: 20px; }
      @media screen and (max-width: 767px) {
        #main-header .head-nav ul li {
          padding-bottom: 6px;
          margin-right: 0px; } }
      #main-header .head-nav ul li a {
        color: #000;
        text-decoration: none;
        font-size: 16px;
        font-weight: 300; }
        #main-header .head-nav ul li a:hover {
          text-decoration: none;
          color: #222; }
    #main-header .head-nav ul i {
      font-size: 25px;
      padding-right: 16px; }
      @media screen and (max-width: 767px) {
        #main-header .head-nav ul i {
          display: none; } }
#main-header .main-nav .navbar-toggle {
  border: 1px solid #fff; }
  @media screen and (max-width: 767px) {
    #main-header .main-nav .navbar-toggle {
      margin-top: 0px;
      background: #00498d;
      margin-right: 0px; } }
  #main-header .main-nav .navbar-toggle .icon-bar {
    background: #fff; }
#main-header .main-nav ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
  float: right; }
  #main-header .main-nav ul li {
    list-style: none;
    display: inline-block;
    padding: 22px 0px; }
    @media screen and (max-width: 767px) {
      #main-header .main-nav ul li {
        display: block;
        padding: 0px;
        border-bottom: 1px solid #eee; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #main-header .main-nav ul li {
        padding: 18px 0px; } }
    #main-header .main-nav ul li a {
      font-size: 15px;
      color: #222;
      padding: 22px 32px;
      text-decoration: none;
      transition: all 1s ease; }
      @media screen and (max-width: 767px) {
        #main-header .main-nav ul li a {
          display: block;
          padding: 12px 32px; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        #main-header .main-nav ul li a {
          padding: 14px 18px; } }
      #main-header .main-nav ul li a:hover {
        background: #00498d;
        text-decoration: none;
        transition: all 1s ease;
        color: #fff; }

#main-banner {
  position: relative; }
  #main-banner .slidetxt {
    position: absolute;
    color: #fff;
    top: 110px; }
    @media screen and (max-width: 1833px) {
      #main-banner .slidetxt {
        top: 10px; } }
    @media screen and (max-width: 1366px) {
      #main-banner .slidetxt {
        top: 1px; } }
    @media screen and (max-width: 1200px) {
      #main-banner .slidetxt {
        top: 0px; } }
    @media screen and (max-width: 767px) {
      #main-banner .slidetxt {
        display: none; } }
    #main-banner .slidetxt .hdvido {
      max-width: 500px;
      width: 500px;
      height: 350px;
      position: absolute; }
      @media screen and (max-width: 1500px) {
        #main-banner .slidetxt .hdvido {
          width: 500px;
          height: 260px; } }
      @media screen and (max-width: 1200px) {
        #main-banner .slidetxt .hdvido {
          width: 500px;
          height: 300px; } }
      @media screen and (max-width: 1200px) {
        #main-banner .slidetxt .hdvido {
          display: none; } }
      @media screen and (max-width: 767px) {
        #main-banner .slidetxt .hdvido {
          display: none; } }
  #main-banner ul {
    padding: 0px;
    margin: 0px; }
    #main-banner ul li {
      list-style: none; }
      #main-banner ul li img {
        width: 100%;
        max-width: 100%;
        height: auto; }

#welcome {
  padding-top: 78px;
  padding-bottom: 100px; }
  #welcome .img {
    max-width: 100%; }
  #welcome h2 {
    font-family: 'Abel', sans-serif;
    font-size: 40px; }
  #welcome .hrline {
    max-width: 100px;
    width: 100px;
    height: 5px;
    background: #00498d;
    margin-bottom: 22px; }
  #welcome p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300; }
  #welcome .read {
    font-family: 'Abel', sans-serif;
    font-size: 18px;
    color: #000;
    text-decoration: none; }

#advantage {
  padding-bottom: 100px; }
  #advantage h2 {
    text-align: center; }
  #advantage img {
    position: absolute; }
  #advantage h4 {
    padding-top: 5px;
    padding-left: 90px;
    font-family: 'Abel', sans-serif;
    font-size: 20px; }
  #advantage p {
    padding-left: 90px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px; }
  #advantage .p-b {
    padding-bottom: 35px; }

#services {
  margin: auto;
  position: relative;
  background-image: url(../images/services-bp.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-attachment: fixed;
  padding: 110px 0px;
  color: #fff;
    /*.btn-more {
    width: 120px;
    height: 45px;
    padding: 6px 12px;
    border: 1px solid #fff;
    background: #fff;
    display: inline-block;
    transition: all 1s ease;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #00498d;
    &:hover {
        text-decoration: none;
        background: #e6e2e2;
        transition: all 1s ease;
    }
    a {
        font-weight: 600;
        letter-spacing: 6px;
        color: #000;
        &:hover {
            text-decoration: none;
            transition: all 1s ease;
        }
    }
}*/ }
  #services h2 {
    padding-bottom: 30px; }
  #services .p-b {
    padding-bottom: 38px; }
  @media screen and (max-width: 767px) {
    #services .bx-wrapper {
      width: 290px; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    #services .bx-wrapper {
      width: 750px; } }
  #services .bx-wrapper .bx-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 245px; }
  #services .bx-wrapper img:hover {
    opacity: 0.5; }
  #services ul {
    padding: 0px;
    margin: 0px; }
    #services ul li {
      list-style: none;
      display: inline-block;
      max-width: 370px;
      width: auto;
      height: auto;
      position: relative;
      background: #fff; }
      #services ul li .bluefill {
        text-align: left;
        max-width: 100%;
        width: 100%;
        height: auto;
        background: #00498d;
        padding: 20px; }
        #services ul li .bluefill h4 {
          display: inline-block;
          color: #fff;
          font-family: 'Abel', sans-serif;
          font-size: 25px; }
        #services ul li .bluefill img {
          display: inline-block;
          float: right; }
  #services .more-btn-2 {
    text-align: center;
    margin-top: 25px; }
    #services .more-btn-2 a {
      display: inline-block;
      border-radius: 4px;
      padding: 15px;
      background: #fff;
      text-decoration: none; }
  #services .pt {
    margin-top: 80px; }
  #services .bg-message {
    background-image: url(../images/banner/message-bnr.jpg);
    width: 100%;
    height: 550px; }
    #services .bg-message .box-1 {
      display: block;
      padding: 1px 40px 0px 40px;
      max-width: 471px;
      height: auto;
      background: #e3f5ff; }
      #services .bg-message .box-1 h2 {
        font-family: 'Abel', sans-serif;
        font-size: 32px;
        color: #000; }
      #services .bg-message .box-1 p {
        font-size: 15px;
        color: #000;
        text-align: justify; }
      #services .bg-message .box-1 .btn-blue {
        width: 120px;
        height: 45px;
        margin-bottom: 15px;
        background: #00498d;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 100; }
      #services .bg-message .box-1 .btn-more2 {
        width: 120px;
        height: 45px;
        padding: 6px 12px;
        border: 1px solid #fff;
        background: #00498d;
        display: inline-block;
        transition: all 1s ease;
        font-size: 14px;
        border: 1px solid transparent;
        border-radius: 4px;
        margin-bottom: 20px; }
        #services .bg-message .box-1 .btn-more2:hover {
          text-decoration: none;
          background: #e6e2e2;
          transition: all 1s ease;
          color: #000; }
        #services .bg-message .box-1 .btn-more2 a {
          text-decoration: none;
          color: #fff; }
    #services .bg-message .box-2 {
      display: block;
      padding: 7px 0px 45px 40px;
      max-width: 471px;
      height: auto;
      background: #00498d; }
      #services .bg-message .box-2 .btn-more-lg {
        width: auto;
        padding: 15px;
        border: 1px solid #fff;
        background: #fff;
        display: inline-block;
        transition: all 1s ease;
        font-size: 14px;
        border: 1px solid transparent;
        border-radius: 4px;
        margin-bottom: 20px;
        margin-top: 30px; }
        #services .bg-message .box-2 .btn-more-lg:hover {
          text-decoration: none;
          background: #e6e2e2;
          transition: all 1s ease;
          color: #000; }
        #services .bg-message .box-2 .btn-more-lg a {
          text-decoration: none;
          color: #00498d; }
      #services .bg-message .box-2 .btn-white2 {
        width: 170px;
        height: 50px;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #00498d;
        margin-top: 51px;
        background: #fff; }
      #services .bg-message .box-2 h2 {
        margin-top: 15px;
        margin-bottom: -10px; }

#main-footer {
  background: #e8e8e8;
  padding-top: 55px;
  padding-bottom: 45px; }
  @media screen and (max-width: 767px) {
    #main-footer {
      text-align: center; } }
  #main-footer h3 {
    color: #000;
    padding-bottom: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 30px; }
    @media screen and (max-width: 767px) {
      #main-footer h3 {
        padding-top: 22px;
        padding-bottom: 8px; } }
  #main-footer .btn-map {
    width: 190px;
    height: 90px;
    background: #00498d;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-family: 'Abel', sans-serif;
    font-size: 22px; }
  #main-footer .btn-map:hover {
    background: #666; }
  #main-footer h4 {
    font-family: 'Abel', sans-serif;
    font-size: 22px; }
  #main-footer .col-wrapper {
    position: relative;
    margin-bottom: 16px; }
    #main-footer .col-wrapper img {
      padding: 12px;
      background: #00498d;
      position: absolute;
      border-radius: 28px; }
      @media screen and (max-width: 767px) {
        #main-footer .col-wrapper img {
          position: relative; } }
    #main-footer .col-wrapper p {
      margin-left: 70px;
      color: #000;
      font-size: 15px; }
      @media screen and (max-width: 767px) {
        #main-footer .col-wrapper p {
          margin-left: 0px; } }
  #main-footer ul {
    padding: 0px;
    margin: 0px; }
    #main-footer ul li {
      list-style: none;
      display: block;
      border-bottom: 1px solid #6c6c6c;
      padding: 14px; }
      #main-footer ul li a {
        color: #f57e20;
        font-size: 15px;
        text-decoration: none;
        padding: 14px; }
  #main-footer .social {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 15px;
    background: #000;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    text-align: center; }
    #main-footer .social:hover {
      background: #00498d; }
  #main-footer i {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 11px 10px 10px 10px; }
    #main-footer i:hover {
      color: #fff;
      text-decoration: none; }
  #main-footer .circle {
    width: 45px;
    height: 45px;
    background: #6c6c6c;
    border-radius: 50px;
    display: inline-block;
    margin: 0px 20px; }
  #main-footer .copyright {
    display: inline-block;
    padding-top: 58px; }
    @media screen and (max-width: 767px) {
      #main-footer .copyright {
        padding-top: 30px;
        text-align: center; } }
    #main-footer .copyright p {
      color: #000;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        #main-footer .copyright p {
          float: none;
          display: inline-block; } }
    #main-footer .copyright a {
      color: #f57e20; }

#about-bnr .inr-txt h3 {
  font-family: 'Abel', sans-serif;
  font-size: 50px;
  text-align: center; }

#about-txt {
  padding-top: 100px;
  padding-bottom: 50px; }

#about-parallax {
  position: relative;
  background-image: url(../images/parallax/parallax1.jpg);
  background-repeat: no-repeat;
  width: 100%;
  background-attachment: fixed;
  padding: 60px 0px;
  text-align: center;
  color: #fff; }
  #about-parallax h2 {
    color: #fff;
    text-align: center;
    font-family: 'Abel', sans-serif;
    font-size: 30px; }
  #about-parallax .bx-wrapper .bx-pager.bx-default-pager a {
    background: #f57e20; }
  #about-parallax .bx-wrapper .bx-pager.bx-default-pager a:hover,
  #about-parallax .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: white; }

#service-bnr .inr-txt h3 {
  font-family: 'Abel', sans-serif;
  font-size: 50px;
  text-align: center; }

#service-txt {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px; }
  #service-txt .well {
    min-height: 20px;
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    display: inline-block; }
    #service-txt .well .circle-1 {
      border: 1px solid #fff;
      width: 200px;
      height: 200px;
      border-radius: 200px;
      background: url(../images/about.jpg) center center;
      background-size: 200px 200px;
      display: inline-block; }
      #service-txt .well .circle-1 .btn-more2 {
        width: 120px;
        height: 45px;
        padding: 6px 12px;
        border: 1px solid #ccc;
        background: #00498d;
        display: inline-block;
        transition: all 1s ease;
        font-size: 14px;
        border: 1px solid transparent;
        border-radius: 4px;
        margin-bottom: 20px; }
        #service-txt .well .circle-1 .btn-more2:hover {
          text-decoration: none;
          background: #e6e2e2;
          transition: all 1s ease;
          color: #000; }
        #service-txt .well .circle-1 .btn-more2 a {
          text-decoration: none;
          color: #fff; }

#service-inner-txt {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px; }
  #service-inner-txt img {
    margin-bottom: 10px;
    margin: auto; }
  #service-inner-txt p {
    text-align: justify; }

#gallery-bnr .inr-txt h3 {
  font-family: 'Abel', sans-serif;
  font-size: 50px;
  text-align: center; }

#gallery {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px; }
  #gallery .category {
    position: relative;
    width: 100%; }
  #gallery .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden; }
  #gallery .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  #gallery .category:hover .image {
    opacity: 0.3; }
  #gallery .category:hover .middle {
    opacity: 1; }
  #gallery .text {
    background-color: #00498d;
    color: white;
    font-size: 16px;
    padding: 16px 16px;
    text-decoration: none; }

#gallery-inner {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px; }
  #gallery-inner .lightbox-wrapper {
    max-width: 100%;
    width: 100%;
    height: 253px;
    position: relative;
    overflow: hidden;
    transition: all 2s ease;
    text-align: center;
    margin: auto;
    margin-bottom: 15px; }
    #gallery-inner .lightbox-wrapper ba img {
      width: 100%;
      transition: all 2s ease;
      display: inline-block; }
    #gallery-inner .lightbox-wrapper:hover img {
      opacity: 0.5;
      height: 260px; }

#contact-bnr .inr-txt h3 {
  font-family: 'Abel', sans-serif;
  font-size: 50px;
  text-align: center; }

#contact {
  padding-top: 100px;
  padding-bottom: 50px; }
  #contact .m-t {
    margin-top: 77px; }
  #contact i {
    color: #00498d; }
  #contact .well2 {
    width: 100%;
    min-height: 20px;
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    display: inline-block; }
  #contact input[type=text], #contact select, #contact textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical; }
  #contact input[type=submit] {
    background-color: #00498d;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer; }
  #contact input[type=submit]:hover {
    background-color: #27527b; }

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