/* compiled by scssphp v0.0.12 on Sun, 20 May 2018 01:45:38 -0500 (0.1405s) */

/*Reset CSS*/
@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, input[type="button"], button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Hind Siliguri', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%; }

tbody, tfoot, thead, tr, th, td {
  border: 1px solid #333; }

body {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #434343; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

html {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a {
  text-decoration: none;
  display: inline-block;
  color: #434343; }

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

a img {
  border: none; }

button, input, select, textarea {
  font-size: 100%;
  font-family: inherit;
  overflow: auto;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  resize: none; }

textarea:focus, input:focus {
  outline: none;
  /* ==========================================================================
   HTML5 display definitions
========================================================================== */ }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none;
  /*Reset CSS*/ }

.clear {
  clear: both; }

.flex-side {
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute; }
  .flex-side .tags_strips {
    position: relative;
    display: none;
    z-index: 1000;
    padding: 10px;
    box-sizing: border-box;
    left: 0;
    background-color: rgba(101, 26, 31, 0.95); }
    .flex-side .tags_strips ul li {
      display: block;
      margin-bottom: 20px; }
      .flex-side .tags_strips ul li a {
        color: #fff; }
        .flex-side .tags_strips ul li a:hover {
          text-decoration: underline; }

header {
  position: absolute;
  top: 10px;
  width: 100%;
  left: 0;
  z-index: 100; }
  header .shaded_bg {
    padding: 0 15px;
    height: 40px;
    display: flex;
    align-items: center; }
  header nav .main_menu.menu_mob {
    display: none;
    height: auto; }
    header nav .main_menu.menu_mob li {
      display: block;
      height: auto; }
  header .mob_menu_trigger {
    display: none;
    width: 32px;
    float: right;
    vertical-align: middle;
    top: 34px;
    right: 30px;
    position: relative; }
    header .mob_menu_trigger img {
      width: 100%; }
  header .lang {
    float: right;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: absolute;
    right: 0; }
    header .lang ul li {
      list-style: none;
      display: inline-block;
      box-sizing: border-box;
      position: relative;
      margin: 0 7px; }
    header .lang .searchli {
      top: -4px; }
    header .lang .verticalBorder {
      content: "";
      width: 1px;
      height: 20px;
      background: #fff;
      padding: 0;
      top: 2px; }
  header nav {
    background-color: rgba(101, 26, 31, 0.60);
    position: relative;
    top: 80px;
    width: 100%;
    box-sizing: border-box;
    text-align: center; }
    header nav .container {
      width: 80%; }
    header nav .logo {
      width: 120px;
      height: 120px;
      top: -38px;
      background: rgba(255, 255, 255, 0.88);
      box-shadow: 0px 0px 8px 1px rgba(64, 64, 64, 0.75);
      border-radius: 50%;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      /*Main CSS*/
      /*HEADER*/ }
      header nav .logo a {
        display: block; }
      header nav .logo img {
        max-width: 100%;
        max-height: 100%; }
    header nav .main_menu.leftFloat {
      left: 0; }
    header nav .main_menu.rightFloat {
      right: 0; }
    header nav .main_menu {
      height: 40px;
      position: absolute; }
      header nav .main_menu li {
        position: relative;
        display: inline-block;
        margin: 0 20px;
        height: 100%; }
      header nav .main_menu li a {
        font-weight: 500;
        font-size: 17px;
        color: #fff;
        height: 100%;
        display: flex;
        align-items: center; }
      header nav .main_menu .dropdown_list {
        position: absolute;
        top: 40px;
        left: 0;
        display: none;
        background-color: rgba(101, 26, 31, 0.60);
        padding: 10px 0;
        box-sizing: border-box;
        left: 50%;
        transform: translateX(-50%);
        min-width: 220px; }
      header nav .main_menu .dropdown_list li {
        list-style: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
        padding: 5px 20px;
        box-sizing: border-box;
        transition: all 0.5s ease-in-out; }
        header nav .main_menu .dropdown_list li a {
          display: block;
          font-weight: normal; }
      header nav .main_menu .dropdown_list li:hover {
        background-color: #fff;
        color: #651a1f; }
      header nav .main_menu .dropdown_list li:hover a {
        color: #651a1f; }
      header nav .main_menu .dropdown:hover .dropdown_list {
        display: block; }

.innerHeader {
  position: relative;
  top: 0;
  background-color: #651a1f;
  padding-bottom: 15px; }
  .innerHeader nav {
    top: 0;
    padding-top: 54px;
    width: 100%;
    margin: 0 auto; }
    .innerHeader nav .logo {
      background-color: #ceb4b6; }
    .innerHeader nav .main_menu {
      position: relative; }
  .innerHeader .shaded_bg {
    z-index: 100;
    position: relative; }

.shaded_bg {
  background-color: rgba(101, 26, 31, 0.60);
  color: #fff; }
  .shaded_bg a {
    color: #fff; }

.white_shaded_bg {
  background-color: rgba(255, 255, 255, 0.60);
  color: #434343; }

.arabicFont {
  font-family: 'Changa';
  font-weight: 500;
  font-size: 16px;
  vertical-align: super; }

.small_icon {
  vertical-align: middle; }
  .small_icon img {
    max-width: 22px;
    max-height: 22px; }

.leftFloat {
  float: left; }

.rightFloat {
  float: right; }

.rightRadius {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  /*Home Slider*/ }

.home-slider {
  height: 70vh;
  position: absolute;
  top: 0;
  width: 100%; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  font-size: 18px;
  /* Center slide text vertically */
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-position: center; }

.home-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #651a1f;
  position: relative; }
  .home-slider .swiper-pagination-bullet-active:after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    border: #651a1f 2px solid;
    border-radius: 50%;
    width: 22px;
    height: 22px; }
  .home-slider .flex_wrapper {
    width: 400px;
    margin-left: 80px;
    margin-top: 80px; }
  .home-slider .slider_box {
    padding: 20px;
    box-sizing: border-box;
    display: block;
    display: block;
    float: left;
    clear: left;
    width: 100%; }
  .home-slider .slider_box.white_shaded_bg {
    margin-left: 60px; }
  .home-slider .readMore {
    width: auto;
    float: right;
    padding: 10px;
    height: 40px;
    margin-right: -100px;
    position: relative;
    /*Right pointing*/ }
    .home-slider .readMore .triangle-right {
      width: 0;
      height: 0;
      overflow: hidden; }
    .home-slider .readMore .triangle-right:after {
      content: "";
      position: absolute;
      top: 0;
      right: -20px;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 20px solid rgba(101, 26, 31, 0.60); }

section {
  padding: 50px 0;
  background-color: #fff;
  color: #434343; }

.col-half {
  width: calc(50% - 40px);
  float: left;
  margin: 0 20px; }

.col-third {
  width: calc(33.33% - 40px) !important;
  float: left;
  padding-left: 20px;
  padding-right: 20px; }
  .col-third .borderd_content .inner_borderd_content {
    padding: 10px; }

.title {
  color: #651a1f;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500; }

.med_icon {
  max-width: 110px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px; }

.start_content {
  padding-top: calc(70vh + 50px); }

.container {
  width: 90%;
  position: relative;
  margin: 0 auto; }

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

p {
  line-height: 1.6; }

.btn {
  color: #651a1f;
  border: 1px solid #651a1f;
  padding: 10px 20px;
  text-align: center;
  transition: all 0.5s ease-in-out; }

.btn:hover {
  color: #fff;
  background-color: #651a1f; }

.btn-reverse:hover {
  background-color: #fff;
  border-color: #651a1f;
  color: #651a1f; }

.margin-20 {
  margin: 20px 0; }

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

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

.outer {
  height: 1em;
  margin: 0 1em 0 1em; }

.borderLeftRight {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7; }

.borderd_content {
  border: 1px solid #d7d7d7;
  border-left: none;
  border-right: none;
  overflow: hidden; }
  .borderd_content .inner_borderd_content {
    margin: 0 1em 0 1em;
    height: 100%;
    padding: 20px;
    box-sizing: border-box; }

.greySection {
  background-color: #fbfbfb; }
  .no-padding {
    padding: 0; }
  .no-padding .col-third {
    padding-top: 50px;
    padding-bottom: 50px; }

.listItem {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .listItem .item_content {
    width: calc(100% - 90px);
    float: left; }
  .listItem p {
    font-size: 14px; }

.inner_borderd_content .listItem:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -29px;
  right: -29px;
  width: 100%;
  height: 1px;
  padding: 0 80px;
  background-color: #d7d7d7; }

.listItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

.listItem:last-child:after {
  display: none; }

.circle_img {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  border: 4px solid #d9d9d9;
  box-sizing: border-box; }

.smaller_size {
  font-size: 16px;
  margin-bottom: 5px; }

.date {
  font-size: 12px;
  color: #a1a1a1;
  font-weight: 500; }

.more_link {
  color: #651a1f;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  clear: both; }
  .more_link span {
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    margin-left: 4px;
    background-repeat: no-repeat; }
  .more_link .arrow {
    background-image: url(../images/arrow.png);
    width: 6px;
    height: 13px; }
  .more_link .download {
    background-image: url(../images/download.png);
    width: 14px;
    height: 14px; }

.album {
  width: calc(50% - 10px);
  margin: 5px;
  float: left;
  height: 10vw;
  position: relative;
  padding: 0 !important; }

.album.col-25 {
  width: calc(25% - 10px);
  height: 18vw !important; }

.album > img {
  width: 100%;
  height: 100%; }

.album:hover .overlay {
  opacity: 1; }

.overlay {
  position: absolute;
  background-color: rgba(101, 26, 31, 0.60);
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .overlay img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px; }

.white {
  color: #fff; }

footer {
  background-color: #651a1f;
  padding-top: 20px; }
  footer input {
    color: #fff; }
  footer .sitemap li {
    list-style: none;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 10px; }
    footer .sitemap li a {
      color: #fff; }
  footer .sitemap ul {
    margin-bottom: 25px; }
  footer .sitemap ul li:first-child {
    color: #651a1f;
    font-size: 20px;
    font-weight: 500;
    font-style: normal; }
  footer .footer_bottom {
    background-color: #434343;
    padding: 10px 40px;
    color: #fff;
    box-sizing: border-box; }

.form-group {
  margin-bottom: 10px !important; }
  .form-group .form-control {
    background-color: transparent;
    border: 2px solid #fff;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%; }

.subscribe {
  width: calc(75% - 10px);
  margin-right: 10px;
  float: left;
  position: relative;
  top: 40px;
  border-right: 1px solid rgba(187, 187, 187, 0.52);
  border-left: 1px solid rgba(187, 187, 187, 0.52);
  padding: 0 20px;
  box-sizing: border-box; }
  .subscribe .form-group {
    width: calc(50% - 10px);
    float: left;
    margin: 0 5px; }
  .subscribe .fullwidth {
    width: calc(100% - 10px);
    float: none; }

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

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

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

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

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

.social ul li {
  list-style: none;
  display: inline-block; }
  .social ul li a {
    color: #fff;
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }

.content {
  padding: 50px 0;
  position: relative; }
  .content .side_menu {
    width: 25%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    top: -20px;
    position: relative; }
  .content .side_menu li {
    list-style: none;
    margin-bottom: 10px; }
    .content .side_menu li a {
      color: #434343;
      position: relative; }
    .content .side_menu li a:before {
      content: '';
      display: inline-block;
      height: 18px;
      width: 18px;
      background-color: #e0dcdc;
      border-radius: 50%;
      margin-right: 10px;
      vertical-align: middle;
      transition: all 0.5s ease-in-out; }
    .content .side_menu li a:hover:before, .content .side_menu li a.active:before {
      background-color: #651a1f; }
    .content .side_menu li a:hover:after, .content .side_menu li a.active:after {
      content: '';
      position: absolute;
      top: 1px;
      left: -4px;
      border: #651a1f 2px solid;
      border-radius: 50%;
      width: 22px;
      height: 22px; }
  .content .content_sec {
    width: calc(75% - 20px);
    margin-left: 20px;
    float: left; }
  .content .content_sec a {
    text-decoration: underline; }
  .content .content_sec a:hover {
    text-decoration: underline;
    color: #651a1f; }

.smalltext {
  font-size: 14px;
  color: #434343;
  display: block;
  font-weight: 500; }

.toggle_hidden {
  height: 90px;
  overflow: hidden; }

.expanded {
  height: auto; }

.listItem.borderd_list {
  border-bottom: 1px solid #d7d7d7; }

.listItem.borderd_list:last-child {
  border-bottom: none; }

.left_border_title {
  border-bottom: 1px solid #651a1f;
  color: #651a1f;
  font-size: 18px;
  margin-bottom: 10px;
  display: block; }

.marginbtm_40 {
  margin-bottom: 40px; }

.inline_info li {
  list-style: none;
  float: left;
  width: 33.33%;
  margin-bottom: 20px;
  font-weight: 500; }
  .inline_info li .fa {
    color: #651a1f;
    margin-right: 5px; }

.full_width_content {
  width: 100% !important;
  margin-left: 0 !important;
  float: none !important;
  overflow: hidden; }

.donors_list {
  margin-right: -1px;
  margin-bottom: -1px; }
  .donors_list .donor {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
    height: 200px;
    border: 1px solid #d7d7d7;
    float: left;
    border-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
  .donors_list .donor img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.5s ease-in-out; }
  .donors_list .donor:hover img {
    transform: scale(1.1); }
  .donors_list .donor:nth-child(odd) {
    border-left: 0; }
  .donors_list .donor:nth-child(even) {
    border-left: 0; }

.faq {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0;
  margin-bottom: 20px; }
  .faq .question {
    font-weight: 600;
    text-decoration: none !important;
    display: inline-block; }
  .faq .question .boldQ {
    color: #651a1f;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px; }
  .faq .answer {
    display: none;
    margin-top: 10px; }

.office {
  margin-bottom: 20px; }
  .office img {
    width: 30px;
    float: left;
    margin-right: 5px; }
  .office .contact_info {
    width: calc(100% - 35px);
    float: left; }
  .office .contact_info li {
    list-style: none; }
  .office .contact_info li:first-child {
    font-weight: 500;
    color: #651a1f;
    font-size: 17px; }

#contactusForm input, #contactusForm textarea {
  border-color: #651a1f; }
  #contactusForm .btn {
    background-color: #651a1f;
    color: #fff; }
  #contactusForm ::-webkit-input-placeholder {
    color: #434343; }
  #contactusForm :-moz-placeholder {
    color: #434343;
    opacity: 1; }
  #contactusForm ::-moz-placeholder {
    color: #434343;
    opacity: 1; }
  #contactusForm :-ms-input-placeholder {
    color: #434343; }
  #contactusForm ::-ms-input-placeholder {
    color: #434343; }

.albums_list .album {
  height: 25vw;
  border: 8px solid #f1f1f1;
  box-sizing: border-box;
  background-size: cover;
  background-position: center; }
  .albums_list .album .overlay {
    color: #fff; }
    .albums_list .album .overlay span {
      font-size: 14px;
      font-weight: 600;
      color: #fbfbfb; }
    .albums_list .album .overlay div {
      width: 80%;
      margin: 0 auto; }
    .albums_list .album .overlay div p {
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      margin-bottom: 5px;
      display: block; }
    .albums_list .album .overlay .title {
      color: #fff;
      display: block;
      margin-bottom: 5px; }

.lg-sub-html p {
  font-size: 15px; }

.bg_black {
  display: none;
  opacity: 0.98;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(101, 26, 31, 0.60);
  z-index: 10; }

.video_popup {
  position: absolute;
  left: 0;
  top: 30%;
  right: 0;
  width: 500px;
  display: none;
  z-index: 100;
  margin: 0 auto;
  text-align: center; }
  .video_popup.fixed {
    position: fixed; }
  .video_popup #video_player {
    width: 100%;
    border: 8px solid #f1f1f1;
    box-sizing: border-box; }
  .video_popup .close {
    width: 20px;
    height: 20px;
    background-color: #651a1f;
    border-radius: 50%;
    top: -10px;
    position: absolute;
    left: -6px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }

.error {
  color: #651a1f; }

.subscribe .error {
  color: #fff; }

.alert {
  background-color: rgba(101, 26, 31, 0.60);
  text-align: center;
  padding: 5px 0;
  margin: 10px 0;
  color: #fff; }

.loader {
  display: none;
  text-align: center; }
  .loader img {
    width: 45px; }

.search input[type=search] {
  background-position: 7px center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../images/search-w.png);
  width: 35px;
  height: 35px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 18px; }

.search input[type=search]:hover {
  background-image: url(../images/search.png);
  background-color: #fbfbfb; }

.search input[type=search]:focus {
  background-image: url(../images/search.png);
  width: 230px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto; }

.search input:-moz-placeholder {
  color: transparent; }

.search input::-webkit-input-placeholder {
  color: transparent; }

.search::-webkit-search-cancel-button {
  display: none; }

.pagination {
  text-align: center; }
  .pagination strong, .pagination .active {
    border: 0 solid #ddd;
    color: #fff;
    background: #651a1f;
    font-size: 16px;
    font-weight: 700;
    margin: 3px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    line-height: 36px;
    display: inline-block; }
  .pagination a {
    border: 0 solid #ddd;
    background: #d7d7d7;
    font-size: 16px;
    color: #651a1f;
    font-weight: 700;
    margin: 3px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    line-height: 36px; }

.side_menu_trigger {
  display: none;
  font-weight: bold;
  margin-bottom: 20px; }
  .side_menu_trigger img {
    width: 100%;
    width: 24px;
    height: 24px;
    vertical-align: middle; }

.error404 {
  text-align: center; }
  .error404 h1 {
    font-size: 150px;
    color: #651a1f; }
  .error404 h2 {
    font-size: 25px;
    color: #454545; }

.height_warpper {
  min-height: 600px; }

.back_home {
  float: right;
  color: #fff;
  font-size: 19px;
  margin-right: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 100; }
  .back_home:hover {
    background-color: #fff;
    color: #651a1f; }

.landing-content {
  background: url(../images/holyland-bg1.png) left bottom no-repeat; }
  .landing-content .container {
    width: 70%; }
  .landing-content h2 {
    margin-bottom: 15px; }
  .landing-content p {
    text-align: justify; }
  .landing-content a {
    word-break: break-all; }
  .landing-content iframe {
    margin: 0 auto;
    display: block;
    border: 8px solid rgba(101, 26, 31, 0.60);
    width: 560px;
    max-width: 100%; }

.landing-header {
  margin: 30px 0; }
  .landing-header .title {
    margin-bottom: 0; }

.mediaSection .col-third {
  width: calc(50% - 40px) !important; }
