body {
  font-family: "Poppins";
}

/*-----------------Header Styling Start-------------------*/

.top-header {
  margin-bottom: 5px;
  background-color: #ffffff;
}

.top-header .slider-text {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
}

.top-header .slider-text p {
  margin: 0;
  display: inline-block;
  white-space: nowrap;
}

.top-header .slider-text p a {
  color: #303030;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
}

.top-header .slider-text p .disable-point {
  cursor: text;
}

.top-header .slider-text p a:hover {
  color: #1abc9c;
}

.top-header .custom-container {
  padding: 0 5% 0 10%;
}

header.header {
  z-index: 999;
  transition: all 0.3s ease-in;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.top-header .slider-text p span {
  background-color: #de551c;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  margin-right: 10px;
}

.header .custom-nav {
  padding: 27px 0;
  transition: all 0.3s ease-in;
}

.header .custom-nav .container-fluid {
  padding: 0 5%;
}

.header .custom-nav .top-logo {
  width: 10%;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 4%;
}

.header .custom-nav .top-logo img {
  width: 100%;
  max-width: 70%;
  transition: all 0.3s ease-in;
}

.header .custom-nav ul.navbar-nav {
  margin-top: 19px;
  justify-content: space-between;
  width: 100%;
}

.header .custom-nav .navbar-collapse {
  align-items: end;
  align-content: end;
  flex-grow: 0;
  width: 84%;
}

.header .custom-nav ul.navbar-nav .nav-item {
  position: relative;
}

.header .custom-nav ul.navbar-nav .nav-item .nav-link {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  line-height: 24px;
  padding-left: 19px;
  padding-right: 19px;
  display: inline-block;
  color: #ffffff;
  transition: all 0.4s;
}

.header .custom-nav ul.navbar-nav .nav-item .nav-link:hover {
  color: #47d8c0;
}

.header .custom-nav ul.navbar-nav .nav-item .cta-login-link {
  background-color: #47d8c0;
  border: 1px solid #47d8c0;
  padding: 10px 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1.3em;
  letter-spacing: 1.53px;
}

.header .custom-nav ul.navbar-nav .nav-item .cta-login-link:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #47d8c0;
}

.header .custom-nav ul.navbar-nav .nav-item .dropdown-menu li a:hover {
  background-color: #000000;
  color: #ffffff;
}

.header .custom-nav ul.navbar-nav .nav-item .dropmenu-intrnl {
  right: 0;
  left: auto;
}

.header nav .navbar-toggler .navbar-toggler-icon:before {
  content: "\f0c9";
  color: #000000;
  font-size: 22px;
  font-family: "FontAwesome";
}

.fixed-header .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #ffffff;
  padding: 11px 0;
  box-shadow: 0px 0px 15px #d5d0d0;
}

.fixed-header .top-header {
  display: none;
}

.header .menu-wrap > .header-menu > .menu-item > .custom-dropdown-menu li ul {
  list-style: none;
}

/*-----------------Header custom Styling-------------------*/

.header .custom-container {
  /* padding: 0 5%; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header .logo-wrap {
  width: 17.8%;
  text-align: center;
}

.header .logo-wrap a .logo-img {
  max-width: 83px;
  width: 100%;
}

.header .menu-wrap .header-menu {
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.header .menu-wrap .header-menu .menu-item {
  position: relative;
}

.header .menu-wrap .header-menu .menu-item > a {
  text-decoration: none;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 19px;
  display: inline-block;
  color: #ffffff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header .menu-wrap > .header-menu > .menu-item > a i {
  display: inline-block;
}

.header
  .menu-wrap
  > .header-menu
  > .menu-item
  > .custom-dropdown-menu
  .menu-item
  a {
  position: relative;
}

.header
  .menu-wrap
  > .header-menu
  > .menu-item
  > .custom-dropdown-menu
  .menu-item
  a
  i {
  position: absolute;
  right: 10px;
  top: 15px;
}

.header .menu-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}

.header .menu-wrap .header-menu .menu-item .cta-login-link {
  background-color: #47d8c0;
  border: 1px solid #47d8c0;
  padding: 10px 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1.3em;
  letter-spacing: 1.53px;
}

.header .menu-wrap .header-menu .menu-item .cta-login-link:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #47d8c0;
}

.header .toggle-wrap {
  display: flex;
  align-items: center;
}

.header .toggle-wrap .menuIconToggle {
  box-sizing: border-box;
  cursor: pointer;
  height: 33px;
  width: 33px;
  transition: all 0.3s;
  padding: 9px 5.5px 5.5px 5.5px;
  background-color: rgb(104 104 104 / 10%);
  text-align: center;
}

.header .toggle-wrap .menuIconToggle .hamb-line {
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #000000;
  transition: all 0.25s;
}

.header .toggle-wrap .menuIconToggle .hor {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

.header .toggle-wrap .menuIconToggle .dia.part-1 {
  position: relative;
  box-sizing: border-box;
  float: left;
  transition: all 0.25s;
}

.header .toggle-wrap .menuIconToggle .dia.part-2 {
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
  transition: all 0.25s;
}

.header .menu-wrap .header-menu .menu-item .custom-dropdown-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

/*-----------------Header Styling End-------------------*/

/*-----------------Banner Styling Start-------------------*/
.custom-banner {
  margin-top: 38px;
  position: relative;
  margin-top: -19px !important;
}

.custom-banner img {
  max-width: 100%;
}

.custom-banner .banner-content-wrap {
  position: relative;
  top: 0;
  left: 0;
  z-index: 56;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.custom-banner .banner-content-wrap .about-banner-content {
  position: relative;
  z-index: 88;
}

.custom-banner .banner-content-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  /* background-color: red; */
}

.custom-banner .about-banner-content h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  margin: 20px 0 40px;
}

.custom-banner .about-banner-content p {
  color: #ffffff;
}

.custom-banner .carousel-control-next,
.custom-banner .carousel-control-prev {
  width: 5%;
  z-index: 99;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #0000004d;
}

.custom-banner .carousel-control-next:hover,
.custom-banner .carousel-control-prev:hover {
  background-color: #ffcc00e6;
}

.custom-banner .banner-slide-1 {
  position: relative;
}

.custom-banner .banner-slide-1 .banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 22;
}

.custom-banner .banner-slide-1 .banner-content .slide-1-right {
  background-color: #ffffff;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.custom-banner .banner-slide-1 .banner-content .slide-1-right p {
  padding-left: 20px;
  border-left: 5px solid #47d8c0;
  font-weight: 600;
}

.custom-banner .banner-slide-1 .banner-content .slide-1-right h5 {
  text-align: right;
  font-size: 18px;
}

.custom-banner .banner-slide-1 .banner-content .slide-1-right h6 {
  text-align: right;
  font-size: 12px;
}

.custom-banner .banner-slide-1 .banner-content .slide-1-left {
  position: relative;
}

.custom-banner .banner-slide-1 .banner-content .slide-1-left .play-vid {
  position: absolute;
  top: -150px;
  right: 0;
}

.custom-banner .banner-slide-1 .banner-content .slide-1-left .play-vid img {
  width: 100%;
  max-width: 150px;
}

.custom-banner .banner-slide-1 .banner-content .slide-1-left .play-vid p {
  color: #ffffff;
  font-weight: 600;
  text-align: right;
}

.custom-banner .banner-slide-2 .banner-content {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 22;
  padding: 0 35px;
}

.custom-banner .banner-slide-2 .banner-content .slide-2-left .ovelbg {
  width: 65%;
  position: absolute;
  top: -138px;
  left: -166px;
  z-index: -1;
}

.custom-banner .banner-slide-2 .banner-content .slide-2-left {
  padding: 10px;
}

.custom-banner .banner-slide-2 .banner-content .slide-2-left p {
  color: #c07139;
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  font-size: 22px;
  border-left: 5px solid #47d8c0;
  padding-left: 10px;
}

.custom-banner .banner-slide-3 .banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 22;
  padding: 0 35px;
  width: 100%;
}

.banner-content .play-vid {
  padding-left: 70px;
}

.custom-banner .banner-slide-3 .banner-content .play-vid p {
  color: #ffffff;
}

.custom-banner .banner-slide-3 .banner-content .slide-3-left h5 {
  color: #ffffff;
}

.custom-banner .banner-slide-3 .banner-content .slide-3-left h6 {
  color: #ffffff;
}

.custom-banner .banner-slide-3 .banner-content .slide-3-left h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  line-height: 1.3em;
  letter-spacing: 0px;
  border-left: 6px solid #47d8c0;
  padding-left: 10px;
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
}

.custom-banner .banner-slide-3 .banner-content .slide-3-left a.more-link {
  font-family: "Poppins", Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #47d8c0;
  padding: 20px 30px;
  text-decoration: none;
  color: #ffffff;
  margin: 15px 0;
  display: inline-block;
  transition: all 0.3s;
  /* font-size: ; */
}

.custom-banner .banner-slide-3 .banner-content .slide-3-left a.more-link:hover {
  transform: scale(1.1);
  color: #000000;
}

.custom-banner .banner-slide-5 .banner-content {
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 22;
  padding: 0;
  width: 100%;
}

.custom-banner .banner-slide-5 .banner-content p {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 0px;
}

.custom-banner .banner-slide-5 .banner-content .slide-5-left {
  border-left: 5px solid #47d8c0;
  padding-left: 15px;
}

.custom-banner .banner-slide-4 .banner-content {
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 22;
  padding: 0;
}

.custom-banner .banner-slide-4 .banner-content .slide-4-left {
  background-color: #ffffff;
  padding: 20px 30px 20px 10px;
  border-radius: 0px 250px 250px 0px;
  border: 1px solid #000000;
}

