@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Poppins", sans-serif;
  color: #7c7c7c;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #7c7c7c;
  white-space: initial;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #ec0202;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Hide the spinner arrows */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "diranista";
  src: url(../fonts/Diranista.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

.btn10 {
  border: 2px solid #fff;
  text-align: center;
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #ec0202 !important;
  z-index: 10;
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  border-radius: 45px;
  font-size: 30px;
  font-family: "diranista";
  font-weight: 400;
  line-height: 41px;
}

.btn10:hover {
  border: 2px solid #a30000 !important;
  color: #fff !important;
}

.btn10::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #a30000;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10:hover::before,
.btn1O:hover::before {
  opacity: 1;
  width: 116%;
}

.btn10:hover::after,
.btn1O:hover::after {
  opacity: 1;
  width: 120%;
}

h1,
h2,
h3,
h4,
h6 {
  font-family: "diranista";
}

h1 {
  font-size: 100px;
  line-height: 110px;
}

h2 {
  font-size: 60px;
  line-height: 70px;
}

h3 {
  font-size: 50px;
  line-height: 60px;
}

h4 {
  font-size: 40px;
  line-height: 50px;
}

h5 {
  font-size: 35px;
  line-height: 45px;
}

h6 {
  font-size: 25px;
  line-height: 35px;
}

p {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px 14px;
  font-size: 18px;
  font-weight: 500;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #ec0202;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* Header .css  strt*/

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
}

header .menuSec .header-logo img {
  width: 70%;
  margin: 0px auto;
  transition: 0.6s;
}

header .menuSec .header-logo img:hover {
  filter: brightness(0.7);
  transform: scale(1.032);
}

header .menuSec .row {
  align-items: center;
  border-bottom: 2px solid #0505ecc9;
  padding: 30px 0px 7px 0px;
}

header li.btnLi a.btn10 {
  padding: 12px 26px;
  position: relative;
  font-size: 26px;
  line-height: 36px !important;
}

/* header css end  */

/* banner section css st  */
section.banner {
  background: #0000ff;
  height: 500px;
  border-radius: 0px 0px 20px 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}

/* banner section css end */

/* Mission section css start  */

section.mission {
  position: relative;
  background-image: url("../images/mission-statement-banner-b.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

section.mission img {
  margin-top: -100px;
  cursor: pointer;
  transition: 0.6s;
}

section.mission img:hover {
  filter: brightness(0.7);
  transform: scale(1.012);
}

section.mission .bottomRo {
  padding-top: 20px;
  align-items: center;
  padding-bottom: 110px;
}

section.mission .bottomRo h3 {
  color: #fff;
  margin: 0;
}

section.mission .bottomRo p {
  color: #fff;
}

section.mission .bottomRo .mission-button {
  display: table;
  margin: 0px auto;
  position: relative;
}

section.mission .bottomRo .mission-button a.btn10 {
  position: relative;
}

/* Btns before and After dots imges section  ( GENERAL TEMPLATES) */

section.mission .bottomRo .mission-button::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/btn-Left-aro.png);
  background-repeat: no-repeat;
  left: -32px;
  object-position: left;
  bottom: 20px;
}

section.mission .bottomRo .mission-button::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/btn-Right-aro.png);
  background-repeat: no-repeat;
  right: -50px;
  object-position: right;
  bottom: 20px;
}

/* Btns before and After dots imges section  ( GENERAL TEMPLATES) */

/* Mission section css end  */

.menuSec ul li.btnLi {
  position: relative;
}

.menuSec ul li.btnLi::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/btn-Left-aro.png);
  background-repeat: no-repeat;
  left: -14px;
  object-position: left;
  bottom: 15px;
}

.menuSec ul li.btnLi::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/btn-Right-aro.png);
  background-repeat: no-repeat;
  right: -30px;
  object-position: right;
  bottom: 17px;
}

.menuSec ul li.btnLi {
  position: relative;
  padding: 0px 16px;
}

c {
  position: relative;
}

section.about-us-header .about-img {
  position: relative;
}

section.about-us-header .about-img img {
  width: 100%;
}

section.about-us-header .about-img:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  transition: 0.6s;
  background: #ec020261;
  border-radius: 16px;
  transition: 0.6s;
}

section.about-us-header .about-img:hover:before {
  width: 100%;
  cursor: pointer;
}

section.about-us-header .row {
  align-items: end;
  position: relative;
}

section.about-us-header .mission-text {
  position: relative;
  padding-top: 10px;
}

section.about-us-header {
  overflow: hidden;
  position: relative;
}

section.about-us-header .col-lg-3.col-md-3.col-12 {
  padding-left: 0;
}

section.about-us-header .col-lg-9.col-md-9.col-12 {
  padding-right: 0;
}

section.about-us-header .mission-text:before {
  position: absolute;
  content: "";
  width: 140%;
  height: 100%;
  left: -180px;
  border-radius: 20px;
  border: 2px solid #bbbbbb;
  top: 0;
  transition: 0.6s;
}

section.about-us-header .mission-text h1 {
  position: relative;
  z-index: 12;
  text-align: right;
  padding-right: 70px;
  color: #000;
  margin: 0px;
  line-height: 90px;
}

section.about-church {
  position: relative;
  padding: 60px 0 60px 0;
}

section.about-church .church-img {
  position: relative;
}

section.about-church .church-img img {
  position: relative;
  transition: 0.6s;
}

section.about-church .church-img img:hover {
  filter: brightness(0.7);
  transform: scale(1.021);
  cursor: pointer;
}

section.about-church .row {
  align-items: center;
}

section.about-church p br {
  display: none;
}

section.about-church p {
  line-height: 24px;
}

/* Our Vision section css st  */

section.vision {
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}

section.vision h2 {
  color: #ec0202;
}

section.vision .vision-header:before {
  position: absolute;
  content: "";
  width: 113%;
  height: 100%;
  left: -187px;
  border-radius: 20px;
  border: 2px solid #bbbbbb;
  top: 0;
  transition: 0.6s;
}

section.vision .vision-header {
  position: relative;
  padding: 0;
  padding-top: 10px;
}

section.vision .vision-text {
  padding: 30px 20px 20px 0px;
}

section.vision .row {
  padding-left: 40px;
}

/* Our Vision section css end */

/* what we beleive section start  */

section.beleive {
  position: relative;
  padding-bottom: 60px;
}

section.beleive .headtext {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  padding-top: 70px;
}

section.beleive .headtext h1 {
  margin: 0;
  color: #fff;
}

section.beleive {
  background-image: url("../images/believe-section-bg.png");
  background-repeat: no-repeat;
}

section.beleive .headtext::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 140%;
  background-image: url(../images/church_symbol-img.png);
  left: -112px;
  bottom: -30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 1s;
}

section.beleive .beleive-bx {
  position: relative;
}

