body {
    font: 400 14px/18px "Oswald", sans-serif;
    margin: 0;
    letter-spacing: 1px;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
}
.row {
    margin: 0 -15px;
}
* {
    box-sizing: border-box;
}
.page{
    overflow: hidden;
}
::-moz-selection {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
}
::after,
::before {
    box-sizing: border-box;
}
.section-heading {
	font: 600 46px/60px "Oswald", sans-serif;
	color: #111;
	text-transform: uppercase;
}
#choose-demo {
    margin: 60px 0;
}
.layout-image .img-responsive {
    background-size: 100% auto;
    display: block;
    height: 100%;
    max-width: 100%;
    transition: all 4.8s linear 0s;
    background-repeat: no-repeat;
}
.layout-image:hover .img-responsive {
    background-position: center bottom !important;
}
.hb-animate-element {
    opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -webkit-opacity: 0;
}
.hb-animate-element.left-to-right.hb-in-viewport {
    animation: 1s ease 0s normal none 1 fadeInLeft;
    -webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
    -moz-animation: 1s ease 0s normal none 1 fadeInLeft;
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
}
.hb-animate-element.hb-in-viewport.right-to-left {
    animation: 1s ease 0s normal none 1 fadeInRight;
    -webkit-animation: 1s ease 0s normal none 1 fadeInRight;
    -moz-animation: 1s ease 0s normal none 1 fadeInRight;
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
}
.hb-animate-element.hb-in-viewport.top-to-bottom {
    animation: 1s ease 0s normal none 1 fadeInDown;
    -webkit-animation: 1s ease 0s normal none 1 fadeInDown;
    -moz-animation: 1s ease 0s normal none 1 fadeInDown;
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
}
.hb-animate-element.hb-in-viewport.bottom-to-top {
    animation: 1s ease 0s normal none 1 fadeInUp;
    -webkit-animation: 1s ease 0s normal none 1 fadeInUp;
    -moz-animation: 1s ease 0s normal none 1 fadeInUp;
    opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
}
.goToTop {
    position: fixed;
    bottom: 14%;
    right: 30px;
    z-index: 11;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #000 url(../images/top.jpg) no-repeat scroll 16px 18px;
    color: #111;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    display: none;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.goToTop p {
    float: left;
    width: 100%;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    border: 2px solid #111;
    display: none;
}
.goToTop:hover {
    background: rgba(0, 0, 0, 0.8) url(../images/top.jpg) no-repeat scroll 16px 18px;
}
@media (max-width: 767px) {
    .goToTop {
        bottom: 15%;
    }
}
header {
    float: left;
    position: relative;
    background: #292929 none repeat scroll 0 0;
    width: 100%;
}
header .header-content {
    float: left;
    width: 100%;
    background: #292929;
    color: #fff;
    position: relative;
    text-align: center;
}
.header-content .parallex {
    float: left;
    width: 100%;
    height: 970px;
}
header .header-content .header-content-inner {
    float: left;
    width: 100%;
    padding: 15% 0 0;
}
.comingsoon {
    opacity: 0.7;
}
header .header-content .header-content-inner p {
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.7);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
    float: none;
    width: 42%;
    line-height: 30px;
    margin-top: 0;
}
header .header-content .header-content-inner h1 {
	font-size: 48px;
	font-weight: 600;
	line-height: 60px;
	margin: 20px 0;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
header .header-content .header-content-inner h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    float: left;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 40px;
    text-align: center;
}
.header-content-inner .header-description a.btn, #copied-success.btn {
    background: #f8c600;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    font: 400 16px/18px "Poppins", sans-serif;
    letter-spacing: 1px;
    position: relative;
    padding: 15px 30px;
    color: #111;
    margin: 0;
    z-index: 1;
    border: none;
     -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline:none;
    border:none;
    box-shadow: none;
}
.header-content-inner .header-description a.btn::before, #copied-success.btn::before {
    content: "";
    -webkit-transform: scale(0.5, 1);
    -moz-transform: scale(0.5, 1);
    -ms-transform: scale(0.5, 1);
    -o-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: -1;
}
.header-content-inner .header-description a.btn:hover::before,
.header-content-inner .header-description a.btn:active::before,
.header-content-inner .header-description a.btn:focus::before{
    background-color: #fff;
    webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.header-content-inner .header-description a.btn:hover,
.header-content-inner .header-description a.btn:active,
.header-content-inner .header-description a.btn:focus{
    color: #000;
}

#copied-success.btn:hover::before,
#copied-success.btn:active::before,
#copied-success.btn:focus::before {
    background-color: #111;
    webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
#copied-success.btn:hover,
#copied-success.btn:active,
#copied-success.btn:focus{
    color: #fff;
}
#copied-success.btn{
    margin: 30px 0 0 0;
}
.main-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
}
.main-part {
    float: left;
    width: 100%;
}
.content {
    float: left;
    width: 100%;
}
.main-images.ttdisplay {
    float: left;
    width: 100%;
}
.innercontent {
    text-align: center;
}
.main-images .inner-images img {
    display: block;
    max-width: 100%;
}
.inner-images.attachment-full.size-full1 {
    position: absolute;
    display: block;
    visibility: visible;
    left: 5%;
    top: 20%;
    z-index: 8;
    right: auto;
    bottom: 0;
    margin: 0 auto;
    width: 24%;
}
.inner-images.attachment-full.size-full2 {
    position: absolute;
    display: block;
    visibility: visible;
    right: 4%;
    left: auto;
    z-index: 8;
    top: 20%;
    bottom: 0;
    margin: 0 auto;
    width: 20%;
}
h2 {
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
}
.btn {
    border: medium none;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-default {
    background: #f8c600;
    border-color: #fff;
    color: #111;
    font-size: 14px;
}
.btn-default:hover {
    background: rgba(254, 197, 0, 0.9);
}
.btn {
    -moz-user-select: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.42857;
    text-decoration: none;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: capitalize;
}
.btn-xl {
    padding: 15px 30px;
}
header .top-main {
    border-bottom: 1px solid #ddd;
    float: left;
    padding: 150px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
header .top-main .macbook.col-sm-10 {
    float: none;
}
header .top-main .macbook.col-sm-10 img {
    max-width: 100%;
}
.bg-primary {
    float: left;
    padding: 80px 0 50px;
    text-align: center;
    color: #000;
    width: 100%;
}
.multi-layouts {
    float: left;
    width: 100%;
    margin: 0;
    background: #f5f5f5;
}
.section-content {
	color: #666;
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 22px;
	font-weight: 500;
	font-family: "Poopins", sans-serif;
}
#portfolio {
    float: left;
    width: 100%;
}
.main-content {
    float: left;
    width: 100%;
    padding: 70px 5%;
    position: relative;
}
.main-content .landing-1 {
    position: absolute;
    bottom: 3%;
    left: 4%;
}
.item {
    margin: 0 0 60px;
}
.item:last-child {
    display: inline-block;
    float: none;
    text-align: center;
    vertical-align: top;
}
.layout-content .layout-name a {
    color: #000;
    float: left;
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out 0s;
    width: 100%;
}
.layout-content .layout-name a:hover {
    letter-spacing: 1px;
}
.layout-content .layout-name a.layout-detail, .layout-content .layout-name a.layout-detail:hover {
	margin: 0 0 10px;
	font: 700 30px/32px "Oswald", sans-serif;
}
.layout-content .layout-name a.layout-detail:hover,
.layout-image .layout-name a.layout-detail:hover {
    color: #f8c600;
}
.layout-image {
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #ddd;
    height: 600px;
    position: relative;
    overflow: hidden;
}
.layout-image.new-label::after {
    background: url(../images/new-label.png) no-repeat scroll 0 0;
    content: "";
    height: 86px;
    position: absolute;
    right: -20px;
    top: -25px;
    width: 86px;
    z-index: 9999;
}
.layout-image a.btn-preview {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}
.features-block .feature-img a::before,
.layout-image a.btn-preview::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;
}
.features-block .feature-img a {
    float: left;
    position: relative;
    width: 100%;
}
.features-block:hover .feature-img a::before,
.layout-image:hover a.btn-preview::before {
    opacity: 1;
}
.layout-image .theme-preview-btn {
    display: none;
}
.layout-image:hover .theme-preview-btn {
    background: #fff none repeat scroll 0 0;
    color: #111;
    font-weight: 600;
    left: 0;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 12px 24px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 45%;
    display: block;
    width: 120px;
    z-index: 9;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}
