@font-face {
    font-family: 'gothamblack';
    src: url('../fonts/gotham-black-webfont.woff2') format('woff2'),
        url('../fonts/gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gothambold-webfont.woff2') format('woff2'),
        url('../fonts/gothambold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gothambook-webfont.woff2') format('woff2'),
        url('../fonts/othambook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothamlight';
    src: url('../fonts/gothamlight-webfont.woff2') format('woff2'),
        url('../fonts/gothamlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
  scroll-behavior: smooth;
  cursor: crosshair;
}
body {
  margin: 0 auto;
  padding: 0;
  min-width: 1100px;
  font-size: 12px;
  font-family: 'gothamlight';
}

/* Dropdown Menu */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
	margin-top:-75px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

menu ul {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
	display:inline-flex;
}

menu li.dropdown {
    display: inline-block;
}

menu li {
    unicode-bidi: isolate;
	list-style-type: none;
	display:inline-flex !important;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}


/* page loader **********************************************************************************/
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: #fff;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	z-index: 999;
	opacity: 1;
	filter: alpha(opacity=);
}
.loader-img {
	position: relative;
	width: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 14px;
  background-color: #f3a20a;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
  background-color: #054477;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
  background-color: #b91418;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
div, input, textarea, section, img, button, select, figure, figcaption, form, label, menu, header, footer, article, aside {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'gothambold';
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #737272;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #737272;
  font-family: 'Roboto', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #737272;
  font-family: 'Roboto', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #737272;
  font-family: 'Roboto', sans-serif;
}
.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1600px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
header {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 3;
  background-color: #fff;
}
header menu {
  padding: 0;
  margin: 0;
  padding: 15px 5%;
}
header menu a {
  color: #fff;
  text-decoration: none;
  margin-left: 25px;
  margin-right: 25px;
  font-family: 'gothambold';
}
header menu a:hover, footer a:hover {
  color: #f3a20a;
}
header .wrapper {
  max-width: none;
  padding: 0;
}
button, input[type=submit], input[type=reset] {
  background-color: #b91418;
  color: #fff;
  padding: 15px;
  border: none;
  font-family: 'Roboto';
  font-weight: 700;
  border-radius: 3px;
  min-width: 150px;
  border: none;
}
button:hover, input[type=submit]:hover, input[type=reset]:hover {
  opacity: .8;
  cursor: pointer;
}
p, li {
  line-height: 150%;
  font-size: 1.1em;
  font-family: 'Roboto';
}
Copyright {
  font-family: 'Roboto';
}
header .logo {
  width: auto;
  height: 40px;
  margin: 20px auto;
}
#mobile-menu, #m-menu-btn {
  display: none;
}
a {
  color: #000;
  text-decoration: cone;
  transition: .2s;
}
form input[type=text], form input[type=tel], form input[type=email], form input[type=number], input[type=date], form select {
  padding: 9px 3%;
  background-color: #eee;
  border: none;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  font-family: 'gothamlight';
  font-size: 13px;
}
form input:active, button:active, form input:focus {
  outline: none;
  border: none;
}
textarea {
  padding: 10px 3%;
  background-color: #eee;
  border: none;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  font-family: 'gothamlight';
  font-size: 13px;
  outline: none;
}
section {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
/* Colors *********************/
.orange-col {
  color: #f3a20a;
}
.orange-bg {
  background-color: #f3a20a;
}
.red-col {
  color: #b91418;
}
.red-bg {
  background-color: #b91418;
}
.blue-col {
  color: #054477;
}
.blue-bg {
  background-color: #054477;
}
.green-col {
  color: #107855;
}
.green-bg {
  background-color: #107855;
}
section.video {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  z-index: 3;
}
video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.video .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: .4;
}
.video .overlay-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 2.4em;
}
.video .overlay-text h1 {
  font-family: 'gothamlight';
  font-weight: 400;
  text-transform: uppercase;
  display: none;
  margin-bottom: 20px;
}
.video .overlay-text h2 {
  display: none;
  text-transform: uppercase;
  font-size: 1.3em;
  margin-top: 0;
}
.video .overlay-text button, .intro-home .intro-text p, .intro-home .intro-text button {
  display: none;
}
.intro-home {
  z-index: 3;
  background-color: #fff;
}
.intro-home .wrapper {
  min-height: 300px;
}
.intro-home h2 {
  font-size: 2.5em;
  text-align: center;
}
.intro-home p {
  font-size: 1.25em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.intro-home button {
  background: none;
}
.intro-home .intro-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.our-work {
  padding-top: 60px;
  text-align: center;
  overflow: visible;
  padding-bottom: 100px;
  z-index: 3;
  background-color: #fff;
}
.our-work .wrapper {
  overflow: visible;
}
.top-block {
  position: absolute;
  width: 100%;
  height: 250px;
  z-index: 1;
  top: 0;
  left: 0;
}
.our-work h2 {
  position: relative;
  width: 300px;
  padding: 15px 50px;
  color: #fff;
  margin-top: -60px;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6em;
}
.work-blocks-wrapper {
  position: relative;
  width: 100%;
  min-height: 400px;
  margin-top: 30px;
  opacity: 0;
}
.wblock {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  height: 250px;
  background-color: #eee;
  z-index: 3;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.wblock:hover, .wb-banner img:hover {
  border: 3px orange solid;
}
.wblock a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.wb-banner {
  position: relative;
  width: 100%;
  margin-top: 80px;
  z-index: 3;
  opacity: 0;
}
.wb-banner img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.bottom-block {
  position: absolute;
  width: 100%;
  height: 250px;
  z-index: 1;
  bottom: -20px;
  left: 0;
}
/* Newsletter **********************/
section.newsletter {
  overflow: visible;
  z-index: 3;
  min-height: 250px;
  background: #054477;
  border-top: 1px #d2d0d0 solid;
}
.newsletter .wrapper {
  overflow: visible;
  min-height: 250px;
}
.newsletter .wrapper h2 {
  width: 200px;
  padding: 14px;
  background-color: #d2d0d0;
  margin-top: -55px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 2;
  position: relative;
}
.newsletter form {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 50px 50px 40px 50px;
  color: #fff;
  position: relative;
  margin-top: -39px;
  z-index: 1;
  text-align: center;
  opacity: 0;
}
.newsletter p {
  margin-bottom: 30px;
  font-weight: 600;
}
.newsletter form input {
  display: inline-block;
  vertical-align: top;
  padding: 8px 10px;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  width: 33%;
  margin-bottom: 4px;
  height: 40px;
}
.newsletter form button {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  box-sizing: border-box;
  height: auto;
  min-width: 0;
  padding: 8px 10px;
  text-align: center;
  border-radius: 0;
  height: 40px;
}
section.contact {
  position: relative;
  width: 100%;
  min-height: 600px;
  background-position: left;
  background-size: cover;
}
section.contact .wrapper {
  min-height: 600px;
}
section.contact .right-block {
  position: absolute;
  width: 50%;
  background-color: #fff;
  top: 50px;
  right: 0;
  height: 550px;
  border-top: 5px #f3a20a solid;
  padding: 30px 5%;
  display: none;
}
section.contact .right-block h2 {
  font-size: 2em;
  margin-top: 0;
}
section.contact .right-block h2 span {
  font-family: 'gothamlight';
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
}
.line-wrap {
  position: relative;
  width: 200px;
  height: 3px;
  margin-bottom: 40px;
}
.l1, .l2, .l3 {
  position: relative;
  display: inline-block;
  width: 32%;
  height: 3px;
  background-color: #f3a20a;
}
.l2 {
  background-color: #054477;
  margin-left: 1%;
  margin-right: 1%;
}
.l3 {
  background-color: #b91418;
}
section.contact .right-block .line-wrap {
  margin-left: 0
}
section.contact form > div.fullwidth {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  display: block;
  overflow: hidden;
  text-align: left;
}
section.contact form input[type=text], section.contact form input[type=tel], section.contact form input[type=email], section.contact form input[type=number], section.contact input[type=date], section.contact form select {
  padding: 9px 3%;
  background-color: #eee;
  border: none;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  font-family: 'gothamlight';
  font-size: 13px;
}
section.contact form textarea {
  padding: 10px 3%;
  background-color: #eee;
  border: none;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  font-family: 'gothamlight';
  font-size: 13px;
}
section.contact form button, section.contact form button {
  font-family: 'gothamlight';
  font-weight: 700;
  margin-top: 5px;
}
section.cnt-details {
  position: relative;
  width: 100%;
  height: 360px;
  color: #fff;
  text-align: center;
}
section.cnt-details a {
  text-decoration: none;
  color: #fff;
}
section.cnt-details h2 {
  font-size: 2em;
  margin-top: 0;
}
section.cnt-details .two-blocks {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
section.cnt-details .ny {
  left: 0;
  background-color: #054477;
}
/*
section.cnt-details .jhb {
  right: 0;
  background-color: #107855;
}
*/
section.cnt-details .two-blocks > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.two-blocks > div > img {
  font-size: 36px;
  margin-bottom: 30px;
}
section.cnt-details p i {
  margin-right: 5px;
}
/* Who Awe Are Page ****************************/
.resize-p p, .resize-p li {
  font-size: 1.25em;
}
p.enlarge {
  font-size: 1.8em;
  margin-top: 0;
  font-weight: 600;
}
section.who-we-are {
  min-width: 500px;
}
.who-we-are .right {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 47%;
  height: 600px;
  background-size: cover;
  overflow: hidden;
}
.who-we-are .right img {
  position: relative;
  width: 50%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.who-we-are .left {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 53%;
  padding: 5%;
  height: 600px;
  overflow: hidden;
}
.who-we-are .left > div {
  display: none;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
section.banner2  {
  text-align: center;
  color: #fff;
}
section.banner2 h1 {
  position: relative;
  color: #000;
  font-size: 2.8em;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'gothamlight';
  min-width: 900px;
}
section.banner2 h1 span {
  font-family: 'gothambold';
  display: block;
  margin-top: 30px;
}
section.banner2 {
  position: relative;
  width: 100%;
  background-color: #d9d9d9;
}
section.banner2 h2 {
  margin-top: 50px;
  color: #000;
}
section.banner2 .wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 1050px;
}
section.banner2 .wrapper > div.block {
  position: relative;
  display: inline-block;
  width: 25%;
  vertical-align: top;
  overflow: hidden;
}
section.banner2 .wrapper > div:hover {
  border: 3px #f3a20a solid;
  cursor: pointer;
}
section.banner2 .wrapper > div img {
  width: 100%;
  height: auto;
  margin-bottom: -4px;
}
/* Our Clients Page ******************/
section.clients-banner, section.who-we-are-banner {
  position: relative;
  width: 100%;
}
section.clients-banner img, section.who-we-are-banner img {
  margin-bottom: -4px;
}
section.our-clients {
  position: relative;
  width: 100%;
  min-height: 600px;
  background-color: #eee;
}
section.our-clients .wrapper {
  min-height: 600px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  overflow-x: visible;
}
@media screen and (min-width: 1000px ) {
  section.our-clients .wrapper {
    min-height: 750px;
  }
}
section.our-clients .brand-logos {
  position: absolute;
  left: 0;
  right: 0;
  top: 180px;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 50px 10%;
  display: none;
}
section.our-clients h1 {
  margin: 0;
  position: absolute;
  text-align: center;
  padding: 0;
  top: 70px;
  left: 5%;
  right: 5%;
  color: #000;
  font-size: 2.4em;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'gothamlight';
  width: 90%;
  display: none;
}
.brand-logos > div {
  width: 14%;
  margin: 1% 5%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.brand-logos img {
  width: 100%;
  height: auto;
  filter: grayscale(100%);
}
/* Our Work Page ***********************/
section.our-work-page {
  text-align: center;
  background-color: #eee;
  z-index: 4;
}
section.our-work-page .wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1050px;
}
section.our-work-page h1 {
  font-size: 2.8em;
  margin-bottom: 15px;
}
section.our-work-page .line-wrap, section.banner2 .line-wrap {
  margin-left: auto;
  margin-right: auto;
}
section.our-work-page .block {
  position: relative;
  display: inline-block;
  width: 30.33%;
  margin: 1.5%;
  overflow: hidden;
  background-size: cover;
}
section.our-work-page .block > img {
  width: 100%;
  margin-bottom: -5px;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 0;
  background-color: #000;
  transition: .3s;
}
section.our-work-page .block > img:hover {
  opacity: .95;
}
section.our-work-page .block .web-design > img {
  width: 691px !important;
}
section.our-work-page .block:hover {
  border-bottom: 5px orange solid;
}
/* Project **********************/
.project {
  width: 100%;
  background-color: #eee;
  border-TOP: 8px #f3a20a solid;
  text-align: center;
}
.project .wrapper {
  padding-top: 50px;
  padding-bottom: 70px;
  opacity: 0;
}
.project h2 {
  font-size: 2.5em;
  text-transform: uppercase;
}
.project .line-wrap {
  margin-left: auto;
  margin-right: auto;
}
.project form {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.project form input, .project form textarea {
  background-color: #fff;
  padding: 8px 10px;
  border: none;
  box-sizing: border-box;
  width: 33%;
  margin-bottom: 4px;
  height: 40px;
  outline: none;
}
.project form input.half, .project form textarea.half {
  width: 49.7%;
}
.project form textarea {
  height: 150px;
}
.project form button {
  margin-top: 4px;
  width: 33%;
}
/* footer ***********************/
footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 3;
}
footer a {
  color: #fff;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}
footer a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
footer .social a i {
  font-size: 22px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #5c5c5c;
  padding: 5px;
}
footer .links {
  margin: 50px auto 40px;
  position: relative;
  font-family: 'gothambold';
}
footer .links a {
  margin-left: 10px;
  margin-right: 15px;
}
footer Copyright {
  margin: 30px auto 0;
  display: block;
  position: relative;
  font-size: .9em;
}
/* Fancybox ******************/
.fancybox-skin {
	background: transparent !important;
}

/* Navigation */
.dropdown-content { width:500px; padding:10px; text-align:center; margin:0 auto; margin-top:-5px; margin-left:-50px; }
.dropdown-content a { padding:10px; display:unset; text-align:left; }