head,
body,
html,
button,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
ul,
a {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

.all_body_elements {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

/*==========================================
Top Header Part Start Here
============================================*/
.top-header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08),
    0 2px 4px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08),
    0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
.top-header-left {
  overflow: hidden;
}
.top-header-left p {
  color: #39b54a;
}

.top-header-left p i {
  padding-right: 7px;
  font-weight: 500;
}

.top-header-right {
  overflow: hidden;
  text-align: right;
}

.top-header-right ul li {
  text-align: right;
}

.top-header-right ul li a {
  color: #39b54a;
}

.top-header-right ul li a i {
  padding-right: 7px;
  font-weight: 500;
}
/*==========================================
Top Header Part Ends Here
============================================*/

/*==========================================
Banner Part Start Here
============================================*/
.banner_area {
  height: 550px;
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url("img/banner.jpg");
  background-size: 100% 100%;
  background-size: cover;
  background-attachment: fixed;
}
.banner_overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.banner_text {
  min-height: 530px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.banner_text h1 {
  display: block;
  color: #39b54a;
  font-size: 26px;
  padding-bottom: 10px;
  font-weight: bolder;
}

.banner_text p {
  text-align: justify;
  color: #ffffff;
  padding-bottom: 10px;
}

a.reg_btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  height: 48px;
  width: 190px;
  border: 2px solid #39b54a;
  text-decoration: none;
  text-align: center;
  line-height: 48px;
  color: #ecf0f1;
  z-index: 10;
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  overflow: hidden;
}

a.reg_btn::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #39b54a;
  left: -100%;
  top: 0;
  z-index: -1;
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

a.reg_btn:hover {
  color: #fff;
}

.reg_btn:hover.reg_btn::before {
  left: 0;
}
/*==========================================
Banner Part Ends Here
============================================*/

/*==========================================
Main Navigation Part Ends Here
============================================*/
.navbar-default {
  background-color: #ffffff;
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08),
    0 2px 4px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08),
    0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
.navbar-brand {
  width: 120px;
}
.navbar-brand img {
  float: left;
  margin-right: 10px;
  height: 74px;
  width: 90px;
  margin-top: -14px;
}
.navbar-nav li a {
  color: #111 !important;
  font-size: 15px;
  font-family: "Roboto";
  padding: 30px 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}
.navbar-nav li {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}
.navbar-nav li:hover {
  border-top: 2px #39b54a solid;
}
.navbar-nav li a:hover {
  color: #39b54a !important;
}
.navbar-nav li.active {
  border-top: 2px #39b54a solid;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #39b54a !important;
  background-color: transparent !important;
}

.profile_link:hover {
  border: none !important;
}

.profile_link a span {
  padding: 8px 18px 5px 18px;
  background-color: #2ecc71;
  text-decoration: none;
  color: #ffffff;
  border-radius: 25px;
}

.logout_link:hover {
  border: none !important;
}

.logout_link a span {
  padding: 8px 18px 5px 18px;
  background-color: #e74c3c;
  text-decoration: none;
  color: #ffffff;
  border-radius: 25px;
}

.profile_link a span i,
.logout_link a span i {
  padding-right: 5px;
}

.dropdown-menu > li > a {
  padding: 8px 13px !important;
}
.dropdown-menu > li:focus,
.dropdown-menu > li:hover,
.dropdown-menu > .active,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  border: none !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #39b54a !important;
  background-color: transparent !important;
}

.navbar-default .navbar-nav > .open {
  border-top: 2px #39b54a solid;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #39b54a !important;
  text-decoration: none;
  background-color: transparent !important;
  outline: 0;
}
/*==========================================
Main Navigation Part Ends Here
============================================*/

/*==========================================
Welcome Part Start Here
============================================*/
.welcome_message_area {
  padding-top: 100px;
  padding-bottom: 80px;
}

.welcome_message h1 {
  font-size: 30px;
  font-weight: bold;
  display: block;
  color: #39b54a;
  padding-bottom: 10px;
}

