/* Center the planet */
/* Boring button styles */
a.button-text-size {
  cursor: pointer;
}

.stmc {
  font-size: 14px !important;
}

/* Dropdown styles */
.dropdown {
  position: relative;
  padding: 0;
  margin-right: 1em;
  border: none;
}

.dropdown summary {
  list-style: none;
  list-style-type: none;
}

.dropdown>summary::-webkit-details-marker {
  display: none;
}

.dropdown summary:focus a.button {
  border: 2px solid white;
}

.dropdown ul {
  position: absolute;
  margin: 0px 0 0 0;
  padding: 10px 0;
  width: var(--dropdown-width);
  /* left: 50%; */
  /* margin-left: calc((var(--dropdown-width) / 2)  * -1); */
  box-sizing: border-box;
  z-index: 2;
  background: var(--dropdown-background);
  border-radius: 6px;
  list-style: none;
}

.dropdown ul li {
  margin: 0;
  float: none !important;
  text-align: left;
  width: 100%;
  position: relative;
  height: auto;
  padding: 0px 0px;
  border-left: 0px solid #eeeeee;
  border-top: 1px solid #ffffff;
  /* background: #ffa500; */
  background: #1666a5;
}

.color-theme .texts-box {
  margin-top: -3px;
}

.dropdown ul li a:link,
.dropdown ul li a:visited {
  font-size: 14px !important;
  display: inline-block;
  padding: 10px 0.8rem;
  width: 100%;
  box-sizing: border-box;
  /* color: var(--dropdown-color); */
  text-decoration: none;
  color: #fff;
}

.dropdown ul li a:hover {
  background-color: var(--dropdown-highlight);
  /* color: var(--dropdown-background); */
  color: #fff;
}

/* Dropdown triangle */
/* Close the dropdown with outside clicks */
.dropdown>summary::before {
  display: none;
}

.dropdown[open]>summary::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#topbar {
  width: 100%;
  position: relative;
  /* background: url("../img/tri-bg.png") top center; */
  /* background-size: cover; */
  position: relative;
  /*  height: 250px */
  /* background-repeat: no-repeat; */
}

.button-7 {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 16px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px -1px, rgba(0, 0, 0, 0.23) 0 6px 10px 0, rgba(0, 0, 0, 0.12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  /* font-family: "Google Sans",Roboto,Arial,sans-serif; */
  font-size: 14px;
  font-weight: 600;
  height: 29px;
  justify-content: center;
  letter-spacing: 0.25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 1px 10px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  user-select: none;
  /* -webkit-user-select: none; */
  touch-action: manipulation;
  width: auto;
  will-change: transform, opacity;
  z-index: 0;
  margin: 8px 4px 0px 0px;
  box-shadow: -1px -3px 1px rgba(0, 0, 0, 0.18), 0px 2px 2px rgba(81, 41, 10, 0.2);
}

.about-us {
  border: 1px solid #c5c5c5;
  /* height: 200px; */
  height: 350px;
}

.courses {
  background: #fff;
  /* border-bottom-right-radius: 20px; */
  /* border-bottom-left-radius: 20px; */
  box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
  padding: 20px 22px 25px 36px;
  height: 358px;
}

.courses .col-md-6 {
  border: 1px solid #e9e9e9;
  margin-right: 20px;
  border-radius: 12px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 2px 7px 0 rgba(0, 0, 0, 0.14);
  padding: 9px 4px;
  height: 140px;
}

.courses .col-md-6 i {
  font-size: 50px;
  padding-top: 12px;
}

.courses h6 {
  font-weight: 600;
  padding-top: 15px;
}

.imp-link {
  background: #fff;
  /* border-radius: 10px; */
  box-shadow: -4.104px 6.276px 13px 0px rgba(45, 42, 61, 0.17);
  /* height: 336px; */
  height: 302px;
}

.green-box {
  padding-top: 40px;
  background: #eaeaea;
  padding-bottom: 40px;
}

.photo-gallery {
  padding-top: 30px;
}

#footer {
  width: 100%;
  position: relative;
  background: url("../img/ft-bg1.png");
  background-color: rebeccapurple;
  background-color: #226092;
  background-size: cover;
}

.footer-menu {
  display: flex;
}

.footer-menu li {
  /* display: inline-flex; */
  list-style: none;
  line-height: 2;
  /* border-right: 1px solid #fff; */
}

.footer-menu li a {
  padding-right: 5px;
  color: #fff;
  padding-left: 5px;
  text-decoration: none;
}

.footer-menu li:last-child {
  border-right: 0px solid;
}

.plu {
  /* background: darkorange; */
  color: #fff;
  padding: 10px 0px;
  /* border-radius: 15px; */
  /* box-shadow: 4px 4px 4px #221b1675; */
}

.sv {
  /* background: #ffffff; */
  color: white;
  padding: 0px 0px;
  border-radius: 15px;
  /* box-shadow: 4px 4px 4px #221b1675; */
}

.depart-info .deprt-icon-box {
  margin-top: 15px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  /* margin: 18px 0 -1px; */
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.07);
  padding: 11px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid #bfbfbf96;
  height: 110px;
}

.depart-info .deprt-icon-box i {
  font-size: 2.5em;
  color: #ed7423;
}

.depart-info .deprt-icon-box img {
  margin: 0 0 20px;
  width: 85px;
  height: 85px;
}

.deprt-icon-box h6 {
  line-height: 22px;
  margin: 0 0 12px;
  font-weight: 600;
}

.deprt-icon-box h6 a {
  color: #222;
}

