@import url('https://fonts.googleapis.com/css2?family=Signika+Negative:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;
/* font-family: 'Signika Negative', sans-serif; */
font-family: 'saira', sans-serif;
}

:root{
    --heading:2rem;
    --subhead:1rem;
    --para:1rem;
    --normal-text:1rem;

    /* colour palette for 3‑dimensional professional look */
    --primary: #4e54c8;           /* deep indigo */
    --secondary: #8f94fb;         /* lighter violet */
    --accent: #ff6a00;            /* warm orange */
    --dark-bg: #1a1a2e;           /* very dark navy */
    --light-bg: #f5f5f5;          /* off‑white */
    --text-color: #333333;        /* dark grey for body text */
    --dark-text: #222222;
    --light-text: #fafafa;
}


body{
    width:100vw;
    overflow-x: hidden;
    /* use a very light background so text is always clear */
    background: var(--light-bg);
    color: var(--text-color);
    font-smoothing: antialiased;
}

/* make main/article areas explicitly light as well */
main, article, .services-container, #features, section {
    background: var(--light-bg);
}

/* global contrast rules */
body, p, li, span, input, textarea, button {
    color: var(--text-color);
}
h1,h2,h3,h4,h5,h6 {
    color: var(--primary);
}
a {
    color: var(--accent);
    text-decoration: none;
}
a:hover, a:focus {
    color: var(--secondary);
}

/* utility classes for dark/light backgrounds */
.dark-bg { background: var(--dark-bg); color: var(--light-text); }
.light-bg { background: var(--light-bg); color: var(--dark-text); }
.dark-bg a { color: var(--secondary); }
.light-bg a { color: var(--primary); }

/* ensure navbar middle text contrasts with its white background */
#navbar_contain .middle_head,
#navbar_contain .middle_head .col {
    color: var(--text-color);
}


#navbar_contain{
    width:100vw;
    position: fixed;
z-index:20000;
top:0;
left:0;
right:0;
transition:0.4s linear;
}


#navbar_contain .top_head{
    display:flex;
    justify-content:space-between;
    padding: 10px 40px;
    font-size: var(--normal-text);
    color:white;
    /* background:black; */
    background:#2A2B6B;

}




#navbar_contain .top_head .col span{
    margin-left: 20px;
    /* color:rgb(255,49,21); */
    color:rgb(224, 224, 224);

}

#navbar_contain .top_head .col i{
    margin:0px 3px;
    color:rgb(224, 224, 224);
}


::-webkit-scrollbar {
  width: 2px;
}
::-webkit-scrollbar-track {
  background: #242526;
}
::-webkit-scrollbar-thumb {
  background: #3A3B3C;
}

#desk_logo img{
  width:110px;
  aspect-ratio:1/1;
}


@media screen and (max-width: 600px) {
  #navbar_contain .top_head{

    font-size:0.8rem;

}


}

#navbar_contain .middle_head{
    display:flex;
    justify-content: space-between;
    padding: 10px 40px;
    align-items: center;
    background:white;


}





#navbar_contain .middle_head .col{
    display:flex;
    color:white;
}


#navbar_contain .middle_head .col .cola{
  display:flex;
  justify-content: center;
  align-items: center;
  margin:0px 20px;  
  box-shadow: rgba(0, 0, 0, 0.233) 0px 4px 12px 0px;
  padding:6px 12px;
  border-radius:5px;
  background:#42439e;

}

#navbar_contain .middle_head .col i{
    font-size:2rem;
    color:white;
}

#navbar_contain .middle_head .col  .mail_us{
    font-size: 0.8rem;
    font-weight:700;
    padding-left: 5px;
    margin-left: 5px;
    color:white;

}

#navbar_contain .middle_head .col .mail_us .row1{
  font-size:0.9rem;
font-weight:800;
}

#navbar_contain .middle_head .col span{
    font-size: 1.7rem;
    font-weight: 800;
    margin-top:15px;
    font-size: 2.2rem;
    margin-left:10px;
}



@media screen and (max-width: 600px) {
  #navbar_contain .middle_head{
    justify-content: center;
  padding: 20px 0px;
  flex-direction: column;
  align-items: center;
}



#navbar_contain .middle_head .col i{
  font-size:1.4rem;
  /* color:rgb(228,31,5); */
}

#navbar_contain .middle_head .col  .mail_us{
  font-size: 0.7rem;
  margin-left: 10px;
}

#navbar_contain .middle_head .col span{
  font-size: 1.6rem;
  font-weight: 800;
  margin-top:25px;
}


#desk_logo{
  margin-bottom:10px;
}


#desk_logo img{
  width:60px;
}


#navbar_contain .middle_head .col .cola{
  display:flex;
  justify-content: center;
  align-items: center;
  margin:0px 5px;  
  box-shadow: rgba(0, 0, 0, 0.233) 0px 4px 12px 0px;
  padding:5px 10px;

}





}


nav{
    z-index: 99;
    width: 100%;
    background: #ecedff;
  }
  nav .wrapper{
    position: relative;
    padding: 0px 0px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .wrapper .logo a{
    color: #2A2B6B;;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
  }
  .wrapper .nav-links{
    display: inline-flex;
  }
  .nav-links li{
    list-style: none;
  }
  .nav-links li a{
    color: #2A2B6B;
    text-decoration: none;
    font-size:1.2rem;
    font-weight: 700;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links li a:hover{
    background: #eaeaea;
  }


  .active_page{
    background:#d0d1ff;;

  }



  .nav-links .mobile-item{
    display: none;
  }
  .nav-links .drop-menu,.nav-links .drop-menu2{
    position: absolute;
    background: black;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  }
  .nav-links li:hover .drop-menu, .nav-links li:hover .drop-menu2,
  .nav-links li:hover .mega-box{
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
  }
  .drop-menu li a,  .drop-menu2 li a{
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
  }
  .mega-box{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
  }
  .mega-box .content{
    background: black;

    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  }
  .mega-box .content .row{
    width: calc(25% - 30px);
    line-height: 45px;
  }
  .content .row img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content .row header{
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
  }
  .content .row .mega-links{
    margin-left: -40px;
    border-left: 1px solid rgba(255,255,255,0.09);
  }
  .row .mega-links li{
    padding: 0 20px;
  }
  .row .mega-links li a{
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
  }
  .row .mega-links li a:hover{
    color: #f2f2f2;
  }
  .wrapper .btn{
    color: #020360;
    font-size: 20px;
    cursor: pointer;
    display: none;
  }
  .wrapper .btn.close-btn{
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 3rem;
  }
  

  nav input{
    display: none;
  }
  




  .home{
    padding:0;
    margin-top: 150px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;


  }

.home .home-slider .box{
    aspect-ratio:2/0.8;
    background-size: cover !important;
    background-position: center !important;



}

.home .home-slider .box .content{
    text-align: center;
    aspect-ratio:2/0.8;
    padding-top:30vh;
    background:rgba(0, 0, 0, 0.707);

}






.home .home-slider .box .content h3{
    font-size:3rem;
    color:#fff;
    transition-delay: .2s;
}

.home .home-slider .box .content p{
    font-size: 1.5rem;
    color:#fff;
    transition-delay: .4s;
    padding:1rem 0;
}







.home .home-slider .box .content .button{
    transition-delay: .6s;
    margin-top:30px;
}
.home .home-slider .box .content .button a{
  text-decoration:none;
  color:white;
  font-size:var(--subhead);
  padding: 8px 20px;
  background:#3d3ea6;;
  border-radius:5px;
}

.home .home-slider .box .content > *{
    transform: translateY(2rem);
    opacity: 0;
}

.home .home-slider .swiper-slide-active .content > *{
    transform: translateY(0rem);
    opacity: 1;
}

.home .home-slider .swiper-button-next{
    right: 4rem;
    color:#fff;
    opacity: 0;
}

.home .home-slider .swiper-button-prev{
    left: 4rem;
    color:#fff;
    opacity: 0;
}

.home .home-slider .swiper-button-next:hover,
.home .home-slider .swiper-button-prev:hover{
    color:var(--main-color);
}

.home .home-slider:hover .swiper-button-next,
.home .home-slider:hover .swiper-button-prev{
    opacity: 1;
}


@media (max-width: 600px) {
  .home .home-slider .box .content{
    padding: 20px;
    padding-top:15vh;
  }


  .home .home-slider .box .content h3{
    font-size: 1.5rem;
  }



  
.home .home-slider .box .content .button{
  margin-top:10px;
  margin-bottom:20px;
}



}

#features{
  display:flex;
  justify-content: center;
  position:relative;
  flex-wrap:wrap;
  top:-90px;
  z-index:100;
  text-align:center;
}




#features .col{
  width: 280px;
  background:var(--dark-bg);
  color:white;
  margin: 60px 20px;
  margin-bottom:0px;
  padding: 20px;
  transition:transform 0.3s ease, box-shadow 0.3s ease;
  cursor:pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  border-radius:20px;
  perspective: 1000px;
  border-bottom:10px solid var(--secondary);
}


#features .col i{
  padding: 10px 40px;
  border-radius:50%;
  position:relative;
  top:-20px;
  color:#5d5fdc;
  background:black;
  transition:0.3s linear;
  font-size:3rem;

}


#features .col .heading{
  font-size: 1.7rem;
  position:relative;
  top:-15px;
}


