@charset "utf-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #5B5B5B;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
  background: #ffffff;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.text-center { text-align: center; }
.text-right { text-align: right; }
.break-word {
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}
p {margin: 0 0 20px;}
.list-unstyled {
	list-style: none;
	padding: 0;
}
.list-unstyled li {
	display: block;
	margin: 0;
}
.list-inline {
	list-style: none;
	padding: 0;
}
.list-inline li {
	display: inline-block;
	margin: 0;
}
.list-inline li:not(:last-child) {margin-right: 20px;margin-bottom: 20px;}
ul, ol {
  margin: 0 0 20px;
}
ul *, ol * {
  vertical-align: top;
}
li {
	margin: 0 0 7px;
}
td, th {
	margin: 0 0 20px;
}
a {
  color: #35A7FF;
  text-decoration: none;
}
a:hover, a:focus {
	color: #206ba5;
}
a img {
  border: none;
}

h1, .h1-style {

}
h1 small, .h1-style small {

}
h2 {
	color: var(--main-color, #083E57);
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 30px;
}
h2 small {

}
h3 {
	color: var(--main-color, #083E57);
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 30px;
}
h4 {
	color: var(--main-color, #083E57);
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 30px;
}

.photo-card {
  width: 100%;
  height: auto;
  background: #f7f9fc;
  border-radius: 30px 0;
  box-shadow: 30px 30px 0 -19px rgba(8, 62, 87, 0.09);
  overflow: hidden;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.scroll > .container,
.scroll > .container-lg {
  opacity: 0;
}
.scroll.ready > .container,
.scroll.ready > .container-lg {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/
.menu {
  display: block;
  position: relative;
  top: 0!important;
  z-index: 11;
  padding: 0;
  transition: all .4s ease;
  background: white;
}
.menu.ready {
  opacity: 1;
  animation: fadeInDown .6s both;
}
.menu.actived {
  padding: 10px 20px;
  box-shadow: 0 0 12px rgb(0 0 0 / 8%);
}
.menu.behaved {
  background-color: transparent;
  overflow: hidden;
  box-shadow: none;
  box-shadow: none!important;
  margin: 0;
  position: absolute;
}
.customize-support .menu {
	top: 31px;
}
.menu > .container {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.menu.behaved > .container:after {
	display: none;
}
.menu.home > .container {
	align-items: start;
}
.menu.behaved > .container {
  position: static;
}
.customize-support .menu.home {
  top: 32px;
}
.menu.actived:before {
  top: -43px;
}
.menu.actived:behaved {
  top: -200px;
}
.menu .mobile-nav {}
.menu .mobile-nav ul {
	margin: 0 0;
}
.menu .mobile-nav ul li:not(:last-child) {
	margin-right: 23px;
}
.menu > div .navigation {
  display: block;
  background: none;
  color: #fff;
  background: #083e57;
  border-radius: 6px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1em;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  float: right;
  width: 53px;
  height: 50px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu > div .navigation:hover, .menu > div .navigation:focus {
  text-decoration: none;
}
.menu.actived > div .navigation {
 margin: 23px 0;
 margin-right: 36px;
}
.menu.behaved > div .navigation {
  color: #fff;
  margin: 0 0;
  margin-right: 0;
  top: 0;
  width: 53px;
}
.menu.behaved > div .navigation:hover {
	color: #fff;
}
.menu > div a.navigation > .txt {
	position: absolute;
	right: 100%;
	top: 5px;
	margin-right: 6px;
}
.menu > div a.navigation > .txt:before {
  content: 'Menu';
  font-size: 14px;
  font-weight: 600;
  color: transparent;
  letter-spacing: 0;
  position: relative;
  text-transform: capitalize;
  top: 11px;
  margin-right: 5px;
}
.menu.behaved > div a.navigation > .txt:before {content: 'Close';color: transparent;}
.menu > div a.navigation > .bar {
  position: absolute;
  left: 11px;
  width: 32px;
  height: 4px;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -moz-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -ms-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -o-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  transition: top .3s ease, transform .4s ease, opacity .3s ease;
}
.menu.actived > div a.navigation > .bar {}
.menu.behaved > div a.navigation > .bar {
  background-color: #17875A
  width: 17px;
}
.menu > div a.navigation > span:first-child {
  top: 14px;
}
.menu > div a.navigation > span:nth-child(2) {
  top: 23px;
}

.menu > div a.navigation > span:nth-child(3) {
  top: 32px;
}
/*
.menu > div a.navigation:hover > span:first-child {
  top: -2px;
}
.menu > div a.navigation:hover > span:nth-child(3) {
  top: 18px;
}
*/
.menu > div a.navigation.behaved > span:first-child {
  top: 23px;
  transform: rotate(135deg);
}
.menu > div a.navigation.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.navigation.behaved > span:nth-child(3) {
  top: 23px;
  transform: rotate(-135deg);
}
.menu .logo-nav {
  position: relative;
  display: block;
  max-width: 450px;
  transition: all .3s ease;
}
.menu.behaved .logo-nav {
	max-width: 190px;
}
.menu .logo-nav img.mobile-nav {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.menu .logo-nav:hover { opacity: .9!important }

.menu .logo-nav img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu.actived .logo-nav {
}
.menu.behaved .logo-nav img {
 opacity: 1;
}
.menu.behaved .logo-nav .mobile-nav {
 opacity: 1;
}
.menu.behaved .social-nav {
  opacity: 0;
}
.menu > div {
  position: relative;
  padding: 30px 20px;
  max-width: 1340px;
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}


.menu .collapse-menu > li > ul {
  /* display: none; */
  background: #ffff;
  backdrop-filter: blur(2px);
  box-shadow: 0px 6px 10px 0px rgba(6, 28, 24, 0.15), 0px 3px 3px -5px rgba(6, 28, 24, 0.20);
  position: absolute;
  top: 100%;
  left: -8px;
  right: unset;
  z-index: 5;
  padding: 0;
  width: 250px;
  margin-top: 0!important;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all .3s ease;
  display: block;
  border-radius: 8px;
}
.menu .collapse-menu > li > ul:focus-within,
.menu .collapse-menu > li:hover > ul {
	padding: 7px 0;
	opacity: 1;
	margin-top: 0!important;
	height: auto;
	/* display: block!important; */
}
.menu .collapse-menu > li > ul > li {
  display: block;
  padding: 0;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  text-align: left;
  text-transform: capitalize;
  margin: 0 0!important;
}
.menu .collapse-menu > li > ul > li:hover {
	background-color: #fff
}
.menu .collapse-menu > li > ul > li a {
  display: block;
  position: relative;
  color: var(--main-color, #083E57);
  text-shadow: none;
  padding: 10px 18px!important;
  border-bottom: solid 0px transparent;
}
.menu .collapse-menu > li > ul > li a:hover {
  color: var(--main-color, #083E57);
}
.menu .collapse-menu > li > ul > li a:focus {
  color: #002C7E;
  text-decoration: none;
}
.menu .collapse-menu > li > ul > li.current-menu-item a {
  color: var(--main-color, #083E57);
}
.menu .collapse-menu > li > ul > li a:before,
.menu .collapse-menu > li > ul > li a:after {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  position: relative;
  top: 4px;
  transition: all .3s ease;
  opacity: 0;
  font-size: .8em;
}
.menu .collapse-menu > li > ul > li a:before {
  left: 0;
  position: absolute;
  top: 12px;
}
.menu .collapse-menu > li > ul > li.current-menu-item a:before {
  opacity: 1;
  left: 6px;
}
.menu .collapse-menu > li > ul > li a:after {
  margin-left: 0;
  background: none;
  background: none!important;
}
.menu .collapse-menu > li > ul > li:not(.current-menu-item) a:not(:focus):hover:after {
  opacity: 1;
  margin-left: 4px;
  background: none;
}
.menu .collapse-menu {
	width: 100%;
	margin: 0;
	gap: 0;
	display: flex;
	justify-content: end;
}
.menu .collapse-menu:not(.btns-nav) {
	padding: 0;
}
.menu .collapse-menu li {
	position: relative;
	margin: 0;
	color: var(--main-color, #083E57);
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.menu .collapse-menu li:not(:last-child) {margin-right: 5px;}
.menu .collapse-menu li .fal {
	margin-top: 5px;
	margin-left: 3px;
	font-size: .6em;
}
.menu .collapse-menu:not(.btns-nav) li a {
	display: inline-block;
	position: relative;
	color: var(--main-color, #083E57);
	padding: 10px;
}
.menu .collapse-menu li.current-menu-item > a,
.menu .collapse-menu li.current-page-ancestor > a {
	color: var(--main-color, #083E57);
	background: none;
}
.menu .collapse-menu li strong {
	margin-right: 5px
}
.menu .collapse-menu li:hover a,
.menu .collapse-menu li:focus a,
.menu .collapse-menu li a:hover,
.menu .collapse-menu li a:focus {
	color: var(--main-color, #083E57);
	text-decoration: none;
}
.menu .collapse-menu  li a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: unset;
  right: 0;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: all .3s ease;
}
.menu .collapse-menu  li.current-menu-item > a:after,
.menu .collapse-menu  li.current-page-ancestor > a:after,
.menu .collapse-menu  li:hover a:after,
.menu .collapse-menu  li:focus a:after{
 left: 0;
 right: unset;
 width: 100%;
 background-color: var(--main-color, #083E57);
}

.menu .collapse-menu.btns-nav > li {
	color: var(--main-light, #35A7FF);
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.menu .collapse-menu.btns-nav > li:not(:last-child) {margin-right: 5px;}
.menu .collapse-menu.btns-nav > li > a {
	color: var(--main-light, #35A7FF);
	transition: all .3s ease;
	display: block;
	line-height: 1.2em;
	padding: 10px;
}
.menu .collapse-menu.btns-nav > li.current-menu-item > a,
.menu .collapse-menu.btns-nav > li.current-page-ancestor > a {
	color: var(--main-light, #35A7FF);
}
.menu .collapse-menu.btns-nav > li:hover > a,
.menu .collapse-menu.btns-nav > li:focus > a,
.menu .collapse-menu.btns-nav > li > a:hover,
.menu .collapse-menu.btns-nav > li > a:focus {
	color: var(--main-light, #35A7FF);
}
.menu .collapse-menu.btns-nav > li:hover > a:after,
.menu .collapse-menu.btns-nav > li:focus > a:after,
.menu .collapse-menu.btns-nav > li > a:hover:after,
.menu .collapse-menu.btns-nav > li > a:focus:after {
	background-color: var(--main-light, #35A7FF);
}
.menu .collapse-menu.btns-nav.btns-nav  li.current-menu-item > a:after,
.menu .collapse-menu.btns-nav  li.current-page-ancestor > a:after,
.menu .collapse-menu.btns-nav  li:hover a:after,
.menu .collapse-menu.btns-nav  li:focus a:after{
 left: 0;
 right: unset;
 width: 100%;
 background-color: var(--main-light, #35A7FF);
}

.navigation-overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -105px;
  bottom: 0;
  width: 100%;
  padding: 152px 20px 50px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: right .6s ease;
  border: none;
  background: linear-gradient(0deg, #1A313D 0%, #1A313D 100%), rgba(255, 255, 255, 0.78);
}
.navigation-overlay.behaved {
  right: 0;
}

.navigation-overlay > ul {
  opacity: 0;
  margin: 0;
  padding: 0;
}
.navigation-overlay.behaved > ul {
  opacity: 1;
}
.navigation-overlay > ul > li {margin-bottom: 18px!important;}
.navigation-overlay > ul > li > a {
	background: none;
	color: #EBF5EE;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
}
.navigation-overlay > ul > li > a span {
	border-bottom: solid 2px transparent;
}
.navigation-overlay > ul > li > a:hover {
	color: #EBF5EE;
}
.navigation-overlay > ul > li > a:focus {
  color: #EBF5EE;
  text-decoration: none;
}
.navigation-overlay > ul > li > a:focus span {
  border-color: #EBF5EE;
}
.navigation-overlay > ul > li > a i {
	/* float: right; */
}
.navigation-overlay > ul > li.current-menu-item > a,
.navigation-overlay > ul > li.current-menu-ancestor > a {
  text-decoration: none;
  color: #EBF5EE;
}
.navigation-overlay > ul > li.current-menu-item > a > span,
.navigation-overlay > ul > li.current-menu-ancestor > a > span {
	border-color: transparent
}
.navigation-overlay > ul > li ul {
  display: block;
  border-left: solid 2px #EBF5EE;
  padding-left: 23px;
  margin-left: 17px;
  margin-top: 12px;
  margin-bottom: 10px;
}


.navigation-overlay > ul > li > ul li {margin-bottom: 11px!important;}
.navigation-overlay > ul > li > ul li a {
  text-transform: capitalize;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  color: #fff;
  background: none;
}
.navigation-overlay > ul > li > ul li a span {
	border-bottom: solid 2px transparent;
}
.navigation-overlay > ul > li > ul li a:hover {
  text-decoration: none;
  color: #0e385e;
}
.navigation-overlay > ul > li > ul li a:focus {
  text-decoration: none;
  color: #0e385e;
}
.navigation-overlay > ul > li > ul li a:focus span {
	border-color: #0e385e;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a {
  text-decoration: none;
  color: #fff;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a span {
	border-color: transparent;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a:before {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  position: relative;
  top: 9px;
  margin-right: 5px;
  font-size: .7em;
}
.navigation-overlay > ul > li > a .fal  {
	display: none
}
#menu-top-primary-1 {
	border-top: solid 1px #35A7FF;
	padding: 30px 0 0;
 	margin: 30px 0 0;
}
#menu-top-primary-1 li:nth-last-child(2),
#menu-top-primary-1 li:last-child {
	display: inline-block;
	margin: 0 5px!important;
}
#menu-top-primary-1 li a {
	color: var(--main-light, #35A7FF);
}

body.behaved {
  overflow: hidden;
}
body.actived {
  overflow: hidden;
}
.page {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1200px) {
	.menu .logo-nav {
		max-width: 250px
	}
}
@media screen and (min-width: 992px) {
  /*============== TOP ================*/
  .menu .navigation,
  .menu .mobile-nav,
  .navigation-overlay {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
	.menu > .container:after {
		width: calc(100% - 40px);
	}
	.menu > .container {
		padding: 20px 20px;
		align-items: center;
		gap: 20px;
	}
	.menu.home > .container {
		padding: 30px 50px;
	}
  .menu .desktop-navs { display: none }
  h1 > span, .h1-style > span { font-size: 16px }
  /*============== TOP ================*/
  body.actived {
    overflow: auto !important;
  }
  .menu {top: 0;padding: 0;}
  .menu.actived {
    background: #fff;
    padding: 5px 2vw;
}
  .menu.behaved,
  .menu.behaved:before {
    background-image: none;
    border: transparent;
    background: #fff;
  }
  .menu.behaved:after {
	background-color: transparent;
  }
  .menu > div .navigation {
  }
  .menu.actived > div .navigation {
    margin: 0;
    margin-right: 0px;
  }
  .menu .services-menu,
  .menu .bottom {
    display: none;
  }
  .menu .logo-nav {
  max-width: 226px;
  }
  .menu.actived .logo-nav {
  top: 4px;
  font-size: 49px;
  max-width: 105px;
  }
}
@media screen and (max-width: 650px) {
  .menu.home > .container {
		padding: 30px 20px;
	}

  /*============== TOP NAV ================*/
  /*.menu div > a > .txt {
    display: none;
  }*/
  .menu.behaved > div .navigation {
  	/* width: 24px; */
  	padding: 0;
  	margin-right: 0;
  }
  .navigation-overlay > ul > li > a {
  }
  .navigation-overlay > ul > li > ul > li a {
  }
  .menu .donate {
    top: 7px
  }
  .menu.actived .donate {
    top: 1px
  }
}
@media screen and (max-width: 910px) {
  .customize-support .menu.home, .customize-support .menu.actived{
    top: 32px;
  }
  .customize-support .navigation-overlay,
  .customize-support .menu.actived + .navigation-overlay {
    /* margin-top: 34px; */
  }
}
@media screen and (max-width: 782px) {
  .customize-support .menu.home, .customize-support .menu.actived{
    top: 46px;
  }
  .customize-support .navigation-overlay,
  .customize-support .menu.actived + .navigation-overlay {
    /* margin-top: 46px; */
  }
}
@media screen and (max-width: 600px) {
  .customize-support .menu.home {
    top: 46px;
  }
  .customize-support .menu.actived {
    top: 0;
  }
  .customize-support .navigation-overlay {
    /* margin-top: 46px; */
  }
  .customize-support .menu.actived + .navigation-overlay {
    margin-top: 0;
  } 
}
@media (max-width: 370px) {
	.menu .mobile-nav ul li:not(:last-child) {
		margin-right: 5px;
	}
}

/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.btn-primary {
  color: #ffffff;
  background: var(--main-light, #35A7FF);
}

.btn-primary:hover {
  background: #067fda;
  color: #fff;
}

.btn-outline {
  background: #ffffff;
  border-color: var(--main-light, #35A7FF);
  color: var(--main-light, #35A7FF);
}

.btn-outline:hover {
  border-color: #067fda;
  color: #067fda;
}

.btn-small {
  padding: 8px 20px;
  font-size: 13px;
}

/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
.gform_wrapper.gravity-theme .gf_progressbar_blues {
	border-radius: 0;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blues {
    background: linear-gradient(270deg, #77a046 0, #9CD25B 100%);
    color: #fff;
	border-radius: 0;
}
.section-white .gform_wrapper {
	max-width: 922px;
	margin: auto;
}
.section-white .gform_wrapper form {
}
.gform_legacy_markup_wrapper {
	margin-top: 0!important;
}
label {
  display: block;
  text-align: left;
  font-size: 18px!important;
  font-style: normal!important;
  font-weight: 700!important;
  line-height: normal!important;
  margin: 10px 0!important;
  margin-bottom: 0;
  text-transform: unset;
  color: var(--gray, #5B5B5B)!important;

/* form-label */
  font-family: Montserrat;
}
input[type='text'], 
input[type='email'], 
input[type='tel'], 
input[type='url'], 
input[type='password'], 
input[type='number'], 
input[type='date'], 
textarea, 
select {
  font-family: "montserrat", sans-serif;
  width: 100%;
  height: 50px;
  border-radius: 0;
  padding: 0 10px;
  color: var(--gray, #676767);
  font-size: 16px!important;
  background: #FFF;
  border-radius: 5px;
  border: 1px solid var(--gray2, #E9EEF0);
  margin: 10px 0;
}
textarea {
  padding: 10px 10px;
  min-height: 170px;
}
.gform_wrapper .gform_footer input.button:after, 
.gform_wrapper .gform_footer input[type=submit]:after,
.gform_wrapper .gform_page_footer input.button:after, 
.gform_wrapper .gform_page_footer input[type=submit]:after {
	content: '';
	background: url(../img/arrow-right.svg);
	width: 34px;
	height: 21px;
}
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 16px!important;
  font-style: normal;
  font-weight: 600!important;
  line-height: normal;
  border-radius: 800px;
  color: #f9f9f9;
  border: 1px solid var(--main, #2C3E50);
  background: var(--main, #2C3E50);
  backdrop-filter: blur(2px);
  padding: 15px 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:hover {
  color: var(--main, #2C3E50);
  background-color: transparent;
  border-color: var(--main, #2C3E50);
  text-decoration: none;
}
.gform_wrapper .gform_footer input.button:active, 
.gform_wrapper .gform_footer input.button:focus, 
.gform_wrapper .gform_footer input[type=submit]:active, 
.gform_wrapper .gform_footer input[type=submit]:focus, 
.gform_wrapper .gform_page_footer input.button:active, 
.gform_wrapper .gform_page_footer input.button:focus, 
.gform_wrapper .gform_page_footer input[type=submit]:active, 
.gform_wrapper .gform_page_footer input[type=submit]:focus {
	transform: scale(.9);
}

/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
/* HERO */
.hero-section{border-bottom-right-radius:var(--radius-xl);overflow: hidden;height: 350px;padding-bottom: 50px;display: flex;flex-wrap: wrap;align-content: end;position: relative;overflow: hidden;}
.hero-section:before {content: '';position: absolute;z-index: 2;left: 0;top: 0;right: 0;height: 100%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 59.75%, rgba(0, 0, 0, 0.68) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 59.75%, rgba(0, 0, 0, 0.68) 100%);}
.hero-section .hero-media{
  position: absolute;
  overflow:hidden;
  height: 100%;
  width: 100%;
  }
.hero-section .hero-media img{width:100%;height: 100%;min-height:520px;object-fit:cover;display:block}
.hero-section .hero-media:after{
  }
.hero-section .hero-content{position:relative;z-index: 2;color:#fff;text-align:left;display: flex;justify-content: space-between;align-items: center;}
.hero-title{color: #fff;font-family: 'montserrat';font-weight: 700;font-size: 47px;line-height: 1em;margin: 0 0 20px;}
.hero-title em{color: #FFF;font-family: Montserrat;font-size: 40px;font-style: normal;font-weight: 900;line-height: normal;text-transform: capitalize;}
.hero-lede{max-width: 666px;margin:0 0 18px}

@media (max-width: 768px) {
	.hero-section {
		padding-bottom: 10px;
	}
	.hero-section .hero-content{
		display: block;
		text-align: center;
	}
	.hero-title {
		font-size: 32px
	}
}

.section-white {
  padding: 50px 0;
}

/* Container */
.container,
.container-lg {
	position: relative;
	margin: 0 auto;
	max-width: 1920px;
	padding: 0 20px;
}
.container {
	width: 100%;
	max-width: 1240px;
	gap: 0;
}
.container.container-1 {
	max-width: 1038px;
}
.container.container-2 {
	max-width: 934px;
}
@media (min-width: 1920px) {
	.container {
	    max-width: 1240px;
	}
}

/* Columns Even */
.columns-even.image-side img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.columns-even {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
@media (min-width: 769px) { 
  .columns-even {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 0 30px;
  }
  .columns-even .col { 
    width: 100% 
  }
  .columns-even.x3 {
	flex-wrap: wrap;
  }
  .columns-even.x3 .col {
	width: calc(33.3333% - 20px);
  }
  .columns-even.image-side {
	  align-items: center;
  }
  .columns-even.image-side .col {
	  height: 100%;
  }
}
@media (max-width: 768px) {
	.columns-even.reverse {
	    display: flex;
		flex-direction: column-reverse;
	}
	.columns-even img {
		margin: 0 0 30px;
	}
}

/* Parallax Section */
.parallax-section {
	position: relative;
	overflow: hidden;
	padding: 150px 0;
	color: #fff;
}
.parallax-section .parallax {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background: #000;
}
.parallax-section .parallax img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .6;
}
.parallax-section h2,
.parallax-section h3,
.parallax-section h4,
.parallax-section h5 { color: #fff }
.parallax-section > .container,
.parallax-section > .container-lg {
  position: relative;
  opacity: 0;
}
.parallax-section.ready > .container,
.parallax-section.ready > .container-lg {
  opacity: 1;
  animation: fadeIn 1.2s both;
}

/* Slider fade */
.slider {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: -100px;
}
.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide.active {
	opacity: 1;
	z-index: 1;
}
@media (max-width: 768px) {
	.slider {
		margin-top: -10vw;
	}
}

/*===========================================================================================================*/
/*=========================================== TESTIMONIALS ==================================================*/
/*===========================================================================================================*/

.faq-section {
  padding: 62px 0 60px;
  background: #ffffff;
}

.faq-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.faq-section.ready .faq-left {
  opacity: 1;
  animation: fadeInLeft .6s both;
}
.faq-left-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #35A7FF;
  margin-bottom: 5px;
  font-size: 24px;
}

.faq-left h2 {
  margin-bottom: 50px;
  color: var(--main-light, #35A7FF);
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 793px;
  background: #ffffff;
}
.faq-section.ready .faq-list {
  opacity: 1;
  animation: fadeInRight .6s both;
}

.faq-item {
  border-bottom: 1px solid var(--gray2, #E9EEF0);
  padding: 20px 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  color: #083E57;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.faq-toggle {
  display: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #a7bfd1;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #6f90a7;
  flex-shrink: 0;
  margin-right: 6px;
}

.faq-question-text {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.faq-question-text span:first-child {
  color: #083E57;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  transform: rotate(270deg);
}
.faq-item.active .faq-question-text span:first-child { transform: rotate(0); }

.faq-answer {
  overflow: hidden;
  transition: max-height 0.25s ease;
  padding-right: 10px;
  color: #5B5B5B;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-height: 0;
}

.faq-answer-inner {
  padding: 20px 0 0 30px;
}

.faq-item.active .faq-answer {
  max-height: none;
}

.faq-item.active .faq-toggle {
  background: #1c9cf4;
  color: #ffffff;
  border-color: #1c9cf4;
}
@media (max-width: 768px) {
	.faq-inner {
		flex-direction: column;
	}
}

/*===========================================================================================================*/
/*=========================================== TESTIMONIALS ==================================================*/
/*===========================================================================================================*/
.testimonials-section {
  background: #f3f7fb;
  padding: 50px 0;
}

.testimonials-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
	opacity: 0;
}
.testimonials-section.ready .testimonials-inner {
  opacity: 1;
  animation: fadeInUp .6s both;
}

.testimonials-count {
  color: var(--main-color, #083E57);
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.testimonials-label {
  margin-bottom: 10px;
  color: var(--main-light, #35A7FF);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.testimonials-heading {
  margin-bottom: 40px;
  color: var(--main-color, #083E57);
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px;
  background: #fff;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 18px 18px 16px;
  text-align: left;
  font-size: 12px;
}

.testimonial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.testimonial-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1c9cf4, #facc5f);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}

.testimonial-name {
  font-size: 12px;
  font-weight: 600;
  color: #003f59;
}

.testimonial-meta {
  font-size: 10px;
  color: #9ab0c5;
}

.testimonial-rating {
  font-size: 11px;
  color: #f6b634;
}

.testimonial-rating span {
  color: #c1ceda;
}

.testimonial-body {
  font-size: 12px;
  color: #5d7488;
  line-height: 1.7;
  margin-bottom: 10px;
}

.testimonial-link {
  font-size: 11px;
  font-weight: 500;
  color: #1c9cf4;
}

.testimonials-inner .btn-outline {
  background: #ffffff;
  border-color: #fff;
  color: #083E57;
}

@media (max-width: 1024px) {

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {

  .testimonial-grid {
    grid-template-columns: minmax(0, 1fr);
  }

}

/*===========================================================================================================*/
/*=========================================== EMERGENCY ======================================================*/
/*===========================================================================================================*/
.emergency-section {
  position: relative;
  padding: 100px 0;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.emergency-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-image: url("../img/bnn-emergency.jpg");
  background-size: cover;
  background-position: center;
  filter: brightness(0.6);
	opacity: .8;
}

.emergency-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 42, 66, 0.2), rgba(0, 42, 66, 0.8));
}

.emergency-inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
}
.emergency-section.ready .emergency-inner {
  opacity: 1;
  animation: fadeInUp .6s both;
}

.emergency-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 4px;
  color: var(--white, #FFF);
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.emergency-title {
  color: var(--white, #FFF);
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.emergency-phone {
  font-weight: 600;
}

.emergency-inner .btn-primary {
  background: #1c9cf4;
  font-weight: 600;
  padding: 10px 28px;
  font-size: 14px;
}

.emergency-inner .btn-primary span {
  margin-left: 8px;
  font-weight: 500;
  font-size: 13px;
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/

.footer {
  background: #ffffff;
  padding: 50px 0 0;
}

.footer-top {
  text-align: center;
  margin-bottom: 24px;
  font-size: 12px;
  color: #5b768a;
  opacity: 0;
}
.footer.ready .footer-top {
  opacity: 1;
  animation: fadeInUp .6s both;
}


.footer-top-nav {
    margin: 0 0 10px;
}
.footer-top-nav li {
	color: var(--main-color, #083E57);
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.footer-top-nav li a {
	color: var(--main-color, #083E57);
}
.footer-top-nav li a:hover {
  color: #1c9cf4;
}

.footer-top-meta {
    margin: 0 0 10px;
}
.footer-top-meta li {
	color: var(--main-light, #35A7FF);
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.footer-top-meta li a {
	color: var(--main-light, #35A7FF);
}
.footer-top-meta li a:hover {
  color: #1c9cf4;
}

.footer-columns {
  padding-top: 24px;
  padding-bottom: 24px;
  opacity: 0;
}
.footer.ready .footer-columns {
  opacity: 1;
  animation: fadeInUp .6s both;
}

.footer-columns-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px;
  font-size: 11px;
  color: #5e7589;
}

.footer-column-title {
  margin-bottom: 28px;
  color: var(--gray, #5B5B5B);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer-column ul {
	margin: 0;
}
.footer-column ul li {
  color: var(--main-light, #35A7FF);
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
	margin: 0 0 12px;
}
.footer-column ul li a {
  color: var(--main-light, #35A7FF);
}

.footer-column a {
  color: #5e7589;
}

.footer-column a:hover {
  color: #1c9cf4;
}

.footer-middle {
  padding: 30px 0 50px;
  opacity: 0;
}
.footer.ready .footer-middle {
  opacity: 1;
  animation: fadeInUp .6s both;
}

.footer-middle-inner {
  max-width: 776px;
  margin: 0 auto;
  padding: 0 24px 12px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.footer-hours-cards {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border-radius: 12px;
  background: #F5F5F5;
  padding: 20px;
}

.hours-card {
  color: var(--gray, #5B5B5B);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hours-card:first-child {
	display: flex;
	flex-wrap: wrap;
}
.hours-card > div { width: 50% }
.hours-card > div:first-child { width: 100% }

.hours-card strong {
  display: block;
  margin: 4px 0;
}

.hours-card a {
  color: #1c9cf4;
  font-weight: 600;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.footer-logo-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #005770;
  position: relative;
}

.footer-logo-mark::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.footer-logo-text {
  font-size: 18px;
  font-weight: 600;
  color: #003d56;
}

.footer-logo-sub {
  font-size: 16px;
  color: #9ab0c3;
  margin-left: 4px;
}

.footer-bottom {
  padding: 20px 0;
  background: var(--main-color, #083E57);
  color: var(--white, #FFF);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0;
}
.footer.ready .footer-bottom {
  opacity: 1;
  animation: fadeInUp .6s both;
}

.footer-bottom-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
}

.footer-bottom a {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .footer-columns-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .footer-columns-inner {
    grid-template-columns: minmax(0, 1fr);
  }
  .footer-bottom-inner {
    justify-content: center;
    text-align: center;
    font-size: 14px;
  }
	.footer-columns {
		text-align: center;
	}
	.footer-top-nav li,
	.footer-top-meta li { 
		display: block;
		margin: 0 0 20px!important
	}
	.footer-top-meta li:nth-last-child(2),
	.footer-top-meta li:last-child {
		display: inline-block;
		margin: 0 5px!important;
	}
}

/*===========================================================================================================*/
/*=========================================== KEY FRAMES ====================================================*/
/*===========================================================================================================*/
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-20%);
		-webkit-transform: translateY(-20%);
		-moz-webkit-transform: translateY(-20%);
		-o-webkit-transform: translateY(-20%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20%);
		-webkit-transform: translateY(20%);
		-moz-webkit-transform: translateY(20%);
		-o-webkit-transform: translateY(20%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-20%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webk9t-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(20%);
		-webkit-transform: translateX(20%);
		-moz-transform: translateX(20%);
		-o-transform: translateX(20%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webk9t-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
}