.deprt-icon-box a.rm {
  background: #000;
  display: inline-block;
  color: #fff;
  line-height: 24px;
  border-radius: 12px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 15px;
  opacity: 0;
}

.deprt-icon-box:hover {
  /* padding: 9px; */
  transform: scale(1.08);
}

.deprt-icon-box:hover a.rm {
  opacity: 1;
}

.deprt-icon-box:hover h6 a {
  font-size: 16px;
}

.deprt-icon-box a.rm:hover {
  background: #40407e;
  color: #fff;
}

#scroll-container {
  overflow: hidden;
}

#scroll-text {
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* -moz-animation: my-animation 15s linear infinite; */
  /* -webkit-animation: my-animation 15s linear infinite; */
  animation: my-animation 5s linear infinite;
  /* DISPLAY: inline-block; */
  white-space: nowrap;
  color: #fff;
  line-height: 3;
  font-weight: 600;
}

.top-section {
  margin-top: -14px;
}

#block-skiptomain a {
  color: #000;
  padding-right: 32px;
  font-size: 14px !important;
}

#block-screenreaderaccess a {
  color: #000;
  padding-right: 10px;
  font-size: 14px !important;
}

#block-skiptomain a:hover {
  text-decoration: underline;
}

#block-screenreaderaccess a:hover {
  text-decoration: underline;
}

#block-highcontrast .form-select {
  background-image: url("../img/theme.png");
  padding: 5px 39px 6px 28px !important;
  border: none !important;
  font-weight: bold !important;
  background-color: #fff0 !important;
  background-size: auto;
}

.about-us p {
  padding: 15px;
  text-align: justify;
}

.about .content .btn-learn-more {
  margin-top: 30px;
}

#main-menu a {
  font-size: 14px;
}

.news-title:before {
  background: #ffd201;
  content: "";
  position: absolute;
  top: 0px;
  left: 1px;
  height: 48%;
  width: 101%;
  /*border-radius: 0px 10px 6px 0px; */
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  transform: skew(45deg);
}

.news-title:after {
  background: #ffd201;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 1px;
  height: 52%;
  width: 100%;
  /* border-radius: 0px 6px 10px 0px; */
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  transform: skew(-45deg);
}

.news-title {
  position: relative;
  background: #ffd201;
  height: 43px;
  /* width: 10%; */
  z-index: 999;
}

.news-title h2 {
  font-size: 18px;
  color: #000;
  position: absolute;
  /* padding-left: 48px; 	 */
  padding-left: 18px;
  /* padding-top: 11px; */
  padding-top: 10px;
  z-index: 999;
}

.content-news {
  /* background: #ffffff; */
  background: #f7e7fe;
  height: 45px;
  padding-left: 30px;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
  }

  to {
    -moz-transform: translateX(-100%);
  }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from {
    -webkit-transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

#header {
    /* background: #1666a5; */
    transition: all 0.5s;
    z-index: 997;
    padding: 0px 0;
    top: 40px;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
    /* background: radial-gradient(circle, rgb(17 153 144) 0%, rgba(22, 106, 165, 1) 100%); */
    background: #1666a5;
    background-image: radial-gradient(100% 100% at 100% 0, #14a39a 0, #1666a5 100%);
}

/* search box functionality */
.search-box {
  position: relative;
}

.search-drop {
  display: none;
  position: absolute;
  right: 0;
  top: -7px;
  visibility: visible;
  z-index: 1;
}

#search-block-form #edit-keys {
  /* border: 1px solid #ff8c00; */
  border: 1px solid #1666a5;
  height: 33px;
  line-height: 35px;
  padding: 0 42px 0 8px;
  width: 268px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  border-radius: 0;
  margin-top: 1px;
}

#search-block-form #edit-submit-search {
  background-size: 19px !important;
  width: 36px;
  height: 33px;
  cursor: pointer;
  border: 1px;
  overflow: hidden;
  text-indent: -200px;
  font-size: 0px;
  /* background: url(../img/site-search.png) no-repeat center center #ff8c00; */
  background: url(../img/site-search-white.png) no-repeat center center #1666a5;
  padding: 5px 20px;
  margin: 0;
  /* border-radius: 0; */
  /* background-color: #ff8c00; */
  background-color: #1666a5;
  /* border: none; */
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 1px 2px 3px #8e8787bd;
}

#search-block-form .input-group-btn {
  position: absolute;
  top: 1px;
  right: -40px;
}

/* search box functionality end */
#block-languageswitcher ul {
  list-style: none;
  margin-bottom: 0px;
}

#block-languageswitcher ul li a {
  padding: 0px 8px;
  font-size: 1em;
  color: #333;
  font-weight: 700;
  vertical-align: top;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1em !important;
}

#block-highcontrast {
  position: absolute;
}

#block-highcontrast a {
  display: block;
  padding: 4px 8px;
  font-size: 1em;
  position: relative;
}

#edit-enable-link {
  background: #000;
  color: #fff;
}

#edit-disable-link {
  background: #fff;
  color: #000;
}

#block-custom-theme-skiptomain i {
  color: #fff;
}

#block-custom-theme-skiptomain a {
  color: #fff;
  /*text-wrap: nowrap;*/
  white-space: nowrap;
}

#block-custom-theme-screenreaderaccess i {
  color: #fff;
}

#block-custom-theme-screenreaderaccess a {
  color: #fff;
  /*text-wrap: nowrap;*/
  white-space: nowrap;
}

.logo-main img {
  width: 100%;
}

.latest-news .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.color-sw,
.search-box,
.sitemap-box {
  padding-right: 15px;
}

