
.newhtml {
    margin-top: 0px!important;
}
a, a:focus, a:hover {
	text-decoration:none
}
*, body, img {
	margin:0;
	padding:0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin:0;
	padding:0;
	border:0;
	font:inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:after, blockquote:before, q:after, q:before {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	box-sizing:border-box
}
a {
	outline:0;
	border:none;
}
a:focus {
	outline:0;
	border:none;
}
a:hover {
	outline:0;
	border:none;
}
button {
	outline:0;
	border:none;
}
button:hover {
	outline:0;
	border:none;
}
button:focus {
	outline:0;
	border:none;
}
.spacer {
	clear:both;
	line-height:0;
	font-size:0
}
img {
	border:0;
	height:auto;
	max-width:100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal
}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
body {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.justify-content-between {
	justify-content:space-between;
}
.align-items-center {
	align-items:center;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.both-padding {
	padding:0 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.p-0 {
	padding:0 !important;
}
.pt-0 {
	padding-top:0 !important;
}
.pt-2 {
	padding-top:8px !important;
}
.pb-0 {
	padding-bottom:0 !important;
}
.pb-2 {
	padding-bottom:8px !important;
}
.pt-3 {
	padding-top:16px !important;
}
.pb-3 {
	padding-bottom:16px !important;
}
.m-0 {
	margin:0 !important;
}
.mt-0 {
	margin-top:0 !important;
}
.mt-2 {
	margin-top:8px !important;
}
.mb-0 {
	margin-bottom:0 !important;
}
.mb-2 {
	margin-bottom:8px !important;
}
.mt-3 {
	margin-top:16px !important;
}
.mb-3 {
	margin-bottom:16px !important;
}
.text-center {
	text-align:center !important;
}
.text-left {
	text-align:left !important;
}
.text-right {
	text-align:right !important;
}
.dm-none {
	display:none !important;
}
.dm-block {
	display:block !important;
}
.dm-flex {
	display:flex !important;
}
.position-relative {
	position:relative;
}
.headingone {
	font-size:28px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:100%;
}
.subheading {
	font-size:16px;
	line-height:120%;
	margin-top:10px;
	text-transform:capitalize;
}
.container {
	padding:0 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.section {
	padding: 30px 0;
}
.rowgap {
	margin-top:30px;
}


.sidebarwrap {
	position: fixed;
	right: -140%;
	width: 340px;
	transition: all 300ms linear;
	background: #000;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 9999;
}
.sidebarwrap.active {
	overflow-y: scroll;
	right: 0;
}
.sidebarheader {
	text-align: right;
	padding: 25px;
}
.navouter ul li a{
	color: #FAFAF5;
	font-size: 23px;
	text-transform: capitalize;
}
.navouter ul li{padding-top: 10px;}
.navouter{
	padding: 0 30px;
}

.navsocial{padding: 30px;}








.bannerimg img{width: 100%; height: 100%; display: block;}
.bannercontent {
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 9;
}
.header {
	position: absolute;
	top: 30px;
	z-index: 99;
	width: 100%;
	text-align: right;
}
.bannercontent img {
	width: 80%;
}
.homeabout {
	background: #000;
	text-align: center;
	position: relative;
	z-index: 9;
}
.homeabout p{
	color: #FAFAF5;
	font-size: 20px;
	line-height: 200%;
    font-weight:300;
}
.primarybtn{
	border: 1px solid #FAFAF5;
	width: 198px;
	height: 53px;
	color: #FAFAF5;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
        font-weight:250;
        text-transform:uppercase;
        border-radius: 0;
    -webkit-appearance: none;
}
.primarybtn:hover{
	background: #fff;
	color: #000;
}
.recentwork{background: #000;
	position: relative;
	z-index: 999;
}
.recentheadingwrap h2{
	color: #FAFAF5;
	font-size: 30px;
	font-weight: 300;
}

.searchbox{position: relative;}
.searchinput{
	border: .5px solid #FAFAF5;
	color: #FAFAF5;
	font-size: 14px;
	width: 400px;
	height: 64px;
	position: relative;
	background: transparent;
	padding:0 58px 0 15px;
	text-transform: uppercase;
    font-weight:250;
    opacity:.5;
}
::placeholder {
  color: #FAFAF5;
  opacity:.5; 
}

::-ms-input-placeholder {
color: #FAFAF5;
}
.serachbtn{
	position: absolute;
	right: 15px;
	top: 50%;
	background: transparent;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.searchinput:focus{outline: 0;}
.recentworkgroup{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 20px;
}
.workvideobox{
	width: 100%;
	display: none;
}
.workvideobox img{width: 100%; display: block;}
.dropdwnbtn {
	display: block;
	margin: 80px auto 0;
	text-align: center;
	color: #FAFAF5;
	font-size: 15px;
	font-weight: 250;
	letter-spacing: 0.81px;
}
.dropdwnbtn span{display: block; margin-top:5px;}
.discusswrrap img{width: 100%; display: block;}

.discusscontent{
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 9;
}
.discusscontent h2{
	color: #FAFAF5;
	font-size: 23px;
	font-weight: 250;
	margin-bottom: 15px;
}
.footer{background: #000; position: relative; z-index: 9;}

.footernewsletter h2{
	color: #FAFAF5;
	font-size: 23px;
	font-weight: 250;
}
.footernewsletter p{
	color: #FAFAF5;
	font-size: 15px;
	margin-top: 10px;
    font-weight:250;
}
.subcribefrom{max-width:293px; margin-left:auto; margin-right:auto; position: relative; margin-top: 20px;}

.subscribeinout{
	width: 100%;
	border: 1px solid #FAFAF5;
	height: 53px;
	background: transparent;
	color: #FAFAF5;
	font-size: 16px;
	padding: 0 55px 0 15px;
	font-family: "Space Grotesk", sans-serif;
}
.subscribeinout:focus{outline: 0;}
.newsletterbtn {
	background: transparent;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}
.socialwrap{margin-top: 20px;}

.abouttop {background: #000;}
.abouttoplogo{text-align: center; padding: 120px 0;}

.abttopcontent h2{
	color: #FAFAF5;
	font-size: 30px;
	margin-bottom: 20px;
    font-weight:250;
}
.abttopcontent p{
	color: #FAFAF5;
	font-size: 16px;
	line-height: 175%;
	margin-top: 10px;
     font-weight:250;
}

.viewwork{
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
	justify-content: center;
    font-weight:250;
    text-transform:uppercase;
}
.abttopcontent{
	text-align: center;
}
.abttopimg img{width: 100%; display: block;}

.aboutclient h2{
	color: #FAFAF5;
	font-size: 23px;
}
.aboutclient{background: #000;}

.clientbox ul li a{
	color: #FAFAF5;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 175%;
    font-weight:250;
}
.footermenu h2{
	color: #FAFAF5;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}
.footermenu ul li a{
	color: #FAFAF5;
	font-size: 16px;
	line-height: 180%;
	text-align: left;
}
.footermenu{text-align: left;}
.footerwrap.fullfooter{align-items: start;}

.contacttopbg img{width: 100%; display: block; height: 100%; object-fit: cover;}
.contacttopbg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 400px;
}
.contacttop .container{position: relative; z-index: 9;}

.contactleftbox h2{
	color: #FAFAF5;
	font-size: 30px;
    font-weight:250;
}
.contactleftbox p{
	color: #FAFAF5;
	font-size: 15px;
	margin-top: 20px;
     font-weight:300;
}
.contactleftbox a{
	color: #FAFAF5;
	font-size: 16px;
	margin-top: 10px;
	text-decoration: underline;
	display: block;
}
.frombox{margin-bottom: 25px; position: relative;}
.frombox input{
max-width:404px;
	width: 100%;
	display: block;
	border: 1px solid #FAFAF5;
	background: transparent;
	height: 53px;
	padding: 0 15px;
	color: #FAFAF5;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Space Grotesk", sans-serif;
    border-radius: 0;
    -webkit-appearance: none;
}
.frombox input:focus{outline: 0;}
.frombox textarea{
max-width:404px;
	width: 100%;
	display: block;
	border: 1px solid #FAFAF5;
	background: transparent;
	height: 259px;
	padding: 15px;
	color: #FAFAF5;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Space Grotesk", sans-serif;
	resize: none;
    border-radius: 0;
    -webkit-appearance: none;
}
.frombox textarea:focus{outline: 0;}

.styled-checkbox {
	position: absolute;
	opacity: 0;
    border-radius: 0;
    -webkit-appearance: none;
}
.styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
}
.agreed .styled-checkbox + label{font-size: 11px;}
.styled-checkbox + label b{font-weight: 600;}
.styled-checkbox + label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 22px;
	height: 22px;
	background: transparent;
	border: 1px solid #fff;
}
.styled-checkbox:checked + label:before {
	background: #fff;
}
.styled-checkbox:disabled + label {
	color: #b8b8b8;
	cursor: auto;
}
.styled-checkbox:disabled + label:before {
	box-shadow: none;
	background: #ddd;
}
.styled-checkbox:checked + label:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 12px;
	background: black;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 black, 4px 0 0 black, 4px -2px 0 black, 4px -4px 0 black, 4px -6px 0 black, 4px -8px 0 black;
	transform: rotate(45deg);
}
.fromcheckbox{position: relative;}
.formsubmit .primarybtn{
	background: transparent; 
	margin: 25px auto 0;
	cursor: pointer;
	font-family: "Space Grotesk", sans-serif;
	font-size: 16px;
    max-width: 173px;
}
.formsubmit .primarybtn:hover{background: #fff;}
.contactformwrap{margin-top: 90px;}
.contacttop {background: #000;}
.contactrightbox{margin-top: 30px;}


.officelocationwrap {background: #000;}

.officelocationwrap h2{
	color: #FAFAF5;
	font-size: 27px;
	text-align: center;
}

.ofclocbox h3{
	color: #FAFAF5;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 25px;
}
.ofclocbox p{
	color: #FAFAF5;
	font-size: 16px;
	line-height: 150%;
    font-weight:250;
}
.worldmap img{width: 100%; display: block;}

.ofclocbox{text-align: center; margin-top: 30px;width: 100%;}
.officelocationwrap .row .ofclocouter:first-child .ofclocbox {margin-top: 0;}





.banner{min-height: 503px;}

.banneparallax-image{
	height: 100%;
	left: 0;
	background: url(images/banner2.jpg) no-repeat center center;
	  background-repeat: repeat;
	  background-size: auto;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 1;
}






.container-fluid{padding: 0 15px;}


.workvideobox .hovgif{display: none;}
.workvideobox a:hover .hovgif{display: block;}
.workvideobox a:hover .vidposter{display: none;}

.clientbox ul{
	column-count: 1;
}


.wpcf7-list-item{ margin:0 !important; color:#fff;}


.homeabout{ padding:60px 0;}





.header a img {
	width: 25px;
 }

.closemenu img {
	width: 18px;
}

.homeabout .viewwork {
	justify-content: center;
	margin: 0;
	text-transform: uppercase;
}

.bannercontent .viewwork img {
	width: 28px;
}
.bannercontent .viewwork {justify-content: center;}

.bannercontent h3 {
	color: #FAFAF5;
	font-size: 15px;
	font-weight: 300;
}

.wpcf7-list-item-label {
	font-size: 13px;
}


.downarrow  {
	position: absolute;
	bottom: 20%;
	left: 0;
	text-align: center;
	z-index: 999;
	width: 100%;
}



.page-id-7 .header a img{filter: brightness(0%);}

.clientbox ul{ text-align:center;}

.contactrightbox{ padding-left:15px; padding-right:15px;}
.subscribeinout {
    border-radius: 0;
}

input {
  -webkit-appearance: none;
}


 @media only screen and (min-width :400px) {
}
@media only screen and (min-width :480px) {
}
@media only screen and (min-width :576px) {
.container{max-width: 540px;}
}
 @media only screen and (min-width :768px) {
.text-md-center {
 text-align:center !important;
}
.text-md-left {
 text-align:left !important;
}
.text-md-right {
 text-align:right !important;
}
.dm-md-none {
display:none !important;
}
 .dm-md-block {
display:block !important;
}
 .dm-md-flex {
display:flex !important;
}
 .justify-content-md-start {
justify-content:start !important;
}
.justify-content-md-center {
justify-content:center !important;
}
.justify-content-md-end {
justify-content:end !important;
}
 .container {
max-width:750px
}
.section {
 padding:40px 0;
}
.rowgap {
 margin-top:40px;
}

.bannercontent img {
	width: 48%;
}
.homeabout p{
	font-size: 27px;
}
.recentheadingwrap h2{font-size: 23px;}
.recentheadingwrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.workvideobox{
	width: 48.7%;
}
.recentworkgroup{
	gap: 18px;
	margin-top: 40px;
}
.discusscontent h2{
	font-size: 27px;
	margin-bottom: 30px;
}
.footerwrap{
	display: flex;
	align-items: end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footernewsletter {
	width: 50%;
}
.subcribefrom{margin-top: 40px; max-width:404px; margin-left:0; margin-right:0;}
.socialwrap{margin-top: 0;}
.abouttopleftouter {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.abouttoprightouter{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.abouttoplogo {
	padding: 30px 0;
}
.abttopcontent{padding-right: 30px; text-align: left;}
.abttopcontent h2{
	font-size: 23px;
	margin-bottom: 40px;
}
.abttopcontent p{
	font-size: 15px;
	margin-top: 20px;
	text-align: left;
}
.viewwork{
	margin-top: 40px;
	justify-content: start;
}

.clientleftouter{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.clientrightouter{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.clientbox ul li a{
	font-size: 32px;
    font-weight:300;
}
.contactleftouter{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.contactrightouter{
	-ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
}
.contacttopbg {
	height: 989px;
}
.contactleftbox h2{
	font-size: 23px;
}
.contactrightbox{margin-top: 0;}
.styled-checkbox + label {
	font-size:16px;
}
.formsubmit .primarybtn{
	margin: 25px 0 0 0;
}
.contactformwrap{margin-top: 150px;}

.ofclocouter{
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.ofclocbox{margin-top: 0;}

.banneparallax-image{
	background: url(images/banner.jpg) no-repeat center center;
	  background-repeat: repeat;
	  background-size: auto;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.banner{min-height: 880px;}

.container-fluid{padding: 0 30px;}
.clientbox ul{
	column-count: 2;
}
.bannercontent h3 {
	font-size: 27px;
}
.clientbox ul{ text-align:left;}

.contactrightbox{ padding-left:0; padding-right:0;}

}
@media only screen and (min-width :992px) {
 .container {
max-width:970px
}
.text-lg-center {
 text-align:center !important;
}
.text-lg-left {
 text-align:left !important;
}
.text-lg-right {
 text-align:right !important;
}
.dm-lg-none {
display:none !important;
}
 .dm-lg-block {
display:block !important;
}
 .dm-lg-flex {
display:flex !important;
}
.justify-content-lg-start {
justify-content:start !important;
}
.justify-content-lg-center {
justify-content:center !important;
}
.justify-content-lg-end {
justify-content:end !important;
}

.recentworkgroup{
	gap: 24px;
}
.contacttopbg {
	height: 1014px;
}

}
@media only screen and (min-width :1200px) {
 .container {
max-width:1170px
}
.text-xl-center {
 text-align:center !important;
}
.text-xl-left {
 text-align:left !important;
}
.text-xl-right {
 text-align:right !important;
}
.dm-xl-none {
display:none !important;
}
 .dm-xl-block {
display:block !important;
}
 .dm-xl-flex {
display:flex !important;
}
.justify-content-xl-start {
justify-content:start !important;
}
.justify-content-xl-center {
justify-content:center !important;
}
.justify-content-xl-end {
justify-content:end !important;
}
.section {
 padding:50px 0;
}
.rowgap {
 margin-top:50px;
}
.contacttopbg {
	height: 1034px;
}

}
@media only screen and (min-width :1280px) {
.container {
max-width:1250px
}
.section {
 padding:70px 0;
}
.rowgap {
 margin-top:70px;
}
.recentworkgroup{
	gap: 30px;
}
.contacttopbg {
	height: 1074px;
}
.homeabout .rowgap {
	margin-top: 130px;
}
.abouttoplogo {
	width: 500px;
	margin: 0 auto;
}
}

@media only screen and (max-width :767px) {

.navouter ul li a{font-weight: lighter;}
.abttopimg {
	margin-bottom: 40px;
}
.abttopcontent p {
    max-width: 254px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
}


}