/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap'); */
/*.poppins-light { font-family: "Poppins", sans-serif; font-weight: 300; font-style: normal; }
.poppins-regular { font-family: "Poppins", sans-serif; font-weight: 400; font-style: normal; }
.poppins-medium { font-family: "Poppins", sans-serif; font-weight: 500; font-style: normal; }
.poppins-semibold { font-family: "Poppins", sans-serif; font-weight: 600; font-style: normal; }
.poppins-bold { font-family: "Poppins", sans-serif; font-weight: 700; font-style: normal; }
.poppins-extrabold { font-family: "Poppins", sans-serif; font-weight: 800; font-style: normal; }*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
body {
  padding: 0;
  margin: 0 auto;
  font-size: 16px; /*font-family: "Poppins", sans-serif;*/
  font-family: "Heebo", sans-serif;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.no-pad {
  padding: 0;
}

.no-marg {
  margin: 0 auto;
}

a, a:active, a:focus {
  outline: 0;
}

/*input border */
input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

.btn.focus, .btn:focus {
  box-shadow: none !important;
}

/*input border */
/*Header sticky*/
#header_container {
  transition: top 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

#header_container.hide-nav {
  top: -200px;
}

.top-hegt-space {
  margin-top: 0;
}

/*Header sticky*/
::-moz-placeholder {
  color: #cacaca;
  opacity: 9;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #333;
  opacity: 1;
}

::placeholder { /* Most modern browsers support this now. */
  color: #333;
}

.zoom:hover {
  transform: scale(1.2);
  transition: transform 0.6s;
}

.zoom {
  padding: 0;
  transition: transform 0.6s;
  margin: 0 auto;
}

ul {
  margin: 0px auto;
  padding: 0;
}

ul li {
  list-style: none;
}

/*our campuses*/
.bottomMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.5s;
}

.hide {
  opacity: 0;
}

.show {
  opacity: 1;
}

#target {
  width: 100%;
  padding: 0px;
  display: none;
}

.Hide {
  display: none;
}

/*our campuses*/
.bounce-in-left {
  width: 100%;
  padding: 0px;
  position: relative;
  animation: bounceInLeft 1s ease-out;
}

@keyframes bounceInLeft {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  60% {
    transform: translateX(30px);
    opacity: 1;
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
section {
  overflow: hidden;
}

.is-sticky {
  background: #fff;
}

#header-top {
  background: rgba(255, 255, 255, 0.49);
  padding: 7px 0 5px;
}
#header-top .container, #header-top .container-lg, #header-top .container-md, #header-top .container-sm, #header-top .container-xl, #header-top .container-xxl {
  max-width: 100%;
  padding: 0 187px;
}
#header-top .logo-and-menu {
  display: flex;
  justify-content: space-between;
}
#header-top .logo_1 {
  width: 246px;
}
#header-top .lang-btn {
  padding: 7px 0;
}
#header-top .admissn_btn a {
  background: #0C4D8B;
  border: 1px solid #0C4D8B;
  border-radius: 7px;
  padding: 6px 23px;
}
#header-top .dropdown-toggle::after {
  display: none;
}
#header-top .lang-bnttb {
  background: #fff;
  color: #000;
  border: 1px solid #CDCDCD;
  padding: 6px 12px;
}
#header-top .togglle-menu {
  padding: 9px 0;
}
#header-top .admissn_btn {
  padding: 6px 21px;
}
#header-top .header-right-items {
  display: flex;
  padding: 9px 60px;
}

.socl-png-icn {
  position: relative;
  right: -5px;
}

.social-media-icons-flt {
  overflow: hidden;
}

.social-media-icons-flt ul li {
  display: inline-block;
  padding: 13px 7px;
}

.social-media-icons-flt ul li:nth-child(2) {
  color: #0866ff;
}

.social-media-icons-flt ul li:nth-child(3) {
  color: #000;
}

.social-media-icons-flt ul li:nth-child(4) {
  color: #f00;
}

