@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
/** general **/

body {
    font-family: 'Open Sans', serif;
    font-weight: 400;
    height: 100%;
    color: #545454;
    font-size: 15px;
    background: #fff;
}

a {
    color: #0C4075;
    text-decoration: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    outline: 0;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #545454;
    outline: none;
}

a:focus {
    text-decoration: none;
    outline: 0px;
}

.banner_header {
    text-shadow: 1px 1px 1px #cccccc;
}

h1,
h2,
h3,
h4,
h5,
h7,
h6 {
    font-family: 'Open Sans';
    color: #f6a501;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: normal;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 26px;
    line-height: 34px;
}

h3 {
    font-size: 20px;
    font-weight: 400;
}

h4 {
    font-weight: 400;
    font-size: 16px;
}

h5 {
    font-size: 14px;
    text-transform: uppercase;
}

h6 {
    font-size: 12px;
    line-height: 16px;
}

h7 {
    font-size: 24px;
    line-height: 16px;
}

h8 {
    font-size: 20px;
    font-weight: 400;
	color: #0C4075;
}

p {
    margin-bottom: 15px;
}

img {
    max-width: 100%;
}

span.overlay {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba( 255, 255, 255, 0.5);
}

span.overlay2 {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba( 0, 0, 0, 0.7);
}

strong {
    color: #eda709;
}

hr {
    background: #eda709;
    width: 80px;
    border: none;
    height: 2px;
}

.list-unstyled {
    overflow: hidden;
}

.list-unstyled li {
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 1px;
    margin-top: 1px;
}

ul.flikr-list {
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
}

ul.flikr-list li {
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px 1px 1px 0;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background: #0C4075;
    border-color: #0C4075;
    color: #fff;
}

/* form elements */

.form-control:focus {
    border: 1px solid #eda709;
    box-shadow: none;
}

#venueArea,
.bannerArea {
    background-color: #2C2C2C;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-size: widthpx heightpx;
    -webkit-background-size: 1900px 2400px;
}

/* tab */

.tab-content {
    padding-top: 0;
}

/* Buttons */

.btn {
    text-transform: uppercase;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    background: #eda709;
    color: #fff;
    border-color: #eda709;
}

.btn:hover,
.btn:focus {
    color: #eda709;
    background: #fff;
    border-color: #eda709;
}

/* menu dropdown */

.dropdown-menu {
    padding: 5px 0 0 0;
    border-top: 1px solid #eda709;
    border-bottom: 5px solid #eda709;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 9999;
    background: #fff;
}

.dropdown-menu>li>a {
    color: #000;
    text-transform: uppercase;
    display: block;
}

.navbar-nav>li.dropdown-menu {
    margin-top: 0px;
}

/* border */

span.border {
    position: relative;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    display: inline-block;
    background: #EEEEEE;
}

span.border i {
    background: #fff;
    color: #EEE;
    position: absolute;
    text-align: center;
    left: 50%;
    top: -10px;
    line-height: 20px;
    height: 20px;
    width: 40px;
    font-size: 15px;
}

/* pagination */

.pagination {
    margin-bottom: 20px;
}

.pagination li a {
    padding: 6px 20px;
    color: #eda709;
    font-size: 25px;
}

/* progress bar */

.progress {
    position: relative;
    overflow: visible;
    height: 20px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    background-color: #f2f2f2;
}

.progress-bar {
    position: relative;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    background-color: #eda709;
}

/* Thumbnail */

.thumbnail {
    border: none;
    padding: 0;
}

/* Accordion */

#accordion {
    padding: 0;
    overflow: hidden;
}

#accordion li .panel-heading {
    padding: 0px;
    border: 0px;
}

#accordion li .panel-heading a {
    padding: 12px;
    display: block;
    border: 0px;
    color: #fff;
    background: #eda709;
    display: block;
}

#blogArea .col-sm-12 .col-sm-4 #accordion a {
    opacity: 1;
}

