﻿body {
}

 .cat{
     margin-top:20px;
 }

  .cat2{
     margin-top:30px;
 }

  .mrbt30{
      margin-bottom:30px !important;
  }

  .catname{
      font-size: 1.5rem;
      font-weight: 600;
      color: #d23d42;
  }

  

   @media only screen and (min-width: 768px) {
           .pullup{
               position: relative;
               top: -77px;
          }

           .pullup2{
               position: relative;
               top: -135px;
          }
    }



 .widget-list i{
     margin-right:5px;
      color:#D53838;
 }

  .widget-list li a:hover{
      color:#D53838;
 }

  .hlinks{
      color:#000;
  }

  .hlinks:hover{
      color:#D53838;
  }

.page-top{
    margin-top:15px;
}

.page-top-heading{

}

.bread-separate{
   color:#D53838;
   padding-left:10px;
   padding-right:10px;
}

.breadcrumb{
    background-color:transparent !important;
    padding-left:0px !important;
}

.breadcrumb .active{
    color:#D53838 !important;
}

.not-found{
    display:block;
    margin:20px;
}


.digisol-searchbar {
    position: fixed;
    z-index: 1;
    height: 55px;
    padding: 10px 65px 10px 10px;
    visibility: hidden;
    width: 0;
    top: 0;
    right: 0;
    background-color: #fff;
    border-radius: 10px;
    transition: 500ms ease-in-out;
}

.digisol-search {
    position: absolute;
    z-index: 2;
    top: -10px;
    right: 60px;
    height: 33px;
    width: 33px;
    float: right;
    /* background-color: #ffffff; */
    display: inline-block;
}

.sb-form {
    display: flex;
    flex-direction: row;
}

.sb-form button {
    height: 35px;
    width: 50px;
    background-color: #000;
    border: none;
    color: #fff;
    font-size: 25px;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
}


.sb-form input {
    background-color: #d0d0d0;
    flex-grow: 2;
    border: none;
    padding: 0 10px;
    border-radius: 10px 0 0 10px;
}

#particles-js {
 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #000000;
}
.pg-canvas {
    background-color: #fff;
}

/*Bijal Changes*/

/*Header*/
.header-area {
    padding: 5px 0;
}

.header-area.sticky {
    padding: 5px 0;
}

.header-area.sticky .main-menu .submenu-nav {
    margin-top: 22px;
}

.main-menu > li.has-submenu .submenu-nav {
    margin-top:22px;
}
/*Header end*/

/*B2Bpsalessupport page*/
.single-input-item {
    margin-bottom: 0px;
}

.blog-page-content-area {
    padding-bottom: 15px;
}

.apply-btn-wrap .cont-btn {
    background-color: #fff;
    padding: 10px 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.apply-btn-wrap .cont-btn:hover {
    color:#000;
}

/*B2Bpsalessupport page end*/

.login-drop{
    left:50px !important;
}

.event-nav:after {
    display:none;
}

.single-sidebar-item-wrap .sidebar-title {
    font-weight:800;
}

.blog-content p{
           font-size: 14px;
           font-weight:200;
       }

h2,
.h2 {
    font-weight: 600;
}

/*Bijal Changes end*/