/* CUSTOM CODE */
/* INFLUX INFOTECH */
.header-area {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99999;
    top: 0px;
}
.main-menu nav>ul>li>a {
    display: block;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 24px 0;
    position: relative;
    font-weight: 700;
}
.header-logo {
    display: block;
    margin-top: 15px;
}
.slider-area {
    margin-top: 111px;
}
.header-top-left.text-start p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}
.header-top-left.text-start p a {
    font-size: 14px;
    color: #fff;
    text-transform: lowercase;
    font-family: 'Roboto', sans-serif;
}
.header-top-left.text-start p a:hover {
    font-size: 14px;
    color: #a2b3cf;
    text-transform: lowercase;
}
ul.sub-menu>li a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}
.stick .header-logo {
    margin-top: 16px;
}
.about-image img {
    width: 100%;
    outline: 2px solid #ffffffc9;
    outline-offset: -10px;
}
.btn {
    background-color: #12479e;
    border: 2px solid #12479e;
    border-radius: 0;
    color: #ffffff;
    height: 40px;
    line-height: 24px;
    padding: 6px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
}
.btn:hover {
    background-color: #d13387;
    border: 2px solid #d2398b;
    color: #fff;
}
.about-content h3 {
    font-size: 30px;
    margin-bottom: 10px;
    z-index: 9;
    text-transform: uppercase;
    font-weight: 700;
}
.about-content p {
    line-height: 26px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: justify;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.about-area.section.bg-white.pt-120.pb-90 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.scl-not {
    background-color: #ffc800;
    height: 40px;
    margin-top: -40px;
    /* position: absolute; */
    width: 100%;
    z-index: 99;
    padding-left: 50px;
    padding-right: 50px;
}
p.marQp {
    color: #000;
    font-weight: 700;
    line-height: 35px;
}
.about-area.scrl-ntc.section.bg-white.pt-120.pb-90 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.header-top {
    background-color: #12479e;
    padding: 5px 0;
}
.about-area.scrl-ntc.section.bg-white.pt-120.pb-90 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #003489 !important;
    height: 46px;
    margin-top: -2px;
}
p.marQp span1 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 47px;
    font-weight: 400;
}
.news-area.facilities.bg-white.section.pt-120.pb-120 {
    background-color: #f1f1f1;
    padding-top: 60px;
    padding-bottom: 60px;
}
.news-area.facilities.bg-white.section.pt-120.pb-120 {
    background-color: #f7f7f773 !important;
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-title.col-xs-12.facilities {
    margin-bottom: 30px;
}
.section-title.col-xs-12.facilities h3 {
    font-weight: 700;
    font-size: 30px;
}
.section-title.col-xs-12.facilities p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.row.mb--30.fac-dbl {
    margin-top: 30px;
}
img.fcl-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
.news-item .content {
    padding: 10px 20px 20px;
    text-align: center;
}
.news-item .content p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #000;
}
.news-item .content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
a.onl-adm-btn {
    font-family: 'Roboto', sans-serif !important;
    background-color: #ff9014;
    padding: 0px 15px 0px 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px !important;
    letter-spacing: 1px;
    border-radius: 25px;
    display: block !important;
}
a.onl-adm-btn:hover {
    font-family: 'Roboto', sans-serif !important;
    background-color: #df5b75;
    color: #fff !important;
    padding: 0px 15px 0px 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px !important;
    letter-spacing: 1px;
    border-radius: 25px;
    display: block !important;
}
@keyframes glowing {
    0% {
      background-color: #ff9014;
      /* box-shadow: 0 0 5px #ff9014; */
    }
    50% {
      background-color: #df5b75;
      /* box-shadow: 0 0 20px #df5b75; */
    }
    100% {
      background-color: #ff9014;
      /* box-shadow: 0 0 5px #ff9014; */
    }
  }
  a.onl-adm-btn {
    animation: glowing 1200ms infinite;
  }

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #eee;
    background-color: #ffffff;
}
  
/* TABS */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #721a2b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
}

  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #0c0f55;
    color: #FFF;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 20px;
    border: 1px solid #eee;
    border-top: none;
    height: 400px;
  }

  div#Mission ul li {
    color: #000;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 7px;
    list-style: disc;
    font-size: 15px;
    padding-top: 0px;
}

