@font-face {
    font-family: "ITCAvantGardeStd-Bk";
    src: url('./assets/fonts/ITCAvantGardeStd-Bk.ttf') format('truetype');
}

@font-face {
    font-family: "ITCAvantGardeStd-Bold";
    src: url('./assets/fonts/ITCAvantGardeStd-Bold.ttf') format('truetype');
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

body{
    margin: 0px;
    padding: 0px;
    background-color: #183244;
    font-family: "ITCAvantGardeStd-Bk";
}

div{
    padding: 1.25rem;
}
.banner-div{
    padding: 0rem;
}

.navbar{
    /* border-radius: 10px; */
    font-family: "ITCAvantGardeStd-Bk";
    font-size: 1.5rem;

    
}

.navbar-toggler{
    margin-right: 2%;
}
.the-blur{
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 50px;
    margin-bottom: 20px;
    background: rgba(232, 232, 232, 0.7);
    z-index: 1010;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
        
}

/* .nav-item{
    padding-right: 30px;
} */


.jumbo{
    color: #183244;
    font-family: "ITCAvantGardeStd-BK";
    text-align: center;
    position: relative;
    /* margin-top: 20%; */
}
.jumbo1 {
    color: #fff;
    font-family: "ITCAvantGardeStd-BK";
    text-align: center;
    position: relative;
}

.banner{
    /* margin-top: 10%; */
    margin-bottom: 10%;
    padding-top: 10%;
    padding-bottom: 9%;
    background-color: #fff;
    opacity: .7;
}



.subheading{
    color: #fff;
    text-align: left;
    font-family: "ITCAvantGardeStd-Bk";
}
p {
    color: #fff;
    text-align: left;
    font-family: "ITCAvantGardeStd-Bk";
    font-size: 1.5rem;
}

.banner-div{
    margin-top: 15%;
    margin-bottom: 15%;
}


.container-fluid{
    position: relative;
    padding: 0%;
}
#large-header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}


.ml-auto{
    margin-left: auto;
}


#demo-canvas {
    background: #183244;
    width: 100%;
    height: 100%;
    position: absolute;
}

a {
    color: #ffffff;
    text-decoration: none;
    width: auto;
    height: auto;
}

a:hover,
a:focus {
    color: #f2f2f2;
}

section {
    padding: 1em;
    text-align: center;
}

.mt-5{
    background-color: #ffffff;
    /* border-radius: 35%; */
    border-top-right-radius: 25%;
    border-top-left-radius: 25%;
    margin-bottom: 0%;
}
.mt-6 {
    background-color: #ffffff;
    margin-bottom: 0%;
}
.card-carousel{
    background-color: #ffffff;
    margin-top: 0%
}

.card{
    width: auto;
    margin: 2rem;
}
 .card-img{
    width: 20rem;
    margin: 2rem;
    
 }

 .client-img{
    margin-left: 30%;
 }

 .quote{
    color: #183244;
    
 }


 .footer {
    background-color: #fff;
    color: #183244;
    padding-bottom: 3rem;
    text-align: center;
 }


 @media (max-width: 1025px) {
    .mt-5{
        border-top-right-radius: 0%;
        border-top-left-radius: 0%;
    }
    .banner-div{
        margin-top: 50%;
    }
    .jumbo{
        margin-top: 20%
    }

 }