@font-face {
    font-family: 'Brown-Pro-Thin';
    src: url("../fonts/lineto-brown-pro-thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Brown-Pro-Light';
    src: url("../fonts/lineto-brown-pro-light.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Brown-Pro-Regular';
    src: url("../fonts/lineto-brown-pro-regular.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Brown-Pro-Bold';
    src: url("../fonts/lineto-brown-pro-bold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

body, .display-4 {
    font-family: 'Brown-Pro-Light';
}

.cid-rNQ2ogNvEJ .navbar-dropdown {
    z-index: 100;
    min-height: 65px;
}
.topMenu.darkHeader .navbar-dropdown {
    background: #fff;
    -webkit-backdrop-filter: blur(84px);
    backdrop-filter: blur(84px);
    padding: 20px 0;
    min-height: auto;
}
.menu1 .logos {
    max-height: 36px;
}
.bannerBox {
    /* background: #2f3132; */
    /* background: url(../images/banner.jpg); */
    background: linear-gradient(to left, #dcfd002b 0%, #000000d4 100%), url(../images/banner.jpg);
    padding-bottom: 1rem;
    padding-top: 1rem;
    background-size: cover;
}
.form-control {
    font-size: 1rem;
}
.no-link {
    pointer-events: none;
}
.testimonialBox iframe {
    width: 80%;
    height: 500px;
    margin: 0 auto;
    border-radius: 10px;
}
.caseStudyBox iframe {
    width: 100%;
    height: 280px;
    background: #fff;
    border-radius: 10px;
}
.banner-title {
    font-size: 4.5rem;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'DM Sans', sans-serif;
}
.bannerBox .formBox {
    border-radius: 20px;
    color: #000;
    width: 485px;
    background: #ffffff;
    padding: 1.6rem 2rem;
    position: relative;
    font-family: 'DM Sans', sans-serif;
}
.bannerBox .formBox label, .bannerBox .formBox input {
    font-size: .9rem;
}
.bannerBox .formBox select.form-control {
    color: #666;
}
.bannerBox .formBox .form-control {
    height: 38px;
    color: #000;
}
.bannerBox .formBox .form-group {
    margin-bottom: .5rem;
}
.bannerBox .formBox .input-group-prepend .input-group-text {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.bannerBox .formBox .submitBtn {
    border-radius: 50px;
    font-weight: bold;
}
.text-decoration-underline {
    text-decoration: underline;
}

.footer3 .logos {
    max-height: 35px;
}

.bg-none {
    background: transparent;
}
.cid-rNQ2ogNvEJ .navbar {
    background: transparent;
}
.topMenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.bannerBox{ margin-top: 65px; }
.display-2 { font-size: 3rem; line-height: 66px; }
.section-title01 { font-family: 'DM Sans', sans-serif; font-size: 2rem; color: #2f3132; text-align: center; line-height: 50px; }
.cid-rNQapyCsDm .card__product { margin-top: 30px; }
.cid-rNQapyCsDm .wrapper__products { margin-top: 0px; }
.cid-rNQapyCsDm { 
    background-image: url(../images/gray-background2.jpg); 
    background-repeat: no-repeat; 
    background-size: auto; 
/*    margin: 80px 0px;*/
}
.cid-rNQapyCsDm { padding-top: 5rem; }
.cid-rNQapyCsDm .card__title { min-height: auto; padding-bottom: 10px; border-bottom: 3px solid #333; margin-bottom: 1rem; }
.cid-rNQapyCsDm .card__text { color: #333; }
.fw-500 {
    font-weight: 500;
}

/*Modal Popup*/

#myModal{
    position: fixed;
    padding-top: 75px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    overflow-y: auto;
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
    margin-top: -15px;
}
#myModal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: unset;
}
#myModal .modal-content .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
#myModal .modal-content .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#myModal .modal-content .input-group>.form-control{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pdf-form01 .form-group {
    margin-bottom: 0.3rem;
}


.footerContactBox {
    background: url(../images/footer.jpg) no-repeat;
    background-size: cover;
}
.cntLnk {
    text-decoration: underline;
    font-size: 1.5rem;
}
.smallHr {
    border-top: 5px solid #fff;
    width: 80px;
    margin-bottom: 0;
    margin-top: 25px;
}

