/*@font-face {
	font-family: 'Conv_Neue Haas Unica W1G';
	src: url('../fonts/Neue Haas Unica W1G.eot');
	src: local('☺'), url('../fonts/Neue Haas Unica W1G.woff') format('woff'), url('../fonts/Neue Haas Unica W1G.ttf') format('truetype'), url('../fonts/Neue Haas Unica W1G.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
@import url("https://use.typekit.net/zmk3hww.css");
body {
	font-family: neue-haas-unica, sans-serif;
	letter-spacing: 0.5px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 1px transparent;
	color: #0e1738;
	font-size: 18px !important;
	line-height: 28px;
	font-weight: 300 !important;
	font-style: normal !important;
}
/*css for event-workshop*/
h4.event-tag-date {
    font-size: 13px;
	margin-bottom: 2px !important;
	color:#fff;
}
h4.event-tag-title {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 10px !important;
    font-weight: 500 !important;
	color:#fff;
	text-transform: uppercase;
}
.event-workshop-card img {
    width: 100%;
    height: 200px;
}
p.event-tag-content {
    font-size: 16px;
    margin-bottom: 15px !important;
	color:#fff;
}
.evnt-body-space {
    background-color: #002F6C;
    padding: 12px;
}
a.workshop-btn {
    text-decoration: none !important;
    font-size: 12px;
    background: #7bd445;
    color: #0e1738 !important;
    margin: 0px 4px 0px 0px;
    padding: 4px 10px;
	border-radius: 43px;
}
a.workshop-btn:hover{
	text-decoration: none !important;
	background: #2f5acc;
	color:#fff !important;
}
.event-workshop-card {
    margin-top: 30px;
    margin-bottom: 30px;
}
.pagination a{
	border: none !important;
	font-weight: 300 !important;
    font-size: 16px !important;
}
.pagination a:after{
	display:none;
}
.hide{
	display:none !important;
}
.pagination a.active {
    background-color: #87ceeb00 !important;
}
.pagination a:hover:not(.active) {
    background-color: #87ceeb00 !important;
}
/*css for post press release*/
.cat-myde article .entry-title {
    font-size: 25px !important;
}
.cat-myde h2 a{
	text-decoration:none !important;
}
.cat-myde footer{
	display:none;
}
.col-lg-12.cat-myde .post-thumbnail{
    display: none;
}
.col-lg-12.cat-myde .entry-content{
    display: none;
}
/**/

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input,
hr {
	margin: 0;
	padding: 0
}

pre,
code,
address,
caption,
cite,
code,
em,
strong,
th {
	font-weight: normal;
	font-style: normal
}

ul {
	list-style: none;
}

fieldset,
img,
hr {
	border: none;
}

.h-line {
	height: 1px;
	background: #ececec;
	margin: 30px 0px 50px;
}

