@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,500&display=swap");
/* This file contains all the variables that will be use throughout the site.*/
/*content gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

a:hover {
  text-decoration: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* This file contains all the variables that will be use throughout the site.*/
/*content gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all styles of the buttons that will be use throughout the site.*/
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #24a5e9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(36, 165, 233, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid rgba(255, 255, 255, 0.8);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

.video-play-button:hover:after {
  background-color: #24a5e9;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.btn-style-white, .btn-style-yellow, .btn-style {
  font: 700 1.375rem "Montserrat", sans-serif;
  background-color: #24a5e9;
  padding: 1rem 2rem;
  color: #fff !important;
  border: none;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.btn-style-white:hover, .btn-style-yellow:hover, .btn-style:hover {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  background-color: #30b6fd;
}

.btn-style {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .btn-style {
    font-size: 1rem;
    display: block;
  }
}

.btn-style-yellow {
  font-size: 1rem;
  background-color: #f7c300;
}
.btn-style-yellow:hover {
  background-color: #f7dd00;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.btn-style-white {
  font-size: 1rem;
  background-color: #fff;
  color: #24a5e9 !important;
}
.btn-style-white:hover {
  background-color: #f7c300;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

/* This file contains all the variables that will be use throughout the site.*/
/*content gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all styles of the forms that will be use throughout the site.*/
button, input, optgroup, select, textarea {
  font-family: "Montserrat", sans-serif;
}

.form-inner-style label {
  font-weight: 600;
  font-size: 1.875rem;
  color: #3d3d3d;
}
@media (max-width: 991px) {
  .form-inner-style label {
    font-size: 1.25rem;
  }
}
.form-inner-style select, .form-inner-style input[type=text] {
  height: 3rem;
  border-radius: 1rem;
  font-size: 1rem;
  border: none;
}

/* This file contains all the variables that will be use throughout the site.*/
/*content gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all styles related to the header of the site. */
body {
  font-family: "Montserrat", sans-serif;
}

strong {
  font-weight: 700;
}

.pad-t100 {
  padding-top: 5rem;
}

.pad-b100 {
  padding-bottom: 5rem;
}

.pad-lr100 {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (max-width: 991px) {
  .pad-lr100 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.pad-tb100 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.header-panel {
  width: 100%;
  position: relative;
  padding: 0 1rem;
}

.navbar {
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .navbar {
    padding-bottom: 0.5rem;
  }
}

.navbar-brand {
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .navbar-brand {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .navbar-brand {
    width: 7rem;
    margin-top: -2.5rem;
  }
}

.navbar-expand-lg .navbar-nav .nav-link {
  text-transform: uppercase;
  font: 700 0.75rem "Montserrat", sans-serif;
  color: #3d3d3d;
  letter-spacing: 1px;
  padding: 1rem;
  text-align: center;
  -webkit-border-radius: 0.625rem 0.625rem 0 0;
  -moz-border-radius: 0.625rem 0.625rem 0 0;
  -ms-border-radius: 0.625rem 0.625rem 0 0;
  border-radius: 0.625rem 0.625rem 0 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  /*@include bp-large{
  	font-size: 1.125rem;
  }*/
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    -ms-border-radius: 0.625rem;
    border-radius: 0.625rem;
  }
}

.navbar-expand-lg .navbar-nav {
  align-items: flex-end;
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav {
    align-items: initial;
    margin-top: 1rem;
  }
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #f7c300;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  background-color: #f7c300;
  color: #fff;
}

.dropdown-toggle::after {
  display: none;
}

.navbar > .container-fluid {
  align-items: flex-end;
}
@media (max-width: 991px) {
  .navbar > .container-fluid {
    align-items: center;
  }
}

.top-header-panel {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  font-size: 0.875rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
@media (min-width: 1200px) {
  .top-header-panel {
    font-size: 1rem;
    top: 2rem;
  }
}
@media (max-width: 768px) {
  .top-header-panel {
    position: relative;
    right: inherit;
    top: inherit;
    padding: 0.5rem 0;
    width: 100%;
    align-items: right;
  }
}
.top-header-panel .th-item {
  padding: 0 5px;
}
.top-header-panel .th-item a {
  color: #ababab;
}
.top-header-panel .th-item:last-child {
  display: flex;
}
.top-header-panel .th-item:last-child a {
  padding: 0.5rem 1rem;
  color: #fff;
  font: 700 0.875rem "Montserrat", sans-serif;
  background-color: #24a5e9;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .top-header-panel .th-item:last-child a {
    font-size: 1rem;
  }
}
.top-header-panel .th-item:last-child .th-sub:first-child a {
  -webkit-border-radius: 0.625rem 0 0 0.625rem;
  -moz-border-radius: 0.625rem 0 0 0.625rem;
  -ms-border-radius: 0.625rem 0 0 0.625rem;
  border-radius: 0.625rem 0 0 0.625rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .top-header-panel .th-item:last-child .th-sub:first-child a {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
}
.top-header-panel .th-item:last-child .th-sub:first-child a:hover {
  background-color: #5bc2fb;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.top-header-panel .th-item:last-child .th-sub:last-child a {
  -webkit-border-radius: 0 0.625rem 0.625rem 0;
  -moz-border-radius: 0 0.625rem 0.625rem 0;
  -ms-border-radius: 0 0.625rem 0.625rem 0;
  border-radius: 0 0.625rem 0.625rem 0;
}
@media (max-width: 768px) {
  .top-header-panel .th-item:last-child .th-sub:last-child a {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
}
.top-header-panel .th-item:last-child .th-sub:last-child a:hover {
  background-color: #5bc2fb;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

/*.th-icons{
	@include bp-small{
		display: none;
	}
}*/
.nav-item.dropdown:hover .dropdown-menu {
  left: 0;
  display: block;
}

.dropdown-menu {
  background-color: #f7c300;
  color: #fff;
  border: none;
  left: -999px;
}
.dropdown-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown-item {
  color: #fff;
  font: 500 1rem "Montserrat", sans-serif;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #fcd500;
}

/* This file contains all the variables that will be use throughout the site.*/
/*content gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all styles related to the banner of the site. */
.i-banner-panel, .i-banner-item {
  height: 450px;
}

.i-banner-panel {
  position: relative;
  background-color: black;
  /*height: 800px;*/
  color: #fff;
}
@media (max-width: 991px) {
  .i-banner-panel {
    height: 600px;
  }
}
@media (max-width: 576px) {
  .i-banner-panel {
    height: 700px;
  }
}

.bggradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: #24a5e9;
  background: -moz-linear-gradient(0deg, #24a5e9 0%, transparent 100%);
  background: -webkit-linear-gradient(0deg, #24a5e9 0%, transparent 100%);
  background: linear-gradient(0deg, #24a5e9 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$top",endColorstr="$bottom",GradientType=1);
}

.i-banner-item {
  /*height: 800px;*/
  position: relative;
  color: #fff;
}
@media (max-width: 991px) {
  .i-banner-item {
    height: 600px;
  }
}
@media (max-width: 576px) {
  .i-banner-item {
    height: 700px;
  }
}
.i-banner-item .content {
  font-weight: 300;
  font-size: 1.125rem;
  position: absolute;
  bottom: 8rem;
  z-index: 3;
  text-align: center;
}
@media (max-width: 991px) {
  .i-banner-item .content {
    font-size: 1rem;
    bottom: 7rem;
  }
}
.i-banner-item .content h1.title {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
@media (max-width: 991px) {
  .i-banner-item .content h1.title {
    font-size: 2rem;
  }
}
.i-banner-item .img-cover {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center top;
}

.img-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sub-banner-panel {
  position: relative;
  background-color: black;
  height: 300px;
  color: #fff;
}
.sub-banner-panel .i-banner-item {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-banner-panel .i-banner-item .content {
  bottom: auto;
}
.sub-banner-panel .i-banner-item .content h1 {
  margin-bottom: 0;
}

/* This file contains all the variables that will be use throughout the site.*/
/*content gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all styles related to the footer of the site. */
.newsletter-panel {
  background-color: #f7c300;
  color: #fff;
  padding: 2rem 0;
}
.newsletter-panel .title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .newsletter-panel .title {
    font-size: 1.5rem;
  }
}
.newsletter-panel button {
  width: 100%;
  padding: 1rem;
}
@media (max-width: 768px) {
  .newsletter-panel button {
    margin-top: 1rem;
  }
}
.newsletter-panel input {
  height: 3.75rem;
  border-radius: 1rem;
  font-size: 1.125rem;
  border: none;
}
@media (max-width: 768px) {
  .newsletter-panel input {
    font-size: 1rem;
    height: 3rem;
  }
}

.footer-panel {
  background-color: #3d3d3d;
  color: #ababab;
  padding: 2rem 0;
  font-size: 0.875rem;
}
.footer-panel p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer-panel p {
    text-align: center;
  }
}
.footer-panel a {
  color: #ababab;
  text-decoration: none;
}
.footer-panel a:hover {
  color: #f7c300 !important;
}

.f-logo-address {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.f-logo-address div {
  padding: 0 1rem;
}

.f-links {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.f-links li {
  display: inline-block;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #ababab;
}
@media (max-width: 768px) {
  .f-links li {
    display: block;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}
.f-links li a {
  color: #ababab;
  text-decoration: none;
}
.f-links li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.f-socialmedia {
  display: flex;
  align-items: center;
  /*justify-content:center;*/
  /*margin-top: 1rem;*/
}
@media (max-width: 991px) {
  .f-socialmedia {
    justify-content: center;
  }
}
.f-socialmedia .box {
  padding: 0.5rem;
}
.f-socialmedia .box a {
  color: #ababab;
}

.f-navlinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem 0;
}
.f-navlinks .f-navbox {
  padding: 0.5rem;
}
.f-navlinks .f-navbox a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ababab;
}

@media (max-width: 991px) {
  .f-logo {
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .f-address {
    margin: 1rem auto;
    text-align: center;
  }
}

/* This file contains all the variables that will be use throughout the site.*/
/*content gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all the styles that will be use in index page.*/
.i-register-panel {
  background-color: #f7c300;
  text-align: center;
  padding: 2rem;
  color: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  border-radius: 1rem;
  margin-top: -6.5rem;
  position: relative;
  z-index: 2;
}
.i-register-panel .title {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .i-register-panel .title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.i-register-panel button {
  width: 100%;
  padding: 1rem;
}
@media (max-width: 768px) {
  .i-register-panel button {
    margin-top: 1rem;
  }
}
.i-register-panel select {
  height: 3.75rem;
  border-radius: 1rem;
  font-size: 1.125rem;
  border: none;
}
@media (max-width: 768px) {
  .i-register-panel select {
    font-size: 1rem;
    height: 3rem;
  }
}
.i-register-panel .form-title {
  text-transform: none;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  .i-register-panel .form-title {
    margin-bottom: 1rem;
  }
}

.i-intro-panel {
  color: #ababab;
}
.i-intro-panel .title {
  font-size: 2.5rem;
  color: #3d3d3d;
  margin-bottom: 2rem;
  font-weight: 600;
}
.i-intro-panel strong {
  color: #f7c300;
}

.video-box {
  position: relative;
}
.video-box img {
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  border-radius: 2rem;
  width: 100%;
}
@media (max-width: 991px) {
  .video-box {
    margin-top: 2rem;
  }
}
.i-report-panel {
  background: url("/wp-content/uploads/2021/07/iStock_000041331012_Large-scaled-e1625864099137.jpg");
  height: auto;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  /*@include bp-medium{
  	height: 500px;
  }*/
}
@media (max-width: 576px) {
  .i-report-panel {
    background-position: -10rem top;
  }
}
.i-report-panel .content {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  padding: 6rem 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .i-report-panel .content {
    font-size: 1rem;
    padding: 3rem 0;
  }
}
.i-report-panel .title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  /*@include bp-medium{
  	font-size: 6rem;
  }

  @include bp-xsmall{
  	font-size: 5rem;
  }*/
}
.i-report-panel .subtitle {
  font-size: 2rem;
  font-weight: 700;
  color: #3d3d3d;
  /*@include bp-medium{
  	font-size: 2rem;
  }*/
}
@media (max-width: 576px) {
  .i-report-panel .subtitle {
    font-size: 1.5rem;
  }
}
.i-report-panel .bottom {
  position: relative;
  bottom: 0;
  background-color: #3d3d3d;
  font-weight: 600;
  color: #fff;
  padding: 1rem;
  margin: 0 auto;
  /*right: 5rem;
     left: 5rem;*/
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  z-index: 2;
  /*@include bp-medium{
  	right: 2rem;
  	left: 2rem;
  }*/
}
.i-report-panel .bottom strong {
  font-weight: 600;
  color: #f7c300;
}
.i-report-panel .bottom a {
  color: #f7c300;
}
.i-report-panel object {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}

.m-bg {
  background-color: rgba(183, 181, 191, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 1;
}
@media (max-width: 576px) {
  .m-bg {
    display: block;
  }
}

.i-testimonial-panel {
  padding: 2rem 0 5rem;
}
.i-testimonial-panel .item {
  background-color: #f7c300;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  margin-top: 5rem;
}
.i-testimonial-panel object {
  margin: -10% 0 0 -5%;
  width: 50%;
  height: auto;
  position: absolute;
  z-index: 1;
}
.i-testimonial-panel .image {
  position: absolute;
  top: -4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.i-testimonial-panel .image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.4);
}
.i-testimonial-panel .content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 6rem;
  color: #fff;
}
.i-testimonial-panel .content .title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3d3d3d;
}
@media (max-width: 768px) {
  .i-testimonial-panel .content .title {
    font-size: 1.5rem;
  }
}

.carousel-indicators {
  margin-bottom: -3rem;
}

.carousel-indicators [data-bs-target] {
  width: 0.625rem;
  height: 0.625rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(142, 142, 142, 0.8);
}

.cta-blue {
  background-color: #24a5e9;
  color: #fff;
  text-align: center;
  padding: 2rem 0;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cta-blue {
    font-size: 1.5rem;
  }
}

.blog-item {
  position: relative;
  background-color: #000;
}
.blog-item .img-cover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.blog-item .elements {
  position: relative;
  z-index: 2;
  padding: 2rem;
}
.blog-item .lbl-tag {
  background-color: #f7c300;
  color: #fff;
  padding: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  display: inline-block;
}
.blog-item .content {
  margin: 3rem 0;
  font-size: 2rem;
  color: #fff;
}
.blog-item .lbl-fields {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  display: flex;
  z-index: 2;
}
.blog-item .lbl-fields .box {
  padding-right: 0.5rem;
}
.blog-item .lbl-fields .box i {
  margin-right: 0.5rem;
}
.blog-item .lbl-fields .box a {
  padding: 0.5rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  border-radius: 1rem;
  text-decoration: none;
  font-size: 0.875rem;
}

.news-item {
  padding: 2rem;
}
.news-item .lbl-tag {
  text-transform: uppercase;
  color: #24a5e9;
}
.news-item .content {
  margin: 3rem 0;
  font-size: 2rem;
  color: #3d3d3d;
}
.news-item .content h4 {
  font-size: 1rem;
  color: #24a5e9;
}
.news-item.dlight {
  background-color: #eaeaea;
}
.news-item.light {
  background-color: #f5f5f5;
}

.i-logos-panel .box-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .i-logos-panel .box-wrap {
    flex-wrap: wrap;
  }
}
.i-logos-panel .box-wrap .box {
  padding: 0.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .i-logos-panel .box-wrap .box {
    width: 30%;
  }
}

/* This file contains all the variables that will be use throughout the site.*/
/*content gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all the styles that will be use in about page.*/
.breadcrumb-panel {
  background-color: #24a5e9;
  padding: 1rem 0;
}

.breadcrumb {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}
.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.content-panel {
  color: #7a7a7a;
}
.content-panel p a {
  color: #24a5e9;
  text-decoration: none;
}
.content-panel p a:hover {
  text-decoration: underline;
}
.content-panel .title {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 2rem;
  color: #3d3d3d;
}
@media (max-width: 991px) {
  .content-panel .title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.content-panel .subtitle {
  font-size: 2rem;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 2rem;
  color: #3d3d3d;
}
.content-panel .subtitle em {
  font-style: italic;
}
.content-panel .subtitle strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .content-panel .subtitle {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}

.inner-register-box {
  background-color: #f7c300;
  padding: 2rem;
  color: #fff;
  margin-bottom: 2rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .inner-register-box {
    margin-top: 2rem;
  }
}
.inner-register-box h2.title {
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.inner-register-box .btn-style {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .inner-register-box .btn-style {
    font-size: 1.5rem;
  }
}

.ads-box {
  margin-bottom: 2rem;
}
.ads-box img {
  width: 100%;
}

.inner-cta-box {
  background-image: url("../images/about-cta-bg.jpg");
  height: auto;
  background-position: center top;
  position: relative;
  padding-top: 10rem;
}
.inner-cta-box .bottom {
  background: #f7c300;
  background: -moz-linear-gradient(0deg, #f7c300 0%, transparent 100%);
  background: -webkit-linear-gradient(0deg, #f7c300 0%, transparent 100%);
  background: linear-gradient(0deg, #f7c300 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$top",endColorstr="$bottom",GradientType=1);
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 10rem 0 3rem;
}
.inner-cta-box .bottom .title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-transform: none;
}
.inner-cta-box object {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  height: auto;
}

.img-rounded img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}

/* This file contains all the variables that will be use throughout the site.*/
/*content gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all the styles that will be use find a reach professional page.*/
.farp-search-form .btn-style {
  padding: 1rem;
  display: block;
  width: 100%;
}
.farp-search-form select, .farp-search-form input[type=text] {
  border: 1px solid #e5e5e5;
}

.farp-current-location-btn {
  background-color: #f7c300;
  color: #fff;
  font-size: 1rem;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.farp-current-location-btn:hover {
  background-color: #f7dd00;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.farp-location-item {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .farp-location-item {
    margin-bottom: 1rem;
  }
}

.farp-map-panel {
  width: 100%;
  margin-top: 2rem;
}
.farp-map-panel .map-box {
  height: 600px;
}
.farp-map-panel .map-box-item-wrap {
  height: 600px;
  overflow-y: scroll;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .farp-map-panel .map-box-item-wrap {
    margin-top: 2rem;
    overflow-y: inherit;
    padding-right: 0;
    height: auto;
  }
}
.farp-map-panel .map-box-item-wrap .item {
  background-color: #f7c300;
  padding: 1rem;
  color: #fff;
  margin-bottom: 1rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.farp-map-panel .map-box-item-wrap .item h5 {
  font-weight: 600;
}

.inner-testimonial-box {
  border: 1px solid #e5e5e5;
  padding: 2rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-style: italic;
}
.inner-testimonial-box h5 {
  font-weight: 500;
  color: #24a5e9;
}
.inner-testimonial-box h5 span {
  color: #3d3d3d;
  font-weight: 400;
  font-size: 1rem;
}

/* This file contains all the variables that will be use throughout the site.*/
/*content gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all the styles that will be use help for families page.*/
.hff-advocate-panel {
  background-color: #24a5e9;
  color: #fff;
}
.hff-advocate-panel .title {
  color: #f7c300;
}

ul.bullet-list {
  list-style: none;
}
ul.bullet-list li {
  margin-bottom: 1rem;
}
ul.bullet-list li::before {
  content: "•";
  color: #f7c300;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
}
ul.bullet-list ul {
  list-style: none;
  margin-top: 1rem;
}

.bg-gray {
  background-color: #f9f9f9;
}

.hff-bottom-box {
  background-color: #f7c300;
  margin-top: 2rem;
  padding: 2rem;
  display: block;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  border-radius: 1rem;
}
.hff-bottom-box .image img {
  width: 100%;
}
.hff-bottom-box .desc {
  margin-top: 1rem;
}
.hff-bottom-box .desc a {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

/* This file contains all the variables that will be use throughout the site.*/
/*content gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all the styles that will be use helpful resources page.*/
.resources-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.resources-links li {
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.resources-links li a {
  color: #24a5e9;
  text-decoration: none;
}
.resources-links li a:hover {
  text-decoration: underline;
}
.resources-links li a i {
  color: #f7c300;
}

/* This file contains all the variables that will be use throughout the site.*/
/*content gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all the styles that will be use team page.*/
.inner-nav-panel {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.inner-nav-panel a {
  background-color: #f7c300;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0.2rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .inner-nav-panel a {
    font-size: 0.75rem;
  }
}
.inner-nav-panel a:hover {
  background-color: #f7dd00;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.profile-box {
  display: flex;
  align-items: center;
  padding: 1rem;
  color: #f7c300;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .profile-box {
    align-items: start;
  }
}
.profile-box p {
  margin-bottom: 0;
  font-weight: 400;
}
.profile-box .content {
  color: #7a7a7a;
  padding-top: 1rem;
  font-size: 0.875rem;
}
.profile-box .content p {
  margin-bottom: 1rem;
}
.profile-box .image {
  background-color: #f5f5f5;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .profile-box .image {
    width: 50px;
    height: 50px;
  }
}
.profile-box .image img {
  width: 100%;
}
.profile-box .desc {
  padding-left: 1rem;
  flex: 1;
}
.profile-box .desc h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: #3d3d3d;
}
.profile-box .desc a {
  color: #24a5e9;
  text-decoration: none;
}
.profile-box .desc a i {
  margin-right: 0.3rem;
}
.profile-box .expand-arrow {
  width: 30px;
  margin-left: 1rem;
  text-align: center;
}
.profile-box .expand-arrow a {
  font-size: 1.5rem;
  color: #ababab;
}
.profile-box.wbg {
  background-color: #fff;
  border: 3px solid #e5e5e5;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  border-radius: 1rem;
  display: inherit;
}
.profile-box.wbg .profile-box-wrap {
  display: flex;
  align-items: center;
}

/* This file contains all the variables that will be use throughout the site.*/
/*content gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all the styles that will be use training page.*/
.training-box-item {
  margin: 1rem 0;
}
.training-box-item .image {
  margin-bottom: 2rem;
}
.training-box-item .image img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

/* This file contains all the variables that will be use throughout the site.*/
/*content gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all the styles that will be use scholarship page.*/
.inner-donate-box {
  background-color: #24a5e9;
  background-position: center;
  position: relative;
  display: flex;
}
.inner-donate-box .content {
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 2rem;
  width: 50%;
  padding: 10rem 2rem 5rem 5rem;
}
@media (max-width: 991px) {
  .inner-donate-box .content {
    width: 100%;
    font-size: 1.2rem;
    padding: 7rem 2rem 3rem;
  }
}
.inner-donate-box .content strong {
  color: #f7c300;
}
.inner-donate-box object {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  height: auto;
}
.inner-donate-box .image {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  background-position: left center;
}
@media (max-width: 991px) {
  .inner-donate-box .image {
    display: none;
  }
}

/* This file contains all the variables that will be use throughout the site.*/
/*content gray*/
/* This file contains all the mixins that will be use throughout the site.*/
/* This file contains all the styles that will be use news page.*/
.list-box-panel {
  border: 1px solid #e5e5e5;
  padding: 2rem;
  margin-bottom: 2rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.list-box-panel h4 {
  color: #3d3d3d;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1rem;
}
.list-box-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-box-panel ul li {
  margin-bottom: 5px;
}
.list-box-panel ul li a {
  color: #24a5e9;
  text-decoration: none;
}

.news-item {
  margin-bottom: 2rem;
  border-bottom: 2px solid #e5e5e5;
}
.news-item .image img {
  width: 100%;
}
@media (max-width: 991px) {
  .news-item .desc {
    margin-top: 2rem;
  }
}
.news-item .desc a {
  text-decoration: none !important;
}
.news-item .desc ul.details {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}
.news-item .desc ul.details li {
  margin: 5px 10px 0 0;
  display: inline-block;
}
.news-item .desc ul.details li i {
  margin-right: 5px;
}
.news-item .desc ul.details li a {
  color: #24a5e9;
}

.news-item.full {
  border-bottom: none;
  margin-bottom: 0;
  padding-top: 0;
}
.news-item.full .desc {
  margin-top: 2rem;
}
.news-item.full .desc strong, .news-item.full .desc h3 {
  color: #3d3d3d;
}
.news-item.full .desc a {
  color: #24a5e9;
}
.news-item.full .desc li {
  margin-bottom: 10px;
}

/*# sourceMappingURL=main.css.map */
.project-wrapper {
  background-color: #f5f5f5;
  padding: 40px;
  border-radius: 16px;
  margin-bottom: 80px;
}

.p-content {
  padding-right: 100px;
}
.p-heading {
  font-size: 32px;
  color: #000;
  margin-bottom: 32px;
  font-family:  "Montserrat", sans-serif;
  font-weight: 700;
}


.p-details {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
  font-weight: 400;
}
.p-starts-btn {
  background: #24a5e9;
  border-radius: 10px;
  padding: 12px 21px;
  color:  #fff;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
}
.p-starts-btn:hover {
  background-color:#24a5e9;
  color: #fff;
}

.p-video-wrapper {
  position: relative;
  display: flex;
  height: 300px;
}
.p-video {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
.youtube-video {
  border-radius: 16px;
}
.p-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #24a5e9;
  padding: 15px;
  border: none;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 0 0 11px rgba(79, 164, 225, 0.29);
}
.top-section-wrapper{
  position: relative;
  overflow: hidden;
}
.top-section{
  max-width: 535px;
  text-align: start;
  padding: 2rem;
}
.p-right-section{
  padding: 2rem;
}
.top-section:before {
  content: "";
  height: 500px;
  max-width: 500px;
  position: absolute;
  background-color: #24a5e9;
  opacity: 0.06;
  border-radius: 100%;
  left: -97px;
  bottom: -22px;
  width: 100%;
}
.p-right-section:after {
content: "";
height:400px;
max-width: 400px;
position: absolute;
background-color: #24a5e9;
opacity: 0.06;
border-radius: 100%;
bottom: -126px;
width: 100%;
right: -70px;
}
.top-panel-wrapper{
padding: 0px  !important;
}
.top-panel-wrapper:before {
content: "";
width: 24px;
height: 24px;
background-color: #24a5e9;
z-index: 999;
position: absolute;
left: 174px;
border-radius: 50%;
border: 4px solid white;
top: -11px;
}



@media (max-width: 768px) {
  .project-wrapper {
    padding: 20px;
    margin-bottom: 40px;
  }
  .p-starts-btn {
    padding: 12px 16px;
    font-size: 16px;
  }
  .p-right-section:after {
    height:250px;
max-width: 200px;
  }
  .top-section:before {
    content: "";
    height: 200px;
    max-width: 200px;  
  }
  .p-content {
    padding-right: 0px !important;
  }
  .p-heading {
    font-size: 24px;
    color: #000;
    margin-bottom: 32px;
    font-family:  "Montserrat", sans-serif;
    font-weight: 700;
  }
  
  .p-details {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 32px;
    font-weight: 400;
  }

}