/* 
Author : Chadrack Ruhara
Start  : 6 June 2018
Version: 0.001
Name   : Chada Style  
*/

/*
* Ini - formats 
* html , body- ini , li style , fonts   
*/

/* Appy Changes to Fonts
   Change from OpenSans font to Roboto font

   Edited by : Eliezer Basubi
   Start : 10 March 2020
   Version : 0.002
*/
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto/Roboto-Medium.ttf");
}

@font-face {
  font-family: RobotEBold;
  font-style: normal;
  font-size: 4rem;
  src: url("../fonts/Roboto/Roboto-Bold.ttf");
}

@font-face {
  font-family: RobotoBold;
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/Roboto/Roboto-Bold.ttf");
}

@font-face {
  font-family: RobotLight;
  src: url("../fonts/Roboto/Roboto-Light.ttf");
}
@font-face {
  font-family: RobotLight;
  src: url("../fonts/Roboto/Roboto-Light.ttf");
}
.sans-ebold {
  font-family: RobotEBold;
}
.sans-bold {
  font-family: RobotoBold;
}
.sans-light {
  font-family: RobotLight;
}
.robot-regular {
  font-family: Roboto;
}
.icon-size {
  font-size: 14px;
}

@font-face {
  font-family: NunitoBlack;
  src: url("../fonts/Nunito/Nunito-Black.ttf");
}

@font-face {
  font-family: RubikRegular;
  src: url("../fonts/Rubik/Rubik-Regular.ttf");
}

@font-face {
  font-family: RubikBold;
  src: url("../fonts/Rubik/Rubik-Bold.ttf");
}

@font-face {
  font-family: RubikBlack;
  src: url("../fonts/Rubik/Rubik-Black.ttf");
}

.nunito-black {
  font-family: NunitoBlack;
}

.rubik {
  font-family: RubikRegular;
}
.rubik-bold {
  font-family: RubikBold;
}

.rubik-black {
  font-family: RubikBlack;
}

*,
html {
  font-family: Roboto;
}

.body-ini {
  padding: 0px;
  margin: 0px;
}
/* ul li {
    list-style-type: none;
} */
a {
  text-decoration: none;
}
/*
* Definitions
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.1;
}
em {
  font-style: italic;
}
p {
  font-family: RobotoLight;
  font-size: 1.3rem;
}
/* 
* Background - color 
* primary , grey, white, blue
* #ffab40 -  
*/

.bg-primary {
  background-color: #013a62;
  color: #fff !important;
}
.bg-primary-fade {
  background-color: #243b89;
  color: #fff !important;
}
.bg-primary-fade-1 {
  background-color: #243c893f;
  color: #fff !important;
}
.bg-secondary {
  background-color: #7391f13f;
  color: #000;
}
.bg-grey {
  background-color: #ccc;
}
.bg-grey-100 {
  background-color: #f2f2f2;
}
.bg-white {
  background-color: #fff;
}
.bg-red {
  background-color: #013a62;
}
.bg-blue {
  background-color: #013a62;
}
.bg-white-delay {
  background-color: rgba(201, 200, 200, 0.1);
}
.bg-green {
  background-color: #4caf50;
}
.bg-yellow {
  background-color: #ffe27a;
}
.bg-yellow-light {
  background-color: #faf2cb;
}
/*
    Foreground - color
*/
.fg-white {
  color: #fff !important;
}
.fg-yellow {
  color: #ffe27a;
}
.fg-metalic {
  color: #9d5f36;
}

/* 
* Background - Disposition 
* cover , conatin
*/

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* 
* Colors - Foregrounds
* primary , white , black
*/
.fg-primary {
  color: #013a62 !important;
}
.fg-white {
  color: #fff;
}
.fg-black {
  color: #222;
}
.fg-green {
  color: #4caf50;
}
.fg-red {
  color: #013a62;
}
.fg-unfocus {
  color: rgba(0, 0, 0, 0.7);
}
.fg-white-delay {
  color: rgba(255, 255, 255, 0.75);
}
.fg-yellow {
  color: #ffe27a;
}
.fg-yellow-dark {
  color: #7e6407b7 !important;
}
.fg-yellow-metalic {
  color: #9d5f36 !important;
}
.fg-primary-fade {
  color: #243b89;
}

