@import url("aller/css/aller.css");
@import url("../../bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap.scss");
/* Declaring fonts variables */
html {
  position: relative;
  min-height: 100%; }

body {
  font-family: "allerlight";
  background-color: #f2f2f2; }

.no-pl {
  padding-left: 0px; }

.no-pr {
  padding-right: 0px; }

.m-10 {
  margin: 10px 0; }

.pt-10 {
  padding-top: 10px; }

.mt-50 {
  margin-top: 50px; }

.mt-30 {
  margin-top: 30px; }

.lh-43 {
  line-height: 43px; }

.pull-right {
  text-align: right; }

.font-strong {
  font-family: "allerbold"; }

.font-regular {
  font-family: "allerregular" !important; }

.font-light {
  font-family: "allerlight"; }

.font-34 {
  font-size: 34px; }

.yellow {
  color: #f5dc16; }

.light-grey {
  color: #2e292a; }

.grey-box {
  background: #f6f6f6; }

a {
  color: #f47d31; }
  a:hover, a:visited {
    color: #f47d31 !important;
    text-decoration: none; }

.home {
  background: url("../images/hero1.jpg") no-repeat top center;
  background-size: cover; }

/*.home1 {
    background: url("../images/hero2.jpg") no-repeat top center;
    background-size: cover;
}
.home2 {
    background: url("../images/hero3.jpg") no-repeat top center;
    background-size: cover;
} */
#home-carousel.home {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  background: rgba(80, 125, 200, 0.55); }
  #home-carousel.home:hover {
    background: rgba(100, 125, 175, 0); }

.dark-box {
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10; }

.orange-box {
  background-color: #f47d31 !important;
  border-radius: 5px; }

.white-wrapper {
  background-color: #ffffff;
  padding: 10px 40px; }

/** Home Page Styles */
.home .dark-box.hero {
  margin-top: 115px;
  margin-bottom: 115px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff; }
  .home .dark-box.hero h1 {
    font-family: "allerregular";
    font-size: 40px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.004);
    line-height: 1.125; }
  .home .dark-box.hero .dark-frame {
    margin: 30px 48px 0px;
    padding: 5px 0 0;
    border: 1px solid #424242;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.702); }
  .home .dark-box.hero form {
    font-size: 20px; }
    .home .dark-box.hero form label {
      float: left;
      padding: 12px 0; }
    .home .dark-box.hero form .input-group {
      padding: 8px 0; }
    .home .dark-box.hero form .control-group {
      display: inline-block;
      vertical-align: top;
      background: #fff;
      text-align: left;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      padding: 30px;
      width: 200px;
      height: 210px;
      margin: 10px; }
    .home .dark-box.hero form .control {
      display: block;
      position: relative;
      padding: 8px 30px;
      cursor: pointer;
      font-size: 18px;
      margin-left: 28px; }
    .home .dark-box.hero form .control input {
      position: absolute;
      z-index: -1;
      opacity: 0; }
    .home .dark-box.hero form .indicator {
      position: absolute;
      top: 8px;
      left: 0;
      height: 20px;
      width: 20px;
      background: #e6e6e6; }
    .home .dark-box.hero form .radio .indicator {
      border-radius: 50%; }
    .home .dark-box.hero form .control:hover input ~ .indicator,
    .home .dark-box.hero form .control input:focus ~ .indicator {
      background: #ffffff; }
    .home .dark-box.hero form .control input:checked ~ .indicator {
      background: #f47d31; }
    .home .dark-box.hero form .control input:checked:focus ~ .indicator {
      background: #f47d31; }
    .home .dark-box.hero form .indicator:after {
      content: '';
      position: absolute;
      display: none; }
    .home .dark-box.hero form .control input:checked ~ .indicator:after {
      display: block; }
    .home .dark-box.hero form .radio .indicator:after {
      left: 7px;
      top: 7px;
      height: 6px;
      width: 6px;
      border-radius: 50%;
      background: #fff; }
    .home .dark-box.hero form .radio input:disabled ~ .indicator:after {
      background: #7b7b7b; }
    .home .dark-box.hero form button {
      background-color: #f47d31;
      border-radius: 5px;
      padding: 10px 26px;
      margin-right: -10px;
      float: right; }
      .home .dark-box.hero form button:hover, .home .dark-box.hero form button:active, .home .dark-box.hero form button:visited {
        color: #ffffff; }
    .home .dark-box.hero form > .col-sm-6 > .col-sm-4 {
      padding: 5px 0; }

.menu-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(255, 255, 251, 0.4);
  padding: 52px;
  cursor: pointer; }

.visa-wrapper {
  background-color: #f47d31;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 0 30px;
  color: #ffffff; }
  .visa-wrapper h3 {
    font-size: 24px;
    font-family: "allerregular";
    line-height: 1; }
  .visa-wrapper h4 {
    font-size: 20px;
    font-family: "allerregular";
    line-height: 1; }
  .visa-wrapper a {
    color: #f47d31;
    border-radius: 4px;
    background-color: #ffffff; }
  .visa-wrapper button {
    color: #f47d31;
    border-radius: 4px;
    background-color: #ffffff; }
    .visa-wrapper button:hover {
      color: #f47d31;
      background-color: #f0f0f0; }
    .visa-wrapper button:focus, .visa-wrapper button:active, .visa-wrapper button:active:focus {
      outline: none;
      box-shadow: none; }
  .visa-wrapper .thumb {
    min-height: 70px;
    margin-bottom: 10px; }
  .visa-wrapper .separator {
    background-color: rgba(255, 255, 255, 0.251); }
  .visa-wrapper .fa-star {
    color: #f6c509; }

.client-wrapper {
  background-color: #bec0c2;
  color: #000000;
  padding: 0 0 20px; }
  .client-wrapper .testimonial {
    text-align: left;
    font-size: 16px; }
  .client-wrapper .slick-prev:before,
  .client-wrapper .slick-next:before {
    content: none !important; }
  .client-wrapper .slick-prev:hover,
  .client-wrapper .slick-next:hover {
    cursor: pointer; }
  .client-wrapper .slick-prev {
    background: url("../images/arrow.png") no-repeat !important; }
  .client-wrapper .slick-next {
    background: url("../images/arrow.png") no-repeat !important;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.contact-wrapper {
  background-color: #f2f2f2;
  padding: 20px 0;
  color: #989898;
  line-height: 1.714;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5; }
  .contact-wrapper a {
    color: #989898;
    padding: 0px 20px;
    margin: 5px 0; }
    .contact-wrapper a:first-child {
      padding-left: 0px; }
    .contact-wrapper a.orange-link {
      padding: 0;
      color: #f47d31; }
  .contact-wrapper .social {
    padding-top: 20px; }
    .contact-wrapper .social a {
      color: #989898 !important;
      padding: 0 10px;
      margin-bottom: 10px;
      font-size: 20px; }
      .contact-wrapper .social a:visited {
        color: #989898 !important; }
      .contact-wrapper .social a:hover {
        color: #f47d31 !important; }
    .contact-wrapper .social span.fa {
      font-size: 20px; }
    .contact-wrapper .social #mail {
      display: inline-block;
      font-size: 14px;
      padding: 0px; }

.footer-wrapper {
  background-color: #ffffff;
  padding: 25px 0 10px; }

.whyus {
  background: url("../images/why-us.png") no-repeat top center; }

.contact-us {
  background: url("../images/contact_us.jpg") no-repeat top center; }
  .contact-us .font-strong {
    margin-bottom: 0; }
  .contact-us .white-wrapper {
    padding-bottom: 30px; }
  .contact-us .contact-form {
    padding-top: 10px;
    padding-bottom: 10px; }
    .contact-us .contact-form .form-group {
      margin-bottom: 10px; }
    .contact-us .contact-form textarea {
      border: 1px solid #e9e9e9;
      border-radius: 4px;
      box-shadow: none; }
    .contact-us .contact-form button {
      background: #f47d31;
      color: white;
      padding: 8px 35px;
      font-size: 16px; }
      .contact-us .contact-form button:hover {
        background: #de702c; }
      .contact-us .contact-form button:focus {
        outline: none;
        box-shadow: none; }
    .contact-us .contact-form ::-webkit-input-placeholder {
      color: #2e292a;
      font-size: 16px; }
    .contact-us .contact-form :-moz-placeholder {
      /* Firefox 18- */
      color: #2e292a;
      font-size: 16px; }
    .contact-us .contact-form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #2e292a;
      font-size: 16px; }
    .contact-us .contact-form :-ms-input-placeholder {
      color: #2e292a;
      font-size: 16px; }

.whatwedo {
  background: url("../images/what-we-do.png") no-repeat top center; }

.evaluate {
  background: url("../images/evaluate.png") no-repeat top center; }

/** Template Wrapper for Child Pages **/
.template-wrapper h3 {
  font-size: 24px;
  font-family: "allerregular"; }
.template-wrapper small {
  font-size: 20px; }
.template-wrapper p {
  font-size: 16px; }
.template-wrapper .orange-box {
  color: #ffffff;
  padding-bottom: 15px; }
.template-wrapper .text-wrapper {
  padding: 50px;
  padding-bottom: 20px;
  line-height: 43px;
  font-size: 16px; }
  .template-wrapper .text-wrapper.form {
    padding-left: 0; }
  .template-wrapper .text-wrapper p {
    line-height: 30px; }
    .template-wrapper .text-wrapper p.font-34 {
      font-size: 34px;
      line-height: 43px; }
  .template-wrapper .text-wrapper ul {
    list-style: none;
    padding-left: 0px; }
    .template-wrapper .text-wrapper ul li:before {
      content: "\f061";
      font-family: FontAwesome;
      color: #f47d31;
      padding-right: 20px; }
  .template-wrapper .text-wrapper select {
    border: 1px solid #e9e9e9 !important;
    background-color: #f8f8f8 !important;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-right: 24px;
    background: url("../images/arrow_select.png") no-repeat right center; }
  .template-wrapper .text-wrapper input {
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    box-shadow: none;
    background-color: #f8f8f8 !important; }
  .template-wrapper .text-wrapper .input-group .input-group-addon {
    background-color: #f8f8f8 !important;
    border: 1px solid #e9e9e9;
    border-right: 0; }
  .template-wrapper .text-wrapper .input-group input {
    border-left: 0; }
  .template-wrapper .text-wrapper .btn-orange {
    background-color: #f47d31;
    color: #ffffff;
    margin-left: -6px; }
.template-wrapper .client-wrapper {
  padding-bottom: 0; }
  .template-wrapper .client-wrapper .slick-prev {
    background: url("../images/arrow_alt.png") no-repeat !important;
    margin-left: 10px;
    width: 30px;
    height: 30px; }
  .template-wrapper .client-wrapper .slick-next {
    background: url("../images/arrow_alt.png") no-repeat !important;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 10px;
    width: 30px;
    height: 30px; }
.template-wrapper .result-wrapper {
  border: 2px solid #caffd5;
  border-radius: 4px;
  background-color: #e7ffec;
  padding: 10px 20px;
  margin-bottom: 20px; }
  .template-wrapper .result-wrapper .progress {
    border-radius: 15px;
    height: 42px;
    border: 2px solid #bec0c2;
    box-shadow: none;
    background-color: #ffffff;
    margin-left: 50px;
    margin-right: 50px; }
    .template-wrapper .result-wrapper .progress .progress-bar {
      background-color: #f47d31;
      border-radius: 11px;
      height: 80%;
      margin: 4px; }
  .template-wrapper .result-wrapper .progress-sub {
    margin-left: 50px;
    margin-right: 50px;
    text-align: left;
    font-weight: 600; }

.footer-menu a {
  color: #989898; }
  .footer-menu a:visited {
    color: #989898 !important; }
  .footer-menu a:hover {
    color: #f47d31 !important; }

/** Sliding Menu **/
menu {
  display: block; }
  menu > div {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 350px;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: -webkit-transform ease 250ms;
    -moz-transition: -webkit-transform ease 250ms;
    -ms-transition: -webkit-transform ease 250ms;
    -o-transition: -webkit-transform ease 250ms;
    transition: -webkit-transform ease 250ms;
    -webkit-transition: transform ease 250ms;
    -moz-transition: transform ease 250ms;
    -ms-transition: transform ease 250ms;
    -o-transition: transform ease 250ms;
    transition: transform ease 250ms; }
    menu > div.right {
      display: none;
      z-index: 100;
      background: #f47d31;
      right: -220px;
      height: 100%; }
    menu > div.show.right {
      display: block;
      transform: translate3d(-220px, 0, 0);
      -ms-transform: translate3d(-220px, 0, 0);
      -webkit-transform: translate3d(-220px, 0, 0);
      -o-transform: translate3d(-220px, 0, 0);
      -moz-transform: translate3d(-220px, 0, 0); }
    menu > div a {
      font-family: "allerregular";
      color: #ffffff;
      font-size: 24px; }
      menu > div a:hover, menu > div a:active, menu > div a:visited {
        color: #ffffff !important;
        text-decoration: none; }
    menu > div .menu {
      color: #ffffff;
      font-family: "allerregular";
      padding: 45px 36px 40px 182px;
      text-align: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.251); }
      menu > div .menu a {
        font-size: 20px; }
    menu > div ul.pop-menu {
      list-style: none;
      font-size: 24px;
      padding-top: 42px;
      color: #ffffff; }
      menu > div ul.pop-menu li {
        padding: 6px 0; }
        menu > div ul.pop-menu li:before {
          content: "\f061";
          font-family: FontAwesome; }
        menu > div ul.pop-menu li:hover:before {
          content: "\f063";
          font-family: FontAwesome; }
        menu > div ul.pop-menu li.active:before {
          content: "\f063";
          font-family: FontAwesome; }
        menu > div ul.pop-menu li a {
          padding-left: 82px; }

.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10; }

/** Radio Style **/
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px; }

.control {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  cursor: pointer;
  font-size: 18px; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.indicator {
  position: absolute;
  top: 8px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6; }

.radio .indicator {
  border-radius: 50%; }

.control input:checked ~ .indicator {
  background: #f47d31; }

.control input:checked:focus ~ .indicator {
  background: #orange; }

.indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .indicator:after {
  display: block; }

.radio .indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff; }

.radio input:disabled ~ .indicator:after {
  background: #7b7b7b; }

@media (max-width: 435px) {
  menu > div {
    width: 100%;
    height: 736px; }

  .dark-box .logo {
    width: 100px; }

  .menu-wrapper {
    border-left: 0; }
    .menu-wrapper img {
      width: 30px; }

  .home .dark-box.hero h1 {
    font-size: 1em !important; }
  .home .dark-box.hero label {
    font-size: 1em !important; }
  .home .dark-box.hero.dark-frame {
    margin: 30px 10px 0px !important; }
  .home .dark-box.hero .btn-lg {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px; } }

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