body,html{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    box-sizing: border-box;
 }

 

 /* nav bar starts  */
 #navbar_background
 {
     
     min-height: 80px;  
     padding: 0px 50px;
     /* border-bottom: 1px solid #ccc; */
     
 }
 
 
 .logo img
 {
     width: auto;
     
      height: 100px; 
 }
 
 
 .navbar ul{
     flex-grow: 1;
     justify-content: end;
 
 }
 
 .navbar ul li a{
     margin: 0 5px;
     /* font-size: 15px; */
     font-weight: 600;
     font-family: Inter;
     color:#444444;
     line-height: 24.2px;
 }

 .navbar ul li .login{
    border-bottom: 2px solid #1D84A0;
    font-weight: 700;
    /* font-size: 17px; */
    line-height: 24.2px;
    color: #1D84A0;
    margin-left: 100px;
    margin-right: 30px;
 }
 
 .navbar ul li .register{
    background-color: #1D84A0;
    font-weight: 600;
    /* font-size: 17px; */
    line-height: 24.2px;
    color: white;
    border-radius: 10px;
    /* padding: 10px 50px; */
    width: auto;
    text-align: center;
 }
 
 
 .navbar .dropdown-menu{
     overflow: hidden; /* Hide any overflow content */
     
     
 }
 
 
 .navbar-toggler{
     margin-right: 20px;
 }
 
 
 
 
 
 @media screen and (max-width:992px){
     #navbar_background{
         background-image: none;
         padding: 0px 10px;
     }
     .navbar {
          text-align: center;
 
    
     }
 
     .navbar ul{
         background-color: #444444;
     }
 
     .navbar ul li a{
         margin: 20px 0;
         color: white;
     }
 
     
 
     .navbar a{
         margin: 20px 0;
     }
 
 
    .navbar ul li .login{
        margin-left: 0px;
        margin-right: 0px;
        
    }

    .navbar ul li .register{
        margin: 0 auto;
    }
 
 }
 /******Navbar Ends Here*****/


 /* hero section starts */

 #hero{
    background-image: url("../images/bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 470px;
    padding: 40px 50px;

 }

 #hero_text{
    padding: 30px;

 }


 .main_input{
    padding: 4px 20px;
    border: 2px solid #FFFFFF;
    display: flex;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
 }

 .main_input i{
    color: #FFFFFF;
    font-size: 15px;
line-height: 28.2px;
margin-left: 4%;
 }

 .main_input input{
    border: none;
    color: #FFFFFF; 
    outline: none;
    padding: 2px;
    width: 100%;
  background-color: transparent;
  margin-left: 2%;
 }

 .main_input input::placeholder{
    color: #FFFFFF;
    font-size: 15px;
    
 }

 #hero_text h1{
    margin-top: 5%;
    font-size: 32px;
    font-family: Inter Arial, Helvetica, sans-serif;
    font-weight: 800;
    line-height: 24.41px;
    text-align: center;
    color: #FFFFFF;
    -webkit-text-stroke: 2px black; 

 }

 #hero_text h2{
    color: #1D84A0;
    font-family: Inter Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 45px;
    text-align: center;
    -webkit-text-stroke: 1px white;
     }
     #hero_text p{
        color: #FFFFFF;
        font-family: Inter;
        text-align: center;
     }

     #hero_text a{
        background-color: #1D84A0;
        padding: 10px 20px;
        text-align: center;
        color: #FFFFFF;
        text-decoration: none;
        font-family: Inter;
        border-radius: 10px;
     }
     @media screen and (max-width:992px){
        #hero_text h1{
            font-size: 25px;
        }

        #hero_text h2{
            font-size: 36px;
        }



     }

     @media screen and (max-width:700px){
        #hero_text h1{
            font-size: 20px;
        }

        #hero_text h2{
            font-size: 30px;
        }



     }

     /* hero section ends */

     /* risk now starts */

     .risk_now img{
        border-radius: 10px;
        height: 100%;
     }

     .risk_now h1{
        color: #1D84A0;
        font-family: Inter;
        font-weight: 700;
        font-size: 25px;
     }

     .risk_now p{
        color: rgba(99, 98, 98, 1);
        font-family: Inter;
        font-family: 700;
        text-align: justify;
        font-size: 14px;
     }

     /* risk now ends */


     /* demo starts */

     #demo{
        margin-top: 5%;
        background-image: url("../images/risk_now.jpeg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 100%;
        min-height: 190px;
        position: relative;
        top: 0;
        left: 0;
        z-index: 0;
        box-sizing: border-box;
     }

     .demo_overlay{
        position: absolute;
        top: 0;
        left: 0;
        /*background-color: rgba(140, 192, 62, 0.83);*/
        background-color:rgba(29, 132, 160, 0.83);
        z-index: 1;
        width: 100%;
        min-height: 100%;
     }

     .demo_inner{
        padding: 10px;
        text-align: center;
        margin-top: 1%;
     }

     #demo h1{
    color: white;
    font-family: Inter;
    font-size: 25px;
    font-weight:bolder;
     }

     #demo p{
        color: white;
        font-size: 13px;
        font-family: Inter;
         margin-top: 1%;

     }

     #demo a{
        background-color: white;
        padding: 5px 40px;
        border-radius: 10px;
        color: #1D84A0;
        font-family: Inter 'Arial Narrow Bold', sans-serif;
        text-decoration: none;
        margin-top: 2%;
        cursor: pointer;
     }

     @media screen and (max-width:700px){
        #demo h1{
            font-size: 22px;
        }

        #demo p{
            font-size: 14px;
        }
     }

     /* demo ends */


     /* modal code starts */

     
         
 
         
         body.modal-open {
     overflow-y: scroll;
 }
 
 .modal-open {
     padding-right: 0 !important;
 }
 
 
 .modal-open .modal-backdrop {
   background-color: rgba(0, 0, 0, 0.3); 
 
 }

 .modal-content{
   background-color: #1D84A0 !important;

 }

 .popup{
   background-color: white;
   padding: 20px;
  border-radius: 20px;
  text-align: left;
 }

 .popup_top_heading{
   font-family: Inter;
   font-weight: bolder;
   font-size: 60px;
   color: #ffffff;
   text-transform: uppercase;
   margin-bottom: 20px;
 }

 .popup_part1 h2{
   font-family: Inter;
   font-weight: bold;
   color: #1D84A0;
   font-size: 25px;
 }

 .popup_part1 p{
   font-family: Inter;
   font-weight: 500;
   color: #444444 !important;
   font-size: 12px !important;
 }
 
 .popup_part1 input{
   background-color: #BFBFBF;
   width: 100%;
   height: 40px;
   margin-top: 3%;
   border: none;
   border-radius: 10px;
 }

 .popup_part1 a{
   background-color: #1D84A0 !important;
   color: white !important;

 }

     /* modal code ends */

     /* cyber secuirty starts */

     #cyber_security{
        background-image: url("../images/risk_only_overlay.jpg");
        background-repeat: repeat-y;
        background-size: cover;
        background-position: center center;
        width: 100%;
        min-height: 800px;
     
         }


