@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #0c00ad;
    --dark: #092032;
    --body: #ffffff;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}

body {
    font-family: 'Poppins', sans-serif  !important;
    color: var(--body);
    background-color: #f5f1ed;
    line-height: 1.7;
}



h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Poppins', sans-serif !important;
    /* Adjust the font weight as needed */
    /* Adjust the font size as needed */
     /* Use your desired text color */
}
h4, h5, h6, p{
  color:#7e7e7e;
}

#preloader{
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff 
    url(/img/preloader.gif) no-repeat center;
  z-index: 99999;
  background-size: 10%;
  
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.nav-link{
  font-family: Poppins, sans-serif ;
  font-size: 16px;
}
.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-brand {
    color: var(--brand) !important;
}

     

 
 


.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
    margin-left: 1px;
}

.btn-brand:hover {
    background-color: #d64022;
    border-color: #d64022;
    color:black;
}

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: #0d1b5d;
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

 

footer {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(/img/c2\ img\ carousal.png), #025697;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.f1 {
  height: 65vh;
  width: 100%;
}

footer .footer-top {
    padding-top: 0px;
    padding-bottom: 0px;
}




.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0px;
    padding-top: 0px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e1ff00;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}

 



iframe {
    width: 500px;
    height: 350px;
    border: 0;
}



















input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}


.customer-logos slider{
  display: flex;
  margine: 10px;
  padding: 10px;
  align-items: space-between;
}
/* our Partner */
.logo-img {
  max-width: 100px; /* Adjust the width as per your requirement */
  height: 75px; /* This maintains the aspect ratio */
}


section {
    margin-top: 10px;
    padding-top: 5px;
}


/* our Partner */
.logo-img {
  max-width: 100px; /* Adjust the width as per your requirement */
  height: 75px; /* This maintains the aspect ratio */
}


section {
    margin-top: 10px;
    padding-top: 5px;
}

/* vision                */

 
  
  /* ///////////////////card////////////////// */











/* contact section */
.contact_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .contact-form {
  padding: 25px;
  border-radius: 20px;
}

.contact_section .contact-form input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  margin: 15px 0;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 30px;
}

.contact_section .contact-form input.input_message {
  height: 175px;
}

.contact_section .contact-form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form button {
  border: none;
  outline: none;
  padding: 12px 50px;
  text-transform: uppercase;
  margin-top: 25px;
  background-color: #0c00ad;
  color: #fff;
  border-radius: 30px;
}

.contact_section .map_img-box {
  width: 80%;
  margin: 25px auto 0 auto;
}

.contact_section .map_img-box img {
  width: 100%;
}

/* end contact section */













  
 

 /* Show one card on screens up to 600px */
 @media screen and (min-width: 270px) and (max-width: 330px) {
   

  .article-body li {
    font-size: 13px;
  }
  article{
    width: 80%;
  }
/* Adjust card layout for tablets and phones here */
.article-wrapper {
  display: block; /* Display cards one below the other */
  /* Add any additional styles you need for smaller screens */
}
.article-body {
  padding-left: 0; /* Remove any padding you don't need for smaller screens */

}
figure {
  width: 100%; /* Make the card full width on smaller screens */
  /* Add any other adjustments for images or figures */
}
figure img {
  height: auto; /* Adjust image height as needed for smaller screens */
}

article h2 {
margin: 0 0 18px 0;

font-size: 1.2rem;

}

.article-body {
padding-left: 10px;
}




 
}





 /* Show one card on screens up to 600px */
 @media screen and (min-width: 330px) and (max-width: 360px) {
  
  /* Adjust card layout for tablets and phones here */
  .article-wrapper {
  
    display: block; /* Display cards one below the other */
    /* Add any additional styles you need for smaller screens */
}
article{
  width: 80%;
}
.article-body {
    padding-left: 0; /* Remove any padding you don't need for smaller screens */
}

figure {
    width: 100%; /* Make the card full width on smaller screens */
    /* Add any other adjustments for images or figures */
}
figure img {
    height: auto; /* Adjust image height as needed for smaller screens */
}

article h2 {
  margin: 0 0 18px 0;
 
  font-size: 1.2rem;
 
}

.article-body {
  padding-left: 10px;
}




}

 /* Show one card on screens up to 600px */
