/*
  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:  #5c262a;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #5c262a;
  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 #330205;
  display: none;
  background:#330205;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: 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
--------------------------------------------------------------*/


#header {
  height:135px;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
background-color: transparent;}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
background-color:#e2d9d0;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:135px;

}
#header.header-scrolled,
#header .logo img {
  padding: 0;
  margin:0px 0 0;
}
.main-pages {
  margin-top: 60px;
}
#header .logo img{    float: left;width:65%;padding:0px 0px 10px;   margin:-50px 0 0;}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.topheader{min-height:80px;margin-top: 60px;
margin-bottom:0px;padding:0px 0px 0px 10px; text-transform:uppercase;   border-radius: 0px;	text-align:right;}

.phone i {
    font-size: 20px;
    margin-right: 8px;
    color: #fff !important;

}
.phone {font-size: 18px!important;}
a.phone {
	z-index: 1;font-size: 18px!important;	background:#5c262a!important;  text-transform: uppercase; color: #fff!important; border: 2px solid #5c262a;
    padding: 11px 15px 11px!important;display: inline-block;  margin-left:10px;margin-top:0px;border-radius: 3px;font-weight:600;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.phone::before {
 content: ""; background:#1f1f1f!important;color:#fff!important;height:100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.phone:hover::before {
    width: 100%;
}
a.phone:hover {
    border-color: #1f1f1f;
    color: #fff !important;

}
/* Desktop Navigation */


nav  {
  /* Drop Down */
  /* Deep Drop Down */
   background: #e2d9d0;

}

.main-nav,
.main-nav * {
  margin: 0;
  padding:0px 1px 0px 0px;
  list-style: none;
  border-radius:3px;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;

}

.main-nav a {
   display: block;
    position: relative;
    color: #1f1f1f;
    padding:15px 8px 10px;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight:600;

}

.main-nav .active > a{
	  color: #1f1f1f;
}
.main-nav .hover > a:active{
	  color: #1f1f1f;
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #1f1f1f;
}

.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: #e2d9d0;
  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: #1f1f1f;
  text-align: left;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color:#1f1f1f;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px; color:#1f1f1f;
}

.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;color:#1f1f1f;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background:#e2d9d0;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #1f1f1f;
  padding: 15px 20px 10px;
  font-weight: 500;
  border-bottom: 1px solid #494949;
    text-transform:uppercase;
	font-size:13px;
}

.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #1f1f1f;
  text-decoration: underline;
}

.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:35px 50px 0 0;
  color: #1f1f1f;
}

.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
--------------------------------------------------------------*/


#intro{
    position:relative;
  padding:0 0 0px;
}


.carousel-caption {
    height: auto;
    top: 40vh;
    left: 15%;
    width: 40%;
    text-align: left!important;
    position: absolute;
}
#intro .carousel-caption h1{
    font-size:45px;
    color: #5c262a;
    line-height: 52px;
    font-weight: 600;
    padding: 0px 0 30px 0!important;
      position: relative;
}

a.introbtn {  z-index:5!important; font-size: 16px;    background-color:#5c262a;    text-transform: uppercase;    color: #fff;
    border: 2px solid #5c262a;    padding: 12px 25px;   display: inline-block;  margin-left:0px;  border-radius:4px; font-weight: 500;
    line-height: 1em;   position: relative;    overflow: hidden;
}
a.introbtn::before {
 content: ""; background:#fff!important;color:#5c262a!important;height:100%; width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.introbtn:hover::before {
    width: 100%;
}
a.introbtn:hover {
    border-color: #5c262a;
    color: #5c262a !important;
    font-weight: 500;
}
/*--------------------------------------------------------------
# Our Mission
--------------------------------*/
#mission{padding: 50px 0px 50px; background-color: #e2d9d0;text-align: center;}
#mission h1{	color: #5c262a;font-family: "Sacramento", cursive;  font-size:55px;  line-height: 40px;font-weight:400; padding:0px  0 20px 0px; }
#mission p{	color: #373737;  font-size:25px;  line-height: 40px;font-weight:500; padding:0px  15% 0px ; }

/*--------------------------------------------------------------
# Sections

/* About Us Section
--------------------------------*/

