.prel{
	position:relative;
}

a:hover {
    color: #1fbc02;
}

.linkbox {
	padding:15px;
	text-transform:uppercase;
}
.linkbox.locations, .linkbox.plist, .linkbox.test{
border-right: 1px solid rgba(0,0,0,0.15); 
}

.homesearch{
	background: #1b6615;
    width: 100%;
    padding-top: 22px;
    border: 0;
    padding-bottom: 22px;
}

.socialicon{ 
	margin-left:15px;
	margin-right:15px;
	color:#fff;
}

.navbar.bg-dark{
background: #ffcb08!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(0,0,0,.95);
}

body{
	font-family: 'Ubuntu', sans-serif; 
	font-size:0.875rem;
    background: #009141;
}

main{

}

.homeselect {
    background: #1e7418;
    border: 0;
    color: #fff;
}

footer{
	background:#222;  
	font-size:0.8rem;
}

#homepage .table-striped>tbody>tr:nth-of-type(odd) {
    color: #fff;;
}

.navbar-nav{
    text-transform: uppercase; font-weight:300;
}

.linkbox i{
	color:#009141; display:block;
	margin-bottom:10px;
	font-size: 24px;
}
.linkbox{
	color:#a5a5a5;
	line-height: 1.2;
	position:relative;
	cursor:pointer;
	font-size: 14px;border-bottom: 4px solid #ffcb08;
}

.dropdown-content{
width: 100%;
        background: rgb(9 135 13 / 48%);
    padding-top: 10px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
	
}

.linkbox.logo{
	background-image:url(../images/menubg.svg);
	background-repeat: no-repeat;
    background-position: center right;
}
.linkbox.logo img{
	width: 130px;
	margin: 0 auto;
}

.footersec{
	background: rgba(0,0,0,0.55);
    padding: 15px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.58) 38%, rgba(0,0,0,0.58) 51%, rgba(0,0,0,0.58) 69%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.58) 38%,rgba(0,0,0,0.58) 51%,rgba(0,0,0,0.58) 69%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.58) 38%,rgba(0,0,0,0.58) 51%,rgba(0,0,0,0.58) 69%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );


}

#accordion .card-body{
	background: rgba(0,0,0,0.35);
}
#accordion .card-header{
	padding:0;
}
#accordion h6.panel-title{
	margin:0; padding:0;
}

#accordion .panel-title a{
	display:block; color:#fff; text-decoration:none;    background: rgb(16 77 17 / 45%);	 
}
#accordion .card{
	background:transparent;
	text-align:left; 
}


/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #18d26e;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #18d26e;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #18d26e;
}

#contact .php-email-form button[type="submit"] {
  background: #18d26e;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #13a456;
}


#pricelistDropdown .table-sm>:not(caption)>*>* {
	border-bottom: 1px solid #0f660e;
}

nav .logomenu {
background: #fff;
    padding: 7px;
    width: 142px;
    position: relative;
    top: 0;
    left: 0px;
    height: auto;
    z-index: 5;
}

.logolink {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.logolink:before {
top: 0;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-right: 25px solid #fff;
    z-index: 9999999;
    right: 142px;
}

.logolink:after {
right: -25px;
    top: 0;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 25px solid #fff;
    z-index: 10000000;
}


.nav-link.hotline {
background: rgba(0,0,0,0.15);
    color: #fff!important;
    font-size: 12px;
}

.lang { 
    font-size: 12px;
    background: rgba(255,255,255,0.1);
}

.fq { 
    line-height: 2;
    margin-bottom: 0;
}

strong{font-weight:500;}

.btn-primary:hover {
    color: #fff;
    background-color: #46ae00;
    border-color: #46ae00;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../images/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #18d26e;
  border: 2px solid #18d26e;
}

.section-header h3 { font-size: 32px; color: rgb(17, 17, 17); text-transform: uppercase; text-align: center; font-weight: 700; position: relative; padding-bottom: 15px; }
.section-header h3::before { content: ""; position: absolute; display: block; width: 120px; height: 1px; background: rgb(221, 221, 221); bottom: 1px; left: calc(50% - 60px); }
.section-header h3::after { content: ""; position: absolute; display: block; width: 40px; height: 3px; background: rgb(24, 210, 110); bottom: 0px; left: calc(50% - 20px); }  

.ecolist{
	list-style: none;
    padding: 0;
	   line-height: 2;
}

.ecolist li {
    padding-left: 33px;
    position: relative;
}

.ecolist i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #47b2e4;
    line-height: 1;
}

