body {
    font-family: "Jost", sans-serif;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}
@media (min-width: 768px) {
    .custom-max-width-1 {
        max-width: 387px;
    }
}

.custom-font-secondary {
    font-family: 'Jost', serif !important;
}

.custom-card-style-1 {
    border: 2px solid transparent;
    transition: ease border 300ms;
}

.custom-card-style-1 .custom-card-style-1-title, .custom-card-style-1 .custom-card-style-1-link {
    transition: ease color 300ms;
}

@media (min-width: 1200px) {
    .custom-carousel-box-shadow-1 {
        position: relative;
    }

    .custom-carousel-box-shadow-1:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 65%;
        height: 0px;
        box-shadow: 0 0 110px 180px rgba(0, 0, 0, 0.07);
        transform: translate3d(-50%, -50%, 0);
        z-index: 0;
    }

    .custom-carousel-box-shadow-2 {
        position: relative;
    }

    .custom-carousel-box-shadow-2:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 57%;
        height: 0px;
        box-shadow: 0 0 160px 240px rgba(0, 0, 0, 0.07);
        transform: translate3d(-50%, -50%, 0);
        z-index: 0;
    }
}

@media (min-width: 992px) {
    .custom-highlight-1 {
        position: relative;
        z-index: 1;
    }

    .custom-highlight-1:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #CC0031;
        z-index: -1;
    }
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        font-size: 18px;
        font-weight: 600;
        padding: 0 0.8rem !important;
    }
}

@media (min-width: 1200px) {
    #header .header-nav-main nav > ul > li > a {
        padding: 0 1.3rem !important;
    }
}
#footer p, #footer a:not(.btn), #footer span, #footer li, #footer .footer-copyright p {
    color: #a3b2c7;
}

#footer .social-icons li a {
    color: #a3b2c7 !important;
}
#footer a:not(.btn):not(.no-footer-css) {
    color: #a3b2c7;
}
.custom-form-style-1 .form-control {
		height: calc(1.8em + 1.85rem + 2px);
		padding: 15.6px 20px;
		padding: 0.975rem 1.25rem;
		background: #f7f7f7;
		border-color: #f7f7f7;
		line-height: 1.5 !important;
}

.custom-form-style-1 .form-control:focus {
		border-color: #CCC;
}

.custom-form-style-1 .form-control::-webkit-input-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 .form-control::-moz-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 .form-control:-ms-input-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 select {
		color: #495057;
}

.custom-form-style-1 select option {
		color: #a9a9a9;
}

.custom-form-style-1 select option[selected] {
		color: #a9a9a9;
}

.custom-form-style-1 textarea.form-control {
		height: auto;
}

.custom-svg-stars {
		position: absolute;
		top: 0;
		right: 100%;
		width: 300px;
		opacity: 0.1;
		z-index: 0;
}
