/*ROOT*/
:root {
    --main-color: #c4bd97;
    --sec-color: #bf9b5c;
    --third-color: #222222;
    --fourth-color: #fffff;
}

/*FONT*/
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Light.woff2') format('woff2'),
    url('../fonts/Calibri-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/*MAIN*/
body {
    font-family: 'Calibri', sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

a {
    color: #bf9b5c;
    font-family: 'Calibri', sans-serif;
    font-size: 18px;
}

a:hover {
    color: #bf9b5c;
}

.btn {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #bf9b5c;
}

h1 {
    font-size: 30px;
}

h2 {
    font-family: 'Calibri', sans-serif;
    font-size: 24px;
}

.subtitle {
    font-family: 'Calibri', sans-serif;
    font-size: 20px;
    color: #222222;
    font-style: italic;
}

.box-title {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
}

.container {
    max-width: 1080px;
}

ul {
    list-style-image: url('/static/img/eule.png');
    line-height: 30px;
}

/*HEADER*/
.top-header {
    padding-top: 30px;
    padding-bottom: 30px;
}

.menu {
    margin-bottom: 30px;
    border-bottom: 1px solid #bf9b5c;
}

.menu a {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #bf9b5c;
}

.menu a i {
    font-size: 30px;
}

.menu .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #bf9b5c;
    border-color: #bf9b5c #bf9b5c #fff;
}

.nav-item {
    padding-right: 5px;
}

/*BANNER*/

.underline-top {
    margin-bottom: 30px;
}

/*LOGINBOX*/
.login-box {
    display: none;
    position: absolute;
    width: 300px;
    height: 270px;
    background-color: rgba(196, 189, 151, 0.8);
    left: 50px;
    bottom: 140px;
}

.esa-logo {
    position: absolute;
    right: 15px;
    top: 60px;
    width: 150px;
}

.eu-logo {
    position: absolute;
    right: 0px;
    bottom: 60px;
    width: 250px;
    color:white;
    font-size: 10px;
}

.eu-logo img {
    width: 250px;
}

.banner-container-fluid {
    background-color: black;
}

.banner-container {
    position: relative;
}

.banner-container video {
    width: 100%;
    height: 400px;
}

/*CONTENT*/
.logo-row .col {
    padding-bottom: 20px;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

.content-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.box-row {
    text-align: center;
    margin-right: 0px;
    margin-left: 0px;
}

.box-row-small {
    text-align: center;
    margin-right: 0px;
    margin-left: 0px;
}

.box-row h2 {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.box-row-small h1 {
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    color: white;
}

.col-box {
    padding: 0px;
}

.box-row .col {
    height: 350px;
}

.box-row-small .col {
    height: 200px;
}

.col-box p {
    padding-top: 30px;
    padding-bottom: 15px;
    font-style: italic;
    font-size: 15px;
}

.box-row h2 {
    color: white;
}

.color-box-1 {
    background-color: #c4bd97;
    padding: 25px !important;
}

.sw-btn-next {
    color: white;
    background-color: #bf9b5c;
    border: 1px solid #bf9b5c;
}

.sw-btn-next:hover {
    color: white;
    background-color: #634d28;
    border: 1px solid #634d28;
}


.btn-space2 {
    min-width: 200px;
    color: white;
    background-color: #bf9b5c;
    border: 1px solid #bf9b5c;
    margin-bottom: -3px;
    padding-left: 50px;
    padding-right: 50px;
}

.btn-space2:hover {
    color: white;
}

.color-box-1 .btn-space {
    color: #634d28;
    border: 1px solid #634d28;
    margin-bottom: -3px;
    padding-left: 50px;
    padding-right: 50px;
}

.color-box-2 {
    background-color: #bf9b5c;
    padding: 25px !important;
}

.color-box-2 .btn-space {
    color: white;
    border: 1px solid white;
    margin-bottom: -3px;
    padding-left: 50px;
    padding-right: 50px;
}

.page-container {
    margin-top: 20px;
    padding-top: 20px;
}

.page-container p {
}

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

.padding-row {
    margin-top: 30px;
    margin-bottom: 30px;
}

.orange-box {
    height: 150px;
    background-color: #bf9b5c;
    text-align: center;
    line-height: 150px;
    color: white;
    margin-bottom: 30px;
}

.orange-box a {
    color: white;
    font-size: 24px;
}

.slider-row {
    margin-bottom: 30px;
}

.slider-row .col {
    height: 300px;
}

.maintitle {
    margin: 0px !important;
}

.page-container h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-container h2 {
    margin-bottom: 30px;
}

/*FOOTER*/
.footer {
    padding-bottom: 30px;
}

.footer-right {
    text-align: left;
}

.footer a {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #bf9b5c;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #bf9b5c; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #c4bd97; /* Add a dark-grey background on hover */
}

#myBtn i {
    font-size: 30px;
}

@media only screen and (max-width: 1080px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hide-small {
        display: none;
    }

    .hidden-sm-down {
        display: none;
    }

.btn-space2 {
min-width:150px;
}

.shadow-box .carousel-item {
min-height:800px !important;
}

.space-list-item .img-fluid {
width: 150px;
margin: auto;
vertical-align: middle;
display: block;
padding-bottom: 20px;
}

h3 {
font-size:1.45rem;
}
.signup-form {
padding:10px!important;
}

.eu-logo {
left:10px;
bottom:10px;
�}

.eu-logo img {
width:150px;
}

}

.footer-right a {
    font-size: 30px;
}

@media only screen and (max-width: 800px) {
    .orange-box a {
        font-size: 14px;
    }
}

.carousel-item img {
    border-radius: 40px;
}

.carousel-caption {
    top: 40px;
}

.carousel-caption h2 {
    color: black;
}

.carousel-caption ul {
    list-style-image: url('/static/img/eule.png');

}

.carousel-caption h2 {
    color: black;
}

.shadow-box {
    border: 1px solid #bf9b5c;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.17);
}

.carousel-item li {
    text-align: left;
    color:black !important;
}

#about .carousel-item img {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 800px) {
    .box-row .col {
        margin-bottom: 2px !important;
    }

    #about .carousel-item img {
        height: 1550px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .carousel-item .d-none {
        display: block !important;
    }

    .carousel-item img {
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .carousel-caption {
        top: 10px;
    }

    .box-small-big {
        height: auto !important;
    }

    .footer-right {
        display: none;
    }

    .banner-container video {
        height: auto;
    }

    .esa-logo {
        top: 30px;
        width: 100px;
    }

}

.o-inactive .orange-box {
    background-color: #d3d3d3;
}

.custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #e9ecef
}

.custom-control-input:disabled ~ .custom-control-description {
    color: #868e96
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #007bff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem
}

.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple] {
    height: auto;
    background-image: none
}

