/*
Theme Name: Spicy Broccoli 2020
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: Comercial
*/

/* =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, figure, 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;
}
html {
    height: 100%;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* BODY - FALLBACK VALUES */
body {
	font-family: 'Raleway', sans-serif;
	background-color: #fff;
	color: #000;
	height: 100%;
	font-size: 15px;
	line-height: 22px;
	font-weight: 300;
}
/* END BODY - FALLBACK VALUES */

/* FONTS */
.font-raleway{
	font-family: 'Raleway', sans-serif;
}
.font-xxsmall{
	font-size:8px;
}
.font-xsmall{
	font-size:10px;
}
.font-small{
	font-size:13px;
}
.font-medium{
	font-size:15px;
}
.font-large{
	font-size:25px;
}
.font-xlarge{
	font-size:27px;
}
/* END FONTS */

/* TITLE HEADERS */
h1, h2, h3, h4, h5, h6, .title-header {
	clear: both;
	font-weight: 800;
	font-size: 35px;
	line-height: 40px;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 30px;
	text-align: center;
	color: #000;
	font-family: 'Bebas Neue', cursive;
}
.title-header.small {
	font-size: 25px;
	line-height: 30px;
}
.title-header.xsmall {
	font-size: 18px;
	line-height: 22px;
}
.title-header.xxsmall {
	font-size: 15px;
	line-height: 22px;
}
.title-header span,
.title-header strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-size: 30px;
	display: block;
	text-transform: capitalize;
	font-weight: 300;
}
/* PAGE CONFIG */
#page .content h1,
#page .content h2,
#page .content h3,
#page .content h4,
#page .content h5,
#page .content h6 {
	text-align: left;
	font-size: 25px;
	line-height: 30px
}
#page .content h3 { font-size: 23px; line-height: 30px; }
#page .content h4 { font-size: 21px; line-height: 28px; }
#page .content h5 { font-size: 19px; line-height: 26px; }
#page .content h6 { font-size: 17px; line-height: 24px; }
/* END PAGE CONFIG */
/* END TITLE HEADERS */

/* PARAGRAPHS AND LISTS */
p {
	line-height: 25px;
	margin-bottom: 30px;
	font-weight: 500;
}
p.large {
	font-size: 20px;
	line-height: 30px;
}
p:last-child {
	margin-bottom: 0px;
}
article .content p:last-child {
    margin-bottom: 0;
}
ol, ul {
	list-style: none;
}
article ul > li,
article ol > li {
    padding-left: 0px;
    line-height: 24px;
}
article ol{
	list-style: decimal;
}
article ul {
	list-style: square;
}
article ol,
article ul {
	list-style-position: outside;
	margin-bottom: 30px;
	margin-left: 18px;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
/* END PARAGRAPHS AND LISTS */
/* LINKS */
a {
	text-decoration: underline;
	text-decoration-color: transparent;
	color: inherit;
}
a:active, a:hover {
	/* color: #40a757; */
}
a, a *, a:before, a:after,
.btn {
	-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;
}
/* END LINKS */

/* IMAGES */
figure img {
	display: block;
	-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, .img-fluid {
	display: block;
	width: 100%;
	height: auto;
}
figure > img {
	max-width: 100%;
	height: auto;
}
figure.circle {
    border-radius: 50%;
    overflow: hidden;
}

.figure-full {
	width: 100%;
	overflow: hidden;
}

.object-fit-cover{
	object-fit: cover;
}

/* END IMAGES */

/* TEXTS */
.txt-upper {
	text-transform: uppercase;
}
.no-transform {
	text-transform: initial;
}
/* END TEXTS */

/* ALIGNMENTS */
.align-left { text-align: left !important; }
.align-right { text-align: right !important; }
.align-end { text-align: end !important; }
.align-center > p, 
.align-center { text-align: center !important; }
.img-center,
.aligncenter, 
img.aligncenter,
.img-center img {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* END ALIGNMENTS */

/* PADDINGS & MARGINS */
.no-padding { padding: 0 !important;} 
.no-padding-top { padding-top: 0 !important; }
.no-padding-bottom { padding-bottom: 0 !important; }
.no-padding-left { padding-left: 0 !important; }
.no-padding-right { padding-right: 0 !important; }
.no-margin { margin: 0 !important; }
.no-margin-top { margin-top: 0 !important; }
.no-margin-bottom { margin-bottom: 0 !important; }
.no-margin-left { margin-left: 0 !important; }
.no-margin-right { margin-right: 0 !important; }

.padding-0-15 { padding: 0px 15px !important; }
.padding-0-10 { padding: 0px 10px !important; }
.padding-0-50-0-45 { padding: 0px 50px 0px 45px !important; }
.padding-0-45-0-50 { padding: 0px 45px 0px 50px !important; }
.padding-bottom-5 { padding-bottom: 5px !important; }
.padding-top-15 { padding-top: 15px !important; }
.padding-top-30 { padding-top: 30px !important; }
.padding-right-20 { padding-right: 20px !important; }
.padding-left-20 { padding-left: 20px !important; }
.padding-0-15-0-20 { padding: 0px 15px 0px 20px !important; }
.padding-0-20-0-15 { padding: 0px 20px 0px 15px !important; }
/* END PADDINGS & MARGINS */

/* BACKGROUND & COLOURS */
.bg-cover {
	background-size: cover;
	background-position: center center;
}

.parallax{
	/* Create the parallax scrolling effect */
	background-attachment: fixed; 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* END BACKGROUND & COLOURS */

/* HEIGHT */

.height-full{
	height: 100%;
}

/* END HEIGHT */

/* SPACING*/

.space-top-section{
	margin-top: 30px;
}

.space-section{
	margin: 90px 0px;
}

.space-50-90-section{
	margin-top: 50px;
	margin-bottom: 90px;
}

.space-bottom-90-section{
	margin-bottom: 90px;
}

.space-top-40-section{
	margin-top: 40px;
}

.section-space-bottom-sm {
    padding-bottom: 25px;
}

/* END SPACING */


/* FLOAT */

.float-right{
	float: right;
}

.float-left{
	float: left;
}

/* END FLOAT */

/* COLUMNS CONFIGURATION
 * Theme uses Bootstrap Grid configuration, it is imported on <header> just before this file
 * includes/scripts[php] file MUST be used to queue this file on WP.
 * See instruction at https://getbootstrap.com/docs/4.3/layout/grid/;
 */

/* DEFINES/OVERRIDES THE GLOBAL CONTAINER SIZE */
@media (min-width: 1141px) {
    .container {
    	width: 100%;
    }

}
 /* END COLUMNS CONFIGURATION */

 /* carousel bootstrap */
 .carousel {
	position: relative;
  }

 /* new  */
 .carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
  
  .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
  }

  .hero-home .carousel-inner{
	background-color: #000;
  }

/* new  */
  .carousel-inner::after {
    display: block;
    clear: both;
	content: "";
}
  
  .carousel-item {
	position: relative;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	/* new */
	float: left;
    transition: all 2000ms ease;
    -webkit-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
  }
  
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
	display: block;
    transition: all 2000ms ease;
    -webkit-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
  }

/* new */
  @media (prefers-reduced-motion:reduce) {
    .carousel-item {
    transition: none;
}
}
  
  @media screen and (prefers-reduced-motion: reduce) {
	.carousel-item.active,
	.carousel-item-next,
	.carousel-item-prev {
	  transition: none;
	}
  }
  
  .carousel-item-next,
  .carousel-item-prev {
	position: absolute;
	top: 0;
  }
  
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
  
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  
  .carousel-item-next,
  .active.carousel-item-right {
	-webkit-transform: translateX(33.33%);
	transform: translateX(33.33%);
  }

  .hero-project-detail{
	transition: all 1000ms ease !important;
    -webkit-transition: all 1000ms ease !important;
	-moz-transition: all 1000ms ease !important;
	opacity: 1;
	transform: none;
  }

  .active.carousel-item-left .hero-project-detail {
	opacity: 0;
	transform: translateX(400%)
  }
  
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	.carousel-item-next,
	.active.carousel-item-right {
	  -webkit-transform: translate3d(100%, 0, 0);
	  transform: translate3d(100%, 0, 0);
	}
  }
  
  .carousel-item-prev,
  .active.carousel-item-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
  }
  
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	.carousel-item-prev,
	.active.carousel-item-left {
	  -webkit-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	}
  }
  
  .carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
  }
  
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
  }
  
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
	opacity: 0;
  }
  
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
  
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	.carousel-fade .carousel-item-next,
	.carousel-fade .carousel-item-prev,
	.carousel-fade .carousel-item.active,
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-prev {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  
  .carousel-control-prev,
  .carousel-control-next {
	/* position: absolute;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	height: 80%;
	width: 90px;
	color: #fff;
	text-align: center; */
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	height: 80%;
	justify-content: center;
	
	opacity: 0.7;
  }

  .hero-home .carousel-control-prev,
  .hero-home .carousel-control-next {
	/* top: unset;
    bottom: 50px;
    height: unset;
    left: 0;
	right: 0; */
	margin: 10px;
	opacity: 1;
  }

  .hero-home .carousel-control-prev{
	margin-top: 28px;
    /* left: -425px; */
    margin-left: 100px;
  }
  .hero-home .carousel-control-next {
	/* left: -350px; */
    margin-top: 21px;
  }

  .carousel-responsive-control-prev, .carousel-responsive-control-next{
	  display: none;
	  top: 45px;
  }
  
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 1;
  }
  
  .carousel-control-prev {
	left: 0;
	margin: auto;
  }
  
  .carousel-control-next {
	right: 0;
	margin: auto;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;	
	background-size: 100% 100%;
  }
  
  .carousel-control-prev-icon {
	border-bottom: solid 3px #fff;
	border-left: solid 3px #fff;
	transform: rotate(45deg);
	box-shadow: -2px 2px 3px -1px rgba(0,0,0,.5);
  }
  
  .carousel-control-next-icon {
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(45deg);
	box-shadow: 2px -2px 3px -1px rgba(0,0,0,.5);
}