/*
#header .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    max-width: 97% !important;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 97% !important;
}
*/
.imp-link ul li:before {
  content: "\F0D8";
  font-family: remixicon !important;
  position: absolute;
  left: -18px;
  color: #000;
  font-size: 12px;
  line-height: 2;
  font-weight: 600;
}

.imp-link ul li {
  padding-left: 0px;
  position: relative;
  border-bottom: 1px dotted #a09f9f;
  text-align: left;
  margin-left: 3px;
  padding-top: 10px;
  margin-right: 16px;
  padding-bottom: 5px;
}

.imp-link ul {
  list-style: none;
}

.imp-link ul li:last-child {
  border-bottom: 0px dotted #a09f9f;
}

.features li:before {
  content: "\F0D8";
  font-family: remixicon !important;
  position: absolute;
  left: -18px;
  color: #0333b0;
  font-size: 12px;
  line-height: 2;
  font-weight: 600;
}

.features li {
  padding-left: 0px;
  position: relative;
  border-bottom: 1px dotted #a09f9f;
  text-align: left;
  margin-left: 36px;
  padding-top: 10px;
  margin-right: 8px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #000;
}

.notif-ticker ul {
  list-style: none;
  padding: 0;
  width: 90%;
  margin-left: 35px;
}

.notif-ticker ul li:before {
  content: "\ECEF";
  font-family: remixicon !important;
  position: absolute;
  left: -18px;
  color: #0333b0;
  font-size: 12px;
  line-height: 2;
  font-weight: 600;
}

.notif-ticker li {
  padding-left: 0px;
  position: relative;
  border-bottom: 1px dotted #a09f9f;
  text-align: left;
  margin-left: 36px;
  padding-top: 10px;
  margin-right: 8px;
  padding-bottom: 5px;
}

.orange-box {
  background: #1666a5;
  line-height: 0;
  padding-top: 5px;
  /* padding-bottom: 5px; */
  padding-bottom: 2px;
}

#block-custom-theme-languageswitcher {
  margin-top: 5px;
}

.white-box {
  background: #e0f2fe;
}

.green-box-top {
  background: green;
  height: 45px;
}

.top_box p {
  margin: 0px;
}

.stmc {
  padding-top: 10px;
}

.stmc i {
  display: block;
  margin-left: -18px;
}

.language-link {
  margin-top: 10px;
}

.cssb img {
  width: 15px;
}

.news-box .toggle:before {
  content: "\F012";
  font-family: remixicon !important;
  position: relative;
  left: 0px;
  color: #000;
  font-size: 17px;
}

.news-box .bx-skip-previous:before {
  position: relative;
  left: 0px;
  /* color: #fff; */
  color: #000;
  font-size: 25px;
  line-height: 1.5;
}

.news-box .bx-skip-next:before {
  position: relative;
  left: 0px;
  /* color: #fff; */
  color: #000;
  font-size: 24px;
  line-height: 1.5;
}

.services-on .bx-skip-previous:before {
  position: relative;
  left: 0px;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
}

.services-on .bx-skip-next:before {
  position: relative;
  left: 0px;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
}

.news-box .et-run:before {
  content: "\EFDA";
  font-family: remixicon !important;
  position: relative;
  left: 0px;
  /* color: #fff; */
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.news-btns-01 .togglenew:before {
  content: "\F012";
  font-family: remixicon !important;
  position: relative;
  left: 0px;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
}

.news-btns-01 .et-run:before {
  content: "\EFDA";
  font-family: remixicon !important;
  position: relative;
  left: 0px;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
}

.content_img {
  width: 100%;
  margin-bottom: 10px;
}

.item-list li:before {
  content: "\F0D8";
  font-family: remixicon !important;
  position: absolute;
  left: -18px;
  color: #16A59C;
  font-size: 12px;
  line-height: 2;
  font-weight: 600;
}

.item-list li {
  padding-left: 0px;
  position: relative;
  border-bottom: 1px dotted #a09f9f;
  text-align: left;
  margin-left: 5px;
  padding-top: 10px;
  margin-right: 8px;
  padding-bottom: 5px;
  list-style: none;
}

.photogallery-img img {
  width: 100%;
  height: 150px;
}

.photogallery-title {
  background: #4239d0;
  /* padding: 6px 0px 0px 0px; */
  padding: 1px 0px 1px 0px;
  text-align: center;
  margin-bottom: 30px;
  /* height: 50px; */
  /* margin-top: -15px; */
  color: #fff;
  font-size: 18px !important;
  height: 70px;
}

.photogallery-title a {
  color: #fff;
  /*font-size: 18px !important;*/
}

.cboxElement img {
  margin: 15px 0em 15px 0em !important;
  height: 175px;
  /*width: 230px; */
  width: 100%;
  /* height:auto; */
}

.cboxElement img {
  border-radius: 4px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin: 0px 1.5em 0em 0em;
  /* float: left; */
  margin: 0px 2em 0em 0em;
}

.page-updated {
  width: 100%;
  display: inline-block;
}

.page-updated ul {
  list-style: none;
  display: inline-flex;
  padding: 10px;
  margin-top: 10px;
}

.page-updated ul li a:hover {
  color: #000;
}

.buttons {
  display: flex;
  justify-content: center;
}

.bn-controls button {
  /* background-color: #f96a0e !important; */
  background-color: #ffd201 !important;
  color: #000;
}

.buttons button {
  /* color: #fff; */
  border: none;
  border-radius: 63px;
  position: relative;
  padding: 0px 0px;
  min-width: 76px;
  top: -19px;
  height: 50px;
  z-index: 99;
  height: 27px;
  line-height: 1;
  background-image: radial-gradient(100% 100% at 100% 0, #14a39a 0, #1666a5 100%) !important;
}

.buttons button .ri-pause-circle-fill,
.buttons button .ri-play-circle-fill {
  font-size: 22px;
  color: #fff;
}

#colorpick .default {
  background: #fff;
  border-radius: 50px;
  width: 20px;
  height: 22px;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 600;
  padding-right: 14px;
  line-height: 1;
  margin-right: 2px;
}

#colorpick .black {
  background: #000;
  border-radius: 50px;
  width: 20px;
  height: 22px;
  border: 1px solid #000;
  text-align: center;
  font-weight: 600;
  padding-right: 14px;
  line-height: 1;
  color: #fff;
}

