/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
font-family: 'Montserrat', sans-serif;

}

a {
  color:  #9d2235;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 0px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	  margin: 0 0 0px 0;
  padding: 0;

}

/* Back to top button */

.back-to-top {
  position: fixed;
  border:1px solid #fff;
  display: none;
  background:#004110;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}


.clear {clear:both;}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.tophead{padding:10px 0px;text-align:center;font-weight:500;margin:auto;background-color:#004110;}
.tophead a{color:#fff;font-size:15px;}
.tophead img{padding-right:5px;}
#header {
  height:75px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
  background-color:#004110;

}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
    background: #004110;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:75px;

}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
 padding: 6px 20px;
    width: 75%;
  margin: 0px 0;
}

.main-pages {
  margin-top: 60px;
}

.mp0 { margin:0px !important; padding:0px !important;}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0 5px 0 8px;
  list-style: none;
  background:transparent;
  border-radius:0px;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;

}

.main-nav a {
         display: block;
    position: relative;
    color: #004110;
    padding: 7px 0px 15px;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 12px;
}
.main-nav .active > a{
	  color: #83aa0d;

}
.main-nav .active > a:hover{
	  color: #83aa0d;

}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #83aa0d;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;

}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004110;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color:#83aa0d;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background:#fff;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #004110;
  padding: 15px 20px 10px;
  font-weight: 500;
  border-bottom: 1px solid #5ab07e;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #83aa0d;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin:10px 18px 0 0;
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 18, 18, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}



/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/


.topheader{background-color:#fff;min-height:60px;border-radius:40px;margin-top:0px;padding:0px 20px 10px;}
#intro {
  width: 100%;
position:relative;

}
.container1{
	max-width:800px;
	margin:auto;
}

#intro .textbox {
    width:100%;
    margin: auto!important;
    position: absolute;
    text-align: center!important;
    top:330px;
   padding-bottom:20px;
}
#intro .textbox h1 {
    font-size: 40px;
    color: #fff;
    text-align:center;
    font-weight:700;text-transform:uppercase;
    text-shadow: 4px 4px 2px #000;
}

/*  services Section
--------------------------------*/

#services {
  padding: 80px 0 50px 0;
  background-image:url(../images/service_bg.jpg);
  background-repeat:no-repeat;
  background-position:bottom center;
	text-align:center;
background-size:cover;

}
#services  .eventbox{
-moz-box-shadow: 0 5px 51px rgba(0,0,0,.16);
-webkit-box-shadow: 0 5px 51px rgba(0,0,0,.16);
    box-shadow: 0 5px 51px rgba(0,0,0,.16);background-color:#fff;padding:0px;}
.text-box{ 	text-align:left;top:30%;position:absolute;padding:0px 20px 30px;color:#fff;transition: 0.7s;}

#services .text-box h1{font-weight: 700; text-align:left; margin: 0px;color:#fff; padding: 20px 0px 10px; font-size:30px;
margin-bottom:0px;line-height:40px;text-transform:uppercase;}
.text-box p {
  padding:0px 0px 10px;
  font-size:13px;
  line-height:18px;
color:#fff;
font-weight:400;
 text-align:left!important;
 margin:0px;
}
.mt50{margin-top:50px;}
.readbtn {
text-decoration:none;
border:0px;
background-color:transparent;
color:#a9db14;
border-radius:5px;
font-size:13px;
padding:0px;
font-weight:500;
margin:0px;
cursor:pointer;
text-transform:uppercase!important;
}

.readbtn:hover {
text-decoration:underline;
border:0px;
background-color:transparent;
color:#a9db14;
border-radius:5px;
font-size:13px;
padding:0px;
font-weight:500;
margin:0px;
text-transform:uppercase!important;
}


.readmore {
    text-decoration:none;

    color:#a9db14;

    font-size:13px;
    padding:0px;
    font-weight:500;
    margin:0px;
    cursor:pointer;
    text-transform:uppercase!important;
}

.readmore:hover {
    text-decoration:underline;

    color:#a9db14;

    font-size:13px;
    padding:0px;
    font-weight:500;
    margin:0px;
    text-transform:uppercase!important;
}







