/*
    Theme Name: Artemas
    Author:  ARTEMAS TECHNOLOGIES
    Author URL: 
    Description: ---- 2023.
    Document   : Framework
    Created on :  AUG 30 2023, 10.00 AM
*/

html {
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

body {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}


@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    font-size: 100%;
    color: #000;
    background: #F2F2F2;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-text-size-adjust: none;
    font-weight: 300;
}




.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

:focus {
    outline: 0;
}

a,
a:link,
a:visited {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: #fff;

}

/* div {
    transition: all 0.3s ease-in-out;
} */


a:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



a:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Lato', sans-serif;
}

p {
    margin: 0;
    line-height: 1.2;
    font-size: 1.2em;
    color: #313131;
    font-weight: 500;
    font-family: 'Lato', sans-serif;


}
::placeholder {
    color: #fff;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1;
    font-size: 1.4em;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    margin: 0;
    padding: 0;
    color: #4E707B;
    font-size: 3.7em;
    line-height: 1;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}


h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1;
    font-size: 3em;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

h4 {
    margin: 0;
    padding: 0;
    color: #4E707B;
    line-height: 1;
    font-size: 3.5em;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}





.outer:before,
.outer:after,
.container:after,
.container:before,
.container-full:after,
.container-full:before,
.slider-area:after,
.slider-area:before {
    content: " ";
    display: table;
}

.outer:after,
.container:after,
.container-full:after,
.slider-area:after {
    clear: both;
}





.container {
    margin: 0 auto;
    width: 90%;
    max-width: 1180px;
}

.medium-container {
    margin: 0 auto;
    width: 90%;
    max-width: 950px;
}

.small-container {
    margin: 0 auto;
    width: 90%;
    max-width: 550px;
}

.header {
    position: fixed;
    top: 0;
    width: 95%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 15px 0;
    max-width: 95%;
    margin: 0 auto;
    text-align: right;
    left: 0;
    right: 0;
}

.header ul {
    display: flex;
    justify-content: flex-end;
    margin: 30px 0 0 0;
}

.header ul li a {
    color: #fff;
    font-weight: 600;
    border-radius: 40px;
    padding: 10px 20px;
    text-align: center;
    background-color: #000;
    margin: 0 10px 0 0;
}

.header ul li:nth-child(1) a {
    background-color: #c2bdad;
}

.header ul li:nth-child(2) a {
    background-color: #8c866c;
}

.banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    background: url(../img/banner.jpg) no-repeat center center/cover;
    height: 100vh;

}

.banner .container {
    max-width: 90%;
    padding: 0 0 100px 0;
}

.banner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2F4A56;
    background-color: rgb(0 0 0 / 25%)
}

.banner-text {
  position: fixed;
    z-index: 9;
    max-width: 250px;
    margin: 20px 0 0 0;
}

.banner img {
    display: block;
    border-bottom: 3px solid #fff;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    width: 100%;
    max-width: 700px;
}
.banner-content {
   width: 100%
}
.banner-content h2 {
    color: #fff;
    z-index: 999;
    position: relative;
    font-size: 1.5em;
    line-height: 1.3;
	 max-width: 900px;
    width: 90%;
	text-shadow: 0px 0 12px rgb(0 0 0 / 37%);
}
.about-sec {
    width: 100%;
    text-align: center;
    padding: 80px 0;
}

.about-sec span {
    display: block;
    font-weight: 800;
}

.about-sec img {
    display: block;
    padding: 30px 0 0 0;
    text-align: center;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.full-box {
    width: 100%;
    margin: 20px 0 0 0;
}

.white-box {
    background-color: #fff;
    padding: 15px;
    border-radius: 30px;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 3%);
    width: 48%;
}

.white-box .flex {
    display: flex;
    align-items: flex-start;
}

.flex-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.img-box {
    width: 17%;
    background-color: #728786;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

.img-box img {
    width: 40px;
    height: 40px;
    display: block;
}

.content-box {
    width: 85%;
    padding: 0 0 0 20px;
}

.grey-box {
    background-color: #4E707B;
    padding: 60px 50px;
    border-radius: 30px;
    position: relative;
    width: 100%;
    text-align: center;
}

.circle {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    padding: 15px;
    background-color: #728786;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
}

.grey-box p {
    color: #fff;
    font-size: 1.8em;
    line-height: 1.4;
}

.wrap {
    width: 100%;
    margin: 120px 0;
}

.full-img {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: url(../img/second-banner.jpg) no-repeat center center/cover;
    height: 90vh;
    margin: 80px 0 0 0;

}

.full-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2F4A56;
    background-color: rgb(47 74 86 / 75%);
    bottom: 0;
}

