@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
/* Nav baar */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
/* Nav baar */

#navbar {
    display: flex;
    align-items: center;
    border-bottom: 4px;
   background-color: #104A5A;
  
  }
    .social-icons a {
    padding: 0 10px;
    color: #333;
    transition: all 0.2s ease-in-out;
  }
  .fontstyle{
     font-family: Calibri;
 }
  .social-icons a:hover {
    color: #0077B5;
  }
  
  .social-icons i {
    font-size: 40px;
  }  
   #navbar ul li a {
    font-size: 18px;
    color: white;
    font-weight: 700;
    display: block;
    padding: 10px 22px;
    border-radius: 20px;
    text-decoration: none;
    /* color: rgb(31, 143, 56); */
    font-family: 'Poppins', sans-serif;
  }
  #navbar ul li a:hover {
    /* color: rgb(27, 199, 53); */
    background-color: #21130d;
  }
  
  body {
    overflow-x: hidden;
    /* background-color: rgb(10, 10, 10); */
  }
  /* Nav baar :LOGO AND IMAGE */
  
  #logo {
    height: 56px;
    margin: 0px 6px;
  }
  
  #navbar ul {
    display: flex;
  }
  
  /* #navbar::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 23%;
    width: 250%;
    z-index: -1;
    opacity: 10.5;
  } */
  
  #navbar ul li {
    list-style-type: none;
  }
  


  
  .bg-style {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .contact-button {
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    color: white !important;
    border: 2px solid white;
    padding: 9px 21px;
    font-size: 16px;
    font-weight: bold;
    background: #104A5A;
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }
  .contact-button:hover{
    opacity: 0.9;
    background: #21130d;
  }
  .contact-buttoni {
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    color: gray !important;
    border: 2px solid white;
    padding: 9px 21px;
    font-size: 16px;
    font-weight: 600;
    /* background: #104A5A; */
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }
  .contact-buttoni:hover{
    opacity: 0.9;
    /* background: #104A5A; */
  }
  .hid{
    display: none;
  }
  @media screen and (max-width: 991px) {
    .hid{
      display: block;
    }
  }
  @media screen and (max-width: 991px) {
    .contact-buttoni{
      display: none;
    }
  }
  @media screen and (max-width: 1030px ) and (min-width:994px) {
    #navbar ul li a {
      font-size: 14px;
   
    font-weight: 600;
      display: block;
      padding: 10px 22px;
      border-radius: 20px;
      text-decoration: none;
      /* color: rgb(31, 143, 56); */
      font-family: 'Poppins', sans-serif;
    }
  }
  @media screen and (max-width: 994px ) and (min-width:992px) {
    #navbar ul li a {
      font-size: 13px;
   
    font-weight: 600;
      display: block;
      padding: 10px 22px;
      border-radius: 20px;
      text-decoration: none;
      /* color: rgb(31, 143, 56); */
      font-family: 'Poppins', sans-serif;
    }
  }
  .buton {
    border-radius: 7px;
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 2px solid white;
    padding: 10px 34px;
   
    font-size: 13px;
    font-weight: bold;
    background:#104A5A;
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }
  
  .buton:hover {
    border: 2px solid white;
    color: white;
    background: #104A5A;
    transition: 0.5s;
  }
  
  /* navbar end  */


.cardii{
    background-color: #191919;
}
.card-text h3{
    font-weight: 500;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    color: white
  }
.card-text p{
    font-weight: 500;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: white
  }
.card-text ul li{
    font-weight: 500;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: white
  }








  .thirteen h1 {
    position:relative; color: white; font-size:26px; font-weight:700;  letter-spacing:0px; text-transform:uppercase; width:250px; text-align:center; margin:auto; white-space:nowrap; border:2px solid #FFF;padding:5px 11px 3px 11px;
  }
  .thirteen h1:before, .thirteen h1:after {
      background-color: #c50000;
      position:absolute; 
      content: '';
      height: 7px;
  
      width: 7px; border-radius:50%;
      bottom: 12px;
  }
  .thirteen h1:before {
     left:-20px;
  }
  .thirteen h1:after {
     right:-20px;
  }
  
  /* footer start  */

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
  
  *{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
  }
  
  
  
  
  
  footer{
    color: #fff;
    /* background-image: linear-gradient(90deg, 	rgb(52,58,64)0%, rgba(93,97,102) 100%); */
   background-image: url(./images/pre.jpg);
    position: relative;
    width: 100%;
    height: 100%;
   opacity: 0.9;
   background-size: cover;
    font-size: 0.8rem;
    bottom: 0;
  }
  
  
  
  @media (max-width:960px) {
    footer{
      width: 100%;
    
    }
    
    .main{
    
   display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr 1fr;
  }
    
    .logo{
      grid-column: 1/3;
    }
    
    .office{
      grid-column: 3/5;
    }
    .link{
      grid-column: 1/3;
    }
    
    
  }
  
  
  
  
  
  @media (max-width:660px){
    .main{
      gap:20px;
      margin: 0;
  
    }
    
    .icons{
      display: flex;
    }
    
   
    
    .row{
      grid-column: 1/4;
    }
  }
  
  
  
  
  
  
  
  .manik{
    width: 120px;
  }
  .main{
    
    padding-top: 20px;
    padding-bottom: 10px;
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(4, 1fr );
  }
  .row{
   margin-top: 50px;
  }
  .footer-header{
    font-size: 1.5rem;
    
  }
  
  .office-des{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .office a{
    text-decoration: none;
    color: #fff;
    
  }
  .office a:hover{
    color: #98A8F8;
  }
  .num{
    font-size: 1rem;
    font-weight: 500;
  }
  
  .link-des{
    display: flex;
    flex-direction: column;
    gap:10px;
  }
  .link-des a{
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
  }
  
  .link-des a:hover{
    color: wheat;
    transition: linear 0.3s;
  }
  
  .btn-know{
    text-decoration: none;
    background-color: #fff;
    padding: 10px;
    position: relative;
    top: 30px;
    background-color: transparent;
    border: 1px solid #98A8F8;
    color: #98A8F8;
    text-transform: uppercase;
    border-radius:10px;
    
  }
  
  
  .btn-know:hover{
    color: white; 
    background-color: #98A8F8;
    transition: linear 0.3s;
  }
  .subcribe{
    display: flex;
  }
  input[type=mail]{
    border: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    font-size: 0.8rem;
  }
  .sub-icon{
    margin: 7px;
    margin-right: 15px;
    margin-left: 0;
    font-size: 1.5rem;
  }
  .ri-arrow-right-line{
    margin-left: 0;
    
  }
  
  .icons a{
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    align-items: center;
    font-size: 1.1rem;
    margin: 2%;
  }
.text-lg-end {     text-align: right!important; }
  .social-icons i {
    font-size: 40px;
}
.col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
}
  .social-icon{
    position: relative;
    top:2px;
  }
  .icons a:hover{
    color: #fff;
    background-color: #1051b3;
    border-color: wheat;;
  }
  .carousel-item {
    
    transition: transform .6s ease-in-out;
}
  .newsletter-des{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .footer-sec h2{
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
  }
      /* footer end */