                                                                                                                            * {
                                                                                                                            margin: 0;
                                                                                                                            padding: 0;
                                                                                                                            box-sizing: border-box;
                                                                                                                        }
                                                                                                                        
                                                                                                                        body h1 {
                                                                                                                            font-family: 'Cinzel';
                                                                                                                            font-size: 28px;
                                                                                                                        }
                                                                                                                        
                                                                                                                        header {
                                                                                                                            display: inline-block;
                                                                                                                            width: 100%;
                                                                                                                            position: sticky;
                                                                                                                            top: 0;
                                                                                                                            left: 0;
                                                                                                                            z-index: 999;
                                                                                                                            background: #072138;
                                                                                                                            color: #ffffff;
                                                                                                                        }
                                                                                                                        
                                                                                                                        .logo img {
                                                                                                                            height: 60px;
                                                                                                                            margin-right: 10px;
                                                                                                                            width: 100%;
                                                                                                                        }
                                                                                                                        
                                                                                                                        .nav-link {
                                                                                                                            font-size: 13px;
                                                                                                                            font-weight: 600;
                                                                                                                            color: #ffffff;
                                                                                                                        }
                                                                                                                        
                                                                                                                        .navbar-nav .nav-link.active,
                                                                                                                        .navbar-nav .nav-link.show,
                                                                                                                        .navbar-nav .nav-link:hover {
                                                                                                                            background: transparent;
                                                                                                                            color: #f3cf03;
                                                                                                                        }
                                                                                                                        /********************Hero Banner Css*
.hero-banner{
    display: inline-block;
    width: 100%;
}
******************/
                                                                                                                        
                                                                                                                        .hero-banner {
                                                                                                                            .logo img {
                                                                                                                                height: 60px;
                                                                                                                                margin-right: 10px;
                                                                                                                            }
                                                                                                                            .nav-link {
                                                                                                                                font-size: 13px;
                                                                                                                                font-weight: 600;
                                                                                                                                color: #ffffff;
                                                                                                                            }
                                                                                                                            .navbar-nav .nav-link.active,
                                                                                                                            .navbar-nav .nav-link.show,
                                                                                                                            .navbar-nav .nav-link:hover {
                                                                                                                                background: transparent;
                                                                                                                                color: #c05407;
                                                                                                                            }
                                                                                                                            /********************Hero Banner Css******************/
                                                                                                                            .hero-banner {
                                                                                                                                display: inline-block;
                                                                                                                                width: 100%;
                                                                                                                            }
                                                                                                                            /********************Hero Banner End******************/
                                                                                                                            /********************About Us Css******************/
                                                                                                                            .about-section {
                                                                                                                                display: inline-block;
                                                                                                                                width: 100%;
                                                                                                                                padding: 50px 0;
                                                                                                                            }
                                                                                                                            /*********************hrline******************/
                                                                                                                            .hrline {
                                                                                                                                height: 3px !important;
                                                                                                                                color: #c05407;
                                                                                                                            }
                                                                                                                            /****sec**********/
                                                                                                                            .hrsec {
                                                                                                                                height: 3px !important;
                                                                                                                                color: #c05407;
                                                                                                                                width: 100%;
                                                                                                                            }
                                                                                                                            .hrfor {
                                                                                                                                height: 3px !important;
                                                                                                                                color: #c05407;
                                                                                                                                width: 100%;
                                                                                                                            }
                                                                                                                            /*********************hrline end******************/
                                                                                                                            /*********************card-bodysec******************/
                                                                                                                            .card-bodysec {
                                                                                                                                flex: 1 0 auto;
                                                                                                                                padding: 1rem 1rem;
                                                                                                                                background-color: #072138;
                                                                                                                                color: #ffffff;
                                                                                                                            }
                                                                                                                            .card-bodythard {
                                                                                                                                flex: 1 0 auto;
                                                                                                                                padding: 1rem 1rem;
                                                                                                                                background-color: #072138;
                                                                                                                                color: #ffffff;
                                                                                                                            }
                                                                                                                            .about-section .hrline {}
                                                                                                                            /*********************card-body end******************/
                                                                                                                            /**********footer**********/
                                                                                                                            /****footer end***************************************************/