﻿.main_logo {
    width: 145px;
}

.intro-section, .intro-section .container .row {
    min-height: 850px;
}

.btn-primary {
    background-color: #faa832;
    border-color: #faa832;
}

.bg-primary {
    background-color: #faa832 !important;
}

span.border.bg-danger.rounded.text-white.border-danger {
    background-color: #17173a !important;
    border-color: #17173a !important;
}

.footer-section {
    padding: 50px 0 30px 0 !important;
}

.custom-owl-carousel .owl-custom-direction {
    bottom: -85px;
    left: 50%;
}

.counter_span {
    display:inline-block;
    font-size: 40px !important;
    font-weight: 900;
    color: #333;
}
@media (max-width: 991px) {
    .custom-owl-carousel .owl-custom-direction {
        bottom: -115px;
        left: 50%;
    }
}
@media (max-width: 768px) {
    .custom-owl-carousel .owl-custom-direction {
        bottom: -100px;
        left: 50%;
    }
    .custom-owl-carousel .owl-custom-direction a{
        padding: 19px;
    }
}
.bg_main {
    background: #a8bddc;
}