#about {
  padding:50px 0 50px;
  background-color:#f1f0ee;
 position:relative;
     background: url(../images/about_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}


#about .about-container .background {
  margin:0px 0 0px;
}
.abtcontent {
    padding:0px  0px 10px 20px;
    position: relative;
	margin:0px 0 0px;
}
#about  .abtcontent h2 {
    line-height:30px;
    color: #5c262a;
    padding: 0px 0% 10px;
    font-size:20px;
    font-weight:500;
    text-align: left !important;
    margin: 0px !important;
}
#about  .abtcontent h1 {
  font-family: "Sacramento", cursive;
    line-height:140px;
    color: #5c262a;
    padding: 0px 0% 10px;
    font-size:130px;
    font-weight:500;
    text-align: left !important;
    margin: 0px !important;
}

#about  .abtcontent h3 {
    line-height:30px;
    color: #373737;
    padding: 0px 0% 10px;
    font-size:20px;
    font-weight:600;
    text-align: left !important;
    margin: 0px !important;
}

#about .abtcontent p {
	     text-align: left!important;
    line-height: 28px;
    font-size: 17px;
    color: #373737;
    padding: 0px 0px 20px 0px;
    font-weight:400;

 }

#about1 {
    margin:20px 0px 20px 0px;

}

#about1 .about-container p {
	 text-align:left;
  line-height: 30px;
  font-size:15px;
  color:#000;
  padding:0px 0px 10px;
  /*font-weight:500;*/
 }
 #about1 .abtcontent1 {
    padding: 0px 0px 0px;
    text-align: left;
}
.learnmore {font-size: 15px;text-decoration: underline;	cursor:pointer;  text-transform: uppercase; color: #5c262a;font-weight:600;	}

.learnmore:hover {font-size: 15px;text-decoration: none;	cursor:pointer;  text-transform: uppercase; color: #5c262a;font-weight:600;	}




	/*--------------------------------------------------------------
# testimonials
--------------------------------------------------------------*/


.testimonial{ color:#fff;padding:20px 0px 50px;position:relative;background-color: #e2d9d0;

}
.testimonial h1{text-align:left; text-transform:uppercase;font-size:40px;font-weight:bold; color:#5c262a;  padding-top:20px; margin-bottom:0px;}
a.seebtn {  z-index:5!important; font-size: 16px;    background-color:transparent;    text-transform: uppercase;    color: #5c262a;
    border: 2px solid #5c262a;    padding: 12px 25px;   display: inline-block;  margin-top:20px;  border-radius:4px; font-weight: 500;
    line-height: 1em;   position: relative;    overflow: hidden;
}
a.seebtn::before {
 content: ""; background:#5c262a!important;color:#fff!important;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: #5c262a;
    color: #fff !important;
    font-weight: 500;
}
.testi-box{ /* stroke */
background:#fff;
text-align:left;min-height: 300px; text-align:left !important;border-radius:3px;font-size: 17px;text-transform:none !important;
font-weight:normal; margin:0px 0px 0px;padding: 20px 20px 30px ;}
.testi-box p{  font-weight:400;  text-align:left !important;  margin: 0px; padding: 20px 0px 10px; font-size: 17px;  margin-bottom:0px;  color:#000; }
.testi-box h5{  font-weight:500; text-align:left !important;  margin: 0px;
padding: 0px 0px; font-size: 15px;  margin-bottom:0px;  color:#2d4775; }
.testi-box img{width:15%!important;}

a.testibtn {
	z-index: 1;font-size: 16px;	background:#fff!important;  text-transform: uppercase; color: #000; border: 2px solid #000;
    padding: 11px 25px 11px;display: inline-block; margin-top:50px;border-radius: 3px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.testibtn::before {
 content: ""; background:#000!important;color:#fff!important;height: 0%;width: 100%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.testibtn:hover::before {
    height: 100%;
}
a.testibtn:hover {
    border-color:#000;
    color: #fff!important;
}

.testimonial .carousel-inner{ line-height: 15px;}
.testimonial .carousel-control.left{ background: none; width: auto; }
.testimonial .carousel-control.right{ background: none; width: auto; }

.testimonial .glyphicon-chevron-left:before{ color: #000; padding: 5px;   }
.testimonial .glyphicon-chevron-right:before{color: #000;  padding: 2px;  }
/* ------------------------------
services Section
--------------------------------*/
.mt50{margin-top:50px;}
.mb50{margin-bottom:50px;}
.mp0 { margin:0px !important; padding:0px !important;}
#events {
 padding:50px 0 50px;
background-color:#f2f2f2;
text-align:center!important;border-radius:40px;z-index: 3;
     background: url(../images/about_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.evebox1{padding:0px;transition:5s;}

#events .text{
	text-align: left!important;
padding:10px 0px 0px ;

}

#events  h1 {
	color: #5c262a;
  font-size:32px;
  line-height: 40px;
  text-align: center!important;
font-weight:600;
 padding:0px 0px 30px;
 margin:0px;
 text-transform:uppercase;
}
#events .evebox1 .text h2 a{
	color: #1f1f1f;
  font-size:23px;
  line-height: 40px;
  text-align: left!important;
font-weight:600;
 padding:20px 0px 2px;
 margin:0px;
 text-transform:capitalize;
}

#events .evebox1 .text p{
	color: #5c262a;
  font-size:16px;
  line-height:22px;
  text-align: left!important;
font-weight:600;
 padding:0px  0 0px 0px;
 margin:0px;
}
#events .evebox1 .text span{
	color: #1f1f1f;
  font-size:12px;
  line-height:22px;
  text-align: left!important;
font-weight:600;
 padding:0px  0 10px 0px;
 margin:0px;
}
a.learnbtn {  z-index:5!important; font-size: 16px;    background-color:#fff;    text-transform: uppercase;    color: #2b5190;
    border: 2px solid #fff;    padding: 12px 20px;   display: inline-block;  margin-left:0px;  border-radius:4px; font-weight: 500;
    line-height: 1em;   position: relative;    overflow: hidden;
}
a.learnbtn::before {
 content: ""; background:#000!important;color:#fff!important;height:0%; width: 100%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.learnbtn:hover::before {
    height: 100%;
}
a.learnbtn:hover {
    border-color: #fff;
    color: #fff !important;
    font-weight: 500;
}
/*--------------------------------------------------------------
# tamala section
--------------------------------------------------------------*/
#tamala {padding: 30px 0px; background: url(../images/tamala_bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
#tamala .talktext h2{
  	color: #fff;
  font-size:30px;
  line-height: 40px;
  text-align: left!important;
font-weight:600;
 padding:20px 0px 2px;
 margin:0px;
 text-transform:capitalize;
}
#tamala .talktext h2 span{
  font-size:70px;
  line-height: 80px;
 text-transform:capitalize;
}
#tamala .talktext p{
	color: #fff;
  font-size:16px;
  line-height:22px;
  text-align: left!important;
font-weight:500;
 padding:10px  0 0px 0px;
 margin:0px;
}
a.talkbtn {  z-index:5!important; font-size: 16px;    background-color:#e8e0d2;    text-transform: uppercase;    color: #330205;
    border: 2px solid #e8e0d2;    padding: 12px 25px;   display: inline-block;  margin-top:20px;  border-radius:4px; font-weight: 500;
    line-height: 1em;   position: relative;    overflow: hidden;
}
a.talkbtn::before {
 content: ""; background:#330205!important;color:#e8e0d2!important;height:100%; width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.talkbtn:hover::before {
    width: 100%;
}
a.talkbtn:hover {
    border-color: #e8e0d2;
    color: #e8e0d2 !important;
    font-weight: 500;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  padding:40px 0 20px 0;position: relative;background-color: #5c262a;
}
#footer .footer-top .social a i {
    font-size: 20px;
    padding: 6px 10px;
    background-color: #e8e0d2;
    border-radius: 50%;
    margin-right: 5px;
    color: #330205 !important;
}

