/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
font-family: 'Roboto Slab', 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:#fd0101;
  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);
  }
}
/*--------------------------------------------------------------
# tophead
--------------------------------------------------------------*/
.tophead {
    background-color: #000;
    text-align: center;
    padding: 5px 0px;
border-bottom:1px solid #4a4a4a;
}
.tophead  a {
    font-size: 13px;
    color: #fff;
    padding: 0px 0px;
	font-weight:500;
}
.tophead  a span{
    font-size: 13px;
    color: #ff4747;
    padding: 0px 0px;
	font-weight:500;
}
.fonebtn strong{font-size: 15px;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height:120px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
  background-color:#000;

}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
    background: #000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:150px;

}


#header .logo img {
  padding: 0;
  margin: 0px 0;
}

.main-pages {
  margin-top: 60px;
}

.mp0 { margin:0px !important; padding:0px !important;}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.topheader{background-color:transparent;min-height:60px;border-radius:0px;margin-top:10px;    margin-bottom: 10px;padding:0px 10px 10px;}

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0px;
  list-style: none;
  background:transparent;
  border-radius:0px;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;

}

.main-nav a {
         display: block;
    position: relative;
    color: #fff;
    padding:30px 10px 15px;
    transition: 0.3s;
    font-size: 14px;
    text-transform: uppercase;
    font-weight:600;
  
}
.main-nav .active > a{
	  color: #fff;
}
.main-nav .hover > a:active{
	  color: #fd0101;
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #fd0101;

}

.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: #000;
  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:#fd0101;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;color:#fd0100;
}

.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:#1b1a1a;
  transition: 0.4s;
  border-bottom:1px solid #4a4a4a;
}

.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 #eee;
    text-transform:uppercase;
	font-size:13px;
}

.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #fd0101;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078"; color:#fd0100;
  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:57px 18px 0 0;
  color: #fd0100;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 18, 18, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
   
#intro {
  width: 100%;
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 50%, rgba(253,1,0,1) 50%);
padding: 150px 0px 30px;position:relative;
}
#intro .carousel{border:7px solid #fff;}
#intro .textbox {
    z-index: 1;    width:50%;    height: auto;    bottom:100px;
    left: 10%;	justify-content:center;    position: absolute;margin:auto;
}
#intro .textbox h4 {
    font-size:55px;    color: #fff;    text-align: left;
   font-weight:600;  text-transform:uppercase;line-height:60px;
}
#intro .bannerbtm{padding: 10px 0px;clip-path: polygon(0 0, 100% 0, 97% 49%, 100% 100%, 0 100%,3% 49%);background-color:#fff;text-align:center;margin:20px auto 0px;}
#intro .bannerbtm p a{
	font-size:18px;
    color: #000;
   padding:10px 0px;
	font-weight:800;
	text-transform:uppercase;
	}
#intro .bannerbtm p a:hover{
	font-size:18px;
    color: #fd0100;
   padding:10px 0px;
	font-weight:800;
	text-transform:uppercase;
	}
#intro .bannerbtm p i{
    font-size: 20px;
    padding: 0px 5px;
	}

/* About Us Section
--------------------------------*/
.abtcontainer{padding-left:0px!important;}
#about {
  padding:0px 0 0px;
  background:#fff;
}


#about .about-container .background {
  margin: 20px 0;
}

.abtcontent{
padding:20px 60px 30px 5%;
position:relative;

}

#about  h2 {
line-height:60px;
    color: #000;
    padding: 20px 40% 0 0px;
    font-size:50px;
    font-weight:600;
    text-align: left!important;
    margin: 0px!important;
}

#about .abtcontent p {
	     text-align: left;
    line-height: 26px;
    font-size: 18px;
    color: #000;
    padding: 15px 0px;
    font-weight:400;

 }

#about1 .about-container{
	margin:10px 0;

}