section.beleive .beleive-bx .beleive-img {
  position: relative;
}

section.beleive .beleive-bx .beleive-img img.main-img-chruch {
  width: 94%;
  transition: 0.6s;
  /*cursor: pointer;*/
}

section.beleive .beleive-bx:hover .beleive-img img.main-img-chruch {
  filter: brightness(0.8);
}

section.beleive .beleive-bx .labe-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 310px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/church-button-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 0.6s;
}

section.beleive .beleive-bx:hover .labe-text {
  transform: translate(0px, 20px);
}

section.beleive .beleive-bx .labe-text p {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #ffff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

section.beleive .beleive-bx .beleive-txt {
  padding: 90px 30px 10px 40px;
  background: #ffff;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0px #55555526;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  height: 240px;
  border-radius: 20px;
  margin-top: -20px;
  margin-bottom: 40px;
  margin-left: 20px;
  transition: 0.6s;
}
section.cftpage form .bth_gp label span {
  color: #ec0202;
}
section.beleive .beleive-bx .beleive-txt .readmorebtn {
  text-align: left;
  display: block;
  width: 100%;
}

section.beleive .beleive-bx:hover .beleive-txt {
  box-shadow: 0px 0px 20px 0px #555555e3;
  /*cursor: pointer;*/
}

section.beleive .beleive-bx .beleive-txt .readmorebtn a.btn10 {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 30px;
  text-align: left;
}

section.beleive .beleive-bx .beleive-txt p br {
  display: none;
}

section.beleive .beleive-bx .beleive-txt p {
  font-size: 14px;
  line-height: 24px;
}

section.beleive .beleive-bx .labe-text p span {
  position: relative;
}

section.beleive .beleive-bx .labe-text p span::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 15px;
  background-image: url(../images/church-btn-before.png);
  bottom: -26px;
  z-index: 12;
  background-repeat: no-repeat;
  transform: rotate(179deg);
  background-size: 100% 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
}

/* what we beleive section end */

/* Salavation prayers section start  */

section.salavation {
  position: relative;
  padding-top: 60px;
  overflow: hidden;
}

section.salavation h1 {
  color: #000;
  position: relative;
  margin: 0;
}

section.salavation p.intro {
  width: 80%;
  margin-top: 30px;
}

section.salavation .italic-text {
  position: relative;
  margin-bottom: 20px;
}

section.salavation p.redpara {
  color: #ec0202;
}

section.salavation .italic-text p {
  margin: 0;
  font-style: italic;
  font-weight: 500;
}

section.salavation .italic-text:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 95%;
  left: -24px;
  top: 6px;
  border: 2px solid #ec0202;
  border-radius: 20px;
}

section.salavation .row {
  align-items: center;
}

section.salavation h1:before {
  position: absolute;
  content: "";
  width: 135%;
  height: 100%;
  left: -177px;
  border-radius: 20px;
  border: 2px solid #bbbbbb;
  top: 0;
  transition: 0.6s;
}

section.salavation .salav-img {
  position: relative;
  z-index: 1;
  transition: 0.8s;
}

section.salavation .salav-img:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
  display: table;
  top: 0;
  background: #ec020247;
  border-radius: 30px;
  transition: 0.6s;
}

section.salavation .salav-img img {
  width: 100%;
}

section.salavation .salav-img:hover:before {
  width: 100%;
  cursor: pointer;
}

/* Salavation prayers section end */

/*  certificate section start  */

section.certificate {
  position: relative;
  padding-top: 100px;
  padding-bottom: 140px;
}

section.certificate .ct-img {
  position: relative;
  transition: 0.7s;
  z-index: 1;
}

section.certificate .ct-img:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
  display: table;
  top: 0;
  background: #ec020247;
  border-radius: 30px;
  transition: 0.6s;
}

section.certificate .ct-img:hover {
  width: 100%;
}

section.certificate .ct-img:hover:before {
  width: 100%;
  cursor: pointer;
}

section.certificate .row {
  align-items: center;
}

section.certificate h4 {
  color: #000;
  line-height: 40px;
  margin-bottom: 10px;
}

section.certificate p {
  margin: 0;
  line-height: 23px;
}

/*  certificate section end  */

/* birth certificate form sectrion start  */

section.birth {
  background-image: url(../images/contact-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 60px 0px 140px 0px;
  margin-top: -70px;
  position: relative;
}

section.birth h1 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

section.birth form {
  position: relative;
  overflow: hidden;
  width: 85%;
  margin: 0 auto;
}

section.birth form input {
  border: 0;
  margin-bottom: 30px;
  padding: 24px 30px;
  width: 100%;
  border-radius: 45px;
  color: #7c7c7c;
}

section.birth form input::placeholder {
  color: #7c7c7c;
}

section.birth form ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0px;
}

section.birth form ul li span {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 32px;
}

section.birth form ul button.btn10 {
  font-weight: 300 !important;
}

section.birth form ul li.lisubtmit {
  padding: 0px 0px 0px 50px;
  position: relative;
}

section.birth form ul li.lisubtmit::after {
  position: absolute;
  content: "";
  background-image: url(../images/btn-Right-aro.png);
  background-repeat: no-repeat;
  right: -32px;
  object-position: right;
  bottom: 5px;
  filter: brightness(0) invert(1);
  width: 24px;
  height: 46px;
}

section.birth form ul li.lisubtmit::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 46px;
  background-image: url(../images/btn-Left-aro.png);
  background-repeat: no-repeat;
  left: 16px;
  object-position: left;
  bottom: 3px;
  filter: brightness(0) invert(1);
}

section.birth-dt {
  padding-top: 40px;
}

section.birth-dt .birth-text {
  width: 86%;
  margin: 0 auto;
}

section.birth-dt .birth-text p {
  line-height: 28px;
}

/* birth certificate form sectrion end*/

/*Section Success Story Start */
.person-imgs {
  display: flex;
  align-items: center;
  gap: 40px;
}

.testi-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.author {
  display: flex;
  align-items: end;
  gap: 20px;
}

.title h4 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  margin: 0 0 5px;
  font-family: "Playfair Display", serif;
}

.testi-slider .slick-slide {
  margin: 20px 5px;
}

.title h5 {
  font-size: 19px;
  color: #7c7c7c;
  font-family: "Roboto";
  margin: 0px;
  line-height: 30px;
  font-weight: 400;
}

.testi-body p {
  font-size: 17px;
  line-height: 1.5;
  color: #7c7c7c;
  font-family: "Roboto";
}

.testi-body {
  padding: 35px 0 0;
}

.quote img {
  width: 90px;
}

.author-img img {
  width: 145px;
}

.testimonial-box {
  padding: 0px 29px 43px;
  margin: 0 10px 0px;
  border-radius: 12px;
  box-shadow: -2px 4px 20px 0px #55555524;
}

