/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Mikago - Logistics & Transportation HTML Template
Version:        1.0.0
Author:         blue_design
URL:            http://themeforest.net/user/blue_design
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	features-section

----------------------------------------------------------------*/

html {
    font-size: 16px;
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../fonts/SourceHanSansCN-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('../fonts/SourceHanSansCN-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'SourceHanSansCN-Light';
    src: url('../fonts/SourceHanSansCN-Light.otf') format('opentype');
}

body {
    font-family: "SourceHanSansCN-Medium";
    background-color: #fff;
    font-size: 16px;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

p {
    color: #57667e;
    line-height: 1.56em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: #102541;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

    a:hover {
        text-decoration: none;
    }

img {
    max-width: 100%;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 110px 0;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 90px 0;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 80px 0;
    }
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite;
}

/** for popup image ***/
.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

/******************************
	#page title
******************************/
.page-title {
    background: url("../images2/page-title.jpg") center center/cover no-repeat local;
    width: 100%;
    height: 430px;
    position: relative;
    text-align: center;
}

@media (max-width: 991px) {
    .page-title {
        height: 300px;
    }
}

.page-title .container {
    height: 100%;
    display: table;
}

@media screen and (min-width: 992px) {
    .page-title .container {
        padding-top: 100px;
    }
}

.page-title .container > .row {
    vertical-align: middle;
    display: table-cell;
}

.page-title h2 {
    font-size: 55px;
    font-size: 3.4375rem;
    font-weight: 900;
    color: #fff;
    margin: 1em 0 0.30em;
}

@media (max-width: 991px) {
    .page-title h2 {
        font-size: 45px;
        font-size: 2.8125rem;
    }
}

@media (max-width: 767px) {
    .page-title h2 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/**** pagination ****/
.pagination-wrapper {
    text-align: center;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 40px;
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

    .pagination-wrapper .pg-pagination li {
        float: left;
        margin-right: 10px;
    }

@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #a9b8c4;
    border: 2px solid #c9cfd4;
    display: block;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 37px;
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: #fd5e16;
    border-color: #fd5e16;
    color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
    font-size: 15px;
    font-size: 0.9375rem;
}

.pagination-wrapper-left {
    text-align: left;
}

.pagination-wrapper-right {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
    height: 60px;
    padding: 5px 80px;
}

    .site-header .navigation {
        background-color: #fff;
        margin-bottom: 0;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

        .site-header .navigation > .container {
            position: relative;
        }

    .site-header #navbar {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

        .site-header #navbar > ul li:hover::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #5c96e3;
        }

        .site-header #navbar > ul li a:hover,
        .site-header #navbar > ul li a:focus {
            text-decoration: none;
        }

@media screen and (min-width: 992px) {
    .site-header #navbar {
    }

        .site-header #navbar li {
            position: relative;
        }

        .site-header #navbar > ul > li > a {
            font-size: 16px;
            font-size: 1rem;
        }

        .site-header #navbar > ul .sub-menu {
            background-color: #fff;
            width: 220px;
            position: absolute;
            left: 0;
            top: 100%;
            z-index: 10;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        }

        .site-header #navbar > ul > li .sub-menu li {
            border-bottom: 1px solid #efefef;
        }

        .site-header #navbar > ul > li .sub-menu a {
            font-size: 14px;
            font-size: 0.88rem;
            color: #102541;
            display: block;
            padding: 13px 20px;
        }

        .site-header #navbar > ul > li > .sub-menu .sub-menu {
            left: 100%;
            top: 0;
        }

        .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
            position: relative;
        }

            .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
                font-family: "themify";
                content: "\e649";
                font-size: 11px;
                font-size: 0.6875rem;
                position: absolute;
                right: 15px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .site-header #navbar > ul > li:hover > .sub-menu {
            top: 100%;
            visibility: visible;
            opacity: 1;
        }

        .site-header #navbar .sub-menu > li:hover > .sub-menu {
            left: 100%;
            visibility: visible;
            opacity: 1;
        }
}

