/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Poppins", 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:#5d6235;
  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:#ffffff;
}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
  background:#ffffff;
  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;
}

#header .logo {
    width: 230px;
    height: auto;
}
.main-pages {
  margin-top: 60px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.topheader{min-height:60px;margin-top:-15px;   
margin-bottom:0px;padding:0px 15px 10px;border-radius:0px;}

  .tophead {
    background-image: url(../images/tophead_bg.png);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: right;
    padding: 8px 0px;

}
/* Desktop Navigation */
.phone i {
    padding: 0px 0px;
    margin-right: 5px;font-size: 16px;
    color: #fff !important;
}
.phone  strong{font-size:16px!important; color:#fff; padding-right: 15px;}
.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: #444444;
    padding:45px 10px 10px;
    transition: 0.3s;
    font-size: 14px;
    text-transform: uppercase;
    font-weight:500;
}

.main-nav .active > a{
	  color: #444444;
}
.main-nav .hover > a:active{
	  color: #f04f25;
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #f04f25;
}

.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: #ffffff;
  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: 6px 20px;
  font-size: 13px;
  color: #444444;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color:#f04f25;
}

.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:#ffffff;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #444444;
  padding: 15px 20px 10px;
  font-weight: 500;
  border-bottom: 1px solid #131313;
    text-transform:uppercase;
	font-size:13px;
} 

.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #f04f25;
  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: #444444;
}

.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 {
  width: 100%;position:relative;
}
.carousel-caption {  background: rgba(93, 98, 53, 0.5);  z-index: 1;    height: auto;    bottom: 0vh;    left: 0;    width: 100%;    text-align: center;
    position: absolute;
}

.carousel-caption h4  {   text-transform: uppercase;    font-size:42px;    color: #fff;
    line-height: 50px;    font-weight: 600;    padding: 0px 30% !important;
}

/*--------------------------------------------------------------
# Sections



/* About top Section
--------------------------------*/
#abouttop {
  padding:50px 0 30px;
  background:#fff;
}

#abouttop  h2 {
  line-height:70px;
      color: #5d6235;
         padding:0px 0% 0px;
      font-size: 45px;
      font-weight:600;
      text-align:center!important;
      margin: 0px!important;
  }
  #abouttop  p {
    text-align: center;
 line-height: 36px;
 font-size:25px;
 color: #444444;
 padding: 20px 13% 20px ;
 font-weight:500;

}
  /* About Us Section
--------------------------------*/
#about {
  padding:50px 0 80px;
  background-image:url("../images/about_bg.jpg");
background-repeat: no-repeat;
background-position: top left;
background-size: cover;
}


#about .about-container .background {
  margin: 20px 0;
}

.abtcontent{
padding:30px  30px 30px;
position:relative;
background-color: #fff;
}
.abtcontent::after{
	content: "";
    background: url(../images/abtcontent_after.png);
    position: absolute;
    width:94px;
    height:98px;
    bottom:0px;
	 right:0;
    z-index:2;
  }

#about .abtcontent p {
	     text-align: left;
    line-height: 30px;
    font-size:22px;
    color: #000;
    padding: 20px 0px 20px 0px;
    font-weight:400;

 }

#about1 .about-container{
	margin:20px 0px 20px 0px;

}

#about1 .about-container p {
	 text-align:left;
  line-height: 30px;
  font-size:15px;
  color:#444444;
  padding:0px 0px 10px;
  /*font-weight:500;*/
 }
 #about1 .abtcontent1 {
    padding: 0px 0px 0px;
    text-align: left;
}
a.learnmore1 {
font-size: 16px;  text-transform: uppercase; color: #5d6235; 
   margin-top:0px;font-weight:400;text-decoration: underline;
    	}
 a.learnmore1:hover{
        font-size: 16px;  text-transform: uppercase; color: #5d6235; 
           margin-top:0px;font-weight:400;text-decoration: none;
                      }
  /* service Section
--------------------------------*/
.mt50{margin-top:50px;}
.mp0 { margin:0px !important; padding:0px !important;}
#services {
  padding:50px 0 30px;
 background-color:#fff;
 text-align:center!important
 }
 #services h1 {
     color: #5d6235;
     font-size: 120px;
     text-align: center !important;
     font-weight: 700;
     padding: 0px 0px 20px;
     margin: 0px;
     text-transform: uppercase;
 }
 #services  p{
  color: #444444;
  font-size:16px;
  line-height:24px;
  text-align: center!important;
