/************************** 
* 9. Inner Banner styles 
***************************/

.inner-banner {
    background: #000 url(../img/index.html) center center no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

.inner-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: .78;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
}

.inner-banner h2,
.inner-banner p {
    margin: 0;
}

.inner-banner h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-family: "Montserrat-Bold", sans-serif;
    line-height: 70px;
    color: #fff;
}

.inner-banner p {
    color: #FFFFFF;
    font-family: "Droid Serif", serif;
    font-size: 18px;
    line-height: 26px;
}

.inner-banner ul.bread-cumb {
    margin: 0;
    margin-top: 15px;
}

.inner-banner ul.bread-cumb li {
    padding: 0;
    margin-right: 6px;
}

.inner-banner ul.bread-cumb li span,
.inner-banner ul.bread-cumb li a {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
}

.inner-banner ul.bread-cumb li a:after {
    content: "\f0da";
    font-family: FontAwesome;
    margin-left: 10px;
}

.inner-banner .decor-line {
    width: 70px;
    height: 1px;
    background: #4A4A49;
    display: inline-block;
}

/*****************************
    Accordion 
*****************************/

.accordion {
    margin-bottom: 65px;
}

.accordion .panel-default {
    border: none;
    outline: none;
    box-shadow: none;
}

.accordion .panel+.panel {
    margin-top: 10px;
}

.accordion a[role=button] {
    padding: 10px 0;
    background: #F7F7F7;
    border: 1px solid #EEEEEE;
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
    color: #333333;
    display: block;
}

.accordion a[role=button].collapsed:before {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 18px;
    color: #999999;
    font-weight: normal;
    font-family: 'anticon';
    content: "\e0ad";
    -webkit-transform: rotate(0deg);
}

.accordion a[role=button]:before {
    font-family: 'anticon';
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 18px;
    font-weight: normal;
    content: "\e0ad";
    color: #3563a9;
    -webkit-transform: rotate( 90deg);
}

.accordion .inner-box {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px;
}

.accordion .inner-box p {
    margin: 0;
}

/*************************
        Service-box
*************************/

.service-box-two .sec-title {
    margin-bottom: 0;
}

.single-service-box-two {
    border: 2px solid #F7F7F7;
    /*margin-left: 37.5px;*/
    margin-top: 30px;
    padding-top: 24px;
    padding-bottom: 20px;
    padding-right: 15px;
    -webkit-transition: border-color .5s ease;
    transition: border-color .5s ease;
}

.single-service-box-two .icon-box,
.single-service-box-two .text-box {
    float: left;
}

.single-service-box-two .icon-box {
    width: 75px;
    text-align: center;
    /*margin-left: -37.5px;*/
    padding: 20px 0;
}

