/*!
 * Vitality v1.3.5 (http://themes.startbootstrap.com/vitality-v1.3.5)
 * Copyright 2013-2015 Start Bootstrap Themes
 * To use this theme you must have a license purchased at WrapBootstrap (https://wrapbootstrap.com)
 */
html,
body {
  height: 100%;
}
.img-centered {
  margin: 0 auto;
}
.content-row {
  margin-top: 30px;
}
section {
  /*padding: 100px 0;*//*Commented By Chanikya*/
  padding: 50px 0;
}
.bg-gray {
  background-color: #f5f5f5;
}
.bg-dark {
  color: white;
  background-color: #222222;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
}
.owl-theme .owl-controls .owl-page span {
  background: rgba(34, 34, 34, 0.5);
}
input.form-control {
  border-radius: 0 !important;
}
input.form-control:focus {
  border-color: #ff6600;
  box-shadow: none;
}
select.form-control {
  border-radius: 0 !important;
}
select.form-control:focus {
  border-color: #ff6600;
  box-shadow: none;
}
.btn,
.input-group-btn {
  /*border-radius: 0 !important;*//*Commented By Chanikya*/
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-primary {
  color: #ffffff;
  background-color: #ff6600;
  border-color: #ff6600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #ed2a1d;
  border-color: #ec2114;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ff6600;
  border-color: #ff6600;
}
.btn-primary .badge {
  color: #ff6600;
  background-color: #ffffff;
}
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
a {
  color: #ff6600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
p {
  font-size: 18px;
  line-height: 1.5;
}
p.lead {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 481px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 50px;
  }
}
hr {
  max-width: 100px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  height: 2px;
  margin: 15px auto;
}
hr.left {
  margin: 15px auto 15px 0;
}
hr.right {
  margin: 15px 0 15px auto;
}
hr.colored {
  border-color: #ff6600;
}
@media (min-width: 768px) {
  hr {
    max-width: 200px;
    margin: 20px auto;
  }
  hr.left {
    margin: 20px auto 20px 0;
  }
  hr.right {
    margin: 20px 0 20px auto;
  }
}
.text-primary {
  color: #ff6600;
}
.navbar-fixed-top {
  margin-bottom: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ff6600;
  background-color: white;
  border-radius: 0;
}
.navbar-default {
  background-color: #ff6600;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse {
  background-color: #222222;
}
.navbar-default,
.navbar-inverse {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-default .navbar-brand,
.navbar-inverse .navbar-brand {
  padding: 0 15px;
  color: white;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-default .navbar-brand:hover,
.navbar-inverse .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-inverse .navbar-brand:focus {
  opacity: 1;
}
.navbar-default .navbar-nav li a,
.navbar-inverse .navbar-nav li a {
  color: white;
}
.navbar-default .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    border-radius: 5px;
  }
  .navbar-fixed-top.navbar-expanded {
    padding: 30px 0;
  }
  .navbar-fixed-top {
    padding: 15px 0;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  .navbar-fixed-top .navbar-brand:hover {
    opacity: 0.5;
  }
  .navbar-default.navbar-expanded,
  .navbar-inverse.navbar-expanded {
    background: transparent;
    border: none;
  }
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
header {
  position: relative;
  display: block;
  height: auto;
  width: auto;
  background-color: #222222;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
}
header .intro-content {
  color: white;
  text-align: center;
  position: relative;
}
header .brand-name {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 55px;
  /*
  font-size: 55px;
  text-transform: uppercase;*/
  font-weight: 900;
  margin-top: 15px;
}
header .brand-name-subtext {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}
header img {
  max-width: 150px;
  max-height: 150px;
}
header .scroll-down {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
}
header .scroll-down .btn {
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100% !important;
  line-height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: white;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header .scroll-down .btn:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}
@media (min-width: 768px) {
  header {
    height: 100%;
    width: 100%;
    padding: 0;
    background-attachment: scroll;
    background-position: center top;
  }
  header .intro-content {
    color: white;
    text-align: center;
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .brand-name {
    font-size: 40px;
    /*font-size: 80px;*/
    line-height: 80px;
  }
  header .brand-name-subtext {
    font-size: 30px;
    line-height: 30px;
  }
  header img {
    max-width: 300px;
    max-height: 300px;
  }
}
@media (min-width: 1025px) {
  header {
    background-attachment: fixed;
  }
}
header.video .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 998;
  opacity: 0;
}
header.video .intro-content {
  z-index: 999;
}
header.video .scroll-down {
  z-index: 999;
}
@media (min-width: 768px) {
  header.video .overlay {
    opacity: 0.5;
  }
}
aside.cta-quote {
  color: white;
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
  text-align: center;
}
aside.cta-quote span.quote {
  display: block;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
}
@media (min-width: 768px) {
  aside.cta-quote {
    background-attachment: scroll;
    padding: 150px 0;
  }
  aside.cta-quote span.quote {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  aside.cta-quote {
    padding: 300px 0;
  }
  aside.cta-quote span.quote {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 1025px) {
  aside.cta-quote {
    background-attachment: fixed;
  }
}
.testimonials {
  text-align: center;
}
.testimonials .testimonials-carousel .item {
  padding: 0;
}
.testimonials .testimonials-carousel .item p.quote {
  margin-bottom: 30px;
}
.testimonials .testimonials-carousel .item .testimonial-info {
  margin-bottom: 30px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-img {
  display: inline-block;
  /*height: 50px;
  width: 50px;*//*Commented By Chanikya*/
  height: 70px;
  width: 70px;
  margin-right: 10px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author {
  display: inline-block;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author hr.colored {
  margin: 3px auto;
  max-width: 50px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author p {
  margin: 0;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .stars {
  color: #f1c40f;
}
.testimonials .testimonials-carousel .owl-controls {
  margin-top: 0;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev,
.testimonials .testimonials-carousel .owl-controls .owl-next {
  display: none;
  text-align: center;
  position: absolute;
  height: 60px;
  width: 40px;
  border-radius: 0 !important;
  line-height: 50px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #ff6600 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev:hover,
.testimonials .testimonials-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev {
  left: 15px;
}
.testimonials .testimonials-carousel .owl-controls .owl-next {
  right: 15px;
}
@media (min-width: 768px) {
  .testimonials .testimonials-carousel .item {
    padding: 0 100px;
  }
  .testimonials .testimonials-carousel .owl-controls .owl-prev,
  .testimonials .testimonials-carousel .owl-controls .owl-next {
    display: block;
  }
}
.cta-form h3 {
  margin-top: 0;
}
.about-content {
  padding: 30px;
}
.about-carousel .item {
  padding: 15px;
}
.about-carousel .item .caption {
  padding: 15px;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  margin: auto;
  position: absolute;
  top: 85%;
  /*top: 50%;*/
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-carousel .item .caption h3 {
  margin: 0;
}
.about-carousel .item .caption hr {
  margin: 5px auto;
  max-width: 50px;
}
.about-carousel .item .caption p {
  margin: 0;
}
.about-carousel .item .caption ul.social {
  margin-top: 5px;
}
.about-carousel .item .caption ul.social li a {
  color: rgba(255, 255, 255, 0.7);
}
.about-carousel .item .caption ul.social li a:hover,
.about-carousel .item .caption ul.social li a:focus {
  color: white;
}
.about-carousel .owl-controls {
  margin-top: 0;
}
.about-carousel .owl-controls .owl-prev,
.about-carousel .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 60px;
  width: 40px;
  border-radius: 0 !important;
  line-height: 50px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #ff6600 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-carousel .owl-controls .owl-prev:hover,
.about-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.about-carousel .owl-controls .owl-prev {
  left: 15px;
}
.about-carousel .owl-controls .owl-next {
  right: 15px;
}
.services .media {
  margin-bottom: 30px;
}
.services .media i.fa {
  height: 75px;
  width: 75px;
  line-height: 70px;
  text-align: center;
  border: 3px solid #222222;
  border-radius: 100%;
  font-size: 30px;
}
.services .media .media-body {
  min-width: none;
  padding-left: 15px;
}
.services .media .media-body h3 {
  margin-bottom: 15px;
}
.services .media .media-body ul {
  list-style: inside;
  padding: 0;
}
.services .media .media-body ul li {
  margin-bottom: 10px;
}
@media (min-width: 390px) {
  .services .media .media-body {
    min-width: 260px;
  }
}
@media (min-width: 992px) {
  .services .media .media-body {
    min-width: 193px;
  }
}
@media (min-width: 1199px) {
  .services .media .media-body {
    min-width: 260px;
  }
}
@media (min-width: 992px) {
  .services .media {
    margin-bottom: 0;
  }
}
.portfolio-carousel {
  padding: 0;
  color: white;
  background-color: #222222;
}
.portfolio-carousel .item {
  background-color: #222222;
  background: no-repeat center top scroll;
  /*background: no-repeat center center scroll;*//*Commented By Chanikya*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  /*padding: 65px 55px;
  padding: 50px 55px;*/
  text-align: center;
}
.portfolio-carousel .item .portfolio-image {
  margin-top: 50px;
}
.portfolio-carousel .item .project-details {
  padding: 0;
}
.portfolio-carousel .item .project-details img.client-logo {
  margin: 0 auto 25px;
}
.portfolio-carousel .item .project-details .project-name {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.portfolio-carousel .item .project-details .project-description {
  display: block;
  font-size: 18px;
  line-height: 18px;
}
.portfolio-carousel .owl-controls {
  margin-top: 0;
}
.portfolio-carousel .owl-controls .owl-prev,
.portfolio-carousel .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 75px;
  width: 50px;
  border-radius: 0 !important;
  line-height: 70px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #ff6600 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-carousel .owl-controls .owl-prev:hover,
.portfolio-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.portfolio-carousel .owl-controls .owl-prev {
  left: 0;
}
.portfolio-carousel .owl-controls .owl-next {
  right: 0;
}
@media (min-width: 992px) {
  .portfolio-carousel .item {
    /* padding: 90px 55px;
   padding: 155px 55px 155px;*//*Commented By Chanikya*/
    text-align: left;
    min-height: 100%;
  }
  .portfolio-carousel .item .portfolio-image {
    margin-top: 0;
  }
  .portfolio-carousel .item .project-details {
    padding: 2% 0 0;
    /*padding: 15% 0 0;*/
  }
  .portfolio-carousel .item .project-details img.client-logo {
    margin: 0 auto 25px 0;
  }
  .portfolio-carousel .item .project-details .project-name {
    display: block;
    /*font-size: 50px;*//*Commented By Chanikya*/
    font-size: 30px;
    line-height: 50px;
  }
  .portfolio-carousel .item .project-details .project-description {
   /* font-size: 20px;
    line-height: 20px;*/
    font-size: 15px;
    line-height: 15px;
  }
  .portfolio-carousel .item hr.colored {
    margin: 20px auto 20px 0;
  }
}
.portfolio-gallery .item {
  padding: 15px;
}
.portfolio-modal {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.portfolio-modal .modal-backdrop {
  display: none;
}
.portfolio-modal .modal-content {
  color: white;
  background: transparent;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 46px;
}
.portfolio-modal .modal-content img {
  margin: 30px auto;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: white;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: white;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-filter {
  display: inline-block;
}
.portfolio-filter #filters {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.portfolio-filter #filters li {
  display: inline-block;
}
.portfolio-filter #filters li .filter {
  display: block;
  cursor: pointer;
  padding: 10px 15px;
  margin: 2px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 12px;
  color: #222222;
  background: transparent;
  border: 1px solid #222222;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-filter #filters li .filter.active {
  background-color: #ff6600;
  color: white;
  border-color: #ff6600;
}
#portfoliolist .portfolio {
  width: 31%;
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}
#portfoliolist .portfolio .portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #222222;
  cursor: pointer;
}
#portfoliolist .portfolio .portfolio-wrapper img {
  max-width: 100%;
  position: relative;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#portfoliolist .portfolio .portfolio-wrapper img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#portfoliolist .portfolio .portfolio-wrapper .caption {
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: -75px;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-bg {
  background: #ff6600;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text {
  color: white;
  position: relative;
  z-index: 500;
  padding: 15px 8px;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text a.text-title {
  color: white;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text .text-category {
  display: block;
  font-size: 12px;
}
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  #portfoliolist .portfolio {
    width: 48%;
    margin: 1%;
  }
}
.pricing {
  color: white;
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.pricing .pricing-item {
  text-align: center;
  background: white;
  color: #222222;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  -moz-box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  z-index: 1;
  margin-bottom: 30px;
}
.pricing .pricing-item h3 {
  margin: 0;
}
.pricing .pricing-item hr {
  max-width: 100px;
}
.pricing .pricing-item .prichr{
  max-width: 100%;
  border-bottom: 1px solid #666;
}
.pricing .pricing-item .price {
  margin-bottom: 20px;
}
.pricing .pricing-item .price .number {
  font-weight: 900;
  font-size: 50px;
}
.pricing .pricing-item .price .number sup {
  font-size: 30px;
}
.pricing .pricing-item .list-group-item {
  border-radius: 0;
}
@media (min-width: 992px) {
  .pricing {
    background-attachment: scroll;
  }
  .pricing .pricing-item {
    margin-bottom: 0;
  }
  .pricing .pricing-item.featured-first {
    margin-right: -15px;
    margin-top: 15px;
  }
  .pricing .pricing-item.featured {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 45px 30px;
  }
  .pricing .pricing-item.featured-last {
    margin-left: -15px;
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .pricing {
    background-attachment: fixed;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e1e1e1;
}
.floating-label-form-group input,
.floating-label-form-group textarea,
.floating-label-form-group select {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.3em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.5s ease,opacity 0.5s ease;
  -moz-transition: top 0.5s ease,opacity 0.5s ease;
  -ms-transition: top 0.5s ease,opacity 0.5s ease;
  transition: top 0.5s ease,opacity 0.5s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e1e1e1;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #ff6600;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e1e1e1;
}
footer.footer {
  color: rgba(255, 255, 255, 0.7);
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 50px 0 20px;
}
footer.footer a {
  color: rgba(255, 255, 255, 0.7);
}
footer.footer a:hover {
  color: white;
}
footer.footer p {
  font-size: 22px;
}
footer.footer .contact-details {
  margin: 75px 0;
}
footer.footer .social {
  /*margin-bottom: 75px;*//*Commented By Chanikya*/
  margin-bottom: 15px;
}
footer.footer .copyright p.small {
  font-size: 14px;
}
@media (min-width: 1025px) {
  footer.footer {
    background-attachment: fixed;
  }
}
.btn-outline-light {
  color: white;
  border: 1px solid white;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-outline-light:hover,
.btn-outline-light:focus {
  color: #ff6600;
  background: white;
  outline: none;
}
.btn-outline-dark {
  color: #222222;
  border: 1px solid #222222;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus {
  color: white;
  background: #ff6600;
  border-color: #ff6600;
  outline: none;
}
.btn {
  /*border-radius: 0;*//*Commented By Chanikya*/
  border-radius: 5px;
  padding: 12px 18px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.btn-full-width {
  border: 0;
  border-radius: 0;
  background-color: #222222;
  color: white;
  padding: 50px 0;
  font-size: 26px;
  font-weight: 200;
  letter-spacing: normal;
  text-transform: none;
}
.btn-full-width:hover {
  background-color: #ff6600;
  color: white;
}
.btn-full-width:focus {
  color: white;
}
body.modern {
  font-family: "Cardo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.modern h1,
body.modern h2,
body.modern h3,
body.modern h4,
body.modern h5,
body.modern h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern p.lead {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern header .brand-name {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  /*text-transform: uppercase;*/
}
body.modern .about-carousel .owl-controls .owl-prev,
body.modern .about-carousel .owl-controls .owl-next {
  line-height: 55px;
}
body.modern .portfolio-carousel .item .project-details .project-name {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern .testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern .testimonials .testimonials-carousel .owl-controls .owl-prev,
body.modern .testimonials .testimonials-carousel .owl-controls .owl-next {
  line-height: 55px;
}
body.vintage {
  font-family: "Cardo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.vintage h1,
body.vintage h2,
body.vintage h3,
body.vintage h4,
body.vintage h5,
body.vintage h6 {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage p.lead {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage header .brand-name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  /*text-transform: uppercase;*/
}
body.vintage .about-carousel .owl-controls .owl-prev,
body.vintage .about-carousel .owl-controls .owl-next {
  line-height: 55px;
}
body.vintage .portfolio-carousel .item .project-details .project-name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage .testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage .testimonials .testimonials-carousel .owl-controls .owl-prev,
body.vintage .testimonials .testimonials-carousel .owl-controls .owl-next {
  line-height: 55px;
}


/*By Chanikya*/
.pd-m-none
{
    margin: 0;
}

.pd-m-x-none
{
    margin-left: 0;
    margin-right: 0;
}

.pd-m-y-none
{
    margin-top: 0;
    margin-bottom: 0 !important;
}

.pd-m-l-none
{
    margin-left: 0;
}

.pd-m-r-none
{
    margin-right: 0;
}

.pd-m-t-none
{
    margin-top: 0;
}

.pd-m-b-none
{
    margin-bottom: 0;
}

.pd-p-none
{
    padding: 0;
}

.pd-p-x-none
{
    padding-left: 0;
    padding-right: 0;
}

.pd-p-y-none
{
    padding-top: 0;
    padding-bottom: 0;
}

.pd-p-l-none
{
    padding-left: 0 !important;
}

.pd-p-r-none
{
    padding-right: 0 !important;
}

.pd-p-t-none
{
    padding-top: 0;
}

.pd-p-b-none
{
    padding-bottom: 0 !important;
}

.pd-content-spacing-none > *
{
    margin-left: 0;
}

    .pd-content-spacing-none > *:first-child
    {
        margin-left: 0;
    }

.pd-m-xsmall
{
    margin: 8px;
}

.pd-m-x-xsmall
{
    margin-left: 8px;
    margin-right: 8px;
}

.pd-m-y-xsmall
{
    margin-top: 8px;
    margin-bottom: 8px;
}

.pd-m-l-xsmall
{
    margin-left: 8px;
}

.pd-m-r-xsmall
{
    margin-right: 8px;
}

.pd-m-t-xsmall
{
    margin-top: 8px;
}

.pd-m-b-xsmall
{
    margin-bottom: 8px !important;
}

.pd-p-xsmall
{
    padding: 8px;
}

.pd-p-x-xsmall
{
    padding-left: 8px;
    padding-right: 8px;
}

.pd-p-y-xsmall
{
    padding-top: 8px;
    padding-bottom: 8px;
}

.pd-p-l-xsmall
{
    padding-left: 8px !important;
}

.pd-p-r-xsmall
{
    padding-right: 8px !important;
}

.pd-p-t-xsmall
{
    padding-top: 8px !important;
}

.pd-p-b-xsmall
{
    padding-bottom: 8px !important;
}

.pd-content-spacing-xsmall > *
{
    margin-left: 8px;
}

    .pd-content-spacing-xsmall > *:first-child
    {
        margin-left: 0;
    }

.pd-m-small
{
    margin: 14px;
}

.pd-m-x-small
{
    margin-left: 14px;
    margin-right: 14px;
}

.pd-m-y-small
{
    margin-top: 14px;
    margin-bottom: 14px;
}

.pd-m-l-small
{
    margin-left: 14px;
}

.pd-m-r-small
{
    margin-right: 14px;
}

.pd-m-t-small
{
    margin-top: 14px;
}

.pd-m-b-small
{
    margin-bottom: 14px !important; 
}

.pd-p-small
{
    padding: 10px;
}

.pd-p-x-small
{
    padding-left: 14px;
    padding-right: 14px;
}

.pd-p-y-small
{
    padding-top: 14px;
    padding-bottom: 14px;
}

.pd-p-l-small
{
    padding-left: 14px;
}

.pd-p-r-small
{
    padding-right: 14px;
}

.pd-p-t-small
{
    padding-top: 14px;
}

.pd-p-b-small
{
    padding-bottom: 14px !important;
}

.pd-content-spacing-small > *
{
    margin-left: 14px;
}

    .pd-content-spacing-small > *:first-child
    {
        margin-left: 0;
    }

.pd-m-medium
{
    margin: 20px;
}

.pd-m-x-medium
{
    margin-left: 20px;
    margin-right: 20px;
}

.pd-m-y-medium
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.pd-m-l-medium
{
    margin-left: 20px;
}

.pd-m-r-medium
{
    margin-right: 20px;
}

.pd-m-t-medium
{
    margin-top: 20px;
}

.pd-m-b-medium
{
    margin-bottom: 20px;
}

.pd-p-medium
{
    padding: 20px !important;
}

.pd-p-x-medium
{
    padding-left: 20px;
    padding-right: 20px;
}

.pd-p-y-medium
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.pd-p-l-medium
{
    padding-left: 20px !important;
}

.pd-p-r-medium
{
    padding-right: 20px !important;
}

.pd-p-t-medium
{
    padding-top: 20px !important;
}

.pd-p-b-medium
{
    padding-bottom: 20px !important;
}

.pd-content-spacing-medium > *
{
    margin-left: 20px;
}

    .pd-content-spacing-medium > *:first-child
    {
        margin-left: 0;
    }

.pd-m-large
{
    margin: 24px;
}

.pd-m-x-large
{
    margin-left: 24px;
    margin-right: 24px;
}

.pd-m-y-large
{
    margin-top: 24px;
    margin-bottom: 24px;
}

.pd-m-l-large
{
    margin-left: 24px;
}

.pd-m-r-large
{
    margin-right: 24px;
}

.pd-m-t-large
{
    margin-top: 24px;
}

.pd-m-b-large
{
    margin-bottom: 24px;
}

.pd-p-large
{
    padding: 24px;
}

.pd-p-x-large
{
    padding-left: 24px;
    padding-right: 24px;
}

.pd-p-y-large
{
    padding-top: 24px;
    padding-bottom: 24px;
}

.pd-p-l-large
{
    padding-left: 24px;
}

.pd-p-r-large
{
    padding-right: 24px;
}

.pd-p-t-large
{
    padding-top: 24px;
}

.pd-p-b-large
{
    padding-bottom: 24px;
}

.pd-content-spacing-large > *
{
    margin-left: 24px;
}

    .pd-content-spacing-large > *:first-child
    {
        margin-left: 0;
    }

.pd-m-xlarge
{
    margin: 36px;
}

.pd-m-x-xlarge
{
    margin-left: 36px;
    margin-right: 36px;
}

.pd-m-y-xlarge
{
    margin-top: 36px;
    margin-bottom: 36px;
}

.pd-m-l-xlarge
{
    margin-left: 36px;
}

.pd-m-r-xlarge
{
    margin-right: 36px;
}

.pd-m-t-xlarge
{
    margin-top: 36px;
}

.pd-m-b-xlarge
{
    margin-bottom: 36px;
}

.pd-p-xlarge
{
    padding: 36px;
}

.pd-p-x-xlarge
{
    padding-left: 36px;
    padding-right: 36px;
}

.pd-p-y-xlarge
{
    padding-top: 36px;
    padding-bottom: 36px;
}

.pd-p-l-xlarge
{
    padding-left: 36px !important;
}

.pd-p-r-xlarge
{
    padding-right: 36px !important;
}

.pd-p-t-xlarge
{
    padding-top: 36px;
}

.pd-p-b-xlarge
{
    padding-bottom: 36px;
}
.pd-content-spacing-xlarge > *
{
    margin-left: 36px;
}

    .pd-content-spacing-xlarge > *:first-child
    {
        margin-left: 0;
    }
    .pd-m-xxlarge
{
    margin: 7%;
}

.pd-m-x-xxlarge
{
    margin-left: 7%;
    margin-right: 7%;
}

.pd-m-y-xxlarge
{
    margin-top: 7%;
    margin-bottom: 7%;
}

.pd-m-l-xxlarge
{
    margin-left: 7%;
}

.pd-m-r-xxlarge
{
    margin-right: 7%;
}

.pd-m-t-xxlarge
{
    margin-top: 7%;
}

.pd-m-b-xxlarge
{
    margin-bottom: 7%;
}

.pd-p-xxlarge
{
    padding: 7%;
}

.pd-p-x-xxlarge
{
    padding-left: 7%;
    padding-right: 7%;
}

.pd-p-y-xxlarge
{
    padding-top: 7%;
    padding-bottom: 7%;
}

.pd-p-l-xxlarge
{
    padding-left: 7% !important;
}

.pd-p-r-xxlarge
{
    padding-right: 7% !important;
}

.pd-p-t-xxlarge
{
    padding-top: 7%;
}

.pd-p-b-xxlarge
{
    padding-bottom: 7%;
}
.pd-content-spacing-xxlarge > *
{
    margin-left: 7%;
}

    .pd-content-spacing-xxlarge > *:first-child
    {
        margin-left: 0;
    }
    .pd-m-xxxlarge
{
    margin: 15%;
}

.pd-m-x-xxxlarge
{
    margin-left: 15%;
    margin-right: 15%;
}

.pd-m-y-xxxlarge
{
    margin-top: 15%;
    margin-bottom: 15%;
}

.pd-m-l-xxxlarge
{
    margin-left: 15%;
}

.pd-m-r-xxxlarge
{
    margin-right: 15%;
}

.pd-m-t-xxxlarge
{
    margin-top: 15%;
}

.pd-m-b-xxxlarge
{
    margin-bottom: 15%;
}

.pd-p-xxxlarge
{
    padding: 15%;
}

.pd-p-x-xxxlarge
{
    padding-left: 15%;
    padding-right: 15%;
}

.pd-p-y-xxxlarge
{
    padding-top: 15%;
    padding-bottom: 15%;
}

.pd-p-l-xxxlarge
{
    padding-left: 15% !important;
}

.pd-p-r-xxxlarge
{
    padding-right: 15% !important;
}

.pd-p-t-xxxlarge
{
    padding-top: 15%;
}

.pd-p-b-xxxlarge
{
    padding-bottom: 15%;
}
.pd-content-spacing-xxxlarge > *
{
    margin-left: 15%;
}

    .pd-content-spacing-xxxlarge > *:first-child
    {
        margin-left: 0;
    }
.pd-ptnrimg
{
    border: 1px solid #ddd;
    box-shadow: 1px 1px 3px #cecece;
}

.pd-demobtn{
border:2px solid white;
color:#fff;
border-radius:30px;
padding-left: 10px;
padding-right: 10px;
font-size: 24px;
line-height: 40px;
background-color: rgba(255, 255, 255, 0.2);
}
.pd-signup{
border:2px solid white;
border-radius:30px !important;
padding-bottom: 7px !important;
padding-top: 7px !important;
background-color: rgba(255, 255, 255, 0.2) !important;
margin-top: 5px;
}
.pd-fc-gray{
color:rgba(255, 255, 255, 0.7);
}
.pd-fc-white
{
    color:#fff !important;
}
.pd-wid10
{
width:10% !important;
}
.pd-wid20
{
width:20% !important;
}
.pd-wid30
{
width:30% !important;
}
.pd-wid40
{
width:40% !important;
}
.pd-wid50
{
width:50% !important;
}
.pd-wid60
{
width:60% !important;
}
.pd-wid70
{
width:70% !important;
}
.pd-wid80
{
width:80% !important;
}
.pd-wid90
{
width:90% !important;
}
.pd-wid100
{
width:100% !important;
}
.pd-widht100
{
width:100px;
height:100px;
}
.pd-hide
{
    display: none;
}
.pd-show
{
    display: block;
}

.pd-trustedimg
{
    filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /*     Firefox 10+, Firefox on Android */
    filter:gray; /* IE6-9 */
    -webkit-filter:grayscale(1); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: grayscale(1);
    -o-filter: grayscale(10)
}
.pd-fw-bld{
    font-weight:500;
}
.project-subname{
    display: block;
    font-size: 20px;
  line-height: 40px;
  margin-bottom: 5px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;  
  text-transform: uppercase;
}
.pd-fc-dark
{
    color:#333;
}
.mbl-m-b-100
{
margin-bottom:100px
}

@media (max-width: 860px) {
.mbl-m-b-100
{
margin-bottom:0;
}
}

.heading {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    left: 0;
    line-height: 18px;
    padding-right: 5px;
    top: -2px;
    position: absolute;
}
.pd-mxw-100
{
  max-width: 100%;
}

/*New Styles(Old)*/
.leader {
    background-color: #effafc;
}
.striped.border-top {
    border-top: 1px solid #ddd;
}
.striped {
    background: rgba(0, 0, 0, 0) url("../img/striped.png") repeat scroll 0 0;
    padding: 25px 0 0;
}
.breadcrumbs .current {
    color: #52bfd8;
}
.breadcrumbs .current {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: -7px;
    text-transform: uppercase;
}
.breadcrumbs .crumbs {
    float: right;
    margin-top: -4px;
}
.breadcrumbs .crumbs {
    margin-bottom: 18px;
}
.breadcrumbs .crumbs, .breadcrumbs .crumbs > li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.breadcrumbs .crumbs > li:first-child {
    background: transparent none repeat scroll 0 0;
    padding-left: 0;
}
.breadcrumbs .crumbs > li {
   /* background: rgba(0, 0, 0, 0) url("../img/breadcrumbs-arrow.png") no-repeat scroll 8px center;*/
    float: left;
    padding-left: 5px !important;
}
.breadcrumbs .crumbs, .breadcrumbs .crumbs > li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.pd-section-heading {
    background: rgba(0, 0, 0, 0) url("../img/striped.png") repeat scroll 0 0;
    display: block;
    height: 15px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.project-description
{
  text-align:justify;
}
.nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    border-top: 2px solid transparent;
    color: #777;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-right: -1px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none;
}
.nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    border-top-color: #8dd7e7;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background: #f5f5f5 none repeat scroll 0 0;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    border-top-color: #f26e38;
    color: #f26e38;
}
.nav-pills:not(.nav-stacked):not(.portfolio-filter) > li.active > a::after {
    background: #f5f5f5 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus, .tab-boxed {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.horizontal-tabs > ul {
    margin: 2px 0 -7px;
}
.panel-title, .panel-title a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none !important;
    outline: none !important;
}
.panel .collapsed .arrow {
    background-image: url("../img/right-arrow-black.png");
    background-color: #ccecf4;
}
.panel .arrow {
    background-color: #f26e38;
    background-image: url("../img/bottom-arrow-white.png");
}
.panel .arrow {
    display: block;
    float: left;
    font-size: 10px;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    text-align: center;
    width: 26px;
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.panel {
    background-color: #f5f5f5;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none;
}
.pd-fc-blue {
    color: #52bfd8;
}
.portfolio-text
{
	padding: 90px 55px;
}
@media (max-width:770px)
{
.pd-mbl-hide
{
    display:none;
}
.pd-m-tc-dl
{
    text-align:center !important;
}
.pd-m-wid100-d-wid80
{
width:100% !important;
}
}

.pd-m-wid100-d-wid80
{
width:80%;
}
.pd-m-tc-dl
{
    text-align:left;
}