#footer .footer-top h4 {
  font-size: 17px;
  font-weight:600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:20px;
}

#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;text-decoration:underline;
}

#footer .footer-top .footer-contact {
  margin-bottom: 0px;
}
#footer .footer-top .footer-contact  .fimg{padding-top: 20px;}
#footer .footer-top .footer-contact p {
  line-height: 25px;
   font-weight:500;
   font-size:14px;
   color:#fff;
}
#footer .footer-top .footer-contact p a {
  font-size: 13px;
  color: #fff;
  line-height: 25px;
  padding: 8px 0;
  text-align: left;
  transition: 0.3s;
  text-decoration:underline;
}
#footer .footer-top .footer-contact p a:hover {  text-decoration:none;}
#footer .footer-top .footer-contact i {
    padding: 5px 0px 6px;
    margin-right: 5px;
    font-size: 25px;
	color: #fff;
	margin-top:10px;
}
#footer .copyright p{
  text-align: center;
  font-size:15px;
  color:#fff;
   padding:0px 0px;
 margin-top:0px;
}
#footer .copyright {
padding:20px 0px 0px 0px;
}



#about1 .abtcontent1 {
    padding: 0px 0px 0px;
    text-align: left;
}

#about1 .about-container h1 {
    line-height:50px;
    color:#000;
    padding:0px  0px;
    font-size:38px;
    /*font-weight:800;*/
    padding:0px 0px 10px;!important;
    text-align:left;
    text-transform:uppercase;

}
#about1 .about-container p {
    text-align:left;
    line-height: 28px;
    font-size:17px;
    color:#444444;
    padding:0px 0px 15px;
    /*font-weight:500;*/
}
#about1 .abtcontent1 {
    padding: 0px 5px 0px;
    text-align: left;
}

