@font-face {
  font-family: "Kumbh Sans";
  src: url(/assets/KumbhSans.ttf);
}

html,
body {
  font-family: "Kumbh Sans", sans-serif !important;
  font-weight: 400;
  color: #111966;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111966;
}

.headbutton {
  background: #f9be2c 0% 0% no-repeat padding-box;
    text-align: center;
    letter-spacing: 3px;
    color: #f5f5f5;
    opacity: 1;
    border-radius: 0;
    padding: 0.8em 2em;
    font-weight: 600;
}

.container {
  width: 100%;
}
@media (min-width: 576px) { 
  .container {
    max-width: 540px;
  }
  .ftBg{
    max-width: 2000px;
    width: 1500px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .ftBg{
    max-width: 2000px;
    width: 1500px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container:before {
  content: none !important;
}

#et-main-area {
  position: relative;
  z-index: 2;
  background: #fff;
	overflow-x: hidden;
}

#main-content {
  width: 100%;
}

#main-content > .container {
  padding-top: 0 !important;
}

.et_post_meta_wrapper {
  display: none;
}

.et-db #et-boc .et-l .et_pb_row {
  width: 80%;
  max-width: 2000px;
}

@media(max-width: 980px) {
	.et-db #et-boc .et-l .et_pb_row {
	  width: 100%;
	  max-width: 2000px;
	}
}

#header {
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #e7761f;
}

#header #toggleMenu {
  position: relative;
  font-size: 1.5em;
  cursor: pointer;
  color: #e7761f;
}

#header #closeMenu {
  position: relative;
  font-size: 1.5em;
  cursor: pointer;
  color: #090d35;
}

#mainMenu li a {
  color: #ffffff;

}

#mainMenu li.active a {
  color: #ffffff;
}

#mainMenu > li {
  position: relative;
}

#mainMenu ul.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 12em;
  padding:0em 1em;
  background: #fff;
  border: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
}

#mainMenu > li:hover ul.submenu {
  display: inline-block;
  background-color: white;
}

#mainMenu ul.submenu > li:not(:last-of-type) {
  border-bottom: 1px solid #E7761F;
}

#mainMenu ul.submenu > li a {
  display: block;
  color: #E7761F;
  font-size: 0.8em;
}

#menuContainer.loading,
#menuContainer.loading #mainMenu {
  transition: none;
}

/* #mainMenu > li:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: #fff;
  transform: translateX(-50%);
  transition: width 0.2s ease-in-out, background 0.5s ease-in-out;
} */

#mainMenu > li:hover:after,
#mainMenu > li.active:after {
  width: 33%;
}

@media (max-width: 768px) {
  #mainMenu > li:after {
    content: none;
  }
  #mainMenu ul.submenu {
/*     display: block; */
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    padding: 0 1em;
    border: none;
    box-shadow: none;
    transform: none;
  }
  #mainMenu ul.submenu > li:not(:last-of-type) {
    border-bottom: none;
  }
  #menuContainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(0,0,0,0.5);
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
  }
  #header.open #menuContainer {
   opacity: 1;
   pointer-events: initial; 
  }
  #menuContainer #mainMenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in-out;
    background: #fff;
  }
  #header.open #menuContainer #mainMenu {
    transform: none; 
  }
  #mainMenu li a {
    color: #E7761F;
	  font-size: 1.2em;
  }
  #mainMenu li.active a {
    color: #E7761F;
  }
	
	#mainMenu ul.submenu > li a {
		font-size: 1em;
	}
}

#footerCopyright,
#footerMaps {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #707070;
}

#footerMaps h3 {
  color: #0094df;
}

#footerCopyright a {
  color: #d8d8d8;
}


.footerPowered {
  font-size: 1em;
  color: #707070;
}

.footerPowered a {
	font-size: 1em;
  color: #707070;
}

#featureSlider {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
}

#featureContainer:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

#featureSlider .slick-slide {
  line-height: 0;
}

#featureSlider .slick-slide img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

#featuredLogo {
  position: fixed;
  display: block;
  top: 60%;
  left: 50%;
  max-width: 66%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#featuredLogo i {
  font-size: 2.5em;
  color: #fff;
  animation: bounce 2s linear infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-20%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0);
  }
}

#headerContainer {
  z-index: 1;
}

#headerContainer:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

#headerSlider .slick-slide {
  position: relative;
  display: block;
  line-height: 0;
}

#headerSlider .slick-slide .headerSlide {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 20%;
}

@media (max-width: 768px) {
  #headerSlider .slick-slide .headerSlide {
    padding-bottom: 33%;
  }
  .subN{
    font-size: 0.7em !important;
  }

}

#headerSlider .slick-slide .headerSlide img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.display-as-table {
  display: table;
  width: 100%;
}
.display-as-table > div {
  display: table-cell;
  float: none;
}