.custom-banner .banner-slide-4 .banner-content .slide-4-left p {
  color: #c07139;
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3em;
  border-left: 3px solid #47d8c0;
  padding-left: 15px;
}

/*-----------------Banner Styling End-------------------*/

.about-Madym-wrapper {
  background-color: #eeeeee;
  background-image: url(../images_maadhyam/Maadhyam-Home-Page.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50%;
}

.about-Madym-wrapper .about-madym-content {
  background-image: url(../images_maadhyam/New-Project-5.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 85px;
  padding-top: 77px;
}

.about-Madym-wrapper .about-madym-content .about-madym-text {
  padding-right: 89px;
  padding-left: 45px;
  text-align: right;
}

.about-Madym-wrapper .about-madym-content .title {
  color: #c07139;
  font-family: "Poppins", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 20px 0 20px 0px;
}

.about-Madym-wrapper .about-madym-content .about-madym-text p {
  text-align: right;
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.about-Madym-wrapper .about-madym-content .about-madym-text a.read-button {
  background-color: #47d8c0;
  border-style: 2px solid #47d8c0;
  border-radius: 0px;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  line-height: 1;
}

.about-Madym-wrapper .about-madym-img {
  display: none;
  background-image: url(../images_maadhyam/Maadhyam-Home-Page.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50%;
}

/*-----------------Blogcard Styling start-------------------*/

.blog-content-wrap {
  padding: 80px 0;
  background-color: #f9f8f8;
}

.blog-content-wrap .blogcard {
  height: 100%;
  border-radius: 7px;
  box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.blog-content-wrap .blogcard .blogcard-content {
  padding: 20px 20px 40px 28px;
  height: 230px;
}

.blog-content-wrap .blogcard .blogcard-content p {
  color: #303030;
  font-weight: 600;
  font-size: 14px;
  font-family: Raleway, sans-serif;
  line-height: 26px;
}

.blog-content-wrap .blogcard .read-button {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  padding-left: 28px;
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 4;
}

.blog-content-wrap .blogcard .tags {
  margin-top: -45px;
}

.blog-content-wrap .blogcard .tags ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0 0 0 30px;
  padding: 0;
}

.blog-content-wrap .blogcard .tags ul li.tag-icon {
  background-color: #47d8c0;
  width: 50px;
  height: 50px;
  padding: 10px 10px;
}

.blog-content-wrap .blogcard .tags ul li.tag-icon img {
  width: 30px;
}

.blog-content-wrap .blogcard .tags ul li.tag-text {
  color: #c07139;
  font-family: "Poppins", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  background-color: #ffffff;
  width: 100%;
  padding: 7px 10px;
}

.blog-content-wrap .blogcard .blogcard-img img {
  width: 100%;
}

.blog-content-wrap .blogcard .blogcard-content marquee ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-content-wrap .blogcard .blogcard-content marquee ul li {
  color: #303030;
  font-weight: 600;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 26px;
  padding-left: 20px;
  position: relative;
}

.blog-content-wrap .blogcard .blogcard-content marquee ul li a {
  color: #303030;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.blog-content-wrap .blogcard .blogcard-content marquee ul li a:hover {
  color: #1abc9c;
}

.blog-content-wrap .blogcard .blogcard-content marquee ul li:before {
  content: "\f192";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
}

/*-----------------Vips Styling start-------------------*/
.vips-content-wrap {
  overflow: hidden;
}

.vips-content-wrap .img-title {
  padding: 10px 0px 10px 10px;
  background-color: #006dd4;
  display: block;
  width: 50%;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}

.vips-content-wrap .vips-img {
  padding: 10px 0;
}

.vips-content-wrap .vips-img img {
  max-width: 100%;
  width: 100%;
}

.vips-content-wrap .vips-content {
  padding-top: 60px;
}

.vips-content-wrap .vips-content h3 {
  color: #1e7dd7;
  font-family: "Poppins", Sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 20px 0;
}

.vips-content-wrap .vips-content h2 a {
  color: #c07139;
  font-family: "Poppins", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.vips-content-wrap .vips-content p {
  font-size: 14px;
  line-height: 26px;
}

.vips-content-wrap .vips-content .quot-wrap {
  text-align: center;
  padding: 60px 0;
  position: relative;
}

.vips-content-wrap .vips-content .quot-wrap:before {
  content: "";
  border-radius: 50px;
  width: 100%;
  height: 100%;
  background-color: #47d8c0;
  position: absolute;
  top: 0;
  left: 0;
}

.vips-content-wrap .vips-content .quot-wrap .note_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vips-content-wrap .vips-content .quot-wrap .note_list li {
  width: 81%;
  display: inline-block;
  position: relative;
  font-size: 19px !important;
  font-weight: 500;
  text-align: justify;
}

.vips-content-wrap .vips-content .quot-wrap .note_list li:before {
  content: "\f10d";
  font-size: 60px;

  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "FontAwesome";
  position: absolute;
  top: -42px;
  left: -70px;
  color: rgb(255, 255, 255, 0.5);
}

.vips-content-wrap .vips-content .quot-wrap .note_list li:after {
  content: "\f10e";
  font-size: 60px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "FontAwesome";
  position: absolute;
  bottom: -48px;
  right: -50px;
  color: rgb(255, 255, 255, 0.5);
}

.vips-content-wrap .img-title {
  padding: 10px 0px 10px 10px;
  background-color: #006dd4;
  display: block;
  width: 50%;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  margin-top: 30px;
}

.vips-content-wrap .ourwork-img {
  box-shadow: 0px 0px 10px 0px rgb(106 98 98 / 50%);
  width: 90%;
  margin-bottom: 30px;
}

.vips-content-wrap .ourwork-img img {
  max-width: 406px;
  width: 100%;
}

.vips-content-wrap .ourwork-img .ourwork-text {
  padding: 30px 15px 10px;
}

.vips-content-wrap .ourwork-img .ourwork-text .register-button {
  padding: 10px 30px 10px 30px;
  margin-top: 0px;
  text-align: center;
  display: block;
  background: #006dd4;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}

/*-----------------OurWork Styling start-------------------*/

.ourwork-wrap {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(0, 109, 212, 1) 50%,
    rgba(0, 109, 212, 1) 100%
  );
}

.ourwork-wrap .ourwork-content {
  padding-top: 52px;
  padding-left: 95px;
}

.ourwork-wrap .ourwork-content h2 {
  font-size: 35px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 64px;
}

.ourwork-wrap .ourwork-content h4 {
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 17px;
}

.ourwork-wrap .ourwork-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #ffffff;
  margin-bottom: 50px;
}

.ourwork-wrap .ourwork-left-wrap {
  background-image: url(../images_maadhyam/blue-msg-icon.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 60px;
}

.ourwork-wrap .ourwork-img .ourwork-text h3 {
  font-size: 18px;
  font-weight: 600;
  color: #c07139;
  margin-bottom: 20px;
}

.ourwork-wrap .ourwork-img .ourwork-text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}

.ourwork-wrap .vips-img {
  /* padding: 10px 0; */
  width: 90%;
}

.ourwork-wrap .img-title {
  padding: 10px 0px 10px 10px;
  background-color: #006dd4;
  display: block;
  width: 50%;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}

.ourwork-wrap .vips-img img {
  max-width: 406px;
  width: 100%;
}

/*-----------------Post Event Styling start-------------------*/
.event-wrap {
  margin-top: 70px;
  margin-bottom: 70px;
}

.event-wrap .event-title {
  margin-bottom: 30px;
}

.event-wrap .event-title h2 {
  color: #c07139;
  font-family: "Poppins", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
}

.event-wrap .seemore-button a {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #47d8c0;
  border: 2px solid #47d8c0;
  border-radius: 1px;
  padding: 15px 35px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  text-decoration: none;
}

.event-wrap .seemore-button a:hover {
  color: #000000;
  background-color: #47d8c000;
  border-color: #47d8c0;
  transform: scale(1.1);
}

.event-wrap .seemore-button {
  margin: 30px 0;
}

.event-wrap .building-wrap {
  margin: 40px auto;
  position: relative;
  width: 51%;
}

.event-wrap .building-wrap .building-content {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 55;
}

.event-wrap .building-wrap .building-content img {
  max-width: 20%;
  padding: 10px;
  margin-right: 10px;
}

.event-wrap .building-wrap .building-content a {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  animation: blink-text 1.9s linear infinite;
}

@keyframes blink-text {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*-----------------Member SignUp Styling start-------------------*/
.member-wrap {
  background-image: linear-gradient(280deg, #1b95cc 0%, #47d8c0 100%);
  padding: 80px 0px 60px 0px;
}

.member-wrap .member-content h2 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 30px;
}

.member-wrap .member-content p {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
}

.member-wrap .signup-link {
  margin-top: 30px;
}

.member-wrap .signup-link a {
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
  padding: 15px 45px 15px 45px;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.member-wrap .signup-link a:hover {
  color: #000000;
  background-color: #ffffff;
}

/*-----------------Gallery Styling start-------------------*/
.gallery-wrap {
  margin-top: 70px;
  margin-bottom: 100px;
}

.gallery-wrap .gallery-title {
  margin-bottom: 90px;
}

.gallery-wrap .gallery-title h2 {
  color: #c07139;
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
}

.gallery-wrap .gallery-img-wrap {
  margin-bottom: 70px;
  text-align: center;
  border: 1px solid #dedede;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
}

.gallery-wrap .gallery-img-wrap img {
  width: 100%;
}

/*-----------------Team Styling start-------------------*/
.team-wrap {
  padding-top: 80px;
  background-color: #f7f7f7;
}

.team-wrap .team-title h2 {
  color: #c07139;
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 80px;
}

.team-wrap .team-member {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  height: 225px;
}

.team-wrap .team-member .member-img-wrap {
  padding: 10px 0;
  border-bottom: 2px solid #47d8c0;
}

.team-wrap .team-member .member-img-wrap img {
  max-width: 88px;
}

.team-wrap .team-member .member-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.team-wrap .team-member .member-text ul li.linkedin-icon i {
  font-size: 30px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #47d8c0;
  padding: 25px 15px 25px 15px;
}

.team-wrap .team-member .member-text ul li:hover i {
  color: #818a91;
}

.team-wrap .team-member .member-text ul li.content-team {
  padding: 10px 10px;
}

.team-wrap .team-member .member-text ul li.content-team h5 {
  color: #c07139;
  font-size: 16px;
  font-weight: 600;
}

.team-wrap .team-member .member-text ul li.content-team h6 {
  font-size: 14px;
  margin-bottom: 0px;
}

.team-wrap .team-member .member-text ul li.content-team .read-link {
  font-size: 12px;
  font-weight: 500;
  color: #47d8c0;
  text-decoration: none;
  display: inline-block;
}

.team-wrap .team-member .member-img-wrap .profile-wrap {
  width: 82px;
  height: 82px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}

/*-----------------Footer Styling start-------------------*/

.footer {
  padding-top: 40px;
  background-color: #006dd4;
  padding-bottom: 33px;
}

.footer .top-footer {
  padding: 10px 0;
}

.footer .top-footer .footer-title {
  color: #ffffff;
  font-family: "Maven Pro", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 33px;
}

.footer .top-footer .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .top-footer .footer-menu ul li {
  padding-bottom: 5px;
  line-height: 26px;
}

.footer .top-footer .footer-menu ul li a {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer .top-footer .footer-menu ul li a:hover {
  color: #000000;
}

.footer .top-footer .footer-socialicon ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.footer .top-footer .footer-socialicon ul li {
  margin-right: 35px;
  margin-bottom: 35px;
}

.footer .top-footer .footer-socialicon ul li:not(:last-child) a {
  background-color: #1e293b;
  font-size: 24px;
  line-height: 44px;
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
}

.footer .top-footer .footer-socialicon ul li:hover:not(:last-child) a {
  transform: scale(1.1);
}

.footer .top-footer .footer-socialicon ul li:hover:not(:last-child) a i {
  color: #818a91;
}

.footer .top-footer .footer-socialicon ul li a i {
  color: #ffffff;
}

.footer .top-footer .footer-socialicon ul li:last-child a {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}

.footer .top-footer .footer-mailing p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.footer .top-footer .footer-mailing form .mail-content label {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: Raleway, sans-serif;
}

.footer .top-footer .footer-mailing form .mail-content input[type="email"] {
  height: 45px;
  padding-left: 10px;
  border: 1px solid white;
  border-radius: 3px;
  background: #ffffff42;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.footer .top-footer .footer-mailing form .form-check label {
  color: #ffffff;
  font-size: 12px;
  font-family: Raleway, sans-serif;
}

.footer .top-footer .footer-mailing form .submit-button button {
  background: #47d8c0;
  border: 0px;
  padding: 10px 25px 10px 25px;
  margin-top: 10px;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 0;
  line-height: 1.2;
}

.footer .copyright-text a {
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}

.footer .footer-bottom-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer .footer-bottom-menu ul li {
  margin: 0 8px;
}

.footer .footer-bottom-menu ul li:last-child {
  margin-right: 0;
}

.footer .footer-bottom-menu ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
}

.footer .footer-bottom-menu ul li a:hover {
  color: #000000;
}

.footer .footer-bottom {
  padding-top: 18px;
  border-top: 1px solid #ffffff;
  margin-top: 25px;
}

/*---------------------AboutUs Page Styling Start---------------------*/

.aboutus-wrap {
  background-color: #ffffff;
  background-image: url(../images_maadhyam/About-us-bg.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50%;
}

.aboutus-wrap .about-madym-content .title {
  text-align: right;
  padding-right: 80px;
}

.aboutus-wrap .about-madym-content .about-madym-text {
  padding-left: 0;
}

.about-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 750px;
  display: flex;
  align-items: center;
  margin-top: 38px;
  position: relative;
}

.upcomingevent-banner:before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}

.about-banner .container {
  position: relative;
  z-index: 55;
}

.about-company-banner {
  background-image: url(../images_maadhyam/About-us-banner.jpg);
}

.about-banner .about-banner-content h2 {
  color: #ffffff;
  font-size: 55px;
  font-weight: bold;
  margin: 20px 0 40px;
}

.about-banner .about-banner-content p {
  color: #ffffff;
}

section.vision-wrapper {
  margin-top: 10%;
  margin-bottom: 3%;
}

.vision-content ul.nav {
  flex-wrap: nowrap;
}

.vision-wrapper .vision-content .nav-tabs .nav-link {
  color: #959595;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #dedede;
  border-radius: 0;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 30px;
}

.vision-wrapper .vision-content .nav-tabs .nav-link.active {
  background-color: #006dd4;
  color: #ffffff;
}

.vision-wrapper .vision-content .vision-logo img {
  max-width: 226px;
}

.vision-wrapper .vision-content .content-wrap {
  border: 1px solid #dedede;
  padding-top: 40px;
  padding-bottom: 40px;
}

.vision-wrapper .vision-content .tab-text-wrap p {
  color: #494849;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.vision-wrapper .vision-content .tab-text-wrap p span {
  color: #000000;
}

.vision-wrapper .vision-content .objective-text p {
  color: #494849;
  font-size: 16px;
  line-height: 28px;
}

.vision-wrapper .vision-content .objective-text p span {
  color: #47d8c0;
}

.vision-wrapper .vision-content .statement-text-wrap p {
  font-size: 14px;
}

/*---------------------Initiatives Page Start---------------------*/
.initi-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.initi-wrapper .initi-title h3 {
  color: #c07139;
  font-family: "Poppins", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 60px;
}

.initi-wrapper .initi-content-wrap a {
  text-decoration: none;
}

.initi-wrapper .initi-content-wrap .initi-img-wrap {
  box-shadow: 0px 0px 15px 0px
    rgba(138.75000000000003, 95.91847826086958, 95.91847826086958, 0.5);
  border-radius: 16px;
}

.initi-wrapper .initi-content-wrap .img-title {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
  text-transform: uppercase;
}

.initi-wrapper .initi-content-wrap .img-title a {
  text-decoration: none;
  color: #000000;
}

.initi-wrapper .initi-mdl-column {
  background-color: #016cd4;
}

.initi-mdl-column .initi-content-wrap .img-title {
  color: #ffffff;
}

/*---------------------Membarship Styling Start---------------------*/
.membership-banner {
  background-image: url(../images_maadhyam/membership-bg.png);
  background-repeat: no-repeat;
  padding-top: 105px;
  padding-bottom: 105px;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 350px;
}

.banner-header {
  padding-top: 10px;
  padding-bottom: 13px;
  background-color: rgba(255, 255, 255, 0.88);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.44);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.44);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.banner-header .contact-detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.banner-header .contact-detail ul li {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 20px;
}

.banner-header .contact-detail ul li i {
  font-size: 16px;
  margin-right: 3px;
}

.banner-header .contact-detail ul li:first-child {
  padding-left: 3px;
}

.banner-header .contact-detail ul li a {
  color: #000000;
  text-decoration: none;
}

.membership-banner .banner-title h2 {
  margin-top: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px #000;
  text-align: center;
  padding-top: 63px;
  font-family: "Open Sans", sans-serif;
}

.membership-form-wrap .container-xl {
  border: 15px double #a74f07;
  border-radius: 10px;
  margin: 30px auto;
  padding: 30px;
}

.membership-form-wrap .member-logo {
  max-width: 170px;
  margin: 10px 0 0 5%;
}

.membership-form-wrap .member-title h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}

.membership-form-wrap .member-title {
  margin-top: 30px;
  margin-bottom: 40px;
}

.membership-form-wrap form .form-label {
  font-size: 14px;
  font-weight: 700;
}

.membership-form-wrap form .form-label span {
  color: #dc3545;
}

.membership-form-wrap form .mbrsp-form-column {
  margin-bottom: 30px;
}

.membership-form-wrap form .mbrsp-form-column input[type="text"],
.membership-form-wrap form .mbrsp-form-column select,
.membership-form-wrap form .mbrsp-form-column input[type="email"],
.membership-form-wrap form .mbrsp-form-column input[type="tel"] {
  height: 45px;
}

.membership-form-wrap form .mbrsp-content p,
.membership-form-wrap form .mbrsp-content h5 {
  margin: 0;
  font-size: 14px;
}

.membership-form-wrap form .application-text {
  border: 2px solid #000000;
  background: #fde9d9;
  padding: 15px 10px;
}

.membership-form-wrap form .application-text ol {
  margin: 0;
}

.membership-form-wrap form .application-text ol li {
  font-size: 14px;
}

.membership-form-wrap form .application-text ol li a {
  text-decoration: none;
}

.membership-form-wrap form button.mbrsp-submit {
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

/*---------------------What We do Page Start---------------------*/
.wedo-banner {
  background-image: url(../images_maadhyam/banner-bg-7.png);
}

.points-wrapper {
  width: 100%;
  padding: 12% 0 7%;
}

.points-wrapper .point-content-wrap {
  box-shadow: 0px 0px 10px 0px
    rgba(157.65000915527347, 141.0624885446301, 141.0624885446301, 0.5);
  transition: all 0.3s;
  border-radius: 35px;
}

.points-wrapper .point-content-wrap .point-title {
  color: #c07139;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
  padding: 0 10px;
}

.points-wrapper .point-content-wrap .point-content {
  padding: 20px 30px 50px;
  text-align: center;
}

.points-wrapper .point-content-wrap .point-content p {
  font-size: 14px;
  line-height: 26px;
}

.points-wrapper .point-content-wrap .point-content .read-button {
  background-color: #47d8c0;
  border: 2px solid #47d8c0;
  padding: 15px 30px 15px 30px;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
  text-decoration: none;
}

/*---------------------Laws Page Start---------------------*/
.law-banner {
  background-image: url(../images_maadhyam/Laws-banner-bg.jpg);
}

.law-doc-wrapper {
  padding: 80px 0;
}

.law-doc-wrapper .law-doc-haed ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.law-doc-wrapper .law-doc-haed .doc-title {
  color: #c07139;
  font-size: 25px;
  font-weight: 500;
}

.doc-search-wrap .input-group-append button {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background-color: #47d8c0;
  border: none;
  padding: 10px 20px 10px 20px;
  border-radius: 0;
}

.doc-search-wrap input:focus {
  outline: none;
  box-shadow: none;
}

.law-doc-wrapper .law-doc-haed {
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
}

.modellaw-banner {
  background-image: url(../images_maadhyam/banner-bg-8.png);
}

.modellaw-wrapper {
  padding: 80px 0;
}

.modellaw-content-wrap ul.pdf-link-item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modellaw-content-wrap ul.pdf-link-item li {
  /* margin: 0 10px 20px; */
  text-align: center;
}

.modellaw-content-wrap ul.pdf-link-item li a.default-button {
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.5px;
  color: #000000;
  background-color: #47d8c0;
  display: inline-block;
  font-size: calc(6px + 0.390625vw);
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

/*---------------------Youth Forum Page Start---------------------*/

.youth-banner {
  background-image: url("../images_maadhyam/banner-bg-9.png");
}

.youth-discription-wrap {
  padding: 70px 0;
}

.youth-discription-wrap .youth-discription-content h2 {
  color: #b4511b;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 20px;
}

.youth-discription-wrap .youth-discription-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.soon-banner {
  background-image: url("../images_maadhyam/coming-soon.jpg");
}

.euro-banner {
  background-image: url("../images_maadhyam/banner-bg-11.png");
}

.euro-wrapper {
  padding: 80px 0;
}

.euro-wrapper .euro-content P {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  line-height: 30px;
}

.events-banner {
  background-image: url("../images_maadhyam/Events_header.jpg");
}

.workshop-banner {
  background-image: url("../images_maadhyam/events/events-day-3/event-day-three-2.jpg");
}

.euro-wrapper .events-content {
  -webkit-box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 3px;
  height: 390px;
  border: 2px solid #47d8c0;
}

.euro-wrapper .events-content .event-detail {
  padding: 20px;
  position: relative;
}

.euro-wrapper .events-content h3.event-post-title {
  margin-bottom: 25px;
  font-size: 21px;
  color: #000000;
  font-weight: 400;
}

.euro-wrapper .events-content h3.event-post-title a {
  color: #000000;
  text-decoration: none;
}

.euro-wrapper .events-content .date-content {
  padding: 20px;
  border-top: 1px solid #ebebeb;
  color: #adadad;
  font-size: 12px;
}

.euro-wrapper .events-content a.post-read {
  color: #47d8c0;
  font-size: 12px;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
}

.euro-wrapper .events-content .event-detail p {
  line-height: 1.5em;
  font-size: 14px;
  color: #777;
}

.mediation-banner {
  background-image: url("../images_maadhyam/banner-bg-14.jpg");
}

.mediation-wrapper {
  padding: 50px 0;
}

.mediation-wrapper .mediation-content h3.title {
  font-size: 25px;
  font-weight: 600;
  color: #b4511b;
}

.mediation-wrapper .mediation-content .readmore-btn {
  background-color: #b4511b;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
}

.mediation-text {
  text-align: justify;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.mediation-img-wrap {
  margin-top: 60px;
}

.newyork-banner {
  background-image: url("../images_maadhyam/banner-bg-15.png");
}

.Convention-wrapper {
  padding: 70px 0;
  text-align: center;
}

.Convention-wrapper .Convention-content p {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  line-height: 30px;
}

.Convention-wrapper a.conven-pdf-btn {
  color: #000000;
  background-color: #47d8c0;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  padding: 12px 24px;
  text-decoration: none;
}

.singapore-banner {
  background-image: url("../images_maadhyam/banner-bg-16.png");
}

.singapore-banner .about-banner-content h2 {
  color: #000000;
}

.Convention-wrapper .samas-button a {
  background-color: #61ce70;
  font-size: 15px;
  padding: 12px 24px;
  display: inline-block;
  line-height: 1;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.Convention-wrapper .samas-pdf-button a {
  color: #000000;
  background-color: #47d8c0;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
}

.Convention-content h3.top-title {
  text-align: left;
  font-size: 17px;
  color: #303030;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.separator {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #303030;
  height: 2px;
  position: relative;
  width: 22px;
  display: block;
}

.public-banner {
  background-image: url("../images_maadhyam/slider3.jpg");
}

.contact-banner {
  background-image: url("../images_maadhyam/Group-contact.png");
}

.contact-wrapper {
  padding: 80px 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(0, 109, 212, 1) 50%,
    rgba(0, 109, 212, 1) 100%
  );
}

.contact-form h4 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}

.contact-form form label {
  display: none;
}

.contact-form form input {
  background-color: #ffffff;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
  width: 100%;
  max-width: 100%;
  border: 1px solid #818a91;
  min-height: 60px;
  padding: 5px 14px;
  margin-bottom: 20px;
}

.contact-form form textarea {
  border-radius: 0px;
  margin-bottom: 20px;
}

.contact-form form .contact-submit {
  background-color: #47d8c0;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  padding: 20px 45px 20px 40px;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
}

.contact-wrapper .contact-column {
  display: flex;
  align-items: center;
  position: relative;
}

.contact-wrapper .contact-column:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: -80px;
  right: 0;
  background-image: url("../images_maadhyam/Write-msg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.contact-wrapper .contact-form {
  padding-left: 40px;
}

.address-map-wrap .map-wrap iframe {
  width: 100%;
  min-height: 500px;
}

.address-map-wrap .address-wrap ul.address-content {
  margin: 0;
  padding: 0;
  list-style: none;
}

.address-map-wrap .address-wrap ul.address-content li {
  display: flex;
  margin-bottom: 30px;
}

.address-map-wrap .address-wrap ul.address-content li i {
  display: flex;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  background-color: #006dd4;
  font-size: 28px;
  color: #ffffff;
}

.address-map-wrap .address-wrap ul.address-content li h5 {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.address-map-wrap .address-wrap ul.address-content li h5 span {
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  margin-top: 7px;
  display: block;
}

.address-map-wrap .locationbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
}

.address-map-wrap .address-wrap h3 {
  color: #c07139;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
}

.claimer-banner {
  background-image: url("../images_maadhyam/banner-bg-17.jpg");
}

.law-doc-wrapper .content-wrap p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 30px;
}

.law-doc-wrapper .law-pdf-content {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 15px 0px
    rgba(169.65000915527344, 165.18747405475105, 165.18747405475105, 0.5);
  padding: 20px 50px;
  margin: 20px 0;
  align-items: center;
}

.list-wrapper .pdfile-container {
  display: none;
}

.list-wrapper .pdfile-container.active {
  display: block;
}

.law-doc-wrapper .law-pdf-content .pdf-title h3 {
  margin: 0;
  font-size: 22px;
}

.law-doc-wrapper .law-pdf-content .pdf-data a {
  color: #303030;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.law-doc-wrapper .law-pdf-content .pdf-data a i {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #006dd4;
  border-radius: 5px;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  padding: 11px 5px;
  margin-right: 10px;
}

.law-doc-wrapper .law-pdf-content .pdf-data a:hover {
  color: #1abc9c;
}

.law-doc-wrapper .simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: right;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.law-doc-wrapper .simple-pagination li {
  display: inline-block;
  margin-right: 5px;
}

.law-doc-wrapper .simple-pagination li a {
  color: #000000;
  padding: 10px 20px 10px 20px;
  border-radius: 5px 5px 5px 5px;
  font-size: 18px;
  font-weight: 600;
  border: none;
}

.law-doc-wrapper .simple-pagination li a:hover {
  background-color: #47d8c0;
  color: #ffffff;
}

.law-doc-wrapper .simple-pagination li a:focus {
  box-shadow: none;
  outline: none;
  background-color: #47d8c0;
}

.law-doc-wrapper .simple-pagination .current {
  color: #fff;
  background-color: #47d8c0;
}

.law-doc-wrapper .simple-pagination .prev.current,
.law-doc-wrapper .simple-pagination .next.current {
  background: #47d8c0;
}

.law-doc-wrapper .page-item.active .page-link {
  color: #fff;
  background-color: #47d8c0;
}

.loginform-wrapper .form-taxt-wrap {
  padding: 10% 2% 10% 2%;
  border-radius: 25px 0px 0px 25px;
  text-align: center;
  background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
}

.loginform-wrapper .form-taxt-wrap h3 {
  font-size: 35px;
  font-weight: 800;
  color: #ffffff;
}

.loginform-wrapper .form-taxt-wrap p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}

.loginform-wrapper {
  padding-top: 230px;
  padding-bottom: 200px;
  background-color: #fbab7e;
  background-image: linear-gradient(270deg, #fbab7e 0%, #f7ce68 100%);
}

.loginform-wrapper .form-data-wrap {
  background-color: #ffffff;
  border-radius: 0px 25px 25px 0px;
  padding-top: 40px;
}

.loginform-wrapper .Convention-content .form-data-wrap h2 {
  color: #c07139;
  font-family: "Poppins", Sans-serif;
  font-size: 35px;
  font-weight: 800;
  text-align: center;
}

.loginform-wrapper .Convention-content .form-data-wrap p {
  text-align: center;
}

.form-data-wrap .login-wrap form label.form-check-label {
  font-size: 12px;
}

.loginform-wrapper .form-data-wrap .social-icon-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.loginform-wrapper .form-data-wrap .social-icon-wrap ul li a {
  font-size: 20px;
  padding: 3px 3px;
  border: 2px solid #006dd4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}

.loginform-wrapper .form-data-wrap .social-icon-wrap {
  margin-top: 30px;
  margin-bottom: 20px;
}

.loginform-wrapper .login-wrap {
  padding: 0% 15% 0% 15%;
}

.login-wrap form input[type="email"],
.login-wrap form input[type="password"] {
  background-color: #f1f0f5;
  font-size: 18px;
  font-weight: 400;
  color: #3d3232;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 5px 0 20px;
  display: block;
}

.loginform-wrapper .login-wrap form button[type="submit"] {
  color: #ffffff;
  background-color: #0eb9a2;
  border-radius: 5px 5px 5px 5px;
  padding: 20px 20px 20px 20px;
  font-size: 18px;
  display: block;
  width: 100%;
  line-height: 1;
  margin-bottom: 30px;
  border: none;
}

.loginform-wrapper .login-wrap form button[type="button"] {
  color: #ffffff;
  border-radius: 5px 5px 5px 5px;
  padding: 20px 20px 20px 20px;
  font-size: 18px;
  display: block;
  width: 100%;
  line-height: 1;
  margin-bottom: 30px;
  border: none;
}

.loginform-wrapper .login-wrap form .lost-password,
.remember-password {
  color: #000000;
  font-size: 13px;
  text-decoration: none;
  margin-bottom: 15px;
  display: inline-block;
}

.loginform-wrapper .login-wrap form .lost-password:hover,
.remember-password:hover {
  color: #61ce70;
}

.payment-banner {
  background-image: url("../images_maadhyam/Payment-bg.png");
}

.samas-banner {
  background-image: url("../images_maadhyam/samas.png");
}

.felicitation-banner {
  background-image: url("../images_maadhyam/bog1.jpg");
}

.simi-banner {
  background-image: url("../images_maadhyam/simi-banner.jpg");
}

.upcomingevent-banner {
  background-image: url("../images_maadhyam/Past Events.jpg");
}

.profile-banner {
  background-image: url("../images_maadhyam/banner-team.png");
}

.loginform-wrapper .member-button {
  background-color: #47d8c0;
  border: 1px solid #ffffff;
  padding: 12px 20px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background-image: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 15px;
  display: inline-block;
}

/*-------------New Update-------------*/
.page-wrapper p {
  font-size: 15px;
  color: #818181;
}

.page-wrapper ul,
.page-wrapper ol {
  padding-left: 25px;
}

.page-wrapper ul li,
.page-wrapper ol li {
  margin-bottom: 10px;
  font-size: 15px;
}

section.page-wrapper {
  padding: 50px 0;
  margin-top: 150px;
}

.member-file-wrap {
  padding: 100px 0;
}

.member-file-wrap .propic-wrap {
  margin-bottom: 40px;
}

.member-file-wrap .member-profilepic {
  padding: 20px;
}

.propic-wrap .member-profilepic img {
  border-radius: 25px;
  width: 100%;
}

.propic-wrap .member-content-wrap p.subtitle {
  font-weight: 600;
  color: #818385;
  font-size: 20px;
  margin: 15px 0 0;
}

.propic-wrap .member-content-wrap h4 {
  color: #172231;
  font-size: 35px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 25px;
  font-weight: 700;
}

.propic-wrap .member-content-wrap h5 {
  color: #172231;
  font-size: 25px;
  margin-top: 10px;
}

.propic-wrap .member-social-wrap hr {
  color: #172231;
  height: 2px;
}

.propic-wrap .member-social-wrap ul.social-icon {
  list-style: none;
  padding: 0;
  margin: 0;
}

.propic-wrap .member-social-wrap ul.social-icon li {
  margin-bottom: 20px;
}

.propic-wrap .member-social-wrap ul.social-icon li a {
  display: inline-block;
  padding: 20px 25px;
  font-size: 30px;
  line-height: 1;
  border: 2px solid #47d8c0;
  box-shadow: 4px 5px 1px #097c69;
  text-decoration: none;
}

.propic-wrap .member-social-wrap ul.social-icon li a span {
  font-size: 20px;
  color: #172231;
}

.propic-wrap .member-social-wrap .linkedin-icon {
  display: inline-block;
  padding: 20px 25px;
  font-size: 30px;
  line-height: 1;
  background-color: #47d8c0;
  color: #ffffff;
  transition: background-color 0.3s;
  margin-top: 15px;
}

.propic-wrap .member-social-wrap .linkedin-icon:hover {
  background-color: #089f86;
}

.profile-detail .title-detail {
  display: flex;
  margin: 15px 0 15px;
}

.profile-detail .title-detail h4 {
  font-size: 18px;
  margin: 0;
  width: 20%;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}

.profile-detail .title-detail p {
  margin: 0;
  font-size: 18px;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.member-file-wrap .profile-detail p {
  margin-bottom: 25px;
  margin-top: 25px;
  font-size: 18px;
}

.member-file-wrap .profile-detail {
  padding: 0 20px;
}

.blog-content-wrap .carousel .carousel-inner {
  height: 100%;
}

.blog-content-wrap .carousel .carousel-inner .carousel-item {
  height: 100%;
}

/*--------------Events Styling---------------*/
.customevents {
  padding: 80px 0;
}

.customevents ul#customevents-flters {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.customevents ul#customevents-flters li {
  background-color: #f2f5fa;
  margin: 5px 5px 20px;
  border-radius: 0.25rem;
  box-shadow: 1px 2px 1px #7f92ab;
  border: 1px solid #f2f5fa;
  color: #606060;
  display: inline-block;
  padding: 0.5rem 1rem;
}

.customevents ul#customevents-flters li.filter-active {
  color: #ffffff;
  border: 1px solid #47d8c0;
  background-color: #47d8c0;
}

.customevents .customevent-wrap {
  -webkit-box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 3px;
  /*height: 390px;
  */
  border: 2px solid #47d8c0;
  margin-bottom: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

/* .customevent-wrap:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
} */

.customevents .customevents-info {
  background: #5d9943;
  padding: 15px 20px;
}

.customevents .customevent-wrap .event-detail {
  padding: 20px;
}

.customevent-wrap .event-detail h5.event-post-title > a {
  font-size: 21px;
  color: #000000;
  text-decoration: none;
}

.customevent-wrap .event-detail a.post-read {
  color: #47d8c0;
  font-size: 12px;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
}

.post-register {
  color: #47d8c0;
  font-size: 16px;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
  /* text-decoration: none; */
}

.post-register:hover {
  color: #47d8c0;
}

.customevents .customevent-wrap .date-content {
  padding: 20px;
  border-top: 1px solid #ebebeb;
  color: #adadad;
  font-size: 12px;
}

.marqueeStyle {
  display: inline-block;
  -webkit-animation: scrolling-left1 20s linear infinite;
  animation: scrolling-left1 20s linear infinite;
  width: 100%;
}

:hover {
  animation-play-state: paused;
}

.marqueeStyle > p > a:not(:last-child) {
  border-right: 2px solid black;
  margin-right: 0.8rem;
  padding-right: 0.8rem;
}

/* scrolling-left is continuous/repeatly text */
@keyframes scrolling-left1 {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }

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

@-webkit-keyframes scrolling-left1 {
  0% {
    -webkit-transform: translateX(100%);
  }

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

/*--------------Events End---------------*/

/*--------------User Profile Start---------------*/
.userprofile-wrap {
  padding: 80px 0;
}

.user-profile-banner {
  min-height: 500px;
  background-color: #001c58;
}

.userprofile-wrap .user-profile-image {
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid #f1f1f1;
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
}

.userprofile-wrap .user-content {
  width: 100%;
  background: #ffffff;
  padding: 25px 0 20px;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  padding: 20px;
}

.userprofile-wrap .user-title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.userprofile-wrap .user-content .user-list-wrap {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
}

.userprofile-wrap .user-content .user-list-wrap li {
  margin-bottom: 10px;
}

.userprofile-wrap .user-content .user-list-wrap li a {
  text-decoration: none;
  display: block;
  color: #000000;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3;
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 4px;
}

.userprofile-wrap .user-content .user-list-wrap li a i {
  margin-right: 10px;
  color: #899bbd;
}

.userprofile-wrap .user-content .user-list-wrap li a.active {
  color: #4154f1;
  background: #f6f9ff;
  border: none;
}

.userprofile-wrap .user-content .user-list-wrap li a.active i {
  color: #4154f1;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

.pagetitle .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.pagetitle .breadcrumb li {
  font-size: 14px;
  color: #899bbd;
  font-weight: 500;
}

.pagetitle .breadcrumb li a {
  color: #899bbd;
  text-decoration: none;
}

.user-content .pass-row {
  position: relative;
}

.user-content .pass-row i {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 37px;
  height: 36px;
  z-index: 4;
  text-align: center;
  padding-top: 9px;
  border-left: 1px solid #ccc;
  background-color: #f1f1f1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.article-wrapper .article-title h2 {
  color: #c07139;
}

.article-wrapper .article-title h2 span {
  color: #000000;
}

.article-wrapper .article-title h5 {
  font-size: 1rem;
  color: #767676;
}

.article-wrapper .article-title h5 a {
  color: #767676;
  text-decoration: none;
}

.article-wrapper .article-title i {
  font-size: 6px;
}

.single-article {
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid rgba(124, 134, 154, 0.25);
  transition: all 0.3s ease-out 0s;
  box-shadow: 0 3px 35px rgba(218, 222, 228, 0.3);
}

.single-article .article-content h3.name {
  font-size: 20px;
  color: #333f57;
}

.single-article .article-content h3.name a {
  color: #333f57;
  text-decoration: none;
}

.single-article .article-content {
  padding: 20px 20px 20px;
}

.single-article .article-bottom h3.read-page {
  font-size: 16px;
  font-weight: 600;
  color: #ff6b6b;
  margin: 0;
  display: inline-block;
}

.single-article .article-bottom h3.read-page a {
  color: #ff6b6b;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.single-article .article-content .article-bottom {
  border-top: 1px dotted rgba(124, 134, 154, 0.25);
  padding-top: 20px;
  margin-top: 15px;
}

.single-article .article-content .article-img i {
  font-size: 40px;
  color: #ff6b6b;
}

.single-article .article-content .article-img {
  float: left;
  margin: 0 10px 10px 0;
}

.single-article .article-content p {
  line-height: 1.6;
}

.single-article .article-content p a {
  word-break: break-all;
}

.single-article .article-content ol li {
  margin-bottom: 10px;
}

.single-article .article-bottom h3.read-page a i {
  font-size: 35px;
  margin-right: 15px;
}

.site-card .card {
  -webkit-box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border: 2px solid #47d8c0;
}

.site-card .card .card-title {
  color: #000000;
  font-size: 19px;
}

.site-card .card .card-title a {
  color: #000000;
  text-decoration: none;
}

.site-card .card .card-text {
  line-height: 1.5em;
  font-size: 14px;
  color: #777;
}

.site-card .card .post-read {
  color: #231f20;
  font-size: 13px;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}

/*------------Gallery Styling---------------*/

div.jsgallery-container {
  position: fixed;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* 	display: none; */
  z-index: 9999;
  visibility: hidden;
}

:root * {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='false') !important;
}

.jsgallery-container #jsgall_htmloverlay {
  position: absolute;
  width: 100%;
  height: 70px;
  left: 0;
  bottom: 0;
  color: #fff;
}

.jsgallery-container.active {
  display: block;
}

.jsgallery-container #jsgall_imageContainer {
  text-align: center;
  white-space: nowrap;
  height: 100%;
  width: 100%;
}

.jsgallery-container #jsgall_imageContainer:before {
  /* create a full-height inline block pseudo=element */
  content: " ";
  display: inline-block;
  vertical-align: middle !important;
  height: 100%;
}

.jsgallery-container #jsgall_imageContainer img#jsgallery_displayed_image {
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  font: 16px/1 Arial sans-serif;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 0 190px 60px #000;
}

.jsgallery-container
  #jsgall_imageContainer
  img#jsgallery_displayed_image.start_size {
  opacity: 0;
}

.jsgallery-container .gallery-arrow {
  cursor: pointer;
  font-size: 40px;
  color: #fff;
  text-shadow: 0px 0px 5px #878787;
  transition: left;
  -webkit-transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
  /* Safari */
  transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
  text-align: center;
}

.jsgallery-container .arrow-right {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 10px;
  top: 45%;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  user-select: none;
}

.jsgallery-container .arrow-left {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 20px;
  top: 45%;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  user-select: none;
}

.jsgallery-container .arrow-left.start_pos {
  left: -100px;
}

.jsgallery-container .arrow-right.start_pos {
  right: -100px;
}

.jsgallery-container .gallery-arrow.arrow-left:hover {
  border-right-color: #ccc;
  color: #ccc;
}

.jsgallery-container .gallery-arrow.arrow-right:hover {
  border-left-color: #ccc;
  color: #ccc;
}

.jsgallery-container #jsgall_close {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  text-shadow: 0px 0px 10px #878787;
  text-align: right;
}