.author-img {
  position: relative;
  top: -20px;
}

.testi-slider .slick-prev,
.testi-slider .slick-next {
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: unset;
  bottom: -17px;
  z-index: 1;
}

.testi-slider .slick-prev:before,
.testi-slider .slick-next:before {
  background: #8906ce;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  content: "\f061" !important;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.testi-slider .slick-prev:before {
  background: #ec0202;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  content: "\f060" !important;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 14px 0px 0 14px;
}

.testi-slider .slick-next:before {
  background: #ec0202;
  border-radius: 0px 14px 14px 0px;
}

.testi-slider .slick-next {
  right: 30px;
}

.testi-slider .slick-prev {
  left: unset;
  right: 90px;
}

.person-imgs.right {
  padding-left: 0px;
}

.person-imgs.left {
  padding-right: 30px;
}

section.testi-sec {
  padding: 100px 0px;
}

.heading-main h1 {
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}

section.testi-sec h6 {
  margin: 0;
  color: #000;
  font-family: "Playfair Display", serif;
  line-height: 35px;
}

section.testi-sec .title {
  margin-bottom: 40px;
}

section.testi-sec .noPadding {
  padding: 0;
}

/*Section Success Story Start */

/* Footer Section Start */
.last_height {
  height: 170px;
}

footer.footer-sec {
  padding: 100px 0 50px;
  position: relative;
  background: #000000;
  overflow-y: hidden;
}

.double-bgn {
  position: relative;
}

.double-bgn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  left: 0;
  top: auto;
  background-image: url(../images/footer-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  bottom: 0;
}

footer.footer-sec:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 80%;
  left: 7%;
  top: 13%;
  background: #1c1c1c;
  border: 1px solid #828080;
}

.footer-pera p {
  font-size: 13px;
  line-height: 23px;
  width: 70%;
  padding: 20px 10px;
  color: #fff;
  z-index: 12;
  position: relative;
}

.footer-pera {
  position: relative;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-pera:after {
  background-image: url("../images/shape-footer.png");
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  left: -33px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.footer-pera:hover:after {
  opacity: 1;
  transition: 1s ease-in-out;
}

ul.footer-copy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  margin: 0;
}

ul.footer-copy p {
  line-height: 16px;
  color: #fff;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 12px;
  margin: 0;
  text-align: center;
}

ul.footer-list li a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
}

ul.footer-list {
  column-count: 2;
  margin-bottom: 50px;
}

ul.footer-list a:hover {
  color: #bb954e;
}

ul.footer-social li i:hover {
  background: #ec0202;
}

ul.footer-list-link li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

ul.footer-list-link p {
  color: #ffffff8c;
  margin: 0;
  font-size: 14px;
}

ul.footer-list-link li {
  padding: 7px 0;
}

.footer-text h3 {
  font-size: 33px;
  font-family: "Roboto";
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 40px;
  color: #fff;
}

.footer-text input::placeholder {
  color: #fff;
  text-transform: capitalize;
}

.footer-text input {
  width: 100%;
  height: 60px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  transition: 1s ease-in-out;
}

.footer-text input:hover {
  border-color: #b8a271;
  transition: 1s ease-in-out;
}

ul.footer-social li i {
  font-size: 20px;
  color: #fff;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: 1s ease-in-out;
}

ul.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 40px;
}

