body {
  background: #fff;
  color: #000;
  font-family: "Playfair Display", serif;
  overflow-x: hidden;
}

a {
  color: #196dc7;
  transition: 0.5s;
  text-decoration: none;
}

a:hover,
a:active {
  outline: none;
  text-decoration: none;
}

ul,
p {
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
}

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");

section {
  display: block;
  float: left;
  width: 100%;
}

.topmost_area {
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 15px;
}

.logo_area {
  width: 100%;
  height: 77px;
  float: right;
  padding: 5px;
}

.logo_area:hover {
  width: 100%;
  height: 77px;
  transition-duration: 0.7s;
  padding: 0%;
}

.top_right_area {
  text-align: right;
  font-size: 21px;
  margin: auto;
}

.top_right_area i {
  margin-left: 9px;
  color: #a54686;
}

.top_right_area a {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 11px 31px;
  margin-left: 5px;
  background-color: #01aef0;
}

.top_right_area a:hover {
  background-color: #000;
}

.nav_main_area {
  width: auto;
  height: auto;
  background-color: #a54686;
}

.nav_main_area ul {
  list-style: none;
}

.nav_main_area ul li {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  padding: 11px 11px;
}

.nav_main_area ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
}

.nav_main_area ul li:hover {
  background-color: #01aef0;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

.nav_main_area ul li ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  margin-top: 10px;
  margin-left: -11px;
  background-color: #a54686;
  min-width: 210px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.nav_main_area ul li:hover ul {
  list-style: none;
  display: block;
}

.nav_main_area ul li ul li {
  width: 100%;
  display: block;
  padding: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.hide_this {
  display: none;
}

/*Mobile navbar style*/

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 11%;
  width: 100%;
  text-align: left;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay ul li a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay ul li ul {
  display: none;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 11px;
  margin-left: -11px;
}
.overlay ul li:hover ul {
  display: block;
}

.overlay ul li a:hover,
.overlay ul li ul li a:hover,
.overlay ul li a:focus,
.overlay ul li ul li a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-width: 1199px) {
  .hide_this {
    display: inline-block;
  }
  .overlay {
    overflow-y: auto;
    z-index: 9;
  }
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }

  .nav_main_area,
  .top_right_area {
    display: none;
  }

  .topmost_area i {
    color: #01aef0;
  }

  .logo_area {
    width: 85%;
  }
  .logo_area:hover {
    width: 85%;
  }
}

/*Mobile navbar ends*/

#carouselExampleControls {
  margin-top: -16px;
}

.banner_bottom_area {
  width: 100%;
  height: auto;
  padding: 10px 0px;
  background-color: #e06d00;
  color: #fff;
}

.banner_bottom_area:hover {
  background-color: #000;
}

.banner_bottom_area h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0px;
}

.banner_bottom_area p {
  font-size: 17px;
  margin-bottom: 0px;
}

.banner_bottom_area a {
  font-size: 21px;
  color: #fff;
}

.about_area {
  height: auto;
}

.about_area h2 {
  font-size: 31px;
}

.about_area h4 {
  color: #a54686;
}

.about_area p,
.about_area ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 17px;
}

.contact_area {
  width: auto;
  height: auto;
}

.contact_area input {
  width: 100%;
  padding: 11px;
  margin-bottom: 15px;
}

.contact_area textarea {
  width: 100%;
  padding: 11px;
  margin-bottom: 15px;
}

.contact_area input[type="submit"] {
  color: #fff;
  width: auto;
  font-size: 19px;
  font-weight: bold;
  padding: 9px 39px;
  margin-bottom: 15px;
  background-color: #01aef0;
}

.contact_area input[type="submit"]:hover {
  background-color: #a54686;
}

.btn1 {
  background-color: #a54686;
  display: inline-block;
  margin-top: 5%;
  padding: 9px 19px;
}
.btn1:hover {
  background-color: #01aef0;
  display: inline-block;
  margin-top: 5%;
  padding: 9px 19px;
}

