/* Fida Marwat (Design Ninja) */

/* header starts */

@font-face {
  font-family: segoesc;
  src: url(../custom-font/segoesc.ttf);
}

.new-headd{
	border-bottom: 6px solid transparent;
    border-image: url('../images/border-img.png') 30 round;
}

.left-top-sec{ 
	height: auto;
	position: relative;
	width: 100%;
	display: flex;
	background-image: url('../images/top-img1.png');
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-repeat: round; 
}

.left-top-sec ul{ 
	list-style-type: none;
	display: inline-flex;
	margin-bottom: 0px;
	padding-left: 0px; 
}

.left-top-sec ul li{ 
	color: #fff;
	font-family: 'Anton', sans-serif;
	font-size: 30px;

}

.right-top-sec{
    width: 100%; 
	height: auto;
	align-items: center;
	justify-content: center;
	display: flex;
	position: relative;
	background-image: url('../images/top-img2.png');
	background-size: cover; 
	background-repeat: round;
}

/*.right-top-sec .btn-gradient{
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	padding: 12px 30px;
	display: inline-block;
	text-align: center;
	position: relative;
	border: 1px solid rgba(0,0,0,0.21);
	border-bottom: 4px solid rgba(0,0,0,0.21);
	border-radius: 30px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	float: right;
	margin-right: 378px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.right-top-sec .btn-gradient.red{ 
	background: rgba(246, 6, 0, 1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(246, 6, 0, 1)), to(rgba(232,81,81,1)));
	background: -webkit-linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	background: -moz-linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	background: -o-linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	background: linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5a5a', endColorstr='#e85151', GradientType=0 );
}

.right-top-sec .btn-gradient.red:hover{
	background: rgba(24, 35, 51, 1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(24, 35, 51, 1)), to(rgba(24, 35, 51, 0.7)));
	background: -webkit-linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	background: -moz-linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	background: -o-linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	background: linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5a5a', endColorstr='#e85151', GradientType=0 );
}

.right-top-sec .btn-gradient.red:active{
	background: #E35252;
}*/

.right-top-sec img{ 
   width: 50%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 8px;
   margin-bottom: 8px;
}

.navbar-inverse {
    background-image: url('../images/nav-bg-img.jpg');
    background-repeat: round;
    border-radius: 0px !important;
    border: none;
    z-index: 999;
}

.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover{
	color: #fff;
	background-color: #f60600;
	background-image: linear-gradient(#ff1c21, #9e0021);
}

.navbar-inverse .navbar-nav>li>a {
    color: #292929;
    line-height: 48px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-image: linear-gradient(#ff1c21, #9e0021);
    background-color: #f60600;
}
/*.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover{
	background-color: transparent;
}*/

.navbar{
	margin-bottom: 0px;
	height: 100px;
}

.navbar-brand {
	height: auto;
	padding: 15px 15px;
}

.navbar-brand>img{
	display: block;
	height: 70px !important;
}

/*.navbar-fixed-top {
	background-color: #fff;
	border-bottom: 6px solid transparent;
	border-image: url('asset(frontend/images/border-img.png)') 30 round;
	}*/

.navbar-nav>li>a {
    padding-top: 26px;
    padding-bottom: 26px;
}

.carousel-indicators .active{
	background-color: #f60600;
	background-image: linear-gradient(#ff1c21, #9e0021);
	border: 1px solid #f60600;
}

.carousel-indicators li{
	background-color: #fff;
	border: 2px solid #fff;
}

.slider-text p{
	color: #fff;
	padding-top: 170px;
	font-size: 60px;
	font-family: segoesc;
}

.slider-text h1{
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 60px;
}

.slider-text img{
	width: 22%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
	margin-bottom: 180px;

}

.slider-text .btn-gradient{
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	padding: 12px 30px;
	display: inline-block;
	text-align: center;
	position: relative;
	border: 1px solid rgba(0,0,0,0.21);
	border-bottom: 4px solid rgba(0,0,0,0.21);
	border-radius: 30px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	margin-top: 70px;
	margin-bottom: 200px;
}

.slider-text .btn-gradient.red{ 
	background: rgba(246, 6, 0, 1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(246, 6, 0, 1)), to(rgba(232,81,81,1)));
	background: -webkit-linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	background: -moz-linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	background: -o-linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	background: linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5a5a', endColorstr='#e85151', GradientType=0 );
}

.slider-text .btn-gradient.red:hover{
	background: rgba(24, 35, 51, 1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(24, 35, 51, 1)), to(rgba(24, 35, 51, 0.7)));
	background: -webkit-linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	background: -moz-linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	background: -o-linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	background: linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5a5a', endColorstr='#e85151', GradientType=0 );
}

.slider-text .btn-gradient.red:active{
	background: #E35252;
}

/*.slider-text .btn-qoute{
	border-radius: 0px;
	background-color: #f60600;
	border: 1px solid #f60600;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	padding: 12px 36px;
	margin-top: 70px;
	margin-bottom: 200px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.slider-text .btn-qoute:hover{
	background-color: #182333;
	border: 1px solid #182333;
}*/

.navbar-toggle {

    margin-top: 23px;
    background-color: #eb2328;
    border: 1px solid #eb2328 !important;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
	background-color: #eb2328;
    border: 1px solid #eb2328 !important;
}

.main-text{
    position: absolute;
    top: 240px;
    right: 16%;
}

.main-text img{
    float: right;
    width: 50%;
}

/* header ends */


/* /////////////////////////////////////////////////////////////////////////////////////// */


/* projects starts */

#projects{
	background-color: #fff;
	margin: 20px 0px;
	padding: 20px 0px 30px 0px;
}

