/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Montserrat", sans-serif;
}

a {
  color:  #9d2235;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 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:#339a00;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}


.clear {clear:both;}

/* Prelaoder */

#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:110px;
  transition: all 0.5s;
  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:#fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:110px;

}
#header.header-scrolled,
#header .logo img {
  padding: 0;
  margin:0px 0 0;
}
.main-pages {
  margin-top: 60px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.topheader{min-height:110px;margin-top:0px;  background-color:#fff; 
margin-bottom:0px;padding:10px 15px 10px; text-transform:uppercase;   border-radius: 0px 0px 7px 7px;	text-align:right;}

.topheader .tophead i{
    color: #339a00;
    font-size: 15px;
}
.topheader  span{
    color: #00146b;
    font-size: 14px;
	font-weight:600;padding-left:5px;	
}
.topheader span  strong{
    color: #00146b;
    font-size: 16px;
}
/* Desktop Navigation */
.fone_btn{
    background-color:#339a00!important;
    cursor: pointer;
	font-size:12px;
    padding: 10px 6px!important;
    border: 0px;
    margin-top:10px!important; margin-left:3px!important;
    font-weight:700;
    color: #fff!important;
    border-radius:0px!important;
    text-transform: uppercase;
	transition:0.7s;
}

.assesment_btn{
    background-color:#0556c2!important;
    cursor: pointer;
	font-size:12px;
    padding: 10px 6px!important;
    border: 0px;
    margin-top:10px!important; margin-left:4px!important;
    font-weight:700;
    color: #fff!important;
    border-radius:0px!important;
    text-transform: uppercase;
	transition:0.7s;
}

.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: #00146b;
    padding:20px 5px 10px;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight:600;
  
}

.main-nav .active > a{
	  color: #339a00;
}
.main-nav .hover > a:active{
	  color: #339a00;
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #339a00;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #00146b;
  text-align: center;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color:#339a00;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background:#fff;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #00146b;
  padding: 15px 20px 10px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
    text-transform:uppercase;
	font-size:13px;
} 

.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #339a00;
  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: #00146b;
}

.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;
  
}
.carousel-caption {
  z-index: 1;  height: auto; top:22vh;
    left:55%;    width:35%;	text-align:left;    position: absolute;
}

#intro .pt-5{
    padding-top:10rem!important;
}

#intro h1{
   font-size:35px;
   color: #000;
   line-height: normal;
   font-weight: 600;
   padding-bottom:20px!important;
}

.banner_btn{
    font-size: 16px!important;
    color:#00146b!important;
    text-transform: uppercase!important;
    transition: 0.7s;
    font-weight: 600;border:0px;cursor:pointer;
 }
 .banner_btn:hover{
   text-decoration:underline;
   transition: 0.7s;
 }
/*--------------------------------------------------------------
# Sections

/*  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;
background-color:#eff2f5;padding:0px;margin-bottom:50px;}
.text-box{
	margin:0px 0px;background-color: #eff2f5;padding:0px 20px 30px;color:#fff;

}

#services .text-box h1{text-align:left; margin: 0px; text-transform: uppercase;color:#00146b; 
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:#030300;
font-weight:500;
 text-align:left!important;
 margin:0px;
}

.mt50{margin-top:50px;}
.learnbtn {
    text-decoration: none;
    border: 0px;
    background-color: transparent;
    color: #00146b;
    border-radius:0px;
    font-size: 13px;
    padding: 0px;
    font-weight: 600;
    margin: 0px;
    cursor: pointer;
    text-transform: uppercase!important;
}
.learnbtn:hover {
    text-decoration: underline;
    border: 0px;
    background-color: transparent;
    color: #00146b;
    border-radius: 0px;
    font-size: 13px;
    padding: 0px;
    font-weight: 600;
    margin: 0px;
    cursor: pointer;
    text-transform: uppercase!important;
}



/* About Us Section
--------------------------------*/

#about {
  padding:50px 0 30px;
  background: url(../images/about_bg.jpg);
background-size:cover;
background-position:bottom center;
background-repeat:no-repeat;
}


#about .about-container .background {
  margin: 20px 0;
}

.abtcontent{
padding:120px 0% 120px 30px;
position:relative;

}

