/* --------------------------------------
=========================================
AppStar  - App Landing Page
Version: 1.0
Designed By: Md Habib Ullah
=========================================
-----------------------------------------

1.  RESET-CSS with menu

2.  Section title style

3.  About Section style

4.  Feature Section style

5.  Explain Section style

6.  Screenshots Section style

7.  Testimonial Section style

8.  Plan Section style

9. Footer with Download style

10. Contact Pop-up style

11. Backgournd video style

12. shortcodes style

13. wp admin

-----------------------------------------*/


/*** 

====================================================================
    1. RESET-CSS with menu
====================================================================

***/

body,
html {
    overflow-x: hidden;
}

body {
    background-position: center top;
    background-repeat: repeat;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none !important;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.no-margin {
    margin: 0;
}

.element-to-animate {
    opacity: 1;
}

a:focus {
    outline: 0;
}

.no-btm-padding {
    padding-bottom: 0!important;
}

.no-top-padding {
    padding-top: 0!important;
}

.overflow-hidden {
    overflow: hidden!important;
}

.carousel-wrapper .owl-carousel .owl-stage-outer,
.progress {
    overflow: visible;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100000;
}

.spinner-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    text-align: center;
}

.preloader-text {
    line-height: 1;
    font-size: 13px;
    color: #3a363b;
    display: block;
    text-align: center;
}