#projects p{
	color: #747474;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 40px;
}

/*product-list-hover-effect*/

#projects .product-list-fade-effect
{
  width:100%;
  height:auto;
  position:relative;
  overflow:hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

#projects .product-list-fade-effect h3{
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-weight: normal;
  position: absolute;
  left: 15px;
  bottom: 0px;
}

#projects .product-list-fade-effect img{
  transition-duration: 0.4s;
  width: 100%;
}

#projects .product-list-fade-effect .product-overlay{
  width:100%;
  height:100%;
  position:absolute;
  padding:20px;
  top: 0%;
  left: 0%;
  background: rgba(246, 6, 0, 0.5);
  color:#fff;
  opacity:0;
  transition-duration:0.4s;
}

#projects .product-list-fade-effect:hover .product-overlay{
  opacity:1;
}


#projects .product-list-fade-effect:hover h3{
  opacity: 1;
  transition-duration:0.4s;
  z-index: 999;
}

#projects img{
	width: 22%;
	margin-right: auto;
	margin-left: auto;

}

#projects .btn-gradient{
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	padding: 12px 30px;
	display: table;
	text-align: center;
	position: relative;
	border: 1px solid rgba(0,0,0,0.21);
	border-bottom: 4px solid rgba(0,0,0,0.21);
	border-radius: 30px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	margin-left: auto;
	margin-right: auto;
}

#projects .btn-gradient.red{ 
	background: rgba(246, 6, 0, 1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(246, 6, 0, 1)), to(rgba(232,81,81,1)));
	background: -webkit-linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	background: -moz-linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	background: -o-linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	background: linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5a5a', endColorstr='#e85151', GradientType=0 );
}

#projects .btn-gradient.red:hover{
	background: rgba(24, 35, 51, 1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(24, 35, 51, 1)), to(rgba(24, 35, 51, 0.7)));
	background: -webkit-linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	background: -moz-linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	background: -o-linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	background: linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5a5a', endColorstr='#e85151', GradientType=0 );
}

#projects .btn-gradient.red:active{
	background: #E35252;
}

/*#projects .btn-qoute{
	border-radius: 0px;
	background-color: #f60600;
	border: 1px solid #f60600;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	padding: 12px 36px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	font-size: 16px;
}

#projects .btn-qoute:hover{
	background-color: #182333;
	border: 1px solid #182333;
}*/

/* projects ends */


/* /////////////////////////////////////////////////////////////////////////////////////// */


/* vision starts */

#vision{
	background-color: #fff;
	margin: 30px 0px;
}


#vision p{
	color: #747474;
	font-family: 'Raleway', sans-serif;
	margin-top: 60px;
	font-size: 20px;
}

/* vision ends */

/* /////////////////////////////////////////////////////////////////////////////////////// */

/* testimonial starts */

#testimonial{
    background-color: #fff;
    padding: 50px 0px;
}

#testimonial h1{
	color: #25272b;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}

#testimonial h1:after{
	border: 2px solid #f60600;
	width: 7%;
	position: relative;
	display: block;
	content: "";
	margin-left: auto;
	margin-right: auto;
}


#testimonial .main-box{
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}

#testimonial .main-box img{
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 26px;
}

#testimonial .main-box h4{
  font-family: 'Raleway', sans-serif;
  color: #f60600;
  margin-bottom: 0px;
  font-weight: bold;
}

#testimonial .main-box p{
  font-family: 'Raleway', sans-serif;
  color: #444;
  font-size: 18px;
}

