
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: 'Poppins', 'Helvetica', 'Arial', sans-serif;
}

img {
    display: block;
    width: 100%;
}
nav.navbar {
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    padding: 36px 0 0;
}
.bg-grey {
    background-color: #e9ecef;
}
.navbar-logo {
    width: 160px;
}
.logo-light {
    display: block;
}
.logo-dark {
    display: none;
}
.navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1rem;
    text-shadow: 2px 2px 5px #000000;
}
.navbar-nav .nav-item .nav-link:hover {
    color: #fcc013;
}
.navbar-light .navbar-nav .active>.nav-link {
    color: #fff;
}
.navbar-nav .nav-item {
    margin-right: 20px;
    padding: 0;
}
.navbar-nav .nav-item:last-child {
    margin-right: 0;
}
.navbar-nav .nav-item.active {
    border-bottom: 5px solid #fcc013;
}
.header-img-container {
    position: relative;
}
.header-img {
    position: relative;
    height: 480px;
}
/*.header-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.25);
}*/
.header-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
}

h1.main-title {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-60%);
    transform: translate(-50%,-60%);
    margin: 0;
    font-size: 55px;
    font-weight: 700;
    text-align: center;
    text-shadow: 2px 2px 5px #000000;
}
h1.main-title.home-title {
    font-size: 36px;
    text-shadow: 2px 2px 5px #000000;
}

h2.sub-title.sub-home-title {
    margin: 60px 0;
    text-align: center;
    width: 100%;
}

iframe {
    width: 100% !important;
    height: 280px !important;
    display: block;
}
.wrapper {
    padding: 100px 0;
    background:#F0F0F0;
    text-align: center;
    width: 100%;
}
.container.intro {
    font-size: 36px;
    max-width:1099px;
}
.intro-button {
    background:#F40003;
    color:#fff;
    font-size:18px;
    padding:15px 30px;
    border:0;
    font-weight:600;
    max-width:180px;
    margin: 40px auto 0;
}
.intro-button a {
    color:#fff;
    text-decoration:none;
}
.icon-logo {
    max-width: 250px;
}
.add-compname {
    display: block;
    font-size: 20px;
    font-weight: 600;
}
.add-address {
    display: block;
}
.add-address-row {
    display: block;
}
.add-tel {
    display: block;
}
.add-fax {
    display: block;
}


.product-row {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #ddd;
}
.dcn-logo {
    max-width: 200px;
}
.rad-data-logo {
    max-width: 180px;
}
.patton-logo {
    max-width: 151px;
}
.valiantcom-logo {
    max-width: 280px;
}
.dcn-title {
    color: #366bd5;
}
a.url-link {
    color: #366bd5;
}

.add-email {
    display: block;
    font-weight: 600;
    color: #366bd5;
    font-size: 18px;
}
.add-email a {
    color: #366bd5;
    margin-left: 5px;
}

footer {
    padding: 0.75rem 0;
}
footer .copyright span {
    font-size: 13px;
}


@media (max-width: 991px) {
    
    .navbar-toggler {
        border: 0;
        font-size: 1.75rem;
        padding: 0;
    }
    .navbar-light .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }
    nav.navbar {
        padding: 10px 54px !important;
        position:absolute;
        top:0;
        right:0;
        left:0;
        z-index:1030;
        width: 100%;
        background-color: transparent;
        box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    .nav-open nav.navbar {
        background-color: #e9ecef;
    }
    .navbar-logo {
        width: 140px;
    }
    
    .navbar-nav .nav-item .nav-link {
        color: #000;
        text-shadow: none;
    }
    .navbar-light .navbar-nav .active>.nav-link {
        color: #000;
        text-shadow: none;
    }
    
    .navbar-nav .nav-item {
        margin-right: 0;
        padding: 1rem 0;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar-nav .nav-item:first-child {
        padding-top: 1.6rem;
    }
    .navbar-nav .nav-item.active {
        border-bottom: 0;
    }
    .banner-top {
        padding-top: 0;
    }
    .header-img {
        position: relative;
        height: 480px;
    }
    .header-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 0%;
    }
    iframe {
        width: 100% !important;
        height: 350px !important;
        display: block;
    }
    
    
    .icon-logo {
        max-width: 200px;
    }
    
    .add-address {
        display: block;
        font-size: 15px;
    }
    .add-tel {
        display: block;
        font-size: 15px;
    }
    .add-fax {
        display: block;
        font-size: 15px;
    }
    .add-email {
        display: block;
        font-weight: 600;
        color: #366bd5;
        font-size: 16px;
    }
    
    footer .container {
        padding: 0 54px;
    }
}


@media (max-width: 768px) {
    
    footer .container {
        padding: 0 54px;
        max-width: 100%;
    }
    
    .dcn-title {
        text-align: center;
    }
    .dcn-desc {
        text-align: center;
    }
    .header-img {
        position: relative;
        height: 380px;
    }
    .header-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 0%;
    }
}


@media (max-width: 576px) {
    
    .navbar-toggler {
        border: 0;
        font-size: 1.5rem;
    }
    nav.navbar {
        padding: 10px 30px !important;
    }
    .navbar-logo {
        width: 100px;
    }
    .banner-top {
        padding-top: 0;
    }
    .header-img {
        position: relative;
        height: 300px;
        overflow: hidden;
    }
    .header-img img {
        width: 100%;
        height: 120%;
        object-fit: cover;
        object-position: center 0%;
    }
    h1.main-title {
        font-size: 36px;
    }
    h1.main-title.home-title {
        font-size: 22px;
        line-height: 1.4;
    }
    
    h2.sub-title.sub-home-title {
        margin: 40px 0;
        text-align: center;
        width: 100%;
        padding: 0 15px;
        font-size: 1.8rem;
    }
    h2.sub-title.sub-home-title .title-compname {
        display: block;
    }
    .col-about-icon {
        padding-bottom: 0 !important;
    }
    iframe {
        width: 100% !important;
        height: 200px !important;
        display: block;
    }
    
    .about-desc {
        text-align: center;
        line-height: 1.8;
        padding-bottom: 3rem;
        border-bottom: 1px solid #ddd;
    }
    .add-address-row {
        display: block;
        line-height: 1.8;
    }
    
    .dcn-logo {
        max-width: 180px;
    }
    .dcn-title {
        color: #366bd5;
        font-size: 1.5rem;
        line-height: 1.5;
        text-align: center;
    }
    .dcn-desc {
        text-align: center;
        line-height: 1.8;
    }

    
    .contact-add-container {
        padding: 0;
        text-align: center;
    }
    
    footer .container {
        padding: 0 30px;
    }
    footer .copyright span {
        font-size: 12px;
    }
    .container.intro {
        font-size: 1.8rem;
        max-width:1099px;
    }
}



@media (max-width: 360px) {

    h2.sub-title.sub-home-title {
        margin: 40px 0;
        text-align: center;
        width: 100%;
        padding: 0 15px;
        font-size: 1.2rem;
    }
    .navbar-logo {
        width: 80px;
    }
    h1.main-title.home-title {
        font-size: 19px;
        line-height: 1.4;
    }
    .header-img {
        position: relative;
        height: 230px;
        overflow: hidden;
    }
    

}
















