@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  background: url(images/bg.webp) 0 0;
  background-repeat: repeat;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #222;
  min-height: 150vh;
  display: flex;
  flex-direction: column;
}

a {
  color: #1a4685;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  color: #222;
}

img {
  max-width: 100%;
}

ol,
ul {
  padding-left: 17px;
  margin-top: 12px;
}

li {
  margin-bottom: 8px;
}

.section-gaping {
  padding: 30px 0 0 0;
}

p {
  font-size: 13px;
  margin: 0 0 10PX 0;
}

:focus {
  outline: 0;
  box-shadow: none;
}

.section-title {
  margin-bottom: 30px;
}

.section-title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 32px;
  color: #1a4685;
  text-align: center;
  padding: 0;
  position: relative;
}

.section-title.text-center h2:after {
  position: absolute;
  content: "";
  background: #6ccad0;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c21224", endColorstr="#ee0b12", GradientType=1 );
  width: 60px;
  height: 3px;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section-title.text-left h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 32px;
  color: #1a4685;
  text-align: left;
  padding: 0;
}

.section-title.text-left h2 strong {
  color: #54a946;
  font-weight: 700;
}

.section-title p {
  font-weight: 500;
}

.section-title h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 24px;
  color: #6ccad0;
  margin-bottom: 16px;
}

.section-title h3 strong {
  position: relative;
  background: #1a4685;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 6px 15px;
}

.section-title h3 strong:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #1a4685;
  border-top: 32px solid transparent;
}

.section-title h3 i {
  color: #54a946;
  margin-right: 5px;
  font-size: 14px;
}

.section-title h4 strong, .section-title h6 strong, .section-title h5 strong {
  position: relative;
  background: #54a946;
  font-family: "Poppins", sans-serif;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 6px 15px;
}

.section-title h4 strong:before, .section-title h6 strong:before, .section-title h5 strong:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #54a946;
  border-top: 32px solid transparent;
}

.section-title h4 i, .section-title h6 i, .section-title h5 i {
  color: #fff;
  margin-right: 5px;
  font-size: 14px;
}

.section-title.text-left h4, .section-title.text-left h6, .section-title.text-left h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 22px;
  color: #1a4685;
  text-align: left;
  padding: 0;
}

.section-title.text-left h4 strong, .section-title.text-left h6 strong, .section-title.text-left h5 strong {
  color: #54a946;
  font-weight: 700;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #6ccad0;
  margin-bottom: 25px;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #222;
  margin-bottom: 16px;
}

h3 {
  font-size: 20px;
  color: #54a946;
  font-weight: 500;
}
h3 span {
  font-size: 14px;
  color: #222;
}

h4, h6, h5 {
  font-size: 18px;
  font-weight: 700;
  color: #6ccad0;
}

h5 {
  color: #222;
}

h6 {
  font-size: 24px;
  color: #222;
}

img.logo {
  width: 70px;
  margin-top: 25px;
}

.navbar-brand {
  padding-bottom: 0;
}

.alternate_column .row:nth-child(even) {
  direction: rtl;
  background: #fff;
  text-align: left;
  padding: 20px;
}

.alternate_column .row:nth-child(even) .content_box p {
  direction: ltr;
}

.alternate_column .row:nth-child(odd) {
  direction: ltr;
  background: #f3ffe7;
  text-align: left;
  padding: 20px;
}

.alternate_column .row:nth-child(even) .content_box li {
  direction: ltr;
}

.alternate_column .row[class*=col-] {
  direction: ltr;
}

.content_box {
  padding: 0px;
  text-align: left;
}

/*header section*/
.thanku_bg {
  background-image: linear-gradient(to right, #ddfdff, #fff, #ddfdff);
  height: 100%;
  min-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.thanku_bg p {
  font-size: 18px;
  color: #222;
}

.inner-banner {
  position: relative;
  height: 200px;
  background: #7db870 !important;
}
.inner-banner img {
  height: 200px;
  background-size: cover;
}

.innerbanner-text h1 {
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5294117647);
  display: table;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  padding: 4px 10px 8px 10px;
  border-radius: 10px 0;
}

.floating_icon_bar {
  position: fixed;
  bottom: 5%;
  transform: translateY(-50%);
  z-index: 9999;
}
.floating_icon_bar a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 16px;
  width: 45px;
  height: 45px;
  line-height: 22px;
  border-radius: 50%;
  margin: 10px 0;
}

.topbar {
  position: relative;
  background: #fff;
  height: auto;
  padding: 6px 0;
}

.topbar:after {
  background: linear-gradient(to right, #cda8d4 25%, #ffcd02 25%, #ffcd02 50%, #f7756e 50%, #e84f47 75%, #65c1ac 75%);
  position: absolute;
  content: "";
  height: 4px;
  right: 0;
  left: 0;
  top: 0;
}

.notification {
  background: #cff6f8;
}

.notification_head {
  width: 100%;
  position: relative;
  background: #1a4685;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  line-height: 15px;
  padding: 14px;
}
.notification_head::before {
  content: "";
  position: absolute;
  width: 1000px;
  right: 100%;
  background: #1a4685;
  height: 44px;
  margin-top: -14px;
}
.notification_head i {
  color: #54a946;
  margin-right: 10px;
}

.marquee_text {
  margin-top: 10px;
}
.marquee_text span {
  margin: 0 25px;
  font-weight: 600;
  font-size: 16px;
}

.marquee_text span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 12px;
  color: #6ccad0;
  margin: 10px;
}