#about1 h2{
    font-size: 33px;
    color: #000;
    margin: 15px 0px 10px 0px;
    font-weight: bold;
}

#about1 h3{
    font-size: 27px;

    margin: 15px 0px 12px 0px;
    font-weight: bold;
}

.blckfont {
    text-align:left;
    line-height: 28px;
    font-size:17px;
    color:#000;
    padding:10px 0px 15px;
}

.blckfont p{
    text-align:left;
    line-height: 28px;
    font-size:17px;
    color:#444444;
    padding:10px 0px 15px;
}

#about1 ul {
    margin-left: 7px;
    list-style: disc;
    text-align:left;
    line-height: 30px;
    font-size:15px;
    color:#444444;

    font-weight:400;
}

#about1 ul li {
    text-align:left;
    line-height: 30px;
    font-size:15px;
    color:#444444;

    font-weight:400;
    list-style: disc;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1260px){

.main-nav, .main-nav * {
    margin: 0;
    padding:0px 0 0px;
    list-style: none;
}
.main-nav a {
   display: block;
    position: relative;
    color: #1f1f1f;
    padding:15px 4px 10px;
    transition: 0.3s;
    font-size: 11px;
    text-transform: uppercase;
    font-weight:600;
  }

#about .abtcontent p {
    text-align: left;
    line-height: 22px;
    font-size: 16px;
}

#ftrtop {
    text-align: center;
    padding: 20px 0px 40px !important;
}

#about .abtcontent h2 {    line-height:36px;    font-size:30px;}

#events .text p {    padding: 0px 0px 10px;    font-size: 13px;}

#events .evebox1 .text h2 a {
    color: #1f1f1f;
    font-size: 18px;
}
nav {
    background: #e2d9d0;
}
#intro {
    position: relative;
    padding: 0px 0 0px;
}
.topheader {text-align:left;    margin-top: 40px;}
.rightbox{    text-align: right;}

#footer .footer-top h4 {
    font-size: 17px;
}
#footer .footer-top .footer-contact p {
    line-height: 28px;
    font-weight: 500;
    font-size: 13px;
}
#footer .footer-top .footer-contact p a{
    line-height: 28px;
    font-size: 11px;
    font-weight: 500;
}


#header {
    height: 140px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
}

a.phone {padding: 12px 6px 6px 6px !important;}
#header .header-scrolled{min-height:140px;}
#header  .logo img {   padding: 0;  margin: -32px 0px 0px;}
#footer  .footer-top {  padding:50px 0 20px 0;}
.phone   {    font-size: 16px;    line-height: 22px;}
a.testibtn {margin-top: 30px!important;}

    #about .abtcontent h4 { padding: 0px;}
#services .text {
    text-align: left !important;
    padding: 0px 40px;
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 4;
}
.abtcontent{padding:0px 50px 0px 0px;text-align:left;}
#intro .carousel-caption h1 {	 font-size: 40px; color: #5c262a;  padding: 0px 0% 20px 0 !important;  line-height: 45px;font-weight: 600; }

