:root {
  --main-blue: #001E45;
  --main-orange: #F7921E;
  --main-lt-blue: #869FC4;
}/* Specific to the Front and Backend */

html{
	scroll-behavior: smooth;
	background-color: #000;	
}

blockquote{
	margin-block-start: 0 !important;
	margin-block-end:0 !important;
}

.block-preview-image{
	opacity: 1;
	display: block !important;
	position: relative !important;
	left: -25px !important;
	object-fit: cover;
}

body{
	background-color: #000;
	overflow-x: hidden;
	font-family: "Montserrat", serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	&.wp-admin.wp-core-ui{
		background-color: #fff;
	}
	&.menu-open{
		overflow: hidden;
	}
}
	
/*
body::-webkit-scrollbar {
  width: 8px;
  background-color:#000;
}
 
body::-webkit-scrollbar-track {
  background-color: none;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 4px;
}

*/

:root :where(.wp-block-button .wp-block-button__link){
	display:flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	svg{
		display: none;
	}
}

p{
	font-family: "Montserrat", serif;
}

 
.alignfull{
	max-width: unset;
	width: 100%;
}

.reverse-columns{
	flex-direction: unset;
}

@media screen and (min-width: 781px) {
  .reverse-columns {
	flex-direction: row-reverse;
  }
}

.top-header {
	display: flex;
	margin-left: 50%;
	transform: translate(-50%);
	position: fixed;
	height: auto;
	gap: 40px;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.3s;
	border-radius: 0 0 10px 10px;
	width: auto;
	justify-content: space-between;
	
	&.make-wide{
		width: calc(100vw - 80px);
		border-radius: 0 0 10px 10px;
		background-color: rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 rgb(0, 0, 0);
	}
}

.top-header.scrolled {
	background-color: #00000080;
	box-shadow: 0 0 10px rgb(0, 0, 0);
}

.top-logo {
	max-width: 120px;
	width: 100%;
	height: auto;
	height: auto;
	transition: all 0.3s;
}

.top-header .top-logo  .svg-text-title{
	fill:#fff;
}

.top-header .top-logo  .svg-w-logo{
	/* fill:#fff; */
	fill:var(--main-orange);
	transition: all 0.5s;
}

.top-logo  .svg-w-logo{
	fill:var(--main-orange);
}

.top-header.scrolled .top-logo {
	max-width: 100px !important;
}

.top-header.scrolled .svg-w-logo{
	fill:var(--main-orange);
}

.top-header.scrolled  .svg-text-title{
	fill:#fff;
}

.top-header .hide-menu{
	display: none;
}

.top-header{ 

    & .top-menu-btn{
		width: 24px;
		height: 24px;
		fill:#fff;
		background-color: #000;
		padding: 5px;
		border-radius: 6px;
		transition: all 1s;
		cursor: pointer;
	}
	
	&.scrolled{ 
		& .top-menu-btn{
			fill:#000;
			background-color: #fff;
		}
		}
}

.main-menu{
	display: flex;
    justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 99999;
	margin-left: -100vw !important;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.9);
	opacity: 0;
	transition: all 0.5s;
	transition-timing-function: ease-in-out;
	
	&.visible{
		margin-left: 0 !important;
		opacity: 1;
	}
	
	& .hide-menu-btn{
		position: absolute;
		top: 20px;
		right: 40px;
		fill:#fff;
		cursor: pointer;
		width: 36px;
		height: 36px;
	}
	
	nav ul{
		background-color: transparent !important;
	}
}

.cover-titles{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 0 40px 0 40px;
	width: calc(100vw - 80px) !important;
	& img{
		width:20vw;
		height: auto;
		height: auto;
		min-width: 200px;
	}
}

.editor-styles-wrapper .top-navigation{
	background-color: #000;
}

.cover-logo {
	display: block;
	
	& img{
		display: block;
		position: relative;
		max-width: 600px;
		margin: 0 auto;
		padding: 0 40px 0 40px;
		width: calc(100% - 80px);
	}
}

.home-link{
	display: none !important;
}