#testimonial .carousel-indicators{
  top: 340px;
  background-color: #fff;
  z-index: 1;
}

#testimonial .carousel-indicators li{
  border: 1px solid #f60600;
}

#testimonial .carousel-indicators .active{
  background-color: #f60600;
  border: 1px solid #f60600;
}

/* testimonial ends */

/* /////////////////////////////////////////////////////////////////////////////////////// */

/* contact starts */

#contact{
	background-image: url('../images/contact-bg.jpg');
	margin-top: 40px;
	padding: 40px 0px;
}

#contact .top-head{
	color: #25272b;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}

#contact .top-head:after{
	border: 2px solid #f60600;
	width: 15%;
	position: relative;
	display: block;
	content: "";
}

#contact p{
	color: #747474;
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
}

#contact h3{
	color: #25272b;
	font-family: 'Raleway', sans-serif;
	margin-top: 40px;
}

#contact h1{
	color: #f60600;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 28px;
}

#contact img{
	margin-top: 60px;
}

#contact .contact-form{
  position: relative;
  display: inline-block;
  width: 100%;
}

#contact .contact-form .input-group{
    margin-bottom: 15px;
    width: 100%;
}

#contact .contact-form .form-control {
  height: 44px;
  margin-bottom: 0px;
  background-color: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #747474;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.0);
  padding-left: 0px;
}

#contact .contact-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #747474;
  font-family: 'Raleway', sans-serif;
}

#contact .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #747474;
  font-family: 'Raleway', sans-serif;
}

#contact .contact-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #747474;
  font-family: 'Raleway', sans-serif;
}

#contact .sub-bt{
	width: 38%;
    float: right;

}

#contact .btn-gradient{
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	padding: 12px 30px;
	display: table;
	text-align: center;
	position: relative;
	border: 1px solid rgba(0,0,0,0.21);
	border-bottom: 4px solid rgba(0,0,0,0.21);
	border-radius: 30px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	float: right;
	margin-top: 40px;
}

#contact .btn-gradient.red{ 
	background: rgba(246, 6, 0, 1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(246, 6, 0, 1)), to(rgba(232,81,81,1)));
	background: -webkit-linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	background: -moz-linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	background: -o-linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	background: linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5a5a', endColorstr='#e85151', GradientType=0 );
}

#contact .btn-gradient.red:hover{
	background: rgba(24, 35, 51, 1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(24, 35, 51, 1)), to(rgba(24, 35, 51, 0.7)));
	background: -webkit-linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	background: -moz-linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	background: -o-linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	background: linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5a5a', endColorstr='#e85151', GradientType=0 );
}

#contact .btn-gradient.red:active{
	background: #E35252;
}

/*#contact .btn-qoute{
	border-radius: 0px;
	background-color: #f60600;
	border: 1px solid #f60600;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	padding: 12px 36px;
	display: table;
	float: right;
	margin-top: 40px;
}

#contact .btn-qoute:hover{
	background-color: #182333;
	border: 1px solid #182333;
}*/

#contact img{
	width: 50%;
}

#contact .cont-btn{
	background-color: transparent !important;
	border: 0px solid !important;
}

#contact .cont-btn:focus{
	background-color: transparent !important;
	border: 0px solid !important;
	outline: none !important;
}

#contact .cont-btn:active{
	background-color: transparent !important;
	border: 0px solid !important;
	outline: none !important;
	box-shadow: none !important;
}

/* contact ends */


/* /////////////////////////////////////////////////////////////////////////////////////// */


/* footer starts */

#footer{
	background-color: #000;
	padding: 15px 0px;
}

#footer p{
	color: #fff;
	font-family: 'Raleway', sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer a:hover{
	color: #f60600 !important;
	text-decoration: none;
}

/* footer ends */

/* /////////////////////////////////////////////////////////////////////////////////////// */

#left-buttons{
	position: fixed;
	left: 0px;
	top: 30%;
	display: block;
	z-index: 998;
	width: 13%;
}

#left-buttons .send-sms-in-mobile{
	display: none;
}

#left-buttons img{
	width: 100%;
	margin-bottom: 15px;
}

/*#left-buttons .btn-gradient{
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	padding: 12px 24px;
	display: block;
	text-align: center;
	position: relative;
	border: 1px solid rgba(0,0,0,0.21);
	border-bottom: 4px solid rgba(0,0,0,0.21);
	border-radius: 30px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	margin-bottom: 10px;
}

#left-buttons .btn-gradient.red{ 
	background: rgba(246, 6, 0, 1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(246, 6, 0, 1)), to(rgba(232,81,81,1)));
	background: -webkit-linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	background: -moz-linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	background: -o-linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	background: linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5a5a', endColorstr='#e85151', GradientType=0 );
}

#left-buttons .btn-gradient.red:hover{
	background: rgba(24, 35, 51, 1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(24, 35, 51, 1)), to(rgba(24, 35, 51, 0.7)));
	background: -webkit-linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	background: -moz-linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	background: -o-linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	background: linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5a5a', endColorstr='#e85151', GradientType=0 );
}

#left-buttons .btn-gradient.red:active{
	background: #E35252;
}
*/