#colorpick .gray {
  background: #545454;
  border-radius: 50px;
  width: 20px;
  height: 22px;
  border: 1px solid #808080;
  text-align: center;
  font-weight: 600;
  padding-right: 14px;
  line-height: 1;
  color: #fff;
}

.breadcrumb {
  display: flex;
  border-radius: 10px;
  margin: auto;
  text-align: center;
  margin-top: 30px;
  width: 100%;
  height: 40px;
  transform: translateY(-50%);
  z-index: 1;
  justify-content: start;
}

.breadcrumb-item {
  height: 100%;
  background-color: #1666a5;
  color: #ffffff;
  /* border-radius: 9px; */
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: skew(-21deg);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.26);
  margin: 4px 0px;
  padding: 0 10px;
  cursor: pointer;
}

.breadcrumb-item a {
  color: #fff;
}

.breadcrumb__inner {
  display: flex;
  flex-direction: column;
  margin: auto;
  z-index: 2;
  transform: skew(21deg);
}

.breadcrumb-item a {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  margin: auto;
  z-index: 2;
  transform: skew(21deg);
}

.breadcrumb-item a:hover {
  color: #fff;
}

.none-link {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  margin: auto;
  z-index: 2;
  transform: skew(21deg);
}

.breadcrumb-items {
  margin-top: 3px;
  margin-left: -44px;
}

.breadcrumb-items li:last-child {
    /* background: #2aa3fa; */
    color: #fff;
    background: #1666a5;
    background-image: radial-gradient(100% 100% at 100% 0, #14a39a 0, #1666a5 100%);
}

.breadcrumb-item+.breadcrumb-item::before {
  display: none;
}

@media all and (max-width: 1000px) {
  .breadcrumb {
    height: 35px;
  }

  .breadcrumb-item {
    padding: 0 30px;
  }
}

@media all and (max-width: 710px) {
  .breadcrumb {
    height: 30px;
  }

  .breadcrumb-item {
    padding: 0 20px;
  }
}

#sidebar {
    list-style: none;
    background: #e0f2fe;
    border-radius: 5px;
    /* margin: 0; */
    margin: 0px 20px 10px -20px;
    padding: 0;
}

#sidebar li {
  padding: 8px 8px 8px 34px;
  border-bottom: 1px dashed #cdd3f7;
  position: relative;
}

#sidebar li a {
  color: #0c5f9f;
}

.sidebar-item-list:before {
  content: "\EEAF";
  font-family: remixicon !important;
  position: absolute;
  left: 12px;
  color: #1666a5;
  font-size:14px;
  line-height: 2;
  font-weight: 600;
}

#block-igrua-page-title h1 {
  font-weight: 700;
  font-size: 18px;
}

#sidebar .is-active {
  color: black;
  font-weight: 600;
}

#block-igrua-content h2 {
  font-weight: 700;
  font-size: 18px;
  margin-left: 0px;
}

.content-cls {
  text-align: justify;
  margin-left: -20px;
}

#sidebar li:last-child {
  border-bottom: 0px dashed #cdd3f7;
}

/*AMI TRAINING MENUP----------------------->>>>>*/
.accordion {
  width: 100%;
  max-width: 360px;
  margin: 0px auto 15px;
  /* background: #FFF; */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  /* border-radius: 4px; */
  /* background: #131965; */
  background: #eaeeff;
  border-radius: 5px;
  list-style: none;
  padding: 0px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  /* padding: 10px 10px 10px 16px; */
  padding: 8px 8px 8px 34px;
  /* color: #ffffff; */
  font-size: 14px;
  font-weight: 600;
  /* border-bottom: 1px solid #CCC; */
  border-bottom: 1px dashed #cdd3f7;
  color: #4239d0;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 9px;
  left: 267px;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #000;
}

.accordion li.open i {
  color: #ffa500;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#accordion .menu-item .link :before {
  content: "\EEAF";
  font-family: remixicon;
  position: absolute;
  left: 15px;
  color: #4239d0;
  font-size: 12px;
  line-height: 2;
  font-weight: 600;
}

#accordion .menu-item--expanded .submenu a:before {
  content: "\ea54";
  font-family: remixicon;
  position: absolute;
  left: 20px;
  color: #000000;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

/** * Submenu -----------------------------*/
.submenu {
  display: none;
  /* background: #4239d0; */
  background: #eaeeff;
  font-size: 14px;
  list-style: none;
  padding: 0;
}

.submenu a {
  display: block;
  text-decoration: none;
  /* color: #ffffff; */
  color: #4239d0;
  padding-left: 10px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  line-height: 20px !important;
}

.infra_img img {
  width: 100%;
  height: 175px;
  border: 1px solid #131965;
}

.infra1_img img {
  width: 100%;
  height: 175px;
  border: 1px solid #131965;
  margin-bottom: 10px;
}

.infra_img p {
  text-align: center !important;
  background: #131965;
  color: #fff;
  padding: 10px 0px;
}

