/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
 

:root {  
  
--cnvs-primary-font: "Verdana", sans-serif, sans-serif;
--cnvs-secondary-font: "Arial", sans-serif, sans-serif;
--cnvs-body-font: "Arial", sans-serif, sans-serif;
}

#side-panel .side-panel-wrap{
	width: inherit;
} */

header {
    background: #0f70b7!important;
}

.text-blue{
	color: #0f70b7;
}

.footer-logo {
    display: block;
    margin-bottom: 30px;
    width: 100% !important;
    max-width: 400px;
}


.text-blue {
    color: #0f70b7;
    font-size: 40px;
}


.panel-title {
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 21px;
    color: inherit;
}

@media (max-width: 576px) {

    .text-blue {
        color: #0f70b7;
        font-size: 35px;
    }


    .footer-logo {
        display: block;
        margin-bottom: 30px;
        width: 80% !important;
        max-width: 400px;
    }
  }


  /* Slider  */
  .title_slider{
    font-size: 25px!important; 
    color: white; 
    font-weight: 900;
}

@media (max-width: 576px) {
      /* Slider  */
.title_slider{
    font-size: 20px!important; 
    color: white; 
    font-weight: 900;
}

.p-all{
    padding: 4px 4px 4px 4px!important;
    margin: 0 0 0 0!important;
}

  }


  p {
    color: #5a5a5a;
    font-size: 20px;
    font-weight: normal;
}

.button-icon-effect i {
    --cnvs-btn-icon-margin-offset: -1rem;
}

.btn-default_top {   
    font-size: 20px;
    padding: 5px 40px;
    right: 40%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    width: fit-content;
    margin: auto;
}



















