/*
  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:  #00853d;
  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:#fdba10;
  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:140px;
  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:#007dc5;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:150px;

}
#header.header-scrolled,
#header .logo img {
  padding: 0;
  margin:0px 0 0;
}
#header .logo img {
  padding: 0;
  margin:-90px 0 0;
}
.main-pages {
  margin-top: 60px;
}
#header .logo img{width:100%;}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
 
.topheader{min-height:60px;margin-top:90px; background-color: #007dc5;
margin-bottom:0px;padding:0px 10px 0px 20px; text-transform:uppercase;   border-radius: 40px;	text-align:right;}

.phone i{
	padding:5px 7px;
background-color:#fed337;
border-radius:50%;margin-right:4px;color: #000!important;
}
.phone{font-size: 15px!important;}

.textsearchbox {    width: 170px;    box-sizing: border-box;    border: 0px !important;       font-size: 16px;    margin-top: 0px!important;
   background-color: #fff!important;    border-radius: 25px!important;    background-image: url(../images/searchicon.png)!important;
    background-repeat:no-repeat!important ; background-position: 130px 8px!important;padding: 11px 10px!important;    
    -webkit-transition: width 0.4s ease-in-out;    transition: width 0.4s ease-in-out;    float: right;    margin-right: 5px;
}

/* Desktop Navigation */


.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding:2px 0 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: #fff;
    padding:12px 8px 10px;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight:600;
  
}

.main-nav .active > a{
	  color: #fff;
}
.main-nav .hover > a:active{
	  color: #fff;
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #fed337;
}

.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: #007dc5;
  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;
  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:#fed337;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px; color:#fff;
}

.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:#fff;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background:#007dc5;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 15px 20px 10px;
  font-weight: 500;
  border-bottom: 1px solid #b6b6b6;
    text-transform:uppercase;
	font-size:13px;
} 

.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #fed337;
  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:35px 50px 0 0;
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 18, 18, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/


#intro{
    position:relative;
  padding:0 0 0px;
  background-color: #fff;
}
#intro img{border-radius:0 0 50px 50px;}
#intro .carousel-caption h1 {
    text-transform: uppercase;
    font-size:85px;
    color: #fff;
    line-height: 93px;
    font-weight: 700;
    padding: 0px 0% 10px 0!important;
}
#intro .carousel-caption p {
text-transform: uppercase;
    font-size:25px;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
    padding: 0px 0% 20px 0!important;
}
.carousel-caption {

    height: auto;
    top: 45vh;
    left: 0;
    width: 100%;
    text-align: left;
    position: absolute;
}


/*--------------------------------------------------------------
# Sections

/* About Us Section
--------------------------------*/

#about {
  padding:50px 0 50px;
  background-color:#fff;
 position:relative;

}
#about::before {
    content: "";
    background: url(../images/abt_before.png);
    position: absolute;
    width: 167px;
    height: 231px;
    top: 60px;
    left:0px;
    z-index: 2;
}
#about::after {
    content: "";
    background: url(../images/abt_after.png);
    position: absolute;
    width: 165px;
    height: 500px;
    top: 100px;
    right:0px;
    z-index: 2;
}
#about .about-container .background {
  margin:0px 0 0px;
}
#about   h2 {
    line-height:50px;
    color: #000;
    padding: 0px  10% 20px;
    font-size:42px;
    font-weight:700;
    text-align: center !important;
    margin: 0px !important;
}

#about h5 {
    line-height:30px;
    color: #000;
    padding: 0px  0px 50px;
    font-size:25px;
    font-weight:600;
font-style: italic;
    text-align: center !important;
    margin: 0px !important;
}
#about .abtimg{margin-top:0px;}
.abtcontent {
    padding:50px  30px 30px;
    position: relative; 
	margin:0px 0 0px;

}

#about .abtcontent  h4 {
    line-height:30px;
    color: #47b749;
    padding: 0px  0 10px;
    font-size:22px;
    font-weight: 600;
    font-style: italic;
    text-align: left !important;
    margin: 0px !important;
	}
#about .abtcontent p {
	     text-align: left!important;
    line-height: 28px;
    font-size: 16px;
    color: #000;
    padding: 0px 0px 20px 0px;
    font-weight:500;

 }

