/*

Birdsoft LLC 2020
 
Highly Modified From Template:
Template 2089 Meteor
http://www.tooplate.com/view/2089-meteor

*/

* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', arial, sans-serif;
}

p {
	color: #3371ff;
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 24px;
}
.primary-button a {
	display: inline-block;
	background-color: #3371FF;
	padding: 12px 18px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
.primary-button a:hover {
	background-color: ;
}
.white-button a {
	display: inline-block;
	background-color: #fff;
	padding: 12px 18px;
	color: #121212;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
.white-button a:hover {
	background-color: #121212;
	color: #fff;
}
.section-heading h4 {
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #121212;
}

.section-heading .line-dec {
	width: 60px;
	height: 3px;
	background-color: #121212;
	margin: 0 auto;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}

.navbar-nav>li>a {
	color: #3371ff!important;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 0.5px;
}

.navbar-nav>li {
	margin-left: 45px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 80px;
    background-color:transparent;
    
    text-align: center;
    line-height: 40px;
}

.header.active .navbar-nav>li>a {
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	color: #121212!important;
}

.header.active {
    background-color: rgba(250, 250, 250, 0.98);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.header.active .navbar-brand .logo{
	margin-top: 20px;
	background-image: url(../img-20/bslogo1a.png);
	display: inline-block;
	background-repeat: no-repeat;
	
	width: 206px;
	height: 45px;

	background-size: contain;
}

.header .navbar-brand {
    font-weight: 900;
}

.header .navbar {
    margin: 0;
    border: none;
}

.header2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 80px;
    background-color: transparent;  
    
    text-align: center;
    line-height: 40px;
}

.header2.active .navbar-nav>li>a {
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	color: #121212!important;
}

.header2.active {
    background-color: rgba(250, 250, 250, 0.98);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}


.header2.active .navbar-brand .logo{
	margin-top: 20px;
	background-image: url(../img-20/bslogo1a.png);
	display: inline-block;
	background-repeat: no-repeat;
	
	width: 206px;
	height: 45px;

	background-size: contain;
}

.header2 .navbar-brand {
    font-weight: 900;
}

.header2 .navbar {
    margin: 0;
    border: none;
}

.navbar-brand .logo{
	margin-top: 20px;
	background-image: url(../img-20/bslogo1a.png);
	display: inline-block;
	background-repeat: no-repeat;
	
	width: 206px;
	height: 45px;

	background-size: contain;
}


#main-nav {
	background-color: transparent;
	background-image: none!important;
}

.navbar-inverse {
	background-image: none;
	background-color: transparent;
}


.navbar-inverse .navbar-toggle {
	margin-top: 22px;
    border-color: #3371FF;
    background-color: #3371FF;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #3371FF;
}
bootstrap.min.css:5
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav {
        float: right;
    }
}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}

/* HERO SLIDER */

.slide-caption {
	color: #fff;
}

.slide-caption span {
	font-size: 14px;
	text-transform: uppercase;
}

.slide-caption h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 900;
}

.slide-caption p {
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 24px;
}

ul.cd-hero-slider {
	margin-bottom: 0px!important;
}

/* Page Sections*/

.page-section {
    padding: 10px 10px;
    background-image: url(../img-20/lightbubbles2.png);
    background-repeat: repeat-yes;
    background-color: #f6f6f6;
 }

.page-section .main-text {
    margin-left: 20px;
    margin-top: 28px;
    margin-bottom: 20px;
}

.page-section p {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #384a56;
}

.page-section .image-area-smoosh img {
     
     max-height: 400px;
    padding: 36px 36px;
}

.page-section .image-area img {
     
    padding: 24px 24px;
}


.page-section .image-example img {
     
    margin-left 64px;
   padding: 0px 4px 0px 32px;
}


.page-section .smaller-text {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #384a56;
}

.page-section .smaller-text h3 {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.page-section .smaller-text ul
{
    font-size: 13px;
    color: #384a56;
}

.page-section h2 {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 400;
    color: #384a56;
}

.page-section h3 {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.page-section h4 {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
    color: #000;
}

.page-section ul
{
    font-size: 15px;
    color: #384a56;
}

.page-section ul li
{
    padding: 1px 0px 0px 8px;
    vertical-align: middle;
    margin-left: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.page-section .blue-check ul
{
    font-size: 14px;
    color: #384a56;
    list-style-type: none;
}

.page-section .blue-check ul li
{
    background: url(../img-20/bulletcheck.png) no-repeat 2px 2px transparent;
    padding: 1px 0px 0px 32px;
    vertical-align: middle;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 26px;
}

.page-section-white {
    background-color: #fff;
    padding: 10px 0px 10px 0px;
}

.page-section-white .image-area {
    margin-left: 20px;
    margin-top: 12px;
    padding: 0px 0px 10px 0px;
}

.page-section-white .main-text {
    margin-left: 20px;
    margin-top: 32px;
}

.page-section-white p {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #384a56;
}

.page-section-white h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
    color: #000;
}

.page-section-white h3 {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.page-section-white ul
{
    font-size: 15px;
    color: #384a56;
    /*list-style-type: none;*/
}

.page-section-white ul li
{
    padding: 1px 0px 0px 8px;
    vertical-align: middle;
    margin-left: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.page-section-white .blue-check ul
{
    font-size: 14px;
    color: #384a56;
    list-style-type: none;
}

.page-section-white .blue-check ul li
{
    background: url(../img-20/bulletcheck.png) no-repeat 2px 2px transparent;
    padding: 1px 0px 0px 32px;
    vertical-align: middle;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 26px;
}
/* main-meat-section */

#main-meat-section a
{
    color:#3371ff
}

#main-meat-section ul
{
    font-size: 14px;
    color: #384a56;
    list-style-type: none;
}

#main-meat-section ul li
{
    background: url(../img-20/bulletcheck.png) no-repeat 2px 2px transparent;
    padding: 1px 0px 0px 32px;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 26px;
}

#main-meat-section {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 90px 0px 50px 0px;
	color: #202628;
    background-color: #fff;
}

#main-meat-section .blue-box-image img {
	width: 96%;
	overflow: hidden;
    border-radius: 24px;
    border-width: 2px;
    border-color: #0A48D7;
    margin-left: 0px;
    margin-top: 32px;
    
    padding: 18px 18px;
    
    /*background-image: linear-gradient(to bottom right, #0A48D7,#3371FF);*/

    background-color:#3371FF;
    background-image: url(../img-20/lightbubbles.png);
    background-repeat: repeat-yes;

}

#main-meat-section .red-box-image img {
    width: 96%;
    overflow: hidden;
    border-radius: 24px;
    margin-left: 0px;
    margin-top: 32px;
    padding: 18px 18px;
    
 
    background-color:#d62206;
    background-image: url(../img-20/lightbubbles.png);
    background-repeat: repeat-yes;
}

#main-meat-section .smaller-text {
    margin-bottom: 14px;
    font-size: 11px;
    font-weight: 400;
    color: #384a56;
}