.hero-home .carousel-control-prev-icon {
	border: none;
	box-shadow: none;
	transform: rotate(180deg);
	opacity: 1;
  }
  
  .hero-home .carousel-control-next-icon {
	border: none;
	box-shadow: none;
	transform: rotate(0deg);
	opacity: 1;
}

.hero-home .carousel-control-prev-icon::after {
	content: '→';
    border-radius: 20px;
    width: 20px;
    font-size: 10px;
    height: 20px;
    background-color: #aeddcd;
    padding: 5px 7px 8px 7px;
    opacity: 1;
    color: #1f1f1f;
    box-shadow: 0px 0px 2px rgba(0,0,0,.5);
  }

  .hero-home .carousel-control-prev-icon:hover::after {
	font-size: 12px;
  }
  
  .hero-home .carousel-control-next-icon::after {
	content: '→';
    border-radius: 20px;
    width: 20px;
    font-size: 10px;
    height: 20px;
    background-color: #aeddcd;
    padding: 6px 7px 7px 7px;
    opacity: 1;
    color: #1f1f1f;
    box-shadow: 0px 0px 2px rgba(0,0,0,.5);
}

.hero-home .carousel-control-next-icon:hover::after {
	font-size: 12px;
  }

.hero-home .carousel-control-next-icon:hover, 
.hero-home .carousel-control-prev-icon:hover{
	/* margin-right: 1px;
	margin-bottom: 1px; */
}
  
  .carousel-indicators {
	/* position: absolute;
	bottom: 30px;
	left: 0; */
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	/* justify-content: center; */
	padding-left: 0;
	/* margin-right: 15%;
	margin-left: 15%; */
	list-style: none;
  }

  .hero-home .carousel-indicators{
	margin-left: 420px;
  }

  .hero-control {
    position: relative;
    display: flex;
    position: absolute;
	bottom: 30px;
	width: 100%;
	margin-left: -14px;
	transform: translateX(-420px);
}
  
  .carousel-indicators li {
    width: 40px;
    height: 40px;
	border: 2px solid transparent;
	border-radius: 20px;
    text-align: right;
    padding-right: 8px;
    line-height: 36px;
	margin: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: all 1000ms ease !important;
    -webkit-transition: all 1000ms ease !important;
	-moz-transition: all 1000ms ease !important;
  }

   .carousel-indicators li:hover {
	background-color: #aeddcd;
	border: 2px solid #fff;
   }
  
  .carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
  }
  
  .carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
  }
  
  .carousel-indicators .active {
	border: 2px solid #fff;
  }
  
  .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
  } 

/* new */
@supports (transform-style:preserve-3d) {
    .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    transform: translate3d(0, 0, 0);
}
}


.carousel-multi-item {
	margin-bottom: 0px;
}

.carousel-multi-item .carousel-item.active,
.carousel-multi-item .carousel-item-next,
.carousel-multi-item .carousel-item-prev {
	transition: all 1000ms ease !important;
    -webkit-transition: all 1000ms ease !important;
	-moz-transition: all 1000ms ease !important;
}

.carousel-multi-item .carousel-inner .carousel-item.active, .carousel-multi-item .carousel-item-next, .carousel-multi-item .carousel-item-prev {
    display: block;
}
.carousel-multi-item .carousel-inner.v-2 .carousel-item-next, .carousel-multi-item .carousel-inner.v-2 .carousel-item-prev, .carousel-multi-item .carousel-inner.v-2 .carousel-item.active {
    display: flex;
}

.carousel-multi-item .carousel-inner.v-2 .carousel-item-next, .carousel-multi-item .carousel-inner.v-2 .carousel-item-right.active {
    /* transform: translateX(33.33%); */
}
.carousel-multi-item .carousel-inner.v-2 .carousel-item-left.active, .carousel-multi-item .carousel-inner.v-2 .carousel-item-prev {
    /* transform: translateX(-33.33%); */
}

.our-team-slider .carousel-multi-item .carousel-inner.v-2 .carousel-item-next, .our-team-slider  .carousel-multi-item .carousel-inner.v-2 .carousel-item-right.active {
	transform: translateX(33.33%);
	/* opacity: 1; */
}
.our-team-slider .carousel-multi-item .carousel-inner.v-2 .carousel-item-left.active, .our-team-slider .carousel-multi-item .carousel-inner.v-2 .carousel-item-prev {
	transform: translateX(-33.33%);
	/* opacity: 0; */
}

.brand-slider .carousel-multi-item .carousel-inner.v-2 .carousel-item-next, .brand-slider .carousel-multi-item .carousel-inner.v-2 .carousel-item-right.active {
	transform: translateX(16.6%);
	/* opacity: 1; */
}
.brand-slider .carousel-multi-item .carousel-inner.v-2 .carousel-item-left.active, .brand-slider .carousel-multi-item .carousel-inner.v-2 .carousel-item-prev {
	transform: translateX(-16.6%);
	/* opacity: 0; */
}

.our-team-slider .carousel-multi-item .carousel-inner.v-2 .carousel-item-left, .our-team-slider .carousel-multi-item .carousel-inner.v-2 .carousel-item-right {
	transform: translateX(0);
	/* opacity: 1; */
}

.brand-slider .carousel-multi-item .carousel-inner.v-2 .carousel-item-left, .brand-slider .carousel-multi-item .carousel-inner.v-2 .carousel-item-right {
	transform: translateX(0);
	/* opacity: 1; */
}

.carousel-multi-item .carousel-indicators li {
	background-color: #231f20;
	top: 45px;
}
.carousel-multi-item .carousel-indicators .active {
   background-color: #003d63;
}

.our-team-slider .carousel-control-prev {
	position: static;
	text-align: center;
	/* margin: auto; */
	width: 20px;
	height: 500px;
	margin: 10px;
  }
  
  .our-team-slider .carousel-control-next {
	position: static;
	text-align: center;
	/* margin: auto; */
	width: 20px;
	height: 500px;
	margin: 10px;
  }

  .our-team-slider .carousel-control-prev-icon {
	border-bottom: solid 3px #231f20;
	border-left: solid 3px #231f20;
	box-shadow: none;
  }

  .our-team-slider .carousel-control-next-icon {
	border-top: solid 3px #231f20;
	border-right: solid 3px #231f20;
	box-shadow: none;
  }

  .brand-slider .carousel-control-prev {
	position: static;
	text-align: center;
	margin: auto;
	width: 20px;
	height: 150px;
  }
  
  .brand-slider .carousel-control-next {
	position: static;
	text-align: center;
	margin: auto;
	width: 20px;
	height: 150px;
  }

  .brand-slider .carousel-control-prev-icon {
	border-bottom: solid 3px #231f20;
	border-left: solid 3px #231f20;
	box-shadow: none;
  }

  .brand-slider .carousel-control-next-icon {
	border-top: solid 3px #231f20;
	border-right: solid 3px #231f20;
	box-shadow: none;
  }

