/*
=======================================================
    COPYRIGHTS <BIGBANG ITS> COMPANY
=======================================================

*/


/*#region Global styles */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

* {
    margin: 0;
    padding: 0;
}

body {
 }

.body-light-gray {
    background-color: #f9f9f9;
}

.roboto-fonts {
 }

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: 500;
    line-height: 1.3;
 }

p {
    color: #423f3f;
    font-size: 14px;
    line-height: 1.4;
}

a {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
     color: #8d8d8d;
}

a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    color: #bf0f12;
}

#preloader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #232323;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}

#nina-load {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #f1f1f1;
    -webkit-animation: nina 2400ms linear infinite;
    animation: nina 2400ms linear infinite;
    z-index: 999;
}

#nina-load:before {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #bf0f12;
    -webkit-animation: nina 1000ms linear infinite;
    animation: nina 1000ms linear infinite;
}

#nina-load:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #f1f1f1;
    -webkit-animation: nina 1800ms linear infinite;
    animation: nina 1800ms linear infinite;
}

@-webkit-keyframes nina {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes nina {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

ul, ol {
    margin: 0;
}

ul li, ol li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-transparent {
    background-color: transparent;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

.mfp-wrap {
    z-index: 100000;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #ffffff;
    right: -30px;
    padding-right: 0;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

#scrollUp {
    background-color: #232323;
    border-radius: 50%;
    bottom: 60px;
    right: 60px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 30px;
    height: 50px;
    text-align: center;
    width: 50px;
    line-height: 46px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#scrollUp:hover {
    background-color: #bf0f12;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.section-padding-20 {
    padding: 20px 0;
}

.section-padding-100 {
    padding: 100px 0;
}

.section-padding-50 {
    padding: 50px 0;
}

.section-padding-50-0 {
    padding: 50px 0 0 0;
}

.section-padding-100-70 {
    padding: 100px 0 70px;
}

.section-padding-100-50 {
    padding: 100px 0 50px;
}

.section-padding-100-0 {
    padding: 100px 0 0;
}

.section-padding-0-100 {
    padding: 0 0 100px;
}

.section-padding-100-20 {
    padding: 100px 0 20px 0;
}

.bg-gray {
    background-color: #f1f1f1;
}

.background-overlay {
    position: relative;
    z-index: 2;
}

.background-overlay:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
}

.nina-btn {
    position: relative;
    z-index: 1;
    padding: 0 25px;
    width: auto;
    height: 35px;
    background-color: #bf0f12;
    font-size: 14px;
    border-radius: 50px;
    line-height: 32px;
    color: #fff;
}

.nina-btn.active, .nina-btn:hover, .nina-btn:focus {
    border-color: #333;
    background-color: #333;
    color: #ffffff;
}

.phone {
    direction: ltr !important;
}

.phone span {
}

/*#endregion*/

/*#region Header */

.header-area {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    left: 0;
    z-index: 300;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.header-area .navbar-brand img {
    height: 100px;
    width: auto;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.header-area {
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.header-area .navbar {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 55px;
}

.header-area .navbar .navbar-brand span {
    padding: 0 20px;
    color: #bf0f12;
    font-weight: 700;
    text-transform: uppercase;
}

.header-area .navbar .navbar-nav .nav-link {
    padding: 0.5em 1em;
    font-weight: 500;
}

.header-area .navbar .navbar-nav .nav-item {
    position: relative;
}

.header-area .navbar .navbar-nav .nav-item::after {
    position: absolute;
    content: "|";
    top: 5px;
    right: -2px;
    color: #bf0f12;
    padding: 0 4px;
}

.header-area .navbar .navbar-nav .nav-item:last-child::after {
    content: none;
}

.header-area .navbar .navbar-nav .nav-link:hover, .header-area .navbar .navbar-nav .nav-link:focus {
    color: #bf0f12;
}

.header-area .navbar .navbar-nav .nav-item.active .nav-link {
    color: #bf0f12;
}

.header-area.sticky {
    background-color: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
}

.header-area.sticky .navbar-brand img {
    height: 40px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    cursor: pointer;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    padding-top: 5px;
    border-radius: 3px;
}

/* endregion */

/* region Hero Slides */

.hero-area {
    position: relative;
    z-index: 1;
}

.hero-area .hero-slides {
    position: relative;
    z-index: 10;
}

.hero-area .hero-slides .single-hero-slide {
    height: 300px;
    position: relative;
    z-index: 1;
}

.hero-area .hero-post-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}

.hero-area .hero-post-slide .single-slide {
    background-color: #000;
    padding: 20px;
}

.hero-area .hero-post-slide .single-slide .post-title a {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.hero-area .hero-post-slide .center .single-slide .post-title a {
    color: #ffffff;
    font-weight: 700;
}

/*#endregion */

/* region Right Date */

.right-date-container {
    margin-top: 10px;
}

.right-date-container p {
    font-size: 16px;
}

/* endregion */

/* region Search Container */

.search-container {
    margin: 10px 0;
}

.search-container::after {
    display: block;
    clear: both;
    content: "";
}

.search-container input {
    float: right;
    border-radius: 50px;
}

.search-container input:focus {
    outline: none;
    border: 1px solid #bf0f12;
    box-shadow: 0 0 2px #bf0f12;
}

input[type="text"] {
    width: 100%;
    height: 40px;
    border: 1px solid #999;
    padding: 0 20px;
    background-color: transparent;
}

input[type="submit"] {
    height: 40px;
    color: white;
    border: none;
    -webkit-appearance: none;
    border-radius: 0 50px 50px 0;
    padding: 0 50px;
    float: right;
    position: absolute;
    right: 15px;
}

/* endregion */

/* region Language Buttons */

.language-container::after {
    display: block;
    clear: both;
    content: "";
}

.language-container .btn {
    float: left;
    margin: 0 10px;
}

/* endregion */

/* region Featured Section */

.featured-section .title-container {
    padding: 14px 0 28px;
}

.featured-section .title-container h2 {
    display: block;
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 2px solid #f1f1f1;
}

/* endregion */

/* region Categories  */

.categories-buttons {
    position: relative;
}

.categories-buttons::after {
    display: block;
    clear: both;
    content: "";
}

.categories-buttons .button-container {
    float: left;
    margin: 10px;
}

/* endregion */

/* region Currency Table */

.currency-table-container {
    padding: 20px;
}

.currency-table-container .c-table-header {
    padding: 8px;
    background-color: #222222;
}

.currency-table-container .c-table-header h5 {
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.currency-table-container .c-table-body {
    background-color: #FFFFFF;
    padding: 16px;
    min-height: 100px;
}

.currency-table-container .c-table-body .c-table-row {
    padding: 0 30px;
}

.currency-table-container .c-table-body .c-table-row::after {
    display: block;
    clear: both;
    content: "";
}

.currency-table-container .c-table-body .c-table-row .c-table-row-title {
    text-align: left;
    float: left;
}

.currency-table-container .c-table-body .c-table-row .c-table-row-value {
    text-align: right;
    float: right;
}

/* endregion */

/* region Download Sections */

.download-container {
    padding: 20px 0 0;
}

.download-container .download-image-container {
    margin-bottom: 10px;
}

.download-container .download-image-container img {
    width: 200px;
    margin: auto;
    display: block;
}

/* endregion */

/* region File Sections */

.file-container {
    padding: 10px 0 0;
}

.file-container::after {
    display: block;
    clear: both;
    content: "";
}

.file-container img {
    float: left;
    width: 50px;
    padding: 0 20px 0 0;
}

.file-container h5 {
    float: left;
    padding: 10px 0;
    font-size: 16px;
}

/* endregion */

/* region About Page */

.single-info-container::after {
    display: block;
    clear: both;
    content: "";
}

/* endregion */

/* region Blog Contents */

.single-blog-post {
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 5px;
    background-color: #FFFFFF;
    border-radius: 4px;
}

/* region Post style: 5 */

.single-blog-post.post-style-5 .post-thumbnail img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.single-blog-post.post-style-5 .post-content {
    padding: 16px 25px;
}

/* endregion */

.single-blog-post .post-thumbnail {
    position: relative;
    z-index: 1;
}

.single-blog-post .post-content .headline h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.single-blog-post .post-content p {
    margin-bottom: 20px;
}

.single-blog-post .post-content .post-meta p {
    margin-bottom: 0;
    font-size: 12px;
}

.single-blog-post .post-content .post-meta p a {
    font-size: 12px;
}

.single-blog-post.post-style-2 {
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 4px;
}

.single-blog-post.post-style-2 .post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97px;
    flex: 0 0 97px;
    min-width: 97px;
    margin-right: 15px;
}

.single-blog-post.post-style-2 .post-thumbnail img {
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.single-blog-post.post-style-2 .post-content {
    padding: 5px 10px 5px 5px;
}

.single-blog-post.post-style-2 .post-content .headline h5 {
    font-size: 13px;
    margin-bottom: 10px;
}

.single-blog-post.post-style-2:last-of-type {
    margin-bottom: 0;
}

.single-blog-post.post-style-2.widget-post .post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    min-width: 70px;
    margin-right: 15px;
}

.single-blog-post.post-style-4 {
    margin-bottom: 10px;
}

.single-blog-post.post-style-4 .post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    min-width: 140px;
    margin-right: 10px;
    border-radius: 4px;
}

.single-blog-post.post-style-4 .post-thumbnail img {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    max-width: 140px;
}

.single-blog-post.post-style-4 .post-content {
    padding: 5px 30px 5px 5px;
}

.single-blog-post.post-style-4 .post-content .headline h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.single-blog-post.post-style-4:last-of-type {
    margin-bottom: 0;
}

.nina-category-slider .single-blog-post .post-content {
    padding: 20px;
}

.nina-category-slider .owl-item, .nina-category-slider2 .owl-item {
    padding: 0 0 10px 0;
}

.nina-category-slider .owl-nav, .nina-category-slider2 .owl-nav {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
}

.nina-category-slider .owl-nav .owl-prev,
.nina-category-slider .owl-nav .owl-next {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border: 2px solid #d8d8d8;
    color: #d8d8d8;
    font-size: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.nina-category-slider .owl-nav .owl-prev:hover,
.nina-category-slider .owl-nav .owl-prev:focus,
.nina-category-slider .owl-nav .owl-next:hover,
.nina-category-slider .owl-nav .owl-next:focus {
    border-color: #bf0f12;
    color: #ffffff;
    background-color: #bf0f12;
}

.nina-category-slider .owl-nav .owl-prev, .nina-category-slider2 .owl-nav .owl-prev {
    margin-right: 15px;
}

.left-post-sidebar-area {
    border-right: 2px solid #f1f1f1;
}

.right-post-sidebar-area {
    border-left: 2px solid #f1f1f1;
}

.sidebar-widget-area {
    position: relative;
    z-index: 1;
    border-bottom: 2px solid #f1f1f1;
}

.sidebar-widget-area .title {
    display: block;
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
    margin-right: auto;
    font-weight: 700;
    padding: 8px 0;
    border-bottom: 2px solid #f1f1f1;
}

.left-post-sidebar-area .sidebar-widget-area .widget-content {
    padding: 28px 10px 20px 0;
}

.left-post-sidebar-area .sidebar-widget-area .title {
    padding-right: 30px;
}

.right-post-sidebar-area .sidebar-widget-area .widget-content {
    padding: 10px 0 20px 10px;
}

.right-post-sidebar-area .sidebar-widget-area .title {
    padding-left: 10px;
}

.sidebar-widget-area .widget-content .social-area a {
    width: 36px;
    height: 36px;
    border: 1px solid #222;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: #222;
}

.sidebar-widget-area .widget-content .todays-pick {
    box-shadow: none;
}

.sidebar-widget-area:last-of-type {
    border-bottom: none;
}

.single-blog-title .post-cta {
    margin-bottom: 40px;
}

.single-blog-title .post-cta a {
    padding: 0 10px;
    display: inline-block;
    height: 20px;
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: 10px;
    color: #bf0f12;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.75px;
}

.single-blog-title .post-cta a:hover, .single-blog-title .post-cta a:focus {
    background-color: #bf0f12;
    color: #ffffff;
}

.single-blog-title h3 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 30px;
}

.single-blog-content .post-meta {
    border-bottom: 2px solid;
    border-color: #f1f1f1;
    margin-bottom: 30px;
}

.single-blog-content .post-meta p {
    margin-bottom: 0;
    font-size: 14px;
    padding: 10px 0;
}

.single-blog-content .post-meta p a {
    font-size: 14px;
}

.single-blog-content .post-meta.second-part {
    border-bottom: none;
    border-top: 2px solid;
    border-color: #f1f1f1;
    margin-bottom: 0;
    margin-top: 30px;
}

.single-blog-content .post-content {
    padding: 20px 25px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.single-blog-content .post-content h6 {
    line-height: 1.8;
    margin-bottom: 30px;
    color: #8d8d8d;
}

.single-blog-content .post-content blockquote {
    border-left: 2px solid;
    border-color: #bf0f12;
    padding-left: 30px;
}

.single-blog-content .post-content blockquote h6 {
    margin-bottom: 10px;
    color: #000000;
}

.single-blog-content .post-content blockquote p {
    margin-bottom: 0;
}

.single-blog-content .post-content .post-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-blog-content .post-content .post-tags a {
    display: block;
    padding: 0 15px;
    line-height: 28px;
    height: 30px;
    border: 1px solid;
    border-color: #f1f1f1;
    margin: 5px;
}

.comment_area .comment-content {
    padding: 30px 50px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.comment_area .comment-content .comment-meta {
    margin-bottom: 30px;
}

.comment_area .comment-content .comment-meta p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 110px);
    flex: 0 0 calc(100% - 110px);
    border-bottom: 2px solid;
    border-color: #f1f1f1;
    margin-bottom: 0;
    font-size: 14px;
    padding: 10px 0;
}

.comment_area .comment-content .comment-meta p a {
    font-size: 14px;
}

.comment_area .single_comment_area {
    margin-bottom: 30px;
}

.comment_area .single_comment_area:last-of-type {
    margin-bottom: 0;
}

.comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px;
}

/* endregion */

/* region Forms */

.contact-form, .post-a-comment-area {
    padding: 60px 55px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.contact-form h5, .post-a-comment-area h5 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact-form button.nina-btn,
.post-a-comment-area button.nina-btn {
    border-color: #bf0f12;
    background-color: #bf0f12;
    color: #ffffff;
    margin-top: 40px;
}

.group {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.group input, .group textarea {
    font-size: 14px;
    padding: 10px;
    display: block;
    width: 100%;
    height: 35px;
    border: none;
    border-bottom: 2px solid;
    border-color: #f1f1f1;
}

.group input:focus, .group textarea:focus {
    outline: none;
    box-shadow: none;
}

.group label {
    color: #8d8d8d;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 5px;
    transition: 0.5s ease all;
}

.group .bar {
    position: relative;
    display: block;
    width: 100%;
}

.group .bar:before, .group .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background-color: #bf0f12;
    transition: 0.5s ease all;
}

.group .bar:before {
    left: 50%;
}

.group .bar:after {
    right: 50%;
}

.group .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.group textarea {
    min-height: 90px;
}

/* Form Active State */

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    top: -15px;
    font-size: 12px;
    color: #bf0f12;
}

input:focus ~ .bar:before, textarea:focus ~ .bar:before, input:focus ~ .bar:after, textarea:focus ~ .bar:after {
    width: 50%;
}

input:focus ~ .highlight, textarea:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background-color: #bf0f12;
    }
    to {
        width: 0;
        background-color: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background-color: #bf0f12;
    }
    to {
        width: 0;
        background-color: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background-color: #bf0f12;
    }
    to {
        width: 0;
        background-color: transparent;
    }
}

/* endregion */

/* region Footers */

.footer-area {
    background-color: #161616;
    position: relative;
    z-index: 1;
}

.footer-single-widget img {
    width: 200px;
}

.footer-area .footer-single-widget .copywrite-text p {
    margin-bottom: 0;
}

.footer-area .footer-single-widget .footer-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-area .footer-single-widget .footer-menu li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    min-width: 33.3333%;
}