.jsgallery-container #jsgall_close:hover {
  color: #ccc;
}

/* Event Detail styling start */
.event-wrapper .event-title h2 {
  color: #c07139;
}

.event-wrapper .event-title h2 span {
  color: #000000;
}

.event-wrapper .event-title h5 {
  font-size: 1rem;
  color: #767676;
}

.event-wrapper .event-title h5 a {
  color: #767676;
  text-decoration: none;
}

.event-wrapper .event-title i {
  font-size: 6px;
}

.event-date {
  font-style: italic;
  font-weight: 600;
}

/* .event-img { */
/* display: grid; */
/* grid-template-columns: repeat(4, 1fr); */
/* gap: 20px; */
/* } */

.event-img img {
  max-width: 100%;
  /* width: min(100%, 25rem); */
}

.grid-item {
  width: 32.3%;
}

@media (max-width: 770px) {
  .grid-item {
    width: 48.9% !important;
  }
}

/* @media (min-width: 1200px) {
  .grid-item {
    width: 24.2%;
  }
} */

.grid-item--width2 {
  width: 50%;
}

.event-text {
  text-align: justify;
}

.event-poster img {
  max-width: 550px;
  width: 100%;
}

.event-section-title {
  border-bottom: 3px solid #006dd4;
}

.event-section-title > h5 {
  color: white;
  background-color: #006dd4;
}

