/*
  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 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	
  margin: 0 0 0 0;
  padding: 0;

}

/* Back to top button */

.back-to-top {
  position: fixed;
  border:1px solid #fff;
  display: none;
  background:#b63030;
  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 */
.tophead{padding:10px 0px;text-align:right;font-weight:500;max-width:1170px; margin:auto; text-transform:uppercase;}
.tophead a{color:#000;font-size:13px;}
.fonebtn{padding:0px 8px 0px!important;font-size:16px;}
.fonebtn strong{color:#b63030;font-size:16px;}
#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:120px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
  background-color:#fff;
border-top:2px solid #0f2d64;
}

#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:120px;

}

#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: 0;
  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:10px;padding:0px 10px 10px;}
#intro {
  width: 100%;

 
}
.container1{
	max-width:800px;
	margin:auto;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0px;
  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: #143561;
    padding:35px 7px 15px;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight:600;
    margin-top: 12px;
}
.main-nav .active > a{
	  color: #143561;
	
}
.main-nav .active > a:hover{
	  color: #b63030;
	
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #b63030;
  text-decoration: none;
 font-family: 'Montserrat', sans-serif;
}

.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: #143561;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color:#b63030;
}

.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: #143561;
  padding: 15px 20px 10px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
}

.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #b63030;
  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: "\f078";
}

.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:40px 18px 0 0;
  color: #294a71;
}

.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
--------------------------------------------------------------*/
/* About Us Section
--------------------------------*/

#about {
  padding:30px 0 30px;
  background:#fff;
  background-image:url(../images/abt_bg.jpg);
  background-repeat:no-repeat;
  background-position:top center;
background-size:cover;
}


#about .about-container .background {
  margin: 20px 0;
}

.abtcontent{
padding:20px 10px 20px 40px;
position:relative;
margin:auto;
}
 .abtcontent::before{
	 content: "";
    background: url(../images/abt_before.png);
    position: absolute;
    width:166px;
    height:165px;
    top:0px;
    left: 0px;
    z-index: 9;
    background-repeat: no-repeat;
 }
#about  h1 {
	text-transform:uppercase;
line-height:60px;
    color: #110f0f;
    padding: 20px 0px 20px;
    font-size:50px;
    font-weight:700;
    text-align: center!important;
    margin: 0px!important;
}
#about .abtcontent h4 {
line-height:30px;
    color: #110f0f;
    padding: 20px 0px 0px;
    font-size:22px;
    font-weight:600;
    text-align: left;
    margin: 0px!important;
}

#about .abtcontent p {
	     text-align: left;
    line-height: 26px;
    font-size: 18px;
    color: #110f0f;
    padding: 15px 0px;
    font-weight:400;

 }

#about1 .about-container{
	margin:17px 0 25px 0px;

}

#about1 .about-container p {
	 text-align:left;
  line-height: 26px;
  font-size:15px;
  color:#636153;
  padding:0px 0px 10px;
  font-weight:400;
 }
 #about1 .abtcontent1 {
    padding: 0px 0px;
    text-align: left;
}
#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: 28px;
    font-size:17px;
    color:#636153;
    padding:0px 0px 10px;
    /*font-weight:500;*/
}
#about1 .abtcontent1 {
    padding: 0px 5px 0px;
    text-align: left;
}

#about1 h2{
    font-size: 33px;
    color: #183C6D;
    margin: 15px 0px 10px 0px;
    font-weight: bold;
}

#about1 h3{
    font-size: 27px;

    margin: 15px 0px 12px 0px;
    font-weight: bold;
}

a.learnbtn1 {
	z-index: 1;
    font-size: 16px;
    text-transform: uppercase;
    color: #173c6f;
    border: 2px solid #173c6f;
    padding: 14px 15px 11px;
    display: inline-block;
    margin-top:0px;
    border-radius: 5px;
	font-weight:500;
    line-height: 1em;
	position: relative;
    overflow: hidden;
	
}
a.learnbtn1::before {
    content: "";
    background:#173c6f!important;
	color:#fff;
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}
a.learnbtn1:hover::before {
    width: 100%;
}
a.learnbtn1:hover {
    border-color:#173c6f;
    color: #fff!important;
}
/* feature Section
--------------------------------*/
.mt50{margin-top:50px;}
.mp0 { margin:0px !important; padding:0px !important;}
#featured {
  padding:50px 0 50px;
