/*your custom css goes here*/

/* blog front page */

.all-post{position: relative;
     text-align: left;
     font-size:100%;
    color:#eee;}

.post-text{position: absolute;
    top: 0%;
    left: -50%;
    width: 50%;
    transition: left 1s;
opacity: 0;}

.all-post:hover .post-text{
    position: absolute;
    top: 30%;
    left: 0%;
    width: 80%;
    height: auto;
    background-color: #0a0a0a97;
    padding: 5px 5px 0px ;
    opacity: 1;
}

.login {
    background-image: linear-gradient(
        to right,
        #2c3782 calc(60% - 150 px),
        #39469f calc(60% - 150 px),
        #39469f 60%,
        #4856b5 60%,
        #4856b5 calc(60% + 150 px),
        #5b6ac6 calc(60% + 150 px),
        #5b6ac6 100%
    );
}

.card-login {
    -webkit-box-shadow: 0 0 13px 0 rgb(82 63 105 / 0%);
    box-shadow: 0 0 13px 0 rgb(82 63 105 / 0%);
    background-color: #fff0;
    margin-bottom: 20px;
    border-color: #ebedf200;
}

.header_menue_bar_bg_color {
    background-color: var(--primary);
}
#custom_subCategory_menu_Design {
    margin: 0px;
    background-color: var(--primary);
}

#custom_subCategory_menu_Design ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    border-radius: 20px !important;
}

#custom_subCategory_menu_Design ul li {
    display: inline-block;
    background-color: var(--primary);
}

#custom_subCategory_menu_Design a {
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
}

#custom_subCategory_menu_Design a:hover {
    text-decoration: none;
    color: var(--gray-dark);
    transition-property: color;

    transition-duration: 0.5s;
    transition-delay: 0.1s;
}

/* Hide Dropdowns by Default */
#custom_subCategory_menu_Design ul ul {
    display: none;
    position: absolute;
    top: 42px; /* the height of the main  */
    border-radius: 20px;
}

/* Display Dropdowns on Hover */
#custom_subCategory_menu_Design ul li:hover > ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
#custom_subCategory_menu_Design ul ul li {
    width: 170px;

    float: none;
    display: list-item;
    position: relative;
}

/* Second, Third and more Tiers */
#custom_subCategory_menu_Design ul ul ul li {
    position: relative;
    top: -28px;

    left: 170px;
}

/* Change this in order to change the Dropdown symbol */
#custom_subCategory_menu_Design li > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 800;

    color: white;
    content: " \f0d7";
}
#custom_subCategory_menu_Design li > a:hover:after {
    font-weight: 800;
    color: var(--gray-dark);
    transition-property: color;

    transition-duration: 0.5s;
    transition-delay: 0.1s;
    font-family: "Font Awesome 5 Free";

    content: " \f0da";
}
#custom_subCategory_menu_Design li > a:only-child:after {
    content: "" !important;
}

.menue_parent_category_heading:after {
    content: "" !important;
}

@media (max-width: 496px) {
    .mobileNavigationManuView {
        overflow-x: scroll !important;
        max-width: 300px !important;
        padding: 30px 0px;
    }

    .all-post{position: relative;
        text-align: left;
        font-size:100%;
       color:#eee;}
   
   .post-text{position: absolute;
       top: 0%;
       left: -50%;
       width: 50%;
       transition: left 1s;
   opacity: 0;}
   
   .all-post:hover .post-text{
       position: absolute;
       top: 10%;
       left: 0%;
       width: 90%;
       height: auto;
       background-color: #0a0a0a97;
       padding: 5px 5px 0px ;
       opacity: 1;
   }
}
@media (max-width: 1199px) {
    #custom_subCategory_menu_Design {
        display: none;
    }
    .all-post{position: relative;
        text-align: left;
        font-size:100%;
       color:#eee;}
   
   .post-text{position: absolute;
       top: 0%;
       left: -50%;
       width: 50%;
       transition: left 1s;
   opacity: 0;}
   
   .all-post:hover .post-text{
       position: absolute;
       top: 40%;
       left: 0%;
       width: 70%;
       height: auto;
       background-color: #0a0a0a97;
       padding: 5px 5px 0px ;
       opacity: 1;
   }
}

@media (max-width: 576px) {
    #custom_subCategory_menu_Design {
        display: none;
    }
    .all-post{position: relative;
        text-align: left;
        font-size:100%;
       color:#eee;}
   
   .post-text{
    position: absolute;
    top: 40%;
    left: 0%;
    width: 80%;
    height: auto;
    background-color: #0a0a0a97;
    padding: 5px 5px 0px ;
    opacity: 1;}
   

}

.pbi-image {
    /*width: 70px;*/
    /*height: 70px;*/
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#hover-category-menu {
    margin-top: -15px !important;
}

.image-fit2 {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    height: 200px;
}

.border1 {
    border: solid 1px #ccc;
}

/* catagore style */
.category-overlay {
    position: relative;
}
.category-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: 0.5;
    background: #000000a1;
}
.category-overlay:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: 0.5;
    background: rgba(0, 0, 0, 0);
}

.category-wrapper-overlay {
    position: relative;
}
.category-title {
    position: absolute;
    bottom: 20px;
    color: white;
    left: 56px;
}
.category-title a {
    color: white;
}
.category-title:hover a {
    color: #efad1f;
}

 /*Search bar css*/
 .search-radious-right{border-top-right-radius: 100px;
border-bottom-right-radius: 100px;}

 .search-radious-left{border-top-left-radius: 100px;
border-bottom-left-radius: 100px;}


@media (max-width: 676px) { 
    .col-xs-12{
        max-width:576px !important;
        }
    .col-xs-11{
        max-width:528px !important;
        }
    .col-xs-10{
        max-width:480px !important;
        }
    .col-xs-9{
        max-width:432px !important;
        }
    .col-xs-8{
        max-width:384px !important;
        }
    .col-xs-7{
        max-width:336px !important;
        }
    .col-xs-6{
        width:288px !important;
        }
    .col-xs-5{
        width:240px !important;
        }
    .col-xs-4{
        max-width:192px !important;
        }
    .col-xs-33{
        width:144px !important;
        }
        .col-xs-2{
        max-width:96px !important;
        }
        .col-xs-1{
        max-width:48px !important;
        }
    }

/* Mobile Left side nav */
.sidenav {
    height: 90%;
    width: 0;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0px 0px 8px #2e232363;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 40px;
    margin-right: 0px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  