.error {
  color: red;
}

.width-70 {
  width: 70%;
}

.owl-stage-outer .owl-stage {
  display: flex !important;
  background-color: #f9f9f9;
}

.owl-stage-outer .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.row-b {
  margin-right: -15px;
  margin-left: -15px;
}

.contact-box {
  min-height: 330px;
}

.testimonials-member {
  position: relative;
  margin-top: 25px;
  padding: 10px 20px 20px;
  background-color: #fff;
  z-index: 0;
  min-height: 100px;
  box-shadow: 1px 4px 23px 1px #ddd;
  /* border-radius: 10px; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 19px;
}

.testimonials-member:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c12222;
  opacity: .1;
  -webkit-transition-property: border-color, box-shadow, opacity;
  transition-property: border-color, box-shadow, opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: -1
}

.folow-member {
  /* margin: 5px -10px; */
  padding: 5px 20px 5px;
}

.folow-member:hover {
  /* margin: 3px -8px; */
  padding: 7px 20px 7px;
  transform: scale(1.1);
}

.testim-author {
  font-weight: bold;
  font-style: italic;
}

@media only screen and (max-width: 768px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.textbox-pb {
  padding-bottom: 10px;
}

.socialMediaLinks i {
  margin: 0 10px 0 0;
  color: #000000;
  text-decoration: none;
}

/* .socialMediaLinks i:hover { 
  color: #673ab7; 
} */

.socialMediaLinks i.fa-youtube {
  color: #FF0000;
}

.socialMediaLinks i.fa-linkedin {
  color: #0077B5;
}

.socialMediaLinks i.fa-twitter {
  color: #00aced;
}

.socialMediaLinks i.fa-facebook {
  color: #3b5998;
}

.socialMediaLinks i.fa-pinterest {
  color: #C92228;
}

.socialMediaLinks i.fa-instagram {
  color: #8a3ab9;
}

.socialMediaLinks i.fa-google-plus-g {
  color: #d34836;
}


.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*

[Custom Stylesheet]

Project     : CloudSky - Multipurpose Domain, Hosting and WHMCS Template
Version     : 1.5
Author      : ThemeLooks
Author URI  : https://themeforest.net/user/themelooks

You can write your custom css styles in this file...

*/