
@font-face {
    font-family: Quark;
    src: url('../fonts/Quark-Regular.otf') format('opentype');
}

@font-face {
    font-family: Quark-Bold;
    src: url('../fonts/Quark-Bold.otf') format('opentype');
}

@font-face {
    font-family: Quark-Black;
    src: url('../fonts/Quark-Black.otf') format('opentype');
}

@font-face {
    font-family: Quark-Regular;
    src: url('../fonts/Quark-Light.otf') format('opentype');
}

body {
    background-color: #efefef;
    font-family: 'Quark';
}

.top-bar {
    background: #3F3F3F;
    font-size: 14px;
    padding: 14px 5%;
    color: #dfdfdf;
}

.cpn-logo {
    background-color: #FFFFFF;
    color: black;
    margin: auto;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

a:hover{
    text-decoration: none;
    color: black;
}

.cpn-logo .img{
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 80px;
    width: 80px;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
    /* width: fit-content; */
}

.cpn-logo .cpn-name{
    line-height: 30px;
    font-weight: 600;
}

.cpn-logo .top{
    text-transform: uppercase;
    /* padding-bottom: 5px; */
}
.cpn-logo .bottom{
    width: fit-content;
    padding-top: 5px;
    border-top: 3px solid #006FDB;
}

.banner .cpn-logo {
    height: 100px;
}

.banner nav {
    position: relative;
    top: 0px;
    margin: 0 -12px;
}

.banner-content {
    background-size: cover;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    height: 620px;
    box-shadow: inset 0 0 0 2000px rgba(0, 111, 219, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2% 15%;
    height: 500px;
    margin-top: -25px;
}

.banner-home {
    background-image: url('../images/banner.jpeg');
}

.banner-about1 {
    background-image: url('../images/about1.jpeg');
}

.banner-about2 {
    background-image: url('../images/about2.jpeg');
}

.banner-service1 {
    background-image: url('../images/service1.jpeg');
}

.banner-service2 {
    background-image: url('../images/service2.jpeg');
}

.banner-product1 {
    background-image: url('../images/product1.jpeg');
}

.banner-product2 {
    background-image: url('../images/product2.jpeg');
}

.divider {
    width: 10%;
    height: 10px;
    margin-bottom: 30px;
    background: #006FDB;
}

.banner-content h1 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 0;
    width: 66%;
    font-family: 'Quark-Black';
}

.banner-content h4 {
    /* font-size: 20px; */
    font-family: 'Quark-Regular';
    color: #fff;
    margin-bottom: 0;
    width: 66%;
}

.whowhatwhy .container,
.homepics .container {
    padding: 40px 5%;
    background-color: #fff;
}

.whowhatwhy h4 {
    color: #006FDB;
    /* font-weight: 600; */
    font-family: 'Quark-Black';
}

.whowhatwhy .divider {
    width: 25%;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 30px;
    background: #149D98;
}

.whowhatwhy .content {
    color: #3F3F3F;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 30px;
}

.numbers {
    background-color: #006FDB;
    font-family: 'Quark-Bold';
}

.numbers .container {
    background-color: #006FDB;
    color: #fff;
    text-align: center;
    padding: 40px 5%;
}

.numbers .num {
    font-size: 60px;

}

.numbers .text {
    font-size: 12px;
    margin-top: -16px;
}

.homepics {
    text-align: center;
    font-family: 'Quark-Bold';
}

.homepics .pic {
    color: #006FDB;
    font-size: 16px;
    font-weight: 600;
}

.homepics .pic .divider {
    width: 35%;
    height: 2px;
    margin: 15px auto 40px;
    background: #149D98;
}

.homepics .pic img {
    object-fit: cover;
    width: 200px;
    height: 200px;
    margin-bottom: 30px;
}

footer {
    background-color: #2F2F2F;
    color: #fff;
    padding: 40px 5%;
    font-size: 14px;
    /* height: 200px; */
}

footer .title {
    color: #149D98;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

footer .link a,
.copyright a {
    font-size: 12px;
    text-decoration: none;
    color: #dfdfdf;
}

.copyright a:hover,
footer .link a:hover {
    text-decoration: underline;
}

footer .content {
    color: #dfdfdf;
}

.copyright {
    background-color: #3F3F3F;
    color: #dfdfdf;
    padding: 15px 5%;
    font-size: 14px;
    text-align: center;
}

.col-xs-12,
.col-sm-6,
.col-md-4,
.col-lg-4 {
    border-right: rgba(255, 255, 255, 0.45) solid 1px;
    padding: 0 20px;
}

.col-xs-12:last-child,
.col-sm-6:last-child,
.col-md-4:last-child,
.col-lg-4 :last-child {
    border-right: none;
}

.spacer{
    margin-bottom: 80px;
}

.content{
    color: #3F3F3F;
}

.menu-title {
    font-size: 1rem;
    position: relative;
    color: #006FDB;
}

.menu-title span {
    /* background-color: white; */
    background-color: #efefef;
    padding-right: 8px;
    font-weight: 700;
}

.menu-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.75em;
    border-top: 2px solid #006FDB;
    z-index: -1;
}

/* contact.html */

form .form-control{
    margin-bottom: 10px;
    border: 0px;
}

.address-contact-title{
    font-family: 'Quark-Bold';
}

.address-contact-detail{
    font-family: 'Quark-Regular';
}