﻿@import url("https://fonts.googleapis.com/css?family=Roboto");

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212112;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg");
  background-position: center;
  background-repeat: repeat;
  background-size: 7%;
  background-color: #fff;
  overflow-x: hidden;
  transition: all 200ms linear;
}

html {
  position: relative;
  min-height: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

i {
  margin-right: 10px;
}
/*----------multi-level-accordian-menu------------*/
.navbar-logo {
  padding: 15px;
  color: #fff;
}

.navbar-brand h5 {
  font-family: "Poppins", sans-serif;
}

.navbar-mainbg {
    background-color: #093368;
    padding: 0px;
    opacity: 0.8;
}

.navbar-brand img {
  height: 50px;
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#navbarSupportedContent {
  overflow: hidden;
  position: relative;
}

#navbarSupportedContent ul {
  padding: 0px;
  margin: 0px;
}

#navbarSupportedContent ul li a i {
  margin-right: 10px;
}

#navbarSupportedContent li {
  list-style-type: none;
  float: left;
}

#navbarSupportedContent ul li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 20px 20px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}

#navbarSupportedContent > ul > li.active > a {
  color: #;
  background-color: transparent;
  transition: all 0.7s;
}

#navbarSupportedContent a:not(:only-child):after {
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transition: 0.5s;
}

#navbarSupportedContent .active > a:not(:only-child):after {
  transform: rotate(90deg);
}

.hori-selector {
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 10px;
}

.hori-selector .right,
.hori-selector .left {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  bottom: 10px;
}

.hori-selector .right {
  right: -25px;
}

.hori-selector .left {
  left: -25px;
}

    .hori-selector .right:before,
    .hori-selector .left:before {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #093368;
        /* opacity: .8;  */
    }

.hori-selector .right:before {
  bottom: 0;
  right: -25px;
}

.hori-selector .left:before {
  bottom: 0;
  left: -25px;
}

.breadcrumb.wizard {
  padding: 0px;
  background: #d4d4d4;
  list-style: none;
  overflow: hidden;
  margin-top: 20px;
  font-size: 18px;
  width: 100%;
}

.breadcrumb.wizard > li + li:before {
  padding: 0;
}

.breadcrumb.wizard li {
  float: left;
}

    .breadcrumb.wizard li.active a {
        background: #093368;
    }

    .breadcrumb.wizard li.completed a {
        background: #093368;
    }

    .breadcrumb.wizard li.active a:after {
        border-left: 30px solid #093368;
    }

    .breadcrumb.wizard li.completed a:after {
        border-left: 30px solid #093368;
    }

.breadcrumb.wizard li a {
  color: white;
  text-decoration: none;
  padding: 10px 0 10px 45px;
  position: relative;
  display: block;
  float: left;
}

.breadcrumb.wizard li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid hsla(0, 0%, 83%, 1);
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

.breadcrumb.wizard li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

.breadcrumb.wizard li:first-child a {
  padding-left: 15px;
}

    .breadcrumb.wizard li a:hover {
        background: #093368;
    }

.breadcrumb.wizard li a:hover:after {
  border-left-color: #007fff !important;
}

.main {
  width: 100%;
  min-height: 20rem;
  margin-bottom: 5em;
}

.freeze {
  pointer-events: none;
  opacity: 0.4;
}

.copyright p {
  color: #fff;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.footer-menu-social {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu-social ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.footer-menu-social ul li {
  margin-right: 15px;
  float: left;
}

.footer-menu-social ul li a {
  color: #fff;
}

.copyright p a {
  text-transform: uppercase;
  color: #ffffff;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  background: #ccc;
  background-color: #093368;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 0.6rem;
}

/* Spinner */
/**
* PAGE PRELOADER
* Replace with your own icon or logo and use on your site
*/
/**
* VARIABLES
* Tweak them for prefered result 
*/
.main {
  /*opacity: 0.3;*/
  transition: all 2s ease;
  border-radius: 5px;
}

#guideDiv {
  padding: 10px;
}

#preloader {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  display: none;
}

