/*
  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 {
  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 #5eae2c;
  display: none;
  background:#fff;
  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: #5eae2c;
}


.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
--------------------------------------------------------------*/


#header {
  height:100px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
  background-color:#fff;

}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
    background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:100px;

}



#header .logo img {
    padding: 2px 0px;
    width: 100%;
  margin: 0px 0;
}

.main-pages {
  margin-top: 60px;
}

.mp0 { margin:0px !important; padding:0px !important;}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/


.topheader{background-color:transparent;min-height:60px;border-radius:0px;margin-top:20px;padding:0px 0px 0px;}
#intro {
  width: 100%;

 
}
.container1{
	max-width:800px;
	margin:auto;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}
.main-nav .facebook i {
    font-size:25px;
    color: #447eb1;
	padding:0px!important;
}
.main-nav,
.main-nav * {
  margin: 0;
  padding: 0 0px 0 10px;
  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: #000;
    padding: 7px 0px 15px;
    transition: 0.3s;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 12px;
}
.main-nav .active > a{
	  color: #000;
	
}
.main-nav .active > a:hover{
	  color: #447eb1;
	
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #447eb1;
  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: 15px;
  color: #000;
  font-weight:600;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color:#447eb1;
}

.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 .facebook i {
    font-size: 25px;
    color: #447eb1;
    padding: 0px!important;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #000;
  padding: 15px 20px 10px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
      text-transform: uppercase;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #447eb1;
  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:35px 18px 0 0;
  color: #447eb1;
      background-color: transparent;
    padding: 5px;
}


.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;
}



/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.submit_btn a{margin-top:12px!important;font-size:14px; background-color:#447eb1; padding:7px 10px;border:0px; font-weight:600;color:#fff;
 border-radius:3px; text-transform:uppercase;cursor:pointer;}
 .submit_btn a:hover{margin-top:12px!important;font-size:14px;cursor:pointer; background-color:#447eb1; padding:7px 10px;border:0px; font-weight:600;color:#fff!important;
 border-radius:3px; text-transform:uppercase;}
.join_btn a{margin-top:12px!important;font-size:14px; background-color:#669648; padding:7px 10px;border:0px; font-weight:600;color:#fff;
 border-radius:3px; text-transform:uppercase;cursor:pointer;}
 .join_btn a:hover{margin-top:12px!important;font-size:14px;cursor:pointer; background-color:#669648; padding:7px 10px;border:0px; font-weight:600;color:#fff!important;
 border-radius:3px; text-transform:uppercase;}

/* featured Section
--------------------------------*/

#upcoming {
  padding:40px 0 50px; 
  text-align:center;
  

}
#upcoming h1{
	color:#000;
	font-size:35px;
  text-align:center;
  font-weight:700;
  padding:20px 0 40px 0;
}

.details-box{min-height:270px;position:relative;z-index:3;box-shadow: 0 5px 51px rgba(0,0,0,.16);background-color:#fff;padding: 20px; margin-top: -70px; margin-left: 20px; text-align:left; margin-right: 20px;font-size: 17px;
text-align:left;text-transform:none !important;  
}  
.details-box h2{text-align:left; margin: 0px;color:#000; padding: 0px 0px; font-size:19px;font-weight:600;  
margin-bottom: 10px;line-height:32px;}
.details-box h4{ text-align:left; margin:0px;color:#669648;font-weight:500; padding: 0px 0px; font-size: 15px;  
margin-bottom: 10px;line-height:25px;}

.details-box p{ text-align:left; margin: 0px;color:#000; font-weight:400; padding-left:0px; font-size: 13px;
margin-bottom:20px;line-height:20px;}

a.learnbtn {
	z-index: 1;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    border: 2px solid #000;
    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:#000!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:#000;
    color: #fff!important;
}

a.seebtn {
	z-index: 1;
    font-size: 16px;
    text-transform: uppercase;
	background-color:#e8e8e8;
    color: #000;
    border: 2px solid #e8e8e8;
    padding: 10px 40px 10px;
    display: inline-block;
    margin-top:50px;
    border-radius: 5px;
	font-weight:500;
    line-height: 1em;
	position: relative;
    overflow: hidden;
	}
