

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
/* Colors */
/* Values */
/* Media breakpoints */
body {
    position: relative;
}
html {
  scroll-behavior: smooth;
}
h2 {
    font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: black;
  margin-bottom: 30px;
}
h3 {
  font-size: 26px;
  font-weight: 700;
  color: black;
  margin-bottom: 30px;

}
h4 {
  font-size: 18px;
  font-weight: 700;
  color: black;
  margin-bottom: 30px;
}
iframe {
	height: 100%;
    width: 100%;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1300px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .container {
        padding: 0 50px !important;
    }
}
@media (max-width: 767px) {
    .section {
        padding: 60px 0 60px !important;
    }
    .navbar-brand {
        display: unset !important;
        margin-right: unset !important;
    }
    .navbar img {
        width: 80%;
    }
}
html {
    scroll-behavior: smooth;
}
.text-lightblue {
    color: #88C99F;
}
p {
    font-size: 16px;
    color: #2b2b2b;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    letter-spacing: 0.25px;
}
.w-fit {
    width: fit-content !important;
}
.btn-blue {
    background-color: #88C99F;
    color: white;
    font-family: "Poppins";
    font-size: 14px;
    padding: 13px 34px;
    border: 2px solid #88C99F;
    letter-spacing: 0.25px;
    transition-duration: 0.25s;
    display: inline-block;
}
.btn-blue:hover {
    background-color: transparent;
    color: #88C99F;
    text-decoration: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}



/* HEADER */
.head {
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.header-nav {
    padding: 40px 0 40px 0;
}
.header-nav .navbar-nav {
    margin-left: auto;
    margin-top: 5px;
}
.header-nav .nav-item {
    margin: 0 15px;
}
.header-nav .nav-item .nav-link {
    font-family: 'Montserrat', sans-serif;
    color: #2b2b2b !important;
    font-weight: 300;
    letter-spacing: 0.25px;
    padding: 4px 1px !important;
    font-size: 15px;
    line-height: 19px;
}
.header-nav .navbar {
    align-items: start;
}
.header-main {
    padding-bottom: 50px;
}
.header-main h2 {
    font-family: 'Montserrat', sans-serif;
}
.header-main h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    color: #3e1774;
    font-weight: 800;
    line-height: 65px;
    margin-bottom: 40px;
}
.header-main h1 span {
    color: #3e1774;
}
@media (max-width: 1200px) {
	.header-main h1 {
		font-size: 30px;
	}
}
@media (max-width: 576px) {
    .navbar-light .navbar-brand {
        width: 80%;
    }
}
.header-main p {
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
}
.header-main .main-box {
    margin-right: 50px;
    margin-bottom: 1rem;
}
.alert-box {
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}
.alert-box .message {
    background-color: white;
    width: fit-content;
    margin: auto;
    padding: 25px 200px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0.header-main,0.05);
}
.alert-box .message span {
    font-size: 18px;
    font-family: "Poppins";
    color: #2b2b2b;
    font-weight: 500;
}
.alert-box .message-head {
    font-weight: bold !important;
}
.alert-box .message-head::after {
    content: "-";
    margin: 0 2px 0 8px;
    font-weight: 500 !important;
}


/* HEADER QUERIES */
@media (min-width: 993px) {
    .header-nav .nav-item.active, .header-nav .nav-item:hover {
        border-bottom: 3px solid #3e1774;
    }
}
@media (max-width: 989px) {
	.header-main h1 { 
        text-align: center;
        font-size: 48px;
    }
   }
@media (max-width: 776px) {
	.header-main h1 { 
        text-align: center;
        font-size: 25px;
    }
}
@media (max-width: 993px) {
    .header-nav .navbar {
        align-items: center;
    }
    .alert-box .message {
        padding: 25px 100px;
    }
    .header-main .main-img {
        display: block;
        margin: auto;
        float: unset !important;
        padding-bottom: 40px;
    }
    .header-nav {
        padding: 10px 0 10px 0;
        /*margin-bottom: 50px;*/
        background: white;
    }
    .header-main h1 { 
        text-align: center;
        font-size: 48px;
    }
    .header-main p {
        text-align: center;
    }
    .header-main .main-box a.btn-blue {
        display: block;
        margin: auto;
        width: fit-content;
    }
    .header-main {
        padding-bottom: 75px;
    }
    .header-main .main-box {
        margin-right: 0px;
    }
    .navbar-light .navbar-toggler {
        border-color: transparent !important;
    }
    .navbar-light .navbar-toggler:focus {
        outline: none;
    }
    #navbarNav {
        padding-top: 25px;
        text-align: center;
    }
    .header-nav .nav-item.active a, .header-nav .nav-item:hover a {
        color: #88C99F !important;
    }
    #navbarNav a {
        font-size: 17px;
        line-height: 25px;
    }
}
@media (max-width: 767px) {
    .alert-box .message {
        text-align: center;
    }
    .alert-box .message .message-head {
        display: block;
    }
    .alert-box .message .message-head::after {
        display: none;
    }
    .header-main .main-box {
        margin-bottom: 0px;
    }
    
}
@media (max-width: 576px) {
    .alert-box .message {
        padding: 25px 50px;
    }
}
@media (max-width: 476px) {
    .alert-box .message {
        padding: 25px 29px;
    }
}
/* SECTIONS */
.section {
    padding: 80px 0 160px;
}
.contact-us {
    padding-bottom: 240px;
    background-color: #fff;
}
.section .section-title p {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #2b2b2b;
}
.section .section-title h2 {
    color: #2b2b2b;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.section .section-desc {
    font-family: "Roboto",sans-serif;
    text-align: center;
    max-width: 820px;
    display: block;
    margin: auto;
    font-weight: 400;
    margin-bottom: 90px;
}
.team .person-card {
    position: relative;
    background: #88C99F;
    margin-bottom: 69px;
}