#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;
}
a.learnmore {
  font-size: 14px; color: #007dc5; text-decoration: underline;
    padding: 0px; margin-top:0px;font-weight:500;font-style: italic;
 
	}

a.learnmore:hover {
  font-size: 14px; color: #007dc5; text-decoration: none;
    padding: 0px; margin-top:0px;font-weight:500;font-style: italic;
 
	}


/*--------------------------------------------------------------
# upcoming events
--------------------------------------------------------------*/
.mt100{margin-top: 100px;}
#events{
	padding: 50px 0px;
  background-color: #e0f3fd;
}
#events h1{
	font-size:35px;
  text-align: left!important;
font-weight:600;
 padding:0px  0px 0px;
 margin:0px;
 text-transform:uppercase;
 color:#000;
}

#events .details-box{background-color:#fff; padding: 0px 20px 20px;  text-align:left; 
 text-transform:none !important; font-weight:normal; border-radius: 5px!important;

}
#events .details-box img{ border-radius: 5px!important; margin-top: -50px;}
.details-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);background-color:#fff;padding:10px;
}
.details-box .textbox{padding:20px  0px 0px;}
 .details-box .textbox h5 a{font-size:18px; padding:0px  0px 10px; font-weight: 600; color:#000;}
  .details-box .textbox p{
	      font-size: 11px;
    color: #47b749;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
	padding:6px  0px;
}
 .details-box .textbox  .text{ padding:28px  0px 0px!important;}
a.seebtn {
  font-size: 14px; color: #007dc5; text-decoration: underline;text-transform: uppercase;
    padding: 0px; margin-top:0px;font-weight:500;
 
	}

a.seebtn:hover {
  font-size: 14px; color: #007dc5; text-decoration: none;text-transform: uppercase;
    padding: 0px; margin-top:0px;font-weight:500;
 
	}

/*--------------------------------------------------------------
# links
--------------------------------------------------------------*/
#links{padding:0px 0px;}
.helpful h1{
  font-size:35px;
  text-align: left!important;
font-weight:600;
 padding:0px  0px 30px;
 margin:0px;
   color:#000;
 text-transform:uppercase;
 }
 .helpful{
	 background-image:url("../images/helpful_bg.jpg");
 background-repeat:no-repeat;
background-position:bottom center;
background-size:cover;
  padding:50px 80px 50px;
  color:#fff;
 }
   .helpful .helpinner{position:relative;}
  .helpful .helpinner   ul {
  padding: 0 5px;
  margin: 0;
}
 
  .helpful .helpinner ul li a{
  padding:3px 0;
  font-size:14px;
color:#000;
font-weight:600;
text-decoration:underline;
 }
 
  .helpful .helpinner ul li::marker {   padding:3px 0; font-size:20px;font-weight:600; color:#000;}
  
  .numbers{padding:50px 80px 50px;background-image:url("../images/numbers_bg.jpg");
 background-repeat:no-repeat;
background-position:top center;
background-size:cover;
  }
 
 .numbers h1{
  font-size:35px;
  text-align: left!important;
font-weight:600;
 padding:0px  0px 10px;
 margin:0px;
 text-transform:uppercase;
 color:#fff;
 }
 
  .phones{
	  background-color:transparent;
	  padding:10px 0px;
  }
   .phones ul{
	   list-style:none;
    padding: 0 0px;
  margin: 0;
   }
    .phones .left > ul{
       list-style:disc!important;
    padding: 0 0px!important;
  margin: 0;
   }
   .phones .left > ul li{padding:0px 0px!important;   }
   .phones .left ul li a {    padding: 0px 0px!important;}
   .phones .left{text-align:left;     padding: 0px 40px;}
.phones .left ul li::marker {   padding: 3px 0;    font-size: 20px;    font-weight: 600;    color: #fec932;}

    .phones .right{text-align:right;}
.phones  ul li{padding: 0px 5px 3px;}
.phones  ul li a{
  padding:0px 15px;
  font-size:14px;
color:#fff;
font-weight:400;
 }
  .phones  ul li.bgcolor{background-color:#06577f!important;}

  .bgblue { background-color: #007dc5; color: #fff; }

 a.seeall {z-index: 1;    font-size: 16px;    text-transform: uppercase;    color: transparent;	color:#000;    border: 2px solid #000;
    padding: 8px 25px 8px;    display: inline-block;    margin-top:50px;    border-radius: 5px;	font-weight:500;    line-height: 1em;
	position: relative;    overflow: hidden;
	}
a.seeall::before {    content: "";    background:#000!important;	color:#fff;    height: 0%;    width: 100%;    position: absolute;
    bottom: 0;    left: 0;    z-index: -1;    transition: 0.5s ease-in-out;
}
a.seeall:hover::before {
    height: 100%;
}
a.seeall:hover {
    border-color:#000;    color: #fff!important;

}
 
 a.seeall2 {z-index: 1;    font-size: 16px;    text-transform: uppercase;    color: transparent;	color:#fff;    border: 2px solid #fff;
    padding: 8px 25px 8px;    display: inline-block;    margin-top:20px;    border-radius: 5px;	font-weight:500;    line-height: 1em;
	position: relative;    overflow: hidden;
	}
a.seeall2::before {    content: "";    background:#fff!important;	color:#0080c4;    height: 0%;    width: 100%;    position: absolute;
    bottom: 0;    left: 0;    z-index: -1;    transition: 0.5s ease-in-out;
}
a.seeall2:hover::before {
    height: 100%;
}
a.seeall2:hover {
    border-color:#fff;    color: #0080c4!important;

}

/*--------------------------------------------------------------
# discount
--------------------------------------------------------------*/
	#ftrtop{margin-top:0px;padding: 20px 0px 80px; background-color: #47b749;border-top:4px solid #fff;}
     #ftrtop  h1{font-size: 40px; color:#fff;font-weight: 500; text-align: center;font-style: italic; }


  /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  padding:50px 0 20px 0;background-color: #000;position: relative;margin-top:-60px;
    border-top: 5px solid #fff;border-radius: 50px 50px 0px 0px;
}

#footer .footer-top h4 {
  font-size: 20px;
  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 p {
  line-height:25px;
   font-weight:500;
   font-size:14px;
}
#footer .footer-top .footer-contact a {
  font-size: 13px;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  text-align: left;
  transition: 0.3s;
}
#footer .ftrlogo{text-align:right; float:right!important;}
#footer .copytop p{
  text-align: center;
  font-size:15px;
  color:#feb70f;
   padding:30px 0px 0px;
 margin-top:0px;
}
#footer .copyright p{
  text-align: center;
  font-size:12px;
  color:#fff;
   padding:10px 0px 0px;
 margin-top:0px;
}
#footer .copyright {
padding:10px 0px 0px 0px;
}
.social{text-align: center;margin-top:0px;}
.social i {
   padding: 8px  8px 0px;
    font-size: 25px;
	color: #000;
	margin-top:10px;
background-color: #fff;
    border-radius: 50%;
        margin-left: 20px;

}




