@charset "UTF-8";
/* CSS Document */

body {
	font-size: 18px;
	line-height: 200%;
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
}
h2, .h2 {
    font-size: 2rem;
	font-weight: 900;
}
h5, .h5 {
	font-weight: 900;
}
#helpdiv {
	position: fixed;
	background-color:#262525;
	color: #ffffff;
	padding: 40px;
	z-index: 7000;
	bottom: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 60%;
	border: 1px solid #2F2F2F;
	text-align: center;
	border-radius: 8px;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: transparent;
    background-color: #222222;
}
.nav {
	z-index: 9998;
	position: fixed;
    width: 100%;
    display: block;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #FFEC64;
}
li.nav-item {
	padding:0px 0px 0px 16px
}
.nav-cta {
	margin: 20px 0px 20px 8px;
}
.mr-auto {
    margin-left: auto !important;
    padding-right: 20px;
	margin-right: 0 !important;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    background-color: #333333;
    border-radius: 8px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: #333333;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
ul.nav.nav-pills {
    display: flex;
}
.portfolio-nav {
    font-size: 14px;
    font-weight: bold;
}
.pill-active {
	background: #ffffff;
	padding: 10px 20px;
	border: 1px solid #ffffff;
	color: #222222;
	border-radius: 40px;
	margin: auto 4px;
	text-decoration: none;
}
.pill-disabled {
	background: #222222;
	padding: 10px 20px;
	border: 1px solid #FFE000;
	color: #FFE000;
	border-radius: 40px;
	margin: auto 4px;
}
.pill-disabled:hover {
	background: #FFE000;
	padding: 10px 20px;
	border: 1px solid #FFE000;
	color: #222222;
	border-radius: 40px;
	margin: auto 4px;
}
a.pill-active  {
	text-decoration: none;
}
a.pill-active:hover  {
	text-decoration: none;
	color:#222222;
}
a.pill-disabled  {
	text-decoration: none;
}


.btn-primary {
	background-color: #FFE000;
	color: #000000;
	border-radius: 32px;
	border: #FFE000 solid 1px;
	padding: 10px 24px;
	font-size: 16px;
	font-weight: 900;
}
.btn-primary:hover {
	background-color: #FFEC64;
	color: #000000;
	border-radius: 32px;
	border: #FFE000 solid 1px;
	padding: 10px 24px;
	font-size: 16px;
	font-weight: 900;
}
.btn-primary:focus, .btn-primary.focus {
    background-color: #FFEC64;
	color: #000000;
	border-radius: 32px;
	border: #FFE000 solid 1px;
	padding: 10px 24px;
	font-size: 16px;
	font-weight: 900;
  box-shadow: 0 0 0 0 rgb(50 50 50 / 100%);
}
.btn-secondary {
    background-color: #222222;
	color: #FFE000;
	border-radius: 32px;
	border: #FFE000 solid 1px;
	padding: 10px 24px;
	font-size: 16px;
	font-weight: 900;
}
.btn-secondary:hover {
    background-color: #323232;
	color: #FFE000;
	border-radius: 32px;
	border: #FFE000 solid 1px;
	padding: 10px 24px;
	font-size: 16px;
	font-weight: 900;
}
.btn-secondary:focus, .btn-primary.focus {
    background-color: #323232;
	color: #FFE000;
	border-radius: 32px;
	border: #FFE000 solid 1px;
	padding: 10px 24px;
	font-size: 16px;
	font-weight: 900;
}
.margin-top-20px {
	margin-top: 20px;
}
.margin-top-60px {
	margin-top: 60px;
}
.margin-top-100px {
	margin-top: 100px;
}
.padding-bottom-40px {
	padding-bottom: 40px;
}
.padding-bottom-30px {
	padding-bottom: 30px;
}
.padding-bottom-20px {
	padding-bottom: 20px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #FFE000;
}
section {
	padding: 40px 0px;
}
.section-gray {
	background-color: #222222;
	color:#FFFFFF;
}
.section-white {
	background-color: #ffffff;
	color:#222222;
}
.section-lt-gray {
	background-color: #F4F4F4;
	color:#222222;
}
.section-title {
	padding-bottom: 40px;
}
.section-header-gray {
	background-color: #222222;
	color:#FFFFFF;
	padding: 120px 0px 0px 0px;
}

.carousel-indicators li {
	background-color: #222222;
	}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.testimonial-sf {
	font-size: 14px;
}


/****** MOUSE SCROLL INDICATOR ******/
.mouse {
  display: block;
  position: absolute;
	margin: 0px 0px -75px 0px;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #ffffff;
  bottom: 20px;
  left: 5%;
  margin-left: -13px;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
  }
}

/****** END MOUSE SCROLL INDICATOR ******/