#intro .carousel-caption{    height: auto;    top: 40vh;    left: 8%;    width: 50%;    text-align: left !important;    position: absolute;
  }

#about h2 {  font-size: 25px;     line-height: 30px;   color: #fff;    padding: 30px 10% 50px;}
}


@media (min-width: 768px) and (max-width: 991px) {

#footer .copyright{padding-bottom:0px;}

 #about .about-container p {
       padding: 20px 0px 20px;
 }

#footer .footer-top .footer-contact p {
    line-height: 28px;
    font-weight: 500;
    font-size: 13px;
}

.topheader {text-align:left;margin-top:10px;}
.rightbox{    text-align: right;}

	#footer .footer-top { padding:20px 0 10px 0;}

#events .text{  padding: 0px 20px 10px;}
#events .text p {
    padding: 0px 0px 10px;
    font-size: 17px;
	line-height:20px;
}

	#about{padding:50px 0px 50px;}


#about .abtcontent h2 {    line-height: 40px;    color: #000;    padding: 0px 0 30px;    font-size: 30px;}

   #intro {
    padding:0px 0 0px 0;
  }
#footer .footer-top h4 {  font-size: 20px;  font-weight: bold;  color: #fff;  text-transform: uppercase;  position: relative;
  padding-bottom:0px;  padding:30px 0px 25px;}

.mobile-nav-toggle i {    margin: 50px 15px 0 0;    color: #5c262a;}
#header {  height: 125px;    transition: all 0.5s;    z-index: 1100;    transition: all 0.5s;    padding: 0px;  }

#header.header-scrolled, #header.header-pages  {
        padding: 0px 0;
        background: #e2d9d0;
        box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
        min-height: 125px;
    }
    #intro .carousel-caption{display:none!important;}
.topheader {  min-height: 90px; padding:0px 10px 0px;    }


#events .text {    text-align: left !important;    padding: 20px 0px 0px; }
.evebox1 .serimg{width:100%!important;}
 .evebox1 {margin-bottom:30px!important; padding:0px 0px;}

a.phone {    padding: 10px 20px 10px 12px !important; margin:10px  15px 0px;}


   #header .logo img {  padding: 0;   margin: 10px 0 ;   width: 50%;    }
   #about h2 {    line-height: 29px;    color: #fff;    padding: 30px 0% 10px;    font-size: 18px;    font-weight: 500;
    text-align: left!important;    margin: 0px !important;}
.abtcontent{padding: 20px 20px; text-align:left;}
.testimonial p { font-size: 20px;    font-weight: 400;    color: #000;    padding-top: 10px;    margin-bottom: 0px;
}
.quote img{width: 10%!important;}
#mission p {    padding: 0px 0 0px;}
 .talktext{   background-color: rgb(0, 0, 0, 0.5); padding: 0px 20px 20px;}

}




@media (min-width:575px) and (max-width: 767px) {

#footer .copyright{padding-bottom:0px;}

 #about .about-container p {
       padding: 20px 0px 20px;
 }

#footer .footer-top .footer-contact p {
    line-height: 28px;
    font-weight: 500;
    font-size: 13px;
}

.topheader {text-align:left;margin-top:10px;}
.rightbox{    text-align: right;}

	#footer .footer-top { padding:20px 0 10px 0;}

#events .text{  padding: 0px 20px 10px;}
#events .text p {
    padding: 0px 0px 10px;
    font-size: 17px;
	line-height:20px;
}

	#about{padding:50px 0px 50px;}


#about .abtcontent h2 {    line-height: 40px;    color: #000;    padding: 0px 0 30px;    font-size: 30px;}

   #intro {
    padding:0px 0 0px 0;
  }
#footer .footer-top h4 {  font-size: 20px;  font-weight: bold;  color: #fff;  text-transform: uppercase;  position: relative;
  padding-bottom:0px;  padding:30px 0px 25px;}