.btn2 {
  background-color: #01aef0;
  display: inline-block;
  margin-top: 5%;
  padding: 9px 21px;
}
.btn2:hover {
  background-color: #a54686;
  display: inline-block;
  margin-top: 5%;
  padding: 9px 21px;
}

.we_are_section {
  width: 100%;
  height: auto;
  color: #fff;
  background-image: url(../images/pannel1_bg.jpg);
}

.we_are_section h2 {
  font-size: 35px;
  font-weight: bold;
}

.we_are_section ol {
  list-style: none;
  counter-reset: item;
}
.we_are_section ol li {
  width: 49.5%;
  font-size: 19px;
  line-height: 35px;
  margin-top: 15px;
  counter-increment: item;
  display: inline-block;
  margin-bottom: 5px;
}

.we_are_section ol li {
  width: 49.5%;
  font-size: 19px;
  line-height: 35px;
  margin-top: 15px;
  counter-increment: item;
  display: inline-block;
  margin-bottom: 5px;
}
.we_are_section ol li:before {
  margin-right: 10px;
  content: counter(item);
  background: #a54686;
  border-radius: 25px;
  color: white;
  transform: rotate(-0deg);
  transition: 0.7s;
  width: 35px;
  height: 35px;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 535px) {
  .we_are_section ol li {
    width: 100%;
  }
}

.we_are_section ol li:hover:before {
  background: #e06d00;
  transform: rotate(360deg);
  transition: 0.7s;
}

.news_panel {
  background-color: #01aef0;
  padding: 10px;
}

.news_panel:hover {
  background-color: #e06d00;
  transition: 0.7s;
  padding: 10px;
}

.news_panel h2 {
  border-bottom: 1px solid #fff;
}

.news_panel .inner_div {
  width: auto;
  height: auto;
}
.news_panel a {
  color: #fff;
  margin-top: 10px;
  font-size: 17px;
  font-weight: bold;
}

.news_panel .inner_div .date_area {
  width: 22%;
  padding: 5px;
  color: black;
  font-size: 35px;
  font-weight: bold;
  height: auto;
  display: inline-block;
  background-color: #fff;
}

.news_panel .inner_div .date_area span {
  font-size: 25px;
}

.news_panel .inner_div .date_area .month_box {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  background-color: #a54686;
  color: #fff;
}

.news_panel .inner_div .content_box {
  width: 76.5%;
  display: inline-block;
  font-size: 19px;
}

.activity_video_area {
  width: auto;
  height: auto;
  padding: 15px;
}
.video_area {
  width: 100%;
  height: 375px;
}

.activity_area {
  background-image: url(../images/pannel2_right_bg.jpg);
  padding: 15px;
  color: #fff;
}

.activity_area h2 {
  font-size: 35px;
  font-weight: bold;
}

.activity_area li {
  list-style: none;
  font-size: 19px;
  line-height: 35px;
  padding-top: 0px;
  vertical-align: top;
}
.activity_area li:before {
  margin-right: 10px;
  content: url("../images/list_style_type1.png");
  transform: rotate(-0deg);
  width: 35px;
  height: 35px;
  transition: 0.7s;
}

.activity_area li:hover:before {
  transform: rotate(360deg);
  transition: 0.7s;
}

.box_pannel1 {
  width: 33%;
  min-height: 420px;
  display: inline-block;
  background: #ffdd58 url(../images/pannel3_box1_bg.jpg) bottom center no-repeat;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.box_pannel2 {
  display: inline-block;
  width: 33%;
  min-height: 420px;
  background: #ffdd58 url(../images/pannel3_box2_bg.jpg) bottom center no-repeat;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.box_pannel3 {
  display: inline-block;
  width: 33%;
  min-height: 420px;
  color: #000;
  background: #ffdd58 url(../images/Map.jpg) bottom center no-repeat;
  background-size: 100% 100%;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.box_pannel1 h2,
.box_pannel2 h2,
.box_pannel3 h2 {
  font-size: 30px;
}

.box_pannel1 a,
.box_pannel2 a,
.box_pannel3 a {
  color: #000;
  font-weight: bold;
}
.box_pannel1 a:hover,
.box_pannel2 a:hover,
.box_pannel3 a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 541px) {
  .box_pannel1,
  .box_pannel2,
  .box_pannel3 {
    width: 100%;
  }
}

