@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto Slab', serif;
}


:root {
    --primary-color: #ff0010;
    --white-color: #fff;
    --black-color: #000;
    --shadow-color: #968b8b;
}

section {
    padding: 0px 0;
}

p,
a {
    display: block;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

p {
    color: var(--black-color);
}

.heading {
    color: var(--black-color);
}

.para {}

.my_container {
    display: block;
    max-width: 1400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* banner defaualt css  */
.default-banner-section {
    position: relative;
}

.default-banner-section .default-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.default-banner-section .default-bg h1 {
    color: white;
    text-align: center;
}

.default-banner-section .default-bg ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.default-banner-section .default-bg ul li a,
.default-banner-section .default-bg ul li {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
}

.default-banner-section .default-bg ul li:nth-child(2) {
    background-color: var(--primary-color);
    width: 3px;
    height: 2rem;
    padding: 0;
    margin: 5px 8px;
}

.default-banner-section .default-bg ul li:nth-child(3) {
    color: white;
}

/* banner defaualt css  */



header .top-header {
    background-color: var(--black-color);
    padding: 6px 80px;
}

header .top-header .contact-info ul,
header .top-header .contact-info ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

header .top-header .contact-info ul li p i {
    display: block;
    margin-right: 5px;
    margin-top: 5px;
}

header .top-header .contact-info ul li p,
header .top-header .contact-info ul li p a {
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

header .top-header .contact-info ul li p a {
    margin-left: 3px;
}

header .top-header .contact-info ul li.social-media span a {
    background-color: var(--white-color);
    color: var(--black-color);
    padding: 0;
    margin: 0;
    margin-right: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 80px;
}

header .middle .logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .middle .logo-box img {
    display: block;
    max-width: 180px;
    width: 100%;
    height: auto;
}

header .middle .logo-box p strong {
    font-size: 28px;
    font-weight: 500;
    margin-left: 8px;
    margin-top: -12px;
}

#get_quota {
    border: none;
    outline: none;
    display: block;
    margin: 0;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
    background-color: var(--primary-color);
    border-radius: 4px;
    box-shadow: 0 0 5px var(--shadow-color);
}

#navbar {
    width: 100%;
    height: auto;
    background-color: var(--white-color);
}

#navbar .navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    width: 100%;
    height: auto;
    border-top: 1px solid var(--shadow-color);
    box-shadow: 0px 7px 8px rgb(231 221 221 / 56%);
    width: 100%;
    height: auto;
    background-color: var(--white-color);
}

#navbar .navbar .nav-item {
    margin: 2px 6px;
}

#navbar .navbar .nav-item .nav-link {
    display: block;
    margin: 0;
    padding: 6px 12px;
    color: var(--black-color);
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    transition: all .2s ease-in;
}

#navbar .navbar .nav-item .nav-link:hover {
    color: var(--white-color) !important;
    background-color: var(--primary-color);
    box-shadow: 0 0 4px var(--shadow-color);
}

.banner_section {
    padding: 0;
}

.h_about_section {
    background-color: rgb(247, 249, 250);
}

.banner_section .banner_box img {
    width: 100%;
}

.h_about_section .content_box {
    padding-top: 65px;
}

.h_about_section span {
    display: block;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 20px;
    padding: 0;
    text-decoration: underline;
    margin-bottom: 6px;
}

.h_about_section h2 {
    margin-bottom: 26px;
}

.h_about_section p {
    margin-bottom: 15px;
}

.h_about_section .image_box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h_about_section .image_box .box1 {
    border-radius: 10%;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
}

.h_about_section .image_box .box1 img,
.h_about_section .image_box .box2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h_about_section .image_box .box2 {
    position: absolute;
    left: 2rem;
    bottom: -1rem;
    border-radius: 10% 40% 10% 10%;
    overflow: hidden;
    border: 5px solid var(--white-color);
    width: 100%;
    max-width: 200px;
}


/* Add styles for the sticky class */
.sticky {
    position: fixed;
    top: 0;
    z-index: 99;
}

footer {
    background-color: var(--black-color);
}

footer .container .row:nth-child(1) {
    padding-top: 80px;
    padding-bottom: 80px;
}

footer .copywrite {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 12px 0;
    border-top: 1px solid var(--shadow-color);
}

footer .copywrite p {
    color: var(--white-color);
    font-weight: 400;
}

footer .copywrite p span,
footer .copywrite p a {
    display: block;
    color: var(--primary-color);
    font-size: 16px;
    margin-left: 6px;
    margin-right: 6px;
}

footer p,
footer h4,
footer ul li a {
    color: var(--white-color);
}

footer ul {
    list-style: none;
}

footer .row .footer_box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

footer .footer_logo {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}

footer .footer_logo img {
    width: 100%;
}

#m_navbar {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 6px 18px;
    border-bottom: 1px solid var(--shadow-color);
    border-top: 1px solid var(--shadow-color);
}