/* SECTIONS QUERIES */
@media (max-width: 767px) {

}


/* OUR TEAM */
.team {
    background-color: #fff;
}
.team .row {
    justify-content: center;
}
.team .person-card img{
    transition-duration: 0.25s;
    width: 100%;
    object-fit: cover;
    max-height: 403px;
}
.team .person-card:hover img{
    opacity: 0.85;
}
.team .about-box {
    /*padding: 55px 50px 55px 85px;*/
}
.team .about-text {
    font-family: "Roboto",sans-serif;
    text-align: left;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #2b2b2b;
}
.team .person-card .person-info {
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    min-width: 250px;
    bottom: -69px;
}
.team .person-info div:first-child {
    background-color: #fff;
    padding: 11px 5px;
}
.team .person-info div:last-child {
    background-color: #88C99F;
    padding: 11px 5px;
}
.team .person-info div:first-child p {
    color: #2b2b2b;
    margin: 0;
    text-align: center;
    display: block;
    margin: auto;
    letter-spacing: 0.25px;
}
.team .person-info div:last-child p, .team .person-info div:last-child a {
    color: #fff;
    margin: 0;
    text-align: center;
    display: block;
    margin: auto;
    letter-spacing: 0.25px;
}
.team .person-card .person-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 300;
}
.team .person-card .person-prof {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
}
.team .person-card .person-tel {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
}
.team .person-card .person-mail {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

/* OUR TEAM QUERIES */
@media (max-width: 1200px) {
    .team .about-box {
        padding: 0px 50px 55px 85px;
    }
}
@media (max-width: 993px) {
    .team .person-card .person-info {
        min-width: 200px;
    }
    .team .about-box p:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .team .person-box .person-card {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .team .person-box {
        padding-bottom: 0px;
    }
    .team .person-box:first-child {
        padding-bottom: 20px;
    }
}

/* CONTACT */
.contact h3 {
    font-family: 'Montserrat', sans-serif;
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 800;
    margin: 0;
    line-height: 25px;
}
.contact h4 {
    font-family: 'Montserrat', sans-serif;
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    margin: 0;
}
.contact p {
    font-family: 'Montserrat', sans-serif;
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}
.contact .contact-box {
    padding: 95px 0 135px;
    max-width: 650px;
    margin-left: auto;
}

.contact .address {
    /*background-image: url("/www/web/images/img/icon-pin.svg");
    background-repeat: no-repeat;
    background-position: left top;*/
    margin-bottom: 45px;
    padding-left: 50px;
}
.contact .tel-and-mail {
   /* background-image: url("/www/web/images/img/icon-phone.svg");
    background-repeat: no-repeat;
    background-position: left top;*/
    margin-bottom: 45px;
    padding-left: 50px;
}
.contact .opening-hours {
    padding-left: 50px;
}
.contact .opening-hours h3 {
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}
.contact .opening-hours p{
    font-weight: 300;
}
.contact #map {
    height: 100%;
    min-height: 400px;
    filter: grayscale(1);
}
.contact .contact-us-bg {
    background-color: #f8f8f8 !important;
}
.icon {
    position: absolute;
    left: 0;
}
/* CONTACT QUERIES */
@media (min-width: 1200px) and (max-width: 1350px) {
    .contact .contact-box {
        max-width: 100%;
        margin-left: unset;
        padding: 95px 50px 135px;
    }
}
@media (max-width: 1200px) {
    .contact .contact-box {
        max-width: 480px;
        margin-left: auto;
        padding: 95px 0 135px;
    }
}
@media (max-width: 993px) {
    .contact .contact-box {
        max-width: 360px;
        margin-left: auto;
    }
}
@media (max-width: 767px) {
    .contact .contact-box {
        max-width: fit-content;
        padding: 60px 30px 60px 0;
        margin-left: auto;
        margin-right: auto;
    }
}

/* CONTACT US */
.contact-us form {
    margin: 0;
}
.contact-us .contact-form {
    margin: 50px 40px 10px;
    padding: 50px 200px 60px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.23);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.23);

}
.contact-us .contact-form input, .contact-us .contact-form textarea {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    color: #a5a5a5;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    width: 100%;
    padding: 10px 2px;
    margin-top: 20px;
}
.contact-us .contact-form input::placeholder, .contact-us .contact-form textarea::placeholder {
    color: #a5a5a5;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
}
.contact-us .contact-form textarea{
    resize: none;  
    padding: 10px 0;  
    margin-bottom: 70px;
    min-height: 150px;
}
.contact-us .contact-form input:focus, .contact-us .contact-form textarea:focus {
    outline: none;
}
.contact-us .contact-form button {
    padding: 13px 80px;
}

