/*!
 * 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%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    z-index: 9999;
    width: 100%;
    position: relative;
}
.callout .text-vertical-center {
    /* background: #868385; */
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    z-index: 9999;
    width: 100%;
    position: relative;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 6em;
    font-weight: 700;
    color: #fff;
    font-family: e-days;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 300px;
}
hr.black {
  border-top: 1px solid #272323;
}
.h2, h2 {
  font-size: 40px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}
/* text-top header */
.text-top {
    background: #000;
    color: #fff;
    text-align: center;
}
.text-top p {
    padding: 0;
    margin: 0;
    font-size: 3em;
    font-family: e-days;
}
/* Header */


.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
header#top::after {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0,0,0,.3);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
header .text-vertical-center {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;: 
}
header .text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 8em;
    font-weight: 700;
    color: #fff;
    font-family: adana;
}
.header p {
  font-size: 45px;
  letter-spacing: 15px;
  color: #fff;
  font-weight: 600;
}
hr.small.n-cla {
  max-width: 810px;
  box-shadow: 0 0 15px 7px #fff;
}
/* About */
.bg-primary {
  color: #fff;
  background-color: #ed6427;
}
.text-primary {
  color: #4CAF50;
}
.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}
.cont-img {
  height: 100%;
  margin-bottom: 30px;
  width: 100px;
  top: 0;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  border-radius: 30%;
  display: block;
  font-size: 80px;
}
.cont-img img {
  width: 100%;
  display: block;
  position: relative;
}
.service-item h4 {text-transform: uppercase;}
.service-item {margin-bottom: 40px}
/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 300px;
    color: #fff;
}
aside.callout::before {
  background: rgb(134, 131, 133);
  width: 100%;
  height: 380px;
  display: table-cell;
  content: "";
  position: absolute;
  -webkit-transition: 2s ease-out;
  -webkit-transition-delay: 0.1s;
}
aside.callout:hover::before{
    background: rgba(0,0,0,.6);

}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}
.portfolio p {
  font-size: 22px;
  line-height: 30px;
  color: #333;
  font-weight: 100;
}
.call-bottom-wrap p {font-size: 21px;}
.portfolio .call-bottom {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
    color: #555;
    background-color: #f5f5f5;
}

.call-to-action ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}
.call-to-action ul li:nth-child(1){width: 59%;}
.call-to-action ul li:nth-child(2){width: 39%;}

.call-to-action ul li {display: inline-block;margin: 0 auto;padding-bottom: 40px; vertical-align: top;}
.call-to-action ul li p {font-size: 28px;font-family: sans-serif;}


/* Footer */

footer {
    background: rgba(0,0,0,0.9);
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}
@media(max-width:768px){
  body header .text-vertical-center h1 {
    font-size: 6em;
  }
  aside.callout::before {
    height: 80%;
  }
  .portfolio .call-bottom-wrap {
    padding-top: 40px;
    text-align: center;
  }
  .callout {
    background: url(../img/pers.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 80%;
  }
  .callout .text-vertical-center {background: none;}
  .callout .callout-img{display: none;}
  .call-to-action ul.call-bottom li {
    text-align: left;
    display: block;
    width: 100%;
  }
  .text-vertical-center h1 {
    font-size: 4em;
  }
}
@media(max-width:640px) {
 body header .text-vertical-center h1 {
    font-size: 5.5em;
    padding: 0 10px;
  }
  body .text-top p{
    font-size: 2.6em;
  }
  .header p {
    bottom: -40px;
    font-size: 35px;
    position: relative;
  }
}
@media(max-width:480px) {
  body header .text-vertical-center h1 {
    font-size: 4.5em;
  }
  body .text-top p{
    font-size: 1.5em;
  }
  .text-vertical-center h1 {
    font-size: 2.2em;
  }
  .call-to-action ul li p {
    font-size: 1.2em;
  }
  .emi {
    font-size: 13px !important;
  }
  .portfolio li p {
    font-size: 15px;
  }
  body .portfolio .call-bottom-wrap {text-align: right;}
}

@media(max-width:380px) {
  body header .text-vertical-center h1 {
    font-size: 3.5em;
  }
   body .text-top p{
    font-size: 1.5em;
  }
  body header .text-vertical-center p {font-size: 16px;}
  .text-vertical-center h1 {
    font-size: 2em;
  }
}