ul {
  padding: 0px;
  margin: 0px; }
  ul li {
    list-style: none; }

a {
  color: #000; }
  a:hover {
    text-decoration: none;
    color: #000; }

.sa-img {
  width: 100%;
  height: auto; }
  .sa-img img {
    width: 100%;
    height: auto; }

.sa-btn {
  color: #000;
  padding: 8px 25px;
  position: relative;
  z-index: 999;
  font-size: 14px;
  line-height: 1.28;
  font-weight: 500;
  letter-spacing: .05em;
  border: 2px solid #18355d;
  transition: 0.3s ease-in-out; }
  .sa-btn:before {
    content: '';
    width: 0%;
    height: 100%;
    background: #18355d;
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
    transition: 0.3s ease-in-out; }
  .sa-btn:hover {
    color: #fff; }
  .sa-btn:hover:before {
    width: 100%; }

.heading {
  margin: 0% auto;
  text-align: center; }
  .heading h1 {
    margin-top: 13px;
    font-family: 'Red Hat Display', sans-serif;
    margin-bottom: 10px;
    color: #02185a;
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 500;
    line-height: 45px; }

.sa-btn-read-more {
  position: relative;
  transition: all 0.4s ease-in-out;
  padding-bottom: 2px;
  color: #02185a;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  width: auto; }
  .sa-btn-read-more .fa {
    margin-left: 5px; }
  .sa-btn-read-more:hover {
    transform: translateX(5px);
    color: #02185a; }

body {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0% auto;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  background-color: #fff; }
  body #wrapper {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0% auto;
    overflow: hidden; }
    body #wrapper header {
      width: 100%;
      height: auto; }
      body #wrapper header .navbar-top-panel {
        width: 100%;
        height: auto;
        background: #18355d;
        padding: 5px 0px; }
        body #wrapper header .navbar-top-panel ul li {
          display: inline-block; }
          body #wrapper header .navbar-top-panel ul li .navbar_top_content {
            display: flex;
            color: #fff;
            font-size: 14px; }
            body #wrapper header .navbar-top-panel ul li .navbar_top_content .nav-left {
              margin: 0px 5px; }
            body #wrapper header .navbar-top-panel ul li .navbar_top_content .nav-right {
              margin: 0px 5px; }
    body #wrapper .sa-slider {
      width: 100%;
      height: auto; }
      body #wrapper .sa-slider .contianer-fluid {
        padding: 0px;
        margin: 0px; }
      body #wrapper .sa-slider .col-md-12 {
        padding: 0px;
        margin: 0px; }
      body #wrapper .sa-slider .carousel-item h1 {
        font-size: 50px;
        font-family: 'Red Hat Display', sans-serif;
        font-weight: 500;
        line-height: 1.09722; }
      body #wrapper .sa-slider .carousel-item .carousel-caption {
        padding-bottom: 200px;
        text-align: left; }
      body #wrapper .sa-slider .carousel-indicators {
        bottom: 120px; }
    body #wrapper .sa-about {
      width: 100%;
      height: auto;
      margin: 0% auto;
      margin-top: -110px;
      margin-bottom: 100px; }
      body #wrapper .sa-about .about {
        box-shadow: 0px 16px 32px 0px rgba(156, 156, 156, 0.2);
        background: #fff; }
        body #wrapper .sa-about .about .content {
          padding: 45px; }
          body #wrapper .sa-about .about .content h6 {
            font-weight: 400;
            font-size: 18px;
            line-height: 1.61111;
            text-transform: uppercase; }
          body #wrapper .sa-about .about .content h4 {
            margin-top: 13px;
            font-size: 30px;
            line-height: 1.1;
            font-family: "Red Hat Display", Helvetica, Arial, sans-serif;
            font-weight: 500;
            margin-bottom: 10px;
            color: #d32929; }
          body #wrapper .sa-about .about .content p {
            color: #8c8c8c;
            text-align: justify; }
    body #wrapper .sa-services {
      width: 100%;
      height: auto;
      padding: 40px 0px;
      background: #f5f5f5; }
      body #wrapper .sa-services .services-box {
        width: 100%;
        height: auto;
        margin-top: 50px; }
        body #wrapper .sa-services .services-box .sa-img {
          overflow: hidden; }
          body #wrapper .sa-services .services-box .sa-img img {
            transition: 0.3s ease-in-out; }
        body #wrapper .sa-services .services-box .content {
          background: #fff;
          text-align: left;
          padding: 20px;
          transition: 0.4s;
          z-index: 2;
          position: relative;
          border: 1px solid #f1f1f1;
          border-bottom: 3px solid #ff6119;
          position: relative;
          width: 90%;
          height: 280px;
          margin: 0% auto;
          margin-top: -70px; }
          body #wrapper .sa-services .services-box .content h4 {
            color: #02185a;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 0px;
            text-transform: capitalize;
            padding-top: 3px;
            line-height: 25px; }
          body #wrapper .sa-services .services-box .content p {
            font-weight: 400;
            color: #989898;
            margin-bottom: 0;
            line-height: 24px;
            margin-top: 10px; }
      body #wrapper .sa-services .services-box:hover .sa-img img {
        transform: scale(1.1); }
    body #wrapper .sa-project {
      width: 100%;
      height: auto;
      padding: 50px 0px; }
      body #wrapper .sa-project .slide-img {
        width: 200px;
        height: auto;
        margin-left: 10px; }
        body #wrapper .sa-project .slide-img img {
          width: 100%; }
    body #wrapper .sa-gallery {
      width: 100%;
      height: auto;
      padding: 50px 0px; }
      body #wrapper .sa-gallery .heading {
        margin-bottom: 30px; }
      body #wrapper .sa-gallery .sa-img {
        margin-bottom: 30px; }
    body #wrapper footer {
      width: 100%;
      height: auto;
      padding: 40px 0px;
      position: relative;
      z-index: 1; }
      body #wrapper footer:before {
        content: '';
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: url(../img/map_img.png);
        background-size: cover; }
      body #wrapper footer .content .logo {
        width: 250px;
        height: auto;
        margin-bottom: 10px; }
        body #wrapper footer .content .logo img {
          width: 100%; }
      body #wrapper footer .content p {
        color: #8c8c8c;
        margin-bottom: 7px; }
        body #wrapper footer .content p a {
          color: #d32929;
          font-weight: bold; }
      body #wrapper footer .content ul {
        margin-top: 90px; }
        body #wrapper footer .content ul li {
          margin-bottom: 20px; }
          body #wrapper footer .content ul li .navbar_top_content {
            display: flex; }
            body #wrapper footer .content ul li .navbar_top_content .nav-left {
              margin: 0px 5px; }
              body #wrapper footer .content ul li .navbar_top_content .nav-left .fa {
                color: #d32929;
                font-size: 18px; }
            body #wrapper footer .content ul li .navbar_top_content .nav-right {
              margin: 0px 5px; }
              body #wrapper footer .content ul li .navbar_top_content .nav-right p {
                color: #000; }
    body #wrapper .sa-banner {
      width: 100%;
      height: auto;
      padding: 140px 0px;
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important; }
      body #wrapper .sa-banner h1 {
        color: #fec802; }
    body #wrapper .contact-us {
      background: url(../img/contact_us_bg.jpg); }
    body #wrapper .sa-services-inner {
      width: 100%;
      height: auto;
      padding: 40px 0px;
      background: #f5f5f5; }
      body #wrapper .sa-services-inner .heading {
        margin-bottom: 30px; }
      body #wrapper .sa-services-inner .services-content {
        width: 100%;
        height: auto;
        padding: 30px;
        background: #FFF;
        border: 1px solid #eee;
        margin-bottom: 30px;
        overflow: hidden; }
        body #wrapper .sa-services-inner .services-content:hover {
          box-shadow: 0px 5px 20px rgba(52, 47, 47, 0.3);
          background: #18355d; }
        body #wrapper .sa-services-inner .services-content .services-heading {
          border-bottom: 1px solid #eee;
          padding-bottom: 20px;
          margin-bottom: 15px; }
          body #wrapper .sa-services-inner .services-content .services-heading h1 {
            color: #18355d;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 0px;
            text-transform: capitalize;
            padding-top: 3px;
            line-height: 25px; }
        body #wrapper .sa-services-inner .services-content .services-list ul {
          padding-left: 0;
          margin-bottom: 0px; }
          body #wrapper .sa-services-inner .services-content .services-list ul li {
            margin-bottom: 5px;
            color: #666; }
            body #wrapper .sa-services-inner .services-content .services-list ul li .fa {
              margin-right: 5px;
              color: #ff6119 !important;
              font-size: 12px; }
      body #wrapper .sa-services-inner .services-content:hover .services-heading h1 {
        color: #ff6119; }
      body #wrapper .sa-services-inner .services-content:hover .services-list ul li {
        color: #fff; }
        body #wrapper .sa-services-inner .services-content:hover .services-list ul li .fa {
          color: #fec802 !important; }
    body #wrapper .sa-contact {
      width: 100%;
      height: auto;
      margin: 0% auto;
      margin-top: -110px;
      margin-bottom: 100px; }
      body #wrapper .sa-contact .contact {
        box-shadow: 0px 16px 32px 0px rgba(156, 156, 156, 0.2);
        background: #fff; }
        body #wrapper .sa-contact .contact form {
          background-color: #fff;
          padding: 50px; }
          body #wrapper .sa-contact .contact form input,
          body #wrapper .sa-contact .contact form textarea {
            width: 100%;
            height: 45px;
            margin: 0% auto;
            padding: 5px 10px;
            background: none;
            border: none;
            border-bottom: 2px solid #18355d;
            margin-bottom: 15px;
            padding-left: 2px;
            outline: none;
            color: #18355d; }
          body #wrapper .sa-contact .contact form textarea {
            height: 100px; }
      body #wrapper .sa-contact .map {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px; }
        body #wrapper .sa-contact .map iframe {
          width: 100%;
          height: 420px; }
    body #wrapper .sa-contact-details {
      padding: 40px 0px;
      width: 100%;
      height: auto; }
      body #wrapper .sa-contact-details .row-contact {
        background: #18355d;
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        border: 1px solid #ddd;
        position: relative;
        box-shadow: 0px 5px 20px rgba(52, 47, 47, 0.3); }
        body #wrapper .sa-contact-details .row-contact .no-padding {
          border-right: 1px solid #DDD; }
        body #wrapper .sa-contact-details .row-contact .single-item {
          position: relative;
          padding-left: 60px;
          margin-bottom: 40px;
          margin-left: 40px;
          margin-top: 40px; }
          body #wrapper .sa-contact-details .row-contact .single-item span {
            left: 0;
            top: 0;
            color: #ff6119;
            position: absolute;
            font-size: 30px; }
          body #wrapper .sa-contact-details .row-contact .single-item p {
            font-size: 14px;
            color: #fff;
            font-weight: 500;
            line-height: 15px;
            margin-bottom: 10px; }
    body #wrapper .row-contact .no-padding {
      padding: 0; }

