/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    /* font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif; */
    /* background: #1580af; */
}

.pc {
  padding: 0 15%;
}
.text-vertical-center .b, 
.text-vertical-center .c {
  display: none;
} 
.table-section {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: relative;
}

/* .top-nav  */
.top-nav {
    position: relative;
    z-index: 9999912;
    /* background: rgba(0,0,0,.5); */
    display: block;
    width: 100%;
    /* margin-top: 10px; */
    margin-bottom: -77px;
    border-top: 2px solid #fff;
    color: #fcf8e3;
}
.top-nav ul {
    text-align: right;
    margin: 0 10vw 0 0;
    padding: 20px 0 5px;
} 
.top-nav ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.top-nav ul span {
  text-align: left;
  position: absolute;
  left: 100px;
  padding-bottom: 40px;
  top: 10px;
}
.top-nav ul span h1 {
    margin: 0;
    background: #333;
    color: #f5f5f5;
    position: relative;
    padding: 10px 20px;
    cursor: -webkit-grab;
    transition: ease-in-out .8s;
}
.top-nav ul span h1::after
 {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: -10px;
  background: #fff;
  z-index: -1;
}
.top-nav ul span h1::after {
  left: 50%;
}



.top-nav ul li.phone {
  position: relative;
  text-align: left;
  font-size: 2vw;
  font-family: ArsenalRegular;
}
.top-nav ul li.phone p {margin: 0 3vw;}
.top-nav ul li a{
  display: block;
  padding: 10px 20px;
  margin: 0 0px;
  font-size: 16px;
  font-family: ArsenalRegular;
  transition: all 0.2s;
  text-decoration: none;
  background: #333;
  color: #f5f5f5;
  z-index: 2;
}
.top-nav ul li a:hover,
.top-nav ul li a.active {
  color: #eee;
  border-radius: 15px 15px 24px 24px;
}

.top-nav ul li a::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    /* margin-left: -25%; */
    width: 2px;
    height: 100%;
    top: -20px;
    background: #333;
    z-index: -1;
}

/* Header */


#top {
    background: url(../img/bg1.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    padding-top: 77px;
    padding-bottom: 69px;
    margin-bottom: 0px;
    height: 90vh;
}
header#top::after {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0,0,0,0.5);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.header > .text-vertical-center h2 {
    margin: 0 auto;
    padding: 0;
    font-size: 5vw;
    width: 90%;
    /* padding: 0 10VW; */
    text-shadow: 0 0 10px #000;
    color: #fff;
    font-family: ArsenalBold;
}
.header p {
  font-size: 3vw;
  padding-top: 2vw;
  letter-spacing: 20px;
  color: #fff;
  font-family: ArsenalItalic;
  text-shadow: 0 0 18px #000;
}
hr.small.n-cla {
  max-width: 810px;
  box-shadow: 0 0 15px 7px #fff;
}

/* Portfolio */

.portfolio {
    color: #fff;
}

/* About */
.about {
    /* text-align: left; */
    /* display: table-cell; */
    /* vertical-align: middle; */
}
.portfolio h2,
.call-to-action h2 {
    font-family: ArvoRegular;
    padding: 14px;
    text-shadow: 0 0 3px #fff;
    display: inline-block;
}
.portfolio p {
  /* font-size: 1.8vw; */
  line-height: 3vw;
  font-family: ArsenalRegular;
}
.portfolio .call-bottom {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

/* Call to Action */

.call-to-action {
  overflow: hidden;
    color: #fff;
    z-index: 122133;
}

.call-to-action ul {
   list-style-type: none;
   margin: 0 auto;
   padding: 0;
   text-align: left;
}

.call-to-action ul li {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    vertical-align: top;
    font-family: ArsenalRegular;
    font-size: 2vw;
}
.call-to-action ul li strong {
  padding-right: 2rem;
  font-size: 3rem;
  text-align: left;
}
.call-to-action ul .emi {
  font-family: initial;
}


/* Footer */

footer {background: rgba(0,0,0,.5);text-align: center;position: relative;width: 100%;bottom: 0;z-index: 1232313;margin-top: -59px;}
.footer-text {
    display: inline-block;
}
footer p {
  color: #fafafa;
  font-size: 15px;
  padding: 10px 0 0px;
  border-radius: 15px;
  font-family: ArsenalRegular;
  text-shadow: 0 0 100px #555;
}

#to-top {
  display: none;
  /* position: fixed; */
  bottom: 5px;
  right: 5px;
}