@media (max-width: 991px) {
    .site-header #navbar > ul > li a {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
    }

    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }

    .site-header #navbar > ul .sub-menu > li:last-child {
        border-bottom: 0;
    }

    .site-header #navbar > ul > li > .sub-menu a {
        padding: 8px 15px 8px 45px;
    }

    .site-header #navbar > ul > li > .sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }

    .site-header #navbar > ul .menu-item-has-children > a {
        position: relative;
    }

        .site-header #navbar > ul .menu-item-has-children > a:before {
            font-family: "themify";
            content: "\e61a";
            font-size: 11px;
            font-size: 0.6875rem;
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }

        .site-header #navbar .has-mega-menu {
            position: static;
        }

        .site-header #navbar .mega-menu,
        .site-header #navbar .half-mega-menu {
            background-color: #fff;
            padding: 20px;
            border-top: 2px solid #fd5e16;
            position: absolute;
            right: 0;
            top: 100%;
            z-index: 10;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
        }

        .site-header #navbar .mega-menu {
            width: 1140px;
            right: 15px;
        }

        .site-header #navbar .half-mega-menu {
            width: 585px;
        }

        .site-header #navbar .mega-menu-box-title {
            font-size: 14px;
            font-size: 0.875rem;
            text-transform: uppercase;
            font-weight: bold;
            display: block;
            padding-bottom: 7px;
            margin-bottom: 7px;
            border-bottom: 1px solid #e6e6e6;
        }

        .site-header #navbar .mega-menu-list-holder li a {
            font-size: 14px;
            font-size: 0.875rem;
            display: block;
            padding: 7px 8px;
            margin-left: -8px;
        }

        .site-header #navbar .has-mega-menu:hover > ul {
            top: 100%;
            visibility: visible;
            opacity: 1;
        }
}

@media (max-width: 1199px) {
    .site-header #navbar > ul .mega-menu {
        width: 950px;
        right: 15px;
    }

    .site-header #navbar > ul .half-mega-menu {
        width: 485px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar > ul .mega-menu,
    .site-header #navbar > ul .half-mega-menu {
        width: auto;
    }

        .site-header #navbar > ul .mega-menu .row,
        .site-header #navbar > ul .half-mega-menu .row {
            margin: 0;
        }

    .site-header #navbar .mega-menu-content > .row > .col {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }

    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }
}

@media screen and (min-width: 992px) {
    .site-header .navbar-header .navbar-brand {
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

        .site-header .navbar-header .navbar-brand img {
            width: 30px;
            height: 30px;
        }

        .site-header .navbar-header .navbar-brand span {
            color: #000;
        }

    .site-header .navbar-header .open-btn {
        display: none;
    }

    .site-header #navbar .close-navbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .site-header {
        padding: 5px 0;
    }

        .site-header nav {
            width: 100%;
        }

            .site-header nav .navbar-brand {
                display: inline-flex;
                align-items: center;
                height: 50px;
                padding: 10px;
            }

                .site-header nav .navbar-brand img {
                    width: 30px;
                    height: 30px;
                }

                .site-header nav .navbar-brand span {
                    font-size: 18px;
                }

        .site-header .navbar-header button {
            background-color: #008ccf;
            width: 40px;
            height: 35px;
            border: 0;
            padding: 5px 10px;
            outline: 0;
            position: absolute;
            right: 15px;
            top: 12px;
            z-index: 20;
        }

            .site-header .navbar-header button span {
                background-color: #fff;
                display: block;
                height: 2px;
                margin-bottom: 5px;
            }

                .site-header .navbar-header button span:last-child {
                    margin: 0;
                }

        .site-header #navbar {
            background: #fff;
            display: block !important;
            width: 280px;
            height: 100% !important;
            margin: 0;
            padding: 0;
            border-left: 1px solid #cccccc;
            border-right: 1px solid #cccccc;
            position: fixed;
            right: -330px;
            top: 0;
            z-index: 100;
        }

            .site-header #navbar ul a {
                color: #000;
            }

                .site-header #navbar ul a:hover,
                .site-header #navbar ul li.current a {
                    color: #fd5e16;
                }

            .site-header #navbar .navbar-nav {
                height: 100%;
                overflow: auto;
            }

            .site-header #navbar .close-navbar {
                background-color: #fff;
                width: 40px;
                height: 40px;
                color: #000;
                border: 0;
                outline: none;
                position: absolute;
                left: -41px;
                top: 90px;
                z-index: 20;
            }

                .site-header #navbar .close-navbar .ti-close {
                    position: relative;
                    top: 1px;
                }

            .site-header #navbar > ul > li {
                border-bottom: 1px solid #f2f2f2;
            }

                .site-header #navbar > ul > li > a {
                    padding: 10px 15px 10px 35px;
                }

        .site-header .slideInn {
            right: 0 !important;
        }
}

