@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
html, body{
	overflow-x: hidden;
}
a, a:link, a:visited, a:focus, a:active{
	color: #002d72;
}
a:not(.navbar-nav a, .tabs a, .mto-nav a):hover{
	text-decoration: none !important;
}
a:not(.navbar-nav a, .tabs a, .mto-nav a){
	text-decoration: underline !important;
}
.back-to-top-wrap{
	background: #ffffff95;
	border-radius: 100%;
	padding: 1em;
	position: fixed;
	bottom: 1.2em;
	right: 0.8em;
	height: 110px;
	width: 110px;
	display: flex !important;
    align-items: center !important;
	justify-content: center !important;
	box-shadow: 0px 0px 20px 0px #00000026 !important;
	transition: all 0.5s ease;
	z-index: 9999;
}
.back-to-top-wrap:hover{
	background: #ffffffff;
	transition: all 0.5s ease;
}
.back-to-top{
	text-transform: uppercase;
	font-size: 2.5em;
	text-align: center;
}
.back-to-top i{
	margin-bottom: 0.35rem;
}
.back-to-top::after{
	display: block;
	content: 'back to menu';
	font-size: 10px;
	line-height: var(--18);
}
.freight-text-pro {
  font-family: "freight-text-pro", serif;
font-style: normal;
}
.proxima-nova {
  font-family: "proxima-nova", sans-serif;
	font-style: normal;
}
:root {
--freight-font: "freight-text-pro", serif;
--proxima-font: "proxima-nova", sans-serif;
--bebas-font: "bebas-kai", sans-serif;
--base-font-size: 18px;
--14: 0.875rem;
--18: 1.125rem;
--20: 1.25rem;
--24: 1.5rem;
--28: 1.75rem;
--32: 2rem;
--36: 2.25rem;
--40: 2.22rem;
--44: 2.75rem;
--55: 3.45rem;
--dk-blue: #002D72;
--lt-blue: #0078D3;
--dk-green: #86C8BC;
--bg-lt-blue: #B3C4E640;
--bg-lt-green: #E4F1EE;
--bg-lt-md-blue: #DFE6F4;
--bg-lt-dk-blue: #D3E2ED;
--gr-blue: #F5F6FB;
--lt-blue-hvr: #006CBD;
--orange: #D15E14;
--green: #007078;
--yellow: #F1C142;
--dk-yellow: #FBB101;
--purple: #582C5F
}
/* GLOBAL STYLES */
body{
	font-family: var(--proxima-font);
	font-size: var(--base-font-size)
}
*::before,
*::after {
    box-sizing: border-box;
}
h1{
	font-family: var(--freight-font);
	font-weight: 500;
}
h2{
	font-family: var(--freight-font);
	font-size: var(--55);
	cursor: default;
	margin: 2rem auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	font-weight: 500;
	white-space: nowrap;
	max-width: 840px;
}
h2::before{
	content: '';
	width: 100%;
	height: 3px;
	margin-right: 2rem;
}
h2::after{
	content: '';
	width: 100%;
	height: 3px;
	margin-left: 2rem;
}
h3{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: var(--freight-font);
	color: var(--dk-blue);
	font-weight: 500;
	font-size: var(--36);
	margin: 1rem 0;
}
h3::after{
	content: '';
	display: block;
	width: 30%;
	height: 8px;
	margin-top: 1.5rem;
}
sup {
    top: -0.75em;
	opacity: 0.5;
	color: var(--dk-blue);
    font-weight: bold !important;
    margin-bottom: 0.8em !important;
    display: block;
    font-size: var(--24);
	z-index: 998;
}
.dd-container sup {
	color: white 
}
.sub-head{
	font-size: var(--20);
}
.centered{
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	margin: 0.5em auto;
}
/* LINKS & BUTTON STYLES */
a, a:link, a:visited{
	text-decoration: none;
}
a:not(.search-btn):hover{
	text-decoration: none;
}
.btn{
	border-radius: 0;
	line-height: 25px;
	padding: 0.5em 1.5em;
	border: none;
	text-decoration: none !important;
}
.btn.dk-blue{
	background: var(--dk-blue);
	color: white;
	box-shadow: 6px 6px 0 -2px var(--dk-yellow), 6px 6px 0 0px #002D72, 6px 6px 0 0px #002D72, 6px 6px 0 0px #002D72;
}
.btn.dk-blue:hover{
	background: white;
	color: var(--dk-blue);
}
.btn.lt-blue{
	background: var(--lt-blue);
	color: white;
}
.btn.lt-blue:hover{
	background:  var(--lt-blue-hvr);
	text-decoration: underline;
}
.btn.yellow{
	background: var(--yellow);
	color: var(--dk-blue);
}
.btn.yellow:hover{
	background: var(--dk-yellow);
	color: var(--dk-blue);
	text-decoration: underline;
}

