body{
    margin: 0;
    padding: 0;
background-color: #edf8f8;
box-sizing: border-box;


}

.header{
    position: relative;
    padding: 0 2rem;
}
.nav{
    background-color: white;
    height: 90px;
    min-width: 100vw;
    position: fixed;
    z-index: 99;

}

.navtop{
    background-color: #edf8f8;
    height: 33px;
    width: 100%;
    display: flex;
    justify-content: start;
    /* padding-left: 90px; */
   
    align-items: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.navtop b {
    font-weight: 500;
    color: #1b3e7a;
    
}
.nav{
    box-shadow: 2px 2px 18px grey;
    justify-content: space-around;
    align-items: center;
}
.webname{
    background: linear-gradient(90deg,#159e9e,#bf14c2);
    /* font-family: Poppins; */
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.weblinkscon ul li{
    display: inline-block;
  
    list-style-type: none;
    margin: 15px;
    color: #1b3e7a;
    text-transform: uppercase;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  
}

#li1:hover{
    scale:1.2;
    color: black;
    text-shadow: 5px 5px 10px #1b3e7a;
    
}
 .toggle_btn{
    cursor: pointer;
    display: none;
}
/* .dropdown_menu{
     display: none; 
    position: absolute;
    right: 2rem;
    top: 90px;
    height: 0;
    width: 300px;
    background-color: rgba(24, 23, 23, 0.1);
    backdrop-filter: blur(25px);
border-radius: 10px;
overflow: hidden;
transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
} */
.dropdown_menu.open{
    height: 290px;
    
}
.dropdown_menu li{
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#li2{
  font-size: 20px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color:aliceblue;
  font-weight: 520;
}
.offcanvas{
  position: absolute;
    right: 2rem;
    top: 90px;
    height: 500px;
    width: 300px;
    color: aliceblue;
    background-color: rgba(0, 0, 0, 0.5);
   
border-radius: 10px;
overflow: hidden;
/* transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); */
}
@media(max-width: 716px){
.toggle_btn{
      display:block;
      margin-bottom: 20px;
    }

    #li1{
        display:none;
      }
      .dropdown_menu{
        display: block;
      }
  }

  a{
    text-decoration:none;
    color:black;
  }
  a:hover{
    color:black;
  }
  @media  (max-width: 716px){
    .offcanvas{
         left: 2rem;
         width: unset;
        }
    
   
      }
     
      
      .readmore{
        color: #fff;
        background-color: #1b3e7a;
        box-shadow: 3px 3px 7px gray;
        margin-top: 50px;
        transition: 0.8s;
        scale: 1.1;
        margin-left: 10px;
      }
      .readmore3:hover{
        color: #fff;
        scale: 1.1;
      }
      .readmore2:hover{
        color: #fff;
    
      }
      
    .serdiv1{
      /* height: 280px; */
      /* width: 290px; */
      background-color: #edf8f8;
      box-shadow: 2px 7px 11px 2px rgba(37, 37, 37, 0.2), 0 7px 21px 0 rgba(27, 27, 27, 0.19);
     /* display: flex;
     justify-content: center; */
     padding-top: 10px;
    }
    .fa-4x{
      display: inline-block;
      color: #1b3e7a;
    }
    .divi{
      display: flex;
      justify-content: center;
    }
    .serhead{
      color: #1b3e7a;
      text-align: center;
    }
    .serp{
      color: #102242;
      text-align: center;
      padding: 10px;
    }
    .readmore2{
      color: #fff;
      background-color: #1b3e7a;
      box-shadow: 3px 3px 7px gray;
      /* display: block;
      justify-content: center;
      align-items: center; */
    }
    .readmore3{
      color: #fff;
      background-color: #1b3e7a;
      box-shadow: 3px 3px 7px gray;
    }
    @media only screen and (max-width: 995px){
      .ok2{
        padding-top: 30px;
      
      }

    }
    @media only screen and (max-width: 767px){
      .ok{
        padding: 20px;
        padding-left: 50px;
        padding-right:50px;
      }

    }
    
 

.divcon{
min-height:  80vh;
  width: 100%;
  background-color: #edf8f8;
  /* padding-top: 10rem; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.container2{
  
  width: 70%;
  background:#fff;
  padding: 30px 60px 40px 40px;
  border-radius: 6px;
  box-shadow: 0px 5px 10px grey;


}
.content2{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left-side{
  width: 25%;
  height: 100%;
  margin-top: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.left-side::before{
  content: '';
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  width: 2px;
  background: #afafb6;
}
.details{
  margin: 14px;
  text-align: center;
}
.details i{
font-size: 30px;
color:#1b3e7a;
margin-bottom: 10px;
}
.topic{
  font-size: 18px;
  font-weight: 500;
 
}
.text-one,
.text-two{
  font-size: 14px;
  color: #646466;
}
.right-side{
  width: 75%;
 margin-left: 75px;
}
.topic-text{
  font-size: 23px;
  font-weight: 600;
  color: #1b3e7a;
}
.input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.input-box input,
.input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 500;
  background: #edf8f8;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 100px;

}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.button input{
color: #fff;
font-size: 18px;
background-color: #1b3e7a;
padding: 8px 16px;
border-radius: 6px;
outline: none;
border: none;
cursor: pointer;
transition: all 0.3s ease;
}
.button input:hover{
  background-color: #326dd3;
}
@media (max-width:920px){
  .container2{
    width: 90%;
    padding: 30px 35px 40px 35px;
  }
}
@media (max-width:810px){
  .container2{
    margin: 14px 0;
    height: 100%;
  }
  .container2 .content2{
    flex-direction: column-reverse;
  }
  .content2 .left-side{
    width: 100%;
    flex-direction: row;
    margin-top: 40px;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .content2 .left-side::before{
  display: none;
}
.content2 .right-side{
  width: 100%;
  margin-left: 0;
}

}
.divabout{

    background-color: #ffffff;
    color: rgb(30, 59, 107);
    font-family:Questrial, Helvetica, Arial, Lucida, sans-serif;
    padding: 0 15rem;
    transition: 0.5s;
    overflow: hidden;
  }
  .about-us{
    padding: 80px 0px;
    padding-right: 30px;
  }
  .container3{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .row3{
    display: flex;
    flex-wrap: wrap;
  }
  .flex{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
  }
  .about-us h2{
    font-size: 45px;
    margin-bottom:20px ;
    color: #333;
  }
  .about-us h6{
    padding-top: 15px;
  }
  .about-us p{
    color: #1E3B6B    ;
    line-height: 1.5;
    font-size: 15px;
    font-family:  Questrial (ttf),  Helvetica, Arial, Lucida, sans-serif;
    text-align: justify;

 margin-bottom:20px ;
  }
  .imgty{
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 51% 22% 49% 17% / 41% 17% 49% 23% ;
    margin: 0 auto;
  }
  .loa{
    display: block;
    justify-content: center;
    align-items: center;
    color: #1b3e7a;
    text-shadow: 2px 2px 5px gray;
    
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
.im{
    display: block;
    max-width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    margin: 0 auto;

  }
  .imgtt{
    
      display: block;
      max-width: 100%;
      height: auto;
 mix-blend-mode: multiply;
      margin: 0 auto;
    }
  
  @media only screen and (max-width: 900px){
 .row3{
  flex-direction: column;
 }
 .flex{
  max-width: 100%;
 }
 .about-us h2{
  font-size: 16px;
 }
 
.about-us h1{
  font-size: 35px;
}
  }
  .container4{

    display: grid;
    justify-content: center;
    gap: 20px;
    column-gap: 15px;
    grid-template-columns: 600px 300px 300px;
    grid-template-rows: 300px 300px;
  }
  .box{

    padding: 12px;
  }
  .box1{
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .box h4{
    color: #1b3e7a;
    padding: 5px;
    padding-top: 10px;
    font-family:
    Helvetica,
    Arial,
    Lucida,
    sans-serif;
    font-weight: 
    600;
  }
  .box p{
    color: rgb(90, 89, 89);
  }
  .divindiv{
  margin: auto;

    width: 90%;
    background-color: #edf8f8;
    height: 50%;
   display: flex;
justify-content: space-between;
  }
  .box1 h4{
    /* margin-top: 30px; */
   padding-left: 30px;
    padding-top: 80px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  .box a{
font-size: 20px;
text-decoration: underline;
color: #253f6d;
  }
  .site-footer {
    background-color: #edf8f8;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color:#232c3b;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    }
    .site-footer hr {
    border-top-color: #bbbbbb;
    opacity: 0.5;
    }
    .site-footer hr.small {
    margin: 20px 0;
    }
    .site-footer h6 {
    color:#1b3e7a;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
    }
    .site-footer a {
    color: #232c3b;
    }
    .site-footer a:hover {
    color: black;
    text-decoration: none;
    }
    .footer-links {
    padding-left: 0;
    list-style: none;
    }
    .footer-links li {
    display: block;
    }
    .footer-links a {
    color: #232c3b;
    }
    .footer-links a:active,
    .footer-links a:focus,
    .footer-links a:hover {
    color: #1b3e7a;
    text-decoration: none;
    }
    .site-footer .social-icons {
    text-align: right;
    }
    .site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d;
    }
    .copyright-text {
    margin: 0;
    }
    @media (max-width: 991px) {
    .site-footer [class^="col-"] {
    margin-bottom: 30px;
    }
    }
    @media (max-width: 767px) {
    .site-footer {
    padding-bottom: 0;
    }
    .site-footer .copyright-text,
    .site-footer .social-icons {
    text-align: center;
    }
    }
    .social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    }
    .social-icons li {
    display: inline-block;
    margin-bottom: 4px;
    }
    .social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    }
    .logo{
    color:#1b3e7a;
    font-weight: 600;
    }
    .social-icons a:active,
    .social-icons a:focus,
    .social-icons a:hover {
    color: #fff;
    background-color: #29aafe;
    }
    .social-icons a.facebook:hover {
    background-color: #3b5998;
    }
    .social-icons a.twitter:hover {
    background-color: #00aced;
    }
    .social-icons a.linkedin:hover {
    background-color: #007bb6;
    }
    .social-icons a.dribbble:hover {
    background-color: #ea4c89;
    }
.displayblock{
  display: block;
}