font-weight:400;
 padding:0px  10% 30px ;
 margin:0px;
}
 .serbox1{
   position:relative;
 padding:0px;
 transition:5s;z-index: 3;border-radius:4px;
 }
 .serbox1::before{
   content: "";
   position: absolute;
   inset: 0px;
   background: rgba(93, 98, 53, 0.5);
   z-index: 3;
   transition: 0.5s;
   opacity: 0;
   border-radius:4px;
   cursor:pointer;
 }
 .serbox1:hover::before{
   opacity: 1; 
   visibility: visible;transition: 0.5s;
 }
 .toptxt{padding-bottom:20px!important;}
 #services .text{
 text-align: left!important;
 padding:0px 10px 0px 20px ;
 position:absolute;
 top:230px;
 width:100%;
 z-index:4;
 }
   #services .serbox1 .text h1{
   color: #fff;
   font-size:25px;
   text-align: left!important;
 font-weight:600;
  padding:0px 0px 7px;
  margin:0px;
  text-transform:capitalize;
 }
 #services .serbox1 .text p{
   color: #fff;
   font-size:13px;
   line-height:18px;
   text-align: left!important;
 font-weight:400;
  padding:0px  0 10px 0px;
  margin:0px;
 }
 
 .text a.readbtn {
  font-size: 14px; text-transform: uppercase; color: #c7d080!important;
  font-weight:500;  text-decoration:underline!important;
   }
 .text a.readbtn:hover {
  font-size: 14px; text-transform: uppercase; color: #c7d080!important;
  font-weight:500;  text-decoration:none!important;
   }
 /*--------------------------------------------------------------
# offers
--------------------------------------------------------------*/

 #offers{  
  padding:50px 0px ;position: relative;
}
#offers::before{
	content: "";
    background: url(../images/offers_before.jpg);
    position: absolute;
    width:153px;
    height:368px;
    bottom:0px;
	 left:0;
    z-index:2;
}
#offers::after{
	content: "";
    background: url(../images/offers_after.jpg);
    position: absolute;
    width:197px;
    height:419px;
    top:0px;
	 right:0;
    z-index:2;
}
.infoafter::after{
	content: "";
    /*background: url(../images/infoafter.png);*/
    position: absolute;
    width:178px;
    height:178px;
    bottom:-90px;
	 right:-90px;
    z-index:2;
}
#offers h1 {
  color: #5d6235;
  font-size: 60px;
  text-align: center !important;
  font-weight: 700;
  padding: 0px 0px 50px;
  margin: 0px;
  text-transform: uppercase;
}
#offers .info{ padding: 20px 11% 0px 65px;}
#offers .info h2 {
  color: #5d6235;
  font-size: 32px;
  text-align: left !important;
  font-weight: 600;
  padding: 0px 0px 20px;
  margin: 0px;
  text-transform: capitalize;
}
#offers .info p {
  text-align:left;
 line-height: 30px;
 font-size:15px;
 color:#444444;
 padding:0px 0px 10px;
 font-weight:500;
}
#offers .info1{ padding: 0px 60px 20px 8%;}
#offers .info1 h2 {
  color: #5d6235;
  font-size: 32px;
  text-align: left !important;
  font-weight: 600;
  padding: 50px 0px 20px;
  margin: 0px;
  text-transform: capitalize;
}
#offers .info1 p {
  text-align:left;
 line-height: 30px;
 font-size:15px;
 color:#444444;
 padding:0px 0px 10px;
 font-weight:500;
}

 a.detail {
  font-size: 14px; text-transform: uppercase; color: #5d6235!important;
  font-weight:500;  text-decoration:underline!important;
   }
 a.detail:hover {
  font-size: 14px; text-transform: uppercase; color: #5d6235!important;
  font-weight:500;  text-decoration:none!important;
   }
   .infoimg{padding: 0px;}
   /*--------------------------------------------------------------
# culture
--------------------------------------------------------------*/
#culture{
  padding:50px 0px ;background-image:url("../images/culture_bg.jpg") ;background-position: center center;background-repeat: no-repeat;background-size: cover;
}
#culture .culturetext h2 {
  color: #5d6235;
  font-size: 65px;
  text-align: left !important;
  font-weight: 800;
  padding: 0px 0px 30px;
  margin: 0px;
  text-transform: uppercase;
}
#culture .culturetext h4 {
  text-align:left;
 line-height: 45px;
 font-size:50px;
 color:#5d6235;
 padding:25px 0px 10px;
 font-weight:600;
 text-transform: uppercase;
}
a.cntcbtn {
	z-index: 1;font-size: 16px;	background:#5d6235!important;  text-transform: uppercase; color: #fff; border: 2px solid #5d6235;
    padding: 11px 20px 11px;display: inline-block; margin-top:0px;border-radius: 5px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.cntcbtn::before {   
 content: ""; background:#d1c98d!important;color:#5d6235;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.cntcbtn:hover::before {
    width: 100%;
}
a.cntcbtn:hover {
    border-color:#5d6235;
    color: #5d6235!important;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  padding:30px 0 0px 0;
 background: #5d6235;
position:relative;
margin-top:0px;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight:500;
  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 .copyright p{
  text-align: center;
  font-size:15px;
  color:#fff;
   padding:20px 0px;
 margin-top:0px;
}
#footer .copyright {
padding:20px 0px 0px 0px;
}
.ftr_logo i {   
   font-size: 25px;
  color: #5d6235;
  padding: 6px 8px;
  margin:10px 0px 0px 10px;
   border-radius: 50%;
  background-color: #fff;
}
#footer .footer-top .footer-contact .bottom{font-size: 12px;line-height: 22px;}
.social{text-align: center;}



#about1 .abtcontent1 {
    padding: 0px 0px 0px;
    text-align: left;
}