.footer-text.footer-lef:after {
  position: absolute;
  content: "";
  width: 10%;
  height: 10%;
  left: -17.8%;
  top: -55px;
  background-image: url(../images/ft-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.footer-text.footer-lef {
  position: relative;
  margin-left: 40px;
}

.footer-text.footer-aft {
  position: relative;
}

.footer-text.footer-aft:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 178%;
  right: -16px;
  top: -43%;
  background: #4d4d4d;
}

ul.footer-list-link > li > i {
  color: #fff;
  font-size: 19px;
}

.footer-text > div {
  position: relative;
}

.footer-text > div > button {
  background: transparent;
  padding: 8px 30px;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.footer-text.wow.fadeInRight {
  position: relative;
  z-index: 12;
}

.Newslettersec {
  margin-top: 40px;
}

.Newslettersec button.btn10 {
  font-size: 16px;
  line-height: 30px;
  border: transparent !important;
}

/* Footer Section End */

.bth-cf-sec {
  position: relative;
  background: #0000ff;
  padding-bottom: 100px;
  padding-top: 60px;
}

.bth-cf-sec h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 100px;
  color: #ffff !important;
}

.bth-cf-sec .headtext {
  margin-bottom: 40px;
}

.bth-cf-sec .card {
  padding: 70px 30px;
  border-radius: 20px;
  text-align: center;
}

.bth-cf-sec .card h6 {
  font-size: 33px;
  line-height: 43px;
  color: #ec0202;
  margin-bottom: 20px;
}

.bth-cf-sec .card h4 {
  color: #ec0202;
  font-size: 35px;
  text-align: center;
}

.bth-cf-sec .card p {
  line-height: 26px;
  font-weight: 500;
  color: #000;
}

.birth-form {
  position: relative;
  background-image: url(../images/birth-page-wrap.png);
  background-repeat: no-repeat;
  padding: 130px 40px 40px;
  background-size: 100% 100%;
}

.birth-form p {
  margin: 0;
  color: #000;
}

.birth-form .send-sec {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.birth-form .send-sec button {
  background: #ec0202;
  color: #fff;
  font-size: 13px;
  font-family: "diranista";
  padding: 7px 17px;
  border-radius: 45px;
  border: 2px solid #fff;
  box-shadow: 0px 7px 20px 0px #555555ad;
  transition: 0.6s;
  line-height: 10px;
  width: 30%;
}

.birth-form .send-sec button:hover {
  background: #000;
}

.cft-page section.banner .baner-img {
  padding-top: 30px;
}

.bth-cf-sec .card p a {
  font-weight: 500;
  color: #ec0202;
}
/* Home banner section start  */

section.certificate .mission-button {
  position: relative;
  display: table;
  margin: 0px auto;
  background: #0000ff;
  padding: 60px 0;
  border-radius: 10px;
  width: 100%;

  text-align: center;
}

.home header .menuSec .row {
  border: 0;
}
/* Home banner section start  */

section.birth.cftpage {
  background: #0000ff;
  position: relative;
  padding-top: 0px;
}

section.birth.cftpage form p {
  color: #fff;
  opacity: 0.9;
  font-weight: 300;
}

section.birth.cftpage form .ss-btn {
  position: relative;
  display: table;
  margin: 0px auto;
  text-align: center;
  padding: 20px 0 30px;
}

section.birth.cftpage form .ss-btn button {
  display: inline-block;
  width: 30%;
}

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

section.birth form .row {
  align-items: center;
}

section.birth form p {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

/* chanes  */
section.cftpage {
  padding: 70px 0px 80px;
  position: relative;
}

section.cftpage h1 {
  color: #000;
  text-align: center;
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 40px;
  font-weight: 600;
}

section.cftpage form {
  display: block;
  position: relative;
  width: 80%;
  margin: 0px auto;
  margin-bottom: 60px;
}

section.cftpage form .bth_gp {
  margin-bottom: 50px;
}

section.cftpage form .bth_gp label {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  display: inline-block;
  margin-right: 10px;
  text-transform: up;
}

section.cftpage form .bth_gp input {
  width: 77%;
  display: inline-block;
  border: 0px;
  border-bottom: 1px solid #ccc;
  color: #000;
}

section.cftpage form .col-12.ss-btn button.btn10 {
  width: 25%;
  margin: 0px auto;
  font-size: 26px;
  line-height: 33px;
}

section.cftpage form .col-12.ss-btn {
  position: relative;
  text-align: center;
  margin-top: 40px;
}

.birth-form input::placeholder {
  color: #000;
  font-weight: 500;
}

.birth-form p {
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}

.birth-form input {
  border: 0px;
  border-bottom: 1px solid #000;
  background-color: transparent;
  width: 90%;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
}

.birth-form input::placeholder {
  color: #000;
}

.birth-form input:focus {
  box-shadow: unset !important;
  outline: 0px !important;
}
.btnnnnn button {
  background: #ec0202;
  color: #fff;
  font-size: 13px;
  font-family: "diranista";
  padding: 7px 17px;
  border-radius: 45px;
  border: 2px solid #fff;
  box-shadow: 0px 7px 20px 0px #555555ad;
  transition: 0.6s;
  line-height: 10px;
  width: 30%;
  margin-top: 10px !important;
}
.card.crdnww p {
  line-height: 1.8;
}

.card.crdnww {
  padding-bottom: 80px;
}
.bth-cf-sec .birth-form {
  padding: 150px 70px 50px;
}

.footer-btm-img-sd {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

@media (max-width: 1024px) {
  .menuSec ul li a {
    padding: 10px 10px;
    font-size: 16px;
  }

  header li.btnLi a.btn10 {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 20px;
  }

  section.banner {
    height: 350px;
  }

  section.mission img {
    margin-top: -80px;
  }

  section.mission .bottomRo p br {
    display: none;
  }

  section.mission .bottomRo p {
    font-size: 13px;
    line-height: 23px;
  }

  section.mission .bottomRo .mission-button a.btn10 {
    font-size: 18px;
    line-height: 24px;
  }

  section.mission .bottomRo .mission-button::before {
    width: 20px;
    height: 30px;
    background-size: 100% 100%;
    left: -28px;
    object-position: left;
    bottom: 15px;
  }

  section.mission .bottomRo .mission-button::after {
    width: 20px;
    height: 30px;
    background-size: 100% 100%;
    right: -26px;
    object-position: right;
    bottom: 16px;
  }

  section.about-church p {
    font-size: 12px;
    line-height: 22px;
  }

  section.vision .vision-text p {
    font-size: 12px;
    line-height: 22px;
  }

  section.vision {
    padding-bottom: 60px;
  }

  section.beleive .headtext {
    padding-bottom: 20px;
    padding-top: 40px;
  }

  section.beleive .headtext::before {
    content: "";
    width: 15%;
    height: 140%;
    left: -32px;
    bottom: -30px;
  }

  section.beleive .headtext h1 {
    font-size: 90px;
    line-height: 90px;
  }

  section.beleive .beleive-bx .beleive-txt p {
    font-size: 13px;
    line-height: 21px;
  }

  section.beleive .beleive-bx .labe-text span {
    font-size: 10px;
    line-height: 20px;
  }

  section.beleive .beleive-bx .labe-text {
    width: 20%;
    height: 220px;
  }

  section.beleive .beleive-bx .beleive-txt {
    padding: 55px 10px 10px 30px;
    background: #ffff;
    height: 260px;
    border-radius: 20px;
    margin-top: -20px;
    margin-bottom: 40px;
    margin-left: 20px;
  }

  section.salavation h1 {
    font-size: 50px;
    line-height: 80px;
  }

  section.salavation p.intro {
    font-size: 12px;
    line-height: 20px;
  }

  section.salavation .italic-text p {
    font-size: 12px;
    line-height: 20px;
  }

  section.salavation p.redpara {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
  }

  section.salavation h1:before {
    left: -107px;
  }

  section.certificate h4 {
    font-size: 30px;
    line-height: 30px;
  }

  section.certificate p br {
    display: none;
  }

  section.certificate p {
    font-size: 12px;
    line-height: 20px;
  }

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

  section.birth h1 {
    font-size: 80px;
    line-height: 80px;
  }

  section.birth form ul button.btn10 {
    font-size: 16px;
    line-height: 24px;
  }

  section.birth form ul li span {
    font-size: 18px;
    line-height: 24px;
  }

  section.birth form input {
    margin-bottom: 30px;
    padding: 18px 30px;
  }

  section.testi-sec {
    padding: 80px 0;
  }

  .testi-body p {
    font-size: 12px;
    line-height: 20px;
  }

  section.testi-sec h6 {
    font-size: 16px;
    line-height: 30px;
  }

  .testimonial-box {
    padding: 0px 10px 10px;
    margin: 0 10px 0px;
    border-radius: 12px;
  }

  .testi-body {
    padding: 10px 0 0;
  }

  .quote img {
    width: 70px;
  }

  .author-img img {
    width: 105px;
  }

  .footer-text.footer-lef {
    margin-left: 10px;
  }

  footer.footer-sec:before {
    width: 89%;
    height: 80%;
    left: 5%;
    top: 13%;
  }

  footer.footer-sec {
    padding-left: 60px;
  }

  .footer-pera p {
    font-size: 11px;
    line-height: 19px;
    width: 90%;
    padding: 10px 0px;
  }

  ul.footer-list li a {
    font-size: 13px;
    line-height: 50px;
  }

  .footer-text.footer-aft:after {
    width: 1px;
    height: 178%;
    right: 2px;
    top: -43%;
  }

  section.birth-dt .birth-text p {
    font-size: 13px;
    line-height: 24px;
  }
}

@media (max-width: 820px) {
  .menuSec ul li a {
    font-size: 12px;
    line-height: 20px;
  }

  header li.btnLi a.btn10 {
    font-size: 16px;
    line-height: 21px;
    padding: 10px 10px;
  }

  .menuSec ul li.btnLi::before {
    width: 17px;
    height: 28px;
    left: -6px;
    object-position: left;
    bottom: 15px;
    background-size: 100% 100%;
  }

  .menuSec ul li.btnLi::after {
    width: 18px;
    height: 30px;
    right: -6px;
    object-position: right;
    bottom: 14px;
    background-size: 100% 100%;
  }

  section.banner {
    height: 282px;
  }

  section.mission img {
    margin-top: -50px;
  }

  section.mission .bottomRo {
    padding-top: 10px;
    align-items: center;
    padding-bottom: 60px;
  }

  section.mission .bottomRo h3 {
    font-size: 25px;
    line-height: 35px;
  }

  section.mission .bottomRo p {
    font-size: 11px;
    line-height: 19px;
  }

  section.mission .bottomRo .mission-button {
    margin: 0;
  }

  section.about-us-header .mission-text h1 {
    font-size: 70px;
    line-height: 60px;
    padding-right: 40px;
  }

  section.about-us-header .mission-text:before {
    width: 118%;
    height: 100%;
    left: -70px;
  }

  section.about-us-header .mission-text {
    padding-top: 10px;
  }

  section.vision h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
  }

  section.vision .vision-header {
    padding-top: 5px;
  }

  section.vision .vision-header:before {
    width: 113%;
    height: 100%;
    left: -107px;
  }

  section.beleive .headtext h1 {
    font-size: 60px;
    line-height: 70px;
  }

  section.beleive .headtext {
    padding-bottom: 10px;
    padding-top: 20px;
  }

  section.beleive .headtext::before {
    width: 15%;
    height: 140%;
    left: -32px;
    bottom: -10px;
  }

  section.beleive .beleive-bx .labe-text {
    width: 17%;
    height: 150px;
    padding-top: 20px;
  }

  section.beleive .beleive-bx .labe-text p span::before {
    width: 11px;
    height: 7px;
    bottom: -17px;
  }

  section.beleive .beleive-bx .beleive-txt .readmorebtn a.btn10 {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 30px;
  }

  section.beleive .beleive-bx .labe-text p span {
    font-size: 8px;
    line-height: 10px;
  }

  section.beleive .beleive-bx .beleive-txt {
    padding: 35px 10px 10px 12px;
    height: 220px;
    border-radius: 20px;
    margin-top: -20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  section.beleive .beleive-bx .beleive-txt p {
    font-size: 11px;
    line-height: 17px;
    margin-bottom: 10px;
  }

  section.beleive {
    padding-bottom: 20px;
  }

  section.salavation p.intro {
    width: auto;
    margin: 10px 0;
    line-height: 15px;
    font-size: 11px;
  }

  section.salavation p.redpara br {
    display: none;
  }

  section.salavation .italic-text p {
    font-size: 11px;
    line-height: 17px;
  }

  section.salavation .italic-text {
    margin-bottom: 10px;
  }

  section.salavation p.intro br {
    display: none;
  }

  section.salavation h1 {
    font-size: 40px;
    line-height: 60px;
  }

  section.salavation h1:before {
    left: -67px;
  }

  section.certificate h4 {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
  }

  section.certificate p br {
    display: none;
  }

  section.certificate p {
    font-size: 11px;
    line-height: 16px;
    padding-top: 2px;
  }

  section.certificate {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  section.birth h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }

  section.birth form {
    width: 100%;
  }

  section.birth {
    padding: 40px 0px 90px 0px;
  }

  section.birth-dt .birth-text {
    width: 100%;
  }

  section.testi-sec {
    padding-top: 40px;
  }

  .person-imgs {
    gap: 10px;
  }

  .person-imgs.left {
    padding-right: 0;
  }

  .author-img img {
    width: 70px;
  }

  .title h5 {
    line-height: 10px;
    font-size: 13px;
  }

  .quote img {
    width: 50px;
  }

  .author-img {
    top: -10px;
  }

  section.testi-sec .title {
    margin-bottom: 20px;
  }

  .heading-main h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
  }

  footer.footer-sec {
    padding-left: 10px;
  }

  ul.footer-list li a {
    font-size: 12px;
    line-height: 30px;
  }

  .Newslettersec button.btn10 {
    font-size: 12px;
    padding: 8px 10px;
    line-height: 11px;
  }

  .footer-text input {
    height: 40px;
    padding: 0;
    font-size: 11px;
  }

  .footer-text.footer-lef {
    margin: 0;
  }

  ul.footer-list-link p {
    font-size: 12px;
  }

  ul.footer-social {
    gap: 20px;
    margin-top: 20px;
  }

  ul.footer-social li i {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }

  footer.footer-sec:before {
    width: 94%;
    height: 80%;
    left: 3%;
    top: 13%;
  }

  .bth-cf-sec .card {
    padding: 70px 40px;
    margin-bottom: 40px;
  }

  .bth-cf-sec h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 480px) {
  header .menuSec .row {
    border: 0;
    padding: 0;
  }

  section.banner {
    height: 170px;
  }

  section.banner .baner-img {
    margin-bottom: 30px;
  }

  section.mission {
    background-size: 105% 100%;
    text-align: center;
  }

  section.mission .bottomRo .mission-button {
    display: table;
    margin: 0px auto;
  }

  section.about-us-header .mission-text h1 {
    padding: 0px;
    text-align: center;
    padding-bottom: 10px;
  }

  section.about-us-header .mission-text {
    margin-bottom: 30px;
  }

  section.about-us-header {
    padding-top: 50px;
  }

  section.about-us-header .col-lg-3.col-md-3.col-12 {
    padding-left: 10px;
  }

  section.about-us-header .col-lg-9.col-md-9.col-12 {
    padding-right: 10px;
  }

  section.about-us-header .mission-text:before {
    width: 118%;
    height: 100%;
    left: -50px;
  }

  section.about-church .church-text {
    text-align: center;
    margin-top: 30px;
  }

  section.vision {
    text-align: center;
  }

  section.vision .row {
    padding-left: 0;
  }

  section.vision .vision-header:before {
    width: 113%;
    height: 100%;
    left: -47px;
  }

  section.vision .vision-text {
    padding: 20px 10px;
  }

  section.beleive .headtext h1 {
    font-size: 40px;
    line-height: 50px;
  }

  section.beleive .headtext::before {
    width: 18%;
    height: 140%;
    left: -10px;
    bottom: -10px;
  }

  section.beleive .beleive-bx .beleive-txt {
    height: auto;
    padding: 50px 10px 20px 20px;
  }

  section.beleive .beleive-bx {
    margin: 20px 50px;
  }

  section.beleive .beleive-bx .beleive-txt p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  section.beleive .beleive-bx .labe-text {
    width: 18%;
    height: 240px;
    padding-top: 20px;
  }

  section.beleive .beleive-bx .labe-text p span {
    font-size: 10px;
    line-height: 15px;
  }

  section.salavation {
    text-align: center;
  }

  section.salavation p.redpara {
    margin-bottom: 30px;
  }

  section.certificate {
    text-align: center;
  }

  section.certificate .ct-text {
    margin: 20px 0px 40px 0px;
  }

  section.certificate h4 {
    font-size: 30px;
    line-height: 37px;
    padding-bottom: 10px;
  }

  section.certificate p {
    font-size: 12px;
    line-height: 20px;
  }

  section.birth form input {
    margin-bottom: 16px;
    padding: 14px 28px;
    font-size: 12px;
  }

  section.birth form ul {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .person-imgs {
    display: flex;
  }

  .author-img img {
    width: 120px;
  }

  .quote img {
    width: 100px;
  }

  section.testi-sec .title {
    margin-bottom: 50px;
  }

  section.testi-sec .slick-list {
    padding: 20px 0;
  }

  .footer-text.footer-aft:after {
    display: none;
  }

  footer.footer-sec {
    padding: 60px 60px 50px 40px;
  }

  .footer-text > div {
    width: 70%;
  }

  .footer-text.footer-lef:after {
    display: none;
  }

  footer.footer-sec:before {
    width: 95%;
    height: 94%;
    top: 14px;
  }

  ul.footer-copy {
    margin-bottom: 40px;
  }

  section.mission .bottomRo {
    background: #0000ff;
    margin-top: -40px;
    padding-top: 50px;
    border-radius: 10px;
    padding-bottom: 40px;
  }

  section.birth h1 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  .bth-cf-sec .headtext {
    margin-bottom: 20px;
  }

  .bth-cf-sec .card {
    padding: 40px 20px;
  }

  .bth-cf-sec .card h6 {
    font-size: 25px;
    line-height: 35px;
  }

  .birth-form {
    padding: 70px 40px 10px;
  }
}

@media (max-width: 390px) {
  section.beleive .beleive-bx {
    margin: 0;
    margin-bottom: 40px;
  }

  section.mission .bottomRo {
    background: #0000ff;
    margin-top: -40px;
    padding-top: 50px;
    border-radius: 10px;
    padding-bottom: 40px;
  }

  section.about-us-header .mission-text:before {
    width: 118%;
    height: 100%;
    left: -30px;
  }

  section.vision .vision-header:before {
    width: 113%;
    height: 100%;
    left: -32px;
  }

  section.vision {
    padding-bottom: 20px;
  }

  section.beleive .headtext h1 {
    font-size: 24px;
    line-height: 30px;
  }

  section.beleive .beleive-bx .labe-text {
    height: 230px;
  }

  section.salavation {
    padding-top: 20px;
  }

  section.certificate {
    padding-bottom: 30px;
  }

  section.birth h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  section.birth form input {
    margin-bottom: 16px;
    padding: 10px 16px;
    font-size: 12px;
  }

  section.birth form ul {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 30px;
  }

  section.birth form ul li.lisubtmit {
    padding-left: 0;
  }

  section.birth form ul li.lisubtmit::before {
    left: -33px;
    bottom: 3px;
  }

  section.birth {
    background-size: cover;
    background-position: center;
  }

  section.birth-dt {
    padding-top: 0;
    text-align: center;
  }

  .quote img {
    width: 60px;
  }

  .author-img img {
    width: 80px;
  }

  .testi-slider .slick-prev {
    display: none;
  }

  .testi-slider .slick-next {
    display: none;
  }

  .footer-text > div {
    width: 100%;
  }

  footer.footer-sec {
    padding: 60px 10px 40px 10px;
  }
}
ul.footer-list li a span {
  font-size: 10px;
}

section.forpera p {
  font-size: 20px;
  color: #000;
}
section.forpera {
  text-align: center;
  padding: 50px 0;
}
section.forpera p a {
  text-decoration: underline;
  color: #0000ff;
}
section.forpera h3 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.certificate.hompr {
  padding-bottom: 20px;
}

.birth-img img {
  border: 1px solid #000;
}

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

/* Products page st  */

section.banner.innerPages {
  height: 680px;
}

section.banner.innerPages .baner-img {
  position: absolute;
  top: 18%;
  object-position: top;
}

section.innerPageImg {
  position: relative;
  margin-top: -154px;
  padding-bottom: 80px;
}

section.innerPageImg .innerbanner {
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 24px;
}

section.innerPageImg .innerbanner img {
  width: 100%;
  height: 100%;
}

section.products-pg {
  position: relative;
  padding: 30px 0 100px;
}

.headingtxt {
  position: relative;
  margin-bottom: 40px;
}

.headingtxt h1 {
  color: #000;
}

.headingtxt h2 {
  color: #000;
}

section.products-pg .card {
  position: relative;
  text-align: center;
  padding: 24px;
  border-radius: 24px;
  transition: 0.9s;
}

section.products-pg .card .card-img {
  margin-bottom: 20px;
  padding-top: 12px;
}

section.products-pg .card .card-img img {
  height: 250px;
  display: table;
  margin: 0px auto;
  transition: 0.4s;
  object-fit: cover;
}

section.products-pg .card .card-text {
  position: relative;
}

ul.rating {
  justify-content: center;
  align-items: center;
  margin: 14px 0 14px;
  gap: 5px;
}

ul.rating li input {
  display: none;
}

ul.rating li label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: 0.9s;
}

ul.rating li label i {
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 16px;
  transition: 0.9s;
  color: #ffc600;
  font-weight: 600;
}

ul.rating li input:checked + label i {
  color: #ffc600e3;
  position: relative;
}

ul.rating li input:checked + label i::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 11px;
  display: inline-block;
  margin: 0px auto;
  background: #ffc600;
  z-index: 12;
  border-radius: 34px;
  right: 0;
  left: -1px;
  bottom: 2px;
}

section.products-pg .card .card-text h5 {
  position: relative;
  font-size: 21px;
  font-family: "Poppins";
  color: #000;
  line-height: 30px;
  padding-bottom: 5px;
}

section.products-pg .card .card-text h6 ins {
  text-decoration: none;
  color: #0000ff;
  font-weight: 600;
}

section.products-pg .card:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  border-radius: 24px;
  background: #42424236;
  top: 0;
  right: 0;
  left: 0;
  margin: 0px auto;
  transition: 0.9s;
}

section.products-pg .card:hover:before {
  height: 100%;
}

section.products-pg .card a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #0000ff;
  color: #fff;
  border-radius: 45px;
  box-shadow: 0px 0px 20px 11px #ec02027a;
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  margin: 0px auto;
  top: 46%;
  transform: translate(0px, 270px);
  opacity: 0;
  transition: 0.9s;
}