.navbar {
  padding: 0;
}

.menumain {
  background: #6ccad0;
}
.menumain img {
  display: none;
}

.eventbar {
  background: #1a4685;
  margin: 12px;
}
.eventbar .event_icon {
  background: #6ccad0;
  text-align: center;
  padding: 8px 10px 6px 10px;
  color: #fff;
}
.eventbar h4, .eventbar h5, .eventbar h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 10px;
}
.eventbar a {
  color: #6ccad0;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  right: 30px;
}
.eventbar a:hover {
  color: #fff;
}

.awards h3 {
  font-size: 18px;
  color: #222;
  font-weight: 600;
}

.awardbg {
  background: #fff;
  border-bottom: 1px solid #6ccad0;
  padding: 10px 0;
}

.award_no {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #6ccad0;
  text-align: center;
  font-size: 30PX;
  font-weight: 600;
  color: #fff;
}

.award_head {
  width: 100%;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  text-align: left;
  margin: 0;
  text-transform: capitalize;
  line-height: 15px;
}
.award_head i {
  color: #1a4685;
  margin-right: 10px;
}
.award_head h5 {
  font-weight: 800;
  color: #222;
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}
.award_head p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 6px;
  line-height: 18px;
}
.award_head span {
  color: #222;
  font-size: 14px;
}

/*backto-top start*/
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(45px);
  transition: all 300ms linear svg;
  transition-color: #6ccad0;
  transition-border-radius: 50%;
  transition-background: transparent;
}
.scroll-top svg path {
  fill: none;
}

.scroll-top:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #1a4685;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  box-shadow: none;
  border-radius: 50%;
}

.scroll-top .progress-circle path {
  stroke: #6ccad0;
  stroke-width: 5px;
  box-sizing: border-box;
  transition: all 400ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  background: #fff;
}

/*backto-top end*/
.fancybox-button {
  background: rgba(70, 191, 33, 0.6);
}

/* Feature Box
-----------------------------------*/
.box {
  position: relative;
  padding: 8px;
  background: red;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
}
.box .icon {
  position: relative;
  width: 70px;
  height: 70px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 6px auto;
  border-radius: 5px;
  font-size: 24px;
  transition: 1s;
}

.bolx_color1 {
  background-color: #b5e5cf;
}

.bolx_color2 {
  background-color: #d8cff5;
}

.bolx_color3 {
  background-color: #c7dda0;
}

.bolx_color4 {
  background-color: #9dcff9;
}

.box:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.box .content {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  padding: 0;
}

.box:hover .content p {
  color: #000;
}

.box:hover .icon {
  background: #fff;
}

.box .content h3 {
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  margin: 6px 0 0 0;
  color: #222;
  font-family: "Poppins", sans-serif;
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
}

.content.card-body {
  margin: 0 auto;
}

/* Feature Box ---*/
/*banner start*/
.banner {
  padding: 0;
}
.banner h1 {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  color: #222;
}
.banner h1 strong {
  font-weight: 500;
  color: #6ccad0;
  display: block;
}

/*banner end*/
/*menu*/
.menu a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}

.menu a:hover::before {
  transform: scale3d(1, 1, 1);
}

.menu-1 a::before {
  background: #1a4685;
  transform-origin: 100% 50%;
}

.menu-1 a:hover::before {
  transform-origin: 0 50%;
}

/*menu*/
.sitename_logo img {
  margin-bottom: 5px;
  width: 240px;
}

.sitename_logo h3 {
  font-size: 15px;
  margin-bottom: 4px !important;
}

img.biswabangla_logo {
  width: 80px;
}

.vdo_sec {
  position: relative;
}

.vdo_sec iframe {
  width: 100%;
  height: 250px;
}

#video_block_01 .video-inner {
  position: relative;
  width: 100%;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#video_block_01 .video-inner .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
#video_block_01 .video-inner .video-btn {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
}
#video_block_01 .video-inner .video-btn .btn-bg {
  position: absolute;
  left: -5px;
  top: -5px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
}
#video_block_01 .video-inner .video-btn a {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 24px;
  z-index: 1;
}
#video_block_01 .video-inner .video-btn a i {
  background: #fff;
  font-size: 25px;
}
#video_block_01 .video-inner .video-btn a i {
  position: relative;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 10s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
#video_block_01 {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
}

/* btn start*/
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-primary, input[type=submit] {
  border: 1px solid #1a4685;
  background-color: #1a4685;
  color: #fff;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  text-transform: capitalize;
}

