 .headerBlock {
     background-color: #00337C;
     padding: 0px 30px 0px 0px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 }

 .imgBlock>img {
     width: 594px;
 }

.slimg{
       height:500px;
   }
 .loginBtn {
     background-color: #FFB900 !important;
     padding: 8px 18px
 }

 .loginBtn:hover>a {
     color: white !important
 }

 .loginBtn>a {
     text-decoration: none;
     font-size: clamp(15px, 18px, 29px);
     font-weight: 700;
     color: black;
 }

 .bannerim {
     WIDTH: 100%
 }

 .aboutus {
     background-color: #F2F7FF;
     padding: 44px 25px;
 }

 .aboutusImg {
     width: 100%;
 }

 .abthead {
     color: #00337D;
     font-size: clamp(25px, 5vw, 40px);
     margin: 0;
     font-weight: 700;
 }

 .hangingbar {
     text-align: center;
 }

 .hangingmg {
     width: 100%;
 }

 .aboutPra {
     font-size: 17px;
 }



 .mainfooternir {
     background-color: #00337D;
 }

 .footlinks,
 .fotadress {
     color: #fff;
     font-size: 16px;
     text-decoration: none;
     text-align: center;
 }

 .footerpara {
     color: #FFE100;
 }

 .fotblock {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     padding: 14px 4px;
 }

 .footcopyright {
     text-align: center;
     color: #fff;
     font-size: 21px;
 }


 .mainleaderdet {
     background-size: contain;
     height: auto;
     background-image: url(../images/userbackg.png);
     background-repeat: no-repeat;
     background-position: top center;
     text-align: center;
     padding: 8px 5px;
     border-radius: 14px;
     background-color: white;
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
     transition: transform 0.6s;
     min-height: 390px;
 }

 .leadersImg {
     margin-top: 39px;
     width: 130px;
 }


 .projectsSlider {
     background-image: url(../images/projectsBack.png);
     background-repeat: no-repeat;
     background-size: cover;
 }


 .cmpProj {
     color: #001740;
     text-align: center;
     font-weight: 600;
 }

 .carSLIDER {
     width: 40%;
     margin: auto;

 }

 @media only screen and (min-width:629px) and (max-width:1195px) {
     .leadersImg {
         margin-top: 10px !important;
     }

     .mainleaderdet {
         min-height: 381px !important;
         margin-top:10px;

     }
   .slimg{
       height:300px;
   }
 }


 @media only screen and (max-width:628px) {
     .headerBlock {
         padding: 5px 3px
     }

     .loginBtn {
         background-color: #FFB900 !important;
         padding: 3px 12px;
     }

     .imgBlock>img {
         width: 238px;
     }

     .loginBtn>a {

         font-weight: 600;
     }

     .footcopyright {
         font-size: 16px;
     }

     .fotblock {
         padding: 6px 4px;
     }

     .foundersblock {
         width: 90%;
         margin: auto;
     }

     .mainleaderdet {
         min-height: auto !important;

     }

     .mainleaderdet:last-child {
         margin-top: 13px;
     }

     .main1 {
         margin-top: 0px !important;

     }

     .carSLIDER {
         width: 70%;
         margin: auto;

     }
     .slimg{
       height:211px;
   }

 }

 @media only screen and (max-width:330px) {
     .imgBlock>img {
         width: 198px;
     }
 }