body {
    color: #2E363F;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    padding: 0;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-top: 0rem;
    margin-bottom: 0rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 38rem;
    background-color: #777;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 38rem;
}
/* =========== customize navbar ========= */
.navbar-custom {
    z-index: 9999;
    border-bottom: solid 1px #a6ce39;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.navbar-custom .navbar-nav .nav-item .nav-link{
    color: #000000;
}
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link{
    color: #ffffff;
    background: #a6ce39;
}

.navbar-custom .navbar-toggler {
    border-color: #a6ce39;
    background: #a6ce39;
}
.navbar-custom .navbar-toggler {
    border-color: #a6ce39;
    background: #a6ce39;
}
.navbar-custom .navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus {
    background: none repeat scroll 0% 0% #a6ce39;
    padding: 6px 10px 2px;
}
.navbar-custom .dropdown-item .active {
    color: #ffffff !important;
    background: #a6ce39 !important;
}
.navbar-custom .dropdown-item:hover{
    color: #ffffff !important;
    background: #a6ce39 !important;
}
.navbar-custom .dropdown-menu{margin-top:2px;-webkit-border-radius:9px;-moz-border-radius:4px;border-radius:4px}
.navbar-custom .dropdown-menu:before{position:absolute;top:-7px;right:4px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}
.navbar-custom .dropdown-menu:after{position:absolute;top:-6px;right:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid white;border-left:6px solid transparent;content:''}
.two {
    background-color: #a6ce39;
}
/* =========== logo ================== */
.logo {
    margin-top: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    max-height: 50px;
    color: #a6ce39;
}
.logo-title {
    vertical-align: middle;
    line-height: 1.6;
    color: #a6ce39;
}
.logo a:link {
    text-decoration: none;
}
.logo a:visited {
    text-decoration: none;
}
.logo a:hover {
    text-decoration: none;
}
.logo a:active {
    text-decoration: none;
}
.wrapper h1 i {
    font-size: 36px;
    font-style: normal;
    padding: 0 5px;
    text-transform: uppercase;
    background-color: rgb(166,206,57);
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    top: 60px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.focus {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    background: #FFFFFF;
}

.focus a:hover {
    color: #000;
}

.btn-green {
    background: #a6ce39;
    border: 1px solid #a6ce39;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 300;
}

.copyright {
    font-size: 12px;
    color: #ffffff;
    padding: 11px 0px 7px;
    background: none repeat scroll 0% 0%  #a6ce39;
    border-top: 1px solid #777;
}
.copyright a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
}
.copyright p {
    font-size: 12px;
    color: #000;
}

.back-to-top {
    margin: 0;
    position: fixed;
    right: 30px;
    bottom: 30px;
    float: right;
    width: 40px;
    height: 40px;
    z-index: 100;
    display: none;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-color: #a6ce39;
}
.back-to-top:hover {
    color: #ffffff;
    background-color: #a6ce39;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.back-to-top i {
    font-size: 40px;
}

.icon-background {
    color: #0000FF;
}

.profile_photo_img {
    border-radius: 20px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    position: relative;
}
.msj_1 {
    float: left;
    width: calc(100% - 25px);
    border-radius: 5px;
    display: flex;
}
.msj_2 {
    float: right;
    width: calc(100% - 25px);
    border-radius: 5px;
    display: flex;
}
.msg_recived_p {
    background-color: #f1f0f0;
    color: #646464;
    float: left;
    overflow: hidden;
    position: relative;
    padding: 5px 10px 5px 12px;
    margin: 0;
    display: inline-block;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.msg_sent_p {
    background-color: #0084ff;
    color: #fff;
    display: inline-block;
    margin: 10px 0 0 30px;
    overflow: hidden;
    position: relative;
    float: right;
    padding: 5px 10px 5px 12px;
    margin: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.image {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    padding-right: 0.5em;
}

.popup-box-on {
    display: block !important;
}
.chat{
    height: 415px;
    position: fixed;
    right: 15px;
    width: 300px;
    bottom: 60px;
    display: none;
}
.chat_box {
    height: 275px;
    overflow: auto;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
}
