<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  background-color: #eeefef;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Antonio', sans-serif;
  font-weight: 600;
}

a {
  cursor: pointer;
}
a:hover {
  color: #db823d;
}

.text-yellow {
  color: #db823d;
}

.bg-dark {
  background: #282f34;
}

.bg-light {
  background-color: #eeefef;
}

.pb-130 {
  padding-bottom: 130px !important;
}

/* header */

.header {
  background: url(../img/banner.webp);
  background-size: cover;
}
.header2 {
  background: url(../img/banner2.webp);
  background-size: cover;
}

.fixed-top-next-content {
  padding-top: 120px;
}
.nav-wrapper.fixed-navigation {
  background: rgba(44,44,44,0.9) !important;
}

.nav-wrapper {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 25px;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  background: rgba(220,220,220,0.15);
  z-index: 999;
}

/* NAVIGATION */

.navbar {
  align-items: center;
  height: auto;
  position: relative;
}

.navbar img {
    height: 99px;
    width: auto;
    justify-self: start;
}

.navbar ul {
    list-style: none;
    justify-self: end;
    margin-right: 45px;
}

.nav-item a {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease-out;
    padding: 5px 25px;
    text-transform: uppercase;
}

.nav-item a:hover {
    color: #ff9441;
}
.nav-item.active a,
.nav-item a.active {
    color: #ff9441;
}

.nav-item a.lan-btn {
  position: relative;
}
.nav-item a.lan-btn:hover {
  color: #fff;
}
.nav-item a.lan-btn::before {
  background-color:#ff9441;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-25deg);
  z-index: -1;
}

.nav-item a.lan-btn.bangla-lan::before {
  background-color:#ba692a;
}

.nav-item a.lan-btn:hover {
  color: #ff9441;
}
.nav-item a.lan-btn:hover::before {
  background-color: #fff;
}

.about-us .box {
  background-color: #EAEAEA;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.about-us .heading {
  font-size: 2.5rem;
  color: #db823d;
  text-transform: uppercase;
}
.about-us .text-small {
  font-size: 11px;
  text-transform: uppercase;
  text-align: right;
}
.about-us .text {
  font-size: 12px;
  text-transform: uppercase;
  text-align: justify;
}
.angle-right {
  position: absolute;
  bottom: 0;
  width: 98%;
  height: 0;
  border-right: 150px solid transparent;
  border-bottom: 70px solid #db823d;
}
.angle-right .heading {
  padding-left: 15px;
  line-height: 70px;
  color: #ffffff;
}
.about-us .line {
  overflow: hidden;
}
.about-us .line:before,
.about-us .line:after {
  background-color: rgba(0,0,0,.1);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.about-us .line:before {
  right: 0.5em;
  margin-left: -100%;
}
.about-us .line:after {
  left: 0.5em;
  margin-right: -100%;
}

.auth-li {
  position: absolute;
  right: 50px;
  top: 80px;
  text-align: center;
}
.auth-li a {
  padding: 5px 10px;
  font-size: 12px;
}
.auth-li a .bi {
  color: #ff9441;
}

.auth-li input {
  background: none;
  border-radius: 15px;
  border: 1px solid #ff9441;
  color: #FFF;
  padding: 1px 5px;
}
.auth-li input:focus {
  outline: none;
}
.auth-li .submit {
  border-radius: 50%;
  background-color:#ff9441;
  position: relative;
  right: 25px;
  bottom: 1px;
}

.top-li {
  position: absolute;
  right: 90px;
  top: 10px;
  color: #ff9441;
}
.top-li a {
  padding: 5px 5px;
  font-size: 12px;
  color: #ff9441;
}
.top-li a:hover,
.top-li a.top-active {
  color: #ba692a;
}

/* MOBILE MENU &amp; ANIMATION */
  
  .menu-toggle .bar{
    width: 25px;
    height: 3px;
    background-color: #ff9441;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .menu-toggle {
    justify-self: end;
    margin-right: 25px;
    display: none;
  }

.menu-toggle.is-active {
  position: fixed;
  right: 25px;
}
  
  .menu-toggle:hover{
    cursor: pointer;
  }
  
  #mobile-menu.is-active .bar:nth-child(2){
    opacity: 0;
  }
  
  #mobile-menu.is-active .bar:nth-child(1){
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  
  #mobile-menu.is-active .bar:nth-child(3){
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }

  /* Media Queries */
  
