/*
Theme Name: Spicy Brocoli Base Theme
Theme URI: http://spicybroccoli.com
Description: Spicy Broccoli template for WordPress sites. Good for you company's health!
Author: Spicy Broccoli Media
Author URI: http://spicybroccoli.com/
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
html {
    height: 100%;
}
body {
	font-family: 'Nunito', sans-serif;
	line-height: 1;
	background-color: #fff;
	color: #414042;
    height: 100%;
}
h1, h2, h3, h4, h5, h6, .title-header {
	clear: both;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-align: left;
	font-weight: lighter;
	    color: #254882;
}
h1 {
	font-size:35px;
	line-height: 50px;
}
h2 {
	font-size:30px;
	line-height: 40px;
}
h3 {
	font-size:27px;
	line-height: 35px;
}
h4 {
	font-size:23px;
	line-height: 30px;
}
h5 {
	font-size:18px;
	line-height: 25px;
}
h6 {
	font-size:16px;
	line-height: 20px;
}
ol, ul {
	list-style: circle;
}
p {
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 30px;
}
article .content p:last-child {
    margin-bottom: 0;
}
article ul > li {
    padding-left: 20px;
    line-height: 20px;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:hover {
	text-decoration:none;
	color: #192158;
}
a:hover {
    text-decoration: none;
}
a, a *, a:before, a:after,
.btn,
#bottom-services .container ul li a div:after,
ul.sub-menu {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.img-responsive {
	display: block;
	width: 100%;
	height: auto;
}
.img-center {
	display: block;
	margin: 0 auto;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.container {
	width: 100%x;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.menu-trigger {
    display: none !important;
}
@media (min-width: 1231px) {
    .container {
    	width: 1230px;
    }

}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.clearfix:after, .container:after, .row:after {
	content: "";
	display: table;
	clear: both;
}
/* COLUMNS CONFIGURATION */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}

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

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

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

/* SECTION CONFIG  */
.section-space {
	padding-top: 60px;
    padding-bottom: 60px;
}
.section-space-bottom {
    padding-bottom: 60px;
}
.section-space-top {
    padding-top: 60px;
}
.section-space-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-space-bottom-sm {
    padding-bottom: 30px;
}
.section-space-top-sm {
    padding-top: 30px;
}
.section-space-double {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-space-bottom-double {
    padding-bottom: 100px;
}
.section-space-top-double {
    padding-top: 100px;
}
/* END SECTION CONFIG */
/* STRIPS */
.strip { }
/* END SECTION MAIN-NAVIGATION */
/* SECTION HERO */
section#hero-image {
	display: table;
	margin: 0 auto;
    margin-bottom: 30px;
}
/* END SECTION HERO */
/* BTNS */
.btn-wrapper {
	display: table;
	margin: 0 auto;
}
.btn-wrapper.right {
    margin-right: 0;
}
.btn-wrapper.left {
    margin-left: 0;
}
a.btn, .btn {
	padding: 14px 25px;
	display: block;
	background-color: #234f99;
	color: #fff;
	font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #234f99;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1.2px;
}
a.btn.big, .btn.big {
    font-size: 22px;
    line-height: 25px;
}
a.btn.small, .btn.small {
    line-height: 17px;
    padding: 10px 20px;
}
a.btn:hover, .btn:hover {
    background-color: #234f99;
    color: #fff;
}
input.btn {
    height: 45px;
    line-height: 0;
    cursor: pointer;
}
/* END BTNS */
/* BGS & colors */
.bg-blue {
	background-color: #33C2DC;
}
.bg-red {
	background-color: #ED145B;
}
.bg-orange {
	background-color: #FAAF40;
}
/* END BGS */
/* SLIDER */
.slider {
	position: relative;
}


/* CAROUSEL CONFIG */
.carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: table-cell;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-indicators {
	position: absolute;
    left: 50%;
    z-index: 15;
    width: 684px;
    padding-left: 0;
    margin-left: -342px;
    text-align: center;
    list-style: none;
	background-size:cover;
    height: 46px;
    padding-top: 15px;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  margin: 0 3px;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #234f99;
  border-color: #234f99;
}
/*
inspired from http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* END CAROUSEL*/
/* SECTION footer-bottom */
div#footer-section {
    background: #323232;
    padding: 35px 0;
    color: #686869;
    font-size: 12px;
    padding: 40px 0 35px;
}
div#footer-section .sbm {
    text-align: right;
}
div#footer-section a {
    text-decoration: underline;
}
div#footer-section a:hover {
    text-decoration: none;
    color: #65645f;
}
div#footer-section a{
    padding-right: 95px;
}
div#footer-section img {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
}
/* END SECTION footer-bottom */
/* END SLIDER */
/* SECTION sectionName */
section#sectionName {

}
/* END SECTION sectionName */
/* SECTION sectionName */
section#sectionName {

}
/* END SECTION sectionName */

