/*!
Theme Name: dhbootkit2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dhbootkit2
Tags: 

*/

/*variable    background: var(--primary-color);*/
:root {
    --primary-color: #0b6db8;
    --secondary-color: #069948;
    --font-color: #8888888;
    --bg-color: #8888888;
    --heading-color: #8888888;
    --footer-color: #290764;
    
}
.bg-primary-color{background-color: var(--primary-color)!important;}
.border-primary-color{border-color: var(--primary-color)!important;}
.bg-secondary-color{background-color: var(--secondary-color)!important;}
.border-secondary-color{border-color: var(--secondary-color)!important;}
.text-color-primary{color: var(--primary-color)!important;}
.text-color-secondary{color: var(--secondary-color)!important;}
.btn-primary{background-color: var(--primary-color)!important;}
.btn-primary:hover{
    background-color: var(--primary-color)!important;
    opacity: .8;
}
.btn-secondary{background-color: var(--secondary-color)!important;}
.btn-secondary:hover{
    background-color: var(--secondary-color)!important;
    opacity: .8;
}


.top-bar {background-color:#000000;}
.top-bar *, {color: #fff;}.top-bar i{color: #fff;}

.footer_color{background-color: var(--footer-color);}



.simple-dropdown .sub-menu li .handler {
    position: absolute;
    right: 20px;
    font-size: 12px;
    margin-top: 1px;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.nav-item > .dropdown-toggle {
    display: block;
    position: absolute;
    bottom: 32px;
    right: -7px;
}
.item-depth-1 > .dropdown-toggle,
.item-depth-2 > .dropdown-toggle {
    display: none;
}
.blog-sidebar ul li {
    list-style: none;
}
.sidebar_widget {
  
    padding: 20px 15px;
    border-radius: 4px;
}
@media(min-width: 768px){
    .mobonly{
        display: none!important;
    }
}
@media(max-width: 768px){
    .deskonly{
        display: none!important;
    }
}

/*logo*/
img.default-logo, img.mobile-logo, img.alt-logo {
    min-height: 56px!important;
    height: 50px!important;
    width: auto!important;
    visibility: visible!important;
    opacity: 1!important;
}

.overfowvisible{overflow: visible;}
@media(min-width768px){
    .service-sidebar {
    margin-top: -97px!important;
    position: relative;
    z-index: 1000;
    
}
}

.br .col-12{
 
    padding:15px;
    border-radius: 4px;
    color: #fff;
    text-align: center!important;
}
footer.footer_color {
    border-top: 3px solid #6241b5;
}
footer.footer_color a {
    color: #fff;
}
.clientslogo .swiper-slide a{
    border:1px solid #a0aaba;
   margin: 10px;
    display: block;
    box-shadow: 4px 3px 5px #122c6e40;
}

.footer_bg_image{
    background-repeat: no-repeat;
    background-position: 90% 90%;
    background-size: 400px;
}


@media (min-width: 992px) {
    .block21__icon {
        right: -35;
    }
}

.themegradiant{
  background: linear-gradient(to right, #12a7f6 0%, #25ead7 100%);  
}
.text-gradient-green-h {
    background: linear-gradient(to right, #12a7f6 0%, #25ead7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.advat .feature-box{
    min-height: 200px;
    margin-bottom: 20px;
}
.py-6 {
    padding: 80px 0;
  
}
.deskonly .btn {
    background: var(--bs-gray-600)!important;
}