.social-media-icons-flt ul li:nth-child(5) {
  color: hsl(323, 100%, 53%);
}

.social-media-icons-flt ul li:nth-child(6) {
  color: #007ebb;
}

#smicons {
  margin-right: -366px;
  top: 147px;
  transition: 0.4s;
  position: fixed;
  margin-top: 20vh;
  z-index: 2;
  height: 53px;
  right: 0;
  background: #e6e6e6;
  width: 419px;
}

#smicons:hover {
  margin-right: 0px;
}

.simmsicon {
  position: fixed;
  margin-top: 20vh;
  z-index: 100;
  height: auto;
}

.search {
  position: fixed;
  top: 50%;
  z-index: 9;
  right: 0%;
  transform: translateX(0%) translateY(-51%);
}

.search * {
  outline: none;
  box-sizing: border-box;
}

.search__wrapper {
  position: relative;
}

.search__field {
  width: 43px;
  height: 43px;
  color: transparent;
  box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.2705882353);
  font-size: 16px;
  padding: 7px 21px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.search__field:focus {
  border-bottom-color: #ccc;
  width: 366px;
  color: #2b2b2b;
  cursor: default;
}

.search__field:focus ~ .search__icon {
  background-color: #0c4d8b;
  cursor: pointer;
  pointer-events: auto;
}

.search__icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0c4d8b;
  width: 52px;
  height: 52px;
  font-size: 1.35em;
  text-align: center;
  border-color: #0c4d8b;
  color: #fff;
  border-radius: 0%;
  pointer-events: none;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
}

.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  transition-property: top, color;
  transition-duration: 0.1s;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
}

.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -moz-transition-property: top, color;
  transition-property: top, color;
  transition-duration: 0.1s;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
}

.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -moz-transition-property: top, color;
  transition-property: top, color;
  transition-duration: 0.1s;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
}

.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -ms-transition-property: top, color;
  transition-property: top, color;
  transition-duration: 0.1s;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
}

.search__field::-webkit-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

.search__field:-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

.search__field::-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

.hero {
  width: 100%;
  display: flex;
}
.hero .menu-btn {
  position: absolute;
  top: 27px;
  right: 25px;
  color: #D98600;
  cursor: pointer;
  letter-spacing: 5px;
  font-weight: bold;
  background: #fff;
  padding: 2px 5px;
  border-radius: 6px;
}
.hero .menu-btn:hover span:nth-child(1) {
  width: 70px;
}
.hero .menu-btn:hover span:nth-child(2) {
  width: 65px;
  margin-left: -10px;
}
.hero .menu-btn span {
  display: block;
  margin: 5px 0;
  background: black;
  width: 65px;
  height: 5px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
}
.hero .menu-btn span:nth-child(2) {
  width: 40px;
  transition-delay: 0.1s;
}

.menu.active {
  opacity: 0;
  visibility: hidden;
}

.menu {
  transition: 0.52s;
  z-index: 1111;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/menu-bg.jpg) center;
  background-size: cover;
  width: 100%;
  /*height: 100vh;*/
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu .btn-close {
  font-size: 17px !important;
  position: absolute;
  top: 20px;
  cursor: pointer;
  right: 14px;
  z-index: 999;
}
.menu .links-container {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
}
.menu .links-container a {
  width: 100%;
  height: 400px;
  font-size: 4em;
  text-decoration: none;
  color: whitesmoke;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  position: relative;
}
.menu .links-container a:hover {
  color: #00eca6;
  font-size: 4.5em;
  margin-left: 10px;
}
.menu .links-container a:before {
  color: whitesmoke;
}
.menu .home:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1542149624-8a12d5285934?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=a91f847fdcc99b00a29d5a39a2b6f4b9&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -250%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .home:hover:after {
  visibility: visible;
  top: -275%;
}
.menu .home:hover:before {
  visibility: visible;
  right: -1150px;
}
.menu .places:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1542140372-de3e121eb11e?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=6feeb58669ba6adbd2aacc9c89391713&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -350%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .places:hover:after {
  visibility: visible;
  top: -375%;
}
.menu .places:hover:before {
  visibility: visible;
  right: -1150px;
}
.menu .about:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1527402992-00b58e9a4edf?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=24056e5c05fb23e069e2b1f47fdaf8f1&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -450%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .about:hover:after {
  visibility: visible;
  top: -475%;
}
.menu .about:hover:before {
  visibility: visible;
  right: -1150px;
}
.menu .contact:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1512428559087-560fa5ceab42?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=665f85219b6ad4ee4b274871593f3394&auto=format&fit=crop&w=1350&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -550%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  filter: grayscale(75%);
  visibility: hidden;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

