    body{
        font-size: 14px;
        position: relative;
        font-family: 'Open Sans', SansSerif;
        background: url("../img/body-bg.jpg");
    }
    .sec-header{
        text-align: center;
        margin-bottom: 30px;
    }
    .sec-header h3{
        font-family: 'Open Sans', SansSerif;
        text-transform: uppercase;
        margin: 0;
        display: inline-block;
        color: #b1010b;
        font-weight: 500;
    }
    .sec-header h6{
        position: relative;
        z-index: 1;
        margin-bottom: -10px;
        font-size: 14px;
        font-family: 'Raleway', SansSerif;
        text-transform: uppercase;
        color: #bfbfbf;
    }
    .sec-header h6 span{
        background: #fff;
        padding: 0 2px;
        display: inline-block;
    }
    .imghover{
        width: 100%;
        overflow: hidden;
    }
    .imghover img{
        width: 100%;
        transition: all 0.5s ease;
    }
    .imghover:hover img{
        transform: scale(1.1);
    }
    .scrollanim {visibility:hidden;}
    .scrollAnim {
        animation-name: scroll;
        -webkit-animation-name: scroll;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        visibility: visible;
    }
    @keyframes scroll {
        0% {
            opacity: 0;
            transform: translateY(50%);
        }
        100% {
            opacity: 1;
            transform: translateY(0%);
        }
    }
    @-webkit-keyframes scroll {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-50%);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0%);
        }
    }

/* start header section */
    #header-sec{

    }
    #header-sec .navbar{
        padding-top: 0;
        padding-bottom: 0;
        background: #fdfdfd !important;
    }
    #header-sec .navbar-brand{
        /*text-align: center;*/
        margin-right: 0;
        transition: all 0.5s ease;
    }
    #header-sec .navbar-brand img{
        transition: all 0.5s ease;
        max-width: 100px;
    }
    #header-sec .navbar-brand h6{
        margin: 0;
        font-weight: 600;
        text-align: center;
        transition: all 0.5s ease;
    }
    #navbarMenu .nav-item{
        margin-right: 1px;
    }
    #navbarMenu .nav-link{
        text-transform: uppercase;
        font-family: 'Open Sans', SansSerif;
        color: #b1010b;
        border: 1px solid transparent;
        transition: all 0.5s ease;
        padding: 8px 15px;
    }
    #navbarMenu .active,
    #navbarMenu .nav-link:hover{
        color: #fffbb9;
        background: #b1010b;
        border-radius: 20px;

    }
    #navbarMenu .active .nav-link:hover{
        color: #fff;
        background: #f9bb26;
    }
    .affix {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 9999 !important;
        box-shadow: 0 0 3px #333;
    }
    .affix .navbar-brand{
        text-align: left;
    }
    #header-sec .affix .navbar-brand img{
        max-width: 50px;
    }
    .affix .navbar-brand h6 {
        display: inline-block;
    }
/* end header section */


/* start page banner section */
    .pager-banner-sec{
        min-height: 500px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: top center !important;
        background-attachment: fixed !important;
        padding: 55px 0;
    }
    .pg-banner-body h5{
        font-family: 'Open Sans', Sans-Serif;
        color: #fffbb9;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0;
        text-shadow: -1px -1px 0 #b1010b, 1px -1px 0 #b1010b, -1px 1px 0 #b1010b, 1px 1px 0 #b1010b;
    }
    .pg-banner-body h1{
        font-family: 'Open Sans', Sans-Serif;
        color: #b1010b;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0;
        font-weight: 700;
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }
/* end page banner section */

/* start features section */
    #features-sec{
        padding: 40px 0;
        background: #fdfac3;
    }
    #features-sec .col-sm-6{
        padding-bottom: 30px;
    }
    .feature-box{
        height: 100%;
        padding: 20px;
        text-align: center;
        transition: all 0.5s ease;
        /*border: 1px solid #fff;*/
    }
    .feature-icon{
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-radius: 10%;
        color: #fff;
        border: 1px solid #fff;
        margin: 0 auto;
        font-size: 30px;
        transition: all 0.5s ease;
        background: #b1010b;
    }
    .feature-box h5{
        font-family: 'Open Sans', SansSerif;
        font-weight: 300;
        text-transform: capitalize;
        margin: 15px 0;
        transition: all 0.5s ease;
    }
    .feature-box p{
        margin-bottom: 0;
    }
    .feature-box:hover{
        background: #fff;
    }
    .feature-box:hover h5{
        color: #b1010b;
    }
    .feature-box:hover .feature-icon{
        background: #fdfab5;
        color: #b1010b;
        border-color: transparent;
    }
/* end features section */

/* start about section */
    #about-sec{
        padding: 65px 0;
        text-align: center;
    }
    .about-thumb{
        margin-bottom: 20px;
    }
/* end about section */