@media only screen and (max-width: 720px) { 

/* MOBILE NAVIGATION */
.navbar ul {
  display: flex;
  flex-direction: column;
  position: fixed;
  justify-content: start;
  top: 0;
  background-color: #fff;
  width: calc(100% - 30px);
  left: 15px;
  height: 100vh;
  transform: translate(-110%);
  text-align: center;
  overflow: hidden;
  margin-right: 0;
  z-index: 999;
}
    
.navbar li {
  padding: 15px;
}

.navbar li:first-child {
  margin-top: 50px;
}

.navbar li a {
  font-size: 1rem;
  color: #000;
}

.nav-item a.lan-btn {
  color: #fff;
}

.auth-li {
  position: initial;
}
.auth-li #search-form {
  margin-top: 10px;
}
.top-li {
  position: initial;
}
  
.menu-toggle, .bar {
  display: block;
  cursor: pointer;
  z-index: 9999;
}
  
.mobile-nav {
  transform: translate(0%)!important;
}
    
}

/* hero-message-div */
.header .hero-message-div {
  padding:140px 0 150px;
}

.header2 .hero-message-div {
  padding:40px 0 50px;
}

.h1 {
  font-size: 54px;
  margin-bottom: 20px;
}

p.h1 {
  font-size: 56px;
  font-family: 'Antonio', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

span.message {
  width: 55%;
  background-color: rgba(0, 0, 0, 0.45);
}

.hero-message-div .btn-warning {
  color: #fff;
  background-color: #ff9441;
  border-color: #ff9441;
  font-family: 'Antonio', sans-serif;
  font-weight: 400;
  border-radius: 0;
  font-size: 25px;
}

.hero-message-div .btn-warning:hover, .hero-message-div .btn-warning:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #ba692a;
  border-color: #ba692a;
}

@media only screen and (max-width: 720px) { 
  .hero-message-div {
    padding:70px 0;
  }
  .h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  
  p.h1 {
    font-size: 32px;
  }
  span.message {
    width: 100%;
  }
  .hero-message-div .btn-warning {
    font-size: 20px;
  }
}

/* video-section */
section.video-section {
  margin-top: -41px;
  position: relative;
}

.tiger-video-img {
  position: absolute;
  left: 0;
  bottom: 0;
}

section.video-section h3 {
  font-weight: 200;
  letter-spacing: 2px;
}

@media only screen and (max-width: 720px) {
  section.video-section {
    padding: 25px 0;
    margin-top: 0;
  }
  .tiger-video-img {
    position: initial;
    width: 100%;
  }
}

/* content */

section.content h2 {
  font-size: 50px;
  letter-spacing: 2px;
}

.divider {
  background: #bcbfc0;
}

section.content ul {
  padding-left: 15px;
}


@media only screen and (max-width: 720px) {
  section.content h2 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

/* animal-slider */
.animal-slider {
  background: #e4e5e5;
  position: relative;
  padding-bottom: 50px;
}

.animal-slider h2 {
  background: #d0d2d3;
  padding: 1px 15px 6px;
}

.animal-slide img {
  border: 3px solid #d0d2d3;
  margin-bottom: 15px;
}

.animal-slider .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 15px;
  top: -82px;
}

.slide-dot {
  position: absolute;
  right: 50px;
  top: 23px;
}

.animal-slider .owl-nav .owl-prev {
  margin-right: 75px;
}

.animal-slider .owl-nav .owl-prev, .animal-slider .owl-nav .owl-next {
  font-size: 30px !important;
  color: #db823d !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: #FFF;
  text-decoration: none;
}

.btn-div {
  position:absolute;
  width: 100%;
  bottom: -28px;
  left: 0;
}

.animal-slider .btn-warning {
  background: #db823e;
  color: #000;
  border-color: #db823e;
  font-family: 'Antonio', sans-serif;
  font-weight: 400;
  border-radius: 0;
  font-size: 25px;
  text-transform: uppercase;
}

.animal-slider .btn-warning:hover, .animal-slider .btn-warning:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #ba692a;
  border-color: #ba692a;
}

@media only screen and (max-width: 720px) {
  .animal-slider {
    margin-top: 35px;
  }
  .slide-dot {
    top: 9px;
  }
  .animal-slider .owl-theme .owl-nav {
    top: -72px;
  }
}

/* bottom-animal-slider */
.bottom-animal-slider {
  margin-top: -100px;
}