@media (max-width: 587px) {
	.top-menu .wp-block-navigation__container::after{
		display: none;
	}
	
	
	.top-menu.visible .wp-block-navigation__container::after{
		content:'';
		color: transparent;
		background-color: #000;
		display: block;
		height: 30px;
		position: relative;
		width: 100%;
		top:50px;
		background: rgb(0,0,0);
		background: linear-gradient(0deg, rgba(0,0,0,0) 22%, rgba(0,0,0,0.5) 100%);

	}

	.top-header{ 
		& .show-menu{
		display: block;
		fill:#fff;
		cursor: pointer;
		}
	}
	
	.wp-block-navigation__container{
		padding: 20px 0 20px 0;
		background-color: #fff;
	
	& li{
		width: 100vw;
		display: flex !important;
		content: center;
		align-items: center;
		flex-direction: column;
		gap: 10px;
	}
}	
	.top-menu{
		position: absolute;
		opacity: 0;
		top:-120px;
		transition: all 0.5s;
	}
	
	.top-header.visible{
		background-color: #fff;
		& .svg-text-title{
			fill:#000;
		}
		& .svg-w-logo{
			fill:#F7921E;
		}
		
		& .show-menu{
			display: none;
			cursor: pointer;
			z-index: 999;
		}
		
		& .hide-menu{
			display: block;
			cursor: pointer;
			z-index: 999;
		}
		
		& .top-menu{
			display: block;
			position: absolute;
			top: 30px;
			height:auto;
			left: 0;
			width: 100%;
			opacity: 1;
			background-color: #fff;
			
			.wp-block-navigation__container{
				padding: 20px 0 20px 0;
				background-color: #fff;

				& li{
					width: 100vw;
					display: flex !important;
					content: center;
					align-items: center;
					flex-direction: column;
					gap: 10px;
					& a{
						color: var(--main-blue) !important;
					}
				}
			}
		}
	}
}

.white-accent, .grow-line{
	width: 2px;
	height: 5px;
	background-color: #fff;
}

.fancy-btn{
	
}

.google-meet-buttons{
	& .wp-block-button{
		width: 100%;
		display: block;
		position: relative;
		a{
			width: 100%;
			transition: all 0.5s;
			&:hover{
				background-color: #000;
			}
		}
	}
	}

.fancy-btn a{
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	width: 218px;
	padding: 10px 0 13px 0;
	display: block;
	justify-content: center;
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	background-image: url(button_bg.png);
	font-size: 24px;
	line-height: 1em;
	border-radius: 6px 6px 0 6px;
	cursor: pointer;
}


.wp-block-post-content{
	
	& h1{
		font-size: calc(36px + (90 - 36) * ((100vw - 300px) / (1600 - 300)));
	}
	
	& h2{
		font-size: calc(36px + (90 - 36) * ((100vw - 300px) / (1600 - 300)));
	}
	
	& h3{
		font-size: calc(24px + (42 - 24) * ((100vw - 300px) / (1600 - 300)));
	}
	
	& h4{
		font-size: calc(20px + (38 - 20) * ((100vw - 300px) / (1600 - 300)));
	}
	
	
	
 	& p{
		font-weight: 400;
		font-style: normal;
		font-size: 16px;
		line-height: 1.5em;
		margin: 0 0 1.25em 0;
		padding: 0;
	}
	
	& strong{
		font-weight: 700;
		font-style: normal;
		line-height: 1em;
		margin: 0;
		padding: 0;
	}
	
	& ul, ol{
		margin: 0;
		padding: 0;
	}
	
	& ul li, ol li{
		margin-left: 20px;
	}
	
	& .team-title{
		margin: 0;
		padding: 0;
		line-height: 1em;
		margin-bottom: 40px;
	}
	
}
@media (max-width: 768px) {
	.bio-image {
		display: flex !important;
		background-image: 
		justify-content: flex-start;
		align-items: flex-start;
	}
	
	.bio-image img{
		max-width: 192px;
	}
}

.bio-bullet{
	margin-bottom: 40px !important;
}

.bio-bullet p{
 	line-height: 1em;
	 margin-bottom: 10px;
	 padding-bottom: 0;
}

.lg-cta{
	box-shadow: 0 0 20px #000;
}

.shadow{
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.386);
}