.spinner {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 auto 5px;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

.clear {
    clear: both;
}

.error,
.valid {
    margin-bottom: 10px;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.carousel-wrapper .owl-carousel .owl-nav,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.jumbotron .h1,
.jumbotron h1,
.jumbotron p,
.lead,
.navbar-default .navbar-nav>li>a:hover,
.play-btn i,
.pro-plan .plan-type,
.progress-bar,
.strong,
.subscription-form .form-control,
.subscription-form .form-group .btn i,
a,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    color: #808080;
}

.gray-bg {
    background-color: #f7f8fb;
}

.text-success {
    color: #3de397!important;
}

.text-info {
    color: #3da3e3!important;
}

.text-warning {
    color: #e3aa3d!important;
}

.text-danger {
    color: #e33d3d!important;
}

.alt-font {
    font-family: 'Playfair Display', serif;
}

p {
    margin: 0 0 24px;
}

.lead {
    margin-bottom: 12px;
}

.h1,
.h2,
h1,
h2 {
    font-size: 28px;
    margin-bottom: 30px;
}

.h1,
h1 {
    font-weight: 100;
}

.h2,
h2 {
    font-weight: 300;
}

.h3,
h3 {
    font-size: 21px;
    font-weight: 500;
}

@media (min-width:380px) {
    .h1,
    h1 {
        font-size: 38px;
        font-weight: 100;
    }
    .h2,
    h2 {
        font-size: 36px;
        font-weight: 300;
    }
    .h3,
    h3 {
        font-size: 28px;
        font-weight: 500;
    }
}

@media (min-width:768px) {
    .h1,
    h1 {
        font-size: 38px;
        font-weight: 100;
    }
    .h2,
    h2 {
        font-size: 36px;
        font-weight: 300;
    }
    .h3,
    h3 {
        font-size: 28px;
        font-weight: 500;
    }
}

@media (min-width:990px) {
    .h1,
    h1 {
        font-size: 48px;
        font-weight: 100;
    }
    .h2,
    h2 .about-app h2 {
        font-size: 45px;
        font-weight: 300;
    }
    .h3,
    h3 {
        font-size: 28px;
        font-weight: 500;
    }
}

@media (min-width:1200px) {
    .h1,
    .h2,
    h1,
    h2 .about-app h2 {
        font-weight: 100;
    }
    .h1,
    h1 {
        font-size: 55px;
    }
    .banner-text h1 {
        font-size: 68px;
    }
    .h2,
    h2 {
        font-size: 44px;
    }
    .section-title h2 {
        font-size: 60px;
    }
}

.h4,
h4 {
    font-size: 19px;
    font-weight: 700;
}

.h5,
.h6,
h5,
h6 {
    font-size: 15px;
    font-weight: 700;
}

.jumbotron p,
.lead {
    font-size: 19px;
    font-weight: 500;
}

.navbar .logo img {
    height: 100%;
    width: auto;
}

.navbar .navbar-brand,
.navbar.top-nav-collapse .navbar-brand {
    height: 50px;
    padding: 12px 15px;
}

.navbar .navbar-brand {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.nav>li a {
    font-size: 12px;
    font-weight: 500;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.navbar-nav>li>a.dwn-btn {
    padding: 8px 15px;
    color: #fff;
    border-radius: 3px;
    margin: 15px 15px 5px;
    text-align: center;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.nav>li>a:focus,
.nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-transparent .navbar-nav>li>a:hover {
    background-color: transparent;
}

.navbar-default,
.play-btn {
    background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form,
.navbar-fixed-top,
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border: 0;
}

.navbar-inverse .navbar-collapse .nav li,
.navbar-transparent .navbar-collapse .nav li {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.navbar-default .navbar-collapse .nav li {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.navbar-default .navbar-collapse .nav li:last-child,
.navbar-inverse .navbar-collapse .nav li:last-child,
.navbar-transparent .navbar-collapse .nav li:last-child {
    border-bottom: 0;
}

.navbar-collapse {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.navbar-toggle {
    padding: 7px 8px;
    border-radius: 3px;
}


/*Manu style*/

.navbar-inverse .navbar-nav>li>a,
.navbar-transparent.top-nav-collapse .navbar-nav>li>a,
body {
    color: #9c9da0;
}

.navbar-default .navbar-toggle {
    border-color: rgba(0, 0, 0, .05);
}

.navbar-inverse .navbar-toggle,
.navbar-transparent .navbar-toggle {
    border-color: rgba(255, 255, 255, .05);
}

.dark-bg,
.navbar-default .navbar-toggle .icon-bar {
    background-color: #3a363b;
}

.go-top,
.main-banner.color-bg .btn-wrap .btn,
.main-banner.color-overlay .btn-wrap .btn,
.progress-bar {
    background-color: #dd6bfc;
}

.team-wrap .member .social-links li a:hover i,
.testimonial .star-rating li>i {
    color: #dd6bfc;
}

.navbar-default .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:focus,
.navbar-transparent .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle:hover {
    border-color: #3a363b;
    background-color: #3a363b;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-transparent .navbar-toggle:hover {
    border-color: #fff;
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-transparent .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-transparent .navbar-toggle:hover .icon-bar {
    background-color: #3a363b;
}

.navbar-default .navbar-nav>li>a {
    color: #b7b1b8;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-transparent .navbar-nav>li>a {
    color: #fff;
}

.navbar .navbar-nav>li>a.dwn-btn:hover {
    background-color: #4e4a4f;
}

.navbar-default .navbar-nav>li>a.dwn-btn:hover,
.navbar-transparent .navbar-nav>li>a.dwn-btn:hover,
.navbar-transparent.top-nav-collapse .navbar-nav>li.active>a,
.navbar-transparent.top-nav-collapse .navbar-nav>li>a.dwn-btn,
.navbar-transparent.top-nav-collapse .navbar-nav>li>a:hover {
    color: #fff;
}

.navbar-inverse,
.navbar-transparent,
.navbar-transparent.top-nav-collapse,
.top-nav-collapse {
    background-color: #403c41;
}

.btn:focus,
.btn:hover,
.main-banner.color-bg .btn-wrap .btn:focus,
.main-banner.color-bg .btn-wrap .btn:hover,
.main-banner.color-overlay .btn-wrap .btn:focus,
.main-banner.color-overlay .btn-wrap .btn:hover {
    background-color: #464247;
}

.contact-pop-up {
    cursor: pointer;
}


/*sub menu*/

.sub-menu {
    position: absolute;
    background: #403C41;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 99999;
}

.sub-menu li {
    list-style: none;
    display: none;
    width: 200px;
    margin-left: -35px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#menu-menu-1 li:hover .sub-menu li {
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@media (max-width: 991px) {
    .navbar-transparent {
        background-color: #403c41 !important;
    }
}


/*Button*/

.a-btn {
    border: 2px solid #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -.3px;
    color: #fff;
    padding: 8px 20px 8px 6px;
    display: inline-block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 40px 40px;
}

.a-btn i {
    background-color: #fff;
    padding: 10px 20px;
    margin-right: 20px;
    border-radius: 20px 20px;
}

.tooltip .tooltip-inner {
    border-radius: 0;
    padding: 8px 13px;
}

.parallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.bg-opacity-layer {
    background: -webkit-linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 71, 134, 0.7));
    background: linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 71, 134, 0.7));
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

#primary #appstar-banner {
    background: -webkit-linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 71, 134, 0.7));
    background: linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 71, 134, 0.7));
}
#primary .appstar-banner_style{
    margin-top:-90px;
    margin-bottom:70px;
}
.main-primary #appstar-banner{
    min-height:180px;
    background: linear-gradient( rgba(0,0,0,0.7),rgba(2,72,134,0.9));
    border-bottom: 3px solid #345B7D;
    margin-bottom:90px;
}

.main-primary #appstar-banner h3{
    padding-top: 150px;
}
.btn-plan-sing-style {
    font-weight: bold;
    color: #666;
    border: 2px solid #ff3366 !important;
    display: block;
    max-width: 190px;
    margin: 20px 0 40px;
}
.btn-plan-sing-style:hover{
    color:#ff3366 !important;
}

.btn-plan-sing-style i {
    background: #DEDEDE !important;;
}

@media(max-width: 991px){
  .main-primary #appstar-banner{
    margin-right: -15px;
    margin-left: -15px;
  }
  .main-primary #appstar-banner h3 {
    padding-top: 97px;
  }
}

.main-banner {
    padding: 100px 0 0;
    text-align: center;
}

.main-banner .banner-text {
    margin-bottom: 60px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.btn-wrap {
    margin-bottom: 10px;
}

.btn-wrap .a-btn {
    margin: 0 5px;
}

.btm-line {
    color: #ddd;
}


/*** 

====================================================================
    2. Section title style
====================================================================

***/

section {
    padding-bottom: 80px;
}

section,
footer {
    position: relative !important;
    overflow: hidden;
    display: block;
    z-index: 1;
}

.section-title {
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.section-title img {
    padding: 30px 0;
}

.section-title h2 {
    color: #fff;
    padding-top: 80px;
    margin-bottom: 0;
}

.section-title p {
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    section {
        padding-bottom: 40px;
    }
    .section-title h2 {
        padding-top: 30px;
    }
    #app-star-feature-section {
        padding-bottom: 20px;
    }
    #app-star-plan-section {
        padding-bottom: 50px;
    }
    .about-app {
        margin: 40px 0 50px;
    }
}