#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:2px 0 0px;
    list-style: none;
    background: transparent;
}


#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;
}


#intro .carousel-caption{width:100%;}

.rightbox{    text-align: right;}

#footer .footer-top h4 {
    font-size: 17px;
}


#intro {
    position: relative;
    padding:0px 0 0px;
}

.phone {
    font-size: 14px !important;
}


#footer .footer-top .footer-contact p {
    line-height: 22px;
    font-weight: 500;
    font-size: 11px;
}
#footer .footer-top .footer-links ul li {
    padding: 5px 0;
    font-size: 11px;
}
#footer .footer-top {  padding:50px 0 20px 0;}


.abtcontent{
padding: 50px 0px 0px 40px;
text-align:left;
}
#header {
    height: 120px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
}
#header.header-scrolled{min-height:120px;}
#about::before {    content: "";    background: url(../images/abt_before.png);    position: absolute;    width: 167px;
    height: 231px;    top: 47px;    left: 0px;    z-index: 2;
}
.topheader {
    min-height: 60px;    margin-top: 60px;    padding: 0px 10px 0px 20px;}
#about h2 {        font-size: 34px;        color: #000;        padding: 0px 10% 20px;        line-height: 45px;    }
    #header .logo img {
        padding: 0;
        margin: -60px 0px 0px;
        width: 80%;
    }
    .main-nav a {
        display: block;
        position: relative;
        color: #fff;
        padding: 12px 4px 10px;
        transition: 0.3s;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
    }
 #intro .carousel-caption h1 {	    font-size: 45px;    color: #fff;    line-height:55px;}