/* COMMON */
/**********/
.img-container{
	position: relative;
	width: 100%;
}
.img-container img{
	width: 100%;
	height: auto;
}
.bottom-border{
	border-bottom: 2px solid #234f99;
}

/* HEADER */
/**********/
.branding img{
	width: 30%;
	max-width: 400px;
	float: left;
	padding-top:10px;
}
.navigation{
	float: right;
	width: calc(100%-600px);
	/*width: 50%; */
}
#contactDetails{
	color: white;
	width: 100%;
	vertical-align: top;
	display: inline-block;
	padding: 0 0 0px 0;
	background-color: rgba(0,0,0,0.15);
}
#contactDetails p,
#contactDetails span a{
	font-size: 14px;
	float: right;
	margin-right:20px;
	color: rgba(255,255,255,1);
	text-decoration: none;
	margin-bottom: 0;
	vertical-align: middle;
	line-height: 32px;
}
#contactDetails ul{
	float: right;
	 list-style: none;
}

#contactDetails ul li a img{
	border-radius:50%;
	padding:1px;
	height:32px;
	width:32px;
}
#contactDetails ul li a img:hover{
    background: #254882;
}

/* MAIN NAVIGATION */
.navigation nav{
	background-color: rgba(255,255,255,0.85);
	position: relative;
	 z-index: 999;
	margin-top: 20px;
}
/*.navigation nav:after{
	content: "";
	width: 100%;
	height:60px;
	position: absolute;
	right: -100%;
	top:0;
	background-color: rgba(255,255,255,0.85);
}*/
.navigation nav > ul{
	list-style: none;
	display: flex;
	width: 100%;
}
.navigation nav > ul > li {
    display: inline-block;
}
.navigation nav > ul > li:hover > a{
	background:rgba(37,72,130,1);
	color: #fff;
}

.navigation nav > ul > li.current-menu-item > a {
	background:rgba(37,72,130,1);
	color: #fff ;
}
.navigation nav > ul > li.current-menu-parent > a {
	background:rgba(37,72,130,1);
	color: #fff ;
}
.navigation nav ul.sub-menu > li a:hover {
    background: rgba(255,255,255,.8);
    color: #254882;
}
.navigation nav > ul > li:not(:last-child){ /*margin-right: 40px; */	}
nav > ul > li a{
	text-transform: uppercase;
	line-height: 18px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 16px;
	display:block;
}
nav ul li img{
	display: block;
}

.hasthumb .branding img {
    padding-bottom: 0px;
    max-width: 200px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}
.hasthumb .container.section-space {
    height: 395px;
}

.navigation nav > ul > li > ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    transform: translateY(5%);
}

.navigation nav > ul > li:hover > ul.sub-menu  {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    background-color: rgba(37,72,130,1);
}
.navigation nav > ul > li > ul.sub-menu > li {
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 14px;

}
.navigation nav > ul > li > ul.sub-menu > li:last-child {
    border-bottom: 0px;
}
.navigation nav > ul > li > ul.sub-menu > li a {
    display: block;
	padding: 10px 16px;
    color: #fff;
}
ul > li > ul.sub-menu > li:hover > a {
    color: #fff;
}

.navigation nav > ul > li > ul.sub-menu {
    position: absolute;
    z-index: 999;
    list-style: none;
}

.navigation nav ul li > ul.sub-menu > li{
	float:none;
	text-align:left;
}

/* BOTTOM SERVICES */
#bottom-services{
	background-color: rgba(35,79,153, 0.85);
	padding: 45px 0;
}
#bottom-services ul li{
	display: inline;
	float: left;
	width: 20%;
	text-align: center;
	position: relative;
}
#bottom-services ul li a img{
	width: 100%;
	height: auto;
	padding:20px;
	background-color: white;
	border-radius: 50%;
	margin: 0 auto 20px;
}
#bottom-services ul li a span{
	display: block;
	text-transform: uppercase;
	color: white;
	font-size: 18px;
    letter-spacing: 2px;
}

