body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.428;
    color: #323232;
}
a{
  color: #323232;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #323232;
    font-weight: 600;
    margin-bottom: 30px;
}
h4 {
    font-size: 18px;
    color: #323232;
    font-weight: 400;
    margin-bottom: 15px;
}
p{
  line-height: 1.6;
}
button:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
}
header,
.carousel-indicators,
.profileImageTxt h4,
.contact-us a,
.thumbnailTxt,
.footerTop p,
.labelBrown,
.quotes,
.modal-content h2,
.lastProjectTxt h2,
.contact-form,
.project-text h4
{
  font-family: Arial, Helvetica, sans-serif;
}
input, textarea{
  font-family: Arial, Helvetica, sans-serif;
  border: 2px solid #c8c8c8;
}
textarea{
  resize: none;
}
header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: url(../images/bg_trans.png) repeat center;
} 
.navbar-header{
  padding-left: 30px;
}
#myNavbar{
  padding: 0;
}
.page-box{
  padding: 50px 0 40px;
}

.profile-row{
  margin-top: 20px !important;
}

.page-box-profile{
  padding-top: 230px;
  padding-bottom: 30px;
}

.page-box-joining-us{
  padding-top: 80px;
}

.jumbotron {
    background-color: #f4511e;
    color: #323232;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
}
.container-fluid {
    padding: 60px 50px;
}
.bg-grey {
    background-color: #f6f6f6;
}
.logo-small {
    color: #f4511e;
    font-size: 50px;
}
.logo {
    color: #f4511e;
    font-size: 200px;
}
.thumbnailBox{
  margin-bottom: 20px;
  padding: 0 10px;
}
.thumbnail{
    margin-bottom: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    background: #000000;
}
.thumbnail img {
    width: 100%;
}
.thumbnailTxt,
.thumbnail img{
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.thumbnailTxt{
  background: #aa9b73;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
.thumbnail:hover .thumbnailTxt{
  height: 100%;
}
.thumbnail:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}
.thumbnailTxt p{
  margin-bottom: 0;
  margin-top: 2px;
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
  visibility:hidden;
}
.carousel-indicators{
  bottom: -36px;
  margin-bottom: 0;
}

.carousel-indicators li {
    text-indent: 0;
    border: none;
    color: #323232;
    background-color: #FFF;
    transition: all 0.25s ease;
    font-weight:bold;
}
.carousel-indicators li:hover,
.carousel-indicators li.active{
  color: #aa9b73;
}
.carousel-indicators li,
.carousel-indicators li.active{
    margin: 0 10px;
    width: auto;
    height: auto;
    line-height: normal;
    background: none;
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}
.item span {
    font-style: normal;
}
.panel {
    border: 1px solid #f4511e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #323232 !important;
    color: #f4511e;
}
.panel-heading {
    color: #323232 !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-footer {
    background-color: white !important;
}
.panel-footer h3 {
    font-size: 32px;
}
.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}
.panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #323232;
}
.navbar {
    margin-bottom: 0;
    z-index: 100;
    border: 0;
    border-radius: 0;
    background: #000;
}
.navbar li a, .navbar .navbar-brand {
    color: #FFF !important;
}
.second-logo{
  color: #aa9b73;
}
.navbar-right li a {
  padding-bottom: 20px;
  border-bottom: 5px solid transparent;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
  border-color : #323232;
  color: #323232 !important;
  background-color: #e7e7e7 !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #323232 !important;
}
footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
}
.carousel-inner {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
#projectSlider .carousel-inner{
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

.lastProjectCon{
  background: #F0F0F0;
}

.testimonyProjectCon{
  background-image: linear-gradient(bottom, #FFF 56%, #f2f0ea 44%);
  background-image: -o-linear-gradient(bottom, #FFF 56%, #f2f0ea 44%);
  background-image: -moz-linear-gradient(bottom, #FFF 56%, #f2f0ea 44%);
  background-image: -webkit-linear-gradient(bottom, #FFF 58%, #f2f0ea 44%);
  background-image: -ms-linear-gradient(bottom, #FFF 56%, #f2f0ea 44%);
  position: relative;
}

.testimonyProjectCon::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 50%;
}

.testimonyProjectBox{
  border: 1px solid #323232;
  border-left: none;
  background: #ffffff;
  position: relative;
  left: 0px;
  width: 100%;
}
.testimonyLabel {
  left: 45%;
  position: absolute;
  top: -20px;
  background-color: #323232 !important;
}
.testimonyProjectContent{
  width: 84%;
  margin: 0 auto;
  position: relative;
  padding: 100px 0;
}

.testimonyProjectContent2{
  width: 84%;
  margin: 0 auto;
  position: relative;
  padding: 100px 0;
}

.testimonyTxt{
  padding: 0;
}
.div-contact{
  background-color:#323232;
}

footer{
  background-color:#aa9b73;
  color:#FFF;
}
.desc-footer-con{
  margin-bottom: 50px;
}
.desc-footer-con p,
.footerTop p{
  margin-bottom: 0;
  color:#FFF;
}
.contact-us-footer-con{
  margin-bottom: 85px;
}
.contact-us{
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 10px;
}
.contact-us a{
  display: inline-block;
  border:1px solid #ffffff;
  padding: 9px 12px 4px;
  color:#FFF;
}
.contact-us a:focus,
.social-media li a{
  text-decoration: none;
}
.contact-us a:hover,
.social-media li a:hover{
  text-decoration:none;
  border-color: transparent;
  color: #333;
  background: #ffffff;
}
.modal{
  text-align: center;
}
.modal:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.content-projects {
  height: auto;
  min-height: 100%;
  width: 100%;
  border-radius: 0;
  background-color:#323232;
}

.project-text{
  color:#FFF;
  width:80%;
  margin:0 auto;
  padding: 60px 0;
}
#projects:before{
  content: "";
  display: none;
}
#projectSlider ol li{
  background-color:#323232;
  color:#646464;
}
#projectSlider ol li.active,
#projectSlider ol li:hover{
  color: #323232;
}

#projectSlider .modal-header{
  position:absolute;
  z-index:100;
  top:20px;
  right:20px;
}
.modal-dialog{
  display: inline-block;
  vertical-align: middle;
  margin: 30px auto;
}
.dialog-profile {
  width: 80%;
  padding: 0;
  text-align:left;
}
.content-profile {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  background:url(../images/brown_trans.png) repeat center;
}
.dialog-profile h2{
  color:#FFF;
}
.dialog-profile p{
  color:#FFF;
}
.dialog-contact {
  width: 80%;
  padding: 0;
}
.contact-form-box{
  width: 65%;
  margin: 0 auto 60px;
}
.content-contact {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  text-align: left;
  background: url('../images/white_trans.png') repeat center;
}
.content-contact h2{
  color:#323232;
}
.content-contact .submit{
  background-color:#aa9b73 !important;
  border:1px solid #aa9b73;
  border-radius: 0px !important;
  padding-left:30px;
  padding-right:30px;
  padding-bottom: 7px;
  font-size: 16px;
}
.content-contact label{
  color:#aa9b73;
}
.content-contact .close{
  border:1px solid #aa9b73 !important;
  color:#aa9b73;
  opacity: 1;
  filter: alpha(opacity=100);
  width:25px;
  height:25px;
}
.content-contact .close:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.copyright{
  font-size: 12px;
  color: #FFF;
}
.close {
  border: 2px solid #fff !important;
  color: #fff;
  display: inline-block;
  line-height: 16px;
  opacity: 1;
  padding: 0 3px 3px !important;
}
.about-popup-text{
  padding: 1px 20px 30px;
}
.modal-header{
  border:none;
}
.modal-header .close > span{
  font-size: 26px;
}
.navbar-brand{
  font-size: 14px; 
}
nav .navbar-right{
  margin-right: 0;
}

#home{
  
  padding-top: 10px !important;
  height: 950px;
  padding-bottom: 47%;
}