/* Contact Block */
.contact-block{
	& .contact-form{
		& input, textarea{
			border-style: solid;
			border-width: 3px;
			border-color: #001E45;
		}
		& ::placeholder{
			color: #869FC4;
			font-family: tablet-gothic, sans-serif;
		}
		
		& .gform_footer{
			margin: 0;
			padding: 10px 0 0 0;
			display: flex;
			justify-content: flex-end;
		}
		
		& .gform_button.button{
			border: none;
			background-color: transparent;
			width: 218px;
			height: 50px;
			background-size: cover;
			color: #fff;
			background-image: url(button_bg.png);
			font-size: 24px;
			line-height: 1em;
			border-radius: 6px 6px 0 6px;
			cursor: pointer;
		}
	}
}


.wp-block-cover__inner-container{

}

.direction-map{
	display: block;
	position: relative;
	width:100%;
	height: 100vh;
}

.mouse-icon{
	width: 48px;
	height: 80px;
	border-style: solid;
	border-width: 3px;
	border-radius: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.8;
	transition: all 0.5s;
	background-color: rgba(0, 0, 0, 0.3);
	& .dot{
		margin-top:40px;
		width: 8px;
		height: 8px;
		background-color: #fff;
		border-radius: 50%;
		transition: all 0.5s;
	}
	&:hover{
		opacity: 1;
		.dot{
			margin-top:50px;
		}
	}
}

.home-title{
	margin-left: 20vw !important;
	transition: all 0.5s;
}

@media (max-width: 900px) {
	.home-title{
		margin-left:0 !important;
	}
}

.thin-line{
	width: 2px !important;
}

.large-accent-white strong{
	line-height: 1.25em;
	font-size: calc(24px + (42 - 24) * ((100vw - 500px) / (1600 - 500)));
}

  .top-header a{
	  color: #fff !important;
  }

.black-separator{
	width: 200px !important;
	height: 3px !important;
}

.footer {
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  color: white;
	  text-align: center;
	  transform: translateY(100%);
	  transition: transform 0.5s ease-in-out;
	  z-index: 999;
	  background-color: rgba(0, 0, 0, 0.556)
  }
  
  .footer .footer-svg{
	  cursor: pointer;
	  border-radius: 50%;
	  fill:#fff;
	  background-color: #fff;
	  width: 36px;
	  height: 36px;
	  border-style: solid;
	  border-color: #fff;
	  border-width: 3px;
	  padding: 5px;
	  background-color: #333;
	  rotate: 0deg;
	  transition: all 0.5s;
	  &:hover{
		  rotate: 360deg;
	  }
  }
  
  .footer.show {
	  opacity: 1;
	  transform: translateY(0);
  }

@media (max-width: 768px) {
  .has-modal-open.is-menu-open{
	padding: 20px;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
  }
  
  .wp-block-navigation__responsive-container-close{
	  display: block;
	  position: fixed;
	  top:20px;
	  right: 20px;
  }
   .wp-block-navigation__responsive-container-open, .wp-block-navigation__responsive-container-close{
	  color: #fff !important;
  }
  
}

.editor-styles-wrapper footer{
	background-color: #000;
}

.footer-contact-title{
	font-size: calc(24px + (34 - 24) * ((100vw - 300px) / (1600 - 300)));
	font-weight: 700;
}

.wp-block-navigation-link a{
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: transparent;
	transition: all 0.5s;
}

.wp-block-navigation-link a:hover{
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: #F7921E;
}

.current-menu-item a{
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: #F7921E;
}

.wp-block-heading.cover-small-title{
	font-weight: 700;
	text-transform: capitalize !important;
	font-size: calc(36px + (72 - 36) * ((100vw - 500px) / (1600 - 500)));
	
}

@media (max-width: 781px) {
	.linkdin-footer{
		display: block !important;
		position: relative;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
}

.our-team-accent{
	display: block;
	position: absolute;
	top:20px;
	max-width: 9vw;
	height: auto;
	right: -20px;
}

@media screen and (max-width: 781px) {
	.our-team-accent{
		display: none;
	}
	
	.wp-block-cover.half-cover{
		min-height: 25vh !important;
		
	}
}