/*
Theme Name: Flatsome Child
Description: Design by CODE-WP.COM
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
    --color-main: #FF0000;
}
@font-face {
  font-family: Poppins;
  src: url('fonts/PoppinsBold.woff2');
  font-weight: 700;
}
@font-face {
  font-family: Poppins;
  src: url('fonts/PoppinsSemiBold.woff2');
  font-weight: 600;
}
@font-face {
  font-family: Poppins;
  src: url('fonts/PoppinsMedium.woff2');
  font-weight: 500;
}
@font-face {
  font-family: Poppins;
  src: url('fonts/Poppins.woff2');
  font-weight: 400;
}
@font-face {
  font-family: Poppins;
  src: url('fonts/PoppinsLight.woff2');
  font-weight: 100;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
  background-color: #F90;	
  background-image: -webkit-linear-gradient(45deg,
  rgba(255, 255, 255, .2) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, .2) 50%,
  rgba(255, 255, 255, .2) 75%,
  transparent 75%,
  transparent)
}
blockquote, dl, figure, form, ol, p, pre, ul,span, th, td, button {
  font-family: Poppins;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, a {
  font-family: Poppins;
}
h1 strong, p strong, h2 strong {
  color:#e57722;
}
h3.section-title.section-title-center span.section-title-main {
    font-size: 30px;
}
h3.section-title.section-title-center b {
    visibility: hidden;
}
.custom-contact i {
    padding: 8px;
    background: #ff0000;
    width: 35px;
    border-radius: 4px;
    color: #fff;
    margin-right: 10px;
}
h3.section-title.section-title-center {
    background: url(images/heading-brush.png);
    background-size: 20%;
    background-position: top;
    background-repeat: no-repeat;
    height: 80px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}