
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #000;
  font-family: 'Rajdhani', sans-serif;
}

a {
  color: #18d26e;
  transition: 0.5s;
  text-decoration:none
}

a:hover, a:active, a:focus {
  color: none;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 0px 0;
  font-size:18px;
   font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  margin: 0 0 0px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #6d2a77;
  color: #fff;
  display: inline-block;
  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;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 15px 0px 15px 0px;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
 
}



#header #logo img {
  float: left;
  width:90%
}

#header .btn-get-started {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  font-size: 16px;

  display: inline-block;
  padding: 15px 0px;
  transition: 0.5s;
  color: #fff;
  background: #2fa428;
  line-height:30px;
  float:right;
  margin:19px 0px 0px 0px;
  width:100%;
  text-align:center

}

#header .btn-get-started:hover {
  background: #9a2472;
  color: #fff;
}



@media (min-width: 1024px) {
  #header #logo {
    padding-left: 0px;
  }
}



#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-width: 90%;
  }

  #header .btn-get-started {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 1px;
  display: cover;
  padding: 15px 0px;
  transition: 0.5s;
  color: #fff;
  background: #2fa428;
  line-height:30px;
  float:right;
  margin:5px 0px 0px 0px;
  width:100%;
  text-align:center
}
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 550px;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: left;
  align-items: center;
  position: absolute;
  bottom: 0;
  top:45px;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: left;
  padding:30px 80px
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 600;
  text-transform:capitalize
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }

  #intro {
  display: table;
  width: 100%;
  height: 250px;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding: 35px 0px 0px 0px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 3px 8px 0px 8px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: 17px;
  text-transform: capitalize;
  outline: none;
  
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #2fa428;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 0px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #1e1f1f;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #fff;
  transition: 0.3s;
  display: block;
  font-size: 16px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #fff;
  background: #33c52a
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 33px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;;
  background:#9b2773;
  padding:8px 15px 5px 15px
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 100, 0, 0.90);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0px;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 16px 22px 16px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  border-bottom:2px solid #5b9f57
}

#mobile-nav ul li a:hover {
  color: #fff;
  background:#5b9f57
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

.clear{display:block; clear:both}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

.clear{display:block; clear:both}


/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #309e2a;
  overflow:hidden
}

#featured-services .box {
  padding: 0px 0px
}


#featured-services  .col-lg-3
{background:#6b2a76;
margin: 0 auto;text-align:center}


#featured-services  .col-lg-3 img{
  
width:200px;


}



#featured-services .box  h4 {
  font-weight: 600;
  margin: 5px 0px 13px 0px;
  font-size: 35px;
  color:#fff
}


#featured-services .box  p {
  font-size: 23px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0;
  font-weight:400

}

/* About Us Section
--------------------------------*/
#about {
  background: #fff center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 60px 0;
  position: relative;
}


#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #none;
 
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  width:93%; float:left
}


#about .about-col h2 {
  color: #000;
  text-align: left;
  font-weight: 500;
  font-size: 25px;
  padding: 0;
  text-transform:uppercase;
  letter-spacing:1px
}


#about .about-col h3 {
  color: #30af28;
  text-align: left;
  font-weight: 500;
  font-size: 45px;
  padding: 0;
  text-transform:none;
  margin: 0px 0px 20px 0px;
  line-height:50px;
  letter-spacing:2px

}

#about .about-col p {
  font-size: 18px;
  line-height: 27px;
  color: #000;
  margin-bottom: 30px;
  letter-spacing:1px
 
}


#about .about-col .btn-get-started {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 20px 39px 15px 39px;
  transition: 0.5s;
  color: #fff;
  background: #000;
  line-height:30px;
  float:left;
  margin:0px 0px 0px 0px
}

#about .about-col .btn-get-started:hover {
  background: #2fa428;
  color: #fff;
}


@media (max-width: 768px) {


  #about .about-col .img img {
  width:93%; float:none;
  margin: 0 auto; text-align:center
}


  #about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  padding: 30px 0px 0px 0px;
  text-transform:uppercase;
  letter-spacing:1px
}


  #about .about-col h3 {
  color: #30af28;
  text-align: center;
  font-weight: 500;
  font-size: 35px;
  padding: 0;
  text-transform:none;
  margin: 0px 0px 20px 0px;
  line-height:30px;
  letter-spacing:1px

}


#about .about-col {
  background: #none;
  text-align:center;
  margin: 0 auto
 
}


#about .about-col .btn-get-started {
  font-family: 'Rajdhani', sans-serif;
  font-weight: lighter;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 20px 39px 15px 39px;
  transition: 0.5s;
  color: #fff;
  background: #000;
  line-height:30px;
  float:none;
  margin:0px 0px 0px 0px;

}

}


