
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
/* this is for mobile */
*{
    margin: 0;
    padding: 0;
 
  
}
body{
    width: 100%;
  background-image: linear-gradient( #00172D,#02386E,#0052A2);
 color:wheat ;
  box-sizing: border-box;
  text-decoration: none;
  
}
/* Objectives & Goals    background */
.bginfo{
  border-radius: 15px;
  box-shadow: 0 5px 5px black;
  background: rgba(2, 85, 168, 0.2);
  color:wheat;
      margin:35px;
      padding-bottom:20px;
      
 }
 /* Core Value Statement  background */
 .bginfo2{
  border-radius: 15px;
  box-shadow: 0 5px 5px black;
  background: rgba(2, 85, 168, 0.2);
  color:wheat;
  margin:30px;
  
       padding-bottom:20px;
    }
/* contact form heading */
#our{
 margin-bottom: 60px;
}
/* div for all info  */
 .wrapper{
    width: 100%;  
    margin-bottom:50px;
    margin-top:40px;
       
}
/* banner images  */
#ban-logo{
    margin-left:30%;
        margin-top: -10%;
        width:40%;
        height:40%;
}
/* marquee div css */
#ban{
   margin-top: 5%;
  color:#ffdf00;
   border: 1px solid #EEA47FFF;
      border-radius: 1px;
  
}

/* div for all info  */
.wrapper2{
    width: 100%;  
    margin-bottom:30px;
    margin-top:40px;
       
}
/* services contact */
#cn{
    color:#EEA47FFF ;
     text-decoration: none;
  
}
/* Core Value Statement &   Objectives & Goals  text color */
.he{
color: #EEA47FFF;
}
/* background  for index.html contact page */
#bg1{
background-image: url("img/bgm/31.jpg");
 width: 100%;
background-repeat: no-repeat;
background-size: 100% 100%;
}
/* background rather then index.html,contact  page */
#bg2{
  background-image: url("img/bgm/33.jpg");
   width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  }
   
  /* heading for all sub headindg in index.html */
.hh{
color: wheat;
text-decoration: none;
}
/* css for all h2 tages on website */
h2{
  text-align: center;
  padding-top: 10px;
  color:white;
  
}
/* css for images about us and services  */
.img4{
    width: 90%;
    background-position: center;
    margin-left: 20px;
    border-radius: 15px;
}
/* css for images about us , builiding and home  */
.img3{
  width: 90%;
  background-position: center;
  margin-left: 20px;
  border-radius: 15px ;
}
/* css for images home */
.img2{
  width: 90%;
  background-position: center;
  margin-left: 20px;
  border-radius: 15px;
}
/* css for images home and services  */
.img1{
  width: 90%;
  background-position: center;
  margin-left: 20px;
  border-radius: 15px;
}
/* css for images about us  */
.img5{
  width: 90%;
  background-position: center;
  margin-left: 20px;
  border-radius: 15px ;
}
/* css for all h3 tages on website */
 h3{
    padding: 30px 30px 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 44px;
    color:#EEA47FFF ;
  

}
/* css for all ancher tages on website */
a{
  text-decoration: none;
  color:#FF0000;
}
/* css for all h4 tages on website */
 h4{
    padding: 2px 30px 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 44px;
    
    color:#EEA47FFF ;
    text-decoration: underline;

}
/* css for all peragraph tages on website */
 p{
    padding: 0px 30px 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;

}
/* css for all ordered list tages on website */
 ol{
    padding: 0px 30px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;

}
/* css for all unordered list tages on website */
 ul{
    padding: 0px 30px 0px;
    margin-left: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;

}
/* css for burger icon */
nav .menu-btn i{
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: block;
  }
  /* to hide checkbox icon  */
  input[type="checkbox"]{
    display: none;
  }
  /* to hide nav bar image */
  #logo{
    display: none;
  }
  /* thos is to hide banner headding name */
nav .logo{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    display: none;
  }
  /* css for headding images */
.imghea{
  display: flex;
}

/* navigation bar css */
  nav{
    display: flex;
    height: 80px;
margin-top: 30px;
margin-left: 30px;
    background: transparent;
    align-items: baseline;
    justify-content: space-between;
    
    flex-wrap: wrap;
  }
  /* nav bar  for nav bar in mobile */
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  
/* navigation bar all unordered list css */
  nav ul{
    position: fixed;
    top: 80px;
    left: -130%;
    width: 100%;
    padding-left: 0%;
    margin-left: 0%;
  
    display: block;
    transition: all 0.3s ease;
    flex-wrap: wrap;
      background: rgba(2, 85, 168, 0.4);
    list-style: none;
  }
    /* nav bar  for nav bar in mobile */

  #click:checked ~ ul{
    left: 0;
  }
  /* navigation bar all list css */
  nav ul li{
    width: 100%;
    
  }

 /* navigation bar all ancor css */
  nav ul li a{
    color: #f2f2f2;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
   /* nav bar  for nav bar in mobile */
  #click:checked ~ ul li a{
    margin-left: 0px;
  }
  /* to show whic fild is active */
  nav ul li a.active,
  nav ul li a:hover{
    background: none;
    color: cyan;
  }
