body {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body, html, .main {height: 100%;}
a { text-decoration: none; }
a:hover { text-decoration: unset; }
.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 {
    position: relative;
}
.header-bold-text {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
}
.banner-desc {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 23px;
}
.header-content {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
}
.header-text span span{
    color: #f15649;
}
.view-demo{
    margin-top: 49px;
    display: block;
}
.view-demo i{
    width: 40px;
    height: 40px;
    background: #111111;
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    display: none;
    margin: auto;
}
.view-demo i:hover{
    color: #FFc843;
}
.carosel .view-demo {
    margin-top: 50px;
}
.carosel-content .anim.button.view-demo span {
    padding: 15px 32px;
}
.anim.button span.purchase-btn:hover,
.anim.button.view-demo span{
    color: #FFFFFF;
    background:#FFC843;
}
.anim.button span.purchase-btn:hover:before,
.anim.button.view-demo span{
    color: #FFFFFF;
    background:#111111;
}
.anim.button.view-demo span:hover{
    background: #FFc843;
}
/**/
header .full-section, .portfolio_header_layout{
    position: relative;
    background: #ecf1f8;
}
header .full-section{
    background: #ecf1f8 url(../image/main-banner.png);
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 100%;
    position: relative;
}
header .full-section > img {
    width: 100%;
    background: #ecf1f8;
}
.block-box{
    background: #FFFFFF;
}
.title-combo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.span-combo{
    display: inline-grid;
    justify-content: center;
    align-items: center;
}
.yellow-title{
    color: #FFc843;
}
.title-left{
    margin-left: 10px;
}
.header_inner {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.header-logo img {
    image-rendering: -webkit-optimize-contrast;
}
.container-width {
    width: 1270px;
    margin: 0 auto;
    max-width: 100%;
}
.store-title span {
    font-size: 30px;
    margin-top: 40px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
}
header .sub-line h4 {
    font-size: 20px;
    text-transform: capitalize;
}
header .btn-purchase a.btn-purchaseNow {
    height: 50px;
    line-height: 38px;
    text-align: center;
    width: 200px;
    letter-spacing: 1.2px;
    transition: all 0.3s ease 0s;
    text-decoration-line: none;
    color: #ffffff;
    background-color: unset;
    border: 1px solid #ffffff;
    margin-top: 100px;
    border-radius: 50px;
    text-transform: uppercase;
}
header .btn-purchase a.btn-purchaseNow:hover {
    background-color: #337ab7;
    border-color: #337ab7;
}
.header_bottom {
    background-color: #337ab7;
    width: 100%;
    height: 100px;
    position: relative;
}
.header_bottom a {
    color: #ffffff;
    font-size: 24px;
    padding-top: 33px;
    display: block;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
.header_bottom .down-arrow {
    background-color: #337ab7;
    height: 15px;
    width: 15px;
    position: absolute;
    bottom: -5px;
    transform: rotate(45deg);
    cursor: pointer;
}
.header_bottom .go-to-bottom {
    width: fit-content;
    margin: auto;
}
.content-right .sub-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 60px;
    text-transform: capitalize;
}
.content-right .content-button {
    padding-top: 30px;
    width: 100%;
}
/**/
.anim.button span{
    font-weight: 500;
    text-align: center;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 15px 45px;
    font-size: 14px;
    overflow: hidden;
    border-radius: 5px;
    z-index: 0;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #222;
    position: relative;
}
.content-right .content-button .buy-btn.top-btn {
    background: #c78a3f;
    border:1px solid #c78a3f;
    margin-left: 28px;
}
.down-arrow-icon{
    background: url(../image/arrow.png) no-repeat center center transparent;
    bottom: 20px;
    height: 40px;
    margin-left: -40px;
    overflow: hidden;
    position: absolute;
    width: 80px;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}
/*---------
Start Main Content
---------*/
.demo-title{
    font-size: 30px;
    line-height: 30px;
    position: relative;
    margin: 0 0 25px 0;
    font-weight: 500;
    text-transform: uppercase;
}
.demo-title span.title {
    font-size: 36px;
    color: #777777;
    text-transform: capitalize;
    line-height: initial;
}
#sectionTitle {
    padding: 77px 0 20px 0;
}
.span-box{
    display: grid;
    padding: 30px 0 0;
}
.layout-span{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #777777;
    text-transform: initial;
}
.layout-header {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #777777;
    margin-top: 18px;
    text-transform: initial;
}
/*---------
End Main Content
---------*/
/*---------------------
Header Top
-----------------------*/
.content-right .title{
    font-size: 45px;
    color: #fff;
    font-weight: 500;
}
.content-top {
    text-align: center;
    margin: 0 auto;
}
.header-box-contant{
    padding: 77px 0 80px 0;
    background: url(../image/header-bg.jpg);
    background-size: cover;
    position: relative;
}
.demo-layout {
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    position: relative;
}
.demo-layout span{
    position: absolute;
    margin: -21px 0 0 20px;
}
.demo-title h3{
    color: #333;
    font-size: 36px;
    margin: 100px 0 50px;
}
.item .content a {
    color: #111111;
    font-size: 24px;
    text-decoration: none;
    outline: none;
    display: block;
    font-weight: 500;
}
.item .content a:hover{
    color: #FFc843;
}
.item .content .view_btn {
    margin: 0;
    display: inline-block;
    padding: 12.5px 27px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    outline: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
#SectionContent .image{
    position: relative;
    text-align: center;
    height: 650px;
    box-shadow: 0px 0px 10px 0px rgb(68 68 68 / 10%);
}
#SectionContent .image .image-loaded {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 550px;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: absolute;
    transition: all 2s ease-out 0s;
}
.image-shop-scroll {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 405px;
    height: 255px;
    top: 32px;
    left: 79px;
    overflow: hidden;
    position: absolute;
    transition: all 3s ease-out 0s;
    background-position: center 0;
    background-repeat: no-repeat;
    position: absolute;
}
.item-outer {
    margin-top: 100px;
}
#SectionContent .image .view-demo-link {
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
    border: 2px solid #ffffff;
    width: 150px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 50px;
    text-decoration: none;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    left: 0px;
    right: 0px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    opacity: 0;
    visibility: hidden;
}
#SectionContent .image:hover .view-demo-link{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}
#SectionContent .item .image .view-demo-link:hover{
    background-color: #333;
    transition: all .5s;
    background: #eb3d32;
    color: #fff;
    border-color: #eb3d32;
}
#SectionContent .image .image-shop-scroll::before {
    background: rgba(0,0,0,0.6);
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
#SectionContent .image:hover .image-shop-scroll::before {
    opacity: 1;
}
#SectionContent .image .coming-soon-link {
    font-size: 48px;
    font-family: 'Great Vibes', cursive;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #222222;
    cursor: unset;
}
.item .content {
    margin: 24px 0 77px 0;
    text-align: center;
}
.disable{
    opacity: 0.7;
    cursor: unset;
}
.theme-image .image-loaded{
    width: 100%;
}
#SectionContent .image{
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
#SectionContent .image .image-loaded,
#SectionContent .image .image-loaded-carosel{
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 650px;
    width: 100%;
    left: 0;
    border-radius: 5px;
    top: 0;
    overflow: hidden;
    position: absolute;
}
#SectionContent .image .image-loaded-carosel{
    height: 380px;
    border: none;;
}
#SectionContent .image .view_btn {
    left: 50%;
    top: 50%;
    position: absolute;
    justify-content: center;
    transform: translateX(-50%);
}
#SectionContent .image:hover .image-loaded{
    background-position: center 100%;
    transition: all 2s ease-out 0s;
}
span.demo-gallery-bg {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    opacity: 0;
    background-color: rgba(0,0,0,.5);
    transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
}
#SectionContent .image:hover span.demo-gallery-bg {
    opacity: 1
    background: #ecf1f8;
}
#SectionContent .image .anim.button span{
    opacity: 0;
}
#SectionContent .image .anim.button:hover span{
    color: #FFFFFF;
    background:#FFc843;
}
#SectionContent .image:hover .anim.button span{
    opacity: 1;
}
.swiper-pager {
    width: 40px;
    height: 40px;
    color: #111111;
    font-size: 16px;
    border-radius: 25px;
    font-size: 40px;
}
/*--- Carosal ---*/
.owl-carousel .owl-dots {
    padding: 5px;
    margin-top: 50px;
    text-align: center;
}
.owl-nav.disabled {
    display: none;
}
.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;
}
..header-carousel .owl-carousel.owl-loaded {
    display: block;
    position: relative;
}
.header-carousel .owl-item img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 0 1px;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background: #333;
}
.owl-carousel.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-carousel.owl-theme .owl-nav div {
    color: var(--primary-color);
    padding: 0;
    margin: 0 15px;
    opacity: 1;
    text-shadow: none;
    transition: all .3s ease;
    display: inline-block;
    line-height: 0;
    background: var(--secondary-color);
}
.owl-carousel.owl-theme .owl-nav .fa {
    font-size: 40px;
    line-height: 26px;
}
.header-box-title{
    width: 100%;
    display: block;
}
.header-disc{
    color: #777777;
}
.services-box .title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    margin-bottom: 45px;
}
.services-box{
    padding: 77px 0 50px 0;
    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 0 auto;
}
.service-text {
    border: 1px solid #e2e2e2;
    background: #fff;
    border-radius: 0;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    padding: 21px 15px 27px;
    margin: 0px 0 30px;
}
.service-text:hover{
    box-shadow: 0px 2px 15px 0px rgb(68 68 68 / 10%);
}
.service-item {
    border-left: none;
}
.html3 > div, .html2 .col-xs-6 > div {
    position: relative;
    overflow: hidden;
}
.carosel-text {
    text-align: left;
    font-size: 36px;
    font-weight: 500;
    margin-top: 57px;
    text-transform: uppercase;
    color: #111111;
}
.carosel-box{
    background: #ecf1f8;
    padding: 80px 0 150px;
}
.html1-inner .carosel-text .h3{
    text-align: left;
    color: #777777;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.portfolio h3.text-light {
    color: #777777;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 14px;
    margin: 12px 0 51px;
}
.portfolio .block-content {
    margin-left: 106px;
}
@media (min-width: 768px){
    #SectionContent .fashion .image {
        margin: 0 auto;
        height: 370px;
        border: none;
    }
}
@media (min-width: 1801px){
    .container {
        width: 1780px;
    }
}
@media (max-width: 1800px) and (min-width: 1781px){
    .container {
        width: 1680px;
    }
}
@media (max-width: 1780px) and (min-width: 1681px){
    .container {
        width: 1580px;
    }
}
@media (max-width: 1680px) and (min-width: 1581px){
    .container {
        width: 1480px;
    }
}
@media (max-width: 1580px) and (min-width: 1481px){
    .container {
        width: 1380px;
    }
}
@media (max-width: 1480px) and (min-width: 1381px){
    .container {
        width: 1280px;
    }
}
@media (min-width: 1200px){
    .service-item:nth-child(4n){
        border-right: none;
    }
    .service-item:nth-child(9n),
    .service-item:nth-child(10n),
    .service-item:nth-child(11n),
    .service-item:nth-child(12n){
        border-bottom: none;
    }
}
@media (max-width:1199px) and (min-width: 992px) {
    .service-item:nth-child(3n){
        border-right: none;
    }
    .service-item:nth-child(10n),
    .service-item:nth-child(11n),
    .service-item:nth-child(12n){
        border-bottom: none;
    }
}
@media (max-width:991px) and (min-width: 542px){
    .service-item:nth-child(2n){
        border-right: none;
    }
    .service-item:nth-child(11n),
    .service-item:nth-child(12n){
        border-bottom: none;
    }
}
@media (max-width: 541px){
   .service-item{
        width: 100%;
         border-right: none;
   }
   .service-item:nth-child(12n){
        border-bottom: none;
    }
}
/*---------------
Start PortFolio
---------------*/
.header-box-contant .demo-title{
    margin-bottom: 45px;
}
.showcase {
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 422px;
    margin-left: -63px;
    width: 45.258%;
    background-size: contain;
    background-image: url(../image/laptop-image.png);
}
.portfolio .header-carousel {
    width: 74.749%;
    height: 300px;
    margin: 40px auto;
}
.portfolio .owl-nav {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 110px;
}
.portfolio .owl-nav > div{
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    background: #16202c;
    margin: 0 10px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.portfolio .owl-nav > div:hover{
    background: #FFC843;
}
.portfolio .owl-nav > div.owl-next i{
    margin-right: -3px;
}
.portfolio .owl-nav > div.owl-prev i{
    margin-left: -3px;
}
.portfolio .html1-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio_header_layout .banners img {
    margin: auto;
}
.portfolio_header_layout .banners + .banners {
    margin-top: 30px;
}

/*Footer Start*/
footer {
    text-align: center;
    font-size: 14px;
    position: relative;
    float: left;
    width: 100%;
    background:#FFFFFF;
}
footer .container-inner {
    padding: 80px 0;
}
.footer-bottom-copy {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
    font-size: 16px;
}
footer a{
    color: #222;
    text-transform: uppercase;
}
footer a:focus,
footer a:hover{
    color: #FFc843;
    text-decoration: none;
}
.footer-logo img {
    image-rendering: -webkit-optimize-contrast;
}
.footer-content .footer-title {
    font-size: 30px;
    margin: 47px 0 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
}
.footer-inner-text {
    margin-bottom: 47px;
    color: #777777;
}
.footer-title-block{
    font-weight: 400;
}
.footer-block .anim.button span{
    display: inline-block;
}
.footer-block .anim.button:hover span{
    color: #FFFFFF;
    background:#FFc843;
}
@media (min-width: 768px){
    header .full-section{
        min-height: 768px;
    }
}
@media (min-width: 1200px){
    .item.theme-image {
        padding: 0 25px;
    }
    #SectionContent .row{
        margin: 0 -25px;
    }
}
@media (max-width: 1800px){
    .portfolio .header-carousel{
        margin: 38px auto;
    }
    .carosel-text{
        margin: 0;
        font-size: 30px;
    }
    .portfolio .owl-nav{
        margin-top: 80px;
    }
    .carosel-box{
        padding: 80px 0 90px;
    }
    .portfolio .block-content {
        margin-left: 50px;
    }
    .portfolio h3.text-light{
        margin: 12px 0 30px;
    }
}
@media (max-width: 1780px){
    .banner-desc {
        font-size: 20px;
    }
    .header-bold-text {
        font-size: 40px;
        line-height: 50px;
    }
    .portfolio .header-carousel {
        margin: 36px auto;
    }
    .showcase{
        min-height:auto;
    }
}
@media (max-width: 1680px){
    .portfolio .header-carousel {
        margin: 33px auto;
    }
    .banner-desc {
        width: 90%;
    }
}
@media (max-width: 1580px){
    .portfolio .header-carousel {
        margin: 31px auto;
    }
}
@media (max-width: 1480px){
    .banner-desc {
        font-size: 16px;
    }
    .header-bold-text {
        font-size: 30px;
        line-height: 40px;
    }
    .view-demo {
        margin-top: 40px;
    }
    .showcase{
        margin-left: 0;
    }
    .portfolio .block-content {
        margin-left: 30px;
    }
    .portfolio .header-carousel {
        margin: 29px auto;
    }
    .carosel-box {
        padding: 80px 0 50px;
    }
    .portfolio .owl-nav{
        margin-top: 60px;
    }
    .carosel-text {
        margin-bottom: 50px;
    }
}
@media (max-width: 1380px){
    .portfolio .header-carousel {
        margin: 27px auto;
    }
}
@media (max-width: 1199px){
    .header_inner{
        margin-top: 30px;
    }
    #SectionContent .image,
    #SectionContent .image .image-loaded{
        height: 440px;
    }
    footer .container-inner {
        padding: 50px 0;
    }
    .item .content {
        margin: 24px 0 50px 0;
    }
    .portfolio .header-carousel{
        margin: 22px auto;
    }
    .portfolio h3.text-light{
        font-size: 18px;
        margin: 10px 0 20px;
    }
    .carosel-text{
        font-size: 20px;
    }
    .portfolio .header-carousel{
        height: unset;
    }
    .banner-desc{
        width: 78%;
    }
    header .full-section{
        background-position: 52% 100%;
    }
    .header-content {
        bottom: 53%;
    }
}
@media (max-width: 991px) {
    .header_inner{
        margin-top: 20px;
    }
    .header-logo img {
        width: 150px;
    }
    .footer-logo img {
        width: 120px;
    }
    .anim.button span{
        padding: 10px 20px;
    }
    .demo-title h1{
        font-size: 50px;
    }
    .demo-title span.title {
        font-size: 30px;
    }
    .footer-content .footer-title {
        font-size: 24px;
        margin: 20px 0;
    }
    .footer-inner-text{
        margin-bottom: 20px;
    }
    #sectionTitle {
        padding: 50px 0 0 0;
    }
    .item .content {
        margin: 20px 0 30px 0;
    }
    .item .content a{
        font-size: 20px;
    }
    .header-box-contant {
        padding: 50px 0;
    }
    .header-box-contant .demo-title {
        margin-bottom: 20px;
    }
    .layout-header{
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .services-box {
        padding: 50px 0 20px 0;
    }
    .services-box .title{
        margin-bottom: 25px;
    }
    .portfolio .header-carousel {
        margin: 17px auto;
    }
    .carosel-box {
        padding: 50px 0 30px;
    }
    .portfolio h3.text-light{
        font-size: 16px;
    }
    .carosel-text {
        font-size: 18px;
    }
    .portfolio .owl-nav {
        margin-top: 50px;
    }
    .view-demo {
        margin-top: 25px;
    }
    .banner-desc{
        margin-top: 20px;
        width: 63%;
    }
    .header-bold-text {
        font-size: 22px;
        line-height: 32px;
    }
    .header-content{
        bottom: 60%;
    }
}
@media (max-width: 767px){
    .header-bold-text {
        font-size: 18px;
        line-height: 26px;
    }
    .services-box .title{
        margin-bottom: 0;
    }
    .demo-title span.title {
        font-size: 22px;
    }
    .demo-title h1 {
        font-size: 40px;
    }
    .item .content {
        margin-top: 15px;
    }
    .item .content a{
        font-size: 20px;
    }
    .layout-span {
        font-size: 14px;
        line-height: 24px;
    }
    .title-combo{
        margin-bottom: 5px;
    }
    .services-box .title,
    .demo-title{
        font-size: 22px;
        margin: 0 0 20px 0;
    }
    #sectionTitle {
        padding: 30px 0 0 0;
    }
    .header-box-contant {
        padding: 30px 0;
    }
    .portfolio_header_layout .banners + .banners {
        margin-top: 20px;
    }
    .services-box {
        padding: 30px 0 0 0;
    }
    .carosel-box {
        padding: 30px 0;
    }
    footer .container-inner {
        padding: 30px 0;
    }
    .footer-title-block{
        font-size: 16px;
    }
    .portfolio .html1-inner{
        display: block;
    }
    .showcase{
        margin: auto;
    }
    .carosel-text{
        text-align: center;
        margin: 10px 0 0 0;
    }
    .carosel-text div {
        display: inline-block;
    }
    .portfolio .block-content{
        margin: 0;
    }
    .showcase{
        width: 450px;
    }
    .portfolio .header-carousel {
        margin: 23px auto;
    }
    header .full-section {
        background-position: right bottom;
        background-size: 600px;
    }
    .header_inner{
        display: block;
        text-align: center;
    }
    .header-logo {
        margin-bottom: 20px;
    }
    .header-content {
        margin: 30px 0 0;
        position: relative;
        bottom: unset;
        transform: unset;
        text-align: center;
    }
    .header-bold-text{
        font-size: 24px;
        line-height: 30px;
    }
    .banner-desc {
        margin: 15px auto 0;
        font-size: 16px;
        line-height: 24px;
    }
    .view-demo {
        margin-top: 20px;
    }
    .view-demo i{
        display: block;
    }
    .anim.button.view-demo span{
        display: none;
    }
}
@media (max-width: 680px){
    .header-logo img {
        width: 130px;
    }
    .header_inner {
        margin-top: 10px;
    }
    .service-text {
        font-size: 18px;
    }
    .carosel-text {
        font-size: 16px;
    }
}
@media (max-width: 600px){
    .banner-desc{
        line-height: 20px;
        font-size: 14px;
    }
    .header-bold-text {
        font-size: 18px;
        line-height: 26px;
    }
}
@media (max-width: 540px) {
    .footer-content .footer-title {
        font-size: 20px;
    }
    .service-text{
        padding: 20px 10px;
    }
    .main-content .item{
        width: 100%;
    }
}
@media (max-width: 480px) {
    .header-logo img {
        width: 100px;
    }
    .anim.button span {
        padding: 5px 15px;
        font-size: 10px;
        line-height: 20px;
    }
    .banner-desc{
        margin-top: 15px;
        font-size: 14px;
        line-height: 18px;
        margin: 15px auto 0;
    }
    .header-bold-text {
        font-size: 20px;
        line-height: 24px;
    }
    .view-demo i{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .services-content .service-item {
        width: 100%;
    }
    .main-content .row,
    .header-box-contant .row,
    .blog-box-contant .row{
        margin: 0;
    }
    .footer-content .footer-title{
       font-size: 16px;
       margin: 12px 0;
    }
    .footer-title-block {
        font-size: 13px;
    }

    .footer-bottom-copy{
        font-size: 14px;
    }
    .showcase{
        width: 300px;
    }
    .portfolio .header-carousel {
        margin: 15px auto;
    }
    .portfolio .owl-nav {
        margin-top: 40px;
    }
    .portfolio .owl-nav > div{
        height: 32px;
        width: 32px;
        line-height: 32px;
        margin: 0 5px;
    }
    .portfolio h3.text-light {
        font-size: 14px;
    }
    header .full-section {
        background-size: 500px;
    }
    .header-content { position: absolute; left: 0px; right: 0px; bottom: 300px; }
}
@media (max-width: 360px){
    header .full-section {
        background-size: 450px;
    }
    .header-content { bottom: 240px; }
}
@media (max-width: 320px){
    .showcase{
        width: 280px;
    }
}
@media (max-height: 767px){
    header .full-section{
      min-height: 640px;
    }
}