/* 
* Shadows lines  
* depth and line depth shadows
*/

.line-depth-1 {
  box-shadow: 0 0.5px 0.5px 0 rgba(0, 0, 0, 0.16),
    0 1px 2px 0 rgba(0, 0, 0, 0.12);
}
.depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.fine-depth {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
/* 
* Utility Classes 
* pinned , hide , circle ,
*/

.pinned {
  display: fixed !important ;
}
.hide {
  display: none !important;
}
.circle {
  border-radius: 50%;
}
.let {
  padding: 40px;
}

/* 
* Utility Classes  - Alignements
* left-align, center , center-align , left , right, btn-align
*/

.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.center,
.center-align {
  text-align: center;
}
.justify-align {
  text-align: justify;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.float-none {
  float: none;
}

.btn-align {
  border: none;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  outline: 0;
  font-size: 15px;
  font-family: RobotEBold;
  -webkit-tap-highlight-color: transparent;
}

.disp-flex {
  display: flex;
}
.flex-between {
  display: flex;
}
.space-between {
  justify-content: space-between;
}

.long-reading {
  font-size: 16px;
}
/* 
* Utility Classes  - Paddings 
* no-padding[left-right-top-bottom] , no-padding-[left|right|top|bottom]
*/

.no-padding {
  padding: 0px;
}
.no-padding-left {
  padding-left: 0em;
}
.no-padding-right {
  padding-right: 0px;
}
.no-padding-top {
  padding-top: 0px;
}
.no-padding-bottom {
  padding-bottom: 0px;
}

/*  
* Components  - chada style elements 
* Input , button , navigation bar , slider show , select input customize, card design , pagination, Toast
*/

input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 0;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: all 0.3s;
}
.input-field {
  position: relative;
  margin-top: 1rem;
}

.btn {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

/* 
* Navigation bar archicteture  
* V0.001 
* 14 june 2019 
*/

nav {
  width: 100%;
  height: 100px;
  line-height: 100px;
  transition: 0.1s linear;
}
nav .nav-wrapper {
  position: relative;
  height: 100%;
}
nav a {
  color: #222;
  text-decoration: none;
}
/* Work with larger screen  */
@media only screen and (min-width: 994px) {
  nav .logo {
    position: absolute;
    display: inline-block;
    font-size: 1.5rem;
    padding: 0;
    white-space: nowrap;
  }

  /* Menu list   */
  nav ul {
    margin: 0;
  }
  nav ul li {
    transition: background-color 0.3s;
    float: left;
    padding: 0;
  }

  nav ul li.active {
    background-color: #013a62;
  }
  nav ul li.active a {
    color: white;
  }
  nav ul li:hover {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  }
  nav ul a {
    font-size: 1rem;
    display: block;
    padding: 0 15px;
  }
  nav ul.left {
    float: left;
  }
  /* Make fixed the navigation bar */
  .fixed-nav {
    position: relative;
    height: 100px;
    z-index: 444;
  }
  .fixed-nav nav {
    position: fixed;
    transition: 0.1s linear;
  }
}
/* 
* Footer nav archicteture  
* V0.001 
* 6 february 2020 
*/

footer {
  width: 100%;
  transition: 0.1s linear;
}
footer .footer-wrapper {
  position: relative;
  height: 100%;
}

footer ul {
  margin: 0px;
  padding: 0px;
}

footer ul li {
  margin-top: 10px;
  list-style: none;
}

footer ul li a {
  color: rgba(255, 255, 255, 0.85);
}

footer .socials {
  padding-top: 15px;
}
footer .socials a {
  background-color: #ffe27a;
  font-size: 26px;
  color: #9d5f36;
  margin-right: 20px;
  padding: 10px;
  border-radius: 10px;
  transition: 0.4;
}

footer .socials a:hover {
  background-color: #ffe27a94;
  color: #013a62;
  transition: 0.4 linear;
}

footer .divider {
  width: 100%;
  height: 1px;
  background-color: #013a62;
  opacity: 0.2;
}
/* 
* Slider show archicteture  
* V0.001
* 14 june 2019 
*/

.slider {
  position: relative;
  height: 600px;
  width: 100%;
}
.slider .banners {
  margin: 0;
  height: 600px;
}

.slider .banners li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
.slider .banners li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .banners li .details {
  background-color: rgba(255, 255, 255, 0.6);
  color: #222;
  position: absolute;
  bottom: 14%;
  left: 15%;
  width: 33%;
  border-radius: 8px;
}

.slider .banners li .pro-details {
  background-color: rgba(255, 255, 255, 0.6);
  color: #222;
  position: absolute;
  bottom: 14%;
  left: 15%;
  width: 33%;
  border-radius: 8px;
}

.slider .banners li .details h5 {
  color: #222;
}

/* 
* Select Input customize  
* V0.001 
* 14 june 2019 
*/

.select-container {
  padding: 10px;
  border: 1px solid #ccc;
  position: relative;
  background: #fff;
}
.select-container select {
  width: 100%;
  border: 0;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-container:after {
  content: "keyboard_arrow_down";
  font-family: "material icons";
  font-size: 24px;
  color: #013a62;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* 
* Card design archicteture  
* V0.001 
* 14 june 2019 
*/

.card {
  position: relative;
  overflow: hidden;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 8px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.card .card-header {
  position: relative;
  overflow: hidden;
}
.card .card-header img {
  display: block;
  /* border-radius: 0px 0px 8px 8px; */
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.card .agent-img-height img {
  height: 250px;
}
.card .card-header .card-date {
  padding: 10px 30px 10px 0px;
  font-size: 12px;
  font-family: RubikRegular;
}

.card .card-body h3 {
  margin-top: 0px;
  font-family: RubikRegular;
}
.card .card-body:not(.not-apply-height) {
  height: 230px;
  font-family: RubikRegular;
}

.card .card-body:not(.remove-padding-top),
.card .card-footer {
  overflow: hidden;
  padding: 20px;
}

.card .remove-padding-top {
  overflow: hidden;
  padding: 0px 20px 20px 20px;
}
.card .card-body p {
  margin: 0;
}

.card .card-body .description {
  height: 110px;
  background-color: #e4e4e4;
  padding: 18px;
  margin-top: 10px;
  font-size: 14px;
  color: #222;
  border-radius: 8px;
  max-height: 110px;
  line-height: 20px;
  overflow: hidden;
  font-family: RubikRegular;
}

.card .card-body .location-user {
  font-size: 12px;
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.8);
}
.card .card-body .location-user i {
  font-size: 12px;
}
.card-footer a {
  color: #013a62;
  margin-right: 20px;
}

/* 
* Tag  - micro feature 
* V0.001 
* 14 june 2019 
*/

.tag {
  display: inline-block;
  height: 33px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 33px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  margin-top: 5px;
}
.tag i.material-icons {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 33px;
  padding-left: 10px;
}
/* 
* Pagination archicteture  
* V0.001 
* 14 june 2019 
*/
.pagination li {
  display: inline-block;
  font-size: 1rem;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
}
.pagination .active {
  background-color: #243b89;
}
.pagination .active a {
  color: #ffe27a;
}
.pagination li a {
  color: #222;
  font-family: RobotEBold;
}
.pagination .disabled a {
  cursor: default;
  color: rgba(0, 0, 0, 0.4);
}
.pagination .paged-back,
.pagination .paged-to-next {
  font-size: 0.8em;
}

/* 
* Toast - nofication
* V0.001 
* 14 june 2019 
*/
.toast {
  position: fixed;
  max-width: 1000%;
  bottom: 30px;
  left: 30px;
  padding: 12px 20px;
  font-size: 1em;
  border-radius: 20px;
  z-index: 555;
  transition: all 0.4s;
  background-color: #013a62;
  color: white;
}
.toast .toast-body {
  text-align: center;
  padding: 20px;
}

/* 
* Slider out components  
* V0.001 
* 4 july 2019 
* By Chadrack Ruhara
*/

.sliderout ul {
  display: none;
  width: 30%;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  right: -30%;
  list-style: none;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  z-index: 888;
  text-align: center;
  transition: all 0.3s ease;
}

.sliderout ul a {
  color: #222;
  font-size: 16px;
  text-decoration: none;
}
.sliderout ul li a.active {
  color: #013a62;
}
.sliderout ul li {
  width: 100%;
  height: 50px;
}

.sliderout input[type="checkbox"] {
  display: none;
}

.sliderout label[for="toggle-menu"] {
  display: none;
  position: absolute;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.5s ease;
  color: #013a62;
}

.sliderout input#toggle-menu:checked ~ ul {
  right: 0;
}

#toggle-menu:checked ~ label {
  right: 50%;
}

/* Work with medium and down screens  */

@media only screen and (max-width: 992px) {
  nav {
    transition: 0.1s linear;
    height: 56px;
    line-height: 56px;
  }
  .fixed-nav {
    width: 100%;
    position: fixed;
    height: 56px;
    transition: 0.1s linear;
    z-index: 9999;
    background: white;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  }

  .slider .banners li .details {
    font-size: 0.5em;
  }
  .pagination {
    width: 100%;
  }
  .sliderout ul {
    display: block;
    width: 50%;
    right: -50%;
  }
  .sliderout label[for="toggle-menu"] {
    display: block;
    height: 56px;
    line-height: 56px;
    right: 2%;
    z-index: 999;
  }

  .md-float-none {
    float: none !important;
  }
}

/*
* Grid System  - Responsivity - Support Screens
* container , row , grid , column from 1 to 12 - S [ comming : l and m] , hidden on screen
*/

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.75em;
}

.row .col.s1 {
  width: 8.33%;
}
.row .col.s2 {
  width: 16.66%;
}
.row .col.s3 {
  width: 25%;
}
.row .col.s4 {
  width: 33.33%;
}
.row .col.s5 {
  width: 41.66%;
}
.row .col.s6 {
  width: 50%;
}
.row .col.s7 {
  width: 58.33%;
}
.row .col.s8 {
  width: 66.66%;
}
.row .col.s9 {
  width: 75%;
}
.row .col.s10 {
  width: 83.33%;
}
.row .col.s11 {
  width: 91.66%;
}
.row .col.s12 {
  width: 100%;
}

/* 
    * Medium and larger screen scales.
    * V0.001 
    * 4 july 2019 
    * By Chadrack Ruhara
    */

@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.33%;
  }
  .row .col.m2 {
    width: 16.66%;
  }
  .row .col.m3 {
    width: 25%;
  }
  .row .col.m4 {
    width: 33.33%;
  }
  .row .col.m5 {
    width: 41.66%;
  }
  .row .col.m6 {
    width: 50%;
  }
  .row .col.m7 {
    width: 58.33%;
  }
  .row .col.m8 {
    width: 66.66%;
  }
  .row .col.m9 {
    width: 75%;
  }
  .row .col.m10 {
    width: 83.33%;
  }
  .row .col.m11 {
    width: 91.66%;
  }
  .row .col.m12 {
    width: 100%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.33%;
  }
  .row .col.l2 {
    width: 16.66%;
  }
  .row .col.l3 {
    width: 25%;
  }
  .row .col.l4 {
    width: 33.33%;
  }
  .row .col.l5 {
    width: 41.66%;
  }
  .row .col.l6 {
    width: 50%;
  }
  .row .col.l7 {
    width: 58.33%;
  }
  .row .col.l8 {
    width: 66.66%;
  }
  .row .col.l9 {
    width: 75%;
  }
  .row .col.l10 {
    width: 83.33%;
  }
  .row .col.l11 {
    width: 91.33%;
  }
  .row .col.l12 {
    width: 100%;
  }
}

/* Medium and Smaller Screen support */
@media only screen and (max-width: 992px) {
  .hide-on-med-sma {
    display: none !important;
  }

  .slider {
    position: relative;
    height: 340px;
    width: 100%;
  }
  .slider .banners {
    margin: 0;
    height: 340px;
  }

  .slider .banners li .details,
  .slider .banners li .pro-details {
    display: none;
  }
}