.full-img h3 {
    position: relative;
    z-index: 1;
    padding: 200px 0 0 0;
    font-size: 3.5em;
}

.full-img span {
    display: block;
    font-weight: 400;
    font-size: 28px;
    padding: 5px 0 0 0;

}

.two-box-sec {
    background-color: #fff;
    padding: 30px 10px;
    border-radius: 30px;
    margin: 0 0 10px 0;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 3%);
    width: 25%;
    text-align: center;

}

.two-box .flex {
    display: flex;
    gap: 20px;

    justify-content: center;
}

.two-box h3 {
    color: #4E707B;
    font-size: 1.1em;
    padding: 10px 0;
}

.two-box {
    position: relative;
    z-index: 1;
    transform: translateY(-70px);
}

.flex {
    display: flex;
}

.triangle-box {
    width: 100%;
    text-align: center;
   margin: 100px 0 50px 0;
}

.triangle-box h3 {
    color: #4E707B;
    font-size: 1.9em;
    padding: 0 150px 0 80px;
    text-align: left;

}

.triangle-box .flex {
    align-items: center;
}


.triangle-box img {
    display: block;
    mix-blend-mode: multiply;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 20px 0;
}

.triangle-box span {
    display: block;
    font-size: 1.7em;
    font-weight: 400;
    color: #222222;
    padding: 50px 0 30px 0;
}

.box-sec {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0 0 100px 0;
}

.box-sec .flex {
    display: flex;
    justify-content: center;
}

.box-sec .left {
    width: 50%;
    position: relative;

    border-right: 2px solid #6D8886;
    padding: 50px 15px 0 0;
}

/*
.box-sec .left::after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #6D8886;
    top: 0;
    right: -24px;
    position: absolute;
}
*/
.box-sec .right {
    width: 50%;
    margin: 100px 0 0 15px;
    position: relative;
}

.box-sec .left::after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #6D8886;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: -10px;
}

.box-sec .left::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #6D8886;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: -10px;
}

.set {

    padding: 30px;
    border-radius: 20px;
    margin: 0 0 10px 0;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 3%);
    text-align: left;
    margin: 0 0 70px 0;
    position: relative;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 3%);
}

.set p {
    color: #fff;
    line-height: 1.1;
}

.light-green {
    background-color: #9BB1A3;
}

.set h3 {
    position: absolute;
    top: -40px;
}

.light-green h3 {
    color: #9BB1A3;

}

.light-green {
    background-color: #9BB1A3;
}

.light-blue h3 {
    color: #3E6274;

}

.light-blue {
    background-color: #3E6274;
}

.dark-blue h3 {
    color: #6D8886;

}

.dark-blue {
    background-color: #6D8886;
}

.golden h3 {
    color: #C2BDAD;

}

.golden {
    background-color: #C2BDAD;
}

.green h3 {
    color: #AAB89F;

}

.green {
    background-color: #AAB89F;
}

.growth-sec {
    width: 100%;
    text-align: center;
    padding: 50px 0 150px 0;
}

.content-block-sec p {
    color: #4E707B;
    font-size: 2em;
    font-weight: 500;

}

.content-block-sec h4 {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    padding: 0 0 5px 0;
}

.growth-sec img {
    width: 100%;
    display: block;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    mix-blend-mode: multiply;
}

.full-img-sec {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    background: url(../img/third-banner.jpg) no-repeat center center/cover;
    height: 90vh;
    padding: 0 0 100px 0;

}

.full-white {
    background-color: #fff;
    border-radius: 30px;
    padding: 50px 70px;
}

.full-img-sec p {
    font-size: 1.8em;
}

.full-img-sec ul {
    display: flex;
    justify-content: center;
    padding: 20px 0 20px 0;
}

.full-img-sec ul li {
    color: #4E707B;
    font-weight: 500;
    justify-content: center;
    font-size: 1.3em;
    padding: 0 10px;
    border-right: 1px solid #4E707B;
    line-height: 1;
}

.full-img-sec ul li:last-child {
    border-right: 0;
}

.oppurtinities {
    width: 100%;
    text-align: left;
    background-color: #FFFFFF;
    padding: 100px 0;
}

.oppurtinities .left {
    width: 50%;
    text-align: left;
}

.oppurtinities .right {
    width: 50%;
}

.oppurtinities .left li {
    display: flex;
    margin: 0 0 30px 0;
}

