/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
   font-family: "Inter", 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 {
	 font-family: "Playfair Display", serif;
  margin: 0 0 0px 0;
  padding: 0;

}

/* Back to top button */

.back-to-top {
  position: fixed;
  border:1px solid #fff;
  display: none;
  background:#00853d;
  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:195px;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
    background-color:rgb(0,0,0,0.5);
}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
   background-color:#000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:195px;

}
#header.header-scrolled,
#header .logo img {
  padding: 0;
  margin:0px 0 0;
}
.main-pages {
  margin-top: 60px;
}
#header .logo img{width:100%;}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
 .tophead{margin:0px;}
 .tophead p{text-align:center; color: #fff; padding:10px 0px; background-color:#00853d;  font-size: 13px;}
.topheader{min-height:80px;margin-top:0px; 
margin-bottom:0px;padding:10px 0px 0px 10px; text-transform:uppercase;   border-radius: 0px;	text-align:right;}

.topheader  span {
    color: #fff;
    font-size: 15px;  font-weight: 600;  padding-right: 10px;
}
/* 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: #fff;
}

.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;
  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:#fff;
}

.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:#000;
  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: #00853d;
  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;
}

#intro::after{
	 content: "";
    background: url(../images/after.png);
    position: absolute;
    width:100%;
    height:172px;
    bottom:0px;
	right:0px;
    z-index:1;
    background-size: cover;
}
.intro_inner::after{
	 content: "";
    background: url(../images/after_inner.png)!important;
    position: absolute;
    width:100%;
    height:170px;
    bottom:0px;
	right:0px;
    z-index:1;
}
#intro .carousel-caption h1 {
    text-transform: uppercase;
    font-size:45px;
    color: #fff;
    line-height: 53px;
    font-weight: 700;
    padding: 0px 0% 10px 0!important;
}
#intro .carousel-caption p {

    font-size:15px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    padding: 0px 0% 20px 0!important;
}
.carousel-caption {

    height: auto;
    top: 50vh;
    left: 0;
    width: 100%;
    text-align: left;
    position: absolute;
}
a.introbtn {  z-index:5!important; font-size: 16px;    background-color: rgb(0,0,0,0.5);    text-transform: uppercase;    color: #fff;
    border: 2px solid #fff;    padding: 12px 20px;   display: inline-block;  margin-left:0px;  border-radius: 5px; font-weight: 600;
    line-height: 1em;   position: relative;    overflow: hidden;
}
a.introbtn::before {   
 content: ""; background:#00853d!important;color:#fff!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: #fff;
    color: #fff !important;
    font-weight: 500;
}
/*--------------------------------------------------------------
# Sections
--------------------------------*/
#bannerbtm{
  padding:20px 0px;
  background-color: #00853d;
}
#bannerbtm .boxes{ background-color: #fff; border-radius: 5px;padding:10px 10px;}
#bannerbtm .boxes h2 {
   text-transform: uppercase;
    font-size:19px;
    color: #000;
    line-height: 25px;
    font-weight: 600;
    padding: 35px 0% 10px 0!important;
    font-family: "Inter", sans-serif;
}

/*--------------------------------------------------------------
# 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: center center;
    background-repeat: no-repeat;
}
#about::before {
    content: "";
    background: url(../images/about_before.png);
    position: absolute;
    width:194px;
    height: 409px;
    top: 10px;
    left: 0;
    z-index: 2;
}
#about::after {
    content: "";
    background: url(../images/about_after.png);
    position: absolute;
    width: 197px;
    height: 401px;
    top: 120px;
    right: 0;
    z-index: 2;
}
#about .about-container .background {
  margin:0px 0 0px;
}
.abtcontent {
    padding:0px  30px 30px;
    position: relative; 
	margin:0px 0 0px;

}

#about   h2 {
    line-height:80px;
    color: #000;
    padding: 0px  10% 50px;
    font-size:82px;
    font-weight:700;
    text-align: center !important;
    margin: 0px !important;
}
#about   h2 span{
    color: #00853d;
    
}
#about  p {
    line-height:33px;
    color: #000;
    padding: 0px  15% 50px;
    font-size:27px;
    font-weight:500;
    text-align: center !important;
    margin: 0px !important;
}
#about .abtcontent  h4 {
    line-height:30px;
    color: #343434;
    padding: 0px  0 10px;
    font-size:22px;
    font-weight: 600;
    text-align: left !important;
    margin: 0px !important;
     font-family: "Inter", sans-serif;
	}
#about .abtcontent p {
	     text-align: left!important;
    line-height: 28px;
    font-size: 17px;
    color: #343434;
    padding: 0px 0px 40px 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;
}
a.learnmore {
	z-index: 1;font-size: 16px;	background:transparent!important;  text-transform: uppercase; 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.learnmore::before {   
 content: ""; background:#000!important;color:#fff!important;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.learnmore:hover::before {
    width: 100%;
}
a.learnmore:hover {
    border-color:#343434;
    color: #fff	!important;
}



/*  service Section
--------------------------------*/

