body {
    color: #2E363F;
    background-color: #f1f2f7; 
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    padding: 0;
}
.carousel {
    margin-bottom: 4rem;
}
/* ============ carousel ===================== */
/* 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;
}
.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: #107ef4;
}

.navbar-custom .navbar-toggler {
    border-color: #107ef4;
    background: #107ef4;
}
.navbar-custom .navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus {
    background: none repeat scroll 0% 0% #107ef4;
    padding: 6px 10px 2px;
}
.navbar-custom .dropdown-item .active {
    color: #107ef4 !important;
}
.navbar-custom .dropdown-item:hover{
    color: #107ef4 !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;left:4px;display:inline-block;border-left: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;left:10px;display:inline-block;border-left:6px solid transparent;border-bottom:6px solid white;border-left:6px solid transparent;content:''}

.copyright {
    font-size: 12px;
    color: #ffffff;
    padding: 11px 0px 7px;
    background: none repeat scroll 0% 0% #107ef4;
    border-top: 1px solid #777;
}
.copyright a {
    font-size: 12px;
    color: #ffffff;
}

.logo {
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    max-height: 50px;
    color: #107ef4;
}
.logo-title {
    vertical-align: middle;
    line-height: 1.6;
    color: #107ef4;
}
.logo a:link {
    text-decoration: none;
}
.logo a:visited {
    text-decoration: none;
}

.logo a:hover {
    text-decoration: none;
}

.logo a:active {
    text-decoration: none;
}
.btn-twitter {
    background: #00acee;
    border-radius: 0;
    color: #fff
}
.btn-email{
    background: #00ff00;
    border-radius: 0;
    color: #fff
}
.btn-twitter:link, .btn-twitter:visited {
    color: #fff
}
.btn-twitter:active, .btn-twitter:hover {
    background: #0087bd;
    color: #fff
}
.btn-facebook {
    background: #3b5998;
    border-radius: 0;
    color: #fff
}
.btn-facebook:link, .btn-facebook:visited {
    color: #fff
}
.btn-facebook:active, .btn-facebook:hover {
    background: #30477a;
    color: #fff
}
.btn-googleplus {
    background: #e93f2e;
    border-radius: 0;
    color: #fff
}
.btn-googleplus:link, .btn-googleplus:visited {
    color: #fff
}
.btn-googleplus:active, .btn-googleplus:hover {
    background: #ba3225;
    color: #fff
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 15px;
}
.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: #107ef4;
}
.back-to-top:hover {
    color: #ffffff;
    background-color: #107ef4;
    -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;
}
.two {
    color: #ac5400;
    background-color: #FFFF00;
}

.red-text {
    color: #e96656;
}
.green-text {
    color: #a6ce39;
}

.team {
    padding: 20px;
    background: #fff;
    text-align: left;
    border-radius: 6px;
    margin-bottom: 10px;
}
.one {
    padding: 20px;
    background-color: #f7f7f7;
    padding: 40px 0 0 0;
}
.three {
    padding: 20px;
    background-color: #f7f7f7;
    padding: 40px 0 20px 0;
}
.four {
    margin-top: 40px;;
    background-color: #f7f7f7;
    padding: 40px 0 20px 0;
}
.image {
    width: 100%;
    height: 240px;
    padding-bottom: 5px;
}
h1 {
    font-size: 44px;
    line-height: 56px;
    margin: 24px 0 12px;
    font-weight: 300;
}

.btn-deck {
    color: #ffffff;
    background: #107ef4;
    border: 1px solid #107ef4;
    border-radius: 5px;
    font-weight: 300;
}

.wrapper h1 i {
    font-size: 36px;
    font-style: normal;
    padding: 0 5px;
    text-transform: uppercase;
    background-color: #107ef4;;
    color: #ffffff;
}
.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 {
    margin-top: -20px;
    padding-bottom: 0px;
    overflow: hidden;
    background: #FFFFFF;
}
.bg-cover {
    background: url('../IMG/A1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    height: 38rem;
}
.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;
}
.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;
}
direct-chat-text {
    background: #dfece7 none repeat scroll 0 0;
    border: 1px solid #dfece7;
    border-radius: 2px;
    color: #1f2121;
}

.image {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    padding-right: 0.5em;
}
.msg_list{
    float: left;
    overflow: hidden;
    border-right: 1px solid #c4c4c4;
}
.inbox_list {
    height: 420px;
    overflow-y: auto;
}

.conversation_list {
    height: 420px;
    overflow-y: auto;
}
.conversation_messages {
    height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
}
.list-group-item  a:hover {
  text-decoration:none;
}
.user-cards  a:active, a:hover {
  text-decoration:none;
}