@charset "UTF-8";

/*
Theme Name: Begrids Skills
Theme URI: https://skills.begrids.com/
Author: the Begrids Team
Author URI: https://www.begrids.com/
Description: The professional trainers who are the best in the business have their roots in the IT and marketing sectors and have a lot of real-life experience to share in every classroom. No matter if you are targeting to become a web designer, a developer of WordPress, or a digital marketer — our properly mapped learning paths will enable you to build, grow, and flourish in the rapidly changing digital era
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 5.6
Version: 2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: Wordpress course development course, Digital marketing course

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
    list-style: none;
}
.coursedetails p{    line-height: 30px;color:#000}
.accordion.accordion-icon .accordion-header .accordion-button{border:none !important}
.modal-left{
  
    background-color: #003fbf;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.btn-close
{
    position: absolute;
    right: 21px;
    z-index: 9999;
}
.contant-info {line-height:32px;font-size:18px;}
.begrids_contact_ani {
  animation: bounce 2s ease infinite;
	position:fixed;
	bottom:15px;
	left:0;
	right:0;
	width:100%;
	content:'';
}
@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}
.blogs-details h2{font-size: 1.6rem}
.blogs-details h3{font-size: 1.34375rem;}
pre {
    padding: 15px;
}
.logsdetail .posted-on, .logsdetail .post-taxonomies{font-size:12px;}
.logsdetail .post-taxonomies{float:right}
@media (max-width: 991.98px) {
    .navbar-expand-lg .offcanvas .nav-item
 {
        border-bottom: 1px solid var(--bs-border-color);
        padding: 8px 30px;
    }
}