html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    background: #00A3D6;
}

header .top-header-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .top-header-sec .left-side-con {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

header .top-header-sec .top-left a {
    background-color: #722B7E;
    padding: 6px 22px;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
}

header .top-header-sec .icon-side {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .top-header-sec .icon-side i {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 700;
}

header .top-header-sec .icon-side span a {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    color: #FFFFFF;
}

header .top-header-sec .middle-side-con img {
    max-width: 347px;
    height: auto;
}

header .top-header-sec .right-anchor a {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    border-radius: 5px;
    color: #FFFFFF;
    text-decoration: none;
    background: #BAD536;
    display: inline-block;
    padding: 12px 24px;
}

header .top-header-sec .delete-side {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

header .top-header-sec .delete-side p {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #FFFFFF;
}

header .top-header-sec .delete-side i {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    color: #FFFFFF;
    cursor: pointer;
}

header .top-header-sec .right-side-con {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* navbar */
header .header-main .bg-light {
    background-color: transparent !important;
    padding: 0;
}

header .bg-light .navbar-brand i {
    color: #722B7E;
}

header .navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    border-left: 1px solid #FF3A6C;
    padding: 0px 15px;
}

header .navbar-light .navbar-nav .nav-link:hover {
    color: #722B7E;
    font-style: italic;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
}

header .header-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 12px 0;
}

header .dropdown-menu.show {
    padding: 0;
}

header .dropdown-item {
    color: #000;
    padding: 20px;
    font-size: 14px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #FFFFFF;
    background: #1e2125;
}

header .navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: center !important;
}

header .navbar-collapse {
    flex-grow: 0;
}

header .container {
    max-width: 1140px;
}

/* 5-nov-changes */
.header-main .dropdown-menu li a:hover {
    background-color: #33373d !important;
    color: #fff !important;
}

.header-main .dropdown-menu li a {
    transition: all 0.3s ease;
}

.header-main .dropdown-menu li .dropdown-item.active {
    background-color: #33373d !important;
    color: #fff !important;
}



/* footer-section  */

.footer-section {
    background-color: #00A3D6;
    color: #FFFFFF;
    padding: 40px 0;
}

.footer-section .container {
    max-width: 1140px;
}

.footer-section h5 {
    font-weight: 700;
    font-size: 32px;
}


.footer-section a {
    color: #fff;
    text-decoration: none;
}


.footer-section .quick-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}



.footer-section i {
    margin-right: 8px;
}

.footer-section .img-fluid {
    max-width: 265px;
    height: auto;
}

.footer-section .top-sec-mid {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}

.contact-sec :last-child {
    border: none;
}

.footer-section .icon-side i {
    font-size: 30px;
}

.footer-section .con-mid p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}

.footer-section .midd-div i {
    font-size: 30px;
}

.footer-section .midd-div a {
    text-decoration: none;
    font-size: 16px;
}

.footer-section .midd-div {
    border-top: 1px solid #fff;
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.footer-section .left-side-sec p {
    max-width: 265px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}

.footer-section .addres p {
    margin: 0;
}

.footer-section .quick-links ul li {
    padding: 13px 20px 13px 0;
}

.footer-section .footer-main {
    display: flex;
    justify-content: space-between;
}

.footer-section .footer-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.footer-section .footer-end p {
    font-size: 15px;
    color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.footer-section .footer-end .end-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-section .right-end-side i {
    font-size: 25px;
}

.footer-section .right-end-side i:hover {
    color: black;
}

.footer-section .quick-links ul li a {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.footer-section .quick-links ul li a:hover {
    color: #FFFFFF;
    transform: translateX(5px);
}


.footer-section .text-dark {
    color: #fff !important;
}

header .top-header-sec .delete-side {
    position: relative;
}

header .top-header-sec .delete-side .cunt {
    position: absolute;
    top: 7px;
    right: -10px;
    background: red;
    display: flex;
    width: 20px;
    height: 20px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 100%;
}