:root {
  --green-color: #00c896;
  --green-color-20: #ccf4ea;
  --blue-color: #6e84bc;
  --orange-color: #edb655;
  --orange-color-20: #fcf1df;
  --cyan-color:#40b4e5;
  --lightgrey-color: #e6e6e6;
  --lightblue-color: #6e84bc; 
  --darkgrey-color: #222; 
}


body {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

strong {
  font-weight: 700;
}

h1,h2,h3,h4,h5,h6 {font-weight: 600; text-wrap: balance;}

.main-content h1, .main-content h2 {
  font-size: 30px;
  color: var(--green-color);
}

.main-content p + h2 {
  margin-top:30px;
}

.main-content p {
  text-wrap: pretty;
}

.main-content blockquote {
  border-left: 4px solid var(--green-color);
  padding-left: 16px;
  color: var(--darkgrey-color);
  font-weight: 600;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-well 
{
  background-color: var(--green-color-20);
  padding: 30px;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.main-content h2 {
  font-size: 24px;
  color: var(--blue-color);
  margin-bottom: 20px;
}

.main-content h3 {
  font-size: 24px;
  color: var(--darkgrey-color);
  margin-bottom: 20px;
}

.main-content h4 {
  font-size: 20px;
  color: var(--green-color);
  margin-bottom: 20px;
}

.main-content h5 {
  font-size: 20px;
}

.main-content h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 22px;
  line-height: 1.5;
}


.main-content ul {
  padding-inline-start: 1em;
  /* list-style-position: inside; */
}

header {
  padding-top: 20px;
  position: relative;
  z-index: 20;
}

a {color: var(--blue-color);}

a:hover {
  color: var(--darkgrey-color);
  text-decoration: underline;
}



.btn {
  border-radius: 30px;
  padding: 8px 20px;
}

.btn-primary {
  background-color: var(--green-color);
  border-color: var(--green-color);
}

.btn-primary:hover {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}


.py-sect {
  padding-top: 80px;
  padding-bottom: 80px;
}


nav {
  margin-top: 30px;
}

footer {
  background-color: #070041;
  padding: 100px 0 80px 0;
  color: white;
}

footer a {color: white;}
footer a:hover {color: var(--green-color);}

footer .footer-logo {
  margin-right: 20px;
}

footer .footer-logo img {
  height: 40px;
  width: auto;
}

.footer-socials-list li {
  display: inline-block;
  margin-right: 10px;
}


/* HOMEPAGE */

.home-intro h2 {
  color: var(--blue-color);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  
}


/*VID*/

.hero {
	position: relative;
}

.herovid {
  position: relative;
  background-color: #1b3d9a;
/*  height: 75vh;
  min-height: 25rem;*/
  height: 600px;
  width: 100%;
  overflow: hidden;
}




.herovid video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.herovid .container {
  position: relative;
  z-index: 2;
}


.hero-text {
  color:white;
  height: 100%;
  padding-top: 60px;
}


.hero-text h1 {
  font-size: 52px;
  text-shadow: 2px 2px 5px #1c2c4850;
}

.hero-text h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 40px;
}


.home-quickbox {
  background-color: var(--green-color);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  color: black;
  font-size: 15px;
  height: 100%;
}

.home-quickbox:hover {
  background-color: var(--darkgrey-color);
  color: white;
  transition: all 0.3s ease;
}

.home-quickbox-link {
  text-decoration: none;
}

.home-quickbox-link:hover {
  text-decoration: none;
}


.home-quickbox-about {
  background-color: var(--orange-color);

}
.home-quickbox-faqs {
  background-color: var(--lightblue-color);

}



.home-quickbox img {
  height: 80px;
}



.home-quickbox h3 {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.home-quickbox-top {
  width: 100%;
}
§
.home-quickbox-bottom {
  width: 100%;
}


.home-projects {
  background-color: var(--lightgrey-color);
}

.home-projects h2{
  color: var(--blue-color);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.home-projectbox {
  background-color: white;
  padding: 30px 30px 60px 30px;
  border-radius: 20px;
  color: black;
  font-size: 15px;
  position: relative;
  margin-bottom: 25px;
  
}

.home-projectbox:hover {
  background-color: #f2f2f2;

  
}

.projectbox-link a {
  text-decoration: none;
}


.main-content .home-projectbox {
  border: 1px solid var(--blue-color);
  
}

.home-projectbox h3 {
  
  color: var(--blue-color);
  font-size: 18px;
  margin-bottom: 20px;
}

.home-projectbox-readmore {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 10px 30px;
  color: var(--green-color);
  font-weight: 700;
  background-image: url(images/right-arrow.svg);
  background-position: right 30px center;
  background-repeat: no-repeat;
}

.home-projectbox-readmore a {
  display: block;
  padding: 3px 0;
  text-decoration: none;
}
/* INTERNAL */



.hero-internal {
  height: 350px;
}

.hero-internal .hero-text {
  padding-top: 100px;
}

.hero-internal h1 {
  font-size: 42px;
}



.main-content img {
  border-radius: 20px;
 width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}



/* NEWS */

.news-hero {background-color: var(--green-color-20);}

.news-hero h1  {
  color: var(--darkgrey-color);
  font-size: 36px;
}

.news-hero .news-views-date  {
  color: var(--green-color);
  font-size: 18px;
  margin-bottom: 10px;
  
}

.news-hero .news-views-pill {
  background-color: white;
  border: 2px solid var(--green-color);
  color: var(--green-color);
  padding: 8px 24px;
  border-radius: 30px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}

.news-content-right  {
  padding-left:60px;
}

.news-content-summary .home-news-box {
  border: 1px solid var(--lightgrey-color);
}


.navbar-brand img {
  width: 350px;
}

.navbar-toggler {
  border: #222 1px solid;
}
.navbar-toggler {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important
}

#navbarDropdownMenuLink {
	outline: none
}

.navbar-light .navbar-nav .nav-link  {
	color: #222;
}


.navbar-nav .dropdown {
	/* border: 1px solid #2e3175;
	border-radius: 40px;
	background: #d7eef9 url('images/quick-carat.svg') no-repeat right 8px center;
	padding: 0 8px 0px 8px; */
}

.navbar-nav .dropdown:has(.show) {
	/* background: white url('images/quick-carat.svg') no-repeat right 8px center; */
}


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

/*MAKE DROPDOWN HOVER BUT NOT MOBILE*/

@media (min-width: 992px) {
	.dropdown:hover > .dropdown-menu {
		display: block;
		margin-top: 0;
	}
}



.nav-link {
	font-size: 17px;
	font-weight: 600;
}

a.navbar-brand {
	padding: 0!important;
}


.ja-nav-close {
	/* margin: 0 auto; */
	background: none;
	border: none;
	color: white;
	font-size: 24px;
  font-weight: 900;
	padding: 8px 40px;
	margin-bottom: 10px;
	margin-top: -10px;
}


/* CHANGE NAV TO SLIDE IN */

@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
		padding-top: 40px;
/*        padding-bottom: 665px;*/
        width: 100%;
		height: 100%;
/*		width: 250px;*/
		outline: 15px solid #222;
		background: #222;
		z-index: 100;
		text-align: left;
    }
	
	   /* .navbar-collapse::before {
        
		content: '\2716';
		color: white;
		position: relative;
		right: 0;
		top: -15px;
		font-size: 20px;
    }*/
    .navbar-collapse.collapsing {
/*        height: auto;*/
		height: 100%;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -110%;
    }
    .navbar-collapse.show {
        left: 0;
		height: 100%;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    }
	
	.nav-link {
		color: white!important;
	}
	
	.dropdown-toggles {
		
	}
	
	.dropdown .dropdown-menu {
		background: none!important;
		box-shadow: none!important;
		color: white;
		border: none;
		text-align: left;
    
	}
	
		.dropdown .dropdown-menu .dropdown-item:hover {
		background: none!important;
	
	}
	
		.dropdown .dropdown-menu a {
		color: white;
		font-size: 18px;
	}
	
			.dropdown .dropdown-menu a:hover {
		color: var(--orange-color);
	}
}