.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-control {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #007bff
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-control:lang(en):empty::after {
    content: "Choose file..."
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en)::before {
    content: "Browse"
}

.signup-form {
    padding: 50px;
}

.nav-tabs .nav-item {
}

.logo-image {
    padding-top: 30px;
    padding-bottom: 30px;
}

.dropdown-menu .nav-item {
    padding: 0px 20px 10px 20px !important;
}

.dropdown-menu .nav-item:hover {
    padding: 0px 20px 10px 20px !important;
}

.dropdown-menu .nav-link {
    padding: 0px !important;
}

.dropdown-menu .nav-link:hover {
    text-decoration: underline;
    border: none;
    padding: 0px !important;

}

.dropdown-menu {
    display: none;
    border-top: none;
    margin-top: 1px !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #bf9b5c #bf9b5c #fff;
}

.full-width-container {
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

.login-box {
    height: 250px;
    background-color: #c4bd97;
    width: 300px;
    top: 80px;
    left: 0px;
    padding: 25px;
}

.login-box input {
    margin-bottom: 15px;
    width: 200px;
}

.login-box hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: black
}

.login-box .btn-space2 {
    font-size: 14px;
    color: black
}

.login-box a {
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.login-form {
    text-align: center;
    font-size: 14px;
}

.login-box-mobile {
    display: none;

    position: relative;
    width: 100%;
    margin-top: -60px;
    margin-bottom: 100px;
}

.login-box-mobile h2 {
    text-align: center !important;
}

.numberCircle {
    width: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    border: 2px solid #666;
}

@media only screen and (max-width: 590px) {
    .login-box-mobile {
        display: block;
    }
}

.box-row .btn-space {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -70px;
    width: 140px;
}

.box-row-small .numberCircle {
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    border: 2px solid white;
    color: white;
    margin: auto;
    margin-top: 20px;
}

.content-tab a {
    color: black;
}

.accordion {
    padding-top: 15px;
    padding-bottom: 15px;
}

.accordion .card-header {
    background-color: transparent;
    border: 0px solid white;
}

.accordion .card {
    border: none;
}

.accordion h5 {
    font-family: 'Calibri', sans-serif;
    font-size: 24px;
}

.accordion button {
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #bf9b5c;
}

.accordion button:hover {
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #bf9b5c;
}

.accordion [data-toggle="collapse"]:after {
    content: "";
    background-image: url(/static/img/arrow-down.svg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    width: 1.375rem;
    height: 1rem;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    background-size: contain;
}

.accordion [data-toggle="collapse"].collapsed:after {
    content: "";
    transform: rotate(0deg);
}

.custom-select {
    font-size: 1rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

@media (max-width: 992px) {
    .menu .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #bf9b5c;
        border: none;
        border-color: #bf9b5c #bf9b5c #fff;
    }

    .navbar-nav .dropdown-menu {
        border: none;
    }

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border: none;
    }
}

.carousel-caption {
    top: 10px;
}

.user-nav a {
    color: grey;
}

.user-nav .required {
    color: #bf9b5c !important;
    font-weight: bold;
}

.nav-link .fa {
    font-size: 30px !important;
}

.product-row {
    padding: 20px;
}

.form-control-borderless {
    border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.expert-details {
    margin-right: 10px;
    margin-bottom: 20px;
    min-height: 200px;
}

.expert-details-text {
    min-height: 150px;
    position: relative;
}

.expert-details-button {
    position: absolute;
    bottom: 0px;
    left: 10px;
}

.portfolio {
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #bf9b5c !important;
    height: 60px;
    margin-top: 15px;
    color: white;
}

/* The container */
.ccontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.ccontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.ccontainer:hover input ~ .checkmark {
    background-color: #bf9b5c;
}

/* When the checkbox is checked, add a blue background */
.ccontainer input:checked ~ .checkmark {
    background-color: #bf9b5c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.ccontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.ccontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.expert-details img {
    padding-top: 5px;
}

.navbar {
    padding-left: 0px;
    padding-right: 0px;
}

.form-control-borderless {
    height: 30px;
}

.expert-details h2 {
    padding-top: 4px;
}

.btn-space3 {
    background-color: #bf9b5c;
    border: 1px solid #bf9b5c;
    color: white;
}
..btn-space3:hover {
    color:white;
}

.user-base {
    margin-left: 0px;
    margin-right: 0px;
}

.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 40%;
    border-right: 1px solid #c4c4c4;
}

.inbox_msg {
    border: 1px solid #c4c4c4;
    clear: both;
    overflow: hidden;
}

.top_spac {
    margin: 20px 0 0;
}

.recent_heading {
    float: left;
    width: 40%;
}

.srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%;
}

.headind_srch {
    padding: 10px 29px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
}

.recent_heading h4 {
    color: #05728f;
    font-size: 21px;
    margin: auto;
}

.srch_bar input {
    border: 1px solid #cdcdcd;
    border-width: 0 0 1px 0;
    width: 80%;
    padding: 2px 0 4px 6px;
    background: none;
}

.srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
}