#service {
  padding: 50px 0 30px 0;
    
}
#service  .infobox {
	text-align:left;
background-color:#e7e7e7;padding:50px 40px;margin-bottom:0px; border-radius:4px;
/*background-image:url(../images/info1.png);*/
  background-repeat:no-repeat;
  background-position:top center;
	background-size:cover;
}
.text-box{
	margin:0px;padding:20px 20px ;color:#fff;
 background-color: #00853d;
 min-height:300px;
}

#service .text-box h3{text-align:left; margin: 0px;color:#fff; 
padding:0px 0px 10px; font-size:40px; margin-bottom:0px;line-height:46px;font-weight:600;}
#service .text-box p {
  padding:0px 0px 10px 0px;
  font-size:16px;
  line-height:24px;
color:#fff;
font-weight:500;
 text-align:left!important;

 margin:0px;
}
#service  .infobox1 {
	text-align:left;
background-color:#e7e7e7;padding:50px 40px;margin-bottom:0px; border-radius:4px;
/*background-image:url(../images/info2.png);*/
  background-repeat:no-repeat;
  background-position:top center;
	background-size:cover;
}
.text-box1{
	margin:0px;padding:20px 20px ;color:#fff;
 background-color: #00853d;
}

#service .text-box1 h3{text-align:left; margin: 0px;color:#fff; 
padding:0px 0px 10px; font-size:40px; margin-bottom:0px;line-height:46px;font-weight:600;}
#service .text-box1 p {
  padding:0px 0px 10px 0px;
  font-size:16px;
  line-height:24px;
