@import url('https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap');
/*.show-premium {
	display: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.show-premium .crr {

}

.show-premium #crr_value {
	font-size: 48px;
}*/


html {
background: url(../img/bg.svg) no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  font-family: 'Roboto', sans-serif;
 }
 body {
  /*min-height: 75rem;*/
  padding-top: 4.5rem;
  background: none!important;
}
label {
  font-size: 14px;
    font-weight: 600;
}
@media (min-width: 1200px) {
.container {
    max-width: 88%;
}}
@media (min-width: 992px) {
.container {
    max-width: 88%;
}}
@media (min-width: 768px) {
.container {
    max-width: 88%;
}}
@media (min-width: 567px) {
.container {
    max-width: 88%;
}}
.show-premium {
  font-size: 28px;
    margin-right: 20px;
    display: none;
}
.bg-light {
    background-color: #ffffffed!important;
    border-bottom: solid thin #eee;
}
.button-new-row {
  padding-bottom: 50px;
  padding-right: 15px;
    padding-left: 15px;
}
.form-control:disabled, .form-control[readonly] {
     background: none!important; 
    opacity: 1;
}
.display-8 {
    font-family: Roboto;
    font-size: 4rem;
    font-weight:300;
        color: #013d93;
}
.display-8-bold {
    font-family: Roboto;
    font-size: 4rem;
    font-weight: 600;
}
.form-error {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.lead {
      font-weight: 400;
      color: #5a6b82;
}
.btn-outline-secondary {
   
    border-color: #d0d0d0;
}
.container h2 {
	font-weight: normal;
    margin-left: -15px;
    margin-bottom: 25px;
    margin-top: 15px;
}
.boredred {
	border: solid thin #e2e2e2;
	background-color: #ffffff80;
}
.boredred .col-6 {
    border-bottom: solid thin #e2e2e2;
    padding: 13px  15px ;
    border-right: solid thin #e2e2e2;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.boredred .col-6:hover {
border-bottom: solid thin #007bff;
}
.boredred .lbl {
text-transform: uppercase;
    font-size: 12px;
    color: #656565;
    letter-spacing: .5px;
}
.boredred .val {
	font-size: 18px;
}
.summary-form { 
	width: 100%;
	margin-bottom: 30px; 
}
.copy-btn {
	position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    font-size: 22px;
    display: block;
    width: 30px;
    text-align: center;
    width: 35px;
    height: 34px;
    margin-top: 2px;
    margin-right: 2px;
   
    border-radius: 100%;
}
.copy-btn:hover {
   background: #e2e2e2;
}
.copy-btn:focus {
   background: #c1c0c0;
}
.copy-btn img {
    width: 15px;
    margin-top: 8px;
  }
.page-title {
    margin-bottom: 35px!important;
    font-weight: normal;
    font-size: 32px;
    margin-left: 0px!important;
    margin-top: 0px!important;
    color:#013d93;
}
.brand-ico  {
    height: 56px;
    text-align: center;
    width: 100%;
        display: block;
            background: #013d93;
}
.brand-ico img {
    display: block;
    margin: auto;
    padding-top: 17px;
    width: 35px;
    /* display: none; */
}
.sidebar {
  /*Strictly Necessary */
  position:fixed; 
  height: 100%;
  width:95px;
  margin: 0px;  
  background: #fff; 
left: 0px;
top: 0px;
-webkit-box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.15);
z-index: 15000;
     -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.sidebar:hover {
  background: #f3f3f3;
}
.sidebar {background:#FFF;float:left;}
.sidebarul {text-align: center;
    padding: 0;
    margin: 0;}
.sidebar ul {
    padding: 0;
    margin: 0;
  }
.sidebar ul li {float:left;display:inline; width: 100%;}
.sidebar ul li:hover {background:#fff;}
.sidebar ul li:hover a {color:#272e31;}
.sidebar ul li:hover a:after {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    z-index: 100;
    content: " ";
    right: -1px;
    top: 0;
}
.sidebar ul li img {
    height: 38%;
    display: block;
    margin: auto;
    margin-top: 16px;
    /* opacity: .7; */
}
.sidebar ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    height: 95px;
    border-top: solid thin #e8e8e8;
    color: #000000;
    text-align: center;
    line-height: 13px;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    /* letter-spacing: .3px; */
}
.sidebar ul li a:hover {
  color: #0090D8;
}
.sidebar ul li ul {position:absolute;
  width:600px;
  background:#FFF; 
  top: 0;  
  height:100%!important;  
  padding: 40px;  margin-left: 95px;
border: solid thin #eee;
padding-top: 55px;
-webkit-box-shadow: 20px 3px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 20px 3px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 20px 3px 25px rgba(0, 0, 0, 0.15);
     -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
overflow-y: auto;
}
.sidebar ul li ul li {
  width: 50%;
      padding: 0 10px;
}
.sidebar ul li ul li a {
    display: block;
    padding: 20px 10px 30px 10px;
    color: #444;
    width: 100%;
    float: left;
    height: 180px;
    font-size: 16px;
    text-transform: unset;
    border: solid thin #e8e8e8!important;
    border-top: none;
    margin-bottom: 20px;
    font-weight: 500;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.sidebar ul li ul li a:hover {
  border: solid thin #2AA1DD!important;
  background: rgba(42, 161, 221, 0.0784313725490196);
}
.sidebar ul li ul li a:after {
display: none;
}
.sidebar ul li ul li a img { width: 20%; margin-bottom: 10px; /*opacity: .7; */
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.sidebar ul li ul li:hover a img { opacity: .9; }
.sidebar ul li ul li:hover a { color: #2AA1DD; }

.sidebar ul li ul.fallback {display:none;}
.sidebar ul li:hover ul.fallback {display:block;}

.start {
    color: #949494;
    font-weight: 300;
    display: block;
    margin-top: 10px;
}
.toggle-data-c {
  display: none;
  margin-bottom: 20px;
}
.req-star {
  color:red;margin-left: 1px;
}
.round-button {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 32px;
    /* border: 2px solid #f5f5f5; */
    border-radius: 50%;
    text-decoration: none;
    color: #fff!important;
    text-align: center;
    text-decoration: none;
    background: #013d93;
    font-weight: 300;
    /* box-shadow: 0 0 3px grey; */
    font-size: 20px;
    font-weight: bold;
    float: right;
    margin-top: 3px;
      -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.round-button:hover {
    background:#0854c1;
    cursor: pointer;
}
.rotate {
  transform: rotate(45deg);
      background: #e44e4e;
}

.tabulator-edit-select-list {
  -webkit-box-shadow: 0px 0px 26px -2px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 0px 26px -2px rgba(0,0,0,0.49);
    box-shadow: 0px 0px 26px -2px rgba(0, 0, 0, 0.3);
}
.custom-file {
       margin-top: 8px!important;
}
.tabulator {
    font-size: 13px;
}
.the-emirate_logo {
    margin-bottom: 20px;
    max-width: 130px;
}
.table-future-bt {
       margin-top:5px;
    color: #6c757d!important;
        display: inline-block;
    font-weight: 400;
       text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border:1px solid #e0e0e0;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    float: left;
    margin-right: 0px!important;
    margin-left: 15px;
      -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.table-future-bt svg {
    color: #013d93!important;
    margin-right: 8px;
    margin-top: 4px;
    float: left;
}
.table-future-bt:hover {
  border-color: #013d93;
  cursor: pointer;
  color: #013d93!important;
  text-decoration: none;
}
.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
  .home-submit-bt svg {
    width: 27px!important;
    height: 27px!important;
    color: #013d93;
  }
body, html {
    height: 100%;
}
.home_banner_c {
    height: 100%;
    margin-left: 100px;
    padding-top: 6%;
    min-height: 500px;
}
.home_banner_c .lead {
    width: 70%;
}
section {
  margin-left: 100px;
}
.footer-c {
  margin-left: 100px;
}
.attendance_c {
    margin-left: 100px;
    padding-top: 2%;
    min-height: 500px;
}
.tab-content {
/*        padding-left: 150px;
    padding-top: 50px;
    background: #fff;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 49px;*/
  }
.tab-content>.tab-pane {
padding-left: 150px;
    padding-top: 50px;
    background: #fff;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 49px;

}
.view-all-card {
  position: absolute;
  right: 0;
}
/*.view-all-cards-c {
  display: none;
}*/
.featurette-divider {
    margin: 5rem 0;
    clear: both;
}
.name_lbl {
  text-align: left!important;
}
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
    margin-left: 0px!important;
}

.monthly_c { clear: both;display: block;font-size: 13px; background-color: #fff; }
.week_c { width: 25%; display: table;float: left;}
.monthly_c .table td, .table th {
    padding: .50rem 0;
    text-align: center;
  }

.tabulator {
  clear: both;
}
.checkbox-menu.collapse.show {
  display: block;
}
.column_cc {
  clear: both;
  display: none;
    padding: 20px;
    border: solid thin #e0e0e0;
    float: left;
}
.column_cc {
  list-style: none;
  }
.checkbox-menu li {
    width:33.33%;
    float: left;
}

.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #d4e6ff;
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #a9c8f3;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #d4e6ff;
}

.insid-bt a  {
  color:#212529!important;
}
.insid-bt a  svg {
    margin-right: 5px;
    margin-top: 3px;
    float: left;
}

.move-change.active {
    background-color: #3F51B5!important;
    color: #fff!important;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #1864d2;
    font-weight: 600;
    font-size: 14px;
    /* background-color: #fff; */
    border-color: #dee2e6 #dee2e6 #fff;
    text-transform: uppercase;
}
.nav-tabs {
    border-bottom:none;
    margin-top: 25px;
    height: 64px;
background-image: url(../img/dashboard_bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
    position: relative;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    /* color: #505050; */
    color: #495057;
    font-weight: 600;
    font-size: 14px;
    /* background-color: #fff; */
    /* border-color: #dee2e6 #dee2e6 #fff; */
    text-transform: uppercase;
}



@media (min-width: 62em) {
.featurette-heading {
    margin-top: 7rem!important;
}
}
@media (min-width: 40em){
.featurette-heading {
    font-size: 50px;
}
}
.inside-c {
    margin-top:100px;
}
.inside-c h1 {
margin-bottom: 25px;
}
.inside-c .lead  {
  font-size: 18px;
  }
  .nav-pills .nav-link {
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 11px;
    height: 95px;
    border-top: solid thin #e8e8e8;
    color: #676767;
    text-align: center;
    line-height: 13px;
}
}
.nav-icon {
  height: 60%;
}
.home-email {
/*  border: none;
    border-bottom: solid thin #cecece;
    width: 100%;
    margin-top: 50px;*/

        border: none;
    border: solid thin #e6e6e6;
    width: 100%;
    margin-top: 50px;
    height: 50px;
    padding: 20px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 22px -1px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 22px -1px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 22px -1px rgba(0, 0, 0, 0.09);
}
.home-email:focus {
  outline: none;
  border: none;
}

.forms-c {
  padding-top: 2%;
}
.container {
     max-width: 95%;
}

.home_banner_c .container, .home_services_c .container {
     max-width: 88%;
}
.btn-circle.btn-xl {
    width: 49px;
    height: 49px;
   
    border-radius: 35px;
    font-size: 22px;
    line-height: 1.33;
 
}
/*.loader {
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.47);

}*/
/*.loader {
    position: absolute;
    content: " ";
    display: block;
    background: 0;
    animation: ldld-default .5s ease-in-out infinite;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    border: 4px solid #fff;
    border-color: #013d93 transparent #013d93 transparent;
    width: 3em;
    height: 3em;
    left: 50%;
    position: absolute;
    top: 50%;
}*/
.loader {
    display: none;
    float: right;
    background: 0;
    animation: ldld-default .5s ease-in-out infinite;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-color: #f9f9f9 transparent #ffffff transparent;
    width: 1.3em;
    height: 1.3em;
    margin-top: 2px;
    margin-left: 10px;
}
@-moz-keyframes ldld-default {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes ldld-default {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

@-o-keyframes ldld-default {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

@keyframes ldld-default {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}





  .table-bordered thead td, .table-bordered thead th {
    text-align: left;
    font-size: 14px;padding: .3rem;
  }
  table.dataTable tbody th, table.dataTable tbody td {
    padding:.3rem;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 5px 18px 5px 5px!important;
  
}
.pagination {
    margin-top: 20px!important;
}
table {
  background-color: #fff;font-size: 14px;border-collapse: collapse;margin-top: 15px;
}
table tbody tr:hover td {
    background: #e7f3ff;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #dee2e6;
}
.dataTables_length {
  float: left
}
.dt-buttons{
  display: inline-block;
  float: right;
}

.dwd-report {
    width: 14px;
    margin-top:-4px;
    margin-right:5px;
}
#download-xlsx {
  margin-right: 10px;
  color: #6c757d;
}
#download-xlsx:hover {
  color: #6c757d;
  background-color: #fff;
    border-color: #013d93;
    cursor: pointer;
}
.home-submit-bt {
  margin-top: 50px;
        color: #2196F3;
    background-color: #ffffff;
    border-color: #d6d6d6;
}
.home-submit-bt:hover {
border-color: #2196F3;
color: #2196F3;
background-color: #ffffff;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.footer-c {
    font-size: 15px!important;
    padding-top: 0px!important;
}
.footer-items {
    border-top: solid thin #eee;
    padding-top: 20px;
    margin-top: 50px;
}
.footer-items p {
  float: right;
}

.aman-success {
padding-top: 20px;
}
.aman-success .message {
    color: #4CAF50;
}
.aman-success .message span {
    color: #777777;
}
.aman-success .micro-certificate {
    padding: 20px;
    border: solid thin #eee;
    margin-top: 30px;
    background-color: #fff;
    /*max-width: 50%;*/
}
.dwd-certificate {
    border: solid thin #4CAF50;
    padding: 8px;
    float: left;
    border-radius: 5px;
    margin-top: 10px;
    color: #505050;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.dwd-certificate img {
    margin-right: 15px;
    float: left;
    height: 20px;
    margin-top: 8px;
    margin-left: 10px;
}
.dwd-text {
    display: inline-block;
    line-height: 16px;
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 10px;
    letter-spacing: 1px;
}
.dwd-certificate:hover {
  background-color: #4CAF50;
    color: #fff;
}
.certificate-td {
       margin: 10px 0px;
}
.certificate-td .lbl {
    text-transform: uppercase;
    font-size: 12px;
    color: #656565;
    letter-spacing: .5px;
}
[type=search],[type=date]  {
    border: solid thin #c5c5c5;
    color: #013d93;
}
.certificate-td .col-6 {
  margin-bottom: 40px;
}
.navbar-light .navbar-brand {
    color: rgb(206, 206, 206)!important;
    margin-left: 100px;
}
.tabulator .tabulator-footer .tabulator-page.active {
    color: #013d93!important;
    border: 1px solid #013d93;
}
.nav-icon  svg {
    display: block;
    margin: auto;
    margin-top: 23px;
    margin-bottom: 10px;
    color: #013d93;
}
.page-title-admin {
    font-weight: normal;
    font-size: 32px;
    margin-left: 0px!important;
    margin-top: 0px!important;
    color: #013d93;
    margin-bottom: 10px!important;
    width:100%;
}

.clear_data_bt {
position: absolute;
    width: 20px;
    padding-left: 5px;
    height: 28px;
    line-height: 26px;
    background-color: #fff;
    z-index: 10;
    right: 1px;
    top: 1px;
    background-image: url(../img/close.svg);
    background-size:9px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    display: none;
}
.atte_new {
  padding-top:2%;
}
.atte_new .page-title {
  margin-bottom: 15px!important;
}
.pass_toggle-c .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}


.pass_toggle-c .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}


.pass_toggle-c .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;

}
.alert {
   clear: both;
}
.pass_toggle-c  .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.pass_toggle-c  input:checked + .slider {
  background-color: #2196F3;
}

.pass_toggle-c  input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.pass_toggle-c  input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.changepass {
  margin-top: 7px;
    float: left;
    margin-right: 10px;
}

.pass_toggle-c  .slider.round {
  border-radius: 34px;
}

.pass_toggle-c .slider.round:before {
  border-radius: 50%;
}


.team-c .team-social-c {
   margin-top: 30px;
   margin-bottom: 10px;
}
.team-c .team-grid {
    padding: 30px;
    text-align: center;
}
.team-c .team-social-c a {
  padding: 0 8px;
  color: #969696;
    -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.team-c .team-social-c a:hover {
  color: #013d93;
}
.team-c {
  margin:0px}
.team-c .team-grid img {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .3s ease-in-out;  
      height: 350px;
}
.team-c .team-grid:hover img {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
    }
.team-c .team-grid:first-child {
  border-right: solid thin #eee;
}
.team-c  p {
  color: #8a8a8a;
}
.team-grid h4 {
  color: #5b5b5b;
      -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.team-grid h6 {
  color: #9f9f9f;
}
.team-c .team-grid:hover h4 {
color: #013d93;
    }
.team-c .team-social-c a svg {
   width: 20px!important;
   height:20px!important;
}
.page-title-pages {
    margin-bottom: 35px!important;
    font-weight: normal;
    font-size: 32px;
    margin-left: 0px!important;
   margin-top: 20px!important;
    color: #013d93;
}
.team-c .team-grid {
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.team-c .team-grid:hover {
  background-color:#f3f3f3;
}


@media only screen and (min-width : 1200px) {
    .admin-c .container { max-width: 100%!important;
    padding-right: 45px;
    padding-left: 45px;
     }
}

@media print {
        header, nav, footer, .hide-for-print {
            display: none;
        }
        section { 
        margin-left: 0px; }
    }






/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* width */
.sidebar ul li ul::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.sidebar ul li ul::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.sidebar ul li ul::-webkit-scrollbar-thumb {
  background: #e4e4e4; 
}

/* Handle on hover */
.sidebar ul li ul::-webkit-scrollbar-thumb:hover {
  background: #cecece; 
}


.signature {
  background: rgba(1, 61, 147, 0.5);
  color: #fff;
  /*display: block;*/
  padding: 10px 16px; 
  /*width: 40px;
  height: 40px;*/
  border-radius: 50%;
}

@media (max-width: 1020px) {
  .home_banner_c .lead {
    width:100%;
  }
  .home_banner_c .col-md-4 {
    -ms-flex: 0 0 60.333333%;
    flex: 0 0 60.333333%;
    max-width: 60.333333%;
  }
  .home_banner_c {
    height: auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 800px) {
.display-8,.display-8-bold {
  font-size: 3.5rem;
  }
}
@media (max-width: 720px) {
  .home_banner_c .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home_banner_c {
    height: auto;
    margin-bottom: 50px;
  }
  .footer-items p {
      float: left;
      padding-top: 15px;
      padding-bottom: 15px;
      width: 100%;
    }
    .display-8,.display-8-bold {
  font-size: 3.1rem;
  }
  .lead {
    font-size: 1.2rem;
    font-weight: 300;
  }
}

@media (max-width: 768px) {
    .home_banner_c, .footer-c {
    margin-left: 0px;
  }
    .sidebar {
        overflow-y: auto;
            width: auto;
            top: 53px;
            box-shadow: none;
            display: none;
                width: 100%;
      }
    .sidebar ul li ul {
        position: relative;
        width: auto;
        top: 0;
        height: auto;
        margin-left: 0px;
        box-shadow: none;
        border: none;
      }

    .sidebar ul li ul li a img {
        width: 50%;
      }
    .sidebar ul li:hover ul.fallback {
        padding: 0px 20px 10px 20px;
    }
    .sidebar ul li ul li {
        width: 100%;
        padding: 0;
    }
    .sidebar ul li ul li a {
      height: auto;
        line-height: 25px;
        text-align: left;
        padding: 15px;
        margin-bottom: 10px;
    }
    .sidebar ul li ul li a img {
        width: 40px;
        float: left;
        margin: 0;
        padding-right: 10px;
    }


    .brand-ico { display:none; }
    .navbar {
      display: block;
    }
    .sidebar.collapse.show  {
      display: block;
    }
    .navbar-light .navbar-toggler {
      float: right;
        padding: .25rem .25rem;
        font-size: 1.25rem;
        border: none;
        margin-bottom: 7px;
        margin-top:6px;
    }
    .navbar-light .navbar-brand {
      margin-left: 17px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    .home-submit-bt {
    margin-top: -49px;
    float: right;
  }

  .home_banner_c {
    min-height: 550px;
  }
    /*.side-menu-box {
      float: left;
      padding: .25rem .25rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: none;
    }

    .side-menu-box>.close {
        display:none;
    }
    .side-menu-box.collapsed>.close {
        display:inline;
    }
    */
    .icon-bar {
      width: 22px; 
      height: 2px;
      background-color: #B6B6B6;
      display: block;
      transition: all 0.2s;
      margin-top: 4px
    }
     
    .navbar-toggler {
      border: none;
      background: transparent !important;
      padding-bottom: 5px;
          margin-top: 4px;
    }
    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
        outline: none;
    }
    .navbar-toggler .top-bar {
      transform: rotate(45deg);
      transform-origin: 10% 10%;
    }
     
    .navbar-toggler .middle-bar {
      opacity: 0;
    }
     
    .navbar-toggler .bottom-bar {
      transform: rotate(-45deg);
      transform-origin: 10% 90%;
    }
     
    .navbar-toggler.collapsed .top-bar {
      transform: rotate(0);
    }
     
    .navbar-toggler.collapsed .middle-bar {
      opacity: 1;
    }
     
    .navbar-toggler.collapsed .bottom-bar {
      transform: rotate(0);
    }
    .d-md-flex {
        /*display: -ms-flexbox!important;*/
        display:inline-block!important;
    }
   .side-drop-mob { 
    display: inline-block;
    float: right;
    margin-left: 15px;
    }
    .team-c .team-grid {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-c .team-grid img {
    width: 100%;
    height: auto!important;
  }


  section {
    margin-left: 0px;
  }
}


@media (max-width:480px) {

  .home_banner_c {
    height: auto;
    margin-bottom: 50px;
  }
  .footer-c .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-items img {
    width: 100%!important;
    height: auto!important;
  }



}


.hide { display: none; }