#features .col .buttonlink a{
  color:white;
  text-decoration:none;
  font-size: 1.2rem;
  padding:5px 30px;
  background:#2A2B6B;
  font-weight: 700;
  
}

#features .col:hover .buttonlink a{
  background:black;

}



#features .col img{
  position:relative;
  top:-15px;
}



#features .col:hover{
  background:var(--secondary);
  transform: translateY(-10px) rotateX(5deg);
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}
#features .col:hover i{
  background:#2A2B6B;
  color:white;
}

@media (max-width:500px){
  #features{
 
    top:0px;
  
    
  }


  #features .col{
    margin: 50px 20px;
    width:100%;
  }


  #features{
    z-index:0;
  }
  
  
  
}



/* accordion */
/* 
h1, h2 {
  color: #ff6873; }

h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100; }

h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  background-color: #fefffa;
  margin: 0;
  cursor: pointer; }

p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2; } */

#about .heading{
  text-align:center;
  font-size:var(--heading);
  font-weight: 700;
  border-bottom:2px solid #020347;;
  width:fit-content;
  margin:10px auto;
}



#about .para{
  color:rgb(122, 122, 122);
  font-weight:600;
}


#about .row{
  display:flex;
  justify-content: center;
  padding:40px 70px;

}



#about .row .col{
  width:50%;
  padding: 30px;
}






#about .row .col img{
  width:100%;
  height:100%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  border-radius:10px;
}

#about .row .col .heading{
  font-size:1.6rem;
  text-align:left;
  font-weight: 900;
  margin-bottom:20px;
  border-bottom:none;
}



  .transition,#about .row .col p,#about .row .col ul li i:before,#about .row .col ul li i:after {
    transition: all 0.25s ease-in-out; }
  
  .flipIn, h1,#about .row .col ul li {
    animation: flipdown 0.5s ease both; }
  

#about .row .col ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0; 
width:100%;
}


#about .row .col ul  li h2{
  font-size: var(--subhead);
  background:#2A2B6B;
  color:white;
  padding:15px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  border-radius:10px;
}

#about .row .col ul li p{
  color:rgb(122, 122, 122);
  font-weight:600;
}


@media (max-width: 600px) {

  #about .row{
  flex-direction:column;
    padding:20px 0px;
  }
  
  
  
  #about .row .col{
    width:100%;
    padding: 20px;
  }
  

  
  #about .para{
    padding:15px 10px;
  }
  


}



  #about .row .col ul  li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    border-top: 1px dotted #dce7eb; }
    #about .row .col  ul li:nth-of-type(1) {
      animation-delay: 0.5s; }
      #about .row .col ul  li:nth-of-type(2) {
      animation-delay: 0.75s; }
      #about .row .col ul  li:nth-of-type(3) {
      animation-delay: 1.0s; }
      #about .row .col ul  li:last-of-type {
      padding-bottom: 0; }

        #about .row .col ul  li input[type=checkbox] {
      position: absolute;
      cursor: pointer;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0; }
      #about .row .col ul  li input[type=checkbox]:checked ~ p {
        margin-top: 0;
        max-height: 0;
        opacity: 0;
        transform: translate(0, 50%); }
        #about .row .col ul  li input[type=checkbox]:checked ~ i:before {
        transform: translate(2px, 0) rotate(45deg); }
        #about .row .col ul li input[type=checkbox]:checked ~ i:after {
        transform: translate(-2px, 0) rotate(-45deg); }

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg); } }


    .review{
      margin-top:0;
    }


    #review{
      margin-top:20px;
      width:100vw;
    
    }


    #review .head{
      width: fit-content;
      margin: 10px auto;
      font-size: 2.4rem;
      font-weight: 800;
      color:rgb(0, 0, 0);
    }
 
    
    
    
    .review .review-slider{
    width: 85vw;
      text-align: center;
      margin: 70px auto;
      padding-bottom: 50px;
    }
    
    .review .review-slider .box{
      outline-offset: 3px;
      background: #fff;
      text-align: center;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      transition: .2s linear;
      border:1px solid transparent;
    padding: 20px;
      width: 380px;
      transition:0.3s ease-in-out;
      border-radius: 7px;

      border-bottom:6px solid #3f41c6;
    }
    
    .review .review-slider .box:hover{
      border-bottom:6px solid #999bff;
      cursor: pointer;
    }
    
    .review .review-slider .box:hover h3{
    color:white;
    }
    
    .review .review-slider .box img{
      height:100px;
      width:100px;
      border-radius: 50%;
      margin-top:10px;
      position:relative;
    }
    
    .review .review-slider .box p{
      padding:10px 20px;
      line-height: 1;
      color:rgb(126, 126, 126);
      font-size: 0.9rem;
      font-weight: 600;
      text-align:justify;

    }
    
    .review .review-slider .box h3{
      padding-bottom: 5px;
      color:black;
      font-size: 1.5rem;
    }
    
    .review .review-slider .box .stars i{
      color:#FF741F;
      font-size: 1.3rem;
    }
    
    .review .subhead{
      text-align:center;
      font-size: 1rem;
      color:grey;
      text-decoration:underline;
    }
    
    
    .review .head{
      text-align:center;
      font-size: 2.1rem;
      color:black;
      font-weight: 600;
      margin-bottom: 50px;
    }
    
    
    .review .review-slider .box p i{
      font-size: 2rem;
      padding-right: 10px;
    color:#1316bc;
    }






    .review{
      margin-top:0;
    }


    .review .head{
      width:fit-content;
      margin: 10px auto;
      font-size:var(--heading);
      font-weight:bolder;
      text-align:center; 

     }
    
    .review .para{
      width:fit-content;
      margin: 10px auto;
      font-size:var(--normal-text);
      max-width: 600px;
      font-weight:600;
      text-align:center; 
      padding: 15px;
     }
    
    
  

    .blog_container .blog-slider{
      width:60vw;
      margin: 70px auto;
      border-bottom:1px solid rgb(228, 228, 228);
      padding-bottom: 50px;
    }
    
    
    
    
    
    
    .blog_container .blog-slider .box2{
      outline-offset: 3px;
      background: #fff;
      text-align: center;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      transition: .2s linear;
      border:1px solid transparent;
      width: 380px;
      overflow: hidden;
      transition:0.3s ease-in-out;
      border-radius: 7px;
    
    }

    
    #download_section{
      width: 100vw;
      display:flex;
      justify-content: center;
      flex-wrap: wrap;
      padding: 40px;
    }




    #download_section .box2{
      background: #fff;
      text-align: center;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
      transition: .2s linear;
      width: 250px;
      overflow: hidden;
      transition:0.3s ease-in-out;
      border-radius: 7px;
      margin:20px;
      cursor:pointer;
    }

    #download_section .box2:hover{
      transform:translateY(20px);
    }

   
    
    .blog_container .blog-slider .box2  img{
      width:100%;
      object-fit: cover;
      transition:0.3s linear;
      filter: brightness(92%) saturate(78%) contrast(127%);
-webkit-filter: brightness(92%) saturate(78%) contrast(127%);
-moz-filter: brightness(92%) saturate(78%) contrast(127%);
    }


   #download_section .box2  img{
      width:100%;
      object-fit: cover;
      transition:0.3s linear;
      filter: brightness(92%) saturate(78%) contrast(127%);
