.siblings * {
    opacity: 1;
}
body {
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #999999;
    background-color: #ffffff;
    letter-spacing: 1px;
    font-weight: 400;
}
/* header css start*/

.main {} .header {
    position: relative;
    text-align: center;
    margin-bottom: 200px;
    background-image: url(../img/header_bg.jpg);
    background-position: center;
}
.header-content {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 810px;
}
.header img {
    max-width: 100%;
    height: auto;
}
.header .header-description {
    text-align: center;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
}
.logo {
    width: 321px;
    height: 82px;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto 20px;
}
.logo img {
    max-width: 100%;
}
.header .header-description .title {
    font-size: 24px;
    line-height: 40px;
    color: #000000;
    text-transform: capitalize;
    margin: 0 auto;
    width: 30%;
}
#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center;
    background-size: 300px;
}
.header-responsiveimg {
    position: absolute;
    top: auto;
    bottom: -15%;
    left: 0;
    right: 0;
}
/* header-icon css  start*/

.header-icon {
    position: absolute;
    left: 5%;
    top: 10%;
    right: auto;
    bottom: auto;
}
.header-icon .icon.icon1 {
    border-bottom: 1px solid #cecece;
}
.header-icon .icon {
    width: 263px;
    height: 86px;
    display: block;
    text-align: left;
    padding: 30px 0;
    box-sizing: content-box;
}
/* header-icon css  end*/

/* heder theme layout css  start*/

