body {
	font-family: "Montserrat", Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #333;
}
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;
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}
/*--- Top Header ---*/
.bg-image {
    background-image: url(../image/bg-pc.png);
    width: 560px;
    height: 350px;
    display: inline-block;
    position: relative;
}
/*--- End Top Header ---*/

/* header */
.header_top {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    z-index: 1;
}
.text-on-image {
    display: table;
    width: 100%;
    height: 100%;
}
.banner-image{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.container-width {
    width: 1270px;
    margin: 0 auto;
    max-width: 100%;
}
.container-inner {
    padding: 0px 3% 0px;
    max-width: 1920px;
    margin: auto;
}
.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 {
    display: inline-block;
}
.logo {
    padding: 0px 0px 72px;
}
.footer-block .logo {
    padding: 0px 0px 40px;
    width: 280px;
    margin: 0 auto;
}
.footer-block .logo img{
    width: 100%;
}
.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%;
}
.content-right .content-button a,.footer-content .button {
    border: 2px solid #ffffff;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.content-right .content-button .buy-btn.top-btn {
    background: #c78a3f;
    border:1px solid #c78a3f;
    margin-left: 28px;
}
.content-right .content-button a:hover,.footer-content .button:hover,
.content-right .content-button .buy-btn.top-btn:hover{
	background: #ffffff;
    border-color: #ffffff;
	color: #333;
}

