/*  
Author: WebThemez.com
License: https://webthemez.com/license 
*/

/* @import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');  */
/* @import url('https://fonts.googleapis.com/css?family=Coda+Caption:800&display=swap'); */
@import url('https://fonts.googleapis.com/css?family=Poppins:800&display=swap');
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
  font-weight:600;
}
h1, h2{
	font-family: 'Rubik', sans-serif;
	font-family: 'Coda Caption', sans-serif;
	font-family: 'Poppins', sans-serif;
}
 
.navbar-dark .navbar-brand {
    color: #303030 !important;
    font-family: 'Coda Caption', sans-serif;
}
.navbar-dark .navbar-brand span{
    color: #4eaf3e !important; 
}
.bg-primary{
	color:#fff !important;
	background-color: #3b3b3b !important;
}
.btn-primary{
	color: #ffffff !important;
	border-color: #4eaf3e !important;
	background: #4eaf3e;
}
.btn-primary:hover{
	color: #ffffff !important;
	border-color: #278b17!important;
	background: #278b17;
}
.text-primary{
	color:#e68b0de8 !important
}
.bg-dark{
	 /* background-color: #4eaf3e !important; */
}
header{
  /* padding: 70px 0 100px; */
} 
.navbar .navbar-nav .nav-item .nav-link {
    color: #080808;
    font-size: 0.937rem;
    font-weight: 600;
    padding: 0.625rem 1.25rem;
    border-radius: 50px;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 1px;
}
::-moz-selection {
  color: #fff;
  background-color: #490bf9;
}

::selection {
  color: #fff;
  background-color: #490bf9;
}

.bg-primary ::-moz-selection {
  color: #490bf9;
  background-color: #fff;
}

.bg-primary ::selection {
  color: #490bf9;
  background-color: #fff;
}
  
.bg-overlay, .hero-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.text-primary{
	color: #4eaf3e !important;
}
.hero-img {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.hero-content{
	
}
.inner-page{
    background: #006bdf;
}  

.price-card .card-body ul li{
	line-height:38px;
}
.contact-info i{
	font-size:24px;
}
.team-dp ul{
	display:bock;
	margin:0 auto;
	padding:0;
}
.team-dp{
	text-align:center;
	display:bock;
}
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .carousel-caption {
    position: absolute;
    left: 10px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: left;
    top: 40%;
    max-width: 500px;
}
  .carousel-indicators li {
    height: 7px;
    border-radius: 0;
    overflow: hidden;
    width: 52px;
    background:#4eaf3e;
    padding: 0;
    margin: 0 2px;
    border: 0 solid #333;
}
  .carousel-caption h2{
	  font-size:32px;
	  color: #4eaf3e;
	  text-shadow: 1px 1px 6px rgb(49, 49, 49);
	 }
   .carousel-caption p{
	  font-size:22px;
  }
  .carousel-item .container{ 
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
  }
  .btn-outline-primary {
    color: #4eaf3e;
    border-color: #4eaf3e;
}
.btn-outline-primary:hover {
    color: #333;
    background-color: #4eaf3e;
    border-color: #4eaf3e;
}
.card-body { 
    background: #3b3b3b !important;
}
.card-body h5{
	font-size:15px;
	color: #4eaf3e;
}
.card{
	    border: 3px solid rgba(0, 0, 0, 0.6);
}
.card-body p{
	font-size:13px;
}
.price-card {
    color: #fff;
}
.bg-dark {
    background-color: #3b3b3b !important;
}
.navbar-dark .navbar-toggler {
    color: #3c3c3c;
    border-color: #4eaf3e;
}
.wt-blockquote-v2::before { 
    color: #4eaf3e; 
}
.navbar-collapse { 
    padding: 25px 0;
}

/*custom css*/
.logo{
	width:150px
}

h2 {
  font-size: 26px;
}
.lead {
  font-size: 1rem;
}
.wt-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hovereffect5 .overlay {
  padding: 2em;
}

.navbar {
  background: #fff !important;
}

#services .cust-srvc-heading {
  font-size: 18px;
}
.overlay {
    position: absolute;
    background: #000;
    height: 100%;
    width: 100%;
    opacity: 0.3;
}

@media only screen and (max-width: 768px) {
	.carousel-indicators {
		display: none;
	}
	.carousel-item .container {
		position: static;
	}
	.carousel-caption {
		position: static;
		text-align: center;
		margin: 0px auto;
	}
	#about {
		text-align: center;
	}
	.form {
		margin: 0px 0px 45px;
	}
	.carousel-caption h2 {
		text-shadow: none;
	}
	.carousel-control-prev, .carousel-control-next {
		display: none;
	}
}

@media only screen and (max-width: 425px) {
    .carousel-caption {
        padding: 10px 0 0 0;
    }
    .carousel-caption h2 {
        font-size: 16px;
    }
.wt-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
}

