/*
---------------------------------
General page
---------------------------------
*/

.skin-blue .main-header .navbar.navbar-static-top-bar {
  background: #005d93;
  color: #ffffff;
  min-height: auto;
  padding: 5px 0;
}

.skin-blue .main-header .navbar.navbar-static-top-bar .top-bar-links a {
  color: #ffffff;
  margin: 0 5px;
}

.skin-blue .main-header .navbar.navbar-static-top-bar .top-bar-links a:hover {
  text-decoration: underline;
}

div.page-title {
  background: url(../img/bg-title.gif) repeat-x scroll 0 60px rgba(0, 0, 0, 0);
  margin: 0 0 10px;
  overflow: hidden;
  padding: 5px 0;
}

div.page-title h1 {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 5px solid #086DB8;
  float: left;
  font: 400 30px 'Open Sans', sans-serif;
  margin: 0;
  padding: 0 8px 0 0;
  line-height: 56px;
}

div.page-title h2 {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 5px solid #086DB8;
  float: left;
  font: 400 30px 'Open Sans', sans-serif;
  margin: 0;
  padding: 0 8px 0 0;
  line-height: 56px;
}

div.title {
  background: url(../img/bg-title.gif) repeat-x scroll 0 32px rgba(0, 0, 0, 0);
  margin: 0 0 10px;
  overflow: hidden;
  padding: 5px 0;
}

div.title h3 {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 5px solid #086DB8;
  float: left;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
  padding: 0 8px 0 0;
}

div#content-loader {
  display: none;
  background: #fff url('../img/content-loader.gif') no-repeat left top;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 9;
}

ul.facilities {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 10px 15px;
  list-style: circle;
}

ul.facilities li {
  float: left;
  margin: 0;
  padding: 2px 0 2px 15px;
  width: 100%;
}

.ajax-form-holder {
  position: relative;
}

.ajax-form-loader {
  display: none;
  background: #fff url('../img/content-loader.gif') no-repeat center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.5;
}

.dataTables_wrapper {
  padding: 15px 0;
}

/*
---------------------------------
Slider
---------------------------------
*/

.slide .slider-title {
  padding: 5px 15px;
  background-color: rgba(133, 204, 241, 0.17);
  color: #2e6153;
  text-shadow: 0px 0px 2px;
  border-radius: 3px;
}

.slide .slider-title span {
  color: #957e11;
}

.slide .slider-btn {
  clear: both;
}

.banner-text {
  background: #fff url('../img/banner/networking-banner.png') no-repeat right top;
}

.banner-text ul {}

.banner-text ul li {}

.btn-glyphicon {
  padding: 8px;
  background: #ffffff;
  margin-right: 4px;
}

.icon-btn {
  padding: 1px 15px 3px 2px;
  border-radius: 50px;
}

/*
---------------------------------
Cards
---------------------------------
*/

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  margin-bottom: 1.5rem;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
  min-height: 165px;
}

.card-title {
  margin-bottom: .75rem;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

/*
---------------------------------
User Profile
---------------------------------
*/

h3.profile-title {
  margin-top: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.user-label, .user-info {
  font-weight: bold;
  font-size: 16px;
  padding: 0 5px 0 0;
}

/*
---------------------------------
Verify Email
---------------------------------
*/

.callout h3 {
  margin-top: 0;
}

/*
---------------------------------
User Contact List
---------------------------------
*/

.filter-col {
  padding-left: 10px;
  padding-right: 10px;
}

/*
---------------------------------
SMS preview
---------------------------------
*/

.content-display {
  background: #eee;
  padding: 7px 15px;
}

/*
---------------------------------
Badge
---------------------------------
*/

.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.badge-error {
  background-color: #b94a48;
}

.badge-error:hover {
  background-color: #953b39;
}

.badge-warning {
  background-color: #f89406;
}

.badge-warning:hover {
  background-color: #c67605;
}

.badge-danger {
  background-color: #dd4b39;
}

.badge-danger:hover {
  background-color: #d73925;
}

.badge-success {
  background-color: #468847;
}

.badge-success:hover {
  background-color: #356635;
}

.badge-info {
  background-color: #3a87ad;
}

.badge-info:hover {
  background-color: #2d6987;
}

.badge-inverse {
  background-color: #333333;
}

.badge-inverse:hover {
  background-color: #1a1a1a;
}

/*
Sweet alert Loader
*/

.swal-ld-wave-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  overflow: hidden;
}

.swal-ld-wave-container ul {
  display: flex;
}

.swal-ld-wave-container ul li {
  width: 20px;
  height: 20px;
  margin: 10px;
  list-style-type: none;
  transition: 0.5s all ease;
}

.swal-ld-wave-container ul li:nth-child(1) {
  animation: right-1 1s infinite alternate;
  background-color: #DDD8B8;
  animation-delay: 100ms;
}

@keyframes right-1 {
  0% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(60px);
  }
}

.swal-ld-wave-container ul li:nth-child(2) {
  animation: right-2 1s infinite alternate;
  background-color: #B3CBB9;
  animation-delay: 200ms;
}

@keyframes right-2 {
  0% {
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(70px);
  }
}

