/* Fonts */
/* @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700); */

/* Main Styles */

::selection {
    background-color: #3c3c3c;
    color: #fff;
}

html,
body {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-font-smoothing: antialiased;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
}

p {
    margin: 0 0 5px;
}

.clear {
    clear: both;
}

ol,
ul {
    list-style: none;
    padding: 0;
}

b.caret {
    margin-top: -3px;
}

/* Page Animated item Styles */

.animated {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

/* Page Loading */

#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #131313;
    z-index: 999999;
}

.loader-item {
    position: absolute;
    width: auto;
    height: height;
    margin: -25px 0 0 -25px;
    top: 50%;
    left: 50%;
    text-align: center;
}

.loader-item h2 {
    color: #ccc;
    margin: 0 auto;
    font-size: 20px;
}

/* Containers */

.contain {
    width: 100%;
    position: relative;
    height: auto;
}

.inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
    z-index: 2;
}

.full-width {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.no-padding {
    padding: 0 !important;
}

.contain-logo {
    margin: auto;
    width: 64px;
    height: 64px;
    background: white;
    border: 1px solid #bcbcbc;
    padding: 18px 0;
    text-align: center;
    position: relative;
    top: -32px;
    border-radius: 100px;
}

.contain-logo i {
    font-size: 30px;
    color: #bcbcbc;
    font-weight: light;
}

/* Page Headers */

.header {
    margin: auto;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.page-desc {
    margin: 15px auto;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    max-width: 860px;
    text-align: center;
    opacity: 0.7;
}

.dark {
    color: #3c3c3c;
}

.white {
    color: white;
}

span.red {
    color: #e70000;
}

/* End Main Styles */

/* Home */

#home {
    width: 100%;
    height: auto;
    position: relative;
}

.logo-home {
    position: absolute;
    z-index: 5;
    top: 40px;
    left: 40px;
}

.logo-home img {
    margin-right: 20px;
}

/* Super Slides */

#slides {
    position: relative;
    opacity: 0.7;
}

#slides .slides-container {
    display: none;
}

#slides .slides-container div,
#slides .slides-container img {
    width: 100%;
    height: 100%;
}

.home-pattern {
    background: black;
    opacity: 0.4;
}

.pattern:after {
    background: url(../images/pattern.png);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    opacity: 0.1
}

.home-pattern-style {
    background: url(../images/home-pattern.jpg) repeat;
    width: 100%;
    height: 100%;
}

#slides .slides-container .image1 {
    background: url(../images/1.jpg) center fixed;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

#slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}

/* Super Slides Navigation */

.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 45%;
    width: 100%;
}

.slides-navigation a {
    position: absolute;
    display: block;
    width: 74px;
    height: 74px;
    background: url(../images/arrows.png);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.slides-navigation a.prev {
    left: 1%;
    background-position: bottom center;
}

.slides-navigation a.next {
    right: 1%;
    background-position: top center;
}

#home:hover .slides-navigation a {
    opacity: 0.3;
}

.slides-navigation a:hover {
    opacity: 1 !important;
}

/* Super Slides Pager */

.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.slides-pagination a {
    border: 2px solid #222;
    border-radius: 15px;
    width: 10px;
    height: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 2px;
    overflow: hidden;
    text-indent: -100%;
}

.slides-pagination a.current {
    background: #222;
}

/* Main Home Texts - With Flexslider */