section.products-pg .card:hover a {
  transform: translate(0px, 0px);
  opacity: 1;
  z-index: 12;
}

/* Products page ed */

/* ++++++++++++++++++++++++ */

/* PRODUCT DETAIL PAGE ST  */

section.product-detail {
  position: relative;
  padding: 20px 0 80px;
}

section.product-detail .product-img {
  border: 1px solid #666666a3;
  border-radius: 20px;
  position: relative;
  transition: 0.9s;
  height: 100%;
  overflow: hidden;
}

section.product-detail .product-img img.img-fluid {
  width: auto;
  display: table;
  margin: 0px auto;
  border-radius: 20px;
  transition: 0.3s;
  padding: 50px;
}

section.product-detail .product-img:hover {
  border: 1px solid #0000ff;
}

section.product-detail .product-img:hover img {
  transform: scale(1.2);
}

section.product-detail h3 {
  font-family: "Poppins";
  font-weight: 500;
  margin: 0;
  color: #333;
}

section.product-detail .ragin-price {
  justify-content: space-between;
  margin-bottom: 17px;
  padding: 5px 11px;
}

section.product-detail .ragin-price h6 ins {
  color: #0000ff;
  text-decoration: none;
  font-size: 40px;
  font-weight: 600;
}

section.product-detail ul.rating li:last-child label i {
  opacity: 40%;
}

