@import url('https://fonts.googleapis.com/css?family=Montserrat:400');
/* Body background */

/* Link color */
a, a:hover {
    color: #0074b2;
}

/* Pagination style */
.pagination .page-item.active .page-link,
div.pagination ul.pagination li.active .page-link,
div.pagination ul.pagination li.active a {
    background-color: #0074b2;
    border-color: #0074b2;
}

/* Header style */
.header {
    background: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    background: -moz-linear-gradient(#ffffff, #ffffff);
    background: -ms-linear-gradient(#ffffff, #ffffff);
    background: -o-linear-gradient(#ffffff, #ffffff);
    background: linear-gradient(#ffffff, #ffffff);
    -pie-background: linear-gradient(#ffffff, #ffffff);
}

/* Title style */
.title {
    background: #f7f9fb;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7f9fb), to(#f9f9fb));
    background: -webkit-linear-gradient(#f7f9fb, #f9f9fb);
    background: -moz-linear-gradient(#f7f9fb, #f9f9fb);
    background: -ms-linear-gradient(#f7f9fb, #f9f9fb);
    background: -o-linear-gradient(#f7f9fb, #f9f9fb);
    background: linear-gradient(#f7f9fb, #f9f9fb);
    -pie-background: linear-gradient(#f7f9fb, #f9f9fb);
}

.title h3 {
    color: #232629;
}

/* Navigation bar style */
.nav-content nav.navbar {
    background: #2e3338;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2e3338), to(#2e3338));
    background: -webkit-linear-gradient(#2e3338, #2e3338);
    background: -moz-linear-gradient(#2e3338, #2e3338);
    background: -ms-linear-gradient(#2e3338, #2e3338);
    background: -o-linear-gradient(#2e3338, #2e3338);
    background: linear-gradient(#2e3338, #2e3338);
    -pie-background: linear-gradient(#2e3338, #2e3338);
}

.nav-content nav.navbar .navbar-nav > .active > a,
nav.navbar .navbar-nav > .active > a:hover,
nav.navbar .navbar-nav > .active > a:focus {
    color: #fbfcfd !important;
}

.nav-content nav.navbar .navbar-nav > li > a {
    color: #d8dbde !important;
}

@media (max-width: 767px) {
    nav.navbar .navbar-nav .show .dropdown-menu > a {
        color: #d8dbde !important;
    }

    nav.navbar .navbar-nav .show .dropdown-menu > a:hover,
    nav.navbar .navbar-nav .show .dropdown-menu > a:focus {
        color: #fbfcfd !important;
    }
}

.nav-content nav.navbar .navbar-nav > li > a:hover {
    color: #fbfcfd !important;
}

.nav-content nav.navbar .navbar-nav > .open > a,
nav.navbar .navbar-nav > .open > a:hover,
nav.navbar .navbar-nav > .open > a:focus {
    color: #fbfcfd !important;
}

/* Card style */
.card-blesta > .card-header {
    color: #f2f2f2;
    background: #2e3338;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2e3338), to(#2e3338));
    background: -webkit-linear-gradient(#2e3338, #2e3338);
    background: -moz-linear-gradient(#2e3338, #2e3338);
    background: -ms-linear-gradient(#2e3338, #2e3338);
    background: -o-linear-gradient(#2e3338, #2e3338);
    background: linear-gradient(#2e3338, #2e3338);
    -pie-background: linear-gradient(#2e3338, #2e3338);
}

/* Highlight Color */
.list-group.list-options a.list-group-item:hover,
.list-group.list-options a.list-group-item:focus,
a.list-group-item:hover,
a.list-group-item:focus {
    background-color: #d1ecf1 !important;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #d1ecf1 !important;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #d1ecf1 !important;
}

/* Settings Link Text Color */
.list-group-item.credits {
    color: #4f4f4f !important;
}

.top-focus-box {
    background-color: #d1ecf1 !important;
}

.list-group-item h4 {
    color: #0074b2 !important;
}

/* Top navigation style */
.top-nav .dropdown a.dropdown-toggle,
.top-nav .dropdown a.dropdown-toggle:focus {
    color: #ebebeb !important;
}

.top-nav .dropdown a.dropdown-toggle:hover {
    color: #ffffff !important;
}

/* Bootstrap theme */
.bg-primary {
    background-color: #007bff !important;
}

.text-primary {
    color: #007bff !important;
}

.border-primary {
    border-color: #007bff !important;
}

.badge-primary {
    color: #ffffff !important;
    background-color: #007bff !important;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.btn-primary:hover {
    color: #ffffff !important;
    background-color: #0069d9 !important;
    border-color: #0069d9 !important;
}

.btn-primary:disabled, .btn-primary.disabled {
    background-color: #007bff !important;
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff !important;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background: #007bff;
    border-color: #007bff;
}

.alert-primary {
    color: #004085;
    background: #cce5ff;
    border-color: #b8daff;
}


.bg-secondary {
    background-color: #6c757d !important;
}

.text-secondary {
    color: #6c757d !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.badge-secondary {
    color: #ffffff !important;
    background-color: #6c757d !important;
}

.btn-secondary {
    color: #ffffff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn-secondary:hover {
    color: #ffffff !important;
    background-color: #545b62 !important;
    border-color: #545b62 !important;
}

.btn-secondary:disabled, .btn-secondary.disabled {
    background-color: #6c757d !important;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d !important;
}

.btn-outline-secondary:hover {
    color: #ffffff;
    background: #6c757d;
    border-color: #6c757d;
}

.alert-secondary {
    color: #383d41;
    background: #e2e3e5;
    border-color: #d6d8db;
}


.bg-success {
    background-color: #28a746 !important;
}

.text-success {
    color: #28a746 !important;
}

.border-success {
    border-color: #28a746 !important;
}

.badge-success {
    color: #ffffff !important;
    background-color: #28a746 !important;
}

.btn-success {
    color: #ffffff !important;
    background-color: #28a746 !important;
    border-color: #28a746 !important;
}

.btn-success:hover {
    color: #ffffff !important;
    background-color: #218838 !important;
    border-color: #218838 !important;
}

.btn-success:disabled, .btn-success.disabled {
    background-color: #28a746 !important;
}

.btn-outline-success {
    color: #28a746;
    border-color: #28a746 !important;
}

.btn-outline-success:hover {
    color: #ffffff;
    background: #28a746;
    border-color: #28a746;
}

.alert-success {
    color: #155725;
    background: #d4edda;
    border-color: #c3e6cb;
}


.bg-info {
    background-color: #17a3b8 !important;
}

.text-info {
    color: #17a3b8 !important;
}

.border-info {
    border-color: #17a3b8 !important;
}

.badge-info {
    color: #ffffff !important;
    background-color: #17a3b8 !important;
}

.btn-info {
    color: #ffffff !important;
    background-color: #17a3b8 !important;
    border-color: #17a3b8 !important;
}

.btn-info:hover {
    color: #ffffff !important;
    background-color: #138596 !important;
    border-color: #138596 !important;
}

.btn-info:disabled, .btn-info.disabled {
    background-color: #17a3b8 !important;
}

.btn-outline-info {
    color: #17a3b8;
    border-color: #17a3b8 !important;
}

.btn-outline-info:hover {
    color: #ffffff;
    background: #17a3b8;
    border-color: #17a3b8;
}

.alert-info {
    color: #0c5360;
    background: #d1ecf1;
    border-color: #bee5eb;
}


.bg-warning {
    background-color: #ffc107 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.badge-warning {
    color: #ffffff !important;
    background-color: #ffc107 !important;
}

.btn-warning {
    color: #ffffff !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-warning:hover {
    color: #ffffff !important;
    background-color: #e0a800 !important;
    border-color: #e0a800 !important;
}

.btn-warning:disabled, .btn-warning.disabled {
    background-color: #ffc107 !important;
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107 !important;
}

.btn-outline-warning:hover {
    color: #ffffff;
    background: #ffc107;
    border-color: #ffc107;
}

.alert-warning {
    color: #856504;
    background: #fff3cd;
    border-color: #ffeeba;
}


.bg-danger {
    background-color: #dc3545 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.badge-danger {
    color: #ffffff !important;
    background-color: #dc3545 !important;
}

.btn-danger {
    color: #ffffff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-danger:hover {
    color: #ffffff !important;
    background-color: #c82334 !important;
    border-color: #c82334 !important;
}

.btn-danger:disabled, .btn-danger.disabled {
    background-color: #dc3545 !important;
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545 !important;
}

.btn-outline-danger:hover {
    color: #ffffff;
    background: #dc3545;
    border-color: #dc3545;
}

.alert-danger {
    color: #721c25;
    background: #f8d7da;
    border-color: #f5c6cb;
}


.bg-light {
    background-color: #ffffff !important;
}

.text-light {
    color: #ffffff !important;
}

.border-light {
    border-color: #ffffff !important;
}

.badge-light {
    color: #212529 !important;
    background-color: #ffffff !important;
}

.btn-light {
    color: #212529 !important;
    background-color: #ffffff !important;
    border-color: #e2e6ea !important;
}

.btn-light:hover {
    color: #212529 !important;
    background-color: #e2e6ea !important;
    border-color: #e2e6ea !important;
}

.btn-light:disabled, .btn-light.disabled {
    background-color: #ffffff !important;
}

.btn-outline-light {
    color: #ffffff;
    border-color: #ffffff !important;
}

.btn-outline-light:hover {
    color: #212529;
    background: #ffffff;
    border-color: #ffffff;
}

.alert-light {
    color: #818182;
    background: #fefefe;
    border-color: #fdfdfe;
}

/**

   * AALayer Â© 2017
   * All Rights Reserved.
   * www.aalayer.com
   -
   * Template: lowendhost
   * For any questions or support contact our team.

**/
/**
 color: #3994A8;
 2 color: #40A1B7;
**/
.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background-color: #202020;
    box-shadow: 0 3px 2px -2px rgba(0,0,0,0.3);
    border-bottom: 0;
    border-top: 2px solid #3994A8;
}
::-moz-selection { background: #3994A8; color: white}
::selection { background: #3994A8; color: white;}
body {
  background-color: #E7E7E7;
  font-family: 'Montserrat', sans-serif !important;
}
html {
    font-family: 'Montserrat', sans-serif !important;
}
::-webkit-scrollbar {
  width: 11px;
  background-color: #E7E7E7;
}
::-webkit-scrollbar-thumb {
  background-color: #3994A8;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #40A1B7;
  border-radius: 10px;
}
hr {
  border-color: #DFDFDF;
}
a {
  color: #7D7D7D;
  transition: all 0.1s ease-out;
  font-family: 'Montserrat', sans-serif !important;
}
a:hover, a:focus, a:active {
  color: #3994A8;
  text-decoration: none;
  transition: all 0.1s ease-out;
}
p {
  color: #717171;
}
.bg-dark {
    background: #202020 !important;
    border-top: 2px solid #3994A8 !important;
}
.btn-success {
  background-color: #3994A8 !important;
  border-color: transparent !important;
  border-radius: 2px;
  transition: all 0.05s ease-out;
  box-shadow: none !important;
  outline: 0px !important;
}
.btn-success:hover, .btn-success:focus {
  background-color: #40A1B7 !important;
  color: white;
  border-color: #40A1B7 !important;
  box-shadow: none !important;
  outline: 0px !important;
}
.navbar-dark .navbar-nav .nav-link {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.logo {
    margin-top: -2px !important; 
    max-width: 300x !important;
    margin-right: 19px !important;
}
.form-control {
    box-shadow: none !important;
    outline: 0px !important;
}
.form-control:hover, .form-control:focus {
    border-color: #40A1B7 !important;
}
.footer {
    border: 1px solid #212121;
    margin-top: 80px;
    background: rgb(29, 29, 29);
    padding: 40px 60px 40px 60px;
    border-radius: 0px;
  }
  .footer .flogo {
    max-width: 62%;
    margin: auto;
    padding-bottom: 5px;
  }
  .footer .col-md-3 li{
    font-size: 16px;
    list-style: none;
    margin-top: 12px;
  }
  .footer .col-md-3 li a {
    color: #c5c5c5;
    font-family: 'Montserrat', sans-serif !important;
  }
  .footer .col-md-3 li a:hover {
    padding-left: 4px;
    color: #40A1B7;
    font-family: 'Montserrat', sans-serif !important;
  }
  .footer .col-md-2 .fa {
    font-size: 36px;
    margin-right: 8px;
    margin-top: 4px;
    opacity: 0.6;
  }
  .footer p {
      font-size: 13px !important;
    font-family: 'Montserrat', sans-serif !important;
  }
  .footer .col-md-2 .fa:hover {
    color: #40A1B7;
    opacity: 1;
  }
  .footer .col-md-2 .fa-facebook-square:hover {
    color: #3b5998;
  }
  .footer .col-md-2 .fa-twitter-square:hover {
    color: #1da1f2;
  }
  .footer .col-md-2 .fa-google-plus-square:hover {
    color: #dd4b39;
  }
  .footer .col-md-2 .fa-instagram:hover {
    color: #f56040;
  }
  .footer .col-md-2 .fa-youtube-square:hover {
    color: #cd201f;
  }
  .footer .col-md-2 .fa-linkedin-square:hover {
    color: #00a0dc;
  }
  
  @media (max-width: 767px) {
   .footer .container {
     padding-left: 31px;
     margin: 0px;
   }
   .footer .col-md-3 {
     padding-left: 12px;
   }
   .footer .col-md-3 li {
     text-align: left !important;
   }
   .footer .col-md-3 li a {
     padding: 0;
     margin: 0;
   }
   .footer .col-md-2 .fa {
     margin-top: 20px;
     margin-bottom: 20px;
   }
   .footer .col-md-4 .flogo {
     margin-top: 8px;
   }
   .gs .lg:hover {
    padding: 20px 30px 20px 30px;
   }
    .logos img {
      margin-left: 0px;
    }
    .dropdown-menu {
        background: rgba(0,0,0,0.2) !important;
    }
  }
  .navbar-dark .navbar-nav .nav-link {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
}
