
h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway', sans-serif;
}
p, a{
    font-family: 'Roboto', sans-serif;
}

.pageTitle{
    font-weight: bold;
    color: #e30016;
    text-transform: uppercase;
}

.btn-ats{
    background: #e30016;
    color: #FFFFFF;
    border: 1px solid #e30016;
    padding: 10px;
}

.btn-ats:hover{
    background: #FFFFFF;
    color: #e30016;
    border: 1px solid #e30016;
    padding: 10px;
}

/*--------------------------
    NAVBAR SECTION
 --------------------------*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    padding-left: 48px;
    padding-right: 48px;
    z-index: 20;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.logo_image{
    height: 40px;
}

.main_nav
{
    margin-right: -3px;
    height: 100%;
    flex-basis: 200%;
    text-align: right;
}
.nav_items
{
    height: 100%;
}
.nav_items li
{
    display: inline-block;
    margin-left: 35px;
    height: 100%;
}
.nav_items li a
{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0b1033;
    letter-spacing: 3.5px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 14px;
    padding-right: 10px;
}

.nav_items li.active
{
    background: #e30016;
}
.nav_items li.active a
{
    color: #FFFFFF;
}
.nav_items li:hover
{
    background: #e30016;
}
.nav_items li:hover a
{
    color: #FFFFFF;
}

.navbar-toggler-icon{
    height: auto;
    font-size: 25px;
}

/*--------------------------
    HEADER SECTION
 --------------------------*/
#headerSection .sliderImage{
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 100vh;
    z-index: -1;
	object-fit: cover;
}

#headerSection .carousel-item{
    height: 100vh;
}

#headerSection .overlay{
    background-color: rgba(0,0,0,.4);
}

#headerSection .arrowIcon{
    width: 30px;
    height: 30px;
}

/*--------------------------
    PRODUCT SECTION
 --------------------------*/

.productImage{
    max-width: 100%;
    height: 60px;
}

.productImagefdf{
    max-width: 100%;
    height: 185px;
}

.productTitle{
    border-bottom: 1px solid #e30016;
    line-height: 40px;
    color: #e30016;
}

/*--------------------------
   REFERENCES SECTION
 --------------------------*/

.reference_slider{
    cursor: pointer;
}

.reference_item img{
    margin: 0 auto;
    filter: opacity(30%) grayscale(100%);
    transition: all 300ms;
}

.reference_item:hover img{
    filter: opacity(100%) grayscale(0%);
}

.owl-carousel .owl-item img{
    width: auto !important;
}

/*--------------------------
   FOOTER SECTION
 --------------------------*/

.ats-section{
    position: relative;
    width: 100%;
    display: block;
}

.ats-footer{
    font-size: 16px;
    background: #212529;
    padding: 4em 0;
    color: #FFFFFF;
}

.ats-footer p{
    padding-left: 40px;
}

.ats-footer a{
    text-decoration: none;
    color: #FFFFFF;
}

.ats-footer a:hover{
    color: #E3122F;
    transition: all .7s ease;
}

.ats-footer li{
    list-style: none;
    margin-bottom: 15px;
}

.ats-footer i{
    width: 40px;
    font-size: 25px;
}
.ats-footer h4{
    color: #e30016;
    padding-left: 40px;
}

.footer-info{
    font-size: 13px;
}

/*--------------------------
   BANNER SECTION
 --------------------------*/

.banner-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    border-bottom: 2px solid #e30016;
    padding: 7em 0;
    background: url("../images/banner.jpeg");
}

.btn-form{
    background: #e30016;
    color: #fff;
    border: 1px solid #e30016;
    padding: 10px 100px;
}

.btn-form:hover{
    background: #FFFFFF;
    color: #e30016;
    border: 1px solid #e30016;
    padding: 10px 100px;
}

/*--------------------------
   ABOUT US PAGE
 --------------------------*/

/*--------------------------
   ABOUT US REFERENCES SECTION
 --------------------------*/
#aboutReferences img{
    margin-bottom: 12px;
}

#aboutReferences p{
    text-transform: uppercase;
}

#contact .contact-link{
    color: #212529;
}

#contact .contact-border{
    border: 1px solid #e30016;
}

/*--------------------------
   MEDİA QUERIES
 --------------------------*/

@media (min-width: 768px) and (max-width: 1200px) {
    h2{ font-size: 28px; }
    h3{ font-size: 24px; }
    h4{ font-size: 20px; }
    h5{ font-size: 15px; }
    p{ font-size: 14px; }

    .nav_items li{
        margin-left: 20px;
    }

    .nav_items li a{
        font-size: 11px;
    }

    a.btn.btn-ats.mt-5{
        margin-top: 2rem !important;
    }

    .ats-footer{
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .header{
        height: auto;
        padding: 10px 48px;
    }
}