/******** HEADER *******/
header {
  position: relative;
  background-color: white;
	height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
	color: #ffffff;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
background: rgb(34,34,34);
background: linear-gradient(352deg, rgba(34,34,34,1) 10%, rgba(34,34,34,0.8) 60%, rgba(233,249,5,0.7) 120%);

  z-index: 1;
}
.header-content {
	padding: 0 5%;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url("../img/NYC-Traffic.mp4") black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

.bottom-right-img {
	margin-top: -222px;
	height: 222px;
	background: url("../img/header-right-triangle.png")  no-repeat right;
	position: absolute;

}
.bottom-left-img {
	margin-top: -124px;
	height: 124px;
	background: url("../img/header-left-triangle.png") no-repeat;

}


/* MOBILE HEADER */

.chevron {
  position: absolute;
  width: 20px;
  height: 4px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #c2c4c6;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}


/******** END HEADER *******/


/******** FEATURED PROJECT SERVICES ICONS *******/

.fea-project-svc-box {
	height-max: 220px;
	border:solid 1px #2F2F2F;
	background-color: #262525;
	padding: 30px  0px 20px 0px;
}
.fea-project-svc-box:hover {
	height-max: 220px;
	border:solid 1px #FFE000;
	background-color: #262525;
	padding: 30px 0px 20px 0px;
}

/******** END FEATURED PROJECT SERVICES ICONS *******/


.brand-logo-padding {
	padding: 0px 0px 72px 0px;
}


/******** Why Miz? PAGE *******/
.dot-bg1 {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/bg-dots.svg);
    top: -7.5%;
    left: -50.5%;
    right: 50.5%;
    bottom: 12.5%;
    z-index: 0;
    opacity: .4;
}
.dot-bg2 {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/bg-dots.svg);
    top: -7.5%;
    left: 50.5%;
    right: -50.5%;
    bottom: 12.5%;
    z-index: 0;
    opacity: .4;
}
.svcs-section ul {
	padding-inline-start: 40px;
}
.svcs-section li {

}
.svcs-strategy {
	border-radius: 8px;
	background: #ffffff;
	display: table; 
	padding: 24px;
	border: 1px solid #EAEAEA;
}

/******** END Why Miz? PAGE *******/

.gallery-item {
    padding: 0px 10px 80px 10px;
}
.app-img {
    border-radius: 24px;
}

input#mce-EMAIL {
    width: 100%;
    border-radius: 22px;
    height: 44px;
    border: 0px;
    padding-left: 16px;
}
input#mce-FNAME{
	    width: 100%;
    border-radius: 22px;
    height: 44px;
    border: 0px;
    padding-left: 16px;
}



/************** SEND MESSAGE FORM ******************/
.form-actions [class^="msg-"] {
  display: none;
  font-size: 16px;
}
.msg-error {
	border: solid 1px #2F2F2F;
    background-color: #262525;
	color: #ffffff;
	border-radius: 8px;
	padding: 10px;
}
.msg-success {
	border: solid 1px #2F2F2F;
    background-color: #262525;
	color: #ffffff;
	border-radius: 8px;
	padding: 10px;
}
.contact-box {
	border: solid 1px #2F2F2F;
    background-color: #262525;
	color: #ffffff;
	border-radius: 8px;
	padding: 20px;
}

footer {
	border-top:1px solid #2F2F2F;
	padding: 24px 0px 10px;
	background-color:#222222;
	color:#ffffff;
	text-align: left;
	font-size: 16px;
	line-height: 160%;
}
footer a {
	color:#ffffff;
}
footer a:hover {
	color:#FFE000;
}
footer ul {
	padding-inline-start: 0px;
}
footer li {
	padding-bottom: 8px;
	list-style-type: none;
}
.blockquote-footer {
	border-top: 0px solid #ffffff;
	padding: 20px 0px;
	background-color: transparent;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

.modal-lg {
	max-width: 96% !important;
}

/* Zoom In #1 */
.brand-hover  {
	-webkit-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.brand-hover:hover  {
	-webkit-transform: scale(1);
	transform: scale(1);

}
.modal-content {
	background-color: transparent;
	border: 0px;
}
.close {
	color:#ffffff;
	text-shadow: 0 1px 0 #000000;
	font-size: 48px;
	opacity: .8;
}
.close:hover {
	color:#ffffff;
	text-shadow: 0 1px 0 #000000;
	font-size: 48px;
	opacity: 1;
}
.modal-footer {
    justify-content: center;
	border-top:0px;
}
.modal {
	z-index: 40000;
}
.sm-icons {
	margin-left: 0px;
}



/******************************************************** MEDIA QUERIES  ****************************************************************/


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
.fea-project-svc-box {
	height-max: 220px;
	border:solid 1px #2F2F2F;
	background-color: #262525;
	padding: 40px 0px;
}
	
.fea-project-svc-box:hover {
	height-max: 220px;
	border:solid 1px #FFE000;
	background-color: #262525;
	padding: 40px 0px;
}	
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.sm-icons {
	margin-left: 60px;
}

	
}

@media (max-width: 992px) {
	.mouse {
  display: none;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
		background-color: transparent;
}
	section {
		padding: 120px 0px;
	}	
.sm-icons {
	margin-left: 80px;
}


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.sm-icons {
	margin-left: 0px;
}

}


