@font-face {}
body {
  background: url("../../assets/images/back.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.w-container {
  background-color: #e5e5e5;
  border: 3px solid #2e3743; }

.form-control:focus {
  border-color: #fd6d38 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6); }

.slabel {
  padding-top: 5px;
  padding-left: 20px; }

.navbar {
  background: url("../../assets/images/back.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-color: #2e3743; }

.dropdown-toggle {
  background-color: transparent !important; }

.dropdown-menu {
  background-color: #2e3743 !important; }
  .dropdown-menu li a {
    font-weight: bold !important; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #2e3743 !important; }

@media screen and (max-width: 768px) {
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #2e3743 !important;
    background-color: #fcfff4 !important; } }
.logo-navbar {
  margin-bottom: 0px;
  border-bottom: #2e3743; }

.logo {
  padding-top: 5px;
  padding-bottom: 5px; }

.mainnav {
  border-top: #2e3743; }

.navbar-nav .navbar-li {
  background: url("../../assets/images/orange.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 1.1em;
  font-weight: 700;
  text-align: left;
  border: solid #2e3743; }
  .navbar-nav .navbar-li a {
    color: white !important; }
  .navbar-nav .navbar-li a:hover {
    color: #2e3743 !important; }
.navbar-nav .sactive a {
  color: white !important; }
.navbar-nav .sactive a:hover {
  color: #2e3743 !important; }
.navbar-nav .numbers {
  font-size: 25px;
  color: snow;
  padding: 15px;
  margin-left: -15px; }

.sfooter {
  border-top: 5px solid white; }
  .sfooter h4 {
    font-weight: bold; }

.left {
  border-right: 5px solid;
  border-image: linear-gradient(to top, #2e3743, transparent) 1 100%; }

@media (max-width: 767px) {
  .left {
    border-right: none; } }
.reg-title h4 {
  color: white;
  font-family: Arial Mt Std Light; }
.reg-title h5 {
  color: white;
  font-family: Arial Mt Std Light; }

.rwell {
  margin: 30px; }
  .rwell .panel-heading {
    background-color: #fd6d38 !important;
    border-bottom: 5px solid #2e3743;
    background: url("../../assets/images/orange.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .rwell h4 {
    color: white; }
  .rwell .panel {
    border: 1px solid #2e3743 !important; }

.button {
  background-color: #fd6d38;
  color: white; }

.button:hover {
  color: white;
  background-color: #d84a16; }

.front-img {
  padding-left: 20px;
  margin-top: 10px; }

.left-padding {
  margin-left: 50px; }

@media screen and (max-width: 768px) {
  .left-padding {
    margin-left: 0px; } }
.banner-img {
  padding-left: 100px; }
  .banner-img h2 {
    color: white;
    font-family: inherit; }

@media screen and (max-width: 768px) {
  .banner-img {
    padding-left: 10px; } }
.fsize {
  font-size: 100px;
  color: white;
  padding-top: 50px;
  margin-left: -8px; }

@media screen and (max-width: 768px) {
  .hideme {
    display: none; } }
select:focus, input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, textarea:focus {
  border-color: red !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6) !important;
  outline: 0 none; }

.aheading {
  color: white;
  background-color: #2e3743;
  padding: 15px; }

.panel a:link {
  text-decoration: none; }

.panel a:hover {
  text-decoration: none; }

.atitle {
  font-size: 20px; }

.icon_top {
  float: left;
  display: inline;
  width: 100%;
  text-align: center;
  padding: 10px; }

.icon_top:hover .icon {
  transform: scale(1.1);
  border: 1px solid black; }

.icon_top:hover .fa {
  color: #ff9933; }

.icon {
  border-radius: 15px;
  border: 1px solid black;
  color: #ffffff;
  display: inline-block;
  height: 150px;
  text-align: center;
  width: 150px;
  background-color: #2e3743;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s; }

.icon span {
  display: inline-block;
  font-size: 60px;
  height: 70%;
  line-height: 150px;
  width: 70%; }

.title {
  color: white;
  font-weight: bolder;
  padding-top: 2px;
  padding-bottom: 2px; }

.icon > .fa {
  color: #fd6d38; }

/*###Tablet(medium)###*/
@media screen and (min-width: 451px) and (max-width: 768px) {
  .icon {
    height: 100%;
    width: 80%;
    margin-bottom: 20px; }

  .icon span {
    font-size: 100px; } }
/*### Smartphones (portrait and landscape)(small)### */
@media screen and (min-width: 0px) and (max-width: 450px) {
  .icon {
    width: 100%;
    margin: 5px; }

  .icon span {
    font-size: 60px; } }
/* SQUARED ONE */
.squaredOne {
  width: 28px;
  height: 28px;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
  margin: 20px auto;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  position: relative; }

.squaredOne label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 4px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 ); }

.squaredOne label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fd6d38;
  top: 2px;
  left: 2px;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5); }

.squaredOne label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3; }

.squaredOne input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

/*# sourceMappingURL=style.css.map */