#intro .carousel-caption p {    text-transform: uppercase;    font-size: 23px;    line-height: 31px;    font-weight: 500;    padding: 5px 0% 20px 0 !important;
}
.details-box .textbox h5 a {    font-size: 16px;    padding: 0px 0px 10px;    font-weight: 600;    color: #000;}

.helpful {    padding: 50px 20px 50px;}
.numbers {    padding: 50px 35px 50px;}
a.seeall2 {margin-top: 45px;}
#ftrtop  h1 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
   padding: 0px 0px 40px 0px !important;
}

}


@media (min-width: 768px) and (max-width: 991px) {
  
#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding:25px 0px;
}
#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;}
.rightbox{    text-align: right;}

	#footer .footer-top {background-image: none!important;  padding:20px 0 10px 0;}


#services .text-box h3 {
    text-align: left;
    margin: 0px;
    color: #fff;
    padding: 20px 0px 10px;
    font-size: 25px;
}	


#header {
    height: 120px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
   }

#header.header-scrolled, #header.header-pages  {
        padding: 0px 0;
        background: #007dc5;
        box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
        min-height: 120px;
    }   
   


.carousel-caption {    height: auto;    top: 35vh;    left: 0;    width: 100%;    text-align: left;    position: absolute;}

 #intro {    padding:0px 0 0px 0;  }

 #about h2 {   line-height: 40px;   color: #000;  padding: 0px 10% 10px; font-size: 28px;    }
 #about h5 {    line-height: 30px;    color: #000;    padding: 0px 0px 50px;    font-size: 20px;}
#about .abtcontent h4 {        line-height: 35px;        color: #47b749;        padding: 0px 0 10px;        font-size: 25px;    }
.abtcontent {        padding: 0px 0px 0px 10px;        text-align: left;    }
#about .abtimg{margin-bottom: 20px;}
     .topheader {        min-height: 60px;        padding: 0px 10px 0px;        margin-top: 60px;    }
#header .logo img {        padding: 0;        margin: -61px 0 0;        width: 80%;    }
	#about{padding:50px 0px 30px;}
#ftrtop h1 {    font-size: 30px;        padding:0px;    }
 .mobile-nav-toggle i {    margin: 75px 140px 0 0;    color: #fff;}
 #intro .carousel-caption h1 {    text-transform: uppercase;    font-size: 48px;    color: #fff;    line-height: 60px;
    font-weight: 700;    padding: 0px 0% 10px 0 !important;
}
.social i {margin-left: 15px;}
.phones .right {    text-align: left;}
#events {    padding: 50px 0px 0px;    background-color: #e0f3fd;}
.details-box{margin-bottom:80px;}
.textsearchbox {
   width:225px;
    box-sizing: border-box;
    border: 0px !important;
    font-size: 16px;
    margin-top: 14px !important;
    background-color: #fff !important;
    border-radius: 25px !important;
    background-image: url(../images/searchicon.png) !important;
    background-repeat: no-repeat !important;
   background-position: 180px 8px !important;
    padding: 11px 10px !important;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    float: right;
  margin-right: 8px!important;
}
}

    


@media (min-width:575px) and (max-width: 767px) {

  
#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:20px;
  padding-bottom:15px!important;
}

 #about .about-container p {
       padding: 20px 0px 20px;
 }

#footer .footer-top .footer-contact p {
    line-height: 28px;
    font-weight: 500;
    font-size: 13px;
}

#footer .footer-top { background-image: none!important; padding:20px 0 10px 0;}

#header {
    height: 120px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
   }

#header.header-scrolled, #header.header-pages  {
        padding: 0px 0;
        background: #007dc5;
        box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
        min-height: 120px;
    }   

    .helpful{    padding: 50px 30px 50px;}
      .numbers{    padding: 50px 30px 50px;}
    .d-flex{    display: block!important;}
#events .details-box img {    border-radius: 5px !important;    margin-top: -50px;    width: 100%;}
.carousel-caption { display: none!important;}
#about p {    line-height: 33px;    color: #000;    padding: 0px 0% 30px!important;}
 #intro {    padding:0px 0 0px 0;  }
 #about::before{display: none!important;}
  #about::after{display: none!important;}
 #about h2 {   line-height: 35px;   color: #000;  padding: 0px 0px 10px; font-size: 25px;    }
 #about h5 {    line-height: 30px;    color: #000;    padding: 0px 0px 50px;    font-size: 20px;}
