/*
Theme Name: Startit Child
Theme URI: https://startit.qodeinteractive.com/
Description: A child theme of Startit Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 2.0.1
Text Domain: startit
Template: startit
*/
h2, h3{
    color: #fff;
}
.qodef-content .qodef-container .qodef-container-inner{
    padding-top: 0 !important;
}
.qodef-container-inner{
    width: 1300px;
}
.qodef-carousel .owl-wrapper{
    display: flex !important;
    align-items: center;
}
.qodef-footer-top .qodef-column{
    min-height: 200px !important;
}
.qodef-footer-top .qodef-column h3{
    color: #fff;
}

.owl-item .carousel_title{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 13px;
    right: 13px;
}
.owl-item:hover .carousel_title{
    transform: scale(1.1);
}