/* About Us Section
--------------------------------*/

.about {
  padding: 55px 0;

text-align:center;
}

.about  h1 {
line-height:50px;
    color: #004110;
    padding: 20px 8% 50px;
    font-size: 45px;
    font-weight:600;
    margin: 0px!important;
}
.about .about-container .background {
  margin: 20px 0;
}

.abtcontent{
	 position: relative;
padding:0px 0px 20px;
 text-align:left;

}
#services::before{
	content: "";
    background: url(../images/abt_before.png);
    position: absolute;
    width: 181px;
    height:325px;
    top:800px;
    left:0px;
    z-index:9;
	background-repeat:no-repeat
}

#services::after {
    content: "";
    background: url(../images/abt_after.png);
    position: absolute;
    width: 181px;
    height:325px;
    top:1000px;
    right:0px;
    z-index:9;
}
.about .abtcontent h2 {
line-height:25px;
    color: #000;
    padding: 20px 28px 20px 0px;
    font-size:20px;
    font-weight:500;
    text-align: left;
    margin: 0px!important;
}
.about .abtcontent p {
	     text-align: left;
    line-height: 26px;
    font-size: 17px;
    color: #000;
    padding:0px 60px 0px 0px;
    font-weight:500;

 }

.about-container{text-align:center;}


.about1 .about-container{
	margin:50px 0 ;background-color:#fff;

}

.about1 .abtcontent1 p {
	 text-align:left;
  line-height: 26px;
  font-size:15px;
  color:#000;
  padding:0px 0px 10px;
  font-weight:400;
 }
 .about1 .abtcontent1 {
    padding: 30px 0px 30px;
    text-align: left;
}

a.learnbtn {
	z-index: 1;
    font-size: 16px;
    text-transform: uppercase;
    color: #004110;
    border: 2px solid #004110;
    padding: 14px 15px 11px;
    display: inline-block;
    margin-top:0px;
    border-radius: 5px;
	font-weight:500;
    line-height: 1em;
	position: relative;
    overflow: hidden;

}
a.learnbtn::before {
    content: "";
    background:#004110!important;
	color:#fff;
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}
a.learnbtn:hover::before {
    width: 100%;
}
a.learnbtn:hover {
    border-color:#004110;
    color: #fff!important;
}

/* mission Section
--------------------------------*/

#mission {
  padding:30px 0 50px;
  background:#fff;
  background-image:url(../images/mission_bg.jpg);
  background-repeat:no-repeat;
  background-position:bottom center;
background-size:cover;
text-align:center!important;
    background-attachment: fixed;
}

#mission  h1 {text-align:center;
line-height:60px;
    color: #fff;
    padding: 20px 0px 0px;
    font-size:30px;
    font-weight:600;
    margin: 0px!important;
	text-transform:uppercase;
}
#mission .about-container .background {
  margin: 20px 0;
}

.content{
position: relative;
padding:50px 0px 20px;

}

#mission .content p {
	text-align: center;
    line-height: 30px;
    font-size:20px;
    color: #fff;
    padding:20px 15% 30px ;
    font-weight:300;

 }
a.readbtn {
	z-index: 1;
    font-size: 16px;
    text-transform: uppercase;
    color: #1b9547;
    border: 2px solid #1b9547;
    padding: 14px 15px 11px;
    display: inline-block;
    margin-top:0px;
    border-radius: 5px;
	font-weight:500;
    line-height: 1em;
	position: relative;
    overflow: hidden;

}
a.readbtn::before {
    content: "";
    background:#1b9547!important;
	color:#fff;
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}
a.readbtn:hover::before {
    width: 100%;
}
a.readbtn:hover {
    border-color:#1b9547;
    color: #fff!important;
}