.event-link {
  font-style: italic;
}

.event-link a {
  color: #c07139;
}

.event-video iframe {
  /* height: 330px; */
  height: 50vw;
  max-height: 350px;
  width: 100%;
}

.single-event {
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid rgba(124, 134, 154, 0.25);
  transition: all 0.3s ease-out 0s;
  box-shadow: 0 3px 35px rgba(218, 222, 228, 0.3);
}

.single-event .event-content {
  padding: 20px 20px 20px;
}

/* Event Detail styling End */

/* News Detail Styling Start*/
.news-wrapper .news-title h2 {
  color: #c07139;
}

.news-wrapper .news-title h2 span {
  color: #000000;
}

.news-wrapper .news-title h5 {
  font-size: 1rem;
  color: #767676;
}

.news-wrapper .news-title h5 a {
  color: #767676;
  text-decoration: none;
}

.news-wrapper .news-title i {
  font-size: 6px;
}

.news-date {
  font-style: italic;
  font-weight: 600;
}

.news-img img {
  /* max-width: 25rem; */
  /* width: 100%; */
  width: min(100%, 25rem);
}

.news-text {
  text-align: justify;
}

.news-link {
  font-style: italic;
}

.news-link a {
  color: #c07139;
}

.single-news {
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid rgba(124, 134, 154, 0.25);
  transition: all 0.3s ease-out 0s;
  box-shadow: 0 3px 35px rgba(218, 222, 228, 0.3);
}

