﻿h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.5px !important;
    line-height: 1.2 !important;
}

.menu_area .navbar-brand {
    transition: all 0.5s ease 0s;
    position: absolute;
    top: 0;
    background: #fff;
    width: 120px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.navbar-brand img {
    max-height: 90px;
}

.navbar-brand::after {
    position: absolute;
    content: '';
    left: 0%;
    bottom: 0;
    transform: translateX(0);
    background: #0C345C;
    height: 7px;
    width: 50%;
}

.navbar-brand::before {
    position: absolute;
    content: '';
    right: 0%;
    bottom: 0;
    transform: translateX(0);
    background: #E8B955;
    height: 7px;
    width: 50%;
}

.ourMisionVision {
    margin-top: 50px;
}

.about-section {
    margin: 0 !important;
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(-15deg);
    }

    20% {
        transform: rotate(15deg);
    }

    30% {
        transform: rotate(-10deg);
    }

    40% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    60% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0);
    }
}

.phone-icon {
    display: inline-block;
    animation: ring 1s infinite;
    margin-left: 5px;
}

.mySlider .display-12 {
    font-size: 72px;
}

.footer-logo img {
    max-height: 90px;
}

.signatureSection .pullRight {
    text-align: right;
}

.menu_area-light .navbar ul ul li.active > a, .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #e8b955;
}

.FSTForm .spinner-border {
    width: 15px !important;
    height: 15px !important;
    margin-left: 5px;
}

.FSTForm .butn {
    min-width: 230px;
}

.CustomProductDetails {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .CustomProductDetails li {
        font-size: 18px;
        margin-bottom: 5px;
        transition: 0.3s ease-in-out;
    }

        .CustomProductDetails li:hover {
            margin-left: 5px;
            transition: 0.3s ease-in-out;
        }

        .CustomProductDetails li i {
            margin-right: 5px;
            color: #E8B955;
        }

.card-style1 .img-card img {
    transition: 0.3s ease-in-out;
}

.CustomProductBox .card-body h3 a {
    font-size: 22px;
}

.FSTHeader .navbar-nav {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

.FSTHeader .navbar-expand-lg {
    min-height: 90px;
}

.FSTHomeProducts .service-details a i {
    margin-left: 5px;
    font-size: 14px;
}

.CustomProductBox {
    box-shadow: -3px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.FSTchooseus img.rounded {
    padding: 10px;
    background: #fff;
}

.page-title-section ul li:last-child {
    text-transform: uppercase;
}

.FSTContactform a {
    word-break: break-word;
}