/* CONTACT US QUERIES */
@media (max-width: 1200px) {
    .contact-us .contact-form { 
        margin: 100px 0px 10px;
        padding: 50px 150px 60px;
    }
}
@media (max-width: 993px) {
    .contact-us .contact-form { 
        margin: 100px 0px 10px;
        padding: 50px 90px 60px;
    }
}
@media (max-width: 767px) {
    .contact-us .container {
        padding: 0;
    }
}
@media (max-width: 576px) {
    .contact-us .contact-form { 
        margin: 25px 0px 10px;
        padding: 50px 50px 60px;
    }
}
/* FOOTER */
.footer {
    padding: 45px 0;
    background-color: #f8f8f8;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer .footer-icons-box {
    display: flex;
}
.footer .footer-icon {
    border: 1px solid #e1e1e1;
    border-radius: 35px;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    margin-right: 30px;
    transition-duration: 0.25s;
}
.footer .footer-icon:hover {
    text-decoration: none;
    background-color: #ebebeb;
}
.footer .copyright-box {
    display: flex;
    align-items: center;
}
.footer .copyright {
    text-align: right;
    width: 100%;
    display: block;
    color: #a5a5a5;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    letter-spacing: 0.25px;
}
.footer .copyright a {
    color: #a5a5a5;
}
.footer .footer-icon:last-child {
    margin-right: 0;
}

/* FOOTER QUERIES */
@media (max-width: 767px) {
    .footer .footer-icons-box {
        justify-content: center;
    }
    .footer .copyright {
        margin-top: 20px;
        text-align: center;
    }
}
#content {
    padding-bottom: 250px;
    padding-top: 50px;
}
table {
  width: 100%;
  overflow: scroll;
  border: 1px solid #e3e3e3;
}
tr {
  border-bottom: 1px solid #e3e3e3;
  font-family: "Roboto";
}
th,td {
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
}
td {
    
    font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

@media (max-width: 768px){
  th, td {
    padding: 10px;
    font-size: 9px;
  }
}
.photo-wrap img {
    max-width: 100%;
    height: auto;
}
.navigation h1 {
    font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  color: #88C99F;
  font-weight: bold;
}
.navigation .bar {
  font-size: 13px;
}
.navigation .bar span:last-child {
  color: black;
  font-weight: 800;
}
.navigation .bar a, .navigation .bar span {
  color: black;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.navigation {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  background: #f7f7f7;
}
input, button {
    outline: none!important;
}
.subpage ul {
  list-style: none;
}

.subpage ul li::before {
  content: "\2022";
  color: #88C99F;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  position: absolute;
}
.subpage ul li {
	position: relative;
}
.references .grid .element-item .image-box img {
    position: absolute;
    width: auto;
    height: auto;
    min-height: 100%;
    max-height: 105%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.references .grid .element-item {
    width: calc(25% - 20px);
    margin: 0 10px 50px 10px;
}
.references .grid .element-item .image-box {
    width: 100%;
    height: 205px;
    overflow: hidden;
    position: relative;
}
@media only screen and (max-width: 800px) {
  .references .grid .element-item .image-box {
      height: 160px;
  }
}
@media only screen and (max-width: 500px) {
  .references .grid .element-item .image-box {
      height: 100px;
  }
}
@media only screen and (max-width: 380px) {
  .references .grid .element-item .image-box {
      height: 80px;
  }
}
.subpage img {
	max-width: 100%;
	height: auto;
}
.button-group {
	padding: 2rem;
    text-align: center;
}
.subpage button {
	background-color: #88C99F;
    color: white;
    font-family: "Poppins";
    font-size: 14px;
    padding: 13px 34px;
    border: 2px solid #88C99F;
    border-radius: 35px;
    letter-spacing: 0.25px;
    transition-duration: 0.25s;
    display: inline-block;
}
.subpage button:hover {
	color: #88C99F;
	background-color: white;
}