/* HEADER/NAVIGATION STYLES */
.header-wrap{
	color: #fff;
}
.header{
	width: 100%;
	background: url("../img/banner-bg.png") no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	padding: 3em 3em 2em;
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
}
.header .banner{
	z-index: 1;
	margin: 2em auto 0;
}
.header .logo{
	position: absolute;
	top: 5%;
	left: 7%;
	z-index: 999
}
.ticker-tape-container{
	background: var(--yellow);
	color: var(--dk-blue);
	overflow-x: hidden;
    display: flex;
}
.ticker-tape{
  display: flex;
  gap: 1rem;
  margin-right: 1rem;
  flex: 0 0 auto;
  align-items: center;
}
.ticker-tape span{
	padding: 0.25rem 1rem;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	font-size: var(--24);
	font-family: var(--bebas-font);
	font-weight: 400;
}
.ticker-tape span::before{
	content: '';
	background: url("../img/ticker-star.svg") no-repeat;
	display: block;
	width: 25px;
	height: 25px;
	margin-right: 0.5rem;
}
nav .navbar-nav{
	display: flex;
	flex-direction: row;
	justify-content: center;
	justify-content: space-around;
	align-items: flex-end;
	width: 100%;
	margin: 1em auto 0;
}
.navbar-nav .nav-link{
	max-height: 189px;
	margin: 0;
	display: flex;
	flex-direction: column;
	    align-items: center;
    justify-content: flex-end;
}
.nav-link .img img{
	
}
.nav-link .txt{
	overflow:visible;
}
.navbar-nav .nav-link{
	color: var(--dk-blue);
	font-size: var(--24);
	text-align: center;
	font-weight: 700;
}
/* FOOTER STYLES */
footer{
	color: white;
}
/* JUMBOTRON STYLES */
.jumbotron{
	padding: 1em;
}
.jumbotron .btn-group{
	margin: 1em;
}
.jumbotron .btn-group .btn{
	background: #fff;
	color: var(--dk-blue);
	font-weight: 700;
	border-radius: 0;
	padding: 1.5rem 3.5rem;
}
.jumbotron .btn-group .btn:hover{
	text-decoration: underline;
}
.jumbotron .btn-group .btn:not(.yellow):hover{
	color: white;
}
.jumbotron .btn-group .btn.orange{
	border-left: solid 8px var(--orange)
}
.jumbotron .btn-group .btn.green{
	border-left: solid 8px var(--green)
}
.jumbotron .btn-group .btn.yellow{
	border-left: solid 8px var(--yellow)
}
.jumbotron .pre-head{
	font-family: var(--sans-font);
	font-size: var(--18);
	text-transform: uppercase;
	letter-spacing: 2px;
}
.jumbotron .pre-head::after{
	content: '';
	display: block;
	position: relative;
	border-bottom: solid 4px var(--yellow);
	margin: 1.5em auto;
	width: 10%;
}
.section{
	margin-top: 3em;
}
/* SECTION: Made To Order */
.mto-container{
}
.mto-top-section{
	background: var(--bg-lt-green);
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	text-align: center;
	padding: 1rem;
	position: relative;
}
.mto-top-section .selected-arrow{
	content: '';
	background: url("../img/mto_bottom-arrow.svg") no-repeat;
	width: 33px;
	height: 33px;
	position: absolute;
	bottom: -10px;
	left: 16%;
	margin: 0 auto;
	transform: rotate(45deg);
	z-index: 999;
	transition: left .5s;
}
.mto-bottom-section{
	background: var(--dk-green);
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 1rem;
	margin-bottom: 5em;
}
.mto-container h2{
 color: var(--dk-blue);
}
.mto-container h2::before{
	background: var(--lt-blue);
}
.mto-container h2::after{
	background: var(--lt-blue);
}
.mto-container h3{
	color: black;
	margin: 0.5em 0;
	padding: 0.5em 0;
	display: block;
	width: 100%;
}
.mto-container h3::after{
	display: none;
	visibility: hidden;
}
.mto-container p{
	max-width: 750px;
	margin: 0 auto;
}
.mto-container .mto-nav{
	display: flex;
	flex-direction: row;
	justify-content: center;
	justify-content: space-around;
	align-items: flex-start;
	width: 100%;
	margin: 1em auto;
}
.mto-container .mto-nav .mto-link{
	padding: 1em 0 5px;
	margin: 0px 3em;
	display: flex;
	width: 100%;
	flex-direction: column;
	    align-items: center;
    justify-content: flex-start;
}
.mto-container .mto-nav .mto-link .img{
	max-height: 265px;
	max-width: 265px;
	margin-bottom: 1rem;
}
.mto-container .mto-nav .mto-link .txt{
	max-width: 265px;
	display: block;
}
.mto-container .mto-nav .mto-link{
	color: var(--dk-blue);
	font-size: var(--24);
	text-align: center;
	font-weight: 700;
}
.mto-container .mto-bottom-section .container .container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.mto-container .mto-bottom-section .txt-container{
	padding: 0 1em;
}
.mto-container .mto-bottom-section .img-container{
	display: flex;
	justify-content: center;
	align-items: center;
}
.stats{
	margin: 1em;
	width: 100%;
	display: flex;
	flex-direction: row;
	border-top: solid 1px var(--dk-blue);
	border-bottom: solid 1px var(--dk-blue);
}
.stats p{
	padding: 0.5rem;
}
.stats .num{
	font-weight: 700;
	font-size: var(--55);
	margin: 0;
	padding-left: 1rem;
	padding-right: 1rem;
	color: var(--dk-blue);
	border-right: solid 1px var(--dk-blue);
	justify-content: center;
	align-self: center;
}
.stats .txt{
	font-family: var(--freight-font);
	font-wight: 400;
	padding-left: 1rem;
	padding-right: 1rem;
	font-style: italic;
	font-size: var(--32);
	justify-content: center;
	align-self: center;
}
/* SECTION: Design Kitchen */
.dk-container{
	background-color: var(--bg-lt-dk-blue);
	padding: 1em 0 0;
	margin: 1em 0;
	text-align: center;
}
.dk-container h2{
 color: var(--dk-blue);
	position: relative;
	z-index: 999 !important;
}
.dk-container h2::before{
	background: var(--lt-blue);
	z-index: 999 !important;
}
.dk-container h2::after{
	background: var(--lt-blue);
	z-index: 999;
}
.dk-container p{
	max-width: 830px;
	margin: 0 auto;
	position: relative;
	z-index: 999 !important;
}
.dk-container .img-container{
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
}
.dk-container .img-container img{
	margin-top: -300px;
}
.dk-container .img-container .plot-point-1{
	display: block;
    position: absolute;
    top: 14%;
    left: 24%;
    width: 64px;
    height: 64px;
    border-radius: 100%;
}
.dk-container .img-container .plot-point-2{
	display: block;
    position: absolute;
    top: 4%;
    left: 42%;
    width: 64px;
    height: 64px;
    border-radius: 100%;
}
.dk-container .img-container .plot-point-3{
	display: block;
    position: absolute;
    top: 18%;
    left: 74%;
    width: 64px;
    height: 64px;
    border-radius: 100%;
}
/* SECTION: Small Bytes */
.sb-container{
	text-align: center;
	position: relative;
	cursor: default;
}

