@charset "UTF-8"; html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 1rem;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 3.3125rem;
    line-height: 1.15em;
}

h2 {
    font-size: 2.25rem;
    line-height: 1.5em;
}

h3 {
    font-size: 1.5625rem;
    line-height: 1.4em;
}

h4 {
    font-size: 1.125rem;
    line-height: 1.5em;
}

h5 {
    font-size: 1.0625rem;
    line-height: 1.55em;
}

h6 {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 500;
}

p {
    font-size: 14px;
    margin: 0 0 10px;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: #fff;
    color: #3c4858;
    margin: 0;
    font-size: 1rem;
    text-align: left;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

a:hover, a:focus {
    color: #bbbbbb;
    text-decoration: none;
}

label {
    font-size: 14px;
    line-height: 1.42857;
    color: #aaaaaa;
    font-weight: 400;
}

small {
    font-size: 75%;
    color: #777;
    font-weight: 400;
}

img {
    vertical-align: middle;
    border-style: none;
}

form {
    margin-bottom: 1.125rem;
}

.body-page-transition {
    overflow: hidden;
}

.body-page-transition #page-transition {
    position: fixed;
    z-index: 9999;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.body-page-transition #page-transition > div:after {
    content: "";
    background-image: "assets/img/bg11.jpg";
    background-size: cover;
    position: fixed;
    z-index: 9998;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.body-page-transition #page-transition > div:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    z-index: 9999;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}

.fa,.fab,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fab {
    font-family: Font Awesome\ 5 Brands
}

.fb_dialog {
 z-index: 100 !important;
}

.fb_reset > div > span > iframe,
.fb_dialog > div > iframe {
    z-index: 100 !important;
}

.loader2 {     
    margin-top: 175px;
    margin-left: 52px;
    display: block;
}

.loader {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 164px;
    height: 170px;
    display: block;
    background: #c2c2c2;
    box-sizing: border-box;
  }
  .loader::after {
    content: '';  
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
    position: absolute;
    background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 100%), linear-gradient(#DDD 74px, transparent 0), linear-gradient(#DDD 16px, transparent 0), linear-gradient(#DDD 24px, transparent 0);
    background-repeat: no-repeat;
    background-size: 50px 170px, 100% 74px, 100% 16px, 100% 32px;
    background-position: 0 0, 0 0, 0px 85px, 0px 110px;
    box-sizing: border-box;
    animation: animloader 1s linear infinite;
  }
  
  @keyframes animloader {
    0% {
      background-position: 0 0, 0 0, 0px 85px, 0px 110px;
    }
    100% {
      background-position: 150% 0, 0 0, 0px 85px, 0px 110px;
    }
  }