@charset "UTF-8";
/* CSS Documentc*/

 p, ul{ 
   font-family: 'Open Sans'!important;
}
h1, h2, h3, h4, h5{ 
   font-family: 'ABeeZee'!important;
}

p, ul {
    font-style: normal;
    font-weight: bolder;
    font-size: 15px;
    /* color: #414141; */
} 
h1 {

    font-style: normal;
    font-weight: 900;
    font-size: 80px;
} 
h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 70px;
} 
h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    margin-top: 22px;
    line-height: 23px;
} 
h4 {

    font-style: normal;
    font-weight: 500;
    font-size: 18px;
} 
h5 {

    font-style: normal;
    font-weight: 300;
    font-size: 18px;
} 


/* abeezee-regular - latin */
@font-face {
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/abeezee-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../../../fonts/abeezee-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../fonts/abeezee-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../fonts/abeezee-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../../../fonts/abeezee-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../fonts/abeezee-v22-latin-regular.svg#ABeeZee') format('svg'); /* Legacy iOS */
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../../../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../../../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../../../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../../../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

.scrollup:before {
  content: " \f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 25px;
  color: #000;
}

.sp-module ul > li > a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f105";
  margin-right: 8px;
}

.breadcrumb-item
{
    font-size: 15px;
    color: #000;
    margin-top: 12px;
}

.sp-copyright
{
    font-size: 15px;
    margin-top: 12px;
}
.top-search-input-wrap .search-wrap .search.spectrum-top-search .sp_search_input:after {
  content: "\f002";
  font-size: 20px;
  color: rgba(255,255,255,0.9);
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 15px;
  pointer-events: none;
  line-height: 60px;
}