.sb-container h2{
 color: var(--dk-blue);
}
.sb-container h2::before{
	background: var(--lt-blue);
}
.sb-container h2::after{
	background: var(--lt-blue);
}
.sb-container h3::after{
	background: var(--lt-blue);
}
.sb-container p{
	max-width: 750px;
	margin: 0 auto;
}
.sb-container .icon-box-grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
  	grid-template-rows: 1fr 1fr;
	margin: 2em;
}
.sb-container .icon-box-grid .icon-box{
	cursor: default;
	border: solid 1px black;
	border-radius: 6px;
	padding: 1em 1.5em;
	margin: 143px 1em 1em;
	position: relative;
}
.sb-container .icon-box-grid .icon-box .info-arrow{
	content: '';
	background: url("../img/sb_container-arrow.svg") no-repeat;
	width: 61px;
	height: 61px;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	border-bottom-right-radius: 4px;
	z-index: 3;
}
.sb-container .icon-box-grid .icon-box .info-arrow:hover{
	content: '';
	background: url("../img/sb_container-arrow_hover.svg") no-repeat;
	width: 61px;
	height: 61px;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	border-bottom-right-radius: 4px;
	z-index: 3;
}
.sb-container .icon-box-grid .icon-box .icon-container{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -143px auto 0;
	max-height: 286px;
	max-width: 286px;
}
.sb-container .icon-box-grid .icon-box .icon-container .icon-border{
	display: block;
	z-index: 1;
}
.sb-container .icon-box-grid .icon-box .icon-container .icon{
	position: absolute;
	display: block;
	z-index: 2;
}
.sb-container .stat{
	color: var(--lt-blue);
	font-size: var(--55);
	font-weight: 700;
}
.sb-container .stat-text{
	margin-bottom: 25px;
}
/* SECTION: Delivery Drivers */
.dd-container{
	text-align: center;
	position: relative;
	background-image: url("../img/Drivers_background.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-color: var(--lt-blue);
	padding: 1em;
	color: white;
}
.dd-container h2{
 color: white;
}
.dd-container h2::before{
	background: white;
}
.dd-container h2::after{
	background: white;
}
.dd-container h3{
	font-size: var(--44);
	display: block;
}
.dd-container h3::after{
	display: none;
	visibility: hidden;
}
.dd-container p:not(.tab-content p){
	max-width: 750px;
	margin: 0 auto;
}
.dd-container .tab-container{
	border-radius: 33px;
	background: #FFFFFFD9;
	margin: 4em 0;
}
.dd-container .tab-container .tabs{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding: 2em 2em 5px;
	border-bottom: solid 1px #002E76;
}
.dd-container .tab-container .tabs a{
	color: var(--dk-blue);
	font-size: var(--24);
	font-weight: 700;
	display: flex;
	flex-direction: column;
}
.dd-container .tab-container .tabs a img{
	max-height: 47px;
	margin-bottom: 0.5em;
}
.dd-container .tab-container .tab-content{
	display: flex;
	color: black;
	padding: 1em;
	text-align: left;
}
.dd-container .tab-container .tab-content .card{
	background: transparent;
}
.dd-container .tab-container .tab-content .container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.dd-container .tab-container .tab-content .txt-container{
	padding: 0 1em;
}
.dd-container .tab-container .tab-content .img-container{
	display: flex;
	justify-content: center;
	align-items: center;
}
.all-tab-img img {
    padding-bottom: 20px;
}
.all-tab-img img:nth-last-child(2) {
    padding-bottom:0;
}

/* SECTION: Back of House */
.boh-container{
	text-align: center;
	position: relative;
	cursor: default;
}

.boh-container h2{
 color: var(--dk-blue);
}
.boh-container h2::before{
	background: var(--lt-blue);
}
.boh-container h2::after{
	background: var(--lt-blue);
}
.boh-container h3::after{
	background: var(--lt-blue);
}
.boh-container p{
	max-width: 750px;
	margin: 0 auto;
}
@media(min-width:768px) {
    .ourwork-tab-wrap .nav-tabs {
        display: flex;
    }
	
    .ourwork-tab-wrap .card {
        border: none;
    }

    .ourwork-tab-wrap .card .card-header {
        display:none;
    }
    .ourwork-tab-wrap .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
	.ticker-tape span{
	padding: 0.25rem 1rem;
	font-size: var(--18);
}
.ticker-tape span::before{
	content: '';
	background: url("../img/ticker-star.svg") no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 0.5rem;
}
	.stats .num{
		font-size: var(--44);
	}
	.stats .txt{
		font-size: var(--24);
	}
	.navbar-nav .nav-link {
    max-height: 189px;
    margin: 0;
}
	.mto-container .mto-nav .mto-link{
	padding: 1em 0 5px;
	margin: 0px 0.5em;
	}
	.dd-container .tab-container .tab-content{
		color: black;
		padding: 0.5em 0;
		text-align: left;
		flex-direction: column;
	}
	.dd-container .tab-container .tabs{
	display: none;
	
}
    .ourwork-tab-wrap .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
        margin-bottom: 10px;
		background: none;
		border: none;
    }
	.dd-container h3{
		font-size: var(--36);
		display: block;
		padding: 0;
		margin: 0;
	}
	.card-body .row{
			display: flex;
			flex-direction: column;
		}
    .ourwork-tab-wrap .card-header {
        background: transparent;
        color: #fff;
        border-bottom: 1px solid rgba(0,0,0,.125);
    }
    .ourwork-tab-wrap .card-header h5 a{
        background: transparent;
        color: var(--dk-blue);
		font-size: var(--18);
		font-weight: 700;
        text-decoration: none;
        display: flex;
		flex-direction: row;
		align-items: center;
		position: relative;
    }
	.plot-point-1, .plot-point-2, .plot-point-3{
		    transform: scale(0.7) !important;
	}
	.dk-container .img-container .plot-point-1{
    top: 34%;
}
.dk-container .img-container .plot-point-2{
    top: 24%;
}
.dk-container .img-container .plot-point-3{
    top: 38%;
}
	.ourwork-tab-wrap .card-header h5 a img{
		margin-right: 10px;
		max-height: 40px;
	}
    .ourwork-tab-wrap .card-header h5 a i {
        position: absolute;
		right: 10px;
        top: 10px;
    }
    .ourwork-tab-wrap .card-body {
        
    }
    .ourwork-tab-wrap .card-header h5 a:hover {
        color: var(--dk-blue);
    }
}