color:#fff;
font-weight:500;
 text-align:left!important;

 margin:0px;
}
.mt120{margin-top:120px;}
a.vacancybtn {
	z-index: 1;font-size: 16px;	background:#fff!important;  text-transform: uppercase; color: #000; border: 2px solid #fff;
    padding: 11px 15px 11px;display: inline-block; margin-top:0px;border-radius: 5px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.vacancybtn::before {   
 content: ""; background:#000!important;color:#fff!important;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.vacancybtn:hover::before {
    width: 100%;
}
a.vacancybtn:hover {
    border-color:#fff;
    color: #fff	!important;
}


	/*--------------------------------------------------------------
# testimonials
--------------------------------------------------------------*/
.testimonials {background-image:url(../images/testi_bg.png);
background-size:cover;
background-repeat:no-repeat;
background-position: center center;
padding:0px 0px 30px;
}

.testimonials h3{font-size:50px;font-weight:600!important; color:#fff; font-style: italic; padding:35px 0px 25px; margin-bottom:0px;}
.testimonials .testi-box img{width:5%;}
.testimonials .testi-box{ /* stroke */
background-color: #fff; /* layer fill content */
-moz-box-shadow: 0 0 31px rgba(0,0,0,.15); /* drop shadow */
-webkit-box-shadow: 0 0 31px rgba(0,0,0,.15); /* drop shadow */
box-shadow: 0 0 31px rgba(0,0,0,.15); /* drop shadow */ text-align:left;font-size: 17px;text-transform:none !important; font-weight:normal;
 margin:0px 0px 0px;padding: 20px 20px 40px ;}  
.testi-box  p{ font-weight:600; text-align:left !important;  margin: 0px; padding: 10px 50px 20px; font-size: 20px;  margin-bottom:0px;  color:#000;; }
.testi-box  span{text-align:left !important;  margin: 0px; padding: 0px 50px; font-size: 17px;  margin-bottom:0px;  color:#00853d;}


.testimonials .carousel-inner{ line-height: 15px;}
.testimonials .carousel-control.left{ background: none; width: auto; }
.testimonials .carousel-control.right{ background: none; width: auto; }

.testimonials .glyphicon-chevron-left:before{ color: #000; padding: 5px;   }
.testimonials .glyphicon-chevron-right:before{color: #000;  padding: 2px;  }
.testibtn{  font-size: 16px;  text-transform: uppercase; color: #fff !important; font-weight: 600;  text-decoration: underline !important;}
.testibtn:hover{  font-size: 16px;  text-transform: uppercase; color: #fff !important; font-weight: 600;  text-decoration: none !important;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  padding:50px 0 80px 0;background-color: #000;position: relative;
background-image: url(../images/ftr_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

#footer .footer-top::before{
content: "";
    background: url(../images/ftr_before.png);
    position: absolute;
    width: 122px;
    height:246px;
    top: 10px;
    left: 0;
    z-index: 0;
}
#footer .footer-top::after{
  content: "";
    background: url(../images/ftr_after.png);
    position: absolute;
    width: 113px;
    height: 248px;
    top: 120px;
    right: 0;
    z-index: 2;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight:600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:20px;
  font-family: "Inter", sans-serif;
}

#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: 20px;
   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;
  text-decoration:underline;
}
#footer .ftrlogo{text-align:right; float:right!important;}
#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:20px 0px 50px;
 margin-top:0px;
}
#footer .copyright {
padding:20px 0px 0px 0px;
}
.social{text-align: center;margin-top: 20px;}
.social i {
  font-size: 25px;
    padding: 6px 8px;
    background-color: #00853d;
    border-radius: 50%;
    margin-right: 4px;
    color: #fff !important;
}




#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:#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;
}
.main-nav a {
   display: block;
    position: relative;
    color: #fff;
    padding:20px 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;
}

#header .logo img {
    padding: 0;
    margin: 0px;
}
.abtcontent{
padding:0px 0px 0px;
text-align:left;
}
   

#about .abtcontent h2 {
    line-height:36px;
    font-size:30px;
}


#service .text-box p {
    padding: 0px 0px 10px;
    font-size: 13px;
}
#service .text-box h3 {
    text-align: left;
    margin: 0px;
    color: #fff;
    padding: 0px 0px 0px;
    font-size:27px;
	line-height:30px;
}
#service .text-box1 p {
    padding: 0px 0px 10px;
    font-size: 13px;
}
#service .text-box1 h3 {
    text-align: left;
    margin: 0px;
    color: #fff;
    padding: 0px 0px 0px;
    font-size:25px;
	line-height:30px;
}
a.vacancybtn {    font-size: 10px;}
#intro .carousel-caption h1 {
	    font-size: 26px;
    color: #fff;
    line-height: 32px;
}
#intro .carousel-caption{width:100%;}
#bannerbtm .boxes img{width:100%;}
#bannerbtm .boxes h2{    font-size: 14px;
    color: #000;
    line-height: 18px;
  padding: 20px 0% 10px 0 !important;
}
#about h2 {
       font-size: 60px;
    color: #000;
    padding: 0px 10% 50px;
}

#intro {
    position: relative;
    padding: 25px 0 0px;
}
.topheader {text-align:left;}
.rightbox{    text-align: right;}
#header {
    height: 200px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
}
#header.header-scrolled{min-height:200px;}


#footer .footer-top {  padding:50px 0 80px 0;
}

#footer .footer-top h4 {
    font-size: 17px;
}
#footer .footer-top .footer-contact p {
    line-height: 28px;
    font-weight: 500;
    font-size: 11px;
}
#footer .footer-top .footer-contact p a{
    line-height: 28px;
    font-size: 11px;
    font-weight: 500;
}
}
@media (min-width: 768px) and (max-width: 991px) {
   #intro {
    padding:20px 0 0px 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;
 }

    #header .logo img {
        padding: 0;
        margin: -26px 0 0;
        width: 80%;
    }
	
