
/* layout */

.nlink a:link {
    color: #565acc;
    text-decoration: underline;
    outline: none;
}

.nlink a:visited {
    color: #565acc;
    text-decoration: underline;
    outline: none;
}

.nlink a:active {
    color: #565acc;
    text-decoration: underline;
    outline: none;
}

.nlink a:hover {
    color: #ff0000;
    text-decoration: underline;
    outline: none;
}

.nlink2 a:link {
    color: #565acc;
    text-decoration: none;
    outline: none;
}

.nlink2 a:visited {
    color: #565acc;
    text-decoration: none;
    outline: none;
}

.nlink2 a:active {
    color: #565acc;
    text-decoration: none;
    outline: none;
}

.nlink2 a:hover {
    color: #ff0000;
    text-decoration: none;
    outline: none;
}

.nlink3 a:link {
    color: #ffffff;
    text-decoration: underline;
    outline: none;
}

.nlink3 a:visited {
    color: #ffffff;
    text-decoration: underline;
    outline: none;
}

.nlink3 a:active {
    color: #ffffff;
    text-decoration: underline;
    outline: none;
}

.nlink3 a:hover {
    color: #d6d6d6;
    text-decoration: underline;
    outline: none;
}

.nlink4 a:link {
    color: #7C8595;
    text-decoration: underline;
    outline: none;
}

.nlink4 a:visited {
    color: #7C8595;
    text-decoration: underline;
    outline: none;
}

.nlink4 a:active {
    color: #7C8595;
    text-decoration: underline;
    outline: none;
}

.nlink4 a:hover {
    color: #d6d6d6;
    text-decoration: underline;
    outline: none;
}

.nlink5 a:link {
    color: #2f362f;
    text-decoration: underline;
    outline: none;
}

.nlink5 a:visited {
    color: #2f362f;
    text-decoration: underline;
    outline: none;
}

.nlink5 a:active {
    color: #2f362f;
    text-decoration: underline;
    outline: none;
}

.nlink5 a:hover {
    color: #656565;
    text-decoration: underline;
    outline: none;
}

.nlink6 a:link {
    color: #656565;
    text-decoration: underline;
    outline: none;
}

.nlink6 a:visited {
    color: #656565;
    text-decoration: underline;
    outline: none;
}

.nlink6 a:active {
    color: #656565;
    text-decoration: underline;
    outline: none;
}

.nlink6 a:hover {
    color: #2f362f;
    text-decoration: underline;
    outline: none;
}

.nlink7 a:link {
    color: #565acc;
    text-decoration: underline;
    outline: none;
}

.nlink7 a:visited {
    color: #565acc;
    text-decoration: underline;
    outline: none;
}

.nlink7 a:active {
    color: #565acc;
    text-decoration: underline;
    outline: none;
}

.nlink7 a:hover {
    color: #565acc;
    text-decoration: underline;
    outline: none;
}


.devosmalltxt {
    font-size: 14px !important;
    color: #333;
}

.devomedtxt {
    font-size: 18px !important;
    color: #333;
}

.halfcol {
    display: table;
    width: 50%;
}

#icode {
    display: table-cell;
    width: 50%;
}

#imobile {
    display: table-cell;
    width: 50%;
    padding-left: 15px;
}

.aaacontain {
    display: table;
}


/* PRAYERGEN STYLES */
/* ========================================================*/
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.pg-container {
    padding-top: 35px;
    width: 80%;
}

.pg-section {
    width: 90%;
    text-align: center;
    max-width: 900px;
}

.pg-text-input {
    border-style: solid;
    border: 1px solid #545454;
    width: 470px;
    padding: 10px 15px 10px 15px;
    margin: 10px 0 10px 0;
    border-radius: 16px;
    text-shadow: none;
    letter-spacing: 0.05em;
    font-size: 16px;
    color: #545454;
    outline: none;
}

    .pg-text-input::placeholder {
        color: #7d7d7d;
    }

    .pg-text-input:hover,
    .pg-text-input:focus {
        -moz-box-shadow: 0 0 8px #b6b6b6;
        -webkit-box-shadow: 0 0 8px #b6b6b6;
        box-shadow: 0 0 8px #b6b6b6;
        outline: none;
    }

.pg-example-container {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    color: #545454;
    font-size: 15px;
}

.pg-examples {
    margin-bottom: 5px;
}

.pg-gen-prayer-container {
    margin: 0 auto;
    min-height: 30px;
    max-width: 750px;
}

.pg-output-prayer {
    font-size: 16px;
    padding: 16px;
    border-radius: 16px;
    background-color: RGB(240,240,240);
}

.pg-copy-img-container {
    width: 100%;
    text-align: right;
}

.pg-copy-img {
    width: 25px;
    margin-top: -15px;
    margin-right: -5px;
    cursor: pointer;
}

.pg-copy-text {
    visibility: hidden;
    font-size: 14px;
    border-radius: 4px;
    background-color: white;
    margin-right: -25px;
}

.pg-submitbutton {
    color: #fff;
    background: #656565;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    font-family: \'Open Sans\', sans-serif;
    padding: 15px 40px;
    position: relative;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    text-align: center;
}

.pg-submitbutton-disabled {
    color: #fff;
    background: #d8d8d8;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    font-family: \'Open Sans\', sans-serif;
    padding: 15px 40px;
    position: relative;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    text-align: center;
}

.pg-button-label {
    font-size: 14px;
    margin: 10px 0 50px 0;
}