.row.faculty_box {
  border: 1px solid #131965;
  margin: 0px 0px 15px 0px;
  padding-top: 10px;
}

.sm-clean a,
.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active,
.sm-clean a.highlighted {
  padding: 14px 17px 14px 12px !important;
  line-height: 15px !important;
  text-align: center;
}

/*.latest-news {
    margin-top: -35px;
}*/
.focus img {
  width: 100%;
  height: 250px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

table {
  width: 100%;
}

tbody,
td,
tfoot,
thead,
tr {
  /* border:1px solid #888; */
  padding: 5px;
}

th {
  background: #4239d0;
  color: #fff;
  line-height: 35px;
  /* border: 1px solid #000; */
  padding-left: 5px;
}

#ame-topbar {
  width: 100%;
  position: relative;
  background: url("../img/ame-tbg.jpg") top center;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  /* padding: 55px  0px; */
  padding: 30px 0px;
  text-align: center;
}

#ame-topbar h2 {
  font-size: 30px;
  font-weight: 600;
  color: #4239d0;
  letter-spacing: 1px;
}

#block-ametrainingmenu .accordion .menu-item a {
  /* color:#fff; */
  color: #4239d0;
}

.ri-arrow-down-s-line:before {
  content: "\ea4e" !important;
  color: #4239d0;
}

/*org chart css start */
.chart-bg {
  overflow: auto;
  width: 100%;
}

.chart-bgin {
  width: max-content;
  height: 170px;
}

.chart-bg-in {
  width: max-content;
  height: 510px;
}

.tree ul {
  margin: 0;
  padding: 0;
}

.list-one {
  margin-top: 250px;
}

.treea {
  overflow: auto;
  width: 100%;
}

.treeb {
  overflow: auto;
  height: 350px;
}

.treec {
  overflow: auto;
  height: 1350px;
}

.tree {
  /* width: 1650px;  */
  width: 1425px;
}

.tree ul {
  padding-top: 20px;
  position: relative;
}

.tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 0px 0 5px;
}

/*We will use ::before and ::after to draw the connectors*/
.tree li::before,
.tree li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 2px solid #ccc;
  width: 50%;
  height: 20px;
}

.tree li::after {
  right: auto;
  left: 50%;
  border-left: 2px solid #ccc;
}

/*We need to remove left-right connectors from elements withoutany siblings*/
.tree li:only-child::after,
.tree li:only-child::before {
  display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child {
  padding-top: 0;
}

/*Remove left connector from first child andright connector from last child*/
.tree li:first-child::before,
.tree li:last-child::after {
  border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
  border-right: 2px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 2px solid #ccc;
  width: 0;
  height: 20px;
}

.tree li a {
  padding: 5px 4px;
  text-decoration: none;
  color: #666;
  /* font-family: arial, verdana, tahoma;font-size: 11px; */
  display: inline-block;
  border: 1px solid #63b2d2;
  -webkit-border-radius: 5px;
  /*-moz-border-radius: 5px;*/
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover,
.tree li a:hover+ul li a {
  background: #c8e4f8;
  color: #000;
}

/*Connector styles on hover*/
.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before {
  border-color: #94a0b4;
}

/*org chart css end */
input#edit-student-name {
  /* width: 50% !important; */
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: black;
}

select#edit-would-u-like-to- {
  width: 50% !important;
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: black;
}

select#edit-state {
  width: 50% !important;
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: black;
}

input#edit-mobile {
  /* width: 50% !important; */
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: black;
}

input#edit-roll-no- {
  width: 50% !important;
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: black;
}

input#edit-bank-reference {
  width: 50% !important;
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: black;
}

input#edit-bank-details {
  width: 50% !important;
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: black;
}

input#edit-date-of-transaction {
  width: 50% !important;
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: black;
}

input#edit-receipt-id-reference-generated {
  width: 50% !important;
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: black;
}

textarea#edit-address {
  width: 50% !important;
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: black;
}

textarea#edit-address-line-2 {
  width: 50% !important;
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: black;
}

input#edit-email {
  width: 40%;
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: black;
}

textarea#edit-feedback {
  width: 40%;
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: black;
}

input#edit-city {
  /* width: 50% !important; */
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: black;
}

input#edit-pincode {
  width: 50% !important;
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: black;
}

input#edit-contact-no {
  width: 50% !important;
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: black;
}

input#edit-captcha-response {
  width: 40% !important;
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: black;
}

.search-form .form-search {
  float: left;
}

.search-form .form-submit {
  /* background: #4239d0; */
  background: #1666a5;
  color: #fff;
  border: none;
  /* border-radius: 6px; */
  padding: 3px 15px;
  margin-left: 1%;
  margin-top: 4px;
  display: flex;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

input#edit-amount {
  /* width: 50% !important; */
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: black;
}

.table-bordered th,
.table-heading {
  background: #1666a5 !important;
  color: #fff !important;
  /* border: 1px solid #000; */
  line-height: 20px !important;
}

.ind-feedback_img {
  width: 175px;
}

.features-more1 {
  float: right;
  background: #0333b0;
  margin-top: 30px;
  margin-right: 1px;
  border-bottom-right-radius: 5px;
  padding: 1px 10px;
  color: #fff;
}

.features-more1 a {
  color: #fff;
}

ul.features {
  list-style: none;
}

#block-views-block-home-notifications-block-1 {
  margin-left: -32px;
  /* height: 489px; */
}

