html {
  scroll-behavior: smooth;
}
body { 
	background: url(../images/bgimg1.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media (max-width: 767px) {
	.navbar-collapse {
		background: #343a40;
		#background: red;
		opacity: 0.8;
		position: absolute;
		left: 0px;
		width: 0px;
		top: 66px;
		padding-left:10px;
		transition: width;
		line-height: 2;
		cursor: pointer;
		text-align: left;
	}
}
.home {
	padding-top:150px;
	min-height:600px;
}
.about {
	padding-top:120px;
	padding-right:15px;
	padding-bottom:50px;
	padding-left:15px;
	min-height:600px;
}
.services {
	padding-top:120px;
	min-height:600px;
}
.contact {
	padding-top:120px;
	padding-right:15px;
	padding-bottom:10px;
	padding-left:15px;
	min-height:600px;
}
.about h3 {
	font-weight: 400;
	font-size: 26px;
}
.section-title {
	position: relative; 
	text-align: center;
	padding-bottom: 30px;
}
.section-title .backdrop {
    line-height: 1;
    top: -60%;
    position: absolute;
    text-transform: uppercase;
    z-index: -1;
	font-family: "Comic Sans MS", cursive, sans-serif;
    font-weight: 900 !important;
    font-size: 4rem;
    color: #efefef;
	opacity: 0.4;
}
.section-title .backdrop.text-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%); 
}
.section-title .subtitle {
	color:white;
	background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
	opacity: 0.7;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	border-radius: 10px;
	padding:4px;
}
.about-info-box {
	color: #444444;
	background-color:white;
	opacity: 0.8;
}
.about-info-box p {
	font-style:italic;
	text-indent: 2em;
}
.about-info-box img {
	float:left;
	width:40%;
	margin: auto 10px auto auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.contact .info-box {
	color: #444444;
	background-color:white;
	opacity: 0.8;
	text-align: center;
	#box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 10px 0 30px 0;
}
.contact .info-box i {
	font-size: 32px;
	color: #ff4a17;
	padding: 8px;
}
.contact .info-box h3 {
	font-size: 20px;
	color: #777777;
	font-weight: 700;
	margin: 10px 0;
}
.contact .info-box p {
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}
.contact .php-email-form button[type="submit"] {
	background: #ff4a17;
	border: 0;
	padding: 8px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
	background: #ff5e31;
}
.card.features {
	background-color:white;
	opacity: 0.8;
	border: 0;
	border-radius: 3px;
	box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
	transition: all 0.3s ease;
}
.card.features:before {
    content: "";
    position: absolute;
    width: 4px;
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    top: 0;
    bottom: 0;
    left: 0;
}
.imgdiv {
	position: relative;
	text-align: center;
	color: white;
	float:left; 
	width:40%;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
	size:150%;
	color:#FF3333;
}
#scroll:hover {
    color:white;
}
#footer {
	background: #343a40;
	padding: 5px;
	color: #fff;
	font-size: 14px;
}
#footer .copyright {
	text-align: center;
}
#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.map {
	text-align: center;
}
.map iframe {
	width: 100%;
	height: 294px;
}
.btn_1 {
	background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
}	
.btn_1 {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 50px;
	font-size: 14px;
	color: #fff;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-transform: capitalize;
	background-size: 200% auto;
	border: 1px solid transparent;
	box-shadow: 0px 12px 20px 0px rgba(255, 126, 95, 0.15);
}
.btn_1:hover {
	color: #fff !important;
	background-position: right center;
	box-shadow: 0px 10px 30px 0px rgba(193, 34, 10, 0.2);
}
.btn_2 {
	background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
}	
.btn_2 {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 50px;
	font-size: 14px;
	color: #fff;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-transform: capitalize;
	background-size: 200% auto;
	border: 1px solid transparent;
	box-shadow: 0px 12px 20px 0px rgba(255, 126, 95, 0.15);
}
.btn_2:hover {
	color: #fff !important;
	background-position: right center;
	box-shadow: 0px 10px 30px 0px rgba(193, 34, 10, 0.2);
}
h6 {
    text-align: center;
    border-bottom: 1px solid #ddd;
    line-height: 0;
    padding: 0;
}
h6 span {
    background: #fff;
    padding: 0 15px;
}