body {
      font: 400 15px/1.8 Lato, sans-serif;
      color: #777;
      background-color:#131313
}
h3, h4 {
      margin: 10px 0 10px 0;
      font-size: 20px;
      color: #111;
}
.container {
      padding: 80px 120px;
}
.person {
      border: 10px solid transparent;
      margin-bottom: 25px;
      width: 80%;
      height: 80%;
      opacity: 0.7;
}
.person:hover {
      border-color: #f1f1f1;
}
.carousel-inner img {
     /* -webkit-filter: grayscale(90%);
      filter: grayscale(90%); 
 make all photos black and white 
*/ 
      width: 100%; /* Set width to 100% */
      margin: auto;
}
.carousel-caption h3 {
      color: #fff !important;
}
  @media (max-width: 600px) {
  .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
  }
}
.bg-1 {
      background: #2d2d30;
      color: #bdbdbd;
}
.bg-1 h3 {color: #fff;}
.bg-1 p {font-style: italic;}
.list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
}
.list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
}
.thumbnail {
      padding: 15px !important;
      border: none;
      border-radius: 0;
}
.thumbnail p {
      margin-top: 15px;
      color: #555;
}
.btn {
      padding: 10px 20px;
      background-color: #333;
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
      background-image:none;
}
.btn:hover, .btn:focus {
      border: 1px solid #333;
      background-color: #333;
      color: #000;
}
.modal-header, h4, .close {
      background-color: #333;
      color: #fff !important;
      text-align: center;
      font-size: 30px;
}
.modal-header, .modal-body {
      padding: 40px 50px;
}
.nav-tabs li a {
      color: #777;
}
  #googleMap {
      width: 100%;
      height: 400px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
}  
.navbar {
  border-radius:0;
  background:#121212;
  font-family: Montserrat, sans-serif;
  margin-bottom: 0;
  border: 0;
  /* opacity: 0.9; */
}
.navbar-default .navbar-nav>li>a {
     color: #fff;
}
#topmenuBar .navbar-nav>li>a{
  color:black !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color:#29292c;
     color: #fff ;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color:#fff;
}
.navbar-default .navbar-toggle {
      border-color: transparent;
}
.open .dropdown-toggle {
      color: #fff;
      background-color: #555 !important;
}
.dropdown-menu {
  background:#121212;
}
.dropdown-menu >li>a{color:#fff;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            background-image:none !important;
      background-color:#555;
            color:#fff;     
 } 
  footer {
      background-color: #2d2d30;
      color: #f5f5f5;
      padding: 32px;
}
  footer a {
      color: #f5f5f5;
}
  footer a:hover {
      color: #777;
      text-decoration: none;
}  
.form-control {
      border-radius: 0;
}
  textarea {
      resize: none;
}
.form-group.required .control-label:after{
	display:inline-block;
	content:"*";
	color:#f00;
}
/*slides*/
/* Landing Page Carousel */
.landingPageProject .row {margin: 0}
.landingPageCarousel .carousel-caption {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
}

.landingPageCarousel .projName {font-size: 5em; display: block; color: #fff; text-decoration: none; line-height: 1em; margin-bottom: 15px; vertical-align: text-bottom !important;}
.landingPageCarousel .btn {background: #000000d4;border-radius: 50px;font-size: 1.2em;font-weight: bold;color:#fff;} 
.landingPageCarousel .btn:hover {border: 1px solid #ffae00; background:#ffae00}
.landingPageCarousel .carousel-caption {display: block; height: 182px; width: 100%}

@media(min-width: 1200px){
  .landingPageProject .widgettitle {font-size: 5em; color:#000; }
  .landingPageCarousel .carousel-caption .projName {
    font-size: 5em
  }
}
@media(min-width: 768px) and (max-width: 1199px){
  .landingPageProject .widgettitle {font-size: 3em; color:#000}
  .landingPageCarousel .carousel-caption .projName {
    font-size: 3.0em;
    margin-bottom: 15px; line-height: 1em; margin-top: 60px;
  }
}
@media(max-width: 767px){
  .landingPageProject .widgettitle {font-size: 1.5em; color:#000; text-align: center}
  .landingPageCarousel .projName {font-size: 1.5em !important; margin-bottom: 5px; line-height: 1em; margin-top: 60px;}
  .landingPageCarousel .carousel-caption a {

  }
  .landingPageCarousel .carousel-caption .btn {
    padding: 5px 10px;
    font-size: 1em;
  }

  .landingPageCarousel .carousel-caption .projName {

  }

  .projbrief .brief {
    padding: 0 !important
  }
  
}


.slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @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%);
    }
  }
  @media screen and (max-width: 768px) {
 #section3Info .col-md-6 {
    width: 100% !important;
    margin: 23px 23px 23px;
}
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
/*tail*/
#divtail
{
    border-top:1px dashed #303033;
    background-color: #131313;
    margin-top:20px;
}

#divtail a{color:#666;}
/*----*/
#widgetzone_wzonePage_C{
  background:white;
}
.registertitle{color:#000;}
.registerform{max-width:1170px;margin:0 auto;}
.registerform .widgettitle
{
   font-size:24px;color:#000;font-weight:500;text-align:center; background-color:#f5f5f5;border-style:none;
}
.registerform .form > div:last-child > div {
  width: 100%;
  margin:0;
  text-align: center
}
.registerprompt{padding:30px;}
.projbrief>h2:first-child{display:none;}
.projbrief div.ruler, .projbrief h3.clear{display:none;}
.projbrief .brief{max-width:1170px;margin:10px auto;padding:30px;}
.projbrief .desc {max-width:1170px;margin:0 auto;}
.projbrief .warranty{text-align:center;display: none;}
.thumbnail img {
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 10px;
}
.divagent{display:inline-block !important; width:auto !important;}
.agent{background:#f2f2f2;padding:30px;}
.agent .widgetcontent{max-width:1170px;margin:0 auto;}
.agent .divphoto{float:left;margin-right:20px;}
.agent .divphoto img{border-radius: 50%; }
.agent .divinfo{float:left;}
.agent span{display:block;}
.agent .name{font-size:1.5em;}
img {max-width: 100%; height: auto}
iframe, embed {max-width: 100%; }


/*New Changes 2020*/

.carousel-control.right, .carousel-control.left{
display:none;
}

#intro{
  margin-top:-23px;
}

#intro .btn-default{
  text-transform: uppercase;
  background: #000000d4;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  text-shadow: none;
  width: 100%;
  color: #fff;
  margin-top: 35px;
}

#linksTop{

  background-color:black;
  color:white;
  border-bottom: 1px solid white;
}

#linksTop a{
  color:white;
}
#linksTop a:hover{

  background-color: #1b1b1b;
}