a.footer-view {
    color: #fff;
    /* background: #f96a0e; */
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: radial-gradient(100% 100% at 100% 0, #14a39a 0, #1666a5 100%);
    box-shadow: rgba(45, 35, 66, .4) 0 3px 4px, rgba(45, 35, 66, .3) 0 6px 9px -5px, #3c4fe0 0 -3px 0 inset;
    padding: 5px 10px 5px 10px;
    float: right;
    margin: -25px 0px 10px 0px;
}

.readmorebtn {
  float: left;
  background: #0333b0;
  margin-top: 80px;
  margin-left: 31px;
  /* border-bottom-left-radius: 5px; */
  padding: 1px 10px;
  color: #fff;
}

.readmorebtn a {
  color: #fff;
  font-size: 14px !important;
  display: block;
}

.button-text-size {
  background: #fff;
  border-radius: 50px;
  padding: 4px;
  width: 23px;
  height: 23px;
  display: block;
}

#toggleSearch {
  background: #fff;
  border-radius: 50px;
  padding: 4px;
  width: 23px;
  height: 23px;
  display: block;
}

form-text {
  color: #000;
}

input#edit-name {
  color: #000;
  width: 40% !important;
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
}

input#edit-subject {
  color: #000;
  width: 40% !important;
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
}

textarea#edit-message {
  width: 40% !important;
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: #000;
}

input#edit-actions-submit {
  background: #4239d0;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 3px 15px;
  margin-left: 0%;
  margin-top: 20px;
}

.views-field-field-banner-image {
  cursor: auto;
}

.table-bordered td {
    background: #e0f2fe;
    color: #000;
    line-height: 20px;
}

td {
  background: #eaeeff;
  color: #000;
  line-height: 20px;
}

.btn:hover,
.btn-02:hover,
.btn-01:hover {
  color: #000 !important;
}

.slick--view--footer-external-logos .slick-next {
  right: -20px;
}

.slick--view--footer-external-logos .slick-prev {
  left: -20px;
}

.file--application-pdf {
  background-image: url(../img/application-pdf.png);
}

.file--docx-pdf {
  background-image: url(../img/word_icon.png);
}

.file {
  display: inline-block;
  min-height: 16px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}

.fees-payment a {
  color: #fff;
}

.fees-payment {
  background-color: #4239d0;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 2500ms infinite;
  -moz-animation: glowing 2500ms infinite;
  -o-animation: glowing 2500ms infinite;
  animation: glowing 2500ms infinite;
  font-weight: 500;
  margin-right: 15px;
}

.themeimg {
  border: 1px solid #666666;
}

.cssvalid {
  margin-top: 0px;
  text-align: center;
}

.placeholder {
  cursor: auto !important;
  background-color: transparent !important;
  opacity: 1 !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

ul.status-message-list {
  list-style: none;
}

img.img_pgbottom {
  width: 100%;
  height: 160px;
}

.sm-clean ul a:hover {
  /* background: #f96a0e; */
  background: #2aa3fa;
  color: #fff !important;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #008000;
    -webkit-box-shadow: 0 0 3px #008000;
  }

  50% {
    background-color: #4239d0;
    -webkit-box-shadow: 0 0 8px #4239d0;
  }

  100% {
    background-color: #008000;
    -webkit-box-shadow: 0 0 3px #008000;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #008000;
    -moz-box-shadow: 0 0 3px #008000;
  }

  50% {
    background-color: #4239d0;
    -moz-box-shadow: 0 0 8px #4239d0;
  }

  100% {
    background-color: #008000;
    -moz-box-shadow: 0 0 3px #008000;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #008000;
    box-shadow: 0 0 3px #008000;
  }

  50% {
    background-color: #4239d0;
    box-shadow: 0 0 10px #4239d0;
  }

  100% {
    background-color: #008000;
    box-shadow: 0 0 3px #008000;
  }
}

@keyframes glowing {
  0% {
    background-color: #008000;
    box-shadow: 0 0 3px #008000;
  }

  50% {
    background-color: #4239d0;
    box-shadow: 0 0 8px #4239d0;
  }

  100% {
    background-color: #008000;
    box-shadow: 0 0 3px #008000;
  }
}

#search-block-form {
  margin-top: 35px;
}

table {
  border-collapse: separate;
}

.table> :not(caption)>*>* {
  border-bottom-width: 0px;
}

.table-bordered> :not(caption)>*>* {
  border-width: 0 0px;
}

.search-result-display {
  list-style: none;
}

.search-result-display li:before {
  content: "\F0D8";
  font-family: remixicon !important;
  position: absolute;
  left: -18px;
  color: #0333b0;
  font-size: 12px;
  line-height: 2;
  font-weight: 600;
}

.search-result-display li {
  position: relative;
  margin-left: -10px;
  border-bottom: 1px dashed #c1bdbd;
  padding: 17px 0px 8px 0px;
}

.search-help-link {
  display: block;
  padding: 12px 0px;
  font-weight: bold;
  text-decoration: underline;
}

.mobile-nav-toggle {
  color: #ffffff;
}

.newslider ul li a:hover {
  color: #000 !important;
}

.noticeboard_header {
    background: #e0f2fe;
    color: #000;
    text-align: left;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px !important;
}

.search-no-result {
  font-size: 16px;
}

.about-video button {
  width: 30px;
  height: 30px;
  border: none;
  background: #0333b0;
  color: #fff;
}

.services-on .news-btns-01 {
  display: flex;
  justify-content: flex-end;
  margin-top: 68px;
}

.social-links span {
  display: none;
}

.back-to-top span {
  display: none;
}

.rti_heading {
  text-align: center;
}

.logincls .tabs {
  display: inline-flex;
  margin-left: -31px;
}