#about1 .about-container p {
	 text-align:left;
  line-height: 26px;
  font-size:15px;
  color:#000;
  padding:0px 0px 10px;
  /*font-weight:500;*/
 }
 #about1 .abtcontent1 {
    padding: 0px 0px 0px;
    text-align: left;
}
#about .mob_abtcontent{display:none;}
a.seemore1 {
	z-index: 1;
    font-size: 16px;
    color: #000;
    border: 2px solid #000;
    padding: 11px 15px 11px;
    display: inline-block;
    margin-top:0px;
    border-radius: 5px;
	font-weight:500;
    line-height: 1em;
	position: relative;
    overflow: hidden;
	
}
a.seemore1::before {
    content: "";
    background:#000!important;
	color:#000;
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}
a.seemore1:hover::before {
    width: 100%;
}
a.seemore1:hover {
    border-color:#000;
    color: #fff!important;
}
/* feature Section
--------------------------------*/
.mt50{margin-top:50px;}
.mp0 { margin:0px !important; padding:0px !important;}
#service {
  padding:30px 0 20px;
background-color:#fff;
text-align:center!important
}

.servicebox{
padding:0px 0px;
/*background-image:url("../images/service1_img.jpg");*/
background-position:top center;
background-repeat:no-repeat;background-size:cover;	
margin-bottom:10px;

}

#service .text{
	text-align: left!important;
    padding: 13px 13px 13px 30px
}
#service .text h1{
	color: #fff;
  font-size:26px;
  text-align: left!important;
font-weight:700;
 padding:0px 0px 7px;
 margin:0px;

}
#service .servicebox  .text p{
	color: #fff;
  font-size:15px;
  line-height:25px;
  text-align: left!important;
font-weight:500;
 padding:0px  0 20px 0px;
 margin:0px;
}
#service .servicebox1{
padding:0px 0px;
/*background-image:url("../images/service2_img.jpg");*/
background-position:top center;
background-repeat:no-repeat;background-size:cover;	
margin-bottom:10px;

}
#service.servicebox1 .text{
	text-align: left!important;
   	padding:20px 20px 20px 50px;
	
}
#service .servicebox1 .text h1{
	color: #fff;
  font-size:26px;
  text-align: left!important;
font-weight:700;
 padding:0px 0px 7px;
 margin:0px;
 
}
#service .servicebox1 .text p{
	color: #fff!important;
  font-size:15px;
  line-height:25px;
  text-align: left!important;
font-weight:500;
 padding:0px  0 20px 0px;
 margin:0px;
}

a.readbtn {
	z-index: 1; font-size: 16px;background-color:transparent; color: #fff; border: 2px solid #fff;
	padding: 12px 25px ;    display: inline-block; margin-top:0px;  border-radius: 5px;	font-weight:500;  line-height: 1em;
	position: relative;    overflow: hidden;
	}
a.readbtn::before {
    content: "";    background:#fff!important;	color:#000;    height: 100%;    width: 0%;    position: absolute;
    top: 0;    left: 0;    z-index: -1;    transition: 0.5s ease-in-out;
}
a.readbtn:hover::before {
    width: 100%;
}
a.readbtn:hover {
    border-color:#000;
    color: #000!important;
}
 /*--------------------------------------------------------------
# service sec
--------------------------------------------------------------*/
#gallery {
  padding:50px 0 50px;
background-color:#666666;
text-align:center!important
}
#gallery .images {justify-content:center;}
#gallery .images img{border:3px solid #fff;border-radius:10px;}

 /*--------------------------------------------------------------
# map
--------------------------------------------------------------*/
#map
{
padding: 0 0px!important;
  margin: 0!important;
  }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;
 position: relative;
}

#footer .footer-top {
  padding:50px 0 20px 0;
background-color:#000;
border-top:5px solid #fd0101;
}

#footer .footer-top h4 {
  font-size: 14px;
  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:12px;

}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  font-weight:500;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
   font-weight:500;
}

#footer .footer-top .footer-contact {
  margin-bottom: 0px;
}

