/*
Theme Name: Teba Child
Theme URI: https://motivoweb.com/teba/
Author: motivoweb
Author URI: https://themeforest.net/user/motivoweb/
Template:  teba
Description: IT Solutions & Services WordPress Theme.
Version: 1.2
Text Domain: teba
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
License: GNU General Public License
License URI: license.txt
*/
/*-- custom css start here --*/
.section-hide {
    display: none !important;
}
.main-content.loaded {
    background-image: none !important;
}
.footer .textwidget img {
    width: 180px;
}
.footer-widget-5.footer-top {
    position: fixed;
    right: 15px;
    bottom: auto;
    width: auto !important;
    border: none;
    z-index: 9999;
    top: 200px;
    padding: 0;
}
.footer-widget-5.footer-top .social-media-widget ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-widget-5.footer-top .social-media-widget {
    padding-right: 0 !important;
    margin-top: 0 !important;
    width: auto !important;
}
.footer-widget-5.footer-top ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1D8D5D;
    border-radius: 100px;
}
footer .social-media-widget:hover li:hover a i{
	color:#ffffff;
}
.vc_row.vc_column-gap-30 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/*--mobile css start here--*/
@media screen and (max-width:767px) {
    .mo-header-v7 .mo-logo img {
        max-height: 50px;
    }
	.mo-header-icon {
		top: 50px;
	}
	.mo-header-v7 .mo-menu-list {
        top: 70px;
    }
	.main-container .vc_custom_1695966516260{
        padding-top: 0px !important;
    }
	.footer .textwidget img {
        width: 130px;
    }
}
/*-- custom css end here --*/