              @media screen and (max-width: 1450px) {
                  .wrapper {
                      width: 90%;
                  }
                  .main-menu>ul>li>a {
                      font-size: 1.6em;
                  }
                  .btns {
                      display: flex;
                      justify-content: space-between;
                  }
                  .contact-details {
                      padding-left: 2%;
                  }
                  .circle-photo,
                  a.cat-row .hc-photo {
                      width: 200px;
                      padding-bottom: 200px;
                  }
                  .hc-photo {
                      width: 200px;
                  }
              }
              
              @media screen and (max-width:1200px) {
                  .main-menu-mask,
                  .main-menu-button,
                  .main-menu-top {
                      display: block;
                  }
                  .main-menu-mask {
                      position: absolute;
                      display: none;
                      left: 0;
                      top: 0;
                      width: 100%;
                      height: 100%;
                      background-color: rgba(0, 0, 0, 0.6);
                      z-index: 100;
                  }
                  body.menu-open .main-menu-mask {
                      display: block;
                  }
                  .language-switcher-desktop,
                  .header-right-top {
                      display: none;
                  }
                  .header {
                      position: sticky;
                      width: 100%;
                      padding: 15px 0 15px 0;
                      text-align: right;
                      z-index: 101;
                  }
                  .header-wrapper {
                      width: 100%;
                      padding: 0 25px;
                  }
                  .header-top {
                      padding: 0;
                  }
                  .header-bottom {
                      height: auto;
                      border-top: 0;
                  }
                  .main-menu-button {
                      position: relative;
                      display: inline-block;
                      margin-top: 4px;
                      z-index: 999;
                  }
                  .main-menu-button-inner {
                      width: 29px;
                      height: 22px;
                      position: relative;
                      -webkit-transform: rotate(0deg);
                      transform: rotate(0deg);
                      -webkit-transition: .5s ease-in-out;
                      transition: .5s ease-in-out;
                      cursor: pointer;
                  }
                  .main-menu-button-inner span {
                      display: block;
                      height: 2px;
                      width: 100%;
                      background-color: #303ab1;
                      border-radius: 9px;
                      opacity: 1;
                      left: 0;
                      -webkit-transform: rotate(0deg);
                      transform: rotate(0deg);
                      -webkit-transition: .25s ease-in-out;
                      transition: .25s ease-in-out;
                  }
                  .main-menu-corner {
                      width: 100%;
                      padding: 0 20px;
                  }
                  .main-menu-container {
                      display: block;
                      position: fixed;
                      top: 0;
                      right: -300px;
                      width: 100%;
                      max-width: 300px;
                      min-width: 300px;
                      height: 100vh;
                      margin-top: 0;
                      margin-right: 0;
                      padding-top: 65px;
                      background-color: #fff;
                      box-shadow: 0 0 5px #b0b0b0;
                      -webkit-transition: right 0.25s ease-in-out;
                      transition: right 0.25s ease-in-out;
                      overflow-y: auto;
                      z-index: 101;
                  }
                  .main-menu-button-inner span:nth-child(1) {
                      top: 0px;
                      -webkit-transform-origin: left center;
                      transform-origin: left center;
                  }
                  .main-menu-button-inner span:nth-child(2) {
                      top: 10px;
                      -webkit-transform-origin: left center;
                      transform-origin: left center;
                  }
                  .main-menu-button-inner span:nth-child(3) {
                      top: 20px;
                      -webkit-transform-origin: left center;
                      transform-origin: left center;
                  }
                  .menu-open .main-menu-container {
                      right: 0;
                      overflow-y: scroll;
                      -webkit-transition: right 0.25s ease-in-out;
                      transition: right 0.25s ease-in-out;
                      overflow: scroll;
                  }
                  .menu-open .main-menu-button-inner span:nth-child(1) {
                      -webkit-transform: rotate(45deg);
                      transform: rotate(45deg);
                      top: -3px;
                      left: 8px;
                  }
                  .menu-open .main-menu-button-inner span:nth-child(2) {
                      width: 0%;
                      opacity: 0;
                  }
                  .menu-open .main-menu-button-inner span:nth-child(3) {
                      -webkit-transform: rotate(-45deg);
                      transform: rotate(-45deg);
                      top: 17px;
                      left: 8px;
                  }
                  .main-menu-top {
                      margin-bottom: 2em;
                  }
                  .main-menu-container .wrapper {
                      width: 100%;
                  }
                  .main-menu>ul {
                      display: block;
                      margin-left: 0;
                  }
                  .main-menu>ul>li {
                      display: block;
                      vertical-align: middle;
                      padding: 0;
                  }
                  .main-menu>ul>li>a {
                      position: relative;
                      display: block;
                      width: 100%;
                      text-align: left;
                      padding: 12px 20px;
                      margin-left: 0;
                  }
                  .main-menu>ul>li>a:hover {
                      background-color: #dff5ff;
                      color: #4482BB;
                  }
                  .search-btn {
                      display: none;
                  }
                  .main-menu li.menu-item-has-children>a:after {
                      display: none;
                  }
                  .arrow-btn {
                      position: absolute;
                      display: block;
                      top: -2px;
                      background-image: url(images/dropdown.png);
                      width: 12px;
                      height: 6px;
                      margin-left: 5px;
                      top: 0;
                      right: 5px;
                      width: 40px;
                      height: 40px;
                      background-size: 12px;
                      background-repeat: no-repeat;
                      background-position: center;
                  }
                  .arrow-btn.open {
                      transform: rotate(180deg);
                  }
                  .main-menu ul li:hover>ul {
                      display: none;
                  }
                  .main-menu ul li:hover>ul.open,
                  .main-menu li.menu-item-has-children>ul.open {
                      position: relative;
                      display: block;
                      box-shadow: 0 0 0;
                      width: 100%;
                      left: 0;
                      border: 0;
                      background-color: #f8fafd;
                  }
                  .main-menu>ul>li>ul>li>a {
                      padding: 9px 20px;
                  }
                  .main-menu li.menu-item-has-children ul>li:hover>a {
                      background-color: #dff5ff;
                      text-decoration: unset;
                  }
                  .main-menu li.menu-item-has-children ul>li>a {
                      font-size: 1.6em;
                      padding: 15px 20px;
                  }
                  .main-menu li.menu-item-has-children ul>li:hover>a {
                      color: #000000;
                  }
                  .main {
                      padding-top: 0;
                  }
                  .sr-left {
                      width: 100px;
                  }
                  .sr-right {
                      width: calc(100% - 100px);
                  }
                  .circle-photo,
                  a.cat-row .hc-photo {
                      width: 180px;
                      padding-bottom: 180px;
                  }
                  .hc-photo {
                      width: 180px;
                  }
                  .header-logo,
                  .header-heading {
                      display: inline-block;
                  }
              }
              /* 1200 */
              
              @media screen and (max-width: 960px) {
                  body {
                      font-size: 45%;
                  }
                  .circle-photo,
                  a.cat-row .hc-photo {
                      display: block;
                      width: 150px;
                      padding-bottom: 150px;
                  }
                  .hc-photo {
                      width: 150px;
                  }
                  .table-container,
                  .timetable {
                      width: 100%;
                      overflow-x: auto;
                  }
                  .timetable table {
                      width: 780px;
                  }
                  .registration-table th:first-child {
                      width: 45%;
                  }
                  .registration-table th:nth-child(2) {
                      width: 30%;
                  }
                  .registration-table th:nth-child(3) {
                      width: 25%;
                  }
                  .tablinks {
                      display: flex;
                  }
                  .box-icon {
                      width: 28px;
                      height: 28px;
                  }
                  .text-block ul.check-list>li {
                      padding-left: 21.6px;
                      background-size: 13px;
                  }
                  .contact-section {
                      background: -webkit-gradient(linear, left top, right top, color-stop(30%, #303ab1), color-stop(30.1%, #f6f6f7));
                      background: gradient(linear, left top, right top, color-stop(30%, #303ab1), color-stop(30.1%, #f6f6f7));
                  }
                  .contact-heading {
                      width: 40%;
                  }
                  .contact-details {
                      width: 70%;
                  }
                  .slide-caption {
                      width: 95%;
                      max-width: 100%;
                  }
                  .btns {
                      justify-content: flex-start;
                  }
                  .contact-row {
                      padding: 45px 45px;
                  }
                  h2.home-heading {
                      margin-bottom: 10px;
                      font-size: 4em;
                  }
                  .popup-inner .circle-photo,
                  a.cat-row .hc-photo {
                      display: block;
                      width: 120px;
                      padding-bottom: 120px;
                  }
                  .hc-photo {
                      width: 120px;
                  }
              }
              /* 960 */
              
              @media screen and (max-width: 768px) {
                  .flex {
                      flex-wrap: wrap;
                  }
                  .sponsor-row {
                      padding: 3em 0;
                  }
                  .sponsor-row:first-of-type {
                      padding-top: 0;
                  }
                  .sr-left {
                      margin-bottom: 10px;
                  }
                  .sr-left,
                  .sr-right {
                      padding: 0;
                      width: 100%;
                  }
                  .sec-heading {
                      margin-bottom: 20px;
                  }
                  .sec-subheading {
                      margin-top: 10px;
                  }
                  .text-image-block:nth-child(even) .image-block.map-container {
                      width: 100%;
                      padding-bottom: 47%;
                  }
                  .table-container .custom-table {
                      width: 500px;
                  }
                  .primary-btn {
                      padding: 16px 19px;
                      max-width: 224px;
                  }
                  .contact-section {
                      background: none;
                      background-color: #f6f5f6;
                  }
                  .contact-section .wrapper {
                      width: 100%;
                  }
                  .contact-heading {
                      width: 100%;
                      background-color: #2f3ab1;
                      padding: 3% 5%;
                  }
                  .contact-heading span {
                      width: 100%;
                      position: relative;
                      top: unset;
                      display: block;
                      transform: none;
                  }
                  .contact-details {
                      width: 100%;
                      padding: 5%;
                  }
                  .contact-details p {
                      text-align: leftR;
                  }
                  .contact-heading span:before {
                      width: 10px;
                      height: 10px;
                      margin: -4px 18px 0 0;
                  }
                  .footer-left {
                      width: 100%;
                      text-align: center;
                      margin-bottom: 2%;
                  }
                  .footer-right {
                      width: 100%;
                  }
                  .copyright {
                      text-align: center;
                  }
                  .copyright span {
                      display: block;
                  }
                  .slide-caption h2 {
                      font-size: 3.5em;
                      font-weight: 900;
                      line-height: 1.2;
                      margin-bottom: 3%;
                  }
                  .slide-caption .light-btn {
                      width: 200px;
                      background-size: 23px;
                  }
                  .text-image-block .image-block {
                      width: 100%;
                      max-width: 350px;
                      margin: auto;
                  }
                  .text-image-block .text-block {
                      width: 100%;
                      margin-top: 3%;
                  }
                  .home-heading {
                      font-size: 3.5em;
                  }
                  .pi-left {
                      width: 100%;
                  }
                  .pi-content {
                      width: 100%;
                  }
              }
              /* 768 */
              
              @media screen and (max-width: 650px) {
                  .responsive-table-container th,
                  .responsive-table-container td.mb-hide {
                      display: none;
                  }
                  .responsive-table-container td {
                      display: block;
                      text-align: left;
                      border: 0;
                  }
                  .responsive-table-container tr {
                      border-bottom: 1px solid #EFEFEF;
                  }
                  .responsive-table-container td::before {
                      display: block;
                      width: 100%;
                      content: attr(data-th);
                      font-weight: bold;
                      margin-bottom: 5px;
                      color: #303ab0;
                  }
                  .grid-1-4>.grid-col,
                  .grid-1-3>.grid-col {
                      width: 49%;
                  }
                  .grid-1-3>.grid-col:nth-child(3n+3) {
                      margin-right: 2%;
                  }
                  .grid-1-3>.grid-col:nth-child(2n+2),
                  .grid-1-4>.grid-col:nth-child(2n+2) {
                      margin-right: 0;
                  }
                  .grid-1-3>.grid-col:nth-child(3n+1) {
                      clear: unset;
                  }
                  .grid-1-3>.grid-col:nth-last-child(1),
                  .grid-1-3>.grid-col:nth-last-child(2),
                  .grid-1-3>.grid-col:nth-last-child(3) {
                      margin-bottom: 25px;
                  }
                  .circle-photo,
                  a.cat-row .hc-photo {
                      width: 120px;
                      padding-bottom: 120px;
                  }
                  .hc-photo {
                      width: 120px;
                  }
                  .tablinks {
                      flex-wrap: wrap;
                  }
                  .tablink {
                      width: 100%;
                      text-align: left;
                      border-radius: 30px;
                      margin-bottom: 6px;
                      border: 1px solid;
                  }
                  .tablink.active:after {
                      display: none;
                  }
                  .sec-heading {
                      font-size: 3.2em;
                  }
                  h2.accordion-icon {
                      font-size: 2.2em;
                      background-size: 17px;
                      padding: 15px 38px 15px 15px;
                  }
                  .accordion-details p,
                  .accordion-details li {
                      font-size: 2em;
                  }
                  .accordion-details a {
                      word-break: break-all;
                  }
                  .flex-1-2 .flex-col {
                      -ms-flex-preferred-size: 49%;
                      flex-basis: 100%;
                      margin-bottom: 25px;
                  }
                  .flex-col .sc-left,
                  .full-col .sc-left,
                  .flex-col .sc-right,
                  .full-col .sc-right {
                      width: 100%;
                  }
                  .equalheight {
                      height: auto!important;
                  }
                  .cd-row {
                      width: 100%;
                  }
                  .home-slide,
                  .home-slide-static,
                  .home-slider-container,
                  .home-slider-container .bx-wrapper,
                  .home-slider-container .bx-viewport,
                  .home-slider {
                      position: relative;
                      padding-bottom: 62%;
                  }
                  .home-slide.overlay:before,
                  .overlay:before {
                      top: 0;
                      height: 100%;
                  }
                  .contact-row:first-child,
                  .contact-row:last-child {
                      width: 100%;
                      padding: 30px;
                  }
                  .contact-row .sec-subheading {
                      margin-top: 0;
                  }
                  h2.home-heading {
                      margin-bottom: 6px;
                      font-size: 3.2em;
                  }
                  .pi-content p {
                      text-align: left;
                  }
                  .primary-btn {
                      padding: 12px 19px;
                      max-width: 200px;
                  }
                  .inpage-padding {
                      padding-top: 4em;
                  }
              }
              /*650 */
              
              @media screen and (max-width: 450px) {
                  .grid-1-3 {
                      margin: auto;
                  }
                  .grid-1-4>.grid-col,
                  .grid-1-3>.grid-col {
                      width: 100%;
                      margin-right: 0!important;
                      margin-bottom: 25px;
                  }
                  .contact-logo img {
                      height: 60px;
                  }
                  .light-btn {
                      margin: 0px 20px 0 0;
                      padding: 12px;
                      padding-right: 45px;
                  }
                  .slide-caption h2 {
                      font-size: 2.8em;
                  }
                  .btns {
                      display: block;
                  }
                  .btns .primary-btn {
                      margin-bottom: 1em;
                  }
                  .grid-col.has-photo {
                      max-width: 200px;
                      text-align: center;
                      display: block;
                  }
                  .people-section h2.home-heading {
                      text-align: center;
                  }
                  .grid-1-4>.grid-col,
                  .grid-1-3>.grid-col {
                      margin: 0 auto 25px auto !important;
                      float: unset;
                  }
                  .home .sec-subheading,
                  .people-section {
                      text-align: center;
                  }
                  .grid-col .photo img {
                      left: 0;
                  }
                  .slide-caption .light-btn:first-child {
                      margin-bottom: 10px;
                      display: block;
                  }
                  .slide-caption .light-btn {
                      font-size: 1.8em;
                      width: 180px;
                  }
                  p {
                      text-align: left;
                  }
              }
              /*450 */