/* Scss Document */
/* 
Theme Name: Asteco
Theme URI: http://www.oi-me.com
Description: Designed by <a href="http://www.oi-me.com" title="Orange Interactive Technology">Orange</a>.
Date : 29-09-2019
Version: 0.1 English
Author: Abdul Rafeeque
Author URI: http://www.oi-me.com, http://www.abdulrafeeque.com
*/
@font-face {
  font-family: 'SocialCircles';
  src: url("../fonts/SocialCircles.eot?#iefix") format("embedded-opentype"), url("../fonts/SocialCircles.woff") format("woff"), url("../fonts/SocialCircles.ttf") format("truetype"), url("../fonts/SocialCircles.svg#SocialCircles") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====== MIXINS ====== */
/* ====== / MIXINS ====== */
/*==Color==*/
/*--Bg--*/
.bg-primary {
  background-color: #012168; }

.bg-black {
  background-color: #000; }

.bg-white {
  background-color: #fff; }

.bg-light-gray {
  background-color: #f1f2f2; }

.bg-gradient {
  background-color: #ff5862;
  background-image: -webkit-gradient(linear, helper-gradient-angle(90deg), 2, from(#ff5862), to(#bf1e34));
  background-image: -webkit-linear-gradient(helper-gradient-angle(90deg), 1, #ff5862, #bf1e34);
  background-image: linear-gradient(90deg, #ff5862, #bf1e34); }

/*--text--*/
.text-primary {
  color: #012168; }

.text-black {
  color: #000; }

.text-white {
  color: #fff; }

.text-light-gray {
  color: #f1f2f2; }

/*fonts*/
.font-1 {
  font-family: "Open Sans", sans-serif; }

.font-2 {
  font-family: "SocialCircles"; }

/*loading*/
body .oi-loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #012168;
  text-align: center;
  z-index: -99999;
  height: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  filter: alpha(opacity=0); }
  body .oi-loader .oi-loader-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #fff;
    height: 120px; }
body.ldng .oi-loader {
  z-index: 99999;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  filter: alpha(opacity=100); }

html {
  height: 100%;
  overflow-x: hidden; }

body {
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem; }

* {
  box-sizing: border-box; }

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.btn {
  border-radius: 0; }
  .btn.btn-lg {
    padding: 10px 30px;
    font-size: 15px; }
  .btn.btn-lng {
    padding: .35rem 1.8rem;
    font-size: 1rem; }
  .btn.btn-sm-lng {
    padding: .2rem .8rem .1rem;
    font-size: .9rem; }
  .btn.btn-round-50 {
    border-radius: 25px; }
  .btn.btn-outline-light {
    color: #fff; }
    .btn.btn-outline-light:hover {
      color: #000; }
  .btn.btn-blue {
    color: #012168;
    border: none;
    background: none;
    outline: none;
    box-shadow: none; }
    .btn.btn-blue:hover {
      color: #012168;
      opacity: 0.7;
      filter: alpha(opacity=70); }
    .btn.btn-blue:focus {
      color: #012168;
      border: none;
      box-shadow: none;
      outline: none;
      opacity: 0.7;
      filter: alpha(opacity=70); }

/*==Header==*/
.oi-header {
  padding: 10px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .oi-header .oi-logo {
    position: relative;
    text-decoration: none; }
    .oi-header .oi-logo:hover {
      text-decoration: none; }
    .oi-header .oi-logo img {
      left: 0;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .oi-header .oi-logo img.oi-logo-text {
        width: 200px;
        height: 52px;
        position: relative;
        opacity: 1;
        filter: alpha(opacity=100); }
      .oi-header .oi-logo img.oi-logo-icon {
        position: absolute;
        width: 0;
        height: 0;
        opacity: 0;
        filter: alpha(opacity=0); }
    .oi-header .oi-logo .oi-logo-tag {
      display: inline-block;
      vertical-align: middle;
      background: #fff;
      color: #012168;
      border-radius: 5px;
      padding: 5px 10px;
      margin-left: 15px;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .oi-header .oi-right-icon-menu li {
    padding-left: 15px; }
    .oi-header .oi-right-icon-menu li a {
      color: #fff;
      padding: 10px 5px;
      display: block;
      text-decoration: none; }
      .oi-header .oi-right-icon-menu li a img {
        width: 25px; }
      .oi-header .oi-right-icon-menu li a.mburger {
        --mb-bar-height: 1px;
        width: 50px;
        height: 50px;
        color: #012168; }
      .oi-header .oi-right-icon-menu li a.dropdown-toggle span {
        position: absolute;
        top: 0;
        right: 5px;
        font-size: 10px; }
    .oi-header .oi-right-icon-menu li .dropdown-menu .dropdown-item a {
      color: #5d5d5d;
      padding: 5px 0;
      text-decoration: none; }
  .oi-header .oi-langs li {
    color: #fff;
    padding: 0; }
    .oi-header .oi-langs li a {
      color: #fff;
      font-size: 14px;
      text-decoration: none;
      display: inline;
      padding: 0; }
      .oi-header .oi-langs li a.active {
        font-weight: bold;
        pointer-events: none; }
        .oi-header .oi-langs li a.active:hover {
          color: #fff;
          cursor: default; }
      .oi-header .oi-langs li a:hover {
        color: #5d5d5d; }
    .oi-header .oi-langs li span {
      padding: 0 5px; }
  .oi-header .oi-back {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    font-size: 1.5rem; }
    .oi-header .oi-back::-ms-expand {
      display: none; }
  .oi-header.oi-sticky {
    padding: 10px 0;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); }
    .oi-header.oi-sticky .oi-logo img.oi-logo-text {
      position: absolute;
      width: 0;
      height: 0;
      opacity: 0;
      filter: alpha(opacity=0); }
    .oi-header.oi-sticky .oi-logo img.oi-logo-icon {
      width: 52px;
      height: 52px;
      position: relative;
      opacity: 1;
      filter: alpha(opacity=100); }
  .oi-header .hamburger {
    position: absolute;
    top: 0;
    left: 0; }

.mm-navbar .oi-logo-tag {
  display: inline-block;
  vertical-align: middle;
  background: #012168;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px; }

/*==Content==*/
.content {
  min-height: 500px; }

/*==icon Footer==*/
.oi-icon-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }
  .oi-icon-footer .col {
    text-align: center; }
    .oi-icon-footer .col a {
      padding: 10px 10px;
      display: block; }
      .oi-icon-footer .col a img {
        width: 25px;
        height: 25px;
        margin-bottom: 5px; }
      .oi-icon-footer .col a svg {
        width: 25px;
        height: 25px;
        margin-bottom: 5px; }
      .oi-icon-footer .col a span {
        display: block;
        font-size: 14px; }
      .oi-icon-footer .col a:hover, .oi-icon-footer .col a:active, .oi-icon-footer .col a:focus {
        background: #012168;
        color: #fff; }
        .oi-icon-footer .col a:hover svg path,
        .oi-icon-footer .col a:hover svg rect, .oi-icon-footer .col a:active svg path,
        .oi-icon-footer .col a:active svg rect, .oi-icon-footer .col a:focus svg path,
        .oi-icon-footer .col a:focus svg rect {
          fill: #fff !important; }
      .oi-icon-footer .col a:after {
        display: none; }
      .oi-icon-footer .col a.dropdown-toggle {
        white-space: pre-wrap; }
    .oi-icon-footer .col .dropdown-menu {
      padding: 0;
      min-width: 220px; }
      .oi-icon-footer .col .dropdown-menu a {
        padding: 10px 15px;
        border-bottom: 1px solid #f1f2f2;
        font-size: 14px; }
        .oi-icon-footer .col .dropdown-menu a:last-of-type {
          border-bottom: none; }

/*==Welcome screen==*/
.oi-wlcm-screen {
  min-height: 350px; }
  .oi-wlcm-screen .row {
    padding: 20px 0; }
  .oi-wlcm-screen .oi-wlcm-logo {
    padding-bottom: 3rem; }
  .oi-wlcm-screen h3 {
    padding-bottom: 2rem; }

/*==welcome Footer==*/
.oi-wlcm-ftr {
  background-image: url("../images/login-bg.png");
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 200px;
  padding-top: 200px;
  padding-bottom: 15px; }
  .oi-wlcm-ftr p,
  .oi-wlcm-ftr a {
    font-size: 14px;
    color: #5d5d5d; }
  .oi-wlcm-ftr .oi-ftr-menu li {
    display: inline-block;
    font-weight: 700;
    position: relative;
    padding-right: 15px; }
    .oi-wlcm-ftr .oi-ftr-menu li:last-of-type {
      padding-right: 0; }
      .oi-wlcm-ftr .oi-ftr-menu li:last-of-type:after {
        display: none; }
    .oi-wlcm-ftr .oi-ftr-menu li:after {
      position: absolute;
      width: 5px;
      height: 5px;
      background: #5d5d5d;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 2px;
      border-radius: 50%;
      content: ''; }

/*==Login / Reg Form==*/
.oi-reg-form .form-control {
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  background-color: transparent; }
  .oi-reg-form .form-control:focus, .oi-reg-form .form-control:active {
    box-shadow: none;
    outline: none;
    background-color: transparent;
    border-color: transparent transparent #012168 transparent; }
.oi-reg-form .form-text {
  padding: 0 0.75rem; }

.oi-login-btm-menu .col-6 a {
  font-size: 12px;
  display: inline-block;
  padding: 0 0.75rem;
  position: relative; }
  .oi-login-btm-menu .col-6 a:after {
    position: absolute;
    bottom: -2px;
    width: 30px;
    height: 1px;
    background: #5d5d5d;
    content: '';
    left: 0.75rem; }
.oi-login-btm-menu .col-6.text-right a:after {
  left: inherit;
  right: 0.75rem; }

/*==Content Area==*/
.oi-content-area {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem; }
  .oi-content-area .oi-minus-wrap {
    margin-top: 20px;
    margin-bottom: 20px; }
    .oi-content-area .oi-minus-wrap .oi-minus-top {
      margin-top: -40px; }
  .oi-content-area .oi-form .form-control,
  .oi-content-area .oi-form .custom-file-label,
  .oi-content-area .oi-form .custom-file-input {
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    background-color: transparent; }
    .oi-content-area .oi-form .form-control:focus, .oi-content-area .oi-form .form-control:active,
    .oi-content-area .oi-form .custom-file-label:focus,
    .oi-content-area .oi-form .custom-file-label:active,
    .oi-content-area .oi-form .custom-file-input:focus,
    .oi-content-area .oi-form .custom-file-input:active {
      box-shadow: none;
      outline: none;
      background-color: transparent;
      border-color: transparent transparent #012168 transparent; }
      .oi-content-area .oi-form .form-control:focus ~ .custom-file-label, .oi-content-area .oi-form .form-control:active ~ .custom-file-label,
      .oi-content-area .oi-form .custom-file-label:focus ~ .custom-file-label,
      .oi-content-area .oi-form .custom-file-label:active ~ .custom-file-label,
      .oi-content-area .oi-form .custom-file-input:focus ~ .custom-file-label,
      .oi-content-area .oi-form .custom-file-input:active ~ .custom-file-label {
        box-shadow: none;
        outline: none;
        background-color: transparent;
        border-color: transparent transparent #012168 transparent; }
  .oi-content-area .oi-form .custom-file-label:after {
    background-color: #012168;
    color: #fff;
    content: 'Choose File' !important;
    height: calc(1.2em + 0.7rem);
    top: 5px;
    bottom: 5px;
    line-height: 1.2;
    font-size: 12px; }
  .oi-content-area .oi-form .oi-cstm-scroll {
    overflow: auto;
    height: 150px; }
  .oi-content-area .oi-form .oi-contact-item {
    position: relative; }
    .oi-content-area .oi-form .oi-contact-item .oi-edit {
      position: absolute;
      top: 5px;
      right: 15px;
      font-size: 1.3rem; }
  .oi-content-area .mt--50 {
    margin-top: -50px; }

.oi-tabs .nav .nav-item {
  padding: 10px;
  background-color: #012168;
  color: rgba(255, 255, 255, 0.4);
  font-weight: bold;
  -webkit-box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.4); }
  .oi-tabs .nav .nav-item.active {
    color: #fff; }

/*====Responsive=====*/
@media (min-width: 768px) and (max-width: 991px) {
  /*==Header==*/
  .oi-header {
    padding: 10px 0; }
    .oi-header .oi-logo img {
      margin-bottom: 15px; }
      .oi-header .oi-logo img.oi-logo-text {
        width: 150px;
        height: 40px; }
      .oi-header .oi-logo img.oi-logo-icon {
        width: 0;
        height: 0; }
    .oi-header .oi-logo .oi-logo-tag {
      display: block;
      max-width: 175px;
      margin: auto; }
    .oi-header .oi-langs {
      float: left;
      padding-top: 15px;
      margin-top: -75px; }
    .oi-header.oi-sticky {
      padding: 10px 0; }
      .oi-header.oi-sticky .oi-logo img {
        margin-bottom: 10px; }
        .oi-header.oi-sticky .oi-logo img.oi-logo-text {
          width: 0;
          height: 0; }
        .oi-header.oi-sticky .oi-logo img.oi-logo-icon {
          width: 30px;
          height: 30px; }
      .oi-header.oi-sticky .oi-logo .oi-logo-tag {
        max-width: 135px;
        margin: auto;
        font-size: 12px;
        padding: 5px 5px 3px; }
      .oi-header.oi-sticky .oi-langs {
        float: left;
        padding-top: 15px;
        margin-top: -55px; } }
@media (min-width: 576px) and (max-width: 767px) {
  /*==Header==*/
  .oi-header {
    padding: 10px 0; }
    .oi-header .oi-logo img {
      margin-bottom: 10px; }
      .oi-header .oi-logo img.oi-logo-text {
        width: 120px;
        height: 30px; }
      .oi-header .oi-logo img.oi-logo-icon {
        width: 0;
        height: 0; }
    .oi-header .oi-logo .oi-logo-tag {
      display: block;
      margin: auto;
      max-width: 135px;
      font-size: 12px;
      padding: 5px 5px 3px; }
    .oi-header .oi-right-icon-menu li {
      padding-left: 10px; }
      .oi-header .oi-right-icon-menu li a {
        padding: 10px 0px; }
        .oi-header .oi-right-icon-menu li a img {
          width: 20px; }
        .oi-header .oi-right-icon-menu li a.mburger {
          --mb-bar-height: 1px;
          width: 40px;
          height: 40px; }
    .oi-header .oi-langs {
      float: left;
      padding-top: 15px;
      margin-top: -60px; }
    .oi-header.oi-sticky {
      padding: 10px 0; }
      .oi-header.oi-sticky .oi-logo img {
        margin-bottom: 10px; }
        .oi-header.oi-sticky .oi-logo img.oi-logo-text {
          width: 0;
          height: 0; }
        .oi-header.oi-sticky .oi-logo img.oi-logo-icon {
          width: 30px;
          height: 30px; }
      .oi-header.oi-sticky .oi-logo .oi-logo-tag {
        max-width: 135px;
        margin: auto;
        font-size: 12px;
        padding: 5px 5px 3px; }
      .oi-header.oi-sticky .oi-langs {
        float: left;
        padding-top: 15px;
        margin-top: -55px; }

  /*==icon Footer==*/
  .oi-icon-footer .col a {
    padding: 5px 5px; }
    .oi-icon-footer .col a img {
      margin-bottom: 2px; }
    .oi-icon-footer .col a svg {
      margin-bottom: 2px; }
    .oi-icon-footer .col a span {
      font-size: .7rem;
      line-height: 1.2; }

  /*==welcome Footer==*/
  .oi-wlcm-ftr {
    background-size: auto 150px;
    padding-top: 150px; }
    .oi-wlcm-ftr p,
    .oi-wlcm-ftr a {
      font-size: 10px; } }
@media (max-width: 575px) {
  /*==Header==*/
  .oi-header {
    padding: 10px 0; }
    .oi-header .oi-logo img {
      margin-bottom: 10px; }
      .oi-header .oi-logo img.oi-logo-text {
        width: 120px;
        height: 30px; }
      .oi-header .oi-logo img.oi-logo-icon {
        width: 0;
        height: 0; }
    .oi-header .oi-logo .oi-logo-tag {
      display: block;
      margin: auto;
      max-width: 125px;
      font-size: 12px;
      padding: 5px 5px 3px; }
    .oi-header .oi-right-icon-menu {
      float: none;
      margin-top: 0; }
      .oi-header .oi-right-icon-menu li {
        padding-left: 10px; }
        .oi-header .oi-right-icon-menu li a {
          padding: 10px 0px; }
          .oi-header .oi-right-icon-menu li a img {
            width: 20px; }
          .oi-header .oi-right-icon-menu li a.mburger {
            --mb-bar-height: 1px;
            width: 40px;
            height: 40px; }
    .oi-header .oi-langs {
      float: none;
      padding-top: 0;
      margin-top: 0; }
    .oi-header.oi-sticky {
      padding: 10px 0; }
      .oi-header.oi-sticky .oi-logo img {
        margin-bottom: 10px; }
        .oi-header.oi-sticky .oi-logo img.oi-logo-text {
          width: 0;
          height: 0; }
        .oi-header.oi-sticky .oi-logo img.oi-logo-icon {
          width: 30px;
          height: 30px; }
      .oi-header.oi-sticky .oi-logo .oi-logo-tag {
        max-width: 125px;
        margin: auto;
        font-size: 12px;
        padding: 5px 5px 3px; }
      .oi-header.oi-sticky .oi-right-icon-menu {
        float: none;
        margin-top: 0; }
      .oi-header.oi-sticky .oi-langs {
        float: none;
        padding-top: 0;
        margin-top: 0; }

  /*==icon Footer==*/
  .oi-icon-footer .col a {
    padding: 5px 5px; }
    .oi-icon-footer .col a img {
      margin-bottom: 2px; }
    .oi-icon-footer .col a svg {
      margin-bottom: 2px; }
    .oi-icon-footer .col a span {
      font-size: .7rem;
      line-height: 1.2; }

  /*==welcome Footer==*/
  .oi-wlcm-ftr {
    text-align: center;
    background-size: auto 150px;
    padding-top: 130px; }
    .oi-wlcm-ftr p,
    .oi-wlcm-ftr a {
      font-size: 10px; }
    .oi-wlcm-ftr .col-sm-6 {
      padding-top: 15px; }

  .oi-content-area .oi-form .btn-lng {
    display: block;
    width: 100%; }
  .oi-content-area .oi-form .oi-contact-item h6,
  .oi-content-area .oi-form .oi-contact-item p {
    font-size: 14px; }
  .oi-content-area .oi-form .oi-contact-item .oi-edit {
    top: -5px;
    right: 5px; } }
@media only screen and (max-width: 480px) {
  /*==icon Footer==*/
  .oi-icon-footer .col a {
    padding: 5px 5px; }
    .oi-icon-footer .col a img {
      margin-bottom: 2px; }
    .oi-icon-footer .col a svg {
      margin-bottom: 2px; }
    .oi-icon-footer .col a span {
      font-size: 10px;
      line-height: 1.2;
      height: 23px; } }
/*==ipad pro==*/
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  /*==Welcome screen==*/
  .oi-wlcm-screen .oi-wlcm-logo {
    padding-bottom: 3rem; }
  .oi-wlcm-screen h3 {
    padding-bottom: 2rem; }

  /*==welcome Footer==*/
  .oi-wlcm-ftr {
    background-size: auto 450px;
    padding-top: 450px; } }
/*==ipad==*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
  /*==Welcome screen==*/
  .oi-wlcm-screen .oi-wlcm-logo {
    padding-bottom: 3rem; }
  .oi-wlcm-screen h3 {
    padding-bottom: 2rem; }

  /*==welcome Footer==*/
  .oi-wlcm-ftr {
    background-size: auto 420px;
    padding-top: 420px; } }
