/*
 * Copyright 2011-2021 M
*/
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.pagination li {
    margin: 0 5px;
}

.pagination a,
.pagination span {
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #007bff;
    text-decoration: none;
    border-radius: 4px;
}

.pagination a:hover {
    background-color: #007bff;
    color: white;
}

.pagination .current {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

html {
    max-width: 100%;
    overflow-x: hidden
}

body {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.heading-font {
    font-family: 'Cormorant Garamond', serif;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:focus {
    color: #3d59e8;
    text-decoration: none;
}

p {
    color: #222;
    font-size: 15px;
}

.mr-3 {
    margin-bottom: 3rem;
}

.section-space {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-space2 {
    padding-top: 100px;
    padding-bottom: 200px;
}

.btn-main {
    border-radius: 4px;
    padding: 0.65rem 1.25rem;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    position: relative;
    letter-spacing: .5px;
    background-color: #c01466;
    border: 1px solid #c01466;
    text-transform: uppercase;
}

.btn-main:focus {
    color: #fff;
}

.btn-main:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #ffffff;
}

.btn-main.sm-btn {
    padding: 0.35rem 1rem;
    font-size: 14px;
}

.btn-main.border-btn {
    color: #c01466;
    border: 1px solid #c01466;
    background: white;
}

.btn-main.border-btn:hover {
    color: #fff;
    background-color: #000000;
    border: 1px solid #000000;
}

button:focus, .btn:focus, .btn:active:focus, .btn:active.focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::placeholder {
    color: rgba(8, 29, 70, 0.8);
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: rgba(8, 29, 70, 0.8);
}

.form-control::-ms-input-placeholder {
    color: rgba(8, 29, 70, 0.8);
}

.main-h {
}

.main-h .m-sub {
    color: #c01466;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .5px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.main-h .m-title {
    font-size: 4.5rem;
    font-style: italic;
    color: #000000;
    line-height: 1;
    margin-bottom: 37px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: 'Cormorant Garamond', serif;
    position: relative;
}

.main-h .m-title:after {
    content: '';
    position: absolute;
    width: 25%;
    height: 1px;
    background-color: #c01466;
    left: 0;
    bottom: -8px;
}

.main-h.main-center .m-title:after {
    content: '';
    position: absolute;
    width: 15%;
    height: 1px;
    background-color: #c01466;
    left: 43%;
    right: auto;
    bottom: -8px;
    margin-left: auto;
    margin-right: auto;
}

/* default css ebds */
/* Navbar */
.navbar-light.bg-light {
    background-color: rgb(255 255 255 / 83%) !important;
    /* box-shadow: 1px 3px 11px whitesmoke; */
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    b
    }

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-light .navbar-nav .nav-link.active:before, .navbar-light .navbar-nav .show>.nav-link:before {
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    background: #579fd6;
    height: 3px;
    -webkit-transition-property: left right;
    transition-property: left right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navbar-light.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-light.is-sticky .navbar-brand img {
    width: 80px
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 12px;
    font-size: 14px;
    margin-left: 17px;
    line-height: 17px;
    color: rgb(0 0 0 / 90%);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.navbar-light.is-sticky .navbar-nav .nav-link {
    color: #000000 !important;
}

.navbar-light.is-sticky .navbar-nav .nav-link.active, .navbar-light.is-sticky .navbar-nav .show>.nav-link {
    color: #ffffff !important;
}

.navbar-brand {
    
}

.navbar-brand img {
    font-weight: 500;
    letter-spacing: .3px;
    font-size: 22px;
    width: 130px;
    margin-left: 30px;
    margin-right: 30px
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #c01466 !important;
}

.navbar-light .nav-item .dropdown-menu {
    padding: 12px;
}

.navbar-light .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #343434;
    opacity: 1;
}

.navbar-light .nav-item .sm-btn {
    padding: 10px 16px;
    font-size: 14px;
    margin-left: 17px;
    line-height: 17px;
    color: #fff;
    font-weight: 600;
}

.navbar-light .nav-item .sm-btn:hover {
    color: #fff;
}

.navbar-light .navbar-nav .dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #85c700;
    border-radius: 7px;
}

.dropdown-toggle::after {
    content: "\ea99";
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    text-transform: none;
    white-space: nowrap;
    vertical-align: -.10em;
}

.navbar-btn-bg {
    background-color: #579fd6;
    color: #fff;
    border-radius: 10px;
    padding: 7px 17px;
}

.navbar-btn-bg:hover {
    color: #081D46 !important;
}

.navbar-btn-border {
    border: 1px solid #579fd6;
    border-radius: 10px;
    padding: 7px 17px;
}

.navbar-btn-border:hover {
    border: 1px solid #fff;
}

.is-sticky .navbar-btn-border:hover {
    border: 1px solid #01C981;
    color: #081D46 !important;
}

.nav-c .navbar-light .navbar-nav .nav-link.active, .nav-c .navbar-light .navbar-nav .show>.nav-link {
    color: #081D46;
}

.nav-c .navbar-light .navbar-nav .nav-link {
    color: #081D46;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

@-moz-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

.in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.navbar-light.is-sticky .navbar-nav .nav-link.btn {
    color: #fff !important;
}

/* main header */
.main{
    position: relative;
}
.main .slider-content{
    z-index: 5;
    margin-top: 24%;
    display: block;
    position: relative;
}
.main .slider-content h1{
    color: #ffffff;
    font-weight: 600;
    font-size: 4.2rem;
    font-family: 'Cormorant Garamond', serif;
}
.main .slider-content p{
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 40px;
    font-size: 26px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
}
.main .owl-carousel{
    position: relative;
}
.main .owl-carousel .item{
    height: 100vh;
}
.main .owl-carousel .slide-1{
    background-image: url(../../assets/img/slide-1.jpg);

}
.main .owl-carousel .slide-2{
    background-image: url(../../assets/img/slide-3.jpg);
}
.main .owl-carousel .item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main .owl-carousel .item:before{
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(-224deg, #0000008a 41%, #00000069 100%);
} 
.main .owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    bottom: 4%;
    left: 2%;
}
.main .owl-dots .owl-dot.active:before{
    border-color: #feb406;
    color: #fff
}
.main .owl-theme .owl-dots .owl-dot{
    display: none !important
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.main .owl-theme .owl-dots .owl-dot.active span{
    background: #3d59e8;
}
.main .owl-theme .owl-dots .owl-dot:hover span {
    background: #7c91ff;
}
.main .owl-theme .owl-dots .owl-dot span{
    background: #fff;
    display:none;
}
.owl-theme .owl-nav {
    position: absolute;
    bottom: 6%;
    right: 0%;
    width: 100%;
}
.main .owl-carousel .owl-nav button.owl-next, .main .owl-carousel .owl-nav button.owl-prev{
    background: #d5005e;
    color: #ffffff;
    padding: 0!important;
    font: inherit;
    width: 42px;
    height: 42px;
    line-height: 21px;
    border: 1px solid #c01466;
    border-radius: 100px;
    font-size: 28px;
}
.main .owl-carousel .owl-nav button.owl-next:hover, .main .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: #c01466;
    color: #fff;
}
.owl-dot:before{
    display: block;
    opacity: 0.3;
    border-bottom: 1px solid #919191;
    font-size: 12px;
    font-weight: 600;
    width: 50px;
    padding: 12px 5px;
}
.main-top{
    color: #3d59e8;
    font-size: 1.2rem;
}
.main-heading{
    font-size: 2.5rem;
    line-height: 3.125rem;
    font-weight: 300;
    text-transform: capitalize;
}
.sub-heading{
    font-size: 1.2rem;
    color: gray;
    line-height: 1.8rem;
    font-weight: 100;
}

.header-social {
    position: absolute;
    right: 2.3%;
    top: 40%;
    z-index: 50;
}

.header-social li a {
    background-color: #c01466;
    color: #fff;
    margin-top: 10px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    text-align: center;
    line-height: 35px;
    font-size: 22px;
}
.header-social li a i{
    line-height: 35px;
}
.wed-sec{
  background-color: #faf7f5;  
}
.list-ev li{
    margin-bottom: 12px;
    font-size: 15px;
    color: #222;
    position: relative;
    padding-left: 14px;
}
.list-ev li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #c01466;
}
.list-ev li b{
    color: #222;
}
/* About Sec */
.ab-sec {
    background-color: #faf7f5;
}

.ab-sec p {
    width: 80%;
    font-size: 15px;
    margin-bottom: 3rem;
}

.feature-box {
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 1px 6px #e4e4e4;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 30px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.feature-margin {
    margin-top: 2rem;
}

.feature-box:hover .feature-title, .feature-box:hover p {
    position: relative;
    z-index: 5
}

.feature-box:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    filter: progid:DXImageTransform.Microsoft.BasicImage(invert='1');
    z-index: 4;
    position: relative;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-box:hover p {
    color: #fff;
}

.feature-box:hover:after {
    height: 100%;
}

.feature-box:after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #c01466;
    bottom: 0px;
    left: 0px;
    position: absolute;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-box .feature-title {
    font-size: 19px;
    margin-top: 22px;
    margin-bottom: 12px;
}

.feature-box p {
    width: 100%;
    width: 100%;
    margin-bottom: 0px;
}

/* Service Section */
.over-img-left {
    position: relative;
}

.lower-img {
    box-shadow: 1px 2px 5px #6b6b6b;
}

.over-img2 {
    position: absolute;
    bottom: -16%;
    right: 10%;
    box-shadow: 1px 2px 5px black;
    animation: move 3s linear infinite;
}

.over-img {
    position: absolute;
    bottom: -16%;
    left: 10%;
    box-shadow: 1px 2px 5px black;
    animation: move 3s linear infinite;
}

@-webkit-keyframes move {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(25px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes move {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(25px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-o-keyframes move {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(25px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes move {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(25px);
    }

    100% {
        transform: translateY(0px);
    }
}

.con-serv {
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

/* counter sec */
.counter {
    background-image: url(../../assets/img/counter-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-attachment: fixed;
    margin-top: 1rem;
    padding-top: 150px;
    padding-bottom: 150px
}

.counter:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 66%);
    position: absolute;
    z-index: 0;
}

.counter-box {
    z-index: 2;
    position: relative;
    text-align: center
}

.counter-box .counter-value {
    font-size: 60px;
    font-weight: 700;
    color: #c01466;
}

.counter-box p {
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
    font-style: italic;
    font-size: 26px;
    letter-spacing: 1.5px;
    font-weight: 300;
    margin-bottom: 0px;
}

/* SHOP SLIDER */
.shop-sec {
    background-color: #faf7f5;
}


.m-p .post-title a {
    font-weight: 700;
}

.post-overaly-style {
    position: relative;
    overflow: hidden;
}

.post-overaly-style:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgb(0, 0, 0) 100%);
}

.post-overaly-style .post-content {
    position: absolute;
    bottom: 0;
    padding: 25px;
    z-index: 5;
}

.post-thumb {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    height: 190px;
}

.post-thumb a {
    height: 100%;
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.post-block-style:hover .post-thumb a {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.post-block-style.post-float:hover .post-thumb img {
    transform: none;
}

.btn-row .time-c {
    font-size: 12px;
}

.thumb-float-style .post-cat {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.post-block-style .area {
    font-size: 14px;
    color: #8a99b3;
    margin-top: 8px;
    padding-left: 10px;
    line-height: 1.3;
}

.post-block-style .area i {
    color: #4CAF50;
    position: absolute;
    left: 10px;
    line-height: 1.4;
}

.post-content .star-list {
    margin-top: 10px;
}

.post-content .star-list li {
    margin-right: 2px;
}

.post-content .star-list li .fas {
    font-size: 13px;
    color: #ffa000;
}

.post-content .star-list li .far {
    font-size: 13px;
    color: gray;
}

.featured-slider .owl-stage {
    padding-top: 20px;
    padding-bottom: 20px;
}

.owl-stage-outer {
    overflow: visible;
}

.owl-item {
    opacity: 0;
    transition: opacity 500ms;
}

.owl-item.active {
    opacity: 1;
}

.featured-slider .owl-nav {
    display: block !important;
}

button:focus {
    outline: 0px dotted;
    outline: none;
}

.featured-slider .owl-nav button {
    display: block;
    font-size: 1.3rem!important;
    line-height: 2em;
    border-radius: 0px !important;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 2.5rem !important;
    text-align: center;
    background: rgb(0 0 0)!important;
    border: 1px solid #e8ebf3!important;
    z-index: 99;
    box-shadow: 0 4px 15px rgba(67, 67, 67, .15);
}

.featured-slider .owl-nav button span {
    color: #fff;
    font-size: 26px;
    line-height: 16px;
}

.featured-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #71c144;
    text-decoration: none;
}

.featured-slider .owl-nav .owl-next, .featured-slider .owl-nav .owl-prev {
    top: 58%;
}

.featured-slider .owl-nav .owl-prev {
    left: 15px;
}

.featured-slider .owl-nav .owl-next {
    right: 15px;
}

.featured-slider .owl-nav .owl-prev {
    top: 50%;
    left: -25px;
    right: -1.5em;
    margin-top: -1.65em;
}

.featured-slider .owl-nav .owl-next {
    top: 50%;
    right: -25px;
    margin-top: -1.65em;
}

/* client testimonial */
.client-say {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.client-say img {
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 46%;
    z-index: -1;
}

.client-say p {
    font-size: 18px;
    font-style: italic;
}

.client-say .client-img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 2px 9px #c3c3c3;
    overflow: hidden;
    margin-top: 2rem;
}

.client-say .client-img img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.client-say .client-name {
    color: #c01466;
    text-transform: uppercase;
    margin-top: 1rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
}

.featured-slider.m-test .owl-nav .owl-prev {
    top: 20%;
    left: -55px;
    right: -1.5em;
    margin-top: -1.65em;
    position: absolute;
}

.featured-slider.m-test .owl-nav .owl-next {
    position: absolute;
    top: 20%;
    right: -65px;
    margin-top: -1.65em;
}

.featured-slider.m-test .owl-nav button {
    background-color: #c01466 !important
}

.m-testimonial {
    position: relative;
}

.m-testimonial .test-bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* news letter */
.news-letter {
    background-color: #c01466;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.news-letter h1 {
    font-weight: 700;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 32px;
    border-right: 1px solid #fff;
}

.news-letter p {
    color: #fff;
    margin-bottom: 0px;
}

.news-letter .btn-main {
    border: 1px solid #fff;
}

.news-letter .form-control {
    border-radius: 0px;
    height: 45.2px;
}

/* Footer */
.footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #98a2aa;
    background-attachment: fixed;
    background-color: #fbf7f4;
}

.footer-logo img {
    width: 100px;
}

.footer .footer-middle {
    padding: 70px 0 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer .footer-middle h6 {
    color: #000000;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 0 20px;
    letter-spacing: 1px;
    font-weight: 700;
}

.footer .footer-middle .nav li:not(:last-child) {
    margin-bottom: 8px;
}

.footer .footer-middle .nav a {
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #222;
    font-weight: 500;
}

.footer p {
    color: #222;
}

.footer .footer-middle .nav a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0px;
    height: 1px;
    left: 0;
    background: rgba(255, 255, 255, 0.48);
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
}

.footer .footer-middle .nav p {
    position: relative;
    padding-left: 25px;
    color: #222;
}

.footer .footer-middle .nav p i {
    position: absolute;
    font-size: 17px;
    margin-top: 3px;
    color: #c01466;
    float: left;
    left: 0;
}

.footer .footer-bottom {
    padding: 20px 0;
    background-color: #c01466;
}

.footer .footer-bottom p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.footer .social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .social-icons li {
    display: inline-block;
    margin-right: 14px;
}

.footer .social-icons a {
    color: rgb(255 255 255);
    font-size: 20px;
}

.footer .social-icons a:hover {
    color: #ffffff;
}

/* Login Register */
.row-height {
    min-height: 100vh !important;
    height: 100vh;
}

.register .content-left-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    min-height: 100%;
    padding: 0 90px;
    color: #fff;
    text-align: center;
    position: relative;
}

.register .left-div {
    background-image: url(../../assets/img/register-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.register .left-div.left-div2 {
    background-image: url(../../assets/img/shop-1.jpg);
}

.register .left-div.left-div3 {
    background-image: url(../../assets/img/shop-3.jpg);
}

.register .left-div:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #EECDA3;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #EF629F, #EECDA3);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #c01466d4, #dc157487);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.content-left-wrapper div {
    position: relative;
    z-index: 4;
}

.content-left-wrapper h1 {
    color: #fff;
    margin-top: 0;
    font-size: 4rem;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 300;
    position: relative;
    margin-bottom: 2rem;
}

.content-left-wrapper h1:after {
    content: '';
    position: absolute;
    width: 15%;
    height: 1.5px;
    background-color: #000000;
    left: 41%;
    right: auto;
    bottom: -8px;
    margin-left: auto;
    margin-right: auto;
}

.content-left-wrapper p {
    color: #fff;
}

.content-right {
    background: #faf7f5;
}

.reg-form .form-group {
    margin-bottom: 1rem;
    position: relative
}
.reg-form .form-group  label{
    font-size: 15px;
    margin-bottom: 8px
}
.reg-form .form-group .form-control {
    height: 48px;
    font-size: 14px;
    background-color: #faf7f5;
    border-radius: 0px;
    box-shadow: 1px 1px 10px #e8e8e8;
}

.reg-form .form-check-label {
    font-size: 15px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.form-check-input:checked {
    background-color: #c01466;
    border-color: #c01466;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #c0146640;
}

.reg-form a {
    color: #c01466
}

.content-right a {
    color: #c01466
}

.content-right P {
    font-size: 15px;
    font-weight: 500;
}
/* Trading */
.trading-box{
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    margin-top: 30px;
    padding: 20px;
}
.trading-box .trading-img{
    height: 100%;
    width: 100%;
}
.trading-box .trading-des{
    
}
.trading-box .trading-des h3{
    font-size: 21px;
    font-weight: 700;
}
.trading-box .trading-des p{
    font-size: 14px;
    margin-bottom: 40px;
}
.trading-box .trading-des .btn-main {
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
}
/* Inner Jumbotron */
.inner-jumbo {
    padding-top: 170px;
    padding-bottom: 10px;
    background-color: #faf7f5;
}

.inner-jumbo .breadcrumb {
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
}

.inner-jumbo .breadcrumb a {
    color: #c01466
}

.inner-jumbo h1 {
    font-size: 3.5rem;
    font-style: italic;
    color: #000000;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: 'Cormorant Garamond', serif;
    position: relative;
}

.form-event {
    background: rgb(250 247 245 / 72%);
    padding: 30px;
    box-shadow: 1px 1px 10px #e8e8e8;
}

.form-event .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 10px;
    margin-bottom: .125rem;
    height: 48px;
    font-size: 14px;
    background-color: #faf7f5;
    border-radius: 0px;
    box-shadow: 1px 1px 10px #e8e8e8;
    border: 1px solid #ced4da;
}

.form-event .form-check-label {
    display: block;
    padding-bottom: 11px;
    padding-top: 11px;
    font-size: 14px;
    height: 48px;
}

.form-event .form-check-input {
    position: static;
    margin-top: 14px;
    margin-right: 5px;
    margin-left: 0;
}

.form-event .main-h .m-title {
    font-size: 2.5rem;
    font-weight: 400;
}

.form-event .ui-datepicker-trigger {
    position: absolute;
    top: 12px;
    right: 10px;
}

.event-div {
    background-image: url(../../assets/img/event-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position-y: bottom;
    background-attachment: fixed;
}

/* Search list */
.m-search-list {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
    background-color: #fff;
    position: relative;
}

.m-search-list .srch-list-img {
    min-height: 195px;
    height: auto;
    width: 100%;
    overflow: hidden;
    margin: 5px;
    position: relative
}

.m-search-list .srch-list-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.m-search-list .price-tag {
    display: inline-block;
    padding: 7px;
    color: #c01466;
    font-size: 14px;
    font-weight: 600;
}

.m-search-list .price-cut {
    display: inline-block;
    padding: 7px;
    color: #e698bd;
    font-size: 14px;
    font-weight: 600;
    text-decoration: line-through;
}

.m-search-list p {
    font-size: 14px;
    margin-bottom: 10px
}

.m-search-list:hover .srch-list-img img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.m-search-list .list-img img {
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 120px;
    width: 100%;
}

.m-search-list .list-img {
    position: relative;
    overflow: hidden;
    height: 130px;
}

.m-search-list .list-content {
    padding: 15px 10px 15px 0px;
    width: 100%;
}

.m-search-list .list-content .sm-btn {
    font-size: 13px;
    padding: 7px 10px;
    display: inline-flex;
    right: 10px;
}

.m-search-list .list-content h3 {
    font-size: 19px;
    font-weight: 500;
    color: #c01466;
    margin-bottom: 9px;
}

.m-search-list .list-inline {
    position: absolute;
    top: 4px;
    padding: 4px 7px;
    left: 4px;
    background: #02020270;
    margin-bottom: 0px;
}

.m-search-list .list-inline .list-inline-item .rating-text {
    background: #c01466;
    color: #fff;
    padding: 4px 5px;
    font-weight: 700;
}

.m-search-list .list-inline .list-inline-item i {
    color: #ffa000;
}

.m-search-list .list-inline .list-inline-item {
    font-size: 13px;
    margin-right: 4px;
}

.div-btm-btn {
    position: absolute;
    right: 0px;
    bottom: 7px;
}

.list-rm {
    bottom: 0;
    right: 0;
    background: #02244d;
    color: #fff;
    padding: 3px 5px;
    text-transform: uppercase;
    font-size: 13px;
}

.list-rm1 {
    bottom: 0;
    right: 0;
    background: #71c144;
    color: #fff;
    padding: 3px 5px;
    text-transform: uppercase;
    font-size: 13px;
}

.list-rm1:hover, .list-rm1:focus {
    background: #02244d;
    color: #fff;
    text-decoration: none;
}

.search-div {
    background-color: #faf7f5e3;
    padding: 30px;
}

.search-div .m-title {
    font-size: 2.5rem
}

/* Off canvas */
.m-offcanvas {
    text-align: left;
}

.m-offcanvas .m-search-list {
    margin-top: 1rem;
}

.m-offcanvas .m-search-list .srch-list-img {
    min-height: 50px;
    height: 85px;
}

.m-offcanvas .m-search-list .list-content h3 {
    font-size: 14px;
    margin-bottom: 2px;
}

.m-offcanvas .m-search-list .price-tag {
    font-size: 12px;
    color: #000;
}

.m-offcanvas .m-search-list.alert-dismissible {
    padding-right: 0rem;
    padding: 0px;
}

.m-offcanvas .m-search-list .btn-close {
    font-size: 14px;
    padding: 4px;
    bottom: 1px;
    line-height: 3px;
    right: 5px;
    color: #ffffff;
    opacity: 1;
    background: red;
}

.m-navigation {
    margin-top: 2rem;
}

.m-navigation .pagination {
    display: inline-flex;
}

.m-navigation .page-link {
    position: relative;
    display: block;
    color: #c01466;
}

.m-navigation .page-item.active .page-link {
    color: #fff;
    background-color: #c01466;
    border-color: #c01466;
}

.m-navigation .page-link:focus {
    box-shadow: none;
}

/* Event Detail Page */
.detail-bg {
    background-image: url(../../assets/img/detail-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    background-position: center;
}

.evdt-box {
    background-color: #faf7f5cc;
    padding: 30px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.m-bg {
    background-color: #ececec4f;
}

.m-bg .evdt-con {
    padding: 15px 0px;
}

.event-dt {
    margin-bottom: 2.5rem;
}

.evdt-title {
    font-style: italic;
    color: #000000;
    line-height: 1;
    margin-bottom: 37px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Cormorant Garamond', serif;
    position: relative;
    font-size: 2.5rem;
}

.evdt-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.evdt-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.evdt-pbox {
    padding: 15px 0px;
    color: #000;
    margin: 0px 10px 15px 10px;
    font-size: 20px;
    border-bottom: 2px dashed #8e8e8e73;
}

.evdt-pbox .title {
    display: block;
    margin-bottom: 8px;
    color: #424242;
    line-height: 1;
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize;
}

.evdt-pbox .title i {
    font-size: 13px;
    vertical-align: middle;
}

.evdt-pbox .con {
    color: #c01466;
    font-size: 18px;
    font-weight: 500;
}

.evdt-pbox .list-inline {
    left: 4px;
}

.evdt-pbox .list-inline .list-inline-item .rating-text {
    background: #c01466;
    color: #fff;
    padding: 4px 5px;
    font-weight: 700;
}

.evdt-pbox .list-inline .list-inline-item i {
    color: #ffa000;
}

.evdt-pbox .list-inline .list-inline-item {
    font-size: 15px;
    margin-right: 4px;
}

.inner {
    width: 100%;
    height: 133px;
    overflow: hidden;
}

.inner a img {
    width: 100%;
    height: 133px;
    object-fit: cover;
    border: 3px solid #e0e0e0;
}

.img-collapse {
}

.img-collapse .card {
    background-color: transparent;
    margin-bottom: 2rem;
    border: 0px;
    padding: 0px;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: #c0146696 !important;
}

.glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: #c01466 !important;
}

.user-comment .list-inline {
    left: 4px;
    margin-bottom: 5px;
}

.user-comment .list-inline .list-inline-item .rating-text {
    background: #c01466;
    color: #fff;
    padding: 4px 5px;
    font-weight: 700;
}

.user-comment .list-inline .list-inline-item i {
    color: #ffa000;
}

.user-comment .list-inline .list-inline-item {
    font-size: 14px;
    margin-right: 4px;
}

.user-comment {
    border: 1px solid #e8e8e8;
    padding: 20px;
    position: relative;
    padding-left: 110px;
    margin-bottom: 15px;
}

.user-comment .user-icon {
    position: absolute;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    left: 20px;
}

.user-comment .user-icon img {
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 1px 2px 7px #d8d8d8;
}

.user-comment .User-des h5 {
    font-size: 16px;
    margin-bottom: 3px;
}

.user-comment .User-des p {
    font-size: 14px;
    margin-bottom: 0px;
}

.des-box {
    border-bottom: 2px dashed #8e8e8e73;
    margin-bottom: 2rem;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

.rating-stars ul > li.star {
    display: inline-block;
}

.rating-stars ul > li.star > i.fa {
    font-size: 18px;
    /* Change the size of the stars */
    color: #ccc;
    /* Color on idle state */
}

.rating-stars ul > li.star.hover > i.fa {
    color: #FFCC36;
}

.rating-stars ul > li.star.selected > i.fa {
    color: #ffa000;
}

/* About Page */
.ab-sec2 {
    background-color: #f5f5f5;
}

.c-div {
    position: relative;
}

.c-div:after {
    content: '';
    position: absolute;
    top: 0;
    width: 56%;
    bottom: 0;
    left: -300px;
    background: #faf7f5;
    z-index: -1;
}
.rc.c-div:after {
    width: 100%;
    bottom: 0;
    left:0;
}
.choose-box {
    margin-bottom: 40px;
    padding-left: 65px;
    position: relative;
}

.choose-box img {
    width: 40px;
    position: absolute;
    left: 0;
}

.choose-box h3 {
    font-size: 21px;
    margin-bottom: 3px;
    color: #c01466;
}

.choose-box p {
    font-size: 15px;
    border-bottom: 2px dashed pink;
    padding-bottom: 18px;
}

.add-con-div {
    background-color: #faf7f5;
}

.add-box {
    background-color: #fff;
    text-align: center;
    padding: 20px;
    width: 100%;
    box-shadow: 1px 2px 5px #dadada;
}

.add-box .mi {
    font-size: 18px;
    margin-bottom: 21px;
    color: #fff;
    background: #c01466;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    line-height: 35px;
    text-align: center;
}side

.add-box h5 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

.add-box p {
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 3px;
}
.add-box .list-inline li a{
    color: #222;
    font-size: 18px;
}
/* User Profile */
.pro-back{
    padding: 10px;
    background-color: #c014663b;
    border-radius: 0px;
}
.user-profile{
    background: #c01466;
    padding: 22px;
    text-align: center;
}
.user-profile .user-img{
    background: #0000004f;
    display: inline-block;
    padding: 6px;
    width: 100px;
    height: 100px;
    box-shadow: 1px 6px 11px rgb(0 0 0 / 41%);
}
.user-profile .user-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user-profile h5{
    font-weight: bold;
    font-size: 18px;
    line-height: 15px;
    letter-spacing: 0.05em;
    color: #F5F5F5;
    text-align: left;
}
.user-profile h1{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #F5F5F5;
    margin-top: 7px;
}
.user-profile p{
    font-size: 20px;
    font-weight: 600;
    margin-top: 1.3rem;
    line-height: 1.2;
    margin-bottom: 0rem;
    color: #000000;
}
.user-profile h2{
    font-weight: bold;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.05em;
    color: #00DD8D;
}
.slist-g{
    margin-top: 20px;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
}
.slist-g .list-group-item {
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #081D46;
    padding: 18px 15px;
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0px;
}
.slist-g .list-group-item:nth-child(odd) {
    background: #F5F5F5;;
}
.slist-g .list-group-item:nth-child(even) {
    background: #ffffff;;
}
.slist-g .list-group-item.active{
    background-color: #c01466;
    color: #fff;
}
.slist-g .list-group-item.active i{
    color: #fff;
}
.slist-g .list-group-item-action:focus, .slist-g .list-group-item-action:hover {
    background-color: #c01466;
    color: #fff;
}
.slist-g .list-group-item-action:focus i, .slist-g .list-group-item-action:hover i{
    color: #fff;
}
.slist-g .list-group-item i{
    padding-right: 5px;
    vertical-align: middle;
    font-size: 18px;
    color: #c01466;
}
.slist-g .list-group-item.active img, .slist-g .list-group-item-action:focus img, .slist-g .list-group-item-action:hover img{
    filter:brightness(0) invert(1);
}
.ms-table{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.ms-table .table-responsive{
}
.ms-table .table{
    margin-bottom: 0px;
}
.ms-table tr th{
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #ffffff;
    padding: 17px 10px;
    background: #c01466;
}
.ms-table.ms-table2 tr th{
    color: #c01466;
    background: #fff;
}
.ms-table tr td{
    font-weight: normal;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: rgb(0 0 0);
    padding: 17px 10px;
}
.ms-table  .table>:not(caption)>*>*{
    border-bottom-width: 0px;
}
.table-hover>tbody>tr:hover{
    background-color: #de297f;
    transition: color .5s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.table-hover>tbody>tr:hover td{
    color: #fff;
}
.m-dash{
    padding-top: 200px;
    padding-bottom: 100px;
}
.m-dash .main-h{
    font-size: 3.5rem;
    font-style: italic;
    color: #000000;
    line-height: 1;
    margin-bottom: 35px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: 'Cormorant Garamond', serif;
    position: relative;
}
/* new css */
.error-div{
    padding-top: 150px;
    padding-bottom: 150px;
}
/* CHAT PAGE */
.chat-div{
    padding-top: 140px;
    padding-bottom: 140px;
    background-image: url(../../assets/img/event-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position-y: bottom;
    background-attachment: fixed;
}
body.offcanvas-active{
    overflow:hidden;
}

.offcanvas-header{ display:none; }

.screen-darken{
    height: 100%;
    width:0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity:0;
    visibility:hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
    z-index:10; 
    transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}
.mobile-offcanvas{
    background: #c01466;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
@media all and (max-width: 991px) {

    .offcanvas-header{ display:block; }
    .mobile-offcanvas{
        visibility: hidden;
        transform:translateX(-100%);
        border-radius:0; 
        display:block;
        position: fixed;
        top: 0; left:0;
        height: 100%;
        z-index: 1200;
        width:80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }

    .mobile-offcanvas.show{
        visibility: visible;
        transform: translateX(0);
    }
    .mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
        display: block;
    }

}
.chat{
    margin-top: auto;
    margin-bottom: auto;
}
.chat-div .card{
    height: 650px;
    border-radius: 0px;
}
.contacts_body{
    padding:  0.75rem 0 !important;
    overflow-y: scroll;
    height: 578px;
    white-space: nowrap;
}
.msg_card_body{
    overflow-y: scroll;
    padding: 30px 20px;
    background: #faf7f5e3;
}
.chat-div .card-header{
    border-radius: 0px;
    border-bottom: 0 !important;
    padding-top: 20px;
}
.chat-div .card-footer{
    border-radius: 0px;
    border-top: 0 !important;
}
.chat-div  .container{
    align-content: center;
}
.chat-div  .search{
    border-radius: 0px !important;
    background-color: rgb(255 255 255) !important;
    border:0 !important;
    color: #080606 !important;
}
.search:focus{
    box-shadow:none !important;
    outline:0px !important;
}
.type_msg{
    background-color: #eaeaea !important;
    border:0 !important;
    color: #000 ;
    height: 60px !important;
    overflow-y: auto;
}
.type_msg:focus{
    box-shadow:none !important;
    outline:0px !important;
}
.attach_btn{
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
}
.send_btn{
    background-color: #c01466;
    color: white !important;
    cursor: pointer;
    border-radius: 0px;
    height: 100%;
}
.search_btn{
    border-radius: 0 !important;
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
    height: 43px;
}
.contacts{
    list-style: none;
    padding: 0;
}
.contacts li{
    width: 100% !important;
    padding: 5px 15px;
    margin-bottom: 16px !important;
}
.chat-div .active{
    background-color: rgba(0,0,0,0.3);
}
.user_img{
    height: 50px;
    width: 50px;
    border:1.5px solid #f5f6fa;
}
.user_img_msg{
    height: 40px;
    width: 40px;
    border:1.5px solid #f5f6fa;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.img_cont{
    position: relative;
    height: 50px;
    width: 60px;
}
.img_cont_msg{
    height: 40px;
    width: 40px;
}
.online_icon{
    position: absolute;
    height: 15px;
    width:15px;
    background-color: #4cd137;
    border-radius: 50%;
    bottom: 0.2em;
    right: 0.4em;
    border:1.5px solid white;
}
.offline{
    background-color: #c23616 !important;
}
.user_info{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    padding-top: 1px;
}
.user_info span{
    font-size: 17px;
    color: white;
}
.user_info p{
    font-size: 12px;
    color: rgb(255 255 255 / 70%);
    margin-bottom: 0px;
}
.user_info.user_info2 span{
    color: #c01466;
    font-weight: 600;
}
.user_info.user_info2 p{
    color: #c01466;
}
.video_cam{
    margin-left: 50px;
    margin-top: 5px;
}
.video_cam span{
    color: white;
    font-size: 20px;
    cursor: pointer;
    margin-right: 20px;
}
.msg_cotainer{
    margin-top: auto;
    margin-bottom: 40px;
    margin-left: 10px;
    border-radius: 4px;
    background-color: #c01466;
    padding: 13px;
    position: relative;
    color: #fff;
    width: 50%;
    font-size: 15px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.msg_cotainer_send{
    margin-top: auto;
    margin-bottom: 50px;
    margin-right: 10px;
    border-radius: 5px;
    padding: 13px;
    background-color: #faf7f5;
    position: relative;
    width: 41%;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.msg_time{
    position: absolute;
    left: 0;
    bottom: -24px;
    color: #c01466;
    font-size: 12px;
}
.msg_time_send{
    position: absolute;
    right:0;
    bottom: -24px;
    color: #c01466;
    font-size: 12px;
}
.msg_head{
    position: relative;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    background: #faf7f5e3;
    padding-top: 10px !important;
}
#action_menu_btn{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #c01466;
    cursor: pointer;
    font-size: 20px;
}
.action_menu{
    z-index: 1;
    position: absolute;
    padding: 15px 0;
    background-color: rgba(0,0,0,0.5);
    color: white;
    border-radius: 15px;
    top: 30px;
    right: 15px;
    display: none;
}
.action_menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.action_menu ul li{
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px;
}
.action_menu ul li i{
    padding-right: 10px;

}
.action_menu ul li:hover{
    cursor: pointer;
    background-color: rgba(0,0,0,0.2);
}
@media(max-width: 576px){
    .contacts_card{
        margin-bottom: 15px !important;
    }
}
.m-dashbox{
    position: relative;
    background-color: #faf7f5;
    padding: 15px;
    border-left: 2px solid #c01466;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.m-dashbox img{
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.m-dashbox .m-dash-con h3{
    color: #c01466;
    font-weight: 500;
}
.m-dashbox .m-dash-con h5{
    font-size: 17px;
}
/* ================ MEDIA QUERIES * ===================== */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1270px;
    }
}

@media only screen and (max-width: 1370.5px) {
    .main-h .m-title {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 991.5px) {
    .msg_cotainer_send, .msg_cotainer{
        width: 100%;
    }   
    .row-height {
        height: auto;
    }

    .btn-main {
        border-radius: 0px;
        padding: 0.55rem 1.15rem;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-left: 0px;
    }

    .counter-box {
        margin-top: 1.5rem
    }

    .news-letter h1 {
        font-size: 25px;
    }

    .news-letter form {
        margin-top: 20px;
    }

    .footer .footer-middle h6 {
        margin-top: 30px;
    }

    .footer .footer-bottom p {
        margin-bottom: 10px;
    }

    .navbar-light.bg-light {
        background: #fff !important
    }

    .navbar-collapse {
        padding-bottom: 20px;
    }

    .navbar-light .nav-item .sm-btn {
        display: inline-block
    }
}

@media only screen and (max-width: 767.5px) {
    .div-btm-btn {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 10px;
        margin-left: 10px;
    }

    .featured-slider.m-test .owl-nav .owl-prev {
        top: 50%;
        left: 0px;
        position: relative;
    }

    .register .left-div, .register .content-right {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .featured-slider.m-test .owl-nav .owl-next {
        position: relative;
        top: 20%;
        right: 0px;
    }

    .m-header .sub-h {
        font-size: 15px;
    }

    .m-header h1 {
        font-size: 2.5rem;
    }

    .ab-sec p {
        width: 100%;
    }

    .ab-sec .btn-main {
        margin-bottom: 1.5rem
    }

    .feature-box {
        width: 100%;
    }

    .feature-margin {
        margin-top: 0px;
    }

    .over-img {
        width: 100px;
    }

    .con-serv {
        margin-bottom: 2rem;
        width: 100%
    }

    .counter-box {
        margin-top: 2rem
    }

    .main-h .m-sub {
        font-size: 15px;
    }

    .news-letter .btn-main {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 575.98px) {
    .con-serv {
        margin-bottom: 2rem;
        width: 100%
    }

    .section-space2 {
        padding-bottom: 130px;
    }

    .client-say p {
        font-size: 18px;
    }
}
