/**
 * @Author: Bi Ying
 * @Date:   2023-10-29 20:50:18
 * @Last Modified by:   Bi Ying
 * @Last Modified time: 2024-01-07 21:23:28
 */
/*
Boxer Template

*/

html {
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 300;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
input,
td,
button,
form-button,
li {
    font-family: Poppins, Helvetica, Arial, sans-serif !important;
}

.tm-white a {
    color: #fff;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

/* start h1 group */
h1 {
    margin-top: 0;
    margin-bottom: 25px;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
}

/* end h1 group */
p {
    line-height: 1.6em;
    font-size: 16px;
}

/* img */
img {
    max-width: 100%;
}

/* img */

/*header*/

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 10;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, .7);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 85%;
        font-size: 18px;
    }
}

#bgVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 0;
}

/*end header*/

/* overlay */
.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding-top: 200px;
    padding-bottom: 90px;
}

/* over lay */

.section-title {
    padding-top: 30px;
    padding-bottom: 20px;
}

/* start home */
#home {
    background: url('../img/index/home-bg.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: -10px;
    text-align: center;
    width: 100%;
    height: auto;
}

#home p {
    font-weight: 400;
    line-height: 2em;
}

#home img {
    display: inline-block;
    margin-top: 30px;
}

#home h1 {
    color: #fff;
    margin-bottom: 6px;
    line-height: 1.1;
}

#home .sub-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 100px;
}

/* end home */

/* start maker-defination */
#maker-defination {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#maker-defination .fa {
    font-size: 60px;
}

#maker-defination h3 {
    font-size: 20px;
}

#maker-defination button:hover {
    background: #f8cc33;
}

/* end maker-defination */

/* start divider */
#course-content {
    background: #f6f6f6;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
}

#course-content .fa {
    color: #f8cc33;
    font-size: 60px;
}

#course-content h3 {
    font-size: 20px;
}

#course-content button:hover {
    background: #f8cc33;
}

/* end divider */

/* start divider */
#divider {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
}

#divider .fa {
    color: #f8cc33;
    font-size: 60px;
}

#divider h3 {
    font-size: 20px;
}

#divider button:hover {
    background: #f8cc33;
}

/* end divider */

/* start feature */
#feature {
    padding-top: 50px;
    padding-bottom: 80px;
}

#feature p {
    padding-top: 10px;
}

#feature span {
    float: left;
}

#feature .fa {
    background: #f8cc33;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
}

#feature button:hover {
    background: #f8cc33;
}

/* end feature */

/* start feature1 */
#feature1 {
    background: #f6f6f6;
    padding-top: 60px;
    padding-bottom: 60px;
}

#feature1 p {
    padding-top: 10px;
}

#feature1 span {
    float: left;
}

#feature1 .fa {
    background: #f8cc33;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
}

#feature1 a {
    color: #f8cc33;
}

/* end feature1 */

.upper-round-corner {
    border-radius: 10px 10px 0 0;
}

.round-corner {
    border-radius: 10px;
}

/* start footer */
footer {
    background: #fff;
    font-weight: 400;
    text-align: center;
    padding: 20px;
}

/* end footer */

@media screen and (max-width: 991px) {
    .templatemo-box {
        margin-bottom: 30px;
    }

    #pricing .active {
        bottom: 0;
    }

    .pricing {
        margin-bottom: 20px;
    }

    #feature img,
    #download img {
        margin-top: 30px;
    }

    #feature1 img {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }

    #feature,
    #pricing,
    #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    #contact .overlay {
        padding-top: 40px;
    }
}

/* start media 360 */
@media screen and (max-width: 360px) {
    .pricing {
        padding-bottom: 40px;
    }
}

/* end media 360 */