.info-box {
    height: 200px;
    /*line-height: 200px;*/
    text-align: center;
    border-radius: 15px;
}
.box-content {
   margin: auto;
}
.box-content i{
   font-size: 2rem;
}

.common-contact .info-box {
    height: 120px;
    text-align: center;
    border-radius: 15px;
}

.common-contact .box-content i {
    font-size: 1.5rem;
}

.testimonial-carousel .owl-item img {
    width: auto !important;
    height: auto !important;
}

/*CSS overwrite*/

.border-primary {
    border-color: #1968b3 !important;
}
.btn-primary {
    color: #000;
    background-color: #1968b3;
    border-color: #1968b3;
}
.btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #1968b3 !important;
    border-color: #1968b3;
}
.service-text::before {
    background: #1968b3;
}
a {
    color: #1968b3;
    text-decoration: none;
}
.facts-overlay h1 {
    -webkit-text-stroke: 2px #1968b3;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #1968b3;
}
.btn-outline-primary {
    color: #1968b3;
    border-color: #1968b3;
}
.btn-outline-primary:hover {
    color: #000;
    background-color: #1968b3;
    border-color: #1968b3;
}
.text-primary {
    color: #1968b3 !important;
}
.nav-link {
    color: #1968b3;
}
.nav-link:hover, .nav-link:focus {
    color: #1968b3;
}
.bg-primary {
    background-color: #1968b3 !important;
}
.btn-primary:hover {
    color: #000;
    background-color: #1968b3;
    border-color: #1968b3;
}
.item {
    border: 2px solid #1968b3 !important;
}
.border-warning {
    border-color: #1968b3 !important;
}
.footer .copyright a:hover {
    color:  #1968b3;
}
.owl-nav{
    display: none;
}
.carousel-inner {
    max-height: 1000px;
}
.carousel-caption .container{
    position: relative;
    bottom: 23vh;
}


/* For devices with a max width of 768px (commonly mobile devices) */
@media only screen and (max-width: 576px) {
    /* Your mobile-specific CSS */
    .media-button.d-flex {
        display: inline-block !important;
    }
    .facts-overlay .small{
        margin-bottom: 30px;
    }
    .carousel-caption .container{
        position: relative;
        bottom: 10vh;
    }
    /*.carousel-caption {*/
    /*    bottom: 0;*/
    /*}*/
}
