html {
    scroll-behavior: smooth;
}

* {
    transition: 0.1s ease;
    letter-spacing: 0.5px;
}

/* fonts */
@font-face {
    font-family: Lato-Regular;
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: Lato-Light;
    src: url(../fonts/Lato-Light.ttf);
}

@font-face {
    font-family: Lato-Bold;
    src: url(../fonts/Lato-Bold.ttf);
}

@font-face {
    font-family: Lato-Black;
    src: url(../fonts/Lato-Black.ttf);
}

@font-face {
    font-family: KaushanScript-Regular;
    src: url(../fonts/KaushanScript-Regular.ttf);
}

:root {
    --mm-font-regular: Lato-Regular;
    --mm-font-light: Lato-Light;
    --mm-font-bold: Lato-Bold;
    --mm-font-extra-bold: Lato-Black;
    --mm-font-headline: KaushanScript-Regular;
}

body {
    color: #444;
    font-family: var(--mm-font-regular);
    overflow-x: hidden !important;
    font-size: 1rem;
    background-image: url(../images/flower_border.png);
    background-repeat: repeat-x;
}

h1,
h2 {
    font-family: var(--mm-font-extra-bold);
}

h2 {
    font-size: 40px;
}

h4 {
    font-family: var(--mm-font-bold);
}

h5 {
    font-family: var(--mm-font-regular);
}

h5 span {
    background-color: var(--bs-secondary);
    padding: 5px 15px;
    border-radius: 5px;
}

.top {
    background-color: #eee;
    padding: 10px 0;
    margin-top: 50px;
}

.top a {
    color: var(--bs-gray-900);
}

.social_icon {
    margin: 0;
    padding: 0;
    text-align: right;
}

.social_icon li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.social_icon li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 3px;
    background-color: #fff;
    margin-left: 2px;
    color: var(--bs-primary);
}

.navbar .nav-link{
    font-family: var(--mm-font-bold);
}

.marquee_strip{
    background-color: var(--bs-secondary);
    color: #fff;
    padding: 5px 10px 0 10px;
    margin-top: 1px;
}

.wrap1{
    padding: 100px 0;
}

h2.h2{
    position: relative;
    margin-bottom: 40px;
}
h2.h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 100%;
    background-color: #ddd;
    z-index: 1;
}

h2.h2::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 150px;
    background-color: var(--bs-primary);
    z-index: 2;
}

.wrap2{
    padding: 100px 0;
    background-image: url(../images/wrap1bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    text-align: center;
}

.wrap2 .box img{
    width: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 2px dashed white;
}

.wrap3{
    padding: 100px 0;
}

.gallery {
    display: inline-block;
}

.wrap4{
    padding: 100px 0;
    background-color: #eee;
}

.marquee_box{
    height: 450px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #ccc;
}

.marquee_box marquee{
    height: 100%;
}

footer {
    padding: 40px;
    background-color: #212331;
    font-size: 14px;
}

footer h4 {
    color: #fff;
    position: relative;
}

footer h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 50px;
    border: 1px solid var(--bs-primary);
}

footer h4::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    border: 1px solid rgba(var(--bs-white-rgb), 0.1);
}

footer .table tr td,
footer .table tr td a,
footer p,
footer ul li a {
    color: rgba(var(--bs-white-rgb), 0.4);
}

footer p {
    line-height: 25px;
}

footer .table tr td a:hover,
footer ul li a:hover {
    color: rgba(var(--bs-white-rgb), 0.8);
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(var(--bs-white-rgb), 0.4);
}

.footer_bottom {
    background-color: #2b2d3b;
    padding: 15px 0;
    color: rgba(var(--bs-white-rgb), 0.4);
}

.footer_bottom ul {
    margin: 0;
    padding: 0;
}

.footer_bottom ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.footer_bottom ul li a {
    padding: 0 15px;
    color: rgba(var(--bs-white-rgb), 0.4);
}

.footer_bottom ul li a:hover {
    color: rgba(var(--bs-white-rgb), 0.8);
}

.page_header{
    padding: 100px 0;
    text-align: center;
    background-image: url(../images/page_header.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.page_header h1{
    font-family: var(--mm-font-headline);
    font-size: 100px;
}

.page_content{
    padding: 100px 0;
}

.page_content .table thead tr th, .page_content .table tbody tr th, .page_content .table tbody tr td{
    padding: 15px;
}

.page_content .table thead tr th{
    color: #fff;
}

.sidebox{
    background-color: #f5f5f5;
    padding: 40px 20px;
    border-radius: 5px;
    position: sticky;
    top: 30px;
}

.sidebox ul{
    margin: 0;
    padding: 0;
}

.sidebox ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebox ul li a{
    display: inline-block;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    transition: all 0.3s;
}

.sidebox ul li:last-child a{
    border-bottom: none;
}

.sidebox ul li a:hover{
    padding-left: 25px;
}

.submit{
    padding: 15px 40px;
    font-size: 20px;
    text-transform: uppercase;
}

.contact_page .box{
    background-color: #eee;
    padding: 100px;
    margin-top: 100px;
    margin-bottom: 100px;
    border-radius: 30px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
    .dropdownMenu {
        visibility: hidden;
        display: block;
        top: 30px;
        transition: all 0.3s;
        opacity: 0;
        transform: rotateX(90deg);
        border: none;
        box-shadow: 0 0 10px rgba(var(--bs-black-rgb), 0.2);
        text-align: left;
    }

    .dropMenu:hover .dropdownMenu {
        visibility: visible;
        top: 70px;
        opacity: 1;
        transform: rotateX(0deg);
    }
    
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .marquee_box{
        height: 100%;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}