/* css for readmore button */
#myBtn{
  background-color:wheat;
  transition-duration: 0.4s;
  cursor: pointer;
 
  color:blue;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
}
/* css for readmore button when cursor place on it */
#myBtn:hover{
  background-color: #EEA47FFF;
  color: blue;
}
/* for submie button  */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  
}
/* contact no  */
#cn{
  color:#EEA47FFF ;
   text-decoration: none;

}
/* css for all lable tages on website */
label{
                    
  font-size: 18px;
                
            }  /* css for all input  tag in form */
          
form .data input{
  height: 100%;
  width: 100%;
  padding-left: 10px;
  font-size: 17px;
  border: 1px solid silver;
}
/* css for all image in box */
.divimg1{
  width: 100%;
  border-radius: 8px;
  
}
/* css for box in index page */
.box{
  margin: 20px 5px;
  width: 90%;
  border-radius: 15px;
  box-shadow: 0 5px 5px black;
  background: rgba(2, 85, 168, 0.3);
  color:wheat;
}
/* contact form artical */
.img{
    margin-top:30px;
}
/* css for block in index page */
.block{
    
 margin-left: 20px;
  
  
}
/* contact form */

.container{
    margin-top:30px;
  
   width: 90%;
  padding: 10px;
    border-radius: 15px;
  box-shadow: 5px 5px 5px black;
}
  /* css for all input  tag in form on website */
input{
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: transparent;
  color: wheat;
}
  /* css for all text area tag in form on website */
textarea{
  border: 1px solid #ccc;
  color: wheat;
  border-radius: 4px;
  background-color: transparent;
}
/* for all heading in website */
#heading{
     font-family: Constantia,Arial, Helvetica, sans-serif;
  color:#d5a0f6;
  text-shadow: 1px 0.5px 2px rgb(8,6,4);
}
 /* css for all from group tag in form on website */
.form-group{
  color: wheat;
}
/* this is to show error color in contact form */
#more {display: none;}
.danger{
  color: red;
  background-color: transparent;
}

/* this is to show success color in contact form */
.success{
  color: green;
  background-color: transparent;

}
    /* IMG SLID SHOW START */
  
    * {
      box-sizing: border-box
    }
 
    .mySlides {
      display: none
    }
    img {
      vertical-align: middle;
      border-radius: 15px;
    }
    .slideshow-container {
      max-width: 1000px;
      position: relative;
      margin: auto;
    }
    /* Next & previous buttons */
    .prev,
    .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      padding: 16px;
      margin-top: -22px;
      color: white;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
    }
    /* Position the "next button" to the right */
    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
      background-color: rgba(0, 0, 0, 0.8);
    }
    /* Caption text */
    .text {
         font-family: Arial, Helvetica, sans-serif;
      color: #ffffff;
      font-size: 25px;
      padding: 8px 12px;
      position: absolute;
      bottom: 8px;
      width: 100%;
      text-align: center;
    }
    /* Number text (1/3 etc) */
    .numbertext {
      color: #ffffff;
      font-size: 12px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
    }
    /* The dots/bullets/indicators */
    .dot {
      cursor: pointer;
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: #999999;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
    }
    .active,
    .dot:hover {
      background-color: #111111;
    }
    /* Fading animation */
    .fade {
      -webkit-animation-name: fade;
      -webkit-animation-duration: 1.5s;
      animation-name: fade;
      animation-duration: 1.5s;
    }
    @-webkit-keyframes fade {
      from {
        opacity: .4
      }
      to {
        opacity: 1
      }
    }
    @keyframes fade {
      from {
        opacity: .4
      }
      to {
        opacity: 1
      }
    }
    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 300px) {
      .prev,
      .next,
      .text {
        font-size: 11px
      }
    }
   /* IMG SLID SHOW END */