#about .abtcontent h2 {
line-height:48px;
    color: #030300;
    padding:20px 0px 10px 0px;
    font-size:40px;
    font-weight:500;
    text-align:left!important;
    margin: 0px!important;
}
#about .abtcontent p {
	     text-align: left;
    line-height: 26px;
    font-size: 16px;
    color: #030300;
    padding: 20px 0px 20px 0px;
    font-weight:400;

 }

#about1 .about-container{
	margin:50px 0;

}

#about1 .about-container p {
	 text-align:left;
  line-height: 30px;
  font-size:15px;
  color:#030300;
  padding:0px 0px 10px;
  font-weight:500;
 }
 #about1 .abtcontent1 {
    padding: 0px 0px 0px;
    text-align: left;
}
a.learnmore1 {
	z-index: 1;font-size: 16px;	background:#fff!important;  text-transform: uppercase; color: #00146b; border: 2px solid #434343;
    padding: 14px 15px 11px;display: inline-block; margin-top:0px;border-radius: 5px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.learnmore1::before {   
 content: ""; background:#00146b!important;color:#fff!important;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.learnmore1:hover::before {
    width: 100%;
}
a.learnmore1:hover {
    border-color:#00146b;
    color: #fff!important;
}
  /*--------------------------------------------------------------
# fourbox sec
--------------------------------------------------------------*/
#mapsec {padding:20px 0 0;}

.hours{
	background: url(../images/hours_bg.jpg);background-size: cover;background-position:top;
background-repeat:no-repeat;padding:80px 30px 75px;
}
.hours h2{
  font-size:35px;
  text-align: left!important;
font-weight:600;
 padding:0px  0px 50px;
 margin:0px;
 text-transform:uppercase;
 }
 .hours{
  padding:80px 30px 40px;
  color:#fff;
 }
  .hours  ul{
	margin:0px;
	padding:0px;
  }
 .hours  ul li {
	list-style:none;
	font-size:17px;
	font-weight:500;
		padding:5px 15px 5px;
	margin-bottom:0px;
  }
    .hours .right{text-align:left;}
  /*--------------------------------------------------------------
# ftrtop
--------------------------------------------------------------*/
#mission{text-align:center!important;padding:0px 0 0;}

#mission{ padding:30px 0px!important; text-align: left!important;}
#mission h2{
	font-size:35px;  text-align: left!important; color: #00146b; font-weight:600; text-transform:capitalize;
}
#mission p {
	font-size:15px; padding:10px 0 0; color: #030300; font-weight:500; text-align:left;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  padding:30px 0 10px 0;
background-color:#00146b;
position:relative;
}
#footer .footer-top::before{
	 content: "";
    background: url(../images/ftr_before.png);
    position: absolute;
    width:248px;
    height:135px;
    bottom:0px;
	left:0px;
    z-index: 9;
}
#footer .footer-top::after{
	 content: "";
    background: url(../images/ftr_after.png);
    position: absolute;
    width:358px;
    height:140px;
    bottom:0px;
	right:0px;
    z-index: 9;
}

#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: 28px;
  font-size:11px;
   font-weight:500;
   font-size:13px;
}
#footer .footer-top .footer-contact a {
  font-size: 13px;
  background: transparent;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  text-align: left;
  transition: 0.3s;
}
#footer .footer-top .footer-contact a:hover {text-decoration:underline;}
#footer .ftrlogo{text-align:right; float:right!important;}
#footer .footer-top .logo i {
    padding: 8px 8px 6px;
    margin-right: 5px;
    font-size: 25px;
	background-color:#fff;color: #00146b;border-radius:50%;
	margin-top: 20px;
}
#footer .copyright p{
  text-align: center;
  font-size:15px;
  color:#fff;
   padding:20px 0px 10px;
 margin-top:0px;
}
#footer .copyright {
padding:20px 0px 0px 0px;
}
.btm_btn{margin-top:50px!important;}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

#about1 .abtcontent1 {
    padding: 0px 0px 0px;
    text-align: left;
}

#about1 .about-container .abtcontent1 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:#636153;
    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:#636153;
    padding:0px 0px 15px;
}

#about1 ul {
    margin-left: 35px;
    list-style: disc;
}