-webkit-filter: brightness(92%) saturate(78%) contrast(127%);
-moz-filter: brightness(92%) saturate(78%) contrast(127%);
    }


 


    #download_section .box2 .price{
      font-size: 1.2rem;
      font-weight: 600;
      padding-top:5px;
      font-family: 'Ubuntu', sans-serif;
    }
    

    


    #download_section .buybutton{
      font-size: 1.4rem;
      font-weight: 600;
      background:rgb(228,31,5);
      color:white;
      width:100%;
      transition:0.1s linear;
      border:none;
      padding:5px;
    }

    #download_section .buybutton:hover{
      background:rgb(179, 27, 7);
    }

    #download_section .buybutton:active{
      background:black;
      transform:scale(0.9);
    }

  
    
    .blog_container .blog-slider .box2:hover  img{
      filter:unset;
      -webkit-filter:unset;
      -moz-filter:unset;

    }
    
   

    .blog_container .blog-slider .box2:hover{
      transform:scale(1.008);
    }
    
    .blog_container .blog-slider .box2  .small_det{
      display:flex;
      justify-content: left;
      margin: 10px 0;
      padding: 0px 25px;
    
    }
    
    
    .blog_container .blog-slider .box2  .small_det div{
      margin: 0px 10px;
      font-size: 0.9em;
    }
    
    
    .blog_container .blog-slider .box2  .small_det div i{
      padding-right: 5px;
      color:rgb(228,31,5);
      font-weight: 600;
    }
    
    
    .blog_container .blog-slider .box2  .head{
      font-size: 1.3rem;
      padding: 0px 25px;
      padding-bottom:0px;
      color:rgb(228,31,5);
      margin:0;
      text-align: left;
    
    }
    
    
    .blog_container .blog-slider .box2 .blog_profile{
      display:flex;
      align-items: center;
      justify-content: left;
    padding-left: 10px;
      padding: 10px 25px;
      font-size: 0.9rem;
    
    }
    
    
    .blog_container .blog-slider .box2 .blog_profile img{
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
    
    
    }
    
    
    
    .blog_prev,.blog_next,.review_next,.review_prev{
      color:rgb(227, 227, 227);
      transition:0.2s linear;
    }
   .blog_next:hover,.blog_prev:hover,.review_next:hover,.review_prev:hover{
      color:rgb(255, 255, 255);
    }


 





    /* blog slider 2 */

    .review2{
      /* background:rgb(249,249,249); */
      margin-top:0;
      padding-top: 40px;
      padding-bottom: 40px;
    }


    .review2 .head{
      width:fit-content;
      margin: 10px auto;
      font-size:var(--heading);
      font-weight:bolder;
     }
    
    .review2 .para{
      width:fit-content;
      margin: 10px auto;
      font-size:var(--normal-text);
      max-width: 600;
      font-weight: 600;
     }
    
    
  

    .blog_container2 .blog-slider{
      width:85vw;
      margin: 70px auto;
      border-bottom:1px solid rgb(228, 228, 228);
      padding-bottom: 50px;
    }
    
    
    
    
    
    
    .blog_container2 .blog-slider .box2{
      /* outline-offset: 3px; */
      background: rgb(249,249,249);
      text-align: center;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      transition: .2s linear;
      border:6px solid white;
      width: 300px;
      overflow: hidden;
      transition:0.3s ease-in-out;
      border-radius: 10px;
border-bottom:6px solid #3e40b3;
      
    }
    

    .blog_container2 .head{
      text-align:center;
      padding:2px 15px;
    }


    .blog_container2 .para{
      text-align:center;
      padding:2px 20px;
    }


    .blog_container2 .blog-slider .box2:hover{
      transform:scale(1.008);
    }
    
    
    
    .blog_container2 .blog-slider .box2 a img{
      width:100%;
      aspect-ratio:1/1.2;
      transition:all 0.3s linear;
      object-fit:cover;
      border-radius: 10px;

    }
    
    .blog_container2 .blog-slider .box2:hover a img{
      filter:unset;
      -webkit-filter:unset;
      -moz-filter:unset;
    }
    
    .blog_container2 .blog-slider .box2 a{
      text-decoration:none;
      color:black;
    }
    
    
    .blog_container2 .blog-slider .box2  .small_det{
      display:flex;
      justify-content: left;
      margin: 10px 0;
      padding: 0px 25px;
    
    }
    
    
    .blog_container2 .blog-slider .box2  .small_det div{
      margin: 0px 10px;
      font-size: 0.9em;
    }
    
    
    .blog_container2 .blog-slider .box2  .small_det div i{
      padding-right: 5px;
      color:rgb(228,31,5);
      font-weight: 600;
    }
    
    
    .blog_container2 .blog-slider .box2  .head{
      font-size: 1.3rem;
      padding: 0px 25px;
      padding-bottom:0px;
      color:rgb(228,31,5);
      margin:0;
      text-align: left;
    
    }
    
    
    .blog_container2 .blog-slider .box2 .blog_profile{
      display:flex;
      align-items: center;
      justify-content: left;
    padding-left: 10px;
      padding: 10px 25px;
      font-size: 0.9rem;
    
    }
    
    
    .blog_container2 .blog-slider .box2 .blog_profile img{
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
    
    
    }


    .team_next,.team_prev{
      color:rgb(227, 227, 227);
      transition:0.2s linear;
    }
    .team_next:hover,.team_prev:hover{
      color:rgb(255, 255, 255);
    }

    #our_team{
      padding: 60px 0;
  }
  
  
  #our_team .subhead{
      text-align:center;
      text-decoration:underline;
      font-size: 0.8rem;
      color:grey;
  }
  
  
  #our_team .head{
      text-align:center;
      font-size: 2.4rem;
      font-weight: 800;
  }
  
  #our_team .para{
    text-align:center;
    margin: 4px auto;
    max-width: 700px;
  font-size: 1.4rem;
  color:rgb(107, 107, 107);
  }
  


  @media screen and (max-width: 600px) {
    #our_team .head{
      font-size: 2.2rem;
  padding: 10px;

  }
  
  #our_team .para{
  font-size: 1.1rem;
  padding: 10px;
  text-align:center;
  }
  }
  
  
  #our_team .teams-container{
    width: 85vw;
    text-align: center;
    margin: 10px auto;
    border-bottom:1px solid rgb(228, 228, 228);
    padding-bottom:10px;
  }
  
  
  
  #our_team .teams-container .slide{
    width: 360px;
    background:white;
    overflow: hidden;
    transition:0.3s ease-in-out;
  border-radius:20px;
padding:0px;
box-shadow: rgba(67, 71, 85, 0.2) 0px 0px 5.6px 0px, rgba(90, 125, 188, 0.05) 0px 5.6px 8px 0px;
border-bottom:5px solid #42439e;
padding:20px;
padding-bottom:10px;
  }
  
  #our_team .teams-container .box {
    width: 100%;
  
  }
  
  
  #our_team .teams-container .box img{
        width:100%;
  }


  #our_team .teams-container .box .naming{
    padding:10px;
    padding-bottom:0px;
    font-size:1.1rem;
    font-weight:700;
  }
  


  #our_team .teams-container .box .designation{
    font-weight:700;
    color:#020360;
    font-size:0.8rem;
  }


  #overlaywal{
    background:url(../assets/images/librarywall.png); 
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
    width:100vw;

  }


#overlaywal .overlay_container{
  width:100vw;
  padding-top: 130px;
  padding-bottom: 130px;
  text-align:center;
  color:white;
  background:rgba(0, 0, 0, 0.692);
}


#overlaywal .overlay_container .head{
  font-size: 2.2rem;
  font-weight: 800;
}

#overlaywal .overlay_container .para{
  font-size: 1.2rem;
  font-weight: 500;
  padding-top: 10px;
}


#overlaywal .overlay_container .button_join{
margin-top: 60px;
}
#overlaywal .overlay_container .button_join a{
  background:#5052c2;
  padding: 10px 21px;
  font-size: 1.4rem;
  color:white;
  text-decoration:none;
  transition:0.1s linear; 
  border-radius:15px;
}
#overlaywal .overlay_container .button_join a:hover{
  background:#2c2ea4;

}
#overlaywal .overlay_container .button_join a:active{
  background:#00013f;

}


@media (max-width: 560px) {


  #overlaywal .overlay_container .head{
    font-size: 1.5rem;
  }
  


  
#overlaywal .overlay_container{
  padding-top: 60px;
  padding-bottom: 60px;
}


}


#latest_news{
 width:100vw;
 padding-top: 100px;
 padding-bottom: 100px;
}


#latest_news .head{
  width: fit-content;
  margin: 10px auto;
  font-size: 2.4rem;
  font-weight: 800;
  text-align:center;
  padding: 2px 15px;
}


#latest_news .para{
  width: fit-content;
  margin: 10px auto;
  font-size: 1.2rem;
  font-weight: 500;
  text-align:center;
  padding:2px 15px;
}


#latest_news .row{
  display:flex;
  justify-content: center;
padding:50px 100px;
}


#latest_news .row .col{
  width: 50%;
padding: 10px;
}


#latest_news .row .col_left {
  border:1px solid rgb(219, 219, 219);
  margin-right:10px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  transition:0.3s linear;
cursor:pointer;

}

#latest_news .row .col_left:hover{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border:1px solid white;
}





#latest_news .row .col_left img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
}


#latest_news .row .col_left .date {
font-size:0.9rem;

}
#latest_news .row .col_left .date i{
  color:rgb(228,31,5);
margin-right: 5px;
}


#latest_news .row .col_left .head {
  font-size:1.5rem;
margin:0;
margin-top:10px;
  }
#latest_news .row .col_left .para {
  font-size:0.9rem;

  }

  #latest_news .row .col_left .button_more{
    margin:10px 0;
    margin-top: 20px;
  }

  #latest_news .row .col_left .button_more a {
    font-size:0.9rem;
    background:rgb(228,31,5);
    color:white;
    padding: 10px 21px;
    text-decoration:none;
    }


#latest_news .row .col_right{
  margin-left:10px;
  border:1px solid rgb(219, 219, 219);

}


#latest_news .row .col_right .row2{
  border:1px solid rgb(219, 219, 219);
margin:10px;
display:flex;
justify-content: center;
padding: 20px;
box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
transition:0.3s linear;
cursor:pointer;
}


#latest_news .row .col_right .row2:hover{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border:1px solid white;
}


#latest_news .row .col_right .row2 .col2left{
    width: 200px;
    height: 100px;
}
#latest_news .row .col_right .row2 .col2left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#latest_news .row .col_right .row2 .col2 {
  padding-left: 10px;
}


#latest_news .row .col_right .row2 .col2 .date{
  font-size: 0.8rem;
    color:rgb(88, 88, 88);

}
#latest_news .row .col_right .row2 .col2 .date i{
  color:rgb(228,31,5);
margin-right: 5px;

}

#latest_news .row .col_right .row2 .col2 .head{
  font-size: 1.2rem;
  font-weight: 800;
  padding:0;
  margin:0;
}



#latest_news .row .col_right .row2 .col2 .para{
  font-size: 0.9rem;
  font-weight: 500;
  margin:0;
  padding:0;
  color:rgb(88, 88, 88);

}


@media (max-width: 970px) {
  #latest_news .row{
  flex-direction:column;
  padding:20px 30px;
  }
  
  
  #latest_news .row .col{
    width: 100%;
  padding: 10px;
  }
  #latest_news .row .col_left {
    margin-right:0px;
  }
  #latest_news .row .col_right {
    margin-left:0px;
  }


}