.single-news .news-content h3.name {
  font-size: 20px;
  color: #333f57;
}

.single-news .news-content h3.name a {
  color: #333f57;
  text-decoration: none;
}

.single-news .news-content {
  padding: 20px 20px 20px;
}

.single-news .news-bottom h3.read-page {
  font-size: 16px;
  font-weight: 600;
  color: #ff6b6b;
  margin: 0;
  display: inline-block;
}

.single-news .news-bottom h3.read-page a {
  color: #ff6b6b;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.single-news .news-content .news-bottom {
  border-top: 1px dotted rgba(124, 134, 154, 0.25);
  padding-top: 20px;
  margin-top: 15px;
}

.single-news .news-content .news-img i {
  font-size: 40px;
  color: #ff6b6b;
}

.single-news .news-content .news-img {
  float: left;
  margin: 0 10px 10px 0;
}

.single-news .news-content p {
  line-height: 1.6;
}

.single-news .news-content p a {
  word-break: break-all;
}

.single-news .news-content ol li {
  margin-bottom: 10px;
}

.single-news .news-bottom h3.read-page a i {
  font-size: 35px;
  margin-right: 15px;
}

/* News Detail Styling End*/

.custom-banner .customslide-one .banner-content {
  top: 135px;
}
.custom-banner .customslide-two .banner-content {
  top: 75%;
  left: 40%;
}