/* TABS */
.sidebar-teacher {
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
.sidebar-teacher.msgs a h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 13px;
}
.sidebar-teacher.msgs h5 {
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    color: #721a2b;
    margin-bottom: 5px;
}
.marqdiv p a {
    font-family: 'Roboto', sans-serif !important;
    color: #000;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    margin-bottom: 8px;
}
.teachers-area.section.bg-white.pt-120.pb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-title.col-xs-12.mb-60 {
    margin-bottom: 10px;
}
.teachers-area.section.bg-white.pt-120.pb-100 h3 {
    font-weight: 700;
}
.gallery-area.news-area.facilities.bg-white.section.pt-120.pb-120 h3 {
    font-weight: 700;
}
.section-title.mb-80 {
    margin-bottom: 30px;
}
.teachers-area.funfact-area.section.bg-white.pt-120.pb-100 h3 {
    color: #fff;
}
.teachers-area.funfact-area.section.bg-white.pt-120.pb-100 p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.teachers-area.funfact-area.section.bg-white.pt-120.pb-100 {
    background-image: url(../img/bg/birthday-bg.jpg);
}
.single-teacher.text-center.birthday img {
    width: auto;
    height: auto;
}
.content.bdys {
    padding-bottom: 8px;
    padding-top: 24px;
    background-color: #ffbf00;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.content.bdys h5 {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: normal;
}
.single-teacher.text-center.birthday {
    margin: 0px 10px;
}
.single-teacher.text-center.birthday img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.news-area.bg-white.section.pt-120.pb-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.news-area.bg-white.section.pt-120.pb-120 h3 {
    font-weight: 700;
}
.content.courses {
    padding: 24px 15px 15px;
}
.footer-bottom-area .copyright a {
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
}
.footer-bottom-area .copyright :hover {
    color: #fdc900;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
}
.footer-bottom-area p {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: .4px;
    text-transform: uppercase;
}
.footer-widget ul li a {
    line-height: 25px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
    display: block;
    font-size: 13px;
}
.footer-social {
    margin-top: 20px;
}
.footer-widget>h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 13px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-top-area.section.pt-100.pb-0.pb-xl-4 {
    padding-top: 60px;
}
.footer-widget.cont.col-lg-3.col-md-6.col-12.mb-50 ul li a {
    text-transform: none !important;
}
.footer-widget ul li a:hover {
    color: #fdc900;
}
.footer-widget .footer-social a i {
    display: block;
    font-size: 20px;
    line-height: 17px;
}
.footer-widget .footer-social a i:hover {
    display: block;
    font-size: 20px;
    line-height: 17px;
    color: #a2b3cf;
}
}
.header-bottom.sitemenu.bg-white.sticker.section.sticker {
    background-color: #fdc900 !important;
}
.main-menu {
    float: left !IMPORTANT;
}
.stick .main-menu nav>ul>li>a {
    padding: 10px 0;
}
.header-bottom.stick {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    position: fixed;
    top: 0;
}
.main-menu nav>ul>li.active>a, .main-menu nav>ul>li:hover>a {
    color: #a40b08;
}
.main-menu nav>ul>li>a:before {
    background-color: #a50f0c;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    right: 50%;
}
.header-top {
    background-color: #721914;
    padding: 5px 0;
}
.table-bordered>:not(caption)>*>* {
}