.overlay_container_here{
  padding-top: 30px;
  padding-bottom:30px;
  /* background:rgba(0, 0, 0, 0.71); */
}


#brand_logos_container{
  padding:20px 0;
}


#brand_logos_container .brand_cont{
  width:fit-content;
}

#brand_logos_container .brand_cont img{
  margin: 0px 30px;
  width:190px;
transition:0.3s linear;
cursor:pointer;
}


#brand_logos_container .brand_cont img:hover{
  transform:scale(1.2);
}





/* footer container */
#footer{
  padding:0px;
  width: 100vw;
  background:url(../assets/images/footerwall.png); 
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  background-attachment: fixed;
  width:100vw;

}

.overlay_contain_footer{
  background:rgba(0, 0, 0, 0.796);
  padding-top: 60px;
}


#footer .footer_top{
  display:flex;
  justify-content: space-around;
  align-items: center;
  color:white;
  padding: 30px;
  border-bottom:1px solid rgb(59, 59, 59);
}

#footer .footer_top .logo img{
  width: 120px;
}


#footer .footer_top .email_cont{
  font-size: 1rem;
  font-weight: 600;
}


#footer .footer_top .email_cont span{
  color:#2e31dc;
}

#footer .footer_top .social_icons a{
  text-decoration:none;
  color:white;
  transition:0.2s linear;
}

#footer .footer_top .social_icons a i{
  font-size: 1.5rem;
  padding:0px 10px;

}

#footer .footer_top .social_icons a:hover{
  color:rgb(165, 165, 165);

}


#footer .footer_bottom{

  color:white;
}


#footer .footer_bottom .row{
  display:flex;
  justify-content: space-around;
}


#footer .footer_bottom .row .col{
padding: 40px;
width: 380px;
}

#footer .footer_bottom .row .col ul li a{
  color:rgb(222, 222, 222);
}

#footer .footer_bottom .row .col .head{
  font-size: 1.2rem;
  font-weight: 700;
  padding-bottom:15px;

}

#footer .footer_bottom .row .col .address_cont{
  border-top: 1px solid rgb(71, 71, 71);
  padding-top: 10px;
  margin-top: 10px;
}

#footer .footer_bottom .row .col ul li,#footer .footer_bottom .row .col .para{
  list-style:none;
  color:rgb(222, 222, 222);
  font-size: 1rem;
  padding-bottom:7px;
}

#footer .footer_bottom .row .col ul li i{
  font-size:1rem;
  color:white;
  padding-right: 10px;
  font-weight: 600;
}

#footer .footer_bottom .row .col .newsletter_cont{
  background:#04000B;
  padding: 40px 30px;
  width: 300px;
  padding-top: 20px;
  border:1px solid rgb(66, 66, 66);
  border-radius: 5px;
  margin-right: 20px;
}

#footer .footer_bottom .row .col .newsletter_cont form .input{
  background:transparent;
  border:none;
  border-bottom:1px solid grey;
  outline:none;
  font-size: 0.9rem;
  color:rgb(176, 176, 176);
  width: 160px;
}

#footer .footer_bottom .row .col .newsletter_cont form .input[type='text']{
  color:rgb(190, 190, 190);
}


#footer .footer_bottom .terms_cont{
  display:flex;
  justify-content: space-between;
  margin:0px 50px;
  padding: 20px 0px;
  border-top: 1px solid rgb(66, 66, 66);
}

#footer .footer_bottom .terms_cont .left a{
  color:#2e31dc;
  text-decoration: none;

}

#footer .footer_bottom .terms_cont .right a{
  color:rgb(189, 189, 189);
  text-decoration: none;
  padding: 0px 20px;
}


@media (max-width: 970px) {
  
  
  #footer .footer_top{
    flex-direction:column;
    text-align:center;
  }

  #footer .footer_bottom .row{
    flex-wrap: wrap;
  }

  #footer .footer_bottom .terms_cont{
    flex-direction:column;
  }

  #footer .footer_bottom .terms_cont .right{
    display:flex;
    flex-direction: column;
    padding:20px 0px;
    
  }


}


.whatsapp_icon_link{
  position:fixed;
  bottom:20px;
  right: 20px;
  z-index:20000;
  width: 55px;
  transform:scale(0);
}

.whatsapp_icon_link{
  transition:0.2s linear;
}

.whatsapp_icon_link a img{
  width: 100%;
  height: 100%;
}

.whatsapp_icon_link:hover{
  transform:scale(1.3);
}




.prefoot{
  /* background:rgb(34,34,34); */
  background:#020338;
  color:white;
  width: 80vw;
  z-index:100;
  margin: 10px auto;
display:flex;
justify-content:space-around;
padding: 25px 40px;
border-radius: 10px;
text-align:center;
position:relative;
top: 80px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.prefoot .col i{
  font-size: 2.5rem;
  color:#4144f5;
}
.prefoot .col .heading{
  font-size: 1.2rem;
  font-weight: 800;
}


.prefoot .col .para{
  font-size: 0.9rem;
  color:rgb(202, 202, 202);
  margin-top:5px;
}



@media (max-width: 600px) {

  .prefoot{
  flex-direction:column;
  width: 90vw;
  }



}


/* about page */

#otherpage_hero{
  background:url(../assets/images/aboutwall.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  background-attachment: fixed;
  width:100vw;
  margin-top: 170px;
  /* add subtle overlay gradient to deepen contrast */
  position: relative;
}

#otherpage_hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.5), rgba(26,26,46,0.5));
  z-index: 1;
}

#otherpage_hero .otherpage_overlay{
  position: relative;
  z-index: 2;
  padding:135px 0;
  text-align:center;
  background: rgba(0, 0, 0, 0.616);
  background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
}

#otherpage_hero .otherpage_overlay{
  color:white;
  font-size: 3.5rem;
  font-weight:900;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

#otherpage_hero .otherpage_overlay .heading{
  font-size: inherit;
  color: var(--accent);
  letter-spacing: 2px;
}


#aboutsection1{
  display:flex;
  justify-content:center;
  padding: 40px;

}


#aboutsection1 .col{
  width:50%;
  padding: 30px;
}


#aboutsection1 .col img{
  width:100%;
  aspect-ratio: 1.8/1;
  object-fit: cover;
  border-radius:10px;
}


#aboutsection1 .col .heading{
  padding-left: 15px;
  border-left: 4px solid #3336dd;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 30px;
}

#aboutsection1 .col .para{
  font-size: 1.1rem;
  font-weight: 600;
  color:grey;
  margin-bottom: 10px;
  text-align:left;

}



#aboutsection2{
  display:flex;
  justify-content:center;
  padding: 40px;
}


#aboutsection2 .col{
  width:50%;
  padding: 30px;
}



#aboutsection2 .col .heading{
  padding-left: 15px;
  border-left: 4px solid #3235d1;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 30px;
}

#aboutsection2 .col .para{
  font-size: 1.1rem;
  font-weight: 600;
  color:grey;
  margin-bottom: 10px;
  text-align:left;
}

#aboutsection2 .col_right{
  display:flex;
  justify-content: center;
}


#aboutsection2 .col_right img{
  width: 50%;
  margin: 10px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius:10px;

}





@media screen and (max-width: 970px) {

  #aboutsection2{
    flex-direction:column;
    padding: 0px;
    margin:0;
  }
  
  
  #aboutsection2 .col{
    width:100%;
    padding: 10px;
  }
  
  
  
 
  #aboutsection2 .col .para{
text-align:left;
    padding: 10px;
  }
  
  #aboutsection2 .col_right{
 flex-direction:column;
 padding:0;
  }
  
  
  #aboutsection2 .col_right img{
    width:380px;
    aspect-ratio:2/1.2;
    
  }
  

  #aboutsection1{
    flex-direction:column-reverse;
    padding:0;
    margin:0;
  }
  
  
  #aboutsection1 .col{
    width:100%;
    padding: 10px;

  }


  #aboutsection1 .col .para{
    text-align:left;
  }
  
  
  
  

}




/* gallery page */
.projects {
  background: rgb(248, 248, 248);
}


.projects .box-container {
display:flex;
flex-wrap:wrap;
justify-content: center;
padding: 30px;
}

.projects .box-container .box {
margin: 20px;
}


.projects .box-container .box .image{
  width: 360px;
  aspect-ratio:1/1;
  overflow: hidden;
  border:3px solid white;
  border-bottom:30px solid white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.projects .box-container .box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}



.projects .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.projects .box-container .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.projects .box-container .box .content .info {
  padding: 1rem 2rem;
}




.contact-section{
  background:rgb(244, 244, 244);
  padding: 120px 0;
  text-align: center;
}
.comment_section{
  padding: 20px 0;
  text-align: center;
  border:1px solid rgb(223, 223, 223);
  background:rgb(215, 215, 215);
  font-weight: 600;
  margin:10px;
}



