.content-center {
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
}
.content-right {
  text-align: right;
  text-align: -webkit-right;
  text-align: -moz-right;
}
.content-left {
  text-align: left;
  text-align: -webkit-left;
  text-align: -moz-left;
}
.ajax-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100000000000;
  display: none;
}
.ajax-loader img {
  width: 50px;
  top: calc((100% - 50px) / 2);
  position: absolute;
  left: calc((100% - 50px) / 2);
}
.overflow-hidden {
  overflow: hidden;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
header {
  border-bottom: 2px solid #000;
  margin-bottom: 25px;
}
body {
  background: url("../images/bg.png");
  background-repeat: repeat;
}
.navbar.custom-navbar {
  background-image: none;
  background-color: transparent;
  min-height: inherit;
  border: none;
  border-bottom: 7px solid #000;
  border-radius: 0px;
  margin-bottom: 6px;
}
.custom-navbar .navbar-brand {
  height: auto;
  padding-left: 0px;
}
.custom-navbar.navbar-inverse .navbar-nav > li > a {
  text-shadow: none;
  color: #000;
  padding: 15px 13px;
  font-family: "ShreeDev0714";
  font-size: 15px;
}
.custom-navbar.navbar-inverse .navbar-nav > li > a:hover {
  text-shadow: none;
  color: #aaa;
}
.custom-navbar .navbar-nav {
  margin-top: 41px;
}
.custom-navbar.navbar-inverse .navbar-nav > .open > a,
.custom-navbar.navbar-inverse .navbar-nav > .active > a {
  background-image: none;
  box-shadow: none;
  background-color: transparent;
}
.custom-navbar.navbar-inverse .navbar-nav > .active > a,
.custom-navbar.navbar-inverse .navbar-nav > .active > a:hover,
.custom-navbar.navbar-inverse .navbar-nav > .active > a:focus {
  color: #aaa;
  background-color: transparent;
}
.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0px;
  background: transparent;
}
.caption {
  position: absolute;
  bottom: 25px;
  left: 0px;
  font-family: "oswaldBold";
  font-size: 36px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px 25px;
  line-height: 1;
}
.page-desc {
  color: #757575;
  font-size: 45px;
  text-align: center;
  font-family: "Distant_Stroke_Medium";
  margin-bottom: 30px;
  line-height: 1;
}
.slider-row {
  margin-bottom: 30px;
}
.underline-1 {
  height: 1px;
  background-color: #c7c7c7;
  width: 80%;
  margin-bottom: 40px;
}
.home-service-image {
  min-height: 209px;
  overflow: hidden;
  margin-bottom: 25px;
}
.home-service-image img {
  width: 100%;
  height: auto;
}
.home-service-title {
  font-family: "oswaldBold";
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}
.home-service-desc {
  font-family: "ShreeDev0714";
  font-size: 14px;
}
.findmore {
  margin-top: 20px;
  margin-bottom: 20px;
}
.findmore a {
  color: #727272;
  font-family: "ShreeDev0714Italic";
  font-size: 14px;
}
.findmore i {
  color: rgba(114, 114, 114, 0.61);
  margin-left: 10px;
  font-weight: 100;
  font-size: 13px;
}

.grow img {
  height: 100%;
  width: auto;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.grow img:hover {
  width: auto;
  height: 120%;
}
.project-div {
  position: relative;
  height: 235px;
  overflow: hidden;
  margin-bottom: 20px;
}

.projects-container {
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  padding-bottom: 15px;
  padding-top: 30px;
}
.home-projects-title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "oswaldBold";
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
}
.footer-container {
  padding-top: 25px;
  padding-bottom: 25px;
}
.copyrights {
  font-family: "ShreeDev0714";
  font-size: 13px;
  margin-top: 10px;
}
.social-media img {
  border-radius: 50%;
  -moz-transition: -webkit-transform 0.8s ease-in-out;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}