.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;
}
@keyframes movebounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes moveleftbounce {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(15px);
    }
    100% {
        transform: translateX(0px);
    }
}
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.content-right .title{
    font-family: "Montserrat",sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
}
.content-top {
	text-align: center;
    margin: 0 auto;
}
.demo-title h1{
    display: inline-block;
    color: #333;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    padding: 0 8%;
    margin: 80px 0 50px;
}
.demo-title h1:after,
.demo-title h1:before{
    background: url(../image/headerline.png) no-repeat scroll center center;
    content: "";
    height: 30px;
    position: absolute;
    width: 110px;
    z-index: 7;
}
.demo-title h1:after{
    left: auto;
    right: 0;
     -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.demo-title h1:before{
    left: 0;
    right: auto;

}
.demo-title h3{
    color: #333;
    font-size: 36px;
    margin: 100px 0 50px;
}
#SectionContent {
    float: left;
    width: 100%;
}
#SectionContent .image {
	position: relative;
	text-align: center;
	height: 500px;
}
.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;
}
#SectionContent .image {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	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 img { width: 100%; }
#SectionContent .item:hover .image{
	box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.2);
	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;
}
.main-content .item{
	margin-bottom: 75px;
}
.item .content {
	text-align: center;
    margin-top: 28px;
}
.shop-name{
    font-size: 20px;
    font-weight: 500;
}
img.loaded {
    width: 100%;
    height: 100%;
}
.item .content a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.item .content a:hover,
.theme-image:hover a {
	color: #9cb80e;
}
.theme-image:hover a.furniture01 {
    color: #434a54;
}
.theme-image:hover a.flower {
    color: #94da46;
}
.theme-image:hover a.swimmer {
    color: #0c64ab;
}
.theme-image:hover a.spa {
    color: #c38749;
}
.theme-image:hover a.candle {
    color: #fbca08;
}
.theme-image:hover a.shoes {
    color: #0682cd;
}
.theme-image:hover a.watch {
    color: #ed4c4c;
}
.theme-image:hover a.petstore {
    color: #47c343;
}
.theme-image:hover a.broome02 {
    color: #179a94;
}
.theme-image:hover a.bookstore {
    color: #ffb400;
}
.theme-image:hover a.hairsaloon01 {
    color: #bc9355;
}
.theme-image:hover a.toolStore {
    color: #ebd228;
}
.theme-image:hover a.food {
    color: #dcac4a;
}
.theme-image:hover a.furniture02 {
    color: #434a54;
}
.theme-image:hover a.statue {
    color: #e9ba56;
}
.theme-image:hover a.jewellery {
    color: #ba963e;
}
.theme-image:hover a.hairsaloon02 {
    color: #bc9355;
}
.theme-image:hover a.broome01 {
    color: #16bf7a;
}
.bottom-btn .btn-purchase .btn-purchaseNow {
	height: 50px;
	line-height: 38px;
	width: 200px;
	letter-spacing: 1.2px;
	transition: all 0.3s ease 0s;
	text-decoration-line: none;
	color: #ffffff;
	background-color: unset;
	border: 1px solid #222222;
	background-color: #222222;
	margin-top: 100px;
	font-weight: 600;
	border-radius: 50px;
	text-transform: uppercase;
}
.bottom-btn .btn-purchase {
	text-align: center;
}
.disable{
    opacity: 0.7;
    cursor: unset;
}
.theme-image{
    padding: 0 25px;
}
.theme-image img{
    width: 100%;
}
.theme-image .link{
    display: flex;
    position: relative;
    width: 100%;
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.2);
    overflow: hidden;
}
.theme-image .link:before{
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 30%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: all .3s linear;
}
.theme-image:hover .link:before{
    left: 100%;
}
.coming-soon.theme-image .link:before{
    display: none;
}
/*--- 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;
}
.header-box-contant,
.blog-box-contant{
    background: #ffffff url(../image/bg-image.jpg) no-repeat scroll center center;
    padding-bottom: 62px;
}
.header-box-title{
	width: 100%;
	display: block;
}
.header-box-contant .demo-title h1{
    margin: 69px 0 50px;
}
.header-box-title .demo-title,
.responsive-box .demo-title{
	float: none;
}
.services-box{
    background: #f2f2f2;
    padding-bottom: 50px;
}
.service-item{
    padding: 0 25px;
}
.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 {
    border: 1px solid #333;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    color: #333;
    text-align: center;
    margin-right: 24px;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;

}
.servic-icon i {
    font-size: 28px;
    line-height: 60px;
    margin: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.service-text{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.2);
	font-size: 20px;
	font-weight: 500;
    text-align: left;
    padding: 20px;
	margin: 0px 0 50px;
}


/*--- Portfolio ---*/
.portfolio .demo-title h1 {
/*    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;*/
}
/*.header-box-contant.portfolio .demo-title {
    margin-bottom: 47px;
}*/
.portfolio{
    text-align: center;
 /*   background: url(../image/opencart-theme-bg.jpg) no-repeat scroll center center;
    text-align: center;*/
}
/*.header-box-contant {
    padding: 60px 0;
}*/
/*.header-box-contant .demo-title{
    margin-bottom: 30px;
}*/
.portfolio .item a {
    display: block;
    border: 5px solid #fff;
}
.portfolio .owl-nav > div {
    color: #fff;
    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;
    color: #333;
}
.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 {
    background: transparent;
    border: 2px solid #333;
    color: #333;
    border-radius: 5px;
    display: inline-block;
    padding: 15px 40px 11px;
}
.portfolio .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 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #151515;
    position: relative;
}
.portfolio .anim.button span.purchase-btn:hover:before {
    background: #333;
}
.portfolio .anim.button span:hover:before {
    background: #151515;
    transform: scale(1, 1);
    opacity: 1;
}
.portfolio .anim.button span.purchase-btn:hover{
    color: #fff;
}
.portfolio .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;
}
@media (min-width: 1801px){
    .portfolio .container {
        max-width: 1780px;
        width: 100%
    }
}
@media (max-width: 1199px){
    .portfolio .demo-title h1{
        font-size: 30px;
    }
}
@media (max-width: 991px){
    .header-box-contant.portfolio {
        padding: 30px 0;
    }
    .header-box-contant.portfolio .demo-title {
        margin-bottom: 20px;
    }
    .portfolio .demo-title h1 {
        font-size: 26px;
    }
    .portfolio .owl-nav {
        margin-top: 15px;
    }
    .portfolio .anim.button{
        margin-top: 15px;
    }
    .container-inner {
        padding: 0px 15px 0px;
    }
}
@media (max-width: 767px){
    .portfolio .anim.button span.purchase-btn{
        padding: 11px 28px 6px;
    }
    .portfolio .demo-title h1{
        font-size: 26px;
    }
}
@media (max-width: 600px){
    .portfolio .anim.button span.purchase-btn{
        padding: 6px 18px 4px;
    }
    .portfolio .owl-nav > div i{
        font-size: 42px;
    }
}
@media (max-width: 480px){
    .portfolio .demo-title h1{
        font-size: 18px;
    }
}