.bottom-animal-silder-wrapper {
  width: calc(100% - 65px);
  position: relative;
}

.bottom-animal-silder-wrapper .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -25px;
  left: 0;
  z-index: 99;;
}

.bottom-animal-silder-wrapper .owl-nav button.owl-prev {
  position: absolute;
  left: 25px;
  font-size: 50px;
}
.bottom-animal-silder-wrapper .owl-nav button.owl-next {
  position: absolute;
  right: 25px;
  font-size: 50px;
}

.bottom-animal-silder-wrapper .animal-slide {
  position: relative;
}

.bottom-animal-silder-wrapper .animal-slide img {
  border: 1px solid #d0d2d3;
  margin-bottom: 0;
}

.bottom-animal-silder-wrapper .animal-slide h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(225,225,225,0.5);
  padding: 5px 5px 7px;
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.view-all-div {
  background-color: #db823d;
  width: 65px;
  position: relative;
}

.view-all-div:hover {
  background-color: #ff9441;
}
.view-all-div a {
  font-size: 20px;
  color: #fff;
  font-family: 'Antonio', sans-serif;
  font-weight: 600;
  text-decoration: none;
}

@media only screen and (max-width: 720px) { 
  .view-all-div a {
    font-size: 16px;
  }
}

.app-content {
  margin-bottom: 50px;
}

/* footer */
.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #0e1317;
  z-index: 99999;
}

.footer p, .footer ul li a {
  color: #e4e5e5;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.footer p a, .footer ul li a:hover{
  color: #db823d;
  text-decoration: none;
}

.footer ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 5px;
}





/* Sudip Code */
.form-box {
  background: #e4e5e5;
  position: relative;
  padding-bottom: 50px;
}
.form-box h2 {
  background: #d0d2d3;
  padding: 1px 15px 6px;
}
.form-box .btn-warning {
  background: #db823e;
  color: #000;
  border-color: #db823e;
  font-family: 'Antonio', sans-serif;
  font-weight: 400;
  border-radius: 0;
  font-size: 25px;
  text-transform: uppercase;
}
.form-box .btn-light {
  color: #000;
  font-family: 'Antonio', sans-serif;
  font-weight: 400;
  border-radius: 0;
  font-size: 25px;
  text-transform: uppercase;
}
.btn-common {
  color: #fff;
  background-color: #ba692a;
  border-color: #db823d;
  border-radius: 0;
}
.btn-common:hover {
  color: #fff;
  background-color: #db823d;
  border-color: #ba692a;
}
.contact-address-box .contact-box {
  position: relative;
  border: 2px solid #e4e5e5;
  margin-bottom: 25px;
}
.contact-address-box .contact-box:hover {
  border-color: #db823d; 
}
.contact-address-box .contact-box .icon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 70px;
  text-align: center;
  background-color: #db823d;
  color: #fff;
}
.contact-address-box .contact-box .content {
  padding: 15px 15px 15px 88px; 
}
.contact-address-box .contact-box .content .title {
  font-weight: 700;
  color: #db823d; 
}
.contact-address-box .contact-box .content .details {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #000000; 
}

.group-sidebar {
  background: #e4e5e5;
  position: relative;
  /* padding-bottom: 50px; */
}
.group-sidebar .active {
  color: #fff;
  background-color: #ba692a;
  border-color: #ba692a;
}
.group-sidebar .active a {
  color: #fff;
}
.group-sidebar h4 {
  background: #ba692a;
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
}
.group-sidebar ul {
  padding: 0 !important;
}
.group-sidebar ul li {
  list-style: none;
  border-bottom: 1px solid #ba692a;
}
.group-sidebar ul li a {
  padding: 10px;
  display: block;
  color: #ba692a;
}
.group-sidebar ul li a:hover {
  background-color: #ba692a;
  color: #fff;
  text-decoration: none;
}
.group-sidebar ul li a img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.group-sidebar ul li a .title {
  margin-left: 15px;
  margin-top: 5px;
  font-size: 18px;
}