.inner-width{
  max-width: 600px;
  margin: auto;
  padding: 20px;
  background:white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.contact-section h1,.comment_section h1{
  font-size: 20px;
  color: #d9d9d9;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;

}

.name,.email,.message{
  background: none;
  border:none;
  outline: none;
  border: 1px solid rgb(202, 202, 202);
  color: #888;
  padding: 10px 6px;
  font-size: 14px;
  margin-bottom: 40px;
  font-weight: 600;

}

.name{
  float: left;
  width: 270px;
}

.email{
  float: right;
  width: 270px;
}

.message{
  min-width: 100%;
  max-width: 100%;
  height:100px;
}




.contact-section button,.comment_section button{
  background: none;
  color: #42439e;
  border: 1px solid #42439e;
  padding: 12px 40px;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.4s linear;
  cursor: pointer;
  font-weight: 600;

}



.contact-section button:hover,.comment_section button:hover{
  background: #42439e;
  color: #fff;
}


@media screen and (max-width:600px){
  .name,.email{
    width: 100%;
  }
}





#contact_address_cont{
  background:white;
  display:flex;
  padding:80px 0;
  justify-content: center;
  flex-wrap:wrap;
}


#contact_address_cont .col{
    width: 350px;
    padding: 40px;
    text-align:center;
    background:rgb(246,244,249);
    margin: 20px;
  transition:0.2s linear;
  cursor: pointer;
  box-shadow: rgba(67, 71, 85, 0.2) 0px 0px 5.6px 0px, rgba(90, 125, 188, 0.05) 0px 5.6px 8px 0px;
  border-radius:20px;

  border-bottom:5px solid #42439e;
}

#contact_address_cont .col:hover{
  transform:scale(1.1);
}




#contact_address_cont .col .icon_cont i{
    font-size: 2.6rem;
    color:white;
    background:#101289;
  padding: 10px 25px;
    border-radius:50%;
  transition:0.3s linear;
    }

    #contact_address_cont .col:hover .icon_cont i{
    background:rgb(52, 52, 52);
    transform:scale(0.9);
}

#contact_address_cont .col .numberss{
    display:flex;
    font-size: 2.6rem;
    text-align:center;
    justify-content: center;
    margin-top: 20px;
    color:black;
    font-weight:700;
}

#contact_address_cont .col .head{
   text-align:center;
   font-size: 0.9rem;
   color:rgb(96, 96, 96);
   font-weight:700;
}


.map_container{
  width: 100vw;
  height: 500px;
  
}

.map_container iframe{
  width: 100%;
  height: 100%;

}












#achieve{
  background:url(../assets/images/achievementsnew.png); 
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  background-attachment: fixed;
  width:100vw;

}

#achieve .row{
width: 100vw;
background:rgba(0, 0, 0, 0.806);
display:flex;
padding: 10px 60px;
justify-content: center;
}

#achieve .row .col{
  width: 50%;
  padding: 50px;
}

#achieve .row .col .head{
color:white;
font-size: 2.2rem;
font-weight: 700;
margin-bottom:15px;
}

#achieve .row .col .para{
max-width: 400;
color:rgb(230, 230, 230);
font-size: var(--normal-tex);
margin-bottom:15px;
letter-spacing: 1px;
font-weight: 600;
}


#achieve .row .col img{
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  margin-top: 20px;
border-radius: 5px;
}


#achieve .row .coling_row{
  padding-top: 100px;
}

#achieve .row .col .row1{
  width: 100%;
  display:flex;
  justify-content: center;
  margin:10px;

}


#achieve .row .col .row1 .col1{
  border:1px solid rgba(192, 192, 192, 0.782);
  width: 380px;
  text-align:center;
  padding: 10px;
  margin:10px;
  transition:0.2s linear;
  padding-bottom:0;
  border-radius:10px;
}

#achieve .row .col .row1 .col1:hover{
  border:1px solid #181bd3;
}


#achieve .row .col .row1 .col1 .number{
  font-size: 3rem;
  font-weight: bolder;
  color:white;
  position:relative;
  top:10px;
}
#achieve .row .col .row1 .col1 .name{
  font-weight: bold;
  color:white;
  border:1px solid transparent;
  position:relative;
  top:10px;
  font-size: 1.3rem;
}




@media (max-width: 950px) {

  #achieve .row{
  flex-direction:column;
    }
    
    #achieve .row .col{
      width: 100%;
      padding: 10px;
      text-align:center;
    }


    #achieve .row{
      padding: 10px 0px;
      }
      

      #achieve .row .col .row1{
        margin:10px 0px;
      
      }
      


    #achieve .row .col .row1 .col1 .number{
      font-size: 2rem;
     
    }
    #achieve .row .col .row1 .col1 .name{
   
      font-size: 1rem;
    }



    #achieve .row .col .row1 .col1{
      margin:4px;
    }


}




.nothing_ness{
  margin: 1px auto;
  color:rgb(70, 70, 70);
  text-align:center;
  font-size: 1rem;
  padding: 20px;
}



.comment_container{
 padding: 20px;
}

.comment_container .heading{
 border-bottom:1px solid rgb(224, 224, 224);
 padding-bottom: 5px;
 font-size: 1.4rem;
 font-weight: 600;
color:rgb(66, 66, 66);
}

.comment_container .comment_list{
 display:flex;
 flex-direction: column;
}
.comment_container .comment_list .comment_item{
 border-bottom:1px solid rgb(231, 231, 231);
 margin: 10px 0px;
 padding:10px 0px;
}


.comment_container .comment_list .comment_item .row img{
 border:1px solid rgb(224, 224, 224);
 width: 20px;
 border-radius: 50%;
}

.comment_container .comment_list .comment_item .row{
 display:flex;
 align-items: center;
}

.comment_container .comment_list .comment_item .row .comment_user,.comment_container .comment_list .comment_item .row .comment_date{
 margin: 0px 10px;
 font-size: 0.9rem;
 font-weight: 600;
 color:rgb(109, 109, 109);
}

.comment_container .comment_list .comment_item .row .comment_main{
 font-size: 1rem;
  font-weight: 600;
 padding-left: 25px;
 padding-top: 3px;

}


.facebookshareBtn{
 text-align:right;

}

.facebookshareBtn a{
 background:#4d1f98;
 padding: 6px 12px;
 font-size: 1.3rem;
 transition:0.1s linear;
}
.facebookshareBtn a:hover{
 background:#250d4d;
 padding: 6px 12px;
 font-size: 1.3rem;
}

.facebookshareBtn a,.facebookshareBtn a i{
 color:white;
text-decoration:none;
}



/* ....blogs page */

.container_of{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap:1.5rem;
padding: 40px;
}

.container_of .posts-container .post{
  width:100%;
  background:#fff;
  padding: 20px;
  margin-bottom: 40px;
  border-bottom:1px solid rgb(216, 216, 216);
}

.container_of .posts-container .post .image{
width:100%;
}

.container_of .posts-container .post .image img{
width:100%;
object-fit:cover;
}



/* .container_of .posts-container .post .date{
  padding-top: 2rem;
  font-size: 1.5rem;
} */

.container_of .posts-container .post .title{
  font-size: 1.9rem;
  color:black;
  padding: 15px 5px;

}

.container_of .posts-container .post .center{
text-align:center;
}

.container_of .posts-container .post .text{
color:rgb(53, 53, 53);
  font-size: 1rem;
  line-height: 1.2;
  padding-bottom: 20px;
  font-weight: 600;
}

.container_of .posts-container .links{
  display: flex;
  align-items: center;
  padding: 4px;
}

.container_of .posts-container .links .user{
  margin-right: auto;
  font-weight: 600;
  text-transform:capitalize
}

.container_of .posts-container .links .user_real{
font-size: 1.3rem;
}

.container_of .posts-container .links .icon{
  padding-right: 1rem;
}

.container_of .posts-container .links a{
  font-size:1rem;
  text-decoration:none;
  color:rgb(33, 33, 33);
}

.container_of .posts-container .links a i{
  padding-right: .2rem;
  color:#1b1daa;
}


.container_of .posts-container .links .read_blog_btn{
background:#252792;
color:white;
font-size:1.2rem;
padding: 5px 7px;
border-radius: 5px;
transition:0.1s ease-in;

}

.container_of .posts-container .links .read_blog_btn:hover{
background:#2A2B6B;
}

.container_of .posts-container .links .read_blog_btn i{
color:white;
}




.container_of .sidebar .box{
  overflow:hidden;
  background:white;
  margin-bottom: 1.5rem;
}


.container_of .sidebar .box .input_container{
  text-align:center;
}

.container_of .sidebar .box .input_container input{
  width:90%;
  border:1px solid rgb(185, 185, 185);
  margin:10px;
  height: 40px;
  padding:10px;
}

.container_of .sidebar .box .title{
  padding:10px;
  font-size: 2rem;
  text-transform: capitalize;
}

.container_of .sidebar .box .about{
  text-align: center;
  padding:1rem 1.5rem;
}

.container_of .sidebar .box .about img{
  height: 15rem;
  width: 15rem;
  border-radius: 50%;
  object-fit: cover;
  margin:1rem 0;
}

.container_of .sidebar .box .about h3{
  color:var(--orange);
  font-size: 2rem;
}

.container_of .sidebar .box .about p{
  color:var(--light-color);
  font-size: 1.5rem;
  line-height: 1.5;
  padding:1rem;
}


.container_of .sidebar .box .category{
padding: 10px;
}

.container_of .sidebar .box .category a{
  font-size: 1rem;
  color:grey;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration:none;
  border-bottom:1px solid rgb(210, 210, 210);
transition:0.2s ease-in-out;
font-weight: 600;
}