/* CUSTOM CODE */
/* INFLUX INFOTECH */
.header-area {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99999;
    top: 0px;
}
.main-menu nav>ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px 0;
    position: relative;
    font-weight: 700;
}
.header-logo {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.slider-area {
    margin-top: 185px;
}
.header-top-left.text-start p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}
.header-top-left.text-start p a {
    font-size: 14px;
    color: #fff;
    text-transform: lowercase;
    font-family: 'Roboto', sans-serif;
}
.header-top-left.text-start p a:hover {
    font-size: 14px;
    color: #a2b3cf;
    text-transform: lowercase;
}
ul.sub-menu>li a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}
.stick .header-logo {
    margin-top: 16px;
}
.about-image img {
    width: 100%;
    outline: 2px solid #ffffffc9;
    outline-offset: -10px;
}
.btn {
    background-color: #00428e;
    border: 2px solid #00428e;
    border-radius: 0;
    color: #ffffff;
    height: 40px;
    line-height: 24px;
    padding: 6px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
}
.btn:hover {
    background-color: #721a2b;
    border: 2px solid #721a2b;
    color: #fff;
}
.about-content h3 {
    font-size: 30px;
    margin-bottom: 10px;
    z-index: 9;
    text-transform: uppercase;
    font-weight: 700;
}
.about-content p {
    line-height: 26px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: justify;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.about-area.section.bg-white.pt-120.pb-90 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.scl-not {
    background-color: #ffc800;
    height: 40px;
    margin-top: -40px;
    /* position: absolute; */
    width: 100%;
    z-index: 99;
    padding-left: 50px;
    padding-right: 50px;
}
p.marQp {
    color: #000;
    font-weight: 700;
    line-height: 35px;
}
.about-area.scrl-ntc.section.bg-white.pt-120.pb-90 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.header-top {
    background-color: #cd3a2a;
    padding: 5px 0;
}
.about-area.scrl-ntc.section.bg-white.pt-120.pb-90 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #cd3a2a !important;
    height: 46px;
    margin-top: -2px;
}
p.marQp span1 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 47px;
    font-weight: 400;
}
.news-area.facilities.bg-white.section.pt-120.pb-120 {
    background-color: #f1f1f1;
    padding-top: 60px;
    padding-bottom: 60px;
}
.news-area.facilities.bg-white.section.pt-120.pb-120 {
    background-color: #f7f7f773 !important;
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-title.col-xs-12.facilities {
    margin-bottom: 30px;
}
.section-title.col-xs-12.facilities h3 {
    font-weight: 700;
    font-size: 30px;
}
.section-title.col-xs-12.facilities p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.row.mb--30.fac-dbl {
    margin-top: 30px;
}
img.fcl-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
.news-item .content {
    padding: 10px 20px 20px;
    text-align: center;
}
.news-item .content p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #000;
}
.news-item .content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
a.onl-adm-btn {
    font-family: 'Roboto', sans-serif !important;
    background-color: #ff9014;
    padding: 0px 15px 0px 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px !important;
    letter-spacing: 1px;
    border-radius: 25px;
    display: block !important;
}
a.onl-adm-btn:hover {
    font-family: 'Roboto', sans-serif !important;
    background-color: #df5b75;
    color: #fff !important;
    padding: 0px 15px 0px 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px !important;
    letter-spacing: 1px;
    border-radius: 25px;
    display: block !important;
}
@keyframes glowing {
    0% {
      background-color: #ff9014;
      /* box-shadow: 0 0 5px #ff9014; */
    }
    50% {
      background-color: #df5b75;
      /* box-shadow: 0 0 20px #df5b75; */
    }
    100% {
      background-color: #ff9014;
      /* box-shadow: 0 0 5px #ff9014; */
    }
  }
  a.onl-adm-btn {
    animation: glowing 1200ms infinite;
  }

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #eee;
    background-color: #ffffff;
}
  
/* TABS */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #721a2b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
}

  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #00428e;
    color: #FFF;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 20px;
    border: 1px solid #eee;
    border-top: none;
    height: 400px;
  }

  div#Mission ul li {
    color: #000;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 7px;
    list-style: disc;
    font-size: 15px;
    padding-top: 0px;
}

