/* Enter Your Custom CSS Here */

.section-title div {
  visibility:hidden;
  height: 0px;
}

.nav-menu ul li a {
  color:black!important;
  color:#000!important;
  font-weight:600;
}

footer { margin-top: -90px; font-weight:700; }
#footer {font-weight:700!important;}

/* Desktops and laptops computers */
@media only screen
and (min-width : 900px) {
  
  .make-margin-bottom-zero {
    position: relative;
    left:100px;
    top:10px;
  }
  
  /*realDepth*/

.realDepth .section-title h1:not(.layerslider-heading) {
  font-size: 46px !important;
  letter-spacing: 2px !important;
  line-height: 1.6 !important;
  margin: 20px auto 50px;
  padding: 0px 50px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 40px;
}

.realDepth .item_bottom {
	bottom: -30px;
	opacity: 0;
	position: relative;
	padding-top: 0px;
  	margin-bottom: 40px;
}

.realDepth .vc_col-sm-6 {
    width: 35%;
    position: relative;
    left: 172px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
 
.realDepth h4 {
 	color: white; 
}
  
    /*kickstarter widget */
  
  .heading .wpb_widgetised_column {
    padding-bottom: 40px;
    text-align: center;
    position: relative;
    right: 140px;
    color: #2d81ee;
  }
  
  .homepage-container-design {
  	text-align:center;  
  }

  
}


@media only screen
and (max-width : 500px) { 
  
   .heading .wpb_widgetised_column {
    padding-bottom: 40px;
    text-align: center;
    position: relative;
    right: 140px;
    color: #2d81ee;
    position: relative;
    left: 20px;
  }
  
  .make-margin-bottom-zero {
   position: relative;
   right: 40px;
  }
  
  .realDepth .vc_col-sm-6 {
   text-align:center; 
  }
  
  
}