.display-as-table > div.col-6 {
  width: 50%;
}

.footerMap {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#footerMenus {
  position: relative;
  background: url("/assets/alawFooter.jpg") no-repeat center center / cover;
  color: #fff;
}

#footerMenus:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

#footerMenus b {
  color: #0094df;
}

#footerMenus ul li a {
  color: #fff;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

#footerMenus ul li a:hover {
  color: #fff;
  opacity: 0.66;
  text-decoration: none !important;
}

#footerMenus ul li a.active {
}

#testimonialsBox {
  border: 1px solid #fff;
}

#testimonialsBox h2 {
  color: #fff;
  font-weight: 600;
}

#testimonialSlider .slick-track {
  display: flex;
  align-items: center;
}
a:hover{
  text-decoration: none !important;
}

#testimonialSlider img {
  max-height: 64px;
  width: 100%;
  object-fit: contain;
  filter: brightness(1000%);
}

#footerSocials {
  font-size: 2em;
}

#headerBlock {
  position: relative;
  background: #fff;
}

@media (min-width: 768px) {
  #headerBlock {
    margin-top: -80px;
  }
  
}

#headerBlock .col-12 {
  background: #fff;
  z-index: 2;
}

#headerBlock h1 {
  font-weight: 700;
}

#headerBlock p {
  letter-spacing: 2px;
}

#headerBlock p:after {
  content: "";
  position: relative;
  display: block;
  height: 1px;
  width: 24px;
  margin: 1em auto;
  background: #111966;
}

.limiter {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}

.squared {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.squared img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.actionButton {
  position: relative;
  display: block;
  color: #111966;
  background: transparent;
  padding: 0.1em 0.5em;
  font-weight: 300;
  border: 1px solid #111966;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.actionButton:hover {
  color: #fff;
  background: #111966;
}

#footerMaps .actionButton {
  display: inline-block;
  color: #fff !important;
  border-color: #fff !important;
  background: transparent !important;
  padding: 0.3em 1em;
}

.et_pb_toggle {
  border: 1px solid #111966 !important;
}

.et_pb_toggle .et_pb_toggle_title,
.et_pb_toggle .et_pb_toggle_title:before {
  color: #111966 !important;
}

#aboutForm p > b,
#contactFormWrapper p > b {
  font-size: 150%;
}

#aboutForm #gform_fields_1,
#contactFormWrapper #gform_fields_1 {
  padding: 0 !important;
}

@media (max-width: 768px) {
  #aboutForm,
  #contactFormWrapper {
    padding: 15px !important;
  }

  .submenu > li > a{
    text-align: left !important;
    margin-left: 4em !important;
  }
  
}


#gform_1 label,
#gform_2 label {
  display: none;
}

#gform_submit_button_1,
#gform_submit_button_2 {
  all: unset;
  position: relative;
  color: #fff;
  background: #111966;
  padding: 0.5em 2em;
  font-weight: 300;
  border: 1px solid #111966;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  cursor: pointer;
}

#gform_submit_button_1:hover,
#gform_submit_button_2:hover {
  color: #111966;
  background: #fff;
}

#gform_1 .gform_footer {
  margin-top: 0 !important;
}

#gform_fields_1 input,
#gform_fields_1 textarea,
#gform_fields_2 input,
#gform_fields_2 textarea {
  border-color: #111966 !important;
}

#gform_fields_1 input::placeholder,
#gform_fields_1 textarea::placeholder,
#gform_fields_2 input::placeholder,
#gform_fields_2 textarea::placeholder {
  color: #111966 !important;
  opacity: 0.5;
}

.staffBlock a {
  color: #111966 !important;
}

#gform_3 .gform_footer {
  
}
.gform_wrapper .gform_footer{
  text-align: center;
}
#gform_submit_button_3{
    background: #f9be2c 0% 0% no-repeat padding-box;
    text-align: center;
    letter-spacing: 3.6px;
    color: #f5f5f5;
    opacity: 1;
    border-radius: 0;
    border: 0;
    padding: 0.8em 5em;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
}

#emailaddress {
  letter-spacing: 0px;
  color: #e7761f;
  opacity: 1;
  font-size: 1em;
	font-weight: 800;
}

#formInfo{
  text-align: center;
  font: normal normal normal 1.2em Kumbh Sans;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}

.solidBorder{
  border: 1px solid #bbb;
}
#footerCopy{
text-align: center;
font: 1em Kumbh Sans;
color: #707070;
opacity: 1;
}
.footerH{
  text-align: left;
  font: 1.2em Kumbh Sans;
  letter-spacing: 3.45px;
  color: #E7761F;
  text-transform: uppercase;
  opacity: 1;
}
.footerP{
  font-size: 1em;
  letter-spacing: 2.7px;
  color: #707070;
  opacity: 1;
}
.footerH2{
  text-align: right;
  font: 1.2em Kumbh Sans;
  letter-spacing: 3.45px;
  color: #E7761F;
  text-transform: uppercase;
  opacity: 1;
}
.footerP2{
  text-align: right;
  font-size: 1em;
  color: #707070;
  opacity: 1;
}
.footerP2:hover{
  color: #E7761F;
  text-decoration: none;


}

