.wpcf7 input.wpcf7-text { width: 80%;}
.wpcf7 textarea.wpcf7-textarea { width: 189%  !important; }
.wpcf7-form textarea { height: 140px; }

.wpcf7-submit {
    background-color: #0085ba !important;
    border-color: #fff !important;
  	color: #0085ba;
    box-shadow: 0 0.25em 0 0 #02aed6, 0 4px 9px rgba(0, 0, 0, 0.75);
}

.wpcf7-submit:hover {
    background-color: #0b8ead;
    border-color: #0b8ead;
  	color: #fff ! important;
    box-shadow: 0 0.25em 0 0 #fff, 0 4px 9px rgba(0, 0, 0, 0.75);
}

/* Enter Your Custom CSS Here */

/* For go top button */
.go-top.show {
    left: auto !important;
    right: 2px !important;
  	margin-bottom: 30px !important;
}

.go-top
{
  background-color:#0088cc;
  color:#ffffff;
}

.go-top:hover
{
  background-color:#06567e;
  color:#ffffff;
}

/*For the main and subtitle colours*/

.slide-item:nth-of-type(1) .text-slider .maintitle {
color: #fff !important;
  margin-top: -20px !important;
}
.slide-item:nth-of-type(1) .text-slider .subtitle {
  color: #fff;
  font-weight:bold;
  margin-top: -20px !important;
}

/*If no sliding text*/
.maintitle{
  color: #fff !important;
  text-align: left !important;
}


/* Change default loader*/

.preloader .pre-bounce1, .preloader .pre-bounce2 {
    display: none;
}
.preloader .spinner {
    background-image: url('https://www.officespaceng.com/wp-content/uploads/2019/01/loader.gif');
    width: 150px !important;
    height: 150px !important;
    background-repeat: no-repeat;
    background-size: contain !important;
}

/* Arrow for going top
.go-top
{
	background-color:grey;
  color:#ffffff;
}

.go-top:hover
{
  background-color:#4ea4e1;
  color:#ffffff;
}


/*Site logo*/
.site-logo {
  max-height: 67px !important;
  margin-left: 0px !important;
}



@media only screen and (max-width:1024px){
  
  #masthead.site-header.fixed {
    position: fixed !important;
    margin-bottom: 50px;
  } 
  
}


@media only screen and (max-width:767px){
  
  .site-header{
    height: 70px;
    
  }
  
  
  .header-wrap{
    text-align: left;
  }
 
}

.site-header {
  background-color: #000;
  margin: 0px 0;
  text-align: left;
  padding-left: 0px;
}

.site-header .float-header {
    display: block !important;
}

/*Re-align/position slider text*/
.slide-inner{
  text-align: left;
  padding-left: 40px;
}

.text-slider .maintitle:after{
  left: auto;
  right: 0;
}

.text-slider .maintitle{
  font-size: 35px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5) !important;
}

.text-slider .subtitle{
  font-size: 20px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5) !important;
}

/*Change call to action font color*/

/* Normal state */
.roll-button.border{
  /*background-color: #ff0000; */
  color: #fff !important;
  border-color: #fff000;
  background-color: green  ;
}

#mainnav .menu-item-has-children a:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 5px;
}

/* On hover state */

.roll-button.border:hover{
  background-color: #00e544;
  border-color: #fff;
  color: #fff !important; 
}
/*Reduce space between menu items */
#mainnav li {
    padding: 0 5px;
	margin-left: 0px !important;
}

/* Customize contact7 form textboxes/textarea */
#data3
{
	width: 76% !important;
}