
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* Apply Open Sans as the default font for the body */
body {
  font-family: 'Open Sans', sans-serif;
  color: #003E7E !important; /* Adjust color as needed */
}

/* Apply Raleway as the font for headers (h1, h2, h3, etc.) */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}

/* For screens up to 768px width (mobile devices) */
@media (max-width: 768px) {
  .hero-image-mob {
    background-image: url('/wp-content/uploads/2024/03/paid-lp-hero.jpg');
    background-size: cover;
    background-position: center center;
    height: 50vh; /* Adjust height as needed */
    position: relative;
  }
	.hero-text {
      position: relative;
      top: 60%;
      left: 50%;
      transform: translate(-50%, -40%);
  }
}

/* For screens larger than 768px width (non-mobile devices) */
@media (min-width: 769px) {
  .hero-image {
    background-image: url('/wp-content/uploads/2024/03/paid-lp-hero.jpg');
    background-size: cover;
    background-position: center center;
    height: 100vh; /* Adjust height as needed */
    position: relative;
  }
	.hero-height {
		height: 100vh; /* Adjust height as needed */
	}
	.hero-text {
      position: relative;
      top: 50vh;
      left: 50%;
      transform: translate(-50%, -35vh);
  }
}

.hero-text {
  color: #003E7E;
  background-color: rgba(255, 255, 255, 0.7);
}

.bottom-image {
	background-image: url('/wp-content/uploads/2024/03/paid-lp-img2.jpg');
	background-size: cover;
	background-position: center center;
	height: 40vh; /* Adjust height as needed */
	position: relative;
}
/* For screens up to 768px width (mobile devices) */
@media (max-width: 768px) {
	.bottom-image {
		height: 10vh; /* Adjust height as needed */
	}
}

.bg-cta {
	background: #2771b8;
}
.btn-cta {
	background: #f0cc01 !important;
	color: #2771b8 !important;
	border-radius: 0px !important;
  	font-family: 'Raleway', sans-serif !important;
}
.btn-cta:hover {
	background: #fff !important;
	color: #2771b8 !important;
	border-radius: 0px !important;
  	font-family: 'Raleway', sans-serif !important;
}
.bg-learn-cta {
	background: #2771b8 !important;
	color: #ffffff;
}
.bg-learn-cta img {
	width: 60px;
}
@media (max-width: 768px) {
	.bg-learn-cta h2 {
		font-size: 17px !important;
	}
	.bg-learn-cta img {
		width: 30px;
	}
}

.footer{
	font-family: 'Raleway', sans-serif !important;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
	color: #f0cc01;
}


/* request form */

.border-form {
	border-top: 5px solid #f0cc01 !important;
}
.request-form{
  	font-family: 'Raleway', sans-serif !important;
}
.text-tcpa {
	font-size: 0.75rem;
}

.request-form .btn-cta {
	background: #f0cc01 !important;
	color: #2771b8 !important;
	border: 1px solid #f0cc01;
	border-radius: 0px !important;
  	font-family: 'Raleway', sans-serif !important;
}
.request-form .btn-cta:hover {
	background: #fff !important;
	color: #2771b8 !important;
	border: 1px solid #f0cc01;
	border-radius: 0px !important;
  	font-family: 'Raleway', sans-serif !important;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #0563bb;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #2771b8;
  border: 1px solid #2771b8;
	font-size: 15px;
	line-height: 28px !important;
  font-family: 'Raleway', sans-serif;
  font-weight:500;
}
.portfolio .portfolio-wrap .fw-bold {
	color: #f0cc01;
	font-size: 15px;
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 1);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #45505b;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #000;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight:500;
	line-height: 22px !important;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #45505b;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #148af9;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}


/*--------------------------------------------------------------
# common css
--------------------------------------------------------------*/

.bg-grey {
	background-color: #707070 !important;
}
.h-25 {
	height: 100px;
}