.footerP:hover{
  color: #E7761F;
  text-decoration: none;
}
.bottomIcon{
  color: #E7761F;
  opacity: 1;
  height: 2em;
}
.bottomIcon:hover{
  color:black;
}
.showcase_pics{
  margin-right: 0%;
}

.card{
  border-top: 0;
    border-left: 0;
    border-right: 0;
}
.accordion>.card>.card-header {
  margin-bottom: 0;
  color: #707070;
}

.centered-items{
  display: flex;
  align-items: center;
  text-justify: center;
  flex-wrap: wrap;
}
.FaqB{
  color: #707070;
}
.card-body{
color: #707070;
}
.slick-track{
  display: flex;
  align-items: center;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
  border-radius: .5rem;}

  .textarea{
    border-radius: 0.5em;
  }

  .troItems {
    position: relative;
    width: 80%;
	  margin: auto;
  }
  
  .images {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  
  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .troItems:hover .images {
    opacity: 0.8;
  }
  
  .troItems:hover .middle {
    opacity: 1;
    text-decoration: none;
  }
  
  .midButton {
    background: #E7761F 0% 0% no-repeat padding-box;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    opacity: 0.8;
  }
  .et_pb_column_4 {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}
#page-container{
  background-color: #F8F8F8;
}
.ftBg{
  max-width: 2000px;
	image-rendering: -webkit-optimize-contrast;
}

.gfield {
  margin-top: 0px !important;
}
.gf_left_half .gf_right_half{
  padding: 5px 15px !important;
}
.submenu > li > a{
  padding-left: 0px !important;
  padding-right: 0px !important;

  text-align: center;
}

.ginput_container > input {
  padding: 5px 1em !important; 
  color: #707070;
}

.ginput_container > textarea{
  padding: 5px 1em !important; 

}



.services-img {
	box-shadow: 0px 6px 6px #00000029;
	max-width: 600px;
	margin: auto;
}

.services-img img {
	padding: 1em;
}


.section-heading {
	display: flex;
    justify-content: center;
    align-items: center;
	background: #F8F8F8!important;
		padding: 1em 0;
}

.section-heading img {
	max-width: 1920px;
	min-width: 800px;
}

.contact-img {
	position: relative;
}

.contact-img::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	height: 50%;
	border: 5px solid #E7761F;
	transform: translate(5%, -8%);
}


.home-img-box {
	position: relative;
}

.home-img-box::after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 50%;
    border: 5px solid #E7761F;
    transform: translate(-5%, -8%);
}

@media(min-width: 981px) {
	.wide {
		width: 80%;
		max-width: 2500px;
	}
}

.home-box {
	position: realtive;
}

.home-box::before {
	content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 80%;
    height: 70%;
    border: 10px solid #E7761F;
    transform: translate(-50%, -10px);
}

@media(min-width: 768px) {
	#menuContainer {
		background: #E7761F;
		box-shadow: 0px 3px 6px #00000029;
	}	
}

.header-btn-1 {
	padding: 1em 3em;
	color: #fff;
	background: #E7761F;
	font-size: 1em;
	font-weight: 400;
	transition: background 0.2s opacity ease-in-out;
}

.header-btn-2 {
	padding: 1em 3em;
	color: #E7761F;
	background: #fff;
	font-size: 1em;
	font-weight: 400;
	transition: background 0.2s opacity ease-in-out;
}


.header-btn-1:hover {
	padding: 1em 3em;
	color: #fff;
	background: #E7761F;
	font-size: 1em;
	font-weight: 400;
}

.header-btn-2:hover {
	padding: 1em 3em;
	color: #E7761F;
	background: #fff;
	font-size: 1em;
	font-weight: 400;
}

#gform_confirmation_message_3{
	color:black;
	font-size:1.2em;
}

/** home banner **/
.custom-home-banner .banner-btn{
    font-size: 20px;
	margin-bottom:10px;
	display:inline-block;
}
.custom-home-banner h1{
	color:#fff;
	font-weight:600;
}
.custom-home-banner h1 {
    font-size: 35px;
	line-height:40px;
}
@media only screen and (max-width:1400px){
	.custom-home-banner .banner-btn{
    font-size: 16px;
		line-height:20px;
}
}

@media only screen and (max-width:768px){
	.custom-home-banner .banner-btn{
    font-size: 15px;
		line-height:20px;
}
	.custom-home-banner h1 br{
		display:none;
	}
	.et_pb_section.custom-home-banner {
		    min-height: 400px;
	}
}