@charset "UTF-8";

/* ==========================================================================
   [Master Stylesheet]

    Project                  :       Matrimony
    Version                  :       1.0

   ========================================================================== */


/* ==========================================================================
   Master Styles
   ========================================================================== */


:root {
    --primary-color: #ff4e9a;
    --secondary-color: #ffc300;
}
body {
    color: #454545;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #101010;
}


.btn {
    font-size: 13px;
    position: relative;
    font-weight: 400;
    transition: all .15s ease;
    letter-spacing: 0.3px;
    will-change: transform;
    padding: 6px 25px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    border: none !important;
    border-radius: 100px;
    outline: none
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    border: none !important;
}

.btn-theme {
    background-color: var(--primary-color);
    background-image: none;
    color: #fff;
}
.btn-theme:hover {
    color: #fff;
}
.btn-secondary {
    background-color: var(--secondary-color);
    background-image: none;
    color: #000;
}
.btn-secondary:hover, .btn-secondary:focus {
    background-color: var(--secondary-color) !important;
    background-image: none !important;
    color: #000 !important;
}
.form-control {
    font-size: 13px;
    border-radius: 100px;
    padding: 10px 20px;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 18px;
    padding-right: 25px !important;
    background-image: url('../img/down-arrow.svg');
    background-position: center right 15px;
    background-repeat: no-repeat;
    -webkit-background-size: 9px;
    background-size: 9px;
}
/* .page-wrap .page-content .hero-banner-wrapper::before, .page-wrap .page-content .hero-banner-wrapper::after {
    background-color: var(--primary-color);

    background-repeat: repeat-x;
}
.page-wrap .page-content .hero-banner-wrapper::before, .page-wrap .page-content .hero-banner-wrapper::after {
    content: " ";
    width: 68vw;
    height: 68vw;
    -webkit-transform: rotate(260deg);
    transform: rotate(260deg);
    position: absolute;
    top: -40%;
    right: -20%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
} */
.bg-shape {
    position: absolute;
    z-index: -1;
    opacity: .9;
    max-width: 100% !important;
}
.page-wrap .page-content .hero-banner-wrapper {
    position: relative;
}
.page-wrap .page-content .hero-banner-wrapper .tp-banner-slider {
    position: relative;
    z-index: 0;
    height: 800px;
}
.page-wrap .page-content .hero-banner-wrapper .tp-banner-container {
    position: relative;
}
.page-wrap .page-content .hero-banner-wrapper .tp-caption {
    color: #ffffff;
    text-align: center;
}
.page-wrap .page-content .hero-banner-wrapper .tp-caption .sl-title-top {
    font-weight: 400;
    font-size: 3.1em;
}

.page-wrap .page-content .hero-banner-wrapper .tparrows {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}
.page-wrap .page-content .hero-banner-wrapper .tp-banner-container {
    position: relative;
}

.page-wrap .page-content .hero-banner-wrapper  .boxed .tp-banner-container {
    width: 100% !important;
    left: 0 !important;
}
.page-wrap .page-content .hero-banner-wrapper .tp-banner, .page-wrap .page-content .hero-banner-wrapper .tp-banner-slider {
    opacity: 0;
}