#about1 ul li {

    list-style: disc;
}




@media (min-width: 992px) and (max-width: 1260px){

.main-nav, .main-nav * {
    margin: 0;
    padding:2px 0 0px;
    list-style: none;
    background: transparent;
}
.main-nav a {
   display: block;
    position: relative;
    color: #00146b;
    padding:20px 3px 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;
}
#header {
    height: 110px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
}
#header .logo img {
    padding: 0;
    margin: 0px;
}
.abtcontent{
padding:10px 20px 20px;
text-align:left;
}
.fone_btn { font-size:11px;margin-top:10px!important;}
    .assesment_btn {
        font-size: 11px;
        margin-top: 10px !important;
    }

#services .text-box p {
    padding: 0px 0px 10px;
    font-size: 13px;
}
#services .text-box h1 {
    text-align: left;
    margin: 0px;
    text-transform: uppercase;
    color: #00146b;
    padding: 20px 0px 10px;
    font-size: 20px;
}

#about .abtcontent h2 {
    line-height:36px;
    font-size:30px;
}
#footer .footer-top {
  padding:60px 0 10px 0;

}
	#intro h1 {
    font-size: 26px;
    color: #000;
    line-height: normal;
    font-weight: 600;
    padding-bottom: 20px !important;
}
#mission h2 {
    font-size: 30px;
    text-align: left !important;
    color: #00146b;
    font-weight: 600;
    text-transform: capitalize;
}
.carousel-caption {
    z-index: 1;
    height: auto;
    bottom: 22vh;
    left: 40%;
    width: 50%;
    text-align: left;
    position: absolute;
}
}

@media (min-width: 768px) and (max-width: 991px) {
	.fone_btn {
    margin:20px 0 0 20px!important;
  }
   #intro {
    padding:0px 0 0px 0;
  }
#footer .footer-top {
  padding:60px 0 10px 0;
}

#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;
 }

#about{
padding:30px 0px;
}

#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:70px;
}
    #header .logo img {
        padding: 0;
        margin: -26px 0 0;
        width: 80%;
    }
#mission .imgbox {
	text-align:left;
}
#mission .imgbox img{
	width:30%;
}
.topheader {
  text-align: center;  min-height: 90px; padding: 38px 10px 0px;
    }
	#intro h1 {
    font-size: 26px;
    color: #000;
    line-height: normal;
    font-weight: 600;
    padding-bottom: 20px !important;
}
.abtcontent{
padding:0px 0px 20px 10px;
 text-align:left;
}
.carousel-caption {
    z-index: 1;
    height: auto;
    top:40vh;
    left: 40%;
    width: 50%;
    text-align: left;
    position: absolute;
}
.carousel-caption {
        z-index: 1;
        height: auto;
        top: 25vh;
        left: 33%;
        width: 61%;
        text-align: left;
}
#header {
    height: 90px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
   
}
#services .text-box h1 {
    text-align: left;
    margin: 0px;
    text-transform: uppercase;
    color: #00146b;
    padding: 20px 0px 10px;
    font-size:18px;
}
    #services .text-box p {
        padding: 0px 0px 10px;
        font-size: 12px;
    }
.hours {
    background: url(../images/hours_bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 55px 30px 40px;
}
#mapsec .hours h2 {
    font-size: 25px;
    text-align: left !important;
    color: #fff;
    font-weight: 600;
    padding: 0px 0 20px;
}
#about .abtcontent h2 {
    line-height: 35px;
    color: #030300;
    padding: 20px 0px 10px 0px;
    font-size: 25px;
    font-weight: 500;
    text-align: left !important;
    margin: 0px !important;
}
#footer .footer-top::after {
    content: "";
    background: url(../images/ftr_after.png);
    position: absolute;
    width: 358px;
    height: 140px;
    top: 0px;
    right: 0px;
    z-index: 9;
}
.mobile-nav-toggle i {
    margin: 35px 20px 0 0;
    color: #00146b;
}
}


@media (min-width:575px) and (max-width: 767px) {

  #intro {
    padding:0px 0 0px 0;
  }

#footer .footer-top h4 {
  font-size: 17px;
  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;
 }
#about{
padding:30px 0px;
}

#footer .footer-top {
  padding:60px 0 10px 0;
}