/* start services section */
    #services-sec{
        padding: 60px 0;
    }
    #services-sec .sec-header span{
        background: #f9f9f9;
    }
    .service-item{
        text-align: center;
        margin-bottom: 25px;
        padding: 15px;
        transition: all 0.5s ease;
        border: 1px solid #fff;
    }
    .service-item i{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: 0 auto;
        border: 1px solid #fff;
        line-height: 100px;
        text-align: center;
        font-size: 25px;
        color: #b1010b;
        background: #fdfac3;
        transition: all 0.5s ease;
    }
    .service-item h4{
        font-family: "Open Sans", SansSerif;
        color: #b1010b;
    }
    .service-item:hover{
        background: #fff;
    }
    .service-item:hover i{
        background: #b1010b;
        color: #fff;
    }
/* end services section */


/* start contact us section */
    #contact-us-sec{
        padding: 65px 0;
    }
    .contact-info{
        background: #fdfac3;
        margin-bottom: 50px;
    }
    .contact-col{
        position: relative;
        padding-left: 55px;
        margin: 20px 0;
    }
    .contact-col i{
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        line-height: 40px;
        text-align: center;
        background: #fff;
        font-size: 18px;
        color: #b1010b;
    }
    .contact-col h6{
        font-family: 'Open Sans', Sans-Serif;
        margin: 0;
        color: #767676;
    }
    .contact-col h6 span{
        text-transform: uppercase;
        display: block;
        color: #b1010b;
        margin-bottom: 2px;
    }
    .contact-col h6 a{
        color: #767676;
        text-decoration: none;
        transition: all 0.5s ease;
    }
    .contact-col h6 a:hover{
        color: #b1010b;
    }

    .contact-form .sec-header{
        text-align: left;
    }
    .contact-form .form-group{
        position: relative;
    }

    .contact-form .form-control{
        border-radius: 0;
        min-height: 40px;
        border: 0;
        outline: none;
        box-shadow: none;
        transition: all 0.5s ease;
    }
    .contact-form .form-control:focus{
        border-color: #f9bb26;
    }

    .contact-form .btn{
        border-radius: 0;
        background: #fdfab5;
        text-transform: uppercase;
        padding: 10px 25px;
        color: #b1010b;
        transition: all 0.5s ease;
    }
    .contact-form .btn:hover{
        background: #b1010b;
        color: #fff;
    }
    .contact-info ul{
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    .contact-info ul li{
        position: relative;
        padding-left: 25px;
        margin-bottom: 5px;
        color: #333;
    }
    .contact-info ul li i{
        position: absolute;
        left: 0;
        top: 4px;
        color: #f9bb26;
    }
    .contact-info ul li span{
        text-transform: uppercase;
        color: #f9bb26;
        display: inline-block;
        width: 150px;
    }
    .contact-info ul li a{
        color: #333;
        text-decoration: none;
    }
    .contact-info ul li a:hover{
        color: #f9bb26;
    }
    .contact-map{
        margin: 0;
    }
    .contact-map iframe{
        width: 100%;
        height: 300px;
    }
/* end contact us section */

/* start footer section */
    .footer-sec{
        padding: 30px 0;
        background: #b1010b;
    }
    .footer-sec p{
        color: #fff;
        margin: 2px 0;
    }
    .footer-sec p a{
        color: #fff;
        text-decoration: none;
    }
    .footer-sec p a:hover{
        color: #f9bb26;
    }
    .social-icons{
        font-size: 20px;
    }
    .tooltip-inner {
        color: #fff;
        text-align: center;
        background-color: #f9bb26;
    }
    .bs-tooltip-auto[x-placement^=top] .arrow::before,
    .bs-tooltip .arrow::before {
        border-bottom-color: #f9bb26 !important;
    }
/* end footer section */


/* start scroll top section */
    .scrolltop {
        display: none;
        width: 100%;
        margin: 0 auto;
        position: fixed;
        bottom: 20px;
        right: 10px;
    }
    .scroll {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
        position: absolute;
        right: 0;
        bottom: 0;
        background: #b2b2b2;
        background: rgba(178,178,178,0.7);
        /* padding: 20px; */
        text-align: center;
        margin: 0 0 0 0;
        cursor: pointer;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
    }
/* end scroll top section */


/* start responsive section */
@media screen and (min-width: 992px) {
}
@media screen and (max-width: 992px) {
    #header-sec .navbar-brand{
        text-align: left;
    }
    #header-sec .navbar-brand img{
        max-width: 50px;
    }
    #header-sec .navbar-brand h6 {
        display: inline-block;
    }
    #header-sec .navbar-light .navbar-toggler {
        border-color: #f9bb26;
        outline: 0;
        box-shadow: none;
    }
    #navbarMenu{
        background: #f5f5f5;
    }
    #navbarMenu .nav-item{
        margin-right: 0;
        margin-bottom: 1px;
    }
    #navbarMenu .active, #navbarMenu .nav-link:hover {
        border-radius: 0;
        background: #f9bb26;
        color: #fff;
    }

}

@media screen and (max-width: 576px){

}

/* end responsive section */