.layout-image:hover .theme-preview-btn:hover {
    background-color: #ddd;
}
.layout-content {
    float: left;
    padding: 40px 0;
    width: 100%;
}
.main-content .more-coming-soon {
    background: #333;
    color: #fff;
    float: left;
    font: 400 16px/18px "Oswald", sans-serif;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 30px 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}
.main-content2 .more-coming-soon {
    background: #ffba00;
    color: #000;
    float: left;
    font: 400 16px/18px "Oswald", sans-serif;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 30px 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}
#portfolio {
    float: left;
    width: 100%;
    color: #333;
    position: relative;
    text-align: center;
    width: 100%;
}
.main-content2 {
    background: #fff;
    float: left;
    padding: 30px 0 0;
    text-align: center;
    width: 100%;
}
.main-content2 .choose-service {
    color: #000;
    margin: 30px auto 100px;
    float: none;
}
.owl-carousel .owl-wrapper-outer {
    direction: ltr !important;
}
.features .features-block {
    float: left;
    width: 100%;
}
#feature-list {
    float: left;
    position: relative;
    width: 100%;
    z-index: 0;
}
.feature-img {
    margin: 0 0 40px;
}
.feature-img > div {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    min-height: 205px;
    box-shadow: 0 5px 8px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease 0s;
}
.feature-img:hover > div {
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}
.features-block .feature-img .service1 {
    background-image: url(../images/services/service-01.jpg);
}
.features-block .feature-img .service2 {
    background-image: url(../images/services/service-04.jpg);
}
.features-block .feature-img .service3 {
    background-image: url(../images/services/service-07.jpg);
}
.features-block .feature-img .service4 {
    background-image: url(../images/services/service-10.jpg);
}
.features-block .feature-img .service5 {
    background-image: url(../images/services/service-13.jpg);
}
.features-block .feature-img .service6 {
    background-image: url(../images/services/service-16.jpg);
}
.features-block .feature-img .service7 {
    background-image: url(../images/services/service-02.jpg);
}
.features-block .feature-img .service8 {
    background-image: url(../images/services/service-05.jpg);
}
.features-block .feature-img .service9 {
    background-image: url(../images/services/service-08.jpg);
}
.features-block .feature-img .service10 {
    background-image: url(../images/services/service-18.jpg);
}
.features-block .feature-img .service11 {
    background-image: url(../images/services/service-17.jpg);
}
.features-block .feature-img .service12 {
    background-image: url(../images/services/service-03.jpg);
}
.features-block .feature-img .service13 {
    background-image: url(../images/services/service-06.jpg);
}
.features-block .feature-img .service14 {
    background-image: url(../images/services/service-09.jpg);
}
.features-block .feature-img .service15 {
    background-image: url(../images/services/service-12.jpg);
}
.features-block .feature-img .service16 {
    background-image: url(../images/services/service-15.jpg);
}
.feature-content {
    color: #000;
    text-align: left;
}
.feature-content .feature-title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: capitalize;
    margin: 0 0 15px;
}
.feature-content .feature-desc {
    color: #888;
    line-height: 22px;
}
.choose-service {
    color: #000;
    margin: 40px auto 80px;
    float: none;
}
.main-content2-content {
    float: left;
    width: 100%;
    margin: 0 0 70px;
}
.features.features-block {
    text-align: center;
}
.feature-content {
    color: #000;
    text-align: left;
}
.feature-content .feature-desc {
    color: #888;
}
.feature-img .img-responsive {
    border: 6px solid #fff;
    box-shadow: 0 0 2px 2px #e5e5e5;
    display: block;
    height: auto;
    max-width: 100%;
}
.main-content3 {
    float: left;
    width: 100%;
}
.main-content3 > div {
    padding: 60px 0;
}
.footer-get-theme {
    border-bottom: 1px dashed #ddd;
}
.main-content2 .features-block {
    float: left;
    width: 100%;
}
.main-content3 .title {
    color: #000;
    float: left;
    margin: 0 0 40px;
    text-transform: capitalize;
    width: 100%;
}
.main-content4 {
    background: #000 none repeat scroll 0 0;
    float: left;
    text-align: center;
    padding: 30px 0;
    width: 100%;
}
.main-content4.fixed {
    animation: 1s ease 0s normal both 1 running fixedmenu;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    top: auto;
}
@-webkit-keyframes fixedmenu {
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 0;
    }
}
@-moz-keyframes fixedmenu {
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 0;
    }
}
@keyframes fixedmenu {
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 0;
    }
}
.main-content4 .sub-title {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	font: 600 30px/37px "Oswald", Helvetica, sans-serif;
	letter-spacing: 0;
	padding: 8px 0;
	color: #fff;
	text-transform: uppercase;
}
.main-content4 .footer-privacy a {
    color: #111;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 12px 20px;
    margin: 0 0 0 25px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    background: #f8c600;
    outline:  none;
    border: none;
    box-shadow: none;
    font-family: "Poppins", sans-serif;;
}
.main-content4 .footer-privacy a::before {
    content: "";
    -webkit-transform: scale(0.5, 1);
    -moz-transform: scale(0.5, 1);
    -ms-transform: scale(0.5, 1);
    -o-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: -1;
}
.main-content4 .footer-privacy a:hover::before,
.main-content4 .footer-privacy a:active::before,
.main-content4 .footer-privacy a:focus::before {
    background-color: #fff;
    webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.main-content4 .footer-privacy a:hover, .main-content4 .footer-privacy a:active, .main-content4 .footer-privacy a:focus {
    color: #111;
}
#about-interior .section-heading {
    font: 700 38px/40px "Oswald", sans-serif;
    letter-spacing: 0;
    position: relative;
    text-transform: capitalize;
    padding: 0;
    margin: 20px 0 30px;
}
.scroll-btn {
    bottom: 25px;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 50px;
}
.mouse {
    position: absolute;
    width: 22px;
    height: 42px;
    bottom: 40px;
    left: 0;
    border-radius: 15px;
    border: 2px solid #fff;
    -webkit-animation: intro 1s;
    animation: intro 1s;
    right: 0;
    margin: 0 auto;
}
.scroll {
    display: block;
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: #fff;
    -webkit-animation: finger 1s infinite;
    animation: finger 1s infinite;
}
@-webkit-keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@media (max-width: 1800px) {
    .feature-img > div {
        min-height: 150px;
    }
}
@media (max-width: 1500px) {
    .feature-img > div {
        min-height: 145px;
    }
    .header-content .parallex {
        height: 760px;
    }
}
@media (max-width: 1400px) {
    .feature-img > div {
        min-height: 120px;
    }
    .header-content .parallex {
        height: 650px;
    }
    .bg-primary {
        padding: 50px 0;
    }
    header .header-content .header-content-inner h1 {
        font-size: 28px;
        line-height: 45px;
    }
}
@media (max-width: 1300px) {
    .feature-img > div {
        min-height: 110px;
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
    header .header-content .header-content-inner {
        padding: 4% 0 0;
    }
}
@media (max-width: 1200px) {
    .header-content .parallex {
        height: 550px;
    }
    header .header-content .header-content-inner {
        padding: 7% 0 0;
    }
}
@media (max-width: 1199px) {
    .layout-image {
        height: 350px;
    }
    .layout-content .layout-name a.layout-detail,
    .layout-content .layout-name a.layout-detail:hover {
        font: 700 24px/28px "Oswald", sans-serif;
    }
    .layout-content {
        padding: 40px 0 0;
    }
    .main-content2-content {
        margin: 0 0 50px;
    }
    .bg-primary {
        padding: 30px 0 50px;
    }
    .inner-images.attachment-full.size-full2 {
        width: 15%;
        right: 0;
    }
    .inner-images.attachment-full.size-full1 {
        width: 20%;
        left: 0;
    }
    .feature-content {
        padding: 0 0 20px;
    }
    .feature-content .feature-title {
        font-size: 18px;
        margin: 0 0 8px;
    }
    .feature-content .feature-desc {
        line-height: 18px;
        font-size: 13px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .features {
        padding: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .feature-content,
    .feature-img {
        margin: 0 0 20px;
        width: 100%;
        text-align: center;
    }
    .feature-content .feature-title {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .main-content4 .sub-title {
        padding: 8px 0 25px;
    }
    .main-content4 {
        padding: 20px 0;
    }
    .feature-img > div {
        min-height: 230px;
    }
    #about-interior .section-heading,
    .heading h2,
    .highlight-inner h4,
    h2 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 10px;
    }
    .inner-images.attachment-full.size-full1 {
        left: 20px;
        top: 54%;
    }
    .inner-images.attachment-full.size-full2 {
        width: 15%;
        right: 20px;
        top: 60%;
    }
}
@media (max-width: 767px) {
    .theme-layout .item {
        width: 50%;
        float: left;
    }
    header .header-content .header-content-inner {
        padding: 3% 0 0;
    }
    .bg-primary {
        padding: 30px 0 20px;
    }
    .inner-images.attachment-full.size-full1 {
        top: 45%;
    }
    .inner-images.attachment-full.size-full2 {
        top: 52%;
    }
    .main-content3 > div {
        padding: 30px 20px;
    }
    header .header-content .header-content-inner h3 {
        font-size: 13px;
        line-height: 20px;
        margin: 0 0 30px;
    }
    header .header-content .header-content-inner p {
        width: 86%;
    }
    .main-content4 .sub-title {
        font-size: 22px;
    }
    .layout-content {
        padding: 30px 0 20px;
    }
    .features .features-block {
        float: left;
        width: 100%;
        padding: 0;
    }
    header .header-content .header-content-inner h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .header-content .parallex {
        height: 450px;
    }
    .item {
        margin: 0;
        float: left;
    }
    .main-content2 {
        padding: 10px 0 0;
    }
    .main-content2 .choose-service {
        margin: 30px auto 40px;
    }
}
@media (max-width: 480px) {
    .theme-layout .item {
        width: 100%;
    }
    .feature-content .feature-title {
        font-size: 16px;
    }
    .feature-content,
    .feature-img {
        margin: 0 0 20px;
        width: 100%;
        text-align: center;
    }
    .feature-img .img-responsive {
        margin: 0 auto;
        float: none;
    }
    #ttfeature-carousel {
        padding: 0 15px;
    }
    .bg-primary {
        padding: 0 15px;
        margin: 40px 0 0;
    }
    header .header-content .header-content-inner p {
        font-size: 14px;
        width: 100%;
        margin: 0 0 20px;
    }
    .btn-xl {
        padding: 12px 20px;
    }
    .main-logo {
        margin: 0 auto 20px;
        max-width: 80%;
    }
    .section-content {
        font-size: 13px;
    }
    .layout-content .layout-name a.layout-detail,
    .layout-content .layout-name a.layout-detail:hover {
        font-size: 22px;
        line-height: 24px;
    }
    .main-content4 .footer-privacy a {
        font-size: 16px;
        padding: 10px 15px;
    }
    .main-content4 .sub-title {
        font-size: 22px;
        line-height: 30px;
        padding: 0 0 20px;
    }
    .inner-images.attachment-full.size-full1 {
        top: 72%;
        width: 25%;
    }
    .inner-images.attachment-full.size-full2 {
        top: 76%;
        width: 20%;
    }
    header .header-content .header-content-inner h3 {
        margin: 0 0 20px;
    }
    .section-heading{
        font-size: 36px;
        line-height: 60px;
    }
}
.gr__tooltip {
    display: none !important;
}

.main-feature .key-feature > div {
  margin-top: 70px; }
  .main-feature .key-feature > div:nth-child(-n + 6) {
    margin-top: 0; }

.main-feature .key-feature .theme-collection .image-contain {
  background-color: white;
  padding: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .main-feature .key-feature .theme-collection .image-contain img {
   /* -webkit-filter: grayscale(100%);
            filter: grayscale(100%);*/
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .main-feature .key-feature .theme-collection .image-contain .set-image {
    text-align: center; }

.main-feature .key-feature .theme-collection h5 {
  margin-top: 20px;
  text-align: center;
  color: #555;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 500;
  font-family: 'Poppins', serif;
  line-height: 24px;
    font-size: 14px;
}
#core {
    padding: 0 0 190px 0;
    float: left;
    width: 100%;
    background: #eaeaea;
}
.main-feature .key-feature .theme-collection:hover .image-contain {
  -webkit-box-shadow: 0px 0px 26px 3px #e2e2e2;
          box-shadow: 0px 0px 26px 3px #e2e2e2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.main-feature .key-feature .theme-collection:hover h5 {
  color: #f8c600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.main-feature .key-feature .theme-collection:hover img {
  /*-webkit-filter: grayscale(0);
          filter: grayscale(0);*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
@media (max-width: 1199px) {
    #core{
        padding: 0 0 50px 0;
    }
}
@media (max-width: 360px) {
    .main-feature .key-feature .theme-collection .image-contain {
        padding: 25px;
    }
}
/*********************** Password Start ***********************/
.main-password {
	overflow: hidden;
	float: left;
	width: 100%;
	padding: 100px 0;
}
  .password-gift {
    border: 1px solid #b5b7b9;
    overflow: hidden;
    height: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
  
  .password-content {
    background-color: #f3f4f6;
    padding: 0px 75px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
  
  .password-content .section-title img {
    max-width: 75px;
    max-height: 75px;
    margin-bottom: 30px;
  }
  
  .password-content .section-title h2 {
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  
  .password-content .section-title p {
	color: #111;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
  
  .password-content .clipboard {
    display: flex;
    align-items: center;
  }
  
  .password-content .password-copy-btn {
    width: 100%;
  }
  
  .password-content .copy-input {
    cursor: pointer;
    background-color: #ffffff;
    color: #70747f;
    font-size: 18px;
    width: 100%;
    padding: 15px 75px 15px 30px;
    border: 0px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
  
  .password-content .copy-input:focus-visible {
    outline: 0;
  }
  
  .password-content .copy-btn {
    padding: 0;
    margin-left: -50px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    border: none;
    background: none;
  }
  
  .password-content .copy-btn:hover {
    transform: scale(1.2);
    cursor: pointer;
  }
  
  .password-content .copy-btn:focus {
    outline: none;
  }
  
  .password-content .theme-btn {
      margin: 50px auto 0;
  }
  
  .password-content .theme-btn img {
    display: none;
    max-width: 24px;
    max-height: 24px;
  }
  .password-gap {
	padding: 0 80px;
}
@media (max-width: 1199px) {
    .password-gap {
        padding: 0;
    }
}
@media (max-width: 991px) {
    .password-content{
        padding: 20px 25px;
    }
    #copied-success.btn {
        margin: 10px 0 0 0;
    }
}
@media (max-width: 767px) {
    .main-password {
        padding: 40px 0 70px;
    }
    .password-content{
        margin: 30px 0 0 0;
    }
    .password-content .section-title h2 {
        line-height: 29px;
        font-size: 20px;
    }
}
  /*********************** Password End ***********************/
/*---------------------- The Modal Start-----------------------------------*/


.tb-password.modal {
	display: none;
	position: fixed;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
}
.modal-backdrop{
    z-index: 1;
}
.tb-password .modal-header {
	text-align: center;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	padding: 9px;
	background: #111;
	border-radius: 0;
}
.tb-password a.primary-btn {
	font-size: 16px;
	padding: 15px 25px;
}
.tb-password .modal-body{
    padding: 0;
}
.tb-password .modal-title {
	margin: 10px 0 22px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	text-transform: capitalize;
	color: #111;
}
.tb-close-btn{
    background-color: none;
}
.tb-password .modal-title .subTitle {
	background: #c71110;
	color: #fff;
	margin: 0 8px;
	padding: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-weight: 600;
	width: 25px;
	height: 25px;
	display: inline-block;
	line-height: 26px;
}

.tb-password a.enter-password {
    margin-left: 8px;
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.tb-password svg.preview-password:hover {
    fill: #5ab4d1;
}

.tb-password .modal-content {
	position: relative;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
	text-align: center;
	padding: 25px;
}

.tb-password .modal-content .modal-button.btn-default {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: center;
    padding: 12px 18px;
    margin-top: 20px;
    text-transform: capitalize;
    font-size: 14px;
}  
.tb-password .tb-close-btn {
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	background: none;
    border: none;
}
.tb-password .tb-close-btn:hover{
    transform: rotate(180deg);
}
/*---------------------- The Modal End-----------------------------------*/

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9998;
}
.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: white;
	padding: 20px;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 9999;
	right: 0;
	bottom: 0;
	width: 500px;
	height: 500px;
	margin: auto;
}
  .popup-content {
    text-align: center;
  }
.overlay{
  cursor: url(../images/close-icon.png), auto !important;
}
@media (max-width: 543px) {
    .popup{
        width: 400px;
        height: 400px;
    }
}
@media (max-width: 420px) {
    .popup{
        width: 300px;
        height: 300px;
    }
}