
/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    width: 100%;
    height: 100%;
    body {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        letter-spacing: 1px;
        font-family: 'Poppins', sans-serif !important;
    }
}

html {
    width: 100%;
    height: 100%;
    font-family: 'Poppins', sans-serif !important;
}

.col-md-6 a{
  color: #fff;
}

.col-md-6 a:hover {
  color: #FFD504;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #FFD504 !important;
    background-color: transparent !important;
}

.font_color {
    color: #FFD504 !important;
}

.navbar-default .navbar-nav>li>a {
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif !important;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #FFD504 !important;
}

.navbar-default .navbar-nav {
    overflow-x: hidden;
}

.navbar-default .navbar-nav>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 12px;
    left: 0;
    background-color: #FFD504;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-default .navbar-nav>li>a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(.7);
    transform: scaleX(.8);
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding-top: 10px;
        padding-bottom: 6px;
        background-color: rgba(0, 0, 0, 1) !important;
        color: #fff;
    }
}


/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 100%;
    text-align: center;
}

.navbar-default {
    background-color: #000c;
    border-color: rgba(255, 255, 255, 0.22);
}

.about-section {
    /*height: 100%;*/
    text-align: center;
    background: #eee;
    padding-top: 80px;
}

.work-section {
    height: auto;
    padding-top: 80px;
    text-align: center;
    background: #000;
    color: #fff;
}

.contact-section {
    /*height: 100%;*/
    padding-top: 80px;
    text-align: center;
    background: #000;
    color: #fff;
}
.news-section{
  height: 100%;
  padding-top: 80px;
  text-align: center;
  background: #FFF;
}
.image-overlay::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
}

.image-overlay {
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

.gallery_images {
    padding: 0px;
    height: 260px;
}

.gallery_images img {
    min-width: 320px;
    max-width: 480px;
    max-height: 260px;
    width: 100%;
    height: 360px;
    opacity: 0.8;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.gallery_images figure {
    height: 260px;
    background: #FFF;
}

figure.effect-bubba img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;

}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba h2 {
    padding-top: 0px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2, figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figcaption {
    margin-top: -250px;
}

figcaption h2 {
    opacity: 0;
    background-color: #FFD504;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    margin-top: 90px;
}

#slideshow {
    position: relative;
    width: 100%;
    height: 100vh;
}

#slideshow img {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0px;
}

#Work h1, #contact h1, #about h1,#news h1{
    font-weight: 900;
    font-size: 30px;
}
#about h1{
  padding-bottom: 35px;
}

#Work {
    background-color: #000 !important;
    padding-bottom: 60px;
}

.form-control {
    display: block;
    border: 0px;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #FFF;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
}

#ajax-contact button[type="submit"] {
    display: inline-block;
    color: #000;
    background: none;
    padding: 10px 10px;
    border: 1px solid #fff;
    font-size: 14px;
    border-radius: 0px;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
    text-transform: capitalize;
}

#ajax-contact button[type="submit"]:hover {
    background: #ffff;
    border: 1px solid #fff;
    color: #000;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.title_section {
    text-align: center;
    margin-bottom: 60px;
}

element {}

.form-control:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
figure a{
  color: #000 !important;
  text-decoration: none !important;
}
.fullwidth{
  padding: 0px !important;
  margin: 0px !important;
  width: 100% !important;
  height: 100vh;
  overflow-y: hidden;

}
.particles-js-canvas-el{
  height: 100vh !important;
}
.nav > li {
    text-align: center !important;
}
.nav-tabs {
    overflow-x: hidden;
    width: 100%;
}
.nav-tabs>li>a{
  text-decoration: none;
  text-transform: uppercase;
  border: none !important;
  color: #FFF;
  font-family: 'Poppins', sans-serif !important;
  padding: 2px 15px !important;
}
.nav-tabs>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #FFD504;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav-tabs>li>a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(.7);
    transform: scaleX(.8);
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: transparent;
  border-bottom: 2px solid #FFD504 !important;
}
.nav-tabs > li>a:hover{
  background-color: transparent;
  border: none;

}
.nav-tabs> li{
  margin-bottom: 20px !important;
  /*padding: 0px 145px;*/
  width: 33%;
}

.navbar-nav li {
  /*width: 100%;*/
}

.navbar-toggle {
  top: 25px;
}

#color figure,
#bridal figure,
#details figure {
  background-color: black;
}

.txt_format {
    padding: 20px;
}

.logo{
  position: absolute;
  top: 40%;
left: 30%;

}
.left_Align{
  padding-left: 54px;
}
.logo_img{
  width: 54%;

}
.social_icons{
  position: absolute;
top: 58%;
left: 46%

}
.social{
  list-style: none;
  text-align: left;
margin-left: 16%;
padding-top: 25px;

}
.social li{
  display: inline-block;
}
.nav-tabs {
    border-bottom: 1px solid #000;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color:#FFF !important;
}
.navbar-default {
    background-color: rgba(0, 0, 0, 0.32);
}
.profile_img{
  width: 50%;
}
.txt_format p{
  text-align: left;
}
