body{
  background-color: #FFFFEE;
}


.header {
    position:relative;
    top: 0px;
    height: 30px !important;
    left: 0px;
    width: 100%;
    display: table;
    z-index: 99999;
  }
  .header .top-head {
    width: 100%;
    display: table;
    position: relative;
  }
  .grade_images img{
    width: 100% !important;
    height: 100% !important;
  }
  
.header .top-head .top-menu {
    padding: 1.2rem 0rem;
  }
  
  .header .top-head .navbar {
    background-color: transparent;
  }
  
  .header .top-head .headerRtcontent {
    padding-top: 0rem;
    width: 100%;
    height: 100%;
  }
  #header.sticky {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999999999;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background:#fff !important;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.55); */
  }
  #header.sticky .nav-links{
    color: #000 !important;
  }
  
  #header.sticky .header-absolute {
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  }
  
  #header.sticky .header-absolute .logo img {
    width: 10rem;
  }
  
  #header.sticky .header-absolute .logo_right img {
    width: 14rem;
  }
  
  #header.sticky .top-head {
    padding-top: 0.1rem;
  }
  
  #header.sticky .header-absolute .mobile__dv .divids h1 {
    font-size: 2.3rem;
  }
  
  #header.sticky .header-absolute .mobile__dv .divids h1 img {
    width: 14%;
  }
  .header-navigation{
    display: flex !important;
    width: 100%;
    gap: 20px;
    padding-bottom: 0px;
    justify-content: flex-end !important;
    align-items: center;
  }
  
 #hero_profile .nav-links{
    color: #000000 !important;
  font-size: 16px;
  position: relative;
  margin: 0px 05px;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  }
  .nav-links li.center a:before{
    left: 50%;
    transform: translateX(-50%);
  }
  .nav-links:hover{
    transform: scale(1.04);
    transition: .5s all;
    color: black !important;
    /* border-bottom: 2px solid; */
  }
  
  .nav-links:before{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 0%;
    background: #FFB201;
    border-radius: 12px;
    transition: all 0.4s ease;
  }
  .nav-links:hover:before{
    width: 100%;
  }
  .active{
    font-weight: 600;
  }
  .active::before{
    width: 100%;
  }
  .brand-logo-section,
  .brand-logo-section2 {
    width: 100%;
    text-align: left;
  }
  
  .brand-logo-section2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
  }
  
  .brand-logo-section img {
    width: 80px;
    /* padding: 5px;
    filter: drop-shadow(1px 1px 4px #bebdbd); */
  }
  
  .brand-logo-section2 i {
    width: auto;
    color: rgba(53, 81, 158, 1);
    font-size: 25px;
    margin-right: 10px;
  }
 #hero_profile .content_div{
    position: relative;
  }

  #hero_profile .content_div img {
    width: 100% !important;
    margin-top: 15em;
    height: 100% !important;
    object-fit: cover;
}

#hero_profile .content_div .dsu-intro{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -20px;
}

#hero_profile .content_div .heading_hero{
    font-family: 'Helvetica';