#footer .footer-top .footer-contact p {
  line-height: 28px;
   font-weight:500;
   font-size:12px;
}
#footer .footer-top .footer-contact a {
  font-size: 12px;
  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 .footer-top .footer-contact strong{font-size:17px;}
    #footer .footer-top .footer-contact i{ padding: 8px 5px;  font-size:25px;}
#footer .ftrlogo{text-align:right; float:right!important;}
  #footer .footer-top .footer-contact ul{
	margin:0px;
	padding:0px;
  }
#footer .footer-top .footer-contact ul li{
	list-style:none;
	font-size:12px;
	font-weight:500;
		margin-bottom:15px;
  }
   #footer .footer-top .footer-contact .right{text-align:right;}
#footer .copyright p{
  text-align: left;
  font-size:13px;
  color:#fff;
   padding:20px 0px;
 margin-top:0px;
}
#footer .copyright a{
  font-size:13px;
  color:#fff;
  
}
#footer .copyright a:hover{
  font-size:13px;
  color:#fd0101;
  
} 
  #footer .footer-top .footer-contact a{
	   color:#fff;
  }
#footer .footer-top .footer-contact a:hover{
	   color:#fd0101;
  }

.blackbg{
    background-color: #000;
    opacity:.3;
    width: 95%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 13px;
    z-index: 1;
}

#about1 .about-container{
    margin:20px 0px 10px 0px;

}

#about1 .about-container p {
    text-align:left;
    line-height: 26px;
    font-size:15px;
    color:#636153;
    padding:0px 0px 10px;

}
#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{
    list-style: disc;
    margin-left: 35px;
}

#about1 ul li{
    list-style: disc;
    
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1260px){

.main-nav, .main-nav * {
    margin: 0;
    padding: 0 2px 0 0px;
    list-style: none;
    background: transparent;
}
.main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 30px 10px 15px;
    transition: 0.3s;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
#header .logo img {
    padding: 0;
    margin: 0px 0;
	width:80%;
}
.fonebtn strong {
    color: #fff;
    font-size: 13px;
}
.fonebtn img  {width:15%;}
#header.header-scrolled, #header.header-pages {
    transition: all 0.5s;
    padding: 0px 0;
    background: #000;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    min-height: 130px;
}
#service .text {
    text-align: left!important;
    padding: 20px 0px 20px 20px;
}
.abtcontent {
    padding: 70px 20px 0px 30px;
    text-align: left;
}

#intro .textbox {
    bottom: 50px;
}
#about h2 {
    line-height:48px;
    color: #000;
padding:0px;
font-size:42px;
}
#about .abtcontent p {
    text-align: left;
    line-height: 20px;
    font-size: 15px;
    color: #000;
    padding: 10px 0px;
    font-weight: 400;
}
#intro .bannerbtm p a{
	font-size:16px;
    color: #000;
   padding:10px 0px;
	font-weight:800;
	text-transform:uppercase;
	}
#intro .bannerbtm p a:hover{
	font-size:16px;
    color: #fd0100;
   padding:10px 0px;
	font-weight:800;
	text-transform:uppercase;
	}
}

@media (min-width:768px) and (max-width: 991px) {
	#about .screen_abtcontent{display:none;}
#about .mob_abtcontent{display:block;}
#header .logo img {
  padding: 0;
  margin: 0px;
}
.abtcontent{
padding:30px 40px 40px;
 text-align:left;
}
#intro .textbox {
    bottom:40px;
}
#intro .textbox h4 {
    font-size: 35px!important;
    color: #fff;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
}
#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;
}

.topheader{padding:0px 10px 10px;}

.servicebox {
    position: relative;
	margin-bottom:20px;
}
   #intro {
    padding:150px 0 30px 0;
  }
#footer .footer-top {
  border-top:5px solid #fd0100; 
  padding:50px 0 0 0;
background-image:url("../images/footer_bg.jpg");
 background-repeat:no-repeat;

}

#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #000;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:150px;
}