#home_slider{
  height: 300px !important;  
}

#home_slider img{
  height: 295px !important;  
}

.profileImageBox{
  padding-top: 50px;
}
.profileImageTxtContent{
  cursor: pointer;
  position: relative;
}
.profileImageTxt a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.contactBoxCon{
  width: 84%;
  margin: 0 auto;
}
.footerTop,
.footerLogoBox{
  margin-bottom: 40px;
}
.footerTop p{
  font-size: 18px;
  color: #323232;
}
.footerTop p span{
  color: #ffffff;
}
.social-media{
  list-style: none;
  padding: 0;
}
.social-media li{
  margin-right: 6px;
}
.social-media li,
.social-media li a{
  display: inline-block;
  vertical-align: middle;
}
.social-media li a {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 4px 0;
  text-align: center;
  width: 32px;
}
.social-media li a i{
  font-size: 20px;
  display: block;
}
.no-pad{
  padding: 0;
}
.desc-footer-contact span i{
  margin-right: 5px;
}
.desc-footer-con > div,
.contact-us-footer-con > div{
  padding: 0;
}
.labelBrown{
  font-size: 18px;
  background: #aa9b73;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 20px 4px;
  color: #ffffff;
  display: inline-block;
}

.labelBlack{
  font-size: 18px;
  background: #323232;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 20px 4px;
  color: #ffffff;
  display: inline-block;
}

.lastProjectTxt{
  padding: 5% 20px 0%;
}