/* submenu  */

.submenu-wrap  {
    background: var(--green-color-20);
    padding: 30px;
    border-radius: 20px;
  }

.submenu-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .submenu-wrap ul li  {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: var(--green-color) 1px solid;
  }

   .submenu-wrap ul li:last-of-type  {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none
  }
  
  .submenu-wrap ul li a {
    font-weight: 700;
    color: var(--darkgrey-color);
    text-decoration: none;
  }
  
  .submenu-wrap ul li a:hover {
    color: var(--green-color);
  }

    .submenu-wrap ul li a.currentpage {
    color: var(--green-color);
  }

/*END NAVIGATION*/



/*MEDIA QUERIES*/

/*XX-Large devices (larger desktops, 1400px and up)*/

@media (max-width: 1399px) {
 


}

/*X-Large devices (large desktops, 1200px and up)*/

@media (max-width: 1199px) {


.nav-link {
	font-size: 16px;
}

.navbar-brand img {
  width: 300px;
}

.main-content img {
  width: 100%;
}
  
    
}

/*Large devices (desktops, 992px and up)*/

@media (max-width: 991px) {

.nav-link {
	font-size: 17px;
}

.navbar-brand img {
  width: 250px;
}

.hero-text h1 {
  font-size: 36px;
}

.hero-text h2 {
  font-size: 26px;
  margin-bottom: 40px;
}



}

/*Medium devices (tablets, 768px and up)*/

@media (max-width: 767px) {

  .navbar-brand img {
  width: 200px;
}
  
.herovid {
  height: 400px;
}

.hero-text h1 {
  font-size: 26px;
}

.hero-text h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
 
}

/*small*/

@media (max-width: 575px) {
  .herovid {
  height: 400px;
}

.hero-text  {
  padding-top: 30px;
}

.hero-text h1 {
  font-size: 24px;
}
  
}