.abtcontent{
padding:0px 0px 20px 10px;
 text-align:left;
}

    #about .abtcontent h2 {
        line-height: 25px;
        color: #fff;
        padding: 20px 0px 0px 0px;
        font-size: 20px;
        font-weight: 600;
        text-align: left !important;
        margin: 0px !important;
    }

#footer .footer-top .footer-contact p {
    line-height: 28px;
    font-weight: 500;
    font-size: 13px;
}


	.topheader a span {
    color: #fff;
    font-size: 12px;
    padding-right: 0px; 
}
.topheader {text-align:left;}
.rightbox{    text-align: right;}

	#footer .footer-top {background-image: none!important;  padding:20px 0 10px 0;}

#services .text-box{  padding: 0px 20px 10px;}
#services .text-box p {
    padding: 0px 0px 10px;
    font-size: 17px;
	line-height:20px;
}
#services .text-box h3 {
    text-align: left;
    margin: 0px;
    color: #fff;
    padding: 20px 0px 10px;
    font-size: 25px;
}	

.mobile-nav-toggle i {
    margin: 60px 15px 0 0;
    color: #fff;
}
#header {
    height: 165px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
   
}

#header.header-scrolled, #header.header-pages  {
        padding: 0px 0;
        background: #000;
        box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
        min-height: 165px;
    }    
    #intro .carousel-caption{display:none!important;}

	#about{
padding:50px 0px 50px;
}
#about h2 {
    line-height: 40px;
    color: #000;
    padding: 0px 10% 50px;
    font-size: 52px;
}
    #bannerbtm .boxes {margin-bottom: 20px;}
.topheader {
  min-height: 90px; padding:25px 10px 0px;
    }

#about::after {display:none!important}
#about::before {display:none!important}
#about .abtcontent h4 {
    line-height: 40px;
    color: #343434;
    padding: 42px 0 10px;
    font-size: 31px;
}

#services .text {
    text-align: left !important;
    padding: 0px 20px;
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 4;
}
.infobox img{width:100%!important;}
#service .infobox{margin-bottom:20px!important; padding: 150px 40px;}
#service .infobox1{ padding: 150px 40px;}
.text-box {background-color:rgb(0,133,61,0.5);margin-top: 80px;}
.text-box1 {background-color:rgb(0,133,61,0.5);margin-top: 80px;}
}

    


@media (min-width:575px) and (max-width: 767px) {

  #intro {
    padding:40px 0 0px 0;
  }

#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;
 }

.topheader {
  text-align: center;  min-height: 90px; padding:5px 0px 0px;
    }

    #about .abtcontent h2 {
        line-height: 25px;
        color: #fff;
        padding: 20px 0px 0px 0px;
        font-size: 20px;
        font-weight: 600;
        text-align: left !important;
        margin: 0px !important;
    }
	.abtcontent{
padding:20px 20px 20px 20px;
 text-align:left;
}

#footer .footer-top .footer-contact p {
    line-height: 28px;
    font-weight: 500;
    font-size: 13px;
}
#header .logo img {
        padding: 0;
        margin-top: -30px;
        width: 80%;
    }
	.topheader a span {
    color: #fff;
    font-size: 12px;
    padding-right: 0px; 
}


.topheader {
  min-height: 90px; padding:10px 10px 0px;
    }

#about::after {display:none!important}

#services .text {
    text-align: left !important;
    padding: 0px 20px;
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 4;
}
#footer .footer-top { background-image: none!important; padding:20px 0 10px 0;}
.rightbox{    text-align: right;}
#services .text-box{  padding: 0px 20px 10px;}
#services .text-box p {
    padding: 0px 0px 10px;
    font-size: 17px;
	line-height:20px;
}
#about p {
    line-height: 33px;
    color: #000;
    padding: 0px 0% 50px!important;
}

#services .text-box h3 {
    text-align: left;
    margin: 0px;
    color: #fff;
    padding: 20px 0px 10px;
    font-size: 25px;
}	

.mobile-nav-toggle i {
    margin: 60px 15px 0 0;
    color: #fff;
}
#header {
    height: 165px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
   
}

#header.header-scrolled, #header.header-pages  {
        padding: 0px 0;
        background: #000;
        box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
        min-height: 165px;
    }    
    #intro .carousel-caption{display:none!important;}

	#about{