/* Services Section
--------------------------------*/
#services {
  background: url("../img/services-background.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#services::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.80);
  z-index: 9;
}

#services .container {
  position: relative;
  z-index: 10;
}

#services .box {

}


#services .icon {
  padding:0px 15px;
  float:left
}

#services .icon img {
  width:100px
}


#services h2 {
  color: #fff;
  font-size: 37px;
  font-weight: 500;
  margin:10px 0px 0px 0px;
  line-height:30px;
  letter-spacing:1px
}


#services .title {
  margin-left: 60px;
  font-weight: 500;
  margin: 8px 0px ;
  font-size: 25px;
  color:#fff;
  letter-spacing:1px
}



#services .description {
  font-size: 17px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing:1px
}


@media (max-width: 768px) {

#services .title {
  text-align:left
}



#services .description {
  text-align:left
}

}

/* Call To Action Section
--------------------------------*/
#contacttoday {
  background: #2fa428;
  background-size: cover;

}

#contacttoday .box{padding:38px 0px 30px 0px}

#contacttoday h3 {
  color: #fff;
  font-size: 37px;
  font-weight: 600;
  margin:10px 0px 0px 0px;
  text-transform:uppercase;
  line-height:30px
}

#contacttoday p {
  color: #fff;
  font-size: 25px;
  letter-spacing:2px
}

#contacttoday .cta-btn {
  font-family: 'Rajdhani', sans-seri;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 15px 38px 12px 38px;
  transition: 0.5s;
  margin: 5px;
  border: 4px solid #ffffff;
  color: #fff;
  text-decoration:none;
  float:right
}

#contacttoday .cta-btn:hover {
  background: #662170;
  border: 4px solid #662170;
  color:#fff
}



@media (max-width: 768px) {


  #contacttoday{text-align:center}


#contacttoday h3 {
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  margin-bottom:0px
}

#contacttoday p {
  color: #fff;
  font-size: 18px;
}

#contacttoday .cta-btn{float:none}


}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #309e2a;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
  text-align:left
}

#footer .footer-top {
  background: #111;
  padding: 60px 0 20px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
}

#footer .footer-top .footer-info p {
  line-height: 30px;
  font-size:16px;
  letter-spacing:1px
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}


footer-info

#footer .footer-top .social-links a:hover {
  background: #18d26e;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing:2px;
  padding-bottom: 5px;
  margin-bottom: 14px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
}

#footer .footer-top h4::before {
  right: 0;
  background: none;
}

#footer .footer-top h4::after {
  background: #44b83d;
  width: 50px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 7px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  line-height: 26px;
  font-size:16px;
  letter-spacing:1px;
  color:#fff
}

#footer .footer-top .footer-links ul a:hover {
  color: #44b83d;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 28px;
  font-size:16px;
  letter-spacing:1px
}



#footer .copyright {
  text-align: center;
  padding-top: 30px;
  font-size: 18px;
  letter-spacing:1px;
  font-weight:500
}

#footer .credits {
  text-align: center;
  font-size: 18px;
  color: #fff;
  letter-spacing:1px;
  font-weight:500
}


@media (max-width: 768px) {

 #footer .footer-top .footer-info .row .col-md-4 {
  width:30%
}
}


/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #f2f2f2;
  background-size: cover;
  padding: 45px 0px 40px 0px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0px 0 0px 0;
  list-style: none;
  text-align: center;
}




#portfolio .portfolio-item {
  position: relative;
  height: auto;
  overflow: hidden; margin:0px 0px 20px 0px
}

#portfolio .portfolio-item figure {
  background: #eeeeee;
  overflow: hidden;
  height: 220px;
  position: relative;
  border-radius: 4px 4px ;
  margin: 0;
}



@media (max-width: 768px) {
  #portfolio .portfolio-item figure {
  background: #eeeeee;
  overflow: hidden;
  height: 250px;
  position: relative;
  border-radius: 4px 4px ;
  margin: 0;
  width:80%; margin: 0 auto
}
}



#portfolio .portfolio-item figure:hover img {

  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0%;
  transition: 0.2s linear;
}





#portfolio h2  {
  font-size: 38px;
  color: #000;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  position: relative;

}

#portfolio p  {
  font-size: 23px;
  color: #000;
  text-transform: none;
  text-align: center;
  font-weight: 400;
  position: relative;
  letter-spacing:1px;
  margin:0px 0px 20px 0px

}



#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details {
  background: rgba(0, 0, 0, 0.1);
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(0% - 0px);
  top: calc(0% - 0px);
}



#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(0% - px);
}



#portfolio .portfolio-item img {
  transition: all ease-in-out 0.6s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}