#main-meat-section .main-text {
    margin-left: 20px;
    margin-top: 32px;
}

#main-meat-section h4 {
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 26px;
	margin-bottom: 4px;
}

#main-meat-section h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin-bottom: 25px;
}

#main-meat-section h2 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 19px;
    margin-bottom: 25px;
}


#main-meat-section p {
	margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
	color: #384a56;
}

#main-meat-section a:hover {
	color: #3371FF;
}


#main-meat-section .section-heading .line-dec {
	background-color: #fff;
}

#social-icons {
    text-align: right;
    color: #e6e6e6;
}

#social-icons p {
    text-align: right;
    color: #e6e6e6;
}

#copyright-text p {
    text-align: left;
    color: #e6e6e6;
}

.pop, .pop2, .pop3 {
	z-index: 9999;
	text-align: center;
	padding: 30px;
    display:none;
    position:fixed;
    top:25%;
    left:10.3%;
    width:80%;
    height: auto;
    box-shadow: 0px 0px 25px #7a7a7a;
}

.pop span, .pop2 span, .pop3 span {
	margin-bottom: 20px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background-color: #3371FF;
}

.pop span:hover, .pop2 span:hover, .pop3 span:hover {
	background-color: #3371FF;
	transition: all 0.5s;
}

/* FOOTER */

footer {
	background-color: #fff;
	padding: 12px;
}

footer a {
    font-size: 12px;
    color: #3371ff;
    margin-bottom: 0px;
    margin-top: 4px;
}


footer p {
	font-size: 12px;
	color: #e3e3e3; /*#202628;*/
	margin-bottom: 0px;
	margin-top: 4px;
}

footer em {
	font-style: normal;
	font-weight: 700;
	color: #3371FF;
}

footer ul {
	margin-top: 12px;
	float: right;
    list-style: none;
}



footer ul li {
	display: inline-block;
	margin-left: 5px;
}

footer ul li a {
	font-size: 16px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	background-color: #3371FF;
	color: #fff;
	border-radius: 50%;
}

footer ul li a:hover {
	color: #202628;
	background-color: #b5b5b5;
	transition: all 0.5s;
}

footer a:hover {
	color: #3371FF;
}

footer .section-heading .line-dec {
	background-color: #fff;
}

footer .copyright-links {
    margin-top: 40px;
}

footer .right-text {
    text-align: right;
    font-size: 6px;
}

footer .text-content {
	font-size: 12px;
	color: #ccc;
}


/* LIGHT BOX */

body:after {
  content: url(../img-20/close.png) url(../img-20/loading.gif) url(../mg-20/prev.png) url(../mg-20/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  margin-top: 5%;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img-20/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img-20/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img-20/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img-20/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



/* RESPONSIVE */

@media (max-width: 767px){
	#main-nav {
		border-color: rgba(250, 250, 250, 0.95);
		margin-top: 16px;
		background-color: rgba(250, 250, 250, 0.95);
		box-shadow: 0px 5px 10px #cdcdcd;
	}
	.navbar-nav {
		padding: 0px;
		margin-top: 0px;
		margin-top: 0px;
	}
	.navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid #eee;
	}
	.navbar-nav>li:last-child {
		border-bottom: none;
	}
	.navbar-nav>li>a {
		line-height: 50px;
		color: #121212!important;
	}
}

@media (max-width: 768px){
	.cd-hero .slide-caption span {
		font-size: 13px;
	}

	.cd-hero .slide-caption h2 {
		font-size: 28px;
	}
}


@media (max-width: 1015px){
	.slide-caption .content-caption p {
		padding: 0 10%;
	}
	.service-item {
		margin-bottom: 30px;
	}
	#main-meat-section .right-image {
		margin-top: 60px;
	}
	#projects-holder {
		margin-top: 20px;
	}
	#blog .pop {
		top: 15%;
		height: 80%;
		overflow-y: scroll;
	}
	.fact-item {
		margin-bottom: 15px;
	}
	.map {
		margin-bottom: 45px;
	}
	footer {
		text-align: center;
	}
	footer ul {
		float: none;
	}
}