.carousel-multi-item {
    text-align: center;
    margin-bottom: 0px;
}

.carousel-multi-item .carousel-indicators {
    margin-bottom: -25px;
}
.carousel-multi-item .card-cascade.narrower {
    margin-top: 1.25rem;
    margin-bottom: .3rem;
}

.carousel-thumbnails .carousel-indicators {
    white-space: nowrap;
    overflow-x: auto;
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
    margin-right: initial;
}
.carousel-thumbnails .carousel-indicators>li {
    width: initial;
    height: initial;
    text-indent: initial;
}
.carousel-thumbnails .carousel-indicators>li .active img {
    opacity: 1;
}
.wrapper-carousel-fix .carousel-fade .active.carousel-item-left, .wrapper-carousel-fix .carousel-fade .active.carousel-item-right {
    transition: transform .6s ease;
    transition-property: opacity;
}


/* END carousel bootstrap */

 /* ########################
  * START OF CUSTOM CSS 
  * ######################## */


/* MENU */

#header{
	background-color: transparent;
	color: #fff;
	position: fixed;
    z-index: 100;
	width: 100%;
	box-shadow: none;
	transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	transition: background-color 200ms ease;
    -webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
}

#header.small{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
	background-color:rgba(31, 31, 31, 0.9);
	transition: background-color 200ms ease;
    -webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
}

#div_header {
    height: 130px;
	display:flex;
	justify-content:center;
	align-items: center;
	flex-flow: column;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
	
}

#div_header_responsive{
	display: none;
	background-color:rgba(0, 0, 0, 0.9);
	height: 60px;
	align-items: left;
	flex-flow: column;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	padding: 10px;
}

.div_header_responsive_height{
	display: none;
	height: 60px;
}

#div_header.small {
    height: 80px;
}

#div_header h2{
	font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    letter-spacing: 1px;
    margin-bottom: 0px;
    color: #fff;
    margin-right: 20px;
    margin-top: -20px;
}

.menu ul{
	display: flex;
}

.menu .ul.sub-menu{
	padding: 10px;
	overflow: hidden;
	position: absolute;
    display: block;
    background-color: rgba(243, 243, 243);
    top: 30px;
    left: -38px;
	border: 5px solid transparent;
	opacity: 0;
	transition: all 0ms ease-out;
    -webkit-transition: all 0ms ease-out;
	-moz-transition: all 0ms ease-out;
	transition: opacity 600ms ease-in;
    -webkit-transition: opacity 600ms ease-in;
	-moz-transition: opacity 600ms ease-in;
	width: 0px;
	height: 0px;
	visibility: hidden;
}

.menu ul li{
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 18px;
	line-height: 13px;
	letter-spacing: 3px;
	font-weight: 100;
	text-transform: uppercase;
	font-family: 'Bebas Neue', cursive;
}

.menu ul li.current_page_item a{
	border-bottom: 2px solid #aeddcd;
}

.menu ul li a{
	border-bottom: 2px solid transparent;
}

.menu ul li.underline a{
	border-bottom: 2px solid #aeddcd;
}

.menu a {
	text-decoration: none;
	padding: 0px 8px 0px 10px;
	transition: all 400ms ease-out;
    -webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
}

button, button span{
	transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
}

button{
	padding: 10px 15px;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 2px;
	font-weight: 300;
	text-transform: uppercase;
	background-color: transparent;
	background-color:rgba(0, 61, 99, 0.2);
	border: 1px solid #fff;
	cursor: pointer;
	color: #fff;
	font-family: 'Bebas Neue', cursive;
}

button:hover{
	background-color: rgba(255, 255, 255, 0.1);
}

.header-nav-main{
	margin-top: 0px;
}

.menu ul li:last-child{
	padding-right: 0px;
}

.menu ul.sub-menu.small{
	top: 23px;
}

.menu-item-has-children a:hover ~ ul.sub-menu{
	visibility: visible;
	opacity: 1;
	width: initial;
	height: initial;
	border: 5px solid #003d63;
}

ul.sub-menu:hover{
	visibility: visible;
	opacity: 1;
	width: initial;
	height: initial;
	border: 5px solid #003d63;
}


.menu-item-has-children{
	position: relative;
}

.menu ul.sub-menu li{
	padding-right: 0px;
	margin-left: 0px;
	width: auto;
	padding-top: 11px;
}

.menu ul.sub-menu li:last-child{
	padding-bottom: 11px;
}

.menu ul.sub-menu a{
	transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	width: auto;
	padding-bottom: 11px;
	text-decoration: underline;
	text-decoration-color: transparent;
}

.menu ul.sub-menu a:hover{
	border-color: transparent;
	text-decoration-color: #003d63;
}

.menu ul.sub-menu a.small{
	padding-bottom: 4px;
}


.branding{
	align-items: flex-end;
	transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
}
.branding.small{
	align-items: center;
	margin-bottom: 0px;
}

#logo{
	max-height: 80px;
	width: auto;
	transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	transition-delay: 0ms;
	/* margin-left: 30px; */
}

#logo.small{
	max-height: 65px;
	transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	transition-delay: 0ms;
}

.header-nav-main{
	position: relative;
}

/* END MENU */

/* HERO HOME */

.hero-home{
	text-shadow:1px 1px 35px #000;
	color: #fff;
	background-size: cover;
	background-position: center center; 
}

.hero-home .hero-wrapper{
	/* height: 770px; */
	height: 100vh;
	position: relative;
	/* cursor:grab; */
}

.hero-home:active {
	cursor: grabbing;
}

.hero-home .carousel-item.black-filter{
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .6);
}


.hero-home h1{
	line-height: 65px;
    font-size: 100px;
    color: #fff;
    text-transform: none;
    font-weight: 100;
    letter-spacing: -2px;
	font-family: 'Caveat', cursive;
	text-shadow: 0px 0px 3px #000;
}

.hero-home h2{
	line-height: 40px;
	font-size: 25px;
	color: #fff;
	font-weight: 300;
	text-align: left;
	text-shadow: 0px 0px 3px #000;
}
.hero-home h3{
	line-height: 20px;
    font-size: 13px;
    color: #fff;
	font-weight: 200;
	text-transform: none;
    letter-spacing: 2px;
	text-align: center;
	text-shadow: 0px 0px 2px #000, 0px 0px 5px #003d63, 0px 0px 10px #003d63;
}


.hero-home button{
	width: 160px;
	height: 45px;
	text-align: left;
}

.hero-home button:hover{
	background-color: rgba(255, 255, 255, 0.2);
}

.hero-home a button:hover > span{
	color: #fff;
}

.hero-home span{
	color: #fff;
}

.mouse-scroll-div{
	position: absolute;
	bottom: 30px;
    left: 50%;
	transform: translate(-50%, 0);
}

.scrollToAnchor{
	border: 1px solid transparent;
	border-radius: 30px;
	transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	padding: 10px 11px 2px;
}

.scrollToAnchor:hover{
	border-color: rgba(255, 255, 255, .6);
}

.hero-project-detail{
	background-color: #aeddcd;
	position: absolute;
    bottom: 0;
    right: 0;
	width: 420px;
	padding: 30px;
}

a.hero-project-detail:hover {
    transform: translateX(40px);
}