#about{
padding:0px 0px 30px;
}
#about h2 {
    line-height: 60px;
    color: #000;
    padding:0px 40% 0 0px;
    font-size: 50px;
    font-weight: 600;
    text-align: left!important;
    margin: 0px!important;
}
#footer .copyright {padding-top:20px;}

#gallery .images img {
    border: 3px solid #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

#about .abtcontent p {
       padding:20px 0px 20px;
	   line-height:35px;
    font-size:23px!important;
 }
 #intro .bannerbtm p a{
	font-size:18px;
    color: #000;
   padding:10px 0px;
	font-weight:800;
	text-transform:uppercase;
	}
#intro .bannerbtm p a:hover{
	font-size:18px;
    color: #fd0100;
   padding:10px 0px;
	font-weight:800;
	text-transform:uppercase;
	}
}


@media (min-width: 574px) and (max-width:767px) {
	#about .screen_abtcontent{display:none;}
#about .mob_abtcontent{display:block;}
 #intro .bannerbtm p a {
    font-size: 13px!important;
    color: #000;
    padding: 10px 0px;
    font-weight: 800;
    text-transform: uppercase;
}
 #intro .bannerbtm p a:hover{
    font-size: 13px!important;
    color: #fd0101;
    padding: 10px 0px;
    font-weight: 800;
    text-transform: uppercase;
}
#header .logo img {
  padding: 0;
  margin: 0px;    
}
.abtcontent{
padding:30px 40px 20px;
 text-align:left;
}

#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;
}

.servicebox {
    position: relative;
	margin-bottom:20px;
}
 #intro {
    padding:150px 0 30px 0;
  }
#footer .footer-top {
  border-top:5px solid #fd0100; 
  padding:50px 0 0 0;
background-image:url("../images/footer_bg.jpg");
 background-repeat:no-repeat;

}

#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #000;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:150px;
}

#about{
padding:0px 0px 30px;
}
#about h2 {
    line-height: 60px;
    color: #000;
    padding:0px 20% 0 0px;
    font-size: 50px;
    font-weight: 600;
    text-align: left!important;
    margin: 0px!important;
}
#footer .copyright {padding-top:20px;}

#gallery .images img {
    border: 3px solid #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}
#about .abtcontent p {
       padding:20px 0px 20px;
	   line-height:23px;
    font-size:16px!important;
 }

#intro .textbox {
    bottom:20px;
}
#intro .textbox h4 {
    font-size:30px;
    color: #fff;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    line-height:35px;
}


}
@media (min-width:320px) and (max-width:573px){
	#about .screen_abtcontent{display:none;}
#about .mob_abtcontent{display:block;}
#intro {
    padding: 120px 0 30px 0;
  }
#intro .textbox {
    bottom:2px;
}
#intro .textbox h4 {
    font-size:25px;
    color: #fff;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    line-height:26px;
}
#about .abtcontent h4 {
    line-height: 21px;
    color: #000;
    padding:0px 0px 0px;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    margin: 0px!important;
}
#about .abtcontent p {
    text-align: left;
    line-height: 18px;
    font-size: 11px!important;
    color: #000;
    padding: 10px 0px 20px;
    font-weight: 400;
}

#featured .text h1 {
font-size: 20px;
}
a.readbtn {
    font-size: 12px;
}
.servicebox {
    position: relative;
	margin-bottom:20px;
}

.abtcontent {
    padding:20px 30px 20px;
    text-align: left;
}
#about  h2 {
  line-height:20px;
font-size:22px;
padding: 0px 0% 0px;
}

.tophead a {
    font-size: 8px;
}
#header .logo img {
  padding: 0;
  margin: 0px;    width: 70%;
}
#about {
    padding:0px 0px 30px;
}
#services {
    padding: 20px 0 50px;
}
#intro .bannerbtm p a {
    font-size:13px;
}
#intro .bannerbtm p a:hover {
    font-size:13px;
}
#intro .bannerbtm p i {
    font-size: 20px;
    padding: 0px 5px;
}
#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #000;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height: 127px;
}
}