.theme-layout {
    position: absolute;
    left: auto;
    top: -100px;
    bottom: auto;
    right: -50px;
}
.theme-layout .layoutbg {
    background-image: url(../img/layoutbg.png);
    background-position: center;
    background-repeat: no-repeat;
    animation: rotation 120s infinite linear;
    -webkit-animation: rotation 120s infinite linear;
    background-size: 100%;
    width: 600px;
    height: 550px;
    display: block;
    border-radius: 50%;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
.theme-layout .layout-inner {
    color: #000000;
    border-radius: 50%;
    width: 215px;
    height: 215px;
    background-color: #ffe500;
    border: 15px solid #ffffff;
    padding: 40px 0;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
}
.theme-layout .layout-inner .total {
    font-size: 80px;
    line-height: 80px;
    display: block;
    font-weight: 700;
    text-shadow: 2.5px 4.33px 0px rgb(0, 0, 0, 0.2);
}
.theme-layout .layout-inner span.text {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}
/* heder theme layout css  end*/

/* theme area start*/

.content {
    margin-bottom: 50px;
}
.title-wrapper {
    text-align: center;
    margin-bottom: 50px;
}
.content .title-wrapper h1 {
    line-height: 80px;
    display: inline-block;
    vertical-align: top;
}
.title-wrapper h1 span {
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    float: left;
    padding-right: 10px;
}
.theme-area {
    padding: 0 10px;
    margin: 0 -15px;
}
.theme-area .theme {
    margin-bottom: 50px;
    text-align: center;
    list-style-type: none;
    padding: 0 15px;
}
.theme-wrapper {
    position: relative;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.theme-area .theme:hover .theme-wrapper {
    -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.theme-3 {
    margin-right: 0;
}
.area1:hover .theme_description .button,
.area2:hover .theme_description .button {} .theme-4,
.theme-8 {
    margin-right: 0;
}
.footer_inner1_text {
    font-size: 20px;
    color: #b5b5b5;
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    width: 600px;
    margin: 0px auto 25px;
    font-weight: normal;
    display: inline-block;
}
.area2 .theme_description .button {
    padding: 9px 28px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    border: 1px solid #333333;
    width: auto;
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    font-weight: normal;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.area1 .theme_description .button,
.area3 .theme_description .button {
    padding: 9px 28px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    color: #333333;
    border: 1px solid #333333;
    width: auto;
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    font-weight: normal;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 8px;
}
.area1 .theme_description .button:hover,
.area2 .theme_description .button:hover,
.area3 .theme_description .button:hover {
    background: #333333;
    color: #fff;
    border-color: #333333;
}
.theme_description .button {
    text-decoration: none;
}
.theme_top img {
    max-width: 100%;
    width: 100%;
}
.theme .image-shop-scroll {
    display: block;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
.theme-wrapper .image-shop-scroll img {
    max-width: 100%;
}
.theme_description {
    overflow: hidden;
    position: relative;
    padding: 45px 0;
}
.theme_description .text1 {
    font-size: 22px;
    font-weight: 300;
    color: #000000;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}
.theme_description .text1 span {
    font-weight: 600;
}
.theme-area .theme:hover .theme_description .text1 {
    -webkit-transform: scale(0);
    transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}
.theme_description .theme-btn {
    position: absolute;
    top: 40px;
    bottom: auto;
    left: 0;
    right: 0;
}
.theme_description .btn {
    display: inline-block;
    vertical-align: top;
}
.theme-area .theme .btn {
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 12px 27px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}
.theme-area .theme .btn:hover {
    background-color: #999999;
}
.theme-area .theme:hover .btn {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}
.fix-image:hover .image-shop-scroll {
    background-position: center 100% !important;
}
.fix-image .image-shop-scroll {
    display: block;
    transition: all 5s ease-out 0s;
    -webkit-transition: all 5s ease-out 0s;
    -moz-transition: all 5s ease-out 0s;
    -ms-transition: all 5s ease-out 0s;
    -o-transition: all 5s ease-out 0s;
}
/* theme hedader and footer layouts start */

#header-layouts,
#theme-filter {
    background-color: #f8f8f8;
    padding: 120px 0;
    margin-bottom: 120px;
}
#theme-filter {
    margin: 0;
}
#footer-layouts {
    margin-bottom: 120px;
}
#header-layouts .header-desc,
#footer-layouts .footer-desc,
#theme-filter .filter-desc {
    width: 39.3%;
    float: left;
}
#header-layouts .header-layout,
#footer-layouts .footer-layout,
#theme-filter .filter-layout {
    width: 60.7%;
    float: left;
}
#header-layouts .header-layout .theme-header,
#footer-layouts .footer-layout .theme-footer {
    margin-bottom: 50px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#header-layouts .header-layout .theme-header:last-child,
#footer-layouts .footer-layout .theme-footer:last-child {
    margin: 0;
}
#header-layouts .header-desc h1,
#footer-layouts .footer-desc h1 {
    margin-bottom: 40px;
}
#header-layouts .header-desc,
#theme-filter .filter-desc {
    padding: 150px 30px 0 0;
}
#footer-layouts .footer-desc {
    padding: 150px 0 0 30px;
}
#header-layouts .header-layout img,
#footer-layouts .footer-layout img {
    max-width: 100%;
}
#theme-filter .filter-layout .theme-filter {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}
#theme-filter .filter-layout .theme-filter img {
    max-width: 100%;
}
/* theme hedader and footer  layouts end */

/* footer css start */

.footer {
    text-align: center;
    padding: 70px 0;
    clear: both;
}
.footer a {
    font-size: 13px;
    color: #000000;
}
.footer a:hover {
    color: #999999;
}
a.disabled {
    pointer-events: none;
    cursor: default;
}
/* offerblock css start*/

#offerblock {
    background-color: #000000;
    padding: 52px 0;
    margin-bottom: 120px;
}
#offerblock h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 50px;
    margin-top: 7px;
}
#offerblock h2:before {
    content: '';
    position: absolute;
    right: -100px;
    left: auto;
    top: 45%;
    bottom: auto;
    width: 100px;
    height: 1px;
    background: #ffffff;
}
#offerblock a.btn {
    float: right;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}
#offerblock a.btn:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}
/* offerblock  css end*/

/* feature block css start*/