#about1 .about-container .abtcontent1 h1 {
    line-height:50px;
    color:#5d6235;
    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: #5d6235;
    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:#444444;
    padding:0px 0px 15px;
}

.blckfont p{
    text-align:left;
    line-height: 28px;
    font-size:17px;
    color:#444444;
    padding:0px 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: #444444;
    padding:40px 8px 10px;
    transition: 0.3s;
    font-size: 12px;
    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;
}
#about .abtcontent h3 {
    line-height: 30px;
    font-size: 23px;
}

.ftr_logo {
    padding-top: 0px;
}

.carousel-caption h4 {    text-transform: uppercase;    font-size: 42px;    color: #fff;    line-height: 50px;
    font-weight: 700;    padding: 0px 22% !important;
}
.main-nav a strong {    font-size: 16px !important;}
.phone i {    padding: 0px 5px;    margin-right: 4px;    font-size: 18px;    color: #fff !important;}


#abouttop  h2 {  line-height:55px;font-size:45px;padding: 0px 11% 30px;}
#services h1 {
  color: #5d6235;
  font-size: 85px;
}
#services .text{
  text-align: left!important;
  padding:0px 10px 0px 20px ;
  position:absolute;
  top:120px;
  width:100%;
  z-index:4;
  }
  #offers::before{display: none;}
  #offers::after{display: none;}
  #offers .info { padding: 0px 20px 0px 60px;}
  #offers .info  h2{ padding: 0px;}
  #offers .info1 { padding: 0px 50px 20px 20px;}
  #offers .info1 h2 { padding: 35px 0px 10px;  }
  #culture .culturetext h2 {
    color: #5d6235;
    font-size: 55px;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
   #intro {
    padding:50px 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;
 }

