/*!
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: #0070bd;
    --secondary-color: #f69422;
    --font-color: #8888888;
    --bg-color: #8888888;
    --heading-color: #8888888;
    --footer-color: #000;
    
}
.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;
}
body .btn-secondary{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn.btn-theme-fill{
    background: #5c3a8b;
  color:#fff;
    border-color: #5c3a8b;
}
.btn.btn-themesize{
  padding:18px 30px!important;
  font-size:18px!important;
}

.btn.btn.btn-theme-fill:hover{
     background: #865ac3;
}

.btn.btn-theme-outline{
    
  color:#fff;
    border-color: #5c3a8b;
}

.btn.btn-theme-outline:hover{
    
  color:#FFF;
    background-color: #5c3a8b;
}

/*hubspot*/
.hb-spt {
    overflow: hidden;
}
.hbspt-form {
    margin-bottom: -99px;
}

.top-bar {background-color: #102129;}
.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 {
    background: #fafafa;
    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 #ccab6e;
}
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;
  
}


@media(max-width:768px){
    .banner-slider .banner-content{text-align: center;}
    .banner-slider .banner-content h2{
        font-size: 28px;
        line-height: 30px;
        font-weight: bold!important;
    }
    
    .contet2{
        display: none;
    }
    .banner-slider .banner-content .btn{
       padding:10px!important;
        min-width: 70%
    }
    .banner-slider .banner-content{
        justify-content: end!important;
        padding-bottom: 20%
    }
}
.border-theme {
    border: 2px solid #ccab6e;
}
.testimonials-rounded-ico .absolute-middle-center {
    left: 50%;
    top: 55%;
}
.navbar-dark img.default-logo {
    display: none;
}