@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@700&display=swap');
@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css');
@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js');
@import url('https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js');  
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');          
  

html{
    background: #Ffffff;
}
        .card{
            padding: 2% 7%;
            color: #646771;
            background-color: #cdf4fc;
        }
        
        ul{
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
        
        ul >li{
            padding: 4px;
        }
        ul >li a{
            text-decoration: none;
            color: #646771;

        }
        
        ul > li a:hover{
            color:#Ffffff;
            cursor: pointer;
            text-decoration: none;

        }
        
        hr{
            border-width: 3px;
        }
        
        .social > i{
            padding: 1%;
            font-size: 15px;
        }
        
        .social > i:hover{
            color:#Ffffff;
            cursor:pointer;
        }
        
        .policy > div{
            padding: 4px;
        }
        
        .heading{
            font-family: 'Titillium Web', sans-serif;
            color: white;
        }
        
        .divider{
            border-top: 2px solid rgba(189, 196, 203, 0.5);;
        }


        .pkp_footer_content {
            padding: 0.143rem;
            text-align: left;
        }

 

        @media (min-width: 992px)
        {
.pkp_site_name .is_img img {
    height: 100%;
    width: 100%;

}
        }

        .pkp_brand_footer {

            display: none;
        }



        .credits{
display: none;
        }

        @media screen and (max-width: 400px) {
            #last {
              display: none;
            }
           
            .pkp_head_wrapper{
                width: 104%;
            }

            
          }



          @media screen and (max-width: 767px) {
            .pkp_head_wrapper{
                width: 102%;
            }
            .pkp_head_wrapper, .has_site_logo .pkp_head_wrapper {
                padding-left: 10px;
            }
        }

          .pkp_page_index pkp_op_index has_site_logo{
            display: flex;
          }



          #headerNavigationContainer{
            background-color: #Ffffff;
          }

          .pkp_structure_head{
            background-color: #Ffffff;
            display: contents;
          }


          .pkp_structure_footer_wrapper {
            background: rgba(255 255 255 / 99%);
            border-top: 1px solid #ddd;
            border-bottom: 1.43rem solid #ffffff05;
          }







/* Make header full width */
.pkp_head_wrapper {
    max-width: 100% !important;
    padding: 0 !important;
}

/* Logo container full width */
.pkp_site_name {
    max-width: 100% !important;
    margin: 0 !important;
}

/* Make logo behave like a banner */
.pkp_site_name a.is_img {
    display: block;
    width: 100%;
}

/* Image full width */
.pkp_site_name img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
}