#accordion li a.collapsed {
    color: #545454;
    background: none;
}

#accordion li p {
    padding: 10px;
    margin: 0px;
    background: #F5F5F5;
}

.panel-primary>.panel-heading {
    background: #fff;
    border: none;
}

.panel {
    border: none;
}

/* links */

.links {
    padding: 0;
    overflow: hidden;
}

.links li {
    border-bottom: 1px solid #dedede;
}

.links li a {
    padding: 10px 20px 10px 0;
    color: #555;
    display: block;
    line-height: 16px;
}

.links li a:hover,
.links li.active a {
    color: #545454;
    border-color: #545454;
}

.links2 li a {
    padding: 0;
}

.links2 li {
    padding: 5px;
    border-bottom: none;
}

.links2 li:first-child {
    padding: 5px;
}

/* tabs */

.tabs {
    width: 100%;
    overflow: hidden;
}

/* side Area */

.sideArea {
    padding: 30px 0;
    overflow: hidden;
}

.sideArea .slider {
    padding-bottom: 20px;
}

.sideArea p {
    margin-bottom: 20px;
}

.sideArea .block {
    padding-left: 20px;
    border-left: 3px solid #eda709;
    line-height: 20px;
    margin: 20px 0 20px 15px;
}

.sideArea .block p {
    color: #AFAFAF;
}

.sideArea blockquote {
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: #eda709;
}

.sideArea .fa {
    font-size: 20px;
    line-height: 20px;
}

#headerArea {
    margin-bottom: 90px;    
}

#headerArea .navbar-header {
    margin-left: 0px;
    margin-right: 0px;
}

#headerArea .navbar-brand {
	padding: 0;
	font-size: 35px;
	text-transform: uppercase;
	line-height: normal;
	height: auto;
	transition: all 0.3s;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#headerArea .navbar {
    padding: 0px;
    width: 100%;
    margin: 0;
    transition: all 0.3s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-bottom: 1px solid #aaa;
    border-top: 2px solid #f9a401;
    background-color: rgba(252, 252, 252, 0.9);
}

#headerArea .navbar-nav>li>a {
    padding: 34px 11px;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
    text-transform: uppercase;
    color: #000;
}

#headerArea .navbar-nav>li>a:hover i,
#headerArea .navbar-nav>li.active>a i {
    background: none;
}

#headerArea .navbar-nav>li>a:hover,
#headerArea .navbar-nav>li.active>a {
    background: #013655;
    text-decoration: none;
    color: #fff;
}

#headerArea .navbar-nav li.open a,
.navbar-nav li.open a,
.navbar-nav li a:focus {
    background: #eda709;
    color: #fff;
}

#headerArea .navbar-nav li.open a:hover {
    background: #eda709;
    color: #fff;
}

#headerArea .navbar-nav li.open ul li a {
    color: #000;
    background: #fff;
}

#headerArea .navbar-toggle {
    margin: 15px 0px;
}

#headerArea .navbar-toggle .icon-bar {
    background: #eda709;
}

/* Banner Area */

.bannerArea {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #cecece;
    overflow: hidden;
    background-image: url(../images/image_1800x1200.jpg);
}

.bannerArea .container {
    position: relative;
    z-index: 2;
}

.bannerArea .col-sm-5 {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

.bannerArea ul.slides li {
    padding: 50px 0;
}

.bannerArea ul.slides li span {
    text-align: center;
    display: block;
    font-size: 320px;
    color: #eda709;
}

.bannerArea.sub {
    background: none;
}

.bannerArea.sub ul.slides li {
    padding: 0;
    text-align: center;
}

/* breadcrumb */

#breadcrumb {
    padding: 25px 0px;
    border-bottom: 1px solid #ececec;
    min-height: 53px;
    width: 100%;
    overflow: hidden;
    background: #F5F5F5;
}

#breadcrumb h2 {
    margin: 0;
}

#breadcrumb li a {
    color: #333;
}

