﻿/*=======================================
    GENERAL STYLES
==================================================*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #000000;
    padding-top: 70px;
}

a, a:active, a:focus {
outline: none;
}

.nav a {
    color: #ffffff !important;
}
.navbar-header a {
    color: #ffffff !important;
    padding-right: 100px;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}
h1 {
    /*line-height: 80px;*/
    font-weight: 900;
    font-size: 60px;
    padding: 30px 20px 10px 20px;
}
h2 {
    /*line-height:40px;*/
    font-weight: 900;
    font-size: 30px;
    padding: 20px 0px 20px 0px;
    text-transform: uppercase;
}
h3 {
    line-height: 30px;
    padding-bottom: 20px;
}
h4 {
    line-height: 40px;
    padding-bottom: 15px;
}
p {
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 20px;
}
.space-free {
    height: 100px;
}
section {
    padding-top: 20px;
    padding-bottom: 30px;
}

.color-light-map {
    background-color: #E9E9E9!important;
	padding-top: 0px;
    padding-bottom: 0px;
}

.terms {
    display: none;
}

/**/
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
*/
/********************************/
/*       Fade Bs-carousel       */
/********************************/

.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    /*opacity: .7;*/
	opacity: .3;
}
.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}
/********************************/
/*          Hero Headers        */
/********************************/

.hero {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.hero h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.hero h4 {
    line-height: 20px;
    padding-bottom: 15px;
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}
/********************************/
/*            Overlay           */
/********************************/

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    /*opacity: .7;*/
	opacity: .3;
}
/********************************/
/*          Custom Buttons      */
/********************************/

.btn.btn-lg {
    padding: 10px 40px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}
/********************************/
/*       Slides backgrounds     */
/********************************/

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
    background-image: url("../images/slide_1.jpg");
}
.fade-carousel .slides .slide-2 {
    background-image: url("../images/slide_2.jpg");
}
.fade-carousel .slides .slide-3 {
    background-image: url("../images/slide_3.jpg");
}
/********************************/
/*          Media Queries       */
/********************************/

@media screen and (min-width: 980px) {
    .hero {
        width: 980px;
    }
}
@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 4em;
    }
}
/**/
/*=======================================
    COLOR CODES
==================================================*/

.color-white {
    background-color: #fff!important;
}
.color-dark {
    background-color: #696969!important;
}
.color-light {
    background-color: #E9E9E9!important;
}
/*=======================================
    HEADER STYLES
==================================================*/

.head-main {
    font-size: 80px !important;
    font-weight: 900!important;
    color: #fff!important;
    padding: 150px 20px 10px 20px;
}
.head-sub-main {
    font-size: 40px !important;
    font-weight: 600!important;
    color: #fff!important;
    padding: 5px 20px 150px 20px;
}
/*=======================================
    NAVIGATION STYLES
==================================================*/

nav {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 99;
}
.fixed {
    position: fixed;
    top: 0;
    min-height: 50px;
    z-index: 99;
}
.navbar-inverse {
    background-color: #000000;
    border-color: #000000;
    min-height: 80px;
    padding-top: 10px;
    font-size: 18px;
}
.navbar-brand {
    font-size: 24px;
}

.navbar-fixed-top {
  position: fixed;
}

/*=======================================
    WORK FLOW STYLES
==================================================*/

.work-div {
    width: 100%;
    border: 0;
    padding: 20px;
    margin-bottom: 30px;
}

/**/
@media screen and (min-width: 768px) {
    .col-md-4 {
        background-color: #ffffff;
    }
}
@media screen and (max-width: 768px) {
    .col-md-4:nth-of-type(even) {
        background-color: #e9e9e9;
    }
}
/**/

ul {
    text-align: left;
	font-size: 16px;
}
/*=======================================
    CONTACT STYLES
==================================================*/

#social-icon a {
    color: #616161!important;
    margin-right: 10px;
}
.contact-cls {
    font-size: 20px;
    line-height: 40px;
}
.cnt {
    width: 100%;
    min-height: 350px;
    border: 1px solid #e1e1e1;
}
#fafa-icon {
    color: #fff;
    text-shadow: 1px 1px 1px #ccc;
}
/*=======================================
    FOOTER STYLES
==================================================*/

#footer {
    background-color: #000;
    color: #fff;
    padding: 20px 50px 20px 0px;
    text-align: right;
	font-size: 12px;
}

/*For iphone 6+ multitab issue  */
.modal.in .modal-dialog{ transform:translate3d(0px,0px,0px); }
