@import url(http://fonts.googleapis.com/css?family=Roboto:700,400,100);
body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
 background: #fbeae3;
}
.btn {
  font-size: 11px;
  font-weight: 400;
  padding: 7px 15px;
  text-transform:capitalize;
}
.btn-border {
  background: transparent;
  border: 1px solid #fff;
  color: #000 !important;
}
.btn-border:hover {
  background: rgba(255, 255, 255, 0.08);
      background: #eee !important;
}
.clear {
  clear: both;
}
/*.row {
  padding: 30px 0;
}*/
h1 {
  font-size: 50px;
}
ul {
  margin: 0;
  padding: 0;
}
strong{color: rgba(45, 28, 22, 0.84);}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: rgba(45, 28, 22, 0.84);
}
.section {
  padding: 90px 0;
}
.section-header .section-title {
  font-size: 38px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
}
.section-header .section-subtitle {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
}
.title-small {
  font-size: 38px;
  color: #3f51b5;
  margin-bottom: 30px;
  line-height: 50px;
}
.content-wrap {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .content-wrap {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}
.navbar-fixed-top {
  padding: 0px 0;
}
.affix {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  padding: 0!important;
  background: #fff  !important;
}
.sticky-navigation .row {
  padding: 0;
}
.navbar.menu-wrap .navbar-header {
  margin: 0 85px;
  float: none;
}
.navbar.menu-wrap {
  position: fixed;
  width: 200px;
  top: 0;
  right: 0;
  min-height: 100%;
  border-radius: 0;
  margin: 0;
  z-index: 10004;
  height: 100%;
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.navbar-nav {
  margin: 0;
  float: none;
  padding-top: 1%;
  padding-right: 2%;
}
.navbar .navbar-nav li {
  float: left;
}
.navbar .navbar-nav li a {
     font-family: 'Nothing You Could Do', cursive;
    font-size: 15px;
  display: block;
  padding: 15px 20px;
 /* text-transform: uppercase;*/
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li .active a {
  background: rgba(255, 255, 255, 0.1);
}
.show-menu .navbar.menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.navbar.menu-wrap .navbar-form {
  padding: 10px 20px;
  margin: 5px 0;
  border: none;
  box-shadow: none;
  display: block;
}
.navbar.menu-wrap .navbar-form .form-control {
  display: block;
  width: 100%;
}
.logo-left {
  color: #000;
    font-size: 19px;
    font-family: 'Nothing You Could Do', cursive;
    font-weight: 900;
    line-height: 10px;
}

.logo-left i {
  margin-right: 7px;
}
.logo-right {
  margin-bottom: 15px;
}
.close-button {
  width: 12px;
    height: 12px;
  position: absolute;
  left: 15px;
  top: 30px;
  overflow: hidden;
  text-indent: 10px;
  border: none;
  background: transparent;
  color: transparent;
}
.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #bdc3c7;
}
.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-button:hover:before,
.close-button:hover:after {
  background: #fff;
}
.navbar .navbar-header {
  padding: 13px 0;
 padding-left: 4%;
}
.menu-icon {
  background: transparent;
  border: none;
  margin-right: 15px;
    margin-top: 25%;
}
.menu-icon i {
 font-size: 23px;
    color: #000;
}
.menu-icon i:hover {
  color: #000;
}

.hashtag{border:none; padding:0; margin:-7px 0 0 0; }

@media (max-width: 768px) {
  body.toggled {
    position: fixed;
  }
  .hashtag{ display:none;}
}
.hero-area {
  background: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #fff;
  overflow: hidden;
  padding: 90px 0;
}
.hero-area .sticky-navigation {
  /*background: transparent;*/
  background: rgba(255, 255, 255, 0.75);
}
.navbar.navbar, .navbar-default.navbar {
    background-color: rgb(238, 238, 238);
    color: #000;
}
.hero-area .contents h1 {
  font-size: 30px;
  font-weight: 100;
}
.hero-area .contents p {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
}
.hero-area .contents .btn {
  margin: 0px;
  
}
.slider-area {
  margin-top: -1px;
}
.slider-area h1 {
  font-weight: 100;
}
.slider-area p {
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
.slider-area .sticky-navigation {
  background: transparent;
}
.slider-area .btn {
  margin: 15px;
}
.slider-area .large_white {
  color: #fff;
}
@media (min-width: 1200px) {
  .hero-area {
    /*padding: 280px 0;*/
	padding:21.8% 0;
  }
  .hero-area h1 {
    font-size: 50px !important;
  }
}
#features {
  background: #fff;
}
#features .features {
  margin: 30px 0;
}
#features .features .icon {
  float: left;
  text-align: center;
}
#features .features .icon i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  font-size: 36px;
  color: #3f51b5;
}
#features .features h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #3f51b5;
}
#features .features .features-text {
  padding-left: 80px;
}
#features .features .features-text p {
  margin: 0;
}
#services {
  background: #fff;
}
#services .services {
  margin: 30px 0;
}
#services .services .icon {
  float: left;
  text-align: center;
}
#services .services .icon i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  font-size: 36px;
  color: #3f51b5;
}
#services .services h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #3f51b5;
}
#services .services .services-text {
  padding-left: 80px;
}
#services .services .services-text p {
  margin: 0;
}
#services .title-small {
  text-align: center;
}
#services .btn-lg {
  width: 220px;
  margin-top: 20px;
  margin-right: 15px;
  margin-left: 15px;
  text-transform: uppercase;
}
#services .btn-lg i {
  padding-right: 5px;
}
#services .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
#services .content-left,
#services .content-right {
  position: relative;
  top: 60px;
}
#services .content-left span {
  float: right;
  margin-left: 25px;
}
#services .content-right span {
  float: left;
  margin-right: 25px;
}
#services .box-item {
  padding-bottom: 40px;
}
#services .box-item .icon {
  background: #3F51B5;
  text-align: center;
  margin-top: 12px;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