.opt-content h3 {
    color: #313131;
    font-size: 1.4em;
    font-family: 'Lato', sans-serif;
    padding: 0 0 2px 0;
}

.opt-img {
    width: 23%;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 3%);
    text-align: center;
    position: relative;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 3%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 105px;

}

.opt-content {
    width: 55%;
    padding: 10px 0 0 30px;
}

.oppurtinities .flex {
    margin: 70px 0 0 0;
    align-items: center;
}

.oppurt-content {
    margin: 80px 0 0 0;
    max-width: 910px;
}

.oppurt-content p {
    font-size: 1.5em;
    color: #464646;
    line-height: 1.4;
}

.oppurt-content span {
    color: #919191;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    padding: 20px 0 0 0;
}

.generate {
    text-align: left;
}

.generate .left {
    width: 50%;
    padding: 150px;
}

.generate .right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.generate .right img {
    display: block;
    padding: 0 0 50px 0;
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.generate .content-block-sec h4 {
    max-width: 100%;
    text-align: left;
    width: 100%;
    padding: 0 0 20px 0;
}

.generate .left .content-block-sec p {
    padding: 0 0 0 0;
}

.generate .left p {
    padding: 20px 0 0 0;
}

.content-block-sec.white h4 {
    color: #fff;
    max-width: 100%;
}

.content-block-sec.white p {
    color: #fff;
    max-width: 550px;
    font-size: 1.4em;
    margin: 0 auto;
    text-align: center;
}

.sponser-sec {
    padding: 100px 0;
    background-color: #4E707B;
}

.spon-content {
    width: 43%;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 43px;
    transform: translateX(14px);
}

.spon-content h3 {
    font-weight: 500;
    color: #4E707B;
    font-size: 2.5em;
}

.spon-content h3 span {
    display: block;
    font-weight: 600;
}

.sponser-sec .flex {
    align-items: center;
    margin: 50px 0 0 0;
    justify-content: center;
}

.spon-img {
    width: 40%;
    position: relative;
}

.spon-img::after {
    content: '';
    position: absolute;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(78, 112, 123, 1) 98%);
    width: 100%;
    bottom: 0;
    height: 200px;
    left: 0;
    left: 0;
}

.sponser-sec ul {
    display: flex;
    gap: 10px;
    margin: 50px 0 0 0;
    justify-content: center;
}

.sponser-sec li {
    border: 1px solid #C2BDAD;
    border-radius: 20px;
    text-align: center;
    width: 19.5%;
}

.sponser-sec li h4 {
    color: #fff;
    font-size: 1em;
    padding: 20px 10px 10px 10px;
    font-size: 1.2em;
}

.white-boxes {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 10px;
}

.white-boxes strong span {
    display: block;
    font-weight: 800;
    color: #4E707B
}

.white-boxes strong {
    display: block;
    font-weight: 600;
    color: #4E707B
}

.plans {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: url(../img/plans-banner.jpg) no-repeat center center/cover;
    padding: 100px 0;

}

.plans::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2F4A56;
    background-color: rgb(0 0 0 / 52%);
}

.content-block-sec.white {
    position: relative;
    z-index: 1;
}

.summer-content {
    position: relative;
    z-index: 1;
    margin: 40px 0 0 0;
}

.summer-content .flex {
    gap: 20px;
    justify-content: center;
}

.summer-content p {
    color: #fff;
    min-height: 100px;
}

.summer-content .cmn {
    width: 40%;
    border: 1px solid #C2BDAD;
    border-radius: 20px;
    padding: 85px;

}

.cmn ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 40px 0 0 0;
}

.cmn li {
    width: 150px;
    /* height: 200px; */
    border-radius: 50%;
    background-color: #000;
    padding: 30px;

}

.cmn li h4 {
    color: #fff;
    font-size: 2em;
}

.cmn li:first-child {
    background-color: #AAB89F;
}

.cmn li:nth-child(2) {
    background-color: #C2BDAD;
}

.survey {
    width: 100%;
    padding: 100px 0;
}

.survey h3 {
    color: #4E707B;
}

.survey p {
    padding: 10px 0;
}

.survey .left {
    width: 50%;
    padding: 0 6% 0 0;
}

.survey .right {
    width: 38%;
}

.survey .right h4 {
    font-size: 1.4em;
    transform: translate(23px, 5px);
}

.survey .right p {
    color: #fff;
    padding: 0 0 0 20px;
}

.survey .right li {
    margin: 0 0 40px 0;
}