/*--------------------------------------------------------------
# news
--------------------------------------------------------------*/
#logos{
	padding: 50px 0px;

}
/*--------------------------------------------------------------
# ftrtop
--------------------------------------------------------------*/
#ftrtop{
	padding: 50px 0px;
	background-color:#8ab605;
	color:#fff;
}
#ftrtop .leftbox{
 text-align:center;
}
#ftrtop .leftbox p{padding-bottom:5px; font-size: 14px;font-weight:500;text-transform: uppercase;}
#ftrtop .rightbox p{padding-bottom:0px; font-size: 15px;font-weight:500;}
a.paybtn {
	z-index: 1;   font-size: 16px;    text-transform: uppercase;    color: #fff;    border: 2px solid #698c00;	background-color:#698c00;
    padding: 14px 55px 11px;    display: inline-block;    margin-top:0px;    border-radius: 5px;	font-weight:600;
	line-height: 1em;	position: relative;    overflow: hidden;
}
a.paybtn::before {
    content: "";    background:#004110!important;	color:#fff;    height: 100%;    width: 0%;    position: absolute;    top: 0;
    left: 0;    z-index: -1;    transition: 0.5s ease-in-out;}
a.paybtn:hover::before {
    width: 100%;
}
a.paybtn:hover {
    border-color:#004110;
    color: #fff!important;
}
a.registerbtn {
	z-index: 1;   font-size: 16px;    text-transform: uppercase;    color: #fff;    border: 2px solid #417356;	background-color:#417356;
    padding: 14px 42px 11px;    display: inline-block;    margin-top:0px;    border-radius: 5px;	font-weight:600;
	line-height: 1em;	position: relative;    overflow: hidden;
}
a.registerbtn::before {
    content: "";    background:#fff!important;	color:#417356;    height: 100%;    width: 0%;    position: absolute;    top: 0;
    left: 0;    z-index: -1;    transition: 0.5s ease-in-out;}
a.registerbtn:hover::before {
    width: 100%;
}
a.registerbtn:hover {
    border-color:#417356;
    color: #417356!important;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;

}

#footer .footer-top {
  padding:50px 0 20px 0;
background-image:url("../images/footer_bg.jpg");
 background-repeat:no-repeat;
 background-size:cover;

}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight:600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;

}

#footer .footer-top .footer-links {
  margin-bottom: 0px!important;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  font-size:14px;

}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  font-weight:500;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
   font-weight:500;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 23px;

   font-weight:500;
   font-size:12px;
}
#footer .footer-top .footer-contact a {
  font-size: 13px;
  background: transparent;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  text-align: left;
  transition: 0.3s;
}

    #footer .footer-top .footer-contact i{ padding: 8px 10px 0 0;  font-size:25px;}
#footer .ftrlogo{text-align:right; float:right!important;}

#footer .copyright p{
  text-align: left;
  font-size:12px;
  color:#fff;
   padding:20px 0px;
 margin-top:0px;
}


.about1 h1 {
    line-height: 43px !important;
    color: #010101 !important;
    padding: 30px 0px 20px 0px !important;
    font-size: 43px !important;
    font-weight:500 !important;
    text-align: left !important;
    margin: 0px!important;
    text-transform: uppercase;
}
.about1 p {
    text-align:left;
    line-height: 29px;
    font-size:16px;
    color:#010101;
    padding:0px 0px 10px;
    font-weight:500;
}

.about1 h2,h3 {
    margin:30px 0px 10px 0px;
    width: 100%;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1260px){

a.registerbtn {
    z-index: 1;
    font-size: 13px;
}
.abtcontent{
padding:20px 20px 20px;
 text-align:left;
}
.main-nav, .main-nav * {
    margin: 0;
    padding: 0 2px 0 0px;
    list-style: none;
    background: transparent;
}
.main-nav a {
    display: block;
    position: relative;
    color: #004110;
    padding: 7px 7px 15px;
    transition: 0.3s;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-top: 12px;
}
.abtcontent::after {
    content: "";
    background: url(../images/abt_after.png);
    position: absolute;
    width: 181px;
    height: 325px;
    top: 0px;
    right: -56px;
    z-index: 9;
}
#about .about-container h1 {
  line-height:25px;
font-size:22px;
}