.welcome_message p {
  text-align: justify;
  color: #818181;
  padding-bottom: 10px;
}

.principle_image {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  text-align: center;
  overflow: hidden;
}

.principle_image img {
  height: 300px;
  width: 270px;
}
/*==========================================
Welcome Part Ends Here
============================================*/

/*==========================================
Latest News Part Start Here
============================================*/

.latest_news_area {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(46, 204, 113, 0.1);
  -webkit-background-color: rgba(46, 204, 113, 0.1);
  -moz-background-color: rgba(46, 204, 113, 0.1);
  -ms-background-color: rgba(46, 204, 113, 0.1);
  -o-background-color: rgba(46, 204, 113, 0.1);
  /*background-color: rgba(236, 240, 241,0.4);*/
}

.title {
  padding-bottom: 40px;
}

.title h1 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  display: block;
  color: #2c3e50;
  padding-bottom: 10px;
}

.single_news_item {
  text-align: center;
}

.single_news_item h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #3498db;
}

.single_news_item h3 a {
  font-size: 22px;
  display: inline-block;
  color: #39b54a;
  text-decoration: none !important;
}

.news_details {
  background: #2980b9;
  font-weight: bold;
  text-decoration: none !important;
  border: none;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", arial, sans-serif;
  font-size: 16px;
  height: 35px;
  letter-spacing: 0.5px;
  line-height: 35px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 15px;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}

.news_details:hover {
  background: #3498db;
  text-decoration: none;
  color: #ffffff;
}

.article_details .article_title {
  overflow: hidden;
}

.article_details .article_title p {
  display: block;
  float: left;
  font-weight: bold;
}

.article_details .article_title p i {
  padding-right: 6px;
}
.article_details .article_title h1 {
  text-align: left;
  color: #212121;
  font-size: 33px;
  line-height: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: bold;
  text-align: justify;
}

.article_details .article_content p {
  text-align: justify;
  color: #111;
  font-size: 18px;
  line-height: 30px;
}

.article_content ul {
  margin: 0;
  padding: 0;
  display: block;
}

.article_content ul li {
  list-style-position: inside;
  line-height: 30px;
}
/*//////////////////////////////////////////////////////////////////////*/