.section-bg {
    background-color: #f3f5fa;
}

@media (max-width: 991.8px){
	.navbar-dark .navbar-nav .nav-link {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
}








.prel{
    position:relative;
}

a:hover {
    color: #1fbc02;
}

a, .btn-link{
    text-decoration: none;
}

.carousel-caption{
    position: absolute;
    top: 75px;
    left: 15px;
    max-width: 460px;
}

.carousel-caption h5{
    font-weight: 900;
    font-size: 2.25rem;
}

.carousel-caption p{
    font-size: 1.1rem;
}

.linkbox {
    padding:15px;
    text-transform:uppercase;
}

.linkbox.active{
    color: #009141;
    border-bottom: 4px solid #f5b500;
}

.linkbox.locations, .linkbox.plist, .linkbox.faq{
border-right: 1px solid rgba(0,0,0,0.15);
}

.homesearch{
    background: #1b6615;
    width: 100%;
    padding-top: 22px;
    border: 0;
    padding-bottom: 22px;
}

.socialicon{
    margin-left:15px;
    margin-right:15px;
    color:#fff;
}

.navbar.bg-dark{
background: rgb(255,170,0);
background: -moz-linear-gradient(left,  rgba(255,170,0,1) 0%, rgba(255,203,8,1) 50%, rgba(255,170,0,1) 100%);
background: -webkit-linear-gradient(left,  rgba(255,170,0,1) 0%,rgba(255,203,8,1) 50%,rgba(255,170,0,1) 100%);
background: linear-gradient(to right,  rgba(255,170,0,1) 0%,rgba(255,203,8,1) 50%,rgba(255,170,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#ffaa00',GradientType=1 );
}

.navbar-dark .navbar-nav .nav-link {
    color: #262626;
    font-weight: 500;
}

body{
    font-family: 'Roboto', sans-serif;
    font-size:0.875rem;
}

main{

}

.managebox{
    background: #1eb14b;
    min-height: 68px;
}
.managebox h5{
    font-size: 0.875rem;
    color: #d6df21;
    display: block;
    padding-top: 5px;
}
.managebox h6{
    font-size: 0.875rem;
    color: #fff;font-weight: normal;
    display: block;
    padding-top: 5px;
}

.homeselect {
    background: transparent;
    border: 1px solid #198754;
    color: #198754;
}
.homeselect::placeholder {
    color: #a5a5a5;
}

.testcount span{
    padding: 10px;
    color: #dedede;
    border-radius: 3px;
    font-size: 30px;
    background: #131313;
    background: -moz-linear-gradient(top, #131313 0%, #444444 50%, #000000 50%, #2c2c2c 50%, #131313 50%, #131313 100%);
    background: -webkit-linear-gradient(top, #131313 0%,#444444 50%,#000000 50%,#2c2c2c 50%,#131313 50%,#131313 100%);
    background: linear-gradient(to bottom, #131313 0%,#444444 50%,#000000 50%,#2c2c2c 50%,#131313 50%,#131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#131313',GradientType=0 );
}

footer{
    background:#222;
    font-size:0.8rem;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.fqpage .card{
    margin-bottom: 3px;
    border: 0;
}
.fqpage a{
    color: #3d4e4e;
}
.fqpage .card-header i{
    padding-right: 5px;
    color: #dedede;
}
.fqpage .card-header{
    background: #fff;
    border-left: 4px solid #1eb14b;
    border-radius: 0;
    border-bottom: 0;
    padding-left: 5px;
}

.fqpage h6{
    margin-bottom: 0;
}

h3{
    font-weight: 700;
}

h5.name {
    font-size: 1rem;
}



.table>:not(caption)>*>*{
    border-bottom-width:0px;
}


#homepage .table-striped>tbody>tr:nth-of-type(odd) {
    color: #fff;;
}

.navbar-nav{
    text-transform: uppercase; font-weight:300;
}

.linkbox i{
    color:#009141; display:block;
    margin-bottom:10px;
    font-size: 24px;
}
.linkbox{
    color:#a5a5a5;
    line-height: 1.2;
    position:relative;
    cursor:pointer;
    font-size: 14px;border-bottom: 4px solid #ffcb08;
}

.dropdown-content{
width: 100%;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;

}

.locsearch::-webkit-input-placeholder {
  color: #fff;
}

.dlink{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    display: block;
    text-align: center;
    width: 100%;
    padding: 2px;
    font-size: 0.8rem;
    margin-bottom: 10px;
}
.dlink:hover{
    background: #009141;
    color: #fff;
}


#accordion .card-body{
    background: rgba(0,0,0,0.35);
}
#accordion .card-header{
    padding:0;
}
#accordion h6.panel-title{
    margin:0; padding:0;
}

#accordion .panel-title a{
    display:block; color:#fff; text-decoration:none;    background: rgb(16 77 17 / 45%);
}
#accordion .card{
    background:transparent;
    text-align:left;
}


/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #18d26e;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #18d26e;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #18d26e;
}