.eventbox .text-box {
    top:50%;
}
.events{
	    padding: 30px 30px;
}
#services .text-box h1 {
    text-align: left;
    margin: 0px;
    color: #fff;
    padding: 10px 0px 10px;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 17px;
    text-transform: none;
}
#services .text-box p {
    padding: 0px 0px 10px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-weight: 500;
    text-align: left!important;
    margin: 0px;
}
.about h1 {
    line-height:45px;
    color: #004110;
    padding: 20px 8% 50px;
    font-size: 40px;
    font-weight: 600;
    margin: 0px!important;
}
#services .eventbox {
    margin-bottom: 20px;
}
#about{
padding:50px 0px;
}
.abtcontent::after{display:none;}
.abtimage::before{display:none;}
#intro .textbox {
    width: 100%;
    margin: auto!important;
    position: absolute;
    text-align: center!important;
    top: 240px;
    padding-bottom: 20px;
}
 #intro {
    padding:65px 0 0px 0;
  }
}

@media (max-width: 991px) {
	#header {
    height: 40px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
    background-color: #004110;
}
#intro .textbox {
    width: 100%;
    margin: auto!important;
    position: absolute;
    text-align: center!important;
    top: 180px;
    padding-bottom: 20px;
}
   #intro {
    padding: 20px 0 0px 0;
  }
#footer .footer-top {
  padding:50px 0 0 0;
background-image:url("../images/footer_bg.jpg");
 background-repeat:no-repeat;

}

#header .logo img {
  padding:10px 0 0;
  margin: 0px;
}

#about .about-container h1 {
  line-height:25px;
font-size:40px;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:20px;
  padding-bottom:10px!important;
}
#footer .copyright{padding-bottom:0px;}
.topheader{padding:0px 10px 10px;
background-color: transparent;
}

 #about .about-container p {
       padding: 20px 0px 20px;
 }

.ftrlogo {
    text-align: right;
    padding-top:0px;
}

#header .logo img {width:80%;}
#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:110px;
}

.eventbox .text-box {
    top:75%;
}

#services .text-box h1 {
    text-align: left;
    margin: 0px;
    color: #fff;
    padding: 10px 0px 10px;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 17px;
    text-transform: none;
}
#services .text-box p {
    padding: 0px 0px 10px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-weight: 500;
    text-align: left!important;
    margin: 0px;
}
.about h1 {
    line-height: 50px;
    color: #004110;
    padding: 20px 0% 50px;
    font-size: 37px;
    font-weight: 600;
    margin: 0px!important;
}
.about .abtcontent p {
    text-align: left;
    line-height: 26px;
    font-size: 17px;
    color: #000;
    padding: 0px 0px 0px 0px;
    font-weight: 500;
}
#ftrtop .rightbox p {
    padding-top: 20px;
}
#mission .content p {
      padding: 20px 0% 30px;
}
.about .abtcontent h2 {
    padding: 20px 0px 20px 0px;
}
.abtcontent::after{display:none;}
.abtimage::before{display:none;}
#services .eventbox {
    margin-bottom: 20px;
}
#about{
padding:30px 0px;
}
#about h1 {
    line-height: 39px;
    color: #006699;
    padding: 20px 0px 20px;
    font-size:30px!important;
    font-weight: 600;
    margin: 0px!important;
}
.abtcontent{
 padding:20px 0 0;
 text-align:left;
}
#about .abtcontent h2 {
    line-height: 22px;
    color: #000;
    padding: 20px 0px 0px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin: 0px!important;
}
#about .abtcontent p {
    text-align: left;
    line-height: 22px;
    font-size: 15px;
    color: #000;
    padding: 20px 10px 30px 0px;
    font-weight: 400;
}

}
@media (max-width: 780px) {
  .back-to-top {
    bottom: 15px;
  }
  #footer .footer-top {
background-color:#000;
padding: 0px 0 0 0;
}


}

@media (max-width: 767px) {
	#intro .textbox {
    width: 100%;
    margin: auto!important;
    position: absolute;
    text-align: center!important;
    top: 120px;
    padding-bottom: 20px;
}
#intro .textbox h1 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

  #intro {
    padding: 44px 0 0px 0;
  }
	#header {
    height: 40px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
    background-color: #004110;
}
#intro .textbox {
    width: 100%;
    margin: auto!important;
    position: absolute;
    text-align: center!important;
    top:180px;
    padding-bottom: 20px;
}
	#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:110px;
}

