a{
    text-decoration: none !important;
}
/* here nav */
.navbar-brand img{
    width: 120px !important;
}

.nav-title{
    font-size: 1.4rem;
    margin: auto;
}


.nav-title a{
    margin-right: 10px;
    font-weight: 500;
}


/* here contanet section */
.all-title-class{
    border-bottom: 2px solid #d3d3d3;
}

.all-title-class::after{
    content: "";
    width: 75px;
    height: 2px;
    background: #3C1EB3;
    display: block;
    position: relative;
    bottom: -2px;
}

/* here blogs */
.content-blogs a h5{
    transition: color 0.3s;
}
.content-blogs a h5:hover{
    color: #603cf3 !important;
}

.content-blogs a p{
    color: #888888 !important;
    font-size: 14px;
}

/* here mobile code or media queru */
@media(max-width: 991px){
    .nav-title{
        font-size: 1.1rem;
        margin: 0px 0px 0px 0px;
    }
    
    .center-mobile{
        text-align: center;
    }
}

.btn-private{
    background-color: #00C775;
    border: 3px solid #00C775;
    color: white;
    font-size: 1.2rem;
    border-radius: 25px;
    transition: 0.6s;
}
.btn-private:hover{
    background-color: white;
}

.footer-section {
    position: relative;
}

@media (min-width: 992px){
    .padding-top {
        padding-top: 120px;
    }
}

@media (min-width: 768px){
    .padding-top {
        padding-top: 100px;
    }
}

.padding-top {
    padding-top: 80px;
}

.footer-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
}

.bg_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer-bg img {
    width: 100%;
    min-width: 992px;
}

.footer-top {
    border-bottom: 1px solid rgba(255,255,255,.1);
    align-items: center;
    padding-bottom: 15px;
}

.footer-top, .footer-bottom-area {
    position: relative;
    z-index: 1;
    justify-content: space-between;
}

.social-icons, .section-header-2, .footer-top, .footer-bottom-area, .footer-top .links, .header-section .header-wrapper, .banner-form, .banner-counter, .widget-tags ul, .widget-categories ul li a, .widget-post .widget-slider .item .content .meta-post, .widget-post .slider-nav, .trigger, .feature-tab, .payout-header, .payout-header li, .payout-rates li, .payout-rates li .payout-contry, .payout-rates li .dextop-amount, .payout-rates li .mobile-amount, .faq-item .faq-title, .account-section, .sponsor-slider-4 .sponsor-thumb, .blog-author, .comment-area li .blog-item, .post-details .post-content, .post-details .post-content .entry-meta, .post-details .post-content .entry-meta .thumb, .post-details .tags-area, .post-details .tags-area .tags, .video-button-2 {
    display: flex;
    flex-wrap: wrap;
}

.footer-top .logo {
    max-width: 160px;
    margin-right: 15px;
}

.footer-top>* {
    padding-bottom: 20px;
    margin-bottom: 0;
}

.footer-top .logo a {
    display: block;
}

.footer-top .logo img {
    max-width: 100%;
}

.footer-top .links {
    margin: 0 -15px -5px;
}

ul li {
    list-style: none;
    padding: 5px 0;
}

.footer-top .links li a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #504c89;
    display: block;
}
.footer-top .links li {
    padding: 0 15px 5px;
    max-width: calc(100%/3);
}

.footer-bottom {
    padding: 30px 0;
}

.footer-bottom .footer-bottom-area {
    margin-bottom: -25px;
}

.footer-bottom-area {
    flex-wrap: wrap-reverse;
}
.footer-top, .footer-bottom-area {
    position: relative;
    z-index: 1;
    justify-content: space-between;
}
.footer-bottom .footer-bottom-area {
    margin-bottom: -25px;
}

.footer-bottom-area {
    flex-wrap: wrap-reverse;
}
.footer-top, .footer-bottom-area {
    position: relative;
    z-index: 1;
    justify-content: space-between;
}
.footer-bottom p {
    margin: 0!important;
}

.footer-bottom .social-icons {
    margin-bottom: 12.5px;
}

.social-icons {
    margin: -7.5px;
}
.social-icons {
    margin: -7.5px 0;
}

.social-icons li {
    padding: 7.5px;
}

.social-icons li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.1);
    color: #fff;
    font-size: 14px;
}
.fa, .fab, .fad, .fal, .far, .fas {
    line-height: unset;
}

@media screen and (min-width: 500px){
    .footer-bg {
        top: 630px;
    }
}

.img-hover{
    transition: 0.7s;
}
.img-hover:hover{
    filter: contrast(0.7);
}







.navbar{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    box-shadow: 0 2px 6px rgb(231 231 231 / 66%);
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
    direction: rtl;
}

.logo{
    width:5rem;
    margin: auto
}

.logo img{
    width:100%;
}



.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: black;
    display: block;
    transition: 0.3s;
    font-weight: 500;
  }
  
  .sidenav a:hover {
    color: #2e9fff;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    
  }
  
  #main {
    transition: margin-left .5s;
    padding: 16px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a,.dropdown-btn {font-size: 18px !important;}
    .dropdown-container a{
      font-size: 14px;
    }
  }
  
  
  .dropdown-btn {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: black;
    display: block;
    border: none;
    background: none;
    width:100%;
    text-align: left;
    cursor: pointer;
    outline: none 0px !important;
    font-weight: 500;
    transition: 0.3s;
  }
  
  /* On mouse-over */
  .dropdown-btn:hover {
    color: #2e9fff;
  }
  
  
  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
  .dropdown-container {
    display: none;
    padding-left: 8px;
  }
  
  .dropdown-container a{
      color: #918f8f;
      font-size: 16px;
  }
  
  /* Optional: Style the caret down icon */
  .fa-chevron-right {
    float: right;
    padding-right: 8px;
  }