.pg-modal-background {
    display: none;
    position: fixed;
    z-index: 1000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.3);
}

.pg-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    /* width: 400px;*/
    width: 50%;
    max-width: 450px;
    position: absolute;
    border-radius: 15px;
}

.pg-modal-close {
    color: #aaaaaa;
    float: right;
    margin-top: -5px;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
}

    .pg-modal-close:hover,
    .pg-modal-close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.spinner {
    font-size: 30px;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
}

.spinner-blade {
    position: absolute;
    left: 0.4629em;
    bottom: 0;
    width: 0.074em;
    height: 0.2777em;
    border-radius: 0.5em;
    background-color: transparent;
    transform-origin: center -0.2222em;
    -webkit-animation: spinner-fade 1s infinite linear;
    animation: spinner-fade 1s infinite linear;
}

    .spinner-blade:nth-child(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        transform: rotate(0deg);
    }

    .spinner-blade:nth-child(2) {
        -webkit-animation-delay: 0.083s;
        animation-delay: 0.083s;
        transform: rotate(30deg);
    }

    .spinner-blade:nth-child(3) {
        -webkit-animation-delay: 0.166s;
        animation-delay: 0.166s;
        transform: rotate(60deg);
    }

    .spinner-blade:nth-child(4) {
        -webkit-animation-delay: 0.249s;
        animation-delay: 0.249s;
        transform: rotate(90deg);
    }

    .spinner-blade:nth-child(5) {
        -webkit-animation-delay: 0.332s;
        animation-delay: 0.332s;
        transform: rotate(120deg);
    }

    .spinner-blade:nth-child(6) {
        -webkit-animation-delay: 0.415s;
        animation-delay: 0.415s;
        transform: rotate(150deg);
    }

    .spinner-blade:nth-child(7) {
        -webkit-animation-delay: 0.498s;
        animation-delay: 0.498s;
        transform: rotate(180deg);
    }

    .spinner-blade:nth-child(8) {
        -webkit-animation-delay: 0.581s;
        animation-delay: 0.581s;
        transform: rotate(210deg);
    }

    .spinner-blade:nth-child(9) {
        -webkit-animation-delay: 0.664s;
        animation-delay: 0.664s;
        transform: rotate(240deg);
    }

    .spinner-blade:nth-child(10) {
        -webkit-animation-delay: 0.747s;
        animation-delay: 0.747s;
        transform: rotate(270deg);
    }

    .spinner-blade:nth-child(11) {
        -webkit-animation-delay: 0.83s;
        animation-delay: 0.83s;
        transform: rotate(300deg);
    }

    .spinner-blade:nth-child(12) {
        -webkit-animation-delay: 0.913s;
        animation-delay: 0.913s;
        transform: rotate(330deg);
    }

@-webkit-keyframes spinner-fade {
    0% {
        background-color: #303030;
    }

    100% {
        background-color: transparent;
    }
}

@keyframes spinner-fade {
    0% {
        background-color: #303030;
    }

    100% {
        background-color: transparent;
    }
}

/* ========================================================*/

/*
.faqcontainer {
	margin:0 0 10px 0; 
	padding:15px; 
	border-bottom: 1px solid #aaaaaa; 
	font-size:18px; 
	background-color:#fff; 
	color:#292929;
}
*/

.faqcontainer {
    margin: 0 0 10px 0;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    font-size: 17px;
    background-color: #fff;
    color: #292929;
}

.category {
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    padding: 16px 8px;
    border-bottom: 1px solid rgba(106, 118, 122, 0.40);
}

.question {
    color: #636363;
    cursor: pointer;
    background-image: url(../images/expand_more.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px Auto;
}

.testimony {
    display: none;
    padding: 0 30px 0 30px;
    width: 70%;
    vertical-align: top !important;
}

.tnav img {
    height: 50px;
}

.kwcell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 5px;
    word-wrap: break-word;
    border-bottom: 1px solid #aaaaaa;
}

ul, ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    color: #858585;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

    ul li, ol li {
        font-size: 17px;
        line-height: 30px;
    }

        ul li i {
            vertical-align: middle;
            padding-right: 5px;
        }

p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #7c8595;
    margin-bottom: 15px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