.btn-primary, input.btn-primary {
  background-image: linear-gradient(0, #6ccad0, #6ccad0);
  background-size: 0 0;
  transition: 0.8s;
  background-repeat: no-repeat;
  background-position: center;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn-primary:hover, input.btn-primary:hover {
  background-size: 100% 100%;
  color: #fff;
  border: 1px solid #6ccad0;
}

.btn-secondary, input[type=submit] {
  border: 1px solid #54a946;
  background-color: #54a946;
  color: #fff;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  text-transform: capitalize;
}

.btn-secondary, input.btn-secondary {
  background-image: linear-gradient(0, #1a4685, #1a4685);
  background-size: 0 0;
  transition: 0.8s;
  background-repeat: no-repeat;
  background-position: center;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn-secondary:hover, input.btn-secondary:hover {
  background-size: 100% 100%;
  color: #fff;
  border: 1px solid #1a4685;
}

.btn-secondary:focus,
.btn-secondary:focus {
  box-shadow: none;
}

/* btn end*/
/*--------- ani image ---------*/
.choose-image {
  position: relative;
}

.shape-1 {
  position: absolute;
  margin-top: -60PX;
  right: 10%;
  animation: moveLeftBounce 3s linear infinite;
}

.shape-2 {
  position: absolute;
  top: -100px;
  left: 0;
  animation: moveLeftBounce 6s linear infinite;
}

/*--------- ani image ---------*/
.eventbar_area {
  background: #fff;
  margin-bottom: 22px;
}

.eventbar_area:last-child {
  margin-bottom: 0;
}

.triangle_li ul {
  padding-left: 30px;
}

.triangle_li ul li {
  margin-bottom: 4px;
}

.triangle_li ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #1a4685;
  font-size: 18px;
  transition: all 0.3s ease;
  margin-right: 5px;
  margin-left: -14px;
  position: relative;
  top: 2px;
}

.tick ul,
.tick_double ul {
  padding-left: 0;
  margin: 5px 0 20px 32px;
}

.tick ul li,
.tick_double ul li {
  margin-bottom: 8px;
  list-style-type: none;
  position: relative;
}

.tick ul li:before,
.tick_double ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  color: #1a4685;
  font-size: 15px;
  transition: all 0.3s ease;
  position: absolute;
  margin-left: -22px;
}

.tick_double ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.tick_double ul li {
  width: 95%;
}

.shadow {
  box-shadow: 0 15px 10px -15px #333;
}

/*dots*/
.owl-carousel .item {
  margin: 10px;
}

.owl-carousel .item img {
  box-shadow: 0 0 12px #888;
}

.owl-nav {
  margin-top: 16px;
  text-align: center;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  font-size: 22px;
  display: inline-block;
  margin: 0 5px;
  color: #1d384f;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  color: #81c467;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: inherit !important;
}

/*dots end*/
.sticky_div {
  position: sticky;
  top: 180px;
}

.lyellowbg {
  background: #e2f9fb;
  padding: 30px 0;
}

.whitebg {
  background: #fff;
  padding: 30px 0;
}

.activities .card {
  margin-bottom: 50px;
  box-shadow: 0px 15px 10px -15px #111;
}

.activities_box {
  background: #fff;
  padding: 20px;
  border-top: 5px solid #1a4685;
  box-shadow: 0px 15px 10px -15px #111;
}

.activities_box h3 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #6ccad0;
  margin: 10px 0;
}

.activities_box h3 strong {
  font-size: 18px;
  display: block;
}

.activities_title {
  background: #6ccad0;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 10px 15px;
  color: #fff;
  line-height: 18px;
  margin-bottom: 5px;
}

.activities h5 {
  font-size: 15px;
  font-weight: 600;
  color: #1a4685;
}

/*photos gallery start*/
.post-box:hover .photo-img img {
  transform: scale(1.1);
}

.photo-item {
  position: relative;
}

.paper {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 12px 12px 5px 12px;
  position: relative;
  width: 100%;
  color: #000;
}

.paper:before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.paper:before {
  background: #1a4685;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}

.photo-img {
  overflow: hidden;
  min-height: 57px;
  display: block;
  border-radius: 0;
  text-align: center;
}

.photo-img img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
  width: 100%;
  border-radius: 10px 0 0 0;
}

.photo-date {
  color: #fff;
  position: absolute;
  z-index: 99;
  bottom: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(rgba(0,0,0,0) 60%,rgba(0,0,0,.65) 100%);*/
  display: flex;
  transform: scale(0.5);
  opacity: 0;
  transition: 300ms ease all;
  transition-delay: 0;
}

.photo-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7019607843);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
}

.photo-icon i {
  line-height: 60px;
  font-size: 25px;
  color: #fff;
}

.post-box:hover .photo-date {
  transform: scale(1) rotate(0);
  opacity: 1;
  transition-delay: 300ms;
}

.view_title {
  font-size: 13px;
  font-weight: 500;
  color: #222;
  text-align: center;
  margin: 0;
  background: #fff;
  padding: 10px 5px;
  border-radius: 0 0 15px 15px;
}

