html {
    position: relative;
    min-height: 100%;
}

body {
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Standard Styles Starts */

a:focus {
    outline: none;
}

/* Heading Styles Starts */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Droid Serif', 'arial black', sans-serif;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

.page-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.page-header small {
    color: #777;
}

/* Main Container Styles Starts */

.main-container {
    padding-top: 96px;
}

.main-container.inner {
    padding-top: 140px;
}

/* Menu List Styles Starts */

.menu-list {
    margin-bottom: 20px;
    padding: 15px;
}

.menu-list-item li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #fff;
}

.menu-list-item li .fa-info-circle {
    margin-left: 10px;
    font-size: 16px;
}

/* Box Styles Starts */

.box-1 {
    margin-top: 45px;
}

.box-1-title {
    margin-bottom: 20px;
}

/* Main Footer Styles Starts */

.main-footer {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #fff;
}

.social-media-links li:not(:last-child) {
    margin-right: 20px;
}

.social-media-links li .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #909AA0;
}

.social-media-links li .fa-facebook:hover {
    background-color: #4060A5;
}

.social-media-links li .fa-instagram:hover {
    background-color: #375989;
}

.social-media-links li .fa-tiktok:hover {
    background-color: #375989;
}

/* Generic Styles Starts */

.animation,
.animation a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.animation-1,
.animation-1 a {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