.mobile-nav-toggle i {    margin: 50px 15px 0 0;    color: #5c262a;}
#header {  height: 125px;    transition: all 0.5s;    z-index: 1100;    transition: all 0.5s;    padding: 0px;  }

#header.header-scrolled, #header.header-pages  {
        padding: 0px 0;
        background: #e2d9d0;
        box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
        min-height: 125px;
    }
    #intro .carousel-caption{display:none!important;}
.topheader {  min-height: 90px; padding:0px 10px 0px;    }


#events .text {    text-align: left !important;    padding: 20px 0px 0px; }
.evebox1 .serimg{width:100%!important;}
 .evebox1 {margin-bottom:30px!important; padding:0px 0px;}

a.phone {    padding: 10px 20px 10px 12px !important; margin:10px  15px 0px;}


   #header .logo img {  padding: 0;   margin: 10px 0 ;   width: 50%;    }
   #about h2 {    line-height: 29px;    color: #fff;    padding: 30px 0% 10px;    font-size: 18px;    font-weight: 500;
    text-align: left!important;    margin: 0px !important;}
.abtcontent{padding: 20px 20px; text-align:left;}
.testimonial p { font-size: 20px;    font-weight: 400;    color: #000;    padding-top: 10px;    margin-bottom: 0px;
}
.quote img{width: 10%!important;}
#mission p { padding: 0px 0 0px;font-size:20px; line-height: 28px;}
 .talktext{   background-color: rgb(0, 0, 0, 0.5); padding: 0px 20px 20px;}
 a.seebtn {
    padding: 12px 12px;
 }
}



@media (min-width:320px) and (max-width:574px){

#footer .copyright{padding-bottom:0px;}

 #about .about-container p {
       padding: 20px 0px 20px;
 }

#footer .footer-top .footer-contact p {
    line-height: 28px;
    font-weight: 500;
    font-size: 13px;
}

.topheader {text-align:left;margin-top:10px;}
.rightbox{    text-align: right;}

	#footer .footer-top { padding:20px 0 10px 0;}

#events .text{  padding: 0px 20px 10px;}
#events .text p {
    padding: 0px 0px 10px;
    font-size: 17px;
	line-height:20px;
}

	#about{padding:50px 0px 50px;}


#about .abtcontent h2 {    line-height: 40px;    color: #000;    padding: 0px 0 30px;    font-size: 30px;}

   #intro {
    padding:0px 0 0px 0;
  }
#footer .footer-top h4 {  font-size: 20px;  font-weight: bold;  color: #fff;  text-transform: uppercase;  position: relative;
  padding-bottom:0px;  padding:30px 0px 25px;}

.mobile-nav-toggle i {    margin: 50px 15px 0 0;    color: #5c262a;}
#header {  height: 125px;    transition: all 0.5s;    z-index: 1100;    transition: all 0.5s;    padding: 0px;  }

#header.header-scrolled, #header.header-pages  {
        padding: 0px 0;
        background: #e2d9d0;
        box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
        min-height: 125px;
    }    
    #intro .carousel-caption{display:none!important;}
.topheader {  min-height: 90px; padding:0px 10px 0px;    }


#events .text {    text-align: left !important;    padding: 20px 0px 0px; }
.evebox1 .serimg{width:100%!important;}
 .evebox1 {margin-bottom:30px!important; padding:0px 0px;}

a.phone {    padding: 10px 20px 10px 12px !important; margin:10px  15px 0px;}


   #header .logo img {  padding: 0;   margin: 10px 0 ;   width: 50%;    }
   #about h2 {    line-height: 29px;    color: #fff;    padding: 30px 0% 10px;    font-size: 18px;    font-weight: 500;
    text-align: left!important;    margin: 0px !important;}
.abtcontent{padding: 20px 20px; text-align:left;}
.testimonial p { font-size: 20px;    font-weight: 400;    color: #000;    padding-top: 10px;    margin-bottom: 0px;
}
.testimonial { padding: 20px 0px 20px;}
.quote img{width: 10%!important;}
#mission p { padding: 0px 0 0px;font-size:20px; line-height: 28px;}
 .talktext{   background-color: rgb(0, 0, 0, 0.5); padding: 0px 20px 20px;}
 a.seebtn {
    padding: 12px 12px;
 }
 .text-right {
    text-align: left !important;
}
 #events h1 {
    color: #5c262a;    font-size: 23px;    line-height: 32px; }
}