h1, h2, h3, h4, h5, h6 {
  font-family: 'Cinzel Decorative', cursive;
}

P, a {
  font-family: 'Raleway', sans-serif;
}

ul {
  list-style: none;
}

body {
  overflow-x: hidden;
  padding: 0 !important;
}

html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE;
  --primaryclr: #D78207;
  --accentclr: #96552C;
  --compliment: #07507D;
  --miled: #3490C9;
  --dark: #3C2E2D;
  --core: #222222;
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  width: 11px;
}

body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

a.button {
  padding: 15px 40px;
  background: var(--primaryclr);
  border-radius: 5px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a.button:hover {
  text-decoration: none;
  background-color: var(--accentclr);
}

.main {
  position: relative;
  overflow-y: hidden;
}

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

.header .topRow .container {
  text-align: center;
}

.header .topRow .heroLogo {
  text-align: center;
  margin: 15px 0;
  margin-bottom: 5px;
}

.header .topRow .heroLogo img {
  width: 612px;
}

.header .topRow h6 {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: .9rem;
  letter-spacing: 1.5px;
  padding: 10px;
  text-align: center;
}

.header .navRow {
  font-family: 'Cinzel Decorative', cursive;
  font-weight: 600;
}

.header .navRow .navbar .heroLogo {
  text-align: center;
  margin: 15px 0;
}

.header .navRow .navbar .heroLogo img {
  width: 290px;
}

.header .navRow .navbar .navbar-collapse {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #d78207;
}

.header .navRow .navbar .navbar-collapse .nav-item .nav-link {
  font-size: 14px;
  color: var(--primaryclr);
}

.header .navRow .navbar .navbar-collapse .nav-item .nav-link:hover {
  color: var(--accentclr);
}

.header .navRow .navbar .navbar-collapse .nav-item .dropdown-menu {
  background: #fffdf9;
  border: none;
}

@media (min-width: 992px) {
  .header .navRow .dropdown-menu .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
  }
  .header .navRow .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .header .navRow .dropdown-menu li {
    position: relative;
  }
  .header .navRow .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .header .navRow .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .header .navRow .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .header .navRow .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .header .navRow .heroLogo {
    margin: 0 !important;
  }
  .header .navRow .heroLogo img {
    width: 200px !important;
  }
  .header .navRow .collapse.show {
    background: #fff;
    padding: 15px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 3px;
  }
}

.banner {
  height: 110vh;
  background-image: url("../images/bannerbg1.jpg");
  background-size: cover;
  background-position: top;
  overflow: hidden;
}

.banner .bannerRow {
  padding-top: 35vh;
}

.banner .bannerRow .imageBox {
  z-index: 10;
  padding: 0;
  border-radius: 3px;
  position: relative;
}

.banner .bannerRow .imageBox img {
  width: 100%;
}

