body {
	font-family: 'Jost', sans-serif;
	font-size: 14px;
	color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body, html, .main {height: 100%;}
.mt-full-height { height: 100%; }
.mt-relative { position: relative; }
.mt-absulate { position: absolute; }
.mt-full-width { width: 100%; }
a { text-decoration: none; }
a:hover	{ text-decoration: unset; }
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.full-section{
    width: 100%;
    float: left;
}
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    z-index: 9999999;
    display: block;
}
.page-loader .home-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
}
.page-loader .home-loader .loader-spinner {
    opacity: 1;
    height: 100%;
    width: 10%;
}
.page-loader .home-loader .loader-spinner:before {
    animation: 0.8s linear infinite spinner;
    -webkit-animation: 0.8s linear infinite spinner;
    -moz-animation: 0.8s linear infinite spinner;
    -o-animation: 0.8s linear infinite spinner;
    animation-play-state: inherit;
    -webkit-animation-play-state: inherit;
    -moz-animation-play-state: inherit;
    -o-animation-play-state: inherit;
    border: solid 2px #dedede;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    content: " ";
    top: 50%;
    left: 50%;
    position: absolute;
    opacity: inherit;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    height: 40px;
    width: 40px;
    border-bottom-color: #333333;
}

/*--- End Top Header ---*/

/* header */
header,
header .full-section {
    position: relative;
    background: #f7f7f7;
}
.header_inner {
    text-align: center;
}
.header_top {
    position: relative;
    text-align: center;
    padding: 50px 0;
    z-index: 1;
}
.main-image,
.header-inner,
.header_outer {
    position: relative;
}
header .full-section::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../image/main_banner_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
    transform: rotate(180deg);
}
header .full-section::after {
    position: absolute;
    content: "";
    height: 250px;
    width: 250px;
    top: 26%;
    left: 22%;
    background-image: url(../image/dot.png);
    background-repeat: no-repeat;
    background-position: center;
}
.header-inner .header-background-img {
    position: relative;
    z-index: 1;
}
.header-text {
    margin: 38px 0 48px;
}
.header-intro {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
}
.header_top .anim.button span.purchase-btn {
    color: #ffffff;
    background: #bd9d88;
}
.header_top .anim.button span.purchase-btn:hover {
    color: #ffffff;
    background: #333333;
}
.anim.button span.purchase-btn {
    background: #bd9d88;
    border: none;
    color: #ffffff;
    border-radius: 5px;
    display: inline-block;
    padding: 15px 44px;
}
.anim.button span.purchase-btn:hover {
    color: #ffffff;
}
.header_top .anim.button span.purchase-btn:hover:before{
    color: #ffffff;
    background: #333333;
    border: 2px transparent;
}
.anim.button span.purchase-btn:hover:before{
    background: #333333;
    color: #333333;
    border: 2px transparent;
}
.anim.button span{
    font-weight: 500;
    text-align: center;
    width: auto;
    vertical-align: top;
    padding: 15px 35px;
    font-size: 14px;
    overflow: hidden;
    border-radius: 0;
    z-index: 0;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
    background: #333333;
    position: relative;
}
.anim.button span:before {
    content: "";
    transform: scale(.5, 1);
    transition: all .6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}
.anim.button span:hover:before {
    background: #333333;
    transform: scale(1, 1);
    opacity: 1;
}

/*---------
Start Main Content
---------*/
#SectionContent {
    position: relative;
    padding: 80px 0;
}
.content-top {
    text-align: center;
    margin: 0 auto;
}
.title-combo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    color: #bd9d88;
}
.title-combo .items {
    font-size: 120px;
    line-height: 90px;
    font-weight: 600;
    padding: 10px 0 0;
}
.title-combo .title-right {
    font-size: 14px;
    font-weight: 700;
    transform: rotate(90deg);
    margin: 0 0 0 -20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.title-combo .title-right span {
    font-size: 40px;
    line-height: 26px;
    margin: 0 7px 0 0;
}
.demo-title > h1 span {
    color: #bd9d88;
}
.demo-title span.title {
    font-size: 18px;
    line-height: 30px;
    color: #777777;
}
.title b {
    font-weight: 600;
}
#sectionTitle {
    padding-bottom: 45px;
}
.main-content .theme-image .layout-content {
    display: block;
    position: relative;
    border: 5px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0px 1px 10px 0 rgb(0 0 0 / 10%);
}
.item .content {
    padding: 17px 15px 12px;
}
.layout-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 9px;
    font-weight: 500;
    color: #333333;
    text-transform: capitalize;
}
.layout-title span {
    display: block;
    font-size: 16px;
    color: #777777;
    font-weight: 500;
    text-align: left;
}
.layout-desc i {
    font-size: 18px;
    color: #333333;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f7f7f7;
    border-radius: 50%;
}
.layout-desc i:hover {
    background: #bd9d88;
    color: #ffffff;
}
/*---------
End Main Content
---------*/