.srch_bar .input-group-addon {
    margin: 0 0 0 -27px;
}

.chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
}

.chat_ib h5 span {
    font-size: 13px;
    float: right;
}

.chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto
}

.chat_img {
    float: left;
    width: 11%;
}

.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}

.chat_people {
    overflow: hidden;
    clear: both;
}

.chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
}

.inbox_chat {
    height: 550px;
    overflow-y: scroll;
}

.active_chat {
    background: #ebebeb;
}

.incoming_msg_img {
    display: inline-block;
    width: 6%;
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}

.received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.received_withd_msg {
    width: 57%;
}

.mesgs {
    float: left;
    padding: 30px 15px 0 25px;
    width: 60%;
}

.sent_msg p {
    background: #05728f none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.outgoing_msg {
    overflow: hidden;
    margin: 26px 0 26px;
}

.sent_msg {
    float: right;
    width: 46%;
}

.input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
}

.type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
}

.msg_send_btn {
    background: #05728f none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
}

.messaging {
    padding: 0 0 50px 0;
}

.msg_history {
    height: 516px;
    overflow-y: auto;
}

.chat_img img {
    max-width:100%;
}

.incoming_msg_img img {
    max-width:100%;
}

.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

.panel-body
{
    overflow-y: scroll;
    height: 250px;
}


.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.shadow-box .carousel-item {
    min-height: 550px;
}