/* SECTION: Small Bytes */
.more-container{
	background: url("../img/more_bg-img.svg") no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
	cursor: pointer;
	margin: 0;
	padding: 0.5em 0 2em;
	display: flex;
	flex-direction: column;
}
.more-container h2{
 color: var(--dk-blue);
	
}
.more-container h2::before{
	display: none;
	visibility: hidden;
}
.more-container h2::after{
	display: none;
	visibility: hidden;
}
.more-container p{
	max-width: 750px;
	margin: 0 auto;
}

/* MISC STYLES */
.orange.hvr-sweep-to-right::before{
	background: var(--orange) !important;
}
.green.hvr-sweep-to-right::before{
	background: var(--green) !important;
}
.yellow.hvr-sweep-to-right::before{
	background: var(--yellow) !important;
}

.popover{
	box-shadow: 0px 0px 20px 0px #00000026;
	max-width: 450px !important;
	text-align: left !important;
}
.popover-header {
	display: block;
    background: white;
	border-bottom: solid 1px black;
	padding: 1.2em 1.5em !important;
	line-height: normal;
	margin: 0 !important;
	font-family: var(--proxima-font);
	font-size: 18px;
	text-align: left !important;
	color: var(--dk-blue);
	font-weight: 700;
}
.popover-header::after{
	display: none;
	visibility: none;
}
.popover-body {
    background: white;
	padding: 1.5em;
	margin: 0 !important;
	font-family: var(--proxima-font);
	font-size: 16px;
}