.logincls .tabs li {
  padding: 10px;
  background: #4239d0;
  margin-right: 3px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  list-style: none;
}

.logincls .tabs li a {
  color: #fff;
}

.logincls .tabs li a:hover {
  color: #fff !important;
}

#user-login-form {
  background: #ffffff;
  padding: 16px 30px;
  margin-top: -11px;
}

#user-register-form {
  background: #ffffff;
  padding: 16px 30px;
  border: 1px solid #e9e9e9;
  margin-top: -16px;
}

#user-pass {
  background: #ffffff;
  padding: 16px 30px;
  border: 1px solid #e9e9e9;
  margin-top: -16px;
}

#user-login-form input {
  border: 1px solid #cdcdce !important;
  width: 100% !important;
  margin-bottom: 1.5rem;
  padding: 10px;
}

#user-register-form input {
  border: 1px solid #cdcdce !important;
  width: 100% !important;
  margin-bottom: 1.5rem;
  padding: 10px;
}

#user-pass input {
  border: 1px solid #cdcdce !important;
  width: 100% !important;
  margin-bottom: 1.5rem;
  padding: 10px;
}

.form-required {
  padding-top: 10px;
  padding-bottom: 5px;
}

#user-login-form .form-submit,
#user-register-form .form-submit,
#user-pass .form-submit {
  appearance: none;
  background-color: #4239d0;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 20px;
  box-shadow: rgba(27, 31, 35, 0.1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  padding: 0px 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  width: 25% !important;
  height: 40px;
  margin-top: 17px;
}

#edit-contact--2 {
  margin-left: -17px;
  width: 2% !important;
  float: left;
  margin-top: -2.5%;
}

#edit-contact--2 .option {
  float: left;
  width: 96%;
  padding-left: 9px;
}

.fee-payment-form input {
  width: 100% !important;
  display: block;
  padding: 5px;
  padding-left: 1.3125rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.2s;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
  color: black;
}

.fee-payment-form .js-form-item {
  width: 47%;
  float: left;
  margin-right: 2%;
}

.fee-payment-form .button {
  width: 14% !important;
  background: #4239d0;
  margin: 4px auto;
  color: #fff;
  text-align: center;
  padding: 5px 0px;
  border-radius: 20px;
  border: none;
  display: inline-block;
}

.fee-payment-form label {
  font-weight: bold;
}

.fee-payment-form .form-tel {
  margin-top: .25rem;
}

/*--------------------------------------------------------------
# add-newcss
--------------------------------------------------------------*/
.director .info h4 {
  font-size: 16px;
  color: #050020;
  font-weight: 600;
  padding-top: 10px;
  text-align: center;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 15px !important;
}

.acm_img {
  width: 100%;
}

#block-custom-theme-views-block-profile-block-1 {
  background: url(../img/pb1.png) top center no-repeat;
  background-size: 100%;
  position: relative;
  height: 97%;
  background-color: #ebebeb;
  background-position: bottom;
  padding: 30px 20px 10px 20px;
}

.activtiy img {
  height: 150px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.info {
  text-align: center;
}

.profile {
  background: #fff;
  text-align: center;
  margin-bottom: 11px;
  margin-top: 5px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.up-event h5 {
  font-weight: 700 !important;
  font-size: 18px;
  color: #000;
  padding: 0px 9px;
  border-left: 5px solid #ffd201;
  margin-bottom: 15px;
  margin-left: 15px;
}

#block-custom-theme-webinar {
  background: #fff;
  padding-left: 0px;
  margin-top: -9px;
  padding-top: 3px;
}

#block-custom-theme-webinar {
  padding: 10px;
  background: #fff;
  box-shadow: -4.104px 6.276px 13px 0px rgba(45, 42, 61, 0.17);
}

.photo-gallery h3 {
  font-weight: 700 !important;
  font-size: 18px;
  color: #000;
  padding: 0px 9px;
  /* border-left: 5px  solid #ffd201; */
  margin-bottom: 20px;
  margin-left: 0px;
  text-align: center;
}

.social-links a {
  font-size: 25px !important;
}

.director-img {
  width: 130px;
  margin: 0 auto;
}

.director-box {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: -2px 6px 6px #8888;
}

@media screen and (max-width: 1023px) {
  .emblem {
    width: 70px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .news-title {
    width: 93%;
  }

  .slick--view--footer-external-logos .slick-prev {
    left: 0;
  }

  .slick--view--footer-external-logos .slick-next {
    right: 0;
  }

  .slick--view--photo-gallery .slick-prev {
    left: 0 !important;
  }

  .slick--view--photo-gallery .slick-next {
    right: 0 !important;
  }

  .bn-controls {
    top: -36px !important;
  }

  .footer-menu .menu {
    padding-left: 0;
  }

  .footer-menu {
    justify-content: center;
  }

  .event-count.block-event {
    position: relative;
  }

  .event h6 {
    line-height: 1.2 !important;
  }

  .event-count h1 {
    line-height: 1.3 !important;
  }

  .acm-event {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .block-event {
    width: 100%;
    display: block;
  }

  .event-date01 {
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }

  .news-box {
    margin-top: 25px;
  }

  .imp-link {
    margin-top: 25px;
  }

  .photo-gallery {
    margin-top: 30px;
  }

  .col-lg-3.col-md-3.footer-links {
    width: max-content !important;
    display: inline-block;
    vertical-align: top;
  }

  #footer .footer_credit #copyright .copyrighttexts .row {
    display: block !important;
  }

  #footer .footer_credit #copyright .copyrighttexts .row .col-lg-3.col-md-3.footer-links:nth-child(2) {
    padding: 0 !important;
  }

  .footer-menu ul li {
    text-align: left !important;
  }

  .footer-menu {
    display: block;
  }

  #block-custom-theme-page-title h1 {
    margin-top: 15px;
  }

  .inner-page .content .sidebar {
    margin-top: 35px;
  }

  .inner-page .content .sidebar,
  .inner-page .content .inner-text {
    width: 100% !important;
  }

  .breadcrumb-item {
    height: auto !important;
  }

  .width-max {
    width: max-content !important;
  }
}