.survey-box {
    border-radius: 20px;
    display: flex;
    padding: 25px;
    align-items: flex-start;
}

.survey .right img {
    width: 50px;
    height: 50px;
}

.survey .right li:nth-child(1) h4 {
    color: #6D8886;
}

.survey .right li:nth-child(2) h4 {
    color: #4E707B;
}

.survey strong {
    display: block;
    font-size: 1.5em;
    color: #464646;
    margin: 30px 0 0 0;
}

.advertsing-sec {
    padding: 100px 0;
    background-color: #4E707B;
}

.advertsing-sec .content-block-sec.white p {
    max-width: 700px;
}

.set {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.set-sec .set img {
    width: 60%;
}

.adver-content {
    width: 29%;
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
    margin: 50px 0 0 0;
}

.adver-content h4 {
    font-size: 1.2em;
    text-align: center;
    color: #6D8886;
}

.adver-content h4 {
    font-size: 1.2em;
    text-align: center;
    color: #6D8886;
}

.adver-content p {
    color: #464646;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    opacity: 0.8;
    padding: 10px;
}

.set.reverse {
    flex-direction: row-reverse;
}

.set.reverse .adver-content {
    margin: 25px 0 0 0;
}

.set-sec {
    margin: 30px 0 0 0;
}

.advertsing-sec a {
    display: block;
    letter-spacing: 2px;
    opacity: 0.8;
    color: #fff;
    text-align: center;
    margin: 50px 0 0 0;
}

.rating {
    width: 100%;
    padding: 100px 0;
}

.rating .flex {
    align-items: center;
}

.rating .left {
    width: 45%;
}

.rating .right {
    width: 55%;
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
}

.rating .content-block-sec h4 {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    padding: 0 0 5px 0;
}

.rating .content-block-sec p {
    font-size: 1.1em;
    max-width: 280px;
}

.percentage-bar {
    background: #fff;
    display: block;
    height: 30px;
    margin-bottom: 15px;
    position: relative;
    transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    -webkit-transition-property: width, background-color;
    width: 100%;
}

.title {
    color: #000;
    font-size: 12px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.title span {
    /*    background: rgba(0, 0, 0, 0.1);*/
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 20px 0 0;
    text-align: left;
    font-weight: 600;
}

.bar {
    height: 10px;
    width: 0px;
}

.percent {
    color: #bcb9b9;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 10px;
    top: 0;
    font-weight: 500;
}



section.percentage-bar:first-child div.bar {
    background: #2f4a56;
}


section.percentage-bar:nth-child(2) div.bar {
    background: #4e707b;
}


section.percentage-bar:nth-child(3) div.bar {
    background: #6d8886;
}


section.percentage-bar:nth-child(4) div.bar {
    background: #95ac9d;
}


section.percentage-bar:nth-child(5) div.bar {
    background: #a1b094;
}

section.percentage-bar:nth-child(6) div.bar {
    background: #b2ac97;
}

section.percentage-bar:nth-child(7) div.bar {
    background: #2f4a56;
}

section.percentage-bar:nth-child(8) div.bar {
    background: #4e707b;
}

section.percentage-bar:nth-child(9) div.bar {
    background: #6d8886;
}

section.percentage-bar:nth-child(10) div.bar {
    background: #95ac9d;
}

section.percentage-bar:nth-child(11) div.bar {
    background: #a1b094;
}

section.percentage-bar:nth-child(12) div.bar {
    background: #b2ac97;
}

.bible {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: url(../img/bible.jpg) no-repeat center center/cover;
    padding: 100px 0;

}

.bible::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2F4A56;
    background-color: rgb(0 0 0 / 52%);
}

.bible .flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 50px 0 0 0;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.bible-set {
    width: 31%;
    margin: 40px 0 0 0;
}

.bible-content h4 {
    color: #fff;
    font-size: 1em;
    line-height: 1.2;
}

.bible-content {
    width: 170px;
    margin: 0 auto;
}

.heart {
    width: 100%;
    padding: 100px 0;
    background-color: #fff;
    text-align: center;
}

.circle-line {
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: 5px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 2;
}

.heart ul {
    display: flex;
    gap: 20px;
    margin: 100px 0 0 0;
    border-top: 2px solid #707070;
}

.heart li strong {
    display: flex;
    padding: 20px 0 0 0;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.heart li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    align-content: flex-end;
}

.heart li::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #000;
    height: 64%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.heart li:nth-child(1) {
    height: 200px;
}

.heart li:nth-child(2) {
    height: 335px;
}

.heart li:nth-child(3) {
    height: 210px;
}

.heart li:nth-child(4) {
    height: 274px;
}

.heart li:nth-child(5) {
    height: 205px;
}

.heart li:nth-child(6) {
    height: 259px;
}

.heart li:nth-child(7) {
    height: 335px;
}

.heart li:nth-child(1)::after {
    background-color: #556F7A;
}

.heart li:nth-child(1) strong {
    color: #556F7A;

}

.heart li:nth-child(1) .circle-line {
    background-color: #556F7A;
    box-shadow: 0 0 0 2px #556F7A;
}

.heart li:nth-child(2) strong {
    color: #99AB9E;

}

.heart li:nth-child(2) .circle-line {
    background-color: #99AB9E;
    box-shadow: 0 0 0 2px #99AB9E;
}

.heart li:nth-child(2)::after {
    background-color: #99AB9E;
}


.heart li:nth-child(3) strong {
    color: #B2AC97;

}

.heart li:nth-child(3) .circle-line {
    background-color: #B2AC97;
    box-shadow: 0 0 0 2px #B2AC97;
}

.heart li:nth-child(3)::after {
    background-color: #B2AC97;
}

.heart li:nth-child(4) strong {
    color: #8C866C;

}

.heart li:nth-child(4) .circle-line {
    background-color: #8C866C;
    box-shadow: 0 0 0 2px #8C866C;
}

.heart li:nth-child(4)::after {
    background-color: #8C866C;
}

.heart li:nth-child(5) strong {
    color: #AAB89F;

}

.heart li:nth-child(5) .circle-line {
    background-color: #AAB89F;
    box-shadow: 0 0 0 2px #AAB89F;
}

.heart li:nth-child(5)::after {
    background-color: #AAB89F;
}

.heart li:nth-child(6) strong {
    color: #94ACB6;

}

.heart li:nth-child(6) .circle-line {
    background-color: #94ACB6;
    box-shadow: 0 0 0 2px #94ACB6;
}

.heart li:nth-child(6)::after {
    background-color: #94ACB6;
}

.heart li:nth-child(7) strong {
    color: #C2BDAD;

}

.heart li:nth-child(7) .circle-line {
    background-color: #C2BDAD;
    box-shadow: 0 0 0 2px #C2BDAD;
}

.heart li:nth-child(7)::after {
    background-color: #C2BDAD;
}

.media {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: url(../img/media.jpg) no-repeat center center/cover;
    padding: 100px 0;

}

.media::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2F4A56;
    background-color: rgb(0 0 0 / 52%);
}

