@charset "UTF-8";
/* 1 Typography
----------------------------------------------------------------------------- */
/*Fonts
---------------------------------- */
html {
  height: 100%;
}
body 
{
 font-family: "Open Sans", sans-serif;
 overflow-x: hidden;
 font-size: 15px;
 color: #8d9297;
 font-weight: 400;
 line-height: 28px;
}
input, button, select, textarea 
{
font-family: 'Poppins';
}
:active, :focus 
{
outline: 0;
}
/*Typography
---------------------------------- */
a
{
text-decoration:none !important;
outline:none;
cursor: pointer;
}
a:focus, a:hover, a:active {
text-decoration: none;
outline:none;
}
/*Heading*/
h1, h2, h3, h4, h5 {
font-weight: 700;
font-family: "Poppins";
color: #252525;
}
h6
{
font-weight: 700;
font-family: "Poppins";
}
h1 {
font-size: 36px;
line-height: 44px;
}
h2 
{
font-size: 30px;
line-height: 38px;
}
h3 
{
font-size: 28px;
line-height: 36px;
}
h4 
{
font-size: 21px;
line-height: 30px;
}
h5 
{
font-size: 20px;
line-height: 30px;
}
h6 
{
font-size: 16px;
line-height: 26px;
}
img
{
height:10%;
}
.text-center
{
text-align:center;
}
h1.logo-font {
  text-transform: none;
  font-weight: 300;
  font-size: 50px;
}

h1.large {  
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
h2.logo-font {
  text-transform: none;
}
/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
  .jumbotron h1 {
    font-size: 130px;
  }
}

/* Small devices (tablets, phones less than 767px) */
@media screen and (max-width: 767px) {
  .jumbotron h1 {
    font-size: 60px;
  }
}

.page-title {
  margin-top: 0;
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .title {
    margin-top: 0;
  }
}

.sidebar .title {
  margin-top: 3px;
}
p 
{
font-weight:400;
line-height:1.8;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration:none;
}
a:hover {
  color:#bf0a30;
}

a:focus, a:active {
  outline: none;
  color:#bf0a30;
}

.link-dark {
  color: #333333;
  text-decoration: none !important;
}

.link-dark:hover {
  color: #333333;
  text-decoration: underline !important;
}

.dark .footer .link-dark {
  color: #777777;
  text-decoration: none !important;
}

.dark .footer .link-dark:hover {
  color: #777777;
  text-decoration: underline !important;
}

.link-light {
  color: #ffffff;
  text-decoration: none !important;
}

.link-light:hover {
  color: #ffffff;
  text-decoration: underline !important;
}

blockquote {
  border-left: none;
  display: inline-block;
  margin: 20px auto 20px;
  font-size: 16px;
  position: relative;
  padding: 10px 25px;
}

blockquote:after {
  content: "“";
  width: 25px;
  height: 25px;
  line-height: 36px;
  font-size: 36px;
  font-family: "PT Serif", serif;
  position: absolute;
  top: 12px;
  left: 0px;
  color: #cdcdcd;
}

.blockquote:before {
  font-family: "PT Serif", serif;
  content: "“";
  font-size: 40px;
}

blockquote.inline {
  padding: 0;
}

blockquote.inline p {
  width: 60%;
  display: inline-block;
  margin: 0;
}

blockquote.inline footer {
  width: 37%;
  display: inline-block;
  padding-left: 5px;
}

blockquote.inline:after {
  top: 0;
}
pre {
  padding: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.text-muted {
  color: #bf0a30 !important;
}
.text-white {
  color: #ffffff !important;
}
.well {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #f3f3f3;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.dark hr {
  border-color: #333333;
}
/*For Center Content Code*/
.center_content
{
box-shadow: -3px 9px 16px -4px rgb(0 0 0 / 30%);
}
.center_content p
{
color:#ffffff;
}
a:not(.btn):hover 
{
text-decoration:none !important;
color:#bf0a30;
}
a:hover
{
text-decoration:none !important;
}
.pv-35
{
padding-top:36px;
padding-bottom:36px;
}
h2.title
{
font-size:30px;
}
.text-dark
{
color: #252525 !important;
}
.form-control
{
border:1px solid #eaeaea !important;
}


/*# sourceMappingURL=typography-default.css.map */