/* Animal box */
.animal-box {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.animal-box img {
  border: 1px solid #d0d2d3;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.animal-box h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  padding: 5px 5px 7px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

/* Animal Details */
.form-group label {
  margin-bottom: 0.1rem;
}
.form-control {
  border-radius: 0;
  border: 1px solid #ba692a;
}
.animal-details-bg {
  background: #fff;
}
.animal-details .photo-credit {
  position: absolute;
  bottom: -40px;
  left: -9px;
  transform-origin: 0 0;
  transform: rotate(270deg);
}

.animal-details .photo-container {
  position: relative; 
}
.animal-details .photo-box {
  position: relative; 
  left:15px;
}
.animal-details .photo-box img {
  border: 1px solid #ba692a;
}
.animal-details .video-play-btn {
  position: absolute; 
  top: 3px; 
  right: 20px; 
  height:55px; 
  width:55px; 
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  background-color: #e87823;
  border-radius: 50%;
  color: #fff;
  z-index: 1; 
}
.animal-details .video-play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%) translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(232, 120, 35, 0.7);
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  visibility: hidden;
  opacity: 0;
  z-index: -1; 
}
.animal-details .video-play-btn:hover {
  color: #fff; 
}
.animal-details .video-play-btn:hover:before {
  visibility: visible;
  opacity: 1; 
}
.animal-details .btn-warning {
  color: #212529;
  background-color: #db823e;
  border-color: #db823e;
  font-family: 'Antonio', sans-serif;
  color: #fff;
  border-radius: 0;
}
.animal-details .description {
  text-align: justify;
}
.animal-details .see-in-wiki {
  display: block;
  padding: 5px 15px;
  border: 1px solid rgba(36, 36, 36, 0.1);
  font-size: 14px;
  border-radius: 3px;
  color: #242424;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.animal-details .groupbar {
  max-height: 500px;
  overflow: auto;
}

/* Auth */
.login-box {
  background: #fff;
  width: 360px;
  margin: 7% auto;
  padding: 15px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.login-box h3 {
  text-align: center;
  margin-bottom: 15px;
}
.login-box .btn-warning {
  color: #212529;
  background-color: #db823e;
  border-color: #db823e;
  font-family: 'Antonio', sans-serif;
  color: #fff;
  border-radius: 0;
}
.login-box .btn-link {
  color: #db823e;
}
.login-box .btn-link:hover {
  color: #ac6128;
}

/* PROFILE CSS */
.profile .pro-img-box {
  display: block;
  text-align: center;
  width: 120px;
  height: 120px;
  background-color: #fff;
  line-height: 60px;
  text-align: center;
  color: #004650;
  -webkit-box-shadow: 0px 0px 54px 0px rgb(0 0 0 / 8%);
  box-shadow: 0px 0px 54px 0px rgb(0 0 0 / 8%);
  border-radius: 50%;
  font-size: 50px;
  margin: -80px auto 20px auto;
}
.profile .pro-img-box .img {
  width: 120px;
  height: 120px;
}
.profile .pro-img-box .img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ba692a;
}
.profile .pro-img-box .camera {
  position: relative;
  right: -36px;
  top: -52px;
  font-size: 18px;
}

/* FEED CSS */
.feed .img-box {
  width: 200px;
  height: 200px;
  border: 2px solid #ba692a;
  text-align: center;
  margin: 0px auto 0px auto;
}
.feed .img-box img {
  width: 196px;
  height: 196px;
}
.feed .detail-img-box img {
  width: 100%;
  border: 2px solid #ba692a;
}
.feed .btn-danger {
  border-radius: 0;
}

/* Wall CSS */
.wall .postBox {
  padding: 20px;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 30px;
  background: #fff;
}
.wall .postBox .avatar{
  float: left;
  display: block;
  width: 85px;
  height: 85px;
  background-color: #fff;
  line-height: 60px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  overflow: hidden;
}
.wall .postBox .save-btn {
  padding: 8px 15px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #ba692a;
  border: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.wall .postBox .uploadImg,
.wall #postEditModal .uploadImg {
  color: #000;
  cursor: pointer;
}

.wall .postBody {
  padding: 20px;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 30px;
  background: #fff;
}
.wall .postBody .avatar{
  float: left;
  display: block;
  width: 55px;
  height: 55px;
  background-color: #fff;
  line-height: 60px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  overflow: hidden;
}
.wall .postBody .postBorder {
  border-top: 1px solid rgb(242, 241, 241);
  border-bottom: 1px solid rgb(242, 241, 241);
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
}
.wall .postBody .postBorder2 {
  border-bottom: 1px solid rgb(242, 241, 241);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 50px;
  padding-right: 50px;
}
.wall .postBody .postContent {
  margin-left: 85px;
}
.wall .postBody .commentInput {
  margin-top: 8px;
}
.wall .postBody .commentInput .input-group-text {
  background: transparent;
  color: #ba692a;
}
.wall .postBody a {
  cursor: pointer;
  color: #000;
}
.wall .postBody a.text-active {
  color: #ba692a;
}
.wall .postBody a:hover {
  color: rgb(80, 79, 79);
  text-decoration: none;
}
.wall .postBody .imgBg {
  text-align: center;
  background-color: #eeefef;
}
.wall .postBody .imgBg img {
  max-width: 100%;
}