.container_of .sidebar .box .category a span{
color:grey;
  border-radius: .5rem;
  padding:.5rem;
}

.container_of .sidebar .box .category a:hover{
  color:#2A2B6B;
  border-bottom:1px solid #2A2B6B;
}

.container_of .sidebar .box .category a:hover span{
  background-color:var(--orange);
}



.container_of .sidebar .box .p-post a{
  padding:1rem 0;
  display: block;
}


.container_of .sidebar .box .p-post a{
display:flex;
text-decoration:none;
color:rgb(57, 57, 57);
transition:0.3s ease;
padding: 10px;
border:1px solid rgb(236, 236, 236);
margin-bottom:4px;
}

.container_of .sidebar .box .p-post a:hover{
background:white;
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.container_of .sidebar .box .p-post a .post_det{
padding-left: 10px;
}


.container_of .sidebar .box .p-post a img{
width: 100px;
height: 80px;
}



.container_of .sidebar .box .p-post a h3{
  font-size: 1rem;
  padding-bottom:4px;
}

.container_of .sidebar .box .p-post a span{
  font-size: 0.8rem;
}

.container_of .sidebar .box .p-post a span i{
  padding-right: .2rem;
}





.container_of .sidebar .box .tags a{
  display: inline-block;
  font-size: 1.1rem;
  padding:4px 6px;
  margin:.5rem;
  background:white;
  text-decoration:none;
  color:rgb(70, 70, 70);
  border:1px solid rgb(210, 210, 210);
  transition:0.3s linear;
  font-weight: 600;
}

.container_of .sidebar .box .tags a:hover{
  color:#1e21a8;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border:1px solid transparent;
}


.container_of .sidebar .box form{
margin: 40px auto;
width:fit-content;
}

.container_of .sidebar .box form input{
  height: 40px;
padding: 10px;
}

.container_of .sidebar .box form input[type='submit']{
background: #2A2B6B;
color:white;
border:none;
transition:0.2s ease-in;
}

.container_of .sidebar .box form input[type='submit']:hover{
  background:#181bb0;
}
.container_of .sidebar .box form input[type='search']{
border:none;
}



@media (max-width:991px){


.container_of{
    grid-template-columns: 2fr 1fr;
}

}

@media (max-width:768px){


.container_of{
    grid-template-columns: 1fr;
    gap:0;
}




.container_of{
padding: 10px;
}

.container_of .posts-container .post .image{
height: 300px;
}


.container_of .posts-container .post .title{
font-size: 1.7rem;

}


.container_of .posts-container .post .text{
font-size: 0.8rem;

}

.container_of .posts-container .links .user_real{
font-size: 1rem;
}
.container_of .posts-container .links .read_blog_btn{
font-size: 0.8rem;
}


}





/* teachers  filterable items */

.wrapper_filter{
  margin: 20px auto;
  width:100vw;
}
.wrapper_filter nav{
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
  background:transparent;
}
.wrapper_filter .items{
  display: flex;
  max-width: 720px;
  width: 100%;
  justify-content: space-between;
}
.wrapper_filter .items span{
  padding: 7px 25px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #2A2B6B;
  border-radius: 5px;
  border: 2px solid  #2A2B6B;
  transition: all 0.3s ease;
}
.wrapper_filter .items span.active,
.wrapper_filter .items span:hover{
  color: #fff;
  background:  #2A2B6B;
}

.wrapper_filter .gallery{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
}
.wrapper_filter .gallery .image{
  /* width: calc(100% / 4); */
  width:250px;
  margin: 20px;
  padding: 7px;
  border: 4px solid white;
background:white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.wrapper_filter .gallery .image span{
  display: flex;
  width: 100%;
  overflow: hidden;
}


.wrapper_filter .gallery .image a{
  text-decoration:none;
}
.wrapper_filter .gallery .image .name_proff{
  text-align:center;
  font-size: 1.2rem;
  font-weight: 800;
  color:black;
  padding:4px;
}


.wrapper_filter .gallery .image .proff_posting{
  text-align:center;
  font-size: 1rem;
  font-weight: 500;
  color:grey;
}

.wrapper_filter .gallery .image img{
  width: 100%;
  aspect-ratio:1/1.1;
  vertical-align: middle;
  transition: all 0.3s ease;
  object-fit: cover;
}
.wrapper_filter .gallery .image:hover img{
  transform: scale(1.1);
}
.wrapper_filter .gallery .image.hide{
  display: none;
}
.wrapper_filter .gallery .image.show{
  animation: animate 0.4s ease;
}
@keyframes animate {
  0%{
    transform: scale(0.5);
  }
  100%{
    transform: scale(1);
  }
}


@media (max-width: 1000px) {
  .wrapper_filter  .gallery .image{
    width: calc(100% / 3);
  }
}
@media (max-width: 800px) {
  .wrapper_filter  .gallery .image{
    width: calc(100% / 2);
  }
}
@media (max-width: 700px) {
  .wrapper_filter  nav .items{
    max-width: 600px;
  }
  .wrapper_filter  nav .items span{
    padding: 7px 15px;
  }
}
@media (max-width: 600px) {
  .wrapper_filter{
    margin: 30px auto;
  }
  .wrapper_filter nav .items{
    flex-wrap: wrap;
    justify-content: center;
  }
  .wrapper_filter nav .items span{
    margin: 5px;
  }
  .wrapper_filter .gallery .image{
    width: 100%;
  }
}




/* courses filter */
.wrapper_filter2{
  margin: 20px auto;
  width:100vw;
}
.wrapper_filter2 nav{
  display: flex;
  justify-content: center;
  background:transparent;
  flex-wrap:wrap;
}
.wrapper_filter2 .items{
  display: flex;
  max-width: 720px;
  width: 100%;
  justify-content: space-between;
}
.wrapper_filter2 .items span{
  padding: 7px 25px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #2A2B6B;
  border-radius: 5px;
  border: 2px solid  #2A2B6B;
  transition: all 0.3s ease;
  margin:0px 3px;
}
.wrapper_filter2 .items span.active,
.wrapper_filter2 .items span:hover{
  color: #fff;
  background:  #2A2B6B;
}

.wrapper_filter2 .gallery{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
}
.wrapper_filter2 .gallery .image{
  /* width: calc(100% / 4); */
  width:370px;
  margin: 20px;
  padding: 7px;
  background:white;
  border: 4px solid white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.wrapper_filter2 .gallery .image span{
  display: flex;
  width: 100%;
  overflow: hidden;
}


.wrapper_filter2 .gallery .image a{
  text-decoration:none;
}
.wrapper_filter2 .gallery .image .name_proff{
  text-align:left;
  font-size: 1.2rem;
  font-weight: 800;
  color:black;
  padding:4px;
}


.wrapper_filter2 .gallery .image .proff_posting{
  text-align:left;
  font-size: 1rem;
  font-weight: 500;
  color:rgb(84, 84, 84);
}

.wrapper_filter2 .gallery .image img{
  width: 100%;
  aspect-ratio:2/1.4;
  vertical-align: middle;
  transition: all 0.3s ease;
  object-fit: cover;
}
.wrapper_filter2 .gallery .image:hover img{
  transform: scale(1.1);
}
.wrapper_filter2 .gallery .image.hide{
  display: none;
}
.wrapper_filter2 .gallery .image.show{
  animation: animate 0.4s ease;
}


.wrapper_filter2 .gallery .image .course_price{
  border:2px solid #2A2B6B;
display:flex;
justify-content: space-between;
padding: 3px 10px;
  font-size: 1.4rem;
  background:#3032a9;
  color:white;
  font-weight: 700;
}

.wrapper_filter2 .gallery .image .course_price .duration i{
  padding-right:4px;
}


.wrapper_filter2 .gallery .image .bottom_course{
  display:flex;
  justify-content: space-between;
  padding: 12px 10px;
  margin-top:20px;
  background:rgb(240,240,240);
  color:rgb(61, 61, 61);
  font-size: 1.1rem;
  font-weight: 700;
}



.wrapper_filter2 .gallery .image .bottom_course .seats_course{
  color:rgb(78, 78, 78);
}
.wrapper_filter2 .gallery .image .bottom_course .apply a{
  color:rgb(78, 78, 78);
}
@keyframes animate {
  0%{
    transform: scale(0.5);
  }
  100%{
    transform: scale(1);
  }
}


@media (max-width: 1000px) {
  .wrapper_filter2  .gallery .image{
    width: calc(100% / 3);
  }
}
@media (max-width: 800px) {
  .wrapper_filter2  .gallery .image{
    width: calc(100% / 2);
  }
}
@media (max-width: 700px) {
  .wrapper_filter2  nav .items{
    max-width: 600px;
  }
  .wrapper_filter2  nav .items span{
    padding: 7px 15px;
  }
}

#desk_logo{
  display:block;
  font-family: 'Saira', sans-serif;
}


.logo_here_mobile{
  display:none;
}
@media (max-width: 600px) {
  .wrapper_filter2{
    margin: 30px auto;
  }
  .wrapper_filter2 nav .items{
    flex-wrap: wrap;
    justify-content: center;
  }
  .wrapper_filter2 nav .items span{
    margin: 5px;
  }
  .wrapper_filter2 .gallery .image{
    width: 100%;
  }

 

}




@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }

  .wrapper{
    padding: 15px;
    margin-top:10px;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: white;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */

  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }

  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
  }
  .nav-links .drop-menu,.nav-links .drop-menu2{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,#showDrop2:checked ~ .drop-menu2,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }


  .menu-btn i{
    font-size: 2.1rem;
    color:#020347;
margin-left:20px;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }


  #close-btn{
    color:#050776;
  }