/* this is for tablate view */
@media only screen and (min-width: 768px){

    .wrapper{
        width: 600px;
        margin: 0 auto;
    }
      .wrapper2{
        width: 600px;
        margin: 0 auto;
    }
    .wrapper1{
      width: 600px;
      margin: 0 auto;
  }
  .block{
    margin-left: 80px;
     
     
   }
   #ban-logo{
 display:none;
    align-items:center;
}
   #heading{
     margin-left: 30px;
   }
   .box{
    margin: 20px 5px;
    width: 85%;
  
    
    
   
  }

    h2{
      
      font-size: 40px;
    }
    .bdc{
      background-color: lightsteelblue;
    }
     
     h3{
        padding: 10px 10px 0px;
       
        font-size: 45px;
        line-height: 44px;
    
    }
   h4{
        padding: 2px 10px 3px;
        
        font-size: 35px;
        line-height: 44px;
    
    }
     p{
        padding: 7px 10px 20px;
      
        font-size: 20px;
        line-height: 30px;
    
    }
    ol{
        padding: 0px 10px 3px;
       
        font-size: 20px;
        line-height: 44px;
    
    }
     ul{
        padding: 0px 10px 3px;
        
        font-size: 20px;
        line-height: 44px;
    
    }


    nav ul{
      display: flex;
      position: sticky;
      margin-left: 47%;
      background:transparent;
   
      flex-wrap: initial;
      
    
    }
    nav ul li{
      margin: 0 0px;
      width: 23%;
    }
    nav ul li a{
      letter-spacing: 0px;
      width: 0%;
      margin-left: 10px;
       
        font-size: 18px;
       
       
      }
    
      nav ul li a.active,
      nav ul li a:hover{
        color:white;
        font-weight: bold;
        text-decoration: underline;
      
        background:transparent;
      }
    nav .menu-btn i{
      
      display: none;
    }
  
  
    .logo{
      margin-bottom: -50px;
    }

   
}
/* this is for laptop view */

@media only screen and (min-width: 1000px){

    
    .wrapper{
     
        width:100%;
       display: flex;
    }
  
    .wrapper1{
      width:100%;

     display: flex;
     flex-flow: row-reverse wrap;
  }
  
    h2{
      
      font-size: 50px;
    }
   .info{
    margin-left: 50px;
       width: 50%;
      
   }

 /* Core Value Statement  background */
 
   .bginfo{
  
       width: 50%;
       
   }
   .bginfo2{
       padding :20px;
   
    
       width: 50%;
       
      
   }
   .img4{
  margin-top: 10px;
margin-left: 40px;
       width: 42%;
       height: 70vh;
       margin:40px;
       
   }
   .info3{
    
    width: 50%;
   
}


.info3{
  margin-left: 50px;
  width: 50%;
 
}

.img5{


  margin-left: 0px;
  width: 44%;
  height: 70vh;
  
}
  nav{
      margin-top:5px;
  }
ol{
    padding: 0px 30px 3px;

   
    line-height: 30px;

}

.banner{


     margin-bottom: 20px;
}


nav ul{
    display: flex;
    position: sticky;
    margin-left: 63%;
    background:transparent;
 
    flex-wrap: initial;
    
  
  }
  nav ul li{
    margin: 0 0px;
    width: 23%;
  }
  nav ul li a{
    letter-spacing: 0px;
    width: 0%;
    margin-left: 10px;
     
      font-size: 18px;
     
     
    }
  
  nav ul li a.active,
  nav ul li a:hover{
    color:white;
    font-weight: bold;
    text-decoration: underline;
  
    background:transparent;
  }
  nav .menu-btn i{
    
    display: none;
  }



  .logo{
    margin-bottom: -50px;
  }
  #logo1{
    display:block;
  }
  
 
  .info1{
    
    margin-left: 50px;
    width: 50%;
   
}
.img1{

  margin-left: 0px;
    width: 44%;
    
} .info2{
    margin-left: 50px;
  width: 50%;
 
}
.img2{


  margin-left: 0px;
  width: 44%;
  

}
.img3{


  margin-left: 0px;
  width: 44%;
  
}
.block{
  display: flex;
  margin-left: 40px;
  margin-right: 40px;

}
.box{
 
  width: 100%;
  
}
  #logo{
        width:19%;
        height:15%;
            display:block;
  }
   #ban-logo{
 display:none;
    align-items:center;
}
.imghea{
  display: flex;
 

}
   #heading{
     
     margin-left: 10px;
     margin-right: 10px;
   }
#bg1{
background-image: url("img/bgl/30.jpg");
 width: 100%;
background-repeat: no-repeat;
background-size: 100% 100%;
}
#bg2{
  background-image: url("img/bgl/32.jpg");
   width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  }
}

@media only screen and (min-width: 1900px){
.imghea{
 margin-left: 100px;
}
}

   
