/*!
 * Start Bootstrap - New Age v5.0.7 (https://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)


 core color osit
 #3c58a7
 #54c7df
 */

html,
body {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    /* font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif'; */
    font-family: 'psu-stidti', sans-serif;
}

a {
    color: #3c58a7;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #fcbd20;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif'; */
    font-family: 'psu-stidti', sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.section-padding {
    padding: 100px 0;
}

#mainNav {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: white;
    transition: all .35s;
    /* font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif'; */
    font-family: 'psu-stidti', sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
}

#mainNav .navbar-brand {
    width: 120px;
}

#mainNav .navbar-toggler {
    font-size: 14px;
    padding: 8px 10px;
    color: #222222;
}

#mainNav .navbar-nav>li>a {
    font-size: 14px;
    /* font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif'; */
    font-family: 'psu-stidti', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#mainNav .navbar-nav>li>a.active {
    color: #3c58a7 !important;
    background-color: transparent;
}

#mainNav .navbar-nav>li>a.active:hover {
    background-color: transparent;
}

#mainNav .navbar-nav>li>a,
#mainNav .navbar-nav>li>a:focus {
    color: #222222;
}

#mainNav .navbar-nav>li>a:hover,
#mainNav .navbar-nav>li>a:focus:hover {
    color: #3c58a7;
}

@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        background-color: transparent;
    }

    #mainNav .navbar-brand {
        color: fade(white, 70%);
    }

    #mainNav .navbar-brand:hover,
    #mainNav .navbar-brand:focus {
        color: white;
    }

    #mainNav .navbar-nav>li>a,
    #mainNav .navbar-nav>li>a:focus {
        color: rgba(255, 255, 255, 0.7);
    }

    #mainNav .navbar-nav>li>a:hover,
    #mainNav .navbar-nav>li>a:focus:hover {
        color: white;
    }

    #mainNav.navbar-shrink {
        border-color: #3c58a7;
        background-color: white;
    }

    #mainNav.navbar-shrink .navbar-brand {
        color: #3c58a7;
    }

    #mainNav.navbar-shrink .navbar-brand:hover {
        color: #54c7df;
    }

    #mainNav.navbar-shrink .navbar-nav>li>a,
    #mainNav.navbar-shrink .navbar-nav>li>a:focus {
        color: #222222;
    }

    #mainNav.navbar-shrink .navbar-nav>li>a:hover,
    #mainNav.navbar-shrink .navbar-nav>li>a:focus:hover {
        color: #3c58a7;
    }
}

section.services .section-heading {
    margin-bottom: 70px;
}

section.services .section-heading h2 {
    margin-top: 0;
}

section.services .section-heading p {
    margin-bottom: 0;
}

section.services .device-container,
section.services .service-item {
    max-width: 325px;
    margin: 0 auto;
}

section.services .device-container {
    margin-bottom: 100px;
}

@media (min-width: 992px) {
    section.services .device-container {
        margin-bottom: 0;
    }
}

section.services .service-item {
    padding-top: 50px;
    /* padding-bottom: 50px; */
    text-align: center;
}

section.services .service-item h3 {
    font-size: 30px;
}