/* 
         .cyber_security_overlay{
            background-color: rgba(0, 0, 0, 0.76);
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            width: 100%;
            min-height: 100%;
         } */

         .cyber_security_inner h1{
            color: #1D84A0;
            font-size: 24px;
            font-family: Inter;
            font-weight: bold;
            text-align: center;
         }

         .cyber_security_inner p{
            color: white;
            font-size: 15px;
            font-family: Inter;
            text-align: center;
            margin-top: 3%;
         }

         .cyber_security_box{
            border: 2px dashed #1D84A0;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
            background-color: white;
         }

         .cyber_security_box h1{
            color: black;
            font-size: 18px;
            text-align: center;
            font-family: Inter;
            margin-top: 2%;
         }

         .cyber_security_box p{
            color: #444444;
            font-size: 13px;
            font-family: Inter;
            text-align: center;
            padding: 0px 20px;
         }

     /* cyber secuirty ends */
 
     /* professional courses starts */
     
     
     
     /* form{
        
        justify-content: flex-end;


        padding-top: 90px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 0px;
      } */

      form select{
        border: none;
        color: rgba(23, 140, 140, 1);
        font-family: Inter;
        font-size: 17px;
       outline:  none;
      }

      form label{
        color: rgba(23, 140, 140, 1);
        font-family: Inter;
        font-size: 17px;
      }

      @media screen and (max-width:992px){
        form{
            padding: 0px;
        }

        form select{
            margin-top: 3%;
        }

        form label{
            margin-top: 3%;
        }
      }


      #professional_inner{
        width: 100%;
        min-height: 100px;
        background-color: rgba(248, 245, 245, 1);
        margin-top: 3%;
      }

      .card-img-top_partner{
         height: 100px;
         object-fit: cover;
      }

      #professional_inner2 h5{
         color: rgba(10, 74, 74, 1);
         font-family: Inter;
         font-weight: 700;
         font-size: 18px;
      }

      #professional_inner2 .duration{
        font-family: Inter;
        font-weight: 800;
        font-size: 15px;
      }

      #professional_inner2 .rate
      {
        font-family: Inter;
        font-weight: 800;
        font-size: 15px;
        color: rgba(204, 0, 0, 1);
        line-height: 1.3px;
      }

      #professional_inner2 .academy{
        height: 100px;
        width: 50%;
      }

      #professional_inner2 .rating-img{
       width: 15px;
       height: 15px;
      }

      #professional_inner2 .rating{
        font-family: Inter;
        font-size: 15px;
        color: rgba(134, 134, 134, 1);
      }

      #professional_inner2 .btn{
        background-color: rgba(23, 140, 140, 1);
        color: white;
        text-decoration: none;

      }

       .more_info{
        color: rgba(23, 140, 140, 1);
        font-family: Inter;
        font-size: 16px;
      font-weight: 900; 
      text-align: center;
       
      }


     /* prodessional courses ends */