#about{
padding:30px 0px;

}

#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:70px;
}
#header .logo img {
  padding: 0;
   margin:0px 0 0;
   width:80%;
}



#header {
    height: 90px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
}

#about .abtcontent h3 {
    line-height: 30px;
    font-size: 23px;
}
    .abtcontent {
        padding: 40px 45px 20px 40px;
        text-align: left;
    }
	.ftr_logo {
    padding-top: 0px;
}


  #service h1 {    color: #fff;    font-size: 40px;}
.carousel-caption h4 {  text-transform: uppercase;font-size: 40px;color: #fff; line-height: 50px;
font-weight: 700; padding: 0px 16% !important;
    }

.main-nav a strong {    font-size: 14px !important;}
.phone i {    padding: 0px 5px;    margin-right: 4px;    font-size: 18px;    color: #fff !important;}
.tophead {  padding: -1px 0px;}
.mobile-nav-toggle i {
  margin: 50px 35px 0 0;
  color: #444444;
}
.topheader{padding: 0px;} 
#abouttop  h2 {  line-height:55px;font-size:45px;padding: 0px 0px 10px;}
#abouttop p {  padding: 0px 5% 20px;}
#services h1 {
  color: #5d6235;
  font-size: 70px;
}
.serbox1{margin-bottom:20px;}
#services .text{
  text-align: left!important;
  padding:0px 10px 0px 20px ;
  position:absolute;
  top:300px;
  width:100%;
  z-index:4;
  }
  #offers::before{display: none;}
  #offers::after{display: none;}
  #offers .info { padding: 30px 20px 10px 20px;}
  #offers .info  h2{ padding: 0px;}
  #offers .info1 { padding: 0px 20px 30px 20px;}
  #offers .info1 h2 { padding: 35px 0px 10px;  }
  #culture .culturetext h2 {
    color: #5d6235;
    font-size: 55px;
  }
  .infoafter::after {display: none;}
 
  .culturetext  {margin-bottom: 20px;}
  .social{text-align: left!important;margin-bottom: 15px;}
  #services p {
    font-size: 14px;
    line-height: 24px;
    padding: 0px 2% 30px;}
}


@media (min-width:575px) and (max-width: 767px) {

  #intro {
    padding:80px 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;
}


#header .logo img {
  padding: 0;
   margin:0px 0 0;
   width:80%;
}


#about .abtcontent h3 {
    line-height: 30px;
    font-size: 23px;
}
.ftr_logo {    padding-top: 0px!important;}

  #service h1 {    color: #fff;    font-size:26px;}
.carousel-caption h4 {  text-transform: uppercase;font-size: 30px;color: #fff; line-height: 36px;
font-weight: 700; padding: 0px 16% !important;
    }
	.carousel-caption{padding:10px 0px!important;}


  .main-nav a strong {    font-size: 14px !important;}
  .phone i {    padding: 0px 5px;    margin-right: 4px;    font-size: 18px;    color: #fff !important;}
  .tophead {  padding: -1px 0px;}
  .mobile-nav-toggle i {
    margin: 50px 35px 0 0;
    color: #444444;
  }
  .abtcontent {
    padding: 20px 45px 20px 40px;
    text-align: left;
}
  #header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:90px;
}
  .topheader{padding: 0px;} 
  #abouttop  h2 {  line-height:38px;font-size:33px;padding: 0px 0px 10px;}
  #abouttop p {  padding: 0px 0px 20px;line-height: 28px;    font-size: 20px;}
  #services h1 {    color: #5d6235;    font-size: 55px;  }
  .serbox1{margin-bottom:20px;}
  #services .text{
    text-align: left!important;
    padding:0px 10px 0px 20px ;
    position:absolute;
    top:70%;
    width:100%;
    z-index:4;
    }
    #offers::before{display: none;}
    #offers::after{display: none;}
    #offers .info { padding: 30px 20px 10px 20px;}
    #offers .info  h2{ padding: 0px;}
    #offers .info1 { padding: 0px 20px 30px 20px;}
    #offers .info1 h2 { padding: 35px 0px 10px;  }
    #culture .culturetext h2 {
      color: #5d6235;
      font-size: 55px;
    }
    .infoafter::after {display: none;}
   
    .culturetext  {margin-bottom: 20px;}
    .social{text-align: left!important;margin-bottom: 15px;}
    #services p {
      font-size: 14px;
      line-height: 24px;
      padding: 0px 2% 30px;}
      #services .serbox1 .text h1 {   font-size: 40px;   }
   
      #services .serbox1 .text p {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
      }
}