.banner .bannerRow .imageBox::after {
  content: url("../images/ptrn-clr2.png");
  position: absolute;
  left: -30px;
  bottom: -250px;
  z-index: -10;
  opacity: 0.3;
  -webkit-animation: spin 60s linear infinite;
          animation: spin 60s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.banner .menuHold {
  z-index: 20;
}

.banner .menuHold .bgWrap {
  height: 100%;
  position: relative;
  padding: 50px 0;
}

.banner .menuHold .bgWrap::before {
  content: "";
  background-image: url("../images/bannerbg4.jpg");
  background-size: cover;
  background-position: right;
  height: 100%;
  width: 125%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.banner .menuHold .bgWrap .card {
  border-radius: 0;
  -webkit-box-shadow: 0px 4px 17px 1px #c69c3e70;
          box-shadow: 0px 4px 17px 1px #c69c3e70;
}

.banner .menuHold .bgWrap .card .card-img-top {
  border-radius: 0;
}

.banner .menuHold .bgWrap .card .card-body {
  padding: 10px 20px;
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.banner .menuHold .bgWrap .card .card-body:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 30%;
  opacity: 0.2;
  z-index: 0;
  width: 45px;
  height: 40px;
  background: url("../images/quote-left.png");
  background-size: cover;
}

.banner .menuHold .bgWrap .card .card-body a {
  color: #000;
  font-size: 15px;
}

.banner .menuHold .bgWrap .card .card-body a img {
  width: 15px;
  margin-top: 5px;
  float: right;
}

.banner .menuHold .bgWrap ul {
  padding-left: 0;
}

.banner .menuHold .bgWrap ul li {
  cursor: pointer;
  padding-left: 5px;
  -webkit-transition: 0.09s ease-in-out;
  transition: 0.09s ease-in-out;
}

.banner .menuHold .bgWrap ul li:hover {
  border-left: 2px solid var(--primaryclr);
}

.banner .menuHold .bgWrap ul li a {
  font-family: 'Cinzel Decorative', cursive;
  line-height: 2;
  font-size: .9rem;
  font-weight: 700;
  color: #3f2b00;
}

.banner .menuHold .bgWrap ul li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .banner {
    height: auto;
  }
  .banner .bannerRow {
    padding-top: 25vh;
  }
  .banner .menuHold .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner .menuHold .card .card-img-top {
    width: 20%;
  }
  .banner .menuHold ul {
    padding-top: 20px;
  }
}

.aboutSection {
  margin-top: 6rem;
}

.aboutSection h6 {
  color: var(--accentclr);
  font-weight: 700;
  margin-top: 25px;
  font-size: 1rem;
}

.aboutSection p {
  margin-bottom: 4rem;
}

.aboutSection .aboutSection-imageBox {
  position: relative;
  overflow: hidden;
}

.aboutSection .aboutSection-imageBox img {
  width: 100%;
}

.aboutSection .aboutSection-imageBox .imagebody {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size-adjust: 0.90rem;
  padding: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: linear-gradient(-174deg, #d780072d, transparent, transparent, transparent);
}

.aboutSection .aboutSection-imageBox .imagebody h6 {
  color: #fff0;
  -webkit-transform: translatey(-55px);
          transform: translatey(-55px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-top: 0;
}

.aboutSection .aboutSection-imageBox:hover .imagebody {
  background: -webkit-gradient(linear, left top, left bottom, from(#683d00), to(transparent));
  background: linear-gradient(-180deg, #683d00, transparent);
}

.aboutSection .aboutSection-imageBox:hover .imagebody h6 {
  color: #fff;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
}

@media only screen and (max-width: 600px) {
  .aboutSection {
    margin-top: 2rem;
  }
}

.orgSection {
  background-image: url("../images/banner sec1.jpg");
  background-size: cover;
}

.orgSection .orgRow {
  padding-top: 7rem;
  padding-bottom: 3rem;
}

.orgSection .orgRow .card {
  margin-bottom: 2rem;
  border: none;
  border-radius: 0;
  border-radius: 0;
  border: 1px solid #844e008c;
  background: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.orgSection .orgRow .card a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  display: block;
}

.orgSection .orgRow .card:hover {
  background: #d782073d;
}

.newsSec {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.newsSec .row {
  border-bottom: 1px solid var(--dark);
  margin-bottom: 2rem;
}

.newsSec h2 {
  padding-bottom: 2rem;
  color: var(--primaryclr);
}

.newsSec .card {
  border-width: 1px 0 0;
  border-radius: 0;
  border-color: var(--dark);
  padding: 20px 0;
}

.newsSec .card .card-body {
  padding: 15px 0;
  color: var(--dark);
}

.newsSec .card .card-body.upper {
  padding-top: 0;
}

.newsSec .card .card-body span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  color: var(--thumbBG);
}

.eventSec {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 3rem;
}

.eventSec h2 {
  padding-bottom: 2rem;
  color: var(--primaryclr);
  font-weight: 500;
}

.eventSec h3 {
  padding-bottom: 4rem;
}

.eventSec .eventBig .card-title {
  font-weight: 700;
  color: var(--accentclr);
}

.eventSec .right .cardCover {
  background-color: #fff1dd;
  padding: 3rem 2rem;
  background-image: url("../images/ftrb.jpg");
  background-blend-mode: color-dodge;
  -webkit-box-shadow: 0px 10px 14px 5px #e1860017;
          box-shadow: 0px 10px 14px 5px #e1860017;
}

.footersec {
  background: var(--accentclr);
  padding: 3rem;
  background-image: url("../images/ftrb.jpg");
  background-size: cover;
}

.footersec .footerLogo img {
  width: 300px;
}

.footersec .socialdiv a:hover i {
  color: #fff;
}

.footersec .footerMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footersec .footerMenu ul li {
  margin-right: 10px;
}

.footersec label {
  color: #fff;
  font-family: 'Cinzel Decorative', cursive;
}

.footersec input {
  background-color: #f4f4f454;
  border-radius: 0;
  border-width: 0 0 1px;
  color: #fff;
}

.footersec li {
  color: #fff;
  line-height: 2;
  margin-right: 10px;
}

.footersec li a {
  padding: 5px;
  color: #fff;
  text-decoration: none;
}

.footersec li a:hover {
  color: #ffd599;
}

.footersec li i {
  color: #ffb54b;
  font-size: 20px;
  margin-right: 10px;
}

.footersec .socialdiv {
  margin: 0 auto;
}

.footersec .socialdiv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.footersec .socialdiv ul li {
  margin: 0 10px;
}

.footersec .socialdiv ul li a {
  padding: 5px;
  color: #ffb54b;
  font-size: 20px;
}

@media only screen and (max-width: 600px) {
  .footersec {
    padding: 2rem 0;
  }
  .footerMenu ul {
    display: block !important;
    text-align: center;
    padding-left: 0;
  }
  .footer-logoDiv {
    text-align: center;
    margin-bottom: 20px;
  }
  .footerLogo img {
    width: 180px !important;
  }
}

.subBanner {
  height: 50vh;
  background-image: url("../images/bannerbg1.jpg");
  background-size: cover;
  background-position: top;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .subBanner {
    height: 25vh;
  }
}

.churchBody .breadcrumb {
  background: none;
}

.churchBody .headBox {
  position: relative;
}

.churchBody .headBox h2 {
  text-align: center;
  padding: 5rem;
  font-weight: 600;
  color: var(--primaryclr);
}

.churchBody .headBox .imageBox img {
  width: 100%;
}

.churchBody .headBox .churchimgDeck {
  margin: 2rem 0;
}

.churchBody .headBox .churchimgDeck .card {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 14rem;
  border: none;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 10px 5px #a15f002e;
          box-shadow: 0px 10px 10px 5px #a15f002e;
}

.churchBody .headBox .churchimgDeck .card:hover .card-body {
  background: none;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  color: #fff;
  background: linear-gradient(-174deg, #683d00, transparent);
}

.churchBody .headBox .churchimgDeck .card .card-body {
  background: none;
  -webkit-transform: translatey(-75px);
          transform: translatey(-75px);
  background: linear-gradient(-174deg, #d780072d, transparent, transparent, transparent);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff0;
}

.churchBody .headBox .churchimgDeck .card:nth-child(1) {
  background-image: url("../images/DSC_0187.jpg");
}

.churchBody .headBox .churchimgDeck .card:nth-child(2) {
  background-image: url("../images/R5DY9K.jpg");
}

.churchBody .headBox .churchimgDeck .card:nth-child(3) {
  background-image: url("../images/DSC2.jpg");
}

@media only screen and (min-width: 600px) {
  .churchBody .headBox .churchimgDeck .card:nth-child(2) {
    -webkit-transform: translatey(-56px);
            transform: translatey(-56px);
  }
}

.churchBody .wdBox {
  position: relative;
}

.churchBody .wdBox:before {
  content: "Syrian Orthodox Church";
  position: absolute;
  left: -40px;
  top: 9%;
  font-family: 'Cinzel Decorative', cursive;
  font-size: 3.5rem;
  color: var(--primaryclr);
  opacity: 0.14;
  font-weight: 800;
}

.churchBody .crossSec {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.churchBody .crossSec .crossSec-overview {
  position: relative;
}

.churchBody .crossSec .crossSec-overview .row {
  margin-top: 2rem;
}

.churchBody .crossSec .crossSec-overview .row img {
  width: 100%;
}

.churchBody .crossSec .crossSec-overview .row .card-body h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.90rem;
}

.churchBody .crossSec .crossSec-overview .button {
  margin: auto;
}

.churchBody .crossSec .crossSec-overview:before {
  content: "Overview";
  position: absolute;
  left: 0;
  top: -50px;
  font-family: 'Cinzel Decorative', cursive;
  font-size: 3.5rem;
  color: var(--primaryclr);
  opacity: 0.14;
  font-weight: 800;
}

.churchBody .crossSec .crossSec-overview .firstPar {
  max-width: 800px;
  margin: 10px auto 50px auto;
  text-align: justify;
}

.churchBody .crossSec .crossSec-history {
  margin-top: 7rem;
  position: relative;
}

.churchBody .crossSec .crossSec-history .secondPar {
  max-width: 800px;
  margin: 10px auto;
  text-align: justify;
}

.churchBody .klbox {
  position: relative;
}

.churchBody .klbox:before {
  content: "Malankara Jacobite Syrian Orthodox Church";
  position: absolute;
  left: 0;
  top: 3%;
  font-family: 'Cinzel Decorative', cursive;
  font-size: 3.4rem;
  color: var(--primaryclr);
  opacity: 0.14;
  font-weight: 800;
  max-width: 921px;
}

.churchBody .klbox .churchimgDeck .card {
  height: 18rem;
}

.churchBody .klbox .churchimgDeck .card:nth-child(1) {
  background-image: url("../images/klch3.jpg");
}

.churchBody .klbox .churchimgDeck .card:nth-child(2) {
  background-image: url("../images/klch2.jpg");
}

.churchBody .klbox .churchimgDeck .card:nth-child(3) {
  background-image: url("../images/klch1.jpg");
  background-position: bottom;
}

.churchBody .content-field h5 {
  color: var(--primaryclr);
  font-weight: 700;
}

.churchBody .content-field .row {
  margin-bottom: 4rem;
  margin-top: 2rem;
}

.churchBody .content-field .row img {
  width: 100%;
}

.churchBody .content-field .row h6 {
  font-weight: 700;
  color: var(--primaryclr);
}

.churchBody .content-field .row .card-body h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.90rem;
}

.churchBody .content-field .historyRow {
  position: relative;
  margin-top: 15rem;
}

.churchBody .content-field .historyRow:before {
  content: "Historical Origin";
  position: absolute;
  left: 0;
  top: -5rem;
  font-family: 'Cinzel Decorative', cursive;
  font-size: 3.5rem;
  color: var(--primaryclr);
  opacity: 0.14;
  font-weight: 800;
}

.churchBody #creditModal {
  padding-right: 0 !important;
}

.churchBody body:not(.modal-open) {
  padding-right: 0px !important;
}

@media only screen and (max-width: 600px) {
  .churchBody .headBox h2 {
    padding: 2rem;
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=style.css.map */