.media-circle {
    width: 4em;
    height: 4em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
    margin: 0 auto;

}
.media-wraps ul li {
    margin: 0 0 50px 0;
}
.media-wraps ul.first li:nth-child(1) .media-circle {
    background-color: #94ACB6;
}
.media-wraps ul.first li:nth-child(1) strong {

    color: #94ACB6;

}
.media-wraps ul.first li:nth-child(2) .media-circle {
    background-color: #99AB9E;
}
.media-wraps ul.first li:nth-child(2) strong {

    color: #99AB9E;

}
.media-wraps ul.first li:nth-child(3) .media-circle {
    background-color: #B2AC97;
}
.media-wraps ul.first li:nth-child(3) strong {

    color: #B2AC97;

}
.media-wraps ul.middle li:nth-child(2) .media-circle {
    background-color: #AAB89F;
}
.media-wraps ul.middle li:nth-child(2) strong {

    color: #AAB89F;

}
.media-wraps ul.last li:nth-child(1) .media-circle {
    background-color: #AAB89F;
}
.media-wraps ul.last li:nth-child(1) strong {

    color: #AAB89F;

}
.media-wraps ul.last li:nth-child(2) .media-circle {
    background-color: #8C866C;
}
.media-wraps ul.last li:nth-child(2) strong {

    color: #8C866C;

}
.media-wraps ul.last li:nth-child(3) .media-circle {
    background-color: #B7C8CE;
}
.media-wraps ul.last li:nth-child(3) strong {

    color: #B7C8CE;

}
.media-wraps {
  position: relative;
    z-index: 1;
    margin: 100px auto 0 auto;
    max-width: 650px
}

.media-wraps ul li strong {
  display: flex;
    justify-content: center;
    padding: 12px 0 0 0;
    max-width: 50px;
    margin: 0 auto;

}