.hero-project-detail h5{
	color: #1f1f1f;
    text-shadow: none;
	text-align: left;
	font-weight: 100;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.hero-project-detail h6{
	color: #1f1f1f;
    font-family: 'Raleway', sans-serif;
    text-shadow: none;
    text-align: left;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0px;
    font-weight: 100;
}

.social-media-hero{
	position: absolute;
    right: 15px;
    top: 50px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-media-hero.hidden{
	display: none;
}

.social-media-hero figure{
	margin: 3px;
	cursor: pointer;
}
/* END HERO HOME */


/* HERO INTERNAL */

.hero-internal .hero-wrapper{
	min-height: 500px;	
	padding: 150px 30px 100px 
}

.hero-internal h1{
	letter-spacing: -2px;
	font-family: 'Caveat', cursive;
	margin-bottom: 30px;
	color: #fff;
	font-size: 50px;
	font-weight: 100;
}

.hero-internal p{
	color: #fff;
    font-size: 38px;
    text-align: center;
    line-height: 13px;
    letter-spacing: 9px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-family: 'Bebas Neue', cursive;
}

.hero-internal .carousel-item.black-filter{
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .6);
}

/* END HERO INTERNAL */

/* INTRODUCTION */

.introduction .introduction-wrapper{
	min-height: 630px;
	position: relative;
	background-color: #1f1f1f;
}

.introduction .introduction-wrapper .introduction-img{
	min-height: 730px;
}

.introduction .introduction-dsc{
	padding: 65px 70px 85px;
}

.introduction h1{
	line-height: 65px;
    font-size: 80px;
    text-align: left;
    color: #fff;
    text-transform: none;
    margin-bottom: 50px;
    font-weight: 100;
    letter-spacing: -2px;
    font-family: 'Caveat', cursive;
}

.introduction h2{
	color: #aeddcd;
    font-size: 30px;
    text-align: left;
    line-height: 13px;
    letter-spacing: 3px;
    font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.introduction p {
	text-align: left;
    color: #fff;
    font-weight: 100;
    font-size: 16px;
}

.introduction a {
    line-height: 62px;
    font-size: 21px;
    color: #1f1f1f;
    font-weight: 800;
    text-transform: uppercase;
}

.introduction .link_about-us{
	text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #aeddcd;
    color: #1f1f1f;
    padding: 10px !important;
    width: 265px;
    bottom: 35px;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Bebas Neue', cursive;
}

.showreel{
	background-color: #f8f8f8;
    padding: 90px 0px 0px;
}

.showreel h1 {
    line-height: 60px;
    font-size: 60px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 65px;
    text-align: center;
}

.mejs-overlay-button {
    background-color: rgba(0,0,0,.2) !important;
    border-radius: 108px;
}

.mejs-overlay:hover>.mejs-overlay-button {
    background-color: rgba(0,0,0,.5) !important;
    border-radius: 108px;
}

/* .showreel .project-video .mejs-overlay.mejs-layer.mejs-overlay-play{
    box-shadow: 0px 0px 15px rgba(0,0,0,.5), 0px 0px 40px rgba(0,0,0,.3) !important;
} */

.showreel .project-video .wp-video-shortcode{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2) !important;
}

.mejs-overlay-play {
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

.showreel .mejs-overlay-button {
	background: url(/wp-content/themes/spicybroccoli/images/mejs-controls.svg) no-repeat;
	background-position: 0 -39px;
}

.project .mejs-overlay-button {
	background: url(/wp-content/themes/spicybroccoli/images/mejs-controls.svg) no-repeat;
	background-position: 0 -39px;
}

/* END INTRODUCTION */


/* FRUBYISM */

.frubyism{
	background-color: #1f1f1f;
}

.frubyism .frubyism-wrapper{
	min-height: 560px;
	position: relative;
	background-color: #1f1f1f;
	padding: 100px 0px;
}


.frubyism .frubyism-dsc{
	/* padding: 15px 70px 85px; */
}

.frubyism h1{
	line-height: 65px;
    font-size: 80px;
    text-align: center;
    color: #aeddcd;
    text-transform: none;
    margin-bottom: 50px;
    font-weight: 100;
    letter-spacing: -2px;
    font-family: 'Caveat', cursive;
}

.frubyism hr{
	margin-bottom: 30px;
}

.frubyism p {
	text-align: left;
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 5px;
}

.frubyism span.green{
	font-weight: 500;
    color: #aeddcd;
}

.frubyism span.green.big{
	font-size: 18px;
}

/* END FRUBYISM */


/* TESTIMONIAL */

.testimonial{
	background-color: #1f1f1f;
}

.testimonial.testimonial-wrapper{
	min-height: 560px;
	position: relative;
	background-color: #1f1f1f;
	padding: 100px 0 120px;
}


.testimonial .testimonial-dsc{
	/* padding: 15px 70px 85px; */
}

.testimonial h4{
	line-height: 65px;
    font-size: 80px;
    text-align: center;
    color: #aeddcd;
    text-transform: none;
    margin-bottom: 50px;
    font-weight: 100;
    letter-spacing: -2px;
    font-family: 'Caveat', cursive;
}

.testimonial hr{
	margin-bottom: 30px;
}

.testimonial p {
	text-align: left;
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 5px;
}

div#testimonialSlider{
	width: 100% !important;
}

.col.testimonial-card-wrap {
    min-height: 230px;
}

div#testimonialSlider .carousel-wrapper p {
	font-size: 16px;
	line-height: 22px;
	color: #fff !important;

}

.testimonial-content {
	text-align: center;
}

.testimonial-card {
	text-align: center;
	width: 100%;
}

.testimonial-content span{
	color: #fff !important;
    font-style: italic;
    font-size: 20px;
    text-align: center !important;
    align-items: center;
    justify-content: center;
}

div#testimonial .carousel-item {
	background-color: #1f1f1f;
	width: 100%;
}

div#testimonial #testimonialSlider .author {
    width: 100%;
	display: flex;
	flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    left: 0;
	right: 0;
	color: #fff !important;

}


div#testimonialSlider span.company {
    font-size: 30px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #fff !important;

}

div#testimonialSlider span.name {
	font-size: 17px;
    line-height: 35px;
    font-weight: 500;
    color: #aeddcd !important;
}

div#testimonial .carousel-control-prev {
    left: 45%;
    bottom: 55px;
    margin: auto;
	position: absolute;
	height: 25px;
}

div#testimonial .carousel-control-next {
    right: 45%;
    margin: auto;
    position: absolute;
	bottom: 55px;
	height: 25px;
}

div#testimonialSlider span.quote {
    font-size: 110px;
    line-height: 75px;
    color: #fff;
    font-family: 'Caveat',cursive;
}

/* END TESTIMONIAL */


/* RECENT PROJECTS */

.recent-projects{
	min-height: 1200px;
	padding-top: 90px;
	padding-bottom: 50px;
	background-color: #f8f8f8;
}

.recent-projects button{
	width: 185px;
    height: 45px;
    margin-top: 5px;
    text-align: center;
    background-color: #1f1f1f;
    border: 1px solid #1f1f1f;
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 600ms ease-in-out;
}

.recent-projects button:hover{
	background-color: #aeddcd;
    color: #1f1f1f;
}