.form .input{background:#e2e5e3; padding:13px 10px; color:#000;
 font-size:18px;  width:100%;
font-family: "raleway", sans-serif; font-style: none;
float:none; border:2px solid #e2e5e3; float:none; margin: 0 auto;
margin-bottom:12px; margin-top:8px;
border-radius:0px; font-weight: 500;font-family: 'Rajdhani', sans-seri; }


 .input::placeholder  {
    color: #000;
}

.input:hover, select:hover {
  border-color: transparent;
  box-shadow: 0 0 0 1px #ccc;
}




 .submits {  font-family: 'Rajdhani', sans-seri
  text-transform: capitalize;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 32px 14px 32px;
  border-radius: 0px;
  transition: 0.5s;
  margin-top: 5px; border:none; background:#38a530;
  color:#fff;
  margin-bottom:0px}

.submits:hover { background: #961d6d;
   color:#fff}

.alertmsg {font-size:12px; color:#f00; font-style:no;}




#intros{
  display: table;
  width: 100%;
  height: 150px;
  background: #000;
}

#intros .carousel-item {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intros .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intros .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intros .carousel-content {
  text-align: center;
}

#intros h2 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 44px;
  font-weight: 600;
  letter-spacing:1px;
  text-transform:capitalize
}

#intros h3 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 400;
  letter-spacing:1px;
  text-transform:capitalize
}


@media (max-width: 768px) {
  #intros h2 {
    font-size: 28px;
  }

  #intros {
  display: table;
  width: 100%;
  height: 250px;
  background: #000;
}

#intros .carousel-item {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


}



/* About Us Section
--------------------------------*/
#content {
  background: #fff center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 60px 0;
  position: relative;
}


#content .container {
  position: relative;
  z-index: 10;
}

#content .content-box {
  background: #e1e1e1;
  padding:30px;
  margin:30px 0px 0px 0px
 
}

#content .content-col .img {
  position: relative;
}

#content .content-col .img img {
  width:93%; float:left
}



#content .content-col .icon {
 float:left
}



#content  h2 {
  color: #000;
  text-align: left;
  font-weight: 700;
  font-size: 35px;
  padding: 0px 0px 10px 0px;
  text-transform:capitalize;
  letter-spacing:1px
}


#content  h3 {
  color: #000;
  text-align: left;
  font-weight: 700;
  font-size: 27px;
  padding: 0px 0px 5px 0px;
  text-transform:capitalize;
  letter-spacing:0px

}


#content  span{
  color: #000;
  text-align: left;
  font-weight: 500;
  font-size: 19px;
  padding: 0px 0px 5px 0px;
  text-transform:capitalize;
  letter-spacing:0px

}


#content  h5 {
  color: #000;
  text-align: left;
  font-weight: 700;
  font-size: 19px;
  padding: 0px 0px 5px 0px;
  text-transform:capitalize;
  letter-spacing:0px

}





#content  h4 {
  color: #000;
  text-align: left;
  font-weight: 500;
  font-size: 23px;
  padding: 0px 0px 5px 0px;
  text-transform:capitalize;
  letter-spacing:1px

}



#content .icon img{
 width:98%;
 margin: 5px 0px 25px 0px

}



#content  p {
  font-size: 17px;
  line-height: 27px;
  color: #000;
  margin-bottom: 0px;
  letter-spacing:0px
 
}


#content .content-box1 {
  background: #44b83d;
  padding:30px;
  margin:30px 0px 0px 0px
 
}


#content .content-box2 {
  background: #034a9a;
  padding:30px;
  margin:30px 0px 0px 0px
 
}


#content .content-box3 {
  background: #9a2573;
  padding:30px;
  margin:30px 0px 0px 0px
 
}


#content .content-box4 {
  background: #f3782a;
  padding:30px;
  margin:30px 0px 0px 0px
 
}


#content .box  h3 {
  color: #fff;
  text-align: left;
  font-weight: 700;
  font-size: 25px;
  padding: 0px 0px 5px 0px;
  text-transform:capitalize;
  letter-spacing:1px

}

#content .box  p {
  font-size: 17px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 0px;
  letter-spacing:0px 
}

#content .box  span{
  font-size: 19px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0px;
  letter-spacing:1px;
  font-weight: 700
}





/* Call To Action Section
--------------------------------*/
#talktous {
  background: #e97325;
  background-size: cover;
  padding:48px 0px 40px 0px

}



#talktous h3 {
  color: #fff;
  font-size:47px;
  font-weight: 600;
  margin:10px 0px 0px 0px;
  text-transform:uppercase;
  line-height:30px;
  text-align:center
}

#talktous p {
  color: #fff;
  font-size: 25px;
  letter-spacing:1px;
  font-weight:400;
  text-align:center;
  padding:30px 0px;
  line-height:26px
}