#breadcrumb li a:hover {
    color: #eda709;
}

#breadcrumb .breadcrumb {
    padding: 10px 0 0px;
    margin: 0;
    background: none;
}

/* About Area */

.aboutArea {
    padding: 20px 0px
}

/* Client Area */

#clientArea {
    padding: 20px 0;
    background: #F5F5F5;
}

#clientArea .flexslider .slides>li {
    font-size: 40px;
}

/* Blog Area */

#blogArea {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

#blogArea ul.list-unstyled li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#blogArea ul.list-unstyled li img {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

#blogArea ul.list-unstyled li:hover img {
    transform: scale(1.03);
}

#blogArea .links {
    margin-bottom: 30px;
}

#blogArea .col-sm-1 span {
    display: block;
    color: #fff;
    line-height: 50px;
    background: #545454;
}

#blogArea .col-sm-1 h2 {
    background: #eda709;
    color: #fff;
}

#blogArea .text {
    padding-top: 40px;
    padding-bottom: 40px;
}

#blogArea .text h2 {
    margin: 0;
}

#blogArea .text h2 a {
    color: #000;
}

#blogArea .text a:hover,
#blogArea .text h2 a:hover {
    color: #eda709;
}

#blogArea .text a {
    color: #999;
}

#blogArea .text ul {
    padding-bottom: 15px;
}

#blogArea .text i {
    color: #999;
}

#blogArea .text p a {
    display: block;
}

#blogArea .controls {
    width: 150px;
    float: right;
    padding: 0px;
    margin: 0;
    list-style-type: none;
}

#blogArea .controls .dropdown-menu {
    min-width: 150px;
    width: 150px;
}

#blogArea .controls li {
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    line-height: 30px;
    border: none;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    cursor: pointer;
}

#blogArea .controls a.dropdown-toggle {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 30px;
    background: #eda709;
    color: #fff;
    display: block;
}

#blogArea .controls.open a.dropdown-toggle,
#blogArea .controls a.dropdown-toggle:hover {
    background: #000;
    color: #fff;
}

#blogArea .controls li:hover,
#blogArea .controls li.active {
    color: #eda709;
}

#blogArea ul#Grid {
    margin: 20px 0;
    padding: 0;
    position: relative;
}

#blogArea ul#Grid li {
    padding: 0;
    margin: 0;
    display: none;
    position: relative;
}

#blogArea ul#Grid li a {
    display: block;
    color: #fff;
    background: #eda709;
    text-transform: uppercase;
}

#blogArea ul#Grid li a span.text {
    position: absolute;
    left: 0;
    bottom: 10%;
    display: none;
    width: 100%;
    text-align: center;
}

#blogArea ul#Grid li a img {
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

#blogArea ul#Grid li a:hover img {
    opacity: 0.2;
}

#blogArea ul#Grid li a:hover span {
    display: block;
}

/* Text Area */

#textArea {
    padding: 50px 0;
    width: 100%;
    overflow: hidden;
    background: #222;
}

#textArea .col-sm-3 {
    padding: 50px 0;
}

#textArea h1 {
    line-height: 50px;
    color: #fff;
}

#textArea p {
    color: #fff;
}

/* Venue Area */

#venueArea {
    padding: 30px 0px 0;
    position: relative;
    background: #fff;
}

#venueArea .pull-left i {
    font-size: 40px;
    color: #0C4075;
}

#venueArea h4 {
    margin-top: 0px;
}

#venueArea .col-sm-4 {
    margin: 20px 0;
}

#venueArea p a {
    display: block;
}

/* picture Area */

.pictureArea {
    padding: 40px 0;
    overflow: hidden;
}

.pictureArea .col-sm-6 {
    overflow: hidden;
}