.recent-projects a{
	text-decoration: none;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.recent-projects p{
	color: #1f1f1f;
	margin-bottom: 45px;
}

.recent-projects-wrap{
	min-height: 685px;
	padding: 0px;
	padding-bottom: 30px !important;
}

.recent-projects-wrap-details-wrap{
	display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 65px;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
}

.recent-projects-wrap-details{
	background-color: #1f1f1f;
    padding: 15px 15px 35px;
    width: 80%;
	/* margin-top: -180px; */
	z-index: 99;
	margin-bottom: 10px;
	-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;
}

.recent-projects h1{
	line-height: 60px;
    font-size: 60px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 65px;
    text-align: center;
}

.recent-projects h5{
	font-size: 20px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 2px;
    text-align: center;
    margin: 10px 0px 0px 0px;
}

.recent-projects h6{
	font-size: 40px;
    color: #fff;
    font-weight: 500;
	/* line-height: 15px; */
	line-height: 30px;
    letter-spacing: -2px;
    text-align: center;
    margin: 15px 0px 0px 0px;
    font-family: 'Caveat', cursive;
}

.recent-projects-read-more{
	background-color: #aeddcd;
    padding: 10px 10px 5px 10px;
	width: 80%;
	opacity: .9;
	z-index: 99;
	-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;
}

.recent-projects-read-more span{
	font-size: 20px;
    color: #1f1f1f;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 21px;
    letter-spacing: 2px;
    text-align: center;
	margin: 10px 0px 0px 0px;
	font-family: 'Bebas Neue', cursive;
}

.image-thumbnail-recent-projects {
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	object-fit: cover;
    height: 685px;
    width: 100%;
}

.recent-projects .card-hover{
    -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;
	position: relative;
}

.recent-projects .card-hover a figure img{
	transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.recent-projects .card-hover:hover {
	/* box-shadow: 0 0 10px rgba(0,0,0,.3); */
	box-shadow: none;
	transform: translateY(-2px);
}

.recent-projects .card-hover:hover > a figure img{
	transform: scale(1.1);
	transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

.recent-projects .card-hover:hover > a div.recent-projects-wrap-details{
	transform: translateY(-20px);
	transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

.recent-projects .card-hover:hover > a div.recent-projects-read-more{
	transform: translateY(-20px);
	transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-webkit-transition-delay: .2s;
}


/* END RECENT PROJECTS */


/* ABOUT US */

.about-us{
	min-height: 675px;
	padding-top: 90px;
    padding-bottom: 90px;
	background-color: #fff;
}

.about-us .about-us-img{
	min-height: 675px;
}

.about-us h1{
/* 	line-height: 65px;
    font-size: 40px;
    text-align: left;
    color: #000;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: 100;
    letter-spacing: -2px;
    font-family: 'Caveat', cursive; */
	font-weight: unset;
    font-size: 55px;
    line-height: 45px;
    text-align: left;
    margin: 0px 0px 0px !important;
    color: #000;
    letter-spacing: 4px;
}

.about-us h2{
	color: #aeddcd;
    font-size: 30px;
    text-align: left;
    line-height: 13px;
    letter-spacing: 3px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.about-us p{
	text-align: left;
    color: #1f1f1f;
    font-weight: 100;
/*     font-size: 13px; */
}

#about-us #our-team-slider{
	color: #000;
	background-color: #fff;
	background-size: cover;
	background-position: center center; 
	height: auto;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* END ABOUT US */


/* APPROACH */

.approach{
	min-height: 805px;
    padding-top: 115px;
    padding-bottom: 120px;
}

.approach .approach-item-row{
	margin-top: 85px;
	margin-bottom: 85px;
}

.approach h1{
	font-weight: unset;
    font-size: 60px;
    line-height: 65px;
    text-align: center;
    margin: 0px 0px 20px 5px;
    color: #fff;
    letter-spacing: 4px;
}

.approach h2{
	line-height: 50px;
    font-size: 45px;
    color: #fff;
    font-weight: 100;
	letter-spacing: -1px;
	text-transform: initial;
    text-align: center;
	font-family: 'Caveat', cursive;
	text-underline-position: under;
}

.approach h4{
	font-weight: 800;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    margin: 0px 0px 20px 0px;
    color: #aeddcd;
    letter-spacing: 1px;
}


/* END APPROACH */


/* APPROACH */

.how-we-began{
	min-height: 805px;
    padding-top: 115px;
    padding-bottom: 120px;
}

.how-we-began .how-we-began-item-row.lg-margin{
	margin-top: 20px;
    margin-bottom: 60px;
}

.how-we-began .how-we-began-item-row{
	margin-top: 20px;
    margin-bottom: 15px;
}

.how-we-began h1{
	font-weight: unset;
    font-size: 60px;
    line-height: 65px;
    text-align: center;
    margin: 0px 0px 20px 5px;
    color: #fff;
    letter-spacing: 4px;
}

.how-we-began h2{
	line-height: 50px;
    font-size: 45px;
    color: #fff;
    font-weight: 100;
	letter-spacing: -1px;
	text-transform: initial;
    text-align: center;
	font-family: 'Caveat', cursive;
	text-underline-position: under;
}

.how-we-began h4{
	font-weight: 800;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    margin: 0px 0px 20px 0px;
    color: #aeddcd;
    letter-spacing: 1px;
}

.how-we-began p{
	color: #fff !important;
	text-align: justify !important;
}

.how-we-began img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	/* box-shadow: 0px 0px 15px rgba(255,255,255,.3); */
}

.how-we-began .col-md-4 img {
	height: -webkit-fill-available;
}




/* END APPROACH */


/* CONTACT US */

.contact-us{
	min-height: 820px;
	padding-top: 115px;
	padding-bottom: 115px;
	background-color: #fff;
}

.contact-us-wrap{
	min-height: 645px;
	background-color: rgba(255, 255, 255, .9);
	padding: 40px;
}

.contact-us h1{
	font-weight: 800;
	font-size: 25px;
	line-height: 30px;
	text-align: left;
	margin: 0px 0px 20px 5px;
	color: #aeddcd;
	letter-spacing: 2px;
}

.contact-us p{
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	font-weight: 500;
	margin-bottom: 0px;
}

.contact-us button, input[type=submit]{
	width: 185px;
	margin-left: 5px;
	height: 45px;
	margin-top:35px;
	text-align: center;
	background-color: #aeddcd;
	border: 1px solid #aeddcd;
	color: #fff;
	padding: 10px 15px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
	cursor: pointer;
	transition: all 600ms ease-in-out;
	font-family: 'Bebas Neue', cursive;
}

.contact-us button:hover, input[type=submit]:hover{
	filter: brightness(90%);
}

.contact-us-internal input[type=submit], .contact-join input[type=submit]{
	color: #1f1f1f;
	margin-top:15px;
}

.contact-us button:hover > span{
	color: #fff;
}

.contact-us span{
	color: #003d63;
}

.contact-us span.wpcf7-not-valid-tip{
	color: #f00;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-family: 'Raleway', sans-serif;
	color: rgba(0,0,0,.5);
	background-color: transparent;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: 'Raleway', sans-serif;
	color: rgba(0,0,0,.5);
	background-color: transparent;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
}

::-ms-input-placeholder { /* Microsoft Edge */
	font-family: 'Raleway', sans-serif;
	color: rgba(0,0,0,.5);
	background-color: transparent;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input[type=text] {
    padding: 30px 20px !important;
    margin: 5px;
	border: 1px solid #aeddcd;
	background-color: transparent;
	float: left;
	width: 100%;
	height: 50px;
	outline-width: 0;
	font-family: 'Raleway', sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
 }

 .contact-us-internal input[type=text], .contact-join input[type=text]{
	padding: 25px 20px !important;
	border: 1px solid #1f1f1f;
 }

 input[type=email] {
    padding: 30px 20px !important;
    margin: 5px;
	border: 1px solid #aeddcd;
	background-color: transparent;
	float: left;
	width: 100%;
	height: 50px;
	outline-width: 0;
	font-family: 'Raleway', sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
 }

 .contact-us-internal input[type=email], .contact-join input[type=email]{
	padding: 25px 20px !important;
	border: 1px solid #1f1f1f;
 }

 input[type=tel] {
    padding: 30px 20px !important;
    margin: 5px;
	border: 1px solid #aeddcd;
	background-color: transparent;
	float: left;
	width: 100%;
	height: 50px;
	outline-width: 0;
	font-family: 'Raleway', sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
 }

 .contact-us-internal input[type=tel], .contact-join input[type=tel]{
	padding: 25px 20px !important;
	border: 1px solid #1f1f1f;
 }

textarea {
    padding: 25px 20px !important;
    margin: 5px;
	border: 1px solid #aeddcd;
	background-color: transparent;
	float: left;
	width: 100%;
	outline-width: 0;
	font-family: 'Raleway', sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
 }

 .contact-us-internal textarea, .contact-join textarea{
	padding: 20px 20px !important;
	border: 1px solid #1f1f1f;
 }

select {
	-webkit-appearance: none;
	width: 100%;
	height: 50px;
    background: url(//https://www.flyingruby.com.au/wp-content/uploads/2020/04/arrow-down.png) no-repeat;
    background-position: 95% 50%;
    padding: 20px 60px 20px 30px;
    color: rgba(0,0,0,.5);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 10px;
    margin: 5px;
	border: 1px solid #bdcdd7;
    font-family: 'Raleway', sans-serif;
}

.contact-us-internal select, .contact-join select{
	padding: 15px 60px 15px 20px;
	border: 1px solid #1f1f1f;
 }

select
{
	color: rgba(0,0,0,.5);
  }

select option {
  color: #000000;
}

select:invalid,
select option[value="I'm Enquiry About"] {
  color: rgba(0,0,0,.5);
}


/* END CONTACT US */

.contact-us-internal{
	padding-top: 115px;
	padding-bottom: 115px;
	background-color: #fff;
}

.contact-us-internal .contact-us-map{
	height: 700px;
	padding: 0px;
}

.contact-join{
	padding-top: 80px;
	padding-bottom: 90px;
	background-color: #f5f5f5;
}

.contact-us-internal h3{
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
}

.contact-join h3{
	margin-bottom: 10px;
	letter-spacing: -2px;
	font-family: 'Caveat', cursive;
}

.contact-join {
	text-align: center;
}

/* FOLLOW-US */

.follow-us{
	min-height: 630px;
	padding: 50px 0px;	
}

.follow-us h1{
	font-weight: 800;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	letter-spacing: 2px;
}

.follow-us h2{
	font-weight: 600;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	text-transform: lowercase;
}

.follow-us p{
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 40px;
}

.follow-us .banner{
	width: 100%
}

.follow-us-wrap {
	margin-bottom: 85px;
}

.follow-us-wrap img{
	padding: 0px 15px;
}

.follow-us .in-ico, .follow-us .face-ico, .follow-us .insta-ico{
	-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;
	cursor: pointer;
}

.follow-us .in-ico:hover, .follow-us .face-ico:hover, .follow-us .insta-ico:hover{
	filter: brightness(0.7);
}

/* END FOLLOW-US */


/* PORTFOLIO */

.portfolio{
	padding: 75px 15px 75px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.portfolio-wrap{
	padding: 0px;
}

.portfolio a{
	text-decoration: none;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.portfolio h1{
	line-height: 60px;
    font-size: 60px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 65px;
    text-align: center;
}

.portfolio h5{
	font-size: 20px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 2px;
    text-align: center;
    margin: 10px 0px 0px 0px;
}

.portfolio h6{
	font-size: 40px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -2px;
    text-align: center;
    margin: 15px 0px 0px 0px;
    font-family: 'Caveat', cursive;
}

.portfolio-read-more{
	background-color: #aeddcd;
    padding: 15px;
	width: 80%;
	opacity: .9;
	z-index: 99999999;
}

.portfolio-read-more span{
	font-size: 19px;
    color: #1f1f1f;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 21px;
    letter-spacing: 2px;
    text-align: center;
    margin: 10px 0px 0px 0px;
}



.portfolio .card-hover{
    -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;
	position: relative;
}

.portfolio .card-hover a figure img{
	transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.portfolio .card-hover:hover {
	/* box-shadow: 0 0 10px rgba(0,0,0,.3); */
	box-shadow: none;
	transform: translateY(-2px);
}

.portfolio .card-hover:hover > a figure img{
	transform: scale(1.1);
	transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

.portfolio .card-hover:hover > a div.recent-projects-wrap-details{
	transform: translateY(-20px);
	transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

.portfolio .card-hover:hover > a div.recent-projects-read-more{
	transform: translateY(-20px);
	transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

.project-button-wrap{

}

.project-button-wrap button{
	background-color: #aeddcd;
    color: #1f1f1f;
    padding: 10px !important;
    width: 265px;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
}

/* END PORTFOLIO */


/* PROJECTS */

.project{
	padding: 55px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.project-wrap{
	padding-top: 55px;
	padding-bottom: 55px;
	overflow: hidden;
}

.project .project-img-wrap{
	background-color: #f2f5f7;
	min-height: 328px;
	/* min-height: 425px; */
	width: 100%;
    margin-top: -170px;
    padding: 0px;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.project h1{
	line-height: 65px;
    font-size: 40px;
    text-align: left;
    color: #1f1f1f;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: 100;
    letter-spacing: -2px;
    font-family: 'Caveat', cursive;
}

.project h2{
	color: #aeddcd;
    font-size: 30px;
    text-align: left;
    line-height: 30px;
    letter-spacing: 3px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.project h3{
	font-size: 25px;
    line-height: 25px;
    margin-top: 40px;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: left;
    color: #1f1f1f;
}

.project p{
	text-align: left;
    color: #1f1f1f;
    font-weight: 100;
    font-size: 13px;
}

.project .content-item p {
    margin-bottom: 0px;
}

.project figure > img {
    width: 100%;
    height: auto;
}

.project figure img.image-thumbnail-project {
	object-fit: cover;
	width: 100%;
}

.project figure img.main_right_image{
	height: 330px;
	background-size: cover;
}

.project .main_right_image{
	height: 330px;
}

.project .main_left_image{
	height: 100%;
}

.project figure img.main_left_image{
	/* height: 550px;
	width: 465px; */
	height: 100%;
	max-height: -moz-available;          /* WebKit-based browsers will ignore this. */
    max-height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    max-height: fill-available;
	width: 100%;
}

.project figure img.top_left_img{
	height: 550px;
	/* width: 640px; */
	width: 100%;
}

.project figure img.bottom_left_img{
	height: 550px;
	margin-top: 30px;
	width: 100%;
}

.project figure img.right_image{
	height: 1130px;
	width: auto;
}

.project .project-full-image{
	margin-top: 50px;
	height: 1030px;
	margin-bottom: 50px;
}

.project .project-video {
    margin-top: 50px;
	min-height: 785px;
	margin-bottom: 50px;
}

.project .project-file {
    margin-top: 50px;
	min-height: 785px;
	margin-bottom: 50px;
}

.project .project-youtube {
    margin-top: 50px;
	height: 785px;
	margin-bottom: 50px;
}

.showreel .project-video {
    margin-top: 50px;
	min-height: 785px;
}

.showreel .project-file {
    margin-top: 50px;
	min-height: 785px;
}

.showreel .project-youtube {
    margin-top: 50px;
    height: 785px;
}

.gallery-left{
	object-fit: cover;
	height: 295px;
	width: 446px;
	margin-top: 150px;
}

.gallery-right{
	object-fit: cover;
	height: 845px;
	width: 569px;
}

.gallery-second-left{
	object-fit: cover;
	height: 665px;
	width: 446px;
	margin-top: -180px;
}

.gallery-second-right{
	object-fit: cover;
    height: 440px;
    width: 569px;
    margin-top: 220px;
    margin-bottom: 110px;
}

.gallery-one-by-one-main{
	padding: 0;
	margin: 0;
	transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}

.gallery-one-by-one{
	height: 80%;
	width: 80%;
	overflow: hidden;
}

.gallery-one-by-one-main.visible {
    z-index: 9999;
    opacity: 1;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
}

.gallery-one-by-one-wrap{
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);
	padding: 50px;
}

.gallery-one-by-one-button{
	cursor: pointer;
}

.gallery-one-by-one-wrap img{
	height: 100%;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}

.project .full-screen{
	height: 100%;
	width: 100%;
}

.iframe-video iframe{
	width: 100% !important;
	height: 100% !important;
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
	height: 100% !important;
	/* max-height: 785px; */
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}

/* END PROJECTS */



/* OUR TEAM */

.our-team{
	min-height: 1070px;
	background-color: #f2f5f7;
	padding-top: 80px;
	padding-bottom: 30px;
}

.our-team button{
	width: 185px;
	height: 45px;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid #bdcdd7;
	color: #003d63;
}

.our-team-wrap{
	min-height: 450px;
	padding-bottom: 30px !important;
	position: relative;
}
.our-team-dsc{
	padding: 20px !important;
	margin: 0px 15px;
	height: 400px;
	color: #fff;
	font-size: 13px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	/* background-color: rgb(0, 0, 0, .6); */
	background-color: #003d63;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	opacity: 0;
}

.our-team-dsc p {
	line-height: 20px;
    font-weight: 200;
    letter-spacing: 1px;
}

.our-team h1{
	font-weight: 800;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	margin: 50px 0px 50px 0px;
	letter-spacing: 2px;
}

.our-team h5{
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 15px;
	letter-spacing: 2px;
	text-align: left;
	margin: 10px 0px 0px 0px;
}

.our-team h6{
	font-style: italic;
	font-weight: 500;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	margin: 0px;
}

.image-thumbnail-our-team {
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	object-fit: cover;
    height: 400px;
    width: 100%;
}

.our-team-wrap figure img{
	-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;
}

.our-team-wrap:hover > figure img{
	transform: scale(1.1);
}

.our-team-wrap:hover > .our-team-dsc{
	opacity: 1;
}


/* SECTION */
#our-team-slider{
	color: #000;
	background-color: #fff;
	background-size: cover;
	background-position: center center; 
	min-height: 730px;
    padding-top: 85px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}

.our-team-slider{
	position: relative;
}

.our-team-slider:active{
	cursor:grab;
}

.our-team-slider .tab-pane{
	width: 100%
}

#our-team-slider h1{
	line-height: 60px;
    font-size: 60px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 65px;
    text-align: center;
}

.our-team-slider h2{
	line-height: 20px;
	font-size: 35px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: center;
}

.our-team-slider p{
	line-height: 16px;
	font-size: 12px;
	color: #f0f0f0;
	font-weight: 100;
	margin-top: 0px;
	text-align: center;
	font-style: italic;
}

.our-team-slider .carousel-wrapper a{
	width: fit-content;
}

.our-team-slider .carousel-item{
	background-color: #fff;
}

.our-team-slider .card {
	min-height: 480px;
    padding-bottom: 20px;
    height: 100%;
    position: relative;
    background-color: #fff;
	cursor: grab;
	display: flex;
    align-items: center;
	flex-direction: column;	
}

.our-team-slider .card-details{
	background-color: #1f1f1f;
    padding: 21px;
	width: 205px;
	height: 85px;
	display: flex;
	flex-direction: column;
	justify-content: center;
    position: absolute;
    top: 325px;
    z-index: 999999999;
}

.our-team-slider .card-description {
	display: flex;
    height: 100%;
    justify-content: space-between;
	flex-direction: column;	
}

.our-team-slider .card-img-top {
	width: auto;
	height: 455px;
	object-fit: cover;
}

.our-team-slider .card a:hover{
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .6)) brightness(1.1);
}


/* END OUR TEAM */


/* BRAND */

#brand-slider {
    color: #000;
    background-color: #f5f5f5;
    background-size: cover;
	background-position: center center;
	padding-top: 1.88em;
	min-height: 555px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	width: 100%;
	padding-left: 15px;
    padding-right: 15px;
}

.brand-slider {
	width: 100%;
	position: relative;
}

.brand-slider .brand-slider .tab-pane{
	width: 100%;
}

.brand-slider .carousel-item{
	background-color: transparent;
}

.brand-slider .tab-pane {
    width: 100%;
}

.brand-slider:active {
	cursor: grabbing;
}

.carousel-item{
	background-color: #000;
}

#brand-slider h1{
	line-height: 55px;
    font-size: 50px;
	color: #000;
	margin-top: -70px;
	font-weight: 800;
	letter-spacing: -2px;
	text-align: center;
	font-family: 'Caveat', cursive;
}

.brand-slider .card {
	height: 120px;
	width: 120px;
	margin: 0px !important;
    position: relative;
    background-color: #f5f5f5;
	cursor: grab;
	display: flex;
    justify-content: center;
	flex-direction: column;	
}

.brand-slider .card-details{
	background-color: #1f1f1f;
    padding: 20px;
    width: 59%;
    position: absolute;
    top: 295px;
    z-index: 999999999;
}

.brand-slider .card-description {
	display: flex;
    height: 100%;
    justify-content: space-between;
	flex-direction: column;	
}

.brand-slider .card:active {
	cursor: grabbing;
}

.brand-slider .card-img-top {
	    /* width: auto; */
		max-width: 95%;
		margin: auto;
		height: auto;
		padding: 5px;
}


/* END BRAND */

/* FOOTER-MENU */

.footer-menu{
	min-height: 255px;	
	background-color: #1f1f1f;
	padding: 50px 15px 70px 15px;
	color: #fff !important;
}

.footer-menu h3, .footer-menu h4{
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
}

.footer-menu p{
	font-size: 15px;
	text-transform: unset;
	line-height: 17px;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	margin-top: -3px;
}

.footer-ico{
	height: 100%;
	width: auto;
	margin-right: 7px;
}

/* END FOOTER-MENU */


/* BREADCRUMS */

.breadcrumb{

	padding-top: 25px;
	font-size: 14px;
	font-weight: 600;
	/* justify-content: center; */
	width: auto;
	display: flex;
}

#sub-products .breadcrumb{
	padding-top: 0px;
	padding-bottom: 45px;
	margin-top: -40px;
}

.breadcrumb a {
    background-color: #eee;
    padding: 10px;
	border: 1px #ccc solid;
	color: #003d63;
	margin-bottom: 10px;
}

.breadcrumb span {    
	padding: 10px;
	color: #003d63;
}

.breadcrumb span.bread-last-item {
    background-color: #eee;
	border: 1px #ccc solid;
	color: rgba(190, 190, 190);
	margin-bottom: 10px;
}

.breadcrumb a:hover {
	background-color: #ccc;
}

.margin-bottom-breadcrumb{
	margin-bottom: -30px;
}

/* END BREADCRUMBS */


/* BLOG POSTS */

#blogs h2{
    line-height: normal;
}

#blogs hr.line-separator {
    width: 89px;
}

#blogs{
	position: relative;
	overflow: hidden;
	padding-top: 15px;
}


#blogs .carousel-item{
    margin-left: 0px;
    min-height: auto;
    min-height: min-content;
    background: #fff;
}

.blog-item{
	padding: 2px !important;
}

.blog-item a {
    text-decoration: none;
}

#blogs .list-categories{
	padding: 60px 0px;
}

#blogs .list-categories ul{
	font-weight: 800;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0px 15px;
}

#blogs .list-categories .cat-item{
	list-style: none;
	padding: 0px 15px;
	font-size: 13px;
	color: #b6ccda;
}