/*photos gallery end*/
/*footer*/
footer {
  background-image: linear-gradient(#0791bf, #06295d);
  background-repeat: repeat;
  padding: 30px 0 15px 0;
  margin-top: auto;
}

footer ul {
  display: inline-block;
  margin: 0;
}

footer ul li {
  float: left;
  list-style-type: none;
}

footer ul li a,
footer p a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

footer ul li a:hover {
  color: #54a946;
}

footer ul li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "|";
  color: #419fdd;
  font-size: 12px;
  margin: 0 6px;
  padding: 0 6px;
}

footer ul li:last-child:after {
  content: "";
}

.disclimer p {
  color: #ccc;
  font-size: 12px;
  font-style: italic;
  margin: 7px 0 0 0;
  text-align: center;
}

.copyright p {
  color: #ccc;
  font-size: 11px;
  padding: 6px 0 0 0;
}

footer .rounded-social-buttons {
  margin: 10px 0 0 0;
  float: none;
}

/*footer*/
.academic_area {
  border: 1px solid #1a4685;
  border-radius: 15px 0;
  display: table;
  width: 100%;
}
.academic_area h2 {
  background: #1a4685;
  padding: 10px;
  border-radius: 12px 0 0 0;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}
.academic_area ul {
  padding-left: 0;
}
.academic_area ul li {
  padding: 5px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}
.academic_area ul li.active {
  font-weight: 600;
  color: #1a4685;
  text-decoration: underline;
}
.academic_area ul li:hover {
  color: #6ccad0;
}
.academic_area ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 9px;
  color: #6ccad0;
  margin: 3px 4px 0 0;
}
.academic_area a {
  color: #222;
}
.academic_area a:hover {
  color: #6ccad0;
}

.publication .box-content1:nth-of-type(4n + 1) .photo-item {
  background: #f6c6c6;
}
.publication .box-content1:nth-of-type(4n + 1) .photo-item i {
  font-size: 60px;
  color: #e78a8a;
  margin: 15px 0;
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 103px;
}

.publication .box-content1:nth-of-type(4n + 2) .photo-item {
  background: #cdc8f6;
}
.publication .box-content1:nth-of-type(4n + 2) .photo-item i {
  font-size: 60px;
  color: #8d83df;
  margin: 15px 0;
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 103px;
}

.publication .box-content1:nth-of-type(4n + 3) .photo-item {
  background: #dbedb3;
}
.publication .box-content1:nth-of-type(4n + 3) .photo-item i {
  font-size: 60px;
  color: #a7c762;
  margin: 15px 0;
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 103px;
}

.publication .box-content1:nth-of-type(4n + 4) .photo-item {
  background: #bee5eb;
}
.publication .box-content1:nth-of-type(4n + 4) .photo-item i {
  font-size: 60px;
  color: #6ad4e4;
  margin: 15px 0;
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 103px;
}

.publication .photo-item {
  border-radius: 0 0 15px 15px;
  padding: 15px;
}

.box-img img {
  border: 3px solid #fff;
  border-radius: 0 0 10px 10px;
  margin-bottom: 10px;
}

.publication .title {
  text-align: center;
  height: 40px;
}

.publication .title h5 {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  margin: 5px 0 0 0;
}

.publication {
  position: relative;
}

.publication .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}

.owl-prev {
  left: 0;
  display: inline-block;
  margin: 0 6px;
  background: url(images/arrow_left.png) !important;
  background-repeat: no-repeat;
  width: 40px;
}

.owl-prev:hover {
  background: url(images/arrow_left_hover.png) !important;
}

.owl-next {
  right: 0;
  display: inline-block;
  margin: 0 6px;
  background: url(images/arrow_right.png) !important;
  background-repeat: no-repeat;
  width: 40px;
}

.owl-next:hover {
  background: url(images/arrow_right_hover.png) !important;
}

.movileview-btn {
  width: 40px;
  height: 40px;
  font-size: 0;
}

.publication .owl-next i,
.publication .owl-prev i {
  line-height: 30px;
  font-size: 0;
}

.cover-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.publication .cropped-image {
  height: 230px;
}

.gallery .cropped-image {
  height: 250px;
}

.awards img.cropped-image {
  border: 3px solid #fff;
  box-shadow: 0 0 15px #666;
}

.awardee h5 {
  font-size: 16px;
  font-weight: 600;
}

.awardee h6 {
  font-size: 20px;
  color: #54a946;
}

.awards .photo-img {
  text-align: center;
  overflow: initial;
}

.innerpage .awards .view_title {
  background-color: transparent;
  border: 0;
}

.activities .cropped-image {
  height: 250px;
  width: 100%;
  margin-bottom: 10px;
}

.activities a, .events a {
  color: #000;
}

.activities a.btn, .events a.btn {
  color: #fff;
}

.publication .cropped-image {
  height: 350px;
  width: 100%;
}

.events .cropped-image {
  height: 250px;
  width: 100%;
}

.innerpage .events .cropped-image {
  height: 230px;
  width: 100%;
  margin-bottom: 10px;
}

