﻿/* Please see documentation at https://docs.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;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
a {
    font-size: 1.1rem;
    text-decoration: none;
}
h1{
    font-size:3.6rem;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.primary-link{
  color: #f05d23 !important;
  font-size: 1.1rem;
}
.brand-link{
  color: #f05d23 !important;
  font-size: 1.4rem;
}
.main-navBar{
  max-width: 1320px;
 
}
.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  /*white-space: nowrap;
  line-height: 60px;  Vertically center the text there */
}
.bg-section-brand-gradient {
    background: linear-gradient(10deg,#808080 15%, #d4cece 75%) !important;
}
.bg-gradient-secondary {
    background: linear-gradient(80deg,#fafbfe 0,#fafcfe 100%) !important;
}
.bg-gradient-grey {
    background: linear-gradient(80deg,#aaa8a8 0,#6f6f6f 50%) !important;
}
.footer__menu ul li {
    list-style: none;
    margin-bottom: 10px;
}
    .footer__menu ul li a {
        font-weight: normal;
        opacity: .7;
        transition: opacity 300ms ease;
    }
.footer__menu-header {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.col-no-gutter {
    padding: 0;
}
.removeDefaultPadding {
    padding: 0 !important;
    /*margin-top: 75px;*/
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer__social {
    display: inline;
}
.footer__address {
    margin-top: 40px;
    margin-bottom: 40px;
}
.footer__legal {
    font-size: 1.3rem;
    font-family: "CW BR Firma",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    opacity: .5;
}

.global-footer {
    margin-top: 80px;
    background-image: url(../../../Images/footer-bg-2.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.nav_sticky {
    position: fixed !important;
    width: 100%;
    display: flex;
    top: 0;
    z-index: 10;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .accordion:hover {
        background-color: #ccc;
    }

/* Style the accordion panel. Note: hidden by default */
.faqpanel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.accordion_ {
    position: relative;
    top: -50px;
    float: right;
    left: -20px;
}
.accordion_:before {
    content: "";
    width: 20px;
    background-color: #022B69;
    height: 1px;
    top: 10px;
    left: -9px;
    position: absolute;
}
.accordion_:after {
    content: "";
    width: 1px;
    background-color: #022B69;
    height: 20px;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    transition: opacity 200ms ease;
}
.accordion .active:after {
    opacity: 0;
}

.grid.center-xs {
    -ms-flex-pack: center;
    justify-content: center;
}

.grid {
    box-sizing: border-box;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
section.header-section {
    height: 400px;
    background-repeat: no-repeat;
    background-image: url(../../../Images/faq.svg);
    background-position: center center;
    background-size:contain;
}
.form-horizontal .input-group {
    margin-bottom: 10px;
}

/*
    for Team members
*/
/* Three columns side by side */
.column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
    .column {
        width: 100%;
        display: block;
    }
}

/* Add some shadows to create a card effect */
.card {
    min-height: 300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Some left and right padding inside the container */
.container {
    padding: 0 16px;
}

    /* Clear floats */
    .container::after, .row::after {
        content: "";
        clear: both;
        display: table;
    }

.title {
    color: grey;
}

.button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

    .button:hover {
        background-color: #555;
    }
.btn-primary {
    background-color: #f34909 !important;
    padding: 0.4rem;
    font-size: 2em;
    font-weight: bold;
    border-color: #f34909;
}
.customer-card {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    margin: 0 0 20px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.07), 0 3px 1px -2px rgba(0,0,0,.1), 0 1px 5px 0 rgba(0,0,0,.06);
}