/*---------------------Media Query Start---------------------*/
@media (min-width: 1025px) {
  .header .custom-container .toggle-wrap {
    display: none;
  }

  .header-menu . .sub-menu:hover .custom-dropdown-menu {
    display: block;
  }

  .header-menu .menu-item.sub-menu .custom-dropdown-menu {
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
  }

  .header-menu .menu-item.sub-menu .custom-dropdown-menu li a {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.53px;
    white-space: nowrap;
    padding: 13px 20px;
    border-left: 8px solid transparent;
    color: #494c4f;
    line-height: 20px;
    display: block;
  }

  .header-menu .menu-item.sub-menu .custom-dropdown-menu li a:hover {
    background-color: #000000;
    color: #ffffff;
  }

  .header
    .menu-wrap
    .header-menu
    .menu-item:nth-child(6)
    .custom-dropdown-menu {
    right: 0;
    left: auto;
  }

  .header .menu-wrap {
    display: block !important;
  }

  .header .menu-wrap .header-menu .menu-item > a:hover {
    color: #47d8c0;
  }

  .fixed-header .menu-wrap .header-menu .menu-item > a {
    color: #000000;
  }

  .fixed-header .logo-wrap a .logo-img {
    max-width: 54px;
  }

  .fixed-header .menu-wrap .header-menu .menu-item .cta-login-link {
    color: #000000;
  }

  .fixed-header .menu-wrap .header-menu .menu-item .cta-login-link:hover {
    color: #000000;
  }

  .fixed-header .menu-wrap .header-menu {
    margin: 14px 0 0;
  }

  .header-menu .menu-item.sub-menu .custom-dropdown-menu li ul {
    position: absolute;
    top: 0;
    z-index: 34;
    left: 100%;
    background-color: #ffffff;
    list-style: none;
    padding: 0;
    display: none;
  }
}