.media-wraps ul {
    width: 33.3%;
}
.advert-action {
    width: 100%;
    padding: 100px 0;
    text-align: center;
}
.advert-action .flex {
    gap: 40px;
    margin: 100px 0 0 0;
}
.advert-action .set {
    text-align: center
}
.media-wraps ul.middle li img {
    display: block;
    width: 100%;
    height: 345px;
}
.media-wraps ul.middle li:nth-child(1) {
    margin: 0 0 0 0;
}

.demograph{
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: url(../img/demographic.jpg) no-repeat center center/cover;
    padding: 100px 0;

}

.demograph::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2F4A56;
    background-color: rgb(0 0 0 / 52%);
}

.pc3 {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
    font-weight: 600;
}
.pc3 svg:before {
  content: #dfd0d8;
  display: block;
}
.pc3 svg {
  width: 160px;
  height: 160px;
  transform: rotate(-90deg);
}
.pc3 svg .percent-circle-inner {
  fill: #dfd0d8;
  stroke: #fff;
  stroke-width: 10px;
  stroke-dasharray: 0 376.9908px;
  transition: stroke-dasharray 0.6s ease-out;
}
.pc3:after {
  content: attr(data-percent) "%";
  display: block;
  width: 150px;
  height: 150px;
  background: #9bb1a3;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 110px;
  font-size: 1.6em;
}

.hidden {
  display: none;
}
.demograph .flex {
    position: relative;
    z-index: 1;
    margin: 50px 0 0 0;
    gap: 30px;
    justify-content: center;
}
.demo-conent {
    position: absolute;
    bottom: 42px;
    z-index: 9;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    width: 100px;
    font-weight: 600;
    font-size: 13px;
}
.demo-set:nth-child(3) .pc3::after {
    display: flex;
    justify-content: center;
    align-items: center;
}
.demo-set:nth-child(4) .pc3::after {
    display: flex;
    justify-content: center;
    align-items: center;
}
.demo-bottom  {
    margin: 30px 0 0 0;
}
.demo-bottom b  {
   color: #fff;
    width: 93px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.demo-bottom ul {
    margin: 10px 0 0 0;
}
.demo-bottom ul li {
    color: #fff;
    padding: 2px 0;
    font-size: 13px;
}
.rating-sec {
    width: 100%;
    padding: 100px 0;
}
.rating-sec .first-sec .left {
    width: 40%;
}
.rating-sec .first-sec .left img {
    display: block;
    max-width: 270px;
    margin: 10px 0 0 0;
}
.rating-sec .first-sec .right {
    width: 40%;
    border: 1px solid #99AB9E;
    padding: 30px 50px;
    border-radius: 20px;
}
.rating-sec .first-sec .right strong {
    color: #8C866C;
    font-weight: 600;
    display: block;
    font-size: 1.2em;
     font-family: 'Montserrat', sans-serif;
}
.rating-sec .first-sec .right b {
    color: #8C866C;
    margin: 20px 0 0 0;
   font-weight: 600;
    display: block;
    font-size: 1.2em;
    font-family: 'Montserrat', sans-serif;
}
.rating-sec .first-sec .flex {
    justify-content: center;
}
.middle-sec p {
    font-size: 1.7em;
    color: #4E707B;
    line-height: 1.5;
}
.middle-sec {
    max-width: 750px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 40px 0;
}
.pastor-box {
     max-width: 750px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background-color: #4E707B;
    border-radius: 20px;
    padding: 40px 50px;
}
.pastor-box h4 {
    color: #fff;
}
.pastor-box p {
    color: #fff;
    padding: 0 60px;
}
.last-sec ul {
    display: flex;
    gap: 30px;
    justify-content: center;
     max-width: 750px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}
.outline {
    overflow: hidden;
}
.last-sec ul li {
    width: 32%;
    display: flex;
}
.rating-circle {
   width: 60px;
    height: 60px;
    border: 1px solid #556F7A;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    margin: 0 20px 0 0;
}
.rating-content {
    width: 75%;
}
.rating-content p {
    font-size: 15px;
    padding: 5px 0 0 0;
}
.rating-content strong {
    font-size: 1.2em;
}
.art-specs {
    width: 100%;
    padding: 100px 0;
}

.rates-box{
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: url(../img/rates-banner.jpg) no-repeat center center/cover;
    padding: 100px 0;

}

.rates-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2F4A56;
    background-color: rgb(0 0 0 / 52%);
}
.rates-box ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
    position: relative;
    z-index: 1;
}
.rates-box ul li h3 {
    font-size: 1.4em;
    border-bottom: 2px solid #fff;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.rates-box li {
    border-radius: 20px;
    padding: 30px;
    width: 40%;
    text-align: left;
}
.rates-box li p {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    max-width: 200px;
    padding: 0 0 10px 0;
}
.rates-box li:nth-child(1) {
    background-color: #99AB9E;
}
.rates-box li:nth-child(2) {
    background-color: #B2AC97;
}
.rates-box li:nth-child(3) {
    background-color: #94ACB6;
}
.rates-box li:nth-child(4) {
    background-color: #4E707B;
}
.rates-box li span {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}
.divide {
    padding: 10px 0 0 0;
}
.art-sec {
    padding: 40px;
    border-radius: 20px;
    box-shadow: inset 0px 78px #f2f2f2;
    width: 40%;
}
.art-sec img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: contain;
}
.art-specs .flex {
    
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.art-sec h3 {
    font-size: 1.4em;
    padding: 0 0 10px 0;
}
.art-sec-cont {
    padding: 30px 0;
}
.art-sec-cont ul {
    padding: 0 0 0 20px;
}
.art-sec-cont ul li {
    color: #fff;
    font-weight: 500;
    padding: 0 0 5px 0;
    list-style: disc;
}
.flex-box {
    display: flex;
}
.art-sec:nth-child(3) img {
    height: 300px;
    width: 40%;
}
.art-sec:nth-child(3) .art-sec-cont {
    width: 60%;
}
.art-sec:nth-child(3) {
    box-shadow: none;
}
.art-sec:nth-child(3) .art-sec-cont li {
    list-style: none;
    padding: 0 0 15px 0;
}
.art-sec:nth-child(3) .art-sec-cont ul {
    padding: 0 0 0 0;
}
.bottom-content p {
    color: #556F7A;
    font-weight: 600;
    text-align: center;
    padding: 50px 0 50px 0;
}
.ready-sec {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: url(../img/ready-banner.jpg) no-repeat center center/cover;
    padding: 100px 0;

}
.ready-sec .flex {
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 50px 0 0 0;
}
.ready-sec::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2F4A56;
    background-color: rgb(47 74 86 / 90%)
}
.ready-btm:nth-child(1) {
    background-color: #94ACB6;
}
.ready-btm:nth-child(2) {
    background-color: #B2AC97;
}
.ready-btm:nth-child(3) {
    background-color: #9BB1A3;
}
.ready-btm {
    border-radius: 20px;
    padding: 20px;
    width: 40%;
}
.ready-btm .flex {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    margin: 0 0 0 0;
}
.ready-btm img {
   width: 20%;
    height: 30px;
    object-fit: contain;
}
.ready-content {
    width: 50%;
    text-align: left;
}
.ready-content a {
    font-size: 17px;
    font-weight: 600;
    white-space: nowrap;
}
.ready-content p {
    font-size: 17px;
    color: #fff;
	font-weight: 500;
	padding: 0 0 5px 0;
}
.ready-sec ul {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px 0 0 0;
}
.ready-sec ul li {
    margin: 0 20px;
}
.ready-sec ul li img {
    width: 25px;
    height: 25px;
}
.full-img-sec .carousel {
  width: 100%;
}

