

/******** -------Popups-------  ********/
.PopupOverlay{
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999999999;
    overflow: initial;
		display:none;
    transition: .15s ease-in-out;
		position:fixed !important;
    background: rgb(0 0 0 / 30%);
}

.PopupWindow{
	padding: 20px !important;
    border-radius: 16px;
    border: 1px none #000000;
    box-shadow: 1px 1px 3px 0px rgb(2 2 2 / 23%);
    background-color: rgba( 249, 249, 249, 1.00 );
}


/******** -------Header Menu-------  ********/
.mega-menu .mega-menu-inner .menu-item .drop-menu{
    border-radius: 0;
    box-shadow: none !important;
    border: none !important;
}
.drop-menu{
    border-radius: 9px;
    box-shadow: 0 10px 20px rgba(4, 20, 73, .05);
    border: 2px solid #E7E7E7;
}

/******* ------ Homepage Banner ------ *******/
.custom-lineheight {
  line-height: 1.2;
}


/******* ------ Homepage ------ *******/
.text-block-links a {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: inherit !important;
}

.text-block-links a:hover {
  color: #26688F !important;  /* Use your desired hover color */
  text-decoration: underline !important;
  transition: all 0.2s ease;
}


/********  ----- Footer -----
********/
@media (min-width:960px) {
	.fp-scroller .sitewideFooterContainer {
		margin-top: 145px;
		height: 877px;
	}
}
@media (max-width:960px) {
	.fp-scroller .sitewideFooterContainer {
		margin-top: 145px;
		height: 877px;
	}
}

/******** -------Contact Forms-------  ********/
.wpcf7 .wpcf7-not-valid-tip {
    font-weight: normal;
    font-size: 14px;
}

.wpcf7 .screen-reader-response {
    display:none;
}

.wpcf7 p{
        margin-block-start: 2px;
}

.wpcf7-response-output{
    padding-top:10px;
}


/*************   ZOOM   **************/

#pageZoom{
  left: 0;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
     transform-origin: top left;
}