* {
    margin: 0;
    padding: 0;
}
body {
    box-sizing: border-box;
    overflow-x: hidden;
    letter-spacing: 0.1rem;
}
h1 {
    font-size: 5rem;
    font-weight: 100;
    color: #000;
}
h2, h3, h5 {
    font-weight: 100;
}
#type {
    font-weight: 100 !important;
}
p, li, label, small {
    font-weight: 200;
}
.parallax-first{
    background: url('img/building2-min.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    height: 50vh;
}
.parallax-second {
    background: url('img/windows-min.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    height: 50vh;
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.custom-nav {
    width: 100%;
    border-radius: 0;
    z-index: 999;
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
}
.stickyadd {
    background-color: #fff !important;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.navbar .navbar-nav .nav-link{
    color: black;
    font-weight: 200;
}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
    background-color: #3d3d3d;
    color: white;
}
.header-btn {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 101;
    cursor: pointer;
}
.line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #3d3d3d;
    transition: all 0.2s;
}
.top {
    top: 18%;
}
.middle {
    top: 48%;
}
.bottom {
    top: 78%;
}
.icon.fold .top {
    transform: rotate(-45deg);
    top: 50%;
    background-color: #3d3d3d;
}
.icon.fold .middle,
.icon.fold .bottom {
    transform: rotate(45deg);
    top: 50%;
    background-color: #3d3d3d;
}
.navbar-toggler {
    border-style: none;
}
.landingpage {
    height: 100vh;
    background-image: url('img/white-globe-min.jpg');
    background-size: cover;
}
.caption {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 25%;
    text-align: center;
}
.caption img{
    height: 150px;
    margin: 1rem;
}
.caption h1{
    padding: 1rem;
}
.yellow-bracket {
    margin: 0 auto;
    position: relative;
    width: 700px;
    padding: 25px 0;
    max-width: calc(100% - 40px);
    box-sizing: border-box;
}
.yellow-bracket::before {
    top: 0;
    left: 0;
    border-top: 3px solid #ffd34d;
    border-left: 3px solid #ffd34d;
}
.yellow-bracket::after {
    bottom: 0;
    right: 0;
    border-bottom: 3px solid #ffd34d;
    border-right: 3px solid #ffd34d;
}
.yellow-bracket::before, .yellow-bracket::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    box-sizing: border-box;
}
#about {
    padding: 5rem 0;
}
.service-img {
    width: 100%;
}
.product-logo img {
    margin: 1rem;
    height: 40px;
}
.product-img img {
    display: block;
    width: 100%;
    margin: auto;
}
.about-img {
    width: 100%;
    display: block;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.services-box {
    border: 1px solid #e8e8e8;
    border-radius: 0.25rem;
    height: 100%;
}
.text-custom {
    color: #ffd34d !important;
}
.title-hr {
    background-color: #ffd34d;
    height: 2px;
    width: 60px;
    margin: 30px auto;
    transition: all 0.5s;
}
.services-title:hover .title-hr,
.about-content:hover .title-hr,
.services-box:hover .title-hr,
.product-wrapper:hover .title-hr,
.company-content:hover .title-hr,
.contact-title:hover .title-hr {
    width: 90px;
}
.form-control {
    box-shadow: none !important;
    height: 50px;
    border-radius: 0;
    border: 1px solid #e8e8e8;
}
.form-control:focus {
    border-color: #ffd34d;
}
.btn-custom {
    border-radius: 0;
    border: 1px solid #3d3d3d;
    background-color: #fff;
    color: #3d3d3d;
}
.btn {
    padding: 15px 32px;
    transition: all 0.5s;
    font-weight: 200;
}
.btn:hover {
    background-color: #3d3d3d;
    color: #fff;
}
.footer-bg {
    background-color: #3d3d3d !important;
}
.ty-wrapper{
    background: white;
    height: 95vh;
}



@media (max-width: 1024px) {
    .landingpage {
        height: 50vh;
    }
    .caption {
        top: 15%;
    }
    .yellow-bracket::before, .yellow-bracket::after {
        display: none;
    }
    .caption img {
        height: 75px;
    }
    h1 {
        font-size: 2.5rem;
    }
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .parallax-first,
    .parallax-second {
        height: 30vh;
    }
    .product-logo img {
        height: 30px;
    }
}
@media (max-width: 576px) {
    .landingpage {
        height: 40vh;
    }
    .caption {
        top: 10%;
    }
    .caption img {
        height: 50px;
    }
    h1, h2 {
        font-size: 1.5rem;
    }
    p, li {
        font-size: 0.9rem;
    }
    small {
        font-size: 0.5rem;
    }
    .parallax-first,
    .parallax-second {
        display: none;
    }
    .product-logo img {
        height: 20px;
    }
}