<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Apnew Child
Description: Apnew - WordPress Landing Page Theme
Author: Bootexperts
Version: 1.0.0
Tags: slider, site-builder, page-builder, responsive-layout, fixed-layout, fluid-layout, one-column, one-column, two-column, three-column, four-column, custom-colors, custom-header, custom-menu, editor-style, featured-images, translation-ready, full-width-template, theme-options
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: layerswp
*/
/*--------------------
   Main CSS
----------------------
 [Table of contents]
 
 1. Defualt css
 2. Reset css
 3. Menu area
 4. section title style 
 5. Slider area
 6. About area
 7. Service area
 8. Download Area
 9. Pricing Area
 10. Testimonial Area
 11. Screenshot Area
 12. Features Area
 13. Contact us area
 14. Newsletter
 15. Blog area
 16. Single blog
 17. Blog list style
 18. Angle service area
 19. Scroll to top
 20. Responsive view
    20.1 Large desktop :1920px
    20.2 Normal desktop :992px
    20.3 Tablet desktop :768px
    20.4 Small mobile :320px
    20.5 Large Mobile :480px
 
------------------------------*/
/*===================
  Main css
====================*/
/*1. Defualt css*/

html {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: calc(100%) !important;
}
body {
    overflow-x: hidden;
}
body,
body p {
    color: #2d3e50;
    font-family: "latoregular";
    font-size: 16px;
    line-height: 24px;
}
@font-face {
    font-family: 'latobold';
    src: url('assets/fonts/lato-bold-webfont.eot');
    src: url('assets/fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/lato-bold-webfont.woff2') format('woff2'), url('assets/fonts/lato-bold-webfont.woff') format('woff'), url('assets/fonts/lato-bold-webfont.ttf') format('truetype'), url('assets/fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latolight';
    src: url('assets/fonts/lato-light-webfont.eot');
    src: url('assets/fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/lato-light-webfont.woff2') format('woff2'), url('assets/fonts/lato-light-webfont.woff') format('woff'), url('assets/fonts/lato-light-webfont.ttf') format('truetype'), url('assets/fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latomedium';
    src: url('assets/fonts/lato-medium-webfont.eot');
    src: url('assets/fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/lato-medium-webfont.woff2') format('woff2'), url('assets/fonts/lato-medium-webfont.woff') format('woff'), url('assets/fonts/lato-medium-webfont.ttf') format('truetype'), url('assets/fonts/lato-medium-webfont.svg#latomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('assets/fonts/lato-regular-webfont.eot');
    src: url('assets/fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/lato-regular-webfont.woff2') format('woff2'), url('assets/fonts/lato-regular-webfont.woff') format('woff'), url('assets/fonts/lato-regular-webfont.ttf') format('truetype'), url('assets/fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latosemibold';
    src: url('assets/fonts/lato-semibold-webfont.eot');
    src: url('assets/fonts/lato-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/lato-semibold-webfont.woff2') format('woff2'), url('assets/fonts/lato-semibold-webfont.woff') format('woff'), url('assets/fonts/lato-semibold-webfont.ttf') format('truetype'), url('assets/fonts/lato-semibold-webfont.svg#latosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
[data-overlay] {
    position: relative;
}
[data-overlay]:before {
    position: absolute;
    content: '';
    background: #2D3E50;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay] *:not(.container):not(.background-image-holder):not(.instafeed--background) {
    z-index: 2;
}
[data-overlay="1"]:before {
    opacity: 0.1;
}
[data-overlay="2"]:before {
    opacity: 0.2;
}
[data-overlay="3"]:before {
    opacity: 0.3;
}
[data-overlay="4"]:before {
    opacity: 0.4;
}
[data-overlay="5"]:before {
    opacity: 0.5;
}
[data-overlay="6"]:before {
    opacity: 0.6;
}
[data-overlay="7"]:before {
    opacity: 0.7;
}
[data-overlay="8"]:before {
    opacity: 0.8;
}
[data-overlay="9"]:before {
    opacity: 0.9;
}
[data-overlay="10"]:before {
    opacity: 1;
}
[data-overlay="0"]:before {
    opacity: 0;
}
[data-overlay] .section-title .heading,
[data-overlay] .section-title .excerpt p {
    color: #fff;
}
/* 2. Reset css */

.container {
    max-width: 1200px;
}
.container.list-masonry {
    max-width: 1200px;
}
@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
    .container.list-masonry {
        max-width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
    .container.list-masonry {
        max-width: 970px;
    }
}
@media (min-width: 1260px) {
    .container {
        max-width: 1200px;
    }
    .container.list-masonry {
        max-width: 1200px;
    }
}
/* 3. Menu area */

.home .header-site.header-sticky {
    padding-top: 70px;
    transition: 0.3s;
}
.header-site.header-sticky.is_stuck.is_stuck_show {
    padding-top: 0px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.header-site .container {
    padding: 15px 20px;
}
.custom-logo-link {
    padding-top: 10px;
}
.header-site .nav-horizontal &gt; ul &gt; li &gt; a {
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 26px;
    margin-right: 34px;
    padding: 0 1px;
    position: relative;
    text-transform: uppercase;
    transition: 0.3s;
}
.header-site .nav-horizontal &gt; ul &gt; li &gt; a::before {
    background: #7a9757 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    right: 50%;
    transition-duration: 0.3s;
    transition-property: left, right;
    transition-timing-function: ease-out;
    z-index: -1;
}
.header-site .nav-horizontal &gt; ul &gt; li:not(.btn-download) &gt; a:hover::before,
.header-site .nav-horizontal &gt; ul &gt; li:not(.btn-download) &gt; a:focus::before,
.header-site .nav-horizontal &gt; ul &gt; li:not(.btn-download) &gt; a:active::before,
.header-site .nav-horizontal &gt; ul &gt; li.current:not(.btn-download) a::before {
    left: 0;
    right: 0;
}
.header-site.invert .nav-horizontal &gt; ul &gt; li &gt; a:hover,
.header-site .nav-horizontal &gt; ul &gt; li &gt; a:hover {
    color: rgba(255, 255, 255, 1);
}
.btn-download {
    background: #7a9757 none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 11px;
    line-height: 27px;
    margin-top: 8px;
    padding: 0 16px;
    border-radius: 2px;
    transition: 0.3s;
}
.header-site .nav-horizontal &gt; ul &gt; li:last-child &gt; a {
    margin-right: 0;
}
.header-site.invert .nav-horizontal &gt; ul &gt; li.btn-download:hover {
    background-color: #ffffff;
}
.header-site.invert .nav-horizontal &gt; ul &gt; li.btn-download:hover a {
    color: #2d3e50;
}
/* 4. section title style */

.section-title h3.heading {
    font-size: 36px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 12px;
    position: relative;
    text-transform: uppercase;
}
.section-title h3.heading span {
    color: #7a9757;
}
.section-title .title-separetor {
    margin-bottom: 20px;
}
.section-title .excerpt p:not(:first-child) {
    margin-top: 0rem;
}
.section-title .excerpt p,
.sub-section-title p {
    color: #2d3e50;
    font-size: 16px;
    line-height: 24px;
    font-family: "latoregular";
}
.section-title {
    margin-bottom: 78px;
    position: relative;
    z-index: 10;
}
/* 5. Slider area*/

.apnew-slider .excerpt p {
    color: #fff;
}
.single-app {
    background: #7a9757 none repeat scroll 0 0;
    border: 3px solid #ffffff;
    border-radius: 100%;
    display: inline-table;
    height: 100px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100px;
    z-index: 99;
    line-height: 14px;
}
.single-app-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.single-app i {
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 2px;
}
.single-app h4,
.single-app h3 {
    color: #ffffff;
    font-family: "latobold";
    font-size: 11px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.single-app h3 {
    font-size: 14px;
}
.apnew-slider .section-title.large .heading {
    color: #ffffff;
    font-size: 67px;
    font-weight: 800;
    line-height: 72px;
    margin-bottom: 23px;
    text-transform: uppercase;
}
.apnew-slider .swiper-slide.image-right .copy-container,
.apnew-slider .swiper-slide.image-left .copy-container {
    width: 65%;
}
.apnew-slider .excerpt p {
    color: #ffffff;
    margin-bottom: 33px;
}
.apnew-slider .section-title .button.active {
    background: #7a9757 none repeat scroll 0 0;
    border-color: #7a9757;
    border-radius: 3px;
    margin-top: 5px;
    color: #fff;
}
.apnew-slider .section-title .button.active:hover {
    background: #fff none repeat scroll 0 0;
    border-color: #fff;
    color: #2d3e50;
}
.apnew-slider .section-title .button {
    background: #fff none repeat scroll 0 0;
    border-color: #fff;
    color: #2d3e50;
    border-radius: 3px;
    margin-top: 5px;
}
.apnew-slider .section-title .button:hover {
    background: #7a9757 none repeat scroll 0 0;
    border-color: #7a9757;
    color: #fff;
}
.banner-apps {
    display: inline-block;
    margin: auto 30px;
}
.banner-icon-box-area {
    margin-top: 85px;
    text-align: center;
}
.home section.wrapper-content[style] {
    padding-top: 0px !important;
}
.apnew-slider .swiper-wrapper .container {
    padding-top: 130px !important;
}
.apnew-slider.slides .swiper-slide {
    position: relative;
    z-index: 1;
}
.apnew-slider.slides .swiper-slide::before {
    background-color: #ffffff;
    height: 142px;
    content: "";
    height: 180px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0;
    transform: rotate(180deg);
}
.apnew-slider.slides .swiper-slide .content {
    z-index: 101;
}
.apnew-slider.slides .swiper-slide .overlay {
    padding-bottom: 0;
}
/* 6. About area */

.best-content .heading {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 25px;
}
.best-content .heading span {
    color: #7a9757;
}
.bestapp-area .best-column:not(.has-image) .best-content {
    left: 0;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
}
.bestapp-area .best-column:not(.has-image) .best-content a.button {
    margin-top: 50px;
    ;
}
a.button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #7a9757;
    border-radius: 2px;
    color: #2D3E50;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 800;
    height: 53px;
    line-height: 53px;
    padding: 0 25px;
    text-transform: uppercase;
}
a.button {
    margin-right: 30px;
}
a.button:last-chaild {
    margin-right: 0;
}
a.button i {
    margin-right: 7px;
}
a.button:hover,
.button.active {
    background: #7a9757 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
}
.button.active:hover {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #7a9757;
    color: #2D3E50;
}
.media.best-content .media-image img {
    width: 80%;
}
/* 7. Service area */

.single-item-icon {
    background-color: #7a9757;
    border-radius: 36px 36px 0;
    display: inline-table;
    height: 100px;
    margin-bottom: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100px;
}
.single-item-icon i {
    color: #ffffff;
    display: table-cell;
    font-size: 45px;
    vertical-align: middle;
}
.single-service h2.heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
}
/*--------------------------------------------*/
/*  8. Download Area
/*--------------------------------------------*/

.appstore-area .section-title {
    margin-bottom: 55px;
}
.download-area {
    background: url("img/banner/3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -137px;
    padding-bottom: 348px;
    padding-top: 298px;
    position: relative;
    z-index: -2;
}
.download-area:before,
.footer-area:before {
    background-image: url("img/banner/shape.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    content: "";
    height: 323px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.download-area:after {
    background-image: url("img/banner/shape.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    height: 323px;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.download-bg,
.footer-bg {
    background: rgba(45, 62, 80, 0.85) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.download-button-wrapper {
    padding-bottom: 25px;
    text-align: center;
}
.download-btn &gt; span {
    color: #ffffff;
    display: block;
    font-family: "latomedium";
    font-size: 18px;
    height: 78px;
    line-height: 47px;
    text-align: left;
}
.download-btn span.large-text {
    display: block !important;
    font-family: "latobold";
    font-size: 26px;
    position: relative;
    top: -25px;
}
.download-btn {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 2px;
    display: inline-block;
    height: 80px;
    padding: 0 30px 0 90px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.download-btn:hover {
    background-color: #7A9757;
    border-color: #7A9757
}
.download-btn i {
    color: #ffffff;
    font-size: 47px;
    height: 78px;
    left: 22px;
    line-height: 74px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 53px;
}
.appstore-area .grid {
    margin: auto;
    width: 84%;
}
.appstore-area .grid div {
    margin: auto;
}
/*--------------------------------------------*/
/*  9. Pricing Area
/*--------------------------------------------*/

.pricing-area {
    margin-bottom: 0;
    padding-top: 35px;
}
.pricing-area .section-title {
    margin-bottom: 112px
}
.single-price-package {
    box-shadow: 0 0 20px 1px rgba(35, 31, 32, 0.2);
    text-align: center;
}
.price-title {
    background: #2D3E50 none repeat scroll 0 0;
    padding: 35px 0 34px;
}
.pricing-area .col-md-4:first-child .single-price-package {
    margin-left: 60px;
    margin-right: 12px;
}
.pricing-area .col-md-4:last-child .single-price-package {
    margin-right: 60px;
    margin-left: 12px;
}
.price-title &gt; h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.price {
    display: block;
    overflow: hidden;
}
.pricing-area .price &gt; h4,
.pricing-area .price &gt; p {
    color: #ecebeb;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.price-title h4 span.text-large {
    color: #ffffff;
    font-size: 60px;
    line-height: 61px;
}
.price .text-top {
    padding-right: 4px;
    position: relative;
    top: -20px;
}
.pricing-area .price &gt; p {
    bottom: -9px;
    position: relative;
}
.price-list {
    padding-bottom: 30px;
    padding-top: 50px;
}
.price-list li {
    color: #2d3e50;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}
.price-btn {
    margin-top: 52px;
}
.price-btn a {
    border-radius: 13px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 39px;
    padding: 0 39px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.on .price-title &gt; h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 2px;
}
.pricing-area .on .price &gt; h4,
.pricing-area .on .price &gt; p {
    font-size: 20px
}
.on .price-title h4 span.text-large {
    font-size: 70px;
    line-height: 71px;
}
.on .price .text-top {
    padding-right: 0;
    top: -23px;
}
.on .price-title {
    padding: 37px 0 40px
}
.pricing-area .single-price-package.on {
    box-shadow: 0 0 20px 1px rgba(35, 31, 32, 0.4);
    margin: -34px 16px 0;
}
.on .price-list li {
    line-height: 39px
}
.pricing-container .pricing-area:first-child .single-price-wrap {
    margin-left: 50px;
    margin-right: 10px;
}
.pricing-container .pricing-area:last-child .single-price-wrap {
    margin-left: 10px;
    margin-right: 50px;
}
/*--------------------------------------------*/
/*  10. Testimonial Area
/*--------------------------------------------*/

.testimonial-area {
    padding-top: 127px
}
.testimonial-image-slider {
    margin-top: 5px
}
.slick-list {
    margin: 0 5px
}
.sin-testiImage {
    display: inline-block;
    margin-bottom: 11px;
    outline: medium none;
}
.sin-testiImage img {
    border: 1px solid #7a9757;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block !important;
    height: 97px;
    margin-bottom: 55px;
    margin-top: 36px;
    outline: 0 none;
    width: 97px;
}
.sin-testiImage.slick-current img {
    border: 3px solid #7a9757;
    opacity: 1;
    transform: scale(1.7);
}
.testimonial-text-slider h2 {
    display: block;
    font-size: 25px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.testimonial-text-slider h2::after {
    background: #7a9757 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 40px;
}
.testimonial-text-slider {
    background: #f0f0f0 none repeat scroll 0 0;
    margin: auto;
    padding: 30px 55px 4px;
    width: 80%;
    border-radius: 7px;
    position: relative
}
.testimonial-text-slider:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f0f0f0;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 22px 13px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    top: -44px;
    width: 0;
}
.sin-testiText {
    outline: none
}
.sin-testiText p {
    margin-bottom: 32px
}
.client-rating {
    margin-bottom: 5px
}
.client-rating i {
    color: #7d7d7d;
    font-size: 18px;
}
.client-rating i.color {
    color: #f1c30d
}
.slick-prev,
.slick-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 54px;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 30%;
    width: 30px;
    text-align: ;
}
.slick-prev:hover,
.slick-next:hover {
    background: transparent none repeat scroll 0 0;
}
.slick-prev {
    left: -31px
}
.slick-next {
    right: -31px
}
.slick-prev::before,
.slick-next::before {
    color: #2d3e50;
    content: "ï„„";
    display: inline-block;
    font-family: fontawesome;
    font-size: 50px !important;
    height: 50px !important;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 25px;
}
.slick-prev:hover:before,
.slick-next:hover:before {
    color: #7a9757;
    background: transparent;
}
.slick-next::before {
    content: "\f105";
    font-family: fontawesome;
    right: 0;
}
/*--------------------------------------------*/
/*  11. Screenshot Area
/*--------------------------------------------*/

.sin-screenshot {
    z-index: 9
}
.sin-screenshot a {
    display: block;
    position: relative
}
.sin-screenshot a:before {
    background: #24141e none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: absolute;
    right: 0;
    top: 0;
}
.sin-screenshot a:hover:before {
    opacity: 0.2;
    filter: alpha(opacity=20)
}
#screenshot-carousel {
    z-index: 9;
}
[data-carousel-3d] [data-next-button]::before {
    color: #2d3e50;
    content: "\f105";
    font-family: fontawesome;
}
[data-carousel-3d] [data-prev-button]::before {
    color: #2d3e50;
    content: "\f104";
    font-family: fontawesome;
}
.screenshots-area .grid.apnew-screen-inner {
    margin: auto;
    width: 90%;
    overflow: hidden;
}
.screenshots-area.content-vertical-massive {
    padding-bottom: 5%;
}
/*--------------------------------------------*/
/*  12. Features Area
/*--------------------------------------------*/

.features-area .single-item-text p {
    margin-bottom: 0
}
.features-area .single-item {
    margin-bottom: 95px
}
.features-area .single-item-icon {
    float: left;
    margin-right: 38px
}
.features-area .single-item-text {
    display: block;
    overflow: hidden;
    width: 408px;
}
.features-area .single-item-text h4 {
    line-height: 21px;
    margin-bottom: 11px
}
.features-area .single-item:first-child,
.features-area .single-item:last-child {
    margin-left: -50px
}
.features-area .single-item:nth-child(2),
.features-area .single-item:nth-child(4) {
    margin-left: 84px
}
.features-area .single-item:nth-child(3) {
    margin-left: 121px
}
.single-item h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
}
.feature-wrapper {
    margin-left: 41%;
}
.backgrount_image img {
    position: absolute;
    top: 45%;
    transform: translateY(-50%) scale(1.8);
    left: 10%;
}
.features-area .column .single-item:last-child {
    margin-bottom: 0;
}
/* 13. Contact us area */

.contact-title h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
}
.contact-title p {
    color: #ffffff;
    margin-top: 10px;
}
.contact-icon {
    background-color: #7a9757;
    border-radius: 21px 21px 0;
    color: #ffffff;
    display: inline-table;
    float: left;
    height: 54px;
    margin-right: 24px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 54px;
}
.contact-icon i {
    display: table-cell;
    font-size: 30px;
    vertical-align: middle;
}
.contact-text &gt; span {
    color: #eeeeee;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "latoregular";
}
.single-contact-info {
    margin-bottom: 26px;
    overflow: hidden;
}
.conatct-info {
    margin-top: 52px;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 8px;
    box-shadow: none;
    color: #cccccc;
    height: 42px;
    margin-bottom: 3px;
    padding: 8px 17px;
    max-width: 80%;
}
textarea.form-control {
    height: 99px;
    resize: none;
    max-width: 100%;
}
.form-group {
    margin-bottom: 15px;
}
.submit-form .button {
    background-color: #7a9757;
    border: 0 none;
    border-radius: 7px;
    color: #ffffff;
    font-family: "latomedium";
    font-weight: 400;
    height: 45px;
    margin-top: 21px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.submit-form .button:hover {
    background-color: #fff;
    color: #2d3e50;
}
input[type="email"],
input[type="text"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="date"] {
    -moz-appearance: none;
    font-size: 14px;
    height: 45px;
    max-width: inherit;
    padding: 8px 17px;
}
.contact-form {
    margin-top: 50px;
}
.contact-form-area {
    padding-right: 200px;
}
div.wpcf7-response-output {
    color: #fff;
}
/*--------------------------------------------*/
/*  14. Newsletter
/*--------------------------------------------*/

.content-vertical-massive.subscribe-area {
    padding: 150px 0 125px;
}
.newsletter-content &gt; input[type=email] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 9px;
    color: #a3a3a3;
    font-family: "latosemibold";
    font-size: 14px;
    height: 49px;
    padding: 0 19px;
    width: 100%;
}
.subscribe-area .newsletter-content &gt; input[type=submit] {
    border: 0 none;
    border-radius: 9px;
    color: #2d3e50;
    font-family: "latosemibold";
    font-size: 16px;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 29.5%;
    background-color: #fff;
    font-weight: 500;
}
.subscribe-area .newsletter-content &gt; input[type=submit]:hover {
    background-color: #7a9757;
    color: #ffffff;
}
.newsletter-content {
    margin: 40px auto auto;
    width: 80%;
    position: relative;
}
.subscribe-area .excerpt p {
    color: #ffffff;
}
.darken.subscribe-area {
    position: relative;
}
.darken.subscribe-area::before {
    background: #2d3e50 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}
.mc4wp-response {
    margin-top: 15px;
}
/*copyright*/

.copyright p {
    color: #fff;
}
#menu-social-menu li a {
    color: #ffffff;
    display: inline-table;
    font-size: 15px;
}
#menu-social-menu li a:hover {
    color: #7a9757;
}
.single-service:hover .single-item-icon,
.features-area .single-item:hover .single-item-icon {
    background-color: #2d3e50;
}
/* 15. Blog area */

.layers-post-widget footer.meta-info span {
    display: inline-block;
    margin-right: 10px;
}
.layers-post-widget footer.meta-info p,
.layers-post-widget footer.meta-info p a {
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    font-weight: 300;
}
.layers-post-widget footer.meta-info span:last-child {
    margin-right: 0;
}
.layers-post-widget .thumbnail-body .excerpt {
    color: #2d3e50;
    font-size: 14px;
}
.thumbnail-body .heading {
    color: #000;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.layers-post-widget .thumbnail-body a.button {
    background: #7a9757 none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    line-height: 38px;
    margin-top: 20px;
    padding: 0 15px;
    text-transform: none;
}
.layers-post-widget .container article.column .thumbnail-body a.button:hover {
    background: #fff;
    color: #7a9757;
}
.layers-post-widget article.column {
    box-shadow: 0 0 15px 0 rgba(35, 31, 32, 0.2);
}
.layers-post-widget article .thumbnail-body {
    background-color: #fff;
}
.content-vertical-massive.blog-area {
    padding-bottom: 5%;
}
.stc-separetor .section-title h3.heading {
    margin-bottom: 20px;
    padding-bottom: 30px;
    position: relative;
    display: inline-block;
}
.stc-separetor .section-title h3.heading::before {
    bottom: 0;
    content: url(assets/image/title-icon.png);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
/* 16. Single blog */

.sidebar .search-submit {
    border: 2px solid #ddd;
    float: left;
    height: 45px;
    width: 35%;
}
.single.single-post header.section-title,
#post-list .post.type-post header.section-title {
    margin-bottom: 30px;
}
/*.single.single-post .thumbnail img,
#post-list .post.type-post .thumbnail img {
    width: 100%;
}*/
.comment-form .submit {
    height: 53px;
    padding: 0 25px !important;
}
/* 17. Blog list style */

.title-container .title {
    max-width: 1200px;
}
#post-list .post.type-post footer.meta-info {
    margin-bottom: 25px;
}
#post-list .post.type-post .meta-info p .meta-item {
    display: inline-block;
    margin-right: 20px;
}
#post-list .post.type-post .meta-info p .meta-item:last-child {
    margin-right: 0;
}
.price-btn a.btn-hover {
    position: relative;
}
.angle.apnew-slider.slides .swiper-slide::after {
    background-image: url("assets/image/shape.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 360px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    transform: rotate(180deg);
}
.angle.apnew-slider.slides .swiper-slide::before {
    display: none;
}
.angle .banner-icon-box-area {
    margin-left: 72px;
    margin-top: 75px;
    padding-top: 170px;
    position: relative;
}
.angle .banner-icon-box-area .banner-apps {
    position: absolute;
}
.angle .banner-icon-box-area .banner-apps:nth-child(1) {
    left: 0;
    top: 122px;
}
.angle .banner-icon-box-area .banner-apps:nth-child(2) {
    left: 183px;
    top: 76px;
}
.angle .banner-icon-box-area .banner-apps:nth-child(3) {
    left: 366px;
    top: 33px;
}
/* 18. Angle service area */

.angle.service-area {
    padding-top: 275px;
    position: relative;
    margin-bottom: 70px;
}
.angle.service-area::after {
    background: #f0f0f0 none repeat scroll 0 0;
    content: "";
    height: 518px;
    left: 0;
    position: absolute;
    top: 10%;
    transform: skewY(165deg);
    width: 100%;
    z-index: -1;
}
.angle.service-area .grid .column:nth-child(2) {
    margin-top: -100px;
}
.angle.service-area .grid .column:nth-child(3) {
    margin-top: -200px;
}
.angle.service-area .grid .column:nth-child(4) {
    margin-top: -300px;
}
.angle.appstore-area {
    padding-bottom: 340px;
    padding-top: 328px;
    margin-bottom: -70px;
    margin-top: -90px;
}
.angle.appstore-area::after {
    background-image: url("assets/image/shape.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    content: "";
    height: 323px;
    position: absolute;
    right: 0;
    transform: rotate(180deg);
    width: 100%;
    z-index: 2;
}
.features-area .angle {
    position: relative;
}
.features-area .angle::after {
    background-image: url("assets/image/shape.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -233px;
    content: "";
    height: 323px;
    left: 0;
    position: absolute;
    right: 0;
    transform: rotate(0deg);
    width: 100%;
    z-index: 2;
}
.contactus.angle {
    margin-top: -65px;
    padding-top: 323px;
    position: relative;
}
.contactus.angle::after {
    background-image: url("assets/image/shape.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    content: "";
    height: 323px;
    left: 0;
    position: absolute;
    right: 0;
    transform: rotate(0deg);
    width: 100%;
    z-index: 2;
}
/* 19. Scroll to top */
#scrollUp {
    background: #2d3e50 none repeat scroll 0 0;
    border: 1px solid #2d3e50;
    bottom: 35px;
    color: #ffffff;
    cursor: pointer;
    font-size: 27px;
    height: 40px;
    line-height: 38px;
    position: fixed;
    right: 12px;
    text-align: center;
    transition: 0.3s;
    width: 40px;
    z-index: 9999;
}
#scrollUp:hover {
    background-color: #fff;
    color: #2d3e50;
}



pre {
  overflow-x: scroll;
}
.comment-list .grid {
  display: block;
}
.comment-list .well {
  background-color: rgba(0, 0, 0, 0.04);
}
.comment-list .comment .comment-reply-link {
  border-bottom-color: #444;
  color: #444;
  transition: 0.3s;
}
.comment-list .comment .comment-reply-link:hover {
  border-bottom-color: #7a9757;
  color: #7a9757;
  transition: 0.3s;
}
#comments .comment-reply-title {
  color: #444;
  font-size: 2.5rem;
  font-weight: 600;
}
#comments .section-title.small {
  margin-bottom: 35px;
}
#comments .section-title.small .comment-title {
  font-family: arial;
}
#comments .comment-respond  textarea {
  -moz-appearance: none;
  max-width: 100%;
  padding: 10px 8px;
}

#comments .comment-respond .comment-notes {
  color: #444;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.form-submit input[type="submit"].submit {
  background: rgba(45, 62, 80, 1);
  color: #fff;
}
.form-submit input[type="submit"].submit:hover {
  background: #7a9757;
  color: #fff;
}

.comment-list small {
    color: #222222;
}
.comment-list small .comment-edit-link {
    color: #222222;
}
aside.widget .section-nav-title {
  color: #222222;
}


#menu-main-menu li ul {
  display: none;
}
.nav-mobile .nav, .nav-mobile .nav ul, .nav-mobile .nav ul li {
  position: relative;
  width: 100%;
}
.menu-hitarea {
  background: transparent none repeat scroll 0 0;
  cursor: pointer;
  font-size: 16px;
  height: 100%;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}
div[class*=" off-canvas-"] .nav-vertical .sub-menu {
    padding-left: 7px;
}
div[class*=" off-canvas-"] .nav-vertical .sub-menu .sub-menu {
    padding-left: 14px;
}
div[class*=" off-canvas-"] .nav-vertical .sub-menu .sub-menu .sub-menu{
    padding-left: 21px;
}
.nav-mobile .nav-vertical a {
  font-weight: 400;
}
div[class*=" off-canvas-"] li a{
    transition: 0.3s;
}








/* 20. Responsive view */

/* 20.1 Large desktop :1920px */
@media (min-width: 1450px) and (max-width: 1920px) {
    
.header-site.header-sticky.is_stuck.is_stuck_show {
  padding: 10px 0;
}
.contactus.angle {
  margin-top: -155px;
  padding-top: 345px;
}
.contactus.angle::after {
  height: 462px;
}
.angle.appstore-area {
  margin-bottom: -190px;
  margin-top: -90px;
  padding-bottom: 445px;
  padding-top: 338px;
}
.angle.appstore-area::after {
  height: 470px;
}
.features-area .angle::after {
  display: none;
}
.angle.appstore-area {
  margin-top: 0;
  padding-top: 130px;
}
.angle.apnew-slider.slides .swiper-slide::before {
  bottom: -160px;
  display: block;
  height: 470px;
  transform: rotate(-13deg);
  width: 125%;
}
.angle.apnew-slider.slides .swiper-slide::after {
  display: none;
}
.angle.apnew-slider.slides .swiper-slide::before {
  display: block;
}
.widget.layers-fantasic-widget.angle.apnew-slider.row.slides.swiper-container[style]{
      height: 1050px !important;
    }
.angle.swiper-slide.invert.swiper-slide-active[style] {
      height: 1050px !important;
    }
    
.angle .swiper-slide.invert.swiper-slide-active[style] {
      height: 1050px !important;
    }

.angle.bestapp-area.content-vertical-massive {
  padding-top: 70px;
}

}

/* 20.2 Normal desktop :992px */
@media (min-width: 992px) and (max-width: 1169px) {

.apnew-slider .section-title.large .heading {
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}
.features-area .span-7 {
    width: calc(100% / 12 * 9 - 20px);
}
.features-area .span-5 {
    width: calc(100% / 12 * 3 - 20px);
}
.appstore-area .grid {
  width: 100%;
}
.contactus .column.middled.span-10 {
  width: calc(100% / 12 * 12 - 20px);
}

.angle .banner-icon-box-area {
  margin-top: 0;
  padding-top: 240px;
}
.bestapp-area.content-vertical-massive {
  padding-top: 30px;
}
.apnew-slider .swiper-wrapper .container {
  padding-top: 0px !important;
}
.apnew-slider .swiper-slide.swiper-slide-active[style] {
  height: 800px !important;
}
.widget.layers-fantasic-widget.apnew-slider.slides.swiper-container.swiper-container-horizontal.loaded[style] {
  height: 760px !important;
}


}

 
/* 20.3 Tablet desktop :768px */
@media (min-width: 768px) and (max-width: 991px) {
    .apnew-slider .swiper-slide.image-right .copy-container, .apnew-slider .swiper-slide.image-left .copy-container {
      text-align: center;
      width: 90%;
    }
    .apnew-slider .swiper-wrapper .container {
      padding-top: 0px !important;
    }
    .apnew-slider .swiper-slide.swiper-slide-active[style] {
      height: 490px !important;
    }
    .angle.apnew-slider.slides .swiper-slide::after {
      display: none;
    }
    .angle .banner-icon-box-area .banner-apps:nth-child(1), .angle .banner-icon-box-area .banner-apps:nth-child(2) , .angle .banner-icon-box-area .banner-apps:nth-child(3)  {
      top: 75px;
    }
    .widget.layers-fantasic-widget.apnew-slider.slides.swiper-container.swiper-container-horizontal.loaded[style] {
      height: 580px !important;
    }
    .banner-icon-box-area {
      margin-top: 90px;
      text-align: center;
    }
    .apnew-slider.slides .swiper-slide::before {
      display: none;
    }
    .apnew-slider.slides .image-container {
      display: none;
    }
    .apnew-slider .swiper-wrapper .container {
      padding-top: 0 !important;
    }
    .bestapp-area .media.best-content.image-top.medium a:last-child {
      display: none;
      margin-right: 0;
    }
    .bestapp-area .media.best-content.medium .button {
      margin-top: 30px;
    }
    .service-area .container .grid .column:last-child{
        display: none;
    }
    .service-area .container .grid .column {
      width: calc(100% / 12 * 6 - 20px);
    }
    .features-area .span-7 {
        width: calc(100% / 12 * 12 - 20px);
    }
    .features-area .span-5 {
        width: calc(100% / 12 * 12 - 20px);
        display: none;
    }
    .features-area .single-item:nth-child(2), .features-area .single-item:nth-child(4), .features-area .single-item:nth-child(1), .features-area .single-item:nth-child(3) {
      margin-left: 0px;
    }
    .features-area .single-item:first-child, .features-area .single-item:last-child {
      margin-left: 0px;
    }
    .features-area .single-item {
      margin-bottom: 60px;
    }
    .appstore-area .grid {
      margin: auto;
      width: 100%;
    }
    .pricing-container .pricing-area:first-child .single-price-wrap {
      margin-left: 0;
      margin-right: 0;
    }
    .pricing-container .pricing-area:last-child .single-price-wrap {
      margin-left: 0;
      margin-right: 0;
    }
    .pricing-area .single-price-package.on {
      box-shadow: 0 0 20px 1px rgba(35, 31, 32, 0.2);
      margin: -34px 0 0;
    }
    .screenshots-area .container .column.middled{
      width: calc(100% / 12 * 8 - 20px);
    }

    .screenshots-area .container .column.span-11.middled{
      width: calc(100% / 12 * 12 - 20px);
    }
    .testimonial-text-slider {
      width: 100%;
    }
    .contact-form-area {
      padding-right: 0;
    }
    .span-4.setaddressinfo  {
      width: calc(100% / 12 * 12 - 20px);
    }
    .download-btn {
      padding: 0 15px 0 60px;
    }
    .download-btn i {
      font-size: 40px;
      left: 5px;
      width: 45px;
    } 
    div[class*=" off-canvas-"] .nav-vertical li.btn-download {
      display: none;
    }
    .wrapper.invert.off-canvas-right.open {
        background: #313f4e none repeat scroll 0 0;
    }
    .wrapper.invert.off-canvas-right.open .btn-download {
        display: none;
    }
    div[class*=" off-canvas-"] .section-nav-title {
        color: #fff;
    }
    .download-btn span.large-text {
      font-size: 23px;
    }
    .angle .banner-icon-box-area {
      margin-top: 15px;
      padding-top: 235px;
    }
    .angle.service-area {
      margin-bottom: 135px;
      padding-top: 210px;
    }
    .angle.appstore-area {
      margin-bottom: -100px;
      margin-top: 0;
      padding-bottom: 295px;
      padding-top: 90px;
    }
    .features-area .angle::after {
      display: none;
    }
    .contactus.angle {
      padding-top: 280px;
    }
    .footer-site.invert .nav-horizontal ul {
      display: block;
    }
    .footer-site.invert  .column.span-6.clearfix.t-right {
      text-align: right;
    }
}

/* 20.4 Small mobile :320px */
@media (max-width: 767px) {
.container {width:300px}

    .widget.layers-fantasic-widget.apnew-slider.row.slides.swiper-container[style]{
      height: 390px !important;
    }
    .swiper-slide.invert.swiper-slide-active[style] {
      height: 390px !important;
    }
    
    .apnew-slider .swiper-wrapper .container {
      padding-top: 0px !important;
    }
    
    .section-title {
      margin-bottom: 60px;
    }
    .section-title h3.heading {
      font-size: 30px;
      font-weight: 800;
      line-height: 30px;
      margin-bottom: 12px;
    }
    .media.best-content .media-image img {
      width: 100%;
    }
    .apnew-slider .section-title.large .heading {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 20px;
    }
    .apnew-slider .swiper-slide.image-right .copy-container, .apnew-slider .swiper-slide.image-left .copy-container {
      text-align: center;
      width: 100%;
    }
    .bestapp-area .best-column:not(.has-image) .best-content {
      left: 0;
      padding-top: 30px;
      position: inherit;
      top: 0;
      transform: translateY(0px);
    }
    .banner-icon-box-area {
      display: none;
    }
    .apnew-slider.slides .swiper-slide::before {
      display: none;
    }
    .apnew-slider.slides .image-container {
      display: none;
    }
    .apnew-slider .section-title .button {
      background: #fff none repeat scroll 0 0;
      border-color: #fff;
      border-radius: 3px;
      color: #2d3e50;
      font-size: 14px;
      font-weight: 500;
      height: 45px;
      line-height: 43px;
      margin: auto 5px;
      padding: 0 12px;
    }
    .apnew-slider .section-title .button.active {
      margin-top: 0px;
    }
    .bestapp-area .media.best-content.image-top.medium a:last-child {
      display: none;
      margin-right: 0;
    }
    .bestapp-area .media.best-content.medium .button {
      margin-top: 30px;
    }
    .service-area .container .grid .column:last-child{
        display: none;
    }
    .service-area .container .grid .column {
      margin-bottom: 60px;
      width: calc(100% / 12 * 12 - 20px);
    }
    .service-area {
      padding-top: 60px;
    }
    .content-vertical-massive {
      padding-bottom:60px;
      padding-top: 60px;
    }
    .features-area .span-7 {
        width: calc(100% / 12 * 12 - 20px);
    }
    .features-area .span-5 {
        width: calc(100% / 12 * 12 - 20px);
        display: none;
    }
    .features-area .single-item:nth-child(2), .features-area .single-item:nth-child(4), .features-area .single-item:nth-child(1), .features-area .single-item:nth-child(3) {
      margin-left: 0px;
    }
    .features-area .single-item:first-child, .features-area .single-item:last-child {
      margin-left: 0px;
    }
    .features-area .single-item {
    margin-bottom: 60px;
    text-align: center;
    }

    .features-area .single-item-text {
    width: auto;
    }
    .features-area .single-item-icon {
    float: none;
    margin-right: 0;
    text-align: center;
    }
    .appstore-area .grid {
      margin: auto;
      width: 100%;
    }
    .pricing-container .pricing-area:first-child .single-price-wrap {
      margin-left: 0;
      margin-right: 0;
    }
    .pricing-container .pricing-area:last-child .single-price-wrap {
      margin-left: 0;
      margin-right: 0;
    }
    .pricing-area .single-price-package.on {
      box-shadow: 0 0 20px 1px rgba(35, 31, 32, 0.2);
      margin: 0px 0 0;
    }
    .pricing-area {
      margin-bottom: 40px;
      padding-top: 0;
    }
    .pricing-container .pricing-area:last-child {
      margin-bottom: 00px;
    }
    .screenshots-area .container .column.middled{
      width: calc(100% / 12 * 12 - 20px);
    }

    .screenshots-area .container .column.span-11.middled{
      width: calc(100% / 12 * 12 - 20px);
    }
    .testimonial-text-slider {
      width: 100%;
    }
    .contact-form-area {
      padding-right: 0;
    }
    .span-4.setaddressinfo  {
      width: calc(100% / 12 * 12 - 20px);
    }
    .appstore-area .grid div {
      width: 100%;
    }
    .download-btn {
      width: 100%;
      padding: 0 10px 0 70px;
    }
    .download-btn i {
      left: 10px;
    }
    .testimonial-text-slider {
      margin: auto;
      padding: 30px 10px 5px;
      width: 100%;
    }
    .contact-icon {
      margin-right: 15px;
    }
.content-vertical-massive.subscribe-area {
  padding: 80px 0 50px;
}
.newsletter-content {
  width: 100%;
}
.footer-site .copyright .nav-horizontal ul{
    display: block;
    float: none;
    text-align: center;
}
.grid.copyright {
  text-align: center;
}
.column.span-6.clearfix.t-right {
  text-align: center;
}
.angle.apnew-slider.slides .swiper-slide::after {
  display: none;
}
.angle.service-area .grid .column:nth-child(2), .angle.service-area .grid .column:nth-child(3), .angle.service-area .grid .column:nth-child(4){
  margin-top: 0;
}
.angle.service-area {
  margin-bottom: 0;
  padding-top: 80px;
  position: relative;
}
.angle.service-area::after {
  height: 96%;
  left: 0;
  top: 0;
  transform: skewY(165deg);
}
.features-area .angle::after {
  display: none;
}
.angle.appstore-area {
  margin-bottom: -120px;
  margin-top: 0;
  padding-bottom: 250px;
  padding-top: 80px;
}
.contactus.angle {
  padding-top: 240px;
}
.wrapper.invert.off-canvas-right.open {
    background: #313f4e none repeat scroll 0 0;
}
.wrapper.invert.off-canvas-right.open .btn-download {
    display: none;
}
div[class*=" off-canvas-"] .section-nav-title {
    color: #fff;
}

.comment-list {
  text-align: center;
}
.comment-list .avatar .avatar-image {
  float: none;
  margin: auto;
}
.comment.odd.alt.thread-even.depth-1.content.well {
    text-align: center;
}
.comment.even.thread-odd.thread-alt.depth-1.content.well {
    text-align: center;
}



}
 
/* 20.5 Large Mobile :480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
 
}
</pre></body></html>