#blogs .list-categories .current-cat{
	color: #003d63;
}

.blogs-card {
    /* border-radius: 25px; */
    overflow: hidden;
	background: #fff;
    height: 100%;
    margin-top: 10px;
}
.blogs-card-wrapper {
    height: 100%;
	justify-content: space-between;
	margin: 0px;
}
.blogs-card-wrapper .btn-wrapper {
    padding: 35px 50px 45px 50px;
    margin: 0px;
}

.blogs-card .title-header, #blog-summary h3.title-header{
	margin-bottom: 15px;
    line-height: 27px;
    font-size: 22px;
	color: #003d63;
	text-shadow: 0px 0px 2px #000, 0px 0px 10px #000;
	text-align: left;
}

.blogs-card h1 {
    margin: -25px 0px 0px 0px;
    line-height: 50px;
	font-weight: 800;
	font-size:28px;
	text-align: left;
}
.blogs-card h6 {
    font-style: italic;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    text-align: left;
    margin: 0px;
}

.blogs-card .div-title {
	margin-bottom: 10px;
}

.blogs-card .card-content {
	padding: 20px 35px 25px 35px;
}
.blogs-card.wide {
    display: flex;
}
.blogs-card.wide .card-content {
    padding-top: 40px;
    padding-bottom: 40px;
}
.blogs-card.wide .figure, 
.blogs-card.wide .blogs-card-wrapper {
    width: 50%;
    display: block;
}