.wall .commentBox .avatar{
  float: left;
  display: block;
  width: 55px;
  height: 55px;
  background-color: #fff;
  line-height: 60px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  overflow: hidden;
}
.wall .commentBox .commentBody {
  margin-left: 85px;
  margin-bottom: 15px;
  padding: 0 10px;
  background: #f2f1f1;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
}

/* CHAT CSS */
.chat .group-sidebar .head-link {
  background: #ba692a;
  color: #fff;
  cursor: pointer;
  padding: 15px 5px 15px 5px;
  color: #fff;
  text-align: center;
  display: block;
}
.chat .group-sidebar .head-link.active,
.chat .group-sidebar .head-link:hover {
  background: #db823d;
  text-decoration: none;
}
.chat .chatContent {
  background: #FAFAFA;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
}
.chat .chatContent .chatHeader {
  padding: 10px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
  margin-bottom: 10px;
  font-size: 20px;
}
.chat .chatContent .chatFooter {
  padding: 10px;
}
.chat .chatContent .chatFooter .form-control {
  background: #DFDFDF;
  border-radius: 20px;
  padding-left: 33px;
  padding-right: 33px;
}
.chat .chatContent .chatFooter .chatUpload {
  position: absolute;
  top: 11px;
  left: 25px;
}
.chat .chatContent .chatFooter .chatSent {
  position: absolute;
  top: 11px;
  right: 25px;
}
.chat .chatContent .chatFooter .chatButton{
  display: block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  cursor: pointer;
  background: #DFDFDF;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
}
.chat .chatContent .chatBody{
  padding: 0 10px;
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.chat .chatContent .chatBody .chatRow{
  width: 100%;
  text-align: right;
  clear: both;
  display: inline-block;
}
.chat .chatContent .chatBody .chatRow .avatar{
  float: right;
  display: block;
  width: 45px;
  height: 45px;
  background-color: #fff;
  line-height: 60px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  overflow: hidden;
}
.chat .chatContent .chatBody .chatRow .chatBodyText{
  margin-right: 10px;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 10px 0 10px 10px;
  float: right;
  background-color: #e4e5e5;
  color: #ba692a;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
}
.chat .chatContent .chatBody .chatRow .chatBodyText a{
  color: #ba692a;
}

.chat .chatContent .chatBody .chatRow.two{
  text-align: left;
}
.chat .chatContent .chatBody .chatRow.two .avatar{
  float: left;
}
.chat .chatContent .chatBody .chatRow.two .chatBodyText{
  float: left;
  border-radius: 0 10px 10px 10px;
  margin-left: 10px;
  color: #ffffff;
  background-color: #db823d;
}
.chat .chatContent .chatBody .contributor{
  float: left;
  margin-left: 10px;
  text-align: left;
}

.chat .user-row ul {
  margin: 0;
  padding: 0;
}
.chat .user-row ul li {
  list-style: none;
  border-bottom: 1px solid #ba692a;
}
.chat .user-row ul li .user-anchor {
  color: #000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  cursor: pointer;
}
.chat .user-row ul li .user-anchor:hover {
  background: #ba692a;
  color: #fff;
  text-decoration: none;
}
.chat .user-row ul li .user-anchor img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
}
.chat .user-row ul li .user-anchor .user-name {
  float: left;
  margin-left: 10px;
}

.mapBody {
  margin-top: 10px;
  position: relative;
  width: 100%;
  height: 600px;
}
.mapBody #map {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pac-container {
  background-color: #FFF;
  z-index: 9999;
  position: fixed;
  display: inline-block;
  float: left;
}

@media (min-width: 992px) { 
  .collapse-only-mobile .collapse {
    display: block !important;
  }
}

[data-toggle="collapse"] .fa:before {  
  content: "\f139";
}
[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
}</pre></body></html>