.achievement_box {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.achievement_box h3 {
  margin-top: 20px;
}

.achievement_box h3 strong {
  display: block;
}

.event_txt {
  padding: 10px;
}

.events h4, .events h5, .events h6 {
  font-size: 14px;
  color: #1a4685;
  font-weight: 600;
}

.events .card {
  position: relative;
  box-shadow: 0px 15px 10px -15px #111;
  margin-bottom: 50px;
}

.events .card-body {
  padding: 10px;
}

.events .view_title {
  position: absolute;
  width: 95%;
  margin: 0 auto;
  text-align: left;
  bottom: -65px;
  border-radius: 6px;
  padding: 8px;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 110px;
}
.events .view_title p {
  color: #222;
}

a.readmore, h6.readmore {
  color: #54a946;
  font-weight: 600;
  text-decoration: underline;
  font-size: 13px;
}

a.readmore:hover, h6.readmore:hover {
  color: #222;
  text-decoration: none;
}

.event_sec2 {
  margin-bottom: 15px;
}
.event_sec2 a {
  float: left;
}

.event_sec2 li {
  float: left;
  margin-right: 15px;
}

.line {
  border-top: 2px dashed #1a4685;
  margin-top: 15px;
}

.mission_vision .icon {
  font-size: 50px;
  color: #888;
}

.whitebox {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px 0;
  box-shadow: 0 0 15px #d5d5d5;
  border-top: 3px solid #1a4685;
}

.ui-widget-header {
  border: 0 !important;
  background: #1a4685 !important;
  color: #fff;
  font-weight: bold;
}

.dataTables_wrapper {
  background: #1a4685;
}

table.dataTable {
  background: #fff;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info {
  padding: 5px;
  color: #fff !important;
}

.dataTable label {
  color: #fff !important;
}

.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #222 !important;
  border-radius: 3px;
  padding: 5px;
  background-color: #fff !important;
  color: #222 !important;
  padding: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #6ccad0 !important;
}

.notification .datatable table td:last-child i {
  font-size: 20px;
}

.notification .datatable table td:last-child {
  width: 10%;
  text-align: center;
}

.notification .datatable table td:last-child {
  width: 10%;
  text-align: left;
}

.ui-state-default {
  color: #6ccad0 !important;
}

/* stylish scrollbar*/
.scrollbar123 {
  float: left;
  height: 227px;
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 25px;
}

.force-overflow {
  min-height: 400px;
}

#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #6ccad0;
}

/* stylish scrollbar*/
.innerpage .activities_title {
  position: relative;
  width: 100%;
  background: #1a4685;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  bottom: 0;
  color: #fff;
  line-height: 18px;
  display: table;
  vertical-align: middle;
  margin: 5px 0;
}