background-color:#edf6ff;
text-align:center!important
}
#featured h1{
	color: #2a3991;
  font-size:45px;
  text-align: center!important;
font-weight:700;
 padding:0px  0px 30px;
 margin:0px;
 text-transform:uppercase;
}
.featurbox{
	padding:40px 0px 40px 70px;
	background-image:url("../images/feature1_img.jpg");
background-position:top center;
background-repeat:no-repeat;background-size:cover;	
margin-bottom:10px;border:10px solid #fff;
-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);
}
.featurbox1{
	padding:40px 0px 40px 70px;
	background-image:url("../images/feature2_img.jpg");
background-position:top center;
background-repeat:no-repeat;background-size:cover;	
margin-bottom:10px;border:10px solid #fff;
-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);
}
#featured .text{
	background:#fff;
    text-align: left!important;
   	padding:20px 20px ;
	border-radius:10px;
}
#featured .text h1{
	color: #173c6f;
  font-size:26px;
  text-align: left!important;
font-weight:700;
 padding:0px 0px 7px;
 margin:0px;
 text-transform:uppercase;
}
.text p{
	color: #020202;
  font-size:15px;
  text-align: left!important;
font-weight:500;
 padding:0px  0 20px 0px;
 margin:0px;
}
a.seebtn {
	z-index: 1; font-size: 16px;  text-transform: uppercase; color: #173c6f; border: 2px solid #173c6f;padding: 12px 40px ;
    display: inline-block; margin-top:0px;  border-radius: 5px;	font-weight:500;  line-height: 1em;	position: relative;
    overflow: hidden;
	}
a.seebtn::before {
    content: "";    background:#173c6f!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:#173c6f;
    color: #fff!important;
}

a.readbtn {
	z-index: 1; font-size: 16px;background-color:#b63030;  text-transform: uppercase; color: #fff; border: 2px solid #b63030;
	padding: 12px 25px ;    display: inline-block; margin-top:0px;  border-radius: 5px;	font-weight:500;  line-height: 1em;
	position: relative;    overflow: hidden;
	}
a.readbtn::before {
    content: "";    background:#fff!important;	color:#b63030;    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:#b63030;
    color: #b63030!important;
}


/*--------------------------------------------------------------
# links
--------------------------------------------------------------*/
#latestevents{
	padding:0px 0px;
	background-image:url("../images/events_bg.jpg");
 background-repeat:no-repeat;
