@charset "utf-8";
/* CSS Document */

/* section_4 start */

.section_4{
     float: left;
    width: 100%;
    background-image: url(../gradient_bg1.html);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
	text-align:center;
	position:relative;
}
.section_4_gradient_overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #30a3f0; /* Old browsers */
	background: -moz-linear-gradient(left, #30a3f0 2%, #30a3f0 2%, #30a3f0 39%, #30a3f0 40%, #30a3f0 42%, #30a3f0 42%, #30a3f0 43%, #30a3f0 43%, #30a3f0 45%, #30a3f0 45%, #30a3f0 48%, #141414 70%, #141414 70%, #141414 75%, #141414 77%, #141414 100%, #30a3f0 100%, #30a3f0 100%, #141414 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #30a3f0 2%,#30a3f0 2%,#30a3f0 39%,#30a3f0 40%,#30a3f0 42%,#30a3f0 42%,#30a3f0 43%,#30a3f0 43%,#30a3f0 45%,#30a3f0 45%,#30a3f0 48%,#141414 70%,#141414 70%,#141414 75%,#141414 77%,#141414 100%,#30a3f0 100%,#30a3f0 100%,#141414 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #30a3f0 2%,#30a3f0 2%,#30a3f0 39%,#30a3f0 40%,#30a3f0 42%,#30a3f0 42%,#30a3f0 43%,#30a3f0 43%,#30a3f0 45%,#30a3f0 45%,#30a3f0 48%,#141414 70%,#141414 70%,#141414 75%,#141414 77%,#141414 100%,#30a3f0 100%,#30a3f0 100%,#141414 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	opacity:0.2;
}
.section_4 .page_header_title h1 {
    font-size: 50px;
    color: #fff;
	font-weight:900;
	text-transform:uppercase;
	text-align:center;
}
.section_4 .sub_title_section{
	float:left;
	width:100%;
	margin-bottom:10px;
    text-align:center;
}
.section_4 .sub_title{
	display:inline-block;
}
.section_4 .sub_title li{
	float: left;
    font-size: 18px;
    color: #fff;
	font-weight: 300;
}
.section_4 .sub_title li:last-child{
	color: #fff;
}
.section_4 .sub_title a {
    color: #fff;
}
.section_4 .sub_title a:hover {
    color: #4285f4;
}
.section_4 .sub_title i {
    padding: 0px 15px;
}   

/* section_4 end*/

#secondary {
	padding: 40px 0 40px 0;
	clear: both;
}

#secondary .row {
	display: flex;
flex-wrap: wrap;
}

/** Fix ul's **/

#secondary ul {
	margin:10px;
	margin-left: 30px;
	list-style: disc
}

#secondary ul li {
	display: list-item;	
}

#secondary .isotope-filters ul {
	margin:10px;
	list-style: none;
}

#secondary .isotope-filters ul li {
	display: inline-block;
		margin-right: 20px;
}

#secondary .nav-tabs-wrap ul {
	list-style: none;
	margin-left: 0px;
}

#secondary .card-custom ul.oiw-downloads a {
	display: inline;
}

#secondary .product-thumbnails {
	margin: 0;
}

#secondary .product-thumbnails li {
	display: inline-block;
}

#secondary .column-aside ul {
	list-style: none;
	margin-left: 0px;
}

#secondary .isotope-item {
	margin-top: 20px;
}

#secondary .services-classic {
	min-height: 350px;
}

#secondary .services-classic-text {
	margin-top: 0px;
	margin-bottom: 20px;

}
	
#secondary h3 + p {
	margin-top: 20px;
}

#secondary h3 {
	margin-top: 20px;
	font-size: 26px;
}

#credit {
text-align:center;
padding-bottom:10px;
background-color:#11202e;
}

.section_4 .sub_title li:last-child::after {
	content:none;
	padding-right: 0px;
}

.section_4 .sub_title li::after {
	content: "\f105";
	padding: 0px 15px;
	display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
font-size: inherit;
text-rendering: auto;
}

.panel-heading {
	padding: 0;
	
}

.accordionTwo .panel-default > .panel-heading {
	border: 1px solid #278f95;
}

.accordionTwo .panel-group .panel-heading + .panel-collapse > .panel-body {
	background-color: #278f95;
}

.accordionTwo p {
	color: #ffffff;
}

.panel-title h2 {
	color: inherit;
}

.sidebar_widget{
	float: left;
    width: 100%;
	margin-bottom:50px;
}
.sidebar_widget h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
	text-transform:uppercase;
}
.sidebar_widget h4:after {
    display: block;
    content: "";
    background: #4285f4;
	border:1px solid #4285f4;
    width: 40px;
    height: 4px;
	border-radius:3px;
    margin-top: 13px;
}

/* archives_wrapper start */

.archives_wrapper{
	float:left;
	width:100%;
}

#secondary .archives_wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#secondary .archives_wrapper ul li{
	border-bottom: 1px solid #e4e4e4;
	padding: 15px 0px;
}
#secondary .archives_wrapper ul li a{
	color:#222222;
    font-weight: 500;
}
#secondary .archives_wrapper ul li i{
	margin-right:30px;
	color:#999;
}
#secondary .archives_wrapper ul li:hover a,
#secondary .archives_wrapper ul li:hover i{
	color:#4285f4;
}

#secondary .archives_wrapper .down_btn ul {
float: none;
}

#secondary .archives_wrapper .down_btn li a {
color: #fff;
background: #30a3f0;
text-align: center;
line-height: 50px;
border-radius: 5px;
font-family: 'Titillium Web', sans-serif;
font-size: 14px;
font-weight: bold;
	width: 100%;
	margin-bottom: 20px;
	display: block;
	float: none;
	height: auto;
}

#secondary .archives_wrapper .down_btn li a:hover {
color: #000;
background: #ccc;
}

    .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

#secondary p {
	color: #333;
}

#secondary .panel-body p {
	color: #ffffff;
}

#secondary p a {
	text-decoration: underline;
	color: #4285f4;
}

#secondary .isotope-item a.button-link  {
	text-decoration: underline;
	color: #4285f4;
}

#secondary p a:hover {
	color: #333;
}

#secondary .isotope-item a.button-link:hover {
	color: #333;
}

#secondary .panel-body p a {
	color: #ffffff;
}

#secondary .panel-body p a:hover {
	color: #ffffff;
}

.hidetabs {
	display: none;
}

h4.team-corporate-name {
	margin-top: 10px;
}

#secondary img {
	max-width: 100%;
}

#secondary h5.services-classic-title {
	margin-top: 10px;
}
.section_4_gradient_overlay {

  background: linear-gradient(to right, #000000, #000000);
	opacity: .5
}


