@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600&family=Roboto:wght@400;500;700&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #8E8E8E;
	font-size: 14px;
	font-weight: 400;
}

a:hover {
	color: #7f7d7d;
}

/*header section*/
.navbar {
	padding-top: 15px;
}



.nav-item {
	padding: 8px 16px;
}

.nav-link {

	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.nav-link:hover,
.nav-link.active {
	color: #fff;

}

.nav-link:focus {
	color: #fff;
}

.nav-item:after {
	display: block;
	content: '';
	border-bottom: solid 2px #dd9933;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
}

.nav-item:hover:after {
	transform: scaleX(1);
}

.navbar-toggler:focus {
	box-shadow: none !important;
}
.nav-item.active a{
	color:#dd9933;
}
.nav-item a:hover{
	color:#dd9933;
}
.logo {
	width: 150px;
}

.banner {

	background: url(../img/banner_3.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: inherit;
	height: 700px;
}

.banner-info {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.4);

	padding: 50px 80px;
}

.banner-info h3 {

	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: rgb(255, 255, 255);
}

.banner-info h1 {
	color: #fff;
	font-size: 80px;
	text-align: center;
	font-family: 'Roboto Slab', serif;
}

.banner-info p {
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	font-weight: 400;
	color: rgb(255, 255, 255);
}

/*Header section ends---*/


.btn-primary {
	background: #dd9933;
	padding: 12px 20px;
	border:0;
}
.btn-primary:hover {
	background:#000;
	border:0;
}

/*home page about */

.home-about h1 {
	font-family: 'Roboto Slab';
	font-weight: 700;
	font-size: 36px;
	color: #333;
}

.home-about p {
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7em;
	;
}

.yellow-strip {
	background-color: #ffb606;
	padding: 30px 0px 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.header h2 {
	line-height: 40px;
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 2px;
	color: #333;
	font-family: 'Roboto Slab';
}

.header {
	position:relative;
}
.header p {
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	line-height: 30px;
	color: #999;
}

/*home-service section*/
.line {
	right: 0;
	margin: -10px auto;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #333;
	width: 35px;
}

.home-service {
	margin: 60px 0;
}

.home-service h1 {
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	color: #000;
	font-family: 'Roboto Slab';
}

.home-service p {
	color: #999;
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 400;
}

.icon-circle {
	text-align: center;
	table-layout: fixed;
	border: 1px solid #eee;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.icon-circle .fa {
	color: #ffb606;
	font-size: 36px;
	line-height: 36px;
	vertical-align: middle;
}


/*footer */
footer {
	background:#000;
	padding:80px 0;
	color:#999;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}

footer a:hover {
	color:#ffb606;
}

/*scroll top */
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #333;
	color: white;
	cursor: pointer;
	padding: 3px 10px;
	border-radius: 2px;
  }
  
  #myBtn:hover {
	background-color: #ffb606;
  }
  #myBtn .fa {
	  font-size:20px;
  }

  /*inner pages */
  #banner-inner {
	  height:300px;
  }
  #banner-inner h3{
	color: #fff;
	margin: 0;
	line-height: 54px;
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 700;
	padding-left: 25px;
	position: relative;
	font-family: 'Roboto Slab';
	border-left: 3px solid #d93;
  }

  li {
	color:#666;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7em;

  }
  .breadcrumb-strip {
	  border-bottom:1px solid #ddd;
  }

  .banner-about {

	background: url(../img/about-us-2.png) no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: inherit;

}

.overlay-top-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height:300px;
	background: rgba(0,0,0,.5);
}

.inner-page h3{
	 color:#333;
		font-size: 18px;
		font-weight: 700;
		line-height: 36px;
		padding-left: 25px;
		position: relative;
		margin-bottom: 12px;
		border-left: 3px solid #d93;
		text-transform: uppercase;
		font-family: 'Roboto Slab';
}

.inner-page p{
	color: #666;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7em;
}

.pr-3{
	padding-right:50px;
}

.pl-3{
	padding-left:50px;
}

.contact h4{
	text-transform: none;
font-size: 15px;
line-height: 25px;
font-weight: 700;
margin: 0;
font-family: 'Roboto Slab';
}

.contact .fa {
	color: #ffb606;
font-size: 24px;
line-height: 24px;
vertical-align: middle;
}
.hr-top {
	border-top:1px solid #ddd;
}

.contact-i .fa {
	color: #999;
	margin-top: 20px;
	border: 1px solid #ddd;
	font-size: 13px;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	text-align: center;
	line-height: 28px;
	
}
.contact .fa:hover {
	color: #ffb606;
	background:#f9f9f9;
}
.form-control {
	display: block;
	width: 100%;
	height: unset !important;
	padding: 10px 10px;
	border: solid 1px #cbd6e2;
	border-radius: 0;
  }
  
  .form-control:focus {
	box-shadow: none;
	border: solid 1px #ffb600;
  }

  .footer a {
	  padding-left:20px;
  }
  @media screen and (max-width: 768px) {
.banner {
	height:unset;
}
.banner-info h1 {
	
	font-size: 60px;
  }
  .banner-info p {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
  }
  .nav-item {
	padding: 8px 5px;
  }
  }

  @media screen and (max-width: 1024px) {
	.banner {
		height:unset;
	}
	.nav-item {
		padding: 8px 5px;
	  }
	  #banner-inner h3 {
	
		line-height: 33px;
		font-size: 25px;
	  }
	  #banner-inner {
		height: unset;
	  }
	  .overlay-top-header {
		
		background: unset;
	  }
	  .txt-center {
		  text-align: center;
		  margin-bottom:5px;
	  }
	  .footer {
		  display: block;
	  }
	  .footer a {
		padding-left:10px;
	}
  }