@media (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}

@media (max-width: 1024px) {
  .header .menu-wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 888;
    background-color: #ffffff;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }

  .header .menu-wrap .header-menu {
    margin: 0;
    flex-direction: column;
  }

  .header .menu-wrap .header-menu .menu-item > a {
    display: block;
    color: #494c4f;
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 19px;
    display: block;
    color: #494c4f;
    letter-spacing: 1.53px;
    font-family: "Roboto", Sans-serif;
  }

  .header .menu-wrap .header-menu .menu-item > a:hover {
    background-color: #000000;
    color: #ffffff;
  }

  .header .menu-wrap .header-menu .menu-item:nth-child(7) {
    display: none;
  }

  .header .menu-wrap .header-menu .menu-item .custom-dropdown-menu li a {
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 19px;
    display: block;
    color: #494c4f;
    letter-spacing: 1.53px;
    font-family: "Roboto", Sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 10px;
  }

  .header .menu-wrap .header-menu .menu-item .custom-dropdown-menu li a:hover {
    background-color: #000000;
    color: #ffffff;
  }

  .toggle-close .header .toggle-wrap .menuIconToggle:before {
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 0;
    position: relative;
    top: -2px;
  }

  .toggle-close .header .toggle-wrap .menuIconToggle .hamb-line {
    display: none;
  }
}