#footer .footer-top {
  padding:50px 0 0 0;
background-image:url("../images/footer_bg.jpg");
 background-repeat:no-repeat;

}

#about {
  padding: 10px 0 30px;
}

.abtcontent{
padding:20px 0px 20px;
 text-align:left;
}
#about .about-container h1 {
  line-height:30px;
font-size:25px;
    padding-top: 55px;
}


#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:20px;
  padding-bottom:10px!important;
}
#footer .copyright{padding-bottom:0px;}
.topheader{padding: 0px 30px 0px;}

 #about .about-container p {
       padding: 20px 0px 20px;
 }


#footer .ftrlogo {
  text-align: left;
    float: left!important;
	padding-top: 20px;
}


#header .logo img {width:80%;
    padding: 10px 0 0;
    margin: 0px;
}
.about h1 {
    line-height: 50px;
    color: #004110;
    padding: 20px 0% 50px;
    font-size: 37px;
    font-weight: 600;
    margin: 0px!important;
}
.eventbox .text-box {
    top:75%;
}
.topbox h1 {font-size: 24px;}

#services .eventbox {
    margin-bottom: 20px;
}
#about{
padding:20px 0px;
}

.topheader {
    padding: 0px 20px 0px;
}
}


@media (max-width: 574px) {
	#header .logo img {width:60%;
    padding: 10px 0 0;
    margin: 0px;
}
#header {
    height: 40px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
    background-color: #004110;
}
#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:110px;
}
.about h1 {
    line-height: 50px;
    color: #004110;
    padding: 20px 0% 50px;
    font-size: 37px;
    font-weight: 600;
    margin: 0px!important;
}

#intro .textbox {
    width: 100%;
    margin: auto!important;
    position: absolute;
    text-align: center!important;
    top: 120px;
    padding-bottom: 20px;
}
#intro .textbox h1 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

  #intro {
    padding: 44px 0 0px 0;
  }
#footer .footer-top {
  padding:50px 0 0 0;
background-image:url("../images/footer_bg.jpg");
 background-repeat:repeat-x;
}

#about {
  padding: 10px 0 30px;
}

.abtcontent {
    padding: 0px 10px 0px;
    text-align: left;
}
#about .about-container h1 {
  line-height:30px;
font-size:25px;
    padding-top: 55px;
}


#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:20px;
  padding-bottom:10px!important;
}
#footer .copyright{padding-bottom:0px!important;}


 #about .about-container p {
       padding: 20px 0px 20px;
 }

#footer .ftrlogo {
  text-align: left;
    float: left!important;
	padding-top: 20px;
}



#services .eventbox {
    margin-bottom: 20px;
}
#about{
padding:30px 0px;
}
.topheader {
    padding: 0px 27px 0px;
}
.mobile-nav-toggle i {
    margin:10px 18px 0 0;
    color: #fff;
}
}
@media (min-width:320px) and (max-width:573px){
	.tophead a {
    color: #fff;
    font-size: 7px;
}
	#header .logo img {width:50%;
    padding: 10px 0 0;
    margin: 0px;
}
#header {
    height: 40px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
    background-color: #004110;
}
#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:110px;
}
	.topheader {
    padding: 0px 15px 0px;
}
.about h1 {
    line-height: 30px;
    color: #004110;
    padding: 20px 0% 50px;
    font-size: 25px;
    font-weight: 600;
    margin: 0px!important;
}
.eventbox .text-box {
    top:40%;
}

#intro {
    padding: 44px 0 0px 0;
}
#intro .textbox {
    width: 100%;
    margin: auto!important;
    position: absolute;
    text-align: center!important;
    top: 70px;
    padding-bottom: 20px;
}
#intro .textbox h1 {
    font-size: 19px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.tophead img {
    padding-right: 0px;
}
a.learnbtn {
    z-index: 1;
    font-size: 11px;
}
}