.single-service-box-two .icon-box .inner-box {
    width: 75px;
    height: 81px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.single-service-box-two .icon-box .inner-box i {
    line-height: 81px;
    font-size: 32px;
    color: #E7E100;
}

.single-service-box-two .icon-box .inner-box .top-box,
.single-service-box-two .icon-box .inner-box .bottom-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.single-service-box-two .icon-box .inner-box .top-box {
    background: url(../img/texture/shape-blue-hvr.html) center center no-repeat;
    z-index: 2;
    /* for firefox 31 */
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.single-service-box-two .icon-box .inner-box .bottom-box {
    background: url(../img/texture/shape-blue.html) center center no-repeat;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.single-service-box-two .icon-box .inner-box .bottom-box i {
    color: #fff;
}

.single-service-box-two .text-box {
    padding-left: 20px;
    width: 88%;
    float: right;
}

.single-service-box-two .text-box h3,
.single-service-box-two .text-box p {
    margin: 0;
    padding: 0;
}

.single-service-box-two .text-box h3 {
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    font-family: "Montserrat-Regular", sans-serif;
}

.single-service-box-two .text-box p {
    font-weight: 300;
    margin-top: 19px;
}

.single-service-box-two:hover {
    border-color: #E7E100;
}

.single-service-box-two:hover .icon-box .inner-box {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/***************Count Down*******************/

.flipper {
    color: #333;
    display: block;
    font-size: 50px;
    line-height: 100%;
    padding: 0;
    margin: 0;
    height: 1.7em;
}

.flipper.flipper-invisible {
    font-size: 0px !important;
}

.flipper-group {
    position: relative;
    white-space: nowrap;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

.flipper-group label {
    position: absolute;
    color: #fff;
    font-size: 20%;
    top: 100%;
    line-height: 1em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    padding-top: .5em;
}

.flipper-digit {
    white-space: nowrap;
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
    height: 1.2em;
    overflow-y: hidden;
}

.flipper-digit span {
    font-size: 25%;
}

.flipper-delimiter {
    white-space: nowrap;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    color: #fff;
    min-width: .1em;
    white-space: nowrap;
    display: block;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    line-height: 1em;
}

.digit-face {
    display: block;
    visibility: hidden;
    position: relative;
    border-radius: 0.1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    box-sizing: border-box;
    text-align: center;
}

.digit-next {
    display: block;
    position: relative;
    border-radius: 0.1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    height: 1.2em;
    background: #fff;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.digit-top {
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    background: #fff;
    padding-top: 0.1em;
    padding-bottom: 0;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-top-left-radius: 0.1em;
    border-top-right-radius: 0.1em;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background 0s linear, -webkit-transform 0s linear;
    transition: transform 0s linear, background 0s linear;
    transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
    -webkit-transform-origin: 0 0.6em 0 !important;
    transform-origin: 0 0.6em 0 !important;
    -webkit-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
    z-index: 20;
}

.digit-top.r {
    transition: background 0.2s linear, -webkit-transform 0.2s linear;
    transition: transform 0.2s linear, background 0.2s linear;
    transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    background: #cccccc;
}

.digit-top2 {
    visibility: hidden;
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
    background: #cccccc;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    line-height: 0em !important;
    top: 50% !important;
    bottom: auto !important;
    padding-top: 0;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-bottom-left-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
    overflow: hidden;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background 0s linear, -webkit-transform 0s linear;
    transition: transform 0s linear, background 0s linear;
    transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
    -webkit-transform-origin: 0 0 0 !important;
    transform-origin: 0 0 0 !important;
    z-index: 20;
}

.digit-top2.r {
    visibility: visible;
    transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    background: #fff;
}

.digit-bottom {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    background: #fff;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    line-height: 0em;
    padding-top: 0;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-bottom-left-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
    box-sizing: border-box;
    text-align: center;
    transition: none;
}

.digit-bottom.r {
    transition: background 0.2s linear;
    background: #cccccc;
}

.flipper-digit:after {
    content: "";
    position: absolute;
    height: 2px;
    background: rgba(0, 0, 0, 0.5);
    top: 50%;
    display: block;
    z-index: 30;
    left: 0;
    right: 0;
}

.flipper-dark {
    color: #fff;
}

.flipper-dark .flipper-delimiter {
    color: #333;
}

.flipper-dark .digit-next {
    background: #333;
}

.flipper-dark .digit-top {
    background: #333;
}

.flipper-dark .digit-top.r {
    background: black;
}

.flipper-dark .digit-top2 {
    background: black;
}

.flipper-dark .digit-top2.r {
    background: #333;
}

.flipper-dark .digit-bottom {
    background: #333;
}

.flipper-dark-labels .flipper-group label {
    color: #333;
}

/* faq */

.me-faq-box .me-faq-list {
    box-shadow: 0px 3.99px 27px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    background: #fff;
    border-radius: 5px;
}

.me-faq-box .me-faq-list:last-child {
    margin-bottom: 0px;
}

.me-faq-box ul li:last-child {
    margin-bottom: 0px;
}

.me-faq-head,
.me-faq-toggle p:last-child,
.me-faq-list p {
    margin-bottom: 0;
}

.me-faq-head {
    font-size: 18px;
    font-weight: 600;
    color: #545454;
    display: block;
    cursor: pointer;
    padding: 20px;
}

.me-faq-toggle {
    display: none;
    padding: 20px;
}

.me-faq-head span {
    width: 20px;
    height: 20px;
    background: #545454;
    border-radius: 100%;
    vertical-align: bottom;
    position: relative;
    display: inline-block;
}

.me-faq-head span:after {
    width: 10px;
    height: 2px;
    background: #fff;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.me-faq-head span:before {
    width: 2px;
    height: 10px;
    background: #fff;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.me-faq-head.me-faq-open span:before,
.me-faq-head[aria-expanded="true"] span:before {
    display: none;
}

.me-faq-head.me-faq-open.collapsed span {
    background-color: #545454;
}

.me-faq-head.me-faq-open.collapsed span:before {
    display: block;
}

.me-faq-head.me-faq-open.collapsed span:after,
.me-faq-head[aria-expanded="true"] span {
    background: #fff;
}

.me-faq-head.me-faq-open+.me-faq-toggle {
    display: block;
}

.me-faq-head.me-faq-open,
.me-faq-head[aria-expanded="true"] {
    background: linear-gradient(45deg, #272a42, #ffb628);
    color: #fff;
    transition: 0.3s;
}

.me-faq-head.me-faq-open.collapsed {
    background: #fff;
    color: #545454;
}

.me-faq-head.me-faq-open span {
    background-color: #ffffff;
}

.me-faq-head.me-faq-open span:after,
.me-faq-head[aria-expanded="true"] span:after {
    background-color: #E7E100;
}

.me-faq-img {
    text-align: center;
}

.me-faq-head button {
    background: transparent;
    text-align: center;
    border: none;
    outline: none;
    position: absolute;
    right: 14px;
    top: 18px;
}

.me-faq-head {
    position: relative;
    padding-right: 40px;
}

/* plans */

.me-plans-box {
    background: linear-gradient(45deg, #272a42, #7d7f8d);
    text-align: center;
    position: relative;
    transition: 0.3s;
    box-shadow: 0px 15px 27px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 23px;
    border-radius: 3px 3px 0px 0px;
}

.me-plan-header {
    padding: 40px 0px;
    border-bottom: 1px solid #f5f5f5;
    border-top: 3px solid #272a42;
    border-radius: 3px 3px 0px 0px;
}

.me-plan-title {
    font-size: 22px;
    font-weight: 600;
}

.me-plan-price {
    font-size: 50px;
    font-weight: 600;
    line-height: normal;
    color: #272a42;
}

.me-plan-body {
    padding: 40px 0px;
    z-index: 2;
    position: relative;
    background: #fff;
}

.me-plan-shape {
    z-index: -1;
}

.me-plan-shape:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 80px;
    background: linear-gradient(45deg, #272a42, #7d7f8d);
    border-radius: 230px / 30px;
    left: 0;
    bottom: -23px;
    transition: all 0.4s;
}

.me-plan-body ul {
    padding-left: 0;
    padding-top: 25px;
}

.me-plan-body ul li:last-child {
    padding-bottom: 0px;
}

.me-plan-body ul li {
    padding-bottom: 10px;
}

.me-plan-footer {
    position: relative;
    z-index: 1;
    padding: 40px 0px 17px;
    border-top: 1px solid #f5f5f5;
    background: linear-gradient(45deg, #272a42, #7d7f8d);
}

.me-plan-body h4 {
    font-weight: 600;
}

.me-plans-box:hover {
    transform: translate(0px, -10px);
}

/* footer */

.me-footer {
    padding: 99px 0 98px;
}

.me-footer-block ul {
    padding-left: 0px;
}

.me-footer-block h4 {
    margin-bottom: 34px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.me-footer-block .me-logo {
    margin-bottom: 20px;
}

.me-footer-block ul li,
.me-footer-block a,
.me-footer-block p {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.me-footer-block ul li:last-child,
.me-footer-block a:last-child,
.me-footer-block p:last-child {
    margin-bottom: 0px;
}

.me-footer-block ul li.me-footer-emial {
    text-transform: lowercase;
    word-break: break-word;
}

.me-footer-share {
    margin-top: 20px;
}

.me-footer-share li {
    display: inline-block;
    margin-right: 5px;
}

.me-footer-share li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e4e4e4;
    border-radius: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
}

.me-copyright-block p a {
    font-weight: 600;
}

.me-footer-copyright p {
    margin: 0;
    text-transform: capitalize;
    color: #fff;
}

.me-footer-copyright {
    padding: 15px 0px;
    background: linear-gradient(45deg, #272a42, #51ade5);
    margin-bottom: 53px;
}

.me-copyright-block ul {
    display: flex;
    justify-content: flex-end;
    padding-left: 0px;
}

.me-copyright-block ul li {
    margin-right: 15px;
    text-transform: capitalize;
}

.me-copyright-block ul li:last-child {
    margin-right: 0px;
}

.me-copyright-block a {
    color: #ffffff;
}

.me-breadcrumb-box a:hover {
    color: #272a42;
}

.me-footer-block {
    margin-bottom: 30px;
}

.me-footer-block h4 {
    margin-bottom: 20px;
}

.me-footer-block .me-logo {
    margin-bottom: 15px;
}

.me-footer {
    padding: 59px 0 28px;
}

.me-copyright-block ul {
    justify-content: center;
    margin-top: 3px;
}

.me-footer-copyright {
    text-align: center;
}

.me-footer-block ul.me-footer-share li {
    margin-bottom: 0px;
}