      body {
         background-image: url(../images/background.jpg);
         background-repeat:repeat-y;
         background-attachment:fixed;
         overflow:scroll;
         background-color:#D6C0E7;
      }
      
      a:hover{
          text-decoration: none;
      }

      .carousel-control.left {
         background-image: none !important;
      }

      .carousel-control.right {
         background-image: none !important;
      }

      .carousel_margin {
         margin-top: 1%;
      }

      .keyline {
         height: 6px;
         width: 50%;
        
         position: absolute;
         margin-left: 38%;
         margin-top: 1.60%;
         border-radius: 20px;
      }

      .keynote h2 {
         
         margin-left: 0%;
         padding: 3% 0% 6% 0%;
      }
      
      .sponsor h2 {
             font-family: helvetica;
         
         margin-left: 0%;
         padding: 4% 0% 1% 0%;
      }

      .aboutsection {
         
         margin-top: 3%;
      }

      .icon1 img {
         width: 50%;
         margin-left: 15%;
         margin-top: 8%;
      }

      .event-sponsors {
         height: 6px;
         width: 65%;
         position: absolute;
         margin-left: 30%;
         margin-top: 1.25%;
         border-radius: 20px;
      }

      .partnerline h2 {
         
         margin-left: 5%;
      }

      .img-rounded {
         width: 80%;
      }

      .container .sponser_padding {
         /*padding: 0 0 0 94px !important;*/
         padding: 0 0 0 50px !important;
      }

      .footer-bottom {
         /* text-align: center; */
         margin-top: 30px;
         background-color: #000;
         opacity: 0.7;
      }

      .footer-logo {
         /* padding-left: 2%; */
         float: left;
         width: auto;
         height: auto;
      }

      .nav-link {
     
         font-size: 22px;
         /*font-weight: bold;*/
      }

      .shadow-sm {
         box-shadow: none !important;
      }

      .navbar-expand-lg .navbar-nav .nav-link {
         padding-right: 2.5rem !important;
      }

      .btn_Registernow {
         border-radius: 10px;
         font-size: 22px;
         font-weight: bold;
         color: black;
         background-color: cyan;
      }

      .custom-toggler.navbar-toggler {
         border-color: #003366;
      }

      .custom-toggler .navbar-toggler-icon {
         background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(55, 55, 55, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
      }

      .section {
         padding: 50px 0;
      }

      .fontcolorwhite_css {

         color: #4d4d4d;
      }

      .font_head_color{
         color: #474747
      }