.upcomming_events_area {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.event_area {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.event_area .item {
  margin-bottom: 40px;
  overflow: hidden;
}

.event_area .item .event_image {
  height: 300px;
  width: 100%;
  overflow: hidden;
}

.event_area .item .event_content {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.event_area .item .event_content h1 a {
  padding-top: 10px;
  color: #39b54a;
  display: inline-block;
  text-decoration: none !important;
  font-size: 30px;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.event_area .item .event_content .list-inline {
  padding-bottom: 15px;
}

.event_area .item .event_content .list-inline li i {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  font-size: 20px;
}
/*//////////////////////////////////////////////////////////////////////*/

.event_info {
  padding-top: 10px;
}

.event_info ul {
  margin: 0;
  padding: 0;
  min-height: 70px;
  width: 100%;
  display: block;
}

.event_info ul li {
  padding: 10px 0px 10px 10px;
  list-style-type: none;
  float: left;
  width: 33.33%;
  color: #ffffff;
}

.event_info ul li strong {
  color: #111;
}

.event_info ul li:nth-child(1) {
  background-color: #3498db;
}

.event_info ul li:nth-child(2) {
  background-color: #00c853;
}

.event_info ul li:nth-child(3) {
  background-color: #ff5252;
}

.event_info ul li i {
  height: 35px;
  width: 35px;
  border: 1px #dddddd solid;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
}

/*==========================================
Latest News Part Ends Here
============================================*/

/*==========================================
Registration Form Part Start Here
============================================*/
.registration_form_area {
  padding-top: 40px;
  padding-bottom: 70px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.registration_form {
  width: 100%;
  height: auto;
  padding: 30px;
  margin: 0 auto;
}

.from_title > h1 {
  text-align: left;
  display: block;
  padding: 0;
  color: #5cb85c;
  font-weight: bold;
}

.from_title p a {
  color: #5cb85c;
  font-weight: 400;
}

.registration_form .control-label {
  color: #16a085;
  padding-bottom: 10px;
}

.registration_form .form-control,
.registration_form .input-group-addon {
  border-radius: 0px;
}

.registration_form .input-group-addon {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #ffffff;
}

.registration_form .form-control {
  color: #000;
  border-color: #2ecc71;
}

.registration_submit {
  text-align: center;
}

.registration_submit button {
  text-transform: uppercase;
}

.registration_submit .btn {
  width: 100%;
  border-radius: 0px;
}

.form-group.has-error .input-group-addon {
  background-color: #c0392b;
}

.form-group.has-error .form-control.profile_image {
  border-left-color: #c0392b !important;
}

.registration_form .form-control::-webkit-input-placeholder {
  color: #7f8c8d;
}
.registration_form .form-control::-moz-input-placeholder {
  color: #7f8c8d;
}
.registration_form .form-control::-ms-input-placeholder {
  color: #7f8c8d;
}
.registration_form .form-control::-ms-o-placeholder {
  color: #7f8c8d;
}

.profile_image {
  position: relative;
}

.profile_image::before {
  position: absolute;
  content: "Browse File";
  height: 100%;
  width: 106px;
  background-color: #2ecc71;
  top: 0;
  left: 0;
  color: #ffffff;
  line-height: 32px;
}

.profile_image:focus {
  border-color: #2ecc71 !important;
  border: 1px solid #2ecc71 !important;
  outline: 0px !important;
}

.form-group.has-error .profile_image::before {
  background-color: #c0392b;
}
/*==========================================
Registration Form Part Ends Here
============================================*/

/*==========================================
Login Form Part Start Here
============================================*/
.login_page {
  height: 517px;
  width: 100%;
  overflow: hidden;
}

.login_form_area {
  width: 100%;
  padding-top: 110px;
  height: 100%;
}

.login_form {
  width: 400px;
  height: auto;
  margin: 0 auto;
  padding: 15px;
  overflow: hidden;
}

.login_form h2 {
  text-align: center;
  display: block;
  padding: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #2980b9;
  font-weight: bold;
}

.login_form .form-control,
.login_form .input-group-addon {
  border-radius: 0px;
}

.login_form .input-group-addon {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #ffffff;
}

.login_form .form-control {
  color: #000;
  border-color: #2ecc71;
}

.login_form .checkbox {
  color: #2ecc71;
}

.login_form .form-control::-webkit-input-placeholder {
  color: #7f8c8d;
}
.login_form .form-control::-moz-input-placeholder {
  color: #7f8c8d;
}
.login_form .form-control::-ms-input-placeholder {
  color: #7f8c8d;
}
.login_form .form-control::-ms-o-placeholder {
  color: #7f8c8d;
}

.btn-pass-reset {
  float: right;
  color: #c0392b;
  text-decoration: none !important;
  display: inline-block;

  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

.btn-pass-reset:hover {
  color: #c0392b;
}

.login_button {
  text-align: center;
}

.login_button button {
  text-transform: uppercase;
}

.login_button .btn {
  width: 100%;
  border-radius: 0px;
}
/*==========================================
Login Form Part Ends Here
============================================*/

/*==========================================
Footer Bar Last Area Start Here
============================================*/

.footer {
  height: 70px;
  background-color: #2d2520;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.footer_copyright_social_option .footer_copyright {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 350px;
  float: left;
  overflow: hidden;
  display: -webkit-box;
}

.footer_copyright_social_option .footer_copyright p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 70px;
}

.footer_copyright_social_option .footer_copyright p a {
  display: inline-block;
  color: #2ecc71;
}

.footer_copyright_social_option .social_icon {
  float: right;
  overflow: hidden;
}

.footer_copyright_social_option .social_icon li {
  list-style-type: none;
  margin-bottom: 0px;
  cursor: pointer;
  line-height: 72px;
}

.footer_copyright_social_option .social_icon .social_colored .fa {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  -o-background: rgba(0, 0, 0, 0.5);
  -webkit-background: rgba(0, 0, 0, 0.5);
  -ms-background: rgba(0, 0, 0, 0.5);
  -moz-background: rgba(0, 0, 0, 0.5);
  height: 35px;
  width: 35px;
  padding: 10px;
  font-size: 15px !important;
  font-weight: bold !important;
  text-align: center;
  color: #fff;
}

.footer_copyright_social_option .social_icon .social_colored .fa:hover {
  background: rgba(0, 0, 0, 0.9);
  -o-background: rgba(0, 0, 0, 0.9);
  -webkit-background: rgba(0, 0, 0, 0.9);
  -ms-background: rgba(0, 0, 0, 0.9);
  -moz-background: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
}

.footer_copyright_social_option .social_icon .social_colored .tooltip {
  z-index: 200 !important;
}

.footer_copyright_social_option
  .social_icon
  .social_colored
  .tooltip
  .tooltip-inner {
  padding: 3px 15px;
}

/*==========================================
Footer Bar Last Area Ends Here
============================================*/

/*data Table*/
#datatable-responsive_filter {
  text-align: right;
}

.dataTables_paginate {
  text-align: right;
}

#datatable-responsive_info {
  line-height: 74px;
}
/*data Table*/

.container_gallery {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery_item {
  width: 25%;
  height: 300px;
  float: left;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.gallery_image_zoom {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: 270px;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transition: 0.15s all ease-in-out;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
}

.gallery_item:hover .gallery_image_zoom {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  background-color: rgba(46, 204, 113, 0.5);
  -o-background-color: rgba(46, 204, 113, 0.5);
  -moz-background-color: rgba(46, 204, 113, 0.5);
  -webkit-background-color: rgba(46, 204, 113, 0.5);
}

.gallery_image_zoom i {
  padding: 10px;
  border-radius: 50%;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  background-color: rgba(46, 204, 113, 0.6);
  -o-background-color: rgba(46, 204, 113, 0.6);
  -moz-background-color: rgba(46, 204, 113, 0.6);
  -webkit-background-color: rgba(46, 204, 113, 0.6);
}

.gallery_image_zoom:hover i {
  color: #ffffff;
  background-color: rgba(46, 204, 113, 1);
  -o-background-color: rgba(46, 204, 113, 1);
  -moz-background-color: rgba(46, 204, 113, 1);
  -webkit-background-color: rgba(46, 204, 113, 1);
}

.gallery_thumb {
  height: 100%;
  width: 100%;
}

.gallery_thumb img {
  height: 100%;
  width: 100%;
}

.gallery_title {
  position: absolute;
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  padding: 14px 10px;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.25s all ease-in-out;
  -webkit-transition: 0.25s all ease-in-out;
  -moz-transition: 0.25s all ease-in-out;
  -ms-transition: 0.25s all ease-in-out;
  -o-transition: 0.25s all ease-in-out;
  background-color: rgba(46, 204, 113, 0.6);
  -o-background-color: rgba(46, 204, 113, 0.6);
  -moz-background-color: rgba(46, 204, 113, 0.6);
  -webkit-background-color: rgba(46, 204, 113, 0.6);
}

.gallery_item:hover .gallery_title {
  background-color: rgba(46, 204, 113, 1);
  -o-background-color: rgba(46, 204, 113, 1);
  -moz-background-color: rgba(46, 204, 113, 1);
  -webkit-background-color: rgba(46, 204, 113, 1);
}

.gallery_title p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  text-align: left;
  color: #ffffff;
}

ul.terms_condition {
  display: block;
  margin: 0;
  padding: 0;
}

ul.terms_condition li {
  font-weight: bold;
  list-style-type: decimal-leading-zero;
  line-height: 30px;
  list-style-position: inside;
}

.dataTables_filter {
  float: right !important;
}
