.about-us .h-about, .services h2, .choose h2, .portofolio h2, .testi h2, .team h2, .clients h2, .contact-us h2, .footer .new h2 {
  font-family: "Bangers", cursive;
  margin-bottom: 20px;
  font-size: 45px; }

body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
  overflow-y: hidden; }

p {
  font-family: "Neuton", serif; }

.loader {
  background-color: #007bff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999999999999; }
  .loader .spinner {
    margin: 40vh auto;
    width: 40px;
    height: 40px;
    position: relative; }
    .loader .spinner .cube1, .loader .spinner .cube2 {
      background-color: #FFF;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
      animation: sk-cubemove 1.8s infinite ease-in-out; }
    .loader .spinner .cube2 {
      -webkit-animation-delay: -0.9s;
      animation-delay: -0.9s; }
@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg); } }
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }
.button-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 20px;
  border-radius: 50%;
  padding: 10px;
  background-color: #007BFF;
  z-index: 99999999999999999999999;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  display: none; }
  .button-top i {
    font-size: 25px;
    color: #FFF; }

.top-info {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Merienda", cursive; }
  @media (max-width: 767px) {
    .top-info .info-link {
      text-align: center;
      margin-bottom: 10px; } }
  .top-info .info-link a {
    line-height: 45px;
    font-size: 25px;
    text-decoration: none;
    margin-left: 170px;
    font-size: 30px; }
    @media (max-width: 767px) {
      .top-info .info-link a {
        margin-left: 0; } }
  .top-info i {
    display: block;
    float: left;
    overflow: hidden;
    line-height: 45px;
    margin-right: 5px;
    color: #0042a6; }
    @media (max-width: 767px) {
      .top-info i {
        margin-right: 20px; } }
  .top-info p {
    float: right;
    margin-bottom: 10px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .top-info p {
        float: none; } }
    .top-info p span {
      display: block; }
  @media (max-width: 767px) {
    .top-info .text-center {
      text-align: center !important; } }
  .top-info .text-center button {
    margin-top: 10px;
    margin-right: 103px; }
    @media (max-width: 767px) {
      .top-info .text-center button {
        margin-right: 0; } }

.navbar-light {
  font-family: "Merienda", cursive;
  background-color: rgba(248, 249, 250, 0.9) !important; }
  .navbar-light .navbar-nav .nav-link {
    color: #0042a6;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .navbar-light .navbar-nav .nav-link:hover {
      color: #007bff; }
  .navbar-light .navbar-nav .active > .nav-link {
    color: #007bff; }

.header {
  background-color: #1C4FC3;
  border-bottom-left-radius: 8%;
  border-bottom-right-radius: 8%;
  padding-top: 57px;
  -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media (max-width: 767px) {
    .header {
      border-radius: 0;
      padding-top: 20px;
      text-align: center;
      height: 650px !important; } }
  .header .button-intro-1,
  .header .button-intro-2 {
    background-color: #007bff;
    border: 1px solid #FFF;
    padding: 10px 50px;
    border-radius: 20px;
    margin: 5px;
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 767px) {
      .header .button-intro-1,
      .header .button-intro-2 {
        margin: 20px 0; } }
  .header .button-intro-1 {
    background-color: transparent; }
    .header .button-intro-1:hover {
      background-color: #007bff; }
  .header .button-intro-2:hover {
    background-color: transparent; }
  @media (max-width: 767px) {
    .header .button-intro-2 {
      margin-bottom: 50px;
      margin-top: 0px; } }
  .header h1 {
    color: #FFF;
    font-size: 60px;
    font-family: "Bangers", cursive;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .header h1 {
        font-size: 40px;
        margin-bottom: 20px; } }
    .header h1 span {
      text-decoration: underline;
      color: #74B5FC; }
  .header .image-intro {
    margin-bottom: 40px; }

/* start about us */
.about-us {
  padding-top: 80px;
  overflow: hidden; }
  .about-us .p-about {
    margin-bottom: 30px;
    font-size: 16px; }
  @media (max-width: 767px) {
    .about-us .center-in {
      display: none; } }
  .about-us .text {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .about-us .text {
        text-align: center; } }
    .about-us .text .icon {
      padding: 0; }
      .about-us .text .icon i {
        line-height: 60px;
        border: 1px solid #0042a6;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        margin-top: 15px;
        font-size: 20px;
        color: #0042a6;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out; }
        @media (max-width: 767px) {
          .about-us .text .icon i {
            margin-bottom: 10px; } }
        .about-us .text .icon i:hover {
          border: 1px solid #007bff;
          background-color: #007bff;
          color: #FFF; }
  .about-us .image-about {
    margin-top: 20px;
    margin-bottom: 30px; }
  .about-us .next-about {
    margin-top: 30px; }
    .about-us .next-about h2 {
      font-size: 25px;
      margin-bottom: 20px;
      line-height: 1.4;
      font-weight: bold; }
      @media (max-width: 767px) {
        .about-us .next-about h2 {
          font-size: 17px;
          margin-top: 20px; } }
    .about-us .next-about p {
      line-height: 1.7; }
  .about-us .last-about {
    padding-top: 50px; }
    .about-us .last-about h2 {
      font-size: 25px;
      margin-bottom: 25px;
      margin-top: 50px;
      line-height: 1.4;
      font-weight: bold; }
      @media (max-width: 767px) {
        .about-us .last-about h2 {
          font-size: 17px;
          margin-top: 20px; } }

/* End About Us */
/* Start Services */
.services {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ECF5FF;
  margin-top: 60px;
  overflow: hidden; }
  .services p {
    margin: 0; }
  .services .folder {
    background-color: #FFF;
    padding: 30px 63px;
    margin-top: 40px;
    border-radius: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media (min-width: 768px) {
      .services .folder {
        margin-left: 8.333333%;
        max-width: 36.666667%; } }
    @media (max-width: 767px) {
      .services .folder {
        margin-top: 20px;
        padding: 10px 15px;
        margin-left: 10px;
        margin-right: 10px; } }
    .services .folder:hover {
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -o-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
      .services .folder:hover h3 {
        color: #007bff; }
    .services .folder span {
      display: block;
      float: left;
      margin-right: 10px;
      overflow: hidden;
      line-height: 35px; }
      .services .folder span i {
        font-size: 30px; }
    .services .folder span.one {
      color: #FF88B0; }
    .services .folder span.two {
      color: #EAC10F; }
    .services .folder span.three {
      color: #3FCDC7; }
    .services .folder span.four {
      color: #6EDA5F; }
    .services .folder span.five {
      color: #D9FF31; }
    .services .folder span.six {
      color: #76A1FF; }
    .services .folder h3 {
      margin-bottom: 15px;
      margin-left: 50px;
      font-weight: bold;
      font-size: 24px; }
      @media (max-width: 767px) {
        .services .folder h3 {
          font-size: 18px;
          margin-left: 30px;
          margin-bottom: 5px; } }
    @media (max-width: 767px) {
      .services .folder p {
        text-align: left;
        margin-top: 17px;
        font-size: 14px; } }

/* End Services */
/* start Choose */
.choose {
  background-color: #004A99;
  color: #FFF;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden; }
  .choose h2 {
    font-family: "Bangers", cursive; }
    @media (max-width: 767px) {
      .choose h2 {
        font-size: 25px; } }
  .choose p.ford {
    margin-bottom: 50px; }
  .choose .choose-us {
    background-color: #00458F;
    padding: 20px;
    margin-top: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media (min-width: 768px) {
      .choose .choose-us {
        max-width: 32.333333% !important;
        margin-right: 1%; } }
    .choose .choose-us:hover {
      background-color: #083D79; }
    .choose .choose-us i {
      font-size: 40px;
      color: #BCDBFD; }
    .choose .choose-us h3 {
      font-weight: bold;
      margin-top: 10px;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .choose .choose-us h3 {
          font-size: 18px; } }
    .choose .choose-us button {
      margin-top: 20px;
      margin-bottom: 20px; }
  .choose .number {
    margin-top: 50px; }
    .choose .number span {
      font-size: 45px;
      font-weight: bold; }
    .choose .number h4 {
      margin-top: 10px;
      font-size: 16px;
      font-weight: bold; }

/* End Choose Us */
/* Start Portofolio */
.portofolio {
  padding-top: 70px;
  overflow: hidden; }
  .portofolio h2 {
    font-family: "Bangers", cursive; }
    @media (max-width: 767px) {
      .portofolio h2 {
        font-size: 25px; } }
  .portofolio .lists ul {
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .portofolio .lists ul {
        display: block; } }
    .portofolio .lists ul li {
      margin: 0 10px;
      border: 1px solid #007bff;
      padding: 10px 40px;
      background-color: #ECF5FF;
      border-radius: 15px;
      color: #1C4FC3;
      cursor: pointer;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      @media (max-width: 767px) {
        .portofolio .lists ul li {
          margin-bottom: 5px; } }
      .portofolio .lists ul li:hover {
        background-color: #007bff;
        color: #FFF; }
      .portofolio .lists ul li.online {
        background-color: #007bff;
        color: #FFF; }
  .portofolio .gallary {
    overflow: hidden; }
    .portofolio .gallary .img-porto {
      margin-bottom: 5px;
      padding: 5px;
      display: none;
      height: 300px; }
      @media (max-width: 767px) {
        .portofolio .gallary .img-porto {
          padding: 0px 15px; } }
      .portofolio .gallary .img-porto img {
        border-radius: 20px;
        background-color: #FFF;
        border: 1px solid #FFF;
        height: 100%;
        width: 100%;
        -webkit-box-shadow: 8px 8px 9px 2px #CCC;
        -moz-box-shadow: 8px 8px 9px 2px #CCC;
        -o-box-shadow: 8px 8px 9px 2px #CCC;
        -ms-box-shadow: 8px 8px 9px 2px #CCC;
        box-shadow: 8px 8px 9px 2px #CCC; }

/* End portofolio */
/* Start Testimonials */
.testi {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ECF5FF;
  margin-top: 80px;
  max-height: 557.6px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .testi {
      max-height: 557.6px;
      overflow: hidden; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .testi {
      max-height: 610.6px;
      overflow: hidden; } }
  .testi h2 {
    font-family: "Bangers", cursive;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .testi h2 {
        font-size: 30px;
        margin-bottom: 20px; } }
  .testi .carousel-indicators {
    top: 330px; }
    @media (min-width: 400px) and (max-width: 767px) {
      .testi .carousel-indicators {
        top: 280px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .testi .carousel-indicators {
        top: 380px; } }
    .testi .carousel-indicators li {
      width: 10px;
      height: 10px;
      background-color: #CCC;
      border: 1px solid #CCC;
      border-radius: 50%; }
      .testi .carousel-indicators li.active {
        background-color: #0042a6;
        border: 1px solid #0042a6; }
  .testi .carousel-inner .carousel-item .image-caro img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #CCC;
    border: 3px solid #CCC;
    margin-bottom: 10px; }
  .testi .carousel-inner .carousel-item .image-caro h3 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .testi .carousel-inner .carousel-item .image-caro h3 {
        font-size: 20px;
        margin-top: 10px; } }
  .testi .carousel-inner .carousel-item .image-caro p {
    font-size: 25px;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .testi .carousel-inner .carousel-item .image-caro p {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 1; } }

/* End Testimonials */
/* Start Team */
.team {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden; }
  .team h2 {
    font-family: "Bangers", cursive; }
  .team p {
    font-size: 20px;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .team p {
        font-size: 16px; } }
  .team .image-team {
    height: 255px;
    border-radius: 50%;
    width: 255px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .team .image-team {
        margin: auto;
        margin-bottom: 10px; } }
    .team .image-team .overlay {
      position: absolute;
      top: 0;
      left: 15px;
      right: 0;
      bottom: 0;
      width: 90%;
      height: 100%;
      background-color: rgba(28, 79, 195, 0.7);
      border-radius: 50%;
      display: none;
      color: #FFF;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
      @media (max-width: 767px) {
        .team .image-team .overlay {
          width: 88%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .team .image-team .overlay {
          width: 84%; } }
      .team .image-team .overlay span {
        display: block;
        margin-top: 35%;
        font-size: 18px;
        font-weight: bold; }
      .team .image-team .overlay i {
        font-size: 25px;
        margin: 10px 2px;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .team .image-team .overlay i.fa-facebook-square:hover {
        color: #1877f2; }
      .team .image-team .overlay i.fa-twitter-square:hover {
        color: #1da1f2; }
      .team .image-team .overlay i.fa-github-square:hover {
        color: #211F1F; }
      .team .image-team .overlay i.fa-instagram-square:hover {
        color: #fd1d1d; }
    .team .image-team:hover .overlay {
      display: block; }
    .team .image-team img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #FFF;
      border: 5px solid #CCC; }

/* End Team */
/* Start Clients */
.clients {
  background-color: #ECF5FF;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden; }
  .clients h2 {
    font-family: "Bangers", cursive; }
  .clients p {
    margin-bottom: 50px;
    font-size: 20px; }
  .clients .client-icon {
    padding: 50px 40px;
    border: 2px solid #ECF5FF;
    background-color: #FFF; }
    @media (max-width: 767px) {
      .clients .client-icon {
        padding: 50px 50px; } }
    .clients .client-icon:hover img {
      transform: scale(1.2, 1.2);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }

/* End Clients */
/* Start Contact Us */
.contact-us {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden; }
  .contact-us h2 {
    font-family: "Bangers", cursive;
    margin-bottom: 50px; }
  .contact-us .map iframe {
    border-radius: 10px; }
  .contact-us .form-contact .information {
    overflow: hidden; }
    .contact-us .form-contact .information i {
      margin-right: 15px;
      margin-left: 30px;
      color: #0042a6; }
      @media (max-width: 767px) {
        .contact-us .form-contact .information i {
          margin-right: 25px;
          margin-left: 0px; } }
    .contact-us .form-contact .information span {
      width: 85%;
      display: inline-block;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .contact-us .form-contact .information span {
          margin-top: 2px;
          margin-bottom: 3px;
          font-size: 14px; } }
  .contact-us .form-contact .form form {
    width: 100%;
    margin-top: 30px; }
    .contact-us .form-contact .form form input {
      padding: 8px 15px;
      border-radius: 10px;
      border: 1px solid #DDD; }
    .contact-us .form-contact .form form input[name="yourname"] {
      width: 49%;
      margin-right: 1%; }
    .contact-us .form-contact .form form input[name="email"] {
      width: 50%; }
    .contact-us .form-contact .form form input[name="subject"] {
      width: 100%;
      margin-top: 10px; }
    .contact-us .form-contact .form form textarea {
      width: 100%;
      padding: 8px 15px;
      border: 1px solid #DDD;
      border-radius: 10px;
      margin-top: 10px; }
    .contact-us .form-contact .form form button {
      margin-top: 10px;
      border-radius: 10px; }

/* End Contact Us */
/* start footer */
.footer {
  background-color: #004A99;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #FFF;
  overflow: hidden; }
  .footer .new h2 {
    font-family: "Bangers", cursive;
    letter-spacing: 3px; }
  .footer .useful ul {
    padding-top: 20px;
    padding-left: 20px; }
    .footer .useful ul li {
      font-size: 23px;
      font-family: "Bangers", cursive;
      font-weight: normal;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .footer .useful ul li:hover {
        cursor: pointer;
        color: #007bff; }
  .footer .us-contact h2 {
    margin-bottom: 20px; }
  .footer .us-contact p {
    margin: 0; }
  .footer .sub h2 {
    margin-bottom: 20px; }
  .footer .sub input {
    width: 50%;
    margin-right: 10px;
    padding: 3px 10px; }
  .footer .sub button {
    width: 40%; }

/* start footer down */
.footer-d {
  background-color: #007bff;
  padding: 10px;
  color: #FFF; }
  .footer-d a {
    color: #1218d8; }
    .footer-d a:hover {
      color: #1C4FC3;
      cursor: pointer; }
  .footer-d i {
    font-size: 20px;
    margin: 10px 1px;
    cursor: pointer; }
  .footer-d i.fa-facebook-square:hover {
    color: #1877f2; }
  .footer-d i.fa-twitter-square:hover {
    color: #1da1f2; }
  .footer-d i.fa-github-square:hover {
    color: #211F1F; }
  .footer-d i.fa-instagram-square:hover {
    color: #fd1d1d; }

/*# sourceMappingURL=style.css.map */