#about .abtcontent h4 {        line-height: 35px;        color: #47b749;        padding: 0px 0 10px;        font-size: 25px;    }
.abtcontent {        padding: 0px 0px 0px 10px;        text-align: left;    }
#about .abtimg{margin-bottom: 20px;}
     .topheader {        min-height: 60px;        padding: 0px 10px 0px;        margin-top: 60px;    }
#header .logo img {        padding: 0;        margin: -61px 0 0;        width: 80%;    }
	#about{padding:50px 0px 30px;}
#ftrtop h1 {    font-size: 30px;        padding:0px;    }
 .mobile-nav-toggle i {    margin: 75px 95px 0 0;    color: #fff;}

.social i {margin-left: 15px;}
.phones .right {    text-align: left;}
#events {    padding: 50px 0px 0px;    background-color: #e0f3fd;}
.details-box{margin-bottom:80px;}
.textsearchbox {
   width:225px;
    box-sizing: border-box;
    border: 0px !important;
    font-size: 16px;
    margin-top: 14px !important;
    background-color: #fff !important;
    border-radius: 25px !important;
    background-image: url(../images/searchicon.png) !important;
    background-repeat: no-repeat !important;
   background-position: 180px 8px !important;
    padding: 11px 10px !important;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    float: right;
  margin-right: 8px!important;
}
}


@media (min-width:320px) and (max-width:574px){

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:20px;
  padding-bottom:15px!important;
}

 #about .about-container p {
       padding: 20px 0px 20px;
 }
#footer .footer-top .footer-contact p {
    line-height: 28px;
    font-weight: 500;
    font-size: 13px;
}

#header {
    height: 100px;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
    background-color: transparent;
}
#header.header-scrolled, #header.header-pages  {
        padding: 0px 0;
        background: #007dc5;
        box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
        min-height: 120px;
    }   
    
    .helpful{    padding: 50px 30px 50px; }
      .helpful h1{ font-size: 30px;}
      .numbers{    padding: 50px 30px 50px;}
      .numbers h1{ font-size: 27px;}
    .d-flex{    display: block!important;}
#events .details-box img { border-radius: 5px !important;    margin-top: -50px;    width: 100%;}
.carousel-caption { display: none!important;}
#about p {    line-height: 33px;    color: #000;    padding: 0px 0% 30px!important;}
 #intro {    padding:0px 0 0px 0;  }
 #about::before{display: none!important;}
  #about::after{display: none!important;}
 #about h2 {   line-height: 25px;   color: #000;  padding: 0px 0px 10px; font-size: 18px;    }
 #about h5 {    line-height: 30px;    color: #000;    padding: 0px 0px 30px;    font-size: 13px;}
#about .abtcontent h4 {        line-height: 35px;        color: #47b749;        padding: 0px 0 10px;        font-size: 25px;    }
.abtcontent {        padding: 0px 0px 0px 10px;        text-align: left;    }
#about .abtimg{margin-bottom: 20px;}
 .topheader {        min-height: 50px;        padding: 0px 0px 0px;        margin-top: 60px;    }
#header .logo img {        padding: 0;        margin: -61px 0 0;        width: 80%;    }
	#about{padding:50px 0px 30px;}
#ftrtop h1 {    font-size: 30px;        padding:0px;    }
 .mobile-nav-toggle i {    margin: 75px 25px 0 0;    color: #fff;}

.social i {margin-left: 15px;}
.phones .right {    text-align: left;}
#events {    padding: 50px 0px 0px;    background-color: #e0f3fd;}
.details-box{margin-bottom:80px;}
.text-right {
    text-align: left !important;
}

.textsearchbox {
   width:225px;
    box-sizing: border-box;
    border: 0px !important;
    font-size: 16px;
    margin-top: 14px !important;
    background-color: #fff !important;
    border-radius: 25px !important;
    background-image: url(../images/searchicon.png) !important;
    background-repeat: no-repeat !important;
   background-position: 180px 8px !important;
    padding: 11px 10px !important;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    float: right;
  margin-right: 8px!important;
}

}