.map_itm {
	height: 450px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

caption,
th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}
.tablepress tfoot th, .tablepress thead th {
    background-color: #162f6b !important;
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
    padding: 16px;
}
.tablepress thead th {
    border-bottom: 1px solid #162f6b !important;
}
.tablepress .odd td {
    background-color: #ebf1ff !important;
}
.tablepress tbody{
	padding: 16px !important;
}
.tablepress tbody td, .tablepress tfoot th {
    border: 1px solid #818da3;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	cursor: pointer;
	color: #0059CC;
	outline: none;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

a:hover, a:focus {
	text-decoration: underline !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

b, strong {
	font-weight: 500 !important;
}
input::-webkit-inner-spin-button {
  opacity: 1 !important;
}
input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    cursor:pointer;
    display:block;
    position:relative;
}

input[type=number]::-webkit-inner-spin-button { 
    background: transparent url(https://www.palmdalewater.org/wp-content/uploads/2021/10/number-arrow.png) no-repeat 50% 50%;  
    width: 14px;
    height: 20px;
    padding: 4px;
    position: relative;
    right: 4px;
}
img {
	max-width: 100%;
	height: auto;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 50px;
}

.m-b-90 {
	margin-bottom: 90px !important;
}

.mr-20 {
	margin-right: 20px;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.list-style {
	margin-bottom: 30px;
	margin-left: 80px !important;
}

.list-style li {
	margin: 10px 0px;
	position: relative;
}

.list-style li:after {
	content: '\f111';
	font: normal normal normal 8px/1 FontAwesome;
	font-weight: 900;
	color: #002F6C;
	position: absolute;
	top: 9px;
	left: -20px;
}

.order-list {
	margin-bottom: 30px !important;
	margin-left: 80px !important;
}

.order-list li {
	margin: 10px 0px;
	padding-left: 5px;
}

.hr-line {
	height: 4px;
	width: 100%;
	margin-bottom: 20px !important;
	background-color: #0fafcf;
	background:  -webkit-linear-gradient(90deg, #0fafcf 0%, #002f6c 50%, #0e1738 100%);
	background: 	  -moz-linear-gradient(90deg, #0fafcf 0%, #002f6c 50%, #0e1738 100%);
	background: 	   -ms-linear-gradient(90deg, #0fafcf 0%, #002f6c 50%, #0e1738 100%);
	background:       -o-linear-gradient(90deg, #0fafcf 0%, #002f6c 50%, #0e1738 100%);
	background:          linear-gradient(90deg, #0fafcf 0%, #002f6c 50%, #0e1738 100%);
}

.small-txt {
	font-size: 14px;
}

.h1-l {
	font-size: 60px;
	line-height: 80px;
	margin-bottom: 40px !important;
}

h1, .h1 {
	font-size: 48px;
	line-height: 67px;
	margin-bottom: 30px !important;
	font-weight: normal;
}

h2, .h2 {
	font-size: 40px;
	line-height: 56px;
	margin-bottom: 25px !important;
}

h3, .h3 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 25px !important;
	font-weight: 500 !important;
}

h4, .h4 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 25px !important;
}

h5, .h5 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 25px !important;
	font-weight: 500 !important;
}

h6, .subheading, .h6 {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 10px !important;
	font-weight: 500 !important;
}
p {
	margin-bottom: 30px !important;
	line-height: 1.5em;
}

.no-position {
	position: initial !important;
}
.h-center {
	display: flex;
	align-items: center;
}
.link-white {
	color: #fff !important;
	text-decoration: underline !important;
	font-size: 16px !important;
}
.border-radius-bottom {
    border-radius: 10px 10px 100px 10px;
	object-fit: cover;
}
.singular .entry-header {
	margin-bottom: 0px !important;
}
.home-gradient-bg {
	position: relative;
}

.home-gradient-bg::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	background: -webkit-linear-gradient(to right, #d7e5fb 0%, #e3f9e3 70%);
	background: -moz-linear-gradient(to right, #d7e5fb 0%, #e3f9e3 70%);
	background: -ms-linear-gradient(to right, #d7e5fb 0%, #e3f9e3 70%);
	background: -o-linear-gradient(to right, #d7e5fb 0%, #e3f9e3 70%);
	background: linear-gradient(to right, #d7e5fb 0%, #e3f9e3 70%);
	-o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
	width: 100%;
	min-height: 100%;
	-webkit-filter: blur(50px);
	-moz-filter: blur(50px);
	-o-filter: blur(50px);
	-ms-filter: blur(50px);
	filter: blur(50px);
	border-bottom-right-radius: 100px;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
	bottom: 0px;
}
/*--------------------------------------------------------------
# button style
--------------------------------------------------------------*/

button:focus {
	outline: none;
	outline: none;
	border: 2px solid #2DF2EE !important;
}
.search-icon button:focus{
	border:none !important;
}
.search-show .btn:focus{
	box-shadow: none !important;
	border: none !important;
}
.primary-btn {
	min-width: 160px;
	font-size: 16px !important;
	color: #0e1738 !important;
	font-weight: 500;
	border: none;
	border-radius: 30px !important;
	padding: 13px 35px;
	box-sizing: border-box;
	background-color: #f47322;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	display: inline-block;
	text-align: center;
	    text-decoration: none !important;
}

#wp-chatbot-chat-container #wp-chatbot-ball .wp-chatbot-ball img{
    width: auto !important;
    height: 60px !important;
    display: block;
    border-radius: 0px !important;
    padding: 0px !important;
}
.wp-chatbot-ball {
    width: auto !important;
    height: 60px !important;
    border-radius: 10px !important;
    padding: 5px !important;
}

.primary-btn:hover {
	background-color: #2f5acc;
	color: #fff !important;
	text-decoration: none !important;
}

.primary-btn:focus {
	border: 2px solid #2f5acc;
	text-decoration: none !important;
}

.secondary-btn {
	min-width: 160px;
	min-height: 50px;
	font-size: 16px;
	color: #0e1738 !important;
	font-weight: 500;
	border: 2px solid #0E1738;
	border-radius: 30px;
	padding: 11px 33px;
	box-sizing: border-box;
	background-color: transparent;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	display: inline-block;
	text-align: center;
	    text-decoration: none !important;
}

.secondary-btn:hover {
	background-color: #0E1738;
	color: #fff !important;
	text-decoration: none !important;
}

.secondary-btn:focus {
	border: 2px solid #2f5acc;
	text-decoration: none !important;
}

.teritary-btn {
	min-width: 120px;
	min-height: 40px;
	font-size: 14px;
	margin-top: 10px;
	color: #0e1738 !important;
	font-weight: 500;
	border: none;
	border-radius: 30px;
	padding: 6px 26px;
	box-sizing: border-box;
	background-color: #7BD445;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	display: inline-block;
	text-align: center;
	    text-decoration: none !important;
}

.teritary-btn:hover {
	background-color: #2f5acc;
	color: #fff !important;
	text-decoration: none !important;
}

.teritary-btn:focus {
	border: 2px solid #2f5acc;
	text-decoration: none !important;
}

.section-gap {
	margin-top: 50px;
	margin-bottom: 100px;
}
.center-box .mb-30{
	margin-bottom: 0px !important;
}
/*--------------------------------------------------------------
# Custom Select Dropdown
--------------------------------------------------------------*/

.custome-select {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.typedropdown, .yeardropdown {
    border-radius: 30px;
    border: 2px solid #003d6a;
    outline: none;
    width: 200px;
	padding: 8px;
}
.custome-select .f-type, .custome-select .f-year {
	margin-right: 10px;
}
.custome-select .remove-fliter {
    color: #0E1738;
    text-decoration: underline;
    margin-top: 25px;
	font-weight: 400;
}
.custome-select .remove-fliter:hover {
	color: #0059CC;
}
.custome-select p {
    margin-bottom: 5px !important;
    font-size: 0.7em;
	font-weight: 400;
	margin-left: 10px;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
  }
  
  .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 250px;
    height: 50px;
  }
  
  .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 30px;
    padding: 8px 15px;
    color: #0E1738;
	background: linear-gradient(to top, #ffffff, #e6f0ff) padding-box, linear-gradient(to right, #0ea4c6,#023e78, #0b1b41) border-box;
    border-bottom: 5px solid transparent !important;
    border-image-slice: 1 !important;
	border-top: none;
	border-right: none;
	border-left: none;
  }
  .select-styled:after {
    content: "";
    width: 15px;
    height: 10px;
    background-image: url(https://www.palmdalewater.org/wp-content/uploads/2021/09/select-down.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
    right: 18px;
  }
  .select-styled:active, .select-styled.active {
    border-radius: 25px 25px 0px 0px;
    border-left-color: #0059CC;
    border-right-color: #0059CC;
    border-bottom-color: #fefeff !important;
    border-top-color: #0059CC;
    border-style: solid;
    border-width: 2px;
    border-image: none !important;
    background-color: #EBF1FF;
    background-image: none;
  }

  .select-styled:focus-within {
    border-radius: 25px 25px 25px 25px;
    border-left-color: #0059CC;
    border-right-color: #0059CC;
    border-bottom-color: #0059CC !important;
    border-top-color: #0059CC;
    border-style: solid;
    border-width: 2px;
    border-image: none !important;
    background-color: #EBF1FF;
    background-image: none;
    border-bottom-width: 2px !important;
  }
  .select-styled:active:after, .select-styled.active:after {
    width: 15px;
    height: 10px;
    background-image: url(https://www.palmdalewater.org/wp-content/uploads/2021/09/select-down.png);
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }
  
  .select-options {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #EBF1FF;
    border-radius: 0px 0px 15px 15px;
    border-left-color: #0059CC;
    border-right-color: #0059CC;
    border-bottom-color: #0059CC;
    border-top-color: #0059CC;
    border-style: solid;
    border-width: 2px;
  }
  .select-options::before {
      content: '';
      position: absolute;
      top: -2px;
      height: 5px;
      width: 100%;
      background-color: #0fafcf;
      background: -webkit-linear-gradient(90deg, #0fafcf 0%, #002f6c 50%, #0e1738 100%);
	  background: -moz-linear-gradient(90deg, #0fafcf 0%, #002f6c 50%, #0e1738 100%);
	  background: -ms-linear-gradient(90deg, #0fafcf 0%, #002f6c 50%, #0e1738 100%);
	  background: -o-linear-gradient(90deg, #0fafcf 0%, #002f6c 50%, #0e1738 100%);
	  background: linear-gradient(90deg, #0fafcf 0%, #002f6c 50%, #0e1738 100%);

  }
  .select-options li {
    margin: 0;
    padding: 5px 0;
    text-indent: 15px;
    color: #0E1738;
  }
  .select-options li:hover {
    color: #fff;
    background: #0E1738;
  }
  .select-options li[rel="hide"] {
    display: none;
  }

  .select-options li:last-child {
      border-radius: 0px 0px 15px 15px;
  }
/*--------------------------------------------------------------
# pagination style
--------------------------------------------------------------*/

.pagination {
	margin: 0px 0 70px 0 !important;
	border-top: none !important;
	max-width: 100% !important;
}

.pagination,
.pagination li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination li {
	list-style: none;
	margin: 0px 5px;
}

.pagination li a {
	text-decoration: none;
	color: #0E1738;
	height: 30px;
	width: 30px;
	font-size: 20px;
	border-radius: 50%;
	font-weight: 400;
}

.pagination li a:hover {
	background: #4B6FBF;
	border-radius: 50%;
	color: #fff;
	text-decoration: none !important;
}

.pagination li a.active {
	background: #4B6FBF !important;
	color: #fff;
}

.pagination li a:focus{
	background: #4B6FBF !important;
	color: #fff;
}

.pagination .icon a {
	border-radius: 5px !important;
	font-size: 14px;
	min-width: 75px;
	color: #0E1738;
	background: #AFCBFE;
	position:relative;
	padding-right: 20px;
}
.pagination .icon a:after {
	content:"";
	position: absolute;
	right: 10px;
    top: 10px;
	background-image: url(https://www.palmdalewater.org/wp-content/uploads/2021/09/pagination-next-arrow.png);
	width: 15px;
	height: 12px;
}
.pagination .icon a:hover:after {
	background-image: url(https://www.palmdalewater.org/wp-content/uploads/2021/11/pagination-next-arrow-hover.png);
}
.pagination .icon.pre a {
	padding-left: 20px;
	padding-right: 0px;
}
.pagination .icon.pre a:after {
	content:"";
	position: absolute;
	left: 10px;
    top: 10px;
	background-image: url(https://www.palmdalewater.org/wp-content/uploads/2021/09/pagination-pre-arrow.png);
	width: 15px;
	height: 12px;
}
.pagination .icon.pre a:hover:after {
	background-image: url(https://www.palmdalewater.org/wp-content/uploads/2021/11/pagination-pre-arrow-hover.png);
}
.pagination .icon a:hover {
	background-color: #0E1738;
	color: #fff;
}

.pagination .icon a:focus,
.pagination .icon a:active {
	background: #AFCBFE !important;
	color: #0E1738;
}

.pagination li:first-child span {
	padding-right: 8px;
}

.pagination li:last-child span {
	padding-left: 8px;
}

.bread-crumb {
	margin-bottom: 20px;
}

.bread-crumb a {
	font-size: 16px;
	color: #0059CC;
	position: relative;
	padding-right: 25px;
	display: inline-block;
	text-decoration: none !important;
}
.bread-crumb a:hover {
	text-decoration: underline !important;
}

.bread-crumb a::after {
	content: '';
	width: 8px;
	height: 14px;
	background-image: url(https://www.palmdalewater.org/wp-content/uploads/2021/09/breadcrumb-arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 12px;
	top: 8px;
}
/*--------------------------------------------------------------
# banner style
--------------------------------------------------------------*/
.carousel {
	background: transparent;
}
section.banner {
    padding-top: 0px;
  }
  .banner .carousel {
    top: 6px;
    z-index: 11;
}
  .carousel-indicators li {
	width: 16px !important;
	height: 16px !important;
	border-radius: 50%;
	border: 1px solid #0E1738;
	opacity: 1;
	background-color: transparent;
}
 .carousel-indicators li:hover {
    border: 2px solid #0059CC;
	width: 14px !important;
    height: 14px !important;
}
 .carousel-item.active {background-color:transparent;}


  .carousel-indicators .active {
    background-color: #0E1738;
}
 
  .mt-80{
    margin-top: 80px;
  }
 .carousel-indicators {
	position: absolute;
	right: 0;
	left: 44% !important;
	z-index: 15;
	margin: 0 auto;
	margin-right: auto !important;
	margin-left: auto !important;
	top: 50px !important;
	bottom: auto;
	padding-right: 0px;
	justify-content: initial;
}
  .carousel-caption {
	top: 70px !important;
	right: 6%;
	left: 44%;
	color: #0E1738;
	text-align: left !important;
}

.carousel-caption .h1-l {
	margin-bottom: 20px !important;
	font-size: 45px;
    line-height: 60px;
}

.carousel-caption .subheading {
	width: 95%;
	margin-bottom: 15px;
}

.carousel-item img {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 550px;
	height: 550px;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	position: relative;
	object-fit: cover;
}

.carousel-item .img-content {
	height: 550px;
}

  .carousel-control-next-icon {
    background-image: url(https://www.palmdalewater.org/wp-content/uploads/2021/09/slider-rigth-arrow.png) !important;
    background-repeat: no-repeat;
    width: 40px !important;
    height: 40px !important;
}
.carousel-control-next-icon:hover {
    background-image: url(https://www.palmdalewater.org/wp-content/uploads/2021/11/slider-right-arrow-hover.png) !important;
}
.carousel-control-prev-icon {
    background-image: url(https://www.palmdalewater.org/wp-content/uploads/2021/09/home-slider-rigth-arrow.png) !important;
    background-repeat: no-repeat;
    width: 40px !important;
    height: 40px !important;
}
.carousel-control-prev-icon:hover {
    background-image: url(https://www.palmdalewater.org/wp-content/uploads/2021/11/slider-left-arrow-hover.png) !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 10% !important;
    opacity: 1 !important;
	transition: none !important;
}
.carousel-item {
  transition: transform 1.6s ease-in-out;
}
/*--------------------------------------------------------------
# top wave section style
--------------------------------------------------------------*/

.gradient-bg {
	position: relative;
	padding: 0px 0px;
}

.gradient-bg::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	background: -webkit-linear-gradient(to right, #d7e5fb 0%, #daffda 17%, #cbdeff 100%);
	background: -moz-linear-gradient(to right, #d7e5fb 0%, #daffda 17%, #cbdeff 100%);
	background: -ms-linear-gradient(to right, #d7e5fb 0%, #daffda 17%, #cbdeff 100%);
	background: -o-linear-gradient(to right, #d7e5fb 0%, #daffda 17%, #cbdeff 100%);
	background: linear-gradient(to right, #d7e5fb 0%, #daffda 17%, #cbdeff 100%);
	-o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
	width: 100%;
	min-height: 100%;
	-webkit-filter: blur(50px);
	-moz-filter: blur(50px);
	-o-filter: blur(50px);
	-ms-filter: blur(50px);
	filter: blur(50px);
	border-bottom-right-radius: 100px;
}

.light-blue-wave-shadow::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -80px;
	display: block;
	background: linear-gradient(to right, #cfe1f3, #d8f9cb);
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 100%;
	width: 100%;
	min-height: 260px;
	-webkit-filter: blur(50px);
	-moz-filter: blur(50px);
	-o-filter: blur(50px);
	-ms-filter: blur(50px);
	filter: blur(50px);
	z-index: -1;
	border-top-right-radius: 170px;
}
.light-blue-wave-shadow {
	top: 5px;	
}
.light-blue-bg {
	background: -webkit-linear-gradient( 180deg, rgb(230 239 255) 20%, rgb(255 255 255) 94%);
	background: -moz-linear-gradient( 180deg, rgb(230 239 255) 20%, rgb(255 255 255) 94%);
	background: -ms-linear-gradient( 180deg, rgb(230 239 255) 20%, rgb(255 255 255) 94%);
	background: -o-linear-gradient( 180deg, rgb(230 239 255) 20%, rgb(255 255 255) 94%);
	background: linear-gradient( 180deg, rgb(230 239 255) 20%, rgb(255 255 255) 94%);
	margin: 0px;
	position: relative;
	padding-top: 30px;
}
.top-wave, .bottom-wave,.top-wave-bg {
    top: -60px;
}
.top-wave-bg {
	background-color: #002f6c;
	background: -webkit-linear-gradient(90deg, #002f6c 14%, #0e1738 100%);
	background: -moz-linear-gradient(90deg, #002f6c 14%, #0e1738 100%); 
	background: -ms-linear-gradient(90deg, #002f6c 14%, #0e1738 100%); 
	background: -o-linear-gradient(90deg, #002f6c 14%, #0e1738 100%); 
	background: linear-gradient(90deg, #002f6c 14%, #0e1738 100%); 
	width: 100%;
	position: relative;
}
.top-wave::before,
.bottom-wave::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	display: block;
	background: linear-gradient(to right, #cfe1f3, #d8f9cb);
	-o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
	width: 100%;
	min-height: 260px;
	-webkit-filter: blur(50px);
	-moz-filter: blur(50px);
	-o-filter: blur(50px);
	-ms-filter: blur(50px);
	filter: blur(50px);
	z-index: -1;
	border-top-right-radius: 170px;
}
.top-wave {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 150px;
	vertical-align: middle;
}

.top-wave svg {
	display: inline-block;
	width: 100%;
	height: 100%;
}


.quick-links {
	background-color: #4B6FBF;
	border-radius: 10px;
	padding: 25px 15px 15px 27px;
	height: 170px;
	border: 2px solid #CFFABC;
	display: block;
	color: #fff !important;
	position: relative;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	text-decoration: none !important;
}
.quick-links h2 {
	font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px !important;
    font-weight: 500 !important;
}
.quick-links .arrow-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-image: url(/pwdtest/wp-content/uploads/2021/09/arrow.png);
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.quick-links:hover {
    background-color: #7bd445;
    background: -webkit-linear-gradient(120deg, #7bd445 0%, #05c3de 91%);
	background: -moz-linear-gradient(120deg, #7bd445 0%, #05c3de 91%);
	background: -ms-linear-gradient(120deg, #7bd445 0%, #05c3de 91%);
	background: -o-linear-gradient(120deg, #7bd445 0%, #05c3de 91%);
	background: linear-gradient(120deg, #7bd445 0%, #05c3de 91%);
    color: #0E1738 !important;
	text-decoration: none !important;
}
.quick-links:hover .arrow-icon{
    background-image: url(/pwdtest/wp-content/uploads/2021/09/hover-arrow.png);
}

.custom-quick-links {
	 min-height: 100px;
	 height: auto;
}
.custom-quick-links h2 {
	font-size: 20px;
	width: 158px;
}


/*--------------------------------------------------------------
# get know style
--------------------------------------------------------------*/
.home-get-know {
	margin-top: -45px;
}
.get-know {
	width: 85%;
	margin-top: 20px;
}

.get-know p {
	margin-bottom: 20px;
}

.get-know .address-time {
	font-weight: 500;
}

.img-container {
	position: relative;
	margin-bottom: 145px;
}
.drop-shape-bg {
	display: inline-block;
	width: 380px;
	height: 380px;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	background-color: #e0faf9;
}

.drop-shape-bg-blue {
	display: inline-block;
	width: 300px;
	height: 300px;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	background-color: #162f6c;
}

.img-container .b-img {
	position: absolute;
	top: 80px;
	left: 80px;
	z-index: 9;
}
.img-container .b-img .inner-cnt {
	position: relative;
}

.img-container .b-img img {
	border-radius: 5px 100px 5px 5px;
	width: 415px;
	height: 300px;
	object-fit: cover;
}

.img-container .s-img {
	position: absolute;
	bottom: -110px;
	right: 40px;
	z-index: 999;
}

.img-container .s-img::after {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 150px;
	height: 150px;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	background-color: #162f6c;
	position: absolute;
	top: -28px;
	right: -27px;
	z-index: -1;
}

.img-container .s-img img {
	border-top-left-radius: 0;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	width: 150px;
	height: 150px;
	object-fit: cover;
}
/*--------------------------------------------------------------
# See what PWD style
--------------------------------------------------------------*/
.see-wht {
	margin-bottom: 40px;
}

.see-wht .subheading {
	width: 52%;
	text-align: center;
	margin: 0 auto;
}

.blue-box {
	min-height: 100%;
	background-color: #002F6C;
	padding: 20px;
	border-radius: 6px;
	color: #fff;
	box-shadow: 0px 20px 47px 0px rgb(243 190 190 / 53%);
	position: relative;
}

.blue-box p {
	margin-bottom: 15px !important;
	font-size: 16px;
	padding-bottom: 35px;
}

.blue-box h6, .blue-box .subheading {
	margin-bottom: 10px !important;
}

.blue-box a {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.blue-box:hover h6, .blue-box:hover .subheading{
	text-decoration: underline;
}
.blue-box:hover .teritary-btn{
	background-color: #2f5acc;
    color: #fff !important;
}
.blue-box2 {
	min-height: 100%;
	background-color: #002F6C;
	padding: 20px;
	border-radius: 6px;
	color: #fff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.53) 0px 30px 60px -30px;
	position: relative;
	margin-bottom: 30px;
}

.blue-box2 .date {
	font-size: 1em;
	color: #CFFABC;
	margin-bottom: 10px !important;
	font-weight: 400;
}

.blue-box2 .details {
	margin-bottom: 80px !important;
	font-size: 16px;
}

.blue-box2 h6, .blue-box2 .h6 {
	margin-bottom: 10px !important;
}

.blue-box2 .link-section .arrow-link {
	color: #CFFABC;
	font-size: 14px;
	text-decoration: underline;
	position: relative;
	padding-left: 28px;
	display: block;
	font-weight: 400;
}

.blue-box2 .link-section .arrow-link::before {
    content: '';
    background-image: url(/pwdtest/wp-content/uploads/2021/09/download.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 0px;
}
.blue-box2 .link-section {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

/*--------------------------------------------------------------
# PWD committe style
--------------------------------------------------------------*/
.commit-box {
	min-height: 140px;
	background-color: #0E1738;
	padding: 15px;
	margin-top: 30px;
	border-radius: 8px;
	color: #fff;
	border: 2px solid #CFFABC;
	box-shadow: 1px 11px 20px 5px rgb(14 30 84 / 39%);
	display: flex;
	justify-content: space-between;
}

.commit-box h3 {
	margin-bottom: 10px !important;
	line-height: 32px;
	font-size: 22px;
}

.commit-box img {
	max-width: initial;
	margin-top: 20px;
}
.commit-box .link-white {
	position: absolute;
    bottom: 15px;
}
.commit-box:hover {
	background-color: #4B6FBF;
}
.commit-link {
	text-decoration: none !important;
}
.commit-link:hover {
	text-decoration: none !important;
}
.home-bottom-bg {
    background-image: url(../img/bottom-bg.png);
    width: 100%;
    height: 422px;
    background-repeat: no-repeat !important;
    background-position: 0% 0% !important;
    object-fit: contain;
    position: relative;
    -moz-background-size:100% 100%;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    margin-bottom: 55px;
}
.home-bottom-bg::after {
    content: '';
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    height: 312px;
    background-color: rgb(224 224 224 / 52%);
    filter: blur(50px);
}
.home-bottom-bg .footer-wave {
    position: absolute;
    left: 0;
    bottom: -55px;
    z-index: 1;
}


/*--------------------------------------------------------------
# news page style
--------------------------------------------------------------*/

.news-banner {
	padding: 30px 0px 30px;
	margin-top: 15px;
	position: relative;
}

.news-banner::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	display: block;
	background: -webkit-linear-gradient(to right, #d7e5fb 0%, #daffda 30%, #cbdeff 100%);
	background: -moz-linear-gradient(to right, #d7e5fb 0%, #daffda 30%, #cbdeff 100%);
	background: -ms-linear-gradient(to right, #d7e5fb 0%, #daffda 30%, #cbdeff 100%);
	background: -o-linear-gradient(to right, #d7e5fb 0%, #daffda 30%, #cbdeff 100%);
	background: linear-gradient(to right, #d7e5fb 0%, #daffda 30%, #cbdeff 100%);
	-o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
	width: 100%;
	min-height: 400px;
	-webkit-filter: blur(50px);
	-moz-filter: blur(50px);
	-o-filter: blur(50px);
	-ms-filter: blur(50px);
	filter: blur(50px);
	border-bottom-right-radius: 100px;
}
.news-banner .carousel-control-prev-icon {
    background-image: url(/pwdtest/wp-content/uploads/2021/09/slider-left-arrow.png) !important;
}
.news-banner .carousel-control-prev-icon:hover {
    background-image: url(/pwdtest/wp-content/uploads/2021/11/slider-left-arrow-hover.png) !important;
}

.news-banner .carousel-control-next, .news-banner .carousel-control-prev {
	top: -56px;
}
.news-banner .carousel-item .img-content img {
	border-top-left-radius: 70px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 415px;
	height: 280px;
	position: relative;
	object-fit: cover;
}

.news-banner .carousel-caption {
	position: initial;
}

.news-banner .carousel-indicators {
	position: initial;
	margin-right: 0;
	margin-left: 0;
	justify-content: flex-start;
}

.news-banner .carousel-item .img-content {
	height: 350px;
	margin-top: 40px;
	text-align: center;
}

.news-img-style {
	position: relative;
}

.news-img-style img,
.tear img {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 500px;
	height: 500px;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	position: relative;
	z-index: 999;
}
.news-img-style img {
	z-index: 9;
}

.news-img-style .img-drop::after {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 230px;
	height: 230px;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	background-color: #E0FAF9;
	position: absolute;
	top: -40px;
	right: 0px;
}

.news-img-style .img-drop::before {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 70px;
	height: 70px;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	background-color: #7bd445;
	background: -webkit-linear-gradient(215deg, #7bd445 0%, #05c3de 91%);
	background: -moz-linear-gradient(215deg, #7bd445 0%, #05c3de 91%);
	background: -ms-linear-gradient(215deg, #7bd445 0%, #05c3de 91%);
	background: -o-linear-gradient(215deg, #7bd445 0%, #05c3de 91%);
	background: linear-gradient(215deg, #7bd445 0%, #05c3de 91%);
	position: absolute;
	bottom: 10px;
	left: 5px;
	z-index: 99;
}

.social {
	margin-bottom: 50px;
	display: flex;
}

.social a {
	margin-right: 20px;
	background-color: #0e1738;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	border: 1px solid #0e1738;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	text-decoration: none !important
}

.social a:hover {
	background: -webkit-linear-gradient(140deg, #7bd445 0%, #0aaec5 91%);
	background: -moz-linear-gradient(140deg, #7bd445 0%, #0aaec5 91%);
	background: -ms-linear-gradient(140deg, #7bd445 0%, #0aaec5 91%);
	background: -o-linear-gradient(140deg, #7bd445 0%, #0aaec5 91%);
	background: linear-gradient(140deg, #7bd445 0%, #0aaec5 91%);
	text-decoration: none !important;
	color: #0e1738 !important;
}

.social a:last-child {
	margin-right: 0px;
}

.f-feed-bg {
	width: 100% !important;
	background-color: #ebebeb;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 10px;
	height:auto;
}
.cff-header-hero img {
	width:100% !important;
}


/*--------------------------------------------------------------
# news details page style
--------------------------------------------------------------*/

.news-deatils h1{
	margin-top: 30px;
}
.author-name {
    font-size: 16px;
}
.author-name .date {
    position: relative;
    padding-left: 35px;
}
.author-name .date::before{
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(/pwdtest/wp-content/uploads/2021/09/water-drop-green.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    left: 13px;
}
.social-share {
    margin-bottom: 30px;
    display: flex;
    text-align: right;
    align-items: center;
    justify-content: flex-end;
}
.social-share a {
    margin-right: 20px;
}
.social-share a i{
    color: #002F6C;
    font-size: 24px;
}
.social-share a:last-child {
    margin-right: 0px;
}
.arrow-link2 {
    color: #0E1738 !important;
    font-size: 16px;
    text-decoration: underline !important;
    position: relative;
    padding-left: 55px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.arrow-link2:hover {
    color: #0059CC !important;
}
.arrow-link2::before {
    content: '';
    background-image: url(/pwdtest/wp-content/uploads/2021/09/download-icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px;
    left: 13px;
}
.arrow-link2::after {
    content: '';
    background-color: #002650;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 3px;
    z-index: -1;
}
.arrow-link2:hover::after {
    background-color: #0059CC;
}
.arrow-link2:focus {
    border: 1px solid #0059CC;
    border-radius: 5px;
}
.news-details-right {
    width: 75%;
    margin: 0 auto;
    margin-top: 140%;
}
.news-details-right .white-box {
    margin-bottom: 30px;
    min-height: auto;
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 53%) 0px 30px 60px -30px;
}
.news-details-right .white-box a {
    position: initial;
}
.news-details-right .white-box p {
    margin-bottom: 15px;
}
.news-details-right .blue-box2 {
    min-height: auto;
}
.news-details-right .blue-box2 .details {
    margin-bottom: 30px;
    font-size: 16px;
}
.news-details-right .blue-box2 .link-section{
    position: initial;
}

.news-details-right .gray-box {
    background-color: #F4EFEC;
    padding: 20px;
    border-radius: 6px;
    color: #0E1738;
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 53%) 0px 30px 60px -30px;
    position: relative;
    margin-bottom: 30px;
}
.news-details-right .gray-box h6{
        margin-bottom: 10px;
}
.news-details-right .gray-box .details {
    margin-bottom: 15px;
    font-size: 0.9em;
}
.news-details-right .gray-box .arrow-link {
    color: #0E1738;
    font-size: 14px;
    text-decoration: underline;
    position: relative;
    margin-bottom: 10px;
	display: inline-flex;
}

.news-details-right .gray-box .arrow-link::after {
    content: '';
    background-image: url(/pwdtest/wp-content/uploads/2021/09/right-arrow.png);
    width: 16px;
    height: 13px;
    background-repeat: no-repeat;
    position: absolute;
    right: -22px;
    top: 9px;
}


.normal-banner p{
    margin-bottom: 15px;
}
.normal-banner a {
	text-decoration: underline;
}
/*.normal-banner img {
	width: 100%;
}*/
.normal-banner strong {
	margin-bottom: 20px;
}
.img-content-style2 {
    height: 400px;
    margin-top: 40px;
}

.img-content-style2 img {
    border-top-left-radius: 70px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 370px;
    height: 260px;
    position: relative;
    z-index: 9;
    left: 30px;
	object-fit: cover;
}
.img-content-style2 .img-style {
	position: relative;
}
.img-content-style2 .img-style .img-drop::before {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 70px;
	height: 70px;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	background-color: #7bd445;
	background: -webkit-linear-gradient( 215deg, #7bd445 0%, #05c3de 91%);
	background: -moz-linear-gradient( 215deg, #7bd445 0%, #05c3de 91%);
	background: -ms-linear-gradient( 215deg, #7bd445 0%, #05c3de 91%);
	background: -o-linear-gradient( 215deg, #7bd445 0%, #05c3de 91%);
	background: linear-gradient( 215deg, #7bd445 0%, #05c3de 91%);
	position: absolute;
	bottom: -37px;
	left: 50px;
	z-index: 99;
}
.img-content-style2 .img-style .img-drop::after {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 340px;
	height: 340px;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	background-color: #E0FAF9;
	position: absolute;
	top: -40px;
	left: 135px;
}
.post-page-content figure{
	width: 100% !important;
}
.post-page-content figcaption{
	text-align: left;
	font-size: 14px;
}
.post-page-content ul, 
.post-page-content ol, 
.normal-banner ul, 
.normal-banner ol {
	margin-bottom: 30px;
    margin-left: 50px !important;
}
.post-page-content ul li, 
.post-page-content ol li, 
.normal-banner li {
    margin: 10px 0px !important;
    position: relative;
}
.post-page-content ul li:after, 
.normal-banner ul li:after {
    content: '\f111';
    font: normal normal normal 8px/1 FontAwesome;
    font-weight: 900;
    color: #002F6C;
    position: absolute;
    top: 9px;
    left: -20px;
}
ul.blocks-gallery-grid {
	margin-left: 0px !important;
}
.blocks-gallery-grid .blocks-gallery-item:after{
	display: none;
}
/*--------------------------------------------------------------
# contact page start
--------------------------------------------------------------*/
#gform_fields_3 input, #gform_fields_8 input, #gform_fields_8 select {
    border-radius: 24px;
    border: 2px solid #003d6a;
	outline: none;
	width: 100%;
}
#gform_fields_3 input:focus, #gform_fields_3 textarea:focus, #gform_fields_8 input {
	background-color: #EBF1FF;
    box-shadow: none;
}
#gform_fields_3 textarea {
    border-radius: 24px;
    border: 2px solid #003d6a;
	height: 190px;
	outline: none;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-size: 13px !important;
    margin-bottom: 4px !important;
    color: #0e1738 !important;
}
#gform_submit_button_3, #gform_submit_button_8{
	background-color: #f47322;
    border-radius: 36px;
    font-size: 16px;
    padding: 10px 35px;
    color: #000;
    float: right;
	-webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
#gform_submit_button_3:hover, #gform_submit_button_8:hover  {
    background-color: #2f5acc;
    color: #fff !important;
    text-decoration: none !important;
}
.gm-style .place-card-large {
	display: none !important;
}

#gform_fields_8 label {
	margin-bottom: 0px !important;
}
#gform_submit_button_8 {
	float: none;
}
#gform_fields_8 #field_8_5 label { 
	margin-top: 15px !important;
}
#gform_wrapper_8 {
	margin-bottom: 30px !important;
}
.contact-page-container {
	margin-bottom: 120px;
}

.contact-page-container img {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 580px;
	height: 580px;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	position: relative;
}

.contact-page-container .contact-details {
	margin-top: 600px;
	position: relative;
}
.contact-page-container .form-row p {
	margin-bottom: 0px !important;
}
.contact-page-container .form-row br{
	display:none;
}
.drop-shape-blue-s {
	display: inline-block;
	width: 48px;
	height: 48px;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	background-color: #4B6FBF;
	position: absolute;
	top: 10px;
	left: -70px;
}

.img-map {
	position: absolute;
	left: 0;
	margin-bottom: 100px;
}

.map-drop {
	position: relative;
	margin-top: 50px;
}

.map-drop img,
.map-drop iframe {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 500px;
	height: 500px;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	position: relative;
}

.map-drop .map::after {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 500px;
	height: 500px;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	background: -webkit-linear-gradient(to right bottom, #06bee5, #1197ce, #00406d, #002650, #041d56);
	background: -moz-linear-gradient(to right bottom, #06bee5, #1197ce, #00406d, #002650, #041d56);
	background: -ms-linear-gradient(to right bottom, #06bee5, #1197ce, #00406d, #002650, #041d56);
	background: -o-linear-gradient(to right bottom, #06bee5, #1197ce, #00406d, #002650, #041d56);
	background: linear-gradient(to right bottom, #06bee5, #1197ce, #00406d, #002650, #041d56);
	position: absolute;
	top: -33px;
	left: 20px;
	z-index: -1;
}

.contact-page-container .custome-field {
	border: 2px solid #002F6C;
	border-radius: 30px;
	height: 45px;
	color: #0E1738;
	margin-left: -12px;
}

.contact-page-container .custome-textarea {
	border: 2px solid #002F6C;
	border-radius: 30px;
	color: #0E1738;
	height: 250px;
	width: 100% !important;
}
.wpcf7 textarea {
    width: auto!important;
}
.contact-page-container .custome-field:focus,
.contact-page-container .custome-textarea:focus {
	background-color: #EBF1FF;
	box-shadow: none;
	outline: none;
}

.contact-page-container label {
	display: block;
	margin-bottom: .5rem;
	font-size: 14px;
	color: #0E1738;
	margin-left: 10px;
}

.contact-details p {
	margin-bottom: 10px !important;
	font-size: 0.8em;
}
#sig canvas {
    width: 100% !important;
    height: 190px;
    border-radius: 30px;
}
.kbw-signature {
    border: 2px solid #002F6C !important;
    border-radius: 30px;
	margin-left: 8px;
}
#clear {
    min-width: 100px;
    min-height: 30px;
    font-size: 14px;
    margin-top: 10px;
    color: #0e1738 !important;
    font-weight: 500;
    border: none;
    border-radius: 30px;
    padding: 6px 26px;
    box-sizing: border-box;
    background-color: #7BD445;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    display: inline-block;
    text-align: center;
	margin-left: 15px;
}
.sub-btn {
	text-align: right;
}
.sub-btn input[type=submit] {
	min-width: 160px;
    font-size: 16px !important;
    margin-top: 20px;
    color: #0e1738 !important;
    font-weight: 500;
    border: none;
    border-radius: 30px !important;
    padding: 13px 35px;
    box-sizing: border-box;
    background-color: #f47322;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    display: inline-block;
    text-align: center;
	margin-top: 0px;
}
.sub-btn input[type=submit]:hover {
    background-color: #2f5acc;
    color: #fff !important;
    text-decoration: none !important;
}
.sub-btn .ajax-loader {
	display: none !important;
}
.sub-btn .primary-btn {
	min-width: 130px;
	padding: 10px 35px;
	margin-top: 10px;
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 15px;
	padding-left: 15px;
}

.contact-footer-wave::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -65px;
	display: block;
	background: -webkit-linear-gradient(to right, #d1e4ef 0%, #e1ffdb 86%);
	background: -moz-linear-gradient(to right, #d1e4ef 0%, #e1ffdb 86%);
	background: -ms-linear-gradient(to right, #d1e4ef 0%, #e1ffdb 86%);
	background: -o-linear-gradient(to right, #d1e4ef 0%, #e1ffdb 86%);
	background: linear-gradient(to right, #d1e4ef 0%, #e1ffdb 86%);
	-o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
	width: 100%;
	min-height: 260px;
	-webkit-filter: blur(50px);
	-moz-filter: blur(50px);
	-o-filter: blur(50px);
	-ms-filter: blur(50px);
	filter: blur(50px);
	z-index: -1;
	border-top-right-radius: 170px;
}

.contact-footer-bg {
	padding: 130px 0px 50px;
	background-color: #0e1738;
	background: -webkit-linear-gradient(0deg, #0e1738 0%, #002F6C 100%);
	background: -moz-linear-gradient(0deg, #0e1738 0%, #002F6C 100%);
	background: -ms-linear-gradient(0deg, #0e1738 0%, #002F6C 100%);
	background: -o-linear-gradient(0deg, #0e1738 0%, #002F6C 100%);
	background: linear-gradient(0deg, #0e1738 0%, #002F6C 100%);
	position: relative;
}

.white-box {
	min-height: 100%;
	background-color: #fff;
	padding: 20px;
	border-radius: 6px;
	color: #0E1738;
	box-shadow: 0px 1px 47px 0px rgb(15 24 57 / 23%);
	position: relative;
}

.white-box p {
	margin-bottom: 70px !important;
}

.white-box h4, .white-box h2 {
	font-size: 24px;
	margin-bottom: 10px !important;
	font-weight: 600;
	line-height: 40px;
}

.white-box a {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.white-box:hover h4, .white-box:hover h2{
	text-decoration: underline;
}
.white-box:hover .teritary-btn {
	background-color: #2f5acc;
    color: #fff !important;
}

.box-position {
	position: absolute;
	top: -188px;
	right: 0;
	left: 0;
}

.white-box-shadow {
	box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 53%) 0px 30px 60px -30px;
}

.m-c-details {
	display: none;
}
/*--------------------------------------------------------------
# flexible page style
--------------------------------------------------------------*/
.flex-img-content-style {
    height: 400px;
    margin-top: 40px;
	position: relative;
	display: flex;
    justify-content: center;
	align-items: center;
}
.flex-img-content-style .img-drop {
    width: 370px;
    height: 260px;
}
.flex-img-content-style img {
    border-top-left-radius: 70px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 370px;
    height: 260px;
    position: relative;
    z-index: 9;
    left: 30px;
	object-fit: cover;
}
.flex-img-content-style .img-style {
	position: relative;
}
.flex-img-content-style .img-style .img-drop::before {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 70px;
	height: 70px;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	background-color: #7bd445;
	background: -webkit-linear-gradient( 215deg, #7bd445 0%, #05c3de 91%);
	background: -moz-linear-gradient( 215deg, #7bd445 0%, #05c3de 91%);
	background: -ms-linear-gradient( 215deg, #7bd445 0%, #05c3de 91%);
	background: -o-linear-gradient( 215deg, #7bd445 0%, #05c3de 91%);
	background: linear-gradient( 215deg, #7bd445 0%, #05c3de 91%);
	position: absolute;
	bottom: -37px;
	left: 50px;
	z-index: 99;
}
.flex-img-content-style .img-style .img-drop::after {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 370px;
	height: 370px;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	background-color: #E0FAF9;
	position: absolute;
	top: -50px;
	left: 135px;
}
.s-drop1 {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 48px;
    height: 48px;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: rgb(45 242 238 / 75%);
	position: absolute;
    z-index: 99;
    left: 73%;
	top: -30px;
}
.s-drop2 {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 27px;
    height: 27px;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #0E1738;
	position: absolute;
    z-index: 99;
    left: 135px;
    bottom: -40px;
}
.bio-content {
	margin-bottom: 100px !important;
}

.bio-section h5 {
	margin-bottom: 5px !important;
}

.bio-section .name {
	font-weight: 500;
	margin-bottom: 15px !important;
}

.bio-section p {
	margin-bottom: 15px !important;
}

.bio-section a {
	font-size: 16px;
	font-weight: 400;
}

.img-drop-left .s-img {
	position: relative;
	text-align: center;
	width: 300px;
	margin: 0 auto;
}

.img-drop-left .s-img img {
	border-top-left-radius: 0;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	width: 260px;
	height: 260px;
}

.img-drop-left .s-img::after {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 250px;
	height: 250px;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	background-color: #AFCBFE;
	position: absolute;
	bottom: -20px;
	left: 7px;
	z-index: -1;
}

.img-drop-right .s-img {
	position: relative;
	text-align: center;
	width: 300px;
	margin: 0 auto;
}

.img-drop-right .s-img img {
	border-top-left-radius: 50%;
	border-top-right-radius: 0;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	width: 260px;
	height: 260px;
	object-fit: cover;
}

.img-drop-right .s-img::after {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 250px;
	height: 250px;
	border-top-right-radius: 0;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	background-color: #7bd445;
	background: -webkit-linear-gradient(215deg, #7bd445 0%, #05c3de 91%);
	background: -moz-linear-gradient(215deg, #7bd445 0%, #05c3de 91%);
	background: -ms-linear-gradient(215deg, #7bd445 0%, #05c3de 91%);
	background: -o-linear-gradient(215deg, #7bd445 0%, #05c3de 91%);
	background: linear-gradient(215deg, #7bd445 0%, #05c3de 91%);
	position: absolute;
	bottom: -15px;
	left: 46px;
	z-index: -1;
}

.video-bg {
	text-align: center;
	position: relative;
	border-radius: 10px;
	margin-bottom: 90px !important;
}

.video-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.video-bg .big-drop {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 500px;
	height: 500px;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	background-color: #E0FAF9;
	position: absolute;
	bottom: -140px;
	left: -33px;
	z-index: -1;
}

.video-bg .small-drop {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 225px;
	height: 225px;
	border-top-right-radius: 0;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	background-color: #EBF1FF;
	position: absolute;
	top: -60px;
	right: 20px;
	z-index: -1;
}

/*--------------------------------------------------------------
# image slider style
--------------------------------------------------------------*/

.gallery-bg {
	background-image: url(/pwdtest/wp-content/uploads/2021/09/gallery-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 625px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.gallery-container {
	position: relative;
	height: 100px;
}

.cascade-slider_container {
	position: relative;
	width: 100%;
	height: 500px;
	margin: 0 auto;
  }
  .cascade-slider_slides img {
	border-radius: 10px;
  }
  .cascade-slider_item {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(0.3);
	-ms-transform: translateY(-50%) translateX(-50%) scale(0.3);
	transform: translateY(-50%) translateX(-50%) scale(0.3);
	transition: all 1s ease;
	opacity: 0;
	z-index: -1;
  }
  
  .cascade-slider_item.next {
	left: 61%;
    -webkit-transform: translateY(-50%) translateX(-150%) scale(0.8);
	-ms-transform: translateY(-50%) translateX(-150%) scale(0.8);
	transform: translateY(-50%) translateX(-150%) scale(0.8);
	opacity: 1;
	z-index: 1;
  }
  
  .cascade-slider_item.prev {
	left: 24%;
	-webkit-transform: translateY(-50%) translateX(50%) scale(0.6);
	-ms-transform: translateY(-50%) translateX(50%) scale(0.6);
	transform: translateY(-50%) translateX(50%) scale(0.6);
	opacity: 1;
	z-index: 1;
  }
  
  .cascade-slider_item.now {
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
	-ms-transform: translateY(-50%) translateX(-50%) scale(1.2);
    transform: translateY(-50%) translateX(-50%) scale(1.2);
	opacity: 1;
	z-index: 5;
  }
  .cascade-slider_item.now img {
	border-radius: 80px 10px 80px 10px;
	box-shadow: rgb(0 0 0 / 22%) -6px 36px 32px -27px;
  }
  
  .cascade-slider_arrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 5;
  }
  
  .cascade-slider_arrow-left { left: 0; }
  
  .cascade-slider_arrow-right { right: 0; }
  
  .cascade-slider_nav {
	position: absolute;
	bottom: -50px;
	width: 100%;
	text-align: center;
	z-index: 5;
  }
  
  .cascade-slider_dot {
	display: inline-block;
	width: 16px !important;
	height: 16px !important;
	border-radius: 50%;
	border: 1px solid #0E1738;
	list-style: none;
	cursor: pointer;
	margin: 3px;
  }
  
  .cascade-slider_dot:hover { background: #0E1738; }
  
  .cascade-slider_dot.cur { background: #0E1738; }

/*--------------------------------------------------------------
# accordion style
--------------------------------------------------------------*/

.pwd-accordion {
	width: 750px;
	margin: 0 auto;
}
.pwd-accordion .accordion-button {
	display: block;
	position: relative;
	padding: 0px 130px 0px 0px;
	width: 100%;
	color: #0E1738;
	text-align: left;
	background-color: transparent;
	border: none !important;
  }
.pwd-accordion .accordion-button:focus {
    outline: none;
    border: none !important;
}
 .pwd-accordion .accordion-button:hover {
	  text-decoration: underline !important;
  }
 .pwd-accordion .accordion-button:hover:after {
	background-color: #0059CC !important;
  }
 .pwd-accordion .accordion-button:after {
	content: ""; 
	position: absolute;
	right: 0;
	top: 50%;
    -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(/pwdtest/wp-content/uploads/2021/09/plus-icon.png);
	background-repeat: no-repeat;
	background-color: #0E1738;
	background-position: center center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
	color: #CFFABC;
	display: flex;
    align-items: center;
    justify-content: center;
  }
 .pwd-accordion .accordion-button[aria-expanded="true"]:after {
	background-image: url(/pwdtest/wp-content/uploads/2021/09/minus-icon.png);
	background-repeat: no-repeat;
  }
  .pwd-accordion .card {
	  margin-bottom: 20px;
	  border: none;
	  border-radius: 0;
	  border-bottom: 5px solid transparent !important;
      border-image: linear-gradient(to right, #0FAFCF,#002F6C, #0E1738) !important;
      border-image-slice: 1 !important;
  }
 .pwd-accordion .card .card-header {
	background-color: transparent;
	border-bottom: none;
	padding: 10px 0px 25px;
  }
  .pwd-accordion .card h6 {
	font-size: 18px;
  }
 .pwd-accordion .card .card-body {
	  background-color: #EBF1FF;
	  margin-bottom: 20px;
	  border-radius: 10px;
  }
 .pwd-accordion .card .card-body p{
	  margin-bottom: 0px !important;
  }

/*--------------------------------------------------------------
# our customer page style
--------------------------------------------------------------*/

.center-box-cards {
	justify-content: center;
}
.customer-banner-heading {
	margin-top: 40px;
}
.img-content-style3 {
    margin-top: 40px;
	position: relative;
    top: 20px;
}
.img-content-style3 .img-style {
    position: relative;
}
.img-content-style3 img {
    border-top-left-radius: 70px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 400px;
    height: 275px;
    position: relative;
    z-index: 9;
    left: 30px;
	object-fit: cover;
}
.img-content-style3 .img-style .img-drop::before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
    height: 70px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #2DF2EE;
    position: absolute;
    bottom: 14px;
    left: -20px;
    z-index: 99;
}
.img-content-style3 .img-style .img-drop::after {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 245px;
    height: 245px;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #7bd445;
    background: -webkit-linear-gradient(147deg, #7bd445 0%, #05c3de 91%);
	background: -moz-linear-gradient(147deg, #7bd445 0%, #05c3de 91%);
	background: -ms-linear-gradient(147deg, #7bd445 0%, #05c3de 91%);
	background: -o-linear-gradient(147deg, #7bd445 0%, #05c3de 91%);
	background: linear-gradient(147deg, #7bd445 0%, #05c3de 91%);
    position: absolute;
    top: -40px;
    left: 270px;
}

.img-content-style4 {
    position: relative;
    margin-bottom: 145px !important;
}

.img-content-style4 .drop-shape-bg-blue {
    display: inline-block;
    width: 350px;
    height: 350px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #162f6c;
}
.img-content-style4 .b-img2 {
    position: absolute;
    top: 60px;
    left: 110px;
    z-index: 9;
    background-color: #b1cdfb;
    border-radius: 5px 100px 5px 5px;
    padding: 15px;
}
.img-content-style4 .b-img2 .inner-cnt {
    position: relative;
}
.img-content-style4 .b-img2 img {
    border-radius: 5px 100px 5px 5px;
    width: 330px;
    height: 400px;
	object-fit: cover;
}


.img-content-style5 .inner-cnt {
    position: relative;
	text-align: center;
}
.img-content-style5 img {
    border-radius: 5px 100px 5px 5px;
	width: 415px;
    height: 300px;
	border: 15px solid #AFCBFE;
	object-fit: cover;
}

.border-radius-bottom2 {
    border-radius: 10px 10px 100px 10px;
	width: 450px;
	height: 355px;
	object-fit: cover;
}
.drop-shape-no-pading {
	padding-left: 0px;
	padding-right: 0px;
}
.light-water-drop {
	display: inline-block;
    width: 600px;
    height: 600px;
    border-top-left-radius: 0px;
	border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #F3F8FF;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.light-water-drop .drop-list {
	width: 450px;
}
.light-water-drop ul li {
	font-weight: 400;
	position: relative;
	margin-bottom: 10px !important;
}
.light-water-drop ul li::before {
	content: '';
	position: absolute;
	top: 6px;
    left: -25px;
	background-image: url(/pwdtest/wp-content/uploads/2021/09/list-icon.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

.customer-wave {
	margin-bottom: 160px !important;
	margin-top: 100px;
	position: relative;
}
.customer-wave .top-wave {
	top: -133px;
    height: 190px;
	position: absolute;
}
 .customer-wave .middle-bg{
	top: -470px;
 }
.customer-wave .bottom-wave {
	top: 55px;
    z-index: -1;
	height: 310px;
	position: absolute;
}

.customer-wave .bottom-wave::before {
    display: none;
}
.customer-wave .top-wave::before {
    bottom: -47px;
    display: block;
    min-height: 263px;
}

.customer-wave .white-box {
	box-shadow: rgb(24 24 134 / 30%) 0px 50px 100px -20px, rgb(20 94 204 / 53%) 0px 30px 60px -30px;
}
.cust-wave-top {
	margin-top: 0px !important;
}
.cust-billet-action-btns-mob {
	display: none;
}

.gray-box {
	height: 100%;
	background-color: #F4EFEC;
	padding: 20px;
	border-radius: 6px;
	color: #0E1738;
	box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 53%) 0px 30px 60px -30px;
	position: relative;
}

.gray-box h6, .gray-box .subheading {
	margin-bottom: 10px !important;
}

.gray-box .details {
	margin-bottom: 15px !important;
	font-size: 0.9em;
}

.gray-box .arrow-link {
	color: #0E1738;
	font-size: 14px;
	text-decoration: underline;
	position: relative;
	margin-bottom: 10px !important;
	font-weight: 400;
	display: inline-flex;
	max-width: 180px;
}
.gray-box .arrow-link:hover {
	color: #0059CC;
}
.gray-box .arrow-link:hover:after {
	background-image: url(/pwdtest/wp-content/uploads/2021/11/right-arrow-hover.png);
}

.gray-box .arrow-link::after {
	content: '';
	background-image: url(/pwdtest/wp-content/uploads/2021/09/right-arrow.png);
	width: 16px;
	height: 13px;
	background-repeat: no-repeat;
	position: absolute;
	right: -20px;
	top: 9px;
}

/*--------------------------------------------------------------
# water bill style
--------------------------------------------------------------*/
.table-responsive::-webkit-scrollbar {
    height: 8px;
    background-color: #F5F5F5;
}
.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(104, 140, 240, 0.3);
  }

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #142b81;
    outline: 1px solid slategrey;
}
.water-bill-form .contact-page-container {
    margin-bottom: 0px;
}
.water-bill-form .form-group label {
	color: #2f5acc;
	font-size: 16px !important;
    font-weight: 500;
}
.water-bill-form .form-group .mandate {
	color:#F37321;
	font-size: 22px;
}
.water-bill-form .form-group p {
	margin-bottom: 0px !important;
    margin-top: 12px;
    font-size: 0.8em;
    line-height: 1.5em;
	margin-left: 10px;
}
.water-bill-form .custome-field {
	height: 50px;
	margin-left: 0px;
}
.water-bill-form select {
	background: url(https://www.palmdalewater.org/wp-content/uploads/2021/09/select-down.png) no-repeat;
    background-position: 96% 56% !important;
	-webkit-appearance: none;
	appearance: none;
}
.table-responsive {
    border-radius: 10px;
	margin-bottom: 30px;
}
.water-bill-table {
    border-collapse: collapse;
    width: 100%;
    background-color: #ffffff;
    color: black;
    margin-bottom: 15px;
	border: 1px solid #818da3;
}
.water-bill-table th {
    text-align: left;
	padding: 30px 25px;
}
.water-bill-table td {
    text-align: left;
    padding: 18px 25px;
	border: none;
	border-right: 1px solid #818da3;
}
.water-bill-table tr>th {
    background: #162f6b;
    color: #ffffff;
    font-weight: 500;
	border: none;
    border-right: 1px solid #818da3;
}
.water-bill-table tr:nth-child(even) {
    background-color: #ebf1ff;
}

/*--------------------------------------------------------------
# search page style
--------------------------------------------------------------*/
.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width {
	max-width: 100% !important;
}
.search-result-count {
	margin-top: 30px;
}
.page-header {
	padding-bottom: 15px !important;
    height: auto;
}
h1.page-title {
	font-size: 40px;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
}
article header.entry-header {
	height: auto !important;
	padding-bottom: 0px !important;
}
.entry-content {
	font-family: neue-haas-unica, sans-serif !important;
}
article .entry-title {
	font-size: 40px !important;
	font-weight: normal !important;
}
footer.entry-footer {
	font-size: 14px;
}
footer.entry-footer time.entry-date{
	font-weight: 500;
}
.pagination .nav-links .page-numbers {
	font-size: 16px;
    font-weight: 500;
}

.pagination .nav-links .page-numbers.current {
	color: #4B6FBF;
}

/*--------------------------------------------------------------
# footer style
--------------------------------------------------------------*/
.footer-fb-icon {
    margin-bottom: 15px;
	display: flex;
}
.footer-fb-icon .widget_media_image {
	margin-right: 10px !important;
}
.footer-fb-icon img{
	width: auto !important;
}
.footer-fb-icon .footer-facebook-icon:hover {
	content: url('/pwdtest/wp-content/uploads/2021/11/fb-icon-hover.png');
}
.footer-fb-icon .footer-twit-icon:hover {
	content: url('/pwdtest/wp-content/uploads/2021/11/twitter-hover.png');
}
.footer-fb-icon .footer-linked-icon:hover {
	content: url('/pwdtest/wp-content/uploads/2021/11/linkedin-hover.png');
}
.footer-fb-icon .footer-insta-icon:hover {
	content: url('/pwdtest/wp-content/uploads/2022/03/instagram-hover-icon-copy.png');
}
.footer-img {
    margin-bottom: 10px;
    display: flex;
	align-items: center;
}
.footer-img img{
    margin-right: 30px;
	width: auto !important;
}
.footer-wave {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 150px;
    vertical-align: middle;
	margin-bottom:-1px;
}

.footer-wave  svg {
    display: inline-block;
    width: 100%;
    height: 100%;
}
footer.bg-footer {
    background: #0e1738;
    margin: 0px;
    position: relative;
    color: #fff;
    padding: 50px 0px 50px;
	margin-top: 20px;
}
footer.bg-footer p {
	margin-bottom: 10px !important;
}
footer .contact-details {
    margin-top: 30px;
    font-size: 16px;
    margin-bottom: 0px !important;
	color: #fff !important;
}
footer .contact-details a {
	color: #fff !important;
	text-decoration: underline;
}
footer.bg-footer .textwidget p.mt-0{
	font-weight: 500;
}
footer.bg-footer .customer-care, footer.bg-footer .subscribe-title { 
    color: #fff !important;
    margin-bottom: 10px !important;
}
footer.bg-footer .textwidget p a {
	color: #fff;
	text-decoration: underline;
}
footer.bg-footer .textwidget p a:link {
	color: #fff;
	text-decoration: underline;
}
footer.bg-footer .textwidget p a:hover, footer.bg-footer .textwidget p a:focus {
	color: #fff;
	text-decoration: underline;
}
footer.bg-footer .subscribe-title {
	font-size: 22px;
	font-weight: 500;
}	
footer.bg-footer .customer-care {
	font-size: 18px;
	font-weight: 500;
}
footer.bg-footer .footer_link_box ul li {
    margin-bottom: 8px;
}
footer.bg-footer .footer_link_box ul li a {
    color: #fff !important;
    display: block !important;
    padding: 0px;
    font-weight: 300 !important;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	    text-decoration: none;
}
footer.bg-footer .footer_link_box ul li a:hover {
    text-decoration: underline;
}
footer.bg-footer .secondary-btn {
    min-height: 40px;
    font-size: 14px;
    margin-top: 20px;
	margin-bottom: 0px !important;
    color: #fff !important;
    font-weight: normal;
	text-decoration: none !important;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 5px 22px;
    box-sizing: border-box;
    background: transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
footer.bg-footer .secondary-btn:hover {
    background-color: #fff;
    color: #0e1738 !important;
}
.bg-footer .f-m-t {
    margin-top: 52px;
}
.botttom-footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.botttom-footer-links ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.botttom-footer-links ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}
.botttom-footer-links ul li a {
    color: #fff;
	font-size: 16px;
    text-decoration: none;
    letter-spacing: 0px;
    padding: 0px 10px;
}
.botttom-footer-links ul li a:hover {
    text-decoration: underline;
}
.botttom-footer-links ul li:not(:last-child):after {
    content: '\f111';
    font: normal normal normal 8px/1 FontAwesome;
    font-weight: 900;
    color: #afcbfe;
    margin: auto;
}
.goog-te-combo option{
	background-color:#ebf1ff;
}
.goog-te-combo option:hover{
	background-color:#0e1738 !important;
	color:#fff;
}
.gform_wrapper.gravity-theme .ginput_container_time {
	min-width: 85px !important;
}
select.gfield_select {
	background: none;
}
.mm-chat-button {
	bottom: 90px !important;
}

/*--------------------------------------------------------------
# CSS for menu
--------------------------------------------------------------*/
.mega-menu-item>ul li ul li ul li ul {
    border-image: none !important;
    margin-top: 0px !important;
    border-top: 0px !important;
    padding-left: 0px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #28303d !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
#menu-doing-business-with-pwd .doing-pwd a {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #0f1839 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover{
	color: #0059cc !important;
	text-decoration: underline !important;
}

#menu-doing-business-with-pwd .doing-pwd a:hover {
    color: #0059CC !important;
}

#menu-frequently-asked-questions .faq-nav a{
	font-weight: 700 !important;
    font-size: 16px !important;
    color: #0f1839 !important;
}
#menu-frequently-asked-questions .faq-nav a:hover {
    color: #0059CC !important;
}

.mega-sub-menu{
	padding-left: 5% !important;
    padding-right: 5% !important;
}
#mega-menu-wrap-primary {
    display: block;
    z-index: 999;
}
.menu-button-container {
    display: none !important;
}
.primary-navigation {
    top: 28px !important;
}
.menu {
    padding-left: 0px;
    list-style: none;
}
.primary-navigation a {
    font-size: 15px !important;
	font-weight: 600 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
	text-decoration: none !important;
}
h4.mega-block-title {
    
    text-transform: capitalize !important;
    margin-top: 30px !important;
    margin-bottom: 8px !important;
    color: #0f1839 !important;
    font-size: 18px !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px 10px 0px 10px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	padding-top: 25px !important;
	top: 61px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
	padding-bottom: 25px;
}
.menu-btn .re {
    width: 226px;
    border: 1px solid #000;
    border-radius: 48px;
    padding: 9px 34px !important;
    text-align: left;
    margin-top: 15px;
}
.menu-btn .rw {
   width: 212px;
    border: 1px solid #000;
    border-radius: 48px;
    padding: 9px 32px !important;
    text-align: left;
    margin-top: 15px;
}
.menu-btn a {
    width: auto !important;
    border: 1px solid #000 !important;
    border-radius: 48px !important;
    padding: 9px 25px !important;
    text-align: left;
    margin-top: 15px;
    font-size: 14px!important;
    font-weight: 400 !important;
	display: inline-block!important;
}
.mega-menu-item>ul {
	margin-top: 26px !important;
    /* border-top: 12px solid #161f3f !important; */
    border-top: 12px solid transparent !important;
	border-image: linear-gradient(to right, #0ea4c6,#023e78, #0b1b41) !important;
    border-image-slice: 1 !important;
    padding-bottom: 20px !important;
	margin-top: 0 !important
}
.mega-menu-item>ul::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: -webkit-linear-gradient(130deg,#0ea8c9,#0c1b40 41.07%,#0c1b40 76.05%);
	background: -moz-linear-gradient(130deg,#0ea8c9,#0c1b40 41.07%,#0c1b40 76.05%);
	background: -ms-linear-gradient(130deg,#0ea8c9,#0c1b40 41.07%,#0c1b40 76.05%);
	background: -o-linear-gradient(130deg,#0ea8c9,#0c1b40 41.07%,#0c1b40 76.05%);
	background: linear-gradient(130deg,#0ea8c9,#0c1b40 41.07%,#0c1b40 76.05%);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px !important;
    color: #0E1738 !important;
	font-weight: normal !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
	font-weight: 600 !important;
	color: #0E1738 !important;
	padding: 0 3px !important;
}
.primary-navigation a:hover{
	color:#0059CC !important;
}
.menu-btn {
    margin-top: 15px !important;
}
/*.head-contact a{
	background-color: #7bd445 !important;
    border-radius: 50px !important;
    padding-right: 23px !important;
    padding-left: 23px !important;
    padding-top: 9px;
    padding-bottom: 9px;
    left: 0 !important;
    color: #0e1738;
    font-size: 14px;
    font-weight: 400;
}*/
.head-contact a {
    background-color: #7bd445 !important;
    border-radius: 50px !important;
    padding-right: 12px !important;
    padding-left: 11px !important;
    padding-top: 9px;
    padding-bottom: 9px;
    left: 0 !important;
    color: #0e1738;
    font-size: 14px;
    font-weight: 400;
	text-decoration: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 39px !important;
	padding: 0px 0px 0px 0px !important;
    margin-right: 5px;
    margin-left: 5px;
}

.search-icon button{
	padding: 0px;
    border-radius: 30px;
    width: 35px;
    height: 35px;
	background-color: #0e1738;
}
.search-icon button img {
    width: 22px;
    margin-top: -6px;
}
.search-icon {
    margin-top: 9px;
	margin-right: 8px;
    margin-left: 10px;
}
.menu-right{
	display: inline-flex;
    margin-top: 9px;
    justify-content: space-between;
    align-items: center;
}
.col-md-3.head-last-clm {
    padding-left: 0px;
}
.menu-right #google_language_translator .goog-te-gadget .goog-te-combo {
   border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 3px solid #000 !important;
    cursor: pointer;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    overflow-wrap: break-word;
    /*width: 94px;*/
    white-space: break-spaces;
    font-family: 'neue-haas-unica';
}

.mega-toggle-animated::after{
	content: "" !important;
    background-image: url(https://www.palmdalewater.org/wp-content/uploads/2021/09/Group.png);
    width: 47px;
    height: 33px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    right: 8px;
    top: -16px;
}
span.mega-toggle-animated-box {
    display: none !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
	border-bottom: 5px solid transparent !important;
    border-image: linear-gradient(to right, #003873,#06c3dd, #74d34f) !important;
    border-image-slice: 1 !important;
}

.menu-search input[type=text]:focus .head-contact{
	display:none;
}
.menu-search button.btn {
    position: absolute;
    right: 10px;
    top: -1px;
}
.search-show {
    margin-top: 22px;
}
a.click-search-searchtext {
    position: absolute;
    left: 0;
	border: none;
}
/*css for search animation*/
.menu-search input[type=text] {
 	width: 100% !important;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #0e1738;
    border-radius: 25px;
    font-size: 16px;
    background-color: white;
    background-image: url(https://www.palmdalewater.org/wp-content/uploads/2021/09/search.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 12px 23px 12px 60px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
.head-contact {
    margin-top: 13px;
}
.menu-search input[type=text]:focus {
  width: 100%;
  outline: none;
}

.menu-search button {
  display: none; // prevent being able to tab to it
  position: absolute;
  top: 0;
  right: 0;
  width: var(--btn-width);
  font-weight: bold;
  background: var(--color-brand);
  border-radius: 0 var(--rad) var(--rad) 0;
}

.menu-search input:not(:-moz-placeholder-shown) + button {
  display: block;
}
.menu-search input:not(:-ms-input-placeholder) + button {
  display: block;
}
.menu-search input:not(:placeholder-shown) + button {
  display: block;
}
.menu-search{
	/*display:flex;*/
	position:relative;
	margin-bottom: 56px !important;
    margin-top: -24px !important;
}
.menu-search label {
    color: #0e1738;
    font-size: 15px;
    margin-bottom: 3px; 
    margin-left: 15px;
}
/*.goog-te-gadget:after {
    content: '';
    position: absolute;
    background-image: url(http://3.137.104.87/wp-content/uploads/2021/09/select-down.png);
    bottom: 1px;
    top: 36px;
    margin-top: 0px;
    display: inline-block;
    height: 14px;
    width: 14px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
}*/
.goog-te-gadget:after {
    content: '';
    position: absolute;
    background-image: url(https://www.palmdalewater.org/wp-content/uploads/2021/09/select-down.png);
    bottom: 1px;
    top: 28px;
    margin-top: 0px;
    display: inline-block;
    height: 14px;
    width: 14px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
}

div#google_language_translator {
    position: relative;
}

body>header{
	display:none;
	position: relative;
    z-index: 999;
    background: no-repeat;
	background-color: #fff;
}
.cd-dropdown{
	z-index: 999 !important;
}

/*.menu-right #google_language_translator .goog-te-gadget .goog-te-combo{
	min-height: 53px;
}*/
.trans-google #gtranslate_selector {
		border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    background-color: transparent;
    font-size: 15px;
    width: 146px;
    padding-left: 0px;
    background: url(https://www.palmdalewater.org/wp-content/uploads/2021/09/select-down.png) no-repeat;
    background-position: right 56% !important;
    outline: none;
}
.head-contact a:hover {
    background-color: #2f5acc !important;
    color: #fff !important;
    text-decoration: none !important;
}
.search-show{
	display:none;
}



/* Select Language style */

.gt_switcher {
	width: 120px !important;
	border-bottom: 4px solid #0E1738 !important;
	margin-left: 15px;
}
.gt_switcher .gt_selected {
    background: transparent !important;
}
.gt_switcher .gt_selected a {
	font-size: 14px !important;
	border: none !important;
	color: #0E1738 !important;
	padding: 12px 0px !important;
	width: 108px !important;
	font-weight: 600;
	margin-left: 0px !important;
	text-decoration: none !important;
}
.gt_switcher .gt_option {
	position: absolute !important;
	background-color: #EBF1FF !important;
    border-radius: 0px 0px 10px 10px;
	border-left: 3px solid #0059CC !important;
    border-right: 3px solid #0059CC !important;
    border-bottom: 3px solid #0059CC !important;
	text-decoration: none !important;
	width: 115px !important;
	max-height: 304px !important;
	padding-top: 7px;
	margin-top: 28px;
}
.gt_switcher .gt_option::before {
    content: '';
    position: absolute;
    top: 0px;
    height: 5px;
    width: 100%;
    background-color: #0fafcf;
    background: -webkit-linear-gradient(90deg, #0fafcf 0%, #002f6c 50%, #0e1738 100%);
    background: -moz-linear-gradient(90deg, #0fafcf 0%, #002f6c 50%, #0e1738 100%);
    background: -ms-linear-gradient(90deg, #0fafcf 0%, #002f6c 50%, #0e1738 100%);
    background: -o-linear-gradient(90deg, #0fafcf 0%, #002f6c 50%, #0e1738 100%);
    background: linear-gradient(90deg, #0fafcf 0%, #002f6c 50%, #0e1738 100%);
}
.gt_switcher .gt_option a {
	transition: none !important;
	padding: 6px 5px !important;
	margin: 0px !important;
	font-size: 14px !important;
	line-height: initial;
}
.gt_switcher .gt_option a:before {
	background: none !important;
}
.gt_switcher .gt_option a:hover {
    background: #0E1738 !important;
	color: #fff !important;
	text-decoration: none !important;
}
.gt_switcher .gt_selected a:hover {
    background: transparent !important;
    text-decoration: none !important;
}
.gt_switcher a img {
    display: none !important;
}
.gt_switcher .gt_option::-webkit-scrollbar-track {
	margin-bottom: 13px !important;
}
.gt_switcher .gt_selected a:after {
	background-image: url(/pwdtest/wp-content/uploads/2021/09/select-down.png) !important;
	width: 15px !important;
	background-size: auto !important;
	right: 5px !important;
	    top: 0;
}
.gt_switcher .gt_selected a:before {
	background: none !important
}
.gt_switcher .gt_selected a.open:after {
	transform: initial !important;
}


/*--------------------------------------------------------------
# medaiquery start
--------------------------------------------------------------*/

@media only screen and (min-width:768px) and (max-width:1023px){
	.customer-wave .top-wave {
		top: -110px;
		height: 122px;
	}
	.customer-wave .bottom-wave {
   		 top: 10px;
		height: 280px;
	}
	.trans-google{
		display:block;
	}
	.trans-google #gtranslate_selector {
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		background-color: transparent;
		font-size: 23px;
		padding-left: 0px;
		background: url('https://www.palmdalewater.org/wp-content/uploads/2021/09/select-down.png') no-repeat;
		background-position: right 56% !important;
		outline: none;
		width: 85%;
    	margin-top: -18px;
	}
	/*#site-navigation, .menu-right {
		display: none;
	}*/
	.home-bottom-bg{
		margin-bottom: 50px;
	}
	.menu-search {
		margin-top: 31px;
		/*margin-bottom: 100px;*/
		width: 95%;
		margin: 0 auto;
		display: inherit;
		margin-top: -7px !important;
	}
	form.menu-search label {
		color: #10193a;
		margin-left: 19px;
	}
	.menu-search input[type=text]{
		background-image: none !important;
	}
	.search-show .menu-search a.click-search-searchtext {
		border-bottom: none !important;
		padding: 0px !important;
		position: absolute;
		left: -21px;
		line-height: initial;
    	font-size: initial;
	}
	.menu-search button.btn {
		right: 11px;
		top: 67px;
		background-color: #0059cc;
		color: #fff;
		font-weight: 400;
		border-radius: 50px;
		padding: 9px 25px;
	}
	.submemu-extramenu .search-icon a.click-search {
		padding: 0px;
		border-bottom: none !important;
		margin-top: 0px;
	}
	.search-icon {
    	margin-top: -5px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.close-btn{
		width: 100%;
		height: 108px;
		background: #fff;
		z-index: 999;
		position: absolute;
	}
	.cd-dropdown-content a, .cd-dropdown-content ul a{
		padding: 14px 0px;
	}
	.cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content ul a {
		height: auto;
		line-height: initial;
		text-decoration: none;
	}
	.go-back a::after {
    	top: 25px !important;
	}
	.cd-secondary-dropdown li a {
		font-size: 20px;
		border-bottom: 3px solid #1dc9e1 !important;
		border-image: none !important;
		text-overflow: initial;
		word-break: break-word;
		line-height: initial;
		display: flex;
		padding: 20px 65px 20px 30px;
		align-items: center;
	}
	#cd-third-dropdown .menu-btn .re, .cd-dropdown-content .menu-btn .re {
		width: 232px;
		display: flex;
	}
	.site-logo {
		margin-left: 6px !important;
		margin-top: 5px !important;
	}
	#masthead{
		display: none;
	}
	body>header{
		display:block;
		z-index: initial;
    	background-color: transparent;
	}
	.site-branding {
		position: absolute;
	}
	.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo{
		z-index:9999;
	}
	.cd-dropdown-content, .cd-dropdown-content ul{
		padding-top: 145px;
	}
	.white-box p {
		font-size: 16px;
		margin-bottom: 60px !important;
	}
}

@media only screen and (min-width:1024px) and (max-width:1332px){
	.trans-google #gtranslate_selector {
    	font-size: 11px;
		width: 114px;
	}
	.gt_switcher {
		width: 94px !important;
		margin-left: 5px;
	}
	.gt_switcher .option {
		width: 90px !important;
	}
	.logo-col {
		width: 22%;
	}
	.menu-col {
		width: 48%;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    	font-size: 10px !important;
		padding: 0px 2px 0px 2px !important;
		margin-right: 1px;
    	margin-left: 1px;
	}
	.head-contact a{
		font-size: 9px;
		padding-right: 10px !important;
    	padding-left: 10px !important;
	}
	.search-icon a img {
		width: 35px;
	}
	.menu-right #google_language_translator .goog-te-gadget .goog-te-combo {
		font-size: 8px;
		width: 84px;
	}
	.menu-right {
    	margin-top: 21px;
	}
	.goog-te-gadget:after {
		top: 15px;
		height: 6px;
		width: 9px;
	}
		
}

@media only screen and (max-width:1300px) {
	.carousel-caption .h1-l {
		font-size: 50px;
		line-height: 60px;
	}
	.carousel-item img {
		width: 450px;
		height: 450px;
	}
	.carousel-caption {
		left: 46%;
	}
	.carousel-indicators {
		left: 46% !important;
	}
	.top-wave-bg {
		padding: 0px 0px;
	}
	.commit-box h3 {
		line-height: 28px;
		font-size: 18px;
	}
	.news-banner .carousel-item .img-content img {
		width: 330px;
		height: 220px;
	}
	.news-banner-container {
		padding-left: 45px;
	}
    .custome-select {
        width: 70%;
    }
	.img-content-style2 img {
		width: 305px;
		height: 218px;
	}
	.img-content-style2 .img-style .img-drop::after {
		top: -40px;
		left: 70px;
	}
	.flex-img-content-style .img-style .img-drop::after {
		top: -40px;
		left: 70px;
	}
	.img-drop-left .s-img::after {
		left: -1px;
	}
	.img-drop-right .s-img::after {
		left: 38px;
	}
	.video-bg .small-drop {
		right: -50px;
	}
	.light-water-drop {
		width: 490px;
    	height: 490px;
		margin: 0 auto;
	}
	.light-water-drop .drop-list {
		width: 380px;
	}
	.img-content-style3 img {
		width: 332px;
		height: 215px;
	}
	.img-content-style3 .img-style .img-drop::after {
		left: 170px;
	}
	.cascade-slider_item.prev {
		left: 13%;
		transform: translateY(-50%) translateX(50%) scale(0.5);
	}
}
@media only screen and (max-width:1200px) {
	
	.gray-box .arrow-link {
		font-size: 12px;
		max-width: 150px;
	}
}
@media only screen and (width:1024px) {
	.drop-shape-blue-s {
		width: 35px;
		height: 35px;
		left: -43px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){
.quick-links {
		padding: 25px 15px 15px 15px;
	}
	.quick-links h2 {
		font-size: 26px;
	}	
}
@media only screen and (min-width:768px) and (max-width:991px){
	.cust-bullet-section:after {
		content: '';
		position:absolute;
		z-index: -1;
    top: 303px;
    left: -40px;
		display: inline-block;
    width: 600px;
    height: 600px;
    border-top-left-radius: 0px;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #F3F8FF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
	}
	
	.light-water-drop {
		width: 560px;
    	height: 370px;
		margin: 0 auto;
		background-color: transparent;
	}
	.cust-billet-action-btns-mob {
		display: block;
		margin-left: 100px;
	}
}
@media only screen and (max-width:991px) {
	/*header#masthead {
		margin-bottom: -40px;
		position: absolute;
	}*/
	.section-gap {
		margin-bottom: 70px;
	}
	h5 {
		font-size: 20px;
		line-height: 32px
	}
	h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.primary-btn, .secondary-btn {
		margin-bottom: 20px;
	}
	.carousel-item img {
		width: 290px;
		height: 290px;
	}
	.carousel-item .img-content {
		height: 450px;
	}
	.carousel-caption .h1-l {
		font-size: 40px;
		line-height: 48px;
	}
	.carousel-caption {
		left: 40%;
		top: 20px !important;
	}
	.carousel-control-next,
	.carousel-control-prev {
		top: -115px;
	}
	.carousel-indicators {
		left: 40% !important;
		top: 10px !important;
	}
	.carousel-caption p {
		width: 100%;
	}
	.carousel-caption .subheading {
		font-size: 18px;
	}
	.quick-link-container {
		width: 75%;
	}
	.top-wave::before,
	.bottom-wave::before {
		min-height: 100px;
		background: linear-gradient(to right, #a0c9f5, #b0fd91);
	}
	.top-wave {
		top: -25px;
		height: 100px;
	}
	.bottom-wave {
		top: -84px;
		z-index: -1;
		height: 90px;
	}
	.top-wave-bg {
		padding: 0px;
	}
	.quick-links {
		height: 125px;
		margin-bottom: 20px;
	}
	.shadow-bottom {
		box-shadow: rgb(85 113 175) 0px 20px 30px -10px;
	}
	.shadow-top {
		box-shadow: rgb(85 113 175) 1px -11px 30px -10px;
	}
	.quick-links h2 {
		width: 78%;
		font-size: 22px;
	}
	.get-know {
		width: 100%;
		margin-top: 0px;
	}
	.primary-btn.mr-20 {
		margin-right: 3px !important;
	}
	.address-time p {
		font-size: 14px;
	}
	.drop-shape-bg {
		width: 200px;
		height: 200px;
	}
	.img-container {
		margin-bottom: 0px;
	}
	.img-container .b-img img {
		width: 248px;
		height: 180px;
	}
	.img-container .b-img {
		top: 56px;
		left: 43px;
	}
	.img-container .s-img {
		bottom: -78px;
		right: 19px;
	}
	.img-container .s-img::after {
		top: -13px;
		right: -14px
	}
	.img-container .s-img img,
	.img-container .s-img::after {
		width: 100px;
		height: 100px;
	}
	.see-wht .subheading {
		width: 83%;
	}
	.blue-box {
		min-height: 280px;
	}
	.see-wht {
		margin-top: 90px;
	}
	.m-auto {
		margin: 0 auto;
		margin-top: 0px !important;
	}
	.border-radius-bottom {
		border-radius: 10px 10px 100px 10px;
	}
	footer .contact-details {
		margin-top: 10px;
		margin-bottom: 30px !important;
	}
	.news-banner-container {
		padding-left: 40px;
	}
	.news-banner .carousel-item .img-content img {
		width: 240px !important;
		height: 170px !important;
		margin-left: 30px;
	}
	.news-img-style .img-drop::after {
		width: 170px;
		height: 170px;
		right: 20px;
	}
	.news-img-style .img-drop::before {
		left: -1px;
		width: 50px;
		height: 50px;
	}
	.news-banner .carousel-item .img-content {
		margin-top: 70px;
		height: auto;
		text-align: left;
	}

    .custome-select {
        width: 100%;
    }

	.contact-footer-bg {
		padding: 130px 0px 330px;
		top: 3px;
	}
	.contact-footer-wave {
		top:5px;
	}
	.map-drop .map::after {
		width: 360px;
		height: 360px;
	}
	.map-drop img,
	.map-drop iframe {
		width: 360px;
		height: 360px;
	}
	.contact-page-container .h1-l {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 24px !important;
		margin-top: 20px;
	}
	.contact-page-container .contact-details {
		margin-top: 450px;
		padding-left: 50px;
		width: 80%;
	}
	.contact-page-container .contact-details .mt-20 {
		margin-bottom: 20px;
	}
	.kbw-signature {
		width: 100% !important;
	}
	.drop-shape-blue-s {
		left: -12px;
	}
	.news-details-right .blue-box2,
	.news-details-right .white-box,
	.news-details-right .gray-box {
		padding: 20px 15px;
	}
	.news-details-right {
		margin-top: 10%;
		display: flex;
		width: 100%;
	}
	.news-details-right .gray-box .arrow-link {
		font-size: 13px;
	}


	.img-drop-left .s-img,
	.img-drop-right .s-img {
		width: 215px;
	}
	.img-drop-right .s-img img,
	.img-drop-left .s-img img {
		width: 190px;
		height: 190px;
	}
	.img-drop-right .s-img::after,
	.img-drop-left .s-img::after {
		width: 190px;
		height: 190px;
	}
	.img-drop-right .s-img::after {
		left: 23px;
	}
	.img-drop-left .s-img::after {
		left: -3px;
	}
	.video-bg .big-drop {
		width: 300px;
		height: 300px;
		bottom: -80px;
	}
	.video-bg .small-drop {
		width: 130px;
		height: 130px;
		top: -41px;
		right: -33px;
	}
	.img-content-style2 .img-style .img-drop::after {
		width: 210px;
		height: 210px;
		top: -40px;
		left: 95px;
	}
	.img-content-style2 img {
		width: 228px;
		height: 144px;
	}
	.flex-img-content-style .img-style .img-drop::after {
		width: 210px;
		height: 210px;
		top: -40px;
		left: 76px;
	}
	.flex-img-content-style img, .flex-img-content-style .img-drop {
		width: 228px;
		height: 144px;
	}
	.flex-img-content-style .img-style .img-drop::before {
		left: 38px;
    	bottom: -24px;
    	width: 35px;
    	height: 35px;
	}
	.s-drop1 {
		width: 30px;
    	height: 30px;
		top: -17px;
	}
	.s-drop2 {
		width: 20px;
    	height: 20px;
		left: 85px;
		bottom: -27px;
	}

	.img-content-style3 img {
		width: 214px;
		height: 170px;
	}
	.img-content-style3 .img-style .img-drop::after {
		left: 133px;
		width: 162px;
    	height: 162px;
	}

	.customer-banner-heading {
		margin-top: 0px;
		font-size: 36px;
		line-height: 44px;
	}
	.img-content-style4 {
		top: 20%;
	}
	.img-content-style4 .b-img2 img {
		width: 330px;
		height: 260px;
	}
	.img-content-style4 .drop-shape-bg-blue {
		width: 235px;
		height: 235px;
	}
	.border-radius-bottom2 {
		margin-top: 43%;
		height: 250px;
	}
	.img-content-style5 {
		top: 25%;
		position: relative;
	}
	.gray-box .arrow-link {
		font-size: 12px;
	}
	.center-box {
		justify-content: center;
	}
	.center-box .mb-30 {
		margin-bottom:30px !important;
	}
	.center-box .mb-30:last-child {
		margin-bottom:0px !important;
	}
	.check-out {
		margin-top: -90px;
	}
	.light-blue-wave-shadow {
		height: 80px;
	}
	
	.gallery-bg {
		height: 400px;
	}
	.cascade-slider_container {
		height: 325px;
	}

	.cascade-slider_item.prev {
		left: -11%;
		transform: translateY(-50%) translateX(50%) scale(0.4);
	}

	.pwd-accordion {
		width: 100%;
	}
	.pwd-accordion .accordion-button {
		padding-right: 55px;
	}
	.bio-content {
		margin-bottom: 70px !important;
	}
	
	#facebook_feed {
		display: block !important;
	}
	.cust-bullet-section {
		width:70%;
		margin: 0 auto;
		position:relative;
	}
	
	.cust-billet-action-btns-mob {
		display: block;
	}
	.cust-billet-action-btns {
		display: none;
	}
	.gray-box .arrow-link {
		max-width: 150px;
	}
}
@media only screen and (max-width:767px) {
	.site-logo .custom-logo {
		margin-left: 10px !important;
	}
	.trans-google{
		display:none;
	}
	.menu-search {
		margin-top: 31px;
		/*margin-bottom: 100px;*/
		width: 95%;
		margin: 0 auto;
		display: inherit;
		margin-top: -7px !important;
	}
	form.menu-search label {
		color: #10193a;
		margin-left: 19px;
	}
	.menu-search input[type=text]{
		background-image: none !important;
	}
	.search-show .menu-search a.click-search-searchtext {
		border-bottom: none !important;
		padding: 0px !important;
		position: absolute;
		left: -21px;
	}
	.menu-search button.btn {
		right: 11px;
		top: 67px;
		background-color: #0059cc;
		color: #fff;
		font-weight: 400;
		border-radius: 50px;
		padding: 9px 25px;
	}
	.submemu-extramenu .search-icon a.click-search {
		padding: 0px;
		border-bottom: none !important;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.search-icon {
    	margin-top: 2px;
		margin-left: 20px;
	}
	.close-btn{
		width: 100%;
		height: 76px;
		background: #fff;
		z-index: 999;
		position: absolute;
	}
	header > .site-logo {
		margin-left: 0 !important;
	}
	.site-logo{
		margin-left: 6px !important;
	}
	section.banner {
		padding-top: 0px;
		margin-top: -117px;
	}
	 /*.menu-right, #site-navigation{
		display:none;
	}*/
	#masthead{
		display:none;
	}
	.site-branding {
		position: absolute;
	}
	body>header{
		display:block;
		z-index: initial;
    	background-color: transparent;
	}
	h1 {
		font-size: 30px;
		line-height: 38px;
	}
	h2 {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 20px !important;
	}
	.list-style,
	.order-list {
		margin-left: 35px !important;
	}
	.primary-btn,
	.secondary-btn {
		min-width: 100%;
		margin-bottom: 20px;
	}
	.section-gap {
		margin-bottom: 40px;
	}
	.banner .carousel {
		top: 0px;
        margin-bottom: 60px;
	}
	.carousel-item img {
		display: none;
	}
	.carousel-caption {
		position: relative;
		top: 15px !important;
		left: 0px;
		padding-top: 0px;
	}
	.carousel-caption .h1-l {
		font-size: 40px;
		line-height: 54px;
	}
	.carousel-caption p {
		width: 100%;
		margin-bottom: 15px;
	}
	.carousel-caption .primary-btn {
		min-width: 160px;
	}
	.carousel-indicators {
		left: 0 !important;
		bottom: 25px !important;
		top: auto !important;
		justify-content: center;
	}
	.carousel-control-prev-icon {
    	background-image: url(/pwdtest/wp-content/uploads/2021/09/slider-left-arrow.png) !important;
	}
	.carousel-control-next, .carousel-control-prev {
		top: 150px;
	}
	.carousel-item .img-content {
		height: auto;
	}
	.carousel-item {
		padding-bottom: 90px;
	}
	.carousel-control-next,
	.carousel-control-prev {
		width: 15% !important;
		align-items: flex-end;
		bottom: 12px;
		z-index: 16;
	}
	.carousel-control-next {
		right: 22px;
	}
	.carousel-control-prev {
		left: 22px;
	}
	.top-wave-bg {
		padding: 30px 0px 10px;
	}
	.top-wave {
		top: -50px;
	}
	.bottom-wave {
		top: -63px;
	}
	.img-container {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 140px;
		top: 0;
	}
	.shadow-bottom,
	.shadow-top {
		box-shadow: none;
	}
	.quick-link-container {
		width: 100%;
	}
	.quick-links,
	.quick-links.mb-0 {
		margin-bottom: 20px !important;
	}
	.quick-links h2 {
		width: 78%;
	}
	.border-radius-bottom {
		margin-top: 20px;
	}
	.m-auto {
		margin-top: 0px !important;
	}
	.get-know {
		width: 100%;
		margin-top: 30px;
	}
	.get-know .address-time {
		padding-left: 15px;
		width: 165px;
		margin-left: 40px;
		margin-bottom: 30px;
		position: relative;
	}
	.get-know .address-time::before {
		content: '';
		position: absolute;
		left: 0;
		width: 4px;
		height: 100%;
		background: linear-gradient(to bottom, #0FAFCF, #002F6C, #0E1738);
	}
	.address-time p:last-child {
		margin-bottom: 0px !important;
	}
	.see-wht {
		margin-top: 50px;
	}
	.see-wht .subheading {
		width: 100%;
	}
	.blue-box {
		margin-bottom: 0px;
		min-height: auto;
	}
	.blue-box a {
		position: initial;
	}
	.drop-shape-bg {
		width: 200px;
		height: 200px;
	}
	.img-container .b-img {
		top: 48px;
		left: 48px;
	}
	.img-container .b-img img {
		width: 240px;
		height: 180px;
	}
	.img-container .s-img {
		right: 14px;
		bottom: -93px;
	}
	.img-container .s-img img {
		width: 120px;
		height: 120px;
	}
	.img-container .s-img::after {
		width: 120px;
		height: 120px;
		top: -19px;
		right: -10px;
	}
	
	.img-content-style4 {
		top: 5%;
	}
	.home-gradient-bg::before {
		background: linear-gradient(to bottom, #e3f9e3 0%, #d7e5fb 70%);
	}
	.home-gradient-bg {
		padding-bottom: 50px;
	}
	.home-bottom-bg {
		height: 250px;
		margin-bottom: 16px;
		margin-top: 80px;
	}
	.home-bottom-bg .footer-wave {
		bottom: -18px;
	}
	.home-bottom-bg::after {
		height: 90px;
	}
	footer.bg-footer {
		padding: 25px 0px 50px;
	}
	.footer_link_box {
		margin-top:20px !important;
	}
	.footer-img {
		flex-wrap: wrap;
	}
	.footer-img img {
		margin-bottom: 20px;
		margin-right: 10px;
	}
	.footer-img .widget_media_image img {
		width: 78% !important;
	}
	.footer-img div:first-child {
		width: 100%;
	}
	.footer-img div:first-child .widget_media_image img {
		width: 15% !important;
	}
	footer .contact-details {
		margin-top: 15px;
	}
	
	footer .contact-details {
		margin-bottom: 30px !important;
	}
	.bg-footer .f-m-t {
		margin-top: 0px;
	}
	.footer-fb-icon {
		margin-top: 25px;
	}
	.footer-wave {
		height: 50px;
	}
	footer.bg-footer .subscribe-title,
	footer.bg-footer .customer-care {
		margin-top: 10px;
	}
	footer.bg-footer .secondary-btn {
		min-width: 160px;
	}
	
	.botttom-footer-links ul li {
		justify-content: center;
		margin-bottom: 5px;
	}
	.botttom-footer-links ul {
		flex-wrap: wrap;
	}
	.botttom-footer-links ul li a {
		font-size: 16px;
		padding: 0px 7px;
	}
	.news-banner {
		padding: 0px 0px 30px;
	}
	.news-banner-container {
		padding-left: 15px;
	}
	.news-banner .carousel-item .img-content {
		display: none;
	}
	.news-banner .carousel-indicators {
		left: 0 !important;
		bottom: 25px !important;
		top: auto !important;
		position: absolute;
		justify-content: center;
	}
	.news-banner .carousel-caption .primary-btn {
		min-width: 100%;
	}

    .custome-select {
        width: 100%;
        flex-direction: column;
		align-items: center;
		justify-content: center;
    }
    .custome-select .f-year {
        margin-top: 20px;
    }
	.custome-select .f-type, .custome-select .f-year {
		margin-right: 0px;
	}
	.social {
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}
	.blue-box2 .details {
		margin-bottom: 100px !important;
	}
	.blue-box2 .link-section .arrow-link {
		margin-bottom: 4px !important;
	}
	.img-map {
		display: none;
	}
	
	.light-water-drop {
		width: 100%;
		height: 570px;
		border-top-right-radius: 30%;
    	border-bottom-left-radius: 22%;
    	border-bottom-right-radius: 22%;
	}
	.light-water-drop .drop-list {
		width: 220px;
	}
	.contact-page-container .contact-details {
		margin-top: 43px;
		position: relative;
		padding-left: 60px;
	}
	.contact-footer-bg {
		padding: 0px 0px 0px;
	}
	.contact-footer-wave::before {
		bottom: -126px;
	}
	.contact-page-container .h1-l {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 30px !important;
		margin-top: 5px;
	}
	.contact-page-container .custome-textarea {
		width: 100% !important;
	}
	.sub-btn input[type=submit] {
		width: 100%;
	}
	.kbw-signature {
		width: 100% !important;
	}
	.drop-shape-blue-s {
		left: 0;
	}
	.box-position {
		position: relative;
		top: -80px;
	}
	.white-box p {
		margin-bottom: 10px !important;
	}
	.white-box a {
		position: initial;
	}
	
	.sub-btn .primary-btn {
		min-width: 100%;
	}
	.news-details-right {
		margin-top: 10%;
		width: 75%;
	}
	.news-details-right .blue-box2 {
		width: 100%;
	}
	.social-share {
		justify-content: flex-start;
	}
	.author-name .date {
		padding-left: 20px;
		display: block;
	}
	.author-name .date::before {
		left: 0;
	}
	.news-details-right .gray-box {
		margin-top: 30px !important;
		width: 100%;
	}
	.bio-content {
		margin-bottom: 50px !important;
	}
	.video-bg .big-drop {
		width: 200px;
		height: 200px;
		bottom: -54px;
		left: -33px;
	}
	.video-bg .small-drop {
		width: 80px;
		height: 80px;
		top: -24px;
		right: -15px;
	}
	.img-drop-right,
	.img-drop-left {
		margin-bottom: 30px !important;
	}
	.img-drop-right .s-img img,
	.img-drop-left .s-img img {
		width: 210px;
		height: 210px;
	}
	.img-drop-right .s-img::after,
	.img-drop-left .s-img::after {
		width: 210px;
		height: 210px;
	}
	.img-drop-right .s-img::after {
		bottom: -15px;
		left: 18px;
	}
	.img-drop-left .s-img::after {
		left: -11px;
	}
	.img-content-style2 {
		margin-top: 80px;
		margin-bottom: 30px !important;
		height: auto;
	}
	.img-content-style2 img {
		width: 220px;
		height: 150px;
	}
	.img-content-style2 .img-style .img-drop::after {
		width: 210px;
		height: 210px;
		top: -32px;
		left: 114px;
	}
	
	
	.flex-img-content-style {
		margin-top: 45px;
		margin-bottom: 70px !important;
		height: auto;
	}
	.flex-img-content-style img, .flex-img-content-style .img-drop {
		width: 250px;
		height: 150px;
		left: -20px;
	}
	.flex-img-content-style .img-style .img-drop::before {
		left:-5px;
		width: 50px;
    	height: 50px;
	}
	.s-drop1 {
		width: 30px;
    	height: 30px;
		top: -17px;
	}
	.s-drop2 {
		left: 55px;
	}
	.flex-img-content-style .img-style .img-drop::after {
		width: 210px;
		height: 210px;
		top: -32px;
		left: 75px;
	}
	.img-content-style3 {
		display: none;
	}

	.img-content-style4 .b-img2 img {
		width: 240px;
   		height: 250px;
	}
	.img-content-style4 .drop-shape-bg-blue {
		width: 250px;
		height: 250px;
	}
	.border-radius-bottom2 {
		width: 380px;
		height: 260px;
		margin-bottom: 20px;
	}
	.img-content-style5 img {
		margin-bottom: 20px !important;
	}
	.gray-box {
		width: 75%;
		margin: 0 auto;
	}
	.customer-wave .top-wave::before {
		bottom: -14px;
		min-height: 100px;
	}
	.customer-wave .top-wave {
		top: -58px;
		height: 60px;
	}
	.customer-wave .bottom-wave {
		top: 99%;
   		height: 60px;
	}
	.customer-wave .middle-bg {
		background-color: #002f6c;
		background: -webkit-linear-gradient(to right, #0e1738 14%, #002f6c 100%);
		background: -moz-linear-gradient(to right, #0e1738 14%, #002f6c 100%);
		background: -ms-linear-gradient(to right, #0e1738 14%, #002f6c 100%);
		background: -o-linear-gradient(to right, #0e1738 14%, #002f6c 100%);
		background: linear-gradient(to right, #0e1738 14%, #002f6c 100%);
		width: 100%;
	}
	.cust-wave-top {
		margin-top: 40px !important;
	}
	.cust-billet-action-btns-mob {
		display: block;
	}
	.img-content-style5 {
		top: 0px;
		position: inherit;
	}
	.border-radius-bottom2 {
		margin-top: 0;
	}
	.post-page-content ul, .post-page-content ol, .normal-banner ul, .normal-banner ol {
		margin-left: 35px !important;
	}
	#gform_submit_button_3 {
		width: 100%;
	}
	
	.gallery-bg {
		height: 280px;
	}

	.cascade-slider_container {
		height: 200px;
	}
	.cascade-slider_item.prev {
		left: -99%;
		transform: translateY(-50%) translateX(50%) scale(0);
	}
	.cascade-slider_item.next {
		transform: translateY(-50%) translateX(-150%) scale(0);
	}
	.cascade-slider_item.now img {
		border-radius: 50px 10px 50px 10px;
	}
	.flex-btns {
		display: none;
	}	
	.footer-img div {
		margin-bottom: 20px !important;
	}
	.d-c-details {
		display: none
	}
	.m-c-details {
		display: block;
		margin-top: 90px !important;
	}
	.gray-box .arrow-link {
		max-width: initial;
	}
}
@media only screen and (max-width:425px) {
	.botttom-footer-links ul li:nth-child(2)::after {
		display: none;
	}
	.blue-box2 {
		width: 80%;
		margin: 0 auto;
	}
	.footer-img img {
		max-width: 100% !important;
	}
	.img-content-style4 .b-img2 img {
		height: 300px;
		width: 300px;
	}
	.img-content-style4 .b-img2 {
   		top: 30px;
	}
}

@media only screen and (max-width: 375px) {
	.light-water-drop {
		width: 355px;
	}
	.img-content-style4 .b-img2 img {
		height: 255px;
		width: 300px;
	}
}
@media only screen and (max-width: 320px) {
	.light-water-drop {
		width: 300px;
	}
}

.entry-header > *, .post-thumbnail > *, .page-content > *, .comment-content > *, .widget > * {
	margin-top: 0px !important;
}


.head-last-clm{
	text-align:right
}
#mega-menu-wrap-primary #mega-menu-primary{
	text-align:right !important;
}
.header-space-lr {
	padding-left: 15px;
    padding-right: 15px;
}
.logo-col {
	width:20%;
}
.menu-col{
	width:50%;
}
.login-col{
	width:30%;
}



@media only screen and (min-width:1024px) and (max-width:1212px){
	.site-logo .custom-logo {
		width: 218px !important;
	}
}
@media only screen and (min-width:1024px) and (max-width:1212px){
	
}
@media only screen and (min-width: 769px) {
#mega-menu-wrap-primary {
    background: transparent !important;
}
	}
.calendar-modal p {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	font-size: 12px;
    font-weight: 700;
}
.calendar-modal .calendar-heading {
	margin-top: 10px !important;
	opacity: .5;
	margin-bottom: 7px !important;
}
.calendar-modal .modal-header .h4 {
	margin-bottom: 0px !important;
}
.calendar-modal .h5 {
	margin-bottom: 20px !important;
    line-height: 10px;
}
.calendar-modal .modal-lg {
max-width: 960px;
    width: 100%;
    min-height: 100%;
    display: block;
    margin: 0 auto;
}


.calendar-day{
	position: relative;
}
.popover {
    position: absolute;
    top: -30px;
    left: 40px;
    z-index: 99;
    display: none;
    min-width: 276px;
    padding: 5px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    padding: 10px;
    margin-top: 30px;
    border-radius: 8px;
    color: #0c0c0c;
    border: 2px solid #898b87;
    box-shadow: 1px 11px 20px 5px rgb(14 30 84 / 39%);
    box-shadow: rgb(14 30 84 / 21%) 2px 2px 10px 0px;
}
.popover-heading{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}

.click-search-searchtext