.page-wrap .page-content .hero-banner-wrapper .tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.page-wrap .page-content .hero-banner-wrapper .tp-banner-slider {
    position: relative;
    z-index: 0;
    height: 700px;
}
@media (max-width: 600px) {
    .page-wrap .page-content .hero-banner-wrapper .tp-caption p,
  .page-wrap .page-content .hero-banner-wrapper .tp-caption .cws-button {
        display: none;
    }

    .page-wrap .page-content .hero-banner-wrapper  .tparrows {
        width: 30px;
        height: 50px;
    }

    .page-wrap .page-content .hero-banner-wrapper  .tparrows:before {
        line-height: 50px;
        font-size: 26px;
    }
}
/* .page-wrap .page-content .hero-banner-wrapper .hero-slider {
    position: absolute;
    width: 100%;
    height: 100%;
} */
.page-wrap .page-content .hero-banner-wrapper .hero-slider {
    width: 68vw;
    height: 68vw;
    position: absolute;
    top: -40%;
    right: -20%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 4;
    top: -46%;
    right: -20%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.page-wrap .page-content .hero-banner-wrapper .hero-slider .swiper-slide {
    background-size: 93%;
}
.page-wrap .header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 8;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    background-color: transparent;
}
/* .page-wrap .header .header-gradient {
    top: 0;
    height: 120px;
    width: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, 0, 100%, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, 0)));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
    background-repeat: repeat-x;
}
.page-wrap .header::after {
    content: '';
    background-color: rgba(255,255,255,.15);
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    left: 0;
    z-index: 4;
} */
.page-wrap .header .navbar {
    padding: 10px 0;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    z-index: 6;
}
.page-wrap .header .navbar-light .navbar-brand {
    font-size: 24px;
    /* font-weight: 600; */
    color: var(--primary-color);
    display: flex;
    align-items: center;
}
.page-wrap .header .navbar-light .navbar-brand span {
    color: #303030;
}
.page-wrap .header .navbar-light .navbar-brand img {
    height: 70px;
}
/* .page-wrap .header .navbar-light .navbar-brand span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
} */
.page-wrap .header .navbar .header-button-group {
    margin-left: 15px;
}
.page-wrap .header .navbar .header-button-group .btn {
    text-transform: capitalize;
    font-size: 13px;
}
.page-wrap .header .navbar .header-button-group .btn + .btn {
    margin-left: 5px;
}
.page-wrap .page-content .hero-banner-wrapper .hero-slider .overlay {
    /* background-color: rgba(37,44,65,.5); */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    filter: alpha(opacity=100);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(37,44,65,.6)), color-stop(100%, rgba(37,44,65,.9)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(37,44,65,.6) 65%, rgba(37,44,65,.9) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(37,44,65,.6) 65%, rgba(37,44,65,.9) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(37,44,65,.6) 65%, rgba(37,44,65,.9) 100%);
}
.page-wrap .header .navbar .header-button-group .nav-link {
    text-transform: capitalize;
    color: #101010;
    /* font-weight: 600; */
    padding: 10px 15px;
    position: relative;
    display: flex;
    align-items: center;
}
.page-wrap .header .navbar .header-button-group .nav-link .user-name {
    text-transform: capitalize;
}
.page-wrap .header .navbar .header-button-group .nav-link .user-avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #dce5ec;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-size: 18px;
    /* font-weight: 600; */
}
.page-wrap .header .navbar .header-button-group .nav-link .user-avatar img {
    width: 100%;
    object-fit: cover;
}
.page-wrap .header .navbar .header-button-group .nav-link .profile-pic {
    width: 35px;
    height: 35px;
    margin-right: 8px;
    border-radius: 50%;
}
.page-wrap .header .navbar .header-button-group .dropdown-menu {
    min-width: 200px;
    border: none;
    box-shadow: 0 50px 100px rgba(50,50,93,.1), 0 15px 35px rgba(50,50,93,.15), 0 5px 15px rgba(0,0,0,.1);
    color: #525f7f;
    margin: 0;
    padding: 5px;
}
.page-wrap .header .navbar .header-button-group .dropdown-menu .dw-user-box {
    text-align: center;
    padding: 10px;
}
.page-wrap .header .navbar .header-button-group  .dropdown-menu .dw-user-box .u-img {
    margin-bottom: 10px;
}
.page-wrap .header .navbar .header-button-group  .dropdown-menu .dw-user-box .u-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.page-wrap .header .navbar .header-button-group .dropdown-menu .dw-user-box .u-text h4 {
    font-size: 18px;
    /* font-weight: 600; */
    margin-bottom: 5px;
    text-transform: capitalize;
    line-height: 26px;
}
.page-wrap .header .navbar .header-button-group .dropdown-menu .dw-user-box p {
    font-size: 12px;
    /* font-weight: 600; */
}
.page-wrap .header .navbar .header-button-group .dropdown-menu .dropdown-item {
    font-size: .875rem;
    padding: .5rem 1rem;
    color: #212529;
    border-radius: 4px;
}
.page-wrap .header .navbar .header-button-group .dropdown-menu .dropdown-item i {
    margin-right: 5px;
}
.page-wrap .header .navbar .header-button-group .dropdown-toggle::after {
    border: none;
    content: "\f123";
    display: inline-block;
    font-family: "Ionicons";
    font-size: 10px;
    position: absolute;
    top: 19px;
    right: 10px;
    display: none;
}
.page-wrap .header .navbar .header-button-group  hr {
    margin: 5px 0;
    height: 1px;
    border: none;
    background-color: #e4e4e4;
    margin-left: -5px;
    width: calc(100% + 10px);
}
.page-wrap .header .navbar .header-button-group .dropdown-item:hover, .page-wrap .header .navbar .header-button-group .dropdown-item:focus {
    background-color: var(--primary-color);

    background-repeat: repeat-x;
    color: #fff;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.page-wrap .header .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    padding: 10px 15px;
    color: #101010;
}
.page-wrap .header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    bottom: -24px;
    left: 0;
    height: 2px;
    background-color: var(--primary-color);

    width: 0;
    content: '';
    opacity: 0;
}
.page-wrap .header .navbar-light .navbar-nav .nav-item.active .nav-link::before {
    width: 100%;
    opacity: 1;
}
.page-wrap .header .navbar-light .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: 0 50px 100px rgba(50,50,93,.1), 0 15px 35px rgba(50,50,93,.15), 0 5px 15px rgba(0,0,0,.1);
    color: #525f7f;
    min-width: 10rem;
    margin: 0;
    padding: 5px;
}
.page-wrap .header .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    font-size: .875rem;
    padding: .5rem 1rem;
    color: #212529;
    border-radius: 4px;
}
.page-wrap .header .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover, .page-wrap .header .navbar-light .navbar-nav .dropdown-menu .dropdown-item:focus {
    background-color: var(--primary-color);
    background-repeat: repeat-x;
    color: #fff;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.page-wrap .header .navbar-light .navbar-nav .dropdown-toggle::after {
    border: none;
    content: "\f123";
    display: inline-block;
    font-family: "Ionicons";
    font-size: 10px;
    position: absolute;
    top: 15px;
    right: 10px;
} 
.page-wrap .page-content .hero-banner-wrapper .hero-content .hero-text {
    font-size: 60px;
    color: #fff;
    text-transform: capitalize;
    /* text-shadow: 3px 5px rgba(58, 58, 58, 0.6); */
}
.page-wrap .page-content .hero-banner-wrapper .hero-content .hero-text span {
    background: linear-gradient(87deg,#f51c47 0,#f54b1c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-wrap .page-content .hero-banner-wrapper .hero-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.page-wrap .page-content .hero-banner-wrapper .hero-content .hero-form {
    background-color: var(--primary-color);
    border-radius: 10px;
    box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 39px 62.5px 125px -25px rgba(50,50,93,.5), 23.4px 37.5px 75px -37.5px rgba(0,0,0,.6);
}
.page-wrap .page-content .hero-banner-wrapper .hero-content .hero-form .form-header {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255,255,255,.6);
}
.page-wrap .page-content .hero-banner-wrapper .hero-content .hero-form h2 {
    margin: 0;
    font-size: 22px;
    /* font-weight: 600; */
    color: #fff;
}
.page-wrap .page-content .hero-banner-wrapper .hero-content .hero-form .form-control {
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}
.page-wrap .page-content .hero-banner-wrapper .hero-content .hero-form .form-control::placeholder {
    color: #fff;
}
.page-wrap .page-content .hero-banner-wrapper .hero-content .hero-form label {
    color: #fff;
    font-size: 13px;
}
.page-wrap .page-content .hero-banner-wrapper .hero-content .hero-form .form-body {
    padding: 20px 30px;
}
.page-wrap .page-content .hero-banner-wrapper .hero-content .hero-form p {
    color: #fff;
    line-height: 25px;
}
.page-wrap .page-content .hero-banner-wrapper .hero-content .hero-form p a {
    color: rgba(255, 255, 255, 0.8);
}
.page-wrap .page-content .hero-banner-wrapper .hero-content .hero-form button {
    margin-bottom: 10px;
    padding: 10px 20px;
}
.page-wrap .page-content .hero-banner-wrapper .hero-content .hero-form .checkbox {
    display: inline-block;
}
.page-wrap .page-content .hero-banner-wrapper .hero-content .hero-form .checkbox label {
    margin-bottom: 0;
    font-size: 13px;
    position: relative;
    transition: all .15s ease;
    text-transform: capitalize;
    will-change: transform;
    padding: 5px 15px;
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
}
.page-wrap .page-content .hero-banner-wrapper .hero-content .hero-form .checkbox input[type="radio"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.page-wrap .page-content .hero-banner-wrapper .hero-content .hero-form .checkbox input:checked~label {
    color: #fff;
    background-color: var(--primary-color);
    border-color: transparent;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.page-wrap .page-content .home-search {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #4538af;
}
.page-wrap .page-content .home-search h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    /* font-weight: 600; */
}
.page-wrap .page-content .home-search form label {
    color: #fff;
    font-size: 13px;
}
.page-wrap .page-content .home-search form .form-control {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    min-height: 40px;
}
.page-wrap .page-content .home-search form .selectize-input > input::placeholder {
    color: #fff !important;
}
.page-wrap .page-content .home-search form .btn {
    min-height: 40px;
}
.page-wrap .page-content .home-search form .to-middle::before {
    content: 'To';
    position: absolute;
    right: -7px;
    top: 7px;
    color: #fff;
}
.section-padding {
    padding: 80px 0;
}
.section-title {
    position: relative;
}
.section-title h3 {
    color: #101010;
    margin: 0;
    position: relative;
    z-index: 1;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--secondary-color);
}
.section-title p {
    text-align: center;
    color: #70778b;
    max-width: 650px;
    font-size: 16px;
    opacity: .9;
    margin: 0 auto;
}
.section-title {
    margin-bottom: 50px;
}
.section-title h1 {
    margin: 0;
    /* font-weight: 600; */
    font-size: 40px;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
    color: #101010;
} 
.page-wrap .page-content .why-us .feature-box {
    text-align: center;
}
.page-wrap .page-content .why-us .feature-box i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    font-size: 30px;
    margin-bottom: 30px;
    display: inline-block;
    color: #fff;
    background-color: var(--primary-color);

}
.page-wrap .page-content .why-us .feature-box h4 {
    /* font-weight: 600; */
    margin: 0;
    font-size: 20px;
    margin-bottom: 15px;
    color: #555;
    text-transform: capitalize;
}
.page-wrap .page-content .why-us .feature-box p {
    color: #777;
    line-height: 25px;
}
.bg-grey {
    background-color: #eff1fe;
}
.page-wrap .page-content .featured-profiles .featured-slider {
    padding: 30px;
}
.page-wrap .page-content .featured-profiles .featured-slider .profile-item {
    position: relative;
    box-shadow: 0 4px 10px rgb(0 0 0 / 3%);
    background-color: #fff;
    transition: all .3s ease;
    padding: 30px 10px;
    border-radius: 4px;
}
.page-wrap .page-content .featured-profiles .featured-slider .profile-item a {
    display: block;
    text-align: center;
}
.page-wrap .page-content .featured-profiles .featured-slider .profile-item .profile-picture {
    display: inline-block;
    text-align: center;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    color: #e7e7ed;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
.page-wrap .page-content .featured-profiles .featured-slider .profile-item .profile-picture span {
    position: relative;
    display: inline-block;
    padding: 3px 10px;
    background-color: var(--primary-color);

    bottom: -90px;
    border-radius: 100px;
    font-size: 13px;
    /* font-weight: 600; */
    color: #fff;
    min-width: 60px;
}
.page-wrap .page-content .featured-profiles .featured-slider .profile-item .profile-content {
    margin-top: 20px;
    display: block;
}
.page-wrap .page-content .featured-profiles .featured-slider .profile-item .profile-content h3 {
    margin-top: 0;
    font-size: 18px;
    color: #101010;
    /* font-weight: 600; */
    text-transform: capitalize;
}
.page-wrap .page-content .featured-profiles .featured-slider .profile-item .profile-content h3 span {
    display: block;
    font-size: 13px;
    color: #525f7f;
    font-weight: normal;
    margin-top: 10px;
} 
.page-wrap .page-content .featured-profiles .featured-slider .profile-item .profile-content p {
    font-size: 13px;
}
.page-wrap .page-content .featured-profiles .featured-slider .profile-item .profile-content p.occupation {
    color: #333;
    margin-bottom: 5px;
}
.page-wrap .page-content .featured-profiles .featured-slider .profile-item .profile-content p.location {
    margin-bottom: 0;
    color: #333;
}
.swiper-button-next, .swiper-button-prev {
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 8px 25px 0 rgba(37,44,65,.1);
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: none;
    line-height: 50px;
}
.page-wrap .page-content .success-stories .testimonial-slider .quote-item {
    position: relative;
    max-width: 770px;
    margin: 0 auto 30px;
    padding-top: 46px;
    z-index: 9;
    text-align: center;
} 
.page-wrap .page-content .success-stories .testimonial-slider .quote-item .quote-icon {
    position: absolute;
    color: #f3f3f6;
    top: -10px;
    left: 50%;
    line-height: 1em;
    font-size: 160px;
    transform: translate(-50%,0);
    z-index: -1;
}
.page-wrap .page-content .success-stories .testimonial-slider .quote-item p {
    margin-bottom: 20px;
}
.page-wrap .page-content .success-stories .testimonial-slider .quote-item .quote-author .quote-avatar {
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 10px;
}
.page-wrap .page-content .success-stories .testimonial-slider .quote-item .quote-author h3 {
    font-size: 16px;
    /* font-weight: 600; */
}
.page-wrap .page-content .success-stories .testimonial-slider .quote-item .quote-author h3 span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #888;
    margin-top: 5px;
}
.feature-section {
    position: relative;
}
.feature-section::before {
    position: absolute;
    right: 0;
    top: -280px;
    height: 1348px;
    width: 1032px;
    content: "";
    background-image: url('http://t.commonsupport.com/timisoara/images/icons/bg-1.png');
}
.page-wrap .footer .footer-top {
    padding: 80px 0;
    /* background-image: linear-gradient(
        330deg
        , #00005b 0%, #020275 90%); */
    background-color: #343a40;
}
.page-wrap .footer .footer-top .footer-logo {
    text-transform: capitalize;
    font-size: 30px;
    color: #fff;
}
.page-wrap .footer .footer-top .footer-logo img {
    height: 70px;
}
.page-wrap .footer .footer-top .footer-logo span {
    display: block;
    font-weight: normal;
    font-size: 22px;
    opacity: 0.6;
}
.page-wrap .footer .footer-top p {
    color: #fff;
}
.page-wrap .footer .footer-top p span {
    position: relative;
}
.page-wrap .footer .footer-top p a {
    color: #fff;
}
.page-wrap .footer .footer-top p .mail, .page-wrap .footer .footer-top p .phone {
    position: relative;
    padding-left: 25px;
}
.page-wrap .footer .footer-top p .mail::before, .page-wrap .footer .footer-top p .phone::before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.page-wrap .footer .footer-top p .mail::before {
    content: "\f0e0";
}
.page-wrap .footer .footer-top p .phone::before {
    content: "\f879";
}
.page-wrap .footer .footer-top .quick-links h4 {
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    /* font-weight: 600; */
    margin-top: 0;
    margin-bottom: 15px;
}
.page-wrap .footer .footer-top .quick-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-wrap .footer .footer-top .quick-links ul li a {
    color: #fff;
    opacity: 0.8;
    line-height: 24px;
}
.page-wrap .footer .footer-top .social-links {
    margin-top: 15px;
}
.page-wrap .footer .footer-top .social-links a {
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
    display: inline-block;
}
.page-wrap .footer .copyrights {
    background-color: #343a40;
    border-top: 1px solid #4c545d;
    padding: 20px 0;
}
.page-wrap .footer .copyrights p {
    text-align: center;
    margin: 0;
    color: #fff;
    opacity: 0.6;
}
.form-control.selectize-control {
    background-color: transparent !important;
}
.selectize-dropdown, .selectize-dropdown.form-control {
    background-color: #fff !important;
}
.selectize-control .selectize-input {
    border: none;
    min-height: 40px;
    padding: 9px 15px;
    background-color: rgba(255, 255, 255, 0.3) !important;
    color: #fff;
    border-radius: 100px;
}
.selectize-control .selectize-dropdown .option, .selectize-control .selectize-dropdown .optgroup-header {
    padding: 6px 12px;
    color: #222;
}
.selectize-dropdown-content {
    padding: 5px;
}
.selectize-dropdown .active {
    background-color: var(--primary-color);

    color: #fff !important;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.home-search .selectize-control.single .selectize-input::after {
    border-color: #fff transparent transparent transparent;
}
.page-wrap.inner-pages .header {
    background-color: #252c41;
    position: relative;
}
.page-content .listing-breadcrumb {
    background-color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #e7e7ed;
}
.page-content .listing-breadcrumb .listing-bar-result {
    float: left;
}
.page-content .listing-breadcrumb .listing-bar-result a.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7ed;
    color: #333;
    margin-left: 10px;
}
.page-content .listing-breadcrumb .listing-bar-result a.btn i {
    margin-right: 5px;
}
.page-content .listing-breadcrumb .listing-bar-layout {
    float: right;
}
.page-content .listing-breadcrumb .listing-bar-layout a {
    color: #333;
    font-size: 15px;
    padding: 0px 5px;
    display: inline-block;
}
.page-content .listing-breadcrumb .listing-bar-layout a.active {
    color: var(--secondary-color);
}
.page-content .profile-listing-wrap {
    padding: 30px 0;
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    border-radius: 10px;
    float: left;
    display: inline-block;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 60px 0 rgba(37,44,65,.08);
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .table-view {
    float: none;
    display: table;
    width: 100%;
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .cell-view {
    display: table-cell;
    vertical-align: middle;
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .radius-top {
    width: 240px;
    position: relative;
    overflow: hidden;
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .radius-top img {
    width: 100%;
    height: auto;
    display: block;
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .profile-middle {
    padding-right: 15px;
    padding-left: 15px;
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .profile-right {
    width: 22.22222223%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .title {
    position: relative;
    padding: 24px 20px;
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .title .ref-id {
    color: var(--secondary-color);
    margin: 0px;
    /* font-weight: 600; */
    font-size: 13px;
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .title h4 a {
    color: #252c41;
    font-size: 20px;
    /* font-weight: 600; */
    text-transform: capitalize;
    line-height: 1;
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .title h4 span {
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--primary-color);

    border-radius: 100px;
    font-size: 13px;
    /* font-weight: 600; */
    color: #fff;
    min-width: 60px;
    vertical-align: bottom;
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .title .location {
    position: relative;
    padding-left: 25px;
    color: #666;
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .title .location::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    position: absolute;
    left: 0;
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .title .meta-infos ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .title .meta-infos ul li {
    line-height: 22px;
    color: #777;
    font-size: 13px;
    /* font-weight: 600; */
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .title .meta-infos ul li span {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    color: #333;
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .title .meta-infos ul li span::before {
    content: ':';
    position: absolute;
    left: 0;
    top: -5px;
    color: #666;
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .profile-badge {
    background-color: #333;
    float: left;
    position: absolute;
    transform: rotate(-45deg);
    left: -67px;
    top: 17px;
    text-align: center;
    width: 200px;
    font-size: 12px;
    margin: 0;
    z-index: 5;
    color: #000;
    /* font-weight: 600; */
    line-height: 28px;
}
.profile-badge.gold {
    background-color: var(--secondary-color) !important;
}
.profile-badge.diamond {
    background-color: #6772e5 !important;
}
.profile-badge.platinum {
    background-color: #f51c47 !important;
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .profile-right .contact-metas {
    text-align: center;
    display: block;
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .profile-right .contact-metas a {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    background-color: #eee;
    border-radius: 50%;
    color: var(--primary-color);
    line-height: 40px;
    transition: all .15s ease;
    cursor: pointer;
}
.page-content .profile-listing-wrap .profile-item-wrap .profile-item .profile-right .contact-metas a:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    background-color: var(--primary-color);

    background-repeat: repeat-x;
    color: #fff;
}
.page-content .profile-listing-wrap .filter-sidebar {
    background-color: #fff;
    box-shadow: 0 0 60px 0 rgba(37,44,65,.08);
    border-radius: 10px;
    padding: 10px 20px;
}
.page-content .profile-listing-wrap .filter-sidebar h2 {
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
    /* font-weight: 600; */
    padding: 15px 0px;
}
.page-content .profile-listing-wrap .filter-sidebar .widget {
    border-top: 1px solid #eee;
}
.page-content .profile-listing-wrap .filter-sidebar .widget .widget-title {
    font-size: 13px;
    color: #252c41;
    padding: 15px 0px;
    margin: 0;
    /* font-weight: 600; */
}
.page-content .profile-listing-wrap .filter-sidebar .widget .widget-body {
    padding: 15px 0px;
    padding-top: 0;
}
.page-content .profile-listing-wrap .filter-sidebar .widget .widget-body .filter-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-content .profile-listing-wrap .filter-sidebar .widget .widget-body .filter-links li a {
    line-height: 26px;
    position: relative;
    padding-left: 15px;
    color: #555;
    font-size: 13px;
}
.page-content .profile-listing-wrap .filter-sidebar .widget .widget-body .filter-links li a::before {
    content: "\f125";
    display: inline-block;
    font-family: "Ionicons";
    position: absolute;
    left: 0;
    font-size: 10px;
}
.page-content .profile-listing-wrap .filter-sidebar .widget .widget-body .filter-links li a span {
    float: right;
    background-color: #eee;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 100px;
    line-height: 1;
    display: inline-block;
    margin-top: 4px;
}
.page-content .profile-listing-wrap .filter-sidebar .widget .widget-body .selectize-control .selectize-input {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
}
.page-content .profile-listing-wrap .filter-sidebar .widget .widget-body .checkbox {
    position: relative;
}
.page-content .profile-listing-wrap .filter-sidebar .widget .widget-body .checkbox input[type="checkbox"] {
    display: none;
}
.page-content .profile-listing-wrap .filter-sidebar .widget .widget-body .checkbox label {
    padding-left: 30px;
    font-size: 13px;
}
.page-content .profile-listing-wrap .filter-sidebar .widget .widget-body .checkbox label::before {
    content: "";
    display: block;
    border: 1px solid #ddd;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    border-radius: 4px;
}
.page-content .profile-listing-wrap .filter-sidebar .widget .widget-body .checkbox label::after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    opacity: 0.9;
    border-right: 2px solid #eee;
    border-top: 2px solid #eee;
    position: absolute;
    left: 4px;
    top: 13px;
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.page-content .profile-listing-wrap .filter-sidebar .widget .widget-body .checkbox input[type="checkbox"]:checked ~ label::before {
    animation: ripple 0.3s linear forwards;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.page-content .profile-listing-wrap .filter-sidebar .widget .widget-body .checkbox input[type="checkbox"]:checked ~ label::after {
    -webkit-animation: check linear 0.5s;
    animation: check linear 0.5s;
    opacity: 1;
    border-color: #fff;
}
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}
@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 6px;
    }

    50% {
        height: 12px;
        width: 6px;
    }
}
.page-content .single-profile-wrap .single-profile-header .profile-photo {
    border-radius: 50%;
    /* box-shadow: 0 1rem 3rem rgba(0,0,0,.175); */
    overflow: hidden;
}
.page-content .single-profile-wrap .single-profile-header .profile-photo img {
    width: 100%;
}
.page-content .single-profile-wrap .single-profile-header .profile-infos .profile-badge {
    color: #fff;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    font-size: 12.5px;
    padding: 0 15px;
    border-radius: 30px;
    display: inline-block;
}
.page-content .single-profile-wrap .single-profile-header .profile-infos h3 {
    font-size: 26px;
    /* font-weight: 600; */
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.page-content .single-profile-wrap .single-profile-header .profile-infos p {
    font-size: 16px;
    color: #666;
    margin-bottom: 6px;
}
.page-content .single-profile-wrap .single-profile-header .profile-infos .contact-infos {
    margin-bottom: 30px;
    margin-top: 30px;
}
.page-content .single-profile-wrap .single-profile-header .profile-infos .contact-infos .contact-btns {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
}
.page-content .single-profile-wrap .single-profile-header .profile-infos .contact-infos .contact-btns i {
    display: inline-block;
    border: 1px solid var(--secondary-color);
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: var(--secondary-color);
    transition: all .15s ease;
} 
.page-content .single-profile-wrap .single-profile-header .profile-infos .contact-infos .contact-btns:hover i {
    background-color: var(--primary-color);

    color: #fff;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.page-content .single-profile-wrap .single-profile-header .profile-infos .contact-infos .contact-btns span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #333;
}
.page-content .single-profile-wrap .single-profile-header .profile-infos .interest-block h4 .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 0;
    font-size: 20px;
}
.page-content .single-profile-wrap .single-profile-header .img-count {
    position: absolute;
    right: 50px;
    bottom: 10px;
    padding-left: 20px;
}
.page-content .single-profile-wrap .single-profile-header .img-count::before {
    content: "\f03e";
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    left: 0;
    color: var(--secondary-color);
}
.page-content .single-profile-wrap .personal-infos-wrap {
    margin-top: 80px;
}
.page-content .single-profile-wrap .personal-infos-wrap h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}
.page-content .single-profile-wrap .personal-infos-wrap .personal-info-item {
    border-top: 1px solid #ddd;
    padding: 25px 0;
}
.page-content .single-profile-wrap .personal-infos-wrap .personal-info-item .info-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    margin-bottom: 10px;
}
.page-content .single-profile-wrap .personal-infos-wrap .personal-info-item h4 {
    margin: 0;
    font-size: 16px;
    /* font-weight: 600; */
}
.page-content .single-profile-wrap .personal-infos-wrap .personal-info-item p {
    font-size: 13px;
    line-height: 30px;
}
.page-content .single-profile-wrap .personal-infos-wrap .personal-info-item .table td {
    border: none;
    padding: 5px 0;
    padding-right: 10px;
    text-transform: capitalize;
}
.page-content .single-profile-wrap .personal-infos-wrap .personal-info-item .table td .badge {
    padding: 5px 15px;
    border-radius: 100px;
    /* font-weight: 600; */
    font-size: 12px;
}
.page-content .single-profile-wrap .personal-infos-wrap hr {
    border: none;
    height: 1px;
    background-color: #ddd;
}
.datepicker table tr td, .datepicker table tr th {
    font-size: 13px;
    width: 33px;
    height: 33px;
    transition: all .15s ease;
    text-align: center;
    border: none;
}
.datepicker.dropdown-menu {
    padding: 15px 10px;
    box-shadow: 0 50px 100px rgba(50,50,93,.1), 0 15px 35px rgba(50,50,93,.15), 0 5px 15px rgba(0,0,0,.1);
    border: none;
}
.datepicker table tr td {
    border-radius: 50%;
}
.datepicker table tr td.active, .datepicker table tr td.active.highlighted, .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
    color: #fff;
    box-shadow: none;
    border: none !important;
    text-shadow: none !important;
    background: -webkit-linear-gradient(bottom left, #9a9fff, #6245fe) !important;
    background: -o-linear-gradient(bottom left, #9a9fff, #6245fe) !important;
    background: linear-gradient(to top right, #9a9fff, #6245fe) !important;
}
.page-content .inner-page-title {
    padding: 50px 0;
    background-color: #eff1fe;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
}
.page-content .inner-page-title h1 {
    margin: 0;
    text-transform: capitalize;
    font-size: 40px;
    margin-bottom: 15px;
    color: #303030;
}
.page-content .inner-page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
    position: relative;
    display: inline-block;
    margin-right: -150px;
}
.page-content .inner-page-title .breadcrumb::before {
    position: absolute;
    left: -145px;
    top: 12px;
    background-color: var(--primary-color);

    background-repeat: repeat-x;
    height: 1px;
    width: 130px;
    content: "";
}
.page-content .inner-page-title .breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: #303030;
    font-weight: 400;
    margin-right: 7px;
    padding-right: 7px;
    cursor: default;
}
.page-content .inner-page-title .breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}
.page-content .inner-page-title .breadcrumb li a {
    color: #303030;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.page-content .inner-page-title .breadcrumb li a::after {
    position: absolute;
    content: '/';
    right: -5px;
    font-weight: 500;
    top: 0px;
    color: #9b9b9b;
    font-size: 15px;
}
.sec-title {
    position: relative;
    margin-bottom: 65px;
}
.sec-title .title {
    position: relative;
    display: block;
    font-size: 13px;
    /* font-weight: 600; */
    line-height: 20px;
    color: #999999;
    margin-bottom: 10px;
    padding-left: 85px;
    letter-spacing: .5px;
}
.sec-title .title::before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 65px;
    height: 4px;
    background-color: var(--primary-color);
    border-radius: 0 2px 2px 0;
    content: "";
}
.sec-title h2 {
    position: relative;
    color: #3c4858;
    font-size: 35px;
    line-height: 50px;
}
.sec-title p {
    margin-top: 20px;
    line-height: 30px;
    color: #888;
}
.page-content .about-us .image-column .inner-column {
    margin-left: -110px;
}
.page-content .about-us .play-now {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center !important;
}
.play-now .icon {
    position: absolute;
    right: 95px;
    bottom: 125px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: var(--primary-color);

    background-repeat: repeat-x;
    color: #ffffff;
    z-index: 1;
    font-size: 20px;
    padding-left: 5px;
    display: block;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.play-now .ripple, .play-now .ripple:before, .play-now .ripple:after {
    position: absolute;
    right: 95px;
    bottom: 125px;
    height: 100px;
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(244,68,56,.35);
    -moz-box-shadow: 0 0 0 0 rgba(244,68,56,.35);
    -ms-box-shadow: 0 0 0 0 rgba(244,68,56,.35);
    -o-box-shadow: 0 0 0 0 rgba(244,68,56,.35);
    box-shadow: 0 0 0 0 rgba(244,68,56,.35);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}
.page-content .contact-info-section .info-block .inner-box {
    position: relative;
    text-align: center;
}
.page-content .contact-info-section .info-block .icon-box {
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    line-height: 80px;
    background-color: var(--primary-color);

    background-repeat: repeat-x;
    margin-bottom: 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.page-content .contact-info-section .info-block p {
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #3c4858;
    /* font-weight: 600; */
}
.page-content .contact-section {
    background-color: #f5f7fb;
    position: relative;
}
.page-content .contact-section .outer-container {
    position: relative;
}
.page-content .contact-section .form-column {
    position: relative;
    float: left;
    width: 50%;
    padding: 80px 0;
}
textarea.form-control {
    border-radius: 30px;
}
.page-content .contact-section .form-column .contact-form {
    float: right;
    width: 600px;
    padding: 0 15px;
    padding-right: 55px;
}
.page-content .contact-section .contact-form label {
    margin: 0;
    display: block;
    margin-bottom: 5px;
    /* font-weight: 600; */
    font-size: 13px;
    color: #000;
}
.page-content .contact-section .contact-form .form-control {
    min-height: 40px;
    font-size: 13px;
    /* font-weight: 600; */
    color: #333;
}

.page-content .contact-section .map-column {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
}
.page-content .contact-section .map-column iframe {
    position: absolute;
    height: 100%;
    width: 100%;
}
.page-content .contact-section .map-column #map_canvas {
    position: absolute;
    height: 100% !important;
    width: 100%;
    margin: 0 !important;
}
.auth-pages .auth-wraper {
    overflow: hidden;
    padding: 50px 0;
    background-color: #ffdcd1;
}
.auth-pages .auth-wraper .page-body-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
}
.auth-pages .auth-wraper .page-body-wrapper.full-page-wrapper {
    width: 100%;
    min-height: 100vh;
}
.auth-pages .auth-wraper .content-wrapper {
    background: #ffdcd1;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.auth-pages .auth-wraper .banner-section {
    padding-right: 0;
}
.auth-pages .auth-wraper .banner-section .slide-content {
    width: 100%;
    background-size: cover;
}
.auth-pages .auth-wraper .auto-form-wrapper {
    position: relative;
    padding: 30px;
    display: block;
    border-radius: 10px;
    background-color: #fff;
}
.auth-pages .auth-wraper .auto-form-wrapper .nav-get-started {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: absolute;
    top: 30px;
    right: 30px;
}
.auth-pages .auth-wraper .auto-form-wrapper .nav-get-started p {
    margin-bottom: 0;
}
.auth-pages .auth-wraper .auto-form-wrapper .footer-text {
    margin-bottom: 0;
}
.auth-pages .auth-wraper .auto-form-wrapper .auth-footer {
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    margin-top: 15px;
    padding-left: 0;
    margin-bottom: 0;
}
.auth-pages .auth-wraper .auto-form-wrapper .auth-footer li {
    margin-right: 10px;
    line-height: 1;
    padding-right: 10px;
    border-right: 1px solid #777777;
}
.auth-pages .auth-wraper .auto-form-wrapper .auth-footer li a {
    font-size: 13px;
    color: #777777;
}
.auth-pages .auth-wraper .auto-form-wrapper .auth-footer li:last-child {
    margin-right: 0;
    border-right: none;
}
.auth-pages .auth-wraper .auto-form-wrapper form h3 {
    /* font-weight: 600; */
    font-size: 28px;
    color: var(--secondary-color);
    margin: 0;
}
.auth-pages .auth-wraper .auto-form-wrapper form .form-group {
    position: relative;
}
.auth-pages .auth-wraper .auto-form-wrapper form .form-group label {
    display: block;
    margin: 0;
    /* font-weight: 600; */
    margin-bottom: 5px;
}
.auth-pages .auth-wraper .auto-form-wrapper form .form-group .form-control {
    min-height: 40px;
    box-shadow: none;
}
.auth-pages .auth-wraper .auto-form-wrapper form .form-group .form-control:focus {
    border-color: var(--secondary-color);
}
.register-wrap .register-header {
    margin-bottom: 50px;
}
.register-wrap .register-header h3 {
    /* font-weight: 600; */
    font-size: 28px;
    color: var(--secondary-color);
    margin: 0;
}
.register-wrap .register-header p {
    color: #999;
}
.register-wrap .register-header .process-wraper {
    max-width: 650px;
    margin: 0 auto;
    margin-top: 30px;
    padding-left: 90px;
}
.register-wrap .register-header .process-wraper .process {
    float: left;
    width: 33.33%;
    position: relative;
    text-align: left;
    padding-left: 40px;
    /* font-weight: 600; */
    color: #666;
    counter-increment: step-counter;
}
.register-wrap .register-header .process-wraper .process .number {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e2e2e2;
    position: absolute;
    top: -4px;
    left: 0;
    text-align: center;
    line-height: 30px;
}
.register-wrap .register-header .process-wraper .process .number::before {
    content: counter(step-counter);
    font-size: 16px;
    font-weight: 800;
    color: #666;
}
.register-wrap .register-header .process-wraper .process .title {
    background-color: #eff1fe;
    padding-right: 10px;
    position: relative;
    z-index: 4;
}
.register-wrap .register-header .process-wraper .process .line {
    position: absolute;
    width: calc(100% - 60px);
    height: 5px;
    background-color: #e2e2e2;
    top: 8px;
    right: 5px;
}
.register-wrap .register-header .process-wraper .process.completed .number {
    background-color: #26C281;
}
.register-wrap .register-header .process-wraper .process.completed .title {
    color: #333;
}
.register-wrap .register-header .process-wraper .process.completed .line {
    background-color: #26C281;
}
.register-wrap .register-header .process-wraper .process.completed .number::before {
    content: "\f00c";
    color: #fff;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
}
.register-wrap .register-form {

    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: box-shadow .2s, border-color .2s;
    -moz-transition: box-shadow .2s, border-color .2s;
    -o-transition: box-shadow .2s, border-color .2s;
    -ms-transition: box-shadow .2s, border-color .2s;
    transition: box-shadow .2s, border-color .2s;
}
.register-wrap .register-form .form-header {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(230,230,230,.5);
}
.register-wrap .register-form .form-header h2 {
    margin: 0;
    font-size: 20px;
    /* font-weight: 600; */
    color: #333;
}
.register-wrap .register-form .form-body {
    padding: 20px 30px;
}
.register-wrap .register-form .form-body label {
    color: #717171;
}
.register-wrap .register-form .form-body .checkbox {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
}
.register-wrap .register-form .form-body .checkbox input[type="radio"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
} 
.register-wrap .register-form .form-body .checkbox label {
    margin-bottom: 0;
    font-size: 13px;
    /* font-weight: 600; */
    position: relative;
    transition: all .15s ease;
    text-transform: capitalize;
    will-change: transform;
    padding: 8px 18px;
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
    background-color: #f7f7f7;
    border: 1px solid #ced4da;
    color: #333;
}
.register-wrap .register-form .form-body .checkbox input:checked~label {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-color: transparent;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
} 
.register-wrap .register-form .form-body .form-control {
    color: #333;
    background-color: #f7f7f7;
    min-height: 40px;
    /* font-weight: 600; */
    font-size: 13px;
    box-shadow: none;
}
.register-wrap .register-form .form-body .form-control::placeholder {
    color: #333;
}
.register-wrap .register-form .form-body .form-control:focus {
    background-color: #fff;
    border-color: var(--secondary-color);
}
.register-wrap .register-form .form-body .selectize-control .selectize-input {
    background-color: #fff !important;
    color: #333 !important;
    border: 1px solid #ced4da;
}
/* .register-wrap .register-form .form-body .selectize-control.single .selectize-input::after {
    border-color: #fff transparent transparent transparent;
}
.register-wrap .register-form .form-body .selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
} */
.register-wrap .register-form .form-body .form-section-title {
    margin-left: -30px;
    width: calc(100% + 60px);
    padding: 10px 30px;
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(230,230,230,.5);
    border-top: 1px solid rgba(230,230,230,.5);
    color: #333;
    font-size: 20px;
    /* font-weight: 600; */
}
.register-wrap .success-wrapper {
    margin-top: 30px;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
} 
.register-wrap .success-wrapper h2 {
    margin-top: 0;
    font-size: 26px;
    color: var(--secondary-color);
}
.register-wrap .success-wrapper .matrimony-id span {
    display: inline-block;
    padding: 5px 20px;
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 100px;
    /* font-weight: 600; */
    margin-bottom: 20px;
}
.register-wrap .success-wrapper .matrimony-id p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.svg-box {
    display:inline-block;
    position: relative;
    width:150px;
}

.green-stroke {
    stroke:#26C281;
}

.red-stroke {
    stroke: #FF6245;
}

.yellow-stroke {
    stroke: #FFC107;
}


.circular circle.path {
    stroke-dasharray: 330;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    opacity: 0.4;
    animation: 0.7s draw-circle ease-out;
}

/*------- Checkmark ---------*/
.checkmark{
    stroke-width: 6.25;
    stroke-linecap: round;
    position:absolute;
    top: 56px;
    left: 49px;
    width: 52px;
    height: 40px;
}

.checkmark path {
    animation: 1s draw-check ease-out;
}

@keyframes draw-circle {
    0% {
        stroke-dasharray: 0,330;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    80% {
        stroke-dasharray: 330,330;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100%{
        opacity: 0.4;
    }
}

@keyframes draw-check {
    0% {
        stroke-dasharray: 49,80;
        stroke-dashoffset: 48;
        opacity: 0;
    }

    50% {
        stroke-dasharray: 49,80;
        stroke-dashoffset: 48;
        opacity: 1;
    }

    100% {
        stroke-dasharray: 130,80;
        stroke-dashoffset: 48;
    }
}

/*---------- Cross ----------*/

.cross {
    stroke-width:6.25;
    stroke-linecap: round;
    position: absolute;
    top: 54px;
    left: 54px;
    width: 40px;
    height: 40px;
}

.cross .first-line {
    animation: 0.7s draw-first-line ease-out;
}

.cross .second-line {
    animation: 0.7s draw-second-line ease-out;
}

@keyframes draw-first-line {
    0% {
        stroke-dasharray: 0,56;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 0,56;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 56,330;
        stroke-dashoffset: 0;
    }
}

@keyframes draw-second-line {
    0% {
        stroke-dasharray: 0,55;
        stroke-dashoffset: 1;
    }

    50% {
        stroke-dasharray: 0,55;
        stroke-dashoffset: 1;
    }

    100% {
        stroke-dasharray: 55,0;
        stroke-dashoffset: 70;
    }
}

.alert-sign {
    stroke-width:6.25;
    stroke-linecap: round;
    position: absolute;
    top: 40px;
    left: 68px;
    width: 15px;
    height: 70px;
    animation: 0.5s alert-sign-bounce cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.alert-sign .dot {
    stroke:none;
    fill: #FFC107;
}

@keyframes alert-sign-bounce {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}
.plans-wrap .plans-title {
    margin-top: 0;
    margin-bottom: 80px;
}
.plans-wrap .single-pricing {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.04);
    text-align: center;
    padding: 40px;
    border-radius: 10px;
    position: relative;
}
.plans-wrap .single-pricing .pricing-header {
    margin-bottom: 20px;
}
.plans-wrap .single-pricing .pricing-header .pricing-img-block {
    margin-bottom: 18px;
}
.plans-wrap .single-pricing .pricing-header .pricing-img-block img {
    height: 80px;
}
.plans-wrap .single-pricing .pricing-header h3 {
    text-transform: capitalize;
}
.plans-wrap .single-pricing .pricing-body .pricing-price h2 {
    color: #fa755a;
    font-size: 60px;
    margin-bottom: 8px;
}
.plans-wrap .single-pricing .pricing-body .pricing-price h2 sup {
    font-size: 20px;
    top: -30px;
    left: -4px;
    /* font-weight: 600; */
}
.plans-wrap .single-pricing .pricing-body .pricing-features {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.plans-wrap .single-pricing .pricing-body .pricing-features li + li {
    margin-top: 10px;
}
.plans-wrap .single-pricing .pricing-body .pricing-features li {
    color: #777;
}
.plans-wrap .single-pricing .pricing-body .btn {
    padding: 10px 30px;
}
.plans-wrap .single-pricing.diamond {
    background: linear-gradient(87deg,#f51c47 0,#f54b1c 100%);
    color: #fff;
    transform: scale(1.2);
    position: relative;
    z-index: 4;
}
.plans-wrap .single-pricing.diamond .pricing-body .pricing-price h2 {
    color: #fff;
}
.plans-wrap .single-pricing.diamond .pricing-body .pricing-features li {
    color: rgba(255, 255, 255, 0.7);
}
.plans-wrap {
    padding: 100px 0;
    padding-top: 50px;
}
.plans-wrap .single-pricing.diamond::before {
    content: 'Best Seller';
    position: absolute;
    top: 15px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    left: 0;
    font-size: 12px;
    /* font-weight: 600; */
}
.plans-wrap .single-pricing.gold .pricing-body .pricing-price h2 {
    background: linear-gradient(87deg,#f51c47 0,#f54b1c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.plans-wrap .single-pricing.gold .pricing-body .pricing-price h2 sup {
    color: #555;
    background: none;
    -webkit-text-fill-color: #555;
}
.plans-wrap .single-pricing.platinum .pricing-body .pricing-price h2 {
    background: linear-gradient(45deg, #9a9fff, #6245fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.plans-wrap .single-pricing.platinum .pricing-body .pricing-price h2 sup {
    color: #fa755a;
    background: none;
    -webkit-text-fill-color: #fa755a;
}
.plan-comparison .pricing-matrix {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
}
.plan-comparison .pricing-image {
    padding: 55px;
    background-color: #FFFFFF;
}
.plan-comparison .pricing-matrix .gap {
    height: 58px;
    clear: both;
    position: relative;
    display: block;
    background-color: #f8fafe;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.plan-comparison .pricing-matrix > .row [class^=col-] .pricing-feature-item, .plan-comparison .pricing-matrix > .row [class^=col-] .pricing-feature-group, .plan-comparison .pricing-matrix > .row [class^=col-] .pricing-image {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.plan-comparison .pricing-feature {
    display: block;
    padding: 20px 40px;
    line-height: 1;
    background-color: #FFFFFF;
    height: 57px;
}
.plan-comparison .pricing-matrix > .row [class^=col-] .pricing-feature {
    text-align: center;
}
.plan-comparison .pricing-matrix > .row [class^=col-]:first-child .pricing-feature {
    text-align: left;
}
.plan-comparison .pricing-feature-group {
    padding: 55px 35px;
    text-align: center;
    background-color: #FFFFFF;
    height: 100%;
}
.plan-comparison .xs-title, .plan-comparison h4 {
    font-size: 20px;
    margin-bottom: 16px;
}
.plan-comparison .pricing-body > p {
    margin-bottom: 22px;
}
.plan-comparison .pricing-body h2 {
    background: linear-gradient(45deg, #9a9fff, #6245fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    margin-bottom: 8px;
}
.plan-comparison .pricing-body h2 sup {
    font-size: 16px;
    top: -28px;
    left: -5px;
    /* font-weight: 600; */
    color: #555;
    background: none;
    -webkit-text-fill-color: #555;
}
.plan-comparison .pricing-feature .ion-checkmark-round {
    color: #2dce89;
}
.plan-comparison .pricing-feature .ion-close-round {
    color: #f5365c;
}
.auth-pages .dashboard-wraper header.topbar {
    background-color: #252c41;
}
.auth-pages .dashboard-wraper header.topbar .navbar-brand {
    font-size: 30px;
    color: #fff;
}
.page-wrap.dashboard-wraper header.header .navbar-nav .nav-link .profile-pic {
    width: 35px;
    height: 35px;
    margin-right: 8px;
    border-radius: 50%;
}
.page-wrap.dashboard-wraper header.header .navbar-light .navbar-nav .dropdown-toggle::after {
    top: 19px;
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu .dw-user-box .u-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu .dw-user-box .u-img {
    margin-bottom: 10px;
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu .dw-user-box .u-text h4 {
    font-size: 18px;
    /* font-weight: 600; */
    margin-bottom: 5px;
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu .dw-user-box p {
    font-size: 12px;
    /* font-weight: 600; */
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu .dw-user-box {
    text-align: center;
    padding: 10px;
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu {
    min-width: 200px;
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu hr {
    margin: 5px 0;
    height: 1px;
    border: none;
    background-color: #e4e4e4;
    margin-left: -5px;
    width: calc(100% + 10px);
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu .dropdown-item i {
    margin-right: 5px;
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .nav-item .nav-link i {
    font-size: 18px;
    vertical-align: -3px;
    display: inline-block;
    margin-right: 2px;
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu.notifications {
    padding: 0;
    margin: 0;
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu.notifications ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu.notifications .drop-title {
    font-weight: 500;
    padding: 10px 15px 10px;
    border-radius: 4px 4px 0 0;
    position: relative;
    background-color: var(--primary-color);
    color: #fff;
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu.notifications .drop-title h4 {
    margin: 0;
    font-size: 16px;
    /* font-weight: 600; */
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu.notifications .drop-title span {
    font-size: 13px;
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu.notifications .notification-wrap {
    height: 248px;
    overflow: auto;
    position: relative;
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu.notifications .notification-wrap .notification-item {
    border-bottom: 1px solid #e9ecef;
    display: block;
    text-decoration: none;
    padding: 9px 15px;
    transition: .3s;
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu.notifications .notification-wrap .notification-item:hover {
    background-color: #f4f6f9;
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu.notifications .notification-wrap .notification-item .notification-content {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu.notifications .notification-wrap .notification-item .notification-content h5 {
    margin-top: 0;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu.notifications .notification-wrap .notification-item .notification-content span {
    font-size: 13px;
    display: block;
    margin: 1px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #777;
    white-space: nowrap;
}
.page-wrap.dashboard-wraper .header .navbar-light .navbar-nav .dropdown-menu.notifications .nav-link {
    color: #333;
    font-size: 15px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap {
    background-color: #f4f6f9;
    padding: 50px 0;
    min-height: calc(100vh - 71px);
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .welcome-text {
    margin-bottom: 30px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .welcome-text h2 {
    font-size: 22px;
    /* font-weight: 600; */
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .dashboard-nav {
    background-color: #fff;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .dashboard-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .dashboard-nav ul li {
    display: block;
    border-left: 3px solid transparent;
    transition: .3s;
    line-height: 25px;
    font-size: 15px;
    border-bottom: 1px solid #f3f3f3;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .dashboard-nav ul li a {
    color: #333;
    display: block;
    padding: 14px 15px;
    transition: .3s;
    cursor: pointer;
    position: relative;
    text-transform: capitalize;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .dashboard-nav ul li a i {
    padding-right: 8px;
    width: 20px;
    font-size: 20px;
    color: #444;
    transition: .3s;
    position: relative;
    top: 2px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .dashboard-nav ul li span.count {
    display: inline-block;
    /* font-weight: 600; */
    height: 20px;
    min-width: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    background: linear-gradient(45deg, #9a9fff, #6245fe);
    border-radius: 50%;
    position: relative;
    margin: 0 0 0 4px;
    top: -2px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .dashboard-nav ul li.active, .page-wrap.dashboard-wraper .dashboard-content-wrap .dashboard-nav ul li:hover {
    border-left-color: #6245fe;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .dashboard-nav ul li.active a, .page-wrap.dashboard-wraper .dashboard-content-wrap .dashboard-nav ul li:hover a {
    color: #6245fe;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .dashboard-nav ul li.active a i, .page-wrap.dashboard-wraper .dashboard-content-wrap .dashboard-nav ul li:hover a i {
    color: #6245fe;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .content-title {
    /* font-weight: 600; */
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 30px;
}
/* .page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .profile-list {
    background-color: #fff;
} */
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .profile-list .profile-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #fff;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .profile-list .profile-item .profile-img {
    width: 180px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .profile-list .profile-item .profile-content {
    padding: 15px;
    position: relative;
    padding-bottom: 40px;
    width: calc(100% - 180px)
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .profile-list .profile-item .profile-content .prof-id {
    font-size: 13px;
    /* font-weight: 600; */
    color: #666;
} 
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .profile-list .profile-item .profile-content h4 {
    margin-top: 10px;
    font-size: 20px;
    /* font-weight: 600; */
    position: relative;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .profile-list .profile-item .profile-content h4 a {
    color: #333;    
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .profile-list .profile-item .profile-content h4 span {
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--primary-color);
    border-radius: 100px;
    font-size: 13px;
    /* font-weight: 600; */
    color: #fff;
    min-width: 60px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .profile-list .profile-item .profile-content .location {
    position: relative;
    padding-left: 25px;
    color: #666;
    margin-bottom: 5px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .profile-list .profile-item .profile-content .location::before {
    content: "\e096";
    font-family: 'simple-line-icons';
    position: absolute;
    left: 0;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .profile-list .profile-item .profile-content .meta-infos span {
    position: relative;
    padding-right: 10px;
    margin-right: 5px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .profile-list .profile-item .profile-content .meta-infos span::before {
    content: '|';
    position: absolute;
    right: 0;
    top: -2px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .profile-list .profile-item .profile-content .meta-infos span:last-child::before {
    display: none;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .profile-list .profile-item .profile-content .actions {
    position: absolute;
    bottom: 18px;
    width: 100%;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .profile-list .profile-item .profile-content .actions .btn {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: normal;
    margin-right: 15px;
    color: #f54b1c;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .profile-list .profile-item .profile-content .actions .btn i {
    margin-right: 5px;
    vertical-align: -1px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .profile-list .profile-item .profile-content .online-badge {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 13px;
    background: linear-gradient(87deg,#f51c47 0,#f54b1c 100%);
    color: #fff;
    border-radius: 100px;
    padding: 2px 10px;
    /* font-weight: 600; */
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .profile-list .profile-item + .profile-item {
    margin-top: 15px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .content-body {
    background-color: #fff;
    padding: 20px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .mat-id-search {
    position: relative;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .mat-id-search button {
    position: absolute;
    right: 4px;
    top: 4px;
    background: linear-gradient(45deg, #9a9fff, #6245fe);
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .mat-id-search .form-control {
    padding-right: 40px;
    border-color: #eee;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .content-body .selectize-control .selectize-input {
    background-color: #efeeee !important;
    color: #333 !important;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .content-body  .form-control {
    border: none;
    color: #333;
    background-color: #efeeee;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .content-body .to-middle::before {
    content: 'To';
    position: absolute;
    right: -7px;
    top: 7px;
    color: #333;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .content-body .checkbox {
    display: inline-block;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .content-body .checkbox input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .content-body .checkbox label {
    margin-bottom: 0;
    font-size: 13px;
    position: relative;
    transition: all .15s ease;
    text-transform: capitalize;
    will-change: transform;
    padding: 8px 18px;
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
    background-color: #efeeee;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .content-body .checkbox input:checked~label {
    color: #fff;
    background-color: var(--primary-color);
    border-color: transparent;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .manage-wrap .card {
    border: none;
    margin-bottom: 30px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .manage-wrap .card .card-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .manage-wrap .card .card-body .card-text {
    flex: 1;
    margin-right: 20px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .manage-wrap .card .card-body .card-text h3 {
    /* font-weight: 600; */
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    color: #333;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .manage-wrap .card .card-body .card-text span {
    color: #666;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .manage-wrap .card .card-body .card-icon {
    flex: 0 0 50px;
    height: 50px;
    display: flex;
    text-align: center;
    font-size: 50px;
    background: linear-gradient(87deg,#f51c47 0,#f54b1c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .register-form {
    background-color: #fff;
    padding: 0;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .register-form .form-header {
    padding: 15px 30px;
    border-bottom: 1px solid rgba(230,230,230,.5);
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .register-form .form-header h2 {
    margin: 0;
    font-size: 20px;
    /* font-weight: 600; */
    color: #333;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .register-form .form-body {
    padding: 20px 30px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .register-form .form-section-title {
    margin-left: -30px;
    width: calc(100% + 60px);
    padding: 15px 30px;
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(230,230,230,.5);
    border-top: 1px solid rgba(230,230,230,.5);
    color: #333;
    font-size: 20px;
    /* font-weight: 600; */
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .content-body .accordion .card {
    border: none;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .content-body .accordion .card:first-child .card-header {
    padding-top: 0;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .content-body .accordion .card-header {
    padding: 15px 0;
    background-color: transparent;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .content-body .accordion .card-header .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-transform: capitalize;
    font-size: 16px;
    /* font-weight: 600; */
    padding: 0;
    color: #333;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .content-body .accordion .card-header .btn::before {
    content: "\e607";
    font-family: 'simple-line-icons';
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 10px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .content-body .accordion .card-header .btn.collapsed::before {
    content: "\e604";
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .content-body .accordion .card-body {
    padding: 10px 0;
    font-size: 13px;
    line-height: 26px;
    color: #555;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .message-wrap .message-item:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .message-wrap .message-item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .message-wrap .message-item .message-info  {
    float: right;
    width: calc(100% - 70px);
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .message-wrap .message-item .message-info h4 {
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
    /* font-weight: 600; */
    margin-bottom: 10px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .message-wrap .message-item .message-info .message::before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f7f7f7;
    left: -10px;
    top: 12px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .message-wrap .message-item .message-info .message {
    background: #f7f7f7;
    border-radius: 8px;
    padding: 10px 20px;
    position: relative;
    display: block;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .dashboard-main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: linear-gradient(87deg,#f51c47 0,#f54b1c 100%);
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .dashboard-main-nav ul li a {
    padding: 15px 15px;
    color: #fff;
    display: block;
    padding-left: 45px;
    position: relative;
    /* font-weight: 600; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: capitalize;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .dashboard-main-nav ul li a i {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 20px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .dashboard-main-nav ul li.active a {
    background: linear-gradient(45deg, #c10c23, #f3430c);
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .dashboard-btn {
    height: 38px;
    line-height: 36px;
    padding: 0;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .dashboard-btn i {
    margin-right: 10px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .register-form .form-body .field-item + .field-item {
    margin-top: 15px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .register-form .form-body .field-item h5 {
    /* font-weight: 600; */
    margin: 0;
    font-size: 16px;
    color: #444;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .photos-wrap figure {
    margin: 0;
    position: relative;

}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .photos-wrap figure .overlay-content {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .15s ease;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .photos-wrap figure .overlay-content .delete-btn {
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .photos-wrap figure:hover .overlay-content {
    opacity: 1;
    visibility: visible;
}
.page-wrap.dashboard-wraper .dashboard-content-wrap .nav-content-wrap .content-body .selectize-control.multi .selectize-input .item {
    background: linear-gradient(87deg,#f51c47 0,#f54b1c 100%);
    color: #fff;
    margin-top: 2px;
    border-radius: 100px;
    padding: 3px 10px;
    font-size: 13px;
    /* font-weight: 600; */
}
.page-item .page-link {
    border-radius: 50%;
    margin: 0 5px;
    min-width: 30px;
    min-height: 30px;
    padding: 0;
    border: none;
    line-height: 28px;
    text-align: center;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 50%;
}
.page-item.active .page-link {
    background-color: var(--primary-color);

}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary-color);
    background-repeat: repeat-x;
    color: #fff !important;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.page-wrap .header .id-search-wrap {
    padding-left: 15px;
    margin-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.page-wrap .header .id-search-wrap form {
    position: relative;
}
.page-wrap .header .id-search-wrap form .form-control {
    border: none;
    height: 35px;
    padding: 5px 15px;
    padding-right: 35px;
    font-size: 13px;
    background-color: #f1f1f1;
}
.page-wrap .header .id-search-wrap form .btn {
    height: 35px;
    width: 35px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.page-wrap .header .id-search-wrap form .btn:hover {
    transform: translateY(0px) scale(1.1);
}
.pages-default .sec-title {
    margin-bottom: 30px;
}
.pages-default .sec-title h2 {
    font-size: 28px;
    line-height: 35px;
}
.pages-default .sec-title p {
    color: #333;
}
.pages-default .sec-title ul {
    list-style-type: circle;
    margin-top: 20px;
}
.pages-default .sec-title ul li + li {
    margin-top: 10px;
}
.services-wrap .single-service-item + .single-service-item {
    margin-top: 30px;
}
.services-wrap .single-service-item .image-box img {
    box-shadow: 0 0px 100px 0px rgba(0, 0, 0, 0.2);
    background-color: transparent;
    border-radius: 58%;
}
.services-wrap .single-service-item .text h2 {
    font-size: 60px;
    line-height: 80px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #2d2d43;
}
.services-wrap .single-service-item .text p {
    line-height: 30px;
    color: #586177;
}
.who-are-we .single-feature {
    padding: 44px 20px;
    text-align: center;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    height: 100%;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.who-are-we .single-feature .icon {
    margin-bottom: 30px;
}
.who-are-we .single-feature .icon i {
    font-size: 60px;
    background-color: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.who-are-we .single-feature h4 {
    margin-top: 0;
    font-size: 18px;
}
.who-are-we .single-feature p {
    color: #555;
}
.who-are-we .single-feature::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--primary-color);
    z-index: -9;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
.who-are-we .single-feature:hover::after {
    width: 100%;
}
.who-are-we .single-feature:hover i {
    color: #fff;
    -webkit-text-fill-color: inherit;
}
.who-are-we .single-feature:hover h4, .who-are-we .single-feature:hover p {
    color: #fff;
}
.counter-wrap {
    background-color: var(--primary-color);

}
.counter-wrap .single-counter {
    text-align: center;
}
.counter-wrap .single-counter h3 {
    margin: 0;
    font-size: 50px;
    color: #fff;
}
.counter-wrap .single-counter h4 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    /* font-weight: 600; */
}
.auth-pages .auth-wraper .auto-form-wrapper .logo-wrap {
    margin-bottom: 10px;
}
.auth-pages .auth-wraper .auto-form-wrapper .logo-wrap img {
    height: 50px;
}
.no-label label {
    display: none;
}
.no-label .mb-3 {
    margin-bottom: 0 !important;
}
.tooltip {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}
.modal-title {
    font-size: 18px;
    /* font-weight: 600; */
}
.alert-dismissible .close {
    padding: 15px;
    font-size: 15px;
}

@media only screen and (max-width: 1024px) {
    .page-wrap .page-content .hero-banner-wrapper .hero-content .hero-text {
        font-size: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .page-wrap .header .navbar {
        padding: 10px 0;
    }
    .page-wrap .header .navbar-light .navbar-toggler {
        border: none;
    }
    .page-wrap .header .navbar-toggler-icon {
        background-image: none;
        position: relative;
        color: #333;
    }
    .page-wrap .header .navbar-light .navbar-toggler .navbar-toggler-icon::before {
        font-family: 'simple-line-icons';
        position: absolute;
        left: 22px;
        top: 5px;
    }
    .page-wrap .header .navbar-light .navbar-toggler.collapsed .navbar-toggler-icon::before {
        content: "\e601";
    }
    .page-wrap .header .navbar-light .navbar-toggler .navbar-toggler-icon::before {
        content: "\e082";
    }
    .page-wrap .header .navbar-light .navbar-nav .nav-item {
        border-top: 1px solid rgba(255, 255, 255, 0.13);
    }
    .page-wrap .header .navbar .header-button-group {
        position: absolute;
        top: 22px;
        right: 35px;
    }
    .page-wrap .header .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
    .page-wrap .header .navbar-light .navbar-nav .nav-link::before {
        display: none;
    }
    .page-wrap .header .navbar .header-button-group .profile-dropdown {
        margin-top: 0px;
    }
    .page-wrap .header .navbar .header-button-group .profile-dropdown .nav-link {
        padding: 0;
    }
    .page-content .profile-listing-wrap .profile-item-wrap .profile-item .table-view {
        display: block;
    }
    .page-content .profile-listing-wrap .profile-item-wrap .profile-item .profile-right {
        width: 100%;
        display: block;
        padding-top: 0;
        padding-bottom: 15px;
        border: none;
    }
    .page-content .profile-listing-wrap .profile-item-wrap .profile-item .radius-top {
        width: 100%;
    }
    .page-content .profile-listing-wrap .profile-item-wrap .profile-item .title {
        display: block;
        width: 100%;
    }
    .page-content .profile-listing-wrap .profile-item-wrap .profile-item .profile-right {
        text-align: left;
    }
    .page-content .profile-listing-wrap .profile-item-wrap .profile-item .profile-right .contact-metas {
        text-align: left;
    }
    .page-content .profile-listing-wrap .profile-item-wrap .profile-item .title h4 a {
        font-size: 20px;
    }
    .page-content .profile-listing-wrap .profile-item-wrap .profile-item .title .ref-id {
        margin-bottom: 5px;
    }
    .page-content .about-us .image-column .inner-column {
        margin-left: 0;
    }
    .page-content .contact-section .form-column {
        float: none;
        width: 100%;
        padding: 40px 0;
    }
    .page-content .contact-section .map-column {
        position: relative;
        float: none;
        width: 100%;
        height: 300px;
    }
    .page-content .contact-section .form-column .contact-form {
        float: none;
        width: 100%;
        padding-right: 15px;
    }
    .page-wrap .header .id-search-wrap {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .section-padding {
        padding: 30px 0;
    }
    .page-wrap .page-content .hero-banner-wrapper .hero-content .hero-text {
        font-size: 38px;
    }
    .section-title h1 {
        font-size: 30px;
        margin-top: 0px;
    }
    .section-title h3 {
        font-size: 30px;
    }
    .sec-title h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .page-content .inner-page-title h1 {
        font-size: 24px;
    }
    .page-wrap .page-content .hero-banner-wrapper .hero-content {
        position: static;
        top: auto;
        transform: translateY(0);
    }
    .page-wrap .page-content .hero-banner-wrapper .hero-content .hero-form {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .page-wrap .footer .footer-top .footer-logo {
        margin-bottom: 20px;
    }
    .page-content .inner-page-title {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 734px) {
    .page-wrap .page-content .hero-banner-wrapper .hero-content {
        padding: 15px 0;
        padding-top: 15px;
    }
    .page-wrap .page-content .hero-banner-wrapper .hero-content .hero-text {
        margin-bottom: 30px;
    }
    .page-content .profile-listing-wrap .filter-sidebar {
        margin-bottom: 30px;
    }
    .page-content .single-profile-wrap .personal-infos-wrap .personal-info-item .info-meta {
        margin-bottom: 30px;
    }
    .page-content .single-profile-wrap .personal-infos-wrap h2 {
        font-size: 24px;
    }
    .page-content .about-us .image-column .inner-column {
        margin-bottom: 30px;
        position: relative;
    }
    .page-wrap .header .navbar .header-button-group .btn {
        padding: 6px 15px;
    }
    .page-wrap .header .navbar-light .navbar-brand img {
        height: 35px;
    }
}
@media only screen and (max-width: 500px) {
    .section-title h1 {
        font-size: 26px;
    }
    .page-content .profile-listing-wrap .profile-item-wrap .profile-item .cell-view {
        display: block;
    }
    .page-content .profile-listing-wrap .profile-item-wrap .profile-item .radius-top {
        width: 100%;
    }
    .page-wrap .header .navbar .header-button-group .nav-link .user-name {
        display: none;
    }
    .page-wrap .header .navbar .header-button-group .btn:first-child {
        display: none;
    }
    .page-wrap .header .navbar .header-button-group {
        top: 16px;
    }
    .page-wrap .header .navbar-light .navbar-brand {
        font-size: 24px;
    }
    .page-wrap .header .navbar .header-button-group .profile-dropdown {
        margin-top: 0;
    }
    .page-wrap .footer .footer-top {
        padding: 50px 0px;
    }
    .page-wrap .footer .footer-top .footer-logo {
        font-size: 24px;
    }
    .page-wrap .footer .footer-top .social-links {
        margin-bottom: 30px;
    }
    .page-wrap .footer .footer-top .quick-links {
        margin-top: 30px;
    }
    .page-content .inner-page-title .breadcrumb {
        margin-right: 0;
        margin-bottom: 0;
    }
    .page-content .inner-page-title .breadcrumb::before {
        display: none;
    }
    .register-wrap .register-header .process-wraper {
        padding-left: 0;
    }
    .register-wrap .register-header .process-wraper .process {
        padding-left: 0;
        text-align: center;
    }
    .register-wrap .register-header .process-wraper .process .number {
        position: static;
        top: auto;
        left: auto;
    }
    .register-wrap .register-header .process-wraper .process .title {
        display: block;
        padding-right: 0;
    }
    .register-wrap .register-header .process-wraper .process .line {
        top: 13px;
        right: -34px;
    }
    .register-wrap .register-form .form-header, 
    .register-wrap .register-form .form-body {
        padding: 10px 15px;
    }
    .register-wrap .register-form .form-body .form-section-title {
        margin-left: -15px;
        width: calc(100% + 30px);
        padding: 10px 15px;
    }
    .register-wrap .success-wrapper {
        padding: 20px;
        overflow: hidden;
    }
    .register-wrap .success-wrapper .btn-wrapper .btn + .btn {
        margin-top: 15px;
    }
    .register-wrap .register-header h3 {
        font-size: 22px;
    }
    .register-wrap .register-header p {
        display: none;
    }
    .register-wrap .register-header {
        margin-bottom: 0;
    }
    .page-wrap .header .navbar-light .navbar-brand .brand-name {
        display: none;
    }
    .register-wrap .register-header .process-wraper {
        margin-bottom: 20px;
    }
    .register-wrap .register-header .process-wraper .process .title {
        background-color: transparent;
    }
    .register-wrap .register-header h3 {
        font-size: 22px;
    }
    .register-wrap .register-form .form-body .form-section-title, 
    .register-wrap .register-form .form-header h2 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 375px) {
    .register-wrap .register-header .process-wraper .process .line {
        right: -26px;
    }
}
@media only screen and (max-width: 320px) {
    .register-wrap .register-header .process-wraper .process .line {
        right: -17px;
    }
}