/* colors  */

section.product-detail .colorPicker .colors {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

section.product-detail .pdtxt h6 {
  color: #222;
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 0px;
  font-weight: 600;
}

section.product-detail .colorPicker .colors .color-item input {
  display: none;
}

section.product-detail .colorPicker .colors .color-item label {
  width: 30px;
  height: 30px;
  border-radius: 45px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0px #55555570;
  margin: 0px 12px;
  transition: 0.9s;
  cursor: pointer;
}

section.product-detail .colorPicker .colors .color-item:first-of-type label {
  background: #000000;
}

section.product-detail .colorPicker .colors .color-item:nth-of-type(2) label {
  background: #b26d7f;
}

section.product-detail .colorPicker .colors .color-item:nth-of-type(3) label {
  background: #916300;
}

section.product-detail .colorPicker .colors .color-item:nth-of-type(4) label {
  background: #8ed4f7;
}

section.product-detail .colorPicker .colors .color-item input:checked + label {
  box-shadow: 0px 0px 20px 8px #c9c9c9;
  outline: 5px solid #fff;
}

section.product-detail .pd-sizes {
  display: flex;
  align-items: center;
  margin: 18px 0 20px;
}

section.product-detail .pd-sizes .sizes-items {
  display: flex;
  align-items: center;
  gap: 14px;
}

section.product-detail .pd-sizes .sizes-items .size-item {
  width: 60px;
  height: 40px;
  background: #0000ff;
  padding: 1px 3px 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 6px;
}

section.product-detail .pd-sizes .sizes-items .size-item span {
  display: block;
}

section.product-detail .pd-sizes .sizes-items span {
  font-size: 10px;
  font-family: "Poppins";
  color: #fff;
  line-height: 16px;
}

section.product-detail .btnsg {
  display: flex;
  gap: 23px;
  align-items: center;
  margin: 40px 0 40px;
}

section.product-detail .btnsg .cartbnt {
  display: inline-block;
}

section.product-detail .btnsg .cartbnt a {
  width: 230px;
  background: red;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-family: "diranista";
  text-align: center;
  height: 58px;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.9s;
}

section.product-detail .btnsg .cartbnt a:hover {
  background: #0000ff;
}

section.product-detail .btnsg .quatity {
  text-align: center;
  height: 58px;
  border-radius: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #000;
  padding: 0px 10px;
  width: 230px;
}

section.product-detail .btnsg .quatity input {
  width: 55px;
  border: 0;
  text-align: center;
  color: #000;
  font-family: "diranista";
}

section.product-detail .btnsg .quatity input::placeholder {
  color: #000;
}

section.product-detail .btnsg .quatity span {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  color: #000;
  font-size: 18px;
  border-radius: 45px;
  transition: 0.9s;
  cursor: pointer;
}

section.product-detail .btnsg .quatity span:hover {
  color: #fff;
  background: #0000ff;
}

section.product-detail .detail-des p {
  font-size: 17px;
  line-height: 31px;
  margin: 0;
}

section.product-detail .colLeft {
  padding-right: 0;
}

section.product-detail .pdtxt {
  padding-left: 30px;
  padding-right: 20px;
}

section.product-detail ul.rating li label i {
  font-size: 20px;
}

/* PRODUCT DETAIL PAGE ED */

.cart_product {
  display: flex;
  align-items: center;
}

.cart_product .cart_pro_img {
  margin-right: 20px;
  width: 20%;
  padding: 20px 16px;
  box-sizing: border-box;
  box-shadow: 0px 3px 4px 0px #44444430;
}

.cart_prod_name {
  width: 50%;
  position: relative;
  left: 30px;
}

.cart_prod_name h4 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Poppins";
}

