body,html{
  overflow-x:hidden;
}
body {
	font-family: 'Open Sans', sans-serif;
  overflow-x: hidden !important;
}

ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

a{
  text-decoration: none;

}
a:focus,
a:hover{
  outline: none;
  text-decoration: none;
}
p{
	font-size: 14px;
	line-height: 28px;
	font-weight: 300;
}
h1,h2,h3{
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
}
h1{
	font-size:46px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-webkit-font-smoothing: antialiased;
}
h2{
	font-size:36px;
	font-weight:bold;
	margin-bottom:20px;
}
.page-text{
	color:#333;
	-webkit-font-smoothing: antialiased;
}
.page-text h1,
.page-text h2,
.page-text h3{
	color:#465B76;
}
.alert{
	text-align:center;
}
/* HEADER */
#logo{
	position: relative;
	width:420px;
	height:150px;
	margin-top:-70px;
	margin-left:-20px;
}
#home-header{
	background:url(../img/header.png);
	background-size:cover;
	background-attachment:fixed;
	height:540px;
	width:100%;
	position:relative;
	margin-top:0px;
}

#header-text{
	color:#fff;
	position:absolute;
	top:130px !important;
}
#header-text h1{
	margin-bottom:10px;
}

#clients {
	display: none;
}
#testimonials {
	display: none;
}
.page-stripe {
	display: none;
}

#home-form{
	width:70%;
	background:#fff;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	padding:10px;
	margin-left:100px;
}

#home-form #submit{
	width:100%;
	font-weight:bold;

}
#form-heading{
	background:#D83820;
	color:#fff;
	width:70%;
	padding:10px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
	margin-left:100px;
	margin-top:55px;
}
#form-heading h3{
	font-weight:bold;
	font-size:30px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-webkit-font-smoothing: antialiased;
	margin-top:0px;
}
.page-header-text h1{
	color:#fff;
	text-align:center;
	margin-top:80px;

}
.page-header{
	background:url(../img/writing.png);
	background-size:cover;
	background-attachment:fixed;
	height:300px;
	width:100%;
	background-position:0, -260px;
	margin-top:0px;
}
/* NAVBAR */
.navbar-default {
  background-color: #ffffff;
  border-color:  #ffffff;
  padding: 2px 0px;
  margin:0px 0px 0px 0px !important;
  z-index:9;

}

.navbar-default .navbar-nav > li > a {
  font-size: 18px;
  font-weight: 400;
  padding: 20px 30px;
  margin-top:40px;
  margin-bottom: 0px !important;
  color:#fff;
  background-color: #224488;
}

.active > li, .active > a{
  color:#333 !important;
  background-color: #ccddee !important;
}

.active > a{
  color:#333 !important;
  background-color: #ccddee !important;
}
.navbar-default .navbar-nav > li > a:hover{
  color:#fff !important;
  background-color: #6688cc !important;
}
.dropdown-toggle{
  color:#fff !important;
  background-color: #224488 !important;
}


.navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu{
	border-radius:5px;
	margin-top:5px;
	color:#333 !important;
	border:none!important;
}
.extra{
	display:none !Important;
}
/* WELCOME SECTION */
#welcome{
	text-align:center;
	padding-top:20px;
	padding-bottom:55px;
}
/* SERVICE BLOCKS */
.service-block{
	width:100%;
	padding:10px;
	height:252px;
	margin-bottom:2px;
}
.block-content{
	text-align:center;
}
.block-icon i{
	color:rgba(255, 255, 255, 0.6);
	font-size:202px;
	text-align:center;
	margin-top:-10px;
}
.block-title{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	z-index:9;
	margin-top:-30%
}
.btn-service{
	background:transparent;
	border:#fff 2px solid;
	font-weight:bold;
	width:60%;
	text-align:center !important;
	z-index:9;
}
.btn-service:hover{
	background:transparent;
	border:#fff 2px solid;
	font-size:18px;
}
#sl-block{
	background:#E61610;
}
#tf-block{
	background:#1464F6;
}
#dt-block{
	background:#FFA834;
	height:506px;
	width:119%;
	margin-right:2px;
	margin-left:-27px;
}
#dt-block .block-icon i{
	margin-top:18%;
	font-size:320px;
}
#dt-block .block-title{
	margin-top:-2%
}
#of-block{
	background:#92D36E;
}
#sd-block{
	background:#DC4C18;
}
#sd-block .block-icon i{
	margin-top:0px;
}
#sd-block .block-title{
	margin-top:-34%
}
/*CLIENTS SECTION */
#clients{
	background:#333333;
	padding-top:10px;
	padding-bottom:20px;
	text-align:center;
	color:#fff;
}