.social-media img:hover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.first-big-blog {
  position: relative;
  height: 693px;
  overflow: hidden;
}
.first-big-blog img {
  width: 110%;
  height: auto;
}
.first-big-blog .blog-title {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-family: "BebasNeue";
  font-size: 32px;
  position: absolute;
  bottom: 100px;
  padding: 10px 15px;
}
.first-big-blog .blog-desc {
  background-color: rgba(0, 0, 0, 0.6);
  color: #9a9a9a;
  line-height: 1;
  position: absolute;
  bottom: 25px;
  padding: 20px 15px;
  font-family: "ShreeDev0714";
  font-size: 14px;
  max-width: 400px;
}
.blog img {
  width: 110%;
  height: auto;
}
.second-blog {
  height: 395px;
}
.general-blog {
  overflow: hidden;
  position: relative;
}
.general-blog img {
  width: 110%;
  height: auto;
}
.general-blog.general-blog-1 img {
  width: auto;
  height: 110%;
}
.general-blog .blog-title {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-family: "BebasNeue";
  font-size: 22px;
  position: absolute;
  bottom: 0px;
  padding: 10px 15px;
}
.general-blog .blog-title a {
  color: #fff;
  font-family: "BebasNeue";
  font-size: 22px;
}
.third-blog {
  height: 258px;
  margin-top: 39px;
}
.blog-row {
  margin-bottom: 25px;
}
.blog-row.blog-row1 > div {
  margin-bottom: 25px;
}
.forth-blog {
  height: 480px;
}
.fifth-blog {
  height: 480px;
}
.fifth-blog .blog-title {
  bottom: 100px;
  padding: 10px 15px;
  font-size: 27px;
}
.fifth-blog .blog-desc {
  background-color: rgba(0, 0, 0, 0.6);
  color: #9a9a9a;
  line-height: 1;
  position: absolute;
  bottom: 25px;
  padding: 20px 15px;
  font-family: "ShreeDev0714";
  font-size: 14px;
  max-width: 400px;
}
.sixth-blog {
  height: 366px;
}
.sixth-blog img {
  width: 100%;
  height: auto;
}
.small-blog {
  height: 200px;
}
.who {
  margin-top: 25px;
}
.who-title {
  color: #ff7d63;
  font-size: 34px;
  font-family: "oswaldBold";
  margin-top: 40px;
  margin-bottom: 23px;
}
.who-image.pull-left {
  width: 336px;
  margin-right: 24px;
}
.about-page .container {
  color: #757575;
  font-size: 45px;
  text-align: center;
  font-family: "Distant_Stroke_Medium";
  line-height: 1;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.about-main-container {
  border-top: 1px solid #e4e4e4;
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
  margin-top: 31px;
}
.projects-row {
  margin-top: 25px;
}
.details-title {
  color: #000;
  font-size: 32px;
  font-family: "oswaldBold";
}
.details-text {
  font-family: "ShreeDev0714";
  font-size: 14px;
  color: #000;
}
.mt20 {
  margin-top: 25px;
}
.title-2 {
  color: #000;
  font-size: 32px;
  font-family: "oswaldBold";
  margin-bottom: 25px;
  margin-top: 10px;
}
.contact-img {
  margin-top: 10px;
  margin-bottom: 13px;
}
.title-2.title-3 {
  margin-top: 30px;
  margin-bottom: 5px;
}
.small-title {
  font-family: "ShreeDev0714";
  font-size: 16px;
  color: #878686;
  margin-bottom: 25px;
}
.form-control {
  border-radius: 0px;
  font-family: "ShreeDev0714";
  font-size: 14px;
  color: #000;
}
button.btn.btn-primary.form-btn.send {
  background-color: #ff7d63;
  background-image: none;
  border: none;
  border-radius: 0px;
  font-size: 22px;
  font-family: "oswaldBold";
}
.cancel {
  background-color: #e5e4e4;
  background-image: none;
  border: none;
  border-radius: 0px;
  font-size: 22px;
  font-family: "oswaldBold";
  color: #fff;
}
input.form-control {
  min-height: 42px;
}
.service-details img {
  width: 100%;
  height: auto;
}
.service-details {
  max-height: 266px;
  overflow: hidden;
}
.project-row {
  margin-bottom: 25px;
}
.inspiration-div {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.inspiration-div img {
  width: 100%;
  height: auto;
}
.inspiration-div-title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "oswaldBold";
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 15px;
}
/* .inspiration-div:hover {
overflow: hidden;
}
.inspiration-div:hover img{
	width: 120%;
	  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
} */
.blog-details-image {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 45%;
}
.blog-details-image img {
  max-width: 100%;
}
.blog-details-wrapper {
  float: right;
}
.breadcrumb {
  background-color: #f9f7f9;
}
.breadcrumb > li a {
  color: #000;
}