.cart_page_sec .quantity-form {
  display: inline-block;
  position: relative;
  margin-top: 0px;
}

.cart_page_sec .quantity-form input[type="number"] {
  width: 90px;
  height: 42px;
  line-height: 30px;
  text-indent: 10px;
  font-weight: normal;
  font-size: 18px;
  border: 2px solid #dfdfdf;
  border-radius: 8px;
  font-weight: 600;
}

.cart_page_sec .quantity-form .qty-plus {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 20px;
  height: 19px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e1e1e1+100 */
  background: #ffffff;
  /* Old browsers */

  /* FF3.6-15 */

  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  /* IE6-9 */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #939292;
}

.cart_page_sec .quantity-form .qty-minus {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 20px;
  height: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e1e1e1+100 */
  background: #ffffff;
  /* Old browsers */

  /* FF3.6-15 */

  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  /* IE6-9 */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding-top: 4px;
  color: #939292;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 0;
}

.cart_table tbody td {
  vertical-align: middle;
  padding: 10px 20px;
}

.cart_table thead tr {
  background-color: #0000ff;
}

.cart_table thead tr th {
  padding: 10px 20px;
}

.cart_table tbody td select {
  background: none;
}

.matrial h6 {
  margin-bottom: 0;
  font-family: "Roboto";
  font-weight: 600;
  color: black;
}

.cart_pro_img img {
  width: 100%;
}

.cart_table .table th {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  border: 0;
}

.size_select {
  position: relative;
  width: 90%;
}

.size_select select {
  height: 42px;
  border-radius: 8px;
  border: 2px solid #dfdfdf;
  width: 100%;
  padding: 0px 9px;
  appearance: auto;
  font-weight: 600;
  font-size: 18px;
}

.size_select i {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 25px;
  height: 42px;
  background: #ffffff;

  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  /* IE6-9 */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  padding-top: 5px;
  color: #939292;
}

.selected_color {
  padding: 4px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e1e1e1+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
  /* IE6-9 */
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 40px;
  width: 40px;
}

.selected_color .yelow {
  background-color: #ffc20f;
  width: 100%;
  height: 100%;
  display: block;
}

.price_cart h6 {
  font-size: 16px;
  color: #401616;
  margin-bottom: 0;
  font-weight: 700;
  font-family: "Roboto";
}