.full-img-sec .carousel-cell {
  width: 100%;
  
}
.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}
.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}
.popup-content p{
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
}
.popup-content a.close{
    color: #aaaaaa;
    float: right;
    font-size: 3em;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration:none;
}

.popup-content a.close:hover{
  color:#333;
}

.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup-container:target{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.popup-container h3{
  margin:10px;
    color: #4E707B;
}
/*End popup styles*/

/* Additional styles */
.popup-style-2{
  transform: scale(0.3);
  
}

.popup-style-2:target{
  transform: scale(1);
}

.popup-style-3{
  left:100%;
  
}

.popup-style-3:target{
  left:0;
}

.popup-style-4{
  transform: rotate(180deg);
}

.popup-style-4:target{
  transform: rotate(0deg);
}

.popup-style-5{
  top:100%;
  
}

.popup-style-5:target{
  top:0;
}

.popup-style-6{
  transform: scale(15.3);
  
}

.popup-style-6:target{
 transform: scale(1);
 }

.popup-style-7{
  transform: skewY(180deg);
   transition: all 0.7s ease-in-out;
}

.popup-style-7:target{
 transform: skewY(0deg);

 }
.popup-content form input,
.popup-content form textarea
{
    width: 100%;
    line-height: 1.5;
    padding: 15px 10px;
    background: #4E707B;
    margin: 0 0 10px 0;
    border: 0;
    font-size: 1.2em;

}
.popup-content form textarea {
    height: 180px;
}
.popup-content form {
    margin: 20px 0 0 0;
}
.grid {
    display: grid;
    gap: 20px;
    
}
.grid-2 p {
    display: flex;
    gap: 20px
}
.popup-content input[type="submit"] {
    max-width: 300px;
    border-radius: 40px;
    color: #fff;   
}
.summer-content.growth-circle .cmn {
    border: 2px solid #4E707B;
    border-radius: 50%;
    position: relative;
}
.summer-content.growth-circle .cmn:nth-child(1)::after {
    content: '';
    position: absolute;
    transform: perspective(288px) rotateX(0deg) rotateY(-33deg) rotateZ(0deg);
    width: 300px;
    height: 300px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(78, 112, 123, 0.5) 98%);
    right: 0;
    z-index: 1;
}
.summer-content.growth-circle .cmn:nth-child(2)::before {
    content: '';
    position: absolute;
    transform: perspective(288px) rotateX(0deg) rotateY(33deg) rotateZ(0deg);
    width: 300px;
    height: 300px;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(78, 112, 123, 0.5) 98%);
    left: 0;
     z-index: 1;
}
.summer-content.growth-circle .cmn  h3 {
    color: #4E707B;
    font-size: 1.8em;
    position: relative;
    z-index: 2;
}
.summer-content.growth-circle .cmn {
    width: 500px;
    height: 470px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    overflow: hidden;
}
.summer-content.growth-circle .cmn ul {
    margin: 0 0 0 0;
}
.summer-content.growth-circle .cmn li:nth-child(1) {
    background-color: transparent;
}
.summer-content.growth-circle .cmn li:nth-child(2) {
    background-color: transparent;
}
.summer-content.growth-circle .cmn li:nth-child(3) {
    background-color: transparent;
}
.summer-content.growth-circle .cmn li:nth-child(1) .circle-line {
    background-color: #556F7A;
    box-shadow: 0 0 0 1px #556F7A;
}
.summer-content.growth-circle .cmn li:nth-child(1) strong {
    color: #556F7A;
}
.summer-content.growth-circle .cmn li:nth-child(2) strong {
    color: #95ac9d;
}
.summer-content.growth-circle .cmn li:nth-child(3) strong {
    color: #a1b094;
}
.summer-content.growth-circle .cmn li:nth-child(2) .circle-line {
    background-color: #95ac9d;
    box-shadow: 0 0 0 1px #95ac9d;
}
.summer-content.growth-circle .cmn li:nth-child(3) .circle-line {
    background-color: #a1b094;
    box-shadow: 0 0 0 1px #a1b094;
}
.summer-content.growth-circle .cmn.two-sec li:nth-child(1) .circle-line {
    background-color: #b2ac97;
    box-shadow: 0 0 0 1px #b2ac97;
}
.summer-content.growth-circle  .cmn.two-sec li:nth-child(1) strong {
    color: #b2ac97;
}
.summer-content.growth-circle .cmn.two-sec li:nth-child(2) .circle-line {
    background-color: #4e707b;
    box-shadow: 0 0 0 1px #4e707b;
}
.summer-content.growth-circle  .cmn.two-sec li:nth-child(2) strong {
    color: #4e707b;
}
.summer-content.growth-circle .cmn.two-sec li:nth-child(3) .circle-line {
    background-color: #2f4a56;
    box-shadow: 0 0 0 1px #2f4a56;
}
.summer-content.growth-circle  .cmn.two-sec li:nth-child(3) strong {
    color: #2f4a56;
}
.summer-content.growth-circle strong {
    font-size: 14px;
    display: block;
    padding: 10px 0 0 0;
}
.summer-content.growth-circle .cmn li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0;
    width: 95px;
}
.summer-content.growth-circle .cmn ul {
    gap: 0;
    position: relative;
    z-index: 2;
}
.error {
	height: 100vh;
    text-align: center;
    padding: 100px 0 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.error h1 {
	color: #fff;
	font-weight: 500;
}
.error p {
	color: #fff;
	font-weight: 500;
	padding: 30px 0;
}
.error a {
	color: #fff;
	font-weight: 500;
	padding: 30px 0;
}
.summer-content.growth-circle .cmn .circle-line b {
    font-size: 1.2em;
}
.summer-content.growth-circle .cmn li strong {
    width: 100%;
    line-height: 0.9;
}
.outer {
	overflow: hidden;
}
.divde p {
	font-size: 15px;
}