/*  
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');
.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;
}
 
.navbar-dark .navbar-brand {
    color: #303030 !important;
    font-family: 'Coda Caption', sans-serif;
}
.navbar-dark .navbar-brand span{
    color: #f17f21 !important; 
}
.bg-primary{
	color:#fff !important;
	background-color: #3b3b3b !important;
}
.btn-primary{
	color: #242121 !important;
	border-color: #f17f21 !important;
	background: #f17f21;
}
.text-primary{
	color:#e68b0de8 !important
}
.bg-dark{
	 /* background-color: #f17f21 !important; */
}
header{
  /* padding: 70px 0 100px; */
} 
.navbar .navbar-nav .nav-item .nav-link {
    color: #080808;
    font-size: 14px;
    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: #f17f21 !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: 475px;
}
  .carousel-indicators li {
    height: 7px;
    border-radius: 0;
    overflow: hidden;
    width: 52px;
    background:#f17f21;
    padding: 0;
    margin: 0 2px;
    border: 0 solid #333;
}
  .carousel-caption h2{
	  font-size:40px;
	  color: #f17f21;
	 }
   .carousel-caption p{
	  font-size:22px;
  }
  .carousel-item .container{ 
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
  }
  .btn-outline-primary {
    color: #f17f21;
    border-color: #f17f21;
}
.btn-outline-primary:hover {
    color: #333;
    background-color: #f17f21;
    border-color: #f17f21;
}
.card-body { 
    background: #3b3b3b !important;
}
.card-body h5{
	font-size:15px;
	color: #f17f21;
}
.card{
	    border: 3px solid rgba(0, 0, 0, 0.6);
}
.card-body p{
	font-size:13px;
}
.card-body ul li{ 
	 padding: 10px 0;
}
.card-body ul li a{ 
	color: #f17f21;
	font-weight: 600;
}
.price-card {
    color: #fff;
}
.bg-dark {
    background-color: #3b3b3b !important;
}
.navbar-dark .navbar-toggler {
    color: #3c3c3c;
    border-color: #f17f21;
	margin-left: -62px;
}
.wt-blockquote-v2::before { 
    color: #f17f21; 
}
.navbar-collapse { 
    padding: 25px 0;
}

@media only screen and (max-width: 600px) {
.carousel-caption h2 {
    font-size: 19px;
    color: #f17f21;
}
.carousel-caption p {
    font-size: 14px; 
	font-weight:bold;
}
}

@media (max-width:767px) {
.carousel-inner {
	margin-top: 90px;
}
  .carousel-caption.inner{
   top: 0;
  }
}
@media (max-width: 375px) {
.navbar-dark .navbar-brand img{
	width: 82%;
}
}
@media (max-width: 360px) {
.carousel-inner {
	margin-top: 80px;
}
.navbar-dark .navbar-brand img{
	width: 85%;
}
}