a.seebtn::before {
    content: "";
    background:#000!important;
	color:#fff;
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}
a.seebtn:hover::before {
    width: 100%;
}
a.seebtn:hover {
    border-color:#000;
    color: #fff!important;
}
/* About Us Section
--------------------------------*/
#about {
  padding:30px 0 50px;
  background:#fff;
  background-image:url(../images/abt_bg.jpg);
  background-repeat:no-repeat;
  background-position:bottom center;
background-size:cover;
text-align:center;
}


#about .about-container .background {
  margin: 20px 0;
}

.abtcontent{
	 position: relative;
padding:0px 0px 20px;
 text-align:left;

}
.abtcnt{background-color:#fff; padding: 40px 30px;}
#about .abtcontent .top {
line-height:32px;
    color: #000;
    padding: 20px 30px 0px 0px;
    font-size:22px;
    font-weight:300;
    text-align: left;
    margin: 0px!important;
}
.abtcontent  h1 {
	text-transform:uppercase;
line-height:40px;
    color: #000;
    padding: 0px 0px 40px;
    font-size:55px;
    font-weight:600;
    margin: 0px!important;
}
.abtcontent  h4 {
line-height:30px;
    color: #000;
    padding: 0px 0px;
    font-size:18px;
    font-weight:600;
    margin: 0px!important;
}
#about .abtcontent p {
	     text-align: left;
    line-height:30px;
    font-size: 19px;
    color: #000;
    padding:20px 30px 30px 0px;
    font-weight:300;

 }

/*.about-container{text-align:center;}*/

 
#about1 .about-container{
	margin:20px 0 ;background-color:#fff;

}
#about1 .about-container .abtcontent1 h1 {
	line-height:50px;
  color:#636153;
  padding:0px  0px;
  font-size:30px;
  font-weight:800;
  margin:0px!important;
 text-align:left;
 	text-transform:uppercase;

  margin:0px!important;
 }
#about1 .about-container p {
	 text-align:left;
  line-height: 26px;
  font-size:15px;
  color:#636153;
  padding:0px 0px 10px;
  font-weight:500;
 }
 #about1 .abtcontent1 {
    padding: 0px 5px 0px;
    text-align: left;
}

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;
}


#about1 .abtcontent1 {
    padding: 0px 0px 0px;
    text-align: left;
}

#about1 .about-container h1 {
    line-height: 43px;
    color: #010101;
    padding: 30px 0px 20px 0px;
    font-size: 43px;
    font-weight:500;
    text-align: left;
    margin: 0px!important;
    text-transform: uppercase;
}
#about1 .about-container .abtcontent1 p {
    text-align:left;
    line-height: 26px;
    font-size:15px;
    color:#010101;
    padding:0px 0px 10px;
    font-weight:500;
}

#about1 h2,h3 {
    margin:30px 0px 10px 0px;
    width: 100%;
}
#about1  .eventbox{text-align:left;
    position:relative;
    -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;margin-bottom:50px;}
.text-box{ top:5%;position:absolute;padding:0px 20px 30px;color:#fff;}
.txtboxblackbg{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}
#about1 .text-box h1{ letter-spacing:0px;text-align:left; margin: 0px; text-transform: uppercase;color:#fff; padding:20px 0px 10px; font-size:24px;
    margin-bottom:0px;line-height:34px;}
#about1 .text-box p {
    padding:10px 0px;
    font-size:15px;
    line-height:24px;
    color:#fff;
    font-weight:500;
    text-align:left!important;
    margin:0px;
}


/* Aboutoak 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: #000;
    padding: 20px 0px 20px;
    font-size:30px;
    font-weight:600;
    margin: 0px!important;
	text-transform:uppercase;
}
#mission .about-container .background {
  margin: 20px 0;
}

.content{
position: relative;
padding:0px 0px 20px;

}

#mission .content p {
	text-align: center;
    line-height: 35px;
    font-size:20px;
    color: #fff;
    padding:20px 30px 30px 0px;
    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;
}

 /*--------------------------------------------------------------
# facebooksec
--------------------------------------------------------------*/
#facebooksec{
padding:0px 0px 0px;
}
#facebooksec .leftbox{padding: 80px 50px 50px 50px;
	  background-image:url("../images/left_bg.jpg");
 background-repeat:no-repeat;
