 body {
    background-color: #ffff;
    font-family: 'Lora', serif;
    color: #000;
  }
  .navbar {
    background-color: #0056b3;
  }
  .navbar-brand img{
    width: 90px;
  }
  .img-fluid{
    width:100%;
    max-width: 100%;
  }
    .navbar-nav .nav-link {
    color: white !important;
    font-size: 18px;
    font-weight: 500;
  }
  .navbar-nav li{
    margin: 10px;
  }
    .section-padding {
      padding: 60px 0;
    }
    .hero{
      padding-top: 12%;
      position: relative;
    }
    .hero-content{
      margin-top: -70px;
    }
    .hero h1 {
        font-size: 90px;
        color: #0056b3;
        font-weight: 700;
        letter-spacing: 2px;
        position: relative;
    }
    .hero span{
      font-size: 24px;
      color:#0056b3;
    }
     .title {
      font-size: 2.8rem;
      font-weight: bold;
    }

    .subtitle {
      font-size: 1rem;
      color: #0056b3;
      margin-bottom: 30px;
    }

    .section-title {
      font-size: 1.5rem;
      font-weight: 600;
      color: #0056b3;
      margin-bottom: 15px;
    }

    .section-text {
      font-size: 0.95rem;
      color: #0056b3;
      margin-bottom: 20px;
    }
    .left-line img{
      position: absolute;
      left: 0;
      margin-top: 10%;
      width: 120px;
    }
     .right-line img{
      width: 200px;
      position: absolute;
      right: 0;
     bottom: 0;
     margin-bottom: 10%;
    }
    .hero-bottom{
      border-top: 2px solid #0057b385;
      padding: 20px 0px;
      margin-top: 40px;
    }
    .bottom-strip {
      font-size: 0.85rem;
      color: #000;
      display: flex;
      justify-content: space-between;
      text-transform: uppercase;
    }
    .bottom-strip h6{
      color:#0056b3;
      text-transform: uppercase;
    }
    /*wwhat we do*/
    .about{
      background-color: #0056b3;
      position: relative;
    }
    .about h5{
      color:#fff;
      font-size: 24px;
    }
    .about-list{
      padding: 0px;
      margin:0px;
      list-style: none;
    }
    .about-list li{
      font-size: 30px;
      text-decoration: underline;
      color:#fff;
      margin-bottom: 20px;
    }
    .image-box1{
      position: absolute;
      bottom: 0;
      margin-bottom: 50px;
      width: 200px;
    }
    .image-box2{
     float:right;
      width:200px;
    }
    /*case study*/

    .case-title h2{
      border-bottom: 2px solid #0057b385;
      padding-bottom: 40px;
      color:#0056b3;
    }
    .study-box h5{
       color:#0056b3;
       text-transform: capitalize;
       font-weight: 600;
       border-bottom: 2px solid #0056b3;
       font-size: 24px;
    }
    /*launched*/
    .launch {
      background-color: #fff;
      border-bottom: 2px solid #0056b3;
      position: relative;
    }
    .launch .launch-img{
      background-color: #0056b3;
      padding: 25% 25%;
    }
    
    .launch .launch-content{
      background-color: #fff;
      padding: 100px;
    }
    .launch .launch-content h2{
      color:#0056b3;
      font-size: 60px;
      font-weight: 700;
    }
    .launch .launch-content span{
      color:#0056b3;
      font-size: 24px;
      font-weight: 500;
    }
    .launch .right-line img{
      bottom: auto;
      top:0;
    }
    .sudarshan {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 15%;
  margin-bottom: -6%;
}
    .sudarshan .caption {
      position: absolute;
      top: 0;
      margin: 25% 18%;
      text-align: center;
    }
    .sudarshan .caption span{
      font-size: 24px;
      color:#fff;
    }
    /*testimonial*/
    .testimonial{
      position: relative;
    }
    .testimonial h2{
      color:#0056b3;
      font-size: 60px;
      font-weight: 700;
    }
    .testimonial .owl-theme .owl-nav {
      text-align: right;
      -webkit-tap-highlight-color: transparent;
      margin-right: 20px;
    }
    .testimonial .owl-carousel .owl-nav button.owl-next, .testimonial .owl-carousel .owl-nav button.owl-prev{
      background: transparent;
    }
     .testimonial .owl-carousel .owl-nav button.owl-next:hover, .testimonial .owl-carousel .owl-nav button.owl-prev:hover{
       background: transparent;
       color:#0056b3;
     }
     .testimonial .owl-carousel .item p{
      padding-right: 20%;
     }
     .testimonial .right-line img{
      bottom: auto;
      top:0;
      margin-top: 10%;
    }
    /*form-section*/

    .form-section {
      position: relative;
      border-top: 1px solid #0056b3;
    }
     .form-section h2{
      color:#0056b3;
      font-size: 60px;
      font-weight: 700;
    }
    .form-section span{
      color:#0056b3;
      font-size: 24px;
      font-weight: 500;
    }
    .form-contain{
      border-right: 1px solid #0056b3;
      padding-right: 100px;
    }
    .form-contact{
      padding-left: 100px;
    }
    .form-contact h3{
       color:#0056b3;
      font-size: 30px;
      font-weight: 600;
    }
    .form-control {
      border:none;
      border-bottom: 2px solid #0056b3;
      padding-left: 0px;
    }
    .form-control:focus{
      outline: none;
      box-shadow: none;
    }
    /*footer*/