#featureblock {
    margin-bottom: 40px;
    text-align: center;
}
#featureblock .container {
    padding: 0 10px;
}
#featureblock .theme_part {
    list-style: none;
    margin: 0 -25px;
    padding: 0;
}
#featureblock .feature-part {
    padding: 0 25px;
    margin: 0 0 80px;
}
#featureblock .feature-part-wrapper {
    padding: 38px 15px;
    margin-bottom: 30px;
    background: #f8f8f8;
    display: block;
    text-align: center;
    overflow: hidden;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
#featureblock .feature-part:hover .feature-part-wrapper {
    background: #ffffff;
    box-shadow: 0px 0px 5px 5px rgba(109, 109, 109, 0.1);
    -moz-box-shadow: 0px 0px 5px 5px rgba(109, 109, 109, 0.1);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(109, 109, 109, 0.1);
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
#featureblock .feature-part .feature-image {
    background-repeat: no-repeat;
    background-size: 90px;
    background-position: center;
    margin: 0 0 20px;
    height: 90px;
    width: 90px;
    font-size: 0;
    display: inline-block;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
#featureblock .feature-part:nth-child(1) .feature-image {
    background-image: url(../img/featuredicon1.svg);
}
#featureblock .feature-part:nth-child(2) .feature-image {
    background-image: url(../img/featuredicon2.svg);
}
#featureblock .feature-part:nth-child(3) .feature-image {
    background-image: url(../img/featuredicon3.svg);
}
#featureblock .feature-part:nth-child(4) .feature-image {
    background-image: url(../img/featuredicon4.svg);
}
#featureblock .feature-part:nth-child(5) .feature-image {
    background-image: url(../img/featuredicon5.svg);
}
#featureblock .feature-part:nth-child(6) .feature-image {
    background-image: url(../img/featuredicon6.svg);
}
#featureblock .feature-part:nth-child(7) .feature-image {
    background-image: url(../img/featuredicon7.svg);
}
#featureblock .feature-part:nth-child(8) .feature-image {
    background-image: url(../img/featuredicon8.svg);
}
#featureblock .feature-part:nth-child(9) .feature-image {
    background-image: url(../img/featuredicon9.svg);
}
#featureblock .feature-image img {
    max-width: 100%;
}
#featureblock .feature-text {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
#featureblock .feature-part:hover .feature-text {
    color: #999999;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
/* featureblockcss css end*/

/* support information css start*/

#support-information {
    background-color: #f8f8f8;
    margin-bottom: 80px;
}
#support-information .support-details h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 50px;
}
img.supportimg {
    max-width: 100%;
}
.support-img {
    width: 60%;
    float: left;
}
.support-info {
    width: 40%;
    float: left;
    padding:55px 0 55px 60px;
    position: relative;
}
.support-info:after {
    content: '';
    position: absolute;
    right: auto;
    left: -100px;
    top: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 80px 0 10px;
    border-color: #eeeeee;
    padding: 5px;
}
.support-div {
    margin-bottom: 30px;
}
.support-div .text-1 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    width: 40%;
    display: block;
    float: left;
}
.support-div .text-2,
.support-div .text-2 a {
    font-size: 16px;
    color: #999999;
    font-weight: 400;
    width: 60%;
    line-height: 27px;
}
.support-div .text-2 a:hover {
    color: #000000;
}
.support-details a.contact-btn.btn {
    margin-top: 20px;
}
/* support information css end*/

/* testimonial css start*/

