html {
  scroll-behavior: smooth;
}

body {font-family: Arial, Helvetica, sans-serif;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 80px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 12px 20px;
  background-image: url(images/hackabilly_background.gif);
  text-align: center;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  text-align: center;
  color: white;
}
.single-service:hover{
		     		-moz-box-shadow:    3px 3px 5px 10px #ccc;
				    -webkit-box-shadow: 3px 3px 5px 10px #ccc;
				    box-shadow:         3px 3px 5px 10px #ccc;
				    border-radius:50%;
}

/*========== User Custom CSS Styles ==========*/
.home-buttons {
    width:300px!important;
    text-align:center;
}

.custom-buttons {width:350px!important;}

.custom-testimonials {}
.testimonial .testimonial-text {
    text-align: center!important;
}

.testimonial .testimonial-icon {
    display: none!important;
    
}

.testimonials>li {
margin-bottom: 50px !important;
border-bottom: 2px solid #cccccc;
padding-bottom: 30px;}


.spb_accordion .spb_accordion_section > h4 a {
    padding-right: 50px;
    
}

.spb_testimonial_slider_widget .spb-asset-content {
    padding-top: 20px!important;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.custom-divider {
    border-bottom-width:2px!important;
    border-color:#d1d1d1!important;}

a.sf-button.sf-button-has-icon>i {
    margin-right:5px!important;
    float:left!important;
    
}

.faq-item h6 {
    text-transform: none !important;
    margin-top: 20px;
}

.su-tabs-nav span.su-tabs-current,
.col-sm-4 .sf-button.accent {
    background: #122326 !important; /***Old Red tab#ed1c24 !important; ***/
    cursor: default;
    color: #fff;
}

.su-tabs {
background: #D6D6D6 !important;}

#resources .spb-asset-content > div {
    margin: 0 auto!important;
    display: block!important;
}
    
#resources .spb-asset-content a:link,
#resources .spb-asset-content a:visited {
    color: #fff;
}

#resources .spb-asset-content a:hover {
    color: #051F17;
}

.contact-opus-button a {
    color: #fff !important;
    padding: 15px 40px;
    border-radius: 40px;
    border: 2px solid;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.contact-opus-button a:hover {
    border: 2px solid #ED1C24;
    background: #ED1C24;
}

li.menu-item.sf-mega-menu > ul.sub-menu > li.menu-item > a,
li.menu-item.sf-mega-menu > ul.sub-menu > li.menu-item > span.title {
    white-space: normal;
    line-height: 1.5em;
    margin: 10px 10px 5px !important;
}

li.menu-item span.menu-item-text > i, li.menu-item span.title > i {margin-right: 8px !important; vertical-align: top !important;}

i[class^="fa-"] {font-size: 14px !important;}

#main-nav {text-transform:uppercase !important;}

.su-tabs-pane,
.su-tabs-nav span,
.spb_accordion .ui-accordion .ui-accordion-header {
    font-size: 20px!important;
}

.portfolio-item figcaption h4 {
    font-size: 12px;
}

.certbutton {
	display:block;
	margin: 0 auto;
	position:relative;
	height: 60px;
  	max-width: 200px;
	background-color: transparent;
	border: 3px solid #fff; 
	font-size:20px;
	color:#fff;
	text-align:center; 
	padding: 15px 0 0;
}

a.certbutton {
	text-decoration: none;
}

a.certbutton:hover {
	background-color: transparent;
    border-color: #ED1C24;
	color:#fff;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);

.containers {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contacts input[type="text"],
#contacts input[type="email"],
#contacts input[type="tel"],
#contacts input[type="url"],
#contacts textarea,
#contacts button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contacts {
  background: #F9F9F9;
  padding: 25px;
  margin: 150px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contacts h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contacts h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contacts input[type="text"],
#contacts input[type="email"],
#contacts input[type="tel"],
#contacts input[type="url"],
#contacts textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contacts input[type="text"]:hover,
#contacts input[type="email"]:hover,
#contacts input[type="tel"]:hover,
#contacts input[type="url"]:hover,
#contacts textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contacts textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contacts button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contacts button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contacts button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}


#contacts input:focus,
#contacts textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

