@charset "utf-8";
/* ----------------------------------
Name: style.css
Version: 2.0

01. Contact
02. Content Blocks
03. Footers
04. Hero Headers
05. Porfolio
06. Price Tables
07. Promo
08. Sign-In
09. Team
10. Testimonials
11. Maintenance
12. 404
13. Coming Soon
14. Clients
15. Counters
---------------------------------- */

/* demo styles */
.demo-style {
    display: block;
    background: #222222;
    padding: 20px 0px;
    color: #FFFFFF
}
.demo-style h5 {
    color: #FFFFFF;
}

/* ---------------------------------
01. Contact Us
 ---------------------------------*/
/* contact section 1 */
.contact-1 h3 {
    margin-top: 40px;
    color: #FFFFFF
}
.contact-1 hr {
    border-top-color: rgba(255,255,255,0.5)
}
.contact-1 .subh-basic-light {
    color: #FFFFFF
}
.contact-1 .social a {
    border-color: rgba(255,255,255,0.5)
}
.contact-1 .social a:hover {
    border-color: #FFFFFF
}


/* contact section 2 */
.contact-2 form label {
    color: #FFFFFF;
}
.contact-2 form textarea {
    min-height: 100px
}
.contact-2 form input,
.contact-2 form textarea {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    color: #FFFFFF;
    border: solid 1px #444444;
    background: #444444;
    border-radius: 3px;
    font-size: 13px;
    margin-top: 15px;
}
.contact-2 form textarea {
    border-radius: 3px
}
.contact-2 form input:focus,
.contact-2 form textarea:focus {
    border-color: #FFFFFF;
    background: #FFFFFF;
    color: #111111;
}
.contact-2 .bttn-white:focus {
    background:#CCCCCC
}

/* contact section 3 */
.contact-3 form .input-container {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    min-height: 0px
}
.contact-3 form input {
    border-radius: 75px
}
.contact-3 form textarea {
    border-radius: 15px
}
.contact-3 form input,
.contact-3 form textarea {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    background: rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
    padding: 10px 15px;
    margin-bottom: 0px;
    padding-left: 25px;
    font-size: 14px;
    border:solid 1px rgba(255,255,255,0.1)
}
.contact-3 form input:focus,
.contact-3 form textarea:focus {
    background:#FFFFFF;
    color:#111111;
    border-color:#FFFFFF;
}
.contact-3 form input:focus::-webkit-input-placeholder,
.contact-3 form textarea:focus::-webkit-input-placeholder {
    color: #666666
}
.contact-3 form input:focus:-moz-placeholder,
.contact-3 form textarea:focus:-moz-placeholder {
    color: #666666
}
.contact-3 form input:focus::-moz-placeholder,
.contact-3 form textarea:focus::-moz-placeholder {
    color: #666666
}
.contact-3 form input:focus:-ms-input-placeholder,
.contact-3 form textarea:focus:-ms-input-placeholder {
    color: #666666
}
.contact-3 form input:focus + .input-icon,
.contact-3 form textarea:focus + .input-icon {
    color: #666666
}
.contact-3 .details .det-head {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #CCCCCC
}
.contact-3 .details address {
    color: #FFFFFF;
    margin-top: 8px;
    font-style:italic;
}
.contact-3 .parsley-errors-list {
    margin-left: 20px;
    margin-top: 10px
}


/* contact section 4 */
.contact-4 {
    background: #FFFFFF;
    min-height: 300px
}
.contact-4 h4 {
    color: #444444
}
.contact-4 .wrapper {
    padding: 50px;
    min-height: 200px;
    border: solid 1px #DDDDDD;
}
@media only screen and (min-width: 767px) {
    .contact-4 .wrapper:hover {
        border-color: #2e71f2;
    }
}
.contact-4 .details {
    margin-top: 20px;
    margin-bottom: 30px
}
.contact-4 .details .det-head {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999999;
    display: block
}
.contact-4 .details .my-detail {
    display: block;
    color: #000000;
    margin-top: 8px;
    font-size: 15px;
    font-style:italic;
}
.contact-4 .bttn {
    box-shadow: 0px 5px 40px #CCCCCC
}
.contact-4 form {
    margin-top: 45px
}
.contact-4 form input {
    background: #EEEEEE;
    border-radius: 0px;
    border-color: #EEEEEE
}
.contact-4 form input:focus,
.contact-4 form textarea:focus {
    background: #FFFFFF;
    border-color: #999999
}
.contact-4 form textarea {
    background: #EEEEEE;
    border-color: #EEEEEE;
    min-height: 138px;
    border-radius: 0px
}
.contact-4 .parsley-errors-list {
    width: 100%;
    margin-top: -10px;
}
@media only screen and (max-width: 991px) {
    .contact-4 .all-details-wrapper .wrapper {
        margin-bottom: -2px;
        border-radius: 0px
    }
}
@media only screen and (max-width: 767px) {
    .contact-4 .all-details-wrapper {
        border-radius: 0
    }
    .contact-4 .all-details-wrapper .wrapper {
        padding: 20px
    }
    .contact-4 .col-md-10,
    .contact-4 .col-md-7,
    .contact-4 .col-md-5,
    .contact-4 .container {
        padding: 10px 0px;
        width: 100%
    }
    .contact-4 .wrapper .row,
    .contact-4 form {
        margin-top: 20px
    }
}


/* ---------------------------------
02. Content Blocks
 ---------------------------------*/
/* Content Block 1 */
.content-block-1 .subh-basic-light {

    color: #FFFFFF
}
.content-block-1 p {
    color: #e2d4e7
}
.content-block-1 .col-sm-4 p {
    font-style:italic
}
@media only screen and (max-width: 767px) {
    .content-block-1 .col-sm-4 {
        margin-bottom: 20px
    }
}


/* Content Block 2 */
.content-block-2 p {
    margin-top: 10px;
    font-style: italic
}

@media only screen and (max-width: 1200px) {
    .content-block-2 .subtext {
        width: 100%
    }
}


/* Content Block 3 */
.content-block-3 {
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
}
.content-block-3 p {
    color:#999999
}
.content-block-3 img {
    margin-bottom: -400px;
    margin: 0 auto;
}
@media only screen and (max-width: 480px) {
    .content-block-3 img {
        margin-bottom: -50px
    }
}


/* Content Block 4 */
.content-block-4 p {
    color: #888888
}
.content-block-4 img {
    border-radius: 5px;
}
.content-block-4 .subh-basic-dark {
    margin-top: 40px
}
@media only screen and (max-width: 991px) {
    .content-block-4 .col-sm-8 {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px
    }
}