.termsfont {
    font-family: 'Open Sans', sans-serif;
    color: #2F362F;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    color: #2F362F;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 38px;
    font-weight: 500;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h2.section-title {
    color: #292929;
    margin-bottom: 15px;
}

    h2.section-title.grey {
        color: #ddd;
    }

    h2.section-title.white {
        color: #ffffff;
    }

p.section-subtitle {
    font-size: 18px;
}

    p.section-subtitle.grey {
        color: #bbb;
    }

    p.section-subtitle.white {
        color: #ffffff;
    }

h3.medium-title {
    font-size: 32px;
    margin-top: 10px;
}

ul {
    padding: 0;
}

/*
ul li{
	list-style-type: none;
}
*/

a:hover, a:focus, a:active, a:visited {
    text-decoration: none;
}

iframe {
    max-width: 100%;
    border: none;
}

.white-text {
    color: #fff;
}

.blue {
    color: #3498db;
}

.lyla {
    color: #6B02FF;
}

.section-white {
    background: #fff;
    padding: 90px 0 100px 0;
}

.section-grey {
    background: #f0f0f0;
    padding: 90px 0 100px 0;
}

    .section-white.no-padding, .section-grey.no-padding {
        padding: 0;
    }

    .section-white.small-paddings, .section-grey.small-paddings {
        padding: 30px 0;
    }

    .section-white.xsmall-paddings, .section-grey.xsmall-paddings {
        padding: 10px 0;
    }

    .section-white.small-padding-top, .section-grey.small-padding-top {
        padding: 30px 0 90px 0;
    }

    .section-white.small-padding-bottom, .section-grey.small-padding-bottom {
        padding: 90px 0 70px 0;
    }

    .section-white.no-padding-bottom, .section-grey.no-padding-bottom {
        padding: 90px 0 0 0;
    }

.top-shape-wrapper {
    overflow: hidden;
    padding-top: 70px;
}

.top-shape {
    position: relative;
    display: block;
    padding: 90px 0;
}

.bottom-shape {
    position: relative;
    z-index: 999;
    overflow: hidden;
}

    .bottom-shape:after {
        -webkit-transform: rotate(-172deg);
        background-color: #f5f6f7;
        border-radius: 750px;
        content: "";
        height: 1250px;
        left: -400px;
        position: absolute;
        top: -340px;
        transform: rotate(-170deg);
        width: 2250px;
        z-index: -100;
    }

.section-lyla {
    background: #f0f0f0;
    padding: 90px 0 45px 0;
}


.section-dark {
    background-color: #272834;
    padding: 90px 0;
}

.width-100 {
    width: 100%;
}

.extra-image {
    position: relative;
    margin-top: 30px;
    margin-bottom: -230px;
    z-index: 100;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-top-110 {
    margin-top: 110px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-bottom-120 {
    margin-bottom: 120px !important;
}

.margin-bottom-130 {
    margin-bottom: 120px !important;
}

.margin-bottom-140 {
    margin-bottom: 140px !important;
}

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

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-top-120 {
    padding-top: 120px !important;
}

.padding-top-150 {
    padding-top: 150px !important;
}

.padding-bottom-70 {
    padding-bottom: 70px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.z-a1 {
    z-index: -1;
}

.z-1 {
    z-index: 1;
}

.z-10 {
    z-index: 10;
}

.z-100 {
    z-index: 100;
}

.z-999 {
    z-index: 999;
}

.z-9999 {
    z-index: 9999;
}

/* menu */

.navbar-brand {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #565acc !important;
}

.navbar-fixed-top.opaque .navbar-brand {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #565acc !important;
}

.navbar-fixed-top #navbar-collapse-02 .current a {
    color: #565acc;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-nav .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ddd;
}

.navbar-nav .dropdown-menu > li > a {
    color: #333;
    padding: 10px 20px;
}

/*
.navbar-fixed-top.opaque #navbar-collapse-02 .current a {
    color:#f00!important;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
*/

.navbar {
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.3);
}

.navbar-fixed-top {
    position: absolute !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    border-bottom: none;
    transition: background-color 0.25s ease 0s;
}

    .navbar-fixed-top. opaque {
        position: absolute !important;
        background-color: rgba(0, 0, 0, 0.0) !important;
        border-bottom: none;
        transition: background-color 0.25s ease 0s;
    }

    .navbar-fixed-top.opaque {
        position: fixed !important;
        background-color: #ffffff;
        transition: all 0.25s ease-in-out 0s;
    }

    .navbar-fixed-top .navbar-nav > li > a, .navbar-fixed-top #navbar-collapse-02 .navbar-nav > li > a:hover {
        color: #000 !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .navbar-fixed-top .navbar-nav > li > a {
        color: #565acc !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 30px !important;
        text-transform: uppercase;
        padding: 10px 20px !important;
        font-family: 'Open Sans', sans-serif;
    }

    .navbar-fixed-top.opaque .navbar-nav > li > a {
        color: #565acc !important;
    }

/* footer */

.footer {
    position: relative;
    overflow: hidden;
    display: block;
    margin-top: 30px;
    padding: 110px 0 55px 0;
    background-color: #fff;
}

    .footer:before {
        content: "";
        height: 1250px;
        left: -360px;
        position: absolute;
        top: 40px;
        width: 2250px;
    }

    .footer p {
        font-size: 16px;
        color: #eaeaea;
    }

        .footer p a {
            font-size: 16px;
            color: #eaeaea;
            text-decoration: underline;
        }

ul.footer_social {
    width: 100%;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
}

    ul.footer_social li {
        display: inline-block;
        margin: 0;
        line-height: 100% !important;
    }

        ul.footer_social li a i {
            display: inline-block;
            margin: 0 8px;
            padding: 0;
            font-size: 26px !important;
            line-height: 26px !important;
            color: #fff;
            transition: all .5s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -webkit-transition: all .25s ease-in-out;
        }

            ul.footer_social li a i:hover {
                color: #4285f4;
            }

/* home */

.home-section {
    position: relative;
    z-index: 999;
    overflow: hidden;
    position: relative;
    padding-top: 110px;
    padding-bottom: 80px;
    background-color: #f5f6f7;
}

    .home-section:before {
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

    .home-section h1 {
        line-height: 54px;
        font-weight: 500;
        color: #ffffff;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    }

    .home-section p {
        margin-bottom: 30px;
        max-width: 600px;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.50);
    }

/* content toggle button */

.tbshadow {
    width: 300px;
    font-size: 0;
    -moz-box-shadow: 0 0 10px #d6d6d6;
    -webkit-box-shadow: 0 0 10px #d6d6d6;
    box-shadow: 0 0 10px #d6d6d6;
    border-radius: 8px;
}

.togglebtn1 {
    width: 50%;
    height: 70px;
    background-color: #d6d6d6;
    color: white;
    padding: 8px 10px 5px 10px;
    border-radius: 8px 0 0 8px;
    border: 2px solid #fff;
    background-position: center center;
    background-size: cover;
}

.togglebtn2 {
    width: 50%;
    height: 70px;
    background-color: #d6d6d6;
    color: white;
    padding: 8px 10px 5px 10px;
    border-radius: 0 8px 8px 0;
    border: 2px solid #fff;
    background-position: center center;
    background-size: cover;
}

.ministryormebtn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 75px;
    height: 55px;
    color: white;
    padding: 5px 10px;
    border-radius: 8px;
    border: 2px solid #fff;
}


/* cookie bar stuff */

.cookiebtn {
    background-color: #aaaaaa;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 6px;
    border: none;
}

#cookiebtndiv {
    z-index: 99999;
    position: fixed;
    bottom: -4px;
    left: 25px;
    display: none;
}