background-position:top center;
background-size:cover;
}
.hours h1{
  font-size:35px;
  text-align: left!important;
font-weight:600;
 padding:0px  0px 50px;
 margin:0px;
 text-transform:uppercase;
 }
 .hours{
  padding:80px 30px 50px;
  color:#173c6f;
 }
  .hours .days ul{
	margin:0px;
	padding:0px;
  }
 .hours .days ul li{
	list-style:none;
	font-size:17px;
	font-weight:500;
	background-color:#fff;
	padding:10px 15px 10px;
	margin-bottom:15px;
  }
    .hours .days .right{text-align:right;}
  .events{
	 padding:80px 30px 50px;
  color:#fff;
  }

 .topbox h1{font-size:35px;color:#173c6f;font-weight:600;padding:10px 10px 20px;margin-bottom:10px;line-height:32px;text-transform:uppercase;}
.topbox p{text-transform:uppercase;text-decoration:underline;margin-bottom:10px;font-size:20px;font-weight:500;color:#b63030;padding:15px;line-height:22px;}
.leftbox{float:left;}
.rightbox{float:right;}

 .topbox1{background-color:#fff; padding:10px 10px;margin-bottom:10px;}
.topbox1 h5{font-size:18px;color:#173c6f;font-weight:700;margin:0px!important;padding:0px 0px 0px 10px;}
.topbox1 p{font-size:11px;color:#110f0f;font-weight:500;margin:0px!important;padding:10px 0px 0px 10px;text-decoration:none;text-transform:none;}

  a.viewbtn {
	z-index: 1;
    font-size: 12px;
    text-transform: uppercase;
    color: transparent;
	color:#173c6f;
    border: 2px solid #173c6f;
    padding: 14px 15px 14px;
    display: inline-block;
    margin-top:10px;
    border-radius: 3px;
	font-weight:500;
    line-height: 1em;
	position: relative;
    overflow: hidden;
	
}
a.viewbtn::before {
    content: "";
    background:#173c6f!important;
	color:#fff;
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}
a.viewbtn:hover::before {
    width: 100%;
}
a.viewbtn:hover {
    border-color:#173c6f;
    color: #fff!important;

}
/*--------------------------------------------------------------
# logos sec
--------------------------------------------------------------*/
#logos{
	padding: 50px 0px;

}
#logos .logoinner{
	background-color:#fff;
	-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);
padding: 30px 15px;text-align:center!important;
	}
	#logos  h1{
	font-size:40px;  text-align: center!important;font-weight:700; padding:0px  0px 30px;
 margin:0px; text-transform:uppercase;color:#173c6f;
	}
	#logos .logoinner .logoimg:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.4s ease-in-out;
}

#logos .logoinner .logoimg img {
  transition: all 0.4s ease-in-out;
}

 /*--------------------------------------------------------------
# map
--------------------------------------------------------------*/
#map
{
padding: 0 0px!important;
  margin: 0!important;
  }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;

}

#footer .footer-top {
  padding:50px 0 0px 0;
background-image:url("../images/footer_bg.jpg");
 background-repeat:no-repeat;
 background-size:cover;
border-top:5px solid #b63030;
}

#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: 0px;
}

#footer .footer-top .footer-contact p {
  line-height: 28px;
  font-size:11px;
   font-weight:500;
   font-size:13px;
}
#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 strong{font-size:17px;}
    #footer .footer-top .footer-contact i{ padding: 8px 5px;  font-size:25px;}
#footer .ftrlogo{text-align:right; float:right!important;}
  #footer .footer-top .footer-contact ul{
	margin:0px;
	padding:0px;
  }
#footer .footer-top .footer-contact ul li{
	list-style:none;
	font-size:13px;
	font-weight:500;
		margin-bottom:15px;
  }
   #footer .footer-top .footer-contact .right{text-align:right;}
#footer .copyright p{
  text-align: center;
  font-size:15px;
  color:#fff;
   padding:20px 0px;
 margin-top:0px;
}

.imagebox {
    background: #fff;
    padding: 7px 6px 1px;
    box-shadow: 5px 3px 12px 3px #8585854f
}
section#blog {
    background: linear-gradient(180deg, #ddfbf9 71%, #fff 72%, #e8e8e8 41%);
}

img.icimg {
    position: relative;
    margin-top: -50px;
}
.blogs .row {
    --bs-gutter-x: 0.3rem;
}
.datetime {
    font-size: 15px;
    color: #b63030;
    font-weight: 700;
    margin-top: 10px;
}
.imagebox h4 a {
    font-size: 19px;
    color: #010101;
    font-weight: 700;
}
.blogs h3 {
    font-size: 35px;
    color: #010101;
    font-weight: 700;
    line-height: 1.2em;
    text-transform:uppercase;
}
.imagebox h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}
p.sertext {
    min-height: 59px;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1260px){

a.viewbtn {
    z-index: 1;
    font-size: 10px;
}

.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: #143561;
    padding: 30px 7px 15px;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-top: 12px;
}

#about .about-container h1 {
  line-height:25px;
font-size:22px;
}

.hours{
	    padding: 30px 30px;
}
.hours .imgs{
	padding-top:0px!important;
}

.events{padding: 30px 30px;}