#block-custom-theme-page-title h1 {
  font-weight: 700 !important;
  font-size: 18px;
  color: #000;
  padding: 0px 9px;
  border-left: 5px solid #ffd201;
  margin-bottom: 15px;
}

.inner-page #block-custom-theme-content {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 14px;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(63, 77, 192, 0.20);
}

.inner-page .item-list li {
  margin-left: -12px;
}

.item-list2 li {
  padding-left: 0px;
  position: relative;
  border-bottom: 1px dotted #a09f9f;
  text-align: left;
  margin-left: -12px;
  padding-top: 5px;
  margin-right: 8px;
  padding-bottom: 5px;
  list-style: none;
}

.item-list2 li:before {
  content: "\ea6c";
  font-family: remixicon !important;
  position: absolute;
  left: -18px;
  color: #4239d1;
  font-size: 12px;
  line-height: 2;
  font-weight: 600;
}

.item-list2 ul {
  margin-left: 20px;
}

.item-list li:last-child {
  border-bottom: 0px dotted #a09f9f;
}

.inner-page ul li:last-child {
  border-bottom: 0px dotted #a09f9f;
}

.language-link {
  color: #fff;
}

.language-link:hover {
  color: #fff;
}

#block-custom-theme-languageswitcher li {
  list-style: none;
  padding-top: 7px;
}

.photo-gallery-view {
  margin: 0 10px;
}

.news-box {
  position: relative;
}

.news-box .news-box-text .news-btns {
  position: absolute;
  bottom: 0;
  right: 0;
}

.newviewmorebtn {
  padding-left: 1rem;
  padding-top: 12px !important;
  /* display: inline-block; */
  border-top: 1px solid #ebebeb;
}

.newviewmorebtn a {
  /* background: #ffd201; */
  padding: 5px 10px;
  border-radius: 5px;
  color: #000;
}

.newviewmorebtn:hover a {
  color: #000;
  /* background: #ffd201; */
}

.pipe_line:hover {
  color: #000 !important;
}

.gallery-u {
  display: flex;
  flex-wrap: wrap;
}

label.main-menu-btn {
  color: #fff;
}

.quote {
  text-align: center;
}

.tbl_right {
  float: right;
}

#edit-submit-transparency-audit {
  float: right;
  background: #ffd201;
  padding: 5px 10px;
  border-radius: 5px;
  color: #000;
  border: none;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}

.slick-arrow::before {
  color: #16a59c !important;
}

.photogallery-img {
  /* height: 150px; */
  width: 100%;
}

#block-custom-theme-event {
  /* margin-top: 50px; */
  padding-top: 25px;
}

a.readmore {
  background: #ffd201;
  padding: 5px 10px;
  border-radius: 5px;
  color: #000;
  float: left;
  margin-top: 17px;
}

.emblem {
  margin-top: 5px;
}

.services-h {
  background: url(../img/title-bg.png) top center no-repeat;
  background-size: 100%;
  position: relative;
  /* height: 100%; */
  background-color: #ffd201;
  background-position: bottom;
}

.news-box h3 {
  background: url(../img/title-bg.png) top center no-repeat;
  background-size: 100%;
  position: relative;
  /* height: 100%; */
  background-color: #ffd201;
  background-position: bottom;
}

.news-ticker {
  position: relative;
  /* height: 237px!important; */
  height: 245px !important;
  overflow: hidden;
}

.event-more {
  padding-top: 0px !important;
  text-align: center;
  /* background: rebeccapurple; */
  background: #ffd201;
  font-size: 15px !important;
  width: 30%;
  padding: 6px;
  margin: 0 auto;
  border-radius: 20px;
  height: 36px;
  line-height: 2.5;
  font-weight: 700;
  color: #000;
}

.event-details h3 {
  line-height: 15px !important;
  padding-top: 15px;
  background: #2423342e;
}

.latest-news {
  background: #f7e7fe;
}

div#slick-grouping-views-photo-gallery-block-1-2 .slick-prev {
  left: -25px;
}

div#slick-grouping-views-photo-gallery-block-1-2 .slick-next {
  right: -25px;
}

.button-text-space {
  background: #fff;
  border-radius: 50px;
  padding: 4px;
  width: 23px;
  height: 23px;
  display: block;
  margin-right: 5px;
}

.event_details {
  color: #fff;
  text-align: center;
}

.cht-about {
  text-align: justify;
}

.event {
  display: flex;
}

/* .node--type-photo-gallery .field-item{ float:left;} */
.employee-link a {
  font-size: 14px;
  color: #fff;
  padding-left: 18px;
  line-height: 1.5;
  font-weight: 600;
  padding-right: 9px;
}

.user-account a {
  font-size: 14px;
  color: #fff;
  padding-left: 9px;
  line-height: 1.5;
  font-weight: 600;
}

.user-account {
  color: #fff;
}

.slick-arrow::before {
  font-size: 1.8rem !important;
}

span.event_details {
  background: #2423342e;
}

.form-required:before {
  content: " *";
  color: red;
}

p.build-by {
    margin-bottom: 0px;
    padding-bottom: 10px;
}
