/**
*	Theme Name: 
*	Theme URI:
*	Author: ST Media Solution
*	Author URI: https://stdezign.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  stdezign 
**/
@import url("https://fonts.googleapis.com/css2?family=Handlee&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/* line 13, sass/style.scss */
body::-webkit-scrollbar {
  width: 5px;
}

/* line 16, sass/style.scss */
body::-webkit-scrollbar-thumb {
  background: #000000;
  outline: #000000 solid 1px;
}

/* line 21, sass/style.scss */
a,
a:hover {
  text-decoration: none !important;
}

/* line 26, sass/style.scss */
p {
  margin: 0 0 20px;
}

/* line 30, sass/style.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 34, sass/style.scss */
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

/* line 41, sass/style.scss */
input[type="checkbox"],
input[type="radio"] {
  width: auto !important;
}

/* line 45, sass/style.scss */
.searchform {
  position: relative;
}

/* line 48, sass/style.scss */
.searchform input {
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 14px 20px;
  width: 100%;
}

/* line 54, sass/style.scss */
.searchform button {
  border: 0px;
  background-color: transparent;
  font-size: 24px;
  position: absolute;
  top: 5px;
  right: 10px;
}

/* line 62, sass/style.scss */
ul.nav-menu,
div.nav-menu > ul {
  margin: 0;
  padding: 0;
}

/* .nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #ffffff;
    } */
/* line 76, sass/style.scss */
.nav-menu .sub-menu,
.nav-menu .children {
  background-color: #e35a28;
  border: 0px;
  border-top: 0;
  padding: 0;
  position: absolute;
  left: -2px;
  z-index: 99999;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 91, sass/style.scss */
ul.sub-menu li {
  margin: 0px;
}

/* line 95, sass/style.scss */
ul.sub-menu li a {
  color: #ffffff !important;
  padding: 15px;
  text-align: left;
}

/* line 101, sass/style.scss */
ul.sub-menu li a:hover {
  background: #000;
}

/* line 105, sass/style.scss */
.nav-menu .sub-menu ul,
.nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}

/* line 112, sass/style.scss */
ul.nav-menu ul a,
.nav-menu ul ul a {
  color: #ffffff;
  margin: 0;
  width: 200px;
}

/* line 119, sass/style.scss */
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
  background-color: #db572f;
}

/* line 126, sass/style.scss */
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit;
}

/* line 136, sass/style.scss */
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
  display: none;
}

