#subject .col-md-3 ul{
    margin-left: -25px;
}
.inner-section .title-heading .heading{
    text-align: center !important;
}

/*Mega menu Css Start*/
/*.menu-box  {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
/*.menu-box ul {*/
/*    display: flex;*/
/*    gap: 30px;*/
/*    list-style-type: none;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/
/*.menu-box ul li a {*/
/*    color: var(--secondry-theme-color);*/
/*    text-decoration: none;*/
/*    font-weight: 600;*/
/*}*/
/*.mobile-header {*/
/*    display: none;*/
/*}*/
/*.my-dropdown {*/
/*  float: left;*/
/*  overflow: hidden;*/
/*}*/

/*.my-dropdown .dropbtn {*/
/*  font-size: 16px;  */
/*  border: none;*/
/*  outline: none;*/
/*  color: #000;*/
/*  background-color: inherit;*/
/*  font: inherit;*/
/*  margin: 0;*/
/*}*/
/*.my-row {*/
/*    width: 100%;*/
/*    max-width: 850px;*/
/*    margin: auto;*/
/*}*/
/*.navbar a:hover, .my-dropdown:hover .dropbtn {*/
/*  background-color: red;*/
/*}*/

/*.dropdown-content {*/
/*  display: none ;*/
/*  position: absolute;*/
  /*background-color: #f9f9f9;*/
  /*width: 100%;*/
/*  width: 1000px;*/
/*  left: -30%;*/
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
/*  z-index: 1;*/
/*}*/

/*.dropdown-content .header {*/
/*  background: red;*/
/*  padding: 16px;*/
/*  color: white;*/
/*}*/

/*.my-dropdown:hover .dropdown-content {*/
/*  display: block;*/
/*  padding-top:30px;*/
/*}*/

/* Create three equal columns that floats next to each other */
/*.my-column {*/
/*  float: left;*/
/*  width: 33.33%;*/
/*  padding: 10px;*/
/*  background-color: var(--primary-theme-color);*/
/*  height: 250px;*/
/*  background-repeat: no-repeat;*/
/*  background-position: right;*/
/*}*/

/*.my-column a {*/
/*  float: none;*/
/*  padding: 5px 10px;*/
/*  text-decoration: none;*/
/*  display: block;*/
/*  text-align: left;*/
/*  color: #fff !important;*/
/*}*/

/*.my-column a:hover {*/
/*  background-color: #ddd;*/
/*}*/

/* Clear floats after the columns */
/*.my-row:after {*/
/*  content: "";*/
/*  display: table;*/
/*  clear: both;*/
/*}*/
/*@media screen and (max-width: 767px) {*/
/*    .cta-box a {*/
/*    width: 100% !important;*/
/*}*/
/*    .dropdown-content{*/
/*        width: 100%;*/
/*        left: 0;*/
/*    }*/
/*    .navbar-wrapper.container.py-3 .row {*/
/*    display: contents;*/
/*}*/
/*    .mobile-header {*/
/*        display: block;*/
/*        padding: 0;*/
/*        margin-bottom: 20px;*/
/*        width: 100% !important;*/
/*    }*/
/*        .logo-box {*/
/*        display: none !important;*/
/*    }*/
/*        .menu-box {*/
/*        display: none !important;*/
/*    }*/
/*}*/
/*.icon {*/
/*        display: none;*/
/*    }*/
/*    .my-column a:hover {*/
/*           text-decoration: underline;*/
/*    text-underline-offset: 8px;*/
/*    text-decoration-color: #f0f8ff;*/
/*    text-decoration-thickness: 2px;*/
/*}*/