.logo-menu {
  padding: 15px 0px;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 9999; }

.logo-menu .logo {
  float: left;
  width: 210px; }

.logo-menu .logo img {
  width: 100%; }

.logo-menu nav {
  position: relative;
  float: right;
  z-index: 9999;
  margin-top: 10px; }

.logo-menu nav ul {
  margin: 0;
  padding: 0;
  display: flex; }

.logo-menu nav ul li {
  list-style: none;
  padding: 5px 0px; }

.logo-menu nav ul li a {
  display: block;
  color: #000;
  padding: 10px 25px;
  position: relative;
  z-index: 999;
  font-size: 14px;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: .05em; }

.logo-menu nav ul li .active {
  color: #d32929 !important; }

.logo-menu nav ul li a:hover {
  text-decoration: none;
  text-shadow: none;
  color: #d32929 !important; }

.logo-menu nav ul li a .fa-angle-down {
  transition: 0.3s ease-in-out;
  font-weight: 600; }

.logo-menu nav ul li a:hover .fa-angle-down {
  transform: rotate(180deg); }

.logo-menu nav ul li a:before {
  content: '';
  width: 0%;
  height: 2px;
  background: #d32929;
  left: 0px;
  bottom: 0px;
  position: absolute;
  z-index: -1;
  transition: 0.3s; }

.logo-menu nav ul li ul {
  display: block;
  background: #fff;
  min-width: 200px;
  position: absolute;
  margin-top: 5px;
  box-shadow: 0 2px 5px #000;
  transition: 0.8s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  z-index: 9999; }

.logo-menu nav ul li ul li {
  z-index: 9999;
  border-bottom: 1px solid #d32929;
  padding: 0px; }

.logo-menu nav ul li ul li a {
  margin-left: 0px;
  z-index: 9999;
  color: #000; }

.logo-menu .menu-icon {
  width: 50px;
  height: 50px;
  float: right;
  position: relative;
  margin-top: 20px;
  cursor: pointer;
  z-index: 999;
  box-sizing: border-box;
  display: none; }

.logo-menu .menu-icon span {
  width: 35px;
  height: 3px;
  margin-left: 6px;
  position: absolute;
  top: 22px;
  display: block;
  background: #d32929;
  transition: 0.5s;
  z-index: 999; }

.logo-menu .menu-icon span:nth-child(1) {
  transform: translateY(-10px);
  width: 25px;
  margin-left: 15px; }

.logo-menu .menu-icon span:nth-child(3) {
  transform: translateY(10px);
  width: 25px;
  margin-left: 15px; }

.logo-menu .menu-icon.active span:nth-child(1) {
  transform: rotate(45deg);
  transition: 0.5s; }

.logo-menu .menu-icon.active span:nth-child(2) {
  transform: translateX(100px);
  opacity: 0;
  transition: 0.5s; }

.logo-menu .menu-icon.active span:nth-child(3) {
  transform: rotate(-45deg);
  transition: 0.5s; }

.logo-menu a:hover:before {
  width: 100%; }

.logo-menu nav ul li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px); }

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  transition: .33s; }
  .carousel-indicators li:hover {
    border-color: #d32929;
    background: #d32929; }

.carousel-indicators .active {
  background: transparent;
  border-width: 1px;
  transform: scale(2.6); }

.sa-customer {
  width: 100%;
  height: auto;
  padding: 40px 0px;
  background: #18355d; }
  .sa-customer .heading h1 {
    color: #fff; }

.sa-customer:hover .swiper-button-prev {
  transform: translateY(0px);
  opacity: 1; }

.sa-customer:hover .swiper-button-next {
  transform: translateY(0px);
  opacity: 1; }

.sa-project:hover .swiper-button-prev, .sa-project:hover .swiper-button-next {
  transform: translateY(0px);
  opacity: 1; }

.customer {
  margin: 0% auto; }

.testi-center {
  text-align: center; }

.testi-content h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  margin-top: 16px;
  color: #fff;
  line-height: normal;
  margin-bottom: 20px; }

.testi-content .review-content {
  margin-top: 16px; }

.testi-content .review-content p {
  line-height: 25px;
  margin-bottom: 0px;
  color: #fff; }

.testi-content .author-detail {
  margin-top: 15px; }

.testi-content .author-detail h6 {
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: normal; }

.author-review {
  margin-top: 5px;
  color: #ffb503; }

.swiper-button-prev,
.swiper-button-next {
  background: #d32929;
  background-image: none !important;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  transform: translateY(40px);
  transition: 0.3s ease-in-out;
  opacity: 0; }

.img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0% auto;
  border-radius: 50%;
  margin-top: 30px; }
  .img img {
    width: 100%; }

.loading-img {
  position: fixed;
  z-index: 9999 !important;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff; }
  .loading-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/footerbg.png);
    background-size: cover;
    top: 0px;
    left: 0px;
    opacity: 0.1; }
  .loading-img .content {
    position: relative;
    top: 37%;
    left: 37%; }
    .loading-img .content h1 {
      margin-left: 40px;
      margin-bottom: 10px;
      font-weight: 500;
      color: #18355d;
      font-size: 35px;
      font-family: 'Red Hat Display', sans-serif; }
    .loading-img .content img {
      width: 300px; }

@media only screen and (max-width: 990px) {
  .sai-nav {
    position: absolute !important;
    background: #fff;
    transform: translateX(-100%);
    transition: 0.5s ease-in-out;
    opacity: 0;
    width: 40%;
    margin-top: 0px !important;
    top: 100%; }

  .logo-menu .menu-icon {
    float: right;
    margin-top: 10px;
    display: block; }

  .logo-menu .sai-nav ul {
    margin: 0;
    padding: 0;
    display: block; }

  .sai-nav.active {
    transform: translateX(-8%);
    opacity: 1; }

  .sa-about {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 30px 0px; }
    .sa-about .about {
      box-shadow: none !important; }
      .sa-about .about .content {
        padding: 0px !important; }
    .sa-about .sa-img {
      margin-top: 20px; }

  .sa-services .services-box .content {
    height: auto !important; }

  footer .content ul {
    margin-top: 5px !important; }

  .sa-slider .carousel-indicators {
    bottom: 0px !important; } }
@media (max-width: 480px) {
  .sai-nav {
    position: absolute !important;
    background: #fff;
    transform: translateX(-100%);
    transition: 0.5s ease-in-out;
    opacity: 0;
    width: 60%; }

  header .navbar-top-panel ul li .navbar_top_content {
    font-size: 12px !important; } }

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