.justify-content-space-between{
    justify-content: space-between;
}

.justify-content-center{
    justify-content: center;
}

.blogs-card .card-content {
	padding: 20px 35px 25px 35px;
}


.card-hover{
    -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;
}

.card-hover div figure img{
	transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.card-hover:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	transform: translateY(-2px);
}

.card-hover:hover > div figure img{
	transform: scale(1.1);
	transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

.image-thumbnail-blog{
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	object-fit: cover;
	height: 315px;
	width: 100%;
}

#blogs-card a{
    transition: all .2s ease-in-out;
}

#blogs-card-wrapper a.btn {
    background-color: #fff;
    text-transform: lowercase;
    font-weight: 800;
    border: 0px;
    transition: all .2s ease-in-out;
    padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 10px;
    text-align: right;
    float: right;
    font-size: 18px;
}

#blogs-card-wrapper a.btn:hover {
    background-color: #fff;
    color: #000;
}

#blogs-card-wrapper p {
   margin: 0px;
}

#blogs-card-wrapper .card-content {
    padding-bottom: 0px;
 }

.full-height{
    height: 100%;
}

.partial-75-height{
    height: 75%;
}

.partial-25-height{
    height: 25%;
}

.d-flex-collum{
    display: flex !important;
    flex-direction: column;
}
 
.blog-section{
	height:auto;
	margin-right: -2px;
    margin-left: -2px;
}

.blog-read-arrow{
    display: inline-block;
}

#blogs .div-search{
	padding-top: 15px;
	padding-bottom: 25px;
	display: none !important;
}