/*Contact us starts*/

#contact
{
 width: 100%;
 margin-top:5%;
}

#contact button
{
    background-color: #1D84A0;
    color: white;
    font-family: Inter;
}

#contact h1
{
    font-family: Inter;
    font-weight: bold;
    color:#1D84A0;
    font-size:29px;
}


#contact2
{
    display: flex;
    margin-top: 50px;
}

#contact2 i
{
    font-size: 20px;
    color: white;
    background-color: #1D84A0;
    padding: 10px 14px;
    border-radius: 80px;

}

#contact2 i:hover
{
    font-size: 20px;
    color: white;
    background-color: #1D84A0;
    padding: 10px 14px;
    border-radius: 80px;
    transition: all ease 0.9s;

}

#contact2 h4
{
  color: #1D84A0;
  margin-left: 10px;
  font-family: Inter;
  font-weight: bold;
  font-size:20px;
}

#contact2 p
{
  color: black;
  margin-left: 10px;
  font-family: Inter;
  font-weight: bold;
  font-size: 13px;
  margin-top: -10px;
}

#form
{
    padding: 50px;
}

#form1
{
    display: flex;
    justify-content: space-between;
}

#form1 input
{
    width: 250px;
    justify-content: space-between;
}


@media screen and (max-width:992px)
{
  #contact
   {
     width: 100%;
     padding: 20px;
   } 

   #contact h1
    {
      font-family: Inter;
      font-weight: bold;
      margin-top: 30px;
    }
    #contact2 i:hover
    {
     background-color: #0D6EFD;
     color: white;
    }
    #form
    {
     padding: 20px;
    }
    #form1
    {
        display: block;
    }
    #form1 input
    {
     width: 335px;
     margin-top: 10px;
    }
 
}