padding:50px 0px 20px;
}
#about h2 {
        line-height: 56px;
        color: #000;
        padding: 0px 0% 50px;
        font-size: 48px;
    }
    #bannerbtm .boxes {margin-bottom: 20px;}
    #bannerbtm .boxes h2 {       font-size: 35px; padding: 10px 0% 10px 0 !important;    }
.topheader {
  min-height: 90px; padding:25px 10px 0px;
    }

#about::after {display:none!important}
#about::before {display:none!important}
#about .abtcontent h4 {
    line-height: 40px;
    color: #343434;
    padding: 42px 0 10px;
    font-size: 31px;
}

#services .text {
    text-align: left !important;
    padding: 0px 20px;
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 4;
}
 #intro::after {display: none!important;}
.infobox img{width:100%!important;}
#service .infobox{margin-bottom:20px!important; padding: 150px 40px;}
#service .infobox1{ padding: 150px 40px;}
.text-box {background-color:rgb(0,133,61,0.5);margin-top: 80px;}
.text-box1 {background-color:rgb(0,133,61,0.5);margin-top: 80px;}
}


@media (min-width:320px) and (max-width:574px){

 #intro {
    padding:20px 0 0px 0;
  }

#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;
 }

.topheader {
  text-align: center;  min-height: 90px; padding:5px 0px 0px;
    }

    #about .abtcontent h2 {
        line-height: 25px;
        color: #fff;
        padding: 20px 0px 0px 0px;
        font-size: 20px;
        font-weight: 600;
        text-align: left !important;
        margin: 0px !important;
    }
	.abtcontent{
padding:20px 20px 20px 20px;
 text-align:left;
}

#footer .footer-top .footer-contact p {
    line-height: 28px;
    font-weight: 500;
    font-size: 13px;
}
#header .logo img {
        padding: 0;
        margin-top: -30px;
        width: 80%;
    }
	.topheader a span {
    color: #fff;
    font-size: 12px;
    padding-right: 0px; 
}


.topheader {
  min-height: 90px; padding:10px 10px 0px;
    }

#about::after {display:none!important}

#services .text {
    text-align: left !important;
    padding: 0px 20px;
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 4;
}
#footer .footer-top { background-image: none!important; padding:20px 0 10px 0;}
.rightbox{    text-align: right;}
#services .text-box{  padding: 0px 20px 10px;}
#services .text-box p {
    padding: 0px 0px 10px;
    font-size: 17px;
	line-height:20px;
}
#about p {
    line-height: 33px;
    color: #000;
    padding: 0px 0% 50px!important;
}

#services .text-box h3 {
    text-align: left;
    margin: 0px;
    color: #fff;
    padding: 20px 0px 10px;
    font-size: 25px;
}	

.mobile-nav-toggle i {
    margin: 90px 15px 0 0;
    color: #fff;
}
#header {
    height: 165px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
   
}

#header.header-scrolled, #header.header-pages  {
        padding: 0px 0;
        background: #000;
        box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
        min-height: 165px;
    }    
    #intro .carousel-caption{display:none!important;}

	#about{
padding:50px 0px 20px;
}
#about h2 {
        line-height: 56px;
        color: #000;
        padding: 0px 0% 50px;
        font-size: 48px;
    }
    #intro::after {display: none!important;}
    #bannerbtm .boxes {margin-bottom: 20px;}
    #bannerbtm .boxes h2 {       font-size: 28px; padding: 10px 0% 10px 0 !important;    }
.topheader {
  min-height: 90px; padding:25px 10px 0px;
    }

#about::after {display:none!important}
#about::before {display:none!important}
#about .abtcontent h4 {
    line-height: 40px;
    color: #343434;
    padding: 42px 0 10px;
    font-size: 31px;
}

#services .text {
    text-align: left !important;
    padding: 0px 20px;
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 4;
}
.social {
    text-align: left;margin: 20px 0px 0px 20px;
}
.infobox img{width:100%!important;}
#service .infobox{margin-bottom:20px!important; padding: 150px 40px;}
#service .infobox1{ padding: 150px 40px;}
.text-box {background-color:rgb(0,133,61,0.5);margin-top: 80px;}
.text-box1 {background-color:rgb(0,133,61,0.5);margin-top: 80px;}
}