/* TABS */
.sidebar-teacher {
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
.sidebar-teacher.msgs a h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 13px;
}
.sidebar-teacher.msgs h5 {
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    color: #721a2b;
    margin-bottom: 5px;
}
.marqdiv p a {
    font-family: 'Roboto', sans-serif !important;
    color: #000;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    margin-bottom: 8px;
}
.teachers-area.section.bg-white.pt-120.pb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-title.col-xs-12.mb-60 {
    margin-bottom: 10px;
}
.teachers-area.section.bg-white.pt-120.pb-100 h3 {
    font-weight: 700;
}
.gallery-area.news-area.facilities.bg-white.section.pt-120.pb-120 h3 {
    font-weight: 700;
}
.section-title.mb-80 {
    margin-bottom: 30px;
}
.teachers-area.funfact-area.section.bg-white.pt-120.pb-100 h3 {
    color: #fff;
}
.teachers-area.funfact-area.section.bg-white.pt-120.pb-100 p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.teachers-area.funfact-area.section.bg-white.pt-120.pb-100 {
    background-image: url(../img/bg/birthday-bg.jpg);
}
.single-teacher.text-center.birthday img {
    width: auto;
    height: auto;
}
.content.bdys {
    padding-bottom: 8px;
    padding-top: 24px;
    background-color: #ffbf00;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.content.bdys h5 {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: normal;
}
.single-teacher.text-center.birthday {
    margin: 0px 10px;
}
.single-teacher.text-center.birthday img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.news-area.bg-white.section.pt-120.pb-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.news-area.bg-white.section.pt-120.pb-120 h3 {
    font-weight: 700;
line-height: 30px;
}
.content.courses {
    padding: 24px 15px 15px;
}
.footer-bottom-area .copyright a {
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
}
.footer-bottom-area .copyright :hover {
    color: #fdc900;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
}
.footer-bottom-area p {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: .4px;
    text-transform: uppercase;
}
.footer-widget ul li a {
    line-height: 25px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
    display: block;
    font-size: 13px;
}
.footer-social {
    margin-top: 20px;
}
.footer-widget>h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 13px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-top-area.section.pt-100.pb-0.pb-xl-4 {
    padding-top: 60px;
}
.footer-widget.cont.col-lg-3.col-md-6.col-12.mb-50 ul li a {
    text-transform: none !important;
}
.footer-widget ul li a:hover {
    color: #fdc900;
}
.footer-widget .footer-social a i {
    display: block;
    font-size: 20px;
    line-height: 17px;
}
.footer-widget .footer-social a i:hover {
    display: block;
    font-size: 20px;
    line-height: 17px;
    color: #a2b3cf;
}
.header-bottom.sitemenu.bg-white.sticker.section.sticker {
    background-color: #f1a110 !important;
}
.main-menu {
    float: left !IMPORTANT;
}
.stick .main-menu nav>ul>li>a {
    padding: 10px 0;
}
.header-bottom.stick {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    position: fixed;
    top: 0;
}
.main-menu nav>ul>li.active>a, .main-menu nav>ul>li:hover>a {
    color: #a40b08;
}
.main-menu nav>ul>li>a:before {
    background-color: #a50f0c;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    right: 50%;
}
.overlay::after {
    background-color: #000000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.page-banner h1 {
    color: #ffffff;
    font-size: 30px;
    line-height: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-top-area {
    background-color: #007c38;
}
.footer-bottom-area {
    background-color: #007c38;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 0;
}
p.affi-code {
    text-align: right;
    font-size: 20px;
    padding: 0;
    color: #721914;
    margin-top: 30px;
    font-weight: 500;
}
.news-item .content h3 a:hover {
    color: #721914;
}
.news-area.bg-white.section.pt-120.pb-70 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.news-area.bg-white.section.pt-120.pb-70 p {
    text-align: justify;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    line-height: 30px;
}
main.main-content.news-area.bg-white p {
    color: #000;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
}
/* Apply styles to the entire table */
        table {
            width: 100%;
            border-collapse: collapse;
        }

        /* Style table header (th) */
        th {
            background-color: #f2f2f2;
            text-align: left;
            padding: 8px;
        }

        /* Style table data cells (td) */
        td {
            border: 1px solid #ddd;
            padding: 8px;
        }

        /* Add alternate row background color */
        tr:nth-child(even) {
            background-color: #f2f2f2;
        }
.header-bottom.sitemenu.bg-white.sticker.section.sticker {
    background-color: #007c38 !important;
}
.main-menu nav>ul>li.active>a, .main-menu nav>ul>li:hover>a {
    color: #ffffff;
}
.main-menu nav>ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px 0;
    position: relative;
    font-weight: 700;
    color: #fff;
}
.main-menu nav>ul>li>a:before {
    background-color: #f5a803;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    right: 50%;
}
.header-top {
    background-color: #ed1100;
    padding: 5px 0;
}
.about-area.scrl-ntc.section.bg-white.pt-120.pb-90 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ed1100 !important;
    height: 46px;
    margin-top: -2px;
}