font-size: 42px;
font-weight: 500;
color: #111a45;
line-height: 54.98px;
text-align: center;

}
.animat_img{
    position: relative !important;
    overflow: hidden;
  }
  /* .animat_img::before{
  content: '';
  position: absolute !important;
  top:0;
  left: 0;
  transition: ease-in-out .2s;
  width: 50%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.155);
  box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.183);
  } */
  /* .animat_img::after{
    content: '';
    position: absolute !important;
    top:0;
    right: 0;
    transition: ease-in-out .2s;
    width: 50%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.155);
    box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.183);
  } */
  
  .animat_img:hover::after{
    width: 0%;
    transition: ease-in-out .2s;
  }
  .animat_img:hover::before{
    width: 0%;
    transition: ease-in-out .2s;
  }
  .widget-titlesss h1 {
	  max-width:700px:
    font-size: 35px;
    font-weight: 600;
    line-height: 48px;
    color: #252525; 
  }
  .widget-titlesss h1 span {
    color: #a61c2a;
    font-size: 0.9 em; /* Adjust this value as needed */
}

  .widget-titlesss h4{
    color: #6e6e6e;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
  }

  /* .grade_10{
    background-color: #F8F8F8;
  } */
  .grade_10{
    background-color: #FFFFEE;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

  .grade_10 .why_inner{
    display: flex;
    margin-bottom: 40px;
    padding-right:10px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
  }
  
  .grade_10 .why_inner:hover .why_img{
    transform: rotateY(200deg);
    transition: .5s;
  }
  .grade_10 .why_inner .why_img{
    transform: rotateY(0);
    transition: .5s;
    background-color: #a61c2a;
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .grade_10 .why_inner .why_img img{
    width: 40px;
    height:40px;
    object-fit: contain !important;
  }
  .grade_10 .why_inner h3{
    font-family: 'Helvetica';
  font-size: 15px;
  width: calc(100% - 90px);
  font-weight: 500;
  line-height: 21.97px;
  text-align: justify;
  color: #30343F !important;
  }
    .grade_10 .why_inner h3 strong{
      text-transform: uppercase;
    }

    .inner_flex.pr_r{
      padding-right: 30px;
    }
    .inner_flex{
      position: relative;
      z-index: 0;
    }
    .inner_flex::after{
      position: absolute;
      content: '';
      height: 100%;
      width: 4px;
      left: 33px;
      z-index: -1;
      background-color: #FFB20180;
      top: 0;
    }
  .more{
    display: none;
  }
  .read {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    border: none;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    display: inline-block;
    cursor: pointer;
    color: #111a45;
  }
  
 

.cta{
    position: relative;
    background-color: #111a45;
  }
  .cta .cta_buttons{
    display: flex;
    margin: 20px 0px 10px 0px;
    justify-content: center;
    gap: 20px;
    align-items: center;
  }
  .cta .cta_buttons .appoint{
    border-radius: 5px;
  padding: 16px 24px 16px 24px;
  width:auto;
  font-family: 'Work Sans',sans-serif;
  font-size: 16px;
  background-color: #F7D560;
  color: #000000;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-align: center;
  }
  .cta .cta_buttons .appoint:hover{
    transform: scale(1.04);
    transition: all .4s;
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #fff;
  }
  
  .cta .cta_buttons .contact{
    width: auto;
    border-radius: 5px;
    padding: 16px 24px 16px 24px;
    font-family: 'Work Sans',sans-serif;
    font-size: 16px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: center;
    }
    .cta .cta_buttons .contact:hover{
      transform: scale(1.04);
      transition: all .4s;
      background-color: #ffffff;
      color: #111a45;
    }

    .footer {
        width: 100%;
        display: table;
        padding: 7rem 0;
        background-color: #FFFFEE;
        text-align: center;
        margin-bottom: 0;
      }
      
      .footer p {
        color: #646464;
        opacity: 1;
        margin: 10px 0;
        font-size: 1.47rem;
        font-weight: 500;
        line-height: 1.3;
      }
      .bor{
        border-top: 2px solid #646464;
        margin-top: 10px;
        padding-top: 50px;
      }
      
      .footer .name h1{
        font-size: 32px;
        margin: 10px 0px;
        font-weight: 700;
        color: #B01F24;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: left;
      }
      
      .footer .name a{
        margin: 10px 0px;
        position: relative;
        display: block;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: left;
      color: #000;
      
      }
       .bg-color{
        background-color: #646464;
        color: #fff !important;
        padding: 20px 20px;
      }
      
      .bg-color p{
        color: #fff;
      }
      
      .footer h2{
        text-align: center;
        margin: 10px 0px;
      font-size: 16px;
      font-weight: 700;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: left;
      
      }
      .footer ul{
       margin: 10px 0px;
        
        }
      .footer ul li{
      text-align: left;
      
      }
      
      .footer ul li a{
        font-size: 16px;
        position: relative;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: left;
        color: #646464;
        
        }
        .footer li a:before {
          content: '';
          position: absolute;
          left: 0;
          bottom: -5px;
          height: 2px;
          width: 0%;
          background: #B01F24;
          border-radius: 1px;
          transition: all 0.4s ease;
        }
        .footer li a:hover:before{
          width: 100% !important;
        }
        
        .footer ul li a:hover{
          color:#B01F24 ;
        }
      .footer .name a:hover{
        color:#B01F24;
        transition: all .5s;
      }
      
      .footer p span {
        color: inherit;
      }
      
      .map_section img{
        width: 100% !important;
        height: 100% !important;
      }

      .map_class {
        margin-top: 8em;
        width: 100%;
        height: 100%;
        position: relative;
      }
      .map_class img{
        width: 100%;
        height: 100%;
      }
      
      .map_class{
        position: relative;
      }
      .map_class .map_main{
        position: relative;
      }
      .map_main :hover{
      background-color: #000000;
      border-radius: 100%;
      transition: all .4s;
      }
      .map_class .map_main img {
        width: 42px;
        position: relative;
        height: 42px;
        z-index: 2;
    }
    .map_main::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #B01F2436;
      border-radius: 74px;
      opacity: 0.15;
      z-index: -1;
    }
    
    @-webkit-keyframes outer-ripple {
      0% {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          opacity: 0.5;
      }
    
      80% {
          -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
          transform: scale(1.3);
          opacity: 0;
      }
    
      100% {
          -webkit-transform: scale(2.5);
          -ms-transform: scale(2.5);
          transform: scale(2.5);
          opacity: 0;
      }
    }
    
    .map_main::after {
    
      z-index: 1;
    
      animation: outer-ripple 1000ms linear infinite;
    
      -webkit-animation: outer-ripple 1000ms linear infinite;
    
      -moz-animation: outer-ripple 1000ms linear infinite;
    
    }

    .name_img{
      display: flex;
      position: absolute;
      justify-content: center;
      align-items: center;
      width: max-content;
      flex-direction: column;
      cursor: pointer;
    }
    .name_img p{
      color: #F18432;
      font-size: 16px;
      font-weight: 600;
      border:2px solid #F18432;
      border-radius: 4px;
      padding: 5px 10px;
    }
    .name_img .line{
      height: 150px;
      width: 1px;
      background-color: #F18432;
    }

    /* .map_class .name_img:nth-child(1){
      position: absolute;
      bottom: 80px;
      right: 600px;
    } */
    .map_class .name_img:nth-child(2){
      position: absolute;
      bottom:50% ;
      left:13%;
    }
    .map_class .name_img:nth-child(2) .line{
      height: 150px;
    }
    .map_class .name_img:nth-child(3){
      position: absolute;
      bottom:70% ;
      left: 16%;
    }
    .map_class .name_img:nth-child(3) .line{
      height: 130px;
    }
    .map_class .name_img:nth-child(4){
      position: absolute;
      bottom:80% ;
      left: 45%;
    }
    .map_class .name_img:nth-child(4) .line{
      height: 100px;
    }
    .map_class .name_img:nth-child(5){
      position: absolute;
      bottom:57% ;
      left: 63%;
    }
    .map_class .name_img:nth-child(5) .line{
      height: 200px;
    }

    .map_class .name_img:nth-child(6){
      position: absolute;
      bottom:06% ;
      left: 82%;
    }
    .map_class .name_img:nth-child(6) .line{
      height: 450px;
    }


    
    .map_class .name_img:nth-child(7){
      position: absolute;
      bottom:13% ;
      left: 88%;
    }
    .map_class .name_img:nth-child(7) .line{
      height: 360px;
    }

    
    
    .map_class .name_img:nth-child(8){
      position: absolute;
      bottom:60% ;
      left: 50%;
    }
    .map_class .name_img:nth-child(8) .line{
      height: 220px;
    }

       
    
    .map_class .name_img:nth-child(9){
      position: absolute;
      bottom:65% ;
      left: 57%;
    }
    .map_class .name_img:nth-child(9) .line{
      height: 120px;
    }

        
    .map_class .name_img:nth-child(10){
      position: absolute;
      bottom:80% ;
      left: 47%;
    }
    .map_class .name_img:nth-child(10) .line{
      height: 50px;
    }

            
    .map_class .name_img:nth-child(11){
      position: absolute;
      bottom:74% ;
      left: 43%;
    }
    .map_class .name_img:nth-child(11) .line{
      height: 30px;
    }

                
    .map_class .name_img:nth-child(12){
      position: absolute;
      bottom:70% ;
      left: 52%;
    }
    .map_class .name_img:nth-child(12) .line{
      height: 30px;
    }