.overlap 
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}

.overlap-1 
{
    display: block;
    z-index: 120;
}

.overlap-2 
{
    display: block;
    z-index: 110;
}

.HomeBg-img
{
    min-height: 450px;
    /* Needed to position the navbar */
    position: relative;
     /* The image used */

    background: linear-gradient(
                      rgb(255,255,255),
                      rgb(255,255,255),
                      rgb(255,255,255));                    

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 3px #480001 solid;
}

.HeroBannerImage_Cl 
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 420px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.BannerImg-2_Cl 
{
    display: block;
    max-width: 80%;
    margin-top: -24px;
    margin-right: -10%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
 
.Navigationstyle_Cl
{     
    transition: all 0.5s ease;
}

.DarkMenu_Cl
{
    color: rgba(0,0,0,0.4);
    font-weight:500;
}

.DarkMenu_Cl.active, .DarkMenu_Cl:hover
{
    color: #26ace2;
}

.LightMenu_Cl 
{
    color: rgba(0,0,0,0.4);
    letter-spacing: 0.2px;
    font-weight: 500;
}

.LightMenu_Cl.active, .LightMenu_Cl:hover
{
    color: #26ace2;
}

 
/*.Logo_Cl
{
   max-width: 100%;
}
.OnscrollLogo_Cl
{
   max-width: 70%;
}*/
 
.Logo_Cl
{
   max-width: 170px;
   /* height: 60px; */
}

.OnscrollLogo_Cl
{
   max-width: 100%;
   height: 50px;
}

.NoScroll_Cl
{
    background-color: #fff;
}

.Fixed_Cl
{
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 6px -6px;
}

.NavigationContainer_Cl
{
    max-width: 100%;
}

.HeroHeading_Cl
{
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 72px;
    line-height: 1.1;
    font-weight: 500;
    color: #000;
}

.HeroButton_Cl
{
    margin-right: 16px;
    padding-top: 1px;
    padding-right: 24px;
    padding-left: 24px;
    background-color: #fc383a;
    color: #fff;     
    line-height: 59px;
    font-weight: 500;
    text-decoration: none;
}
.HeroButton_Cl:hover
{
    opacity: 0.9;
    text-decoration: none;
    color: #fc383a;
    border: 2px solid #fc383a;
}

.w-inline-block 
{
    max-width: 100%;
    display: inline-block;
}

.DeskNavBar_Id
{
    display : block;
    font-weight: 5;
}

.CallUsNowBtn_LightMenu_Cl
{
    /* padding-right: 40px; */
    /* padding-left: 35px; */
    border-width: 1px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #26ace2;
    font-size: 20px;
    color: #26ace2;
    font-weight: 500;
    text-decoration: none;
}

.CallUsNowBtn_LightMenu_Cl:hover
{
 background-color: #26ace2a8;
 color: #ffffff;
}
    .CallUsNowBtn_DarkMenu_Cl
    {
     padding-right: 24px;
     padding-top: 12px;
     padding-bottom: 12px;
     padding-left: 24px;
     color: #26ace2;
     border: 1px solid #26ace2;
     font-weight: 500;
     font-size:18px;
     text-decoration: none;
     box-sizing: border-box;
    }
    .CallUsNowBtn_DarkMenu_Cl:hover
    {
         background-color: #26ace2a8;
         color: #ffffff;
        box-sizing: border-box;
    }
 /* ------------- Side Nav ------------- */
    .SideNavSection_C{
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #000000;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 20px;
        z-index: 3000;
    }

    .SideNavSection_C a{
      padding: 12px 12px 12px 32px;
      text-decoration: none;
      font-size: 18px;
      color: #ffffff;
      display: block;
      border-bottom: 1px solid #f5f5f5;
      transition: 0.3s;
    }

    .SideNavSection_C .CloseSideNav{
        position: absolute;
        right: 4%;
        top: 0px;
        font-size: 30px;
        color: #26ace2;
    }

    #CloseButton_I
    {top: 0px;}

    .SideMenuItem li{
        color: white;
        text-decoration: none;
    }

    .SideMenuItem li:hover{
        color: blue;
    }
    .NavMenuBtn_Cl
    {                   
        background-color: transparent;        
        padding: 0px;
        margin: 0;
        text-decoration: none;
        border: 0;
        display: none;
    }
    .NavMenuIcon_Cl
    {
        color: #26ace2;
        /* background: #26ace2; */
        padding: 5px 10px;
        font-size: 28px;
        width: auto;
        text-align: center;
        text-decoration: none;
        margin: 0px 0px 0px 0px;
        border-radius: 5px;
    }
    /*-----------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199.98px)
{
    .HeroHeading_Cl 
    {    
        font-size: 52px;    
    }
    .HeroButton_Cl
    {     
       line-height: 49px;     
    }
    .BannerImg-2_Cl 
    {
    
    max-width: 95%;
    margin-top: 0px;
    margin-right: 24px;
    
   }
   .HeroBannerImage_Cl 
   {
    
      min-height: 420px;
    
   }
}
 @media only screen and (min-width: 768px) and (max-width: 991.98px)
{
    .HeroHeading_Cl
    {
        margin-top: 30px;
        margin-bottom: 16px;
        font-size: 40px;
        
    }
    .DeskNavBar_Id
    {
        display : none;
    }
    .NavMenuBtn_Cl
    {                           
        display: block;
    }
    .HeroButton_Cl
    {     
       line-height: 39px;     
    }
    .BannerImg-2_Cl 
    {
    
    max-width: 95%;
    margin-top: 0px;
    margin-right: 0px;
    
   }
   .HeroBannerImage_Cl 
   {
    
      min-height: 420px;
    
   }
    
}
@media only screen and (min-width: 576px) and (max-width: 767.98px)
{
    .HeroHeading_Cl
    {
        margin-top: 30px;
        margin-bottom: 16px;
        font-size: 40px;
        
    }
    .DeskNavBar_Id
    {
        display : none;
    }
    .NavMenuBtn_Cl
    {                           
        display: block;
    }
    .HeroButton_Cl
    {     
       line-height: 39px;     
    }
    .BannerImg-2_Cl 
    {
    
    max-width: 80%;
    margin-top: 0px;
    margin-right: 0px;
    
   }
   .HeroBannerImage_Cl 
   {
    
      min-height: 420px;
    
   }
}

@media only screen and (min-width: 320px) and (max-width: 575.98px)
{
    .DeskNavBar_Id
    {
        display : none;
    }
    .NavMenuBtn_Cl
    {                           
        display: block;
    }

    .HeroHeading_Cl
    {
        margin-top: 30px;
        margin-bottom: 16px;
        font-size: 32px;
        
    }
    .HeroButton_Cl
    {
        margin-right: 16px;
        padding-top: 1px;
        padding-right: 18px;
        padding-left: 18px;
        background-color: #fc383a;
        color: #fff;

        line-height: 39px;
        font-weight: 500;
        text-decoration: none;
    }
    .HomeBg-img
    {
      min-height: 450px;
      /* Needed to position the navbar */
      position: relative;
       /* The image used */

     background: linear-gradient(
                     rgb(255,255,255),
                     rgb(255,255,255),
                     rgb(255,255,255));                    
      /* Center and scale the image nicely */
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-bottom: 3px #480001 solid;
    }
    .Logo_Cl
    {
        max-width: 150px;
        /* height: 45px; */
    }
    .OnscrollLogo_Cl
    {
        max-width: 100%;
        height: 40px;
    }
    /*Logo_Cl
    {
        max-width: 70%;
    }*/
    /*.OnscrollLogo_Cl
    {
        max-width: 60%;
    }*/
    .BannerImg-2_Cl 
    {
    
    max-width: 80%;
    margin-top: 0px;
    margin-right: 0px;
    
   }
   .HeroButton_Cl
    {     
       line-height: 39px;     
    }
    .HeroBannerImage_Cl 
   {
    
      min-height: 200px;
   }
}

