@charset "utf-8";

/*------------------------------------*\
	#Layout
\*------------------------------------*/

#page {
  position: relative;
}

#brandsen-awards {
  position: fixed;
  height: 100px;
  width: 100px;
  background-image: url(../images/logos/select-badge-2023.svg);
  background-size: cover;
  z-index: 99999;
  right: 0;
  bottom: 0;
}

#brandsen-awards a {
  width: 100%;
  height: 100%;
  display: block;
}

#brandsen-logo1 {
  position: fixed;
  height: 34px;
  width: 200px;
  background-size: cover;
  z-index: 99999;
  right: 0;
  bottom: 105px;
}

#brandsen-logo1 a {
  width: 100%;
  height: 100%;
  display: block;
}

#brandsen-logo2 {
  position: fixed;
  height: 47px;
  width: 100px;
  background-size: cover;
  z-index: 99999;
  right: 0;
  bottom: 150px;
}

#brandsen-logo2 a {
  width: 100%;
  height: 100%;
  display: block;
}

section.section-content {
  background-repeat: no-repeat;
  background-size: cover; /* Or 'contain', 'auto', or specific dimensions */
  background-position: center center; /* Adjust as needed */
  background-attachment: scroll; /* This ensures it scrolls with content */
}

body {
  color: #476278;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  background: #fff;
}
.site-header {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 100;
}
.category-navigation .col-md-3 {
  padding-left: 0;
  padding-right: 0;
  width: 20%;
}
.category-navigation .btn {
  font-size: 16px;
  border: none;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.category-navigation .btn:hover {
  border-color: transparent;
}
.category-navigation .glyphicon-triangle-bottom {
  color: #57c3ee;
}
.category-navigation .dropdown-menu {
  min-width: 100%;
  border-radius: 0;
  margin: 0;
}
.section-content {
  padding-top: 25px;
  padding-bottom: 25px;
}
.section-image {
  border-bottom: solid 12px rgba(78, 202, 255, 0.9);
}

@media (min-width: 768px) {
  .section-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-grid {
  background: #e9e9e9;
}
.section-scar .col-sm-6:nth-child(odd) {
  clear: left;
}
.project-item,
.client-item,
.category-item {
  margin-top: 15px;
  margin-bottom: 15px;
}
.project-item {
  position: relative;
  overflow: hidden;
  border-bottom: solid 12px rgba(78, 202, 255, 0.9);
}
.project-header {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-item:hover .project-header {
  background: rgba(78, 202, 255, 0.9);
}
.project-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0px;
}
.project-item .project-hero-img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-item:hover .project-hero-img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media (min-width: 768px) {
  .project-header {
    padding: 20px;
  }
}

.section-clients {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: solid 5px #e9e9e9;
}
.section-categories {
  background: url("../images/layout/grey.png") repeat left top;
}
.section-categories .category-item a {
  text-decoration: none;
}
.section-outro {
  min-height: 300px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: table;
  width: 100%;
}
.section-outro .entry-header {
  color: #fff;
  z-index: 9999;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.site-footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .footer-contact-info .btn {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
  }
}

@media (min-width: 768px) {
  .footer-contact-info .btn {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.footer-navigation {
  padding-top: 50px;
  padding-bottom: 50px;
}
.site-copyright {
  line-height: 1.3;
}

/*------------------------------------*\
	#Styles
\*------------------------------------*/

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
}
figure {
  margin: 0;
}
img {
  height: auto;
  max-width: 100%;
}
textarea {
  resize: vertical;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*------------------------------------*\
	#Headings
\*------------------------------------*/

.page-header {
  margin: 20px 0;
  border-bottom: solid 2px #4ecaff;
}
.entry-header .entry-title {
  margin-bottom: 20px;
}
.divider-title {
  padding-bottom: 15px;
  border-bottom: solid 2px #4ecaff;
}
.brand-title {
  color: #57c3ee;
}
.section-outro .entry-title {
  margin-bottom: 40px;
}

/*------------------------------------*\
	#Widgets
\*------------------------------------*/

.site-sidebar .search-form {
  padding: 1.5rem;
  background: #e9e9e9;
}
.site-sidebar .widget_search label {
  display: block;
}
.site-sidebar .widget_search .search-field,
.site-sidebar .widget_search .search-submit {
  width: 100%;
}
.site-sidebar .widget-title {
  padding-bottom: 5px;
  border-bottom: solid 2px #4ecaff;
}

/*------------------------------------*\
	#List
\*------------------------------------*/

@media (min-width: 992px) {
  .list-footer-nav li {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.list-bordered li {
  padding-right: 10px;
  border-right: solid 1px #ccc;
}
.list-bordered li:last-child {
  padding-right: 5px;
  border-right: none;
}

/*------------------------------------*\
	#Misc Classes
\*------------------------------------*/

.media-fluid {
  width: 100%;
  height: auto;
  display: block;
}
.clearfix {
  clear: both;
  display: block;
}

@media screen and (max-width: 768px) {
  .owl-controls {
    display: none !important;
  }
}

/*------------------------------------*\
	#Underscores
\*------------------------------------*/

.entry-meta,
.entry-footer {
  color: #666;
}
.entry-meta a,
.entry-footer a {
  color: inherit;
}
.entry-footer a {
  display: inline-block;
  margin-right: 5px;
}
.posts-navigation a,
.post-navigation a,
.comment-navigation a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  background: #f7f7f7;
}
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
  content: "←";
  padding-right: 5px;
  border-right: solid 1px #fff;
}
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
  content: "→";
  padding-left: 5px;
  border-left: solid 1px #fff;
}

@media screen and (max-width: 520px) {
  .posts-navigation .nav-next,
  .post-navigation .nav-next,
  .comment-navigation .nav-next,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous,
  .comment-navigation .nav-previous {
    float: none;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 5px;
  }
  .posts-navigation a,
  .post-navigation a,
  .comment-navigation a {
    display: block;
  }
}

.comments-area label {
  display: block;
  text-transform: uppercase;
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area textarea {
  width: 100%;
  background: #fff;
}
.comments-area input[type="submit"] {
  color: #fff;
  border: 1px solid;
  border-color: transparent;
  padding: 10px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  background: #59c8f3;
  box-shadow: none;
}
.comments-area .required {
  color: #530707;
}
.comment-body {
  padding-left: 5px;
  margin-top: 20px;
  border-left: solid 3px #ececee;
  margin-bottom: 20px;
}
.comment-respond {
  padding: 10px;
  background: #f7f7f7;
}
.comment-respond .comment-reply-title {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.comment-author .avatar {
  border-radius: 50%;
}

/*------------------------------------*\
	#Bootstrap
\*------------------------------------*/

.navbar-default {
  margin-bottom: 0;
  border-radius: 0;
  border-right: 0;
  border-left: 0;
  border-top-color: transparent;
  background-color: #fff;
}
.navbar-default .navbar-brand {
  color: #777777;
  height: auto;
  width: 230px;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav {
    padding-top: 15px;
  }
}

@media (min-width: 992px) {
  .navbar-default .navbar-brand {
    width: 250px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navbar-default .navbar-nav {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .navbar-default .navbar-brand {
    width: auto;
  }
  .navbar-default .navbar-nav {
    padding-top: 45px;
  }
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #476278;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    border-right: solid 1px #476278;
  }
  .navbar-default .navbar-nav > li:last-child > a {
    border-right: solid 1px transparent;
  }
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #59c8f3;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #476278;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #e9e9e9;
  background-color: #fff;
  box-shadow: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #e9e9e9;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #476278;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #59c8f3;
  background-color: transparent;
}

/*------------------------------------*\
	# Dropdown
\*------------------------------------*/

.dropdown-menu {
  font-size: 16px;
  min-width: 200px;
  padding: 10px 0;
  text-align: left;
  background-color: #e9e9e9;
  border: 1px solid #e7e7e7;
}
.dropdown-menu > li > a {
  padding: 10px 20px;
  color: #476278;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #59c8f3;
  background-color: #fff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #59c8f3;
  background-color: #fff;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  background-color: transparent;
  background-image: none;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    background-color: #e9e9e9;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #476278;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #59c8f3;
    background-color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #59c8f3;
    background-color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

/*------------------------------------*\
	#Buttons
\*------------------------------------*/

.btn-box {
  border-radius: 0;
}
.btn-default {
  color: #476278;
  background-color: #ffffff;
  border-color: #476278;
  border-width: 2px;
}
.btn-default:hover {
  color: #333333;
  background-color: #e9e9e9;
  border-color: #adadad;
}
.btn-info {
  background-color: #4cb9e8;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  background-color: #35b0e5;
  border-color: #31b0d6;
}
.btn-info:hover {
  background-color: #35b0e5;
  border-color: #31b0d6;
}
.btn-info:active,
.btn-info.active {
  background-color: #31b0d6;
  border-color: #27a2c6;
  background-image: none;
}
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.btn-info:active.focus,
.btn-info.active.focus {
  background-color: #27a2c6;
  border-color: #2391b1;
}
.btn-transparent {
  color: #fff;
  background-color: none;
  border-color: #fff;
}
.btn-transparent:focus,
.btn-transparent.focus {
  background-color: #fff;
  border-color: #fff;
}
.btn-transparent:hover {
  background-color: #fff;
  border-color: #fff;
}
.btn-transparent:active,
.btn-transparent.active {
  background-color: #ededed;
  border-color: #e0e0e0;
  background-image: none;
}
.btn-transparent:active:hover,
.btn-transparent.active:hover,
.btn-transparent:active:focus,
.btn-transparent.active:focus,
.btn-transparent:active.focus,
.btn-transparent.active.focus {
  background-color: #ededed;
  border-color: #e0e0e0;
}

/*------------------------------------*\
	#XL Grid
\*------------------------------------*/

@media (min-width: 1600px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}

/*------------------------------------*\
	#Meta Slider
\*------------------------------------*/

.site-feature {
  overflow: hidden;
  position: relative;
  border-bottom: solid 12px #e9e9e9;
  background: rgba(0, 0, 0, 0.75);
}
.site-feature:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  background: rgba(78, 202, 255, 0.9);
}
.site-feature .metaslider .flexslider {
  margin: 0;
  border-radius: 0;
}
.site-feature .metaslider .caption-wrap,
.site-feature .caption-wrap {
  position: static;
  opacity: 1;
  background: none;
}
.site-feature .metaslider .caption,
.site-feature .caption {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  padding: 10px 10px 20px;
}

@media (min-width: 768px) {
  .site-feature .metaslider .caption-wrap,
  .site-feature .caption-wrap {
    position: absolute;
    left: 10%;
    top: 20%;
    bottom: auto;
    width: 50%;
  }
  .site-feature .metaslider .caption,
  .site-feature .caption {
    font-size: 24px;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: solid 12px rgba(78, 202, 255, 0.9);
    background: rgba(0, 0, 0, 0.75);
  }
}

@media (min-width: 992px) {
  .site-feature .metaslider .caption,
  .site-feature .caption {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .site-feature .metaslider .caption-wrap,
  .site-feature .caption-wrap {
    width: 40%;
  }
}

@media (min-width: 1600px) {
  .site-feature .metaslider .caption-wrap,
  .site-feature .caption-wrap {
    top: 30%;
    left: 15%;
    width: 30%;
  }
  .site-feature .metaslider .caption,
  .site-feature .caption {
    font-size: 36px;
  }
}

.site-feature .flex-direction-nav a {
  width: 50px;
  height: 50px;
  background: url("../images/layout/icon-arrows.png") no-repeat 0 0;
  webkit-background-size: cover;
  background-size: cover;
  z-index: 9999;
}
.site-feature .flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -50px;
}
.site-feature .flex-direction-nav .flex-prev {
  left: -50px;
}
.site-feature .flexslider:hover .flex-next {
  right: 15px;
}
.site-feature .flexslider:hover .flex-prev {
  left: 15px;
}

@media (max-width: 768px) {
  .site-feature .flex-control-nav {
    display: none;
  }
}

.site-feature .flex-control-nav {
  bottom: 3%;
  z-index: 9999;
}
.site-feature .flex-control-nav li a {
  width: 12px;
  height: 12px;
  margin: 0 2px;
}
.site-feature .flex-control-paging li a {
  width: 12px;
  height: 12px;
  background: none;
  background: rgba(255, 255, 255, 0);
  border: solid 2px #fff;
  box-shadow: none;
}
.site-feature .flex-control-paging li a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.site-feature .flex-control-paging li a.flex-active {
  background: #fff;
  background: rgba(255, 255, 255, 1);
}