.bg-gradient {
background: #C9D6FF;
background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);
background: linear-gradient(to right, #E2E2E2, #C9D6FF);
}
ul li {
  margin-bottom:1.4rem;
}
.pricing-divider {
border-radius: 20px;
background: #C64545;
padding: 1em 0 4em;
position: relative;
}
.blue .pricing-divider{
background: #2D5772;
}
.green .pricing-divider {
background: #1AA85C;
}
.red b {
  color:#C64545
}
.blue b {
  color:#2D5772
}
.green b {
  color:#1AA85C
}

.pricing-divider-img {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 80px;
}
.deco-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.btn-custom  {
  background:#C64545; color:#fff; border-radius:20px
}

.img-float {
  width:50px; position:absolute;top:-3.5rem;right:1rem
}

.princing-item {
  transition: all 150ms ease-out;
    padding-top:20px;
}
.princing-item:hover {
  transform: scale(1.05);
}
.princing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.princing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}


i.my_check {
    color: green;
}
.divider{
    background:gray;
    color: white;
    text-align:center;
}
.divider:hover{
    color: black;
}

.bright-pink .pricing-divider {
    background: #e68282;
}
.bright-pink b {
  color:#e68282;
}

.btn-expert-signup {
    min-width:100px;padding-left:31px;
}

.gray .pricing-divider {
    background: #c4bd97;
}
.gray b {
  color:#c4bd97;
}

.green .pricing-divider {
    background: #71dd8a;
}
.green b {
  color:#71dd8a;
}

.spacec .pricing-divider {
    background: #bf9b5c;
}
.spacec b {
  color:#bf9b5c;
}

.pink .pricing-divider {
    background: #e83e8c;
}
.pink b {
  color:#e83e8c;
}

.sw-theme-arrows > .sw-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-100 {
}
.pb-100 {
}
.services-area {
}
.section-title {
  margin-bottom: 60px;
}
.section-title p {
	color: #777;
	font-size: 16px;
}
.section-title h4 {
	text-transform: capitalize;
	font-size: 40px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
.section-title h4:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	background-color: #bf9b5c;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.section-title h4:after {
	position: absolute;
	background-color: #bf9b5c;
	content: "";
	width: 10px;
	height: 10px;
	bottom: -4px;
	left: 50%;
	margin-left: -5px;
	border-radius: 50%;
}
.single-service {
	border: 1px solid #eee;
	padding: 30px 10px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.single-service i.fa {
  width: 60px;
  height: 60px;
  background-color: #bf9b5c;
  font-size: 25px;
  color: #fff;
  line-height: 60px;
  text-align:center;
  margin-bottom:20px;
}
.single-service i.fa {
	-webkit-transition: .4s;
	transition: .4s;
}
.single-service:hover i.fa {
	border-radius: 50%;
}
.single-service h4 {
	text-transform: capitalize;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 500;
}

.single-service {
    min-height: 350px;
}

.muser-base {
}

.userContent {
}

.btn-user-back {
margin-bottom:15px;
}

.space-list-item-no-padding ul li {
    margin-bottom:0px;
}

.accordion {
    border:0px;
    box-shadow:none;
}

.new-field-box .orange-box {
    margin: 10px 5px 0px 5px;
    background-color: transparent;
    border: 2px solid #bf9b5c;
    height: 40px;
    color: #bf9b5c;
    line-height: 40px;
}

.new-field-box .orange-box:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
     content: "\f054";
    position: absolute;
    right:25px;
    bottom:8px;
}

.new-field-box .orange-box i {
    font-size: 30px;
    position: absolute;
    left:30px;
    bottom:5px;
}

.share-item {
    font-size:15px;
}

@media only screen and (max-width: 600px) {
.share-item span {
display:none;
}

}

.inverted-header {
    background-color: #bf9b5c;
    color: white;
    padding:10px;
}

.help-blocks {
    background-color: #bf9b5c;
    color: white;
    padding:5px;
    margin-bottom:10px;
}

.carucol .carousel-caption h2  {
    color:white;
}

.carucol .carousel-item li {
text-align: left;
color: black !important;
color: white!important;
font-size: 15px;
}



.carucol .carousel-control-next, .carousel-control-prev {
position: absolute;
top: -55%;
bottom: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 5%;
color: #fff;
text-align: center;
opacity: .5;
}

.carousel-caption h2 {
margin-top:-10px;
margin-bottom:10px;
}

.carucol .carousel-item li {
text-align: left;
color: black !important;
color: white!important;
font-size: 18px;
margin-bottom: 5px;
}

.row {
margin-right: 0px;
margin-left: 0px;
}

@media only screen and (max-width: 800px) {

.menu{
    border-bottom:none;
}
}