.delivery_cost li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.delivery_cost li:first-child .text_cart_table {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  margin-right: 20px;
}

.delivery_cost li:first-child .text_cart_table_condition {
  font-size: 13px;
  font-weight: 400;
  color: black;
}

.delivery_cost li:last-child .text_cart_table {
  font-size: 27px;
  color: #000;
  font-weight: 500;
  margin-right: 0px;
}

.delivery_cost li:last-child .text_cart_table_condition {
  font-size: 15px;
  font-weight: 400;
  color: black;
}

.delivery_cost li .tp_price {
  float: right;
  font-weight: 500;
  color: #0000ff;
}

.checkout_btn a {
  padding: 14px 40px;
  margin-top: 20px;
  display: inline-block;
  background: #ec0202;
  border-radius: 45px;
  color: #fff;
  font-weight: 300;
  transition: 0.9s;
}

span.tp_price.tp-grdint {
  font-size: 24px;
  color: #ec0202;
}

section.cart_page_sec {
  padding: 0px 0 100px;
}

section.cart_page_sec .matrial {
  margin-left: 13px;
}

section.cart_page_sec .matrial input[type="color"] {
  width: 100%;
  height: 100%;
}

section.cart_page_sec .matrial .colorpack {
  width: 48px;
  padding: 8px;
  height: 44px;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
}

.checkout_btn a:hover {
  background: #0000ff;
}

/* Cart Page End  */
/* ============= */

/* Checkout Page st */
section.checkout {
  padding: 20px 0 100px;
  position: relative;
}

.checkout .heading {
  padding: 7px 45px;
  background: #3c00ff;
}

.checkout .heading h2 {
  color: #fff;
  font-size: 24px;
  margin: 0px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.checkout .checkout_form {
  border: 2px solid #ebebeb;
  padding: 50px 28px;
  background: #ebebeb;
}

.checkout .checkout_form form h4 {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 23px;
}

.checkout .checkout_form form input:not([type="checkbox"]):not([type="radio"]),
.checkout .checkout_form form select {
  height: 50px;
  width: 60%;
  border: 1px solid #0000004f;
  padding: 0 16px;
  border-radius: 0px;
}

.checkout .checkout_form form select {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgb(182 182 182 / 41%) 100%
  );
  appearance: auto;
  border-radius: 0px;
  font-size: 14px;
  padding-left: 11px;
  font-family: "Roboto";
  font-weight: 500;
  color: #444;
}

.checkout .checkout_form form .row {
  margin-bottom: 20px;
  align-items: center;
}

.checkout .checkout_form form p {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.checkout .checkout_form form .countery span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.checkout .checkout_form form .countery a {
  color: #000;
  font-size: 15px;
  text-decoration: underline;
  margin-left: 70px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.checkout .checkout_form form h3 {
  font-size: 16px;
  font-family: poppins;
}

.checkout .checkout_form .payment_method label {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin-left: 5px;
  font-family: "Roboto", sans-serif;
}

.checkout_form span a {
  color: #000;
  margin-left: 15px;
  border-bottom: 1px solid;
}

.checkout .checkout_form .payment_method .row {
  margin: 14px 0px;
}

.trust_check {
  display: flex;
  background: #ebebeb;
  padding: 10px;
  display: flex;
  align-items: start;
  border-radius: 0px;
}

.trust_check input {
  margin-right: 10px;
  margin-top: 5px;
}

.radio-slc {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  margin-right: 11px;
}

.radio-slc input {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: relative;
  z-index: 1;
}

.radio-slc span {
  position: absolute;
  height: 100%;
  width: 100%;
  background: white;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid #00000047;
}

.radio-slc input:checked + span {
  color: #d319be;
  background: #fbd10a;
  border: 1px solid transparent;
}

.box-det-prd-wrp {
  border: 1px solid #ebebeb;
  padding-bottom: 10px;
  background: #fff;
}

.box-det-prd-wrp h4 {
  margin: 0;
  padding: 16px 20px;
  background: #ebebeb;
  font-weight: 500;
  color: #000;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}

.detail-prc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

.detail-prc span {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.detail-prc:last-child {
  font-size: 23px;
}

.detail-prc div {
  font-weight: 500;
  color: #000;
  -webkit-background-clip: text;
  font-family: "Roboto";
}

.detail-prc:last-child div {
  font-weight: 600;
  color: #000;
  -webkit-background-clip: text;
}

.delevery-boxwrp {
  margin-top: 50px;
  border: 1px solid #ebebeb;
  padding: 20px;
}

.delevery-boxwrp h4 {
  font-size: 16.8px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #000;
}

.delevery-boxwrp p {
  font-size: 13px;
  font-weight: 500;
  color: #7c7c7cc4;
  font-family: "Roboto";
  line-height: 22px;
}

.delevery-boxwrp a {
  font-weight: 500;
  text-decoration: underline;
  color: #3b6149;
  -webkit-background-clip: text;
  font-size: 16.8px;
}

.botm-checkout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  position: relative;
}

.botm-checkout p {
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 5px;
  position: relative;
  padding-left: 20px;
}

.botm-checkout p span {
  background: #26a5db;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 2px;
}

.botm-checkout a.btn {
  width: 24%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
}

li.ative a {
  color: #d5f339 !important;
}

.botm-checkout a.btn {
  border-radius: 30px;
  background: #ec0202;
  color: #fff;
  transition: 0.9s;
}

.checkout .checkout_form form p a {
  color: #000;
  border-bottom: 1px solid;
}

.dv1billing input {
  width: 59% !important;
  border-radius: 0px !important;
}
.maindv-checkout {
  background: #fff;
  padding: 39px 34px;
}

/* Checkout Page End */

.checkout .checkout_form form .userfeefds input {
  display: none;
}

.checkout .checkout_form form .userfeefds label {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}

.checkout .checkout_form form .userfeefds label:before {
  position: absolute;
  content: "";
  width: 26px;
  height: 24px;
  background: #fff;
  border: 1px solid #e5e5e5;
  left: 0;
  top: 0;
}

.checkout .checkout_form form .userfeefds input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border-style: solid;
  border-color: #222222;
  border-image: initial;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
}

.trust_check label {
  display: inline-block;
  font-family: "Roboto";
  color: #222;
  font-weight: 500;
  font-size: 14px;
}

.trust_check label a {
  color: #222;
}

.payment_method h6 {
  font-size: 18px;
  font-family: "Roboto";
  color: #000;
  margin: 10px 0 16px;
}











.vid-text h6 a {
    color: #ec0202;
    position: relative;
}
.vid-text h6 {
    color: #000;
    font-style: italic;
    font-size: 40px;
    line-height: 1.2;
    text-align:center;
}
.vid-text h6 a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: red;
}










