/*
  Project Name : Computer Repair
  Author Company : Ewebcraft
  Author Website : http://www.ewebcraft.com
  Author Email : ewebcraft@gmail.com
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Raleway:400,700,300,200,900,800,600,500');

body {
	font-family: 'Raleway';	
	transition: all 0.3s ease 0s;
}
a,button,.btn {
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease 0s;
  }
  a:hover,a:active,a:focus,
  button:hover,button:active,button:focus,
  .btn:hover,.btn:active,.btn:focus {
    outline: none;
    text-decoration: none;
  }
  .nopadding {
    padding-left: 0;
    padding-right: 0;
  }
  .padding-left-z {
    padding-left: 0px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .wow {
    visibility: hidden;
  }
p {
	color: #676767;
	font-family: Raleway;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}
a {
	color: #676767;
	font-family: Raleway;
	font-size: 14px;
	line-height: 22px;
}
h3 {
	color: #989898;
	font-family: Raleway;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0;
}
hr {
	border: 1px solid #3c3c3c;
	margin-bottom: 25px;
	margin-top: 25px;
}
h2 {
	margin: 0px;
	color: #282828;
	font-family: 'Raleway';
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
}
h4 {
	color: #484848;
	font-family: raleway;
	font-size: 16px;
	text-transform: uppercase;
}
label {
	margin-bottom: 0px;
	font-weight: 700;
	margin-top: 12px;
	margin-left: 15px;
	font-size: 18px;
}
label .error {
    transition: all 0.3s ease 0s;
}
.clearfix {
	margin: 35px 0;
}
.banner-block .btn:hover::after {
	color: #AE8648;
}
.hvr-bounce-to-bottom::before {
	background: #BAC3CA none repeat scroll 0 0;
	border-radius: 0px;
}
.alert .message-icon {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #9F9F9F;
	border-radius: 50%;
	line-height: 30px;
}
img {
	max-width: 100%;
}
.seperator {
	display: inline-block;
	text-align: center;
	max-width: 100%;
	margin-top: 25px;
}
.btn-cmr-theme {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 25px;
	display: inline-block;
	border-radius: 0px;
	background: #01474F;
	padding: 5px 14px;
	color: #fff;
	margin: 0px;
	transition: all 0.3s ease;
}
.btn-cmr-theme i.fa {
	margin-right: 8px;
	font-size: 44px;
    display: inline-block;
    position: relative;
    top: 4px; 
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transition: all 0.5s ease;
}
.btn-cmr-theme span {
	display: inline-block;
	top: -6px;
	position: relative;
	padding-left: 0px;
	transition: all 0.3s ease;
}
.btn-cmr-theme:hover {
	padding-right: 18px;
	background: #BAC3CA;
	color: #fff;
}
.btn-cmr-theme:hover i.fa {
	/*margin-right: 12px;*/
	transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
}

.btn-cmr-theme-2 {
	padding: 14px 25px;
	font-size: 20px;
	text-transform: uppercase;
}
.btn-cmr-theme-2 i.fa {
	font-size: 26px;
	top: 0px;
}
.btn-cmr-theme-2 span {
	top: 0px;	
}



/*header*/
#header {
	padding: 10px 0;
}
#header .btn-cmr-theme {
	margin-top: 7px;
}

/*top-banner*/
section.module.parallax {
	height: auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
section.module.parallax-1 {
	background-image: url(../images/banner.jpg);
	position: relative;
}
#top-banner .banner-text {
	margin-top: 150px;
	margin-bottom: 100px;
}
#top-banner .banner-text h1 {
	color: #fff;
	font-family: 'Roboto';
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 18px;
}
.banner-block .btn {
	margin-top: 15px;
	position: relative;
	background: #29235c;
	width: 100%;
	height: 56px;
	border-radius: 50px;
	padding: 0;
}

.banner-form {
	background: rgba(111, 112, 116, 0.61);
	border-top: 10px solid #BAC3CA;
	padding: 30px 25px 35px;
	text-align: center;
}
.banner-form h2 {
	font-family: 'Roboto';
	font-size: 36px;
	font-weight: 700;
	color: #fff;	
	margin-top: 0px;
}
.banner-form h3 {
	font-family: 'Roboto';
	font-size: 32px;
	font-weight: 400;
	color: #fff;	
	margin-top: 15px;
}
.banner-form p {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 25px;	
}
.banner-form .form-control {
	border-radius: 0px;
	margin-bottom: 15px;
	color: #000;
}
.banner-form input.form-control {
	height: 42px;
}
.banner-form .btn-submit{
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	padding: 12px 0px;
	border: 1px solid transparent;
	background: #01474F;
	border-radius: 0px;
}
.banner-form .btn-submit:hover {
	background: transparent;
	border: 1px solid #01474F;
}