.main {
    position: absolute;
    width: 100%;
    top: 60%;
    margin: 0 auto;
    z-index: 2;
    background: transparent;
    height: auto;
    min-height: 300px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.main ul {
    height: auto;
    min-height: 160px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.main ul li {
    list-style: none;
    font-size: 90px;
    /* color:#c3c3c3; */
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

.main ul li span {
    /* color:#29406b; */
    color: #fff;
}

.flex-control-paging li a.flex-active {
    background: #29406b !important;
}

.home-slider {
    width: 100%;
}

/* Home Description */

.home-desc {
    width: 100%;
    max-width: 670px;
    margin: 35px auto;
    position: relative;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

/* Home Get Started Button */

.home-button {
    width: 170px;
    height: auto;
    padding: 10px 23px;
    border: 1px solid white;
    background: rgba(43, 43, 43, 0.1);
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
    margin: 35px auto;
    display: block;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.home-button:hover {
    background: white;
    color: #3c3c3c;
    text-decoration: none;
}

/* Page Top (only Rev Slider Version) */

#pagetop {
    background: #232323;
    padding: 12px 0;
}

.pagetop {
    padding: 0;
    color: #a4a4a4;
    font-weight: 300;
}

.pagetop .left {
    text-align: left;
    padding: 0;
}

.pagetop .right {
    text-align: right;
    padding: 0;
}

.pagetop a {
    margin-left: 15px;
    color: #666666;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.pagetop a:hover {
    color: white;
}

/* Navigation */

#navigation {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    position: absolute;
    z-index: 9999;
    background: #fff;
    height: 82px;
}

#navigation .navigation {
    padding: 0;
    height: 100%;
}

.shadow {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

/* Logo */

.navigation .logo {
    float: left;
    position: absolute;
    z-index: 999;
}

.navigation .logo a {
    width: auto;
    display: block;
    margin: 20px 0 0;
}

/* Nav Menu */

.nav-menu {
    width: auto;
    float: right;
    height: 82px;
    text-align: right;
}

.nav-menu ul {
    padding: 0;
    margin: 0;
}

.nav-menu ul li {
    height: 82px;
    width: auto;
    display: block;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-menu ul li a {
    height: 82px;
    padding: 33px 15px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    color: #464646;
}

.nav-menu ul li:first-child a {
    padding-left: 0;
}

.nav-menu ul li:last-child a {
    padding-right: 0;
}

.nav-menu a:hover {
    color: #29406b;
}

.nav-menu a.active {
    color: #29406b;
}

.main-nav>li>a:hover,
.main-nav>li>a:focus {
    background: none;
}

.main-nav li.active a {
    color: #29406b;
}

/* Mini Navigation For Mobile */

.mobile-drop {
    height: 100%;
    width: 100%;
    display: none;
}

a.mobile-menu {
    position: absolute;
    top: 50%;
    font-size: 21px;
    right: 30px;
    left: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-drop ul.fullwidth {
    width: 100%;
    position: relative;
}

.mobile-drop ul.fullwidth li {
    width: 100%;
    height: auto;
    margin: 0;
}

.mobile-drop ul.fullwidth li a {
    padding: 6px;
    margin: 0;
    height: auto;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #ededed;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.mobile-drop ul.fullwidth li.active a {
    background-color: #383838;
    color: white;
}

/* Dropdown Menu */

.dropdown-menu {
    border: 1px solid #eeeeee;
    border-top: 2px solid #373737;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-toggle .dropdown-menu li {
    display: block;
    width: 100%;
    padding: 0;
    float: none;
    margin: 0;
    height: auto;
}

.dropdown-toggle .dropdown-menu li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 14px 20px;
    text-align: left;
    color: #464646;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.dropdown-toggle .dropdown-menu li:first-child a {
    padding-left: 20px;
}

.dropdown-toggle .dropdown-menu li a:hover {
    background: #373737;
    color: white;
}

/* Dropdown Menu For Mobile */

.dr-mobile {
    position: relative;
    width: 100%;
    box-shadow: none;
    border-top: none;
}

.dr-mobile li {
    width: 100%;
}

.dr-mobile li:first-child a {
    padding-left: 20px !important;
}

.dr-mobile li a {
    padding-left: 20px !important;
}

.dr-mobile li:last-child a {
    border-bottom: none !important;
}

/* Text Area */

#text-area {
    background: #3c3c3c;
}

.text-area {
    text-align: center;
    text-transform: uppercase;
    color: white;
    padding: 30px 0;
}

.text-area h1 {
    margin: 0;
    font-size: 35px;
}

.text-area h1 span {
    font-weight: 500;
}

.text-area a {
    display: inline-block;
    margin: 20px 7px 5px;
    padding: 6px 18px;
    border: 1px solid white;
    background: transparent;
    font-size: 20px;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.text-area a:hover {
    color: #3c3c3c;
    background: white;
}

/* About Section */

#about {
    background: #fff;
    padding: 30px 0 30px;
    top: 0;
}

#about .about-content {
    width: 25%;
    height: auto;
    min-height: 276px;
    background: #fff;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#about .about-content .icon {
    text-align: center;
    margin: 19px auto 16px;
}

#about .about-content .top {
    width: 70px;
    height: 70px;
    background: transparent;
    border: 2px solid #464646;
    border-radius: 100px;
    padding: 20px 0;
    position: relative;
}

#about .about-content .top:after {
    position: absolute;
    background: transparent;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 500px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

}

#about .about-content .top i {
    font-size: 30px;
}

#about .about-content .bottom i {
    width: 31px;
    height: 31px;
    padding-top: 6px;
    font-size: 20px;
    color: #929292;
    background: transparent;
    border: 1px solid #464646;
    border-radius: 100px;
}

#about .about-content .text {
    width: 95%;
    text-align: center;
    margin: auto;
}

#about .about-content .content-header {
    text-transform: uppercase;
    font-size: 20px;
}

#about .about-content .content-desc {
    font-size: 15px;
    color: #717171;
    margin-top: 10px;
    font-weight: 100;
}

/* About Content Hover Styles */

#about .about-content:hover {
    background: #3c3c3c;
    color: #fff;
}

#about .about-content:hover .top {
    border: 2px solid #464646;
    background: #fff;
}

#about .about-content:hover a {
    color: #fff;
}

#about .about-content:hover .top:after {
    border: 2px solid white;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#about .about-content:hover .top i {
    color: #464646;
}

