/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
font-family: 'Outfit', sans-serif;
font-weight: 300 !important;
}

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:#862633;
  color: #752630;
  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 */

.fonebtn{padding:0px 0px 0px!important;font-size:16px;color:#892135;}

#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:130px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
  background-color:#881d33;

}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
    background: #752630;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:130px;

}
#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
--------------------------------------------------------------*/
#intro{ position: relative;}
.textbox {
    z-index: 1;
    width:100%;
    height: auto;
    bottom:60px;
    left: 0%;
	justify-content:center;
    position: absolute;
}

.textbox h4 {
    font-size: 40px;
    color: #fff;
    text-align: center;
   font-weight: 500;
}
.topheader{background-color:transparent;min-height:60px;border-radius:0px;margin-top:0px;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: 0;
  list-style: none;
 
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;

}

.main-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding:37px 8px;
  transition: 0.3s;
  font-size: 14px;
  text-transform:uppercase;
  font-weight: 500;
}

.main-nav a:hover,
.main-nav li:hover > a {
  color: #e1d7ae;
  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: #881d33;
  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: #fff;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #e1d7ae;
}

.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:#881d33;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
}

.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #e1d7ae;
  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:60px 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;
}

.submit_btn {
 background-color:#e1d7ae; padding:31px 8px;border:0px; font-weight:700;color:#892135; border-radius:0px; text-transform:uppercase;}

/*--------------------------------------------------------------
# tophead
--------------------------------------------------------------*/
.tophead {
    background-color: #e1d7ae;
    text-align: center;
    padding: 5px 0px;
}
.tophead  a {
    font-size: 14px;
    color: #973e49;
    padding: 0px 0px;
	font-weight:600;
	letter-spacing:2px;
	text-transform:uppercase;
}
/* About Us Section
--------------------------------*/

#about {
  padding:50px 0 50px;
  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 30px 20px;
position:relative;
margin:auto;
}
 
#about .abtcontent h1 {
	text-transform:uppercase;
line-height:50px;
    color: #fff;
    padding: 20px 0px 0px;
    font-size: 40px;
    font-weight:600;
    text-align: left;
    margin: 0px!important;
}
#about .abtcontent h4 {
line-height:30px;
    color: #fff;
    padding: 20px 0px 0px;
    font-size:26px;
    font-weight:600;
    text-align: left;
    margin: 0px!important;
}

#about .abtcontent p {
	     text-align: left;
    line-height: 26px;
    font-size: 15px;
    color: #fff;
    padding: 15px 0px;
    font-weight:300;

 }

#about1 .about-container{
	margin:10px 0;

}

#about1 .about-container p {
	 text-align:left;
  line-height: 28px;
  font-size:17px;
  color:#636153;
  padding:0px 0px 10px;
  font-weight:300;
    margin: 0px 0px 20px 0px;
 }
 #about1 .abtcontent1 {
    padding: 10px 5px 10px;
    text-align: left;
}
a.readbtn1 {
	z-index: 1;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    padding: 14px 15px 11px;
    display: inline-block;
    margin-top:0px;
    border-radius: 5px;
	font-weight:500;
    line-height: 1em;
	position: relative;
    overflow: hidden;
	
}
a.readbtn1::before {
    content: "";
    background:#fff!important;
	color:#881d33;
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}
a.readbtn1:hover::before {
    width: 100%;
}
a.readbtn1:hover {
    border-color:#881d33;
    color: #881d33!important;
}


/*  services Section
--------------------------------*/

#services {
  padding: 50px 0 30px 0;
    background-image:url(../images/service_bg.png);
  background-repeat:no-repeat;
  background-position:top center;
	text-align:center;
	background-size:cover;

}

#services  .eventbox{text-align:left;
position:relative;
background-color:#fff;padding:0px;margin-bottom:50px;}
.text-box{
	-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);
	margin:0px 20px;background-color: #fff;top:75%;position:absolute;padding:0px 20px 30px;color:#fff;
min-height:210px;
}