/*#left-buttons .btn-qoute{
	border-radius: 0px;
	background-color: #f60600;
	border: 1px solid #f60600;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	padding: 12px 20px;
	width: 65%;
	margin-bottom: 15px;
	font-weight: bold;
}

#left-buttons .btn-qoute:hover{
	background-color: #182333;
	border: 1px solid #182333;
}

#left-buttons .btn-contact{
	border-radius: 0px;
	background-color: #182333;
	border: 1px solid #182333;
	font-weight: bold;
	color: #fff;
	width: 65%;
	font-family: 'Raleway', sans-serif;
	padding: 12px 20px;
}

#left-buttons .btn-contact:hover{
	background-color: #f60600;
	border: 1px solid #f60600;
}*/

/* /////////////////////////////////////////////////////////////////////////////////////// */


/* about starts */

#about{
	background-color: #fff;
	margin: 30px 0px;
}


#about p{
	color: #747474;
	font-family: 'Raleway', sans-serif;
	margin-top: 60px;
	font-size: 20px;
}

/* about ends */

/* /////////////////////////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////////////////////// */


/* services starts */

#services{
	background-color: #fff;
	margin: 30px 0px;
}


#services p{
	color: #747474;
	font-family: 'Raleway', sans-serif;
	margin-top: 60px;
	font-size: 20px;
}

/* services ends */

/* /////////////////////////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////////////////////// */


/* contactus starts */


#contactus{
	background-image: url('../images/contact-bg.jpg');
	margin-top: 40px;
	padding: 40px 0px;
}

#contactus .top-head{
	color: #25272b;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}

#contactus .top-head:after{
	border: 2px solid #f60600;
	width: 15%;
	position: relative;
	display: block;
	content: "";
}

#contactus p{
	color: #747474;
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
}

#contactus h3{
	color: #25272b;
	font-family: 'Raleway', sans-serif;
	margin-top: 40px;
}

#contactus h1{
	color: #f60600;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 28px;
}

#contactus img{
	margin-top: 60px;
}

#contactus .contact-form{
  position: relative;
  display: inline-block;
  width: 100%;
}

#contactus .contact-form .input-group{
    margin-bottom: 15px;
    width: 100%;
}

#contactus .contact-form .form-control {
  height: 44px;
  margin-bottom: 0px;
  background-color: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #747474;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.0);
  padding-left: 0px;
}

#contactus .contact-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #747474;
  font-family: 'Raleway', sans-serif;
}

#contactus .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #747474;
  font-family: 'Raleway', sans-serif;
}

#contactus .contact-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #747474;
  font-family: 'Raleway', sans-serif;
}

#contactus .sub-bt{
	width: 38%;
    float: right;

}

#contactus .btn-gradient{
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	padding: 12px 30px;
	display: table;
	text-align: center;
	position: relative;
	border: 1px solid rgba(0,0,0,0.21);
	border-bottom: 4px solid rgba(0,0,0,0.21);
	border-radius: 30px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	float: right;
	margin-top: 40px;
}

#contactus .btn-gradient.red{ 
	background: rgba(246, 6, 0, 1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(246, 6, 0, 1)), to(rgba(232,81,81,1)));
	background: -webkit-linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	background: -moz-linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	background: -o-linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	background: linear-gradient(rgba(246, 6, 0, 1) 0%, rgba(232,81,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5a5a', endColorstr='#e85151', GradientType=0 );
}

#contactus .btn-gradient.red:hover{
	background: rgba(24, 35, 51, 1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(24, 35, 51, 1)), to(rgba(24, 35, 51, 0.7)));
	background: -webkit-linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	background: -moz-linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	background: -o-linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	background: linear-gradient(rgba(24, 35, 51, 1) 0%, rgba(24, 35, 51, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5a5a', endColorstr='#e85151', GradientType=0 );
}

#contactus .btn-gradient.red:active{
	background: #E35252;
}

/*#contactus .btn-qoute{
	border-radius: 0px;
	background-color: #f60600;
	border: 1px solid #f60600;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	padding: 12px 36px;
	display: table;
	float: right;
	margin-top: 40px;
}

#contactus .btn-qoute:hover{
	background-color: #182333;
	border: 1px solid #182333;
}*/