#policycontainer {
    z-index: 99999;
    background-color: #000000;
    position: fixed;
    bottom: -4px;
    left: 0px;
    width: 100%;
    opacity: 0.85;
    padding: 10px;
    margin: 0 auto;
    display: none;
}


/* about */

.main-services {
    margin-top: 40px;
    padding: 50px 30px 30px 30px;
    background-color: #fff;
    border-bottom: 3px solid #e0e0e0;
    box-shadow: rgba(33,33,33,.06) 0 4px 24px 5px;
    border-radius: 25px;
    text-align: center;
    transition: all 1s;
    min-height: 425px;
}

    /*
.main-services:hover {
	margin-top: 25px;
	border-bottom: 3px solid #565acc;
	transition: all 1s;
}
*/

    .main-services img {
        width: 100px;
        margin-bottom: 25px;
    }

    .main-services h3 {
        font-size: 22px;
        color: #292929;
        margin-bottom: 15px;
    }

    .main-services p {
        padding: 0 10px;
    }

blockquote {
    font-size: 16px;
    color: #4285f4;
    border-left: 2px solid #4285f4;
}

a.btn-download {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background: #4285f4;
    border: 2px solid #4285f4;
    border-radius: 5px 5px;
    padding: 15px 25px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 60px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

    a.btn-download i {
        font-size: 16px;
        margin-right: 10px;
    }

    a.btn-download:hover {
        color: #4285f4;
        background: transparent;
        border: 2px solid #4285f4;
    }

ul.features-responsive {
    margin-bottom: 40px;
}

    ul.features-responsive li {
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
        color: #8f8f8f;
        display: block;
        margin-bottom: 10px;
    }

        ul.features-responsive li i {
            font-size: 18px;
            vertical-align: bottom;
            color: #4285f4;
            margin-right: 10px;
        }

/* Features */
.feature-box {
    overflow: hidden;
    margin: 40px 0 0 0;
}

    .feature-box i {
        float: left;
        padding: 15px 15px;
        font-size: 45px;
        line-height: 45px;
        width: 75px;
        height: 75px;
        text-align: center;
        color: #fff;
        border-radius: 20px;
        background: #7566e3;
    }

    .feature-box.light-blue i {
        background: #50a0d2;
    }

    .feature-box.dark-blue i {
        background: #3473b8;
    }

    .feature-box.light-green i {
        background: #a9d129;
    }

    .feature-box.dark-green i {
        background: #87ac34;
    }

    .feature-box.orange i {
        background: #fe9c24;
    }

    .feature-box.light-red i {
        background: #fc6a3f;
    }

    .feature-box.pink i {
        background: #ea4c89;
    }

.feature-box-text {
    float: left;
    width: 70%;
    margin-left: 30px;
}

.feature-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.feature-box p {
    color: #7c8595;
}

.feature-inner {
    float: left;
    width: 70%;
    margin-left: 30px;
}

    .feature-inner h4, .feature-inner-left h4, .feature-inner-right h4 {
        font-size: 18px;
        color: #282828;
        margin-top: 0;
        margin-bottom: 10px;
    }

.feature-wrapper {
    overflow: hidden;
    margin: 30px 0;
}

    .feature-wrapper i.lefts {
        float: right;
        margin-top: 10px;
        margin-right: 3px;
    }

    .feature-wrapper i.rights {
        float: left;
        margin-top: 10px;
        margin-left: 3px;
    }

.feature-inner-left {
    float: right;
    width: 70%;
    text-align: right;
    padding-right: 30px;
}

.feature-inner-right {
    float: left;
    width: 70%;
    text-align: left;
    padding-left: 30px;
}

/* features */

.features_item, .features_item_a, .features_item_b {
    margin-bottom: 40px;
    display: table;
}

    .features_item h4, .features_item_a h4, .features_item_b h4 {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

.text_align_right {
    text-align: right;
}

.text_align_left {
    text-align: left;
}


.dropcaps_left, .dropcaps_right {
    background: #990fc3;
    background: -webkit-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -o-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -moz-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#990fc3", endColorstr="#7db9e8", GradientType=1 );
    float: left;
    width: 76px;
    height: 76px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 32px;
    position: relative;
    -webkit-border-radius: 25px 25px 0 25px;
    -moz-border-radius: 25px 25px 0 25px;
    border-radius: 25px 25px 0 25px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.dropcaps_right {
    -webkit-border-radius: 25px 25px 0 25px;
    -moz-border-radius: 25px 25px 0 25px;
    border-radius: 25px 25px 0 25px;
}

.dropcaps_left {
    -webkit-border-radius: 25px 25px 25px 0;
    -moz-border-radius: 25px 25px 25px 0;
    border-radius: 25px 25px 25px 0;
}

    .dropcaps_left span.features_icons, .dropcaps_right span.features_icons {
        vertical-align: baseline !important;
        font-size: 32px;
        line-height: 76px !important;
    }

.dropcaps_left {
    float: left;
    margin: 10px 25px 50px 0;
}

.dropcaps_right {
    float: right;
    margin: 10px 0 50px 25px;
}

.features_item:hover .dropcaps_left, .features_item:hover .dropcaps_right {
    color: #fff;
    background-color: transparent;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

/* download */

.download-app-wrapper {
    background: none;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    position: relative;
}

.download-app-wrapper-overlay {
    position: absolute;
    background-color: #990fc3;
    background: -webkit-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -o-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -moz-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#990fc3", endColorstr="#7db9e8", GradientType=1 );
    opacity: 0.88;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.title-download-app-padding {
    padding-top: 55px;
}

img.download-app-iphone {
    margin-top: -70px;
}

.btn-download-app {
    width: 180px;
    height: 65px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    margin: 15px 15px 0 0;
    padding: 7px 0 9px 15px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

    .btn-download-app.last {
        margin-right: 0 !important;
    }

    .btn-download-app:hover {
        background: rgba(255,255,255,0.15);
        border: 2px solid #fff;
    }

    .btn-download-app p {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 20px;
        font-weight: 700;
        color: #fff;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

        .btn-download-app p small {
            font-family: 'Open Sans', sans-serif;
            font-size: 12px;
            line-height: 14px;
            font-weight: 400;
            color: #fff;
            margin: 0;
            padding: 0;
            display: inline-block;
        }

    .btn-download-app span {
        color: #fff;
        font-size: 32px;
        line-height: 32px;
        padding-right: 12px;
        vertical-align: text-bottom;
    }


/* contact */

iframe.contact-maps {
    margin-bottom: 20px;
    padding: 10px 10px;
    border-radius: 8px;
    background-color: #f6f7f8;
    border: 1px solid #eaeaea !important;
}


p.contact-info {
    margin-bottom: 8px;
}

    p.contact-info a {
        margin-bottom: 8px;
        color: #7c8595;
    }

        p.contact-info a:hover {
            text-decoration: underline;
        }

    p.contact-info i {
        font-size: 18px;
        padding-right: 5px;
        vertical-align: middle;
        color: #985BEF;
    }


#contact-form {
    margin-bottom: 10px;
}

.imglink {
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    margin-right: 10px;
    border: none;
}

    .imglink:hover {
        outline: 3px solid black;
        cursor: pointer;
    }

input.contact-input {
    width: 100%;
    height: 55px;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 23px;
    color: #7c8595;
    background-color: #f6f7f8;
    border: 1px solid #ececec !important;
    font-size: 14px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input.prayerrequest-input {
    width: 100%;
    height: 45px;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 23px;
    color: #2f2f2f;
    background-color: #eeeeee;
    border: 1px solid #ececec !important;
    font-size: 14px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.formselect {
    width: 100%;
    height: 55px;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 23px;
    color: #7c8595;
    background-color: #f6f7f8;
    border: 1px solid #ececec !important;
    font-size: 14px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

/*
.formselect:focus {
    outline:2px solid #565acc;
}
*/

.humanBox {
    width: 100%;
    color: #727272;
    padding: 10px 0 0 10px;
    margin-bottom: 10px;
    border: 1px solid #ececec !important;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.inputTextbox {
    width: 25px;
    height: 25px;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 23px;
    color: #727272;
    background-color: #f6f7f8;
    border: 1px solid #ececec !important;
    font-size: 14px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}


textarea {
    height: 155px;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #727272;
    background-color: #f6f7f8;
    border: 1px solid #ececec !important;
    font-size: 14px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.pr-textarea {
    height: 155px;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #2f2f2f;
    background-color: #eeeeee;
    border: 1px solid #ececec !important;
    font-size: 14px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.cancel-prayer-request-button {
    color: #fff;
    background: #7c8595;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 34px;
    position: relative;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    width: 100%;
    text-align: center;
}

.contact-form-button {
    color: #fff;
    background: #565acc;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 60px;
    position: relative;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    text-align: center;
}

.contact-form-button-disabled {
    color: #fff;
    background: #b4b7e8;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 60px;
    position: relative;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    text-align: center;
}

.prayer-request-button {
    color: #fff;
    background: #565acc;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 34px;
    position: relative;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    width: 100%;
    text-align: center;
}

.prayer-request-button-disabled {
    color: #fff;
    background: #b4b7e8;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 34px;
    position: relative;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    width: 100%;
    text-align: center;
}

input.contact-submit {
    background-image: url(../images/gradient3.jpg);
    background-position: center center;
    background-size: cover;
    color: #fff;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 60px;
    position: relative;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    outline: none;
}

    input.contact-submit:hover {
        opacity: 0.4;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
    }

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color: #7c8595;
}

input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaa;
}

input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaa;
}

input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #aaa;
}

input.pr-input::-webkit-input-placeholder,
textarea.pr-input::-webkit-input-placeholder { /* WebKit browsers */
    color: #758775;
}

input.pr-input:-moz-placeholder,
textarea.pr-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #758775;
}

input.pr-input::-moz-placeholder,
textarea.pr-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #758775;
}

input.pr-input:-ms-input-placeholder,
textarea.pr-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #758775;
}

pr-input::placeholder { /* Most modern browsers support this now. */
    color: #758775;
}

input:focus, textarea:focus {
    outline: 2px solid #565acc;
}

#contact-form input.contact-input:focus, #contact-form textarea.contact-commnent:focus {
    border-color: #fff;
    outline: none;
}

p.contact_success_box {
    display: inline-block;
    color: #454545;
    font-size: 21px;
    font-style: italic;
}

/* other */

.waitcontainer {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.3);
}

.waitanim {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f0f0f0;
    border-radius: 50%;
    border-top: 16px solid #565acc;
    width: 120px;
    height: 120px;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

/* -----  a) Video PopUp ----- */

.video-wrapper {
    background: url(../images/videobk.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    padding: 155px 0;
    position: relative;
}

.video-wrapper-overlay {
    position: absolute;
    background-color: #565acc;
    opacity: 0.6;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.video-icon {
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    border-radius: 50% 50%;
    display: inline-block;
    background: transparent;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

    .video-icon:before {
        content: '';
        width: 100px;
        height: 100px;
        position: absolute;
        border: 1px solid #fff;
        border-radius: 100%;
        left: 50%;
        margin-left: -50px;
        bottom: 10%;
        margin-bottom: -10px;
        -webkit-animation: doublePulsation 1.9s ease infinite;
        animation: doublePulsation 1.9s ease infinite;
        z-index: 0;
    }

@-webkit-keyframes doublePulsation {
    0% {
        -webkit-transform: scale(1.0, 1.0);
        opacity: 0.0;
    }

    50% {
        opacity: 0.55;
    }

    100% {
        -webkit-transform: scale(1.3, 1.3);
        opacity: 0.0;
    }
}

@keyframes doublePulsation {
    0% {
        -webkit-transform: scale(1.0, 1.0);
        opacity: 0.0;
    }

    50% {
        opacity: 0.55;
    }

    100% {
        -webkit-transform: scale(1.3, 1.3);
        opacity: 0.0;
    }
}

.video-icon:hover {
    background: #fff;
}

    .video-icon:hover i {
        color: #565acc;
    }

.video-icon i {
    font-size: 54px;
    line-height: 100px;
    color: #fff;
    margin-left: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.tag-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
}

.logo {
    font-family: 'Open Sans', sans-serif;
    font-size: 57px;
    font-weight: bold;
    color: #fff;
}

.video-title {
    font-size: 34px;
    line-height: 40px;
    margin-top: 45px;
    color: #fff;
}

    .video-title span {
        font-size: 19px;
        line-height: 24px;
        color: #fff;
        font-weight: 500;
        letter-spacing: 1px;
    }

/* c) Buttons */

.btn-blue {
    color: #fff !important;
    background: #3498db;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    border-radius: 6px 6px;
    margin: 10px 0;
    padding: 16px 30px;
    display: inline-block;
}

    .btn-blue.small {
        padding: 14px 26px;
    }

    .btn-blue:hover {
        color: #fff;
        background: #3498db;
    }

.btn-white {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #6B02FF;
    background-color: #ffffff;
    border: 1px solid #fff;
    box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.37);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
    border-radius: 5px 5px;
    margin: 10px 10px 0 10px 0;
    padding: 20px 45px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

    .btn-white:hover {
        box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
        color: #6B02FF !important;
        background: #f9f9f9;
    }

.btn-white-border {
    color: #fff;
    background: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 5px 5px;
    margin: 10px 10px;
    padding: 15px 30px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

    .btn-white-border:hover {
        color: #008aff;
        background: #fff;
        border: 1px solid #fff;
    }

    .btn-white i, .btn-white-border i {
        font-size: 22px;
        line-height: 22px;
        margin-right: 10px;
        vertical-align: text-top;
    }

.btn-green {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    background-color: #0ccec0;
    box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.37);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
    letter-spacing: 1px;
    border-radius: 5px 5px;
    margin: 10px 10px 0 10px 0;
    padding: 20px 36px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

    .btn-green:hover {
        box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
        color: #fff !important;
        background: #09b9ac;
    }

    .btn-green.small {
        padding: 14px 26px;
    }

.btn-lyla {
    color: #fff !important;
    background: #008aff;
    background: -webkit-linear-gradient(135deg, #6B02FF 0%, #985BEF 100%);
    background: -o-linear-gradient(bottom right, #6B02FF, #985BEF);
    background: -moz-linear-gradient(bottom right, #008aff, #1ad2fd);
    background: linear-gradient(135deg, #6B02FF 0%, #985BEF 100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    border-radius: 6px 6px;
    margin: 10px 0;
    padding: 20px 32px;
    display: inline-block;
}

    .btn-lyla.small {
        padding: 14px 26px;
    }

    .btn-lyla:hover {
        background: #008aff;
        background: -webkit-linear-gradient(135deg, #985BEF 0%, #6B02FF 100%);
        background: -o-linear-gradient(bottom right, #985BEF, #6B02FF);
        background: -moz-linear-gradient(bottom right, #985BEF, #6B02FF);
        background: linear-gradient(135deg, #6B02FF 0%, #6B02FF 100%);
    }

a.btn-green:visited, a.btn-green:focus, a.btn-lyla:visited, a.btn-lyla:focus {
    color: #fff !important;
}

/* -----  d) Gallery Images Animations ----- */

.popup-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
}

.popup-gallery {
    display: inline-block;
    position: relative;
}

.first-gallery {
    margin-bottom: 15px;
}

.popup-gallery img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
}

.popup-gallery:hover img {
    opacity: 0.25;
}

.popup-gallery a span.eye-wrapper,
.popup-gallery a span.eye-wrapper2 {
    background-color: #000;
    position: absolute;
    display: block;
    overflow: hidden;
    z-index: 2;
    height: 100% !important;
    top: 0%;
    margin-top: 0px;
    left: 0%;
    right: 0%;
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    opacity: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popup-gallery-rounded a span.eye-wrapper,
.popup-gallery-rounded a span.eye-wrapper2 {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.popup-gallery a span.eye-wrapper i.eye-icon, .popup-gallery a span.eye-wrapper2 i.eye-icon {
    position: absolute;
    display: inline-block;
    font-size: 52px;
    z-index: 3;
    top: 50% !important;
    margin-top: -26px !important;
    left: 0%;
    right: 0%;
}

.popup-gallery a:hover span {
    opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.gallery-show {
    height: 180px !important;
    width: 320px !important;
    min-width: 320px !important;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
    /*border: 8px solid rgba(255, 255, 255, 0.8);*/
}

.gallery-item-wrapper {
    float: left;
    width: 100%;
}

/* e) Testimonials */
.testim-inner {
    margin-top: 10px;
    text-align: center;
}
    /*
.testim-inner img{
	max-width: 130px;
	border:1px solid #fff;
	border-radius: 50% 50%;
	padding: 6px 6px;
	background-color: #fff;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
	display: inline-block!important;
}
*/
    .testim-inner img {
        padding: 6px 6px;
        background-color: #fff;
    }

    .testim-inner h6 {
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
    }

    .testim-inner span.job-text {
        font-size: 19px;
        font-weight: 400;
    }

    .testim-inner p {
        font-size: 20px;
        line-height: 32px;
        font-style: italic;
        margin-top: 20px;
    }

/* f) Accordion Tabs */

.panel-wrapper {
    margin-bottom: 25px;
}

.panel-icon {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
    color: #454545;
    font-family: 'Open Sans', sans-serif;
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: #656565;
    }

.panel-group {
    margin: 10px 0;
}

    .panel-group .panel {
        margin-bottom: 0;
        background: transparent;
    }

.panel-body {
    padding: 20px 10px 10px 10px;
}

.panel-heading {
    padding: 8px 10px 16px 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-default {
    border-color: transparent;
}

    .panel-default > .panel-heading {
        color: #959595;
        background-color: transparent;
        border: none;
    }

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 3px solid #565acc;
}

/* g) Features List */

ul.benefits li {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
}

    ul.benefits li i {
        background-color: #eaeaea;
        padding: 5px 5px;
        font-size: 18px;
        line-height: 16px;
        margin-right: 8px;
        color: #6B02FF;
        border-radius: 50%;
    }

.no-padding-bottom {
    padding-bottom: 0;
}

/* ----- h) Fun Facts ----- */

.fun-facts-box {
    display: inline-block;
    margin: 30px 0;
}

.fun-facts-icon {
    font-size: 54px;
    line-height: 60px;
    color: #7566e3;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-right: 10px;
}

.fun-facts-text {
    display: table-cell;
    vertical-align: middle;
}

.fun-facts-title {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin-top: 0;
    margin-bottom: 3px;
}

.fun-facts-subtitle {
    font-style: italic;
    margin: 0;
    text-align: left;
}

/* ----- i) Partners ----- */

.partners-paddings {
    padding: 30px 0 15px 0;
}

.our-partners-title {
    margin-top: 15px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: #454545;
}

    .our-partners-title span {
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
        color: #656565;
    }

ul.partners-mentions {
    padding-left: 0;
}

    ul.partners-mentions li {
        display: inline-block;
        margin: 10px 25px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

        ul.partners-mentions li:first-child {
            margin-left: 0;
        }

        ul.partners-mentions li:last-child {
            margin-right: 0;
        }

        ul.partners-mentions li img {
            max-height: 62px;
            opacity: 0.4;
        }

            ul.partners-mentions li img:hover {
                opacity: 0.8;
                -webkit-transition: all 0.25s ease-in-out;
                -moz-transition: all 0.25s ease-in-out;
                -ms-transition: all 0.25s ease-in-out;
                -o-transition: all 0.25s ease-in-out;
                transition: all 0.25s ease-in-out;
            }

.wrapcontrol {
    margin-left: 150px;
    margin-right: 150px;
}

.pushcontact {
    margin-bottom: 0;
}

.centerdiv {
    margin: 0 auto;
    vertical-align: middle;
}

.zicon {
    float: right;
    margin-top: -30px;
    margin-right: -30px;
    width: 30px;
    height: 30px;
    background-color: black;
    position: relative;
    border: 2px solid white;
    border-radius: 100%;
    box-shadow: 0 0 6px 0 white;
}

    .zicon:before, .zicon:after {
        content: "";
        position: absolute;
        width: 22px;
        height: 4px;
        background-color: white;
        border-radius: 2px;
        top: 11px;
        box-shadow: 0 0 2px 0 #ccc;
    }

    .zicon:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 2px;
    }

    .zicon:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 2px;
    }


/* media queries */

@media (max-width: 1200px) {

    #logocol {
        padding-top: 10px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .main-services {
        min-height: 450px;
    }

    .wrapcontrol {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 991px) {

    #secondrowtags {
        margin-bottom: 0;
    }

    .testimony {
        display: none;
        padding: 0 5px 0 5px;
        width: 75%;
    }

    .tnav img {
        height: 40px;
    }

    .ttext {
        margin: 0 5px 0 5px;
    }


    #vidcol {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    #vidthumbcol {
        padding-left: 15px !important;
    }

    #logocol {
        padding-top: 40px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    #fullimage {
        margin-top: 0 !important;
    }

    .pushcontact {
        margin-bottom: 60px;
    }

    .main-services {
        min-height: 350px;
    }

    .features_item_a {
        float: right;
    }

    .features_item_b {
        float: left;
    }

    .navbar-fixed-top.opaque {
        padding: 5px 0 5px 0;
    }

    .navbar-default .navbar-toggle {
        /*
	    border-color: #ffffff!important;
	    background-color:#f0f0f0!important;
        */
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #959595 !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin-top: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding-left: 30px; /* optional: indent submenu items */
    }

    .home-section p, ul.home-benefits {
        margin-bottom: 25px !important;
    }

    .home-section:before {
        -webkit-transform: rotate(-169deg);
        left: -250px;
        top: -50px;
        transform: rotate(-169deg);
        width: 2250px;
    }

    .top-shape:before {
        top: -70px
    }

    .home-section .padding-top-80 {
        padding-top: 10px !important;
    }

    .home-section img {
        display: block;
        margin-top: 50px;
    }

    .dropcaps_left {
        margin: 10px 25px 30px 0 !important;
    }

    .dropcaps_right {
        margin: 10px 0 30px 25px !important;
    }

    ul.partners-mentions li img {
        max-height: 48px;
    }

    img.download-app-iphone {
        margin-top: 30px !important;
    }

    #contact-form {
        margin-bottom: 55px;
    }
}

@media (max-width: 768px) {

    .modal-content {
        width: 75%;
    }

    .pg-container {
        width: 100%;
    }

    .pg-text-input {
        width: 370px;
    }


    .prformcontent {
        width: 80% !important;
    }

    .pr_halfw {
        width: 100% !important;
        margin-right: !important;
    }

    #why_ministry {
        padding: 30px 0 40px 0;
    }

    #why_me {
        padding: 30px 0 30px 0;
    }

    .testimony {
        display: none;
        padding: 0;
        width: 90%;
    }

    .tnav img {
        height: 25px;
    }

    .ttext {
        margin: 0;
    }


    #contactimg {
        padding-top: 20px;
    }

    .home-section {
        padding-top: 100px;
        padding-bottom: 80px;
    }

    .halfcol {
        display: table;
        width: 100%;
    }

    #icode {
        display: block;
        width: 100%;
    }

    #imobile {
        display: block;
        width: 100%;
        padding-left: 0;
    }

    .aaacontain {
        display: block;
    }
}

@media (max-width: 430px) {

    .pg-container {
        width: 100%;
    }

    .pg-text-input {
        width: 270px;
    }
}

@media (max-width: 375px) {

    #contactimg {
        padding-top: 20px;
    }

    .navbar-toggle {
        margin-bottom: 0;
        /* border: 1px solid #9f9f9f!important; */
    }

    .navbar-default .navbar-toggle {
        /*
	    border-color: #ffffff!important;
	    background-color:#f0f0f0!important;
        */
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #959595 !important;
        }

    .footer:before {
        top: -20px;
    }

    .top-shape:before {
        top: -100px
    }

    .dropcaps_right {
        margin: 10px 0 50px 25px !important;
    }

    .owl-carousel {
        height: 100%;
        overflow: hidden;
    }

        .owl-carousel .owl-item img {
            height: 100%;
            width: auto;
        }


    #newsletter-form #email_newsletter {
        -moz-border-radius: 5px 5px 5px 5px !important;
        -webkit-border-radius: 5px 5px 5px 5px !important;
        border-radius: 5px 5px 5px 5px !important;
    }

    #newsletter-form #submit-button-newsletter {
        display: inline-block;
        margin-top: 10px !important;
        -moz-border-radius: 5px 5px 5px 5px !important;
        -webkit-border-radius: 5px 5px 5px 5px !important;
        border-radius: 5px 5px 5px 5px !important;
    }

    #newsletter-section .padding-top-60 {
        padding-top: 0 !important;
    }

    #newsletter-section h3 {
        font-size: 24px !important;
    }

    .extra-image {
        margin-bottom: -140px !important;
    }

    .home-section h1 {
        font-size: 38px;
        line-height: 44px;
    }

    .sponsors img.sponsor {
        display: block;
    }

    .feature-box {
        text-align: center;
    }

        .feature-box i {
            display: inline-block;
            float: none;
            margin-bottom: 25px;
        }

    .feature-box-text {
        width: 100%;
        margin-left: 0;
    }

    ul.partners-mentions li img {
        max-height: 42px;
    }

    .section-white {
        padding: 60px 0 70px 0 !important;
    }

        .section-white.small-padding-bottom, .section-grey.small-padding-bottom {
            padding: 60px 0 50px 0 !important;
        }
}

@media (max-width: 320px) {

    .newsletter-input {
        width: 60%;
    }

    .btn-newsletter {
        width: 38%;
        margin-top: 12px;
    }
}