#services .text-box h1{text-align:left; margin: 0px; text-transform: uppercase;color:#862633; 
padding:20px 0px 10px; font-size:30px; margin-bottom:0px;line-height:35px;font-weight:600;}
.text-box p {
  padding:0px 0px 10px;
  font-size:15px;
  line-height:20px;
color:#000;
font-weight:500;
 text-align:left!important;
 margin:0px;
}

.mt50{margin-top:70px;}
.readbtn {
    text-decoration: none;
    border: 0px;
    background-color: transparent;
    color: #862633;
    border-radius:0px;
    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: #862633;
    border-radius: 0px;
    font-size: 13px;
    padding: 0px;
    font-weight: 500;
    margin: 0px;
    cursor: pointer;
    text-transform: uppercase!important;
}
a.seebtn {
	z-index: 1;
    font-size: 16px;
    text-transform: uppercase;
    color: #862633;
    border: 2px solid #862633;
    padding: 12px 20px 11px;
    display: inline-block;
    margin-top:50px;
    border-radius: 5px;
	font-weight:500;
    line-height: 1em;
	position: relative;
    overflow: hidden;
	
}
a.seebtn::before {
    content: "";
    background:#862633!important;
	color:#fff;
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.6s ease-in-out;
}
a.seebtn:hover::before {
    width: 100%;
}
a.seebtn:hover {
    border-color:#fff;
    color: #fff!important;

}

/* About Us Section
--------------------------------*/

#mission {
  padding: 55px 0;
 
}
#mission .abt_content {
    background-color: #fff;
    position: relative;
    padding:20px 20px;
    text-align: left;
    left: -120px;
    z-index: 2;
    top:100px;
	-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);
}
#mission .abt_content::after{
	content: "";
    background: url(../images/mission_after.png);
    position: absolute;
    width: 221px;
    height: 223px;
    bottom:-49px;
    right:-51px;
    z-index: 9;
    background-repeat: no-repeat;
}

#mission  h4{
line-height:40px;
    color: #862633;
    padding: 10px 0;
    font-size:35px;
    font-weight: 600;
    margin: 0px!important;
}

#mission .abt_content p {
	     text-align: left;
    line-height: 30px;
    font-size: 25px;
    color: #000;
    padding:10px 0px 30px 0px;
    font-weight:300;

 }

.learnbtn {
   text-decoration:underline;
    border: 0px;
    background-color: transparent;
    color: #274e94;
    border-radius: 5px;
    font-size: 15px;
    padding: 0px;
    font-weight: 500;
    margin: 0px;
    cursor: pointer;
    text-transform: uppercase!important;
}
.learnbtn:hover { 
text-decoration:underline;
border:0px;
background-color:transparent;
color:#274e94;
border-radius:5px;
font-size:15px;
padding:0px;
font-weight:500;
margin:0px;
text-transform:uppercase!important;
}
/* link Section
--------------------------------*/

#linksec {
  padding:80px 0 80px;
margin-top:0px; position: relative;
text-align:center!important;
}
#linksec::before{
	content: "";
    background: url(../images/links_before.png);
    position: absolute;
    width: 45px;
    height: 266px;
    top:80px;
    left:0px;
    z-index: 9;
    background-repeat: no-repeat;
}
#linksec  h1{
	color: #942a38;
  font-size:50px;
font-weight:600;
 padding:0px 10px 30px 0px;
 margin:0px;
text-align:center!important;
text-transform:uppercase;
}
#linksec  p {
    line-height: 26px;
    font-size: 15px;
    color: #1b1b1b;
    padding: 15px 0px;
    font-weight: 500;

 }

#linksec  .links ul{
  padding: 0 0px!important;
  margin: 0 0 20px;text-align:left!important;
}
 #linksec .links li::marker{
	 font-size:24px;
    color: #942a38;
 }
 #linksec .links li{ padding:5px 0px!important;}
 #linksec .links ul li a:hover {
    padding: 0px 0px 0px 5px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    list-style: none;
text-decoration:none!important;
}
#linksec  .links ul li a{
  padding:0px 0px 0px 5px;
  font-size:15px;