footer{
  background-color: #0056b3;
  color:#fff;
}  
footer p a{
  color:#fff;
}
footer ul li{
    margin-bottom: 10px;
}
  .footer-copy{
      background-color: #0056b3;
      padding: 10px 0px;
     color:#fff;
     border-top:2px solid #fff;
  }
  .footer-copy a{
    color: #fff;
  }
  .footer-heading{
    font-size: 20px;
    font-weight: 600;
    
  }

    .form-control {
      border-radius: 0;
      margin-bottom: 15px;
    }
     .btn-custom {
      background-color: #0056b3;
      color: white;
      border: none;
      border-radius: 30px;
      padding: 10px 25px;
    }
    .btn-custom:hover{
      border:1px solid #0056b3;
    }
    @media screen and (min-width: 768px) and (max-width: 1199px){
      .hero h1{
          font-size: 55px;
        }
        .hero {
            padding-top: 20%;
            position: relative;
        }
        .testimonial h2 {
            font-size: 40px;
        }
        .right-line img {
            width: 100px;
        }
        .left-line img {
            margin-top: 0%;
            width: 80px;
        }
        .about-list li{
          font-size: 20px;
        }
        .launch .launch-content {
            padding: 30px;
        }
        .launch .launch-img {
            padding: 20% 15%;
        }
        .launch .launch-content h2{
          font-size: 40px;
        }
        .sudarshan{
          margin-bottom: -10%;
        }
        .form-contain {
            padding-right: 40px;
        }
        .form-section h2{
          font-size: 40px;
        }
        .form-contact {
            padding-left: 50px;
        }
        .navbar-nav li {
            margin: 0px;
        }
    }
    @media screen and (max-width: 767px){
        .hero h1{
          font-size: 32px;
        }
        .hero {
            padding-top: 50%;
            position: relative;
        }
        .testimonial h2 {
            font-size: 32px;
        }
        .right-line img {
            width: 80px;
        }
        .launch .launch-content {
            background-color: #fff;
            padding: 15px;
            margin-bottom: 20%;
        }
        .left-line img {
            margin-top: -6%;
            width: 60px;
        }
        .hero span {
            font-size: 16px;
        }
        .hero-content {
            margin-top: 10px;
        }
        .bottom-strip h6 {
          font-size: 14px;
          text-align: center;
       }
       .hero .right-line img{
        margin-bottom: 30%;
       }
       .about-list li{
        font-size: 20px;
       }
       .image-box1{
        width: 100%;
        position: relative;
       }
       .image-box2 {
            float: initial;
            width: 100%;
        }
        .launch .launch-img {
            background-color: #0056b3;
            padding: 20% 15%;
        }
        .launch .launch-content h2 {
          font-size: 32px;
        }
        .launch .launch-content span {
            font-size: 18px;
        }
        .sudarshan {
          position: absolute;
          bottom: 0;
          right: 0;
          margin-right: 0;
          margin-bottom: -30%;
        }
        .testimonial.section-padding{
          margin-top: 70px;
        }
        .testimonial .owl-carousel .item p {
            padding-right: 0%;
        }
        .form-contain {
            border-right: none;
            padding-right: 0px;
        }
        .form-section h2{
          font-size: 32px;
        }
        .form-section span{
          font-size: 18px;
        }
        .form-contact {
            padding-left: 15px;
        }
        .navbar-nav li {
            margin: 0px;
        }
    }