*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}
.custom-navbar
{
    font-size: 13px;
}
.nav-spacing
{
    height: 65px;
}
.custom-navbar, .benefits, .perfect-match-description, .copyright,
.form-row label
{
    font-weight: 600;
}
.custom-navbar-brand p, .logo-description
{
    color: rgb(218, 218, 218);
    line-height: 8px;
}
.logo-description
{
    font-weight: 100;
}
.custom-navbar-brand img
{
    height: 40px;
}
.carousel-custom-btn
{
    height: 10px !important;
    width: 10px !important;
    border-radius: 50%;
    border: 3px solid #3c74b9 !important;
    opacity: 1 !important;
    background: transparent !important;
    bottom: 50px;
}
.custom-navbar, .custom-modal-header
{
    background-color: #3c74b9 !important;
}
.custom-nav-link, .custom-btn, .graphics-btn, .custom-modal-header,
.form-row input[type="submit"]
{
    color: #fff !important;
}
.custom-nav-link:hover
{
    color: rgb(206, 240, 197) !important;
}
.custom-btn, .form-row input[type="submit"]
{
    font-size: 14px;
    font-weight: 400;
    padding: 7px 40px;
    background-color: #5abc2e;
    border: none;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.custom-btn:hover, .custom-btn:focus, .form-row input[type="submit"]:hover
{
    background-color: #2d8b32;
    box-shadow: none;
}
.custom-caption
{
    max-width: 700px;
    bottom: 80px;
    margin: auto;
}
.carousel-heading, .main-section-heading
{
    font-size: 48px;
    color: black;
}
.carousel-heading, .main-section-heading, .other-headers, .graphics-btn, .recent-work-description, .distrib-card-title
{
    font-weight: 800;
}
.carousel-heading, .main-section-heading, .services-section-cards, .other-headers, 
.recent-work-cards
{
    margin: 20px 0;
}
.carousel-heading, .main-section-heading, .services-section-heading,
.other-headers, .graphics-btn, .custom-nav-link, .custom-btn, .recent-work-description, 
.copyright, .form-row input[type="submit"]
{
    text-transform: uppercase;
}
.carousel-heading span, .main-section-heading span, .services-section-heading, .other-headers span
{
    color: #3c74b9;
}
.custom-carousel-indicators
{
    bottom: 30px;
}
.main-section
{
    text-align: center;
    padding: 60px 0;
}
.work-starts, .perfect-match, .partners
{
    background-color: #f5f5f5;
}
.services-description-box
{
    max-width: 900px;
}
.services-section-heading, .distrib-card-text, .services-description
{
    font-size: 16px;
}
.graphics-btn,
.copyright, .product-description
{
    font-size: 12px;
}
.logo-description
{
    font-size: 10px;
}
.services-section-text, .benefits, .perfect-match-description, .recent-work-description
{
    font-size: 14px;
}
.services-description, .services-section-text
{
    color: #515151;
    font-weight: 400;
}
.services-section-card
{
    width: 270px;
}
.services-section-card::before, .benefits li span::before
{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}
.services-section-card::before
{
    margin: 25px auto;
    height: 45px;
    width: 45px;
    background-size: contain;
}
.road::before
{
    background-image: url(../img/ic-1.png);
}
.sheet::before
{
    background-image: url(../img/ic-2.png);
}
.house::before
{
    background-image: url(../img/ic-3.png);
}
.people::before
{
    background-image: url(../img/ic-4.png);
}
.text-box
{
    text-align: left;
}
.other-headers, .distrib-card-title
{
    font-size: 30px;
}
.other-headers, .benefits, .perfect-match-description, .distrib-card-title
{
    color: #8d8d8d;
}
.text-box, .image-box
{
    width: 480px;
}
.benefits
{
    list-style-type: none;
    line-height: 25px;
    padding-left: 10px;
}
.benefits li span::before
{
    display: inline-block;
    background-image: url(../img/arrow.png);
    height: 14px;
    width: 14px;
    background-position: 0 0;
    vertical-align: middle;
    margin-right: 10px;
}
.recent-work-card
{
    width: 300px;
}
.recent-work-card img
{
    width: 100%;
}
.graphics-btn
{
    background-color: blue;
    text-decoration: none;
    border-radius: 0;
    border: none;
    align-items: center;
    padding: 8px 30px;
}
.graphics-btn:hover
{
    opacity: 90%;
}
.blue
{
    background-color: #2aa7e0;
}
.green
{
    background-color: #5abc2e;
}
.orange
{
    background-color: #dac10d;
}
.pink
{
    background-color: #c42ec9;
}
.recent-work-description, .form-row label, .form-row input[type="text"]
{
    color: #4b4b4b;
}
.card-border
{
    border: 1px solid #4b4b4b;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.308);
    transition: 0.5s;
}
.card-border:hover
{
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.308);
}
.footer-content
{
    background-color: #141414;
    padding: 30px 0;
    color: #e0e0e0;
}
.pic-big
{
    max-width: 100%;
}
.form-container
{
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    padding: 25px;
}
.form-row label
{
    width: 90px;
}
.form-row input[type="submit"]
{
    border-radius: 5px;
    padding: 10px 100px;
}
.form-row input[type="text"], .form-row input[type="password"]
{
    padding: 5px;
}
.img-container
{
    height: 300px;
    position: relative;
}
.product-hover, .product-hovered
{
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    transition: 0.7s;
}
.product-hovered:hover
{
    transform: scale(105%);
}
.product-hover
{
    opacity: 0;
}
.product-hover:hover
{
    opacity: 100;
    transform: scale(105%);
}
.personal-cards a
{
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #3c74b9;
}
.personal-cards a:hover
{
    text-decoration: underline;
    color: #6ab93c;
}
.partner-container-card
{
    max-width: 800px;
}
.map-container .card-body
{
    width: 800px;
}