.header_area .main_menu .container {
  margin-left: 20px;
  margin-right: 20px;
  max-width: 100%;
}

/*MOVE HEADER CSS PART FROM STYLE.CSS*/
/*try to fix the mobile responsive bug: http://jsfiddle.net/swasatz/3fn4d5oq/*/
.header_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;
}

.header_area .main_menu {
  background: #f8f8f8;
}

.header_area .navbar {
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  /*border-top: 1px solid rgba(221, 221, 221, 0.38);*/
}

@media (max-width: 992px) {
  .header_area .navbar .nav {
    float: left;
  }
}

.header_area .navbar .nav .nav-item {
  /*margin-right: 45px;*/
  margin-right: 0 !important;
  padding: 10px 0;
  padding: 0 10px;
  background: #fff !important;
}

.header_area .navbar .nav li.nav-item.active,
.header_area .navbar .nav li.nav-item:hover{
  background: #6b100a !important;
  color: #fff !important;
}

.header_area .navbar .nav li.nav-item.active a,
.header_area .navbar .nav li.nav-item:hover > a{
  color: #fff ;
}

ul.dropdown-menu li.nav-item a{
  color :#6b100a !important;
}

.header_area .navbar .nav .nav-item .main_btn {
  margin-top: 15px;
}

.header_area .navbar .nav .nav-item .nav-link {
  font: 500 12px/80px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #730802;
  font-weight: bold;
  padding: 0px;
  display: inline-block;
}

.header_area .navbar .nav .nav-item .nav-link:after {
  display: none;
}

/*.header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link {
  color: #ea2c58;
  }*/

  .header_area .navbar .nav .nav-item.submenu {
    position: relative;
  }

  .header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff;
  }

  @media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
      position: absolute;
      top: 120%;
      left: 0px;
      min-width: 200px;
      text-align: left;
      opacity: 0;
      transition: all 300ms ease-in;
      visibility: hidden;
      display: block;
      border: none;
      padding: 0px;
      border-radius: 0px;
    }
  }

  .header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear;
  }

  .header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    transition: all 0.4s linear;
    padding: 0;
  }

  .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    /*color: #222222;*/
    padding: 0px 30px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
  }

  .header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
  }

  /*.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #ea2c58;
    color: #fff;
    }*/

    @media (min-width: 992px) {
      .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
      }
    }

    .header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
      margin-top: 0px;
    }

    .header_area .navbar .nav .nav-item:last-child {
      margin-right: 0px;
    }

    .header_area.navbar_fixed .main_menu {
      position: fixed;
      width: 100%;
      top: -70px;
      left: 0;
      right: 0;
      transform: translateY(70px);
      transition: transform 500ms ease, background 500ms ease;
      -webkit-transition: transform 500ms ease, background 500ms ease;
      box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    }

    .header_area.navbar_fixed .main_menu .header_area {
      display: none;
    }
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
      line-height: 70px;
    }
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .main_btn {
      margin-top: 10px;
    }

    /*NEO'S CODE START HERE*/
    .header_area .container-fluid {
     padding: 0% 2% !important;
   }

   .navbar-light {
    background: white;
  }

  .navigation {
    float: left;
    width: 1000px;
    height: 39px;
    background: #72243D top repeat-x;
    border-bottom: solid 5px;
  }

  .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .1);
  }

  /*CONTACT US*/
  .contact_info .info_item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #ea2c58;
    color:#6b100a;
    font-weight: 600;
    cursor: pointer;
  }

  .contact_info .info_item i:link {
   color : red;
 }

 .contact_info .info_item i:hover {
   color:red;
 }

 .contact_info .info_item i:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}

.contact_info .info_item i:active {
	transform: translateY(4px);
}

@media (max-width: 575.98px){
  .btn-btn {
    margin-top: 100px;
  }
}

.reset_btn {
	display: inline-block;
	background: $baseColor;
	padding: 0px 30px;
	color: black;
	font-family: $rob;
	font-size: 14px;
	font-weight: 500;
	line-height: 38px;
	border: 1px solid $baseColor;
	border-radius: 0px;
	outline: none !important;
	box-shadow: none !important;
	text-align: center;
	border: 1px solid $baseColor;
	cursor: pointer;
	@include transition;
	&:hover{
		background: transparent;
		color: $baseColor;
	}
}
.g-recaptcha {
	margin: right;
	width:304px;
	position: relative;
  z-index: 2;
}

.g-recaptcha-section {
  float: right;
  height: auto;
}

.banner_area .banner_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* height: 100%; */
  min-height: 500px;
  background-size: 1500px;
  z-index: 1;
}
/* end of header css  */

.span-n {
  font-family: serif;
  font-weight:700;
  text-transform: uppercase;
}