/*   
  #desk_logo{
    display:none;
transform:scale(0);
  }
   */
  
  /* .logo_here_mobile{
    display:block;
  } */




  .logo_here_mobile{
    font-size: 2rem;
    font-weight: 700;
    color:white;
  }

  .logo_here_mobile i{
    color:#252696;

  }



  
#navbar_contain .top_head{

  padding: 15px 40px;

}




}






/* single teacher */
#single_teacher{
  display:flex;
  justify-content: center;

}


#single_teacher .col{
  width: 50%;
  padding: 30px;
}


#single_teacher .col_left{
  display:flex;
  justify-content:right;
}


#single_teacher .col img{
  width: 380px;
  aspect-ratio: 1/1;
  object-fit:cover;
}

#single_teacher .heading{
  font-size: 2rem;
  font-weight: 800;
  margin-bottom:6px;
}


#single_teacher .subhead{
  font-size: 1rem;
  margin-bottom:2px;
  color:rgb(95, 95, 95);
}




#single_teacher .para{
  font-size: 1rem;
  padding-right: 100px;
  margin-top:10px;
  color:rgb(95, 95, 95);

}


#single_teacher .col .social_icons{
  padding-top: 10px;
  margin-top: 20px;
}

#single_teacher .col .social_icons a i{
  font-size: 1.6rem;
  margin: 10px;
  color:#2A2B6B;
transition:0.2s linear;
}

#single_teacher .col .social_icons a i:hover {
  color:rgb(55, 57, 189);
  transform:scale(1.1);
}


@media screen and (max-width: 600px) {
  
  #single_teacher{
 flex-direction:column;
  
  }
  
  
  #single_teacher .col{
    width: 100%;
    padding: 20px;
  }
  
  
  #single_teacher .col_left{
    justify-content:center;
   align-items: center;
  }
  
  

  #single_teacher .heading{
  
    text-align:left;
  }
  
  
  #single_teacher .subhead{
   text-align:left;
  }
  
  

  #single_teacher .para{
    padding-right: 20px;
  
  }

#navbar_contain .middle_head{ 
  padding:5px ;
}



  
}






.terms_heading{
  padding: 10px;
  font-size: 2rem;
  font-weight: 800;
}


.terms_para{
  font-size: 1rem;
  padding:10px  20px;
}


.terms_subhead{
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0px 20px;
  padding-top: 20px;
}






/* loading here */

#loader{
  position:fixed;
  transition:0.3s linear;
  width:100vw;
  height:100vh;
  top:0;
  right:0;
  left:0;
  background:rgba(0, 0, 0, 0.432);
  z-index:9999;
  display:none;
}


#loader .loading{
position:fixed;
width:fit-content;
top:50%;
left:50%;
transform:translate(-50%,-50%); 
color:white;
font-size:2rem;
font-weight:600; 
}




.alertbox{
  position:fixed;
  transition:0.3s ease-in-out;
  bottom:-100%;
  /* bottom:10px; */
  left:50%;
  right:50%;
  transform:translate(-50%,-50%);
  width:fit-content;
  background:black;
  color:white;
  font-size: 1.1rem;
  padding:10px 20px;
  font-weight: 700;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  z-index:9999999;
}



.changedcolor{
  color:#2326d5;
}



.nothingdiv{
  background:white;
  border-radius:10px;
  padding: 20px;
  text-align:center;
  font-weight: 600;
  font-size: 1.4rem;
}





.commentno{
  text-align:center;
  font-size: 1.2rem;
  font-weight: 600;
  margin:10px auto;
}




/* review rating here */
.rate {
  /* float: left;
  height: 46px;
  padding: 0 10px; */
  display:flex;
  flex-direction:row-reverse;
  justify-content: center;
  border:1px solid rgb(209, 209, 209);
}


.rate label{
  width:1rem;
  font-size: 2.2rem;
  margin: 0px 20px;
}

/* .rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
} */
.rate:not(:checked) > label:before {
  content: '★ ';
}
.rate > input:checked ~ label {
  color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}




/* 
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {  

   opacity: 1;

} */



.inputnum::-webkit-inner-spin-button,.inputnum::-webkit-outer-spin-button{
  opacity:1;

}


.bookcol{
  padding: 8px 1px;
}


.numberquantity{
  text-align:center;
  margin:4px;
  font-size: 1.2rem;
  font-weight: 600;
font-family: 'Ubuntu', sans-serif;

}


.numberquantity .inputnum{
width:45px;
font-size: 1.2rem;
font-weight: 700;
height: 23px;
border:1px solid rgb(209, 209, 209);
margin-left:10px;
}











#loading{
  z-index:99999;
  width:100%;
  height:100vh;
  background:var(--dark-voilet);
  position:fixed;
  background-repeat: no-repeat;
  background-size:contain;
  background-position: center;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:flex;
  justify-content: center;
  align-items: center;
  transition:0.4s ease-in-out;
}


.sk-folding-cube {
  margin: 20px auto;
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);

}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:var(--skyblue);
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}




/* loading end */




.whatsapp_icon a img,.call_icon a img{
width:40px;
z-index:999999;
}


.whatsapp_icon{
position:fixed;
bottom:10px;
right:10px;
}

.call_icon{
position:fixed;
bottom:10px;
left:10px;
}



.services-container{
  display:flex;
  justify-content: center;
  align-items: center;
  padding:60px 40px;
  gap:40px;
  flex-wrap:wrap;
  /* light translucent panel to lift cards off gradient body */
  background: rgba(255,255,255,0.85);
  border-radius: 20px;
  margin: 40px;
}