#m_get_quota {

    border: none;
    outline: none;
    display: none;
    margin: 0;
    padding: 8px 18px;
    font-size: 15px;
    font-weight: 400;
    color: var(--white-color);
    background-color: var(--primary-color);
    border-radius: 4px;
    box-shadow: 0 0 5px var(--shadow-color);

}

.menu {
    border-radius: 4px;
    background-color: var(--black-color);
    color: var(--white-color);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* home page css */

.home_section2 {
    position: relative;
    padding: 0;
    z-index: 1;
}

.home_section2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001e85d1;
}

.home_section2 .text-box {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.2rem;
}

.home_section2 .text-box h2 {
    position: relative;
    font-size: 2.8rem;
    color: var(--white-color);
    font-weight: 300;
    text-align: center;
}

.home_section2 .text-box h2::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-color);
    height: 3px;
    width: 60%;
}

.home_section2 .text-box h2>span {
    color: var(--white-color);
    font-weight: 500;
}

.home_section2 .text-box p {
    text-align: center;
    color: var(--white-color);
}

.home_section2 .text-box button {
    border: none;
    outline: none;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 1.2rem;
    padding: .6rem 1rem;
    cursor: pointer;
    border-radius: 4%;
    scale: 1;
    transition: all .3s ease-in;
}

.home_section2 .text-box button:hover {
    scale: 1.03;
    box-shadow: 0px 0px 3px var(--white-color);
}




















/* responsive css start  */
@media screen and (max-width:552px) {
    header .top-header {
        display: none;
    }

    #navbar {
        display: none;
    }

    #get_quota {
        display: none;
    }

    #m_navbar {
        display: flex;
    }

    #m_get_quota {
        display: block;
    }

    header .middle {
        justify-content: center;
        padding: 4px 10px;

    }

    header .middle .logo-box img {
        max-width: 200px;
    }

    header .middle .logo-box p strong {
        display: none;
    }

    footer .row .footer_box {
        display: block;
        margin-top: 20px;
    }

    footer .container .row:nth-child(1) {
        padding-top: 0;
        padding-bottom: 30px;
    }

    footer .copywrite {
        flex-direction: column;
    }

    footer .copywrite p {
        text-align: center;
        font-size: 14px;
    }
}

.default-banner-section .default-bg h1 {
    color: white;
    text-align: center;
}

.default-banner-section .default-bg ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.default-banner-section .default-bg ul li a,
.default-banner-section .default-bg ul li {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    list-style: none;
}

.default-banner-section .default-bg ul li:nth-child(2) {
    background-color: var(--primary-color);
    width: 3px;
    height: 2rem;
    padding: 0;
    margin: 5px 8px;
}

.default-banner-section .default-bg ul li:nth-child(3) {
    color: white;
}

.default-banner-section .default-bg {
    position: absolute;
    /*	top: 50%;
	left: 50%;*/
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}




/* my extar css  */
.my_section {
    padding: 60px 0;
}

.about-us-contaienr {
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 20px;
}

.my_container {
    max-width: 1400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.sidebar {
    position: relative;
    margin: 0;
    padding: 0;
}

.sidebar ul {
    position: sticky;
    top: 5rem;
    left: 0;
    display: block;
    margin: 0;
    margin-top: 2rem;
    padding: 10px;
    z-index: 1;
    background-color: var(--primary-color);
}

.sidebar ul li {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.sidebar ul li a {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 8px 0;
    color: white;
    background-color: var(--primary-color);
    border: 1px solid white;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.my_heading {
    position: relative;
    color: black;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}

.my_heading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    transform: translate(-50%, -50%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0), black, rgba(0, 0, 0, 0));
    z-index: -1;
}

.my_heading span {
    display: block;
    width: fit-content;
    height: auto;
    padding: .3rem 1.4rem;
    border: 2px solid black;
    font-size: 2rem;
    color: white;
    background-color: red;
    margin: 0 auto;
}


.my_float-right {
    float: right;
}

.my_float {
    max-width: 400px;
    width: 100%;
    padding: 12px;
    margin: 0;
    height: auto;
}

.my_para {
    font-size: 17px;
    font-weight: 400;
    color: black;
    padding: 6px 12px;
    text-align: justify;
    margin: 0;
    margin-bottom: 12px;
}

.image-style {
    display: block;
    width: 100%;
    box-shadow: 0px 1px 5px gray;
}

/* my extar css  */

.img-box-my {
    width: 30%;
    float: left;
    padding: 0.3%;
    margin: 0.3%;
    border: 2px solid #ff0010;
}

.img-box-my .name-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    flex-direction: column;
    background-color: var(--primary-color);
    color: var(--white-color);
}

.img-box-my .name-box p {
    color: var(--white-color);
}

.more {
    width: 125px;
    background-color: red;
    padding: 10px;
    border-radius: 10px;
    color: white;
}