#testimonial {
    margin-bottom: 100px;
}
#testimonial h1 {
    text-align: center;
    margin-bottom: 40px;
}
#testimonial .testimonial-item {
    border-width: 3px;
    border-color: rgb(221, 221, 221);
    border-style: dotted;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 25px 40px;
    overflow: hidden;
}
#testimonial .testimonial-item .left-content {
    float: left;
    padding-right: 70px;
        width: 25%;
}
#testimonial .testimonial-item .name {
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
#testimonial .testimonial-item span.designation {
    font-size: 14px;
    display: block;
}
#testimonial .quote {
    display: block;
    width: 90px;
    height: 90px;
    background-image: url(../img/quote.svg);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-right: 35px;
}
#testimonial .testimonial-item .right-content {
    overflow: hidden;
    border-left: 1px solid #dddddd;
    padding-left: 70px;
}
#testimonial .testimonial-item .detail {
    overflow: hidden;
    margin: 15px 0 0 0;
}
#testimonial .testimonial-item .description {
    margin-bottom: 15px;
    display: block;
}
#testimonial .testimonial-item .testimonial-rating span.rate {
    background-image: url(../img/rate-no.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    margin: 0 0;
    height: 20px;
    width: 20px;
    font-size: 0;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
}
#testimonial .testimonial-item .testimonial-rating span.rate.rate-on {
    background-image: url(../img/rate.svg);
}
/* testimonial css end*/

/* responive description css start*/

.theme_decription {
    text-align: center;
    background-color: #f2f2f2;
    padding: 125px 0 0 0;
    margin-bottom: 70px;
}
.theme_decription .decription_part {
    margin-bottom: 30px;
}
.theme_decription .decription_part h4.desc,
.title-wrapper h4.desc {
    color: #999999;
    font-weight: 400;
    width: 80%;
    margin: 0 auto;
}
.theme_decription .responsive_img {
    text-align: center;
    margin-bottom: -50px;
}
.theme_decription .responsive_img img {
    max-width: 100%;
}
/* responive description css end*/

/* Theme responsive */

