@font-face{
src: url(assets/font/Merriweather/Merriweather-Bold.ttf);
font-family: Merriweather;
}
@font-face{
src: url(assets/font/Open_Sans/OpenSans-SemiBold.ttf);
font-family:Open_Sans;
}
@font-face{
src: url(assets/font/Open_Sans/OpenSans-Light.ttf);
font-family:OpenSans-Light;
}
@font-face{
src: url(assets/font/AmstelvarAlpha-Default/amstelvara.ttf);
font-family:AmstelvarAlpha;
}
*{
margin:0;
padding:0px;
}

.container{

width:100%;
}
body{
cursor: pointer;
}
.navbar-brand {
    margin-right: 0rem !important;
}	

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}



.navbar .dropdown-menu a:hover {
    color: #8CBC43 !important;
    background-color: black !important;
}
.collapse:not(.show) {
    display: none;
}
.collapse.in(.show)
{
    display:block !important;
}
.h1{
font-size:50px;
font-weight:800;
font-family: Roboto, sans-serif;
color:#8CBC43 ;
text-align:center;
}

.h3{
font-family: Segoe UI, sans-serif;
font-size:20px;
}

<!--button-->
.preserve-3d {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.back:before {
    position: absolute;
    padding: 5px;
}

@media screen and (max-width: 1260px) {
    .back {
        width: 50%;
    }
}

@media screen and (max-width: 840px) {
    .back {
        width: 100%;
    }
}

.button_base {
    margin: 0;
    border: 0;
    font-size: 18px;
    position: relative;
    top: 50%;
    left: 10%;
    margin-left: 0px;
    width: 150px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;
}

.button_base:hover {
    cursor: pointer;
}
/* ### ### ### 05 */
.b05_3d_roll {
    perspective: 500px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
}

.b05_3d_roll div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 50px;
    padding: 10px;
	background-color: #8CBC43;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.b05_3d_roll div:nth-child(1) {
    color: #8CBC43;
    background-color: #ffffff;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b05_3d_roll div:nth-child(2) {
    color: #ffffff;
    background-color:#8CBC43;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b05_3d_roll:hover div:nth-child(1) {
    color:  #8CBC43;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}

.b05_3d_roll:hover div:nth-child(2) {
    background-color:  #8CBC43;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
}

.preserve-3d {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.back:before {
    position: absolute;
    padding: 5px;
}

@media screen and (max-width: 1260px) {
    .back {
        width: 50%;
    }
}

@media screen and (max-width: 840px) {
    .back {
        width: 100%;
    }
}

.button_basewhite {
    margin: 0;
    border: 0;
    font-size: 18px;
    position: relative;
    top: 50%;
    left: 10%;
    margin-left: 0px;
    width: 150px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;
}

.button_basewhite:hover {
    cursor: pointer;
}
/* ### ### ### 05 */
.b05_3d_rollwhite {
    perspective: 500px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
}

.b05_3d_rollwhite div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 50px;
    padding: 10px;
	background-color: #fff;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.b05_3d_rollwhite div:nth-child(1) {
    color: #fff;
    background-color: #8CBC43;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b05_3d_rollwhite div:nth-child(2) {
    color: #8CBC43;
    background-color:#fff;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b05_3d_rollwhite:hover div:nth-child(1) {
    color:  #fff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}

.b05_3d_rollwhite:hover div:nth-child(2) {
    background-color:  #fff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
}
<!--button-->




.mb-4{
padding: 0px 0px !important;
}

.navbar{
background-color:black;
padding: 10px 0px;
margin: 0px;
}

.mr-auto{
font-size:16px;
font-weight:500;
}

.navbar-toggler {
    float:left;
	}
	
.flex{
width:100%;
}

.navbar .dropdown-menu a:hover {
    color: #8CBC43 !important;
}
.darken-grey-text {
    color: orange;
}

.icon{
margin-top:10px;
color:#8CBC43;
padding: 0px 20px;
}



.header-text h1{
padding : 30px 0px 0px 0px ;
 font-family: Roboto, sans-serif;
 font-size:50px;
 color:white;
}

.header-text h2{

 font-family: Roboto, sans-serif;
 font-size:90px;
 font-weight:700;
 color:white;
}

li.nav-item {
    margin: 0px 30px;
}
.top-contact{
    border-bottom: 1px solid white;
        background-color: black;
        padding: 0px 0px 0px 0px;
        width:100%;
    }
    .top-text {
        padding-right: 30px;
        color: white;
        float: right;
    }    

.list{ 
padding:0px 0px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
text-align:center;
}

.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    display: inline-block;
    position: relative;
    line-height: 50px;
    vertical-align: top;
}

.textcolor-white a {
    color: rgba(255,255,255,1);
}

#contact_home{
background: url(../images/image_2021_09_24T07_15_23_780Z.png);
background-size: cover;
background-repeat: no-repeat;
}
#contact_home h1{
color: #fff;
font-size: 40px;
font-family:Open_Sans;
}
#contact_home h2{
color: #fff;
font-size: 20px;
font-family:Open_Sans;
}
#home_address .add_bg{
background: #fff;
box-shadow: 0px 0px 60px -19px rgb(0 0 0 / 14%);
border-radius: 10px;
}
#home_address .add_bg {
display: -ms-flexbox;
display: flex;
width: 100%;
margin-bottom: 15px;
border: 1px solid #fff;
box-shadow: 0px 0px 11px rgb(0 108 110 / 11%);
border-radius: 10px;
}
#home_address h1{
color: #000000;
font-size: 18px;
font-family:Open_Sans;
}
#home_address h2{
color: #828282;
font-size: 16px;
font-family:Open_Sans;
}
#home_address i{
color: #8BBD43;
font-size: 32px;
background: #F1F2F6;
width: 50px;
height: 50px;
border-radius: 50%;
text-align: center;
padding: 8px;
}
#contact_question h1{
font-size: 42px;
font-family:Open_Sans;
font-weight: 600;
color: #8BBD43;
}
#contact_question p{
font-size: 16px;
font-family:Open_Sans;
font-weight: 500;
color: #000;
}
#contact_question i{
border: 1px solid #8BBD43;
border-radius: 50%;
height: 32px;
width: 32px;
text-align: center;
justify-content: center;
align-items: center;
background: #8BBD43;
color: #fff;
}
#contact_question i:hover{
    transform: scale(1.3);
}
#contact_question input, #contact_question textarea{
background: #F4F4F4;
border: none;
padding: 10px;
padding: 32px;
}
#contact_question input::placeholder{
color: #818a91;
font-size: 18px;
font-family:OpenSans-Light;
}
#contact_question textarea::placeholder{
color: #818a91;
font-size: 18px;
font-family:OpenSans-Light; 
}
#contact_question .btn-1{
background: #8BBD43;
color: #fff;
border: none;
font-size: 16px;
font-weight: 600;
font-family:Open_Sans;
border-radius: 5px;
}
/*************************footer****************/
.footer-section ul {
border-right: 1px solid #373636;
margin: 0px;
padding: 0px;
}
.footer-section {
background-image:url("./images/footerbg.png");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: scroll;
position: relative;
}
.footer-cta {
border-bottom: 1px solid #373636;
}

