﻿/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification\
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}

.form-control:focus {
  border-color: #0077cc;
  outline: black auto 1px;
  box-shadow: none;
}

.form-check-input:focus {
  border-color: #0077cc;
  box-shadow: none;
  outline: black auto 1px;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-primary:focus {
  box-shadow: none;
  outline: black auto 1px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-link.nav-link:focus {
  outline: black auto 1px;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.pricing-header {
  max-width: 700px;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  white-space: nowrap;
}

main {
  min-height: 402px;
}

.navbar-brand {
  width: 20%;
}

.form-control:focus::placeholder {
  color: black !important;
}

.navbar-nav .nav-link {
  position: relative;
  font-weight: 500;
  /* other styling for your nav links */
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px; /* Height of the underline */
  background: black; /* Color of the underline */
  transition: width 0.5s;
  bottom: 0px; /* Adjust as per the distance from the text */
  left: 0;
}

.nav-link > i {
    color: grey;
    font-size: 10px;
    margin-left: 3px;
}

.navbar-nav .nav-link:hover::after {
    width: 100%; /* Full width on hover */
}

.topbar {
  font-size: 13px;
  background: #f2f0ec;
  line-height: 32px;
  position: relative;
  z-index: 2;
}

.topbar .header-left {
  background: #cc0912;
  color: #fff;
  position: relative;
  z-index: 1;
}

.topbar .header-left:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #cc0912;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
  -webkit-transition: all 0.35s !important;
  transition: all 0.35s !important;
  -moz-transition: all 0.35s !important;
  -ms-transition: all 0.35s !important;
}

.topbar .header-left .content-inner {
  padding-top: 12px;
  padding-bottom: 12px;
}

.topbar ul.inline > li {
  float: left;
  margin-right: 15px;
  list-style: none;
}

.topbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topbar .topbar-information i {
  color: #f1ae44;
  margin-right: 5px;
}

.topbar .header-left:after {
  content: "";
  width: 1000px;
  height: 100%;
  background: #cc0912;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 1;
}

.topbar .header-right {
  position: relative;
  color: #818181;
}

.topbar .header-right .header-social {
  float: right;
  padding-top: 15px;
}

.topbar .header-right .header-social ul.socials-2 {
  margin: 0;
  padding: 0 5px;
}

.topbar .header-right .header-social ul.socials-2 > li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}

.topbar .header-right a {
  color: #818181;
}

.socials-2 li a {
  color: #818181;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  margin: 0 5px;
  font-size: 14px;
  background: transparent !important;
  padding: 0 !important;
}

.socials-2 li a i.fa-facebook-square:hover,
.socials-2 li a i.fa-facebook:hover {
  color: #3b5998;
}

.socials-2 li a i.fa-twitter:hover,
.socials-2 li a i.fa-twitter-square:hover {
  color: #4099ff;
}

.socials-2 li a i.fa-skype:hover {
  color: #12a5f4;
}

.socials-2 li a i.fa-dribbble:hover {
  color: #ea4c89;
}

.socials-2 li a i.fa-linkedin-square:hover,
.socials-2 li a i.fa-linkedin:hover {
  color: #0e76a8;
}

.socials-2 li a i.fa-apple:hover {
  color: #f2f2f2;
}

.socials-2 li a i.fa-pinterest:hover {
  color: #c92228;
}

.socials-2 li a i.fa-google-plus-square:hover,
.socials-2 li a i.fa-google-plus:hover {
  color: #d34836;
}

.socials-2 li a i.fa-youtube-square:hover,
.socials-2 li a i.fa-youtube:hover {
  color: #c4302b;
}

.socials-2 li a i.fa-vimeo-square:hover,
.socials-2 li a i.fa-vimeo:hover {
  color: #4ebbff;
}

.socials-2 li a i.fa-tumblr-square:hover,
.socials-2 li a i.fa-tumblr:hover {
  color: #35465c;
}

.socials-2 li a i.fa-xing-square:hover,
.socials-2 li a i.fa-xing:hover {
  color: #126567;
}

.socials-2 li a i.fa-instagram:hover {
  color: #8f49c5;
}

.copyright {
  text-align: center;
  background: #f7e506;
  padding: 35px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #333;
}

.footerlinks * {
  line-height: 24px;
}

.footerlinks h2 {
  line-height: 1.2;
}

.footerlinks a {
    color: #fff;
    background: #cc0812;
    padding: 10px;
    text-decoration: none;
}

.footerlinks {
  background: #424242;
  color: #bfbfbf;
  padding-top: 70px;

  &.news-letter-footer {
    color: #fff;
    background: #cc0812;
    padding: 10px;
    text-decoration: none;
    &:hover {
      color: #f1ae44;
    }
  }

  h2 {
    color: white;
  }

  ul.elementor-icon-list-items {
    padding: 0;
  }

  li.elementor-icon-list-item {
    list-style-type: none;
    line-height: 24px;
  }

  ul.socials-2 {
    padding: 0;
  }

  .socials-2 {
    display: inline-block;
    text-align: left;
    width: 100%;
  }

  .socials-2 li {
    list-style-type: none;
    display: -webkit-inline-box;
  }
}

.opacity-0 {
  opacity: 0;
}

.form-control:disabled,
.form-control[readonly] {
  color: rgb(166, 166, 166);
  cursor: not-allowed;
}

.navbar-nav .dropdown-menu {
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    position: absolute;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(234, 234, 234);
    border-image: initial;
    overflow: hidden;
}

.navbar-nav  .dropdown-menu  a {
    padding-top: 6px;
    padding-bottom: 6px;
}

.navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:active {
    background-color: #e9ecef;
}

.navbar-toggler {
    font-size: 14px;   
    color:black !important;
    border-color: transparent !important;
}

.navbar-toggler-icon {
    display: inline;
    margin-left: 10px;
    background-image: none !important;
}

.navbar-toggler:focus {
    box-shadow :none;
}

h3 sub {
    bottom:0 !important;
}

@media only screen and (max-width: 768px) {
    .navbar-brand {
        width: 55%;
    }
}