@media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .site-header .navbar-collapse.collapse {
        display: none;
    }

        .site-header .navbar-collapse.collapse.in {
            display: block;
        }

    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle {
        display: block;
    }

    .site-header .navbar-header {
        float: none;
    }

    .site-header .navbar-right {
        float: none;
    }

    .site-header .navbar-nav {
        float: none;
    }

        .site-header .navbar-nav > li {
            float: none;
        }
}

@media (max-width: 991px) {
    .page-wrapper {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero-slider {
    width: 100%;
    height: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: rgba(114, 115, 118, 0.5);
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -30px;
    text-align: center;
    border-radius: 50px;
}

    .hero-slider .swiper-button-prev:hover,
    .hero-slider .swiper-button-next:hover {
        background: rgba(114, 115, 118, 1);
    }

@media (max-width: 767px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
}

@media (max-width: 991px) {
    .hero-slider .swiper-button-prev {
        display: none;
    }
}

.hero-slider .swiper-button-prev:before {
    font-family: "Flaticon";
    content: "\f103";
    font-size: 20px;
    color: #fff;
}

.hero-slider .swiper-button-next {
    right: 25px;
}

@media (max-width: 991px) {
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-next:before {
    font-family: "Flaticon";
    content: "\f104";
    font-size: 20px;
    color: #fff;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
}

.hero-slider .swiper-pagination-bullet-active {
    color: #fff;
    background: #fff;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

@media screen and (min-width: 992px) {
    /*    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        display: none;
    }*/
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

.sticky-on {
    opacity: 1;
    top: 0;
}

.header-style-1 .sticky-header, .header-style-2 .sticky-header, .header-style-3 .sticky-header {
    background-color: #102541;
}

.header-style-2 .sticky-header, .header-style-3 .sticky-header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* µ×²¿µ¼º½À¸ */
.site-footer {
    width: 100%;
    background-color: #202125;
    font-size: 15px;
    overflow: hidden;
    position: relative;
}

    .site-footer ul {
        list-style: none;
    }

    /* Link About */
    .site-footer > .upper-footer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 50px 10% 50px 10%;
    }

        .site-footer > .upper-footer > div {
            width: 45%;
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
        }

            .site-footer > .upper-footer > div .about-widget img {
                width: 40px;
                height: 40px;
            }

            .site-footer > .upper-footer > div .about-widget span {
                color: #fff;
                font-size: 20px;
            }

            .site-footer > .upper-footer > div > .widget > .widget-title h3 {
                color: #fff;
                font-size: 17px;
                font-weight: 500;
                margin: 0 0 20px 0;
            }

            .site-footer > .upper-footer > div > .widget > ul li {
                margin: 10px 0 10px 0;
            }

            .site-footer > .upper-footer > div > .widget > ul li, .site-footer .upper-footer > div > .widget > ul li a {
                color: rgba(225,225,225,0.5);
                margin: 15px 0;
            }

            .site-footer > .upper-footer > div > .widget > ul .phone {
                font-size: 20px;
                color: #4d77d1;
            }

    .site-footer .upper-footer > div:last-child > div:last-child > div > img {
        width: 80px;
        height: 80px;
    }

    /* Copyright */
    .site-footer > .lower-footer {
        position: relative;
        height: 80px;
        padding: 0 10%;
        color: #9e9e9e;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .site-footer > .lower-footer .separator {
            background: rgba(255, 255, 255, 0.20);
            width: 100%;
            height: 1px;
            position: relative;
            top: -25px;
        }

        .site-footer > .lower-footer .copyright {
            display: inline-flex;
            font-size: 0.875rem;
        }

            .site-footer > .lower-footer .copyright div {
                margin: 0 6px;
            }

            .site-footer > .lower-footer .copyright p, .site-footer > .lower-footer .copyright a {
                color: #9e9e9e;
            }

/* ÒÆ¶¯¶Ë */
@media screen and (max-width:767px) {
    .site-footer > div {
        margin: 20px 0;
    }

    .site-footer > .upper-footer {
        display: flex;
        flex-direction: column;
        padding: 10px 10% 10px 10%;
    }

        .site-footer > .upper-footer > div {
            width: 100%;
        }

            .site-footer > .upper-footer > div:nth-child(1) {
                display: flex;
                flex-direction: column;
            }

                .site-footer > .upper-footer > div:nth-child(1) > div {
                    width: 100%;
                    display: flex;
                    flex-direction: column;
                    padding: 20px 0;
                }

                .site-footer > .upper-footer > div:nth-child(1) > .about-widget > .widget-title > span {
                    font-size: 18px;
                }

    .site-footer > .lower-footer .copyright {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

        .site-footer > .lower-footer .copyright > div {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
}
