
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;	
	line-height: 1.5;

		/* Variables for storing colors */
		--card-clr: #161922;
		--body-clr: #191d28;
		--primary-clr: #f0bf6a;
		--heading-clr: #dadada;
		--text-clr: #767a86;
}
h1{
	font-size:1.8rem;
	font-weight: 900;
	margin-bottom: 10px;
	color: #FFCB00;
	text-align: center;
}

h2{
	font-size:1.8rem;
	font-weight: 900;
	margin-bottom: 10px;
	color: #FFCB00;
	text-align: center;
}
h3{
	font-size: 1.5rem;
	font-weight: 700;
	
}
body{
	font-size: 1rem;
	font-weight: 300px;
	text-align: justify;
}
.map{
	height: 550px;
}


/*--------------------------------------------------------------
# header navigation
--------------------------------------------------------------*/

.myNavbar{
	position:fixed !important;
	top: 0;
	left:0;
	z-index: 9;
	width: 100%;
	}
	
.nav-bg{
		background-color: #17202A !important;
		z-index:9;
		}

.navbar-brand{
	font-size:2rem !important ;
	font-weight: 700;
  }
	
  .navbar-toggler{
	  box-shadow: none !important;
  }

.offcanvas-body{
	background-color: #17202A !important;
}
/*--------------------------------------------------------------
# header carousel
--------------------------------------------------------------*/

.carousel-image-1{
	background-image:
	linear-gradient(45deg, 
	rgba(0, 0, 0, 0.45), 
	rgba(0, 0, 0, 0.50)),
	url(../Image/banner-1.jpg);
}

.carousel-image-2{
	background-image:
	linear-gradient(45deg, 
	rgba(0, 0, 0, 0.45), 
	rgba(0, 0, 0, 0.50)),
	url(../Image/banner-2.jpg);
}
.carousel-image-3{
	background-image:
	linear-gradient(45deg, 
	rgba(0, 0, 0, 0.45), 
	rgba(0, 0, 0, 0.50)),
	url(../Image/banner-3.jpg);
}
.carousel-image-4{
	background-image:
	linear-gradient(45deg, 
	rgba(0, 0, 0, 0.45), 
	rgba(0, 0, 0, 0.50)),
	url(../Image/banner-4.jpg);
}
.carousel-image-5{
	background-image:
	linear-gradient(45deg, 
	rgba(0, 0, 0, 0.45), 
	rgba(0, 0, 0, 0.50)),
	url(../Image/banner.jpg);
}
.carousel-item{
  height: 88vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.carousel-caption .pad{
  padding:0 180px;
  text-align: center;
}

@media (max-width: 992px) {

    .carousel-item{
        height: 40vh !important;
    }
    .carousel-indicators button{
      opacity: 0 !important;
    }

}

/*--------------------------------------------------------------
#    Service section 
--------------------------------------------------------------*/

.card-pad{
	padding:.9rem !important;
}

.col-pad{
	padding:0.9rem;
}
.blog-pad{
	padding:0.9rem;
}

.card{
	width: 100% !important;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	border: none;
}
.card:hover{
	background-color:#ffcc008f;
}



/*--------------------------------------------------------------
#    About section 
--------------------------------------------------------------*/

.center-hw{
	display:flex !important;
	justify-content: center;
	align-items: center;
	text-align: center;
}

/*--------------------------------------------------------------
#    CLINT CSS  
--------------------------------------------------------------*/

.testimonials-section{
	width: 100%;
	padding: 0px 8%;
}
.testimonials-section .section-header{
	max-width: 700px;
	text-align: center;
	margin: 30px auto 40px;
}
.section-header h2{
	position: relative;
	font-size: 2rem;
	color: var(--primary-clr);
  text-align: center;
}
.testimonials-container{
	position: relative;
	z-index: 0;
}
.testimonials-container .testimonial-card{
	padding: 20px;
	
}
.testimonial-card .test-card-body{
	background-color: var(--card-clr);
	box-shadow: 2px 2px 20px rgba(0,0,0,0.12);
	padding: 20px;
}
.test-card-body .quote{
	display: flex;
	align-items: center;
}
.test-card-body .quote i{
	font-size: 45px;
	color: var(--heading-clr);
	margin-right: 20px;
}
.test-card-body .quote h3{
	color: var(--heading-clr);
}
.test-card-body p{
	margin: 10px 0px 15px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--text-clr);
}
.test-card-body .ratings{
	margin-top: 20px;
}
.test-card-body .ratings i{
	font-size: 17px;
	color: var(--primary-clr);
	cursor: pointer;
}
.testimonial-card .profile{
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.profile .profile-image{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}
.profile .profile-image img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.profile .profile-desc{
	display: flex;
	flex-direction: column;
}
.profile-desc span:nth-child(1){
	font-size: 24px;
	font-weight: bold;
	color: var(--primary-clr);
}
.profile-desc span:nth-child(2){
	font-size: 15px;
	color: var(--text-clr);
}
/* .owl-nav{
	position: absolute;
	right: 20px;
	bottom: -10px;
} */
.owl-nav button{
	border-radius: 50% !important;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i{
	padding: 10px !important;
	border-radius: 50%;
	font-size: 18px !important;
	background-color: var(--card-clr) !important;
	color: var(--primary-clr);
	cursor: pointer;
	transition: 0.4s;
}
.owl-nav .owl-prev i:hover,
.owl-nav .owl-next i:hover{
	background-color: var(--primary-clr) !important;
	color: #e9e9e9;
}
.owl-dots{
	margin-top: 15px;
}
.owl-dots .owl-dot span{
	background-color: #434753 !important;
	padding: 6px !important;
}
.owl-dot.active span{
	background-color: var(--primary-clr) !important;
}


/*--------------------------------------------------------------
# Other page common css
--------------------------------------------------------------*/

.page-box{
	background-image:
				  linear-gradient(45deg, 
				  rgba(0, 0, 0, 0.75), 
				  rgba(0, 0, 0, 0.50)),
				  url(../Image/banner.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

}
.pages{
display: flex;
justify-content: center;
align-items: center;
height: 30vh;
font-size: 24px;
color:#f0bf6a ;
font-weight: bold;
}



/*--------------------------------------------------------------
# Small device css
--------------------------------------------------------------*/

@media(max-width:768px){

	h1{
		font-size:1.2rem !important;
		font-weight: 700;
		text-align: center;
		
	}
	h2{
		font-size:1rem !important;
		font-weight: 500;
	}
	p{
		font-size:.9rem !important;
		font-weight: 300px;
	}

	.card-pad{
		padding:.7rem 0 !important;
	}
	
	.col-pad{
		padding:.7rem !important;
	}


	.blog-pad{
		padding:.7rem !important;
	}
	.map{
		height: 350px;
	}

}




















