.headerBarStyle {
  display: flex;
  padding: 0 15px;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(to right, rgb(41, 110, 161), rgb(57, 142, 204));
}
.brand-toggel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-logo a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-logo a .brand-title {
  text-overflow: ellipsis;
  height: 24px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.search-box {
  max-width: 807px;
  width: 100%;
  position: relative;
}
.search-box input {
  width: 100%;
  padding-left: 38px;
  color: #212121;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  background-color: #ffffff;
  opacity: 0.85;
  box-sizing: border-box;
  padding-right: 35px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 8px;
  outline: none;
  padding-left: 35px;
}
.search-box .search-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
}
.close {
  left: -100vw !important;
}

.sidemeu {
  padding: 30px 0px;
  max-width: 300px;
  width: 100%;
  left: 0;
  transition: left 0.5s ease-in-out;
}
.sidemeu .menu-band-logo {
  max-width: 300px;
  width: 100%;
  padding: 0px 20px;
}
.sidemeu .menu-band-logo img {
  width: 100%;
  height: 95%;
}
.sidemeu .menu-brand-title {
  background-color: rgb(235, 243, 249);
  border-top: 0.5px solid rgb(189, 189, 189);
  padding: 10px 20px;
  border-bottom: 3px solid rgb(57, 142, 204);
  margin-top: 20px;
}
.sidemeu .menu-brand-title span {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  width: 240px;
  color: rgb(57, 142, 204);
  vertical-align: middle;
}
.menu-list {
  margin-top: 15px;
}
.menu-list ul.menu-item {
  padding-left: 20px;
  padding-right: 20px;
  list-style: none;
}
.menu-list ul {
  padding-left: 10px;
}
.menu-list .menu-item .item {
  list-style-type: none;
  color: #212121 !important;
  height: auto !important;
  line-height: 20px !important;
  white-space: normal !important;
  letter-spacing: 0 !important;
  font-size: 14px;
  font-weight: 400;
}
.item-submenu{
  display: none;
}
ul li a{
  color: inherit;
}
.menu-list .menu-item .item a{
  color: inherit;
  display: inline-block;
  width: 90%;
}
.menu-list ul.menu-item li.menu-item.menu-item-has-children {
  position: relative;
}
.current-menu-ancestor.current-menu-parent .sub-menu .current-menu-item{
  position: relative;
}
.current-menu-ancestor.current-menu-parent .sub-menu .current-menu-item a{
  color: #9B57E4 !important;
}
.current-menu-ancestor.current-menu-parent .sub-menu .current-menu-item::after{
  content: "";
  position: absolute;
  background-color: #f0f0f0;
  border-right-width: 0px;
  width: 120%;
  height: 100%;
  left: -12px;
  z-index: -1;
  top: 0;
}
/* .menu-list .menu-item-has-children > a{
  display: inline-block;
  width: 90%;
}
.menu-list .menu-item-has-children.active-menu > a{
  color: #2B6FA6 !important;
  opacity: 1;
  
} */
.current-menu-ancestor.current_page_ancestor.menu-item-has-children.active-menu > a{
  color: #9B57E4 !important;
  opacity: 1;
  
}
.current-menu-ancestor.current_page_ancestor.menu-item-has-children.active-menu > .arow-down-up{
  transform: rotate(180deg);
}
.current-menu-ancestor.current_page_ancestor.menu-item-has-children.active-menu > .arow-down-up::after{
  color: #613394;
  opacity: 0.6;
}
.menu-list .menu-item-has-children.active-menu > .arow-down-up{
  transform: rotate(180deg);
}
.menu-list .menu-item-has-children.active-menu > .arow-down-up::after{
  color: #613394;
  opacity: 0.8;
}
.menu-list .menu-item-has-children > .arow-down-up{
  position: absolute;
  top: 3px;
  right: 2px !important;
  height: 24px;
  cursor: pointer;
}
.menu-list .menu-item-has-children > .arow-down-up::after {
  
  color: #000;
  content: "\e5cf";
  opacity: 1;
  font-size: 20px;
  font-family: Material Icons !important;
  font-weight: bold;
  transition: 0.5s ease-in-out;
  height: 24px;
  line-height: 20px;
}
.layer-second-item,
.layer-first-item {
  display: none;
}
.sendFeedBack {
  position: fixed;
  height: 56px;
  right: 7%;
  bottom: 20px;
  z-index: 9999;
}
.jss65 {
  background-color: #398ecc;
}
.threeDotpopup {
  position: fixed;
  right: 16px;
  top: 16px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.main-box {
  padding-left: 340px;
  height: 100vh;
  padding-top: 30px;
}
.threeDotpopup .wrap {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  color: #656565;
  border-radius: 4px;
  max-width: 200px;
  width: 100%;
  margin: 0 0 0 auto;
  padding-top: 8px;
  scale: 0;
  transition: scale 0.5s ease-in-out;
}
.show .wrap {
  scale: 1;
}
.hidden .wrap {
  scale: 0;
}
.threeDotpopup .wrap .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 10px 17px;
}
.threeDotpopup .wrap .item:hover {
  opacity: 0.8;
  border-radius: 5px;
  background-color: rgba(153, 153, 153, 0.2);
}
.threeDotpopup .wrap .item a {
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.threeDotpopup .wrap .item button {
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  background-color: unset;
  border: unset;
}

.markup-controls .form-switch {
  display: flex;
  align-items: start;
  gap: 10px;
}
.markup-controls .form-switch input {
  width: 26%;
  height: 16px;
}
.form-switch .form-check-input:focus {
  box-shadow: unset;
}
.form-check-label {
  color: #656565;
  font-size: 14px;
  font-weight: 400;
}
.form-check-label span {
  display: block;
  color: rgba(101, 101, 101, 0.5);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b-name:hover {
  background-color: transparent !important;
}
.b-name {
  opacity: 0.5 !important;
  font-size: 0.75rem;
}
.b-name p {
  margin: 0;
}
.show {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

/* nitesh */

a {
  color: #613394;
  text-decoration: none;
}

.banner-img svg {
  /* height: 490px; */
  height: 100%;
  width: 100%;
}

.flex-wrpr {
  display: flex;
}

.col1 {
  width: 40%;
}

.alert {
  height: auto;
  width: calc(100% - 40px);
  padding: 0px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: rgb(247, 233, 235);
  margin-top: 20px;
}

.alert-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
  padding-top: 10px;
  color: rgb(175, 33, 47);
  font-weight: 500;
}

.red-border {
  border-left: 5px solid rgb(175, 33, 47);
}

.MuiSvgIcon-root {
  color: #656565;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}

.red-border .MuiSvgIcon-root {
  fill: rgb(175, 33, 47);
}

.inner-content {
  padding: 0 10px;
}
.inner-content p {
  color: rgb(51, 51, 51);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

svg.arrow-link {
  display: none;
}

.arrow-icon svg.arrow-link {
  display: inline-block;
  margin-left: 3px;
}

.red-border .inner-content p:not(:last-child) {
  border-bottom: 1px solid rgb(175, 33, 47);
}

.pink-border {
  height: auto;
  width: calc(100% - 40px);
  padding: 0px;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  border-left: 5px solid rgb(169, 0, 97);
}

.pink-border .inner-title {
  padding-left: 10px;
}

.inner-title {
  font-family: "Zilla Slab";
  font-size: 26px;
  margin-top: 10px;
  font-weight: 500;
  color: rgb(117, 117, 117);
}

.pink-border .event-list {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-top: 5px;
}

.border-bottom {
  width: 60%;
  border-bottom: 1px solid rgb(170, 170, 170);
  margin-bottom: 10px;
  margin-top: 0px;
}

.event-list .ancr-wrp {
  margin: 5px 0;
}

.news-block {
  vertical-align: top;
  height: auto;
  padding: 20px;
}

.news-block .news-box {
  margin-top: 10px;
}

.news-block .news-box .news-title {
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

.news-block .news-box .news-title img {
  height: 16px;
  width: 16px;
  margin-right: 5px;
}

.news-block .news-box .news-content {
  margin: 10px 0;
}

.news-block .border-bottom {
  margin-top: 20px;
}

/* column 2 */

.col2 {
  display: inline-block;
  width: 30%;
}

.updates {
  display: block;
  width: 100%;
  vertical-align: top;
  height: auto;
  box-sizing: border-box;
  padding: 20px;
  background-color: rgb(247, 247, 247);
}

.border-bottom-grey {
  border-bottom: 5px solid rgb(117, 117, 117);
}

.updates .updated-div {
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 0px solid rgb(153, 202, 61);
  padding-left: 10px;
  padding-top: 5px;
  font-style: italic;
}

.updates .updated-div.new {
  border-left: 5px solid rgb(153, 202, 61);
}

.update-name {
  margin: 5px 0;
  font-style: normal;
}

.updates .view-more {
  padding-left: 15px;
}

.updates .inner-title {
  margin-top: 0;
}

.about-links {
  width: 100%;
  vertical-align: top;
  height: auto;
  box-sizing: border-box;
  padding: 20px 0px 20px 20px;
  margin-left: 8px;
}

.about-links .inner-title {
  margin-top: 0;
  padding: 10px 0 20px;
}

.about-links .quick-links {
  margin-bottom: 10px;
}

.about-links .quick-links a {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* column 2 */

/* column 3 */

.col3 {
  display: inline-block;
  width: 30%;
}

.icon-links {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  height: auto;
  padding: 10px 0px 10px 15px;
  overflow-y: hidden;
}

.icon-list {
  color: rgb(102, 102, 102);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.icon-list a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-list a img {
  height: 24px;
  width: 24px;
}

.icon-list a span {
  display: table-cell;
  max-width: 500px;
  font-size: 16px;
  font-weight: 400;
  color: rgb(102, 102, 102);
  text-transform: uppercase;
}

.Video-block {
  vertical-align: top;
  height: auto;
  padding: 0px;
}

.Video-block .video-inner {
  color: rgb(51, 51, 51);
  margin: 5px 15px;
  padding-top: 0px;
  cursor: pointer;
}

.Video-block .video-inner img {
  width: 90%;
  padding: 10px;
}

/* column 3 */

.acknowledge {
  text-align: center;
  margin: 20px 60px;
  padding: 24px 0px;
}

.border-blue {
  border-top: 5px solid rgb(57, 142, 204);
}

.blue-bg {
  background-color: rgb(235, 244, 250);
}

.blue-bg .ack-title {
  font-family: "Zilla Slab";
  font-size: 24px;
  font-weight: 500;
  color: rgb(57, 142, 204);
  padding: 0px 25px;
}

.blue-bg .ack-content {
  padding: 0 12%;
  margin: 10px 0;
}

.partner-logo {
  text-align: center;
  margin: 0px;
  border-top: 0px;
}

.partner-logo img {
  height: 100px;
  padding: 0px 20px;
}

.home-disclaimer {
  width: 100%;
  margin-top: 5px;
  padding-top: 5px;
  border-top-color: #398ecc80;
  border-top-style: solid;
  border-top-width: 1px;
  margin-bottom: 50px;
}
.home-disclaimertext {
  width: 90%;
  display: inline-block;
  font-size: 10px;
  line-height: 15px;
  margin-top: 10px;
}

.home-disclaimertext a:link {
  color: #2b6fa6;
  cursor: pointer;
  text-decoration: none;
  background-color: inherit;
}
.home-disclaimertext-pipe {
  color: #707070;
  font-size: 13px;
  font-weight: 500;
  padding-left: 12px;
  padding-right: 12px;
}
.home-disclaimertext img {
  width: 12px;
  padding-top: 2px;
  vertical-align: top;
}
.inner-page-blocks {
  width: 75%;
  transition: width 0.5s ease-in-out;
  /* padding-bottom: 80px; */
}

.rightPopup {
  position: fixed;
  top: 50px;
  right: 0px;
  z-index: 99999;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.rightPopup .plus {
  opacity: 0;
  visibility: hidden;
}
.rightPopup.show-close .close {
  opacity: 0;
  visibility: hidden;
}
.rightPopup.show-close .plus {
  opacity: 1;
  visibility: visible;
}
.rightsidemodal {
  position: fixed;
  top: 50px;
  right: 0;
  background-color: rgb(250, 250, 250);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.23);
  height: 100vh;
  max-width: 300px;
  width: 100%;
  padding: 10px 10px;
  padding-top: 40px;
  transition: right 0.5s ease-in-out;
  z-index: 9999;
  padding-left: 0;
  padding-right: 0;
}
.rightsidemodal.hide {
  right: -100vw;
}
.aboutthepage h3 {
  font-weight: 500;
  color: rgb(102, 102, 102);
  font-size: 14px;
  padding-top: 20px;
  margin-bottom: 0;
  padding-left: 12px;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #398ecc;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #398ecc;
}
.pageinformation,
.sourceinformation {
  margin-top: -30px;
}
.btn-box-back {
  border-bottom: 1px solid rgb(225, 225, 225);
  background-color: rgb(250, 250, 250);
  padding-top: 8px;
  padding-left: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 10px;
}
.btn-box-back button {
  width: 24px;
  height: 24px;
  min-width: 24px;
  box-shadow: none;
  display: inline-block;
}
.btn-box-back h3 {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin: 0;
  color: rgb(102, 102, 102);
}
.info,
.keyskils {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 12px;
}
.info .lastupdate {
  display: flex;
  align-items: start;
}
.keyskils ul {
  padding-top: 0px;
  padding-bottom: 6px;
  margin-left: -1px;
  list-style: none;
}
.keyskils ul li {
  padding-top: 8px;
  padding-bottom: 2px;
  list-style: none;
}
.keyskils ul li .linkicon {
  display: inline-block;
  min-width: 30px;
  height: 20px;
  padding-left: 2px;
}
.keyskils ul li .targetlink {
  display: inline-block;
  color: rgb(43, 111, 166);
}
.keyskils ul li .targetlink .linkstext {
  position: relative;
  left: 4px;
  top: 1px;
  font-size: 14px;
}
.keyskils h3 {
  font-size: 14px;
  color: rgb(102, 102, 102);
  font-weight: 500;
  line-height: 30px;
  width: 60%;
  padding-left: 12px;
}
.info .lastupdate span {
  font-size: 14px;
  color: rgb(102, 102, 102);
  font-weight: 300;
  line-height: 30px;
  width: 60%;
  /* flex: 1; */
}
.info .lastupdate span:first-child {
  width: 40%;
}

.source-item-container .source-bottom-line {
  color: rgba(149, 152, 154, 0.27);
  border-bottom-width: 1px;
  border-style: solid;
  margin-top: 5px;
}
.source-info {
  padding-top: 15px;
  padding-bottom: 15px;
  height: calc(100vh - 120px);
  overflow-y: auto;
  padding-left: 12px;
}
.source-info .references-ordered-list{
  margin-top: 20px;
}
.source-info p {
  font-size: 14px;
  color: rgb(102, 102, 102);
  /* font-weight: 500; */
  line-height: 1;
  display: inline;
}
.nothover:hover {
  cursor: default;
  background-color: transparent !important;
}

.rightsidemodal.w-500 {
  max-width: 530px !important;
}

/* menu item style */

.menu-list ul.menu-item li.menu-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* menu item style */


.keyskils li.MuiListItem-root.MuiListItem-gutters a {
  display: flex;
  align-items: flex-start;
}

.aboutthepage .MuiListItem-root {
  align-items: center;
}

.aboutthepage .MuiListItem-root .MuiListItemText-root{
  margin-bottom: 0;
} 

.gfield--type-fileupload .ginput_container_fileupload input.large {
  border: 1px solid rgb(215, 215, 215) !important;
  background-color: rgb(247, 247, 247);
}

.gfield--type-fileupload .gfield_label{
  font-size: 14px ;
  font-weight: 500;
  color: #656565 ;
}

#panelLogin input#login:hover {
  color: #fff;
}

#caw_login_form label {
  line-height: 20px;
}

#caw_login_form .checkbox .checkboxlabel{
  line-height: 20px;
}

.page-template-template-login-php .col-sm-4 p{
  line-height: 20px;
}

.pagecontents .note {
  color: #0F0F0F;
  margin-top: 3px;
  margin-bottom: 17px;
  margin-left: 0px;
  margin-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  border-color: #1F1F1F;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #1F1F1F;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1F1F1F;
}

.MuiListItem-root.MuiListItem-root:hover {
  opacity: 0.8;
  border-radius: 5px;
  background-color: rgba(153, 153, 153, 0.2);
}

.validation_message {
  color: red !important;
}