.client-img{
	width:300px;
	height:200px;
}

/*TESTIMONIALS*/
#testimonials{
	padding-top:10px;
	padding-bottom:20px;
	background:url(../img/typewriter-bg.png);
	background-size:cover;
	background-attachment:fixed;
	width:100%;
	text-align:center;
	color:#fff;
	height:480px;
}
#testimonials h2{
	margin-top:40px;
}
.testimonial-content i{
	color:#FEC63D;
	font-size:18px;
	margin-right:2px;
}
.testimonial-content p{
	color:#fff;
	font-style:italic;
}
.testimonial-content em{
	font-weight:bold;
}
/* SERVICE SIDEBAR */
.sidebar-block{
	width:100%;
	height:250px !important;
	border-radius:5px;
	background:red;
	margin-bottom:30px;
	color:#fff;
	text-align:center;
	display:table;
	padding:10px;
}
.sidebar-block-content{
	display:table-cell;
	vertical-align:middle;
}
#first-sidebar-block{
	background:#1464F6;
	margin-top:20px;
}
#second-sidebar-block{
	background:#DC4C18;
}
#third-sidebar-block{
	background:#E6161E;
}
.page-stripe{
	padding-top:20px;
	background:url(../img/typewriter-bg.png);
	background-size:cover;
	background-attachment:fixed;
	width:100%;
	text-align:center;
	color:#fff;
	height:300px;
}
/* CONTACT PAGE*/
#contact-form{
	margin-bottom:40px;
}
#contact{
	background:#e6e6e6;
	margin-top:-20px;
}
#contact h2,
#contact p{
	text-align:center;
}

#contact-form #submit{
	width:100%;
}
	/*FOOTER */
footer{
	background:#465B76;
	color:#fff;
}
footer a:hover{
	color:#232323;
}

footer h5,
footer p{
	color:#fff;
	font-style:italic;
}
footer a{
	color:#fff;
}
footer h5{
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
}
footer p{
	color:#fff;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

.copyright{
	margin-top:20px;
}
/* Responsive code */
@media screen and (max-width:990px){

.navbar-default .navbar-nav > li > a {
  padding: 10px 6px;
  margin-top: 60px;
}
}

@media screen and (max-width:770px){

.navbar-default .navbar-nav > li > a {
  padding: 20px 30px;
  margin-top:0px;
  margin-bottom: 0px !important;
}

.navbar-collapse {
	border-top: none !important;
}

.collapse {
	border-top: none !important;
}


.active a, .navbar-default .navbar-nav > li > a:hover{
	border-top:none!important;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu{
	color:#333 !important;
}
#home-form,
#form-heading{
	display:none;
}
#header-text{
	text-align:center;
	width:80%;
}


#logo{
	margin-top:-20px;
}
.block-title{

	margin-top:-10%
}
#dt-block{
	background:#FFA834;
	height:252px;
	width:100%;
	margin-right:0px;
	margin-left:0px;
}
#dt-block i{
	font-size:202px !important;
	margin-top:-5px !important;
}
#sd-block .block-title,
#dt-block .block-title{
	margin-top:-14%
}

#testimonials{
	height:700px;
}
#logo{
	width:190px;
	height:60px;
}

.extra{
	display:block !important;
	color:#fff;
	opacity:0;
}
}
@media screen and (max-width:530px){
	#testimonials{
	height:1000px;
}
#sd-block .block-title,
#dt-block .block-title{
	margin-top:-33%
}

.block-title{
	margin-top:-27%;
}
#logo{

}

}