@media (min-width:320px) and (max-width:574px){

#intro {
    padding:70px 0 0px 0;
  }
#footer .copyright{padding-left:10px;}
#footer .footer-top h4 {padding-top: 20px;}

#header .logo img {
  padding: 0;
   margin:0px 0 0;
   width:80%;
}

#header {
    height: 70px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;

}

.ftr_logo {    padding-top: 0px!important;}
	 
.serbox1{margin-bottom:20px;}
  #service h1 {    color: #fff;    font-size:26px;
 padding-bottom:20px!important;
}
.carousel-caption h4 {  text-transform: uppercase;font-size: 20px;color: #fff; line-height:25px;
font-weight: 700; padding: 0px 16% !important;
    }
	.carousel-caption{padding:10px 0px!important;}
  .main-nav a strong {    font-size: 14px !important;}
  .phone i {    padding: 0px 5px;    margin-right: 4px;    font-size: 18px;    color: #fff !important;}
  .tophead {  padding: -1px 0px;}
  .mobile-nav-toggle i {
    margin: 50px 35px 0 0;
    color: #444444;
  }
  .abtcontent {
    padding: 20px 25px 20px 25px;
    text-align: left;
}
  #header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:90px;
}
  .topheader{padding: 0px;} 
  #abouttop  h2 {  line-height:38px;font-size:33px;padding: 0px 0px 10px;}
  #abouttop p {  padding: 0px 0px 20px;line-height: 28px;    font-size: 20px;}
  #services h1 {    color: #5d6235;    font-size: 35px;  }
  .serbox1{margin-bottom:20px;}
  #services .text{
    text-align: left!important;
    padding:0px 10px 0px 20px ;
    position:absolute;
    top:50%;
    width:100%;
    z-index:4;
    }
    #offers::before{display: none;}
    #offers::after{display: none;}
    #offers .info { padding: 30px 20px 10px 20px;}
    #offers .info  h2{ padding: 0px;    font-size: 25px;}
    #offers .info1 { padding: 0px 20px 30px 20px;}
    #offers .info1 h2 { padding: 35px 0px 10px;  }
    #culture .culturetext h2 {
      color: #5d6235;
      font-size: 45px;
    }
    #about .abtcontent p {
      text-align: left;
      line-height: 25px;
      font-size: 14px;
    }
    #culture .culturetext h4 {
      line-height: 40px;
      font-size: 37px;
    }
    .infoafter::after {display: none;}
   
    .culturetext  {margin-bottom: 20px;}
    .social{text-align: left!important;margin-bottom: 15px;}
    #services p {
      font-size: 14px;
      line-height: 24px;
      padding: 0px 2% 30px;}
      #services .serbox1 .text h1 {   font-size: 40px;   }
   
      #services .serbox1 .text p {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
      }
      #offers {
        padding: 30px 0px;
        position: relative;
    }
    #offers h1 {
      color: #5d6235;
      font-size: 44px;
    }
}