background-position:center center;
 background-size:cover;
}
#facebooksec .leftbox .inner{background-color:#fff;margin:auto;padding:40px 20px;text-align:left;}
#facebooksec .leftbox .inner h3{
	color:#000;
	font-weight:600;
	text-align:left!important;
	font-size:32px;
	padding:0px 0 20px;
	line-height:40px;
	text-transform:uppercase;
	}
	#facebooksec .leftbox .inner h1{
	color:#669648;
	text-transform:uppercase;
	text-align:left!important;
	font-size:50px;
	padding:0px;
	line-height:60px;
		font-weight:600;
	}
#facebooksec .leftbox .inner p {
	text-align: left;
    line-height:25px;
    font-size:20px;
    color: #000;
    padding:20px 0px 20px 0px;
    font-weight:300;

 }
		#facebooksec .rightbox {background-color:#447eb1;padding:30px;}
	#facebooksec .rightbox  h1{
	color:#fff;
		text-align:left!important;
	font-size:35px;
	padding:30px 0px 20px;
	line-height:40px;
	font-weight:600;
	}
	
/*--------------------------------------------------------------
# quicklinks
--------------------------------------------------------------*/
.mt30{margin-top:30px;}
#quicklinks{
	padding: 50px 0px;
	 background-image:url("../images/quick_bg.jpg");
 background-repeat:no-repeat;
background-position:top center;background-size:cover;
}
#quicklinks h1{
  font-size:60px;
font-weight:600;
 padding:0px 0px 30px;
 text-transform:uppercase;
 color:#fff;
 line-height:65px; text-align:center;
 }
 .links{ padding: 50px 20px;background-color:#fff;}
 .ser ul {
  padding: 0 5px;
  margin: 0;list-style-image: url("../images/blue_dot.png");
}
 .ser ul li{ padding:3px 0;border-bottom:1px solid #c2c2c2;}
  .ser ul li a{
  padding:3px 0;
  font-size:14px;
color:#000;
font-weight:600;
 }
 .ser ul li a:hover{text-decoration:underline;}
/*------------------------------
footer
--------------------------------*/
a.subscribe {
	z-index: 1;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
	background-color:#5eae2c;
    border: 2px solid #5eae2c;
    padding: 14px 55px 11px;
    display: inline-block;
    margin-top:0px;
    border-radius: 5px;
	font-weight:500;
    line-height: 1em;
	position: relative;
    overflow: hidden;
	
}
a.subscribe::before {
    content: "";
    background:#447eb1!important;
	color:#fff;
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}
a.subscribe:hover::before {
    width: 100%;
}
a.subscribe:hover {
    border-color:#447eb1;
    color: #fff!important;
}
#footer .name{border:0px;padding:5px;color:#000;margin-bottom:10px;}
#footer .Email{border:0px;padding:5px;color:#000;margin-bottom:10px;}
#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:13px;

}

#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-size:13px;
   font-weight:500;
    color: #fff
}
#footer .footer-top .footer-contact a {
  font-size: 13px;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  text-align: left;
  transition: 0.3s;
}
#footer .footer-top .footer-contact a:hover {text-decoration:underline;}
    #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;
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1260px){

#about h1 {
    line-height: 50px;
    color: #0a6129;
    padding: 20px 0px 40px;
}
.abtcontent{
padding:20px 20px 20px;
 text-align:left;
}
.main-nav, .main-nav * {
    margin: 0;
    padding: 0 0px 0 0px;
    list-style: none;
    background: transparent;
}
.main-nav > ul > li {
    margin-left: 5px;
}
.main-nav a {
    display: block;
    position: relative;
    color: #000;
    padding: 7px 0px 15px;
    transition: 0.3s;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 12px;
}

#about .about-container h1 {
  line-height:25px;
font-size:22px;
}


#about{
padding:50px 0px;
}
.submit_btn a {
    margin-top: 12px!important;
    font-size: 12px;
    background-color: #447eb1;
    padding: 7px 10px;
    border: 0px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    cursor: pointer;
}
.join_btn a {
    margin-top: 12px!important;
    font-size: 14px;
    background-color: #669648;
    padding: 7px 10px;
    border: 0px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    cursor: pointer;
}

}