.swal-ld-wave-container ul li:nth-child(3) {
  animation: right-3 1s infinite alternate;
  background-color: #84A9C0;
  animation-delay: 300ms;
}

@keyframes right-3 {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(80px);
  }
}

.swal-ld-wave-container ul li:nth-child(4) {
  animation: right-4 1s infinite alternate;
  background-color: #6A66A3;
  animation-delay: 400ms;
}

@keyframes right-4 {
  0% {
    transform: translateY(-90px);
  }
  100% {
    transform: translateY(90px);
  }
}

.swal-ld-wave-container ul li:nth-child(5) {
  animation: right-5 1s infinite alternate;
  background-color: #58548E;
  animation-delay: 500ms;
}

@keyframes right-5 {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(100px);
  }
}

/*
User credits header
*/

#user-credits-header {
  background: #eee;
  padding: 5px 10px;
  margin-top: 10px;
}

.user-credit-item {
  margin: 0 10px;
  display: inline-block;
}

/*
Mega custom filter
*/

button.mega-filter-button.active {
  font-weight: bold;
  font-size: 14px;
}

.card img.card-img-main {
  display: block;
}

.card:hover img.card-img-main {
  display: none;
}

.card img.card-img-alt {
  display: none;
}

.card:hover img.card-img-alt {
  display: block;
}

/*
Footer Style
*/

.megatech_footer_area {
  position: relative;
  z-index: 1;
}

.megatech_footer_area ul {
  padding: 0;
  list-style-type: none;
}

.megatech_top_footer_one {
  background-color: #054063;
  color: #fff;
}

.section_padding_100_70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.megatech_top_footer_one {
  color: #fff;
}

.megatech_part {
  margin-bottom: 30px;
}

.megatech_top_footer_one .megatech_part>h5 {
  color: #fff;
}

.megatech_part h4, .megatech_part h5 {
  margin-bottom: 30px;
}

.megatech_single_contact_info>p, .megatech_single_contact_info>h5, .megatech_blog_area>a, .megatech_top_footer_one .megatech_part>p {
  color: rgba(255, 255, 255, .5);
}

.megatech_bottom_footer_one {
  background-color: #0c2331;
}

.section_padding_50 {
  padding: 50px 0;
}

.section_padding_20 {
  padding: 20px 0;
}

.megatech_bottom_footer_one p {
  color: #fff;
  margin: 0;
}

.megatech_bottom_footer_one a {
  color: inherit;
  font-size: 14px;
}

.m-top-15 {
  margin-top: 15px;
}

.megatech_widget>li {
  display: inline-block;
}

.megatech_widget a {
  border: 1px solid #769db5;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 4px;
  padding: 7px 12px;
}

.megatech_links a {
  border-bottom: 1px solid #769db5;
  color: rgba(255, 255, 255, .5);
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.megatech_links a {
  color: rgba(255, 255, 255, .5);
  font-size: 13px;
}

.top-15 {
  margin-top: 15px;
}

.megatech_top_footer_one .megatech_part>h5 {
  color: #fff;
}

.megatech_part h4, .megatech_part h5 {
  margin-bottom: 30px;
}

.megatech_social_links>li {
  display: inline-block;
}

.megatech_social_links a {
  border: 1px solid #769db5;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 3px;
  padding: 7px 12px;
}

.megatech_blog_area .megatech_date {
  color: #27ae60;
  font-size: 13px;
  margin-bottom: 5px;
}

.megatech_blog_area>p {
  color: rgba(255, 255, 255, .5);
  line-height: 1.3;
  margin-bottom: 0;
}

.megatech_works>a {
  display: inline-block;
  float: left;
  position: relative;
  width: 33.33333333%;
  z-index: 1;
}

.megatech_thumb {
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
}

.megatech_links a i {
  padding-right: 10px;
}

/* :: 18.0 Footer Area CSS */

.footer_area {
  position: relative;
  z-index: 1;
}

.footer_bottom p>i, .footer_bottom p>a:hover {
  color: #27ae60;
}

.social_links_area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px 0 30px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.social_links_area>a:hover {
  color: #27ae60;
}

.inline-style .social_links_area>a:hover {
  background-color: transparent;
  color: #27ae60;
  border: 0px solid transparent;
}

.single_feature:hover .feature_text h4 {
  color: #27ae60;
}

.megatech_blog_area {
  border-bottom: 1px solid #769db5;
  margin-bottom: 15px;
  padding: 0 0 15px 90px;
  position: relative;
  z-index: 1;
}

.megatech_links a {
  border-bottom: 1px solid #769db5;
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

/*
Changing nav bar breakpoints
*/

@media (max-width: 991px) {
  .mega-main-nav.navbar-collapse.pull-right {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .mega-main-nav .navbar-nav {
    float: right;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .navbar-header+.navbar-custom-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
  }
}

@media (max-width: 990px) {
  .navbar-header+.navbar-custom-menu {
    right: 145px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    /* width: auto; */
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    right: 0%;
  }
  .skin-blue .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
}

@media (max-width: 768px) {
  .navbar-header+.navbar-custom-menu {
    top: 50px;
    right: 40px;
  }

  #top-bar-contact, #top-bar-auth{
    width: 100%;
    text-align: center;
  }
}