.lastProjectTxt h2{
  line-height: 1.2;
  margin-bottom: 12px;
  margin-top: 40px;
}
.listProjectCon{
  padding: 35px 0 15px;
}
.listProjectCon .row{
  margin: 0 -10px;
}
.authorName{
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 15px; 
  font-family: Arial, Helvetica, sans-serif;
}
.testimonyImg{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 40px;
}
.testimonyImg img{
  width: 100%;
}
.quotes{
  display: block;
  color: #aa9b73;
  font-size: 24px;
}
.profileImageTxtDesc,
.icon-profile
{
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.icon-profile{
  overflow: hidden;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#profile{
  
}

.opa-mobile{
  display: none;
}

.opa-desktop tr td ul li{
  margin: 5px;
}

.profileImageTxtDesc{
  position: relative;
  padding: 10px 15px;
  top: 0;
}
.profileImageTxtContent:hover .icon-profile{
  height: 92px;
}
.profileImageTxtContent:hover .profileImageTxtDesc{
  background: url(../images/white_trans.png) repeat center;
  top: 125px;
}
.contact-form{
  margin: 0 -10px;
}
.contact-form .col-sm-6{
  padding: 0 10px;
}
.contact-form input.form-control{
  height: 32px;
  font-size: 12px;
  padding: 5px 10px;
}
.contact-form .form-control{
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-width: 2px;
  border-color: #c8c8c8;
  background: transparent;
}
.contact-form .form-group label,
.contact-form button{
  text-transform: uppercase;
}
.contact-form .form-group label{
  margin-bottom: 3px;
}
.dialog-projects {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color:#323232;
}
.lastProjectImg{
  margin-bottom: 40px;
}

.profileImageTxt{
  opacity: 0;
}
.profileImageTxt + .profileImageTxt{
  animation-delay:0.25s;
  -webkit-animation-delay:0.25s;
  -moz-animation-delay:0.25s;
  -ms-animation-delay:0.25s;
  -o-animation-delay:0.25s;
}
.profileImageTxt:last-child{
  animation-delay:0.5s;
  -webkit-animation-delay:0.5s;
  -moz-animation-delay:0.5s;
  -ms-animation-delay:0.5s;
  -o-animation-delay:0.5s;
}

.profile-detail h4{
  text-align: left;
}

.profile-detail p{
  text-align: justify;
}

@-webkit-keyframes slideInNearLeft {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideInNearLeft {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.slideInNearLeft {
  -webkit-animation-name: slideInNearLeft;
  animation-name: slideInNearLeft;
}

@-webkit-keyframes slideInNearRight {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideInNearRight {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.slideInNearRight {
  -webkit-animation-name: slideInNearRight;
  animation-name: slideInNearRight;
}

.lastProjectTxt,
.lastProjectImg,
.footerTop,
.copyright,
.footerBottom .col-sm-7,
.footerBottom .col-sm-4,
.thumbnailBox{
  opacity: 110;
}

.testimonyProjectContent{
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.thumbnailBox:nth-child(2){
  animation-delay:0.2s;
  -webkit-animation-delay:0.2s;
  -moz-animation-delay:0.2s;
  -ms-animation-delay:0.2s;
  -o-animation-delay:0.2s;
}
.thumbnailBox:nth-child(3){
  animation-delay:0.4s;
  -webkit-animation-delay:0.4s;
  -moz-animation-delay:0.4s;
  -ms-animation-delay:0.4s;
  -o-animation-delay:0.4s;
}
.thumbnailBox:nth-child(4){
  animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
  -moz-animation-delay:0.6s;
  -ms-animation-delay:0.6s;
  -o-animation-delay:0.6s;
}
.thumbnailBox:nth-child(5){
  animation-delay:0.8s;
  -webkit-animation-delay:0.8s;
  -moz-animation-delay:0.8s;
  -ms-animation-delay:0.8s;
  -o-animation-delay:0.8s;
}
.thumbnailBox:nth-child(6){
  animation-delay:1s;
  -webkit-animation-delay:1s;
  -moz-animation-delay:1s;
  -ms-animation-delay:1s;
  -o-animation-delay:1s;
}

.lastProjectImageLeft{
	display:none;
}

.navbar-brand img{
  width: 250px;
  margin-top: -5px;
}

@media screen and (max-width: 1199px) {
  .testimonyProjectContent{
    padding: 48px 0;
  }
  
  .lastProjectImageLeft{
	display:block;
	width:100%;
	}
	
	#lastProjectImageLeft{
	display:none;
  }
  
  #profile{
    clear: both;
  }
  
   .page-box-profile{
      padding-top: 20px;
      padding-bottom: 30px;
    }

  .navbar-brand img{
    width: 180px;
  }

  #home{
    margin-top: 50px !important;
    height: auto;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {

  #profile{
    clear: both;
  }

  .testimonyProjectContent {
    padding: 25px 0;
  }
  .labelBrown {
    font-size: 16px;
    padding: 7px 15px 3px;
  }
  .lastProjectTxt h2{
    font-size: 20px;
    margin-top: 30px;
  }
  .lastProjectTxt {
    padding: 50px 20px 20px;
  }
  
  .lastProjectImageLeft{
	display:block;
	}
	
	#lastProjectImageLeft{
	display:none;
  }
	
}
@media screen and (max-width: 768px) {
  .btn-lg {
      width: 100%;
      margin-bottom: 35px;
  }
  .thumbnailBox{
    width: 50%;
  }
  
   .div-contact{
	background-size: 52%;
	}
	
	 .lastProjectImageLeft{
	display:block;
	}
	
	#lastProjectImageLeft{
	display:none;
	}
	
}
@media screen and (max-width: 767px) {
  .profileImageTxtContent:hover .icon-profile{
    height: auto;
  }
  .desc-footer-con {
    margin-bottom: 25px;
  }
  .desc-footer-contact{
    margin-top: 15px;
  }
  .about-popup-box .col-sm-4 {
    padding: 0;
  }
  .navbar-header {
    padding-left: 10px;
  }
  .navbar-nav li a{
    padding: 10px 25px;
  }
  .navbar-nav{
    margin: 0;
  }
  .navbar-right li a{
    border: none;
  }
  .navbar-default .navbar-nav > .active > a{
    background: #dddddd;
  }
  .icon-profile {
    height: 92px;
    position: static;
    width: 100%;
  }
  .profileImageTxtDesc {
    position: static;
    top: auto;
  }
  .profileImageTxtContent:hover .profileImageTxtDesc{
    background: none;
    top: auto !important;
  }
  #profile{
    background-size: 70%;
    padding: 0px 0 47%;
  }
  .profileImageTxtContent {
    padding: 0 15px 15px;
  }
  .dialog-profile,
  .dialog-contact{
    width: 90%;
  }
  .contact-form-box{
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 20px;
  }
  .about-popup-box{
    margin: 0;
  }
  .quotes{
    font-size: 21px;
  }
  h2{
    font-size: 21px;
    margin-bottom: 22px;
  }
  .testimonyImg{
    position: relative;
    width: 50%;
    margin: 0 auto 25px;
  }
  .testimonyTxt{
    text-align: center;
  }
  .testimonyProjectBox{
    margin: 0 0x;
    border-left: 1px solid #aa9b73;
    left: 0;
  }
  .testimonyProjectCon::before{
    display: none;
  }
  .testimonyLabel{
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: 50%;
  }
  .footerLogoBox img{
    width: 70px;
  }
  .social-media-con{
    margin-top: 15px;
  }
  .contactBoxCon,
  .testimonyProjectContent{
    width: 90%;
  }
  .contact-us a {
    padding: 6px 9px 2px;
  }
  .div-contact {
    padding: 10% 0 50px;
  }
  .contact-us a{
	  width:175px;
	  text-align:center;
  }
  
    .lastProjectImageLeft{
	display:block;
	}
	
	#lastProjectImageLeft{
	display:none;
  }
  
  .opa-desktop{
    display: none;
  }
  
  .opa-mobile{
    display: block;
  }
	
}
@media screen and (max-width: 480px) {
  .logo {
      font-size: 150px;
  }
  .thumbnailBox{
    width: 100%;
  }
  .testimonyImg {
    padding: 0 15px;
  }
  .icon-profile,
  .icon-profile img{
    height: 75px;
  }
  .profileImageTxtDesc h4{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact-form .form-group label{
    font-size: 12px;
  }
  .contact-form-box h2{
    font-size: 18px;
    margin-bottom: 18px;
    margin-top: 10px;
  }
  .content-contact .submit{
    font-size: 14px;
  }
  
   .div-contact{
	background-size: 52%;
	}
	
	  .lastProjectImageLeft{
	display:block;
	}
	
	#lastProjectImageLeft{
	display:none;
  }

  .opa-desktop{
    display: none;
  }
  
  .opa-mobile{
    display: block;
  }
  
	
	
}
@media screen and (max-width: 360px){
  .footerTop p {
    font-size: 16px;
  }
  .footerTop, .footerLogoBox {
    margin-bottom: 24px;
  }
  .contact-us-footer-con {
    margin-bottom: 50px;
  }
  
   .div-contact{
	background-size: 52%;
	}
	
	  .lastProjectImageLeft{
	display:block;
	}
	
	#lastProjectImageLeft{
	display:none;
	}
	
}