#about{padding:80px 0px;}
.btnbox{text-align:left!important;}
.topbox2 {margin:10px 0px;padding: 20px}
.topbox1 
{padding: 20px}
.events img{	padding-bottom:20px;}
#featured .text h1 {
    font-size: 22px;
    }
.hours .days ul li {  margin-bottom: 30px;}
.fonebtn strong {
    color: #b63030;
    font-size: 14px;
}
.fonebtn img  {width: 12%;}

}

@media (max-width: 991px) {
	
   #intro {
    padding: 50px 0 0px 0;
  }
#footer .footer-top {
  border-top:5px solid #b63030; 
  padding:50px 0 0 0;
background-image:url("../images/footer_bg.jpg");
 background-repeat:no-repeat;

}


#header .logo img {
  padding: 0;
  margin: 0px;
}
.abtcontent{
padding:30px 40px 20px;
 text-align:left;
}
#about  h1 {
  line-height:35px;
font-size:30px;
}

#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;}

 #about .about-container p {
       padding: 20px 0px 20px;
 }

#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:100px;
}

.hours{
	    padding: 30px 30px;
}
.hours .imgs{
	padding-top:70px!important;
}
.eventbox .text-box {
    top:25%;
}
.events{
	    padding: 30px 30px;
}


#about{
padding:30px 0px;
}

.btnbox{text-align:left!important;}
.topbox2 {
margin:10px 0px;
padding: 20px
}
.topbox1 
{
padding: 20px
}


}

@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 {
  border-top:5px solid #b63030; 
  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:30px 40px 20px;
 text-align:left;
}
#about h1 {
  line-height:30px;
font-size: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;
}

 #about .about-container p {
       padding: 20px 0px 20px;
 }

#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:70px;
}

.topbox h1 {font-size: 24px;}

#about{
padding:30px 0px;
}

.btnbox{text-align:left!important;}

.topbox1 
{
padding: 20px
}
.featurbox {
    padding: 40px 40px 40px 40px!important;
}
.featurbox1 {
    padding: 40px 40px 40px 40px!important;
}
}


@media (max-width: 574px) {
  #intro {
    padding: 80px 0 0px 0;
  }
#footer .footer-top {
  border-top:5px solid #b63030; 
  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:30px 40px 20px;
 text-align:left;
}
#about  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;}


 #about .about-container p {
       padding: 20px 0px 20px;
 }


#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height: 70px!important;
}

#about{
padding:30px 0px;
}

.btnbox{text-align:left!important;}

.topbox1 
{
padding: 20px
}
#latestevents img{
	padding-bottom:20px;
}
.featurbox {
    padding: 40px 40px 40px 40px!important;
}
.featurbox1 {
    padding: 40px 40px 40px 40px!important;
}
.hours .days .right {
 text-align: left!important;
}
.hours .days .right {
 text-align: left!important;
}
#footer .footer-top .footer-contact .right {
    text-align: left;
}
}
@media (min-width:320px) and (max-width:573px){
#intro {
    padding: 80px 0 0px 0;
  }
.hours h1 {
    font-size: 30px;
    text-align: left!important;
	padding: 0px 0px 20px;
}

.topbox h1 {
    font-size: 19px;    padding: 10px 10px 0px;
}
#about h1 {
    line-height: 30px;
    font-size: 15px;
    padding-top:0px;
}
#about .abtcontent h4 {
    line-height: 21px;
    color: #110f0f;
    padding:0px 0px 0px;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    margin: 0px!important;
}
#about .abtcontent p {
    text-align: left;
    line-height: 18px;
    font-size: 11px;
    color: #110f0f;
    padding: 10px 0px 20px;
    font-weight: 400;
}
#featured h1 {
    font-size: 25px;
    padding: 0px 0px 20px;
 
}
#featured .text h1 {
font-size: 20px;
}
a.readbtn {
    font-size: 12px;
}
.rightbox {
    float: left!important;
}
.topbox1 h5 {
    font-size: 16px;
}
#logos h1 {
    font-size: 32px;
    text-align: center!important;
    font-weight: 700;
    padding: 0px 0px 20px;
}
}