#about .about-content:hover .content-desc {
    color: #fff;
}

#about .about-content:hover .bottom i {
    border: 1px solid #fff;
    color: #fff;
}

/* About Extended */

.about-extended {
    background: #fafafa;
    margin: 30px auto;
    position: relative;
}

.about-extended:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20%;
    border-top: 50px solid #fafafa;
    border-top-color: #fafafa;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.company-facts {
    margin: 70px auto 20px;
}

.company-facts .facts {
    text-align: center;
}

.company-facts h1 {
    font-size: 55px;
    color: #5f5f61;
    font-weight: 400;
    margin: 0 auto;
}

.company-facts p {
    font-size: 20px;
    text-transform: uppercase;
    color: #626262;
}

/* Top Icon Style */

.br {
    top: -72px;
}

/* Filter Menu */

.filter-menu {
    position: relative;
    z-index: 99;
}

.filters {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 40px auto 35px;
}

.inline {
    font-size: 0px;
}

.filters li {
    text-align: center;
    display: inline-block;
    font-size: 15px;
}

.filters li a {
    padding: 13px 20px;
    color: #7a7a7a;
    border: none;
    text-transform: uppercase;
    background: #e9e9e9;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.filters li a.selected {
    color: white;
    background: #3c3c3c;
    cursor: default;
}

.filters li:last-child a {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    padding-right: 25px;
}

.filters li:first-child a {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    padding-left: 25px;
}

.filters li:hover a {
    background: #3c3c3c;
    color: white;
}

/* Contact */

#contact {
    padding: 0;
    height: auto;
    min-height: 567px;
}

.contact-logo {
    position: absolute;
    z-index: 22;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.contact-logo i {
    color: #444444;
}

#map {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.contact {
    margin: 0 auto;
    padding: 0;

}

/* Contact Form */

.contact-form {
    width: 400px;
    height: auto;
    min-height: 567px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    top: 0;
    padding: 45px 50px;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-585px);
    -moz-transform: translateX(-585px);
    transform: translateX(-585px);
}

.contact-form h1 {
    font-weight: 400;
    font-size: 35px;
    text-transform: uppercase;
    color: #29406b;
}

/* Form Inputs */

form#contact-us {
    min-height: 400px;
}

.form {
    outline: none;
    border: 1px solid white;
    color: #29406b;
    width: 100%;
    padding: 14px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin: 10px auto;
    background: #eee;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.textarea {
    height: 100px;
    max-width: 100%;
    max-height: 100px;
}

.form-btn {
    outline: none;
    border: 1px solid white;
    color: black;
    text-transform: uppercase;
    padding: 8px 0;
    width: 100%;
    margin: 10px auto;
    text-align: center;
    font-weight: 400;
    top: 2px;
    font-size: 20px;
    background: #eee;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.form:hover {
    border: 1px solid #4e4e4e;
}

.form:focus {
    border: 1px solid #29406b;
}

.form-btn:hover {
    background: #29406b;
}

.form-btn:active {
    background: #313131;
}

/* Mail Sent Message */

.mail-message {
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    top: 185px;
    position: relative;
}

.mail-message-error {
    color: rgb(194, 66, 66);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.mail-message p.mail-head,
.mail-message-error p.mail-head {
    color: #29406b;
    font-size: 35px;
}

.newsletter-message {
    text-align: right;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    margin-top: -25px;
}

.newsletter-message p.mail-head {
    color: #29406b;
    font-size: 35px;
}

/* Footer */

#footer {
    background: #29406b;
}

.footer {
    text-align: center;
    padding: 75px 0;
}

.footer a {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Footer Links */

.footer-links {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 100px;
    margin: 0 3px;
}

.footer-links i {
    font-size: 20px;
    color: #fff;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 37px;
}

.footer-text {
    margin: 20px 0 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.footer-text span {
    margin: 0 5px;
}

.footer-text a {
    color: #fff;
}

.copyright {
    text-transform: uppercase;
    margin: 30px 0 0 0;
}

.footer .footer-links:hover {
    border: 1px solid white;
}

.footer a:hover {
    color: white;
}

.footer a:hover i {
    color: white;
}

/* Back To Top Button */

#back-top {
    width: 53px;
    height: 53px;
    position: fixed;
    right: 50px;
    bottom: 100px;
    z-index: 9999;
}

#back-top a {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/back-top.png) no-repeat;
    opacity: 0.1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#back-top a:hover {
    opacity: 1;
}

.news {
    position: absolute;
    top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.news-container {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px 20px;
    font-size: 47px;
    z-index: 1;
    font-weight: 600;
    color: #29406b;
}

.news a {
	color: #29406b;
    font-size: 20px;
   
    text-transform: lowercase;
    padding: 5px;
    text-shadow: none;
}

.news a:hover {
	 text-decoration: underline;
}

.highlight {
    font-weight: 500;
}

.text-block {
    display: block;
}