.design-n {
    font-family: 'Montserrat', serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.link-n {
  color: black;
}

.col-container {
  display: table;
  width: 100%;
}

.h3-n {
  color: darkred;
  font-size: 18px;
}

#img-program {
  height:110px;
  margin-bottom:10px;
  cursor:pointer;
  padding-right: 5px;
}


.padding-activity {
  margin-top:20px;
  margin-bottom:20px;
}

/* march content */
.color-n {
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  cursor: pointer;
}
.active-n, .color-n:hover {
  background-color:darkred;
  color:white!important;
}

.active-n {
  color: darkred;
}

#tab-padding {
  padding:10px 10px 10px 10px;
}

#a-design {
  color: black;
  padding-left: 80px;
}

@media (max-width:768px) {
  #a-design {
    font-text: center;
  }
}

.ya {
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

#p-design {
  color: black;
  font-size: 18px;
}
#p-design-1 {
  color: black;
  font-size: 18px;
  font-family: Times New Roman ;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: black;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
/* .tab button:hover {
  background-color: pink;
} */
/* .accordian-container {
    background: linear-gradient(#b21c37, #FC3903);
} */

/* Create an active/current tablink class */
.tab button.active {
  background-color: darkred;
}

.button {
  color: white;
}
.hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.accordian-container {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width:768px) {
  .accordian-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* Style the tab content */

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.w3-tag {
    background-color: darkred;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    animation-name: example;
    animation-duration: 10s;
}

@keyframes example {
   0% {background-color: red;}
   25% {background-color: yellow;}
   50% {background-color: orange;}
   100% {background-color:darkred;}

}

.activities{
  height: 300px;
  object-fit: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .8), 0 6px 20px 0 rgba(0, 0, 0, .8)!important;
}


@media (max-width:768px) {
  .activities {
    max-width: 100%;
  }
}

.a-n {
  b
}

/* committee section  */
.card-n {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
}

.title {
  color: grey;
  font-size: 18px;
}

.button-n {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: darkred;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.a-n {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

.button-n:hover, .a-n:hover {
  opacity: 0.7;
}

/* previous style */
@media (max-width: 1224px) {
  .section_gap{
  padding: 0px 0px!important;

  }
}
.w3-tag {
    background-color: darkred;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    animation-name: example;
    animation-duration: 10s;
}
.w3-wide {
    letter-spacing: 4px;
}

@keyframes example {
   0% {background-color: red;}
   25% {background-color: yellow;}
   50% {background-color: orange;}
   100% {background-color:darkred;}

}
.w3-container, .w3-panel {
    padding: 0.01em 16px;
    padding-bottom: 25px!important;
}
.w3-white, .w3-hover-white:hover {
    color: white!important;
    background-color: indianred!important;
}
.w3-black, .w3-hover-white:hover {
    color: white!important;
    background-color: darkred!important;
}
.w3-card:hover {
  color: black!important;
}
.advice-area-1{
    /* padding: 80px 0px; */
    cursor: default;
    padding-top: 50px;
}
.border-1 {
  border-radius: 10px;
  border-color: black;
}
.h2-n {
  padding-top:10px;
  margin-bottom:10px;
}
.p-n {
    margin-top: 0;
    margin-bottom: 10px;
}
.contact {
padding-right:5px;
margin-bottom:10px;
}
#link-color {
  color:white;
}

/* teacher code section start  */
.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee;
    background: darkred;
    border:0px;
}

.p-t-n {
  color: white;
  font-size: 20px;
  margin-left:auto;
  margin-right:10px;
}

@media (max-width:768px) {
  .p-t-n{
    font-size:15px;
    text-align: justify;
  }
}
@media (max-wdth:768px) {
  .w3-image !important{
    max-width: 100%;
    height: 350px!important;
    margin-top:
}
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */

.w3-image !important{
    max-width: 100%;
    height: 350px!important;
}
.w3-display-topright {
  position: absolute;
  right: 0;
  top:inherit!important;
}
@media (max-width:768px) {
  .w3-display-topright {
    position: absolute;
    right: 0;
    top:0;
}
}

.h2-animate {
  animation-name: example;
  animation-duration: 10s;
}
@keyframes example {
   0% {background-color: red;}
   25% {background-color: yellow;}
   50% {background-color: orange;}
   100% {background-color:darkred;}

}

/* activity.php style */
.announcement-n
{
    border: 2px solid #000;
    padding: 20px;
}
#img-program-2 {
    height: 200px;
    margin-bottom: 10px;
    cursor: pointer;
    padding-right: 5px;
}
@media (max-width: 768px) {
  #img-program-2 {
    max-width : 100%;
  }
}

.f-n {
  float: left;
}
