.site-branding {
    margin-top: 25px;
    }
    .site-branding {
    height: 126px;
    line-height: 154px;
    display: table-cell;
    vertical-align: middle;
    float: left;
    left: -48px;
    top: 0px;
    z-index: 111;
    padding: 0 0px 0 0px;
    }
    
.footer-sticky {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #000810;
    position: fixed;
    z-index: 11;
    width: 100%;
    bottom: 0;
    padding: 0 .5rem 1.15rem;
    border-top-left-radius: 2.15rem;
    border-top-right-radius: 2.15rem;
    border-top: 6px solid #be1522
    }
    .footer-sticky .sticky-box {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: default
    }
    .footer-sticky .sticky-box .icon {
    height: 48px;
    width: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
    }
    .footer-sticky .sticky-box .icon i {
    font-size: 24px;
    color: #fff
    }
    .footer-sticky .sticky-box .text {
    font-size: 9px;
    color: #c2c2c2;
    text-align: center
    }
    .footer-sticky .top-box {
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem)
    }
    .footer-sticky .top-box .icon {
    background: #25D366;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: -1px 4px 4px rgba(0,0,0,.77);
    box-shadow: -1px 4px 4px rgba(0,0,0,.77)
    }
    .footer-sticky .top-box .icon::after {
    content: "";
    position: absolute;
    height: 56px;
    width: 56px;
    border: 1px solid #cb9393c0;
    border-radius: 50%;
    opacity: .75
    }
    .footer-sticky .top-box .icon::before {
    content: "";
    position: absolute;
    height: 66px;
    width: 66px;
    border: 1px solid #cb939380;
    border-radius: 50%;
    opacity: .5
    }
    .footer-sticky .top-box .text {
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
    text-align: center
    }
    @media(max-width:992px) {
    .footer-sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
    }
    a.sticky-bar {
    display: none !important
    }
    .footer-sticky {
    left: 0;
    z-index: 99999999999999999999
    }
    .footer-sticky .top-box .icon {
    background: #25D366;
    color: wheat
    }
    }
    @media(max-width:320px) {
    .footer-sticky .sticky-box .text
    {
    font-size: 10px
    }
    }
    .pixelans-bottom {
    text-align: center;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 15px rgba(0,0,0,.15);
    -ms-box-shadow: 0 1px 15px rgba(0,0,0,.15);
    -o-box-shadow: 0 1px 15px rgba(0,0,0,.15);
    box-shadow: 0 1px 15px rgba(0,0,0,.15);
    border-collapse: separate;
    }
    .pixelans-bottom .row {
    margin: 0px;
    }
    .pixelans-bottom .col {
    border-right: 1px solid #e8e4e4;
    height: 50px;
    overflow: hidden;
    padding: 0px;
    }
    .pixelans-bottom .col a .fas {
    display: block;
    font-size: 20px;
    }
    .pixelans-bottom .col a {
    display: grid;
    align-items: center;
    height: 100%;
    padding-top: 5px;
    }
    .pixelans-bottom .col a span {
    display: block;
    font-size: 12px;
    }
    .pixelans-bottom .col:nth-child(1) a {
    background-color: #5ed055;
    color: white;
    }
    .pixelans-bottom .col:nth-child(2) a {
    background-color: #3b4db3;
    color: white;
    }
    .pixelans-bottom .col:nth-child(3) a {
    background-color: #d73187;
    color: white;
    }
    .pixelans-bottom .col:nth-child(4) a {
    background-color: #0078b6;
    color: white;
    }
    .pixelans-bottom .col:nth-child(5) a {
    background-color: #ff0000;
    color: white;
    }
	
	
	
	th {
    font-size: 11px;
    }
    td p {
    font-size: 11px;
    line-height: 17px;
    }
    .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    font-size: 11px;
    line-height: 15px;
    }
	
	
	
	menu, ol, ul {
  margin: 16px 0;
  padding: 0 0 0 25px;
  }
  li {
  list-style: none;
  }
  .about-section li:before {
  content: "\25c9";
  position: absolute;
  left: 0em;
  color: var(--skin-color);
  }
  
  img.flogo {
    max-width: 150px;
}

@media (max-width:800px) {
.site-branding img {
    max-height: 80px;
    object-fit: contain;
}

.site-branding {
    margin-top: 2px;
    height: 80px !important;
    padding: 0;
}
}

/* Dil Ek */
body {
    top: 0 !important;
}

.sagayatir {
    float: right;
    padding: 2px 5px;
}

iframe.goog-te-banner-frame.skiptranslate {
    display: none !important;
}


body.home.page-template-default.page.page-id-100.wp-custom-logo.everest-forms-no-js {
    top: 0 !important;
}

select.goog-te-combo {
    padding: 5px;
    max-width: 180px;
}

div#trcevireleska {
    overflow: hidden;
    text-align: center;
    text-align-last: center;
    max-width: 140px;
    float: right;
    display: none;
}

.goog-te-gadget .goog-te-combo {
    width: 100%;
}

.skiptranslate.goog-te-gadget {
    max-width: 150px;
    overflow: hidden;
}

ul.selectdil {
    margin: 0;
    padding: 0;
    width: auto;
    margin-top: 3px;
    display: inline-block;
}

ul.selectdil li {
    display: inline-block;
    padding-right: 2px;
}

ul.selectdil li a {
    display: block;
}

