body{
    background-color: #FFFFEE;
  }
.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;
  }

  .content_div{
    position: relative;
  }
  .content_div img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    margin-top: 0px;
    height: 100%;
    object-fit: cover;
}

.content_div .dsu-intro{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    left: 30px;
    gap: 5px;
    z-index: 2;
    bottom: 40px;
}
.content_div .dsu-intro.premium_class{
    left: 50%;
    width: 100%;
    transform: translate(-50%,0);
    justify-content: center;
    align-items: center;
  }
  .content_div .heading_hero{
    font-family: 'Helvetica';
font-size: 42px;
font-weight: 500;
color: #fff;
line-height: 54.98px;
text-align: left;

}
.content_div .heading_hero_premium{
color: #fff;
text-align: left;
font-family: 'Work Sans',sans-serif;
font-size: 42px;
font-weight: 600;
width: 100%;
line-height: 56.83px;
filter:drop-shadow(10px 15px 4px #00000040);

}
.content_div .sub_heading_hero{
    font-family: 'Helvetica';
font-size: 36px;
font-weight: 400;
line-height: 47.12px;
text-align: left;
color: #fff;

}
.content_div .bg_box{
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 5px 30px;
}
.content_div .sub_heading_hero_premium{
  font-family: 'Work Sans',sans-serif;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 34.12px;
  text-align: center;
  color: #B01F24;
  filter: drop-shadow(4px 4px 04px #00000040 );
  
}
.content_div .prem_img{
  width: 32px;
  margin-right: 5px !important;
  margin: 0;
  height: 32px;
}
.content_div .sub_heading_hero i{
    color: #FFD01E;
}
.widget-titless h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 48px;
    color: #6e6e6e;
}

.intro_sec{
    background-color: #FFFED1;
}

.widget-titless h1 span {
    color: #B01F24;
}
.widget-titless p{
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    font-weight: 500;
}
  

.vision_div{
    padding: 20px;
    background-color: #F5F5F5;
}
.vision_content{
    margin-left: 20px;
}
.vision_content h1{
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 24px;
    color: #252525;
    border-left: 5px solid #B01F24;
    padding-left: 10px;
}
.vision_content h3{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #30343F;
}

.vision_content ul li {
    margin-bottom: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    font-size: 15px;
    line-height: 28px;
    list-style-type: none;
    padding-left: 30px;
    color: #30343F;
}
.vision_content ul li::before {
    content: '>>';
    position: absolute;
    top: 0;
    left: 0;
    color: #B01F24;
}

.vision_tab{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
    flex-direction: column;
    padding-top: 20px;
}

.vision_tab button{
    background-color: #fff !important;
    box-shadow: 3px 1px 5px #0000008a;
    width: 100%;
    margin-bottom: 20px;
    min-height: 50px;
    color: #000 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    font-size: 20px;
}

.vision_tab button.active{
    background-color: #B01F24 !important;
    color: #fff !important;
    width: 130%;
    position: relative;
    z-index: 2;
}
.vision_tab button:hover{
    background-color: #B01F24 !important;
    color: #fff !important;
}

.message_box::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 350px;
    background: url(../images/ceo_banner.webp);
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
}
.message_box .inner_box{
    background-color: #FFFFFF;
    padding: 75px 25px;
    border-radius: 5px;
    border: 1px solid #B01F24;
}
.message_box .inner_box p{
    font-size: 16px;
    line-height: 24px;
    color: #30343F;
    font-weight: normal;
    margin-bottom: 20px;
}
.message_box .inner_box h1{
    color: #30343F;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.message_box .inner_box h1 b{
    font-weight: 700;
}
.message_box .inner_box p img{
    margin-top: -30px;
}
.bg_c {
    background-color: transparent;
    padding: 30px 40px 30px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.why_us .why_inner {
    display: flex;
    margin-bottom: 50px;
    padding-right: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.why_us .why_inner .why_img {
    transform: rotateY(0);
    transition: .5s;
    background-color: #C22C31;
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why_us .why_inner .why_img img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.why_us .why_inner h3 {
    font-family: 'Helvetica';
    font-size: 15px;
    width: calc(100% - 90px);
    font-weight: 500;
    line-height: 21.97px;
    text-align: left;
    color: #252525 !important;
}
.why_us .why_inner:hover .why_img {
    transform: rotateY(200deg);
    transition: .5s;
}
.why_us .img_box img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.team_sec .team_box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.team_sec .team_box img{
    width: 100%;
    height: 200px !important;
}
.team_sec .team_box h2{
    color: #252525;
    font-size: 20px;
    margin-top: 15px;
    line-height: 24px;
    text-align: center;

}
.team_sec .team_box h3{
    color: #252525;
    font-size: 18px;
    margin-top: 5px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;

}
.team_sec .team_box p{
    color: #6A6A6A;
    font-size: 16px;
    margin-top: 9px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;

}
.prem_cta{
    position: relative;
    background-color: #B01F24;
  }
  .prem_cta .widget-titless h1 span{
    color: #FFD01E;
  }
  .prem_cta .cta_buttons{
    display: flex;
    margin:10px 0px 10px 0px;
    justify-content: center;
    gap: 20px;
    align-items: center;
  }
  .prem_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: #fff;
  color: #B01F24;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-align: center;
  }
  .prem_cta .cta_buttons .appoint:hover{
    transform: scale(1.04);
    transition: all .4s;
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #fff;
  }
  
  .prem_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;
    }
    .prem_cta .cta_buttons .contact:hover{
      transform: scale(1.04);
      transition: all .4s;
      background-color: #ffffff;
      color: #B01F24;
    }



