@font-face {
    font-family: din-next-w10;
    src: url('../fonts/din-next-w10/din-next-w10-regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: avenir-next;
    src: url('../fonts/avenir-next/AvenirNextLTPro-Regular.otf');
}
@font-face {
    font-family: avenir-next-bold;
    src: url('../fonts/avenir-next/AvenirNextLTPro-Bold.otf');
}
@font-face {
    font-family: georgia;
    src: url('../fonts/Georgia/Georgia.ttf');
}

body {
    position: relative;
    font-family: din-next-w10;
    padding-top: 85px;
    color: #333;
}
a {
    color: inherit;
    text-decoration: none;
}
.navbar-main {
    background-color: #E21C21;
    padding: 0;
}
.navbar-main .navbar-brand img {
    max-height: 75px;
}
.navbar-main .navbar-toggler {
    border: 0;
    padding: 0;
}
.navbar-main .navbar-nav {
    margin-left: auto;
}
.navbar-main .nav-link {
    color: #fff;
    text-transform: uppercase;
}

.home-banner {
    padding: 0;
    position: relative;
}
.home-banner video {
    width: 100%;
    height: auto;
}
.home-banner-btn-grp {
/*    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;*/
    text-align: center;
    /*transform: translateX(-50%);*/
}

.btn {
    font-family: georgia;
    border-radius: 0;
}
.btn-primary {
    background-color: #E21C21;
    border-color: #E21C21;
}
.btn-primary:hover,
.btn-primary:active {
    background-color: #000;
    border-color: #000;
}

.home-banner-btn-grp .btn {
    font-size: 15px;
    font-family: avenir-next;
    padding: 10px 15px 10px 30px;
    border-radius: 30px;
    position: relative;
}
.home-banner-btn-grp .btn:after {
    content: "";
    background-image: url("../images/right_arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

section {
    padding: 75px 0;
}
.section-title {
    font-family: avenir-next;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.section-title:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 7px;
    background-color: #E21C21;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
h3.section-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.home-services-item {
    background-color: #F7F7F7;
    height: 100%;
}
.home-services-img {
    margin-bottom: 20px;
}
.home-services-img img {
    width: 100%;
}
.home-services-content {
    padding: 0 25px 15px;
}
.home-services-content h3 {
    font-family: avenir-next;
    font-size: 24px;
    font-weight: bold;
    color: #3d5975;
}
.home-services-content ul li:before {
    content: "-";
    margin-right: 10px;
}

.home-counters {
    background-color: #E21C21;
    padding: 20px 0;
}
.home-counters-item {
    position: relative;
    text-align: center;
    color: #fff;
}
.home-counters-item.after:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    background-color: #fff;
    right: -13px;
    bottom: 0;
}
.home-counters-item h3 {
    font-family: avenir-next;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
}
.home-counters-item h2 {
    font-family: avenir-next;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0;
}
.home-counters-text {
    text-align: center;
    margin: 25px 0 0;
    color: #fff;
    font-size: 0.9rem;
}

.home-who {
    background-image: url("../images/DSC02025.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    border-bottom: 7px solid #E21C21;
}
.home-who-content {
    padding: 75px 0;
}

.home-projects {
    border-bottom: 15px solid #E21C21;
}
.home-projects-slider .slick-slide {
    margin: 0 5px;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}
.home-projects-slide {
    aspect-ratio: 3 / 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.home-projects-slide:hover:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(117, 117, 117, 0.6);
    cursor: pointer;
}
.home-projects-slide:hover:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background-image: url("../images/like.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.home-contact-map {
    margin-bottom: 50px;
}
.home-contact-map iframe {
    display: block;
    width: 100%;
    height: 350px;
}
.home-contact-info {
    color: #373b4d;
    margin-bottom: 50px;
}
.home-contact-info hr {
    width: 65px;
    border-top: 7px solid #E21C21;
    opacity: 1;
}
.home-contact-title {
    font-family: avenir-next;
    font-size: 24px;
    font-weight: bold;
    color: #1e2d3b;
    margin-bottom: 20px;
}
.form-group {    
    margin-bottom: 15px;
}
.form-group label {
    font-family: georgia;
    font-style: italic;
    color: #373b4d;
    margin-bottom: 5px;
}
.form-group .form-control,
.form-group .form-select {
    border: 2px solid #E21C21;
    border-radius: 0;
}
.home-contact-info .form-control:hover,
.home-contact-info .form-control:focus {
    border-color: #373b4d;;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #E21C21 solid 1px;
}
.custom-control-label:hover::before,
.custom-control-label:focus::before {
    border-color: #373b4d;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-control-input:checked~.custom-control-label::before {
    /*    color: #fff;
        border-color: #007bff;
        background-color: #007bff;*/
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("../images/check.png");
}

footer {
    font-family: avenir-next;
    font-size: 15px;
    color: #3b3a3a;
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.page-title-wrap {
    background-color: #F7F7F7;
    padding: 30px 0;
}
.page-title {
    font-family: avenir-next;
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.page-title-wrap p {
    margin-bottom: 0;
}

.ask-budget-form form {
    border: 2px solid #E21C21;
    padding: 15px 50px 80px;
}
.ask-budget-form .form-group {
    margin-bottom: 30px;
}
.ask-budget-form .btn {
    width: 100%;
    padding: 15px;
}
.home-banner-btn-grp{
    position: relative;    
}
.home-banner-btn-grp ul{
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 238px);
    margin: 0 auto;    
}
.privacy-policy h3{
    color: #E21C21;
    font-weight: bold;
    font-size: 30px;
    margin-top: 20px;
}



@media (max-width: 767px) {
    .home-banner-btn-grp ul {
      top: calc(50% - 27px);
      left: calc(50% - 190px);
    }
    .home-banner-btn-grp .btn {
        font-size: 14px;
        padding: 10px 5px 10px 15px;
    }
    .home-banner-btn-grp .btn:after {
        width: 20px;
        height: 20px;
    }
    .list-inline-item {
        margin: 5px;
    }
    .section-title {
        font-size: 35px;
    }
    .home-services-item {
        height: auto;
        margin-bottom: 30px;
    }
    .home-counters-item.after {
        margin-bottom: 50px;
    }
    .home-counters-item.after:after {
        width: 60px;
        height: 2px;
        right: 50%;
        bottom: -25px;
        transform: translateX(50%);
    }
    .slick-arrow {
        width: 35px;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    .page-title {
        font-size: 35px;
    }
    .ask-budget-form form {
        padding: 15px 40px 80px;
    }
}