@media (max-width: 991px) {
    .eventbox {
        margin-bottom: 20px;
    }

    #intro {
        padding: 70px 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: 0;
        margin: 0px;
    }

    #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;
        background-color: transparent;
        min-height: 60px;
        border-radius: 0px;
        margin-top: 25px;
    }

    #about .about-container p {
        padding: 20px 0px 20px;
    }

    .ftrlogo {
        text-align: right;
        padding-top: 0px;
    }

    .text-center {
        text-align: left !important;
    }

    #header {
        height: 85px;
        transition: all 0.5s;
        z-index: 1100;
        transition: all 0.5s;
        padding: 0px;
        background-color: #fff;
    }

    #header.header-scrolled, #header.header-pages {
        padding: 0px 0;
        background: #fff;
        box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
        min-height: 100px;
    }


    #about {
        padding: 30px 0px;
    }

    #about h1 {
        line-height: 39px;
        color: #000;
        padding: 0px 0px 20px;
        font-size: 30px !important;
        font-weight: 600;
        margin: 0px !important;
    }

    .abtcontent {
        padding: 0px;
        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: 18px;
        font-size: 11px;
        color: #000;
        padding: 20px 0px 30px 0px;
        font-weight: 400;
    }

    .details-box .textbox {
        padding: 5px 15px;
    }

    #facebooksec .leftbox h1 {
        color: #fff;
        text-align: left !important;
        font-size: 51px;
        padding: 0px 0 20px;
        line-height: 56px;
    }

    #facebooksec .rightbox p {
        color: #fff;
        text-align: left !important;
        font-size: 17px;
        padding: 30px 0px 20px;
        line-height: 26px;
        font-weight: 300;
    }

    .abtcontent h4 {
        line-height: 21px;
        color: #000;
        padding: 0px 0px;
        font-size: 13px;
    }
}
@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 {
    padding: 50px 0 0px 0;
  }
#footer .footer-top {
 
  padding:50px 0 0 0;
background-image:url("../images/footer_bg.jpg");
 background-repeat:no-repeat;

}

#about {
  padding: 10px 0 30px;
}
#header .logo img {
  padding: 0;
  margin: 0px;
}
.abtcontent{
padding:20px 0px 20px;
 text-align:left;
}
#about .about-container h1 {
  line-height:30px;
font-size:25px;
    padding-top:0px;
}


#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{spadding: 0px 30px 0px;}

 #about .about-container p {
       padding: 20px 0px 20px;
 }

#footer .ftrlogo {
  text-align: left;
    float: left!important; 
	padding-top: 20px;
}

#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #f3f7fc;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:70px;
}

#about{
padding:20px 0px;
}

#ftrtop h1 a {
    color: #fff;
    text-align: center!important;
font-size: 25px;
}
#mission h1 {padding: 20px 0px 0px;}
}


@media (max-width: 574px) {
  #intro {
    padding: 60px 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;
}
#header .logo img {
  padding: 0;
  margin: 0px;
}
.abtcontent {
    padding: 0px 10px 20px;
    text-align: left;
}
#about .about-container h1 {
  line-height:30px;
font-size:25px;
    padding-top:25px;
}
#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-top: 10px!important;}

 #about .about-container p {
       padding: 20px 0px 20px;
 }

#footer .ftrlogo {
  text-align: left;
    float: left!important; 
	padding-top: 20px;
}

#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #f3f7fc;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height: 70px!important;
}

#about{
padding:70px 0px;
}

.topheader {
    padding: 0px 27px 0px;
}
.mobile-nav-toggle i {
    margin: 37px 18px 0 0;
    color: #447eb1;
}

}
@media (min-width:320px) and (max-width:573px){
#intro{padding-top:90px;}

#header .logo img {
    width: 80%!important;
}
#about h1 {
    line-height:27px;
    color: #0a6129;
    padding: 0px 0px 20px;
    font-size:19px!important;
    font-weight: 600;
    margin: 0px!important;
}
#upcoming h1 {
    color: #000;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    padding: 0px 0 20px 0;
}
.abtcnt {
    background-color: #fff;
    padding: 10px 30px 30px;
}
#mission .content p {
    text-align: center;
    line-height: 21px;
    font-size: 14px;
    color: #000;
    padding: 0px 0px 30px 0px;
    font-weight: 300;
}
#facebooksec .leftbox .inner h3 {
	font-size: 25px;
}
#facebooksec .rightbox h1 {
    color: #fff;
    text-align: left!important;
    font-size: 26px;
    padding: 0px 0px 20px;
    line-height: 40px;
    font-weight: 600;
}
#quicklinks h1 {
    font-size: 35px;
    font-weight: 600;
    padding: 0px 0px 30px;
    text-transform: uppercase;
    color: #fff;
    line-height: 27px;
    text-align: center;
}
}