/*footer*/
#christ_itemfor-mob {
  display: none;
}

#footert {
  padding: 50px 80px;
  position: relative;
  background: #886e53;
  border-top: 15px solid #74543d;
  color: #fff;
}
#footert .fotr-itm123 h5 {
  font-size: 17px;
}
#footert .fotr-itm123 p {
  margin: 0px auto;
}
#footert .fot-wdhh {
  padding: 0 15px;
}
#footert .fotr-itm123_menus ul li {
  line-height: 29px;
  font-size: 16px;
}
#footert .fotr-itm123_visn-msn p {
  width: 88% !important;
  float: left !important;
}

#cpy-rgt-cntr {
  text-align: center;
  font-size: 14px;
  padding: 16px 0;
  background: #74543d;
  color: #fff;
}

/*footer*/
@media screen and (min-width: 280px) and (max-width: 388px) {
  .search__field:focus {
    width: 100% !important;
  }
  .chr-itm-footr_1 {
    text-align: center;
    padding: 12px 7px;
    transition: all 0.4s ease;
  }
  .chr-itm-footr_1:hover {
    text-align: center;
    padding: 12px 7px;
    margin-top: -12px;
    transition: all 0.4s ease;
  }
  .chr-itm-footr_1 svg {
    background: #FFF;
    color: #d98600;
    padding: 7px;
    width: 31px;
    height: 31px;
    border-radius: 53px;
  }
  .chr-itm-footr_1 h4 {
    font-size: 14px;
    font-weight: 300;
    margin: 9px auto 0;
    color: #fff;
  }
  #socialmedia-wdgt .item_5 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_1 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_2 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_3 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_4 {
    margin-top: 0px !important;
  }
  #owl-demo-23 .item {
    margin: 5px 0 0 !important;
    position: relative;
  }
  #christ_itemfor-mob {
    position: fixed;
    bottom: 6px;
    left: 9px;
    right: 9px;
    background: #d98600;
    z-index: 8;
    border-radius: 13px;
  }
  .itm-brd-sep {
    width: 1px;
    height: 74px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(204, 204, 204) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: -5px;
    top: 0;
  }
  #navArea .logo_1 img {
    height: auto;
  }
  #navArea.is-sticky .logo_1 img {
    height: auto;
  }
  #cpy-rgt-cntr {
    padding: 16px 0 122px;
  }
  #christ_itemfor-mob {
    display: inline;
  }
  #navArea.is-sticky .logo_1 {
    width: 142px !important;
  }
  #navArea.is-sticky .hero .menu-btn {
    top: 10px;
    right: 7px;
  }
}
@media screen and (min-width: 389px) and (max-width: 476px) {
  .search__field:focus {
    width: 100% !important;
  }
  .chr-itm-footr_1 {
    text-align: center;
    padding: 12px 7px;
    transition: all 0.4s ease;
  }
  .chr-itm-footr_1:hover {
    text-align: center;
    padding: 12px 7px;
    margin-top: -12px;
    transition: all 0.4s ease;
  }
  .chr-itm-footr_1 svg {
    background: #FFF;
    color: #d98600;
    padding: 7px;
    width: 31px;
    height: 31px;
    border-radius: 53px;
  }
  .chr-itm-footr_1 h4 {
    font-size: 14px;
    font-weight: 300;
    margin: 9px auto 0;
    color: #fff;
  }
  #socialmedia-wdgt .item_5 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_1 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_2 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_3 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_4 {
    margin-top: 0px !important;
  }
  #owl-demo-23 .item {
    margin: 5px 0 0 !important;
    position: relative;
  }
  #christ_itemfor-mob {
    position: fixed;
    bottom: 6px;
    left: 9px;
    right: 9px;
    background: #d98600;
    z-index: 8;
    border-radius: 13px;
  }
  .itm-brd-sep {
    width: 1px;
    height: 74px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(204, 204, 204) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: -5px;
    top: 0;
  }
  #navArea .logo_1 img {
    height: auto;
  }
  #navArea.is-sticky .logo_1 img {
    height: auto;
  }
  #footert {
    padding: 13px 0px;
  }
  #navArea.is-sticky .logo_1 {
    width: 141px;
  }
  #navArea.is-sticky .hero .menu-btn {
    top: 14px;
    right: 14px;
  }
  .top-hegt-space {
    margin-top: 0;
  }
  #cpy-rgt-cntr {
    padding: 16px 0 122px;
  }
  #christ_itemfor-mob {
    display: inline;
  }
  #navArea.is-sticky .logo_1 {
    width: 142px !important;
  }
  #header-top .logo_1 {
    width: 155px !important;
  }
}
@media screen and (min-width: 477px) and (max-width: 575px) {
  #header-top .container, #header-top .container-lg, #header-top .container-md, #header-top .container-sm, #header-top .container-xl, #header-top .container-xxl {
    max-width: 100%;
    padding: 0 12px;
  }
  .hero .menu-btn {
    position: relative;
    top: 7px;
    right: 0;
    height: 37px;
  }
  #header-top .logo_1 {
    width: 155px !important;
  }
  #header-top .lang-btn {
    padding: 5px 14px;
  }
  #header-top .header-right-items {
    padding: 0px 0;
  }
  #header-top {
    overflow: inherit;
  }
  .search__field:focus {
    width: 100% !important;
  }
  .chr-itm-footr_1 {
    text-align: center;
    padding: 12px 7px;
    transition: all 0.4s ease;
  }
  .chr-itm-footr_1:hover {
    text-align: center;
    padding: 12px 7px;
    margin-top: -12px;
    transition: all 0.4s ease;
  }
  .chr-itm-footr_1 svg {
    background: #FFF;
    color: #d98600;
    padding: 7px;
    width: 31px;
    height: 31px;
    border-radius: 53px;
  }
  .chr-itm-footr_1 h4 {
    font-size: 14px;
    font-weight: 300;
    margin: 9px auto 0;
    color: #fff;
  }
  #socialmedia-wdgt .item_5 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_1 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_2 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_3 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_4 {
    margin-top: 0px !important;
  }
  #owl-demo-23 .item {
    margin: 5px 0 0 !important;
    position: relative;
  }
  #christ_itemfor-mob {
    position: fixed;
    bottom: 6px;
    left: 9px;
    right: 9px;
    background: #d98600;
    z-index: 8;
    border-radius: 13px;
  }
  .itm-brd-sep {
    width: 1px;
    height: 74px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(204, 204, 204) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: -5px;
    top: 0;
  }
  #navArea .logo_1 img {
    height: auto;
  }
  #navArea.is-sticky .logo_1 img {
    height: auto;
  }
  #footert {
    padding: 13px 0px;
  }
  #navArea.is-sticky .logo_1 {
    width: 24%;
  }
  #cpy-rgt-cntr {
    padding: 16px 0 122px;
  }
  #christ_itemfor-mob {
    display: inline;
  }
  #navArea.is-sticky .logo_1 {
    width: 142px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .search__field:focus {
    width: 100% !important;
  }
  .chr-itm-footr_1 {
    text-align: center;
    padding: 12px 7px;
    transition: all 0.4s ease;
  }
  .chr-itm-footr_1:hover {
    text-align: center;
    padding: 12px 7px;
    margin-top: -12px;
    transition: all 0.4s ease;
  }
  .chr-itm-footr_1 svg {
    background: #FFF;
    color: #d98600;
    padding: 7px;
    width: 31px;
    height: 31px;
    border-radius: 53px;
  }
  .chr-itm-footr_1 h4 {
    font-size: 14px;
    font-weight: 300;
    margin: 9px auto 0;
    color: #fff;
  }
  #socialmedia-wdgt .item_5 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_1 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_2 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_3 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_4 {
    margin-top: 0px !important;
  }
  #owl-demo-23 .item {
    margin: 5px 0 0 !important;
    position: relative;
  }
  #christ_itemfor-mob {
    position: fixed;
    bottom: 6px;
    left: 9px;
    right: 9px;
    background: #d98600;
    z-index: 8;
    border-radius: 13px;
  }
  .itm-brd-sep {
    width: 1px;
    height: 74px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(204, 204, 204) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: -5px;
    top: 0;
  }
  #navArea .logo_1 img {
    height: auto;
  }
  #navArea.is-sticky .logo_1 img {
    height: auto;
  }
  #home-banner .carousel, #home-banner .carousel-inner, #home-banner .carousel-item {
    height: 55vh !important;
  }
  .top-hegt-space {
    margin-top: 0;
  }
  #footert {
    padding: 13px 0px;
  }
  #navArea.is-sticky .logo_1 {
    width: 22%;
  }
  #navArea.is-sticky .logo_1 {
    width: 24%;
  }
  #cpy-rgt-cntr {
    padding: 16px 0 122px;
  }
  #christ_itemfor-mob {
    display: inline;
  }
  #navArea.is-sticky .logo_1 {
    width: 142px !important;
  }
  #header-top .logo_1 {
    width: 143px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .search__field:focus {
    width: 100% !important;
  }
  .chr-itm-footr_1 {
    text-align: center;
    padding: 12px 7px;
    transition: all 0.4s ease;
  }
  .chr-itm-footr_1:hover {
    text-align: center;
    padding: 12px 7px;
    margin-top: -12px;
    transition: all 0.4s ease;
  }
  .chr-itm-footr_1 svg {
    background: #FFF;
    color: #d98600;
    padding: 7px;
    width: 31px;
    height: 31px;
    border-radius: 53px;
  }
  .chr-itm-footr_1 h4 {
    font-size: 14px;
    font-weight: 300;
    margin: 9px auto 0;
    color: #fff;
  }
  #socialmedia-wdgt .item_5 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_1 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_2 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_3 {
    margin-top: 0px !important;
  }
  #socialmedia-wdgt .item_4 {
    margin-top: 0px !important;
  }
  #owl-demo-23 .item {
    margin: 5px 0 0 !important;
    position: relative;
  }
  #christ_itemfor-mob {
    position: fixed;
    bottom: 6px;
    left: 9px;
    right: 9px;
    background: #d98600;
    z-index: 8;
    border-radius: 13px;
  }
  .itm-brd-sep {
    width: 1px;
    height: 74px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(204, 204, 204) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: -5px;
    top: 0;
  }
  #navArea .logo_1 img {
    height: auto;
  }
  #navArea.is-sticky .logo_1 img {
    height: auto;
  }
  #home-banner .carousel, #home-banner .carousel-inner, #home-banner .carousel-item {
    height: 55vh;
  }
  #cpy-rgt-cntr {
    padding: 16px 0 122px;
  }
  #navArea.is-sticky .logo_1 {
    width: 124px;
  }
  .top-hegt-space {
    margin-top: 0;
  }
  #christ_itemfor-mob {
    display: inline;
  }
  #header-top .logo_1 {
    width: 182px !important;
  }
}/*# sourceMappingURL=header-style.css.map */