@media (max-width: 991px) {
  .nopadding {
    padding: 0 !important;
  }

  .about-Madym-wrapper {
    background: none;
  }

  .about-Madym-wrapper .about-madym-img {
    display: block;
    background-image: url(../images_maadhyam/Maadhyam-Home-Page.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    height: 600px;
    margin-top: 30px;
  }

  .vips-content-wrap .vips-img img {
    max-width: 291px;
  }

  .vips-content-wrap .vips-img {
    text-align: center;
  }

  .vips-content-wrap {
    background-position: 0 97%;
    background-size: 1090px;
  }

  .ourwork-wrap .ourwork-left-wrap {
    text-align: center;
  }

  .ourwork-wrap .ourwork-img {
    width: 60%;
    margin: 0 auto 10%;
  }

  .ourwork-wrap .img-title {
    width: 41%;
    margin: 0 0 20px;
  }

  .ourwork-wrap .ourwork-img img {
    max-width: 574px;
  }

  .ourwork-wrap .ourwork-img .ourwork-text {
    width: 100%;
    margin: 0 auto;
  }

  .ourwork-wrap .ourwork-img .ourwork-text h3 {
    text-align: left;
  }

  .ourwork-wrap .ourwork-img .ourwork-text p {
    text-align: left;
  }

  .ourwork-wrap .ourwork-content {
    padding-top: 52px;
    padding-left: 110px;
    background-color: #006dd4;
    padding-right: 70px;
    padding-bottom: 40px;
    background-image: url(../images_maadhyam/msg-icon.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 95px;
  }

  .ourwork-wrap .ourwork-left-wrap {
    background-image: none;
  }

  .event-wrap .building-wrap {
    width: 70%;
  }

  .member-wrap .member-content {
    text-align: center;
  }

  .team-wrap .team-member .member-img-wrap img {
    max-width: 108px;
  }

  .footer .footer-bottom .copyright-text {
    text-align: center;
  }

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

  .footer {
    padding-bottom: 15px;
  }

  .footer .footer-bottom .footer-bottom-menu {
    margin-top: 15px;
  }

  .footer .top-footer .footer-mailing form .mail-content input[type="email"] {
    width: 50%;
  }

  .ourwork-wrap {
    background: none;
  }

  .header .custom-nav .navbar-collapse {
    background-color: #ffffff;
  }

  .header .custom-nav ul.navbar-nav .nav-item .nav-link {
    display: block;
    color: #000000;
  }

  .header .custom-nav ul.navbar-nav .nav-item .nav-link:hover {
    color: #ffffff;
    background-color: #000000;
  }

  .header .custom-nav ul.navbar-nav {
    margin-top: 0px;
  }

  .custom-banner .banner-slide-1 .banner-content .slide-1-wrap {
    padding: 0;
  }

  .gallery-wrap {
    margin-bottom: 50px;
  }

  .gallery-wrap .gallery-img-wrap img {
    width: auto;
  }

  .custom-banner .banner-slide-5 .banner-content p {
    font-size: 16px;
  }

  .membership-banner {
    height: 300px;
  }

  .vision-wrapper .vision-content .nav-tabs .nav-link {
    font-size: 16px;
    padding: 15px 20px;
  }

  .law-doc-wrapper .law-pdf-content {
    flex-wrap: wrap;
    padding: 20px 20px;
  }

  .law-doc-wrapper .law-pdf-content .pdf-title {
    display: block;
    width: 100%;
  }

  .law-doc-wrapper .law-pdf-content .pdf-data {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  .law-doc-wrapper .law-pdf-content .pdf-data a i {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .loginform-wrapper .form-taxt-wrap h3 {
    font-size: 30px;
  }

  .loginform-wrapper .form-taxt-wrap p {
    font-size: 16px;
  }

  .loginform-wrapper .login-wrap {
    padding: 0%;
  }

  .propic-wrap .member-content-wrap h4 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .propic-wrap .member-social-wrap ul.social-icon li {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 15px;
  }

  .vips-content-wrap .vips-content .quot-wrap:before {
    left: -15px;
  }

  .vips-content-wrap .vips-content .quot-wrap .note_list li:before {
    font-size: 40px;
  }

  .team-wrap .team-member .member-img-wrap .profile-wrap {
    width: 100px;
    height: 100px;
  }

  .ourwork-wrap .vips-img {
    padding: 10px 0;
    width: 100%;
  }

  .custom-banner .about-banner-content h2 {
    font-size: 45px;
    margin: 10px 0 20px;
  }

  .event-img {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .gallery-wrap .gallery-img-wrap img {
    width: auto;
  }

  .ourwork-wrap .ourwork-img .ourwork-text {
    width: 90%;
  }

  .custom-banner .banner-slide-1 .banner-content .slide-1-right p {
    padding-left: 10px;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .custom-banner .banner-slide-1 .banner-content .slide-1-right h5 {
    font-size: 16px;
  }

  .about-Madym-wrapper .about-madym-content .about-madym-text {
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }

  .about-Madym-wrapper .about-madym-content .about-madym-text p {
    text-align: left;
  }

  .about-Madym-wrapper .about-madym-img {
    height: 331px;
  }

  .about-Madym-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about-Madym-wrapper .about-madym-column {
    background-color: #eeeeee;
  }

  .ourwork-wrap .ourwork-content {
    background-size: 65px;
  }

  .ourwork-wrap .ourwork-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .custom-banner .banner-slide-1 .banner-content {
    position: static;
  }

  .custom-banner .banner-slide-2 .banner-content .slide-2-left .ovelbg {
    display: none;
  }

  .custom-banner .banner-slide-2 .banner-content .slide-2-left {
    background-color: #ffffff;
    border-radius: 25px;
  }

  .custom-banner .banner-slide-2 .banner-content .slide-2-left p {
    font-size: 12px;
  }

  .custom-banner .banner-slide-3 .banner-content .slide-3-left h2 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .custom-banner .banner-slide-3 .banner-content .slide-3-left a.more-link {
    font-size: 12px;
    padding: 10px 10px;
    margin: 5px 0;
  }

  .custom-banner .banner-slide-4 .banner-content {
    position: static;
  }

  .custom-banner .banner-slide-4 .banner-content .slide-4-left {
    padding: 10px;
    border: none;
  }

  .custom-banner .banner-slide-5 .banner-content {
    position: static;
    background-color: #4a4a4a;
  }

  .custom-banner .banner-slide-5 .banner-content p {
    font-size: 14px;
  }

  .header .custom-nav .top-logo {
    width: 13%;
    margin-left: 0;
  }

  .header .custom-nav .top-logo img {
    max-width: 100%;
  }

  /* .custom-banner .carousel-control-next,
  .custom-banner .carousel-control-prev {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  } */

  .top-header .slider-text {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .vision-wrapper .vision-content .nav-tabs .nav-link {
    font-size: 14px;
    padding: 15px 10px;
  }

  .initi-wrapper .initi-content-wrap {
    text-align: center;
  }

  .modellaw-content-wrap ul.pdf-link-item li a.default-button {
    width: 100%;
  }

  .about-banner .about-banner-content h2 {
    font-size: 35px;
  }

  .mediation-wrapper .mediation-content {
    margin-bottom: 50px;
  }

  .mediation-wrapper .mediation-img {
    text-align: center;
  }

  .mediation-wrapper .mediation-img-wrap {
    text-align: center;
  }

  .contact-wrapper {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 48%,
      rgba(0, 109, 212, 1) 40%,
      rgba(0, 109, 212, 1) 100%
    );
  }

  .contact-wrapper .contact-form {
    padding-left: 0;
  }

  .address-map-wrap .locationbar {
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .law-doc-wrapper .law-pdf-content .pdf-title h3 {
    font-size: 18px;
  }

  .law-doc-wrapper .law-pdf-content .pdf-data a {
    padding: 0;
  }

  .loginform-wrapper .form-taxt-wrap {
    border-radius: 25px 25px 0px 0px;
  }

  .loginform-wrapper .form-data-wrap {
    border-radius: 0px 0px 25px 25px;
  }

  .custom-banner .about-banner-content h2 {
    font-size: 38px;
    margin: 0px 0 20px;
  }

  .custom-banner .about-banner-content p {
    font-size: 14px;
  }

  .single-article .article-content .article-img {
    float: none;
    margin: 0 auto 10px auto;
  }

  .jsgallery-container .gallery-arrow {
    font-size: 30px;
  }

  .jsgallery-container #jsgall_close {
    font-size: 30px;
  }
  .custom-banner .customslide-one .banner-content {
    top: 90px;
  }
}

@media (max-width: 500px) {
  .footer .top-footer .footer-mailing form .mail-content input[type="email"] {
    width: 100%;
  }

  .ourwork-wrap .ourwork-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .custom-banner .banner-slide-1 .banner-content .slide-1-right {
    padding: 10px 10px;
    margin-bottom: 0;
  }

  .custom-banner .banner-slide-1 .banner-content .slide-1-right p {
    font-size: 12px;
  }

  .custom-banner .banner-slide-1 .banner-content .slide-1-right h5 {
    font-size: 15px;
  }

  .custom-banner .banner-slide-1 .banner-content {
    position: static;
  }

  .custom-banner .banner-slide-2 .banner-content {
    position: static;
  }

  .custom-banner .carousel-control-next,
  .custom-banner .carousel-control-prev {
    width: 10%;
  }

  .about-Madym-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ourwork-wrap .ourwork-img {
    width: 100%;
  }

  .blog-content-wrap .blogcard .tags ul li.tag-text {
    font-size: 20px;
  }

  .top-header {
    margin-bottom: 0;
  }

  .event-wrap .building-wrap .building-content a {
    font-size: 14px;
  }

  .vips-content-wrap .vips-content .quot-wrap .note_list li {
    font-size: 16px;
  }

  .ourwork-wrap .ourwork-left-wrap {
    padding-top: 50px;
  }

  .gallery-wrap .gallery-title h2 {
    font-size: 25px;
  }

  .team-wrap .team-title h2 {
    font-size: 25px;
  }

  .member-wrap .member-content h2 {
    font-size: 25px;
  }

  .event-wrap .event-title h2 {
    font-size: 25px;
  }

  .ourwork-wrap .ourwork-content h2 {
    font-size: 30px;
  }

  .vips-content-wrap .vips-content h2 {
    font-size: 25px;
  }

  .about-Madym-wrapper .about-madym-content .title {
    font-size: 25px;
  }

  .vips-content-wrap .img-title {
    width: 100%;
  }

  .ourwork-wrap .img-title {
    width: 100%;
  }

  body {
    overflow-x: hidden;
  }

  .aboutus-wrap .about-madym-content .title {
    padding-right: 0;
  }

  .address-map-wrap .address-wrap ul.address-content li h5 span {
    font-size: 13px;
  }

  .custom-banner .about-banner-content h2 {
    font-size: 25px;
    margin: 0px 0 10px;
  }

  .custom-banner .banner-content-wrap {
    padding-top: 50px;
  }

  .custom-banner {
    overflow: hidden;
  }

  /*section.custom-banner img {*/
  /*  position: absolute;*/
  /*  top: 0;*/
  /*  left: 0;*/
  /*  max-width: 630px;*/
  /*  z-index: 1;*/
  /*  right: 0;*/
  /*}*/

  /* .event-img { */
  /* grid-template-columns: repeat(1, 1fr); */
  /* } */

  .event-img img {
    width: 100% !important;
  }
}

label.error {
  color: red !important;
}

.btn-custom1 {
  background-color: #47d8c0;
  border-color: #47d8c0;
}

.publication-image figure {
  width: 100%;
  max-height: 300px;
  aspect-ratio: 1;
  border-radius: 1rem;
  margin: auto;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.publication-image figure img {
  max-height: 100% !important;
}

.publication-text h6 {
  font-size: calc(11px + 0.390625vw);
  color: #c06628;
  /* color: #000; */
}

.publication-text p {
  color: rgb(121, 117, 117);
}

.publication-wrap {
  border: 1px solid transparent;
}

.publication-wrap:hover {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

@media (max-width: 750px) {
  .about-banner {
    min-height: 350px;
  }
}

/* @media (max-width: 992px) {
  .publication-wrap {
    flex-direction: column-reverse;
  }

  .publication-image {
    margin-bottom: 10px;
  }
}

@media (max-width: 577px) {
  .publication-wrap {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
} */

@media (max-width: 500px) {
  .custom-banner .carousel-item > img {
    /* min-height: 350px; */
    object-fit: cover;
    /*display: none !important;*/
  }

  /*.custom-banner .slide-10 {*/
  /*  background-image: url('../images_maadhyam/slider9.jpg');*/
  /*  background-position: center;*/
  /*  background-repeat: no-repeat;*/
  /*  background-size: cover;*/
  /*  width: 100%;*/
  /*  height: 350px;*/
  /*}*/

  /*.custom-banner .slide-8 {*/
  /*  background-image: url('../images_maadhyam/slider8.jpg');*/
  /*  background-position: center;*/
  /*  background-repeat: no-repeat;*/
  /*  background-size: cover;*/
  /*  width: 100%;*/
  /*  height: 350px;*/
  /*}*/

  /*.custom-banner .slide-7 {*/
  /*  background-image: url('../images_maadhyam/slider7.jpg');*/
  /*  background-position: center;*/
  /*  background-repeat: no-repeat;*/
  /*  background-size: cover;*/
  /*  width: 100%;*/
  /*  height: 350px;*/
  /*}*/

  /*.custom-banner .slide-1 {*/
  /*  background-image: url('../images_maadhyam/slider1.jpg');*/
  /*  background-position: center;*/
  /*  background-repeat: no-repeat;*/
  /*  background-size: cover;*/
  /*  width: 100%;*/
  /*  height: 350px;*/
  /*}*/

  /*.custom-banner .slide-2 {*/
  /*  background-image: url('../images_maadhyam/slider2.jpg');*/
  /*  background-position: center;*/
  /*  background-repeat: no-repeat;*/
  /*  background-size: cover;*/
  /*  width: 100%;*/
  /*  height: 350px;*/
  /*}*/

  /*.custom-banner .slide-3 {*/
  /*  background-image: url('../images_maadhyam/slider3.jpg');*/
  /*  background-position: center;*/
  /*  background-repeat: no-repeat;*/
  /*  background-size: cover;*/
  /*  width: 100%;*/
  /*  height: 350px;*/
  /*}*/

  /*.custom-banner .slide-4 {*/
  /*  background-image: url('../images_maadhyam/slider4.jpg');*/
  /*  background-position: center;*/
  /*  background-repeat: no-repeat;*/
  /*  background-size: cover;*/
  /*  width: 100%;*/
  /*  height: 350px;*/
  /*}*/

  /*.custom-banner .slide-5 {*/
  /*  background-image: url('../images_maadhyam/slider5.jpg');*/
  /*  background-position: center;*/
  /*  background-repeat: no-repeat;*/
  /*  background-size: cover;*/
  /*  width: 100%;*/
  /*  height: 350px;*/
  /*}*/

  /*.custom-banner .slide-6 {*/
  /*  background-image: url('../images_maadhyam/slider6.jpg');*/
  /*  background-position: center;*/
  /*  background-repeat: no-repeat;*/
  /*  background-size: cover;*/
  /*  width: 100%;*/
  /*  height: 350px;*/
  /*}*/
  /*  .custom-banner .slide-9 {*/
  /*  background-image: url('../images_maadhyam/slider10.jpg');*/
  /*  background-position: center;*/
  /*  background-repeat: no-repeat;*/
  /*  background-size: cover;*/
  /*  width: 100%;*/
  /*  height: 350px;*/
  /*}*/

  /*----------
 section.custom-banner img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 630px;
    z-index: 1;
    right: 0;
  }
----------*/
}

/* button register here */

/* Base Style: For all screen sizes */
/* a.more-link {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: black;
  background-color:#40b6f3;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
} */

/* @media (max-width: 500px) {
  .custtom-banner-content {
    position:relative !important;
  }
  */
/* } */

/* css for the register here button */
@media (min-width: 375px) {
  a.custom-button {
    font-size: 8px !important;
    padding: 5px 4px !important;
    margin-left: -25px !important;
  }
}
@media (min-width: 425px) {
  a.custom-button {
    font-size: 10px !important;
    padding: 10px 5px !important;
    margin-left: -35px !important;
  }
}

/* Medium Screens (768px and above) */
@media (min-width: 768px) {
  a.custom-button {
    font-size: 15px !important;
    padding: 15px 10px !important;
    background-color: #40b6f3; /* Change color for emphasis */
    align-items: center !important;
  }
}
/* Medium Screens (768px and above) */
@media (min-width: 1024px) {
  a.custom-button {
    font-size: 25px !important;
    padding: 20px 15px !important;
    background-color: #40b6f3; /* Change color for emphasis */
  }
}

/* Large Screens (1200px and above) */
@media (min-width: 1440px) {
  a.custom-button {
    font-size: 25px !important; /* Even larger font for big screens */
    padding: 25px 20px !important;
    background-color: #40b6f3; /* Slightly darker color */
  }
}

.h-100 {
  height: 100% !important;
}

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

#defaultCountdown {
  color: white;
  background: #de551c;
  font-family: "Poppins" !important;
  font-weight: bold;
}
.custom-container {
  background-color: rgb(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}

.menu-item a {
  color: black !important;
}
.header .menu-wrap .header-menu .menu-item > a:hover {
  color: black !important;
}

ul.custom-dropdown-menu li.menu-item.sub-menu > a:hover {
  background-color: white !important;
}
.top-header {
  margin-bottom: 0px;
}

.sub-menu a:hover {
  color: white !important;
}
.custom-banner {
  padding-top: 100px;
}
