body {
    background: #fff;
    font-family: 'Open Sans', sans-serif; /* A clean and versatile sans-serif font */
    position: relative;
}

h1 {
    font-size: 20px;
}

h2 {
    font-family: 'Playfair Display', serif; /* A stylish serif font that reads well even in italics */
    font-style: italic;
    font-size: 50px;
    letter-spacing: 3px;
    color: #fff;
    padding: 5px 10px;
}

h3, h4 {
    font-family: 'Playfair Display', serif; /* Consistency with h2 */
    font-style: italic;
    letter-spacing: 3px;
}

p {
    line-height: 20px;
    font-family: 'Open Sans', sans-serif; /* Consistency with body for readability */
}



/* start all section */
#service, #divider, #about, #team, #newsletter,
 #pricing, #portfolio, #client
    {
        padding-top: 75px;
        /*padding-bottom: 100px;*/
        position: relative;
    }

#contact {
	
	padding-top:50px;
	padding-bottom:50px;
}

#secondary-header {
	padding-top:185px;
	padding-bottom:50px;
	position:relative;
	color:#fff;
	background-image:url("../images/2013_3.png");
	background-size: cover;
	background-position:bottom;
}

/* end all section */

/* start nagivation */



.navbar-secondary {
    list-style: none;
	height:auto;
 	color:#183145;
	top:67px;
	background-color:#E6E2DC;
	position:relative;
	float:right;
	padding:10px;
	font-size:10px;
	width:100%;
	z-index:200;
    /* Bring the nav above everything else--uncomment if needed.
    position: relative;
    z-index: 5;
    */
}

.navbar-secondary-text {
position:absolute;
right:130px;
	z-index:250;
}

.navbar-secondary li {
    float: right;
    margin-right: 5px;
    position: relative;
}
.navbar-secondary a {
    display: block;
	font-weight:600;
	position:relative;
    color: #135387;
    text-decoration: none;
}
.navbar-secondary a:hover {
	text-decoration:underline;
	font-weight:600;
	color:
}

.navbar-secondary li a:hover {
	text-decoration:underline;
	colo
	font-weight:600;
}
/* Dropdown Button */
.dropbtn {
	font-size:10px!important;
	background-color:#E6E2DC;
	letter-spacing:0;
    font-size: 16px;
    border: none;
	font-weight:600;
	color:#135387;
	position:relative;
	float:right;
	padding:0;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
	float:right;
	z-index:500;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #183145;
	margin-top:14px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #132636;
	text-decoration:none!important;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    	font-weight:600!important;
	text-decoration:underline!important;
}

.navbar-default
    {
        background: #183145;
        border: none;
        margin: 0 !important;
        padding-left:25px;
		padding-right:25px;
    }
.navbar-default .navbar-brand
    {
        padding-top: 7px;
        padding-bottom: 60px;
    }
.navbar-default .navbar-nav li a
    {
        font-size: 10px;
		letter-spacing:2px;
        line-height: 35px;
		color:#F5EDE7;
    }
.navbar-default .navbar-nav li a:hover
    {
        color: #efefef;
		background-color:#132636;
    }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #A77A1A;
  font-weight:bold;
	background-color: transparent;
}
.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 16px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #fff;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }

/* end navigation */