color:#000;text-decoration:underline;
font-weight:600;
list-style:none;
 }
 a.inforeadbtn {
	z-index: 1;
    font-size: 16px;
    text-transform: uppercase;
    color: #010101;
    border: 2px solid #010101;
    padding: 14px 15px 11px;
    display: inline-block;
    margin-top:10px;
    border-radius: 5px;
	font-weight:500;
    line-height: 1em;
	position: relative;
    overflow: hidden;
	  background:#fff!important;
	
}
a.inforeadbtn::before {
    content: "";
    background:#010101!important;
	color:#000;
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.6s ease-in-out;
}
a.inforeadbtn:hover::before {
    width: 100%;
}
a.inforeadbtn:hover {
    border-color:#000;
    color: #fff!important;

}
/*--------------------------------------------------------------
# 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 20px 0;
background: rgb(148,42,56);
background: linear-gradient(180deg, rgba(148,42,56,1) 73%, rgba(223,214,175,1) 73%);
}
  #footer .footer-links::before{
	 content: "";

    position: absolute;
    width:152px;
    height:197px;
    top:0px;
	left:-150px;
    z-index: 9;
 }
#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 i{ padding: 8px 10px 0 0;  font-size:20px;}
#footer .footer-top .footer-contact p {
  line-height: 23px;
  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;
  text-decoration:underline;
}

#footer .ftrlogo{text-align:right; float:right!important;}
#footer .copyright1{padding:10px 0px;margin:20px 0px 0px;}
#footer .copyright1 h1{
  text-align: left;
  font-size:18px;
  color:#881d33;
   padding:0px 0px 10px;
 margin:25px 0px 0px;
    font-weight:700;
 text-transform:uppercase;
}
#footer .copyright1 p{
  text-align: left;
  font-size:14px;
  color:#881d33!important;
   padding:0px 0px;
 margin-top:0px;
 font-weight:400;
}

#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: 28px;
    font-size:17px;
    color:#010101;
    padding:0px 0px 10px;
    font-weight:300;
    margin: 0px 0px 20px 0px;
}

#about1 h2,h3 {
    margin:30px 0px 10px 0px;
    color: #000 !important;
    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{ position:absolute;padding:0px 20px 30px;}

#about1 .text-box h1{ letter-spacing:0px;text-align:left; margin: 0px; text-transform: uppercase;color:#fff; padding:20px 0px 10px; font-size:19px;
    margin-bottom:0px;line-height:25px;}
#about1 .text-box p {
    padding:10px 0px;



    font-weight:500;
    text-align:left!important;
    margin:0px;
}


.uppermarginbanner {
 margin-top: 117px;   
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1260px){

.abtcontent{
padding:0px 20px 20px;
 text-align:left;
}

.submit_btn {

    background-color: #e1d7ae!important;
    padding:31px 8px!important;
    font-weight: 500;
    color: #892135;
    border-radius: 0px!important;
    text-transform: uppercase;
}
.main-nav, .main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
    
}
.main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 37px 8px;
    transition: 0.3s;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
   
}

#about .about-container h1 {
  line-height:25px;
font-size:22px;
}

.eventbox .text-box {
    top:70%; width:90%;min-height:135px;
}
.events{
	    padding: 30px 30px;
}
#services .text-box h1 {
    text-align: left;
    margin: 0px;
    color: #862633;
    padding: 10px 0px 10px;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 17px;
    text-transform: uppercase;
}
#services .text-box p {
    padding: 0px 0px 10px;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
    text-align: left!important;
    margin: 0px;
}
#services h1 {
    text-transform: uppercase;
    text-align: center;
    color: #693446;
    font-size:70px;
    padding: 30px 0px 50px;
    font-weight: 600;
}
#services .eventbox {
    margin-bottom: 20px;
}
#about{
padding:80px 0px;
}

}

@media (max-width: 991px) {
	#mission .abt_content::after{display:none!important;}
#linksec::before {display:none!important;}
	#linksec {
    padding:140px 0 80px;
    margin-top: 0px;
    position: relative;
    text-align: center!important;
}
   #intro {
    padding: 0px 0 0px 0;
  }

#about {
	text-align:center!important;
  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: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;}

 #about .about-container p {
       padding: 20px 0px 20px;
 }

.ftrlogo {
    text-align: right;
    padding-top:0px;
}

#header .logo img {padding:5px 0px;width:80%;}


.events{
	    padding: 30px 30px;
}
#services .text-box h1 {
    text-align: left;
    margin: 0px;
    color: #881d33;
    padding: 18px 0px 10px;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 25px;
    text-transform: uppercase;
}
#services .text-box p {
    padding: 0px 0px 10px;
    font-size: 16px;
    line-height:20px;
    color: #000;
    font-weight: 500;
    text-align: left!important;
    margin: 0px;
}

#services .eventbox {
    margin-bottom:50px;
}

.events img{
	padding-bottom:20px;
}

#services {
    padding:30px 0 30px 0;
}
#infosec .infoinner .infolist ul li a {
    padding: 0px 0px 0px 5px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    list-style: none;
}
#infosec .infoinner h1 {
    color: #000;
    font-size: 35px;
}
#header.header-scrolled, #header.header-pages {
    transition: all 0.5s;
    padding: 0px 0;
    background: #752630;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    min-height: 117px;
}
#header {
    height: 117px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
    background-color: #881d33;
}
#footer .footer-top {
    padding: 50px 0 0px 0;
      background: rgb(148,42,56);
    background: linear-gradient(180deg, rgba(148,42,56,1)85%, rgba(223,214,175,1) 85%);
}

.submit_btn {
    
    background-color: #e1d7ae;
    padding:5px 8px;
    border: 1px solid #e1d7ae;
    font-weight: 500;
    color: #892135;
    border-radius:3px;
    text-transform: uppercase;
	 margin-left:10px;
}


.text-box {
    -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);
    margin: 0px 20px;
    background-color: #fff;
    top:60%;
    position: absolute;
    padding: 0px 20px 30px;
    color: #fff;
    min-height: 210px;
}
#services .eventbox {
    margin-bottom: 50px;
}
#mission .abt_content {
    background-color: #fff;
    position: relative;
    padding: 20px 20px;
    text-align: left;
    left:0px!important;
    z-index: 2;
    top: 100px;
    -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);
}
a.seebtn{margin-top:75px;}
}

@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: 0px 0 0px 0;
  }


#about {
  padding: 10px 0 30px;
}
#header .logo img {
padding:5px 0px;
  margin: 0px;
}

#about .about-container h1 {
  line-height:30px;
font-size:32px;
    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 10px 10px;}

 #about .about-container p {
       padding: 20px 0px 20px;
 }


#footer .ftrlogo {
  text-align: left;
    float: left!important; 
	padding-top: 20px;
}

#header .logo img {width:80%;}

.eventbox .text-box {
    top:80%;    width: 90%;
}


#services .eventbox {
    margin-bottom: 60px;
}
#about{
padding:0px 0px 70px;

}

.events img{
	padding-bottom:20px;
}

.abtcontent{
padding:20px 0px 20px;
text-align:left!important;
}

#services {
    padding: 50px 0 30px 0;
}
#infosec  .infolist ul li a {
    padding: 0px 0px 0px 5px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    list-style: none;
}
#infosec  h1 {
    color: #000;
    font-size: 35px;
}
#header.header-scrolled, #header.header-pages {
    transition: all 0.5s;
    padding: 0px 0;
    background: #752630;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    min-height: 110px;
}
#footer .footer-top {
    padding: 50px 0 0px 0;
  background: rgb(148,42,56);
    background: linear-gradient(180deg, rgba(148,42,56,1)80%, rgba(223,214,175,1) 80%);
}
.submit_btn {
    
    background-color: #e1d7ae;
    padding:5px 8px;
    border: 1px solid #e1d7ae;
    font-weight: 500;
    color: #892135;
    border-radius:3px;
    text-transform: uppercase;
	 margin-left:10px;
}
.textbox {
    z-index: 1;
    width: 100%;
    height: auto;
    bottom:30px;
    left: 0%;
    justify-content: center!important;
    position: absolute;
}

.textbox h4 {
    font-size:25px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;

}

}


@media (max-width: 574px) {
  #intro {
    padding: 0px 0 0px 0;
  }

#header .logo img {
  padding: 5px 0px;
  margin: 0px;
}

#about .about-container h1 {
  line-height:30px;
font-size:30px;
    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;}

 #about .about-container p {
       padding: 20px 0px 20px;
 }

#footer .ftrlogo {
  text-align: left;
    float: left!important; 
	padding-top: 20px;
}

#header .logo img {width:80%;}


#services .eventbox {
    margin-bottom: 75px;
}
#about{
padding:30px 0px 50px;
}

.abtcontent{
padding:20px 10px 20px;
text-align:left!important;
}

#services h1 {
    text-transform: uppercase;
    text-align: center;
    color: #862633;
    font-size:45px;
    padding: 50px 0px 50px;
    font-weight: 600;
    
}
#services {
    padding:50px 0 30px 0;
}
#infosec  .infolist ul li a {
    padding: 0px 0px 0px 5px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    list-style: none;
}
#infosec  h1 {
    color: #000;
    font-size: 35px;
}
#footer .footer-top {
    padding: 50px 0 0px 0;
      background: rgb(148,42,56);
    background: linear-gradient(180deg, rgba(148,42,56,1)90%, rgba(223,214,175,1) 90%);
}

.submit_btn {
    
    background-color: #e1d7ae;
    padding:5px 8px;
    border: 1px solid #e1d7ae;
    font-weight: 500;
    color: #892135;
    border-radius:3px;
    text-transform: uppercase;
	 margin-left:10px;
}

.textbox {
    z-index: 1;
    width: 100%;
    height: auto;
    bottom:30px;
    justify-content:center;
    position: absolute;
}

.textbox h4 {
    font-size:25px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
	
}

#linksec::before {
    content: "";
    background: url(../images/links_before.png);
    position: absolute;
    width: 45px;
    height: 266px;
    top: 80px;
    left: 0px;
    z-index: 0;
    background-repeat: no-repeat;
}

#about .abtcontent h4 {
    line-height: 30px;
    color: #fff;
    padding: 20px 0px 0px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin: 0px!important;
}

.uppermarginbanner {
 margin-top: 47px;   
}
}
@media (min-width:320px) and (max-width:573px){

.eventbox .text-box {
    top: 53%;
    width: 90%;
}

#header .logo img {
    width: 80%!important;
}
#about .about-container h1 {
}
#about{
padding:0px 0px;
}

.abtcontent{
padding:20px 10px 20px;
text-align:left!important;
}
.abt_content::after{display:none!important;}
#services h1 {
    text-transform: uppercase;
    text-align: center;
    color: #862633;
    font-size:32px;
    padding:30px 0px 30px;
    font-weight: 600;
   
}
#services {
    padding:50px 0 30px 0;
}
#infosec  ul li a {
    padding: 0px 0px 0px 5px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    list-style: none;
}
#infosec  h1 {
    color: #000;
    font-size: 35px;
}
#header.header-scrolled, #header.header-pages {
    transition: all 0.5s;
    padding: 0px 0;
    background: #752630;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    min-height: 110px;
}
#footer .footer-top {
    padding: 50px 0 0px 0;
  background: rgb(148,42,56);
    background: linear-gradient(180deg, rgba(148,42,56,1)85%, rgba(223,214,175,1) 85%);
}
.submit_btn {
    
    background-color: #e1d7ae;
    padding:5px 8px;
    border: 1px solid #e1d7ae;
    font-weight: 500;
    color: #892135;
    border-radius:3px;
    text-transform: uppercase;
	 margin-left:10px;
}
.textbox {
    z-index: 1;
    width: 100%;
    height: auto;
    bottom:30px;
    left: 0%;
    justify-content: center!important;
    position: absolute;
}
#linksec h1 {
    color: #942a38;
    font-size: 34px;
    font-weight: 600;
    padding: 0px 10px 30px 0px;
    margin: 0px;
    text-align: center!important;
    text-transform: uppercase;
}
#intro {
    padding: 70px 0 0px 0;
}
.textbox h4 {
    font-size:15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
	
}
.text-box {
    -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);
    margin: 0px 20px;
    background-color: #fff;
    top: 60%;
    position: absolute;
    padding: 0px 20px 30px;
    color: #fff;
    min-height: 178px;
}
}