body, html {
    font-family: Calibri, sans-serif;
    background-color: #d1e3fb;
    height: 100%;
    margin: 0;
}

.navbar {
    background-color: #d1e3fb;
    border-bottom: 1px solid #d1e3fb;
}

.nav-link {
    color: #3d4956 !important;
    font-size: 22px;
    font-weight: bold;
    padding: 5px 15px;
}

.nav-link:hover {
    color: #4862b1 !important;
}

.container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
}
.login{
    background: linear-gradient(45deg, #042391, #0d71e1);
    color: #fff;
    border: none; 
    padding: 10px 20px; 
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
   
}
 .commoncolor{
    background: linear-gradient(45deg,#0d71e1, #042391 );
 }

.btn-primary:hover {
    background: linear-gradient(45deg,#0d71e1, #042391 );
}
.container {
    position: relative;
    text-align: left; 
}


.container img {
    width: 100%; 
}

.banner{
    
    font-family: impact;
    color: white;
  
}
.bannersub{
    color: yellow;
    font-size: 25px;
   
}
.bannercol{
    padding: 10%;
}
.about{
   
    text-align: center;
}
.about p{
    padding: 2% 13% 2% 17%;
    font-size: 22px;
    color: white;
}
.about h1{
    font-size: 32px;
    font-weight: 700;
}

.containershadow{
    box-shadow: -1px 1px 20px 4px black;
}

.servicetext{
    text-align: center;
    padding: 46px;
    background-color: white;
}
.servicetext h2{

 font-weight: 700;

}
.servicetext  p{
    font-size: 28;
   
}
.footer p{
margin-top: 34px;
font-size: 18px;
padding: 9px;
}
/* .banner-container {
    background: url('img/BG1.png') ; 
    background-size: cover;
    background-position: center;
    height:100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
  
   
  }

  .bannertwo {
    font-size: 2.5em;
    margin-bottom: 0.5em;
    font-family: impact;
  }
  
  .bannersubtwo {
    font-size: 1.5em;
    margin-bottom: 1em;
    color: yellow;
  }

 
.responsive-line-height {
    line-height: 1.5; 
}
.background-image {
    width: 100%;
    height: auto;
    
} */
.banner-container {
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.carousel-item.background-image {
    background-size: cover;
    background-position: center;
}

.carousel-item.active.background-image {
    background: url('img/bgg2.png') no-repeat center center; 
}

.carousel-item.background-image:nth-of-type(2) {
    background: url('img/bgg1.png') no-repeat center center;
}

.bannertwo, .banner {
    font-size: 2.5em;
    margin-bottom: 0.5em;
    font-family: impact;
}

.bannersub, .bannersubtwo {
    font-size: 1.5em;
    margin-bottom: 1em;
}

.bannersubtwo {
    color: yellow;
}
.loginn{
    background: linear-gradient(45deg, #042391, #042391);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 9px;
}
.responsive-line-height {
    line-height: 1.5;
}

.overlay-text {
    position: inherit;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 19px;
    padding: 11%;
    margin-top: -12%;
    text-align: center;
}


.overlay-text h1, .overlay-text p {
    text-shadow: 20px 2px 10px rgb(0 0 0);
}
.overlay-text p {
    text-align: justify;
}
.timeline {
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
    width: 80%;
}
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #ddd;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}
.timeline-item {
    padding: 20px;
    position: relative;
    background-color: inherit;
    width: 50%;
}
.timeline-item.left {
    left: -32px;
}
.timeline-item.right {
    left: 55%;
}
.timeline-item.left::before, .timeline-item.right::before {
    content: "";
    position: absolute;
    top: 51px;
    width: 72px;
    height: 2px;
    background-color: #ddd;
}
.timeline-item.left::before {
    right: -28px;
}
.timeline-item.right::before {
    left: -48px;
}
.timeline-item.left .icon, .timeline-item.right .icon {
    width: 25px;
    height: 25px;
    background-color: white;
    border: 4px solid white;
    position: absolute;
    top: 40px;
    border-radius: 50%;
    z-index: 1;
}
.timeline-item.left .icon {
    right: -44px;
}
.timeline-item.right .icon {
    left:-63px;
}
.timeline-content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 43px;
    box-shadow: -1px 1px 20px 4px black;
}
.timeline-content h4 {
    margin-top: 0;
    color: #333;
}
.timeline-content p {
    margin: 0;
}

.header {
    background: linear-gradient(45deg, #042391, #0d71e1);
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    /* display: math; */
    font-weight: bold;
    font-size: 30px;
    width: 59%;
    box-shadow: 8px 7px 6px 2px rgb(2 2 2 / 56%);
    margin-left: 22%;
}
.contentcareer {
    margin-top: 20px;
}
.contentcareer h2{
   font-weight: 700;
   color: black;
}
.contentcareer img {
    width: 100%;
    border-radius: 100px 0px 100px 0px;
   
    box-shadow: 10px 7px 9px 7px rgb(2 2 2 / 67%);
    
}

.contact{
    background-color: white;
    border-radius: 48px;
    box-shadow: -1px 1px 20px 4px #00000061;
    width: 90%;

}
.contacts{
    background-color: white;
    border-radius: 48px;
    box-shadow: -1px 1px 20px 4px black;
    width: 90%;
}
.contact-card {
    background: linear-gradient(45deg,#0d71e1, #042391 );
  color: white;
  margin-left: -3%;
}
.contact-card .card-body {
    background: linear-gradient(45deg, #0d71e1,#042391);
}
.contact-form .btn {
  background: linear-gradient(45deg, #042391, #0d71e1);
  border: none;
  border-radius: 50%;
}
.btn-block{
  background: linear-gradient(45deg, #042391, #0d71e1);
  border-radius: 16px;

  font-size: 19px;
  font-weight: 700;
  color: white;
  margin-left: 77%;
}
.contact-form .btn:hover {
  background-color: #0056b3;
}


.map-container iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

.header-image {
  width: 100%;
  /* max-height: 150px; */
  object-fit: cover;
  margin-left: -22%;
}
.contact-image{
    width: 40%;
    object-fit: cover;
}
.header-section {
  display: flex;
  align-items: center;

}
.header-text {
  max-width: 50%;
  margin-top: 10%;

}
.header-img {
  max-width: 50%;
}
.form-section {
  display: flex;
  /* align-items: center; */
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col-md-6 {
  padding-right: 0;
  padding-left: 0;
  margin-left: -2%;

}



    .form-group {
        margin-bottom: 22px;
    }
    .form-control {
        border: 2px solid #007bff;
        border-radius: 5px;
    }
    .bottom-image {
        position: absolute;
    bottom: -15%;
    right: -4%;
    /* width: 32%; */
    height: auto;
    
    }
    
    .headerimage{
        margin-left: -35px;
       
    }
.headerconacttext{
    margin-top: -74px;
}
.fourservices{
    margin-top: -14%;
}
.loginn{
    background: linear-gradient(45deg, #042391, #042391);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 18px;
}
@media (max-width: 10000px) {
   
    .banner, .bannertwo {
        font-size: 2.5em;
        margin-left: 46%;
                 margin-left: 29%;
    }

    .bannersub, .bannersubtwo {
        font-size: 1em;
               margin-left: 29%;
    }

    .loginn {
        background: linear-gradient(45deg, #042391, #042391);
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 50%;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        font-size: 23px;
             margin-left: 29%;
    }

    .banner-container {
        height: auto;
        padding: 1%;
    }

    .indexwhatspp {
        width: 48px;
        height: auto;
        margin-left: 89%;
        margin-top: 8%;
    }

   .fourservices {
    margin-top: -2%;
}
}
@media (max-width: 8000px) {
   
    .banner, .bannertwo {
        font-size: 2.5em;
        margin-left: 46%;
                 margin-left: 29%;
    }

    .bannersub, .bannersubtwo {
        font-size: 1em;
               margin-left: 29%;
    }

    .loginn {
        background: linear-gradient(45deg, #042391, #042391);
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 50%;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        font-size: 23px;
             margin-left: 29%;
    }

    .banner-container {
        height: auto;
        padding: 1%;
    }

    .indexwhatspp {
        width: 48px;
        height: auto;
        margin-left: 89%;
        margin-top: 8%;
    }

   .fourservices {
    margin-top: -2%;
}
}

@media (max-width: 6000px) {
   
    .banner, .bannertwo {
        font-size: 2.5em;
        margin-left: 46%;
                 margin-left: 29%;
    }

    .bannersub, .bannersubtwo {
        font-size: 1em;
               margin-left: 29%;
    }

    .loginn {
        background: linear-gradient(45deg, #042391, #042391);
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 50%;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        font-size: 23px;
             margin-left: 29%;
    }

    .banner-container {
        height: auto;
        padding: 2%;
    }

    .indexwhatspp {
        width: 48px;
        height: auto;
        margin-left: 89%;
        margin-top: 8%;
    }

    .fourservices {
        margin-top: -3%;
    }
}


@media (max-width: 2880px) {

    .banner, .bannertwo {
     font-size: 2.5em;
             margin-left: 25%;
           
    }

    .bannersub, .bannersubtwo {
        font-size: 1em;
         
              margin-left: 25%;
    }
   .loginn{
        background: linear-gradient(45deg, #042391, #042391);
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 50%;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        font-size: 23px;
                margin-left: 25%;
    }
    .banner-container {
        height: auto;
        padding:   3%;
    }
     .indexwhatspp{
    width: 48px;
    height: auto;
           margin-top: 12%;
        margin-left: 88%;
    
    }
        .fourservices {
    margin-top: -5%;
}
}

@media (max-width: 2698px) {

    .banner, .bannertwo {
     font-size: 2.5em;
                 margin-left: 27%;
    }

    .bannersub, .bannersubtwo {
        font-size: 1em;
         
                margin-left: 27%;
    }
   .loginn{
        background: linear-gradient(45deg, #042391, #042391);
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 50%;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        font-size: 23px;
                  margin-left: 27%;
    }
    .banner-container {
        height: auto;
        padding:   5%;
    }
     .indexwhatspp{
    width: 48px;
    height: auto;
          margin-top: 6%;
        margin-left: 90%;
    
    }
        .fourservices {
    margin-top: -7%;
}
}
@media (max-width: 1799px) {

    .banner, .bannertwo {
     font-size: 2.5em;
          
                          margin-left: -10%;
    }

    .bannersub, .bannersubtwo {
        font-size: 1em;
         
                        margin-left: -10%;
    }
   .loginn{
        background: linear-gradient(45deg, #042391, #042391);
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 50%;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        font-size: 23px;
                            margin-left: -10%;
    }
    .banner-container {
        height: auto;
        padding:   12%;
    }
     .indexwhatspp{
    width: 48px;
    height: auto;
    margin-left: 105%;
        margin-top: 16%;
        margin-bottom: -7%;
    
    }
        .fourservices {
    margin-top: -10%;
}
}

@media (max-width: 1440px) {
   
    .banner, .bannertwo {
        font-size: 2.5em;
                  margin-left: -27%;

        margin-top: 18%;
    }

    .bannersub, .bannersubtwo {
        font-size: 2em;
        margin-left: -27%;

    }

    .loginn {
        background: linear-gradient(45deg, #042391, #042391);
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 50%;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        font-size: 23px;
                    margin-left: -27%;

    }

    .banner-container {
        height: auto;
        padding: 12%;
    }

    .indexwhatspp {
        width: 48px;
        height: auto;
        margin-left: 112%;
        margin-top: -8%;
                margin-bottom: -14%;
    }

    .fourservices {
        margin-top: -16%;
    }
}

@media (max-width: 912px) {

    .banner, .bannertwo {
        font-size: 1.5em;
        margin-left:  -27%;
        margin-top: 42%;
    }

    .bannersub, .bannersubtwo {
        font-size: 1em;
        margin-left:  -27%;
    }

    .banner-container {
        height: auto;
        padding:   12%;
    }
    .loginn{
        background: linear-gradient(45deg, #042391, #042391);
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 50%;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        font-size: 9px;
    }
    .indexwhatspp{
    width: 48px;
    height: auto;
                margin-left: 120%;
        margin-top: -18%;
    
    }
    .carousel-item.active.background-image, .carousel-item.background-image:nth-of-type(2) {
        background-size: contain;
    }

    .container {
        width: 100%;
    }
    .abt{
        height: 62%;
        margin-top: 25%;
    }
    .timeline-item.right .icon {
    left: -47px;
}

}

/* Media Queries */
@media (max-width: 768px) {
    .nav-link {
        font-size: 18px;
    }

    .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
    }

    .banner, .bannertwo {
        font-size: 1.5em;
              margin-left: -18%;
        margin-top: 8%;
     
    }

    .bannersub, .bannersubtwo {
        font-size: 1em;
              margin-left: -18%;
     
    }
   .indexwhatspp{
    width: 48px;
    height: auto;
             margin-left: 99%;
        margin-top: -4%;
    }
    .banner-container {
        height: auto;
        padding: 83px;
    }
    .loginn{
        background: linear-gradient(45deg, #042391, #042391);
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 50%;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        font-size: 9px;
                margin-left: -18%;
    }
 
    .carousel-item.active.background-image, .carousel-item.background-image:nth-of-type(2) {
        background-size: contain;
    }

    .container {
        width: 100%;
    }
    .about p {
        padding: 2% 5%;
        font-size: 18px;
    }

    .about h1 {
        font-size: 24px;
    }
   

    .containershadow {
        width: 100%;
        /* margin: 0; */
    }

   

    .header {
        width: 100%;
        margin-left: 0;
        font-size: 24px;
    }

    .btn-block {
        margin-left: 0;
        margin-top: 10px;
    }

    /* .header-section, .form-section {
        flex-direction: column;
    } */

    .header-text, .header-img, .contact-image {
        max-width: 100%;
    }

    .headerimage {
        margin-left: -21px;
        margin-bottom: -59%;

    }
    .headerconacttext{
        margin-top: -74px;
    }
    .contact {
        background-color: white;
        border-radius: 48px;
        box-shadow: -1px 1px 20px 4px #00000061;
        width: 92%;
    }
    .contact-card {
        background: linear-gradient(45deg, #0d71e1, #042391);
        color: white;
        margin-left: -3%;
        padding: 15%;
        
    }
    .bottom-image {
        position: absolute;
        bottom: -12%;
        right: -5%;
      
        height: auto;
    }
    .fourservices {
        margin-top: -16%;
    }
    .overlay-text {
        position: inherit;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 9px;
        padding: 11%;
        margin-top: -14%;
        text-align: center;
    }
    .abt{
        height: 62%;
        margin-top: 25%;
    }
    .timeline-item.right .icon {
    left: -43px;
}
}
    
@media (max-width: 674.5px) {
   
    .banner, .bannertwo {
              font-size: 0.5em;
            margin-left: -43%;
        margin-top: 5%;

    }

    .bannersub, .bannersubtwo {
        font-size: 1em;
          margin-left: -43%;
    }

    .loginn {
        background: linear-gradient(45deg, #042391, #042391);
        color: #fff;
        border: none;
       padding: 2px 21px;

        border-radius: 50%;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        font-size: 15px;
               margin-left: -34%;
    }
       .indexwhatspp {
        width: 48px;
        height: auto;
        margin-left: 79%;
        margin-top: -31%;
    }

    .fourservices {
        margin-top: -22%;
    }
}
}

@media (max-width: 576px) {

    .responsive-line-height {
        line-height: 1.1; 
    }
    .nav-link {
        font-size: 16px;
    }

    .container-fluid {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.5rem;
    }

    /* .banner-container {
        height: auto;
        padding: 10px;
    }

    .bannertwo {
        font-size: 1.2em;
    }

    .bannersubtwo {
        font-size: 0.8em;
    } */
    .banner-container {
        height: auto;
       
    }
    .banner,   .bannertwo {
        font-size: 13px;
        margin-left: -15%;
        margin-top: 49%;
    
    }
 
        .bannersub, .bannersubtwo {
        font-size: 1em;
        margin-left: -16%;
        
    }
    .loginn{
            background: linear-gradient(45deg, #042391, #042391);
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 50%;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            font-size: 9px;
        }
           .indexwhatspp {
        width: 48px;
        height: auto;
        
    }
   
    .about p {
        padding: 2% 2%;
        font-size: 16px;
    }

    .about h1 {
        font-size: 20px;
    }

    .containershadow {
        width: 100%;
        margin: 0;
    }

    .timeline::after {
        left: 2.5%;
    }

    .timeline-item {
        width: 95%;
    }

    .timeline-item.left, .timeline-item.right {
        left: 2.5%;
    }

    /* .timeline-item.left::before, .timeline-item.right::before {
        width: 95%;
    } */
    .timeline-item.left::before {
        right: 70px;
    }
    .timeline-item.right::before {
        left: -44px;
    }

    .timeline-item.left .icon, .timeline-item.right .icon {
        left: -4.5%;
    }

    .header {
        width: 100%;
        margin-left: 0;
        font-size: 20px;
    }

    .btn-block {
        margin-left: 0;
        margin-top: 10px;
    }

    .header-section, .form-section {
        flex-direction: column;
    }

    .header-text, .header-img, .contact-image {
        max-width: 100%;
    }

    .headerimage {
        display: none;

    }
    .headerconacttext {
        margin-top: -30px;
    }
    .bottom-image{
        display: none;
    }
    .no-gutters > .col-md-6 {
        padding-right: 0;
        padding-left: 0;
        margin-left: 0%;
    }
    .contact {
        background-color: white;
        border-radius: 48px;
        box-shadow: -1px 1px 20px 4px #00000061;
        width: 100%;
    }
    .overlay-text {
        position: inherit;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 9px;
        padding: 11%;
        margin-top: -16%;
        text-align: center;
    }
    .abt{
      
        margin-top: 25%;
    }
}
        
@media (max-width: 540px) {
   
  
       .indexwhatspp {
        width: 48px;
        height: auto;
        margin-left: 101%;
        margin-top: -6%;
    }
        .headerimage {
        margin-left: -37%;
        margin-bottom: -59%;
    }
        .bottom-image {
        position: absolute;
        bottom: -4%;
        right: -5%;
        height: auto;
    }
    .abt {
        height: 67%;
        margin-top: 26%;
        margin-right: -5%;
    }
    .timeline-item {
    padding: 0px;
    position: relative;
    background-color: inherit;
    width: 50%;
}
.timeline-item.right::before {
    left: -32px;
}
    .timeline-item.right .icon {
        left: -34px;
    }
        .fourservices {
        margin-top: -16%;
    }

}
@media (max-width: 430px) {
    .indexwhatspp {
        width: 48px;
        height: auto;
        margin-left: 79%;
        margin-top: -31%;
    }
        .headerimage {
        margin-left: -134px;
        margin-bottom: -61%;
    }
        .contact-card {
        background: linear-gradient(45deg, #0d71e1, #042391);
        color: white;
        margin-left: 0%;
        padding: 1%;
    }
        .bottom-image {
        position: absolute;
        bottom: -3%;
        right: -6%;
        height: auto;
    }
         .abt {
        height: 100%;
        margin-top: 1%;
        margin-left: 6%;
    }
    .timeline-item {
    padding: 0px;
    position: relative;
    background-color: inherit;
    width: 54%;
}
.timeline-item.right::before {
    left: -20px;
}

.timeline-item.right .icon {
    left: -30px;
}
.timeline-item.left .icon {
    right: -35px;
}
}

@media (min-width: 576px) and (max-width: 768px) {
    .responsive-line-height {
        line-height: 1.3; 
    }


