/*
Compass Template
http://www.templatemo.com/preview/templatemo_454_compass
*/

/* 
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 13px/23px "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #fff;
  background-color:#282220;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

 #about, #vision, #realestate, #bnf, #insurance, #pnv, #contact, #feedback {
  padding-top: 200px;
}

/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.top-header {
  background: #3c2943;
  color: white;
  padding: 10px 0;
}
.top-header .left-header span {
  display: inline-block;
  margin: 8px 30px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color: #3c2943;
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 40px 0;
  background: #282220;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-header .logo {
  margin-top: 5px;
}
.main-header .logo h1 {
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  line-height:35px;
}
.main-header .logo h1 a {
  color: #fff;
}
.main-header .menu {
  margin-top: 10px;
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 15px;
}
.main-header .menu ul li a {
  text-transform: uppercase;
  background: #3c2943;
  color: white;
  font-size: 15px;
  padding: 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-header .menu ul li a.current {
  background: #3c2943;
  color: white;
}

.main-header-shrink {
  padding: 25px 0;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -40px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #fff;
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #282220;
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #fff;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {
  background-color: #444444;
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  margin-bottom: 40px;
}
.title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #fff;
  margin: 0 auto;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mainBtn {
  background-color: #ffffff;
  color: #282220;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  background-color: #ffffff;
  color: #282220;
}

/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/
#about .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 15px;
}
#about .progess-bars li .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  background: #e3722e;
  text-transform: uppercase;
}
#about P{
font-size:18px;
text-align:justify;
text-indent: 50px;
margin:10px;
}

/*------------------------------------------------------
	vision Styles 
--------------------------------------------------------*/
#vision .vision-item .vision-header {
  padding-bottom: 20px;
  clear: both;
}
#vision .vision-item .vision-header i {
  color: #e3722e;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#vision .vision-item .vision-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
#vision P{
font-size:18px;
text-align:justify;
text-indent: 50px;
margin:10px;
}
#vision h3{
font-size:20px;
margin:10px;
}
#vision h4{
font-size:19px;
margin:20px;
}

/*------------------------------------------------------
	realestate Styles 
--------------------------------------------------------*/
#realestate .realestate-item .realestate-header {
  padding-bottom: 20px;
  clear: both;
}
#realestate .realestate-item .realestate-header i {
  color: #e3722e;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#realestate .realestate-item .realestate-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
#realestate P{
font-size:18px;
text-align:justify;
text-indent: 50px;
margin:10px;
}
#realestate h3{
font-size:20px;
margin:10px;
}
#realestate h4{
font-size:19px;
margin:20px;
}
#realestate ul li {
list-style:circle;
margin-bottom:10px;
margin-left:50px;
font-size:18px;
}
/*------------------------------------------------------
	bnf Styles 
--------------------------------------------------------*/
#bnf .bnf-item .bnf-header {
  padding-bottom: 20px;
  clear: both;
}
#bnf .bnf-item .bnf-header i {
  color: #e3722e;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#bnf .bnf-item .bnf-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
#bnf P{
font-size:18px;
text-align:justify;
text-indent: 50px;
margin:10px;
}
#bnf h3{
font-size:20px;
margin:10px;
}
#bnf h4{
font-size:19px;
margin:20px;
}
#bnf ul li {
list-style:circle;
margin-bottom:10px;
margin-left:50px;
font-size:18px;
}

/*------------------------------------------------------
	insurance Styles 
--------------------------------------------------------*/
#insurance .insurance-item .insurance-header {
  padding-bottom: 20px;
  clear: both;
}
#insurance .insurance-item .insurance-header i {
  color: #e3722e;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#insurance .insurance-item .insurance-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
#insurance P{
font-size:18px;
text-align:justify;
text-indent: 50px;
margin:10px;
}
#insurance h3{
font-size:20px;
margin:10px;
}
#insurance h4{
font-size:19px;
margin:20px;
}
#insurance  ul li {
list-style:circle;
margin-bottom:10px;
margin-left:20px;
font-size:18px;
}

/*------------------------------------------------------
	pnv Styles 
--------------------------------------------------------*/
#pnv .pnv-item .pnv-header {
  padding-bottom: 20px;
  clear: both;
}
#pnv .pnv-item .pnv-header i {
  color: #e3722e;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#pnv .pnv-item .pnv-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
#pnv P{
font-size:18px;
text-align:justify;
text-indent: 50px;
margin:10px;
}
#pnv h3{
font-size:20px;
margin:10px;
}
#pnv h4{
font-size:19px;
margin:20px;
}
#pnv  ul li {
list-style:circle;
margin-bottom:10px;
margin-left:20px;
font-size:18px;
}

/*------------------------------------------------------
	feedback Styles 
--------------------------------------------------------*/
#feedback .feedback-item .feedback-header {
  padding-bottom: 20px;
  clear: both;
}
#feedback .feedback-item .feedback-header i {
  color: #e3722e;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#feedback .feedback-item .feedback-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
#feedback P{
font-size:18px;
text-align:center;
text-indent: 50px;
margin:10px;
}
#feedback h1{
font-size:25px;
margin:10px;
text-align:center;
}

/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/
#services .service-item .service-header {
  padding-bottom: 20px;
  clear: both;
}
#services .service-item .service-header i {
  color: #e3722e;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#services .service-item .service-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top:10px;
}
#services P{
font-size:18px;
text-align:justify;
text-indent: 50px;
margin:10px;
}
#services ul {
    list-style-type: circle;
    font-size:18px;
    margin:20px;
}

/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contact .contact-form .full-row {
  width: 100%;
  margin-bottom: 20px;
}
#contact .contact-form input, #contact .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}
#contact .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#contact .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: #28220;
}
#contact .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#contact .contact-info {
  margin-top: 30px;
}
#contact .contact-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#contact .contact-info span i {
  color: #fff;
  font-size: 16px;
  margin-right: 12px;
}

.flexslider {
  margin-top: 114px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 39%;
  width: 100%;
  text-align: center;
  z-index: 999;
  color: white;
}
.flex-caption h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-bottom: 45px;
}
.flex-caption p {
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
}
.flex-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 100px;
  background-color: #3c2943;
  color: white;
  padding: 25px 0;
}
.site-footer p {
  margin-top: 10px;
}
.site-footer a {
  color: white;
  text-align: center;
  display: block;
}
.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}
.site-footer .go-top i {
  display: block;
}

/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  .flexslider {
    margin-top: 100px;
  }

  .main-header {
    padding: 15px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }

  .service-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
  .flex-caption {
    display: none !important;
  }

  .contact-form {
    margin-bottom: 60px;
  }

  .main-header {
    height: 90px;
  }
  .main-header .logo {
    margin: 0;
  }

  .flexslider {
    margin-top: 60px;
  }

  .responsive-menu .menu {
    top: 32px;
  }
}
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/