.activities .dynamic .activities_title {
  position: relative;
  width: 100%;
  background: #54a946;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  bottom: 0;
  color: #fff;
  line-height: 18px;
  display: table;
  vertical-align: middle;
  margin: 5px 0;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.activities .static .card:hover .activities_title {
  background: #6ccad0;
}

.activities .dynamic .card:hover .activities_title {
  background: #1a4685;
}

.activities .static, .activities .dynamic {
  margin: 20px 0;
}

.activities_img p {
  text-align: center;
  font-weight: 400;
  color: #222;
}

.innerpage .vdo_sec iframe {
  width: 100%;
  height: 200px;
}

.innerpage .vdo_sec.vdo_big iframe {
  width: 100%;
  height: 350px;
}

/* event*/
.event .card {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  padding: 0 0 6px 0;
  box-sizing: border-box;
  text-align: left;
  border-radius: 12px 0;
  box-shadow: 0px 15px 10px -15px #111;
}

.event .card img {
  border-radius: 8px 8px 0 0;
}

.datevew li {
  list-style: none;
  float: left;
  margin-right: 12px;
  font-size: 12px;
  color: #222;
}

.event .card .layer {
  z-index: 1;
  position: absolute;
  top: calc(100% - 5px);
  height: 100%;
  width: 100%;
  left: 0;
  background: linear-gradient(to top, #fff, #d1e4ae);
  transition: 0.5s;
}

.event .card:hover .btn {
  background: #6ccad0;
  color: #fff !important;
}

.event .card:hover .btn-secondary {
  color: #fff;
  background: #6ccad0 !important;
}

.event .card:hover .btn.btn-secondary:hover {
  animation-name: peach;
}

h5.card-title {
  font-size: 17px;
  font-weight: 600;
  margin-top: 10px;
  color: #1a4685;
}
h5.card-title span {
  font-size: 13px;
  color: #6ccad0;
}

.event .card .card-body {
  z-index: 2;
  position: relative;
  padding: 10px;
}

.event .card:hover .layer {
  top: 0;
}

.event .card .card-body p {
  font-size: 14px;
  line-height: 20px;
  color: #222;
}

.event i {
  font-size: 12px;
  color: #1a4685;
}

.datevew {
  display: table;
  width: 100%;
  margin: 10px 0 5px 0;
}

.datevew UL {
  padding-left: 0;
}

.widget {
  margin: 0 0 20px 0 !important;
  border-radius: 8px 0 10px 0;
  background-color: #6ccad0;
}

h3.widget-title {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 10px 0 10px;
  margin: 0;
}

.widget ul {
  padding-left: 28px;
  border: 1px solid #1a4685;
  border-radius: 10px 0;
  background: #fff;
  padding-top: 10px;
  margin-top: 7px;
}

.widget ul li {
  padding: 0 0 5px 0;
  color: #222;
  font-size: 13px;
  list-style-type: none;
}
.widget ul li a {
  color: #222;
}
.widget ul li a:hover {
  color: #6ccad0;
}

.widget ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #6ccad0;
  font-size: 13px;
  padding: 0 3px 0 0;
  background: transparent;
  margin-left: -18px;
}

/* event*/
.more {
  border-radius: 6px 0;
  font-size: 14px;
  font-weight: 600;
  color: #6ccad0;
}
.more i {
  color: #54a946;
}

.event .card .card-body:hover .more,
.more:hover {
  color: #222;
}
.event .card .card-body:hover .more i,
.more:hover i {
  color: #1a4685;
}

.cm_desk_block .date {
  font-size: 16px;
  color: #222;
  line-height: 28px;
  margin-bottom: 10px;
}

.cm_desk_block .date span {
  font-size: 35px;
  color: #6ccad0;
  font-weight: 600;
  display: block;
}

.cm_desk_block .prog {
  font-size: 20px;
  color: #222;
  line-height: 24px;
  margin-bottom: 10px;
}

.cm_desk .whitebox {
  padding: 14px;
  position: relative;
}

.cm_desk .whitebox .btn {
  position: absolute;
  bottom: 20px;
}

.contact .card {
  background-image: linear-gradient(#bae3e7, #fff);
  padding: 25px 15px;
  display: table;
  width: 100%;
  box-shadow: 0 15px 10px -15px #333;
  border-radius: 10px;
  border-top: 4px solid #6ccad0;
}

.heading_sm {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.contact .card ul li {
  display: table-cell;
  color: #222;
  font-size: 13px;
  padding-right: 10px;
}
.contact .card ul li i {
  font-size: 15px;
  color: #1a4685;
}
.contact .card ul li p {
  margin: 0;
}

.contact .card ul.section {
  margin: 0 0 25px 0;
  display: table;
}

.card-header {
  background: #6ccad0;
  font-size: 18px;
  color: #fff;
}

.contact .card i {
  font-size: 14px;
  color: #1a4685;
  margin-right: 5px;
}

.contact .card li:first-child {
  font-weight: 600;
}

.contact .card a {
  color: #222;
}

.contact .card a:hover {
  color: #1a4685;
}

.contact .card li:first-child {
  font-weight: 600;
}

.contact .card li a span {
  border-right: 1px solid #6ccad0;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

.contact .card li a:last-child span {
  border-right: 0;
}

.contact .card ul,
.contact .card li {
  margin: 0;
}

.list-group-item {
  padding: 0.7rem 1rem;
}

.content_position {
  position: relative;
  z-index: 2;
}

.content_position p {
  margin-bottom: 10px;
}

.plants {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.members h1 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #6ccad0;
  margin-bottom: 16px;
}

.owl-carousel .owl-item img {
  border-radius: 10px !important;
}

/* left_nav*/
.left_nav {
  margin-top: 20px;
}

.left_nav .nav-pills .nav-link {
  border-radius: 0;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #54a946;
  text-align: left;
}

.left_nav .nav-pills .nav-link:hover {
  background-color: #54a946;
}

.left_nav .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background: #54a946 !important;
}

.left_nav .nav {
  border: 1px solid #54a946;
}

.left_nav .tab-content {
  background: #fff;
  padding: 30px;
  color: #000;
  border-radius: 6px;
  width: 100%;
  box-shadow: 0 0 12px #ccc;
}

.left_nav .nav-pills .nav-link {
  border-bottom: 1px solid #54a946;
  border-radius: 0;
  display: block;
  background: linear-gradient(to right, #54a946 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  padding: 12px 8px;
  width: 100%;
  font-size: 13px;
}

.left_nav .nav-pills .nav-link:last-child {
  border-bottom: none;
}

.left_nav .nav-pills .nav-link:hover {
  background-position: left bottom;
  color: #fff;
}

.awards h2 {
  margin-bottom: 10px;
}

.event_cat {
  width: 100%;
  margin-bottom: 25px;
  display: table;
}
.event_cat ul {
  padding-left: 0;
  margin-top: 0;
}
.event_cat li {
  float: left;
  padding: 0;
  margin: 0 10px 0 0;
  list-style-type: none;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #1a4685;
  background-color: #fff;
  padding: 5px 12px;
  border-radius: 6px 0;
}
.event_cat li a {
  color: #222;
}
.event_cat li:hover {
  background-color: #6ccad0;
}
.event_cat li:hover a {
  color: #fff;
}

/*nav-button*/
.event_cat li.active {
  background-color: transparent;
  border-color: transparent;
  border-bottom: 2px solid #6ccad0;
  border: 1px solid #6ccad0;
  background-color: #6ccad0;
  padding: 5px 12px;
  border-radius: 6px 0;
}
.event_cat li.active a {
  color: #fff;
}

.event_cat li::after {
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 6px solid #6ccad0;
  position: relative;
  margin: -6px auto;
  padding-top: 6px;
  width: 12px;
  text-align: center;
  transform: translateY(100%);
  opacity: 0;
}

.event_cat li.active::after {
  opacity: 1;
}

/*nav-button*/
.members .chairman p {
  font-size: 16px;
}

.ica_logo h4, .ica_logo h5, .ica_logo h6 {
  font-size: 12px;
  color: #54a946;
  font-weight: 600;
  margin-bottom: 0 !important;
}

.ica_logo img {
  width: 280px !important;
}

.equalheight {
  display: flex;
}

.equalheight > [class*=col-] {
  display: flex;
  flex-wrap: wrap;
}

/*cm section*/
.lightbg {
  background-color: #f2fee8;
  padding: 16px;
  border-radius: 10px 0;
}
.lightbg h4, .lightbg h5, .lightbg h6 {
  font-size: 22px;
  font-weight: 600;
  color: #54a946;
}

.mission_vision .card {
  border: 0;
}

.cm .card img {
  border: 2px solid #1a4685;
  border-radius: 10px 10px 0 0;
}

.cm .card .card-footer {
  background-color: #1a4685;
  padding: 12px 8px;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.cm .card .card-footer p {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}

.box2 {
  text-align: center;
  padding: 30px 0 20px 0;
  background-color: #1a4685;
  border: 2px solid #1a4685;
  border-radius: 10px;
  height: 140px;
}

.box2 P {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.box2 img {
  height: 40px;
  margin-bottom: 8px;
}

.box2:hover {
  background-image: linear-gradient(#fff, #fff, #d7fdff);
  border: 2px solid #6ccad0;
}

.box2:hover p {
  color: #000;
}

.scrollbox {
  height: 230px;
  overflow-y: scroll;
  padding: 0 0 0 14px;
}

/*cm section*/
.prev_yr {
  font-size: 16px;
  color: #1a4685;
  font-weight: 600;
}

.prev_yr_name {
  font-size: 14px;
  color: #222;
}

.awards .whitebox ul li i {
  position: absolute;
  font-size: 13px;
  color: #54a946;
  margin: 4px 0 0 5px;
}

.award_li ul li {
  margin: 0 0 20px 0;
}

.coming-soon img {
  height: 200px;
  margin: 50px auto;
}

:root {
  --animate: 1;
}

.awards_block {
  background: #fff;
  box-shadow: 0 10px 18px 0 rgba(24, 58, 45, 0.03);
  border-radius: 8px;
  display: block;
  position: relative;
  text-decoration: none;
  padding: 20px;
  transition: transform calc(var(--animate) * 0.2s) ease, opacity calc(var(--animate) * 0.2s) ease;
}

.awards_block .arrow {
  position: absolute;
  top: 18px;
  left: -13px;
  transition: transform calc(var(--animate) * 0.3s) ease;
  transform-origin: center center;
  animation-delay: 0s;
  animation: none;
}

.awards_block:focus,
.awards_block:hover {
  transform: scale(1.05);
}

.awards_block:focus .arrow,
.awards_block:hover .arrow {
  transform: scale(1.4) translate(30px, -40px) rotate(90deg);
  animation: point-down calc(var(--animate) * 0.4s) infinite;
  animation-direction: alternate;
  animation-timing-function: ease;
  animation-delay: 0.3s;
}

a.awards_block,
a.awards_block:visited {
  color: #2c514a;
  border: 2px dashed #54a946;
  display: flex;
  align-items: center;
  padding: 20px 10px 20px 30px;
  width: 95%;
}
a.awards_block i,
a.awards_block:visited i {
  font-size: 24px;
  color: #54a946;
}
a.awards_block h2,
a.awards_block:visited h2 {
  font-size: 16px;
  color: #1a4685;
  margin: 0;
}
a.awards_block h2 i,
a.awards_block:visited h2 i {
  font-size: 30px;
  color: #1a4685;
  margin-right: 5px;
}

.whitebg {
  background-color: #f2fee8;
  padding: 25px 0;
}

.activities_blocks {
  display: inline-block;
  margin-bottom: 40px;
}
.activities_blocks ul {
  padding-left: 0;
}
.activities_blocks .section-title {
  margin: 0;
}
.activities_blocks li {
  float: left;
  background: #fff;
  border: 1px solid #1a4685;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #1a4685;
  margin: 0 15px 0 0;
  border-radius: 6px;
}
.activities_blocks li i {
  font-size: 17px;
  color: #6ccad0;
}

.activities_blocks ul li::marker {
  font-size: 0;
}

/*upcoming-events.php*/
.upcoming_event_blocks {
  border-top: 1px solid #1a4685;
  border-right: 1px solid #1a4685;
  border-bottom: 1px solid #1a4685;
  border-left: 4px solid #1a4685;
  border-radius: 8px;
  padding: 12px 15px;
  width: 100%;
  background-color: #fff;
}
.upcoming_event_blocks h5 {
  font-size: 15px;
  font-weight: 600;
  color: #222;
}
.upcoming_event_blocks i {
  font-size: 12px;
  color: #54a946;
}

/*upcoming-events.php*/
.chairman_title p {
  line-height: 8px;
}

.scrollbox_new {
  height: 230px;
  overflow-y: scroll;
  padding: 0 0 0 14px;
}

.list-inline .list-inline-item {
  font-weight: 500;
}
.list-inline .list-inline-item i {
  color: #54a946;
  font-size: 12px;
  margin-right: 5px;
}

.mission_vision .tick ul {
  margin: 5px 0 20px 10px;
}

.officials {
  background-image: linear-gradient(#bae3e7, #fff);
  padding: 25px 15px;
  display: table;
  width: 100%;
  box-shadow: 0 15px 10px -15px #333;
  border-radius: 10px;
  border-top: 4px solid #1a4685;
}

.official_list ul {
  padding: 0 0 0 15px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
}
.official_list ul li {
  width: 95%;
  font-size: 12px;
}

.official_list .official_list_director i {
  color: #1a4685;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.official_list_director p {
  margin-left: 10px;
}

.date_div {
  text-align: left;
  font-size: 12px;
  color: #222;
  font-weight: 400;
  margin-bottom: 5px;
  display: flex;
}
.date_div i {
  font-size: 12px;
  color: #54a946;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.venue_div {
  text-align: left;
  font-size: 12px;
  color: #222;
  font-weight: 400;
  margin-bottom: 5px;
  display: flex;
}
.venue_div i {
  font-size: 12px;
  color: #54a946;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.banner {
  padding: 0;
  margin-top: 0;
}

.innerpage {
  margin-top: 0;
}

.fixed-top {
  transition: all 0.3s ease;
  scroll-behavior: smooth;
}

.officials h3 {
  font-weight: 600;
}

.events_page .card {
  margin-bottom: auto !important;
}
.events_page .card-body {
  padding: 10px;
}

.cms-wrap h4, .cms-wrap h5, .cms-wrap h6 {
  color: #1a4685;
}

.awards .dataTable strong {
  color: #54a946;
}

/*change_layout*/
.change_layout_desktop, .change_layout_mobile {
  background-color: #ddfaff;
  padding: 6px 0;
}

.change_layout_desktop p {
  margin: 0;
}

.change_layout_desktop p {
  font-size: 12px;
  font-weight: 400;
  margin: 0 15px 0 0;
}

.change_layout_desktop a {
  font-size: 12px;
  font-weight: 400;
  margin: 3px 15px 0 0;
}

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

.change_layout_desktop li {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 2px;
}

.font_size_change ul {
  display: flex;
  list-style: none;
  float: right;
}

.font_size_change ul li {
  height: 26px;
  width: 26px;
  border: 1px solid #0275e0;
  background-color: #fff;
  text-align: center;
  margin: 0 3px;
  line-height: 26px;
  cursor: pointer;
}

.font_size_change ul li a {
  font-size: 14px !important;
  margin: 0;
  padding: 0;
}

sup {
  top: -0.2em;
}

.gray .topbar img {
  filter: grayscale(1) !important;
}

.grayscale {
  filter: grayscale(1) invert(1);
}

.gray {
  filter: grayscale(1) invert(1);
}

.gray img {
  filter: invert(1) !important;
}

.gray .events_img img {
  filter: invert(0) !important;
}

.gray li a, .gray a span, .gray .wrapper a, .gray .WeL, .gray li a span, .gray p, .gray td, .gray h1, .gray h2, .gray h3, .gray h4, .gray h5, .gray h6, .gray footer, .gray footer a, .gray .banne.carousel-caption h2 {
  filter: grayscale(0) invert(1);
  color: #fff !important;
}

.gray .banner .carousel-caption h2, .gray .banner .carousel-caption h3, .gray .banner .carousel-caption h4, .gray .banner .carousel-caption h5, .gray .banner .carousel-caption h6, .gray .banner .carousel-caption p, .gray .topbar ul li span a {
  filter: grayscale(0) invert(1);
  color: #000 !important;
}

.gray footer {
  filter: grayscale(0) invert(1);
  background: #fff !important;
}

.sticky-menu {
  background: #ff0000;
  position: fixed;
  top: 38px;
  left: 0;
  right: 0;
  z-index: 999;
}

.sticky_change_layout {
  background: #ff0000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

/*change_layout*/
.screen_reader .table tr th {
  background: #1a4685;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.screen_reader .table tr td i {
  font-size: 14px;
  margin-left: 2px;
}

.screen_reader .table > :not(caption) > * > * {
  padding: 1rem 0.7rem;
}

.screen_reader .table > :not(:first-child) {
  border-top: 0;
}

.site_map li {
  margin-bottom: 6px;
  text-transform: capitalize;
  color: #54a946;
  list-style-type: square;
}

.site_map li a {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

.site_map li a:hover {
  color: #1a4685;
}

.site_map li ul {
  margin: 4px 0 16px 0;
}

.site_map li ul li {
  color: #555;
  margin-bottom: 3px;
  list-style-type: circle;
}

.site_map li ul li a {
  font-size: 13px;
  color: #555;
}/*# sourceMappingURL=style.css.map */