/*Contact us ends*/


     /*=>>>>>>>>>>> cyber aware people page starts */

   /* main background section starts */

   .main_background{
      width: 100%;
      min-height: 350px;
      background-image: url("../images/cyber_aware_people_main_background.jpeg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;

   }

   .main_inner_part1{
      padding: 50px 100px;
   }

   .main_inner_part1 h1{

      font-family: Inter;
      font-weight: bolder;
      font-size: 42px;

   }

   .main_inner_part1 h1 span{
      color: #1D84A0;
   }

   .main_inner_part1 p{
      font-family: Inter;
      font-size: 18px;
   }

   .main_inner_part1_btn{
      background-color: black !important;
      color: white !important;
      font-family: Inter;
      font-weight: bold;

   }

   .main_inner_part1_btn2{
      background-color: #1D84A0 !important;
      color: white !important;
      font-family: Inter;
      font-weight: bold;
   }

   .main_inner_part2{
      padding: 5px;
   }

   .main_inner_part2 img{
      width: 90%;
      height: 300px;
   }

   @media screen and (max-width:700px) {
      .main_inner_part1{
         padding: 20px 20px;
      }  

      .main_inner_part1 h1{
         font-size: 35px;
   
      }

      .main_inner_part2 img{
         width: 100%;
         height: 300px;
      }
   }


 /* main background section ends */


 /* main skills starts */

 .main_skills{
   background-color: #1D84A0;
   border-radius: 20px;
   padding: 30px 60px;
   /*margin-top: -90px;*/
 }

 
 .inner_skills_img{
   
   padding-top: 20px;
 }

 .inner_skills_img img{
   background-color: #1D84A0;
   padding: 0 15px;
   border-radius: 20px;
 }

 
 .inner_skills_text h1{
   font-size: 16px;
   color: white;
   font-family: Inter;
   font-weight: 700;
 }

 .inner_skills_text p{
   font-size: small;
   color: white;
   opacity: 60%;
   text-align: left;
   line-height: 25px;
 }

 @media screen and (max-width:992px)
 {
   .main_skills{
      padding: 30px;
      margin-top: -10px;
   }
 }

 /* main skills ends */

 /* train_yourself starts */
 
 .train_yourself img{
   border-radius: 10px;

}

.train_yourself h1{
   color: rgba(0, 0, 0, 1);
   font-family: Inter;
   font-weight: 900;
   font-size: 25px;
}

.train_yourself p{
   color: #8A8A8A;
   font-family: Inter;
   font-family: 700;
   text-align: justify;
   font-size: 14px;
}

 /* train_yourself ends */



 /* password managemnt starts */

 .password_managent{
   width: 100%;
   min-height: 300px;
   background-image: url("../images/password_management.png");
   background-repeat: no-repeat;
   background-position: top center;
   background-size: cover;
padding: 100px 60px;
 }

 .password_managent_inner{
   display: flex;
   font-family: Inter;
   font-size: 17px;
   font-weight: bolder;
 }

 .password_managent_inner p{
   color: white;
   margin-left: 3%;
 }

 .password_managent_inner span{
   width: 25px;
   height: 25px;
   padding: 0px 5px;   
   border-radius: 20px;
   background-color: #1D84A0;
   color: black;
 }
 /* password management ends */


     /* =>>>>>>>>>> cyber aware people page ends */



     /* =>>>>>>>>>>>Blogs page starts  */

     .blogs_mainbacground{
      width: 100%;
      height: 500px;
      background-image: url('../images/blogs_main_image.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center;
      position: relative;
      top: 0;
      left: 0;
      z-index: -1;
      
     }

     .blogs_mainbacground_overlay{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #141624;
      opacity: 40%;
     }

     .blogs_mainbox{
      border-radius: 20px;
      background-color: white;
      padding: 30px 10px 0px 15px;
      box-shadow: 2px 2px 2px 2px #ccc;
      margin-top: -200px;
      z-index: 1;
     }

     .blogs_mainbox span{
      color: white;
      padding: 5px 10px;
      border-radius: 20px;
      font-family: Inter;
      font-size: 16px;
     }

     .blogs_mainbox{
      justify-content: space-between;
     }

     .blogs_mainbox p{
      color: black;
      font-size: 22px;
      font-weight: bolder;
      font-family: Inter;
      padding: 15px;
     }

     
     .blogs_mainbox_inner p{
      color: #8A8A8A;
      font-size: 12px !important;
      /* justify-content: flex-end; */
      font-family: Inter;
     }

     .blogs_mainbox_inner2{
      margin-top: -30px;
     }
     .blogs_mainbox_inner2 p{
      color: #8A8A8A;
      
      font-size: 12px !important;
      font-family: Inter;
     }

     @media screen and (max-width:750px)
{
   .blogs_mainbox{
      padding: 30px 10px 0px 4px;
      
     }

     .blogs_mainbox p{
      font-size: 18px;
     }

}



     .blogs_center_main_inner span{
      color: white;
      padding: 5px 10px;
      border-radius: 20px;
      font-family: Inter;
      font-size: 16px;
     }

     .blogs_center_main_inner{
      justify-content: space-between;
     }

     .blogs_center_main_inner p{
      color: black;
      font-size: 17px;
      font-weight: bolder;
      font-family: Inter;
      padding: 15px;
     }

     
     .blogs_center_main_inner2 p{
      color: #8A8A8A;
      font-size: 12px;
      /* justify-content: flex-end; */
      font-family: Inter;
     }

     .blogs_center_main_inner3{
      margin-top: -30px;
     }
     .blogs_center_main_inner3 p{
      color: #8A8A8A;
      font-size: 12px;
      font-family: Inter;
     }





     /* =>>>>>>>>>>>Blogs page ends */



     /* =>>>>>>>>>>>Blogs Details page starts */

     .blogs_details_main_top{
      padding: 30px 5px;
     }

     .blogs_details_main_top p{
      color: #172B4D;
      font-size: 23px;
      font-family: Inter;
      font-weight: 600;
     }

     .blogs_details_main_top2{
      padding-top: 30px;

     }

     .blogs_details_main_top2 p{
       color: #8A8A8A;
       font-size: 14px !important;
       font-family: Inter;
       margin-top: 1%;
     }

     .blogs_center1 p{
        font-size: 14px;
        color: #444444;
        font-family: Inter;
        text-align: justify;
     }

     .blogs_center1 h2{
      font-size: 26px;
      color: #4D2C5E;
     }


     .blogs_center2 .blogs_center2_top_heading{
      font-size: 16px;
      font-family: Inter;
      color: #8A8A8A;
     }

     .blogs_center2 p{
       color: #8A8A8A;
       font-family: Inter;
       font-size: 13px;
       text-transform: uppercase;
     }

     .blogs_center2 h3{
      color: #4D2C5E;
      font-family: Inter;
      font-size: 12px;
      margin-top: -10px;
     }

     .blogs_center2_inner{
      background-color: #1D84A0;
      padding: 30px 20px;
   text-align: center;
   border-radius: 5px;
     }

     .blogs_center2_inner h2{
      color: white;
      font-size: 21px;
      font-family: Inter;
      text-transform: uppercase;
      line-height: 40px;
     }

     .blogs_center2_inner p{
      color: white;
      font-family: Inter;
      text-transform: capitalize;
      font-size: 20px;
      
     }

     .blogs_center2_inner a{
      color: #4D2C5E;
      background-color: #DEEBFF;
      font-family: Inter;
      font-size: 18px;
      text-decoration: none;
      padding: 10px 20px;
      border-radius: 5px;
     }

     .blogs_detail_lastpart{
      padding: 20px 5px;
     }

     .blogs_detail_lastpart_toppara{
      color: #444444;
      font-family: Inter;
      font-size: 20px;
     }

     .blogs_detail_lastpart_toppara2{
      color: #8A8A8A;
      font-family: Inter;
      font-size: 16px;
      text-transform: uppercase;
     }

     .blogs_detail_lastpart_inner2{
      padding: 5px 15px;
     }

     .blogs_detail_lastpart_inner2_top{
      color: #8A8A8A;
      font-family: Inter;
      font-size: 13px;
      text-transform: uppercase;
     }

     .blogs_detail_lastpart_inner2 h2{
      color: #4D2C5E;
      font-family: Inter;
      font-size: 20px;
     }

     .blogs_detail_lastpart_inner2_bottom{
      color: #444444;
      font-family: Inter;
      font-size: 14px;
     }




     /* =>>>>>>>>>>>blogs details page ends */


     /* =>>>>>>>>>>Signup starts */

     .signup{
      padding: 20px 15px;
     }

     .signup h1{
      color: black;
      font-family: Inter;
      font-size: 35px;
      font-weight: bolder;
      margin-bottom: 20px;
     }

     .signup_toppara{
      color:#8A8A8A;
      font-size: 15px;
      font-family: Inter;
     }

     .signup label{
      color: black;
      font-weight: 600;
      font-family: Inter;
      font-size: 14px;
      margin-bottom: 10px;

     }

     .signup input{
      width: 100%;
      height: 50px;
      border-radius: 10px;
      /* border-color: #E7E7E7; */
      background-color: #E7E7E7;
      color: #444444;
      outline: none;
      border: 1px solid #c7c4c4;
     }

     .signup select{
      background-color: #E7E7E7;
      height: 50px;
      border-radius: 10px;
      color: #444444;
      outline: none;
      border: 1px solid #c7c4c4;
     }

     .signup textarea{
      width: 100%;

      background-color: #E7E7E7;
      height: 50px;
      border-radius: 10px;
      color: #444444;
      outline: none;
      border: 1px solid #c7c4c4;
     }

     .signup .checkbox{
      width: 20px;
     }

     .signup .register-btn{
      background-color: #1D84A0;
      border-radius: 15px;
      padding: 10px;
      color: white;
      text-decoration: none;
     }

     
     /* =>>>>>>>>>>>signup ends */


     /* =>>>>>sign in starts */

     .signin{
      text-align: center;
      padding-top: 40px;
     }

     .signin h1{
      font-family: Inter;
      font-weight: bolder;
      font-size: 27px;
      text-transform: uppercase;
      padding-top: 20px;
     }

     /* .signin label{
      text-align:  flex-start;
      color: black;
      font-weight: 600;
      font-family: Inter;
      font-size: 14px;
      margin-bottom: 10px;
     } */

     .signin input{
      width: 100%;
      height: 40px;
      border-radius: 10px;
      /* border-color: #E7E7E7; */
      background-color: #E7E7E7;
      color: #444444;
      outline: none;
      border: 1px solid #c7c4c4;
     }

     .signin a{
      background-color: #1D84A0;
      color: white;
      border-radius: 10px;
      border: none;
      padding: 10px 8px;
      text-decoration: none;
      margin-top: 20px;
     }

     .signin p{
      font-family: Inter;
      font-size: 17px;
      color: #444444;
      margin-top: 10px;  
   }

     .signin p span{
      font-weight: bolder;
      
     }

     .signin button{
      border: 1px solid black;
      border-radius: 20px;
      padding: 10px 70px;
      margin-top: 1%;
      background-color: transparent;
     }

     .signin button span{
      font-weight: bolder;
     }

     /* =>>>>>>>sign in ends */


/*Profile starts*/



.profile2 h1{
 font-size:24px;
 font-family:Inter;
 color:#1D84A0;
 font-weight:bolder;
 margin-top:35px;
}

.profile2 span{
    font-weight:bolder;
}

.profile2 p{
    font-size:15px;
    font-family:Inter;
  /*text-align:center;*/
}

.profile2 h2{
    font-size:19px;
    font-family:Inter;
    color:Black;
    font-weight:bolder;
}


/*Profile ends*/


     /* FOOTER WORKS STARTS */

     .main_footer{
        background-color: rgba(0, 0, 0, 1);
        width: 100%;
        min-height: 200px;  
padding-bottom: 20px;
       
     }

     .main_footer_inner{
        margin-top: 5%;
     }

     .main_footer_inner li{
        list-style-type: none;
        
        font-weight: 600;
        font-family: Inter;
        font-size: 16px;
        padding: 10px 40px;
     }

     .main_footer_inner li a{
        color: rgba(255, 255, 255, 1);
        text-decoration: none;
     }

     .main_footer_inner4{
        /* background-color: red; */
        align-items: flex-end;
        display: flex;
        justify-content: space-around;
        width: 250px;

     }

     

     .main_footer_inner4 a{
        color: #FFFFFF;
        font-size: 25px;
        /* line-height: 10px; */
     }

     .main_footer_inner4 p{
      color:  rgba(255, 255, 255, 1);
      font-family: Inter;
      font-size: 17px;
     }

     /* footer work ends */