#blogs .search input[type=text],
#blogs .search input:-webkit-autofill,
#blogs .search input:-webkit-autofill:hover, 
#blogs .search input:-webkit-autofill:focus {
	font-family: 'Raleway', sans-serif;
	padding: 10px;
	border: 1px solid #000;
	border-right: none;
	float: left;
	width: 330px;
	background: #fff;
	font-size: 13px;
	font-weight: bold;
	height: 37px;
	outline-width: 0;
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	box-shadow: 0 0 0px 1000px #fff inset;
 }

  
  /* Style the submit button */
  #blogs .search button {
	float: left;
	width: 50px;
	height: 37px;
	padding: 0px;
	background: #fff;
	color: #000;
	border: 1px solid #000;
	border-left: none; /* Prevent double borders */
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
}


/* END POSTS */

/* SINGLE-POST */

.single-post{
	padding-top: 80px;
}

.single-post .carousel-item{
	text-align: right;
	background-color: transparent;
}

.single-post button{
	width: 175px;
	height: 45px;
	text-align: right;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid #bdcdd7;
	color: #003d63;
}

.single-post a button:hover > span{
	color: #fff;
}

.single-post span{
	color: #003d63;
}

.single-post button:hover{
	background-color:rgba(0, 61, 99, 0.4);
	border: 1px solid rgba(0, 61, 99, 0.2);
	color: #fff;
}

.single-post h1 {
    margin: 0px 0px 0px 0px;
    line-height: 28px;
	font-weight: 800;
	font-size:28px;
	text-align: left;
}

.single-post h6 {
    font-style: italic;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    text-align: left;
	margin: 10px 0px 20px;
}

.single-post .list-categories{
	padding-top: 20px;
}

.single-post .list-categories ul{
	font-weight: 800;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0px;
}

.single-post .list-categories .cat-item{
	list-style: none;
	padding: 0px;
	font-size: 13px;
	color: #003d63;
}

.single-post article{
	width: 100%;
}

.single-post .image-thumbnail {
    height: auto;
    width: auto;
    text-align: left;
    margin: 0;
    max-width: 100%;
}

/* END SINGLE-POST */

/* SINGLE-TEAM */

.single-team {
	min-height: 885px;
	padding-top: 150px;
}

.single-team .project-button-wrap {
    margin-top: 25px;
}

.single-team h1 {
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 13px;
    letter-spacing: 3px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.single-team h5 {
    line-height: 65px;
    font-size: 60px;
    text-align: left;
    color: #aeddcd;
    text-transform: none;
    margin-bottom: 20px;
    font-weight: 100;
    letter-spacing: -2px;
    font-family: 'Caveat', cursive;
}

.single-team h6 {
	text-align: left;
    color: #fff;
    font-weight: 100;
	font-size: 13px;
	line-height: 20px;
}


.single-team article{
	width: 100%;
}

.single-team .image-thumbnail {
    /* height: auto; */
    width: 100%;
    text-align: left;
    margin: 0;
    max-width: 100%;
    object-fit: cover;
    height: 400px;
}

.single-team .carousel-item{
	background-color: transparent;
}

.single-team .card {
	/* min-height: 695px;
    padding-bottom: 20px; */
    height: 100%;
    position: relative;
	/* cursor: grab;
	display: flex;
    justify-content: space-between;
	flex-direction: column;	 */
}

.single-team .card-details{
	background-color: #aeddcd;
    padding: 10px;
	width: 205px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
    position: absolute;
    top: 435px;
    z-index: 999999999;
}

.single-team .card-description {
	display: flex;
    height: 100%;
    justify-content: space-between;
	flex-direction: column;	
}

.single-team .card:active {
	cursor: grabbing;
}

.single-team .card-img-top {
	width: auto;
	height: 600px;
	object-fit: cover;
}

.single-team h2{
	line-height: 20px;
	font-size: 35px;
	color: #1f1f1f;
	letter-spacing: 1px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
}

.single-team p{
	text-align: left;
    color: #fff;
    font-weight: 100;
	font-size: 13px;
	line-height: 20px;
}

.single-team li{
	text-align: left;
    color: #fff;
    font-weight: 100;
	font-size: 13px;
	line-height: 20px;
	list-style: disc;
}

.single-team .card-details p{
	line-height: 16px;
	font-size: 12px;
	color: #1f1f1f;
	font-weight: 100;
	margin-top: 0px;
	text-align: center;
	font-style: italic;
}


/* END SINGLE-TEAM */

/* INSTAGRAM */
#sb_instagram {
	/* box-shadow: 0 0px 5px rgba(0,0,0, 0.4); */
	background-color: #fff;
	padding: 0px !important;
}

#sbi_images{
	padding: 0px !important;
}

.sbi_photo_wrap{
	padding: 0px !important;
}

#sb_instagram #sbi_images .sbi_item{
	padding: 0px 15px !important;
}

#sb_instagram #sbi_images div:nth-child(1){
	padding-left: 0px !important;
}

#sb_instagram #sbi_images div:nth-child(6){
	padding-right: 0px !important;
}

.instagram-ico{
	width: 40px;
    height: 60px;
}

/* PAGINATION */

ul.page-numbers {
    display: flex;
}
ul.page-numbers {
    display: flex;
	justify-content: center;
	padding: 30px;
}
ul.page-numbers li {
    padding: 0 5px;
}
ul.page-numbers li a:not(:hover) {
    color: #003d63;
}
ul.page-numbers li span {
	font-weight: 500;
	background-color: #003d63;
	color: #fff;
	padding: 5px;
}

/* END PAGINATION */

/* FOOTER */

.copyright{
	background-color: #aeddcd;
	padding: 10px 0px;
	color:#000;
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 60px;
}

/* END FOOTER */

/* PAGE */

.page{
	padding-top: 60px;
}

/* END PAGE */





nav.d-flex.list-categories li, ul {
/*     display: none; */
}

#blogs .list-categories a, #blogs .list-categories ul {
    font-size: 17px;
	font-weight: 500;
}

#blogs .list-categories a {
    color: #aeddcd;
}

#blogs .list-categories a:hover {
    text-decoration-color: #aeddcd;
}

.blogs-card h1{
	line-height: 30px !important;
	margin-top: 10px !important;
}

#blogs .list-categories .cat-item.current-cat a {
    color: #5fa18a;
	font-weight: 700;
}

#blogs .list-categories .cat-item.current-cat a:hover {
    text-decoration-color: #5fa18a;
}

.single-post button {
    width: 175px;
    height: 45px;
    text-align: left;
    color: #003d63;
    margin: auto;
    background-color: #aeddcd;
    color: #1f1f1f;
    padding: 10px !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Bebas Neue',cursive;
}

.single-post button:hover {
    background-color: #5fa18a;
    border: none;
    color: #fff;
}

.single-post .font-small {
    font-size: 23px;
}

.single-post .carousel-item {
    text-align: left;
    background-color: transparent;
}

.blog-section {
    height: auto;
    margin-right: 0;
    margin-left: 0;
    padding: 0px 15px 75px;
}

.blog-section .blog-item {
    /* padding: 2px !important; */
    padding: 0 15px !important;
    padding-bottom: 30px !important;
}

.blog-section .blogs-card-wrapper .btn-wrapper {
    background-color: rgba(0,0,0,.2);
}

.single-post .list-categories ul {
   font-size: 18px;
	margin-bottom: 5px;
}

.single-post .list-categories a {
    color: #aeddcd;
	font-size: 16px;
    font-weight: 700;
}

.single-post .list-categories a:hover {
    text-decoration-color: #aeddcd;
}

.single-post .list-categories .cat-item.current-cat a {
    color: #aeddcd;
	font-weight: 700;
}

.single-post .list-categories .cat-item.current-cat a:hover {
    text-decoration-color: #aeddcd;
}

.single-post h6 {
	font-size: 14px;}

#single-post .carousel-inner .blog-content{
		margin-bottom: 50px;
	}

.single-post .list-categories {
	
	padding-right: 20px;
	
}


/** custom css **/

.fix-width-container {
	max-width:1140px;
	text-align:left;
	margin-right: auto;
  margin-left: auto;
}

span.font-style-italic {
	font-style:italic;
}



span.hustle-title {
    font-family: 'Bebas Neue' !important;
    letter-spacing: 1px!important;
    font-size: 44px!important;
}

div.hustle-group-title {
    padding-top: 12px;
}

.hustle-group-content p {
    font-family: 'Raleway'!important;
}

input[type=email]#hustle-field-email-module-1 {
    padding: unset!important;
}


.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form button.hustle-button-submit {
    padding: 12px 24px!important;
}




.grecaptcha-badge { right: -300px !important; }


.blog-content img {
    max-width: 100%;
    height: auto;
}