.form_report_area {
  width: auto;
  height: auto;
  background-image: url(../images/pannel4_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.report_area {
  margin-top: 29px;
  margin-bottom: 29px;
}
.report_area p {
  font-size: 25px;
  font-style: italic;
}
.report_area p span {
  font-size: 27px;
  font-weight: bold;
  text-decoration: underline;
}

.report_area ul li {
  margin-top: 10px;
  color: #ffd800;
  width: 49%;
  font-size: 19px;
  font-style: italic;
  display: inline-block;
}

.report_area ul li:before {
  margin-right: 10px;
  content: "\f0c8";
  font-family: "fontawesome";
  color: #ffd800;
  font-size: 7px;
}

.report_area ul li a {
  color: #fff;
}

.report_area ul li a:hover {
  color: #ffd800;
}

.form_area {
  background-color: #000;
  padding: 15px;
  transition: 00.7s;
}

.form_area:hover {
  background-color: #01aef0;
  transition: 00.7s;
}

.form_area h2 {
  font-size: 39px;
  font-weight: bold;
  color: #01aef0;
}
.form_area:hover h2 {
  color: #fff;
}

.form_area input {
  width: 100%;
  padding: 5px;
  margin-bottom: 9px;
}

.form_area textarea {
  width: 100%;
  padding: 5px;
  margin-bottom: 9px;
}

.form_area input[type="submit"] {
  width: auto;
  padding: 7px 35px;
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  outline: none;
  margin-bottom: 9px;
  background-color: #a54686;
}

.form_area input[type="submit"]:hover {
  background-color: #000;
}

.footer_toparea {
  width: auto;
  height: auto;
  padding-top: 31px;
  padding-bottom: 31px;
}

.subscription_area {
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: #01aef0;
}

.subscription_area:hover {
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: #000;
}

.subscription_area h2 {
  font-size: 35px;
  color: #fff;
  font-style: italic;
  font-weight: bold;
}

.subscription_area h2 span {
  font-size: 21px;
  font-weight: bold;
}

.subscription_area input {
  width: 100%;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.subscription_area input[type="submit"] {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  outline: none;
  margin-bottom: 9px;
  background-color: #a54686;
}
.subscription_area input[type="submit"]:hover {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  outline: none;
  margin-bottom: 9px;
  background-color: #01aef0;
}

.supporters_area {
  width: 100%;
  height: auto;
  padding-left: 10px;
}

.supporters_area h2 {
  font-size: 35px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 19px;
}

.achievements_area {
  width: auto;
  height: auto;
  padding: 10px 20px;
  font-size: 19px;
  font-style: italic;
  color: #fff;
  background-image: url(../images/achievements_bg.jpg);
  background-size: 100% 100%;
}
.achievements_area h2 {
  font-size: 21px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  color: #e06d00;
  text-transform: uppercase;
}

.achievements_area a {
  font-weight: lighter;
  color: #e06d00;
}

.achievements_area a:hover {
  text-decoration: underline;
}

.footer_area {
  width: auto;
  height: auto;
  color: #fff;
  font-style: italic;
  background-image: url(../images/footer-bg.jpg);
  padding-top: 35px;
  padding-bottom: 15px;
}

.footer_area h2 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

.footer_area a {
  color: #fff;
}

.footer_area a:hover {
  color: #ffd800;
}

.footer_area li {
  list-style-type: square;
  color: #ffd800;
}

.footer_area p {
  font-size: 17px;
}

.footer_area i {
  color: #ffd800;
  margin-right: 15px;
}

.footer_bottom {
  background-color: black;
  color: #fff;
  font-size: 19px;
  padding: 15px 5px;
}

.footer_logo_area {
  width: auto;
}
.footer_logo_area img {
  width: 165px;
  height: auto;
}