@media only screen and (max-width: 1280px){
	.dk-container .img-container img{
	margin-top: -110px;
}
	.dk-container p{
		padding: 0 2em;
	}
}
@media only screen and (max-width: 768px) {
	h2{
		font-size: var(--40);
		white-space: nowrap; 
	}
	.dd-container h2{
		padding: 0 0.8rem;
		margin-top: 0.5rem;
	}
	.dk-container h2{
		padding: 0 1.5rem;
	}
	.boh-container h2{
		padding: 0 2.5rem;
	}
	sup {
		font-size: var(--20);
	}
	
	h3{
		font-size: var(--28);
	}
	.section:not(.section:last-of-type){
		margin-top: 1em;
	}
	.header .logo{
		top: 3%;
		left: 3%;
	}
	.header .logo img{
		max-width: 300px;
	}
	
	nav .navbar-nav {
		margin: 0;
	}
	.nav-link .img img{
	max-height: 90px;
}
	.mto-container .mto-nav .mto-link {
    font-size: var(--18);
}
	.navbar-nav .nav-link {
    color: var(--dk-blue);
    font-size: var(--18);
    text-align: center;
    font-weight: 700;
}
	.mto-container .mto-nav .mto-link .img img {
		max-height: 100px;
		max-width: 100px;
	}
	.row{
		display: flex;
		flex-direction: column;
	}
	.sb-container .stat-text {
    margin-bottom: 45px;
}
	.sb-container .icon-box-grid{
	display: flex;
		flex-direction: column;
	margin: 1em;
}
	.popover{
		max-width: 400px !important;
	}
	
	.dk-container .img-container img{
	margin-top: 0;
}
	
}
/* ANIMATIONS */
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.marquee{
  --direction: normal;
  --duration: 40s;
  --delay: 0s;
  --iteration-count: infinite;
  --play: running;
  animation: marquee var(--duration) linear var(--delay) var(--iteration-count);
  animation-play-state: var(--play);
  animation-delay: var(--delay);
  animation-direction: var(--direction);
}
@keyframes rotate { 
	100% { 
		transform:rotate(-360deg); 
	}
}
.rotate{
	animation:rotate 40s linear reverse infinite; 
}