#contactus img{
	width: 50%;
}

#contactus .contact-btn{
	border: 0px solid;
	background-color: transparent;
	margin-bottom: 100px;
}

#contactus .contact-btn:focus{
	outline: none !important;
	background-color: transparent !important;
	border: 0px solid !important;
}

#contactus .contact-btn:active{
	outline: none !important;
	background-color: transparent !important;
	border: 0px solid !important;
	box-shadow: none !important;
}


/* contactus ends */

/* /////////////////////////////////////////////////////////////////////////////////////// */

@keyframes horizontal {
	0%{transform:translate(0,0)}
	6%{transform:translate(5px,0)}
	12%{transform:translate(0,0)}
	18%{transform:translate(5px,0)}
	24%{transform:translate(0,0)}
	30%{transform:translate(5px,0)}
	36%,100%{transform:translate(0,0)}
}
#left-buttons .faa-horizontal.animated,
#left-buttons .faa-horizontal.animated-hover:hover,
#left-buttons .faa-parent.animated-hover:hover > .faa-horizontal{
	animation: horizontal 2s ease infinite;
}
#left-buttons .faa-horizontal.animated.faa-fast,
#left-buttons .faa-horizontal.animated-hover.faa-fast:hover,
#left-buttons .faa-parent.animated-hover:hover > .faa-horizontal.faa-fast{
	animation: horizontal 1s ease infinite;
}
#left-buttons .faa-horizontal.animated.faa-slow,
#left-buttons .faa-horizontal.animated-hover.faa-slow:hover,
#left-buttons .faa-parent.animated-hover:hover > .faa-horizontal.faa-slow{
	animation: horizontal 3s ease infinite;
}

/*@keyframes vertical {
	0%{transform:translate(0,-3px)}
	4%{transform:translate(0,3px)}
	8%{transform:translate(0,-3px)}
	12%{transform:translate(0,3px)}
	16%{transform:translate(0,-3px)}
	20%{transform:translate(0,3px)}
	22%,100%{transform:translate(0,0)}
}
#left-buttons .faa-vertical.animated,
#left-buttons .faa-vertical.animated-hover:hover,
#left-buttons .faa-parent.animated-hover:hover > .faa-vertical {
	animation: vertical 2s ease infinite;
}
#left-buttons .faa-vertical.animated.faa-fast,
#left-buttons .faa-vertical.animated-hover.faa-fast:hover,
#left-buttons .faa-parent.animated-hover:hover > .faa-vertical.faa-fast {
	animation: vertical 1s ease infinite;
}
#left-buttons .faa-vertical.animated.faa-slow,
#left-buttons .faa-vertical.animated-hover.faa-slow:hover,
#left-buttons .faa-parent.animated-hover:hover > .faa-vertical.faa-slow {
	animation: vertical 4s ease infinite;
}*/


#scheduleQuote .input-group{
    margin-bottom: 15px;
    width: 100%;
}

#scheduleQuote .form-control {
  height: 44px;
  margin-bottom: 0px;
  background-color: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #747474;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.0);
  padding-left: 0px;
}

#scheduleQuote ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #747474;
  font-family: 'Raleway', sans-serif;
}

#scheduleQuote :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #747474;
  font-family: 'Raleway', sans-serif;
}

#scheduleQuote ::-ms-input-placeholder { /* Microsoft Edge */
  color: #747474;
  font-family: 'Raleway', sans-serif;
}

#mailUs .input-group{
    margin-bottom: 15px;
    width: 100%;
}

#mailUs .form-control {
  height: 44px;
  margin-bottom: 0px;
  background-color: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #747474;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.0);
  padding-left: 0px;
}

#mailUs ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #747474;
  font-family: 'Raleway', sans-serif;
}

#mailUs :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #747474;
  font-family: 'Raleway', sans-serif;
}

#mailUs ::-ms-input-placeholder { /* Microsoft Edge */
  color: #747474;
  font-family: 'Raleway', sans-serif;
}

#textUs .input-group{
    margin-bottom: 15px;
    width: 100%;
}

#textUs .form-control {
  height: 44px;
  margin-bottom: 0px;
  background-color: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #747474;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.0);
  padding-left: 0px;
}

#textUs ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #747474;
  font-family: 'Raleway', sans-serif;
}

#textUs :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #747474;
  font-family: 'Raleway', sans-serif;
}

#textUs ::-ms-input-placeholder { /* Microsoft Edge */
  color: #747474;
  font-family: 'Raleway', sans-serif;
}