.pictureArea .col-xs-2 {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.pictureArea .col-xs-1 {
    padding: 4px 0px;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
}

/* Social Area */

.well {
    padding: 50px;
    margin: 0;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #2C2C2C;
}

.well-sm {
    background: #f7f7f7;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    -webkit-border-radius: 0;
}

.well h1 {
    color: #fff;
}

/* Work Area */

.workArea {
    padding: 20px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #F5F5F5;
}

.workArea .flex-direction-nav a {
    color: #0C4075;
}

/* Contact Area */

#contactArea {
    padding: 20px 0;
    overflow: hidden;
}

#contactArea .pull-left {
    padding-left: 0;
}

#contactArea .pull-right {
    padding-right: 0;
}

#contactArea li {
    padding-top: 10px;
}

#map {
    margin: 0;
    padding: 0;
}

#map_canvas {
    height: 325px;
    width: 100%;
    clear: both;
}

#map img {
    max-width: none;
}

/* Footer Area */

#footerArea {
    padding: 30px 0 0;
    color: #fff;
    background: #2C2C2C;
}

#footerArea .col-xs-10 {
    padding: 0;
    margin: 0;
}

#footerArea .col-xs-2 {
    padding: 4px 0;
    margin: 0;
}

#footerArea .col-sm-3 {
    overflow: hidden;
}

#footerArea .navbar-brand {
    margin-bottom: 20px;
    float: none;
}

#footerArea p,
#footerArea h2,
#footerArea h3 {
    color: #C3C3C3;
}

#footerArea h2:after,
#footerArea h2:before {
    border-color: #C3C3C3;
}

#footerArea a {
    color: #fff;
    display: inline-block;
}

#footerArea a:hover {
    color: #eda709;
}

#footerArea .links li {
    border: none;
}

#footerArea .links li a {
    padding: 5px 0;
    display: block;
}

#footerArea .social {
    font-size: 24px;
}

#footerArea .disclaimer {
    margin-top: 40px;
    padding: 30px 0 60px;
    border-top: 1px solid rgba( 255, 255, 255, 0.2);
}

#footerArea .disclaimer li {
    padding: 0 20px;
}

/* Start Media Queries */

/* Smaller than standard 960 (devices and browsers) */

@media only screen and (min-width: 960px) and (max-width: 1224px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 750px) and (max-width: 959px) {
    #headerArea .navbar-nav>li>a {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 12px;
    }
    .bannerArea ul.slides li span {
        font-size: 220px;
    }
    #blogArea a.btn {
        font-size: 12px;
    }
    #blogArea a.btn .fa {
        display: none;
    }
}

/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 749px) {
    #headerArea .navbar-brand {
        margin: 10px 0px;
    }
    #headerArea .navbar-nav>li>a {
        padding: 10px;
    }
    #breadcrumb .breadcrumb,
    #breadcrumb h2 {
        float: none;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .bannerArea ul.slides li span {
        font-size: 200px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {
    .bannerArea ul.slides li span {
        font-size: 100px;
    }
}

/* Float Social */

.float-social {
    position: fixed;
    right: -220px;
    width: 300px;
    top: 130px;
    z-index: 9999;
}

.float-social .social-item {
    list-style-type: none;
    color: #fafafa;
    height: 40px;
    padding: 10px 5px;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.float-social .social-item:hover {
    transform: translateX(-190px);
}

.float-social .social-item i {
    color: #fafafa;
    width: 50px;
    text-align: center;
    font-size: 2rem;
    transform: translateX(-10px)
}

.float-social .social-item a {
    color: #fafafa;
    display: inline-block;
    width: 100%;
}

.float-social .social-item a:hover {
    color: #fafafa;
}

.float-social .social-item div {
    font-size: 1.3rem;
    display: inline-block;
    text-transform: uppercase;
    transform: translateY(-0.2rem);
}

.float-social .facebook {
    background-color: #3b5998;
}

.float-social .twitter {
    background-color: #1dcaff;
}

.float-social .instagram {
    background-color: #e4405f;
}

.float-social .whatsapp {
    background-color: #25d366;
}

.float-social .email {
    background-color: #27A3DF;
}
/* Floating Social Media Bar Style Ends Here */