section.services .service-item i {
    font-size: 80px;
    display: block;
    margin-bottom: 15px;
    background: linear-gradient(to left, #dc2430, #7b4397);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .35s;
}

section.services .service-item i.testing {
    background: linear-gradient(to left, #6eeb25, #0230fc);
    -webkit-background-clip: text;
}

section.services .service-item i.pricerate {
    background: linear-gradient(to top, #236a99, #30a2ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.services .service-item i.booking {
    background: linear-gradient(to left, #b39203, #d8e43a);
    -webkit-background-clip: text;
}

section.services .service-item i.workshop {
    background: linear-gradient(to left, #fca380, #f02525);
    -webkit-background-clip: text;
}

section.services .service-item i.labstatus {
    background: linear-gradient(to left, #db66e6, #0879ad);
    -webkit-background-clip: text;
}

section.services .service-item i.processService {
    background: linear-gradient(to left, #be2222, #f368d0);
    -webkit-background-clip: text;
}

section.services .service-item i.deposit {
    background: linear-gradient(to top, #189172, #31c5a0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.services .service-item i.graduation {
    background: linear-gradient(to top, #455d7a, #6f9bcf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.services .service-item:hover i {
    -moz-transform: scale(1.1) rotate(5deg);
    -webkit-transform: scale(1.1) rotate(5deg);
    -o-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
}

section.services .service-item a {
    text-decoration: none;
    color: #212529;
}

section.services .service-item:hover a {
    text-decoration: none;
    color: #3c58a7;
}

section.services .service-item-second {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

section.services .service-item-second h3 {
    font-size: 20px;
}

section.services .service-item-second i {
    font-size: 45px;
    display: block;
    margin-bottom: 15px;
    -webkit-text-fill-color: transparent;
    transition: all .35s;
}

section.services .service-item-second i.pricerate {
    background: linear-gradient(to top, #236a99, #30a2ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.services .service-item-second i.labstatus {
    background: linear-gradient(to top, #9749aa, #c972df);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.services .service-item-second i.deposit {
    background: linear-gradient(to top, #189172, #31c5a0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.services .service-item-second i.serviceStatus {
    background: linear-gradient(to top, #bb3939, #df6565);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.services .service-item-second i.innovation {
    background: linear-gradient(to left, #be2222, #f368d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.services .service-item-second i.equipmentFail {
    background: linear-gradient(to top, #455d7a, #6f9bcf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.services .service-item-second i.e-meeting {
    background: linear-gradient(to top, #1786a8, #32b1d8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.services .service-item-second:hover i {
    -moz-transform: scale(1.1) rotate(5deg);
    -webkit-transform: scale(1.1) rotate(5deg);
    -o-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
}

section.services .service-item-second a {
    text-decoration: none;
    color: #212529;
}

section.services .service-item-second:hover a {
    color: #3c58a7;
}

section.purchase div.purchase-image div.box-img-purchase img {
    transition: all .35s;
}

section.purchase div.purchase-image div.box-img-purchase:hover img {
    opacity: 0.7;
}

section.purchase div.purchase-image div.box-img-purchase div.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #54c7df;
}

section.purchase div.purchase-image div.box-img-purchase:hover div.img-overlay {
    opacity: 0.9;
}

section.purchase div.purchase-image div.box-img-purchase div.img-overlay div.text-overlay {
    color: white;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

section.contact {
    position: relative;
    background-image: url("../images/bg-contact.jpg");
    background-position: center;
    background-size: cover;
}

section.contact .contact-content .background-contact {
    background: white;
    padding: 2rem;
}

section.contact .contact-content {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    section.contact .contact-content {
        position: relative;
        z-index: 1;
        padding: 0 5rem;
    }
}

section.contact .contact-content h2 {
    font-size: 50px;
    max-width: 450px;
    margin-top: 0;
    margin-bottom: 25px;
}

section.contact .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}


section.banner {
    position: relative;
    background-image: url("../images/bg-banner.jpg");
    background-position: center;
    background-size: cover;
}

section.banner .banner-content .background-banner {
    background: white;
    padding: 2rem;
}

section.banner .banner-content {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    section.banner .banner-content {
        position: relative;
        z-index: 1;
        padding: 0 5rem;
    }
}

section.banner .banner-content h2 {
    font-size: 50px;
    max-width: 450px;
    margin-top: 0;
    margin-bottom: 25px;
}

section.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

footer {
    padding: 25px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    background-color: #222222;
}

footer p {
    font-size: 13px;
    margin: 0;
}

footer ul {
    margin-bottom: 0;
}

footer ul li a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
    margin-left: 1rem;
    margin-right: 1rem;
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
    text-decoration: none;
}

/*
* custom another template
*/

.bg-primary {
    background: #fdc22d;
    background: linear-gradient(#fdc22d, #fdd368);
}

.text-primary {
    color: #3c58a7;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-outline {
    color: white;
    border: 1px solid;
    border-color: white;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: white;
    border-color: #3c58a7;
    background-color: #3c58a7;
}

.btn {
    border-radius: 300px;
    /* font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif'; */
    font-family: 'psu-stidti', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-xl {
    font-size: 15px;
    padding: 15px 45px;
}

#navbarResponsive.navbar-collapse {
    flex-direction: column;
}

#mainNav .navbar-nav>li>a {
    font-size: 14px;
}

#mainNav.navbar-shrink .navbar-nav>li>a.facebook {
    color: #3b5998;
}

#mainNav .navbar-nav>li>a.facebook:hover {
    color: #3b5998;
}

#mainNav.navbar-shrink .navbar-nav>li>a.line {
    color: #00b900;
}

#mainNav .navbar-nav>li>a.line:hover {
    color: #00b900;
}

#mainNav.navbar-shrink .navbar-nav>li>a.youtube {
    color: #c4302b;
}

#mainNav .navbar-nav>li>a.youtube:hover {
    color: #c4302b;
}

@media (max-width: 992px) {
    #mainNav .navbar-nav>li>a.facebook {
        color: #3b5998;
    }

    #mainNav .navbar-nav>li>a.facebook:hover {
        color: #3b5998;
    }

    #mainNav .navbar-nav>li>a.line {
        color: #00b900;
    }

    #mainNav .navbar-nav>li>a.line:hover {
        color: #00b900;
    }

    #mainNav .navbar-nav>li>a.youtube {
        color: #c4302b;
    }

    #mainNav .navbar-nav>li>a.youtube:hover {
        color: #c4302b;
    }
}

#back-to-top {
    background-color: #3c58a7;
    border-radius: 50%;
    position: fixed;
    z-index: 2147483646;
    bottom: 18pt;
    right: 18pt;
    width: 40px;
    height: 40px;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

#back-to-top:hover {
    background-color: #54c7df;
}

#back-to-top i {
    padding-top: 3px;
    color: white;
}

section.about {
    text-align: center;
}

section.about .list-icon {
    margin-bottom: 1.5rem;
}

section.about .list-icon a i {
    font-size: 40px;
    line-height: 80px;
    display: block;
    width: 80px;
    height: 80px;
    color: white;
    border-radius: 100%;
    margin: 0 auto;
    background-color: #3c58a7;
    transition: all .35s;
}

section.about .list-icon a:hover i {
    background-color: #54c7df;
    border-radius: 0;
}

section.about .list-icon a {
    text-decoration: none;
}

section.about .list-icon p {
    margin-top: 1rem;
}

section.struture ul.list-struture li {
    font-size: 1.5rem;
    margin-bottom: .5rem;
}

section.struture ul.list-struture li a {
    text-decoration: none;
}

section.struture div.struture {
    display: flex;
    flex-direction: column;
    align-self: center;
}

section.award-quality .jarallax-img .jarallax-content a {
    color: white;
    text-decoration: none;
}

section.award-quality .jarallax-img .jarallax-content a:hover {
    color: #fcbd20;
    text-decoration: none;
}

.btn-equipment {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: .375rem .2rem;
    border-radius: .25rem;
}

/** **********************************
            Pre loader
********************************** */

.preloader-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1004;
    background-color: #332f3a;
}

.preloader-backdrop .page-preloader {
    position: fixed;
    top: 40%;
    left: 50%;
    padding: 10px 45px 10px 10px;
    margin-left: -60px;
    z-index: 1005;
    font-family: "Poppins";
    font-size: 16px;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1004;
    pointer-events: none;
}

.shined {
    z-index: 1005 !important;
}

body.has-backdrop .backdrop {
    pointer-events: auto;
    opacity: 1;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.breadcrumb-transparent {
    background-color: transparent !important;
}