/* form-submision */

	.formOverlay:before 
	{
	  content: "\f110";
	  font-family: fontawesome;
	  -webkit-animation: fa-spin 1s infinite steps(8);
	  animation: fa-spin 1s infinite steps(8);
	  color:#01474F;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  margin-left: -10%;
	  font-size: 56px;
	  margin-top: -34px;
	}
	.formOverlay 
	{
	  background: rgba(0,0,0,0.3);
	  display: block;
	  height: 100%;
	  left: 0;
	  position: absolute;
	  top: 0;
	  width: 100%;
	  z-index: 9999;
	}
	.alert strong {
		display: inline-block;
		width: 100%;
	}
	.alert .message-icon 
	{
	  margin-right: 10px;
	  width: 30px;
	  height: 30px;
	  text-align: center;
	  border:1px solid #9F9F9F;
	  border-radius: 50%;
	  line-height: 30px;
	}
	.alert span {
	  display: inline-block;
	  font-size: 14px;
	  font-weight: 400;
	  float: left;
	  width: 80%;
	  margin-left: 15px;
	  margin-top: 5px;
	}
	.form-control.error {
		border-color: rgb(255, 26, 26) !important;
	    box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset, 0 0 4px rgba(166, 0, 0, 0.4) !important;
	    -webkit-box-shadow: 0 1px 1px rgba(255, 52, 52, 0.53) inset, 0 0 4px rgb(255, 36, 36) !important;
	    -moz-box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset, 0 0 4px rgba(166, 0, 0, 0.4) !important;
	}
	label.error {
		display: none !important;
	}
/*Features*/
#feature {
	padding: 80px 0;
}
.feature_icon img {
	display: inline-block;
	box-shadow: none;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	transition: all 0.4s ease; 
}
.feature_icon i {
	color: #f56363;
	font-size: 50px;
}
.feature_info {
	padding-left: 0;
}
.feature_info hr {
	/*height: 0px;*/
	margin-left: 0;
	border: none;
	border-top: 1px solid rgba(60, 60, 60, 0.80);
	transition: all 0.3s ease;
}
.feature_info h4 {
	font-weight: normal;
	margin: 0;
	font-weight: 500;
	font-size: 24px;
	color: #171717;
	margin-top: 45px;
	text-transform: capitalize
}
.feature_info p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
.feature_item:hover .feature_icon img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.2);
}
/*Luncher*/

section.module.parallax-2 {
	background-image: url(../images/our-duty.jpg);
	padding: 60px 0;
}
/*#luncher {
  background-image: url("../images/Startup2-testimonial_02.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 40px;
}*/
.luncher_block h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin-top: 60px;
	margin-bottom: 32px;
	text-transform: uppercase;
}
.luncher_block p {
	line-height: 26px;
	color: #fff;
	margin: 0px;
	margin-bottom: 40px;
}

/*Packages*/
#package {
	padding: 80px 0px;
}
#package .clearfix {
	margin: 15px;
}
.package_detail h2 {
	font-size: 42px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 20px;
}
.package_detail p {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
	color: #2a2a2a;
}
.price {
	display: -webkit-inline-box;
	display: -moz-inline-box;
}
.package_detail .price h2 {
	font-size: 28px;
	color: #383838;
	text-decoration: line-through;
}
.package_detail .price span {
	font-size: 50px;
	color: #023459;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
}
.package_detail .price span small {
	position: relative;
	top: 3px;
}
.package_detail .price span small .special-offer {
	max-width: none;
    /*position: absolute;*/
    right: -86%;
    top: -44%;
}
.package_detail h3 {
	font-size: 27px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 45px;
	color: #282828;
}

/*Feedback*/
#feedback {
	background: url(../images/our-duty.jpg) no-repeat;
	background-size: cover;
	padding: 70px 0 50px;
}
.feedback_main h2 {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.feedback_main p {
	font-weight: normal;
	;
	font-size: 18px;
	color: #9b93df;
	margin-top: 20px;
	margin-bottom: 45px;
}
.feedback_form .btn {
	border-radius: 0px 50px 50px 0px;
	height: 53px;
	padding-left: 20px;
	font-size: 22px;
	width: 174px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	border: 1px solid #01474F;
	background: #01474F;
}
.feedback_form .btn:hover {
	border-color: #063252;
}
.feedback_form .form-control {
	border-radius: 50px 0px 0px 50px;
	height: 53px;
	padding-left: 20px;
	font-size: 18px;
	width: 585px;
}
.feedback_form .btn.hvr-bounce-to-bottom::before {
	border-radius: 0px 50px 50px 0px !important;
}
.feedback_form label{
	color:white;
}
/*Testimonial*/
#testimonal {
	padding: 80px 0px;
}
.testimonal_main h2 {
}
.testi_img {
	margin-bottom: 50px;
}
.carousel-control.right, .carousel-control.left {
	display: none;
}
.carousel-indicators li {
	border-color: #f4511e;
}
.carousel-indicators li.active {
	background-color: #f4511e;
}
.item p {
	font-size: 17px;
	color: #969696;
	margin-top: 50px;
	line-height: 25px;
	padding: 0px 145px;
}
.item h4 {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 30px;
	font-weight: 400;
	color: #01474F;
	margin-top: 30px;
	text-transform: capitalize;
}
.item span .comma-left {
	float: left
}
.item span .comma-right {
	float: right;
}
/*Footer*/
#Footer {
	padding: 40px 0;
	background-color: #585858;
}
#Footer p {
	font-size: 12px;
	color: #fff;
	text-align: left;
	margin: 0;
	padding: 0;
}
.footer_menu ul li {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	color: white;
	margin-right: 10px;
}
.footer_menu ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.footer_menu ul li a {
	color: white;
	text-decoration: none;
}
.bank_logo {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.bank_logo a {
	display: inline-block;
	margin-right: 10px;
	text-align: center;
}
.bank_logo a img {
	display: -webkit-inline-box;
	display: -moz-inline-box;
}
#copyRight {
	background-color: #01474F;
	padding: 10px 0;
}
#copyRight p {
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#copyRight a {
	text-decoration: none;
	color: #fff;
}