/* start home */        
#home
	{
      padding-top: 100px;
	}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  padding: 0;
  position: relative;
  zoom: 1;
  background-color:#fff;
  overflow: hidden;
  margin: 0;
}
.flexslider .slides {
  padding: 0;
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
  min-width: 648px;
  min-height: 370px;
  display: block;
}
.flexslider .slides > li {
  display: none;  
  padding: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.flexslider img {
  position: relative;
  width: 100%;
}
.slider-caption {
  color:white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexslider .btn
{
	float:none;
	background-color:#183145;
    border-radius: 1;
    border: 0 solid transparent;
    color: #F5EDE7;
	text-transform:bold;
	letter-spacing:3px;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 50px;
    width: 150px;
    padding: 15px 10px 10px 10px;
}
.flexslider .btn:hover,
.flexslider .btn:focus {
    background: #132636;
    color: #F5EDE7;
    border: 0 solid transparent;
}

/* end home */

/* start service */
#service .media
    {
        padding: 10px;
    }
#service .media .fa
    {
        color: #202020;
        font-size: 40px;
        margin-right: 20px;
    }
#service .media .media-heading
    {
        border-bottom: 2px solid #202020;
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
    }
/* end service */

/* start divider */
#divider
    {
        background: url('../images/divider-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        color: #FFFFFF;
    }
#divider h2
    {
        font-size: 40px;
    }
#divider strong
    {
        color: #93ca3a;
    }
#divider h3
    {
        padding-bottom: 30px;
    }
/* end divider */

/* start about */
#about h3
    {
        color: #93ca3a;
        font-size: 40px;
        padding-bottom: 10px;
    }
#about h4
    {
        padding-bottom: 10px;
    }
#about .progress
    {
        border-radius: 4px;
        background: #ffffff;
        height: 6px;
    }
#about .progress .progress-bar-danger
    {
        background: #93ca3a;
    }
#about .text-top
    {
        padding-top: 50px;
    }
#about span
    {
        display: block;
        padding-bottom: 10px;
    }
#about small
    {
        font-weight: bold;
        padding-left: 200px;
    }
/* end about */

/* start team */
#team
    {
        border-top: 1px solid #f6f6f6;
        border-bottom: 1px solid #f6f6f6;
        text-align: center;
    }
#team h2
    {
        padding-bottom: 30px;
    }
#team img
    {
        border: 1px solid #f6f6f6;
        display: inline-block;
        padding: 10px;
        transition: all 0.4s ease-in;
    }
#team img:hover
    {
        opacity: 0.4;
        cursor: pointer;
    }
#team h3
    {
        color: #93ca3a;
        padding-bottom: 10px;
    }
#team h4
    {
        font-size: 14px;
        padding-top: 20px;
        line-height: 0px;
    }
/* end team */

/* start newsletter */
#newsletter
    {
        background: url('../images/newsletter-bg.jpg') center center;
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
        text-align: center;
        padding-top: 120px;
        padding-bottom: 120px;
    }
#newsletter p
    {
        padding-bottom: 30px;
    }
#newsletter .btn
    {
        background: transparent;
        border-radius: 0px;
        color: #ffffff;
        margin-top: 40px;
    }
#newsletter .form-control
    {
        background: transparent;
        border-color: #f2f2f2;
        border-radius: 0px;
        color: #ffffff;
        height: 50px;
    }
#newsletter input[type="submit"]
    {
        background: #93ca3a;
        border: 2px solid transparent;
        color: #ffffff;
    }
#newsletter .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#newsletter .form-control:-ms-input-placeholder {
  color: #ffffff;
}
#newsletter .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
/* end newsletter */

/* start pricing */
#pricing
    {
        border-bottom: 1px solid #f6f6f6;
    }
#pricing .col-md-3,
#pricing .col-sm-6
    {
        padding: 0;
        margin: 0;
    }
#pricing .plan
  {
    border: 1px solid #f6f6f6;
    margin-top: 100px;
    transition: all 0.4s ease-in;
    padding: 40px;
  }
#pricing .plan_one
 {
    margin-top: 60px;
 }
#pricing .plan_two
 {
    margin-top: 80px;
 }
#pricing .plan_three
 {
    margin-top: 40px;
 }
#pricing .plan_four
 {
    margin-top: 0px;
 }
#pricing .plan:hover
  {
    background: #202020;
    color: #ffffff;
    transform: scale(1.0);
  }
#pricing .plan .plan_title
  {
    border-bottom: 1px solid #f6f6f6;
    color: #9bc848;
    font-size: 30px;
    padding: 20px;
  }
#pricing .plan ul
  {
    padding: 0;
  }
#pricing .plan ul li
  {
    display: block;
    padding: 20px 0 20px 0;
  }
#pricing .plan .btn
  {
    background: #93ca3a;
    border: none;
    border-radius: 2px;
    font-weight: bold;
    font-size: 12px;
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
  }
#pricing .plan .btn:hover
  {
    background: #FFFFFF;
    color: #66AF33;
  }
/* end pricing */

/* start portfolio */
#portfolio h2
    {
        padding-bottom: 30px;
    }
#portfolio .portfolio-thumb
    {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
#portfolio .portfolio-thumb .portfolio-overlay
    {
        background: #333;
        color: #ffffff;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 60px 60px 0px 60px;
        text-align: center;
        position: absolute;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }
#portfolio .portfolio-thumb:hover .portfolio-overlay
    {
        opacity: 0.9;
        transform: scale(1.1);
    }
#portfolio .portfolio-thumb .portfolio-overlay .fa
    {
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 10px;
    }
/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    color: #1066;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}
/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}
/* end portfolio */

/* start map */

#themap {
	background: #b6b9c1
}

/* start contact */
#contact
    {
        background-color:#efefef;
        background-size: cover;
        background-repeat: no-repeat;
        color: #000000;
    }
#contact h3
    {
        font-weight: bold;
        padding-bottom: 20px;
    }
#contact .fa
    {
        color: #A77A1A;
        font-size: 18px;
        padding-bottom: 14px;
    }
#contact .form-control
    {
        background: #f2f2f2;
        border-radius: 4px;
        box-shadow: none;
        margin-bottom: 20px;
        transition: all 0.4s ease-in-out;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        color: #202020;
        font-weight: bold;
        margin-bottom: 80px;
    }
#contact input[type="submit"]:hover
    {
        background: #18263F;
		color:#fff;
    }
 #contact .form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
#contact .form-control:-ms-input-placeholder {
  color: #666;
}
#contact .form-control::-webkit-input-placeholder {
  color: #666;
}
/* end contact */

