/********** Template CSS **********/
:root {
    --primary: #00B074;
    --secondary: #2B9BFF;
    --light: #EFFDF5;
    --dark: #2B3940;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.imgss{
	    filter: invert(18%) sepia(43%) saturate(286%) hue-rotate(155deg) brightness(93%) contrast(91%);
    width: 40px;
    height: 40px;
}

.country-selected{
    float: right;
    display: block;
    position: relative;
}

.det-team{
    float: left;
    width: 100%;
    background: #030f27;
    height: 165px;
}

.country-selected a{
padding:0px 10px;
}

.ctn{
    position: absolute;
}

.header-top {
    width: 84%;
    position: relative;
    right: 0;
    z-index: 100000;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.team{
    background: url(../img/bg-team.jpg);
    width: 100%;
    height: 500px;
    display: flex;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.u-section-2 .u-list-1 {
    min-height: 553px;
    grid-template-columns: repeat(3, calc(33.3333% - 7px));
    width: 1140px;
    grid-gap: 10px;
    margin: -184px auto 0;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.logo{
	    width: 150px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.img-recr{
    float:left;
}

.name-recr{
    float: left;
    width: 70%;
    color: #2b3940;
    font-weight: bolder;
    font-size: 22px;
}

.p-recr{
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-size: 14px;
}

.d-recr{
    width: 73%;
    display: inline-grid;
    margin-top: 15px;
}

.p-recr i{
    margin-right: 10px;
}

.function-recr{
    float: left;
    width: 70%;
    color: #000000;
    font-weight: bolder;
    font-size: 16px;
    margin-top: -5px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}



.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}



.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: var(--primary);
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), url(../img/pheader.png) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
.about-bg {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 5px 5px;
}


/*** Category ***/
.cat-item {
    display: block;
    box-shadow: 0 0 45px rgb(0 0 0 / 8%);
    border: 1px solid transparent;
    transition: .5s;
    height: 150px;
}

.cat-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}


/*** Job Listing ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

.job-item {
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.job-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 2px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.img-team{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
}

.name-team{
float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-left:20px;
    margin-top: 20px;
}

.function-team{
    float: left;
    width: 100%;
    color: #00b074;
    font-size: 17px;
    margin-top: -20px;
    padding-left: 20px;
}

.min-desc-team{
    float: left;
    width: 100%;
    font-style: italic;
    padding-left: 20px;
    font-size: 15px;
    margin-bottom: 0px;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 35px;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
	margin-top:35px;
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background: #030f27;
    color: #ffffff;
}

.footer h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #00b074;
}

.footer h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #00b074;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social a:hover i {
    color: #030f27;
}

.footer .footer-social a i {
    font-size: 15px;
    color: #ffffff;
}

.footer .footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    border: 1px solid rgba(256, 256, 256, .3);
    border-radius: 60px;
    transition: .3s;
}

.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    text-align: center;
    border-top: 1px solid rgba(256, 256, 256, .1);
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.footer .footer-menu .f-menu a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
    z-index: 1;
    position: relative;
}

.f-foot{
	    z-index: 1;
    position: relative;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #fdbe33;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.fl{
	    padding-left: 35px;
    padding-right: 35px;
}

.footer .newsletter .btn:hover {
    color: #121518;
    background: #fdbe33;
}

.footer .newsletter .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fdbe33;
    background: #121518;
    border-radius: 0;
    border: 2px solid #fdbe33;
    transition: .3s;
}

.footer .newsletter input {
    height: 50px;
    border: 2px solid #121518;
    border-radius: 0;
}

.fact {
    position: relative;
    width: 100%;
}

.fact .fact-left {
    color: #ffffff;
    background: #00b074;
}

.fact .fact-left, .fact .fact-right {
    padding-top: 60px;
    padding-bottom: 60px;
}

.fact .fact-icon {
    position: relative;
    margin: 7px 15px 0 15px;
    width: 60px;
    display: flex;
	float:left;
    align-items: center;
    justify-content: center;
}

.fact .fact-icon [class^="flaticon-"]::before {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    background-image: linear-gradient(#ffffff, #00b074);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fact .fact-left h2 {
    color: #fff;
}

.fact .fact-text h2 {
    font-size: 35px;
	color:#fff;
    font-weight: 700;
}

.fact .fact-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.fact .fact-right {
    color: #ffffff;
    background: #008d5d;
}

.t-germania{
    background: url(../img/germania.png);
    float: left;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.t-olanda{
    background: url(../img/olanda.png);
    float: left;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.t-belgia{
    background: url(../img/belgia.png);
    float: left;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.t-romania{
    background: url(../img/romania.png);
    float: left;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.t-spania{
    background: url(../img/spania.png);
    float: left;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.t-italia{
    background: url(../img/italia.png);
    float: left;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.t-austria{
    background: url(../img/austria.png);
    float: left;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.t-danemarca{
    background: url(../img/danemarca.png);
    float: left;
    width: 100%;
    border-radius: 10px;
	position: relative;
}

.t-germania:before, .t-olanda:before, .t-belgia:before, .t-italia:before, .t-romania:before, .t-danemarca:before, .t-austria:before, .t-spania:before{
	    content: "";
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(140, 124, 124, 0.1), #000);
    border-radius: 15px;
    transition: .6s;
}

.t-germania h6, .t-olanda h6, .t-austria h6, .t-austria h6, .t-belgia h6, .t-romania h6, .t-spania h6, .t-italia h6, .t-danemarca h6{
    color: #fff;
    position: relative;
    top: 85px;
}

.table-sm {
    max-width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 30px;
    width: 100%;
    display: block;
    overflow: auto;
    white-space: nowrap;
}

.table-sm thead tr {
    height: 50px;
    display: table-row;
    outline: 0;
    vertical-align: middle;
}

.table-sm thead tr th {
    color: #351c56;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.5rem;
    background: #f5f6fb;
    display: table-cell;
    border: 1px solid #dadada;
    border-bottom: 2px solid rgba(224, 224, 224, .5);
    text-align: left;
    padding: 10px;
    letter-spacing: 0.01071em;
}
.table-sm tbody tr td {
    color: #b3b5cd;
    display: table-cell;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    border-bottom: 1px solid rgba(224, 224, 224, .5);
    text-align: left;
    letter-spacing: 0.01071em;
}

.table-sm tbody tr td {
    overflow: hidden;
    padding: 10px 5px;
    white-space: nowrap;
    border: 1px solid #dadada;
}

.input-form-login{
    float: left;
    width: 94%;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.input-login-btn{
	width: 100%;
    padding: 10px;
    color: #fff;
    background: #417dff;
    border: 1px solid #417DFE;
    text-transform: uppercase;
    font-size: 12px;
}

.login-content{
background: #f8f8f8;
    margin: auto;
    width: 400px;
    padding: 20px;
    margin-top: 230px;
    border: 1px solid #ededed;
}

.box-ticket-home{
	float: left;
    width: 100%;
    border-radius: 5px;
}

.title-login{
	    font-size: 20px;
    font-family: raleway;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.content {
background: #f0f0f0;
    padding: 20px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.t-upload {
    color: #323b83;
    padding: 10px 0px 0px 0px;
    float: left;
    width: 100%;
}

.col-1{
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-2 {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-3 {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-4 {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-7 {
    width: 75%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.input-upload {
    float: left;
    width: 100%;
    height: 35px;
    padding: 5px 0px 5px 10px;
    color: #283783;
    border: 1px solid #28327d;
}

.submit-upload{
	    background: #00b074;
    border: 1px solid #00b074;
    color: #fff;
    width: 100%;
    margin-top: 50px;
    padding: 5px 0px;
}

.n-single-meta-2 {
    background-color: #FFF;
    padding: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
    margin-bottom: 30px;
    padding-bottom: 0;
}

.n-single-meta-2 h4 {
    font-size: 22px;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 20px;
}

.n-single-meta-2 ul {
    list-style: none;
    position: relative;
    overflow: hidden;
}

.n-single-meta-2 ul li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.n-detail-transparent .n-single-meta-2 .short-detail-icon {
    float: left;
    margin-right: 15px;
}

.n-single-meta-2 .short-detail-icon img {
    margin-top: 5px;
}

.n-detail-transparent .n-single-meta-2 .short-detail-meta {
    position: relative;
    overflow: hidden;
}

.n-single-meta-2 .short-detail-meta small {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.n-single-meta-2 .short-detail-meta strong {
    font-weight: 400;
    font-size: 14px;
    color: #777;
}

.n-single-meta-2 .short-detail-icon {
    float: left;
    margin-right: 15px;
}

.title-succes-register{
	margin-bottom:20px;
    width: 100%;
    text-align: center;
    background: #5864ff;
    color: #fff;
    padding: 10px;
}

.accordion {
  background-color: #ccc;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom:2px;
}

.content-team {
    padding: 20px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.actives, .accordion:hover {
  background-color: #00B074;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 7px 10px;
  background-color: white;
  display: none;
  overflow: hidden;
    text-align: left;
}

	.logo-firm{
		display:none;
		margin-right:15px;
	}

@media (min-width: 546px) {
	.logo-firm{
		display:none;
		margin-right:15px;
	}
.n-single-meta-2 ul li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.col-3 {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.content {
background: #f0f0f0;
    padding: 20px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
.content-team {
    padding: 20px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
}


@media (min-width: 992px) {
		.logo-firm{
		display:block;
		margin-right:15px;
	}
.n-single-meta-2 ul li {
    float: left;
    width: 33%;
    margin-bottom: 30px;
}
.col-3 {
    width: 33.33%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.content {
background: #f0f0f0;
    padding: 20px;
    margin: 0 auto;
    width: 75%;
    position: relative;
    display: flex;
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
.content-team {
    padding: 20px;
    margin: 0 auto;
    width: 75%;
    position: relative;
    display: flex;
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: -130px;
    align-content: center;
}
}


@media (min-width: 1200px) {
		.logo-firm{
		display:block;
		margin-right:15px;
	}
.n-single-meta-2 ul li {
    float: left;
    width: 33%;
    margin-bottom: 30px;
}
.col-3 {
    width: 33.33%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.content {
background: #f0f0f0;
    padding: 20px;
    margin: 0 auto;
    width: 75%;
    position: relative;
    display: flex;
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.content-team {
    padding: 20px;
    margin: 0 auto;
    width: 75%;
    position: relative;
    margin-top: -130px;
    display: flex;
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
}

.section-reg{
float:left;
width:100%;
margin-top:20px;
}

.dropbtn {
    background-color: #00b074;
    color: white;
    height: 75px;
    font-size: 16px;
    padding: 0px 10px;
    border: none;
    border-left: 1px solid #3ec094;
    border-right: 1px solid #3ec094;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    z-index: 1;
    text-align: center;
    width: 100%;
        padding: 0px 5px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}


.c1{
	    font-family: 'Montserrat', sans-serif;
    letter-spacing: -5px;
    font-size: 3.8rem;
    color: #008d5d;
}