#contact .php-email-form button[type="submit"] {
  background: #18d26e;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #13a456;
}


#pricelistDropdown .table-sm>:not(caption)>*>* {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.ecolist.advice li{
    padding-bottom: 10px;
    padding-top: 10px;
    color: #747e84;
}

.ecolist.advice  i{
    top: 15px;
}

.vtable th img{
    display: block;
    margin: 0 auto;
    height: 44px;
    width: auto;
    margin-bottom: 10px;
}

.vtable th{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 1rem;
    font-weight:300;
    text-align: center;
    background: #fff;
    border-left: 0;
    border-right: 0;
    border-top: none;
    border-bottom: none;
}

.vtable td{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    font-weight:300;
    line-height: 1.5;
    border-left: 0;
    border-right: 0;
}

.datat th{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 1rem;
    font-weight:300;
}

.datat i{
    font-size: 1.85em;
}

.datat td{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    font-weight:300;
    line-height: 1.8;
}

.nav-link.hotline {
background: rgba(255,255,255,0.15);
    color: #000!important;
    font-size: 12px;
}

.lang {
    font-size: 12px;
    background: rgba(255,255,255,0.1);
}

.fq {
    line-height: 2;
    margin-bottom: 0;
}

strong{font-weight:500;}

.btn-primary:hover {
    color: #fff;
    background-color: #46ae00;
    border-color: #46ae00;
}

.contact .info i {
    font-size: 20px;
    color: #1eb14b;
    float: left;
    width: 44px;
    height: 44px;
    background: #e0ffea;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../images/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
}

.txtfeatured{
    background: #1eb14b;
    font-size: 1.1rem;
    font-weight: 300;
    padding: 30px;
    color: #fff;
    height: 100%;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #18d26e;
  border: 2px solid #18d26e;
}

.section-header h3 { font-size: 32px; color: rgb(17, 17, 17); text-transform: uppercase; text-align: center; font-weight: 700; position: relative; padding-bottom: 15px; }
.section-header h3::before { content: ""; position: absolute; display: block; width: 120px; height: 1px; background: rgb(221, 221, 221); bottom: 1px; left: calc(50% - 60px); }
.section-header h3::after { content: ""; position: absolute; display: block; width: 40px; height: 3px; background: rgb(24, 210, 110); bottom: 0px; left: calc(50% - 20px); }

.ecolist{
    list-style: none;
    padding: 0;
       line-height: 2;
}

.ecolist li {
    padding-left: 33px;
    position: relative;
}

