/*
Template Name: Zircos - Bootstrap 4 Admin Dashboard
Author: CoderThemes
Email: support@coderthemes.com
File: Main Style scss
Version : 2.0
*/
/* Google font */
/************************************
01.General
02.Helper
03.Bootsrap custom
07.Buttons
08.Cards
25.Form Elements

@import "variables";
@import "general";
@import "helper";
@import "bootstrap-custom";
@import "buttons";
@import "cards";
@import "form-elements";

*************************************/
/* =============
   general
============= */
body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-size: 14px;
  overflow-x: hidden;
  color: #797979;
  background-color: #ffffff;
}

body.bg-language {
  background-image: url("../images/artboard-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

body {
  background-image: url("../images/artboard-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

html, body {
  position: relative;
}
@media (min-width: 1200px) and (max-width: 3000px) {
  html, body {
    height: 100%;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #3a3a3a;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.h2, h2 {
  font-size: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .h2, h2 {
    font-size: 24px;
  }
}

.h3, h3 {
  font-size: 24px;
}

.h4, h4 {
  font-size: 18px;
}

.h5, h5 {
  font-size: 15px;
}

.h6, h6 {
  font-size: 12px;
}

p {
  line-height: 1.6;
}

* {
  outline: none !important;
}

b, strong {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

a:hover {
  outline: 0;
  text-decoration: none;
  color: #3a3a3a;
}
a:active {
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}

.logo {
  position: absolute;
  padding: 40px;
  right: 0px;
  left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .logo {
    position: relative;
    padding: 15px 0px;
    text-align: center !important;
  }
  .logo img {
    width: 280px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .logo {
    position: relative;
    padding: 15px;
    text-align: center !important;
  }
}

.container {
  width: auto;
  min-height: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .container {
    height: inherit;
  }
}

.container-alt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.sarahah-img {
  width: 360px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .sarahah-img {
    width: 180px;
  }
}

.people-img {
  width: 400px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .people-img {
    width: 200px;
  }
}

@media (min-width: 320px) and (max-width: 1199px) {
  br {
    display: none;
  }
}

.ds-inline-f {
  display: inline-flex;
}

.center-page {
  float: none !important;
  margin: 0 auto !important;
}

.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
}

.font-secondary {
  font-family: "Open Sans", sans-serif;
}

.font-size-base {
  font-size: 14px;
}

.font-size-xs {
  font-size: 10px;
}

.font-size-sm {
  font-size: 16px;
}

.font-size-md {
  font-size: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .font-size-md {
    font-size: 16px;
  }
}

.font-size-lg {
  font-size: 24px;
}

.font-size-xl {
  font-size: 28px;
}

.big-heading {
  font-size: 70px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .big-heading {
    font-size: 40px;
  }
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.font-800 {
  font-weight: 800;
}

.font-normal {
  font-weight: normal;
}

.font-light {
  font-weight: 300;
}

.vertical-middle {
  vertical-align: middle;
}

.bx-shadow {
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.bx-shadow-none {
  box-shadow: none !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.small, small {
  font-size: 85%;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* Background colors */
.bg-primary {
  background-color: #003399 !important;
}

.bg-success {
  background-color: #1ed65f !important;
}

.bg-info {
  background-color: #3ac9d6 !important;
}

.bg-warning {
  background-color: #f9c851 !important;
}

.bg-danger {
  background-color: #f5707a !important;
}

.bg-muted {
  background-color: #797979 !important;
}

.bg-inverse {
  background-color: #3b3e47 !important;
}

.bg-blue {
  background-color: #2a5695 !important;
}

.bg-purple {
  background-color: #6b5fb5 !important;
}

.bg-pink {
  background-color: #F06292 !important;
}

.bg-orange {
  background-color: #ff9800 !important;
}

.bg-brown {
  background-color: #8d6e63 !important;
}

.bg-teal {
  background-color: #26a69a !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #3a3a3a !important;
}

.bg-dark {
  background-color: #3a3a3a !important;
}

.gray-100 {
  background-color: #f9f9f9 !important;
}

.gray-200 {
  background-color: #f3f3f3 !important;
}

.gray-300 {
  background-color: #dee2e6 !important;
}

.gray-400 {
  background-color: #ccc !important;
}

.gray-500 {
  background-color: #797979 !important;
}

.gray-600 {
  background-color: #777777 !important;
}

.gray-700 {
  background-color: #dbdbdb !important;
}

.gray-800 {
  background-color: #333333 !important;
}

.gray-900 {
  background-color: #3a3a3a !important;
}

/* Text colors */
.text-white {
  color: #ffffff !important;
}

.text-default {
  color: #a7bddf !important;
}

.text-danger {
  color: #f5707a !important;
}

.text-muted {
  color: #98a6ad !important;
}

.text-primary {
  color: #003399 !important;
}

.text-warning {
  color: #f9c851 !important;
}

.text-success {
  color: #1ed65f !important;
}

.text-info {
  color: #3ac9d6 !important;
}

.text-inverse {
  color: #3b3e47 !important;
}

.text-pink {
  color: #F06292 !important;
}

.text-blue {
  color: #2a5695 !important;
}

.text-purple {
  color: #6b5fb5 !important;
}

.text-orange {
  color: #ff9800 !important;
}

.text-brown {
  color: #8d6e63 !important;
}

.text-teal {
  color: #26a69a !important;
}

.text-dark {
  color: #3a3a3a !important;
}

/* =============
   Buttons
============= */
.btn {
  border-radius: 4px;
  padding: 8px 14px;
}

.btn-md {
  padding: 12px 70px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .btn-md {
    padding: 12px 40px;
  }
}

.btn-width {
  width: 320px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .btn-width {
    width: 100%;
  }
}

.btn-rounded {
  border-radius: 2em;
  padding: 6px 18px;
}

.btn-primary {
  background-color: #003399 !important;
  border: 1px solid #003399 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #002b80 !important;
  border: 1px solid #002b80 !important;
}

/* Social Buttons */
.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}

.btn-twitter {
  color: #ffffff !important;
  background-color: #00aced !important;
}

.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6 !important;
}

.btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
}

.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39 !important;
}

.btn-instagram {
  color: #ffffff !important;
  background-color: #517fa4 !important;
}

.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027 !important;
}

.btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5 !important;
}

.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084 !important;
}

.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d !important;
}

.btn-skype {
  color: #ffffff !important;
  background-color: #00aff0 !important;
}

.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000 !important;
}

.btn-github {
  color: #ffffff !important;
  background-color: #171515 !important;
}

label.card {
  cursor: pointer;
}

.card-radio {
  border: 2px solid #dbdbdb;
}
.card-radio input[type=radio] {
  position: absolute;
  z-index: -1;
  width: 0px;
  height: 0px;
  opacity: 0;
}

.card-selected {
  background-color: #f3f3f3;
}

/* =============
   Form
============= */
/* Form components */
label {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

textarea.form-control {
  min-height: 200px;
}

.form-control {
  border: 1px solid #dbdbdb;
  border-bottom: 2px solid #dbdbdb;
  border-radius: 4px;
  padding: 35px 20px;
  font-size: 14px;
  height: 38px;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

.form-control-feedback {
  line-height: 38px !important;
}

.input-group-btn .btn {
  padding: 8px 12px;
}

.input-group-btn .btn-sm {
  padding: 5px 10px;
}

.input-group-btn .btn-lg {
  padding: 10px 17px;
}

.has-success .checkbox, .has-success .checkbox-inline,
.has-success .control-label, .has-success .help-block,
.has-success .radio, .has-success .radio-inline,
.has-success.checkbox label, .has-success.checkbox-inline label,
.has-success.radio label, .has-success.radio-inline label,
.has-success .form-control-feedback {
  color: #1ed65f;
}

.has-warning .checkbox, .has-warning .checkbox-inline,
.has-warning .control-label, .has-warning .help-block,
.has-warning .radio, .has-warning .radio-inline,
.has-warning.checkbox label, .has-warning.checkbox-inline label,
.has-warning.radio label, .has-warning.radio-inline label,
.has-warning .form-control-feedback {
  color: #f9c851;
}

.has-error .checkbox, .has-error .checkbox-inline,
.has-error .control-label, .has-error .help-block,
.has-error .radio, .has-error .radio-inline,
.has-error.checkbox label, .has-error.checkbox-inline label,
.has-error.radio label, .has-error.radio-inline label,
.has-error .form-control-feedback {
  color: #f5707a;
}

.has-success .form-control {
  border-color: #1ed65f;
  box-shadow: none !important;
}

.has-warning .form-control {
  border-color: #f9c851;
  box-shadow: none !important;
}

.has-error .form-control {
  border-color: #f5707a;
  box-shadow: none !important;
}

.input-group-text {
  border-radius: 2px;
  border: 1px solid #eeeeee;
}

label {
  padding: 8px 50px;
  background: #f4f4f4;
  display: table;
  color: #000000;
  border: 1px solid #dedbdb;
  border-radius: 4px;
}

input[type=file] {
  display: none;
}

.inline-flex {
  display: inline-flex;
}

/*# sourceMappingURL=style.css.map */
.footer {
  position: absolute;
  left:10px;
  font-size:15px;
  text-align: center;
  bottom:10px;
  width: 100%;
  color:#000;
}

/* Extra small devices (phones, 600px and down) */
@media (min-width: 320px) and (max-width: 767px) {
  .footer {
    position: relative;
  }
}
/* Extra small devices (phones, 600px and down) */
@media (min-width: 600px) and (max-width: 1200px) {
  .footer {
    bottom:-30px;
  }
}