.load {
    opacity: 0;
    transform: scale(1.13);
	transition: opacity 0.7s ease, transform 0.3s ease;
	transition-delay: 0.25s;
}
@media (prefers-reduced-motion: no-preference) {
  .load {
    transition: opacity 0.7s ease, transform 0.3s ease;
	transition-delay: 0.5s;
  }
}
.nav-item .img{
	transition: opacity 0.7s ease, transform 0.3s ease;
	-webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.grow-rotate{
	transition: opacity 0.7s ease, transform 0.3s ease;
	-webkit-transform: scale(1.2) rotate(4deg);
  transform: scale(1.2) rotate(4deg);
	-webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.load-transition {
    opacity: 1;
    transform: none;
	transition-delay: 0.5s;
	
}
.blob {
	background: black;
	border-radius: 50%;
	margin: 10px;
	height: 20px;
	width: 20px;
}
.blob {
	background: url("../img/dk_info-icon.svg");
	background-position: -20px -16px;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse-black 3s infinite;
}

.bob{
	-webkit-animation-name: hvr-bob-float,hvr-bob;
    animation-name: hvr-bob-float,hvr-bob;
    -webkit-animation-duration: .3s,1.5s;
    animation-duration: .3s,1.5s;
    -webkit-animation-delay: 0s,.3s;
    animation-delay: 0s,.3s;
    -webkit-animation-timing-function: ease-out,ease-in-out;
    animation-timing-function: ease-out,ease-in-out;
    -webkit-animation-iteration-count: 1,infinite;
    animation-iteration-count: 1,infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal,alternate;
    animation-direction: normal,alternate
}

@keyframes pulse-black {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(251, 195, 0, 0.8);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 30px rgba(251, 195, 0, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(251, 195, 0, 0);
	}
}

/* ==========================================================================
Animation System by Neale Van Fleet from Rogue Amoeba
========================================================================== */
.animate {
  animation-duration: 0.75s;
  animation-delay: 0.5s;
  animation-name: animate-fade;
  animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
  animation-fill-mode: backwards;
}

/* Fade In */
.animate.fade {

  animation-name: animate-fade;
  animation-timing-function: ease;
}

@keyframes animate-fade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* Pop In */
.animate.pop { animation-name: animate-pop; }

@keyframes animate-pop {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

/* Blur In */
.blur{
	animation-duration: 2s;
  animation-timing-function: ease;
  animation-fill-mode: backwards;
	animation-name: animate-blur;
}

@keyframes animate-blur {
  0% {
    opacity: 1;
    filter: blur(0px);
  }
	2% {
    opacity: 1;
    filter: blur(1.5px);
  }
	90% {
    opacity: 1;
    filter: blur(1.5px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.dd-container.bg-fade{
	animation-duration: 3s;
  animation-timing-function: ease;
	animation-name: dd-container-bg-color-fade;
}

@keyframes dk-container-bg-color-fade {
  0% {
    background-color: rgba(217, 231, 242, 0);
  }
  100% {
    background-color: rgba(217, 231, 242, 1);
  }
}
@keyframes dd-container-bg-color-fade {
  0% {
    background-color: rgba(0, 120, 211, 0);
  }
  100% {
    background-color: rgba(0, 120, 211, 1);
  }
}

/* Grow In */
.animate.grow { animation-name: animate-grow; }

@keyframes animate-grow {
  0% {
    opacity: 0;
    transform: scale(1, 0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}


/* Animation Delays */
.delay-1 {
  animation-delay: 0.6s;
}
.delay-2 {
  animation-delay: 0.7s;
}
.delay-3 {
  animation-delay: 0.8s;
}
.delay-4 {
  animation-delay: 0.9s;
}
.delay-5 {
  animation-delay: 1s;
}
.delay-6 {
  animation-delay: 1.1s;
}
.delay-7 {
  animation-delay: 1.2s;
}
.delay-8 {
  animation-delay: 1.3s;
}
.delay-9 {
  animation-delay: 1.4s;
}
.delay-10 {
  animation-delay: 1.5s;
}
.delay-11 {
  animation-delay: 1.6s;
}
.delay-12 {
  animation-delay: 1.7s;
}
.delay-13 {
  animation-delay: 1.8s;
}
.delay-14 {
  animation-delay: 1.9s;
}
.delay-15 {
  animation-delay: 2s;
}

@media screen and (prefers-reduced-motion: reduce) {
  .animate {
    animation: none !important;
  }
}