/* Content Block 5 */
.content-block-5 i{
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.content-block-5 .subh-basic-light {
    color: #FFFFFF;
}
.content-block-5 p {
    margin-top: 10px;
    color: #e9d3ed;
    font-style:italic
}
.img-container {
    overflow: hidden;
    display: inline-block;
}
.content-block-5 .img-container {
    overflow: hidden;
    float: left;
    left: 0;
    margin-top: -30px;
    margin-left: -100px;
    box-shadow: 20px 20px 50px #9733EE
}
.content-block-5 .img-container img {
    width: 700px
}
@media only screen and (max-width: 1200px) {
    .content-block-5 .content-wrap,
    .content-block-5 .img-container {
        float: none;
        margin: 0px;
        box-shadow: none
    }
    .content-block-5 .content-wrap {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px
    }
    .content-block-5 .subtext {
        width: 100%
    }
    .content-block-5 .img-container img {
        margin-left: auto;
        margin-right: auto;
        display: block
    }
}
@media only screen and (max-width: 480px) {
    .content-block-5 .content-wrap {
        width: 80%
    }
    .content-block-5 .all-features .col-xs-6 {
        width: 100%
    }
}


/* Content Block 6 */
.content-block-6 {
    background: #F9F9F9;
    overflow: hidden
}
.content-block-6 .content-wrap {
    width: 450px;
    float: left;
    margin-left: 100px;
    position: relative
}
.content-block-6 .subtext {
    width: 80%
}
.content-block-6 .all-features .icon {
    display: block;
    font-size: 40px;
    color: #2e71f2;
    margin-bottom: 10px
}
.content-block-6 .all-features p {
    margin-top: 10px;
    font-style:italic;
}
.content-block-6 .img-container {
    overflow: hidden;
    float: right;
    right: 0;
    margin-top: -30px;
    margin-right: -100px;
    box-shadow: -20px 20px 50px #CCCCCC
}
.content-block-6 .img-container img {
    width: 700px
}
@media only screen and (max-width: 1200px) {
    .content-block-6 .content-wrap,
    .content-block-6 .img-container {
        float: none;
        margin: 0px;
        box-shadow: none
    }
    .content-block-6 .content-wrap {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px
    }
    .content-block-6 .subtext {
        width: 100%
    }
    .content-block-6 .img-container img {
        margin-left: auto;
        margin-right: auto;
        display: block
    }
}
@media only screen and (max-width: 480px) {
    .content-block-6 .content-wrap {
        width: 80%
    }
    .content-block-6 .all-features .col-xs-6 {
        width: 100%
    }
}


/* Content Block 7 */
.content-block-7 p {
    color: #999999
}
.content-block-7 .feature {
    display: block;
    position: relative;
    padding: 0px;
    margin-bottom: 30px
}
.content-block-7 .feature p {
    margin-top: 10px;
    width: 90%;
    font-size: 16px;
    font-style:italic
}
.content-block-7 i {
    font-size: 50px;
    color: #FFFFFF;
    margin-bottom: 20px
}
@media only screen and (max-width: 767px) {
    .content-block-7 .col-xs-8 {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .content-block-7 .subh-basic-dark {
        margin-top: 10px
    }
}
@media only screen and (max-width: 480px) {
    .content-block-7 .col-xs-8 {
        width: 100%
    }
    .content-block-7 .all-details-wrapper-md {
        margin-top: 40px
    }
}


/* Content Block 8 */
.content-block-8 .bubble {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    position: relative;
    width: 100%;
    min-height: 100px;
    padding: 20px 20px 10px 20px;
    border-radius: 5px;
}
.content-block-8 .bubble:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 33px;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1
}
.content-block-8 .author {
    color: #EEEEEE
}
.content-block-8 .author .name {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}
.content-block-8 .subh-basic-light {
    color: #FFFFFF;
    margin-bottom: 10px
}
.content-block-8 .feature p {
    color: #c7d6f2;
    font-style:italic;
}
@media only screen and (max-width: 767px) {
    .content-block-8 .col-sm-6:nth-child(1) {
        margin-bottom: 30px
    }
}
@media only screen and (max-width: 480px) {
    .content-block-8 .container {
        padding: 0px
    }
    .content-block-8 .all-details-wrapper-md {
        margin-top: 40px
    }
    .content-block-8 .bubble {
        font-size: 14px
    }
}


/* Content Block 9 */
.content-block-9 h3 {
    color: #D500F9;
    background: -webkit-linear-gradient(to right, #D500F9, #2196F3);
    background: linear-gradient(to right, #D500F9, #2196F3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 100%;
}
.content-block-9 i{
    width: 100px;
    height: 100px;
    padding-top: 20px;
    border-radius: 50%;
    border: solid 1px #DDDDDD;
    display: inline-block;
    font-size: 50px;
    color: #D500F9;
    background: -webkit-linear-gradient(to right, #D500F9, #2196F3);
    background: linear-gradient(to right, #D500F9, #2196F3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 100%;
}
.content-block-9 .subh-basic-dark {
    margin-top: 20px;
    margin-bottom: 10px
}
.content-block-9 .bttn {
    color:#FFFFFF;
    background: #D500F9;
    background: -webkit-linear-gradient(to right, #D500F9, #2196F3);
    background: linear-gradient(to right, #D500F9, #2196F3);
}
@media only screen and (max-width: 767px) {
    .content-block-9 .col-xs-8 {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px
    }
}
@media only screen and (max-width: 767px) {
    .content-block-9 .col-xs-8 {
        width: 100%
    }
}


/* Content Block 10 */
.content-block-10 .feature {
    margin-bottom: 20px;
    padding:0px 10px;
}
.content-block-10 .feature-info {
    font-size:14px;
}
.content-block-10 .feature-right {
    text-align:right;
}
.content-block-10 i{
    font-size: 50px;
    color: #111111
}
.content-block-10 .subh-basic-light {
    margin-top: 20px;
    margin-bottom: 10px
}
.content-block-10 .img-wrapper {
    padding:0;
}
@media only screen and (max-width: 767px) {
    .content-block-10 img {
        display:none;
    }
    .content-block-10 .feature {
        width:400px;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
    }
}
@media only screen and (max-width: 480px) {
    .content-block-10 .feature {
        width: 100%
    }
}


/* Content Block 11 */
.content-block-11 p {
    color: #999999
}
.content-block-11 .main-icon {
    width: 100px;
    height: 100px;
    padding-top: 23px;
    border-radius: 50%;
    border: solid 3px #555555;
    display: inline-block;
    font-size: 50px;
    color: #BBDEFB;
    margin-bottom: 30px
}
.content-block-11 i {
    display: block;
    font-size: 40px;
    margin-bottom: 20px;
    color: #FFFFFF
}
.content-block-11 .subh-basic-light {
    color: #BBDEFB;
    margin-bottom: 20px;
    font-size: 16px;
}
@media only screen and (max-width: 991px) {
    .content-block-11 .feature {
        margin-bottom: 30px
    }
}
@media only screen and (max-width: 767px) {
    .content-block-11 .feature {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 480px) {
    .content-block-11 .feature {
        width: 100%
    }
}


/* Content Block 12 */
.content-block-12 .feature {
    cursor: default
}
.content-block-12 i {
    width: 60px;
    height: 60px;
    display: inline-block;
    padding-top: 14px;
    text-align: center;
    font-size: 30px;
    border-radius: 5px;
    background: #FFFFFF;
    color: #2e71f2;
    box-shadow: 0px 0px 0px #DDDDDD;
    border: solid 2px #EEEEEE;
    -webkit-transition: All 0.4s ease;
    transition: All 0.4s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.content-block-12 .feature:hover i {
    background: #2e71f2;
    border: solid 2px #2e71f2;
    color: #FFFFFF;
    -webkit-transform: scale(1.1) rotate(45deg);
    transform: scale(1.1) rotate(45deg);
    box-shadow: 0px 30px 20px #DDDDDD
}
/* Content Block 13 */
.content-block-13 .feature{
    margin-bottom: 20px;
}
.content-block-13 i{
    font-size: 60px;
    color: #111111;
    display: block;
}
.content-block-13 .content {
    margin-top: 120px
}

@media only screen and (max-width: 991px) {
    .content-block-13 .content {
        margin-top: 30px
    }
    .content-block-13 .content.text-right {
        text-align: left !important
    }
    .content-block-13 .col-md-4 {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .content-block-13 img {
        margin-top: 30px
    }
}
@media only screen and (max-width: 480px) {
    .content-block-13 .col-md-4 {
        width: 100%
    }
}


/* Content Block 14 */
.content-block-14 {
    min-height: 200px;
    background: #F7F7F7
}
.content-block-14 img {
    border-bottom: solid 1px #000000
}


/* Content Block 15 */
.content-block-15 {
    padding: 0px
}
.content-block-15 .part {
    min-height: 300px;
    padding: 80px 30px 80px 50px
}
.content-block-15 .sub-hero-box {
    padding: 0;
    width: 400px
}
.content-block-15 .intro {
    color:#adacac
}
@media only screen and (max-width: 991px) {
    .content-block-15 .sub-hero-box {
        width: 90%
    }
}
@media only screen and (max-width: 767px) {
    .content-block-15 .part {
        padding: 40px 20px
    }
}
@media only screen and (max-width: 480px) {
    .content-block-15 .part {
        padding-top: 40px;
        padding-bottom: 30px
    }
    .content-block-15 .sub-hero-box {
        width: 100%
    }
}


/* Content Block 16 */
.content-block-16 p,
.content-block-16 .subtext {
    color: #999999
}
.content-block-16 .subtext {
    width: 70%
}
.content-block-16 .features {
    margin-top: 50px
}
@media only screen and (max-width: 991px) {
    .content-block-16 {
        padding-bottom: 30px
    }
    .content-block-16 img {
        margin-bottom: 30px
    }
    .content-block-16 .col-sm-8 {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
}
@media only screen and (max-width: 480px) {
    .content-block-16 .col-xs-10,
    .content-block-16 .subtext {
        width: 100%
    }
}


/* .Content Block 17 */
.content-block-17 p {
    color: #CCCCCC;
    font-size: 18px
}
.content-block-17 .quote {
    font-size: 24px
}
@media only screen and (max-width: 991px) {
    .content-block-17 .col-sm-8 {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .content-block-17 .quote {
        font-size: 24px;
        margin-bottom:30px;
    }
}
@media only screen and (max-width: 480px) {
    .content-block-17 .col-xs-10 {
        width: 100%
    }
    .content-block-17 .quote {
        font-size: 20px
    }
    .content-block-17 p {
        font-size: 16px
    }
}




/* .Content Block 18 */
.content-block-18 {
    border-top:solid 1px #222222;
    background:#111111;
    padding:60px 0px;
}
.content-block-18 .icon {
    color:#FFFFFF;
    font-size:50px;
}
.content-block-18 .subh-basic-light {
    color:#FFFFFF;
    margin-top:20px;
}
.content-block-18 p {
    font-family: 'Josefin Sans', sans-serif;
    color:#CCCCCC;
    font-size:17px;
    margin-top:20px;
}
.content-block-18 .content-wrapper {
    margin-top:0px;
    padding:30px;
    cursor:default
}
.content-block-18 .content-wrapper:hover {
    border-color:#FFFFFF;
}

/* ---------------------------------
Description Box Style
 ---------------------------------*/
.description-box .subh-basic-light{
    color: #ffffff;
}
.description-box p{
    color: #e9d3ed;
    font-style:italic;
}
.description-box .subtext {
    width: 70%
}
.description-box i{
    display: block;
    font-size: 40px;
    color: #FFF;
    margin-bottom: 10px;
}


/* ---------------------------------
03. Footers
 ---------------------------------*/
footer a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
/* Footer Style 1 */
.footer-1 {
    font-family: 'Poppins', sans-serif;
    background: #222222;
    padding: 60px 0px;
    min-height: 100px
}
.footer-1 .col-md-7 {
    display: block;
    text-align: center;
    margin-top: 20px
}
.footer-1 ul li {
    display: inline-block;
    margin: 5px 10px
}
.footer-1 ul li a {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #CCCCCC;
    display: inline-block;
    margin-bottom: 20px
}
.footer-1 ul li a:hover {
    color: #FFFFFF
}
.footer-1 .social {
    margin-top: 12px
}
.footer-1 .copyright {
    color: #999999;
    float: left;
    font-size: 13px
}
.footer-1 .terms {
    float: right;
    color: #999999;
    font-size: 13px
}
.footer-1 .terms span:last-child {
    display: none;
}
.footer-1 .terms a {
    color: #999999;
    margin: 5px
}
.footer-1 .terms a:hover {
    color: #FFFFFF
}
@media only screen and (max-width: 991px) {
    .footer-1 .col-md-2 img {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }
    .footer-1 .col-md-3 {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }
}
@media only screen and (max-width: 767px) {
    .footer-1 .copyright,
    .footer-1 .terms {
        float: none;
        display: block;
        text-align: center
    }
}
@media only screen and (max-width: 480px) {
    .footer-1 {
        padding: 30px 0px
    }
    .footer-1 .terms {
        margin-top: 20px
    }
    .footer-1 .terms a {
        text-decoration: underline;
        line-height: 1.2em;
        display: block;
        text-align: center
    }
}


/* Footer Style 2 */
.footer-2 {
    background: #222222;
    padding: 60px 0px;
    min-height: 100px
}
.footer-2 .info {
    margin-top: 20px;
    display: block;
    color: #999999
}
.footer-2 ul li {
    display: block;
    margin-bottom: 10px
}
.footer-2 ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #CCCCCC;
    display: inline-block
}
.footer-2 ul li a:hover {
    color: #FFFFFF
}
.footer-2 .subh-basic-light {
    color: #999999;
    margin-bottom: 20px
}
.footer-2 .social-dark a {
    padding-top: 7px;
}
.footer-2 .copyright {
    color: #999999;
    float: right;
    font-size: 14px
}
.footer-2 .terms {
    float: left;
    color: #999999;
    font-size: 14px
}
.footer-2 .terms a {
    color: #999999;
    margin: 5px
}
.footer-2 .terms a:hover {
    color: #FFFFFF
}
@media only screen and (max-width: 991px) {
    .footer-2 .col-md-3 {
        margin: 20px 0px
    }
}
@media only screen and (max-width: 767px) {
    .footer-2 .copyright {
        margin-top: 20px
    }
    .footer-2 .copyright,
    .footer-2 .terms {
        float: none;
        display: block;
        text-align: center
    }
}
@media only screen and (max-width: 480px) {
    .footer-2 {
        padding: 30px 0px
    }
    .footer-2 .col-xs-4 {
        width: 100%
    }
    .footer-2 ul li a {
        display: block;
        padding-bottom:4px;
        border-bottom:solid 1px #555555
    }
    .footer-2 .terms a {
        text-decoration: underline;
        line-height: 1.2em;
        display: block;
        text-align: center
    }
}


/* Footer Style 3 */
.footer-3 {
    padding: 30px 0;
    min-height: 100px;
}
.footer-3 ul {
    margin-top: 20px
}
.footer-3 ul li {
    display: inline-block
}
.footer-3 ul li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    display: block;
    margin: 5px 10px
}
.footer-3 ul li a:hover {
    color: #2e71f2
}
.footer-scroll-top-one .ti-arrow-circle-up {
    display: inline-block;
    font-size: 35px;
    margin-top: 15px;
    color: #CCCCCC;
}
.footer-scroll-top-one .ti-arrow-circle-up:hover {
    color: #000000;
}
.footer-scroll-top-two .ti-arrow-circle-up {
    display: inline-block;
    font-size: 35px;
    margin-top: 15px;
    color: #CCCCCC;
}
.footer-scroll-top-two .ti-arrow-circle-up:hover {
    color: #ededed;
}


/* Footer Style 4 */
.footer-4 .all-links {
    margin-top: 70px;
}
.footer-4 .copyright {
    margin-top: 20px;
    color: #999999;
    font-size: 14px
}
.footer-4 ul li {
    display: block;
    margin-bottom: 10px
}
.footer-4 ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #CCCCCC
}
.footer-4 ul li a:hover {
    color: #FFFFFF
}
.footer-4 .social-wide a {
    display: block;
    margin-bottom: 10px;
    color: #999999;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}
.footer-4 .social-wide a span {
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    background: #111111;
    width: 30px;
    height: 30px;
    padding-top: 9px;
    border-left: solid 4px #111111;
    color: #888888;
}
.footer-4 .social-wide a:hover {
    color: #FFFFFF
}
.footer-4 .social-wide a:hover span {
    color: #FFFFFF;
    border-color: #FFFFFF
}
.footer-4 .info {
    color: #999999;
    font-size: 14px
}
.footer-4 .get-direction {
    display: block;
    z-index: 99;
    position: relative;
}
.footer-4 .get-direction button {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    background: #333333;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    display: block;
    width: 100%;
    padding: 20px 22px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
.footer-4 .get-direction button:hover {
    background: #111111;
}
@media only screen and (max-width: 991px) {
    .footer-4 .col-md-3 {
        margin-bottom: 30px
    }
}
@media only screen and (max-width: 767px) {
    .footer-4 .col-md-3 {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }
}
@media only screen and (max-width: 480px) {
    .footer-4 .col-md-3 {
        width: 100%
    }
}


/* ---------------------------------
04. Hero Headers
 ---------------------------------*/
/* Hero Header style 1 */
.hero-header-1 .slide .container {
    margin-bottom: 100px
}
.hero-header-1 .text-wrapper {
    width: 650px;
    margin: 130px auto 0px;
}
.hero-header-1 h1 {
    font-weight:600;
    color: #FFFFFF;
    line-height:1em;
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
}
.hero-header-1 p {
    width:80%;
    color: #CCCCCC;
    font-size: 18px;
    margin-top:30px;
}
/* Retina background support - use x2 size image background */
.hero-header-1 .slide-1,
.hero-header-1 .slide-2,
.hero-header-1 .slide-3 {
    padding: 60px 0px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}
.hero-header-1 .owl-controls {
    position: absolute;
    width: 100%;
    bottom: 20px;
}
.hero-header-1 .owl-controls .owl-page span {
    background:rgba(255,255,255,0.3) !important;
    width:50px !important;
    border-radius:0px !important;;
    height:2px !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
.hero-header-1 .owl-controls .owl-page.active span,
.hero-header-1 .owl-controls.clickable .owl-page:hover span {
    background: #DDDDDD !important;
}
.hero-header-1 .carousel-arrows {
    width: 100%;
    left: 0px;
    top:250px;
    position: absolute;
}
.hero-header-1 .carousel-arrows i {
    width: 80px;
    height: 80px;
    text-align: center;
    display: block;
    border: solid 2px transparent;
    border-radius: 50%;
    padding-top: 15px;
    color: rgba(255,255,255,0.4);
    font-size: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.hero-header-1 .carousel-arrows i:hover {
    color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
    .hero-header-1 .text-wrapper {
        width: 500px;
        margin: 100px auto 0px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-header-1 .slide .container {
        margin-bottom: 60px
    }
    .hero-header-1 .carousel-arrows {
        top:200px;
    }
}
@media only screen and (max-width: 480px) {
    .hero-header-1 .text-wrapper {
        width: 90%;
        margin: 60px auto 0px;
    }
    .hero-header-1 .slide .container {
        margin-bottom: 30px
    }
    .hero-header-1 p {
        width:100%;
        font-size:16px;
    }
    .hero-header-1 .carousel-arrows {
        display:none
    }
}


/* Hero Header style 2 */
.hero-header-2 .play-button {
    display:inline-block;
    width:70px;
    height:70px;
    font-size: 30px;
    text-align:center;
    color:#111111;
    padding-top:20px;
    border-radius:50%;
    background:#FFFFFF;
    margin-top:20px;
}
.hero-header-2 .play-button i {
    margin-right:-7px;
}
.hero-header-2 .play-button:hover {
    background:#CCCCCC;
}
.hero-header-2 h2 {
    color: #EEEEEE;
}
.hero-header-2 h2 span {
    color: #FFFFFF;
    font-weight:700;
}
.hero-header-2 .subtext {
    color: #CCCCCC;
    margin-top: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px
}
@media only screen and (max-width: 767px) {
    .hero-header-2 .subtext {
        width: 100%;
        font-size: 16px
    }
}


/* hero header style 3 */
.hero-header-3{
    overflow: hidden;
}
.hero-header-3 .head-center {
    margin-bottom: 0px
}
.hero-header-3 h2 {
    color: #2E71F2;
    margin-top: 80px
}
.hero-header-3 #watch {
    position: relative;
    margin-top: 30px;
    z-index: 9;
    bottom: 0px;
    margin-bottom: -40%
}
.hero-header-3 .bttn {
    position: relative;
    top: -50px;
    background: #FFFFFF;
    border: solid 2px rgba(0,0,0,0.2);
    color: #111111;
    z-index: 999
}
.hero-header-3 .bttn:hover {
    color: #FFFFFF;
    background: #2E71F2
}
@media only screen and (max-width: 767px) {
    .hero-header-3 .bttn {
        top: -30px
    }
}


/* Hero Header style 4 */
.hero-header-4 .play-button {
    display:inline-block;
    width:70px;
    height:70px;
    text-align:center;
    padding-top:20px;
    border-radius:50%;
    background:#FFFFFF;
    margin-top:20px;
}
.hero-header-4 .play-button i {
    margin-right:-7px;
    color:#111111;
    font-size: 30px;
}
.hero-header-4 .play-button:hover {
    background:#CCCCCC;
}
.hero-header-4 h1 {
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 30px;
    line-height:1em;
}
.hero-header-4 .subtext {
    margin-top: 30px;
    font-size: 20px;
    color: #EEEEEE;
    width: 70%;
    margin-left: auto;
    margin-right: auto
}
@media only screen and (max-width: 991px) {
    .hero-header-4 .subtext {
        width: 90%
    }
}
@media only screen and (max-width: 480px) {
    .hero-header-4 .subtext {
        width: 100%;
        font-size:16px
    }
}


/* Hero Header style 5 */
.hero-header-5 h1 {
    margin-top:70px;
}
.hero-header-5 p {
    width: 500px;
    color: #DDDDDD;
    font-size: 20px;
    margin:30px auto 0px;
}
.hero-header-5 .popup-video {
    display:inline-block;
}
.hero-header-5 .text-link {
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    display:inline-block;
    vertical-align:middle;
    margin-top:-20px;
    font-size:13px;
    color:#FFFFFF;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-left:10px;
}
.hero-header-5 .play-button {
    display: inline-block;
    color: #FFFFFF;
    font-size: 40px
}
.hero-header-5 .popup-video:hover .text-link,
.hero-header-5 .popup-video:hover .play-button {
    color:#CCCCCC
}
@media only screen and (max-width: 540px) {
    .hero-header-5 p {
        width: 100%;
        font-size: 16px;
    }
}


/* Hero Header style 6 */
.hero-header-6 h3 {
    color: #FFFFFF;
    margin-top: 170px;
}
.hero-header-6 p {
    color:#cbdcfa;
    font-size:18px;
    width:70%;
}
.hero-header-6 #mainimg {
    margin-top: 150px;
}
@media only screen and (max-width: 1200px) {
    .hero-header-6 h3 {
        margin-top: 100px
    }
    .hero-header-6 .bttn {
        margin-bottom: 50px
    }
    .hero-header-6 #mainimg {
        margin-top: 150px
    }
}
@media only screen and (max-width: 991px) {
    .hero-header-6 p {
        width: 90%
    }
    .hero-header-6 .col-sm-8 {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .hero-header-6 #mainimg {
        margin-top: 0px
    }
}
@media only screen and (max-width: 480px) {
    .hero-header-6 h3 {
        margin-top: 50px
    }
    .hero-header-6 .col-xs-8 {
        width: 90%
    }
}


/* hero header style 7 */
.hero-header-7 .grad-wrapper {
    width:100%;
    position:absolute;
    bottom:0;
    height:300px;
    overflow: hidden;
    z-index:1;
}
.hero-header-7 .text-wrapper {
    width:550px;
    display:block;
    position:absolute;
    bottom:0;
    overflow: hidden;
    z-index:99;
    padding-bottom:50px;
}
.hero-header-7 .grad-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: inline-block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
@media only screen and (max-width: 991px) {
    .hero-header-7 {
        min-height: 500px;
    }
    .hero-header-7 .text-wrapper {
        width:400px;
        padding-bottom:20px;
    }
}
@media only screen and (max-width: 520px) {
    .hero-header-7 .container {
        padding:0;
    }
    .hero-header-7 .text-wrapper {
        padding-left:20px;
        padding-right:20px;
        width:100%;
    }
}



/* hero header style 8 */
.hero-header-8 h2 {
    margin-top: 80px
}
.hero-header-8 h2 span {
    color: #FFFFFF;
    background:#111111;
    padding:5px 30px 10px 30px;
    border-radius:75px;
}
.hero-header-8 .play-bttn {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 90px;
    color: #EEEEEE
}
.hero-header-8 .play-bttn:hover {
    color: #FFFFFF
}
@media only screen and (max-width: 480px) {
    .hero-header-8 .play-bttn {
        font-size: 70px;
        margin-bottom: 0px
    }
}
@media only screen and (max-width: 400px) {
    .hero-header-8 h2 span {
        display:block;
        margin-top:10px;
    }
}



/* Hero Header style 9 */
.hero-header-9 p {
    width: 80%;
    margin-top: 30px;
    font-size: 17px;
    color: #777777
}
.hero-header-9 .main-img {
    border-radius: 5px;
    z-index: 9;
    border: solid 1px #DDDDDD;
}
.hero-header-9 .play-button {
    color: #FFFFFF;
    font-size: 80px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    z-index: 10;
    text-shadow: 0px 0px 60px #888888
}
.hero-header-9 .mouse.mouse-dark {
    border: 2px solid #999999;
}
@media only screen and (max-width: 991px) {
    .hero-header-9 .col-md-6 {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .hero-header-9 h2 {
        margin-top: 40px
    }
}
@media only screen and (max-width: 480px) {
    .hero-header-9 .col-xs-10 {
        width: 100%
    }
    .hero-header-9 p {
        width: 100%;
        font-size: 15px
    }
}


/* Hero Header style 10 */
.hero-header-10{
    overflow: hidden;
}
.hero-header-10 p {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-top: 30px;
    color: #888888
}
.hero-header-10 img {
    margin-top: 30px;
    margin-bottom: -25%
}


/* Hero Header style 11 */
.hero-header-11 .slide {
    min-height: 300px;
    padding: 400px 0px 80px;
    margin: 0px;
}
.hero-header-11 .text-wrapper {
    width: 600px;
    margin: 0px
}
.hero-header-11 h5 {
    font-family: 'Poppins', sans-serif;
    background: #FFFFFF;
    color: #111111;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 15px 10px 15px;
    margin: 0px;
}
.hero-header-11 p {
    background: #111111;
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    color: #FFFFFF;
    font-weight: 300;
    padding: 20px;
    font-size: 16px;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
}
.hero-header-11 .bttn {
    margin-top: 0px;
    float: right;
    background:rgba(255,255,255,0.7);
    color: #111111;
}
.hero-header-11 .bttn:hover {
    background: #FFFFFF;
    color: #111111;
}
.hero-header-11 .owl-controls {
    position: absolute;
    width: 100%;
    bottom: 20px;
}
.hero-header-11 .owl-controls .owl-page span {
    background:rgba(255,255,255,0.5) !important
}
.hero-header-11 .owl-controls .owl-page.active span,
.hero-header-11 .owl-controls.clickable .owl-page:hover span {
    background: #FFFFFF !important;
}
@media only screen and (max-width: 1200px) {
    .hero-header-11 .slide {
        padding: 350px 0px 60px;
    }
}
@media only screen and (max-width: 991px) {
    .hero-header-11 .slide {
        padding: 250px 0px 60px;
    }
    .hero-header-11 p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-header-11 .text-wrapper {
        width: 80%;
    }
    .hero-header-11 p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    .hero-header-11 .slide {
        padding: 150px 0px 60px;
    }
    .hero-header-11 .text-wrapper {
        width: 100%;
    }
}


/* Hero Header style 12 */
.hero-header-12 .content-box {
    width: 700px;
    margin-top: 60px;
}
.hero-header-12 p {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: 300;
    width: 80%;
    margin-top: 30px;
}
.hero-header-12 .mouse-wrapper {
    text-align: left;
    margin-top:50px;
}
@media only screen and (max-width: 991px) {
    .hero-header-12 .content-box {
        width: 600px;
    }
    .hero-header-12 p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-header-12 .content-box {
        width: 80%;
    }
    .hero-header-12 p {
        font-size: 17px;
        width: 100%
    }
}
@media only screen and (max-width: 480px) {
    .hero-header-12 .content-box {
        width: 100%;
        margin-top: 45px;
    }
}


/* Hero Header style 13 */
.hero-header-13 img {
    margin-top:100px;
}
.hero-header-13 .text-wrapper {
    margin-top:100px;
}
.hero-header-13 h4 {
    color:#CCCCCC
}
.hero-header-13 h4 span {
    color:#FFFFFF;
    font-weight:600;
}
.hero-header-13 #countdown {
    display: block;
    margin-top:20px;
    margin-bottom:20px;
}
.hero-header-13 .counter {
    display: inline-block;
    margin: 0px 3px;
}
.hero-header-13 .counter .type,
.hero-header-13 .counter .value {
    display: block
}
.hero-header-13 .counter .type {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px !important;
    margin-top: 10px;
    color: #DDDDDD;
    text-align: left;
}
.hero-header-13 .counter .value {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-size: 40px;
    font-weight: 300;
    margin-top: 20px;
    color: #FFFFFF;
    text-align: left;
}
.hero-header-13 .mouse-wrapper {
    margin-top:30px;
    margin-bottom:30px;
}
@media only screen and (max-width: 480px) {
    .hero-header-13 img {
        margin-top:60px;
    }
}


/* Hero Header style 14 */
.hero-header-14:before,
.hero-header-14:after {
    display: table;
    content: " ";
}
.hero-header-14:after {
    clear: both;
}
.hero-header-14 .part{
    width:50%;
    float:left;
    min-height:650px;
}
.hero-header-14 .text-part {
    padding-left:60px;
}
.hero-header-14 h5 {
    color:#CCCCCC;
    margin-top:170px;
}
.hero-header-14 p {
    width:300px;
    color:#CCCCCC;
    margin-top:20px;
    font-size:20px;
}
.hero-header-14 .mouse-wrapper {
    display:inline-block;
    margin-top:40px;
}
@media only screen and (max-width: 840px) {
    .hero-header-14 .part{
        width:100%;
        float:none;
        min-height:300px;
    }
    .hero-header-14 .text-part {
        background:#111111;
        padding:30px;
    }
    .hero-header-14 h5 {
        margin-top:30px;
    }
}
@media only screen and (max-width: 480px) {
    .hero-header-14 p {
        width:100%;
    }
}


/* ---------------------------------
05. Portfolio Styles
 ---------------------------------*/
/* Portfolio style 1 */
.portfolio-1 p.subtext {
    color: #999999;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 0
}
.portfolio-1 .all-details {
    margin-top: 50px
}
/*.portfolio-1 .grid {
    margin-top: 30px
}*/
@media only screen and (max-width: 768px) {
    .portfolio-1 .all-details {
        margin-top: 30px
    }
}


/* Portfolio style 2 */
.portfolio-2 p.subtext {
    color: #999999;
    font-size: 15px;
    margin-top: 20px;
    width: 480px;
    margin-bottom: 0
}
.portfolio-2 .all-details {
    margin-top: 50px
}
@media only screen and (max-width: 481px) {
    .portfolio-2 p.subtext {
        width: 90%
    }
    .portfolio-2 .all-details {
        margin-top: 30px
    }
}


/* ---------------------------------
06. Price Tables
 ---------------------------------*/
/* Price Table style 1 */
.price-1 {
    background: #2e71f2;
    min-height: 300px
}
.price-1 .subtext {
    color: #c3d4f6;
}
.price-1 .price-wrapper {
    min-height: 200px;
    width: 700px;
    margin-top: 60px
}
.price-1 .table-wrapper {
    min-height: 200px;
    width: 50%;
    display: inline-block;
    float: left;
    padding: 20px
}
.price-1 .price-table {
    border-radius: 15px;
    min-height: 100px;
    padding: 50px 30px 0px 30px;
    text-align: center
}
.price-1 .price {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-size: 40px;
    vertical-align: middle
}
.price-1 .price span {
    font-size: 70px;
    vertical-align: bottom
}
.price-1 .plan {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-top: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
    display: block
}
.price-1 .price-table.primary {
    background: #FFFFFF;
    box-shadow: 0px 20px 40px #153065
}
.price-1 .price-table.primary .price {
    color: #2e71f2
}
.price-1 .price-table.primary .plan {
    color: #000000
}
.price-1 .price-table.secondary {
    background: #111111
}
.price-1 .info1,
.price-1 .info2 {
    font-size: 14px;
    margin-top: 20px;
    display: block
}
.price-1 .info1 {
    color: #666666
}
.price-1 .info2 {
    color: #999999
}
.price-1 .bttn {
    display: block;
    margin-top: 30px;
    margin-left: -30px;
    border-radius: 0px 0px 15px 15px;
    margin-right: -30px;
    background: #333333;
    color: #FFFFFF;
}
.price-1 .bttn:active {
    background: #111111;
}
@media only screen and (max-width: 767px) {
    .price-1 .price-wrapper {
        width: 100%
    }
}
@media only screen and (max-width: 640px) {
    .price-1 .table-wrapper {
        width: 80%;
        margin-left: 10%;
        padding: 0;
        margin-bottom: 30px;
    }
    .price-1 .container {
        padding: 0
    }
}
@media only screen and (max-width: 480px) {
    .price-1 .table-wrapper {
        width: 90%;
        margin-left: 5%;
    }
}


/* Price Table style 2 */

.price-2 .subtext {
    color: #777777;
}
.price-2 .price-wrapper {
    position: relative;
    display: table;
    width: 900px;
    border-radius: 15px;
    padding: 0px
}
.price-2 .table-wrapper {
    padding: 30px 20px 10px 20px;
    border: solid 1px #DDDDDD;
    margin-right: -1px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 10px;
}
.price-2 .table-first {
    margin-left: 1px;
    border-radius: 15px 0px 0px 15px
}
.price-2 .table-last {
    border-radius: 0px 15px 15px 0px
}
.price-2 .price {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-weight: 800;
    display: block;
    text-align: center;
    color: #333333;
    font-size: 40px;
    vertical-align: top;
    border-bottom: solid 1px #DDDDDD;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
.price-2 .price span {
    font-size: 60px;
    vertical-align: bottom
}
.price-2 .plan {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    color: #2e71f2;
    display: block;
    margin-bottom: 30px
}
.price-2 .features {
    padding-top: 0;
    text-align: left;
    padding-left: 30px
}
.price-2 .features li {
    font-size: 14px;
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    margin: 5px 0px;
    color: #000000
}
.price-2 .features li span {
    margin-right: 10px;
    color: #CCCCCC
}
.price-2 .billing {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888888;
    display: block;
    margin-top: 10px
}
.price-2 .table-wrapper.primary {
    background: #f1f7fa
}
.price-2 .table-wrapper .bttn {
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .price-2 .price-wrapper {
        width: 100%
    }
    .price-2 .features {
        padding-left: 0px
    }
}
@media only screen and (max-width: 767px) {
    .price-2 .table-wrapper {
        width: 100%;
        margin-bottom: 20px
    }
    .price-2 .table-first,
    .price-2 .table-last {
        margin-left: 0px;
        border-radius: 0px
    }
}


/* Price Table style 3 */
.price-3 {
    background: #f1f7fa;
    min-height: 300px
}
.price-3 .price-table {
    background: #FFFFFF;
    padding: 20px 20px 0px 20px;
    text-align: center;
    border: solid 1px #EEEEEE;
    border-radius: 10px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    box-shadow: 0px 0px 0px #DDDDDD
}
.price-3 .plan {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2e71f2;
    display: block;
    text-align: center;
    margin-bottom: 30px
}
.price-3 .price {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-weight: 800;
    display: block;
    text-align: center;
    color: #333333;
    font-size: 40px;
    margin-bottom: 20px;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.price-3 .price span {
    font-size: 60px;
    vertical-align: bottom
}
.price-3 .features {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center
}
.price-3 .features li {
    font-size: 15px;
    margin: 5px 0px;
    color: #777777
}
.price-3 .purchase {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    display: block;
    font-weight: 700;
    background: #333333;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    text-decoration: none;
    margin: 20px -20px 0px -20px;
    padding: 10px 22px;
    border-radius: 0px 0px 10px 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}
@media only screen and (min-width: 991px) {
    .price-3 .price-table:hover {
        cursor: default;
        box-shadow: 0px 0px 40px #DDDDDD
    }
    .price-3 .price-table:hover .price {
        color: #2e71f2
    }
    .price-3 .price-table:hover .purchase {
        background: #2e71f2;
        color: #FFFFFF;
    }
    .price-3 .price-table:hover .purchase:active {
        background: #111111;
    }
}
@media only screen and (max-width: 991px) {
    .price-3 .price-table {
        margin-bottom: 20px
    }
    .price-3 .price {
        color: #2e71f2
    }
}
@media only screen and (max-width: 480px) {
    .price-3 .col-md-10,
    .price-3 .col-md-4 {
        padding: 0
    }
}


/* Price Table style 4 */
.price-4 .subtext {
    font-size: 17px
}
.price-4 .all-details{
    width: 900px;
}
.price-4 .price-table {
    background: #FFFFFF;
    padding: 0px;
    text-align: center;
    border: solid 1px #DDDDDD;
    border-radius: 8px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    box-shadow: 0px 0px 0px #DDDDDD
}
.price-4 .plan {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    color: #2e71f2;
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}
.price-4 .price {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    display: block;
    text-align: center;
    color: #333333;
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 20px;
    vertical-align: top;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}
.price-4 .price span {
    font-size: 60px;
    vertical-align: bottom
}
.price-4 .billing {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    color: #999999;
    display: block;
    margin-top: 40px
}
.price-4 .purchase {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    background: #000000;
    display: block;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    text-decoration: none;
    margin: 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 10px 22px;
    border-radius: 75px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}
.price-4 .purchase:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95)
}
.price-4 .features {
    background: #FFFFFF;
    margin: 0;
    text-align: center;
    padding: 8px 0px;
    border-radius: 0px 0px 8px 8px;
    -webkit-transition: All 0.3s ease;
    -moz-transition: all .3s ease;
    transition: All 0.3s ease
}
.price-4 .features li {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-size: 13px;
    color: #000000;
    font-weight: 500
}
.price-4 .all-included {
    margin-top: 30px;
    padding: 30px
}
.price-4 .subinfo {
    display: block;
    text-align: center;
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    padding: 7px 0px;
    color: #2e71f2;
    font-weight: 700
}
.price-4 .border {
    display: block;
    padding: 10px;
    text-align: center;
    border: solid 1px #DDDDDD
}
.price-4 .border .main-info {
    display: inline-block;
    margin: 0px 10px;
    font-size: 13px;
}
.price-4 .border .main-info span {
    color: #2e71f2;
    margin-right: 10px
}
.price-4 .bttn {
    width: 90%;
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
    .price-4 .price-table:hover {
        cursor: default;
        box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.2)
    }
    .price-4 .price-table:hover .price {
        color: #2e71f2
    }
    .price-4 .price-table:hover .purchase {
        background: #2e71f2;
        color: #FFFFFF
    }
    .price-4 .price-table:hover .features {
        background: #f1f7fa
    }
}
@media only screen and (max-width: 991px) {
    .price-4 .col-sm-4 {
        padding: 5px;
    }
    .price-4 .price-table {
        margin-bottom: 20px
    }
    .price-4 .price {
        color: #2e71f2
    }
}
@media only screen and (max-width: 480px) {
    .price-4 .subtext {
        font-size: 15px
    }
    .price-4 .col-md-10,
    .price-4 .col-md-4 {
        padding: 0
    }
    .price-4 .border .main-info {
        display: block;
        margin: 10px 2px
    }
    .price-4 .all-included {
        margin-top: 10px
    }
}


/* ---------------------------------
07. Promo Styles
 ---------------------------------*/
/* Promo style 1 */
.promo-1 .subh-basic-light {
    color: #CCCCCC;
}
.promo-1 h5 {
    line-height: 1.4em;
}
.promo-1 p {
    color: #CCCCCC;
}
.promo-1 .bttn {
    background: #FFFFFF;
    color: #111111;
}
@media only screen and (max-width: 767px) {
    .promo-1 .col-xs-10 {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 480px) {
    .promo-1 .col-xs-10 {
        width: 100%;
    }
}


/* Promo style 2 */
.promo-2 p {
    color: #999999
}
/* Promo style 3 */
.promo-3 .bttn {
    color: #FFFFFF;
    border: solid 2px #FFFFFF
}
.promo-3 .bttn:hover {
    background: #FFFFFF;
    color: #111111;
}
@media only screen and (max-width: 767px) {
    .promo-3 h5,
    .promo-3 .text-right {
        text-align: center !important
    }
    .promo-3 .bttn {
        margin-top: 20px;
    }
}


/* Promo style 4 */
.promo-4 .play-button {
    font-size: 80px;
    color: #FFFFFF
}

/* Promo style 5 */
.promo-5 .subh-basic-light {
    color: #90CAF9
}
.promo-5 p {
    font-size: 22px
}
@media only screen and (max-width: 480px) {
    .promo-5 p {
        font-size: 18px
    }
}


/* Promo style 6 */
.promo-6 p {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    color: #CCCCCC;
    margin-top: 20px;
}
.promo-6 .bttn {
    background: #111111;
    color: #FFFFFF
}


/* ---------------------------------
08. Sign In Styles
 ---------------------------------*/
/* Sign-in style 1 */
.sign-in-1 .sign-box {
    background: #FFFFFF;
    width: 350px;
    min-height: 200px;
    border-radius: 15px;
    margin-top: 40px;
    padding: 30px 30px 20px 30px;
    margin-bottom: 30px;
    box-shadow: 0px 20px 40px #204fa9
}
.sign-in-1 input {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    border: solid 2px #CCCCCC;
    color: #000000;
    font-size: 13px;
    text-align: center;
    border-radius: 75px
}
.sign-in-1 input:hover {
    border-color: #777777
}
.sign-in-1 input:focus {
    border-color: #2e71f2
}
.sign-in-1 .accept {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    color: #888888;
    font-size: 13px;
    display: block
}
.sign-in-1 .accept a {
    color: #000000;
    font-weight: 600
}
.sign-in-1 .accept a:hover {
    color: #2e71f2
}
.sign-in-1 .bttn {
    width: 100%;
    text-align: center
}
.sign-in-1 .already {
    color: #CCCCCC
}
.sign-in-1 .already a {
    color: #FFFFFF;
    border-bottom: solid 1px #CCCCCC
}
.sign-in-1 .already a:hover {
    border-color: #FFFFFF
}
@media only screen and (max-width: 767px) {
    .sign-in-1 {
        padding: 60px 0px;
    }
}
@media only screen and (max-width: 420px) {
    .sign-in-1 .container {
        padding: 0
    }
    .sign-in-1 .sign-box {
        width: 100%;
        padding: 20px;
        border-radius: 0
    }
}


/* Sign-in style 2 */
.sign-in-2 {
    padding: 0px
}
.sign-in-2 .eq-ht {
    min-height: 300px;
    padding: 60px 30px
}
.sign-in-2 .part2 {
    background: #FFFFFF;
    border-bottom: solid 1px #DDDDDD
}
.sign-in-2 .content-box {
    margin-top: 30px;
    padding: 0;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.sign-in-2 .subtext {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    margin-top: 20px;
    font-size: 14px;
    color: #888888
}
.sign-in-2 .sign-up-with {
    display: block;
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    margin-top: 30px;
    letter-spacing: 1px
}
.sign-in-2 .social-share {
    margin-top: 20px
}
.sign-in-2 .social-share a {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 22px;
    border-radius: 25px;
    margin: 5px;
    color: #FFFFFF;
    -webkit-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out
}
.sign-in-2 .social-share a span {
    margin-right: 10px
}
.sign-in-2 .social-share a.facebook {
    background: #3b5998
}
.sign-in-2 .social-share a.twitter {
    background: #55acee
}
.sign-in-2 .social-share a.gplus {
    background: #dc4e41
}
.sign-in-2 .sidelines {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    margin-top: 30px;
    color: #CCCCCC
}
.sign-in-2 form {
    margin-top: 30px;
    text-align: center
}
.sign-in-2 form label {
    display: block;
    color: #999999;
    text-align: left;
    margin-left: 25px
}
.sign-in-2 form .input {
    display: inline-block
}
.sign-in-2 form input {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    background: #EEEEEE;
    border: 2px solid #EEEEEE;
    padding: 10px 15px;
    width: 250px;
    margin: 10px;
    font-size: 14px;
    border-radius: 75px
}
.sign-in-2 form input:focus {
    background: #FFFFFF;
    border: 2px solid #2e71f2
}
.sign-in-2 .accept {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    color: #666666;
    font-size: 13px;
    display: block;
    margin-top: 10px;
    width: 400px;
    margin-left: auto;
    margin-right: auto
}
.sign-in-2 .accept a {
    color: #000000;
    font-weight: 600
}
.sign-in-2 .accept a:hover {
    color: #2e71f2
}
.sign-in-2 .bttn {
    font-size: 11px
}
.sign-in-2 .already {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #777777;
    font-size: 13px
}
.sign-in-2 .already a {
    color: #2e71f2;
    font-weight: 600
}
@media only screen and (max-width: 767px) {
    .sign-in-2 .eq-ht {
        padding: 30px 10px;
    }
    .sign-in-2 .content-box {
        width: 100%;
    }
}
@media only screen and (max-width: 540px) {
    .sign-in-2 .subtext,
    .sign-in-2 .accept {
        width: 100%
    }
    .sign-in-2 form input,
    .sign-in-2 form label,
    .sign-in-2 form .input,
    .sign-in-2 .social-share a {
        margin-bottom: 10px;
        margin-left: 0;
        width: 100%;
        display: block;
        text-align: center
    }
}


/* Sign-in style 3 */
.sign-in-3 .sign-box {
    background: #FFFFFF;
    width: 350px;
    min-height: 200px;
    margin-top: 20px;
    border-radius: 5px;
    padding: 30px 30px 20px 30px;
    margin-bottom: 30px;
    border: solid 1px #CCCCCC
}
.sign-in-3 label {
    display: block;
    color: #777777;
}
.sign-in-3 input {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    border-radius: 5px;
    border-color: #EEEEEE;
    background: #EEEEEE;
    box-shadow: 0px 0px 0px #CCCCCC
}
.sign-in-3 input:focus {
    background: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: 0px 5px 15px #CCCCCC
}
.sign-in-3 .bttn {
    width: 100%;
    text-align: center
}
.sign-in-3 .forgot-pass {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #888888;
    font-size: 12px;
    margin-top: 20px;
    display: inline-block;
    border-bottom: solid 1px #DDDDDD
}
.sign-in-3 .forgot-pass:hover {
    color: #000000;
    border-bottom: solid 1px #000000
}
.sign-in-3 .sidelines {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: block;
    margin-top: 30px;
    color: #999999
}
.sign-in-3 .social-share {
    margin-top: 20px;
    text-align: center;
}
.sign-in-3 .social-share a {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 22px;
    border-radius: 25px;
    margin: 5px;
    color: #FFFFFF;
    -webkit-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out
}
.sign-in-3 .social-share a span {
    margin-right: 10px
}
.sign-in-3 .social-share a.facebook {
    background: #3b5998
}
.sign-in-3 .social-share a.gplus {
    background: #dc4e41
}
.sign-in-3 .already {
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 14px;
    text-align: center;
    color: #777777;
    font-weight: 500;
}
.sign-in-3 .already a {
    color: #111111;
    border-bottom: solid 1px #111111
}
@media only screen and (max-width: 767px) {
    .sign-in-3 {
        padding: 60px 0px
    }
}
@media only screen and (max-width: 420px) {
    .sign-in-3 .container {
        padding: 0
    }
    .sign-in-3 .sign-box {
        width: 100%;
        padding: 20px
    }
}


/* ---------------------------------
09. Team
 ---------------------------------*/
.team-1 .main-wrapper {
    margin: 15px 0px;
    min-height: 250px;
    padding: 30px;
    border-radius: 5px;
    cursor: default;
    position: relative;
}
.team-1 .main-wrapper:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}
@media only screen and (min-width: 991px) {
    .team-1 .main-wrapper:hover:after {
        background: rgba(46, 113, 242, 0.5);
    }
}
.team-1 .main-wrapper .name {
    display: block;
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    z-index: 2;
}
.team-1 .main-wrapper .position {
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #EEEEEE;
    position: absolute;
    z-index: 2;
    margin-top: 25px;
}
.team-1 .main-wrapper .social {
    position: absolute;
    bottom: 10px;
    margin-left: -5px;
    z-index: 2;
}
.team-1 .main-wrapper .social a {
    border-color: #FFFFFF;
    color: #EEEEEE;
}
.team-1 .main-wrapper .social a:hover {
    color: #111111;
}


/* Team Style 2 */
.team-2 figure {
    position: relative;
    cursor: default;
    overflow: hidden;
}
.team-2 .img-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}
.team-2 .img-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: inline-block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.team-2 img {
    display: block;
    border-radius: 5px
}
.team-2 figcaption {
    width: 100%;
    padding: 20px 20px 5px 20px;
    position: absolute;
    bottom: 0px;
}
.team-2 figcaption .name {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.team-2 figcaption .position {
    font-size: 13px;
    display: block;
    color: #DDDDDD;
}
.team-2 .social {
    margin-top: 10px;
    margin-left: -5px;
}
.team-2 .social li {
    display: inline-block;
    margin-right: 3px;
}
@media only screen and (min-width: 991px) {
    .team-2 figcaption .name,
    .team-2 figcaption .position {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: translate3d(0%, 50px, 0);
        transform: translate3d(0%, 50px, 0)
    }
    .team-2 .social {
        opacity: 1;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transform: translate3d(0%, 100%, 0);
        transform: translate3d(0%, 100%, 0)
    }
    .team-2 figure:hover figcaption .name,
    .team-2 figure:hover figcaption .position,
    .team-2 figure:hover figcaption .social {
        opacity: 1;
        -webkit-transform: translate3d(0%, 0px, 0);
        transform: translate3d(0%, 0px, 0)
    }
}
@media only screen and (max-width: 991px) {
    .team-2 .col-md-3 {
        margin-bottom: 30px
    }
}
@media only screen and (max-width: 480px) {
    .team-2 .col-xs-6 {
        width: 100%;
        text-align: center;
        float: none;
        margin-left: auto;
        margin-right: auto
    }
}


/* Team Style 3 */
.team-3 .part {
    min-height: 300px;
    background: #CCCCCC
}
.team-3 .part.text-part {
    background: #FFFFFF;
    padding: 50px 30px 50px 50px;
}
.team-3 .subh-basic-dark {
    font-size: 12px;
    color: #999999;
}
.team-3 .content {
    width: 350px;
    min-height: 200px;
    margin-top: 20px;
}
.team-3 h4 {
    margin-left: -4px;
}
.team-3 .position {
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 14px;
    color: #111111;
    margin-top: 7px;
}
.team-3 hr {
    border-top: solid 1px #DDDDDD;
}
.team-3 p {
    color: #333333;
    font-size: 16px;
}
.team-3 .social-dark {
    margin-left: -10px;
}
.team-3 .social-dark a {
    background: #DDDDDD;
    color: #111111;
    border-color: #DDDDDD;
}
.team-3 .social-dark a:hover {
    background: #111111;
    color: #FFFFFF;
    border-color: #111111;
}
.team-3 .owl-controls {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 20px 0px 10px 50px;
    text-align: left !important;
}
.team-3 .owl-controls .owl-page span {
    width: 8px !important;
    height: 8px !important;
    background: #FFFFFF !important;
    border: solid 1px #666666 !important;
    margin-bottom: 0px;
}
.team-3 .owl-controls .owl-page.active span,
.team-3 .owl-controls.clickable .owl-page:hover span {
    background: #FF0084 !important;
    border-color: #FF0084 !important;
}
@media only screen and (max-width: 991px) {
    .team-3 .content {
        width: 100%;
    }
    .team-3 .part.text-part {
        padding: 30px 30px 0px;
    }
}
@media only screen and (max-width: 767px) {
    .team-3 .owl-controls {
        position: relative;
        padding: 20px 0px 10px 20px;
    }
}


/* Team Style 4 */
.team-4 .col-md-3 {
    padding: 15px;
}
.team-4 figure {
    position: relative;
    overflow: hidden;
}
.team-4 .img-wrapper img {
    border-radius: 5px;
}
.team-4 figure figcaption {
    padding: 20px 20px 5px 20px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    background: rgba(46, 113, 242, 0.7);
    display: block;
    cursor: default;
    border-radius: 0px 0px 5px 5px;
}
.team-4 figcaption .name {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.team-4 figcaption .position {
    font-size: 13px;
    display: block;
    color: #d9e3f6;
}
.team-4 .social {
    margin-left: -7px;
}
.team-4 .social a {
    border-color: #d9e3f6;
}
.team-4 .icon {
    background: #2E71F2;
    color: #FFFFFF;
    font-size: 20px;
    height: 60px;
    width: 60px;
    padding-top: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.team-4 .icon:hover {
    background: #111111;
}
.team-4 .join {
    font-family: 'Poppins', sans-serif;
}
@media only screen and (min-width: 991px) {
    .team-4 figure figcaption {
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    .team-4 figure:hover figcaption {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@media only screen and (max-width: 767px) {
    .team-4 .img-wrapper img {
        border-radius: 5px 5px 0px 0px;
    }
    .team-4 figure figcaption {
        position: relative;
        background: rgba(46, 113, 242, 1);
    }
}
@media only screen and (max-width: 480px) {
    .team-4 .col-xs-6 {
        width: 100%;
        text-align: center;
        float: none;
        margin-left: auto;
        margin-right: auto
    }
}


/* ---------------------------------
10. Testimonials
 ---------------------------------*/
/* Testimonial Style 1 */
.testimonial-1 .text-container {
    width: 720px;
    margin-left: auto;
    margin-right: auto
}
.testimonial-1 .text-container p {
    letter-spacing: 0px;
    line-height: 1.4em;
    color: #FFFFFF;
    font-size: 30px
}
.testimonial-1 .name {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500 !important;
    display: block;
    color: #FFFFFF;
    margin-top: 20px;
    font-size: 14px !important
}
.testimonial-1 .position {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    margin-top: 5px;
    font-size: 14px
}
@media only screen and (max-width: 991px) {
    .testimonial-1 .text-container {
        width: 80%
    }
    .testimonial-1 .text-container p {
        line-height: 1.3em;
        font-size: 26px
    }
}
@media only screen and (max-width: 480px) {
    .testimonial-1 .text-container {
        width: 90%
    }
    .testimonial-1 .text-container p {
        font-size: 20px
    }
}


/* Testimonial Style 2 */
.testimonial-2 .all-testimonials .item {
    display: block;
    text-align: center;
    background: #F1F7FA;
    padding: 20px;
    min-height: 100px;
    margin: 10px;
    border-radius: 10px;
}
.testimonial-2 .all-testimonials .item p {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    color: #000000;
    margin-top: 20px
}
.testimonial-2 .all-testimonials span {
    display: block
}
.testimonial-2 .name {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;
    color: #2e71f2;
    margin-top: 20px;
    font-size: 14px
}
.testimonial-2 .position {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    color: #888888;
    margin-top: 5px;
    font-size: 12px
}
.testimonial-2 .carousel-arrows {
    opacity: 0;
    width: 100%;
    left: 0px;
    position: absolute;
    margin-top: -300px;
    -webkit-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}
.testimonial-2:hover .carousel-arrows {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
}

@media only screen and (max-width: 991px) {
    .testimonial-2 .carousel-arrows .prev-feature {
        margin-left: 50px
    }
    .testimonial-2 .carousel-arrows .next-feature {
        margin-right: 50px
    }
}
@media only screen and (max-width: 540px) {
    .testimonial-2 .container {
        padding: 0
    }
    .testimonial-2 .all-testimonials {
        margin-top: 30px
    }
}
@media only screen and (max-width: 480px) {
    .testimonial-2 .carousel-arrows .prev-feature {
        margin-left: 0px
    }
    .testimonial-2 .carousel-arrows .next-feature {
        margin-right: 0px
    }
}


/* Testimonial Style 3 */
.testimonial-3 span {
    display: block
}
.testimonial-3 .subh-basic-light {
    color: #999999;
    text-align: center
}
.testimonial-3 .quote-symbol {
    text-align: center;
    font-size: 40px;
    color: #CCCCCC;
    margin: 20px 0px
}
.testimonial-3 .testimonial03 {
    margin-top: 30px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.testimonial-3 .testimonial03 .item {
    margin-bottom: 30px
}
.testimonial-3 .testimonial03 .item p {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    color: #111111
}
.testimonial-3 img.face {
    width: 80px;
    margin-top: 30px
}
.testimonial-3 .name {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;
    color: #2e71f2;
    margin-top: 20px;
    font-size: 14px
}
.testimonial-3 .position {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    color: #888888;
    margin-top: 5px;
    font-size: 12px
}
.testimonial-3 .carousel-arrows {
    width: 100%;
    left: 0px;
    position: absolute;
    top: 30%
}
.testimonial-3 .carousel-arrows .prev-feature2 {
    margin-left: 100px
}
.testimonial-3 .carousel-arrows .next-feature2 {
    margin-right: 100px
}
@media only screen and (max-width: 991px) {
    .testimonial-3 .carousel-arrows {
        width: 100%;
        left: 0px;
        position: relative;
        margin-top: 0px
    }
    .testimonial-3 .carousel-arrows .prev-feature2 {
        margin-left: 50px
    }
    .testimonial-3 .carousel-arrows .next-feature2 {
        margin-right: 50px
    }
}
@media only screen and (max-width: 640px) {
    .testimonial-3 #testimonial3 {
        width: 90%
    }
    .testimonial-3 #testimonial3 .item p {
        font-size: 16px
    }
}
@media only screen and (max-width: 480px) {
    .testimonial-3 .carousel-arrows .prev-feature2 {
        margin-left: 0px
    }
    .testimonial-3 .carousel-arrows .next-feature2 {
        margin-right: 0px
    }
}


/* Testimonial Style 4 */
.testimonial-4 .col-xs-4 {
    padding: 5px 10px;
    margin: 5px 0px
}
.testimonial-4 .client-box {
    background: #FFFFFF;
    border: solid 1px #EEEEEE;
    padding: 0px;
    min-height: 100px;
    border-radius: 5px;
    cursor: default;
    box-shadow:0px 0px 0px 0px rgba(0,0,0,0.07);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}
.testimonial-4 .author {
    border-bottom: solid 1px #EEEEEE;
    padding: 10px;
    min-height: 50px;
    border-radius: 5px 5px 0px 0px
}
.testimonial-4 .author img {
    display: inline-block;
    margin-left: 15px;
    margin-top: -20px
}
.testimonial-4 .author .author-info {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px
}
.testimonial-4 .name {
    display: block;
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    color: #2e71f2;
    font-size: 15px
}
.testimonial-4 .company {
    display: block;
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    color: #999999;
    margin-top: 5px;
    font-size: 13px
}
.testimonial-4 p.quote {
    width: 90%;
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px;
}
@media only screen and (min-width: 992px) {
    .testimonial-4 .client-box:hover {
        box-shadow:0px 10px 40px 0px rgba(0,0,0,0.09);
    }
}
@media only screen and (max-width: 768px) {
    .testimonial-4 .all-testimonials {
        margin-top: 30px
    }
    .testimonial-4 .col-xs-4 {
        width: 50%
    }
}
@media only screen and (max-width: 480px) {
    .testimonial-4 .col-xs-4 {
        width: 100%
    }
}


/* Testimonial Style 5 */
.testimonial-5 h4 {
    text-align: center;
    color: #bed1f5;
    margin-left: 20px;
    margin-bottom: 30px;
}
.testimonial-5 h4 span {
    color: #FFFFFF;
}
.testimonial-5 .owl-testimonial-5 .item {
    margin: 20px
}
.testimonial-5 img {
    border-radius: 50%
}
.testimonial-5 .name {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 13px;
    display: block;
    margin-top: 15px
}
.testimonial-5 .position {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 12px;
    display: block;
    margin-top: 0px
}
.testimonial-5 .bubble {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    position: relative;
    width: 100%;
    height: auto;
    background: #111111;
    color: #FFFFFF;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.testimonial-5 .bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 20px 10px 0;
    border-color: #111111 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -20px;
    left: 15px
}
.testimonial-5 .owl-theme .owl-controls .owl-page span {
    background: #111111
}
.testimonial-5 .owl-theme .owl-controls .owl-page.active span,
.testimonial-5 .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #FFFFFF
}


/* ---------------------------------
11. Maintenance
 ---------------------------------*/
/* Maintenance Style 1*/
.maintenance-1 {
    background:#FFFFFF;
    width:500px;
    padding:30px;
    margin:25vh auto 30px auto;
    text-align:center;
    border-radius:5px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 540px) {
    .maintenance-1 {
        width:100%
    }
}

/* Maintenance Style 2 */
.maintenance-2 {
    background:#FFFFFF;
    width: 700px;
    margin: 25vh auto 20px auto;
    padding: 0px;
    border-radius: 5px;
    border:solid 1px #DDDDDD;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
.maintenance-2 .part1 {
    border-radius: 5px 0px 0px 5px;
    background: #FFFFFF;
    float: left;
    width: 60%;
    padding: 50px 40px 30px
}
.maintenance-2 .part2 {
    border-radius: 0px 5px 5px 0px;
    background: #F44336;
    float: left;
    width: 40%;
    padding: 30px 30px 30px 0px
}
.maintenance-2 h4 {
    color: #F44336
}
.maintenance-2 .icon {
    color: #FFFFFF;
    font-size: 250px
}
@media only screen and (max-width: 740px) {
    .maintenance-2 {
        width: 100%;
        margin: 50px auto 20px auto
    }
    .maintenance-2 .part1,
    .maintenance-2 .part2 {
        float: none;
        width: 100%;
        border-radius: 0px
    }
    .maintenance-2 .icon {
        font-size: 100px
    }
}
@media only screen and (max-width: 480px) {
    .maintenance-2 .part1 {
        padding: 50px 20px
    }
}


/* ---------------------------------
12. 404
 ---------------------------------*/
/* 404 Style 1 */
.page-404-1 {
    display:block;
    margin:140px auto 30px;
    width:500px;
    text-align:center;
}
.page-404-1 h4 {
    color:#666666;
    margin-top:30px;
}
@media only screen and (max-width: 510px) {
    .page-404-1 {
        margin:100px auto 30px;
        width:100%;
    }
}


/* 404 Style 2 */
.page-404-2 {
    display:block;
    margin:200px auto 30px;
    width:660px;
    padding:0px;
}
.page-404-2 .icon {
    display: block;
    text-align: center;
    color: #F44336;
    font-size: 150px;
}
.page-404-2 h4 {
    color: #F44336
}
.page-404-2 p {
    color: #CCCCCC
}
@media only screen and (max-width: 767px) {
    .page-404-2 .icon {
        margin-bottom:30px;
        font-size:100px;
    }
    .page-404-2 {
        width:350px;
        margin:100px auto 30px;
    }
}
@media only screen and (max-width: 420px) {
    .page-404-2 {
        width:100%;
    }
}


/* ---------------------------------
13. Coming Soon
 ---------------------------------*/
/* Coming Soon Style 1 */
.coming-soon-1 h3 {
    color:#EEEEEE
}
.coming-soon-1 #countdown {
    padding:10px 50px 20px;
    display:inline-block;
    margin-top:50px;
    margin-bottom:20px;
    border-top:solid 1px rgba(255,255,255,0.3)
}
.coming-soon-1 .counter {
    display: inline-block;
    margin: 0px 3px;
}
.coming-soon-1 .counter .type,
.coming-soon-1 .counter .value {
    display: block;
}
.coming-soon-1 .counter .type {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px !important;
    margin-top: 10px;
    color: #DDDDDD;
    text-align:center;
}
.coming-soon-1 .counter .value {
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-size: 40px;
    font-weight: 300;
    margin-top: 20px;
    color: #FFFFFF;
    text-align:center;
}
.coming-soon-1 .form-wrapper {
    display:block;
}
.coming-soon-1 form {
    display:inline-block;
    margin-top: 30px;
    position:relative;
}
.coming-soon-1 form input {
    padding:10px 106px 10px 50px;
    display: inline-block;
    background:#FFFFFF;
    width:450px;
    border:solid 2px #FFFFFF;
    border-radius:75px;
    margin-right:0px;
    margin-bottom:0px;
    font-size:14px;
}
.coming-soon-1 form .icon{
    position:absolute;
    font-size:23px;
    top:10px;
    left:23px;
    color:#999999;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.coming-soon-1 form input:focus {
    border-color:#2e71f2
}
.coming-soon-1 form input:focus + .icon {
    color:#2e71f2
}
.coming-soon-1 form button {
    margin-left:-104px;
    display:inline-block;
    font-family: 'Hind Madurai', 'Segoe UI', 'Helvetica Neue', sans-serif;
    background: #2e71f2;
    border: solid 2px #2e71f2;
    padding: 8px 25px;
    color: #FFFFFF;
    border-radius:75px;
    margin-top: 0px;
    font-size:14px;
}
.coming-soon-1 form button:hover {
    background: #333333;
    border: solid 2px #333333;
}
.coming-soon-1 .parsley-errors-list {
    display: none;
}
.coming-soon-1 .social a {
    border-color:rgba(255,255,255,0.5)}
@media only screen and (max-width: 540px) {
    .coming-soon-1 {
        padding:80px 0px;
    }
    .coming-soon-1 form {
        display:block;
        margin-top:0px;
    }
    .coming-soon-1 form input {
        padding:10px 10px 10px 50px;
        display:block;
        width:100%;
        border-radius:0px;
    }
    .coming-soon-1 form button {
        margin-left:0;
        display:block;
        border-radius:0px;
        margin-top: 0px;
        width:100%;
    }
}
@media only screen and (max-width: 480px) {
    .coming-soon-1 #countdown {
        display:block;
        padding:10px 10px 20px;
        margin-top:30px;
    }
}




/* ---------------------------------
14. Clients
 ---------------------------------*/
/* clients style 1 */
.clients-1 .subh-basic-dark {
    color: #888888;
    margin-bottom: 20px;
}
.clients-1 ul {
    text-align: center;
}
.clients-1 ul li {
    display: inline-block;
    margin: 10px;
}
.clients-1 img {
    width: 125px;
    opacity: 0.6;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.clients-1 img:hover {
    opacity: 1
}


/* clients style 2 */
.clients-2 {
    background: #111111;
    padding: 30px 0px;
    min-height: 100px;
}
.clients-2 .subh-basic-dark {
    color: #888888;
    margin-bottom: 20px;
}
.clients-2 ul {
    text-align: center;
}
.clients-2 ul li {
    display: inline-block;
    margin: 10px;
}
.clients-2 img {
    width: 125px;
    opacity: 0.6;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.clients-2 img:hover {
    opacity: 1
}


/* clients style 3 */
.clients-3 .subh-basic-dark {
    color: #888888;
    margin-bottom: 20px;
}
.clients-3 ul {
    width: 700px;
    padding: 0;
    list-style: none;
}
.clients-3 ul li {
    width: 25%;
    float: left;
    border: dotted 1px #DDDDDD;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 20px;
}
.clients-3 img {
    opacity: 0.6;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.clients-3 img:hover {
    opacity: 1
}
@media only screen and (max-width: 767px) {
    .clients-3 ul {
        width: 100%;
    }
    .clients-3 ul li {
        padding: 10px;
    }
}
@media only screen and (max-width: 520px) {
    .clients-3 ul li {
        width: 33.333333%;
    }
}
@media only screen and (max-width: 380px) {
    .clients-3 ul li {
        width: 50%;
    }
}


/* clients style 4 */
.clients-4 .subh-basic-dark {
    color: #888888;
    margin-bottom: 20px;
}
.clients-4 ul {
    width: 800px;
    position: relative;
    z-index: 99;
}
.clients-4 ul li {
    margin: 10px;
    list-style: none;
}
.clients-4 ul li img {
    width: 150px;
    opacity: 0.6;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.clients-4 ul li img:hover {
    opacity: 1
}
.clients-4 .carousel-arrows {
    width: 100%;
    left: 0px;
    position: absolute;
    bottom: 28px;
    z-index: 9;
}
.clients-4 .carousel-arrows .prev-client {
    margin-left: 100px
}
.clients-4 .carousel-arrows .next-client {
    margin-right: 100px
}
@media only screen and (max-width: 991px) {
    .clients-4 ul {
        margin-bottom: 20px;
    }
    .clients-4 .carousel-arrows {
        bottom: 20px;
    }
}
@media only screen and (max-width: 840px) {
    .clients-4 ul {
        width: 100%;
    }
}


/* ---------------------------------
15. Counters
 ---------------------------------*/
/* Retina background support - use x2 size image background */
.counters-1 .col-xs-4 {
    text-align: center;
}
.counters-1 h4 {
    color: #FFFFFF;
    letter-spacing: 1px;
}
.counters-1 h6 {
    color: #FFFFFF;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
@media only screen and (max-width: 480px) {
    .counters-1 .col-xs-4 {
        width: 100%;
        margin-bottom: 20px;
    }
}


/* Counters style 2 */
.counters-2 .col-xs-12 {
    padding: 0px;
}
.counters-2 .col-sm-3 {
    background: #111111;
    text-align: center;
    padding: 60px 20px;
    position: relative;
    /*z-index: 99;*/
    cursor: default;
    border: solid 1px #222222;
    margin-right: -1px;
    margin-bottom: -1px;
}
.counters-2 .col-sm-3 .icon {
    color: #999999;
    font-size: 40px;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.counters-2 .col-sm-3:hover .icon {
    color: #90CAF9;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.counters-2 h4 {
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.counters-2 .subh-basic-light {
    color: #999999;
}
@media only screen and (max-width: 991px) {
    .counters-2 .col-sm-3:after {
        font-size: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .counters-2 .col-sm-3 {
        padding: 20px;
    }
    .counters-2 .col-sm-3:after {
        top: 50px;
    }
}
@media only screen and (max-width: 420px) {
    .counters-2 .col-xs-6 {
        width: 100%
    }
}

/*Section edit*/
.section-wraper {
    position: relative;
}
.section-edit {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.section-abc {
    background: rgba(255, 255, 255, 0.68);
    padding: 2px 5px;
    font-size: 12px;
    font-style: italic;
    display:none;
}
.section-edit:hover .section-abc{
    display:inline;
}
.section-edit .post-edit-link {
    margin: 10px 0;
    padding: 2px 12px;
}
.section-edit .post-edit-link {
    margin: 3px 0;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 1.45;
}
.section-edit .post-edit-link {
    margin: 10px 0;
    display: inline-block;
    background: #E85757;
    color: #fff!important;
    padding: 2px 12px;
    border-radius: 3px;
}
.recent-blog .entry-header a {
    font-size: 1.5rem;
}

/* Custom CSS */
.bg-color{
    background-color: #2e71f2;
}
.caret {
    display: none;
}
.form-builder-item .input-container label{
    width: 100%;
}
.contact-2 .custom-form-btn .bttn{
    margin-top: 20px;
}
.hero-header-1 .slide-1 i{
    margin-left:10px;
}
.hero-header-11 .slide-1 i{
    margin-left:10px;
    margin-top: 3px;
}
.form-group, label {
    margin-bottom:0;
}

.contact-3 .custom-form-btn .bttn{
    margin-top: 20px;
}
.hero-header-11 .bttn-light i{
    color: #111;
}
.hero-header-11 .bttn-light{
    border:0;
}
.hero-header-11 .bttn-light:hover{
    background: #FFF;
    color: #111;
}
.dropdown-menu{
    border-radius:0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #a4e9fa;
    border-left: solid 2px #a4e9fa!important;
    margin-left: -1px;
    background-color: transparent;
}
.sm-clean ul a.current {
    color: #a4e9fa;
    border-left: solid 2px #a4e9fa!important;
    margin-left: -1px;
}
.price-table ul{
    list-style: none;
}


.marginbottom-100 {
    margin-bottom: -150px;
}

.bg-no-repeat {
    background-repeat: no-repeat !important;
}
.blog-content .entry-content{
    margin-bottom: 0;
    padding-bottom: 0;
}
@media (min-width: 767px) {
    #main-nav.light-nav.navbar-four  {
        background: #fff;
    }
    .navbar-four.navbar-fixed-top .sm-clean > a, 
    .navbar-four.navbar-fixed-top .sm-clean > a:focus, 
    .navbar-four.navbar-fixed-top .sm-clean > a:hover {
        color: rgba(0,0,0,.5);
        background: transparent;
        /*        padding-top: 28px;
                padding-bottom: 28px;*/
    }
    /*    .navbar-four.navbar-fixed-top.affix .sm-clean > a{
            padding-top: 15px;
            padding-bottom: 15px;
        }*/
}    

.affix {
    padding: 0;
}
.navbar-fixed-top .sm-clean a:before {
    content: "";
    margin-bottom: .135em;
    display: inline-block;
    right: 12px;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    background: 0 0;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.navbar-fixed-top .sm-clean .active a:before {
    background:  #EEEEEE;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