.footer-area .footer-single-widget .footer-menu li a {
    padding: 7.5px 5px;
    display: block;
}

.footer-area .footer-single-widget h5 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
}

.footer-area .footer-single-widget form {
    position: relative;
    z-index: 1;
}

.footer-area .footer-single-widget form input[type="email"] {
    width: 100%;
    height: 35px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid;
    border-color: #959595;
    color: #959595;
    font-size: 14px;
    padding: 0 5px;
}

.footer-area .footer-single-widget form button {
    position: absolute;
    height: 35px;
    top: 0;
    right: 5px;
    z-index: 10;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 50px;
    text-align: right;
}

.footer-area .footer-single-widget form button i {
    font-size: 14px;
    color: #959595;
}

.footer-bottom-container {
    padding: 0 80px;
}

.footer-bottom-container p {
    margin: 0;
    padding: 15px 0px;
}

.footer-bottom-container img {
    width: 100px;
}

.footer-area .featured-section .title-container h2 {
    color: #fff;
}

.login-area {
    height: calc(100vh - 81px);
}

.login-container .login-form {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.about-logo-container img {
    display: block;
    margin: auto;
    width: 250px;
}

.contact-information-container {
    padding: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.contact-information-container .single-info-container {
    padding: 8px 0;
}

.contact-information-container .single-info-container i {
    width: 36px;
    height: 36px;
    border: 1px solid #222;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: #222;
    margin-right: 8px;
}

/* endregion */