@media (max-width: 1449px) {
    .header-icon {
        top: 10px;
    }
    .header .header-description {
        top: 5%;
    }
    .theme-layout {
        top: -120px;
        right: -120px;
    }
    #header-layouts .header-desc {
        padding: 100px 30px 0 0;
    }
    #theme-filter .filter-desc {
        padding: 50px 30px 0 0;
    }
    #footer-layouts .footer-desc {
        padding: 100px 0 0 30px;
    }
    .support-info {
        padding: 55px 0 55px 70px;
    }
    #testimonial .testimonial-item .left-content {
        width: 30%;
    }
}
@media (max-width: 1249px) {
    .support-info:after {
        display: none;
    }
    .support-img {
        width: 50%;
    }
    .support-info {
        width: 50%;
        padding: 55px 0 55px 50px;
    }
    #testimonial .testimonial-item .left-content {
        padding-right: 40px;
            width: 35%;
    }
    #testimonial .testimonial-item .right-content {
    padding-left: 40px;
}
    .header .header-description .title {
        width: 40%;
        font-size: 20px;
        line-height: 30px;
    }
    .theme_description .text1 {
        font-size: 18px;
    }
    .title-wrapper h1 span {
        font-size: 60px;
        line-height: 60px;
    }
    .content .title-wrapper h1 {
        line-height: 60px;
    }
    #featureblock .theme_part {
        margin: 0 -15px;
    }
    #featureblock .feature-part {
        padding: 0 15px;
    }
    .header-icon {
        left: 10px;
    }
    .logo {
        width: 251px;
        height: auto;
    }
    .theme-layout {
        top: -100px;
        right: -100px;
    }
    .theme-layout .layoutbg {
        width: 500px;
        height: 450px;
    }
    .theme-layout .layout-inner {
        width: 180px;
        height: 180px;
    }
    .theme-layout .layout-inner .total {
        font-size: 50px;
        line-height: 50px;
    }
    #header-layouts .header-desc {
        padding: 100px 30px 0 0;
    }
    #footer-layouts .footer-desc {
        padding: 50px 0 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .theme-area .theme {
        width: 60%;
        margin: 0 auto;
        float: none;
    }
}
@media (max-width: 991px) {
    .header {
        margin-bottom: 80px;
    }
    #header-layouts {
        margin-bottom: 80px;
        padding: 80px 0;
    }
    #theme-filter {
        padding: 80px 0;
    }
    #footer-layouts {
        margin-bottom: 80px;
    }
    .theme_decription {
        padding: 80px 0 0 0;
    }
    #header-layouts .header-desc,
    #footer-layouts .footer-desc,
    #theme-filter .filter-desc {
        width: 100%;
        float: none;
        padding: 0;
        text-align: center;
        margin-bottom: 50px;
    }
    #header-layouts .header-layout,
    #footer-layouts .footer-layout,
    #theme-filter .filter-layout {
        float: none;
        margin: 0 auto 50px;
        width: 80%;
    }
    #header-layouts .header-layout {
        margin: 0 auto;
    }
    .support-img {
        width: 100%;
        text-align: center;
    }
    .support-info {
        padding: 0 0 30px 30px;
        float: none;
        clear: both;
        width: 100%;
    }
    #offerblock {
        text-align: center;
        margin-bottom: 80px;
    }
    #offerblock h2 {
        display: block;
        padding: 0;
        text-align: center;
        margin: 0 0 30px 0;
    }
    #offerblock h2:before {
        display: none;
    }
    #offerblock a.btn {
        float: none;
    }
    #featureblock .feature-text {
        font-size: 14px;
    }
    .header-icon,
    .theme-layout {
        display: none;
    }
    .header-content {
        height: auto;
        padding: 30px 0;
    }
    .header .header-description,
    .header-responsiveimg {
        position: static;
    }
    .header .header-description .title {
        width: 70%;
    }
    #testimonial .testimonial-item {
        text-align: center;
        padding: 25px 15px;
    }
    #testimonial .testimonial-item .left-content {
        float: none;
        padding: 0;
            width: 100%;
    }
    #testimonial .quote {
        float: none;
        margin: 0 auto 10px;
    }
    #testimonial .testimonial-item .detail {
        overflow: visible;
        margin: 0 0 10px 0;
    }
    #testimonial .testimonial-item .right-content {
        padding: 0;
        border: none;
        overflow: visible;
        text-align: center;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
    #theme-filter {
        text-align: center;
    }
    #theme-filter .filter-layout .theme-filter {
        width: 100%;
        float: none;
        padding: 0;
        margin: 0 auto 15px;
    }
    .header .header-description .title,
    .theme_decription .decription_part h4.desc,
    .title-wrapper h4.desc,
    #header-layouts .header-layout,
    #footer-layouts .footer-layout {
        width: 100%;
    }
}
@media (max-width: 479px) {
    .logo {
        width: 201px;
    }
    .header .header-description .title {
        font-size: 16px;
    }
    .title-wrapper {
        margin-bottom: 30px;
    }
    .content .title-wrapper h1 {
        line-height: 40px;
    }
    .title-wrapper h1 span {
        font-size: 40px;
        line-height: 40px;
    }
    .footer {
        padding: 30px 5px;
    }
    .theme_decription {
        margin-bottom: 30px;
    }
    .theme_decription .responsive_img {
        margin-bottom: -20px;
    }
    .theme_description {
        padding: 25px 0;
    }
    .theme_description .theme-btn {
        position: static;
        display: block;
        margin-top: 20px;
    }
    .theme-area .theme:hover .theme_description .text1,
    .theme-area .theme .btn {
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -moz-transform: none;
    }
    .support-info {
        text-align: center;
            padding: 0 0 30px 0;
    }
    #support-information .support-details h1 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    #support-information .support-details h1 {
        text-align: center;
    }
    .support-div .text-1,
    .support-div .text-2 {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0 0 5px 0;
    }
    .support-div .text-1 {
        font-size: 16px;
    }
    .support-div .text-2,
    .support-div .text-2 a {
        font-size: 14px;
    }
}