/*** 

====================================================================
    3. About style
====================================================================

***/

.phone-mockup.about-style {
    position: relative;
    z-index: 100;
    text-align: center;
    background: #fff;
}

.phone-mockup.about-style img {
    margin-top: -40px;
    max-width: 100%;
    height: auto;
}

.main-banner .banner-text h1,
.main-banner .banner-text p {
    color: #fff;
}

.about-app {
    text-align: left;
    margin-top: 50px;
}

.about-app h2 {
    font-size: 60px;
}

.about-app span {
    padding-top: 35px;
}

@media (max-width: 991px) {
    .about-app h2 {
        font-size: 36px !important;
    }
}

@media (max-width: 767px) {
    #app-star-home-section .row {
        z-index: 3;
        position: relative;
    }
    .jumbotron p,
    .lead {
        padding-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .banner-text h1 {
        height: 155px;
    }
    .banner-text span {
        display: block;
    }
}

@media (max-width: 479px) {
    .banner-text h1 {
        height: 120px;
    }
    .btn-wrap .a-btn {
        margin: 20px 0 0;
    }
}

@media (min-width:768px) {
    .navbar,
    .navbar-default .navbar-collapse .nav li,
    .navbar-inverse .navbar-collapse .nav li,
    .navbar-transparent .navbar-collapse .nav li {
        border-bottom: 0;
    }
    .pull-right-custom {
        float: right;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 14px;
    }
    .navbar {
        padding: 25px 0;
        letter-spacing: 1px;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .navbar-right {
        margin-right: 0;
    }
    .top-nav-collapse {
        padding: 0;
    }
    .navbar-nav>li>a.dwn-btn {
        margin: 7px 0 0;
    }
    .navbar .navbar-brand {
        padding: 4px 15px;
    }
    .navbar-collapse {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-transparent {
        background-color: transparent;
    }
    .main-banner {
        text-align: left;
        padding: 160px 0 0;
    }
    .main-banner .banner-text h1 {
        margin: 30px 0 20px;
    }
    .main-banner .banner-text p.lead {
        margin-bottom: 20px;
    }
    .main-banner .banner-text {
        max-width: none;
    }
    .element-to-animate {
        opacity: 0;
    }
    .pricing-table {
        width: 260px;
    }
}

@media (min-width:1200px) {
    .nav>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-banner .banner-text h1 {
        margin: 70px 0 30px;
    }
    .main-banner .banner-text p.lead {
        margin-bottom: 40px;
    }
    .section .section-header {
        margin: 0 auto 60px;
    }
    .nav>li a {
        font-size: 14px;
    }
}


}
@media (max-width:480px) {
    .hidden-xxs {
        display: none;
    }
    
    .main-banner .btn-wrap {
        display: block;
        margin: 30px auto;
    }
    
    .btm-line {
        display: block;
        margin: 0 auto;
        max-width: 70%
    }
}
@media only screen and (min-width:768px) and (max-width: 991px) {
    .about-app {
        margin-bottom: 90px;
    }
}

/*** 

====================================================================
    4. Feature section
====================================================================

***/
.single-feature-bottom {
    margin-bottom: 50px;
}
.single-feature .heading {
    margin-bottom: 20px;
    position: relative;
}
.single-feature .heading .icon {
    position: absolute;
    font-size: 25px;
    margin-top: 0px;
}
.single-feature .heading .title {
    display: inline;
    border-left: 1px solid #e2e2e2;
    padding-left: 15px;
    margin-left: 40px;
    font-size: 16px;
    letter-spacing: 0.4px;
    vertical-align: middle;
}
.single-feature .feature-desk {
    width: 100%;
    padding: 30px 0;
}
.feature-desk .title {
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 20px;
}
.it-awesome-img {
    margin-bottom: 60px;
}

/*** feature DETAILS ***/
.feature-details {
    margin-bottom: 70px;
}
.feature-details .full-width {
    margin-bottom: 55px;
}
.feature-details .feature-desk .title {
    font-size: 24px;
    margin-bottom: 30px;
}
.feature-details .feature-desk p {
    margin-bottom: 25px;
}
.single-feature p{
    margin: 0 0 10px;
}
@media only screen and (min-width:768px) and (max-width: 991px) {
    .last-it {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .single-feature-bottom {
        margin-bottom: 0px;
    }
    
    .single-feature {
        margin-bottom: 40px;
    }
}

/*** 

====================================================================
   5. Explain section
====================================================================

***/
.app-explain h3 {
    margin-bottom: 30px;
    font-size: 22px;
}
.app-explain .phone-image {
    margin: auto;
    max-width: 480px;
}
.app-explain .phone-image img {
    width: 100%;
}
.app-explain .left-align {
    text-align: left;
}
.app-explain .left-align p {
    display: block;
    float: none;
}
.app-explain .left-align .feature-list {
    margin-top: 20px;
    padding-left: 0;
}
.app-explain .left-align .feature-list li {
    margin-bottom: 17px;
    list-style: none;
}
.app-explain .left-align .feature-list li i {
    margin-right: 10px;
    vertical-align: inherit;
}
@media (max-width: 991px) {
    .app-explain h3 {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

/*** 

====================================================================
    6. Screenshot section
====================================================================

***/
.app-screenshot .shot {
    background: #F7F8FA;
    padding: 10px;
    margin: 0 13px 13px 13px;
    border-radius: 4px;
    box-shadow: none;
    display: block;
}
.app-screenshot .shot img {
    border-radius: 4px;
    width: 100%;
}
.app-screenshot .shot img:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/*Owl carousel*/
.owl-controls {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.owl-nav {
    display: none;
}
.owl-dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    margin: 10px;
    border-radius: 50%;
}
.owl-dot:hover {
    background: #869791;
}
.owl-dots .active {
    background: #869791;
}

/*** 

====================================================================
    7. Testimonial section
====================================================================

***/
blockquote {
    padding: 0;
	}
.quote-carousel {
    padding: 0 10px 0 10px;
}
.quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
.quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
.quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.carousel-inner p{
    margin: 0 0 10px;
}
@media (max-width: 767px) {
    .carousel-control {
        display: none;
    }
}
@media (max-width: 479px) {
    #quote-carousel .carousel-indicators li {
        width: 30px;
        height: 30px;
    }
    
    #quote-carousel .carousel-indicators .active {
        width: 60px;
        height: 60px;
    }
}

/* --------------------------------------------------------
 8. Blog section style
-----------------------------------------------------------*/
.single-blog-item {
    margin: 0 auto 20px;
    max-width: 360px;
    text-align: center;
}
.blog-photo {
    position: relative;
    overflow: hidden;
}
.blog-photo .blog-post-date {
    position: absolute;
    top: 0;
    left: 0;
}
.blog-photo .blog-dtls-link {
    position: absolute;
    right: 0;
    bottom: 0;
}
.blog-photo .blog-post-date h3 {
    padding: 0 28px;
    color: #fff;
    font-size: 16px;
}
.blog-photo .blog-dtls-link {
    bottom: -1px;
    right: -1px;
}
.blog-photo .blog-dtls-link a {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fff;
    padding: 0 24px;
}
.blog-photo .blog-dtls-link a:hover {
    background: #eee;
}
.blog-photo .blog-dtls-link a img {
    margin-left: 4px;
}
.blog-photo .blog-post-date h3,
.blog-photo .blog-dtls-link a {
    line-height: 37px;
    display: inline-block;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* wp blog */
#primary #appstar-banner h3 {
    color: #fff;
    text-align: left;
    font-style: italic;
    font-weight: normal;
    padding-bottom: 20px;
}
.blog-content .entry-content {
    margin-bottom: 50px;
}
.blog-content a {
    color: #222;
}
.blog-content .entry-title a {
    color: #808080;
}
.blog-content a.read-more-style {
    color: #808080 !important;
}
.blog-content .avatar {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.blog-content p {
    margin-bottom: 24px;
}
.blog-content dt,
.blog-content p strong {
    color: #222;
}
.blog-content pre {
    border: 0;
    color: #898989;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.blog-content .entry-header .blog-img-style {
    margin-bottom: 30px;
}
.blog-content .img-gallery img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.blog-content h3 {
    margin: 0px 0 20px;
}
.blog-content a.read-more-style {
    display: block !important;
    margin: 20px 0 50px;
    width: 185px;
}
.blog-content a.read-more-style i {
    background: #DEDEDE;
}
.media-post {
    margin: 35px 0;
}
.single .media-post {
    margin: 0 0 45px 0;
}

/*post navigation*/
.posts-navigation .nav-links {
    margin-top: 50px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}
.nav-links {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: -25px;
    padding:8px 10px;
}

.nav-links a {
    color: #000;
}
.nav-links .inline-block {
    display: inline-block;
    font-weight: normal;
}
.nav-links .inline-block i {
    font-weight: normal;
    color: #aaa;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}

/*Post Comment */
.blog-content .comment-respond #reply-title {
    font-size: 22px;
    font-weight: normal;
}
.blog-content .blog-comments h4 {
    font-weight: normal;
}
.blog-content .blog-comments h4.response-count {
    margin-top: 40px;
    font-style: italic;
}
.blog-comments ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.blog-comments ul li {
    border-top: 1px solid #DEDEDE;
    margin-top: 20px;
    padding-top: 25px;
}
.blog-comments .avatar {
    position: absolute;
    top: 0;
    left: 0;
    /* 
  width: 75px;
  height: 75px; */
}
.blog-comments .comment-body {
    overflow: hidden;
    position: relative;
    padding: 0 0 0 90px;
    min-height: 70px;
}
.blog-comments .children {
    padding-left: 90px;
}
.blog-comments .children .comment-body {
    overflow: hidden;
    position: relative;
    padding: 0 0 0 70px;
    min-height: 50px;
}
.blog-comments .children .children {
    padding-left: 70px;
}
.blog-comments .children .avatar {
    width: 50px;
    height: 50px;
}
.blog-comments .alert {
    margin: 15px 0 0 0;
}

.comment-list .pingback h4{
    margin-bottom:14px;
    font-size:18px;
}

blockquote {
    border-color: #dedede;
}
blockquote:before,
blockquote:after {
    content: "";
}
blockquote {
    padding: 10px 20px;
    margin: 20px 0 20px;
    border-left: 5px solid #eeeeee;
}
.post-info {
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: dotted #DEDEDE;
    border-width: 1px 0;
    font-size: 13px;
    padding: 9px 0;
}
.post-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}
.post-info ul li {
    display: inline;
}
.post-tags {
    border-left: 5px solid #DEDEDE;
    padding: 10px 20px;
    overflow: hidden;
}
.post-tags .icon {
    float: left;
    line-height: 27px;
    margin: 0 10px 0 0;
}
.post-tags a {
    padding: 6px 8px;
    line-height: 32px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #DEDEDE;
    color: #6E6E6E;
}
.blog-content .post-tags a:hover {
    color: #fff;
}
#post-author {
    overflow: hidden;
    background: #F5F5F5;
    margin: 0px 0px 40px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #EAEAEA;
    padding: 20px;
}
#post-author h5 {
    margin: 0 0 5px 0;
    display: inline;
}
#post-author .avatar {
    float: left;
    margin: 0 20px 10px 0;
}
.comment-list .comment-respond {
    margin-bottom: 55px;
}
.comment-respond {
    margin-top: 40px;
}
.comment-respond form {
    border-top: 1px solid #DEDEDE;
    margin-top: 20px;
}
.comment-respond form p {
    margin: 25px 0 0 0;
}
.comment-respond form p.form-submit {
    margin: 30px 0 0 0;
}
.comment-respond form p.form-submit input {
    width: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #222;
    color: #fff;
    border: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.comment-respond form p.form-submit input:hover {
    -webkit-transition: all .6s;
    transition: all .6s;
}
.comment-respond form input,
.comment-respond form textarea {
    border: 1px solid #DEDEDE;
    font-size: 14px;
    padding: 10px 16px;
    width: 100%;
}
.comment-respond form input:focus,
.comment-respond form textarea:focus {
    border-color: #afafaf;
}
.comment-respond form textarea {
    height: 160px;
    resize: vertical;
}
.comment-respond code {
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
    white-space: normal;
    margin: 10px 0 0 0;
    background: #F5F5F5;
    color: #999;
}
.page-header {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
}
.page-content .appstar-nothing-found {
    padding-bottom: 20px;
}

/* PAGINATION */
.pager {
    border-top: 1px solid #DEDEDE;
    margin: 0;
    padding-top: 50px;
    font-size: 13px;
}
.pager .puls {
    display: inline;
}
.pager ul {
    margin: 0;
    padding: 0;
}
.pager ul li {
    display: inline-block;
}
.pager ul li a,
.pager ul li span,
.pager a,
.comment-pagination .page-numbers {
    background: #EDEDED;
    margin: 0;
    border: 0;
    padding: 5px 10px;
    margin: 0;
    color: #6e6e6e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.pager ul li a:hover,
.pager .puls a:hover,
.comment-pagination .page-numbers:hover {
    color: #fff;
}
.pager .nav-links .current {
    color: #fff;
    border: 0;
    background: #222;
    padding: 5px 10px;
}
.comment-pagination {
    border-top: 1px solid #DEDEDE;
    margin-top: 20px;
    padding-top: 25px;
}
.comment-pagination .next.page-numbers,
.comment-pagination .prev.page-numbers {
    display: none;
}
.pagination {
    margin: 0;
}

/*Template: Password Protected style*/
.post-password-form label {
    width: 100%;
    margin-top: 30px;
}
.post-password-form input {
    width: 100% !important;
    display: block;
    overflow-x: hidden;
    margin: 10px 0;
    padding: 6px 15px;
    color: #666;
    font-weight: bold;
    border: 1px solid #ddd !important;
}
.post-password-form input[type=submit]:hover {
    opacity: 0.7;
}
@media (max-width: 991px) {
    .main-primary{
        padding:0 15px;
    }
    .blog-comments .children {
        padding-left: 5px;
    }
    
    .blog-comments .children .children {
        padding-left: 5px;
    }
}

/* WIDGET */
aside section {
    padding-bottom: 0;
}
.widget {
    margin-bottom: 50px;
}
.widget a,
#wp-calendar #prev,
#wp-calendar #next {
    color: #898989;
}
.widget_tag_cloud .tagcloud {
    overflow: hidden;
}
.widget_tag_cloud .tagcloud a {
    display: block;
    float: left;
    font-weight: 200;
    padding: 0 10px 10px 0;
}

/* .widget.widget_recent_comments a:hover, .widget.widget_rss a:hover {
  color: #222;
} */
.widget .widget-title {
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.widget .form-group {
    margin: 0;
}
.widgetsr #searchform {
    position: relative;
}
.widgetsr #searchform input {
    font-size: 14px;
    border: 1px solid #DEDEDE;
    color: #999;
    height: 45px;
    line-height: 1.33;
    padding: 10px 16px;
    display: block;
    width: 100%;
}
.widgetsr #searchform input:focus {
    color: #555;
    border-color: #AFAFAF;
}
.widgetsr #searchform input[type="submit"] {
    display: none;
}
.widgetsr #searchform button {
    right: -12px;
    top: 0;
    border: none;
    outline: none;
    color: #fff;
    background: #fff;
    position: absolute;
}
.widgetsr #searchform i {
    border-left: 1px solid #d9d9d9;
    bottom: 0;
    right: 0;
    top: 0;
    color: #d9d9d9;
    font-size: 24px;
    height: 45px;
    padding: 10px 15px;
    position: absolute;
    right: 15px;
    cursor: pointer;
}
.widget select {
    width: 100%;
    border: 1px solid #DEDEDE;
    color: #555;
    font-size: 14px;
    padding: 10px 16px;
    background: none;
}
.widget select:focus {
    outline: none;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget ul li {
    border-bottom: 1px solid #DEDEDE;
    padding: 12px 0 12px 30px;
    position: relative;
}
.widget ul li:before {
    color: #999999;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    left: 14px;
    position: absolute;
    top: 13px;
}
.widget ul li:first-of-type {
    padding-top: 0;
}
.widget ul li:first-of-type:before {
    top: -1px;
}
.widget ul li::before {
    top: 11px;
}
.widget ul li ul {
    padding-top: 12px;
}
.widget ul li ul li {
    border-bottom: 0;
    padding-bottom: 0;
}
.widget_rss .rss-date {
    margin: 0 0 5px 0;
}
.widget_rss .rss-date,
.widget_rss cite {
    display: block;
    font-size: 12px;
}
.textwidget strong {
    color: #222;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 8px 0;
    text-align: right;
    text-transform: capitalize;
}
#wp-calendar thead {
    font-size: 10px;
}
#wp-calendar thead th {
    padding: 0 0 10px 0;
    text-align: center;
    border: 0;
}
#wp-calendar tbody {
    color: #AAAAAA;
}
#wp-calendar tbody td {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #FFFFFF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
}
#wp-calendar tbody td:hover {
    background: none repeat scroll 0 0 #FFFFFF;
}
#wp-calendar tbody td a {
    color: #fff;
    display: block;
}
#wp-calendar a {
    color: inherit;
    font-weight: 700;
}
#wp-calendar tbody .pad {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#wp-calendar tfoot td {
    border: 0;
    padding: 0;
}
#wp-calendar tfoot #prev,
#wp-calendar tfoot #next {
    font-size: 11px;
    padding-top: 15px;
    text-transform: uppercase;
}
#wp-calendar tfoot #next {
    text-align: right;
}
.not-found i {
    font-size: 250px;
    color: #DEDEDE;
}

