@charset "utf-8";
.fr-type-vimeo .fr-content {
    width: 90%!important;
    height: 80%!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
}


/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
.gform_legacy_markup_wrapper {
	margin-top: 0!important;
}
.gform_wrapper.gravity-theme .gfield_label,
label {
  display: block;
  text-align: left;
  color: var(--dark-gray, #535353)!important;
  font-size: 14px!important;
  font-style: normal!important;
  font-weight: 500!important;
  line-height: normal!important;
  margin: 0;
  margin-bottom: 0;
  text-transform: unset;
}
input[type='text'], 
input[type='email'], 
input[type='tel'], 
input[type='url'], 
input[type='password'], 
input[type='number'], 
input[type='date'], 
textarea, 
select {
  width: 100%;
  height: 60px;
  border: 1px solid #F9F9F9;
  border-radius: 6px;
  background: #F9F9F9;
  padding: 0 17px;
  color: #535353;
  font-size: 16px!important;
}
textarea {
  padding: 12px 17px;
  border-radius: 10px;
  min-height: 120px;
}

.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] {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background-color: var(--main-color, #003865);
  border: solid 2px var(--main-color, #003865);
  border-radius: 700px;
  padding: 15px 30px;
  border-radius: 327px;
  -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.button:focus, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_footer input[type=submit]:focus, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input.button:focus, 
.gform_wrapper .gform_page_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: var(--main-color, #003865);
  background-color: #fff;
  border-color: #fff;
  text-decoration: none
}


/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  font-style: normal;
  color: var(--main-color, #003865);
  background: var(--salmon, #FF8DA1);
  border: solid 2px var(--salmon, #FF8DA1);
  box-shadow: 0px 4px 0px 0px #C5E9FB;
  border-radius: 700px;
  padding: 15px 30px;
  border-radius: 327px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-layout:hover,
.btn-layout:focus {
  color: var(--salmon, #FF8DA1);
  background-color: var(--main-color, #003865);;
  border-color: var(--main-color, #003865);
  text-decoration: none;
}
.btn-white {
  color: var(--main-color, #003865);
  background-color: #fff;
  border: solid 1px #fff;
}
.btn-white:hover,
.btn-white:focus {
  color: #fff;
  background-color: var(--main-color, #003865);
  border-color: var(--main-color, #003865);
  text-decoration: none;
}
.btn-gold {
  color: var(--main-color, #003865);
  background-color: var(--yellow, #F1E6B2);
  border: solid 1px var(--yellow, #F1E6B2);
}
.btn-gold:hover,
.btn-gold:focus {
  color: var(--yellow, #F1E6B2);;
  background-color: var(--main-color, #003865);
  border-color: var(--main-color, #003865);
  text-decoration: none;
}
.btn-blue {
  color: #fff;
  background-color: var(--main-color, #003865);
  border: solid 2px var(--main-color, #003865);
}
.btn-blue:hover,
.btn-blue:focus {
  color: var(--main-color, #003865);
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}
.btn-layout.hollow {
  color: var(--salmon, #FF8DA1);
  background-color: transparent;
  border: solid 2px var(--salmon, #FF8DA1);
}
.btn-layout.hollow:hover,
.btn-layout.hollow:focus {
  color: var(--main-color, #003865);
  background-color: var(--salmon, #FF8DA1);
  border-color: var(--salmon, #FF8DA1);
  text-decoration: none;
}
.btn-white.hollow {
  color: #fff;
  background-color: transparent;
  border: solid 2px #fff;
}
.btn-white.hollow:hover,
.btn-white.hollow:focus {
  color: var(--main-color, #003865);
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}
.btn-gold.hollow {
  color: var(--yellow, #F1E6B2);
  background-color: transparent;
  border: solid 2px var(--yellow, #F1E6B2);
}
.btn-gold.hollow:hover,
.btn-gold.hollow:focus {
  color: var(--main-color, #003865);
  background-color:var(--yellow, #F1E6B2);
  border-color: var(--yellow, #F1E6B2);;
  text-decoration: none;
}
.btn-blue.hollow {
  color: var(--main-color, #003865);
  background-color: transparent;
  border: solid 1px var(--main-color, #003865);
}
.btn-blue.hollow:hover,
.btn-blue.hollow:focus {
  color: #fff;
  background-color: var(--main-color, #003865);
  border-color: var(--main-color, #003865);
  text-decoration: none;
}

/*=========================================== SERVICES SECTION ==============================================*/
.services-section {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 1px 0 70px;
	border-bottom: 2px solid var(--bright-blue, #00B5E2);
	background: linear-gradient(180deg, #223198 0%, #FCB6C2 100%);
}
.services-section:after {
	content: '';
	position: absolute;
	width: 56px;
	height: 78px;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/charlie.svg) no-repeat;
	background-size: 56px;
}
.services-section .container {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.services-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.services-section h2 {
	color: #fff;
	margin: 10px 0;
}
.services-section p {
	color: #fff;
	margin: 0 auto 30px;
}
.services-section .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    row-gap: 0;
    justify-content: center;
    align-items: start;
    /* margin: 0 0 50px; */
}
.services-section .grid.closed .item:not(:nth-child(-n+8)) {
	opacity: 0;
	height: 0;
	min-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	gap: 0;
}
.services-section .item {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 13px;
	justify-content: start;
	align-items: center;
	padding: 35px 20px;
	width: 250px;
	min-height: 311px;
	border-radius: 15px;
	border-bottom: 6px solid var(--yellow, #F1E6B2);
	background: #FFF;
	transition: all .3s ease;
	margin: 0 0 30px;
}
.services-section .item:hover {
	background: rgba(255, 255, 255, 0.80)
}
.services-section .item .icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 70px;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	border: solid 2px #AD96DC;
	color: #AD96DC;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	transition: all .3s ease;
}
.services-section .item:hover .icon {
	color: #fff;
	background-color: #AD96DC;
}
.services-section .item h3 {
	font-size: 20px;
	min-height: 100px;
	margin-bottom: 0;
	max-width: 150px;
	align-content: center;
 
}
.services-section .item p {
	border-top: 2px solid var(--yellow, #F1E6B2);
	color: var(--salmon, #FF8DA1);
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-style: normal;
	padding-top: 0;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	letter-spacing: 0.6px;
	padding: 13px 0 0;
	margin: 0;
	transition: all .3s ease;
}
.services-section .item:hover p {
	color: var(--main-color, #003865);
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {}

/*=========================================== WHY SECTION ==============================================*/
.why-section {
	position: relative;
	overflow: hidden;
	padding: 80px 0;
}
.why-section .parallax {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
}
.why-section .parallax img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .2;
}
.why-section .container {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.why-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.why-section .white-card {
	border-radius: 11px;
	background: #FFF;
	box-shadow: 0px 4px 0px 0px #C5E9FB;
}
.why-section .white-card .bnn-video {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s ease;
}
.why-section .white-card .bnn-video:hover {
	opacity: .8;
}
.why-section .white-card .bnn-video img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 11px;
}
.why-section .white-card h2 {
	margin: 25px 0 32px;
}
.why-section .white-card p {
	margin: 0 0 25px;
}
.why-section .white-card .btn-layout {
	margin: 0 0 25px;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {
	.why-section .white-card {
		padding: 15px 15px 0;
	}
}
@media (max-width: 768px) {}

/*=========================================== FLEET SECTION ==============================================*/
.fleet-section {
  padding: 0;
  opacity: 0;
  position: relative;
  z-index: 2;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 2px solid var(--bright-blue, #00B5E2);
}
.fleet-section:after {
	content: '';
	position: absolute;
	width: 56px;
	height: 78px;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/charlie.svg) no-repeat;
	background-size: 56px;
}
.fleet-section.ready {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.fleet-section img {
    width: 100%;
}

/*=========================================== TESTIMONIAL SECTION ==============================================*/
.testimonial-section {
  padding: 58px 0 40px;
  text-align: center;
  background: url(../img/bnn-blog.jpg) no-repeat center bottom;
  background-size: cover;
}
.testimonial-section .container {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.testimonial-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.testimonial-section h2 {
	color: #fff;
	line-height: 1.2em;
	margin: 0 0 32px
}
.testimonial-section h2 span {
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.testimonial-section .col-lg-4 {
	margin-bottom: 32px;
}
.testimonial-section .text-card {
	height: 100%;
	padding: 30px;
	border-radius: 7px;
	border-bottom: 6px solid var(--yellow, #F1E6B2);
	background: rgba(255, 255, 255, 0.90);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(4px);
	color: var(--main-color, #003865);
	text-align: left;
}
.testimonial-section .text-card ul {
	margin: 0 0 20px
}
.testimonial-section .text-card ul li {
	color: #F9C626;
}
.testimonial-section .text-card p {
	margin: 0 0 20px
}
.testimonial-section .text-card .author {
	font-weight: 700;
	color: var(--salmon, #FF8DA1);
	margin: 0;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {}


/*=========================================== BLOG SECTION ==============================================*/
.blog-section {
  position: relative;
  z-index: 2;
  padding: 1px 0 50px;
  background: linear-gradient(180deg, #2c3494 0%, #FCB6C2 100%);
}
.blog-section .container,
.blog-section .container-fluid {
  opacity: 0;
}
.blog-section.ready .container,
.blog-section.ready .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.blog-section .container {
  width: 100%;
}
.blog-section .white-card {
	border-radius: 15px;
	background: #FFF;
	padding: 30px;
}
.blog-section .white-card .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 51px;
}
.blog-section .top h2 {
	line-height: 1.2em;
	margin: 0;
}
.blog-section .top h2 span {
	color: var(--main-color, #003865);
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.blog-section .custom-nav {
  margin: 0;
}
.blog-section .custom-nav li {
  font-size: 24px;
}
.blog-section .custom-nav li.list-inline-item:not(:last-child) {
  margin-right: 15px;
}
.blog-section .custom-nav li a {
  color: var(--salmon, #FF8DA1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 7px 4px 0px rgba(0, 0, 0, 0.18);
}
.blog-section .custom-nav li a:hover,
.blog-section .custom-nav li a:focus {
  background:  var(--salmon, #FF8DA1);
  color: #fff;
}
.blog-section .container .slider-wrapper {
	display: block;
	width: 100%;
}
.blog-section .slick-list {
  
}
.blog-section .slick-slide {
  padding: 0 11px;
}
.blog-section .card-item {
  position: relative;
  display: block;
  width: auto;
  padding: 15px;
  padding-bottom: 68px;
  background: #FFF;
  border-radius: 15px;
  border-bottom: 6px solid var(--purple, #AD96DC);
  background: var(--dark-blue, #002F6C);
  transition: all .3s ease;
  min-height: 450px;
}
.blog-section .card-item:hover {
	background: var(--darker-blue, #001c41);
}
.blog-section .card-item .bnn {
	display: block;
	position: relative;
	padding-bottom: 60%;
}
.blog-section .card-item .bnn img {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}
.blog-section .card-item h3 {
	color: var(--light-gray, #F5F5F5);
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2em; /* 90% */
	letter-spacing: 0.6px;
	margin: 23px 0;
}
.blog-section .card-item h3:after {
	content: '';
	display: block;
	margin: 23px 0 0;
	width: 100%;
	max-width: 30%;
	height: 1px;
	background: var(--yellow, #F1E6B2);
}
.blog-section .card-item .info {
	display: flex;
	gap: 27px;
	justify-content: space-between;
	align-items: end;
	position: absolute;
	bottom: 19px;
	left: 25px;
	right: 25px;
}
.blog-section .card-item .info:after {
	display: flex;
	justify-content: center;
	align-items: center;
	content: '\f178';
	font-family: "Font Awesome 6 Pro";
	min-width: 40px;
	min-height: 40px;
	border-radius: 327px;
	color: var(--salmon, #FF8DA1);
	border: 1px solid var(--salmon, #FF8DA1);
	transition: all .3s ease;
}
.blog-section .card-item:hover .info:after {
	color: var(--dark-blue, #002F6C);
	background-color: var(--salmon, #FF8DA1);
}
.blog-section .card-item .info p {
	color: #fff;
	margin: 0;
	font-size: 16px;
	line-height: 1.3em;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
	.blog-section .white-card .top {
		text-align: center;
		flex-direction: column;
		gap: 20px;
	}
}

/*=========================================== AREAS SECTION ==============================================*/
.areas-wrapper {
	position: relative;
	z-index: 2;
}
.areas-wrapper:after {
	content: '';
	position: absolute;
	width: 56px;
	height: 78px;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, 50%);
	background: url(../img/charlie.svg) no-repeat;
	background-size: 56px;
}
.areas-section {
	position: relative;
	overflow: hidden;
	padding: 100px 0 40px;
	text-align: center;
	color: var(--main-color, #003865);
	border-top: 4px solid var(--bright-blue, #00B5E2);
}
.areas-section .parallax {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
}
.areas-section .parallax img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .2;
}
.areas-section .container {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.areas-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.areas-section h2 {
	color: var(--main-color, #003865);
	line-height: 1.2em;
	margin: 0 0 32px
}
.areas-section h2 span {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.areas-section .areas-grid {
	justify-content: center;
}
.areas-section .card-item {
	min-height: 213px;
	padding: 20px 10px;
	margin: 0 0 32px;
}
.areas-section .card-item .icon {
	display: block;
	color: #DE84A8;
	font-size: 60px;
	font-style: normal;

	margin: 0 0 12px;
}
.areas-section .card-item h3 {}
.areas-section .btn-layout {
	padding: 10px 12px;
}
.areas-section .btn-layout:not(:hover) {
	color: #fff;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
	.areas-section .card-item {
		min-height: 100px;
	}
	.areas-section .card-item .icon {
		font-size: 40px;
	}
	.areas-section .card-item h3 {
		font-size: 23px;
	}
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
  border-top: 10px solid var(--yellow, #F1E6B2);
  background: url(../img/bnn-footer.png) no-repeat right bottom var(--dark-blue, #002F6C);
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 21.6px */
  padding: 55px 0 40px;
}
.footer .container,
.footer .container-fluid {
  opacity: 0;
}
.footer.ready .container,
.footer.ready .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.footer .btns-card {
	padding: 30px;
	margin: 0 0 37px;
	border-radius: 10px;
	border: 4px solid var(--salmon, #FF8DA1);
}
.footer .btns-card ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 19px;
	justify-content: center;
	align-items: center;
}
.footer .btns-card ul li {
	padding: 0;
	margin: 0;
	display: block;
}
.footer .btns-card ul li a {
	min-width: 188px;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	background: var(--salmon, #FF8DA1);
	border: solid 2px var(--salmon, #FF8DA1);
	box-shadow: 0px 4px 0px 0px #C5E9FB;
	border-radius: 700px;
	padding: 11px 12px;
	border-radius: 327px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
}
.footer .btns-card ul li a:hover,
.footer .btns-card ul li a:focus {
	color: var(--salmon, #FF8DA1);
	background-color: var(--main-color, #003865);;
	border-color: var(--main-color, #003865);
	text-decoration: none;
}
.footer .footer-info {
	display: flex;
	justify-content: space-between;
}
.footer .social-nav {
	display: flex;
	justify-content: space-between;
	margin: 18px 0 0 ;
}
.footer .social-nav li {
	font-size: 25px;
}
.footer .social-nav li a {
	color: var(--salmon, #FF8DA1);
}
.footer .social-nav li a:hover,
.footer .social-nav li a:focus {
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer a:hover,
.footer a:focus {
	color: var(--salmon, #FF8DA1);
}
.copy {
	text-align: center;
	padding: 12px 0;
	margin: 0;
}
.copy .container,
.copy .container-fluid {
  opacity: 0;
}
.copy.ready .container,
.copy.ready .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}


@media (max-width: 1400px) {}
@media (max-width: 991px) {
	.footer .footer-info {
		display: grid;
		justify-content: center;
	}
	.footer .footer-info div:nth-child(4) {
		text-align: center;
	  order: 3;
	}
	.copy {
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {	
  h1, .h1-style {
    font-size: 28px;
  }
  .heading-section h1 span {
	   font-size: 16px;
  }
  h1 > span, .h1-style > span {
	  font-size: 16px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 16px;
  }
  p, li, td, th, label {
    font-size: 17px;
    line-height: 1.5em;
    letter-spacing: 0;
  }
  .btn-layout {
    padding: 14px 17px;
    font-size: 14px;
  }
}
.col-lg-6.contact{
	text-align:center;
	
}
@media (max-width: 560px) {
}

.footerBestLogo {
    max-width: 150px;
}