#intro h1{
  font-size:45px;
}

#wzonePage_C_wembed_1{

  margin-top:34px;
}

/*App Page*/
#googleBtn .btn{
  background:none !important;
}

#googleBtn .btn:hover{
border:1px solid #c3c3c3;
}


#iphoneBtn .btn:hover{
border:1px solid #c3c3c3;
}
#iphoneBtn .btn{
  background:none !important;
}





@media(max-width:768px){
#headTitle h1{
margin-top:-23px !important;
}
}

@media(min-width:992px){
#appCaption.carousel-caption{
  width: 50%;
  margin-top: -73px;
}


}

@media(max-width:1024px){
#section3Info .col-md-6 {
    width: 100% !important;
    margin: 0px 0px 5px!important;
}
  #appCaption.carousel-caption{
margin-top:-21px;
  }

  #googleBtn{
    margin-top: 0px;
  }
    #iphoneBtn{
    /* margin-top:-61px; */
  }
}

@media(max-width:992px){
  #appCaption.carousel-caption{display:flex !important;margin-top: -30px !important;width:100% !important;}
#headTitle h1{
  font-size:24px !important;
}
}


@media(max-width:1199px){
  #appCaption.carousel-caption{
display:block;
margin-top:-101px
  }

  #headTitle h1{
  margin-top: -21px !important;
  }

  #googleBtn{
    /* margin-top: -61px !important; */
  }
    #iphoneBtn{
    /* margin-top:-61px; */
  }

}
#headTitle h1{
  margin-top: -81px;
font-size: 38px;
font-weight: 800;
color: #fff;
text-shadow:none!important;}

/*Top Logo*/
#topLogo{
  position:absolute;
  top: -8px;
  padding: 4px;
  z-index:999;
}

@media(max-width:576px){
#topmenuBar .navbar-nav{
  float:none!important;
}
#cnFooter p{
  font-size:11px;
}
  #widgetzone_wzonePage_C{
    padding-top: 28px !important;
  }
  #footerInfo1{font-size:10px !important;}
  #topmenuBar, .navbar1{
    width:100% !important;
    text-align:center;
  }
  #section3Info .col-md-6 {
    width: 100% !important;
    margin:0px 0px 5px !important;
}
#headTitle h1{
  margin-top:45px !important;
  font-size: 17px !important;
}
#headTitle h3{
  font-size: 11px;
  position: absolute;
  width: max-content;
  margin-top: 0px;
  /* left: 179px; */
}

#googleBtn{
  margin-top: 49px!important;
  margin-right:-40px;
}

#iphoneBtn{
  margin-top: 49px !important;
}

}

#section3Info .col-md-6 {
    width: 46%;
    margin: 20px 23px 0px;
    border: 1px solid #e3e3e3;
    padding: 23px;
    background: #edefef;
}

/*Top Menu*/

.dropdown-menu:li {
    text-align: left;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }

#topmenuBar{
  padding:0px !important;
}
#topmenuBar,.navbar1{
  background: white;
  position:relative;
  z-index:1;
  text-transform:uppercase;
  font-size:12px;
}

#topmenuBar,.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a{background: white;color: black;font-size: 16px;color: #121212;font-weight: 400;text-transform: uppercase;box-shadow: none;}


#footerInfo1{font-size: 15px;}

/*Yiju intro section homepage*/
#yijuintro p{
  color:black;
  font-size: 17px;
  margin: 28px;
}

#topmenuBar .navbar-nav{
  float:right;
}


#topmenuBar .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000 !important;
  border-bottom: 2px solid #bb2224;
  background: white;
}
#topmenuBar .navbar-nav > li:first-child > a {
    border-bottom: 2px solid #bb2224;
}