.ecolist.infog i {
    position: absolute;
    left: 16px;
    top: 34px;
    font-size: 25px;
    color: rgba(255,255,255,0.5);
    line-height: 1;
    text-align: center;
}
.pt-2.hotbox{
    background:#009141; min-height: 84px; position:relative; overflow:hidden;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topleft: 15px;
border-top-left-radius: 15px;
}




.ecolist i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #1eb14b;
    line-height: 1;
}

.ecolist.import li{
    padding-left: 47px;
    position: relative;
    background: #00800014;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ecolist.import li:last-child{
    margin-bottom: 0px;
}

.ecolist.import li i {
    left: 14px;
    top: 14px;
    font-size: 1rem;
}

h5 {
    font-weight: 300;
    font-size: 1.3rem;
}

h5.import{
    background: #1eb14b;
    color: #fff;    padding: 16px 15px;
}

#recomend .ecolist li{
    padding-left: 42px;
    position: relative;
    background: #00800014;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#recomend .ecolist i {
    left: 14px;
    top: 14px;
}
#whyc .ecolist li{
    padding-left: 45px;
    position: relative;
    background: rgba(255,255,255,0.5);
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.1rem;
    font-weight: 300;
}

#whyc .ecolist li:last-child{
    margin-bottom: 0px;
}

#whyc .ecolist i {
    left: 11px;
    top: 14px;
    line-height: 1.3;
}

span.num {
    width: 56px;
    height: 100%;
    font-weight: bold;
    font-size: 36px;
    background: rgba(0,0,0,0.07);
    padding-top: 9px;
    padding-left: 15px;
    position: absolute;
    left: 0;
    padding-right: 15px;
    padding-bottom: 11px;
}

.ecolist.infog li{
    min-height: 84px;
    line-height: 1.8;
    padding-left: 66px;
    padding-right: 15px;
}

.ecolist.infog li > strong{
    font-weight: 700;
    display: block;
    padding-top: 5px;
    padding-bottom: 0px;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    letter-spacing: 2px;
}
.ecolist.infog li {
    background-image: url(../images/greenbg.svg);
    background-color:#d6df21;
    color: #fff;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 50px;
}

.ecolist.infog li p{
    margin: 0;
    padding-top: 0px;
    padding-bottom: 10px;
}

.ecolist.infog li:first-child {
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.ecolist.infog li:last-child {
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
/**
.ecolist.infog li:nth-child(odd) {
    background-color:#1eb14b;
    background-image: url(../images/yellowbg.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 50px;
}
.ecolist.infog li:nth-child(even){
    background-image: url(../images/greenbg.svg);
    background-color:#d6df21;
    color: #000;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 50px;
}
**/
.prel{
    position: relative;
}

.section-bg {
    background-color: #f3f5fa;
}

nav .logomenu {
    background: #fff;
    padding: 7px;
    width: 142px;
    position: relative;
    top: 0;
    left: 0px;
    height: auto;
    z-index: 5;
}

.logolink {
    padding-top:0;
    padding-bottom:0;
    position: relative;
}

.logolink:before {
top: 0;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 49px solid transparent;
    border-right: 25px solid #fff;
    z-index: 9999999;
    right: 142px;
}

.logolink:after {
right: -25px;
    top: 0;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 49px solid transparent;
    border-left: 25px solid #fff;
    z-index: 10000000;
}


.navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

@media (max-width: 991.8px){
    
    
    .logolink:after, .logolink:before{
        display: none;
    }

.carousel-control-prev , .carousel-control-next{
    display: none;
}

    .navbar-dark .navbar-nav .nav-link {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}


#homepage nav .logolink {
    display:block;
}

.logolink:before {
    right: 161px;
    top: 0;
    position: absolute;
    content: '';
    width: 3000px;
    height: 55px;
    z-index: 1;
    background: #fff;
}

.logolink:after {
    right: -30px;
    top: 0px;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 56px solid transparent;
    border-left: 30px solid #ffffff;
    z-index: 10000000;
}


}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.heatop {
    background-color: #fff !important;
}

