.services-container .service-box{
  width:350px;
  padding:20px;
  background: linear-gradient(135deg, var(--light-bg) 0%, #fff 100%);
  font-weight:700;
  border-radius:20px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  border: 2px solid var(--primary);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s;
}

.services-container .service-box:hover {
  transform: translateY(-10px) rotateX(3deg);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
  border-color: var(--secondary);
}


.services-container .service-box .image-cont img{
    width:100%;
border-radius:10px;

}



.service-box .service-name{
  text-align:center;
  font-size:1.4rem;
  color: var(--primary);
  text-transform: uppercase;
}

.service-box .service-short{
  font-size:0.9rem;
  text-align:justify;
  color: #555;
}


 .btn-cont{
  text-align:center;
margin:10px 0px;
}

.btn-cont a{
  width:fit-content;
  margin:0px auto;
  padding:3px 10px;
  background:#4d1f98;
  color:white;
  border-radius:5px;
  text-decoration: none;
  transition:0.1s ease;
  border:2px solid white;
  font-weight:700;
}

.btn-cont a:hover{
  border:2px solid #4d1f98;
  color:#4d1f98;
  background:white;
}


.short-desc{
  font-size:0.8rem;
  font-weight:700;
}






.bank_section{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:30px; 
  font-weight:700;
  padding:40px;
 }
 
 
 .bank_section .col1{
   padding:20px;
 }
 
 
 .accordion-heading{
   font-size:1.6rem;
   
 }
 
 
 
 .accordion-wrapper{
   width:100%;
   padding:4px;
 
 }
 .accordion-wrapper .parent-tab,
 .accordion-wrapper .child-tab{
   margin-bottom: 8px;
   border-radius: 3px;
   box-shadow: 0px 0px 15px rgba(0,0,0,0.18);
 }
 .accordion-wrapper .parent-tab label,
 .accordion-wrapper .child-tab label{
   /* background: var(--orange); */
   border:1px solid ;
   color:#020360;
   padding: 10px 20px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   cursor: pointer;
   border-radius: 3px;
   position: relative;
   z-index: 99;
   transition: all 0.3s ease;
   border-radius:5px;
 }
 .accordion-wrapper .parent-tab label:hover{
   background:#020360;
 
 }
 
 .accordion-wrapper .parent-tab label:hover span{
   color:white;
 }
 
 
 .parent-tab input:checked ~ label,
 .child-tab input:checked ~ label{
 
   background: #020360;
 }
 
 .parent-tab input:checked ~ label span{
   color:white;
 }
 .accordion-wrapper label span{
   color:#020360;
   font-size: 18px;
   font-weight: 700;
 }
 .accordion-wrapper .child-tab label span{
   font-size: 17px;
 }
 .parent-tab label .icon{
   position: relative;
   height: 30px;
   width: 30px;
   font-size: 15px;
   color:#181bb0;
   display: block;
   background: #fff;
   border-radius: 50%;
 }
 .accordion-wrapper .child-tab label .icon{
   height: 27px;
   width: 27px;
 }
 .parent-tab label .icon i{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
 }
 .parent-tab input:checked ~ label .icon i:before,
 .child-tab input:checked ~ label .icon i:before{
   content: '\F2EA';
 }
 .accordion-wrapper .parent-tab .content,
 .accordion-wrapper .child-tab .sub-content{
   max-height: 0px;
   overflow: hidden;
   background: #fff;
   border-radius: 0 0 3px 3px;
   transition: all 0.4s ease;
 }
 .parent-tab input:checked ~ .content,
 .child-tab input:checked ~ .sub-content{
   max-height: 100vh;
 }
 .tab-3 input:checked ~ .content{
   padding: 15px 20px;
 }
 .parent-tab .content p,
 .child-tab .sub-content p{
   padding: 15px 20px;
   font-size: 16px;
 }
 .child-tab .sub-content p{
   font-size: 15px;
 }
 
 
 .parent-tab input[type="radio"],
 .parent-tab input[type="checkbox"]{
   display: none;
 }
 
 
 .bank_section .col2 .contact-box{
   width:100%;
   margin:15px 0px;
   padding:20px;
   box-shadow:
   0px 0px 2.2px rgba(0, 0, 0, 0.008),
   0px 0px 5.3px rgba(0, 0, 0, 0.012),
   0px 0px 10px rgba(0, 0, 0, 0.015),
   0px 0px 17.9px rgba(0, 0, 0, 0.018),
   0px 0px 33.4px rgba(0, 0, 0, 0.022),
   0px 0px 80px rgba(0, 0, 0, 0.03)
 ;
 border-radius:5px;
 
 }
 
 
 
 .bank_section .col2 .cont_head_contact {
   font-size:var(--fs-5);
 }
 
 
 .bank_section .col2 .boxes1 .main_contact_container{
 display:flex;
 flex-wrap:wrap;
   padding:10px 10px;
   justify-content: center;
   align-items: center;
   margin:10px auto;
 }
 
 .bank_section .col2 .boxes1 .main_contact_container .contact-col{
   box-shadow:
   0px 0.2px 2.2px rgba(0, 0, 0, 0.014),
   0px 0.5px 5.3px rgba(0, 0, 0, 0.02),
   0px 0.9px 10px rgba(0, 0, 0, 0.025),
   0px 1.6px 17.9px rgba(0, 0, 0, 0.03),
   0px 2.9px 33.4px rgba(0, 0, 0, 0.036),
   0px 7px 80px rgba(0, 0, 0, 0.05)
 ;
 
 margin:0px 20px;
 transition:0.2s ease-in-out;
 cursor: pointer;
 min-height:140px;
 border-radius:5px;
 width:100%;
padding:20px;
 }
 
 
 
 .bank_section .col2 .boxes1 .main_contact_container .contact-col:hover{
   transform:scale(0.9) translateY(-10px);
   box-shadow:unset;
   color:#00013f;
 }
 
 
 
 
 .bank_section .col2 .boxes1 .main_contact_container .contact-col .contact-image{
   text-align:center;
   display:flex;
   justify-content: center;
   align-items: center;
 }
 

 
 .bank_section .col2 .boxes1 .main_contact_container .contact-col .contact-image i{
  font-size:3rem;
  color:#101289;
}
 
 
 .bank_section .col2 .boxes1 .main_contact_container .contact-col  .contact-name{
   text-align:center;
   font-size:var(--fs-5);
   font-weight:700;
 }
 
 .bank_section .col2 .boxes2 table{
   border-collapse: collapse;
 width:100%;
 }
 
 .bank_section .col2 .boxes2 table td,.bank_section .col2 .boxes2 table th{
   border:1px solid #070abd;
 padding:10px;
 text-align:left;
 }
 
 
 
 @media screen and (max-width: 600px) {
   .bank_section .col2 .boxes1 .main_contact_container{
     padding:0px;
   }
 
   .bank_section .col2 .boxes1 .main_contact_container .contact-col{
 width:100%;
 margin:0px;
 height:auto;
   }
 


   

.bank_section{
  grid-template-columns:1fr;
  gap:10px; 
  padding:0px;
 }


 .bank_section .col1{
  padding:20px;
 }
 
 
 
 }
 
 
 

 

.pages-row{
  padding:70px 100px;
  display:grid;
  grid-template-columns: 1fr 3fr;
  gap:40px;
font-weight:700;
}


.pages-row .col .spanstick{
  position:sticky;
  top:100px;
}

.col-main-head{
  font-size:1.6rem;
  text-transform: uppercase;
  margin-bottom:10px;
}


.pages-row .col-left .sidelink_container{
  display:flex;
  flex-direction:column;
  background:#F5F9FC;
  padding:10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.pages-row .col-left .sidelink_container a{
  
  padding:8px 2px;
  font-size:1.1rem;
border-bottom:1px solid var(--blue-color);
color:black;
margin-top:4px;
text-decoration:none;
}


.pages-row .col-left .sidelink_container a:hover{
  background:var(--blue-color);
  color:white;
}


.pages-row .col-left .sidelink_container a i{
  margin-right:10px;
color: var(--blue-color);

}



.pages-row .col-left .sidelink_container a:hover i{
  color:white;
}



.col-head{
  background:#020360;
  color:white;
  padding:6px;
  margin-bottom:10px;
  margin-top:20px;
}



.col-para{
  text-align:justify;
  font-size:1rem;
  color:rgb(86, 86, 86);
  margin-bottom:10px;
}

.col-list li{
  text-align:justify;
  font-size:1rem;
  color:rgb(86, 86, 86);
  margin-bottom:10px;  
  list-style: none;
}

.col-list li i{
  color:#020360;
}
.col-highlight-para{
  border-left:5px solid #020360;
  padding:10px;
  padding-left:20px;
  font-style:italic;
}

.inner-page-row{
  display:grid;
  grid-template-columns: 2fr 1fr;
  padding:20px;
  gap:20px;
}
.inner-page-reverse{
  display:grid;
  grid-template-columns: 1fr 2fr;
  padding:20px;
  gap:20px;
}


.inner-page-row .inn-col img{
  width:100%;

}



@media screen and (max-width:600px){


  .services-container .service-box{

    width:100%;

  }

  .pages-row{
    grid-template-columns: 1fr;
    padding:50px 20px;
  }


  .pages-row .col:nth-child(2) {
    order: 1;
  }
  
  .pages-row .col:nth-child(1) {
    order: 2; 
  }
  

  .inner-page-row{
    grid-template-columns: 1fr;
    padding:20px 0px;
  }




  .inner-page-reverse .inn-col:nth-child(2) {
    order: 1;
  }
  
  .inner-page-reverse .inn-col:nth-child(1) {
    order: 2; 
  }



  .prod-serve-images .prod-container{
    width:100%;
margin:10px 0px;
  }


  

}
.boldspan{
  font-weight:800;
  color:#050776;
}




.serviceformcont{
  background:#F5F9FC;
  padding:40px 10px;
  font-weight:700;
  }
  
  
  
  .serviceformcont .form{
    width:90%;
    background:white;
    margin:0px auto;
    padding:20px;
font-weight:700;
  
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px 0px;
  }
  
  
  .input-group{
    display:flex;
    justify-content: space-between;
  }
  
  
  .input-group .input-element{
    width:49%;
    display:flex;
    flex-direction: column;
    margin:10px 0px;
  }
  
  .input-group .input-element input{
    width:100%;
    height:40px;
    font-size:1rem;
    padding:3px;
    border:1px solid rgb(209, 209, 209);
font-weight:700;

  }
  
  .input-group .input-element label{
    margin-bottom:7px;
  }
  
  .input-group .input-element select{
    height:40px;
    font-size:1rem;
    border:1px solid rgb(209, 209, 209);
font-weight:700;
  }
  
  .form-btncont button{
    background:#020360;
    color:white;
    transition:0.1s ease;
    border:1px solid #020360;
  padding:10px 20px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
  
  
  .form-btncont{
    margin-top:20px;
  }
  
  .form-btncont button{
font-weight:700;

  }

  .form-btncont button:hover{
    background:white;
    border:1px solid #020360;
    color:#020360;
  }
  
  
  


  .tabs_button_container{
    text-align:center;
    padding:20px;
  }



  .tabs_button_container .tabs_btn{
    padding:10px 20px;
    background:#020360;
    color:white;
    font-weight:700;

  }


  .error{
    color:red;
    font-weight:700;
  }

/* --- 3D & professional enhancements appended --- */

/* treat any element with class .box as a floating 3D card */
.box {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
}
.box:hover {
  transform: translateY(-8px) rotateX(2deg);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}


/* general buttons */
.btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: var(--subhead);
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 50px;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: inherit;
  filter: blur(8px);
  z-index: -1;
}
.btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 15px 25px rgba(0,0,0,0.25);
}

/* card container for 3D lifts */
.card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  transform-style: preserve-3d;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-12px) rotateX(4deg);
  box-shadow: 0 24px 48px rgba(0,0,0,0.25);
}

/* navigation bar glass and depth */
#navbar_contain .top_head,
#navbar_contain .middle_head {
    backdrop-filter: blur(12px);
    background: rgba(42,43,107,0.75);
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transform-style: preserve-3d;
}

.nav-links li a {
    position: relative;
    padding: 10px 15px;
    border-radius: 8px;
    transition: background 0.2s ease, transform 0.2s ease;
}
.nav-links li a:hover {
    background: var(--secondary);
    transform: translateZ(5px);
}

/* section perspective */
section {
    perspective: 1000px;
}

/* home slide animations */
.home .home-slider .box .content > * {
    transform: translateY(2rem) translateZ(0);
    opacity: 0;
}
.home .home-slider .box:hover .content > * {
    transform: translateY(0) translateZ(20px);
    opacity: 1;
}




  
@media screen and (max-width:600px){


  .services-container{
    padding:20px;
  }


  .services-container .service-box{
    width:100%;

  }




}