/* line 143, sass/style.scss */
.site-btn {
  padding: 6px 12px 6px 25px;
  background-color: #D2721E;
  border: 1px solid #D2721E;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  font: 500 20px "Inter", sans-serif;
}
/* line 155, sass/style.scss */
.site-btn svg {
  margin-left: 15px;
}
/* line 159, sass/style.scss */
.site-btn .shine {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(to right, #fff 0%, #D2721E 25%, #fff 50%, #D2721E 75%, #D2721E 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine .75s linear 1;
  content: "";
}
/* line 182, sass/style.scss */
.site-btn:hover {
  background-color: transparent;
  color: #fff;
}
/* line 185, sass/style.scss */
.site-btn:hover .shine {
  display: block;
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 25%;
    opacity: .5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
/* line 207, sass/style.scss */
.font-20 {
  font: 400 20px "Inter", sans-serif;
  color: #142E3B;
}

/* line 210, sass/style.scss */
.font-30 {
  font: 700 30px "PT Serif", serif;
  color: #313131;
}

/* line 214, sass/style.scss */
.sec-padd {
  padding: 110px 0;
}

/* line 218, sass/style.scss */
.main-heading {
  text-align: center;
}
/* line 220, sass/style.scss */
.main-heading h4 {
  font: 400 24px "Handlee", cursive;
  color: #D57620;
  margin: 0;
}
/* line 225, sass/style.scss */
.main-heading h2 {
  font: 700 70px "PT Serif", serif;
  color: #142E3B;
  margin: 0;
  line-height: 5rem;
}

/* line 233, sass/style.scss */
header {
  background-color: #142E3B;
  padding: 20px 20px;
  border-radius: 16px;
  position: fixed;
  top: 20px;
  left: 0;
  width: 98%;
  margin: auto;
  right: 0;
  z-index: 999;
  transition: all .4s ease-in-out;
}
/* line 245, sass/style.scss */
header.fix_top {
  top: 0;
  padding: 6px 20px;
  border-radius: 0;
  box-shadow: 0px 2px 5px -4px #000;
  width: 100%;
}
/* line 252, sass/style.scss */
header.fix_top .site-logo img {
  max-width: 180px;
}
/* line 256, sass/style.scss */
header.fix_top .site-btn {
  font: 500 18px "Inter", sans-serif;
  padding: 2px 10px 2px 20px;
}
/* line 261, sass/style.scss */
header .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 267, sass/style.scss */
header nav ul {
  padding: 0;
}
/* line 269, sass/style.scss */
header nav ul li {
  display: inline-block;
  padding-left: 25px;
}
/* line 272, sass/style.scss */
header nav ul li:first-child {
  padding: 0;
}
/* line 275, sass/style.scss */
header nav ul li a {
  color: #fff;
  font: 400 16px "Inter", sans-serif;
  transition: all .4s ease-in-out;
}
/* line 279, sass/style.scss */
header nav ul li a:hover {
  color: #D2721E;
}
/* line 286, sass/style.scss */
header .nav-bar {
  display: flex;
  align-items: center;
}
/* line 289, sass/style.scss */
header .nav-bar .btn-block {
  margin-left: 25px;
}

/* line 295, sass/style.scss */
.hero-sec {
  background-color: #142E3B;
  padding: 20px 20px;
  border-radius: 16px;
  margin: 130px 20px 0;
  position: relative;
}
/* line 301, sass/style.scss */
.hero-sec .hero-left {
  position: absolute;
  left: 20px;
  top: 70px;
}
/* line 305, sass/style.scss */
.hero-sec .hero-left img {
  max-width: 380px;
}
/* line 309, sass/style.scss */
.hero-sec .hero-right {
  position: absolute;
  right: 0;
  bottom: 170px;
}
/* line 313, sass/style.scss */
.hero-sec .hero-right img {
  max-width: 380px;
}
/* line 317, sass/style.scss */
.hero-sec .hero-paypal {
  position: absolute;
  right: 20px;
  top: 20px;
}
/* line 321, sass/style.scss */
.hero-sec .hero-paypal img {
  max-width: 380px;
}
/* line 325, sass/style.scss */
.hero-sec .sec-content {
  text-align: center;
  padding: 150px 30px 30px;
  width: 100%;
  max-width: 1050px;
  margin: auto;
  position: relative;
}
/* line 332, sass/style.scss */
.hero-sec .sec-content h1 {
  font: 700 70px "PT Serif", serif;
  color: #fff;
  margin: 0;
  line-height: 5rem;
}
/* line 337, sass/style.scss */
.hero-sec .sec-content h1 span {
  color: #D2721E;
	display: block;
}
/* line 341, sass/style.scss */
.hero-sec .sec-content p {
  color: #fff;
  margin: 20px auto 0;
  width: 100%;
  max-width: 750px;
  line-height: 1.7rem;
}
/* line 348, sass/style.scss */
.hero-sec .sec-content .btn-block {
  margin-top: 25px;
}
/* line 350, sass/style.scss */
.hero-sec .sec-content .btn-block ul {
  margin: 0;
}
/* line 353, sass/style.scss */
.hero-sec .sec-content .btn-block ul li .blue-btn {
  background-color: #203945;
  border: 1px solid #3f5966;
}
/* line 362, sass/style.scss */
.hero-sec .hero-slide .img-box {
  position: relative;
  padding-bottom: 100%;
  margin: 0 10px;
}
/* line 366, sass/style.scss */
.hero-sec .hero-slide .img-box::before {
  background: linear-gradient(182deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  content: "";
  z-index: 1;
}
/* line 377, sass/style.scss */
.hero-sec .hero-slide .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* line 390, sass/style.scss */
.our-mission {
  background-color: #F7F3EE;
}
/* line 393, sass/style.scss */
.our-mission .main-heading p {
  width: 100%;
  max-width: 780px;
  margin: 15px auto 0;
  line-height: 1.7rem;
}
/* line 400, sass/style.scss */
.our-mission .row {
  margin-top: 70px;
}
/* line 403, sass/style.scss */
.our-mission .icon-box {
  text-align: center;
}
/* line 405, sass/style.scss */
.our-mission .icon-box .icon-img {
  position: relative;
  padding-bottom: 30%;
}
/* line 408, sass/style.scss */
.our-mission .icon-box .icon-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 417, sass/style.scss */
.our-mission .icon-box .icon-content {
  margin: 20px auto 0;
  width: 100%;
  max-width: 280px;
}
/* line 421, sass/style.scss */
.our-mission .icon-box .icon-content h3 {
  margin: 0;
  color: #072F37;
  font: 700 24px "PT Serif", serif;
}
/* line 426, sass/style.scss */
.our-mission .icon-box .icon-content p {
  font: 400 16px "Inter", sans-serif;
  margin: 10px 0 0 0;
  color: #808080;
}

/* line 435, sass/style.scss */
.our-ministry {
  background-image: url("images/our-ministry-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 440, sass/style.scss */
.our-ministry .inner-box {
  background-color: #fff;
  border: 1px solid #DCDCDC;
  padding: 40px;
  border-radius: 20px;
  margin-top: 40px;
}
/* line 447, sass/style.scss */
.our-ministry .inner-box .our-heading h3 {
  margin: 0;
  color: #D2721E;
  font: 700 30px "PT Serif", serif;
}
/* line 453, sass/style.scss */
.our-ministry .inner-box .img-box {
  position: relative;
  padding-bottom: 50%;
  margin-top: 25px;
}
/* line 457, sass/style.scss */
.our-ministry .inner-box .img-box::before {
  background: linear-gradient(182deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  content: "";
  z-index: 1;
}
/* line 468, sass/style.scss */
.our-ministry .inner-box .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
/* line 479, sass/style.scss */
.our-ministry .btn-block {
  margin-top: 25px;
  text-align: center;
}
/* line 483, sass/style.scss */
.our-ministry .btn-block a:hover {
  color: #D2721E;
}

/* line 490, sass/style.scss */
.how-we-serve {
  background-image: url("images/how-we-serve-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-bottom: 110px;
}
/* line 496, sass/style.scss */
.how-we-serve .container-fluid {
  padding: 0 50px;
}
/* line 499, sass/style.scss */
.how-we-serve .row {
  margin-top: 30px;
}
/* line 502, sass/style.scss */
.how-we-serve .serve-wrap {
  position: relative;
}
/* line 504, sass/style.scss */
.how-we-serve .serve-wrap .img-box {
  position: relative;
  padding-bottom: 100%;
  margin-top: 25px;
  border-radius: 20px;
}
/* line 509, sass/style.scss */
.how-we-serve .serve-wrap .img-box::before {
  background: linear-gradient(182deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  content: "";
  z-index: 1;
  transition: all .4s ease-in-out;
}
/* line 521, sass/style.scss */
.how-we-serve .serve-wrap .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
/* line 531, sass/style.scss */
.how-we-serve .serve-wrap .content-box {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  z-index: 1;
}
/* line 540, sass/style.scss */
.how-we-serve .serve-wrap .content-box h3 {
  color: #fff;
  font: 600 24px "Inter", sans-serif;
  margin: 0;
}
/* line 545, sass/style.scss */
.how-we-serve .serve-wrap .content-box p {
  color: #fff;
  font: 400 16px "Inter", sans-serif;
  margin: 10px auto 0;
  width: 100%;
  max-width: 330px;
  line-height: 1.5rem;
}
/* line 556, sass/style.scss */
.how-we-serve .serve-wrap:hover .img-box::before {
  background: linear-gradient(182deg, rgba(211, 116, 32, 0.9) 0%, rgba(211, 116, 32, 0.41) 40%);
}

/* line 564, sass/style.scss */
.meet-founder {
  background-color: #F7F3EE;
}
/* line 567, sass/style.scss */
.meet-founder .main-heading h3 {
  font: 700 50px "PT Serif", serif;
  color: #D2721E;
  margin: 0;
  line-height: 5rem;
}
/* line 574, sass/style.scss */
.meet-founder .row {
  margin-top: 50px;
}
/* line 577, sass/style.scss */
.meet-founder .img-box {
  position: relative;
  padding-bottom: 100%;
  border-radius: 20px;
}
/* line 581, sass/style.scss */
.meet-founder .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid #000000;
}
/* line 592, sass/style.scss */
.meet-founder .content-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}
/* line 597, sass/style.scss */
.meet-founder .content-box p {
  margin: 0;
  line-height: 2rem;
}

/* line 604, sass/style.scss */
.partner-ministry {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  background-color: #d6d2cd;
}
/* line 610, sass/style.scss */
.partner-ministry .top-space {
  margin-top: 50px;
}
/* line 613, sass/style.scss */
.partner-ministry .row {
  margin: 0;
}
/* line 615, sass/style.scss */
.partner-ministry .row .col-md-6 {
  padding: 0;
}
/* line 618, sass/style.scss */
.partner-ministry .row:nth-child(2n+2) {
  flex-direction: row-reverse;
}
/* line 622, sass/style.scss */
.partner-ministry .content-box {
  height: 100%;
  background-color: #fff;
  padding: 80px 100px 80px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 629, sass/style.scss */
.partner-ministry .content-box p {
  margin: 20px 0 0 0;
  color: #6A6A6A;
  font: 400 16px "Inter", sans-serif;
  line-height: 1.6rem;
  font-style: italic;
}
/* line 635, sass/style.scss */
.partner-ministry .content-box p em {
  font-weight: 600;
  color: #000;
}
/* line 640, sass/style.scss */
.partner-ministry .content-box .btn-block {
  margin-top: 25px;
}
/* line 642, sass/style.scss */
.partner-ministry .content-box .btn-block a {
  padding: 14px 30px;
  font: 600 16px "Inter", sans-serif;
  text-transform: uppercase;
}
/* line 646, sass/style.scss */
.partner-ministry .content-box .btn-block a:hover {
  color: #D2721E;
}
/* line 652, sass/style.scss */
.partner-ministry .img-box {
  position: relative;
  padding-bottom: 80%;
  height: 100%;
}
/* line 656, sass/style.scss */
.partner-ministry .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 667, sass/style.scss */
.contact-us {
  background-image: url("images/contact-us.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 672, sass/style.scss */
.contact-us .inner-box {
  background-image: url("images/inner-contact.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 20px;
}
/* line 680, sass/style.scss */
.contact-us .main-heading {
  text-align: left;
}
/* line 682, sass/style.scss */
.contact-us .main-heading p,
.contact-us .main-heading h2,
.contact-us .main-heading h4 {
  color: #D2721E;
}
/* line 687, sass/style.scss */
.contact-us .main-heading p {
  margin: 10px 0 0 0;
}
/* line 691, sass/style.scss */
.contact-us .wpcf7 {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}
/* line 696, sass/style.scss */
.contact-us .wpcf7 .form-group br {
  display: none;
}
/* line 699, sass/style.scss */
.contact-us .wpcf7 .form-group label {
  display: block;
  color: #454745;
  font: 400 14px "Inter", sans-serif;
  margin-bottom: 10px;
}
/* line 705, sass/style.scss */
.contact-us .wpcf7 .form-group input {
  border: 1px solid #004638;
  font: 400 14px "Inter", sans-serif;
  color: #6A6C6A;
  height: 40px;
}
/* line 710, sass/style.scss */
.contact-us .wpcf7 .form-group input::placeholder {
  font: 400 14px "Inter", sans-serif;
  color: #6A6C6A;
}
/* line 715, sass/style.scss */
.contact-us .wpcf7 .form-group textarea {
  border: 1px solid #004638;
  font: 400 14px "Inter", sans-serif;
  color: #6A6C6A;
  height: 160px;
  padding: 15px 15px !important;
}
/* line 721, sass/style.scss */
.contact-us .wpcf7 .form-group textarea::placeholder {
  font: 400 14px "Inter", sans-serif;
  color: #6A6C6A;
}
/* line 727, sass/style.scss */
.contact-us .wpcf7 .sub-btn {
  position: relative;
}
/* line 729, sass/style.scss */
.contact-us .wpcf7 .sub-btn input {
  padding: 14px 30px;
  background-color: #D2721E;
  border: 1px solid #D2721E;
  color: #fff;
  position: relative;
  transition: all .3s  ease-in-out;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  font: 500 20px "Inter", sans-serif;
  width: 100%;
  height: auto;
}
/* line 743, sass/style.scss */
.contact-us .wpcf7 .sub-btn input:hover {
  background-color: transparent;
  color: #D2721E;
}
/* line 748, sass/style.scss */
.contact-us .wpcf7 .sub-btn span.wpcf7-spinner {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
/* line 755, sass/style.scss */
.contact-us .detail-box {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 30px 30px;
  border-radius: 16px;
  height: 100%;
}
/* line 760, sass/style.scss */
.contact-us .detail-box h3 {
  color: #fff;
  margin: 14px 0 0 0;
  font-weight: 500;
}
/* line 765, sass/style.scss */
.contact-us .detail-box p {
  color: #fff;
  margin: 8px 0 0 0;
  font: 400 14px "Inter", sans-serif;
  line-height: 1.3rem;
}
/* line 770, sass/style.scss */
.contact-us .detail-box p a {
  color: #fff;
}
/* line 775, sass/style.scss */
.contact-us .top-space {
  margin-top: 40px;
}

/* line 781, sass/style.scss */
.socials h3 {
  color: #fff;
  font-weight: 500;
}
/* line 785, sass/style.scss */
.socials ul {
  margin: 25px 0 0 0;
}
/* line 788, sass/style.scss */
.socials ul li a {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: all .4s ease-in-out;
}
/* line 797, sass/style.scss */
.socials ul li a:hover {
  background-color: #fff;
}
/* line 800, sass/style.scss */
.socials ul li a:hover svg path {
  fill: #000;
}

/* line 810, sass/style.scss */
.site-footer {
  background-color: #142E3B;
  padding-bottom: 40px;
}
/* line 813, sass/style.scss */
.site-footer .container-fluid {
  padding: 0 150px;
}
/* line 818, sass/style.scss */
.site-footer .top-sec .sec-title h2 {
  color: #fff;
  margin: 0;
  font: 400 50px "PT Serif", serif;
}
/* line 824, sass/style.scss */
.site-footer .top-sec .btn-block {
  text-align: right;
}
/* line 826, sass/style.scss */
.site-footer .top-sec .btn-block a {
  background-color: #FDDDAF;
  color: #000;
  border-color: #FDDDAF;
}
/* line 833, sass/style.scss */
.site-footer .bottom-sec {
  border-top: 1px solid #6c757d;
  padding-top: 70px;
  margin-top: 70px;
}
/* line 838, sass/style.scss */
.site-footer .bottom-sec .foo-widget p {
  color: #fff;
  margin: 15px 0 0 0;
  width: 100%;
  max-width: 410px;
  line-height: 1.7rem;
}
/* line 845, sass/style.scss */
.site-footer .bottom-sec .foo-widget h3 {
  color: #FDDDAF;
}
/* line 849, sass/style.scss */
.site-footer .bottom-sec .foo-widget .foo-menu ul {
  margin: 0;
}
/* line 851, sass/style.scss */
.site-footer .bottom-sec .foo-widget .foo-menu ul li {
  margin-top: 15px;
}
/* line 853, sass/style.scss */
.site-footer .bottom-sec .foo-widget .foo-menu ul li:first-child {
  margin: 0;
}
/* line 856, sass/style.scss */
.site-footer .bottom-sec .foo-widget .foo-menu ul li a {
  color: #FDDDAF;
  font: 400 20px "Inter", sans-serif;
  transition: all .4s ease-in-out;
}
/* line 860, sass/style.scss */
.site-footer .bottom-sec .foo-widget .foo-menu ul li a:hover {
  opacity: .4;
}
/* line 869, sass/style.scss */
.site-footer .top-space {
  margin-top: 25px;
}
/* line 872, sass/style.scss */
.site-footer .copyright {
  text-align: center;
  margin-top: 60px;
}
/* line 875, sass/style.scss */
.site-footer .copyright p {
  color: #fff;
  margin: 0;
  font: 400 16px "Inter", sans-serif;
}

/* line 883, sass/style.scss */
.mobile-on {
  display: none;
}

@media (max-width: 1170px) {
  /* line 2, sass/_screen.scss */
  #menuToggle {
    display: flex;
    flex-direction: column;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    z-index: 9999999;
    cursor: pointer;
  }

  /* line 12, sass/_screen.scss */
  #menuToggle input {
    width: 32px !important;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    top: -6px;
  }

  /* line 21, sass/_screen.scss */
  .mob-icons ul {
    margin: 0;
  }

  /* line 25, sass/_screen.scss */
  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  /* line 40, sass/_screen.scss */
  .menuToggle ul {
    margin: 0;
  }

  /* line 43, sass/_screen.scss */
  .menuToggle.open {
    position: absolute;
    top: 32px;
    right: 23px;
  }

  /* line 48, sass/_screen.scss */
  .mob-icons {
    display: flex;
    align-items: center;
  }

  /* line 52, sass/_screen.scss */
  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  /* line 57, sass/_screen.scss */
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
    margin: 0;
  }

  /* line 62, sass/_screen.scss */
  #menuToggle.open span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #ffffff;
  }

  /* line 68, sass/_screen.scss */
  #menuToggle.open span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /* line 74, sass/_screen.scss */
  #menuToggle.open span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  /* line 78, sass/_screen.scss */
  ul.nav-menu li ul.sub-menu,
  ul.nav-menu li:hover ul.sub-menu {
    display: none !important;
  }

  /* line 82, sass/_screen.scss */
  ul.nav-menu li.open ul.sub-menu,
  ul.nav-menu li.open:hover ul.sub-menu {
    display: block !important;
  }

  /* line 86, sass/_screen.scss */
  ul.sub-menu.open-submenu {
    display: block !Important;
    background-color: rgba(72, 72, 72, 0.85) !important;
    top: 0 !important;
  }

  /* line 91, sass/_screen.scss */
  .mobilesubmenu.open {
    background-color: rgba(72, 72, 72, 0.85) !important;
  }

  /* line 94, sass/_screen.scss */
  ul.sub-menu {
    display: none !Important;
    position: relative !Important;
    top: -100% !Important;
  }

  /* line 99, sass/_screen.scss */
  .mobilesubmenu i {
    position: relative;
    top: 13px;
    right: 18px;
  }

  /* line 104, sass/_screen.scss */
  .nav-bar li {
    display: block;
    margin: 0;
    width: 100%;
    top: 0;
    overflow: hidden;
  }

  /* line 111, sass/_screen.scss */
  .mobilesubmenu {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #ffffff;
    right: 0;
    z-index: 9999;
    border-left: 1px solid #717171;
    padding-left: 36px;
    height: 46px;
  }

  /* line 123, sass/_screen.scss */
  .nav-menu .sub-menu, .nav-menu .children {
    width: 100%;
  }

  /* line 126, sass/_screen.scss */
  ul.sub-menu li {
    display: block;
  }

  /* line 129, sass/_screen.scss */
  ul.sub-menu,
  .open-submenu {
    transition: all 1s;
  }

  /* line 133, sass/_screen.scss */
  .openmenu {
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    color: #333333;
  }

  /* line 139, sass/_screen.scss */
  .nav-bar.open {
    right: 0;
  }

  /* line 142, sass/_screen.scss */
  .nav-menu li a {
    color: #fff;
    padding: 10px 0;
    display: block;
    font: 400 20px "Inter", sans-serif;
    text-align: center;
  }

  /* line 149, sass/_screen.scss */
  header .nav-bar .btn-block {
    margin: 20px 0 0 0;
  }

  /* line 152, sass/_screen.scss */
  ul.sub-menu li:last-child {
    border: 0px !Important;
  }

  /* line 155, sass/_screen.scss */
  ul.sub-menu li a {
    color: #ffffff !Important;
    font-weight: 600;
  }

  /* line 159, sass/_screen.scss */
  ul.sub-menu li {
    margin: 0px;
  }

  /* line 162, sass/_screen.scss */
  ul.sub-menu li:last-child a {
    text-align: left;
    color: #ffffff !Important;
    padding: 15px;
  }

  /* line 167, sass/_screen.scss */
  .nav-menu li:last-child {
    border: 0px !Important;
  }

  /* line 170, sass/_screen.scss */
  .nav-menu li:last-child a,
  .nav-menu .sub-menu, .nav-menu .children {
    left: 0;
    width: 100% !important;
  }

  /* line 175, sass/_screen.scss */
  .nav-bar {
    background-color: #000;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    padding: 15px;
    padding-top: 60px;
    transition: all 0.3s;
    width: 100%;
    text-align: center;
    z-index: 999;
    background-image: url("images/our-ministry-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  /* line 192, sass/_screen.scss */
  header .nav-bar {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  /* line 198, sass/_screen.scss */
  header nav ul li {
    padding-left: 0;
  }

  /* line 202, sass/_screen.scss */
  .closebtn {
    display: block;
    position: absolute;
    top: -55px;
    font-size: 20px;
    right: 0;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 20px;
  }

  /* line 212, sass/_screen.scss */
  .hero-sec .hero-paypal img {
    max-width: 100px;
  }

  /* line 215, sass/_screen.scss */
  .how-we-serve .col-md-3 {
    width: 50%;
  }

  /* line 219, sass/_screen.scss */
  .partner-ministry .content-box {
    padding: 50px 50px;
  }

  /* line 222, sass/_screen.scss */
  .contact-us .inner-box {
    padding: 50px;
  }

  /* line 225, sass/_screen.scss */
  .contact-us .inner-box .col-md-6 {
    width: 100%;
  }

  /* line 228, sass/_screen.scss */
  .hero-sec .hero-right img {
    max-width: 200px;
  }

  /* line 231, sass/_screen.scss */
  .hero-sec .hero-left img {
    max-width: 200px;
  }

  /* line 234, sass/_screen.scss */
  .contact-us .top-space .row .col-md-6 {
    width: 50%;
  }

  /* line 238, sass/_screen.scss */
  .mobile-on {
    display: block;
    margin-top: 25px;
  }

  /* line 242, sass/_screen.scss */
  .mobile-off {
    display: none;
  }

  /* line 245, sass/_screen.scss */
  .site-footer .top-sec .col-md-6 {
    width: 100%;
  }

  /* line 248, sass/_screen.scss */
  .site-footer .top-sec .sec-title h2 {
    font: 400 30px "PT Serif", serif;
    text-align: center;
  }

  /* line 252, sass/_screen.scss */
  .site-footer .top-sec .btn-block {
    text-align: center;
    margin-top: 25px;
  }

  /* line 256, sass/_screen.scss */
  .site-footer .bottom-sec .col-md-3,
  .site-footer .bottom-sec .col-md-5,
  .site-footer .bottom-sec .col-md-4 {
    width: 100%;
    text-align: center;
  }

  /* line 262, sass/_screen.scss */
  .site-footer .bottom-sec .foo-widget p {
    margin: 15px auto 0;
    width: 100%;
    max-width: 510px;
    line-height: 1.7rem;
  }

  /* line 268, sass/_screen.scss */
  .site-footer .bottom-sec .foo-widget {
    margin-top: 25px;
  }

  /* line 271, sass/_screen.scss */
  .site-footer .bottom-sec {
    padding-top: 20px;
    margin-top: 40px;
  }

  /* line 275, sass/_screen.scss */
  .contact-us .main-heading {
    text-align: center;
  }

  /* line 278, sass/_screen.scss */
  .main-heading h2 {
    font: 700 40px "PT Serif", serif;
    line-height: 4rem;
  }

  /* line 282, sass/_screen.scss */
  .sec-padd {
    padding: 70px 0;
  }
}
@media (max-width: 980px) {
  /* line 288, sass/_screen.scss */
  .meet-founder .col-md-6 {
    width: 100%;
  }

  /* line 291, sass/_screen.scss */
  .meet-founder .row {
    margin-top: 30px;
    flex-direction: column-reverse;
  }

  /* line 295, sass/_screen.scss */
  .meet-founder .img-box {
    margin-top: 25px;
  }

  /* line 298, sass/_screen.scss */
  .partner-ministry .row .col-md-6 {
    padding: 0;
    width: 100%;
  }

  /* line 302, sass/_screen.scss */
  .our-ministry .inner-box .col-md-8,
  .our-ministry .inner-box .col-md-4 {
    width: 100%;
  }

  /* line 306, sass/_screen.scss */
  .our-ministry .inner-box {
    text-align: center;
  }

  /* line 309, sass/_screen.scss */
  .our-ministry .inner-box .content-box p {
    margin: 15px 0 0 0;
  }

  /* line 312, sass/_screen.scss */
  .meet-founder .main-heading h3 {
    font: 700 30px "PT Serif", serif;
    line-height: 2rem;
  }

  /* line 316, sass/_screen.scss */
  .meet-founder .content-box p {
    text-align: center;
  }

  /* line 319, sass/_screen.scss */
  .font-20 {
    font: 400 16px "Inter", sans-serif;
  }

  /* line 322, sass/_screen.scss */
  .partner-ministry .content-box {
    text-align: center;
  }

  /* line 325, sass/_screen.scss */
  .font-30 {
    font: 700 24px "PT Serif", serif;
  }

  /* line 328, sass/_screen.scss */
  .partner-ministry .content-box p {
    margin: 10px 0 0 0;
  }

  /* line 331, sass/_screen.scss */
  .site-footer .bottom-sec .foo-widget .foo-menu ul li a {
    font: 400 16px "Inter", sans-serif;
  }

  /* line 334, sass/_screen.scss */
  .hero-sec .sec-content h1 {
    font: 700 48px "PT Serif", serif;
    line-height: 3rem;
  }

  /* line 338, sass/_screen.scss */
  .hero-sec .sec-content h1 span {
    display: block;
  }

  /* line 341, sass/_screen.scss */
  .site-btn {
    font: 500 16px "Inter", sans-serif;
  }

  /* line 344, sass/_screen.scss */
  .our-mission .icon-box .icon-content h3 {
    font: 700 18px "PT Serif", serif;
  }

  /* line 347, sass/_screen.scss */
  .contact-us .detail-box {
    padding: 24px 20px;
  }
}
@media (max-width: 767px) {
  /* line 353, sass/_screen.scss */
  .hero-sec .sec-content h1 {
    font: 700 34px "PT Serif", serif;
    line-height: 3rem;
  }

  /* line 357, sass/_screen.scss */
  .our-mission .icon-box {
    margin-top: 30px;
  }

  /* line 360, sass/_screen.scss */
  .our-mission .icon-box .icon-img {
    padding-bottom: 18%;
  }

  /* line 363, sass/_screen.scss */
  .our-mission .row {
    margin-top: 15px;
  }

  /* line 366, sass/_screen.scss */
  .how-we-serve .col-md-3 {
    width: 100%;
  }

  /* line 369, sass/_screen.scss */
  .how-we-serve .row {
    margin-top: 0;
  }

  /* line 372, sass/_screen.scss */
  .how-we-serve {
    padding-bottom: 70px;
  }
}
@media (max-width: 600px) {
  /* line 378, sass/_screen.scss */
  .main-heading h2 {
    font: 700 34px "PT Serif", serif;
    line-height: 3rem;
    margin-top: 10px;
  }

  /* line 383, sass/_screen.scss */
  .site-footer .container-fluid {
    padding: 0 20px;
  }

  /* line 386, sass/_screen.scss */
  footer.site-footer.sec-padd {
    padding-bottom: 40px;
  }

  /* line 389, sass/_screen.scss */
  .hero-sec .sec-content .btn-block ul li {
    width: 100%;
  }

  /* line 392, sass/_screen.scss */
  .hero-sec .site-btn {
    display: block;
    margin-top: 10px;
  }

  /* line 396, sass/_screen.scss */
  .hero-sec .sec-content .btn-block {
    margin-top: 10px;
  }

  /* line 399, sass/_screen.scss */
  .hero-sec .sec-content {
    padding: 150px 0px 30px;
  }

  /* line 402, sass/_screen.scss */
  .hero-sec .sec-content h1 {
    font: 700 30px "PT Serif", serif;
    line-height: 2.2rem;
  }

  /* line 406, sass/_screen.scss */
  .main-heading h4 {
    font: 400 20px "Handlee", cursive;
  }

  /* line 409, sass/_screen.scss */
  .our-ministry .inner-box .img-box {
    padding-bottom: 80%;
  }

  /* line 412, sass/_screen.scss */
  .how-we-serve .serve-wrap .content-box h3 {
    font: 600 20px "Inter", sans-serif;
  }

  /* line 415, sass/_screen.scss */
  .contact-us .inner-box {
    padding: 40px 20px;
  }

  /* line 419, sass/_screen.scss */
  .main-heading h2 {
    margin-top: 5px;
  }

  /* line 422, sass/_screen.scss */
  .contact-us .top-space .row .col-md-6 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  /* line 428, sass/_screen.scss */
  .contact-us .top-space {
    margin-top: 10px;
  }

  /* line 432, sass/_screen.scss */
  .socials {
    text-align: center;
    margin-top: 20px;
  }

  /* line 436, sass/_screen.scss */
  .site-footer .top-sec .sec-title h2 {
    font: 400 24px "PT Serif", serif;
  }

  /* line 439, sass/_screen.scss */
  header.fix_top {
    padding: 10px 20px;
  }

  /* line 442, sass/_screen.scss */
  .how-we-serve .serve-wrap .content-box p {
    font: 400 14px "Inter", sans-serif;
  }

  /* line 445, sass/_screen.scss */
  .partner-ministry .top-space {
    margin-top: 20px;
  }

  /* line 448, sass/_screen.scss */
  .site-logo img {
    max-width: 180px;
  }

  /* line 451, sass/_screen.scss */
  .how-we-serve .container-fluid {
    padding: 0 20px;
  }

  /* line 454, sass/_screen.scss */
  .meet-founder .main-heading h2 {
    margin: 0;
  }

  /* line 457, sass/_screen.scss */
  .partner-ministry .content-box {
    padding: 30px 20px;
  }

  /* line 460, sass/_screen.scss */
  .contact-us .wpcf7 .sub-btn span.wpcf7-spinner {
    bottom: -10px;
    left: 0px;
  }

  /* line 465, sass/_screen.scss */
  .site-footer .copyright {
    margin-top: 30px;
  }

  /* line 468, sass/_screen.scss */
  .site-footer .copyright p {
    font: 400 14px "Inter", sans-serif;
  }
}