/* Require css class */
.wp-caption {
    overflow: hidden;
    max-width: 100%;
}
.wp-caption-text {
    padding: 10px;
    background: #F5F5F5;
    font-size: 12px;
}
.blog-content .sticky {
    padding:15px;
    background: #F5F5F5;
    /*border-radius: 10px;*/
    margin-bottom:30px;
}
.blog-content .sticky .entry-content {
    margin-bottom: 20px;
}

.blog-content .sticky a.read-more-style {
    margin: 20px 0 20px;
}
.gallery-caption {}
.bypostauthor {}
.alignright {
    float: right;
    margin-left: 15px;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.aligncenter {
    margin: auto;
    display: block;
}

/*Table style*/
table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
td a {
    font-weight: bold;
    text-transform: uppercase;
}

/*difinition lists*/
dl {
    margin: 0 20px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 20px;
}

/*blog image*/
img.alignnone {
    margin: 5px 0;
}
img.size-full, img.size-large, img.wp-post-image {
    height: auto;
    max-width: 100%;
}


@media (max-width: 991px) {
    .widget-area {
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    #primary #appstar-banner {
        margin-bottom: 50px !important;
    }
    
    #primary {
        padding-bottom: 50px !important;
    }
}

/* 

====================================================================
    8. App plans section
====================================================================

*/
.bond-price-table .bond-price-inner {
    padding: 45px 30px 48px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
}
.bg-ff {
    background-color: #fff;
}
.bond-price-table .bond-price-inner .box-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 32px;
    letter-spacing: 1.7px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bond-price-table .bond-price-inner .price {
    font-size: 14px;
    color: #fff;
    padding: 28px 0 12px;
    width: 100%;
    margin-bottom: 29px;
}
.bond-price-table .bond-price-inner .price span {
    font-size: 36px;
    line-height: 24px;
    letter-spacing: 2.7px;
    margin-bottom: 15px;
    display: block;
    margin-bottom: 15px;
}
.bond-price-table .bond-price-inner .content {
    line-height: 24px;
    margin-bottom: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bond-price-inner .content p {
    margin-bottom: 20px;
}
.bond-price-table:hover .bond-price-inner .box-title {
    color: #fff;
}
.bond-price-table:hover .bond-price-inner .price {
    font-weight: bold;
    background: #fff;
}
.bond-price-table:hover .bond-price-inner .content {
    color: #fff;
}
.btn-plan-sing {
    font-weight: bold;
}
.bond-price-table:hover .btn-plan-sing {
    border: 2px solid #fff !important;
    color: #fff !important;
}

/* 

====================================================================
    9. Footer style
====================================================================

*/
.download-btns {
    margin-bottom: 60px;
}
.download-btns img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin:0 !important;
}
.download-btns img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.download-btns a {
    display: inline-block;
    margin: 0px 15px 15px;
    border-radius: 4px;
    transition: all 0.4s;
}
.section-subscribe {
    padding-top: 42px;
    padding-bottom: 41px;
}
.section-subscribe-st-25 h2,
.download-content-inner h2 {
    font-size: 36px;
    color: #fff;
    margin: 0 0 15px;
}
.download-content-inner P {
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
    padding-bottom: 40px;
}
.section-subscribe-st-25 p {
    color: #fff;
    margin-bottom: 45px;
}
.subscribe-form-inner .form-inline {
    margin-top: 10px;
}
.section-subscribe-st-25 .form-group {
    position: relative;
}
.section-subscribe-st-25 .form-control {
    width: 570px !important;
    color: #fff;
    padding: 0 140px 0 20px;
    font-family: 'lora';
    background-color: transparent;
    border-color: #fff;
    border-radius: 10px;
}
.subscribe-form-inner .form-control {
    width: 400px;
    height: 50px;
    margin-right: 6px;
}
.section-subscribe-st-25 .btn {
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: none;
    line-height: 48px;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
}
.mc4wp-alert p,
.mc4wp-success p {
    color: #5BFC0C;
    padding-top: 20px;
}
.section-subscribe-st-25 .form-control::-webkit-input-placeholder {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
    padding-left: 0;
    color: #fff;
}
.section-subscribe-st-25 .form-control::-moz-placeholder {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
    padding-left: 0;
    color: #fff;
}
.section-subscribe-st-25 .form-control:-ms-input-placeholder {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
    padding-left: 0;
    color: #fff;
}
.section-subscribe-st-25 .form-control::placeholder {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
    padding-left: 0;
    color: #fff;
}
.btn-24 {
    background-color: #82b441;
    color: #fff;
    line-height: 56px;
    padding: 0 40px;
    font-size: 13px;
    -webkit-box-shadow: 4px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 4px 5px rgba(0, 0, 0, .1);
    box-shadow: 4px 5px rgba(0, 0, 0, .1);
}
#contact_results {
    clear: both;
    text-align: center;
    padding-top: 20px;
}
.social-icon {
    margin: 80px 0 0;
    padding: 0;
}
.footer-st-25 .social-icon li,
.footer-st-25 .social-icon li a {
    width: 54px;
    height: 54px;
}
.social-icon li {
    display: inline-block;
    width: 37px;
    height: 37px;
}
.footer-st-25 .social-icon li,
.footer-st-25 .social-icon li a {
    width: 54px;
    height: 54px;
}
.social-rounded li a {
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
}
.social-icon li a {
    float: left;
}
.footer-st-25 .social-icon li .fa {
    font-size: 24px;
    line-height: 54px;
    color: #fff;
}
.footer-st-25 .copyright {
    margin-top: 45px;
}
.footer-st-25 .copyright p,
.footer-st-25 .copyright p a {
    font-size: 16px;
    color: #fff;
}
.footer-st-25 .copyright p,
.footer-st-25 .copyright p a {
    font-size: 16px;
    color: #fff;
}
@media (max-width: 667px) {
    .section-subscribe-st-25 .form-control {
        max-width: 570px !important;
        width: 100% !important;
    }
    
    .subscribe-form-inner .form-control {
        max-width: 400px;
    }
    
    .download-btns {
        margin-bottom: 0px;
    }
    
    .social-icon {
        margin: 0px;
    }
    
    .footer-st-25 .copyright {
        margin-top: 5px;
    }
    
    .section-subscribe-st-25 h2,
    .download-content-inner h2 {
        font-size: 30px;
    }
}
@media (max-width: 479px) {
    .section-subscribe-st-25 h2,
    .download-content-inner h2 {
        font-size: 28px;
    }
    
    .footer-st-25 .social-icon li,
    .footer-st-25 .social-icon li a {
        width: 51px;
        height: 51px;
    }
}