/*Responsive*/

@media (min-width: 980px) and (max-width: 1220px) {

.banner-block h1 {
	font-size: 38px;
}
.feature_info h4 {
	font-size: 22px; 
}
.work_block img {
	display: none !important;
}
.luncher_block h3 {
	margin-top: 0px;
}
.feedback_main {
	padding: 0 9px;
}
.feedback_item img {
	float: none;
	margin-bottom: 28px;
	margin-left: auto;
	margin-right: auto;
}
.feedback_item {
	text-align: center;
	margin-bottom: 12px;
}
}

@media (max-width: 980px) {
	#top-banner .banner-text h1 {
		font-size: 38px;
	}
	.bank_logo {
		text-align: right;
	}
	.bank_logo a {
		margin-bottom: 10px;
	}
	.feedback_form .form-control {
		width: 400px;
	}
	.footer_menu ul {
		margin-top: 15px;
		text-align: center;
	}
	#Footer {
		padding-bottom: 30px;
	}

}

@media (min-width: 768px) and (max-width: 800px) {

.banner-block p {
	font-size: 16px;
}
.banner-block .btn {
	font-size: 20px;
}
.package_detail h1 {
	margin-top: 0px;
}
.feature_info h4 {
	font-size: 20px;
}
.luncher_block h3 {
	margin-top: 0px;
}

.feature_icon {
	margin-bottom: 15px;
	text-align: center;
	width: 100%;
}
.feature_info {
	width: 100%;
	text-align: center;
}
.feature_info hr {
	margin-left: auto;
}
.work_block img {
	display: none !important;
}
.feedback_main {
	padding: 0 9px;
}
.feedback_item img {
	float: none;
	margin-bottom: 28px;
	margin-left: auto;
	margin-right: auto;
}
.feedback_item {
	text-align: center;
	margin-bottom: 12px;
}
.ms-slide {
	height: 500px !important;
}
.banner-block h1 {
	font-size: 31px;
}
}

@media (max-width: 767px) {
#header .text-right {
	text-align: center;
}
#header .btn-cmr-theme {
	margin-top: 15px;
}
.banner-block p {
	font-size: 16px;
}
.banner-block .btn {
	font-size: 20px;
}
#luncher img {
	margin-top: 40px;
}
.package_detail h1 {
	margin-top: 0px;
}
.feedback_form .btn {
	margin-top: 20px;
}
.package_detail {
	margin-top: 50px;
}
.feedback_form .form-control {
	border-radius: 0px;
}
.feedback_form .btn {
	border-radius: 0px;
}
.feedback_form .btn.hvr-bounce-to-bottom::before {
	border-radius: 0px !important;
}
.feedback_form .form-control {
	width: 100%
}
.form-inline .input-group {
	margin: 0 2px 15px 0;
	width: 100%;
}
.feature_icon {
	margin-bottom: 19px;
	text-align: center;
	width: 100%;
}
.feature_info {
	text-align: center;
}
.feature_info hr {
	margin-left: auto;
	margin-right: auto;
}
.feature_item {
	display: inline-block;
	margin-bottom: 31px;
}
.bank_logo {
	text-align: center;
	margin: 30px 0;
}
#Footer p, .footer_menu ul {
	text-align: center;
}
}

@media (max-width: 640px) {
#header .logo {
	text-align: center;
}
#header .login_button {
	text-align: center;
}
.luncher_block ul li {
	font-size: 14px;
}
.banner-block p {
	text-align: center;
}
.banner-block h1 {
	font-size: 47px;
	text-align: center;
}
.item p {
	padding: 0 70px;
}
}

@media (max-width: 426px) {
.feedback_main h2 {
	font-size: 25px;
}
.luncher_block h3 {
	font-size: 25px;
}
}

@media (max-width: 426px) {
.banner-block h1 {
	font-size: 30px;
	text-align: center;
}
.banner-block p {
	font-size: 14px;
}
.banner-block .btn {
	font-size: 16px;
}
h2 {
	font-size: 30px;
}
.package_detail h1 {
	font-size: 30px;
}
.package_detail P {
	font-size: 16px;
}
.package_detail .price span {
	font-size: 30px;
}
.package_detail .buy_now_btn {
	width: 100%;
	font-size: 20px;
}
.item p {
	padding: 0px 40px;
}
.item h4 {
	font-size: 25px;
	font-weight: 400;
	margin-top: 66px;
}
#top-banner .banner-text h1 {
	font-size: 32px;
}
}