/*---------------------
Html
-----------------------*/
section.html.full-section {
    background: #f7f7f7;
}
.html .html-img-content {
    padding: 80px 0;
    display: flex;
    align-items: center;
    width: 100%;
}
.html-title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 22px;
}
.html-title span {
    color: #bd9d88;
}
.html-content p {
    font-size: 18px;
    color: #777777;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 25px;
}
/*---------------------
End Html
-----------------------*/

/*--------------------
Start Portfolio 
----------------------*/
.portfolio .demo-title h1 {
    color: #333333;
    font-size: 36px;
    font-weight: 500;
    margin: 0;
}
.header-box-contant.portfolio .demo-title {
    margin-bottom: 47px;
}
.portfolio {
    text-align: center;
    background: #f7f7f7;
}
.header-box-contant {
    padding: 80px 0;
}
.header-box-contant .demo-title{
    margin-bottom: 30px;
}
.portfolio .item a {
    display: block;
    border: 5px solid #fff;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%);
}
.portfolio .owl-stage-outer {
    padding: 10px 0;
    margin: -10px 0;
}
.portfolio .owl-nav > div {
    color: #333333;
    font-size: 24px;
}
.portfolio .owl-nav {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.portfolio .owl-nav > div i {
    padding: 0 20px;
    font-size: 50px;
    vertical-align: middle;
}
.portfolio .anim.button {
    margin-top: 45px;
    display: inline-block;
    text-align: center;
}
.portfolio .owl-nav > div.disabled i {
    cursor: default;
    opacity: .5;
}
.owl-carousel {
    touch-action: manipulation;
}
.portfolio .anim.button span.purchase-btn {
    padding: 15px 30px;
}
@media (min-width: 1801px){
    .portfolio .container {
        width: 1780px;
    }
}

/*--- Carosal ---*/
.owl-carousel .owl-dots {
    padding: 5px;
    margin-top: 50px;
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 5px;
    background: transparent;
    border: none;
    border-radius: 20px;
    opacity: 1;
    box-shadow: none;
    position: relative;
}
.owl-carousel .owl-dots .owl-dot span {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 11px;
    background: #888;
    border-radius: 20px;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background: #333;
}

/*--------------------
Features
--------------------*/
.services-box .title {
    font-size: 36px;
    line-height: 36px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    margin-bottom: 45px;
}
.services-box .title > span {
    color: #bd9d88;
}
.services-box{
    padding: 80px 0 50px;
    background: #ffffff;
}
.services-content li {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    float: none;
    padding: 0;
    background: none !important;
}
.services-content > li > a {
    text-decoration: none;
    color: #a3a3a3;
    background: none !important;
    border: none !important;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.servic-icon i {
    height: 110px;
    width: 110px;
    display: block;
    margin: 0 auto 10px auto;
}
.service-text{
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding: 22px 0;
    font-weight: 500;
    margin: 0 0 30px;
    border: 1px solid #e5e5e5;
}
.service-text:hover{
    box-shadow: 0px 2px 15px 0px rgba(68, 68, 68, 0.1);
}

/*Footer Start*/
footer {
    text-align: center;
    font-size: 14px;
    position: relative;
    float: left;
    width: 100%;
    background: #111111;
}
footer .container-inner {
    padding: 80px 0;
}
.footer-title-block {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 20px;
    text-transform: capitalize;
    color: #aaaaaa;
}
.footer-content .footer-title {
    font-size: 90px;
    margin: 0 0 40px;
    line-height: 100px;
    font-weight: 700;
    color: #ffffff;
}
.footer-bottom-inner {
    border-top: 1px solid #3b3b3b;
    padding: 28px 0;
}
.footer-bottom-text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}
footer a {
    color: #ffffff;
    text-transform: uppercase;
}
footer a:hover,
footer a:focus {
	color: #bd9d88;
    text-decoration: none;
}
.footer-block .anim.button span{
    background: #ffffff;
    color: #333333;
    border-radius: 5px;
    padding: 15px 43px;
    display: inline-block;
}
.footer-block .anim.button span:hover {
    color: #ffffff;
}
.footer-block .anim.button span:hover:before { 
    background: #bd9d88;
}

@media (min-width: 768px) {
    .demo-title .title > span {
        display: block;
    }
}
@media (min-width: 992px){
    .html-content.col-lg-4 {
        padding-left: 28px;
    }
    header .header_top::before {
        position: absolute;
        content: "";
        left: 3%;
        top: 10%;
        width: 46px;
        height: 33px;
        margin: auto;
        background: url(../image/image1.png) no-repeat center;
        background-size: cover;
        -webkit-animation: right-to-left 10s linear infinite alternate;
        animation: right-to-left 10s linear infinite alternate;
    }
    header .header_top::after {
        position: absolute;
        content: "";
        right: 3%;
        top: 20%;
        width: 54px;
        height: 34px;
        margin: auto;
        background: url(../image/image2.png) no-repeat center;
        background-size: cover;
        -webkit-animation: right-to-left 10s linear infinite;
        animation: right-to-left 10s linear infinite;
    }
    header .header_outer::before {
        position: absolute;
        content: "";
        left: 20%;
        top: 20%;
        width: 45px;
        height: 41px;
        margin: auto;
        background: url(../image/image5.png) no-repeat center;
        background-size: cover;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-animation: rotating 20s linear infinite;
        animation: rotating 20s linear infinite;
    }
    header .header_outer::after {
        position: absolute;
        content: "";
        right: 20%;
        top: 35%;
        width: 12px;
        height: 12px;
        margin: auto;
        background: url(../image/image6.png) no-repeat center;
        background-size: cover;
        animation: heartBeat 5s linear infinite;
        -webkit-animation: heartBeat 5s linear infinite;
    }
    header .main-image::before {
        position: absolute;
        content: "";
        left: 12%;
        bottom: 0;
        width: 40px;
        height: 40px;
        margin: auto;
        background: url(../image/image4.png) no-repeat center;
        background-size: cover;
        -webkit-animation: pulse 3s linear infinite;
        animation: pulse 3s linear infinite;
    }
    header .main-image::after {
        position: absolute;
        content: "";
        right: 12%;
        bottom: 0;
        width: 28px;
        height: 34px;
        margin: auto;
        background: url(../image/image3.png) no-repeat center;
        background-size: cover;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        animation: bouncekey 2s infinite;
        -webkit-animation: bouncekey 2s infinite;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    header .header_outer::before {
        left: 15%;
        top: 30%;
    }
}
@media (min-width: 1441px) {
    .container{
        width: 1380px;
    }
    .item.theme-image {
        padding: 0 25px;
    }
    #SectionContent .row {
        margin: 0 -25px;
    }
}
@media (min-width: 1601px) {
    .container{
        width: 1580px;
    }
}
@media (min-width: 1801px) {
    .container{
        width: 1780px;
    }
}
@media (max-width: 1440px) {
    #SectionContent,
    .html .html-img-content,
    .header-box-contant,
    footer .container-inner {
        padding: 50px 0;
    }
    .title-combo .items {
        font-size: 100px;
        line-height: 80px;
    }
    .title-combo .title-right {
        font-size: 12px;
    }
    .header-intro {
        font-size: 30px;
        line-height: 40px;
    }
    .header-text {
        margin: 25px 0 30px;
    }
    .html-title {
        font-size: 34px;
        line-height: 44px;
        margin: 0 0 15px;
    }
    .services-box {
        padding: 50px 0 20px;
    }
    .header-box-contant.portfolio .demo-title {
        margin-bottom: 30px;
    }
    .portfolio .owl-nav,
    .portfolio .anim.button {
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    header .full-section::after {
        height: 200px;
        width: 200px;
        top: 30%;
        left: 21%;
    }
    .home-title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    .html-title {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 10px;
    }
    .html-content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .services-box .title {
        margin-bottom: 30px;
    }
    .footer-content .footer-title {
        font-size: 65px;
        line-height: 80px;
    }
    #sectionTitle {
        padding-bottom: 40px;
    }
    footer .container-inner {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    #SectionContent,
    .services-box {
        padding: 30px 0 0;
    }
    .title-combo .items {
        font-size: 80px;
        line-height: 72px;
    }
    .title-combo .title-right span {
        font-size: 20px;
        line-height: 20px;
        margin: 0 3px 0 0;
    }
    .header_top {
        padding: 30px 0;
    }
    .header-logo img {
        width: 170px;
    }
    .header-intro {
        font-size: 20px;
        line-height: 30px;
    }
    .header-text {
        margin: 20px 0;
    }
    .demo-title span.title {
        font-size: 16px;
        line-height: 26px;
    }
    .item.theme-image {
        margin-bottom: 30px;
    }
    .layout-desc i {
        font-size: 14px;
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
    .html .html-img-content {
        display: block;
        padding: 30px 0;
    }
    .services-box .title{
        margin-bottom: 20px;
    }
    .header-box-contant {
        padding: 30px 0;
    }
    .portfolio .anim.button span.purchase-btn,
    .anim.button span.purchase-btn {
        font-size: 12px;
        padding: 10px 25px;
    }
    .footer-block .anim.button span,
    .anim.button span{
        padding: 10px 20px;
    }
    .portfolio .demo-title h1{
        font-size: 28px;
    }
    .header-box-contant.portfolio .demo-title {
        margin-bottom: 20px;
    }
    .portfolio .owl-nav, .portfolio .anim.button {
        margin-top: 15px;
    }
    #sectionTitle {
        padding-bottom: 30px;
    }
    footer .container-inner {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .item .content {
        padding: 12px 10px 5px;
    }
    header .full-section::after {
        height: 150px;
        width: 150px;
        top: 35%;
    }
    .home-title {
        font-size: 16px;
    }
    .layout-title span {
        font-size: 14px;
    }
    .services-box {
        padding-top: 20px;
    }
    .item .content a{
        font-size: 20px;
    }
    #sectionTitle {
        padding-bottom: 20px;
    }
    footer .container-inner {
        padding: 30px 0;
    }
    .footer-content .footer-title {
        font-size: 50px;
        line-height: 60px;
        margin: 0 0 25px;
    }
}
@media (max-width: 680px){
    .header-logo img {
        width: 130px;
    }
    .anim.button span.purchase-btn {
        padding: 5px 15px;
    }   
    .service-text {
        font-size: 18px;
    }
}
@media (max-width: 540px) {
    .title-combo .items {
        font-size: 70px;
        line-height: 70px;
    }
    .title-combo .title-right {
        font-size: 10px;
        margin: 0 0 0 -15px;
    }
    .header-intro {
        font-size: 16px;
        line-height: 24px;
    }
    .header-text {
        margin: 10px 0;
    }
    .demo-title span.title {
        font-size: 14px;
        line-height: 24px;
    }
    .html-title {
        font-size: 24px;
        line-height: 32px;
    }
    .html-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .services-box .title{
        font-size: 24px;
        line-height: 24px;
    }
    .service-item{
        width: 100%;
        border-right: none;
    }
    .portfolio .owl-nav > div i{
        font-size: 40px;
    }
    .footer-content .footer-title {
        font-size: 24px;
    }
    .service-text{
        padding: 20px 10px;
    }
    .main-content .item{
        width: 100%;
    }
    #SectionContent .row{
        display: block;
    }
    footer .container-inner {
        padding: 20px 0;
    }
    .footer-title-block {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 10px;
    }
    .footer-content .footer-title {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 20px;
    }
}
@media (max-width: 480px) { 
    .header_top {
        padding: 20px 0;
    }
    .header-intro {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-content .footer-title {
        font-size: 24px;
        line-height: 30px;
    }
    .services-content .service-item {
        width: 100%;
    }    
    .portfolio .demo-title h1 {
        font-size: 20px;
    }
    .footer-block .anim.button span, .anim.button span{
        padding: 8px 20px;
    }
    .footer-title-block {
        font-size: 12px;
        line-height: 24px;
    }
    .footer-bottom-text {
        font-size: 14px;
        line-height: 24px;
    }
    .footer-bottom-inner {
        padding: 15px 0;
    }
    header .full-section::after {
        display: none;
    }
}
@media (max-width: 375px){
    .header-left{
        bottom: 32px;
    }
    .header-left span.line{
        margin: 0;
    }
    
}