/*** 

====================================================================
    10. Contact style 
====================================================================

***/
.submit-btn-bottom-text {
    color: #ddd;
    font-size: 14px;
    padding: 0 10px;
    margin-top: -33px;
}
.semitrans h2 {
    color: #fff !important;
    font-size: 30px;
    margin-top: 0;
    font-weight: bold !important;
}
.semitrans.section-signup .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    background-image: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 12px !important;
}
.semitrans.section-signup .has-icon-left:before {
    background-color: rgba(255, 255, 255, 0.5);
}
.semitrans.section-signup .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.semitrans.section-signup .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1) !important;
}
.semitrans.section-signup .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1) !important;
}
.section-signup .contact-btn {
    max-width: 100%;
    margin-bottom: 0px;
    background: none;
    padding: 0 !important;
}
.section-signup .contact-btn i {
    margin-right: 0 !important;
    margin-left: 8px !important;
}
.appstar-popup-con {
    background: none;
    padding: 14px 12px 11px 13px;
    margin: 0;
    border: none;
}
.section-signup .label {
    padding: .35em .85em;
    margin-bottom: 8px;
    margin-bottom: 8px;
    margin-bottom: .5rem;
    font-size: 13px;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.1538;
    border-radius: 2.5rem
}
.section-signup .label span {
    margin-right: 2.4px;
    margin-right: 2.4px;
    margin-right: .15rem;
    font-size: 16px;
    vertical-align: text-top
}
.section-signup .label-default {
    padding-right: 0;
    padding-left: 0;
    margin-right: 8px;
    margin-right: 8px;
    margin-right: .5rem;
    color: rgba(255, 255, 255, 0.6);
    background-color: transparent
}
.section-signup .form-group {
    margin-bottom: 30px;
    margin-bottom: 30px;
    margin-bottom: 1.875rem width: 100%;
    text-align: center;
}
.section-signup .has-icon-left {
    position: relative
}
.section-signup .has-icon-left:before {
    position: absolute;
    top: 14px;
    left: 48px;
    width: 1px;
    height: 29px;
    height: 29px;
    height: 1.8125rem;
    content: '';
    background-color: #ededef
}
.section-signup .has-icon-left:after {
    position: absolute;
    top: 11px;
    left: 16px;
    z-index: 1;
    width: 30px;
    height: 30px;
    content: '';
    background-repeat: no-repeat;
    background-position: 5% center
}
.section-signup .has-icon-left .form-control {
    padding-left: 60px
}
.section-signup .form-control-name {
    margin-top: 30px;
}
.section-signup .form-control-name:after {
    background-image: url(../img/icons/name.png);
}
.section-signup .form-control-email:after {
    background-image: url(../img/icons/email.png);
}
.section-signup .form-control-phone:after {
    background-image: url(../img/icons/phone.png);
}
.section-signup .form-control-address:after {
    background-image: url(../img/icons/address.png);
}
.section-signup .form-control-message:after {
    background-image: url(../img/icons/message.png);
}
.section-signup .home-textarea {
    height: 200px !important;
    padding-top: 10px !important;
}
.section-signup .form-control-lg {
    font-size: 16px;
    font-size: 16px;
    font-size: 1rem;
}
.section-signup .form-control {
    border-width: 1px;
}
.section-signup .form-control-lg {
    border-radius: 0.3rem;
    font-size: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    padding: 12px 20px;
    padding: 12px 20px;
    padding: 0.75rem 1.25rem;
}
.section-signup .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #e0e0e5;
    border-radius: 0;
    color: #424753;
    display: block;
    font-size: 13px !important;
    line-height: 2;
    height: 50px;
    padding: 6.16px 12px;
    padding: 6.16px 12px;
    padding: 0.385rem 0.75rem;
    box-shadow: none !important;
    width: 100%;
}
.section-signup .btn {
    margin-top: 0.3px;
    height: 48px;
}
.section-signup .form-control:focus {
    box-shadow: 0 0 4px rgba(135, 121, 189, 0.53)
}
.section-signup .form-control:focus+span {
    color: #6c59b4
}
.section-signup .form-control-lg {
    font-size: 16px;
    font-size: 16px;
    font-size: 1rem
}
.section-signup .btn-block {
    padding-right: 0;
    padding-left: 0
}
.section-signup p {
    display: none !important;
}