.single-cta{
padding-bottom:10px;
margin-top:20px;
}

.single-cta i {
color: #8CBC43;
font-size: 20px;

margin-top: 0px;
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text h4 {
color: #fff;
font-size: 18px;
font-weight: 500;
margin-bottom: 2px;
}
.cta-text span {
color: #fff;
font-size: 15px;
}
.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
color:#8CBC43;
margin-bottom: 5px;
}
.footer-logo img {
max-width: 200px;
}
.footer-text p {
margin-bottom: 14px;
font-size: 14px;
color: #7e7e7e;
line-height: 28px;
}
.footer-social-icon span {
color: #fff;
display: block;
Padding-top:10px;
font-size: 18px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 10px;
}
.footer-social-icon a {
color: #fff;
font-size: 14px;
margin-right: 15px;
}
.footer-social-icon i {
height: 40px;
width: 15px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}
.facebook-bg{
background: #3B5998;
}
.twitter-bg{
background: #55ACEE;
}
.google-bg{
background: #DD4B39;
}
.footer-widget-heading h3 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}
.footer-widget-heading1 h3 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}
/* .footer-widget-heading h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
background: #8CBC43;
}
.footer-widget-heading1 h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
background: #8CBC43;
}*/
.footer-widget ul li {

margin-bottom: 12px;
}
.footer-widget ul li a:hover{
color: #fff;
}
.footer-widget ul li a {
color: #fff;

}
.copyright-area{
background: #202020;
padding: 25px 0;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #878787;
}
.copyright-text p a{
color: #8CBC43;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #8CBC43;
}
.footer-menu li a {
font-size: 14px;
color: #878787;
}

@media screen and (max-width: 425px){

/*   .footer-widget-heading h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
background: #8CBC43;
}
.footer-widget-heading1 h3::before {
content: "";
position: absolute;
left: 304px;
bottom: -15px;
height: 2px;
width: 50px;
background: #8CBC43;
}*/
}
@media screen and (max-width: 768px){
/* .footer-widget-heading h3::before {
content: "";
position: absolute;
left: 114px;
bottom: -15px;
height: 2px;
width: 50px;
background: #8CBC43;
}
.footer-widget-heading1 h3::before {
content: "";
position: absolute;
left: 304px;
bottom: -15px;
height: 2px;
width: 50px;
background: #8CBC43;
}*/
}