@media screen and (min-width: 361px) and (max-width: 600px) {
     
  /* Adjust card layout for tablets and phones here */
  .article-wrapper {
    display: block; /* Display cards one below the other */
    /* Add any additional styles you need for smaller screens */
}
article{
  width: 80%;
}
.article-body {
    padding-left: 0; /* Remove any padding you don't need for smaller screens */
}
figure {
    width: 100%; /* Make the card full width on smaller screens */
    /* Add any other adjustments for images or figures */
}
figure img {
    height: auto; /* Adjust image height as needed for smaller screens */
}

article h2 {
  margin: 0 0 18px 0;
 
  font-size: 1.2rem;
 
}

.article-body {
  padding-left: 10px;
}



}
  
  /* Show one card on screens from 601px to 768px */
  @media screen and (min-width: 600px) and (max-width: 699px) {
     
/* Adjust card layout for tablets and phones here */
.article-wrapper {
  display: block; /* Display cards one below the other */
  /* Add any additional styles you need for smaller screens */
}
.article-body {
  padding-left: 0; /* Remove any padding you don't need for smaller screens */
}
figure {
  width: 100%; /* Make the card full width on smaller screens */
  /* Add any other adjustments for images or figures */
}
figure img {
  height: auto; /* Adjust image height as needed for smaller screens */
}

article h2 {
margin: 0 0 18px 0;

font-size: 1.2rem;

}

.article-body {
padding-left: 10px;
}

 }
  
  
  /* Show two cards on screens from 769px to 1024px */
  @media screen and (min-width: 700px) and (max-width: 1024px) {
    
    /* Adjust card layout for tablets and phones here */
  .article-wrapper {
    display: block; /* Display cards one below the other */
    /* Add any additional styles you need for smaller screens */
}
.article-body {
    padding-left: 0; /* Remove any padding you don't need for smaller screens */
}
figure {
    width: 100%; /* Make the card full width on smaller screens */
    /* Add any other adjustments for images or figures */
}
figure img {
    height: auto; /* Adjust image height as needed for smaller screens */
}

article h2 {
  margin: 0 0 18px 0;
 
  font-size: 1.2rem;
 
}

.article-body {
  padding-left: 10px;
}

}

   

 
 












 

@media screen and (max-width: 720px) {

  iframe {
      width: 100%; /* Make the iframe full width */
      height: auto; /* Adjust the height automatically */
  }

  footer .col-lg-4 {
      width: 100%; /* Occupy full width for tablets */
      text-align: center;
      padding: 20px; /* Add padding for better spacing */
      box-sizing: border-box; /* Include padding in the width */
    }
    
    footer .footer-bottom {
      text-align: center; /* Center-align copyright text */
      padding: 20px; /* Add padding for better spacing */
    }
    
    footer .navbar-brand img {
      max-width: 30%; /* Adjust image size for tablets */
      height: auto;
    }
    
    footer p {
      margin-bottom: 20px; /* Add some space between paragraphs */
    }
    
    footer .social-icons a {
      margin: 0 5px; /* Adjust spacing between social icons */
    }
    
    .f1 {
      height: 100%;
      width: 100%;
    }
    
    
      }
      
  
      @media screen and (min-width: 720px) and (max-width: 1025px) {
  
        iframe {
            width: 100%; /* Make the iframe full width */
            height: auto; /* Adjust the height automatically */
        }
            footer .col-lg-4 {
              width: 100%; /* Occupy full width for tablets */
              text-align: center;
              padding: 20px; /* Add padding for better spacing */
              box-sizing: border-box; /* Include padding in the width */
            }
            
            footer .footer-bottom {
              text-align: center; /* Center-align copyright text */
              padding: 20px; /* Add padding for better spacing */
            }
            
            footer .navbar-brand img {
              max-width: 20%; /* Adjust image size for tablets */
              height: auto;
            }
            
            footer p {
              margin-bottom: 20px; /* Add some space between paragraphs */
            }
            
            footer .social-icons a {
              margin: 0 5px; /* Adjust spacing between social icons */
            }
            
            .f1 {
              height: 100%;
              width: 100%;
            }}
            
  
  
          
  
  
  
  
  @media screen and (min-width: 1024px) and (max-width: 1600px) {
  
  
  
  
        footer .col-lg-4 {
          width: 100%; /* Occupy full width for tablets */
          text-align: center;
          padding: 20px; /* Add padding for better spacing */
          box-sizing: border-box; /* Include padding in the width */
        }
  
        footer .footer-bottom {
          text-align: center; /* Center-align copyright text */
          padding: 20px; /* Add padding for better spacing */
        }
  
        footer .navbar-brand img {
          max-width: 20%; 
          height: auto;
        }
  
        footer p {
          margin-bottom: 20px; /* Add some space between paragraphs */
        }
  
        footer .social-icons a {
          margin: 0 5px; /* Adjust spacing between social icons */
        }
  
        .f1 {
          height: 100%;
          width: 100%;
        }}
  
  
  