/* start google map */
#map-canvas
  {
    border: none;
    width: 100%;
    height: 320px;
  }

.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
/* end google map */

/* start footer */
footer
    {
        padding-top: 16px;
        padding-bottom: 15px;
		background: none repeat scroll 0 0 #183145;
		color:#fff;
    }

footer a {
	color:#A77A1A;
}

footer a:hover {
	color:#1066;
}

/* end footer */

.too-icon {
	padding: 10px;
}

/* start social icon */
.social-icon
    {
        float:right;
		align-content: : relative;
    }
.social-icon li
    {
        display: inline-block;
        list-style: none;
    }
.social-icon li a
    {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        transition: all 0.4s ease-in-out;
		padding-top:0px;
		line-height: 0px;
        text-align: center;
    }
.social-icon li a:hover
    {
		color:#A77A1A;
		
    }
/* end social icon */

@media only screen and (max-width: 1090px) {
    .flexslider h1 { font-size: 14px; letter-spacing:3px; }
    .flexslider h2 { font-size: 36px; }
}

/* start templatemo 1066 media quires */
@media only screen and ( max-width: 1066px ) {
    .navbar-default .navbar-brand { margin-left: 20px; }
    .navbar-default .navbar-nav { margin: 0; }
    .navbar-default .navbar-collapse
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .flexslider h1 { font-size: 13px;letter-spacing:3px; }
    .flexslider h2 { font-size: 30px; }
    .templatemo-slider-btn { 
        margin-top: 10px; 
        width: 180px;
        height: 40px;
        padding-top: 8px;
    }
}




/* end templatemo 1066 media quires */

/* start templatemo 600 media quires */


@media only screen and ( max-width: 500px) {   
	.navbar-secondary {
		display:none!important;}
    
	#home {
		padding-top:67px!important;
	}
}

@media only screen and ( max-width: 640px ) {   
    .flexslider h1 { font-size: 11px; letter-spacing:3px; }
    .flexslider h2 { font-size: 26px; }
    .templatemo-slider-btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px; 
    }
}
/* end templatemo 600 media quires */

/* start templatemo 360 media quires */
@media only screen and ( max-width: 360px ) {
    #team .col-md-4
        {
            padding-top: 40px;
        }
    
}
/* end templatemo 360 media quires */