
/* Import Fonts & All CSS */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/default-assets/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/default-assets/themify-icons.css);
@import url(css/style.css);
/* :: 01.0 Reboot CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  z-index: auto; }

h1,
h2,
h3,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  color: #252525;
  line-height: 1.1;
  font-weight: 600; }

  h4 {
    font-family: 'Roboto', sans-serif;
    /*text-transform: uppercase;*/
  color: #113052;
  line-height: 1.1;
  font-weight: 600;}

a,
a:active,
a:focus,
a:hover {
  color: #252525;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 500; }



p {
  line-height: 1.9;
  color: #636363;
  font-size: 17px;
  font-weight: 400; }

img {
  width: 100%;
  height: auto !important; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.25); }

.bg-img {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  position: fixed;
  z-index: 100;
  color: #ffffff;
  right: 20px;
  text-align: center;
  padding-right: 0;
  width: 100%;
  top: 20px;
  width: 30px;
  background: #0F52BA;
  height: 30px;
  line-height: 30px; }

img.mfp-img {
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }

button.mfp-close,
button.mfp-arrow {
  background: #0F52BA; }

.mfp-bottom-bar {
  display: none !important; }

.mfp-bg {
  background-color: #000000; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f7f7f7 !important; }

  .bg-black {
  background-color: #222222 !important; }

  .bg-blue {
  background-color: #113052 !important; }

textarea:focus,
input:focus {
  outline: none; }

textarea:invalid,
input:invalid,
textarea:required,
input:required {
  box-shadow: none !important; }

.border {
  border-color: #ebebeb; }

.mfp-arrow-left::after {
  border-right-color: transparent; }

.mfp-arrow-left::before {
  border-right-color: #ffffff; }

.mfp-arrow-right::after {
  border-left-color: transparent; }

.mfp-arrow-right::before {
  border-left-color: #ffffff; }

/* :: 02.0 Spacing CSS */
.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-100 {
  margin-top: 100px; }

.mt-150 {
  margin-top: 150px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mr-100 {
  margin-right: 100px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-100 {
  margin-left: 100px; }

.pt-50 {
  padding-top: 50px !important; }

.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

.section-padding-80-50 {
  padding-top: 80px;
  padding-bottom: 50px; }

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }


/* :: 4.0 Heading CSS */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .section-heading h2 {
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: block;
    line-height: 1.2; }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading p {
    margin-bottom: 0; }
  .section-heading.white p,
  .section-heading.white h2 {
    color: #ffffff; }



/* :: 6.0 Buttons CSS */
.btn:focus {
  box-shadow: none; }

.alime-btn {
  position: relative;
  z-index: 1;
  min-width: 160px;
  height: 46px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  text-transform: none;
  background-color: #c10230;
  border-width: 2px;
  border-color: #c10230;
  color: #ffffff;
  border-radius: 60px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .alime-btn.btn-2 {
    color: #ffffff; }
  .alime-btn:focus, .alime-btn:hover {
    font-weight: 700;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    background-color: transparent;
    border-color: #c10230;
    border-width: 2px;
    color: #ffffff; }

    .lm-btn {
      position: relative;
      z-index: 1;
      min-width: 160px;
      height: 40px;
      line-height: 37px;
      margin: 0px !important;
      font-size: 14px;
      font-weight: 700;
      display: inline-block;
      padding: 0px !important;
      text-align: center;
      text-transform: none;
      background-color: transparent;
      border-width: 2px;
      border-color: #113052;
      color: #113052;
      border-radius: 60px;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }

      .lm-btn:hover {
        background-color: #113052;
        color: #ffffff !important;
        font-weight: 700;
      }

      .lm-btn:active {
        background-color: transparent;
        color: #113052 !important;
      }

      .li-btn {
        position: relative;
        z-index: 1;
        min-width: 130px;
        height: 40px;
        line-height: 37px;
        margin: 10px !important;
        font-size: 14px;
        font-weight: 700;
        display: inline-block;
        padding: 0px !important;
        text-align: center;
        text-transform: none;
        background-color: #113052;
        border-width: 2px;
        border-color: #113052;
        color: #ffffff !important;
        border-radius: 60px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms; }

        .li-btn:hover {
          background-color: #fff;
          border-width: 2px;
          border-color: #113052;
          color: #113052 !important;
          font-weight: 700;
        }

        .li-btn:active {
          background-color: transparent;
          color: #113052 !important;
        }

      .cancel-btn {
        position: relative;
        z-index: 1;
        min-width: 100px;
        height: 40px;
        line-height: 37px;
        margin: 5px !important;
        font-size: 14px;
        font-weight: 700;
        display: inline-block;
        padding: 0px !important;
        text-align: center;
        text-transform: none;
        background-color: transparent;
        border-width: 2px;
        border-color: #113052;
        color: #113052;
        border-radius: 60px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms; }

        .cancel-btn:hover {
          background-color: #113052;
          color: #ffffff;
        }
      .mi-btn {
        position: relative;
        z-index: 1;
        min-width: 160px;
        height: 40px;
        line-height: 37px;
        margin: 0px !important;
        font-size: 14px;
        font-weight: 700;
        display: inline-block;
        padding: 0px !important;
        text-align: center;
        text-transform: none;
        background-color: #c10230;
        color: #ffffff !important;
        border-radius: 60px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms; }

        .mi-btn:hover {
          background-color: #ffffff;
          color: #c10230 !important;
          border-width: 2px;
          border-color: #c10230;
          font-weight: 700;
        }

        .mi-btn:active {
          background-color: #c10230;
          color: #ffffff !important;
        }

        .submit-btn {
          position: relative;
          z-index: 1;
          min-width: 100px;
          height: 40px;
          line-height: 37px;
          margin: 5px !important;
          font-size: 14px;
          font-weight: 700;
          display: inline-block;
          padding: 0px !important;
          text-align: center;
          text-transform: none;
          background-color: #c10230;
          color: #ffffff;
          border-radius: 60px;
          -webkit-transition-duration: 500ms;
          -o-transition-duration: 500ms;
          transition-duration: 500ms; }

          .submit-btn:hover {
            background-color: #ffffff;
            color: #c10230;
            border-width: 2px;
            border-color: #c10230;
            font-weight: 700;
          }


/* :: 7.0 Header CSS */
.header-area {
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: transparent;
  box-shadow: 0 2px 5px -2px rgba(0,0,0,.2) }


.classy-nav-container {
  background-color: transparent;
  padding: 0; }
  .classy-nav-container .classy-navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 70px;
    padding: 0;
    }

.nav-brand{
  position: relative;
    width: 140px;
    left: 15px;
    max-height: 100px;
}
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar .nav-brand {
        max-width: 90px;
        margin-right: 15px; } }
    .classy-nav-container .classy-navbar .classynav ul li a {
      font-size: 14px;
      text-transform: none;
      font-family: 'Roboto' !important;
      color: #113052;
      font-weight: 500;
      padding: 0 20px; }
      .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
        color: #113052;
        text-decoration: underline; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px;
          color: #252525; }
          .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
            color: #0F52BA; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px;
          color: #252525; }
          .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
            color: #0F52BA; } }
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
      font-size: 14px;
      font-family: 'Roboto' !important;
      text-transform: none;
      height: 42px;
      line-height: 42px;
      padding: 0 30px;
      color: #252525; }
      .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
        color: #333333; }

.classynav ul li.active a {
  position: relative;
  z-index: 1; }
  .classynav ul li.active a::before {
    width: calc(100% - 40px);
    height: 2px;
    background-color: #333333;
    position: absolute;
    bottom: 7px;
    left: 0;
    z-index: 1;
    content: '';
    left: 50%;
    transform: translateX(-50%); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .classynav ul li.active a::before {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .classynav ul li.active a::before {
        display: none; } }

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
  color: #333333; }

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
  width: 270px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  border-radius: 6px; }

.breakpoint-off .classynav ul li .megamenu {
  width: 100%; }

.classy-navbar-toggler .navbarToggler span {
  background-color: #252525; }

.main-header-area {
  position: relative;
  z-index: 1;
  background-color: transparent;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  height: 70px;
  background-color: #ffffff; }
  .main-header-area.sticky {
    background-color: #ffffff; }

.classy-navbar-toggler .navbarToggler span {
  background-color: #333333; }


.single-welcome-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 550px;
  background-color: #113052; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide {
      height: 550px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide {
      height: 550px; } }
  @media only screen and (max-width: 767px) {
    .single-welcome-slide {
      height: 550px; } }
  .single-welcome-slide .welcome-text {
    position: relative;
    z-index: 1;
    padding-bottom: 0px;}
    .single-welcome-slide .welcome-text h2 {
      font-weight: 900 !important;
      font-size: 60px;
      letter-spacing: 0px;
      display: block;
      padding-top: 30px;
      padding-bottom: 10px;
      margin-bottom: 0;
      background: -webkit-linear-gradient(#ffffff, #ffffff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 40px; } }
    .single-welcome-slide .welcome-text p {
      color: #ffffff;
      margin-bottom: 50px;
      display: block;}
    @media only screen and (max-width: 767px) {.single-welcome-slide .welcome-text p {
      color: #ffffff;
      margin-bottom: 50px;
      display: block;
    width: 85%}}
    .single-welcome-slide .welcome-text .hero-mail-contact {
      color: #ffffff;
      font-style: italic;
      text-decoration: underline; }
      .single-welcome-slide .welcome-text .hero-mail-contact:hover, .single-welcome-slide .welcome-text .hero-mail-contact:focus {
        color: #0F52BA; }

        .sub-welcome-slide {
          position: relative;
          z-index: 2;
          width: 100%;
          height: 400px;
          background-color: #113052; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .sub-welcome-slide {
              height: 300px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .sub-welcome-slide {
              height: 300px; } }
          @media only screen and (max-width: 767px) {
            .sub-welcome-slide {
              height: 300px; } }
          .sub-welcome-slide .welcome-text {
            position: relative;
            z-index: 1;
            padding-bottom: 0px;}
            .sub-welcome-slide .welcome-text h2 {
              font-weight: 900;
              font-size: 60px;
              letter-spacing: 0px;
              display: block;
              padding-top: 30px;
              padding-bottom: 10px;
              margin-bottom: 0;
              background: -webkit-linear-gradient(#ffffff, #ffffff);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
              @media only screen and (max-width: 767px) {
                .sub-welcome-slide .welcome-text h2 {
                  font-size: 36px; } }

  .search-icon {
    padding-top: 10px;
    padding-left: 20px;
  }
/* :: 9.0 Footer CSS */

footer {position: absolute;
  bottom: 0;
  width: 100%;

}

.success-footer {
  position: fixed !important;
    bottom: 0;
    width: 100%;

}

.footer-area {
  background-color: #113052;

}
.footer-content {
  padding: 20px 0; }
  .footer-content .copywrite-text {
    position: relative;
    z-index: 1; }
    .footer-content .copywrite-text p {
      margin-bottom: 0;
      color: #FFFFFF; }
      @media only screen and (max-width: 767px) {
        .footer-content .copywrite-text p {
          font-size: 12px; } }
      .footer-content .copywrite-text p a {
        color: #0F52BA;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .footer-content .copywrite-text p a {
            font-size: 12px; } }
  @media only screen and (max-width: 767px) {
    .footer-content .footer-logo a img {
      max-width: 50px; } }


/* :: 11.0 About CSS */
.about-us-content h3 {
  font-size: 36px;
  display: block;
  margin-bottom: 5px; }
  @media only screen and (max-width: 767px) {
    .about-us-content h3 {
      font-size: 24px; } }
.about-us-content .line {
  height: 3px;
  width: 70px;
  background-color: #0F52BA;
  margin-bottom: 30px; }

.about-video-area {
  position: relative;
  z-index: 1;
  border-radius: 10px;
padding-right: 30px;
}
  .about-video-area img {
    -webkit-box-shadow: 3px 0 24px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 0 24px rgba(0, 0, 0, 0.15);
    width: 100%;
    border-radius: 10px; }

.why-choose-us-content {
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
  background-color: #ffffff;
  padding: 60px 30px 30px;
  border-radius: 10px;
  box-shadow: 3px 0 15px -1px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  margin-top: 50px; }
  .product-grid {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: #ffffff;
    padding: 20px 30px 30px;
    border-radius: 10px;
    box-shadow: 3px 0 15px -1px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
    margin-top: 40px; }
  .why-choose-us-content .choose-us-icon {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    height: 76px;
    width: 76px;
    background-color: #113052;
    display: inline-block;
    text-align: center;
    line-height: 76px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -38px; }
    .choose-us-icon-alt {
      -webkit-transition-duration: 800ms;
      -o-transition-duration: 800ms;
      transition-duration: 800ms;
      height: 76px;
      width: 76px;
      background-color: #c10230;
      display: inline-block;
      text-align: center;
      line-height: 76px;
      border-radius: 50%;
      color: #ffffff;
      font-size: 30px;
      position: absolute;
      top: -38px;
      left: 50%;
      margin-left: -38px; }
  .why-choose-us-content h4 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 15px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms; }
  .why-choose-us-content p {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    font-size: 14px;
    margin-bottom: 0; }


.factory{
  width: 90%;
  height: auto;
  padding-right: 80px;
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}
@keyframes bounce {
  from {
    transform: translateY(3px);
  }
  to {
    transform: translateY(-3px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(3px);
  }
  to {
    transform: translateY(-3px);
  }
}

@media only screen and (max-width: 767px) {
.factory{
  /*display: none;*/
  width: 100%;
  height: auto;
  padding-top: 80px !important;
  padding-left: 15px !important;
  margin-left: 30px !important;
}}

@media only screen and (max-width: 767px) {
.pyramid{
display: none;
  width: 100%;
  height: auto;
  padding-top: 80px !important;
  padding-left: 15px !important;
}}

.case{
  width: 100%;
  height: auto;
  padding-right: 30px;
}


.server{
  width: 100%;
  height: auto;
  padding-right: 80px;
}

.industries { margin-left: 40px;

}

.industry-verticals{
  padding: 40px;

}

.fa, .fas{
  padding-bottom: 20px;
  color: #ffffff;
}

.fab{
  color: #ffffff;
  font-size: 30px;
  padding-left: 10px;
}

.naGoals {
  color: #113052;
  text-transform: uppercase;

}

.network {
   padding-top: 40px;
}

.industryV2{
  margin-left: 40px;
}



.team-content-area {
  position: relative;
  z-index: 1;
  padding: 40px;
  -webkit-box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #ffffff; }
  .team-content-area .member-thumb {
    margin: 0 auto 20px;
    width: 165px;
  }
    .team-content-area .member-thumb img {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      width: 100%;
      border-radius: 50%; }
  .team-content-area h5 {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0; }
  .team-content-area span {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #0F52BA;
    font-size: 12px;
    text-transform: uppercase; }


    .circle-icon {
        background: #113052;
        padding-top:35px;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        text-align: center !important;
        vertical-align: middle !important;
        line-height: 100px;
        margin-bottom: 20px;
    }

    .network-content { padding-top: 25%;
    }

    @media only screen and (max-width: 767px) {
      .network-content {
        padding-top: 0%; } }

.single-portfolio-content {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden; }
  .single-portfolio-content img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
  .single-portfolio-content .hover-content {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 10; }
    .single-portfolio-content .hover-content a {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: 0;
      margin-left: -26px;
      z-index: 100;
      display: inline-block;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background-color: #0F52BA;
      text-align: center;
      line-height: 52px;
      font-size: 30px;
      color: #ffffff; }
      .single-portfolio-content .hover-content a:hover, .single-portfolio-content .hover-content a:focus {
        background-color: #000000; }
  .single-portfolio-content:hover img, .single-portfolio-content:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .single-portfolio-content:hover .hover-content, .single-portfolio-content:focus .hover-content {
    opacity: 1;
    visibility: visible; }
    .single-portfolio-content:hover .hover-content a, .single-portfolio-content:focus .hover-content a {
      margin-top: -26px; }

/* :: 16.0 Contact CSS */
.alime-contact-form .form-control {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 2px;
  color: #afb4bf;
  font-size: 14px;
  border: 1px solid #ebebeb; }
  .alime-contact-form .form-control:focus {
    box-shadow: none;
    border-color: #0F52BA; }
.alime-contact-form textarea.form-control {
  height: 120px;
  padding: 20px; }

.contact-area .contact-title {
  font-size: 56px;
color: #FFFFFF;}
  @media only screen and (max-width: 767px) {
    .contact-area .contact-title {
      font-size: 30px; } }
.contact-area .contact-info p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #FFFFFF;
   }
.contact-area .contact-info a {
  font-size: 16px;
  color: #FFFFFF; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-area .contact-info a {
      font-size: 14px; } }

      .home-newsletter {
      padding: 80px 0;
      background: #f84e77;
      }

      .home-newsletter .single {
      max-width: 650px;
      margin: 0 auto;
      text-align: center;
      position: relative;
      z-index: 2; }
      .home-newsletter .single h2 {
      font-size: 22px;
      color: white;
      text-transform: uppercase;
      margin-bottom: 40px; }
      .home-newsletter .single .form-control {
      height: 50px;
      background: rgba(255, 255, 255, 0.6);
      border-color: transparent;
      border-radius: 20px 0 0 20px; }
      .home-newsletter .single .form-control:focus {
      box-shadow: none;
      border-color: #243c4f; }
      .home-newsletter .single .btn {
      min-height: 50px;
      border-radius: 0 20px 20px 0;
      background: red;
      color: #fff;
      }

      .btn-theme {
        background-color: #c10230;
        color: #ffffff;
        border-radius: 0px;
      }

      table {
        border-spacing: 1;
        border-collapse: collapse;
        background: white;
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        position: relative;
        box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.10);
      }
      table * {
        position: relative;
      }
      table td, table th {
        padding-left: 20px;
      }
      table thead tr {
        height: 60px;
        background: #36304a;
      }
      table tbody tr {
        height: 50px;
      }
      table tbody tr:last-child {
        border: 0;
      }
      table td, table th {
        text-align: left;
      }
      table td.l, table th.l {
        text-align: right;
      }
      table td.c, table th.c {
        text-align: center;
      }
      table td.r, table th.r {
        text-align: center;
      }


      .table100-head th{
        font-size: 18px;
        color: #fff;
        line-height: 1.2;
        font-weight: unset;

      }

      th {
        background-color: #113052 !important;
        color: #ffffff;
      }

      tbody tr:nth-child(even) {
        background-color: #f5f5f5;
      }

      tbody tr {
        font-size: 15px;
        color: #808080;
        line-height: 1.2;
        font-weight: unset;
      }



      .alert {
        font-weight: 900;
        background-color: #fdd9d7;
        color: #7f231c;
        border-radius: 5px;
      }

      .required:after {
    content:" *";
    color: red;
  }

  .alime-projects-menu {
    position: relative;
    z-index: 1;
    margin-bottom: 40px; }
    .alime-projects-menu .portfolio-menu .btn {
      position: relative;
      z-index: 1;
      padding: 0;
      border: 0;
      background-color: transparent;
      font-size: 20px;
      font-weight: 600;
      border-radius: 0;
      margin: 0 25px;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
      @media only screen and (max-width: 767px) {
        .alime-projects-menu .portfolio-menu .btn {
          font-size: 14px;
          margin: 0 5px; } }
      .alime-projects-menu .portfolio-menu .btn::after {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        width: 0%;
        height: 3px;
        background-color: #113052;
        content: '';
        bottom: -5px;
        left: 0;
        right: 0;
        z-index: 1; }
      .alime-projects-menu .portfolio-menu .btn.active::after {
        width: 100%; }


        .error-slide {
          min-height: 100%;
  min-width: 100%;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

          .error-slide .welcome-text {
            position: static;
            z-index: 1;
            padding-top:25%;
            padding-bottom: 0px;}
            .error-slide .welcome-text h2 {
              font-weight: 900 !important;
              font-size: 200px;
              letter-spacing: 0px;
              display: block;
              padding-top: 30px;
              padding-bottom: 10px;
              margin-bottom: 0;
              background: -webkit-linear-gradient(#ffffff, #ffffff);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