#services .box-item .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#services .box-item .text h4 {
  color: #444;
  font-weight: 100;
  font-size: 24px;
  line-height: 22px;
  text-transform: uppercase;
}
#services .box-item .text p {
  color: #777;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
#services .box-item:hover .icon {
  background: #3F51B5;
}
#services .box-item:hover .icon i {
  color: #ffffff;
}
#services .show-box {
  padding: 22px 64px;
}
#why {
  background: url(../img/why-bg.jpg);
  background-size: cover;
  color: #fff;
}
#why .content h2 {
  font-size: 50px;
  line-height: 70px;
  margin-top: 0;
  font-weight: 100;
}
#why .content .list-item li {
  color: #fff;
  line-height: 50px;
  font-size: 18px;
  text-transform: uppercase;
}
#why .content .list-item li i {
  font-size: 32px;
  padding-right: 5px;
  vertical-align: middle;
}
#why img {
  float: right;
}
#why .feature-item {
  padding: 48px 0;
}
#cta {
  background: #3f51b5;
}
#cta .drawer {
  float: left;
  margin-right: 40px;
}
#cta .title-small {
  color: #fff;
}
.main-feature-gray {
  background: #ecf0f1;
}
#screenshot .section-header {
  margin-bottom: 80px;
}
#screenshot .portfolio-item {
  padding: 30px 0;
}
#screenshot .portfolio figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
}
#screenshot .portfolio figure img {
  width: 100%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease 0s;
}
#screenshot .portfolio figure figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  padding: 50px;
  color: #fff;
}
#screenshot .portfolio figure figcaption .heading {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 15%;
  padding: 0px 62px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease 0s;
}
#screenshot .portfolio figure figcaption .heading p {
  padding: 0px 24px;
  font-size: 16px;
}
#screenshot .portfolio figure .icon {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease 0s;
}
#screenshot .portfolio figure .icon i {
  font-size: 38px;
}
#screenshot .portfolio figcaption:hover .heading {
  top: 20%;
}
#screenshot .portfolio figcaption:hover .icon {
  top: 60%;
}
#screenshot .portfolio figure.effect-julia figcaption {
  background: rgba(63, 81, 181, 0.8);
  opacity: 0;
  -webkit-transition: 1s ease 0.15s;
  -moz-transition: 1s ease 0.15s;
  -o-transition: 1s ease 0.15s;
  transition: 1s ease 0.15s;
}
#screenshot .portfolio figure.effect-julia figcaption:hover {
  opacity: 1;
}
#screenshot .portfolio figure.effect-julia:hover img {
  -webkit-transform: scale3d(1.2, 1.3, 1);
  -moz-transform: scale3d(1.2, 1.3, 1);
  transform: scale3d(1.2, 1.3, 1);
}
#other-features {
  padding-bottom: 35px;
}
#other-features .features-content {
  padding: 30px 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#other-features .features-content .icon i {
  font-size: 30px;
  color: #ccd0d2;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#other-features .features-content h3 {
  color: #385461;
  line-height: 30px;
  font-size: 24px;
  font-weight: 300;
}
#other-features .features-content p {
  color: #909090;
  line-height: 22px;
  padding: 0px 4px;
}
#other-features .features-content:hover i,
#other-features .features-content:hover h3 {
  color: #3f51b5;
}
#other-services {
  padding-bottom: 35px;
}
#other-services .services-content {
  padding: 30px 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#other-services .services-content .icon i {
  font-size: 30px;
  color: #ccd0d2;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#other-services .services-content h3 {
  color: #385461;
  line-height: 30px;
  font-size: 24px;
  font-weight: 300;
}
#other-services .services-content p {
  color: #909090;
  line-height: 22px;
  padding: 0px 4px;
}
#other-services .services-content:hover i,
#other-services .services-content:hover h3 {
  color: #3f51b5;
}
#testimonial {
  width: 100%;
 /* background: url(../img/testimonial-bg.jpg);*/
}
#testimonial .section-title {
  color: #fff;
  font-size: 46px;
}
#testimonial .section-subtitle {
  color: #fff;
  font-size: 13px;
}
#testimonial .carousel-inner p {
  color: #000;
  letter-spacing: 1px;
  padding: 0px 20px;
}
#testimonial .carousel-inner p a {
  color: #fff;
}
#testimonial .carousel-inner .meta {
  margin-top: 50px;
}
#testimonial .carousel-inner .meta p {
  color: #ccc;
}
#testimonial .carousel-inner .meta p a {
  color: rgba(0, 0, 0, 0.41);
}
#testimonial .carousel-indicators {
  position: absolute;
  bottom: -40px;
}
#testimonial .carousel-indicators li {
  background-color: #697e88;
  border-color: #697e88;
}
#testimonial .carousel-indicators .active {
  background-color: #fff;
  border-color: #fff;
}
#counter {
  background: #ecf0f1;
}
#counter .counter-item .icon {
  text-align: center;
}
#counter .counter-item .icon i {
  font-size: 54px;
  color: #ccd0d2;
  line-height: 64px;
}
#counter .counter-item h5 {
  text-align: center;
  color: #3f51b5;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 32px;
}
#counter .counter-item hr {
  width: 50px;
  margin: 0px auto;
  height: 2px;
  background: #009688;
}
#counter .timer {
  font-size: 50px;
  font-weight: 100;
  color: #3f51b5;
  text-transform: uppercase;
  text-align: center;
  line-height: 80px;
}
#clients .client-item-wrapper {
  text-align: center;
}
#contact {
  background: #ecf0f1;
}
#contact .info {
  padding: 15px 0;
}
#contact .info .icon {
  margin-bottom: 20px;
}
#contact .info .icon i {
  font-size: 36px;
  color: #3f51b5;
}
#contact .info h4 {
  color: #385461;
  font-size: 24px;
  font-weight: 400;
}
#contact .info p {
  color: #909090;
}
.contact-form {
  margin-top: 52px;
}
.contact-form i {
  position: absolute;
  right: 15px;
}
.contact-form .form-control {
  margin-bottom: 28px;
}
#footer {
  position: relative;
  background: #333;
}
#footer h3 {
  color: #fff;
  font-weight: 900;
}
#footer ul li a {
  color: #ccc;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  line-height: 28px;
  text-transform: uppercase;
}
#footer ul li a:hover {
  color: #fff;
  margin-left: 4px;
}
#copyright {
background: #fff;
  position: absolute;
    bottom:0;
    left: 0;
    right: 0;
	padding:0.3% 5%;

}
#copyright .copyright-text {
      color: #000;
   margin-top: 0;
    text-align: center;
    font-size: 10px;
	
}
.copyright-text-home{margin-top: 18px !important;text-align:left;font-size: 10px;color: #000;}
#copyright .copyright-text a {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.back-to-top {
  position: absolute;
  top: -28px;
  left: 50%;
  margin: 0px -25px;
}
.back-to-top {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0 -30px;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
}
.back-to-top i {
  line-height: 56px;
  font-size: 42px;
}
.banner-head{ position: absolute;
    z-index: 999;
    bottom: 20%;
    right: 2%;
    text-shadow: 1px 0px 0px #fbeae3;
    background: #fbeae39c;
    padding: 10px 20px;
    font-size: 40px;
    font-weight: bold;
    box-shadow: 0px 3px 3px -1px #0000004f;}
.sub-head{
    font-size: 25px;
    font-style: italic;
}
.social {
  /*display: inline-block;
  margin: 0px 10px;
  color:#fff;
  font-size: 44px;*/
  display: inline-block;
    margin: 10px 2px;
    color: #fff;
}
.social .fa-facebook {
    background: #3B5998;
}
.social .fa-twitter {
    background: #00ACED;
}
.social .fa-google-plus {
    background: #DD4B39;
}
.social .fa-linkedin {
    background: #007ab9;
}
.social .fa-blogspot {
    background: #ff6600;
}
.social .fa-wordpress {
    background: #08759b;
}
.social i {
  /* width: 35px;
   /* font-size: 44px;*/
   /* height: 35px;
    background: transparent;
    text-align: center;
    line-height: 0;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;*/
  width: 48px;
    font-size: 16px;
    height: 48px;
    background: rgba(255, 255, 255, 0.18);
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.social i:hover {
  color: #fff;
}
.social .fa-facebook:hover {
  background: #3B5998;
}
.social .fa-twitter:hover {
  background: #00ACED;
}
.social .fa-google-plus:hover {
  background: #DD4B39;
}
.social .fa-linkedin:hover {
  background: #007BB6;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999999999;
}
.loader-inner {
  position: animation;
  top: 50%;
  left: 50%;
}
@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
  -ms-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px);
}
.ball-triangle-path > div:nth-child(1) {
  -webkit-animation-name: ball-triangle-path-1;
  animation-name: ball-triangle-path-1;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.ball-triangle-path > div:nth-child(2) {
  -webkit-animation-name: ball-triangle-path-2;
  animation-name: ball-triangle-path-2;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.ball-triangle-path > div:nth-child(3) {
  -webkit-animation-name: ball-triangle-path-3;
  animation-name: ball-triangle-path-3;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.ball-triangle-path > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #3f51b5;
}
.ball-triangle-path > div:nth-of-type(1) {
  top: 50px;
}
.ball-triangle-path > div:nth-of-type(2) {
  left: 25px;
}
.ball-triangle-path > div:nth-of-type(3) {
  top: 50px;
  left: 50px;
}
.logo_sub_head{color: #000;
       color: #000;
    font-family: 'Nothing You Could Do', cursive;
    font-size: 15px;
    font-weight: 600;
    display: block;
   text-align: left;
    padding-left: 22px;}
.menu-text{ color: #000;
   float: left;
    margin-top: 4px;
    font-size: 15px;text-transform: uppercase;}
.content-box{
    background: rgba(255, 255, 255, 0.62);
    color: #000;
   padding: 15px 25px;
    width: 26%;
	/*margin:0 auto;*/
}
.content-wrap{padding-top: 5%;position: absolute;
    left: 0;
    right: 0;
	background:#eee;
	}
.wrapper{padding:5% 4% 8%;width: 85%;
    margin: 0 auto;
	background:#fbeae3;}
.wrapper p{text-align:justify;}
#copyright .inner-page .social
{
	color: #444;
}
#copyright .inner-page
{
	padding:0;
}
.bg-white{background:#fff !important;}
#copyright p{margin:0;    padding: 10px 0;}
.spcl-txt{font-weight: bold;
    font-style: italic;}
.border-round{border-radius:100% !important;width: 200px;
    max-width: 100%;
    margin: 0 auto;
    display: block;}
.page-title
{
	margin-top: 20px;
    margin-bottom: 30px;
	text-align:center;
	font-family: 'Nothing You Could Do', cursive;
	font-size: 38px;
}
.navbar .content-wrap{padding:0;}
.social-box .social{#fff;}
.social-box{text-align:right; margin-top:10px;}
.sub-title{font-weight: bold;
    font-family: 'Nothing You Could Do', cursive;
    font-size: 20px;}
.margin-top-20{margin-top: 20px !important;}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(149, 138, 134, 0.19);
}
.testimonial{    margin-top: 4%;}
.testimonial .thumbnail{
	    padding: 5px 10px;
    border-radius: 0;
    border: 1px solid rgb(255, 255, 255);
    box-shadow:4px 4px 10px rgba(0, 0, 0, 0.11);
	    min-height: 260px;
}
.testimonial .thumbnail img{
	    padding: 10px 0px;
    border-radius: 100%;
    width: 40%;
    position: absolute;
    top: -35%;
    left: 30%;
}
.thumbnail .caption {
    padding: 0;
    /*border-top: 1px solid #0000001c;*/
    padding-top: 5px;
    margin-top: 5px;
}
.thumbnail p{text-align: center;
    font-size: 12px;font-weight: 600;}
.review-text{position: absolute;
    bottom: 10%;
    left: 10%;
    right: 10%;}
.review-text a{
    display: inline-block;
    padding: 5px 10px;
   
   float: right;
font-size: 11px;

    background: #958a86;
    color: #fff;

}
.popupbox{
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #0009;
    right: 0;
    bottom: 0;
}
.popup_body{width: 60%;
margin: 0 auto;
margin-top: 0px;
text-align: center;
height: auto;padding: 10px;transition: all 0.5s ease-in-out;}
.popup_body img{
    border: 5px solid #fbeae3;
	width: 100%;
}
#close{color: #000;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 9px;
    background: #fbeae3;
    font-size: 13px;
    margin-right: 0px;}
#close:hover{text-decoration:none;}
.review-text a:hover {
    background: #fbeae3;
    color: #000;
}
.review-text strong{font-size: 13px;
    color: #958a86;}
.caption .fa-quote-left, .caption .fa-quote-right{color: rgba(149, 138, 134, 0.38);font-size: 20px;}
.caption .fa-quote-left{margin: 6px;}
.caption .fa-quote-right{margin:0px 7px;}
.name{float: left !important;
    background: transparent !important;
    color: #958a86 !important;}
.name:hover{text-decoration:underline;}
.read_more{    color: #958a86;
    font-size: 12px;
    font-weight: 700;}
.news-detail-box{background: #fff;padding:3% 5%;margin-top: 8px;margin-bottom: 20px;}
.read_more:hover{text-decoration:underline;}
.news-detail-box .thumbnail{ padding:0;
    border-radius: 0;
    border: none;}
.news-detail-box .thumbnail img{margin: 0 auto;
width: 100%;
border: 1px solid #fbeae3;
padding: 15px;
  }
.news-text{padding:0;padding-right: 15px;}
.news-date{margin-top: 5%;font-size: 11px;}
.interview-box{background: #fff;
    padding: 15px 15px;min-height: 420px;}
/*.video-box{background: #fff;}*/
.interview-box img{width: 100%;
    margin: 0 0 20px;}
iframe{width:100%;min-height: 300px;}
.video-box p{    text-align: center;
    padding: 8px;}
.news-detail-box .list li{ padding:5px 0;}
.news-detail-box .list li a{color: rgb(234, 98, 98);}
.news-detail-box .list li a:hover{color:#1f1f1d; text-decoration:underline;}
.fa-blogspot{background: url(../img/blogspot.png) center no-repeat #958a86;
    padding: 5px;
    border-radius: 8px;
        width: 39px;
    height: 39px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;}
.fa-blogspot img{
    display: block;
}
/*.social:hover .fa-blogspot{
    background: url(../img/blogger-hover.png) center no-repeat #1f1f1d;
}*/
.fa-home-blogspot{background:url(../img/blogspot.gif) center no-repeat;
    padding: 5px;
    border-radius: 8px;
        width: 39px;
    height: 39px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
	background-size:30px;}
	/*.social:hover .fa-home-blogspot{
    background: url(../img/home-blogger-hover.png) center no-repeat;
}*/
.fa-blogspot img, .fa-home-blogspot img{
        vertical-align: middle;
    display: block;
    margin: 0 auto;
    margin-top: 4px;
}
.biography-header{
    margin-top: 15px;
}

	/**********************contact form css******************************/
 #contact{
    padding:10px 0 10px;
  }

  .contact-text{
    margin:45px auto;
  }

  .mail-message-area{
    width:100%;
    padding:0 15px;
  }

  .mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }

  .not-visible-message{
    height:0px;
    opacity: 0;
  }

  .visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }

/* Input Styles */

  .form{
    width: 100%;
    padding: 15px;
    background:#f8f8f8;
    border:1px solid rgba(0, 0, 0, 0.075);
    margin-bottom:25px;
    color:#727272 !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .form:hover{
    border:1px solid #958a86;
  }

  .form:focus{
    color: white;
    outline: none;
    border:1px solid #958a86;
  }

  .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }
  
/* Generic Button Styles */

  .button{
    padding:8px 12px;
    background:#0A5175;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .button:hover{
    background:#1f1f1d;
    color:white;
  }

/* Send Button Styles */

  .form-btn{
    width:180px;
    display: block;
    height: auto;
    padding:15px;
    color:#fff;
    background:#958a86;
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .form-btn:hover{
    background:rgba(17, 17, 17, 0.61);
    color: white;
    border:none;
  }

  .form-btn:active{
    opacity: 0.9;
  }
center{
  margin-top:330px;
}
input {
    position: relative;
    z-index: 9999;
}
#contact-us{width: 99%;
    margin: 0 auto;}
.review-text p{text-align:left;}
.news-text a:hover, .interview-box a:hover{color:rgba(45, 28, 22, 0.84); text-decoration:underline;}
.margin-top-20 img{margin:0 auto;}
.home-social{position: absolute;
    right: 0%;
    left: 73%;
    bottom: 10%;}
	
@media (min-width:769px) and (max-width:1250px){
	.hero-area
	{
	padding:0% 0 56%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	background-position-y: 61px;
	}
	.navbar .navbar-nav li a {
		padding: 14px 17px;
	}
	.home-social {
    position: absolute;
    right: 0%;
    left: 64%;
    bottom: 13%;
}
.social i {
    width: 33px;
    font-size: 14px;
    height: 33px;
    background: rgba(255, 255, 255, 0.18);
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.fa-blogspot img, .fa-home-blogspot img {
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    margin-top: -3px;
    margin-left: -3px;
    padding: 3px;
}
}

@media (min-width:320px) and (max-width:768px){
	.wrapper {
    padding: 8% 4% 7%;
    width: 100%;
    margin: 0 auto;
    background: #fbeae3;
}
.navbar .navbar-header {
    padding: 13px 0;
    padding-left: 1%;
}
.navbar .navbar-nav li a{
	font-size: 13px;
	padding: 5px 8px;
}
.navbar-nav
{
	padding-top: 4%;
    padding-right: 0;
}
#contact-us {
    width: 100%;
    margin: 0 auto;
}
.hero-area {
   padding: 167px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	background-position-y: 80px;
}
.home-social
{
	    position: absolute;
    right: 0%;
    left: 0;
    bottom: 15%;
    text-align: center;
}
.content-wrap {
    padding-top: 5%;
    position: absolute;
    left: 0;
    right: 0;
    background: #eee;
    bottom:-13px;
    top: 0;
}
.social-box {
    text-align: center;
    margin-top: 17px;
}
.social i{width: 35px;
    margin: 0 3px;
    height: 35px;
    line-height: 35px;
}
.social {
    font-size: 33px;
	margin: 0;
}
.review-text {
    position: absolute;
    bottom: 4%;
    left: 10%;
    right: 10%;
}
.review-text a {
    padding: 3px 5px;
}
.news-detail-box {
    background: #fff;
    padding: 20px 15px;
}
.list{
	padding:0 12px;
	white-space: pre-wrap; /* css-3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.news-detail-box .thumbnail img {
    margin: 0;
    border: 1px solid #958a86;
    margin-bottom: 9px;
}
.fa-blogspot {
    width: 32px;
    height: 30px;
    background-size: 22px;
	margin-left: 10px;
}
.page-title {
    margin-top: 5px;
    margin-bottom: 10px;
}
.fa-blogspot img, .fa-home-blogspot img {
   
    margin: 0 auto;
    /* margin-top: 4px; */
}
.social .fa-blogspot {
    margin-top: 5px;
}
.popup_body {
    width: 100%;
}
.banner-head {
    position: absolute;
    z-index: 999;
    bottom: 20%;
    right: 0;
    text-shadow: 1px 0px 0px #fbeae3;
    background: #fbeae39c;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: bold;
    box-shadow: 0px 3px 3px -1px #0000004f;
    text-align: center;
    left: 0;
}
.sub-head {
    font-size: 17px;
    font-style: italic;
}
.col-sm-5 {
    text-align: center;
}
}
@media only screen and (min-width:320px) and (max-width:480px)
{
	.copyright-text-home {
    margin-top: 5px !important;
    font-size: 10px;
    color: #000;
    text-align: center;
}
.page-title {
    font-size: 20px;
	font-weight:bold;}
	.social-box {
    text-align: center;
    margin-top: 17px;
    margin-bottom: 20px;
}
}