/* contact form 7 */
div.wpcf7-response-output {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

/*** 

====================================================================
    11. background video
====================================================================

***/
#background-video video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

/*** 

====================================================================
    12. shortcodes style
====================================================================

***/

/*tab*/
.nav-tabs {
    overflow: hidden;
    margin: 0 0 -1px 0;
    padding: 0;
    list-style: none;
    border: 0;
}
.nav-tabs > li > a:hover {
    background: #222;
    border-color: #222;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-color: #dedede;
}
.nav-tabs > li > a {
    font-size: 13px;
    padding: 12px 16px;
    display: block;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #DEDEDE;
}
.tab-content {
    padding: 15px;
    border: 1px solid #DEDEDE;
}

/*image box*/
.rotate {
    display: inline-block;
    max-width: 100%;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
}
.element-line img {
    margin-right: 20px;
}
.element-line h3 {
    padding: 20px 0;
}
.rotate:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

/*Contact details */
.contact-content h1 i {
    font-size: 200px;
}
.call-number {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 0px 50px;
    line-height: 100px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    font-size: 78px;
}
.call-number a {
    color: #fff;
}
.info-address-list {
    overflow: hidden;
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
}
.info-address-list li {
    display: inline-block;
    padding: 10px 20px;
}
.info-address-list li a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.info-address-list li p {
    margin: 0;
    display: inline;
}

/* Number details */
.number-counters strong {
    color: #222;
    display: block;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    padding: 20px 0;
}

/*** 

====================================================================
    13. wp admin
====================================================================

***/

.admin-bar .navbar-fixed-top {
    top: 32px !important;
}
@media screen and (max-width: 782px) {
    .admin-bar .navbar-fixed-top {
        top: 46px !important;
        position: absolute;
    }
}


/*wp admin funnel */
.edit-link {
    background: #ddd;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: bold;
}

.footer-notification{
    text-align: center;
    font-weight: bold;
    margin-top:50px;
}