footer {
    background:url("../image/bg-footer.jpg") no-repeat scroll center top;
    text-align: center;
    font-size: 14px;
    position: relative;
    float: left;
    width: 100%;
}
footer a {
	color: #ffffff;
	text-transform: uppercase;
}
footer a:hover {
	color: #ffffff;
}
.footer-content .footer-text {
    padding: 88px 0 100px;
}
.footer-content .footer-title {
    color: #ffffff;
    font-size: 48px;
    line-height: 60px;
    float: left;
    margin: 0 0 44px;
    text-transform: capitalize;
    width: 100%;
}
.footer-block:before{
    background: url("../image/men.png") no-repeat scroll center top;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 540px;
    height: 100%;
}
.footer-bottom{
    background: #ffffff;
    color: #333;
    font-weight: 500;
    padding: 30px 0px;

}
.footer-bottom a{
	color: #333
}
.footer-bottom a:hover{
	color: #9cb80e;
}
@media(max-width: 1700px){
    .service-text{
        font-size: 16px;
        padding: 15px 14px;
    }
    .servic-icon{
        margin-right: 5px;
    }
    .service-item{
        padding: 0 10px;
    }
}
@media(max-width: 1200px){
   .demo-title h1{
        padding: 0px 12%;
    }
    .logo{
        padding: 0 0 45px;
    }
    .content-right .title{
        font-size: 45px;
    }
    .footer-block:before{
        display: none;
    }
    .main-content .item{
        margin-bottom: 55px;
    }
    .header-box-contant{
        padding: 0;
    }
    .owl-carousel .owl-dots{
        margin: 40px 0;
    }
    .demo-title h1{
        margin: 50px 0;
    }
}
@media(max-width: 1024px){
    .demo-title h1{
        padding: 0px 15%;
    }
    .theme-image .link{
        display: block;
    }
    .theme-image .link:before{
        display: none;
    }
}
@media (max-width: 991px) {
	.content-right{
		width: 100%;
	}
    .demo-title h1{
        padding: 0px;
        margin: 50px 0;
   }
   .demo-title h1:before,
   .demo-title h1:after{
        display: none;
   }
   .logo{
        width: 50%;
        margin: 0 auto;
   }
    .logo img{
        max-width: 100%;
    }
    .logo {
        padding: 0px 0px 40px;
    }
    .content-right .sub-title {
        font-size: 20px;
        line-height: 24px;
        margin-top: 15px;
    }
    .content-right .title{
        font-size: 34px;
        line-height: 28px;
    }
    .item .content{
        margin-top: 20px;
    }
    .service-text{
        margin:0 0 20px;
    }
    .main-content .item{
        margin-bottom: 40px;
    }
    .header-box-contant{
        padding: 30px 0;
    }
    .header-box-contant .demo-title h1{
        margin: 0;
    }
    .owl-carousel .owl-dots{
        margin-top: 30px;
    }
    .footer-content .footer-title{
        font-size: 24px;
        line-height: 35px;
    }
}
@media (max-width: 768px){
    .content-right .title{
        font-size: 26px;
        line-height: 18px;
    }
    .content-right .sub-title{
        font-size: 18px;
        line-height: 18px;
    }
    .main-content .item{
        margin-bottom: 30px;
    }
    .owl-carousel .owl-dots{
        margin: 30px 0 0;
    }
    .footer-content .footer-title{
        font-size: 24px;
        line-height: 30px;
    }
    .footer-block .logo{
        padding: 0 0 25px;
    }
    .footer-content .footer-text{
        padding: 60px 0;
    }
}
@media (max-width: 600px) {
    .content-right .content-button a, 
    .footer-content .button{
        font-size: 14px;
        padding: 8px 20px;
    }
    .demo-title h1{
        margin: 40px 0;
        font-size: 24px;
    }
    .content-right .title{
        font-size: 20px;
        line-height: 16px;
    }
    .servic-icon{
        width: 40px;
        height: 40px;
    }
    .servic-icon i{
        font-size: 20px;
        line-height: 40px;
    }
    .service-text{
        font-size: 14px;
        padding: 13px 7px;
    }
    .portfolio .demo-title h1{
        font-size: 24px;
    }
    .content-right .sub-title{
        font-size: 16px;
        line-height: 16px;
    }
}
@media (max-width: 480px) {
    .main-content .row,
    .header-box-contant .row,
    .blog-box-contant .row{
        margin: 0;
    }
    .services-content .service-item {
        width: 100%;
    }
    .main-content .item{
        width: 100%;
    }
    .service-text{
        margin: 0 0 10px;
    }
    .servic-icon{
        margin-right: 10px;
    }
}
@media(max-width: 425px){
    .logo img{
        width: 100%;
    }
    .logo{
        width: 250px;
        margin: 0 auto;
    }
    .float-left,.float-right{
        float: none;
        text-align: center;
    }
    .item .content span{
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
}
@media(max-width: 375px){
    .content-right .content-button a,
    .content-right .content-button .buy-btn.top-btn{
        display: block;
        margin-left: 0;
        margin: 15px 15px 0px 15px
    }
    .service-item {
        padding: 0 15px;
    }
    .content-right .title {
        font-size: 14px;
        line-height: 10px;
    }
    .content-right .sub-title {
        font-size: 13px;
        line-height: 14px;
    }
    .demo-title h1 {
        margin: 30px 0 20px;
        font-size: 20px;
    }
    .header-box-contant{
        padding: 18px 0;
    }
    .header-box-contant .demo-title{
        margin-bottom: 18px;
    }
    .owl-carousel .owl-dots{
        margin: 18px 0 0;
    }
    .portfolio .demo-title h1{
        font-size: 18px;
    }
    .footer-content .footer-title {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 30px;
    }
    .footer-content .footer-text{
        padding: 30px 0;
    }
    
}
@media(max-width: 320px){
    .service-text{
        font-size: 16px;
    }
    .portfolio .demo-title h1{
        font-size: 16px;
    }
    .footer-block .logo{
        width: 250px;
    }
    .footer-content .button{
        font-size: 12px;
        padding: 6px 40px;
    }

}