.fone_btn {
    margin:20px 0 0 20px!important;
  }

#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:90px;
}


.abtcontent{
padding:0px 0px 20px 20px;
 text-align:left;

}
    #header .logo img {
        padding: 0;
        margin: -30px 0 0;
        width: 80%;
    }
.topheader {
  text-align: center;  min-height: 90px; padding: 38px 0px 0px;
    }
	#intro h1 {
    font-size: 20px;
    color: #000;
    line-height: auto;
    font-weight: 600;
    padding-bottom: 5px !important;
}
.carousel-caption {
        z-index: 1;
        height: auto;
        top: 17vh;
        left: 25%;
        width: 69%;
        text-align: left;
        position: absolute;
    }
#header {
    height: 90px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
   
}
#services {
    padding: 50px 0 0px 0;
}
#services .text-box h1 {
    text-align: left;
    margin: 0px;
    text-transform: uppercase;
    color: #00146b;
    padding: 20px 0px 10px;
    font-size:18px;
}
    #services .text-box p {
           font-size: 18px;
        line-height: 28px;
    }
.hours {
    background: url(../images/hours_bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 55px 30px 40px;
}
#mapsec .hours h2 {
    font-size: 25px;
    text-align: left !important;
    color: #fff;
    font-weight: 600;
    padding: 0px 0 20px;
}
#about .abtcontent h2 {
    line-height: 35px;
    color: #030300;
    padding: 20px 0px 10px 0px;
    font-size: 25px;
    font-weight: 500;
    text-align: left !important;
    margin: 0px !important;
}

#ftrtop .imgbox {
    text-align: center !important;
    padding-top: 25px;
}
.mobile-nav-toggle i {
    margin: 35px 24px 0 0;
    color: #00146b;
}
#footer .footer-top::after {
    content: "";
    background: url(../images/ftr_after.png);
    position: absolute;
    width: 358px;
    height: 140px;
    top: 0px;
    right: 0px;
    z-index: 9;
}
}


@media (min-width:320px) and (max-width:574px){

.fone_btn {
    margin:20px 0 0 20px!important;
  }
#intro {
    padding:100px 0 0px 0;
  }
#footer .copyright{padding-left:10px;}

#footer .footer-top h4 {padding-top: 20px;}

#footer .footer-top {
  padding:60px 0 10px 0;
}

#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:90px;
}

.abtcontent{
padding:0px 20px 20px 20px;
 text-align:left;

}
   #header .logo img {
        padding: 0;
        margin:0px 0 0;
        width: 80%;
    }
.topheader {
  text-align: center;  min-height:110px; padding:10px 0px 0px;
    }
	#intro h1 {
    font-size: 16px;
    color: #000;
    line-height: auto;
    font-weight: 600;
    padding-bottom: 5px !important;
}
.carousel-caption {
        z-index: 1;
        height: auto;
        top: 3vh;
        left: 15%;
        width: 85%;
        text-align: left;
        position: absolute;
    }
#header {
    height: 90px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
   
}
#services {
    padding: 50px 0 0px 0;
}
#services .text-box h1 {
    text-align: left;
    margin: 0px;
    text-transform: uppercase;
    color: #00146b;
    padding: 20px 0px 10px;
    font-size:18px;
}
    #services .text-box p {
           font-size: 18px;
        line-height: 28px;
    }
.hours {
    background: url(../images/hours_bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 55px 30px 40px;
}
#mapsec .hours h2 {
    font-size: 25px;
    text-align: left !important;
    color: #fff;
    font-weight: 600;
    padding: 0px 0 20px;
}
#about .abtcontent h2 {
    line-height: 35px;
    color: #030300;
    padding: 20px 0px 10px 0px;
    font-size: 25px;
    font-weight: 500;
    text-align: left !important;
    margin: 0px !important;
}

#ftrtop .imgbox {
    text-align: center !important;
    padding-top: 25px;
}
.mobile-nav-toggle i {
    margin:50px 24px 0 0;
    color: #00146b;
}
#footer .footer-top::after {
    content: "";
    background: url(../images/ftr_after.png);
    position: absolute;
    width: 358px;
    height: 140px;
    top: 0px;
    right: 0px;
    z-index: 9;
}
}