#preloader:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  height: 100%;
  width: 100%;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  border: 1px solid #007fff;
  border-top: 1px solid transparent;
  border-radius: 100%;
}

#preloader > .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 25px;
  width: 20.6px;
  margin-top: -12.5px;
  margin-left: -11.3px;
  -webkit-animation: wink 1s ease-in-out infinite alternate;
  animation: wink 1s ease-in-out infinite alternate;
}

/*Toast*/
#pageMessages {
  position: fixed;
  right: 1em;
  width: auto;
  top: 3em;
  max-width: 25rem;
  z-index: 2000;
}

.alert {
  position: relative;
}

.alert .close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1em;
}

.alert .fa {
  margin-right: 0.3em;
}

.card-header {
  background-color: #ffffff;
  color: #000;
}

.card {
  box-shadow: 0 0 10px #b1beca;
}

/* Global Button Styles */
.animated-button {
  position: relative;
  display: block;
  margin: 5px auto;
  padding: 14px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.08em;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.animated-button:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.animated-button:hover {
  color: #fff;
  text-shadow: none;
}

/* Thar Buttons */
.animated-button.thar-one {
  color: #fff !important;
  background-color: #332075;
  text-shadow: none;
  cursor: pointer;
  display: block;
  position: relative;
  border: 2px solid #007FFF;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.animated-button.thar-one:hover {
  color: #006633;
  background-color: #ffffff;
  text-shadow: none;
}

.switch input {
  display: none;
}

.switch {
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 8px;
  transform: translateY(50%);
  position: relative;
}
/* Style Wired */
.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  box-shadow: 0 0 0 2px #777, 0 0 4px #777;
  cursor: pointer;
  border: 4px solid transparent;
  overflow: hidden;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #777;
  border-radius: 30px;
  transform: translateX(-30px);
  transition: 0.4s;
}

input:checked + .slider:before {
  transform: translateX(30px);
  background: #006633;
}

input:checked + .slider {
  box-shadow: 0 0 0 2px #006633, 0 0 2px #006633;
}

/* Style Flat */
.switch.flat .slider {
  box-shadow: none;
}

.switch.flat .slider:before {
  background: #fff;
}

.switch.flat input:checked + .slider:before {
  background: white;
}

.switch.flat input:checked + .slider {
  background: #006633;
}

.card-header {
  border-bottom: 1px solid #003333;
}

.animated-button.thar-one:hover:before {
  bottom: 0%;
  top: auto;
  height: 100%;
}

.animated-button.thar-one:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: "";
  color: #000 !important;
  background: #006633;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.phone-numb-label {
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  #preloader {
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }

  #preloader:before {
    left: -2px;
    top: -2px;
    border-top-width: 2px;
    border-left-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 2px;
  }

  #preloader > .icon {
    height: 37.5px;
    width: 30.9px;
    margin-top: -18.75px;
    margin-left: -18.95px;
  }
}

@media only screen and (min-width: 1200px) {
  #preloader {
    height: 80px;
    width: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }

  #preloader > .icon {
    height: 50px;
    width: 45.2px;
    margin-top: -27px;
    margin-left: -24.6px;
  }
}

@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes wink {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes wink {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .navbar-expand-custom {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-custom .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-custom .navbar-toggler {
    display: none;
  }

  .navbar-expand-custom .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (max-width: 521px) {
  .navbar-brand {
    margin-left: 10px !important;
  }

  .breadcrumb.wizard {
    font-size: 10px;
  }
}

@media (max-width: 991px) {
  #navbarSupportedContent ul li a {
    padding: 12px 30px;
  }

  .hori-selector {
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .hori-selector .left,
  .hori-selector .right {
    right: 10px;
  }

  .hori-selector .left {
    top: -25px;
    left: auto;
  }

  .hori-selector .right {
    bottom: -25px;
  }

  .hori-selector .left:before {
    left: -25px;
    top: -25px;
  }

  .hori-selector .right:before {
    bottom: -25px;
    left: -25px;
  }
}