#bottom-services .container ul li a div:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    margin-left: -50%;
    margin-top: -50%;
}
#bottom-services .container ul li:hover a div:after {
    border: 3px solid #234f99;
    height: 96%;
    width: 96%;
    margin-left: -48%;
    margin-top: -48%;
}
div.hover-wrapper {
    height: 180px;
    width: 180px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
}
#bottom-services .container {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}
/* INNER COLUMN */
.inner-column .column-title,
.inner-column .column-sub-title{
	text-transform: uppercase;
	line-height: 50px;
	letter-spacing: 1.5px;
	text-align: left;
	font-weight: lighter;
}
.inner-column .column-title{
	color: #254882;
	font-size: 35px;
}
.inner-column .column-sub-title{
	color: rgba(37,72,130,0.85);
	font-size: 28px;
}

.inner-column .column-description{
	margin:20px 30px 20px 0;
}

.inner-column .column-description p{
	margin:20px 30px 20px 0;
}

.inner-column .column-description br{
	line-height: 40px;
	display: block;
}
.inner-column .btn-column{
	border: 1px solid #254882;
	text-transform: uppercase;
	color: #234f99;
	padding: 15px 65px;
	float: left;
	background-color: transparent;
	letter-spacing: 5px;
	margin-top: 21px;
	line-height:1;
}

/* WHAT WE DO*/
#whatwedo .inner-column{
	margin-left: 30px;
}
#whatwedo .column-description{
	margin-right: 0 !important;
}

/* NAVIGATION BOTTOM */
#navBottom{
	background-color: #234f99;
}
#navBottom ul li{
	display: inline-block;
	float: left;
	text-align: center;
	width: 25%;
	padding:2%;
}
#navBottom ul li img{
	margin:40px auto;
	display: block;
	height: 120px;
}
#navBottom ul li:hover img {
    margin-top: 20px;
    margin-bottom: 60px;
}
#navBottom ul li a span{
	text-transform: uppercase;
	color: #234f99;
	background-color: white;
	padding: 30px 5px;
	display: block;
	letter-spacing: 2px;
	border:2px solid #fff;
}


#navBottom ul li:hover a span{
	background:#234f99;
	color:white;
}
/*
#navBottom ul li a:hover span{
	border:2px solid #da561d;
}
*/
.cust-pad {
 padding-top: 8%;
}

/* Menu Icon */
.navigation nav > ul#menu-menu-2 > li:first-child > a:hover{
	content: '';
    background: url(images/homew.png) no-repeat center center;
	background-color:rgba(37,72,130,1);
}
.navigation nav > ul#menu-menu-2 > li:first-child > a {
       content: '';
    width: 50px;
    height: 50px;
    /* text-align: center; */
    background: url(images/home.png) no-repeat center center;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    /* margin-right: -20.5px; */
    /* top: 50%; */
    /* margin-top: -31px; */
}
.navigation nav > ul#menu-menu-2 > li:first-child {
    text-indent: -9999px;
    position: relative;
	width: 40px;
    margin-right: 10px;
}

/* Gallery Page */
figure.gallery-item {
    float: left;
}

/* Contact Form Page */
textarea, input { outline: none; }
input, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #161d48;
}
.section-space-bottom-contact {
padding: 50px 0 50px;
}
.cpagetop {
padding:50px 0px 0px
}
.custbutton {
    padding-top: 10.5px !important;
	max-height: 38px;
	color:#fff !important;
	background:#234f99 !important;
}
.custbutton:hover {
	color:#234f99 !important;
	background:#fff !important;
}
.custarea {
	max-height: 170px;
	margin-bottom:7px;
}


/* NEWS Page */
.post_image {
    display:    table;
	margin: 0 auto;
}
.post_box h5 {
	text-align:center;
	padding-top: 5px;
}
.post-container-news {
	padding-top:20px;
}
.post-container-news .col-md-6 {
	padding:20px;
}
.recent-post-container div {
	text-align: center;
}
.recent-post-container div img {
    max-width: 100%;
    height: auto;
}
.recent-post-container h5 {
	text-align:center;
	padding-top:5px;
}
#navBottom ul li a span {
    margin: 0 auto;
}
#mp-menu ul li a {
	text-transform:capitalize;
}
#mp-menu ul li a:hover,#mp-menu ul li.current-menu-item a {
	background:#234f99;
	color:#fff;
}
div#gallery-1 {
    max-width: 1200px;
    margin: 0 auto;
}

#header {
    background-size: cover;
    background-position: center center;
}