   .mega-menu-col>a:after {
      bottom: -20px;
      left: 0;
      width: 120px;
      height: 2px;
      content: '';
      color: #004281;
      background: #ddd;
      position: absolute;
   }

   .tg-navigation .mega-menu-col>a {
      color: #004281;
      /*original color #515151, new #004281*/
      font-size: 15px;
	  font-family: Antonio-Regular;
      line-height: 18px;
      margin: 0 0 20px;
      position: relative;
   }

   .mega-menu {
      top: 150%;
      left: -508px;
      width: 800%;
      opacity: 0;
      overflow: hidden;
      background: rgba(0, 66, 129, 1.00);
      position: absolute;
      visibility: hidden;
      border: 1px solid rgba(0, 66, 129, 1.00);
   }

   .tg-navigation ul li ul li a {
      color: #fff;
   }

   main.css:886 .tg-eventtitle h2 a {
      overflow: inherit;
   }

   h2,
   a {
      text-transform: none !important
   }

   li {
      font-family: "Antonio-Regular"
   }

   /*Screen changes*/
   /*   @media screen and (min-width: 1200px) {
   .mega-menu{
   width: 600%
   }
   }
   @media screen and (min-width: 1300px) {
   .mega-menu{
   width: 700%
   }
   }*/
   @media screen and (max-width:1389px) {
      .mega-menu {
         width: 200%
      }
   }

   @media screen and (max-width:1829px) {
      .mega-menu {
         width: 700%
      }
   }

   /*   @media screen and (min-width: 1500px) {
   .mega-menu{
   width: 850%
   }
   @media screen and (max-width: 1850px) {
   .mega-menu{
   width: 1700%;
   }*/
   /*Custom Dropdown Menu*/
   .navbar {
      background: #0c73cc !important;
   }

   .dropdown {
      border-radius: 0;
      border: 0;
   }

   .dropdown-menu {
      background: #0c73cc;
      border: 0;
      top: 80%;
      border-radius: 0px 0px 5px 5px;
   }

   .dropdown-item:hover {
      background: #085ca5;
      color: #fff;
   }

   .dropdown-menu a {
      color: #fff;
   }

   .navbar .nav-item .nav-link {
      color: #eee !important;
   }

   .navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link {
      color: red !important;
   }
