.site_logo{
	width: 225px;
}
.btn-primary {
    background-color: #00a055;
    border-color: #00a055;
}
.btn-primary:hover {
    background-color: #067440;
    border-color: #067440;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
	background-color: #067440;
    border-color: #067440;
    box-shadow: 0 0 0 0.25rem rgb(174 237 207);
}
.btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {
    background-color: #067440;
    border-color: #067440;
}
.btn-check:checked+.btn-primary:focus, .btn-check:active+.btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(174 237 207);
}
.text-primary {
    color: #00a055 !important;
}
.nav-link {
    color: #00a055;
}
.nav-link:hover, .nav-link:focus {
    color: #067440;
}
/* #header-carousel .carousel-inner{
	height: 100vh;
}
#header-carousel .carousel-item.active .w-100{
	height: 100vh;
}
#header-carousel .carousel-item.active .img-fluid{
	height: 45vh;
} */
.company_part .bg-light {
    position: relative;
}
.company_part .bg-light img {
    width: 115px;
    position: absolute;
}
.company_part .fadeInUp:first-child .bg-light img {
	top: -50px;
	left: -50px;
}
.company_part .fadeInUp:nth-child(2) .bg-light img {
	top: -50px;
    left: -32px;
}
.company_part .fadeInUp:nth-child(3) .bg-light img {
	top: -82px;
    left: -30px;
}
.name_box {
	background: rgba(0, 0, 0, .3);
    bottom: 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    padding: 16px;
}
.carousel-caption {
    background: rgba(0, 0, 0, .5);
}
.welcome_part p, .company_part p, .chairman_part p{
    text-align: justify;
}
.chairman_part .name{
    background: rgba(0, 0, 0, .09);
    width: 100%;
    text-align: center;
    bottom: 0;
    top: auto !important;
    float: left;
    position: absolute;
    left: 0;
}
.chairman_part .name h1{
    font-size: 2.5rem;
    text-transform: uppercase;
}
.company_part .company_text_box{
    height: 420px;
}
.rotate-in-up-left {
  animation: rotate-in-up-left 2s ease;
}
@keyframes rotate-in-up-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.gelatine {
  animation: gelatine 2s infinite;
}
@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}
.flash {
  animation: flash 1000ms ease infinite alternate;
}
@keyframes flash {
    from { opacity: 1; }    
    to { opacity: 0; }
}
.hithere {
  animation: hithere 3s ease infinite;
}
@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}
.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
.wobble {
  animation: wobble 8s ease infinite;
}
@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}
.flip {
    backface-visibility: visible !important;
    animation: flip 3s ease infinite;
}
@keyframes flip {
    0% {
        transform: perspective(1000px) rotateY(0);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(1000px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(1000px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(1000px) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(1000px) scale(1);
        animation-timing-function: ease-in;
    }
}
.vendor-carousel .owl-dots,
.testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vendor-carousel .owl-dot,
.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--secondary);
    transition: .5s;
}

.vendor-carousel .owl-dot.active,
.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}
.associate_company_part .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 60px;
}
.navbar-nav .dropdown-item.active, .dropdown-item:active {
    background-color: #00a055;
}
.copyright .text-md-start{
    display: ruby;
}
.copyright .text-md-end{
    align-content: space-evenly;
}
.copyright .text-md-start a{
    border-bottom: 1px solid #dee2e6 !important;
}
.footer .copyright{
    border-top: none;
}
.back-to-top {
    bottom: 30px;
}