:root {

    --primary-color: #ECA835;

}



@font-face {

    font-family: 'Poppins-Light';

    src: url('../fonts/Poppins/Poppins-Light.ttf');

}



@font-face {

    font-family: 'Poppins-Regular';

    src: url('../fonts/Poppins/Poppins-Regular.ttf');

}



@font-face {

    font-family: 'Poppins-Medium';

    src: url('../fonts/Poppins/Poppins-Medium.ttf');

}



@font-face {

    font-family: 'Poppins-SemiBold';

    src: url('../fonts/Poppins/Poppins-SemiBold.ttf');

}



@font-face {

    font-family: 'Poppins-Bold';

    src: url('../fonts/Poppins/Poppins-Bold.ttf');

}



@font-face {

    font-family: 'Poppins-Thin';

    src: url('../fonts/Poppins/Poppins-Thin.ttf');

}



@font-face {

    font-family: 'Jomolhari';

    src: url('../fonts/Jomolhari/Jomolhari-Regular.ttf');

}



@font-face {

    font-family: 'Roboto-Regular';

    src: url('../fonts/Roboto/Roboto-Regular.ttf');

}



@font-face {

    font-family: 'Roboto-Light';

    src: url('../fonts/Roboto/Roboto-Light.ttf');

}



.poppins-light {

    font-family: 'Poppins-Light' !important;

}



.roboto-regular {

    font-family: 'Roboto-Regular' !important;

}



html,

body {

    overflow-x: hidden;

}



body {

    /* font-family: 'Poppins-Regular';*/
    font-family: 'Poppins-Light';

}



body {

    background: #1B1B1B;


    color: #fff;
    min-height: 100vh;

}



img {

    max-width: 100%;

}



a,

a:hover {

    text-decoration: none;

}



.btn,

input,

button {

    outline: none !important;

    box-shadow: none !important;

}



.btn-outline-primary {

    color: var(--primary-color);

    border-color: var(--primary-color);

}



.btn-outline-primary:hover {

    color: #fff;

    background-color: var(--primary-color);

    border-color: var(--primary-color);

}



.btn-primary {

    color: #fff;

    background-color: var(--primary-color);

    border-color: var(--primary-color);

}



.btn-primary:hover,

.btn-primary.focus,

.btn-primary:focus,

.btn-primary:not(:disabled):not(.disabled).active,

.btn-primary:not(:disabled):not(.disabled):active,

.show>.btn-primary.dropdown-toggle {

    color: #fff;

    background-color: var(--primary-color);

    border-color: var(--primary-color);

}



.btn-outline-primary:not(:disabled):not(.disabled).active,

.btn-outline-primary:not(:disabled):not(.disabled):active,

.show>.btn-outline-primary.dropdown-toggle {

    color: #fff;

    background-color: var(--primary-color);

    border-color: var(--primary-color);

}



.dropdown-item:focus,

.dropdown-item:hover {

    color: #16181b;

    background-color: rgb(251 168 19 / 37%);

}



.navbar-light .navbar-nav .nav-link,

.navbar-light .navbar-nav .nav-link:hover {

    color: rgb(255 255 255);

}



.navbar-light .navbar-nav .nav-link:focus,

.navbar-light .navbar-nav .active .nav-link {

    color: var(--primary-color);

}



.btn {

    font-size: 14px;

    padding: 8px 24px;



}



.btn-gradient {

    background: linear-gradient(90deg, #EED09F 0%, rgba(249, 181, 61, 0.29) 99.99%, rgba(250, 179, 52, 0) 100%, #FAB334 100%);

    border-radius: 5px;

    font-family: 'Poppins-Regular';

    font-weight: 700;

    letter-spacing: 2px;

    color: #000;

    padding: 6px 36px;

}



.btn-gradient.btn-outline-primary:hover {

    background: linear-gradient(90deg, #EED09F 0%, rgba(249, 181, 61, 0.29) 99.99%, rgba(250, 179, 52, 0) 100%, #FAB334 100%);

    border-radius: 5px;

    color: #000;

}



.btn-gradient:hover {

    color: #000;

}



.min-w152 {

    min-width: 152px;

}



.min-w120 {

    min-width: 120px;

}



.btn.btn-primary {

    font-family: 'Poppins-SemiBold';

    letter-spacing: 1px;

}



.btn.btn-outline-primary,

.btn.outline-padding {

    padding: 5px 24px;

}



.select2-container--default .select2-selection--single {

    background-color: var(--primary-color);

    border: 0;

    border-radius: 4px;

    text-align: left;

}



.select2-container--default .select2-selection--single .select2-selection__rendered {

    color: #fff;

    line-height: 44px;

    padding-left: 20px;

    padding-right: 50px;

    outline: none !important;

    box-shadow: none !important;

}



.select2-selection {

    outline: none !important;

    box-shadow: none !important;

}



.select2-container .select2-selection--single,

.select2-container--default .select2-selection--single .select2-selection__arrow {

    height: 39px;

}



.select2-container--default .select2-selection--single .select2-selection__arrow {

    right: 20px;

}



.select2-container--default .select2-selection--single .select2-selection__arrow b {

    border-color: #fff transparent transparent transparent;

    border-width: 9px 8px 0 8px;

    margin-top: -3px;

}



.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {

    border-color: transparent transparent #fff transparent;

    border-width: 0 8px 9px 8px;

    margin-top: -5px;

}



.select2-results__option {

    font-size: 14px;

    color: #000;

    padding: 8px 20px;

}



.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {

    color: #000;

    background-color: rgb(251 168 19 / 37%);

    font-weight: 600;

}



section {

    padding: 60px 0;

}



.select2-container {

    width: max-content !important;

    max-width: 100%;

}



.filter-search {

    display: flex;

    align-items: center;

    padding: 0;

    margin: 0;

}



.filter-search li {

    display: block;

    margin-left: 30px;

    position: relative;

}



.filter-search li img {

    height: 26px;

}



.filter-search li img.active {

    display: none;

}



.filter-search li a.active .default {

    display: none;

}



.filter-search li a.active .active {

    display: block;

}



.profile-dropdown .btn {

    padding: 0;

    border: 2px solid var(--primary-color);

    border-radius: 50%;

    display: flex;

}



.profile-dropdown .btn img {

    object-fit: cover;

}



.profile-dropdown .btn:after {

    display: none;

}



.filter-search li .icon {

    height: 18px;
    margin-right: 8px;
    width: 18px;
    font-size: 18px;
    text-align: center;

}



.dropdown-item {

    padding: .25rem 1rem;

}



.navbar-expand-lg .navbar-nav .nav-link {

    margin-left: 16px;

    padding: 0;

    padding-right: 22px;

    line-height: 100px;

}



header {
    font-family: 'Poppins-Regular';
    position: relative;

    z-index: 999;

}



header .navbar {

    padding: 0;

    border-bottom: 1px solid #8F8F8F;

}



.navbar-brand img {

    height: 70px;

}



.navbar-nav .nav-item a {

    position: relative;

}



.navbar-nav .nav-item>a:after {

    content: "";

    height: 7px;

    width: 7px;

    display: block;

    background: #fff;

    position: absolute;

    top: 47px;

    right: 0;

    border-radius: 50%;

}



.navbar-nav .nav-item.active:after {

    background: #F7A642;

}



/* .navbar-nav .nav-item:last-child a {

    padding-right: 0;

} */



.navbar-nav .nav-item:last-child:after {

    display: none;

}



.dropdown-menu {

    min-width: 180px;

}



.aiming-item {

    background-repeat: no-repeat;

    background-position: left center;

    background-size: 97%;

}



.aiming-item .row {

    margin: 0;

}



.aiming-item .col1 h3,

.gradient-title {

    font-size: 32px;

    background: -webkit-linear-gradient(0deg, #f3d158, #b86e15);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    font-family: 'Poppins-Bold';

    line-height: 50px;

}



.aiming-item .col1 .text {

    max-width: 330px;

    margin-top: 50px;
    position: relative;
    top: 0px;
    opacity: 0;


}

.owl-item.active .aiming-item .col1 .text {
    animation: textanim 6s forwards;
}

@keyframes textanim {
    0% {
        opacity: 0;
        top: 80px;

    }

    40% {
        opacity: 1;
        top: 0px;

    }

    80% {
        opacity: 1;
        top: 0px;

    }

    100% {
        opacity: 0;
        top: 0px;

    }
}


.aiming-item .col2 .text {

    text-align: center;

    max-width: 250px;

    margin-top: 165px;

}

.aiming-item .col2 .text {}

.aiming-item .col2 .text h6 {

    font-size: 24px;

    font-family: 'Poppins-SemiBold';

    line-height: 48px;

    margin-bottom: 50px;

}



.aiming-item .col1 .text p,

.pcss {

    font-weight: 100;

    letter-spacing: 1px;

    line-height: 28px;

}



.aiming-item .row .col2 {

    background-size: 86%;

    background-repeat: no-repeat;

    opacity: 0;
    background-position: 500% 0;

}

.owl-item.active .aiming-item .row .col2 {
    animation: bgimg 6s forwards;
    opacity: 0;
}

@keyframes bgimg {
    0% {
        opacity: 0;
        background-position: 500% 0;

    }

    40% {
        opacity: 1;
        background-position: top right;
    }

    80% {
        opacity: 1;
        background-position: top right;

    }

    100% {
        opacity: 0;
        background-position: top right;

    }
}


.aiming-section .aiming-owl {

    margin-left: -15px;

    width: calc(100% + 15px);

}



.aiming-owl .owl-dot {

    height: 15px;

    width: 15px;

    background: var(--primary-color) !important;

    border-radius: 50%;

    margin-left: 15px;

    position: relative;

}



.aiming-owl .owl-dots .owl-dot.active {

    margin-right: 30px;

}



.aiming-owl .owl-dots {

    text-align: right;

    padding-right: 13%;

}



.aiming-owl .owl-dot:after {

    content: "";

    display: block;

    width: 0;

    height: 1px;

    background: red;

}



.aiming-owl .owl-dot.active:after {

    width: 50px;

    background: var(--primary-color) !important;

}



.title {

    margin-bottom: 50px;

}



.title h6 {

    font-size: 26px;

    max-width: 570px;

    line-height: 34px;

}



.title h3 {

    color: var(--primary-color);

    font-family: 'Poppins-SemiBold';

    margin-bottom: 20px;

    font-size: 38px;

}



.pills-design .nav-item {

    flex: 1;

    position: relative;

    text-align: center;

}



.pills-design .nav-item .nav-link {

    color: #AEAEAE;

    font-size: 22px;

    padding: 10px 0;

    border-bottom: 1px solid #BEBEBE;

    border-radius: 0;

}



.pills-design .nav-item .nav-link.active {

    background-color: transparent;

    font-family: 'Poppins-SemiBold';

    color: var(--primary-color);

    border-bottom: 2px solid var(--primary-color);

}



.pills-design .nav-item .nav-link.active:after,

.pills-design .nav-item .nav-link.active:before {

    content: "";

    height: 8px;

    width: 8px;

    background: var(--primary-color);

    display: block;

    border-radius: 50%;

    position: absolute;

    bottom: -3px;

    left: 0;

}



.pills-design .nav-item .nav-link.active:before {

    right: 0;

    left: auto;

}



.pills-design .nav {

    margin-bottom: 50px;

}



.wt-box {

    background-color: #fff;

    border-radius: 5px;

    margin-bottom: 20px;

}



.wt-box .top-img {

    height: 258px;

    object-fit: cover;

    width: 100%;

    border-radius: 4px;

}



.wt-box .text {

    color: #000;

    padding: 20px 30px;

}



.wt-box .text h4 {

    font-size: 22px;

    font-family: 'Poppins-Bold';

    margin-bottom: 10px;

    height: 52px;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

}



.wt-box .text p {

    font-size: 14px;

    margin-bottom: 12px;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

    height: 63px;

}



.wt-box .text hr {

    margin: 0 -15px;

}



.wt-box .recommended {

    align-items: center;

    padding-top: 20px;

}



.wt-box .recommended .like {

    background-color: transparent;

    outline: none;

    padding: 0;

    border: 0;

}



.wt-box .recommended h6 {

    font-size: 14px;

    margin: 0;

    font-family: 'Poppins-SemiBold';

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}



.wt-box .recommended img {

    height: 24px;

}



.sort-by+.select2-container {

    min-width: 210px;

}



.sort-by+.select2-container--default .select2-selection--single .select2-selection__rendered {

    padding-left: 60px;

}



.sort-by+.select2-container--default .select2-selection:after {

    content: "";

    display: block;

    background-image: url(../images/svg/up-down.svg);

    height: 26px;

    background-repeat: no-repeat;

    position: absolute;

    left: 20px;

    top: 9px;

    width: 26px;

    background-size: 26px;

}



.area-box {

    position: relative;

    overflow: hidden;

    margin-bottom: 30px;

    border-radius: 4px;

}



.area-box .blur {

    height: 455px;

    filter: blur(3px);

    object-fit: cover;

    width: 100%;

}



.area-box .text {

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    right: 0;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    padding: 60px;

    background: rgb(0, 0, 0, 0.4);

}



.area-box .text h5,

.area-box-sm h5 {

    font-size: 32px;

    font-family: 'Poppins-Bold';

    margin-bottom: 15px;

    letter-spacing: 1px;

    text-align: center;

}



.area-box .text p {

    text-align: center;

    margin: 0;

    font-size: 20px;

}



.area-box-sm {

    position: relative;

    border-radius: 4px;

    overflow: hidden;

    margin-bottom: 15px;

}



.area-box-sm .blur,

.area-box-sm .blur2 {

    height: 220px;

    width: 100%;

    object-fit: cover;

    object-position: bottom;

}



.area-box-sm .blur2 {

    filter: blur(3px);

    margin-top: -10px;

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

}



.area-box-sm .text {

    position: absolute;

    left: 0;

    bottom: 0;

    right: 0;

    width: 100%;

    height: 74px;

    overflow: hidden;

}



.area-box-sm h5 {

    margin: 0;

    text-align: center;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 15px;

    background: rgb(0, 0, 0, 0.4);

}



.area-box-sm.lg,

.area-box-sm.lg .blur,

.area-box-sm.lg .blur2 {

    height: 415px;

}



.area-box-sm.lg {

    margin-bottom: 30px;

}



.after-text {

    font-size: 270px;

    position: absolute;

    z-index: 0;

    color: #1b1b1b;

    -webkit-text-stroke: 2px #3f3e3d;

    -webkit-text-fill-color: transparent;

    font-family: 'Poppins-Bold';

}



.after-text.fill {

    color: #35353580;

    -webkit-text-fill-color: #35353580;

    font-family: 'Poppins-SemiBold';

    -webkit-text-stroke: 0;

}



.aiming-section .after-text {

    top: 45%;

}



.award-winning .after-text {

    left: 0;

    right: 0;

    top: -170px;

    text-align: center;

}



.award-winning {

    padding-top: 250px;

    position: relative;

}



.award-winning .title {

    margin-bottom: 100px;

}



.entypo-chat {

    background: linear-gradient(45deg, rgb(238, 208, 159, 1), rgb(236, 168, 53, 0.17));

    color: #000 !important;

    position: absolute;

    top: 0;

    right: -50px;

    transform: rotate(-90deg);

    padding: 10px 30px;

    border-radius: 6px 6px 0 0;

    z-index: 2;

}



.entypo-chat img {

    transform: rotate(90deg);

    height: 30px;

}



.entypo-chat span {

    margin-left: 20px;

}



.we-are {

    padding-top: 250px;

    background-size: cover;

    padding-bottom: 50px;

}



.we-are .after-text {

    font-family: 'Jomolhari';

}



.we-are .title {

    position: relative;

}



.we-are .title:after {

    content: "";

    display: block;

    background-image: url(../images/svg/qt.svg);

    position: absolute;

    left: calc(45%);

    height: 150px;

    width: 150px;

    background-size: 150px;

    background-repeat: no-repeat;

    top: 0;

    z-index: -1;

}



.we-are.we-are-second .title:after {

    background-image: url(../images/qr-new.png);

}



.masonry {

    -moz-column-count: 3;

    -webkit-column-count: 3;

    column-count: 3;

    column-gap: 40px;

    padding-top: 40px;

}



.mitem {

    background: #fff;

    color: #000;

    padding: 30px 40px;

    border-radius: 5px;

    margin-bottom: 30px;

    -webkit-column-break-inside: avoid;

    /* Chrome, Safari, Opera */

    page-break-inside: avoid;

    /* Firefox */

    break-inside: avoid;

    /* IE 10+ */

}



.mitem hr {

    margin-left: -20px;

    margin-right: -20px;

}



.mitem p {

    color: #4D4D4D;

    font-size: 14px;

    margin-bottom: 40px;

    line-height: 28px;

}



.mitem .bottom {

    display: flex;

    align-items: center;

}



.mitem .bottom img {

    height: 60px;

    width: 60px;

    margin-right: 20px;

    flex: 0 0 60px;

}



.mitem .bottom h5 {

    font-size: 16px;

    font-family: 'Poppins-SemiBold';

    color: #DDBE4F;

}



.mitem .bottom h6 {

    font-size: 10px;

    margin: 0;

    color: #949292;

}



.your-time .inner {

    padding: 50px 0;

    background: #0C0B0B;

    border-radius: 15px;

    box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.1);

    position: relative;

}



.your-time .inner .g10 {

    margin-left: -7%;

    margin-top: -10%;

    position: absolute;

    left: 0;

    top: 0;

    width: 500px;

    transform: scale(0);
    animation: rotateimage 10s backwards infinite ease;



}

@keyframes rotateimage {
    0% {
        transform: scale(0.7) rotate(5deg);

    }

    80% {
        transform: scale(1) rotate(0);
    }

    100% {
        transform: scale(0.7) rotate(5deg);

    }


}

.your-time .inner .col2 {

    text-align: center;

}



.your-time .inner .col2 h1 {

    color: var(--primary-color);

    font-family: 'Poppins-SemiBold';

    font-size: 40px;

}



.your-time .inner .col2 h4 {

    color: var(--primary-color);

    font-size: 32px;

    letter-spacing: 1px;

}



.form-control {

    color: #fff !important;

    border-radius: 0;

    background-color: #000 !important;

    border: 0;

    border-left: 4px solid var(--primary-color) !important;

    padding: 8px 24px;

    font-size: 14px;

    height: 44px;

    box-shadow: none !important;

    resize: none;

}



.form-control::placeholder {

    color: #BABABA;

}



.form-group {

    margin-bottom: 30px;

}



.your-time .form {

    margin: 30px auto 0;

    max-width: 360px;

}



.form-control+.select2 {

    width: 100% !important;

    font-size: 14px;

    background-color: #000;

    border-left: 4px solid var(--primary-color) !important;

}



.form-control+.select2 .select2-selection {

    background-color: transparent;

}



.form-control+.select2 .select2-selection__rendered {

    padding-left: 24px;

}



.with-label label {

    position: absolute;

    font-size: 10px;

    font-weight: 100;

    color: #BABABA;

    margin-left: 28px;

    z-index: 1;

    margin-top: 3px;

}



.with-label .form-control+.select2 .select2-selection__rendered {

    position: relative;

    top: 10px;

    line-height: 39px;

}



footer {

    background-color: #000;

    padding: 60px 0 40px;

}



.footer-ul {

    padding: 0;

    margin: 0;

}



.footer-ul li {

    display: block;

    margin-bottom: 20px;

}



/*.footer-ul li a,

.footer-ul li a:hover {

    color: #fff;

    font-size: 14px;

}*/



.footer-ul li a {

    color: #fff;

    font-size: 14px;

}



.footer-ul li a:hover {

    color: #eca835;

    font-size: 14px;

}



.footer-title {

    margin-bottom: 50px;

    font-size: 24px;

}



.form-control+.select2-container .select2-selection--single,

.form-control+.select2-container--default .select2-selection--single .select2-selection__arrow {

    height: 44px;

}



.navbar-light .navbar-toggler {

    color: #fff;

    border-color: #fff;

    margin-left: 15px;

}



.signin-section {

    padding: 0;

}



.signin-section .col1,

.signin-section .col2 {

    display: flex;

    flex-direction: column;

    min-height: 100vh;

}



.themis-figurine-stands {

    width: 50%;

    height: 100vh;

    position: absolute;

    left: 0;

    top: 0;

    overflow: hidden;

}



.themis-figurine-stands .themis-figurine {

    width: 100%;

    height: 100vh;

    object-fit: cover;

    filter: blur(3px);

    transform: scale(1.1);

}



.signin-section .col1 {

    padding-top: 20px;

    padding-bottom: 30px;

}



.small-logo {

    width: 40px;

}



.signin-section {

    font-family: 'Roboto-Light';

}



.signin-section .col1 .mid {

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding-bottom: 30px;

    max-width: 450px;

    margin: auto;

}



.signin-section .col1 .bottom {

    margin-top: auto;

}



.signin-section .col1 h3 {

    font-family: 'Poppins-Bold';

    font-size: 42px;

    margin-bottom: 20px;

}



.signin-section .col1 p {

    font-size: 18px;

    letter-spacing: 2px;

}



.social,

.social-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

    margin: 0;

}



.social li,

.social-icon li {

    display: block;

    margin: 0 4px;

}



.social li a {

    font-size: 22px;

    color: #fff;

}



.social-icon li img {

    height: 26px;

}



.social-icon {

    margin-bottom: 30px;

}



.signin-section .col2 {

    padding-left: 40px;

    padding-right: 40px;

    padding-top: 50px;

}



.signin-section .col2 .top {

    height: calc(100vh - 165px);

    max-width: 460px;

    margin: auto;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    font-size: 14px;

}



.signin-section .col2 .top .inner {

    overflow: auto;

    padding-left: 30px;

    padding-right: 30px;

}



.signin-section .col2 .top .inner::-webkit-scrollbar {

    width: 5px;

}





/* Track */



.signin-section .col2 .top .inner::-webkit-scrollbar-track {

    background: #2b2b2b;

}





/* Handle */



.signin-section .col2 .top .inner::-webkit-scrollbar-thumb {

    background: #5a5a5a;

}





/* Handle on hover */



.signin-section .col2 .top .inner::-webkit-scrollbar-thumb:hover {

    background: #737272;

}



.signin-section .col2 .bottom {

    border-top: 1px solid #EED09F;

    padding: 20px 0;

    margin-top: 50px;

    text-align: center;

}



.signin-section .col2 .bottom a {

    font-size: 14px;

    color: #EED09F;

    text-decoration: underline;

    font-family: 'Poppins-Light';

}



.form-control.without-border {

    border-left: 0 !important;

}



.border-radius-5px {

    border-radius: 5px !important;

}



.half-border-radius {

    border-top-right-radius: 5px !important;

    border-bottom-right-radius: 5px !important;

}



.signin-section .col2 .top .form {

    padding: 0 20px;

    margin-top: 30px;

    width: 100%;

}



.forgot-password,

.forgot-password:hover {

    color: #fff;

}



.signin-section .col2 .top .inner p {

    text-align: center;

}



.signin-section .col2 .top h4 {

    font-size: 30px;

    background: -webkit-linear-gradient(0deg, #eed09f, #eed09f, #eca835);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    font-family: 'Poppins-SemiBold';

    text-align: center;

    margin-bottom: 26px;

}



.alr {

    font-size: 14px;

    color: #EED09F;

    font-family: 'Poppins-Light';

}



.pm-check {

    position: relative;


}



.pm-check .real-checkbox {

    display: inline-block;

    height: 20px;

    width: 20px;

    background: transparent;

    border: 1px solid #6D6D6D;

    border-radius: 4px;

    position: absolute;

    left: 0;

    top: 4px;

    font-size: 10px;

    padding: 2px 4px;

    z-index: 0;

}



.pm-check .form-check-label {

    padding-left: 30px;

    z-index: 1;

    position: relative;

}



.pm-check input[type=checkbox] {

    height: 20px;

    width: 20px;

    margin: 0;

    opacity: 0;

}



.pm-check .real-checkbox:after {

    font-family: 'themify';

    content: "\e64c";

    opacity: 0;

}



.pm-check input[type=checkbox]:checked+.real-checkbox:after {

    opacity: 1;

}



.btn-gradient.btn-outline-primary {

    background: transparent;

    border-color: #EED09F;

    color: #EED09F;

    border-radius: 5px;

    font-family: 'Poppins-Regular';

    font-weight: 700;

    letter-spacing: 2px;

    padding: 6px 36px;

}



.round-line {

    height: 2px;

    border-bottom: 2px solid #EED09F;

    text-align: center;

    padding-top: 9px;

    margin-left: 20px;

    margin-right: 20px;

    margin-bottom: 40px;

}



.round-line span:after {

    height: 16px;

    content: "";

    border-radius: 50%;

    border: 2px solid #EED09F;

    width: 16px;

    display: inline-block;

}



.round-line span {

    position: relative;

    width: 60px;

    background: #1b1b1b;

    display: block;

    margin: auto;

    top: -8px;

}



.themis-figurine {

    width: 100%;

    height: 100vh;

    position: absolute;

    left: 0;

    top: 0;

    overflow: hidden;

}



.themis-figurine .themis {

    height: 105%;

    object-fit: contain;

}



.before-border:before {

    background: #eed09f;

    content: "";

    display: block;

    width: 100%;

    height: 1px;

    position: absolute;

    bottom: 64px;

    left: 0;

    right: 0;

}



.before-border.signin-section .col2 .bottom {

    border-color: transparent;

}



.at-legal-buddy .row {

    align-items: center;

}



.at-legal-buddy .text h4 {

    font-size: 32px;

    margin-bottom: 40px;

    font-family: 'Poppins-Bold';

}



.at-legal-buddy .text {

    max-width: 509px;

}



.at-legal-buddy .text p {

    margin-bottom: 8px;

    max-width: 430px;

    font-size: 18px;

    font-family: 'Poppins-Light';

    letter-spacing: 1px;

}



.span-gr {

    background: -webkit-linear-gradient(0deg, rgb(238 208 159), rgb(238 193 119 / 55%));

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.at-legal-buddy .col2 {

    display: flex;

}



.at-legal-buddy {

    padding: 60px 0;

}



.at-legal-buddy .col2 img {

    border-radius: 10px;

    object-fit: cover;

    height: 650px;

    flex: 0 0 calc(100% - 130px);

    width: calc(100% - 130px);

}



.year-line {

    flex: 0 0 130px;

    width: 130px;

    text-align: center;

    padding: 30px 0;

}



.year-line p {

    margin: 15px 0;

    font-size: 12px;

    font-family: 'Poppins-Light';

}



.year-line .line {

    height: calc(100% - 90px);

    width: 2px;

    background: var(--primary-color);

    margin: auto;

    position: relative;

}



.year-line .line span {

    display: inline-block;

    height: 10px;

    width: 10px;

    background: var(--primary-color);

    position: absolute;

    left: -4px;

    border-radius: 50%;

}



.year-line .line span:last-child {

    bottom: 0;

}



.figure-row {

    text-align: center;

    background: rgb(0, 0, 0, 20%);

    padding: 30px 0;

}



.figure-row>div {

    border-left: 1px solid var(--primary-color);

    padding-top: 30px;

    padding-bottom: 30px;

}



.figure-row>div:first-child {

    border-left: 0;

}



.figure-row h4 {

    color: var(--primary-color);

    font-family: 'Poppins-Bold';

    font-size: 36px;

    margin-bottom: 10px;

}



.figure-row p {

    letter-spacing: 1px;

    margin-bottom: 0;

}



.figure-sec {

    padding: 80px 0;

}



.our-key-values {

    padding: 60px 0;

}



.our-key-values .container {

    background-size: 100%;

    background-repeat: no-repeat;

    background-position-y: 20%;

}



.our-key-values .col1 {

    background-size: 80%;

    min-height: 590px;

    text-align: center;

    background-position: center top;

    background-repeat: no-repeat;

    padding-top: 80px;

}



.our-key-values .col1 h6 {

    letter-spacing: 2px;

    font-size: 24px;

    margin-bottom: 20px;

    line-height: 34px;

}



.our-key-values .title {

    margin-bottom: 10px;

}



.why-legal-buddy .col2 {

    text-align: right;

    max-width: 450px;

    margin-left: auto;

}



.why-legal-buddy {

    padding-top: 200px;

}



.why-legal-buddy p {

    font-size: 20px;

}



.why-legal-buddy .col1 img {

    box-shadow: -100px -100px #2a2a2a;

    width: 100%;

    height: 525px;

    object-fit: cover;

}



.why-legal-buddy .col1 {

    padding-left: 115px;

}



.management {

    padding-top: 100px;

    position: relative;

}



.management .after-text {

    width: 100%;

    text-align: center;

    top: -136px;

    z-index: -1;

}



.management .title {

    margin-bottom: 100px;

}



.team-box {

    position: relative;

    top: 0px;

    transition: all 0.4s;

    margin-bottom: 30px;

}



.team-box:hover {

    top: -30px;
    margin-top: 10px;

}



.team-box .main {

    width: 100%;



    object-fit: cover;

}



.team-box .text {

    position: absolute;

    left: 0;

    right: 0;

    padding: 20px;

    bottom: 0;

    overflow: hidden;

    height: 140px;

    transition: all 0.4s;

    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b1b1b;

}



.team-box:hover .text {

    opacity: 1;

}



.team-box .text img {

    position: absolute;

    left: 0;

    bottom: 0;

    right: 0;



    object-fit: cover;

    width: 100%;

    filter: blur(5px) contrast(0.8);
    opacity: 0.5;

}

.team-box .main,
.team-box .text img {
    height: 250px;
}

.team-box .text h5 {

    color: #fff;
    font-weight: 200;
    text-transform: uppercase;

}

.team-box .text h6 {
    color: var(--primary-color);
    background: #1b1b1b;
    padding: 5px;
    font-size: 12px;
    border-radius: 50px;
}

.team-box .text p {

    font-size: 14px;

    /* display: -webkit-box;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;

    overflow: hidden; */

}



.team-box .text .inner {

    position: relative;

    z-index: 1;

    text-align: center;

}



.aimingto .row {

    align-items: flex-end;

}



.aimingto {

    padding-top: 0;

    margin-top: -20px;

    position: relative;

    padding-bottom: 0;

}



.aimingto .col2 img {

    position: relative;

    left: -10%;

}



.aimingto .after-text {

    bottom: -61px;

    margin-left: 15px;

}



.fbox {

    background: #40404080;

    border-radius: 8px;

    padding: 15px;

    text-align: center;

    transition: all 0.3s;

    margin-bottom: 30px;

}



.fbox p {

    margin-bottom: 5px;
    min-height: 48px;

}



.fbox img {

    height: 50px;

    width: 90%;

    object-fit: contain;

    margin-bottom: 10px;

}



.fbox small {

    font-size: 8px;

    display: block;

}



.fbox:hover {

    background: #F7A642;

}



.fbox:hover p,

.fbox:hover small {

    color: #000000;

}



.management .entypo-chat {

    right: -67px;

    top: 240px;

}



.fix-img1,

.fix-img2,

.fix-img3 {

    height: 160px;

}



.fix-img1 {

    position: absolute;

    top: -160px;

    right: 0;

}



.fix-img2 {

    position: absolute;

    top: -10px;

    left: 28%;

}



.fix-img3 {

    position: absolute;

    top: -92px;

    right: -60px;

    z-index: 1
}



.fourbox {

    padding-bottom: 70px;

}



.we-are.we-are-second {

    position: relative;

}



.find-the .col2 p {

    font-size: 18px;

    letter-spacing: 1.5px;

    line-height: 30px;

}



.find-the .col2 {

    padding-left: 45px;

    margin-top: 80px;

}



.find-the .col2 .title {

    margin-bottom: 30px;

}



.find-the .col1 {

    position: relative;

}



.find-the .main {

    position: relative;

}



.find-the .main img {

    width: 100%;

    height: 592px;

    object-fit: cover;

}



.find-the .main:after {

    content: "";

    width: 100vw;

    height: 2px;

    display: block;

    background: #DDA218;

    position: absolute;

    top: 70px;

    right: 0;

}



.find-the .main:before {

    content: "";

    width: 100vw;

    height: 2px;

    display: block;

    background: #DDA218;

    position: absolute;

    bottom: 70px;

    right: 0;

}



.find-the .col1:after {

    content: "";

    width: 2px;

    height: 100%;

    display: block;

    background: #DDA218;

    position: absolute;

    bottom: 0;

    right: 85px;

    top: 0;

}



.find-the .box {

    position: absolute;

    right: -181px;

    bottom: -167px;

    border: 2px solid #DDA218;

    padding: 10px 50px;

    width: 268px;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 239px;

}



.find-the {

    padding-top: 150px;

    padding-bottom: 250px;

}



.find-the .box p {

    margin: 0;

    font-size: 18px;

    text-align: center;

}



.sa-contact-details {

    padding: 0;

}



.sa-contact-details .col1 {

    border-right: 1px solid #8F8F8F;

    border-left: 1px solid #8F8F8F;

    padding: 70px 100px 70px 50px;

}



.sa-contact-details .form {

    max-width: 380px;

}



.sa-width {

    width: 100%;

}



.sa-details {

    letter-spacing: 0.1em;

    border-left: 1px solid #8F8F8F;

    padding: 30px 0px 30px 50px;

}



.sa-date-time {

    color: #FFFFFF;

    font-size: 13px;

}



.sa-color {

    color: #737373;

    font-size: 15px;

}



.sa-bottom {

    margin-top: 5rem;

    position: relative;

}



.sa-social {

    display: flex;

    align-items: end;

    justify-content: end;

    padding: 0;

    margin: 0;

    padding-top: 20px;

}



.sa-bottom:after {

    content: "";

    display: block;

    position: absolute;

    left: -100px;

    right: 0;

    top: 0;

    width: calc(100% + 260px);

    height: 1px;

    background: #8f8f8f;

}



.sa-lorem-address {

    font-weight: 500;

    font-size: 13px;

    line-height: 20px;

    display: flex;

    align-items: center;

    letter-spacing: 0.1em;

    max-width: 350px;

}



.supp-details {

    font-size: 13px;

}



.sa-social li a {

    font-size: 22px;

    color: #fff;

}



.sa-social-details li {

    list-style-type: none;

    font-size: 13px;

    padding-bottom: 5px;

    display: flex;

    align-items: flex-start;

    flex-wrap: wrap;

}



.sa-social-details {

    padding: 0px;

}



.sa-social-details img {

    padding-right: 10px;

    width: 25px;

    flex: 0 0 25px;

    margin-top: 2px;

}



.connect-details {

    font-size: 20px;

    font-weight: 800;

    letter-spacing: 0.1em;

    position: relative;

    padding-top: 30px;

}



.connect-details:after {

    content: "";

    display: block;

    position: absolute;

    left: -115px;

    right: 0;

    top: 0;

    width: calc(100% + 100px);

    height: 1px;

    background: #8f8f8f;

}



.sa-details .sa-color {

    line-height: 20px !important;

    margin-bottom: 10px;

    font-family: 'Poppins-SemiBold';

}



.sa-btn-color {

    color: #FFFFFF;

    letter-spacing: 0.05em;

}



.sa-contact {

    letter-spacing: 0.1em;

    font-weight: 800;

}



.sa-feel {

    letter-spacing: 0.1em;

    line-height: 27px;

}



.sa-contact-details .main-row {

    min-height: 100vh;

}



.sa-pills-design .nav-item {

    flex: 1;

    position: relative;

    text-align: center;

}



.sa-pills-design {

    padding: 0px 65px;

}



.sa-pills-design .nav-item .nav-link {

    color: #AEAEAE;

    font-size: 15px;

    padding: 10px 0;

    border-bottom: 3px solid #BEBEBE;

    border-radius: 0;

}



.sa-pills-design .nav-item .nav-link.active {

    background-color: transparent;

    font-family: 'Poppins-SemiBold';

    color: var(--primary-color);

    border-bottom: 3px solid var(--primary-color);

}



.sa-pills-design .nav-item .nav-link.active:after,

.sa-pills-design .nav-item .nav-link.active:before {

    content: "";

    height: 10px;

    width: 10px;

    background: var(--primary-color);

    display: block;

    border-radius: 50%;

    position: absolute;

    bottom: -4px;

    left: -1px;

}



.sa-pills-design .nav-item .nav-link.active:before {

    right: -1px;

    left: auto;

}



.sa-pills-design .nav {

    margin-bottom: 50px;

}



.sa-enroll-details {

    padding: 30px 0px 0px 0px;

}



.sa-personal {

    padding-left: 60px;

}



.sa-application {

    font-family: 'Poppins-SemiBold';

    font-size: 17px;

    line-height: 25px;

}



.sa-color2 {

    color: #ECA835 !important;

}



.sa-label {

    font-weight: 500;

    font-size: 14px;

    line-height: 30px;

}



#blah {

    border-radius: 50%;

    height: 60px;

    width: 60px;

    object-fit: cover;

}



.sa-bgs {

    padding: 0px;

    display: flex;

    justify-content: center;

    align-items: center;

}



.choose-imgs {

    border: 1px solid #ECA835;

    text-align: center;

    height: 41px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 5px;

    font-size: 14px;

    padding-top: 6px;

}



.form-select {

    color: #fff !important;

    border-radius: 0;

    background-color: #000 !important;

    border: 0;

    padding: 8px 24px;

    font-size: 14px;

    height: 44px;

    box-shadow: none !important;

    resize: none;

    width: 100%;

}



.form-select::placeholder {

    color: #BABABA;

}



.sa-color3 {

    color: #fff;

}



.sa-form-next {

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 60px 0px;

}



.sa-next-btn {

    padding: 5px 24px;

}



.sa-pb {

    padding-bottom: 0px;

}



input[type="date"]::-webkit-calendar-picker-indicator {

    color: rgba(0, 0, 0, 0);

    opacity: 1;

    display: block;

    background: url(../images/new-images/calendar-week.png) no-repeat;

    width: 12px;

    height: 12px;

    border-width: thin;

    background-size: contain;

}



.sa-form-font {

    font-size: 11px;

    color: #BABABA;

}



.sa-span span {

    border-radius: 4px;

    border: 1px solid #ECA835;

    padding: 7px;

    font-size: 3px;

    margin-right: 4px;

}



.sa-span .sa-dash {

    border: none;

    font-size: 10px;

}



.sa-nic {

    position: absolute;

    padding: 0px !important;

    margin: 0px !important;

    font-size: 10px;

    z-index: 1;

    background: transparent !important;

    border: 0 !important;

    letter-spacing: 14.7px;

    padding-top: 0px !important;

    padding-left: 6px !important;

    height: 18px;

}



.sa-span {

    display: flex;

    align-items: center;

    position: relative;

}



.sa-pr {

    padding-right: 40px;

}



.filter-div {

    background: #fff;

    border-radius: 4px;

    position: absolute;

    right: -30px;

    margin-top: 10px;

    width: 280px;

    padding: 26px;

    padding-bottom: 16px;

}



.filter-div h4 {

    color: #323232;

    font-family: 'Poppins-SemiBold';

    font-size: 20px;

    margin-bottom: 10px;

}



.filter-group input {

    border: 1px solid rgba(236, 168, 53, 0.8);

    box-sizing: border-box;

    border-radius: 4px;

    width: 100%;

    font-size: 12px;

    padding: 6px 10px 6px 36px;

}



.filter-group {

    position: relative;

}



.filter-group img {

    position: absolute;

    left: 8px;

    top: 6px;

    height: 20px !important;

}



.accordion.accordion-design>.card>.card-header {

    padding: 10px 0;

    background: transparent;

    border: 0;

}



.accordion.accordion-design>.card>.card-header .btn {

    padding: 0;

    color: #000;

    font-size: 12px;

    display: block;

    width: 100%;

    text-align: left;

    position: relative;

    text-decoration: none !important;

}



.accordion.accordion-design>.card {

    border: 0;

    background: transparent;

    border-bottom: 1px solid #C2C0BD;

    border-radius: 0;

}



.accordion.accordion-design>.card>.card-header h2 {

    line-height: 20px;

}



.accordion.accordion-design {

    margin-top: 10px;

}



.accordion.accordion-design>.card>.card-header .btn:after {

    font-family: 'themify';

    position: absolute;

    right: 0;

    content: "\e622";

    color: var(--primary-color);

}



.accordion.accordion-design>.card>.card-header .btn.btn-link.collapsed:after {

    content: "\e61a";

    color: #8B8B8B;

}



.accordion.accordion-design>.card>.card-header .btn.btn-link.collapsed {

    color: #8B8B8B;

}



.accordion.accordion-design .card-body {

    padding: 0;

    font-size: 12px;

    padding-bottom: 15px;

    border-radius: 0;

}



.accordion.accordion-design {

    color: #000;

}



.filter-div .bottom {

    margin-top: 30px;

}



.chandh {

    display: flex;

    align-items: center;

    margin: 8px 0;

    color: #000;

}



.chandh i {

    margin-left: auto;

}



.chandh span {

    padding-right: 10px;

}



.mini-search {

    background: #FBA8135E;

    /*padding: 12px;*/

    border-radius: 4px;

    /*margin-top: 10px;*/

}



.mini-search .filter-gr {

    position: relative;

}



.mini-search .filter-gr input {

    border: 0;

    border-radius: 4px;

    width: 100%;

    font-size: 12px;

    padding: 6px 40px 6px 10px;

}



.mini-search .filter-gr .btn {

    position: absolute;

    top: 3px;

    right: 8px;

    padding: 0;

}



.mini-search .filter-gr img {

    height: 20px !important;

}



.mini-search ul {

    padding: 0;

    margin-top: 10px;
    overflow: auto;
    max-height: 150px;

}



.mini-search ul li {

    margin-left: 0;

    border-top: 1px solid #FAB334;

    padding: 6px 10px;

}



.mini-search ul li:first-child {

    border-top: 0;

}



.supp-details a,

.supp-details a:hover,

.sa-social-details a,

.sa-social-details a:hover {

    color: #fff;

}

.w150 {

    width: 150px !important;

}

.management-withbg {

    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 70%;
    background-position-x: center;
    background-size: 100% 60%;

}

/*19-5-2021*/

.sr-border {

    border: 1px solid #8f8f8f;

    padding: 29px;

    border-radius: 6px;

}

.sr-center {

    display: flex;

    justify-content: center;

    align-items: center;

}



.sr-content1 {

    font-family: 'Poppins-Regular';

    color: #737373;

    padding-top: 40px;

    letter-spacing: 2px;

}

.pl-60px {

    padding-left: 60px;

}

.fs-20px {

    font-size: 20px;

}

.sr-label {

    font-weight: 500;

    font-size: 14px;

    margin-top: 10px;

    margin-bottom: 2px;

}

.sr-btn-pay {

    padding: 8px 24px;

    width: 100% !important;

    margin-top: 20px !important;

}

.sr-img-border {

    border: 1px solid #737373;

    border-radius: 5px;

    margin: 0 8px;

    padding: 3px 5px !important;

}

.mb-50px {

    margin-bottom: 50px;

}

.sr-padd {

    padding: 58px 0;

    margin: 0 20px;

}

.sr-img {

    object-fit: contain;

}

/*css 01-06-21 */

.bottom-border {

    border-bottom: 1px solid #8f8f8f;

    margin-bottom: 20px;

}

.bottom-border:last-child {

    border-bottom: none;

    margin-bottom: 0px;

}

.header-title .inner {

    padding: 35px 0;

    background: #0C0B0B;

    box-shadow: 10px 10px 18px rgb(0 0 0 / 10%);

    position: relative;

}

.middle-box .box-div {

    background: #0C0B0B;

    padding: 20px;

    min-height: 140px;

    transition: all 0.4s;

    border-top: 3px solid orange
}

.middle-box a .box-div {

    color: white
}



.middle-box a:hover>.box-div {

    background: orange;
    transition: all 0.4s;

}





.blah2 {

    border-radius: 50%;

    height: 75px;

    width: 75px;

    object-fit: cover;

    margin-bottom: 10px;



}

.sr-card h5.sr-title {

    display: flex;

    justify-content: center;

    font-size: 16px;

    font-family: 'Poppins-SemiBold';

    color: #DDBE4F;

    margin-bottom: 20px;

}

.sr-title2 {

    display: flex;

    font-size: 16px;

    font-family: 'Poppins-SemiBold';

    color: #ECA835;

    margin-bottom: 20px;

    justify-content: center;

}



.sr-title-left {

    /*display: flex;

    justify-content: center;*/

    font-size: 16px;

    font-family: 'Poppins-SemiBold';

    color: #ECA835;

    margin-bottom: 20px;



}

h2.sr-t {

    font-family: 'Poppins-SemiBold';

    color: #ECA835;

    display: flex;

    margin-top: 40px;

    justify-content: center;

}

.sr-c h6.sr-sub-t {

    color: #ECA835;

    font-family: 'Poppins-SemiBold';

}

.sr-c p {

    font-size: 13px;

    margin-bottom: 8px;

}

.sr-err {

    font-size: 13px;

    margin-bottom: 3px;

    font-family: 'Poppins-Regular';

    letter-spacing: 1px;



}

.mitem2 {

    background: #fff;

    color: #000;

    padding: 23px 25px;

    border-radius: 5px;

    margin-bottom: 30px;

    -webkit-column-break-inside: avoid;

    /* Chrome, Safari, Opera */

    page-break-inside: avoid;

    /* Firefox */

    break-inside: avoid;

    /* IE 10+ */

}

.mitem2 p {

    color: #4D4D4D;

    font-size: 14px;

    margin-bottom: 40px;

    line-height: 28px;

}

.mitem3 {

    background: #000000;

    /* color: #000; */

    border-radius: 5px;

    margin-bottom: 30px;

    -webkit-column-break-inside: avoid;

    page-break-inside: avoid;

    break-inside: avoid;

    border: 1px solid #8f8f8f;

    padding: 20px 30px;

}

.mitem3 p {

    color: #fff;

    font-size: 14px;

    margin-bottom: 40px;

    line-height: 27px;

}



.sr-carousel-card {

    background: #000000;

    /* color: #000; */

    border-radius: 5px;

    margin-bottom: 30px;

    -webkit-column-break-inside: avoid;

    page-break-inside: avoid;

    break-inside: avoid;

    border: 1px solid #8f8f8f;

    padding: 20px 20px;

}

.sr-carousel-card p {

    color: #fff;

    font-size: 14px;

    /*margin-bottom: 40px;*/

    /*line-height: 21px;*/

}

.sr-owl-carousel .owl-nav .owl-prev {

    color: #eca835 !important;

    font-size: 28px !important;

    /* font-weight: 900; */

    position: absolute;

    top: 45px;

    padding: 10px !important;

    left: -58px;

    display: flex;

    border: 1px solid #eca835 !important;

    justify-content: center;

    align-items: center;

}

.sr-owl-carousel .owl-nav .owl-next {

    color: #eca835 !important;

    font-size: 28px !important;

    /* font-weight: 900; */

    position: absolute;

    top: 45px;

    padding: 10px !important;

    right: -58px;

    display: flex;

    border: 1px solid #eca835 !important;

    justify-content: center;

    align-items: center;

}

.sr-owl-carousel .owl-nav .owl-prev i {

    padding: 20px 10px;

}

.sr-owl-carousel .owl-nav .owl-next i {

    padding: 20px 10px;

}

/*.sr-owl-carousel .owl-nav {

      margin-bottom:-150px;

  }*/

.arrow-list-fancy:before {

    content: '';

    background: url(../images/svg/iconfinder_sign.svg) no-repeat left top;

    display: inline-block;

    width: 22px;

    height: 22px;

    top: 3px;

    position: absolute;

    left: 0;

}

.arrow-list-fancy {

    position: relative;

    padding-left: 33px;

    margin-bottom: 20px;

    line-height: 18px;

}

li.arrow-list-fancy a {

    color: #4D4D4D;

}

.sr-ul {

    list-style-type: none;

    padding-left: 0;

}



.sr-border2 {

    border: 1px solid #8f8f8f;

    padding: 20px;

    border-radius: 6px;
    margin-bottom: 20px;

}

.sr-l-space p {

    letter-spacing: 1px;

    line-height: 23px;

}

.ls-1 {

    letter-spacing: 1px;

}

.mt-30 {

    margin-top: 30px !important;

}



.mb-20 {

    margin-bottom: 20px !important;

}

.sr-end {

    display: flex;

    justify-content: flex-end;

    align-items: flex-end;



}

.sr-btn-search {

    color: #fff;

    background-color: #f59123;

    border-color: #f59123;

    height: 42px;

}

.fs-24 {

    font-size: 24px !important;

}

.fs-13 {

    font-size: 13px !important;

}

.fs-15 {

    font-size: 15px !important;

}

.fs-17px {

    font-size: 17px;

}

.border-left {

    border-left: 1px solid #8f8f8f !important;

}

.border-top {

    border-top: 1px solid #8f8f8f !important;

}

.checked {

    color: orange;

}

.fs-20 {

    font-size: 20px !important;

}

.sr-m-img img {

    margin-bottom: 15px;

}

.pl-80 {

    padding-left: 80px;

}

ol.sr-ol li {

    color: #ECA835 !important;

}

ol.sr-ol li p.sr-white {

    color: #fff;

}

.sr-ul-white ul li {

    color: #fff !important;

}

.sr-ul-white ul {

    list-style-type: disc;

}

.sr-line {

    line-height: 24px;

    letter-spacing: 1px;

}



.user-pic {

    border-radius: 50%;

    height: 100px;

    width: 100px;

    line-height: 60px;

    text-align: center;

    padding: 20px;

    font-size: 32px;

    background: #aeaeae
}



.sr-radio-card {

    position: relative;

    /*background-color: #161616;*/

    /*color: white;*/

    /*border-radius: 10px;*/

    /*height: 40px;*/

    text-align: center;

    padding: 20px 30px;

    margin-bottom: 10px;

}



.sr-radio-card-inputs {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    width: 100%;

    cursor: pointer;

    height: 100%;

    opacity: 0;

}

.sr-radio-card p {

    line-height: 21px;

    height: 60px;

    margin: 0 !important;

    display: flex;

    align-items: center;

}



.sr-radio-icon {

    position: absolute;

    top: 8px;

    right: 5px;

    font-size: 21px !important;

    opacity: 0.5;



}



.sr-radio-card input[type=radio]:checked+i.sr-radio-icon {

    /*border: 1px solid #ec692c;*/

    color: orange !important;

    opacity: 1;

}



.sa-row-flex {

    display: flex;

    flex-wrap: wrap;

}



/*.sr-sec2{

    margin-top:30px;

 }*/

/* .sr-sec3{

    margin-top:30px;

    margin-bottom:30px;

 }*/



.sr-img-contain {

    object-fit: contain;

}

.sr-form {

    display: inline-block;

}



.inner-menu {
    display: none;
    position: absolute;
    background: #000;
    width: max-content;
    right: 0;
    top: 101px;
    /*padding: 30px;*/
    padding: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    flex-wrap: wrap;
    max-width: 1110px;
    overflow-x: hidden;
    overflow-y: auto;

}

.navbar-nav .nav-item:hover .inner-menu {

    display: flex;

}

.inner-menu ul:last-child {
    border: 0;
}

.inner-menu ul {

    padding: 0;
    margin-right: 18px;
    width: 180px;
    margin-bottom: 30px;
    display: inline-block;
}

.lititle {
    border-bottom: 1px solid #f7a642;
    color: #f7a642;
    font-size: 16px !important;
    margin-bottom: 10px;
    margin-right: 20px;
    padding-bottom: 10px;
    font-family: 'Poppins-Bold';
}

.legal-services-sm {
    height: 200px;
    padding: 30px;
}


.inner-menu ul li {

    font-size: 14px;

    display: block;

    /* margin-bottom: 7px;*/

    margin-bottom: 5px;

}



.inner-menu ul li a {

    font-size: 13px;

    color: #fff;

}

.inner-menu ul li a:hover {

    color: var(--primary-color);

}

.img-bor {
    height: 131px;
    width: 100%;
    object-fit: cover;
}

.inner-menu.legal-services-menu {
    width: 860px;
}

/*responsive*/

@media screen and (min-width: 768px) and (max-width: 991px) {

    .sr-img-border {

        border: 1px solid #737373;

        border-radius: 5px;

        margin: 0 8px;

        padding: 0px 1px !important;

    }

    .sr-radio-card p {

        font-size: 10px;

    }

}

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

    .border-left {

        border-left: none !important;

    }



}

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

    .sr-img-border {

        margin: 0px 5px;

        padding: 1px 2px !important;

    }

    .sr-res-card {

        margin: 0px 20px 20px;

    }

    .sr-pl-30 {

        padding-left: 30px;

    }

}

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

    .btn.btn-outline-primary,
    .btn.outline-padding {

        padding: 5px 23px;

    }

    .mitem2 {

        padding: 25px 20px;

    }

    .sr-c h6.sr-sub-t {

        font-size: 12px;

    }

}

/*end */



.ul-title {

    color: #f7a642;

    font-size: 16px !important;

}



.li-border {

    border-top: 1px solid #f7a642;

}

.guidtext-image {
    object-fit: contain;
    width: 100%;
    max-height: 150px;
}



.inner-menu ul li a.btn:hover {
    color: #fff;
}

.guidtext p {
    margin-bottom: 10px;
    line-height: normal;
}

.sr-profile .l-img {
    border: 1px solid #8f8f8f;
    padding: 10px;
    border-radius: 6px;
}

.sr-profile .pro-img {
    height: 140PX;
    width: 100%;
    max-height: 200px;
    border-radius: 5px;
    object-fit: cover;
}

.sr-pro-card {
    display: flex;
    justify-content: space-between;
}

.sr-pro-card .sr-pro-title {
    font-size: 25px;
    padding-bottom: 15px;

}

.sr-pro-star {
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 20px;
}

.sr-varify {
    width: 100%;
    border: 1px solid orange;
    border-radius: 3px;
    padding: 5px 10px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;
    color: orange;
}

.sr-pro {
    padding-bottom: 30px;
    border-bottom: 1px solid #8f8f8f;
    margin-bottom: 15px;
}

.w-128 {
    width: 128px;
}

.sr-loc {
    padding-bottom: 15px;
    border-bottom: 1px solid #8f8f8f;
    margin: 15px 0;
    /*margin: 30px 0;*/

}

.sr-p-title {
    white-space: nowrap;
    padding-right: 10px;
    color: #ECA835 !important;

}

.pb-15 {
    padding-bottom: 15px !important;
}

.sr-pro-review {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8f8f8f;
}
}

.pro-dt {
    opacity: 0.5;
    font-size: 14px;
}

.team-col {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}

.mini-search ul::-webkit-scrollbar {
    width: 2px;
}


.mini-search ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}


.mini-search ul::-webkit-scrollbar-thumb {
    background: #888;
}


.mini-search ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.sr-drop+.select2-container--default {
    width: 100% !important;
}

.sa-small-logocenter {
    display: flex;
    justify-content: center;
}

.sa-small-logo {
    width: 70px;
    margin-bottom: 13px;
}

.sa-lang-check {
    display: flex;
    flex-wrap: wrap;
}

.sa-lang-check .pm-check {
    margin-right: 6px;
}


ul.navbar-nav .nav-link {
    font-size: 14px;
}

.sticky {
    position: sticky;
    top: 0;
    display: block;
}

.contact-modal {
    color: #000;
}

.sr-contact {
    padding: 20px;
}

.modalcard-body {
    text-align: center;
    padding: 0 0 10px 0;
}

.w-detail {
    font-size: 11px;
    text-align: justify;
}

.upper {
    background: #eca835;
    padding: 11px;
    margin-bottom: 14px;
    color: #fff;
}

.bottom {
    padding: 12px;

}

.price {
    color: #fff;
    padding: 4px;
    margin: 0;
}

#half-stars-example .rating-group {
    display: inline-flex;
}

#half-stars-example .rating__icon {
    pointer-events: none;
}

#half-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

#half-stars-example .rating__label {
    cursor: pointer;
    / if you change the left/right padding,
    update the margin-right property of .rating__label--half as well. / padding: 0 0.1em;
    font-size: 2rem;
}

#half-stars-example .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
}

#half-stars-example .rating__icon--star {
    color: orange;
}

#half-stars-example .rating__icon--none {
    color: #eee;
}

#half-stars-example .rating__input--none:checked+.rating__label .rating__icon--none {
    color: red;
}

#half-stars-example .rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
}

#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
    color: orange;
}

#half-stars-example .rating__input:hover .rating__label .rating__icon--star,
#half-stars-example .rating__input:hover .rating__label--half .rating__icon--star {
    color: #ddd;
}

#half-stars-example .rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
    color: #eee;
}

#half-stars-example .rating__input--none:hover+.rating__label .rating__icon--none {
    color: red;
}

.btn.btn-enquiry {
    position: fixed;
    right: -95px;
    top: 110px;
    z-index: 999;
    background: var(--primary-color);
    padding: 6px 8px;
    border-radius: 4px 0 0 4px;
    color: #fff;
    transition: 0.5s;
}

.btn.btn-enquiry span {
    margin-left: 6px;
}

.btn.btn-enquiry:hover {
    right: 0;
}

.sr-rel {
    position: relative;
}

.sr-conbtn {
    position: absolute;
    bottom: 26px;
    right: 244px;
}

.sub-con-btn {
    position: absolute;
    top: 8px;
    right: 0;
    padding: 2px 6px;
    font-size: 9px;
    border-radius: 2px;
}

.cont-img {
    object-fit: contain;
}

.img-cen {
    padding-bottom: 35px;
}

.search-div {

    background: #fff;

    border-radius: 4px;

    position: absolute;

    right: -30px;

    margin-top: 10px;

    width: 280px;

    padding: 20px;
}



.search-div h4 {

    color: #323232;

    font-family: 'Poppins-SemiBold';

    font-size: 14px;
    /*font-size: 20px;*/

    margin-bottom: 10px;

}

.search-div .filter-group button {
    padding: 5px 10px;
}

.sr-enquiry {
    padding: 13px 8px !important;
}

.ed-center {
    display: flex;
    justify-content: center;
}

.sr-ed-sec {
    color: #eca835;
    padding-right: 10px;

}

.nametxt {
    font-size: 20px;
    border-bottom: 1px solid #c1c1c1;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.sr-pillmain {
    padding: 0;
}

.pro-sidesec {
    background: #000;
    margin: 5px;
    border: 1px solid #c1c1c1;
    border-radius: 10px;

}

.sr-pillmain .nav {
    margin-bottom: 30px !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #eca835;
}

/*edit prfile*/
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 20px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: -7px;
    z-index: 1;
    top: 64px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    left: 0;
    top: 3px;
    right: 0;
    text-align: center;
    margin: auto;

}

.avatar-upload .avatar-preview {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 100%;
    border: 1px solid #F8F8F8;
    padding: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*end edit profile*/
.sr-rotate {
    transform: rotate(333deg);
}

/*17-8-2021*/
.datepicker-dropdown {
    border: 1px solid #c1c1c1 !important;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: none !important;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    z-index: 1;
}

.datepicker-panel>ul>li {
    background-color: #000 !important;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
}

.datepicker-panel>ul>li.disabled,
.datepicker-panel>ul>li.disabled:hover {
    background-color: #000 !important;
    color: #ccc !important;
    cursor: default !important;
}

.datepicker-panel>ul>li.highlighted {
    background-color: #eca835;
}

.datepicker-panel>ul>li:hover {
    background-color: #1b1b1b !important;
    color: #ffffff !important;
}

.datepicker-top-left:after,
.datepicker-top-right:after {
    border-bottom-color: #000;
    top: -4px;
}

.datepicker-panel>ul>li[data-view="month current"],
.datepicker-panel>ul>li[data-view="year current"],
.datepicker-panel>ul>li[data-view="years current"] {
    width: 150px !important;
    color: #eca835 !important;
    background: #000 !important;
    font-weight: 600 !important;
    font-size: 15px;
    height: 40px !important;
    padding-top: 10px !important;
}

.datepicker-panel>ul>li[data-view="month next"],
.datepicker-panel>ul>li[data-view="month prev"],
.datepicker-panel>ul>li[data-view="year next"],
.datepicker-panel>ul>li[data-view="year prev"],
.datepicker-panel>ul>li[data-view="years next"],
.datepicker-panel>ul>li[data-view="years prev"],
.datepicker-panel>ul>li[data-view=next] {
    font-size: 27px !important;
    background: black !important;
    color: #eca835 !important;
    height: 40px !important;
    padding-top: 10px !important;

}

.datepicker-top-left:after,
.datepicker-top-right:after {
    border-bottom-color: #000 !important;
    top: -4px;
}


.datepicker-top-left:before,
.datepicker-top-right:before {
    border-bottom-color: #c1c1c1 !important;
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {

    background: #eca835 !important;
    color: #ffffff !important;
}

.datepicker-panel>ul>li.highlighted {
    background: #000;
    color: orange;
}

/*end 17-8-2021*/
button.owl-prev {}

.divorce-owl .owl-nav {
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    width: 100%;
}

.divorce-owl .owl-nav button.owl-prev {
    left: -44px;
}

.divorce-owl .owl-nav button {
    position: absolute;
    background: #272727 !important;
    height: 30px;
    width: 30px;
    border-radius: 6px;
    font-size: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divorce-owl .owl-nav button.owl-next {
    right: -44px;
}

.divorce-owl .owl-nav span {
    position: relative;
    top: -2px;
}

.divorce-owl .owl-nav button:hover {
    background: #eca835 !important;
}

.b-right {
    border-right: 1px solid #dbdbdb4d;
}

.willoughby {
    text-align: right;
    padding-right: 15px;
}

.willoughby img {
    max-height: 300px;
    width: 100%;
    object-fit: contain;
}

.themis-figurine-stands2 {
    width: 50%;
    height: 100vh;
    position: absolute;
    left: 50%;
    top: 0;
    overflow: hidden;
}

.themis-figurine-stands2 .themis-figurine {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: blur(6px);
    transform: scale(1.1);
}

.themis-figurine-stands .themis-figurine,
.themis-figurine-stands2 .themis-figurine {
    opacity: 0.6;
}

.experience-title {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.hindum-arriage-act {
    border-bottom: 1px solid #404040;
    padding: 10px 0;
    margin-bottom: 10px;
    display: flex;
}

.hindum-arriage-act p {
    margin: 0;
    font-size: 14px;
    flex: 1;
}

/*.hindum-arriage-act .fa-arrow-right, .hindum-arriage-act a{
    height: 21px;
    width: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex: 0 0 21px;
    color: #fff;
    font-size: 10px;
}*/
.hindum-arriage-act .fa-arrow-right {
    background: #464646;
    margin-right: 15px;
}

/*.hindum-arriage-act a {
    margin-left: 15px;
    background: #eca835;
}*/
.hindum-arriage-act:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.avatar-upload .avatar-preview img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

/*13/09/2021*/

.sa-img-account {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.sa-account-flex {
    display: flex;
    align-items: center;
}

.sa-mitem-text {
    margin-bottom: 0px !important;
    font-size: 16px !important;
}

.sa-cursor {
    cursor: auto;
}

.sr-t-bordered {
    border: 1px solid #8F8F8F !important;
}

.sr-t-bordered td,
.sr-t-bordered th {
    border: 1px solid #8F8F8F !important;
}

.sr-t-bordered tr td.sr-b-right {
    border-top: 0px;
}

.sa-font-acctable {
    font-size: 14px;
}

.sa-profile-center {
    display: flex;
    justify-content: center;
}

.navbar-nav .nav-item>.dot-remove-sa:last-child:after {
    display: none;
}

.mutual-sa-search img {
    position: inherit !important;
    height: auto !important;
    width: 31px;
}

.mutual-sa-search input {
    padding: 6px 10px 6px 10px !important;
}

.sa-footer-mb li {
    margin-bottom: 0px;
}

.btn-outline-search:hover {
    border-color: var(--primary-color);
}

.btn-outline-search {
    padding: 3px 10px;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.sub-sa-pr {
    padding-right: 0px;
}

.sa-overflow {
    overflow: auto;
}

/*start 14/09/2021*/

.pmsa-check .real-checkbox {
    top: 1px !important;
}

.pmsa-check {
    margin-top: 6px;
}

.pmsa-labels {
    font-size: 14px;
}

.desk-hide {
    display: none;
}

/*23-9-2021*/
.enq-view input[type=radio]:checked+i+.sr-enq {
    background: #eca835;
    color: #fff !important;
}

.enquiry-radio {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    z-index: 1;
}

.enq-view {
    text-align: center;
    width: 180px;
}

.enq-radio {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 15px;
}

.price-card {
    font-size: 13px;
    color: #fff;
}

.sr-enq {
    padding: 10px 9px 4px;
}

.price-card i {
    color: #eca835;
    font-size: 25px;
    margin-bottom: 4px;
}

.enq-view input[type=radio]:checked+i+.sr-enq .price-card i {
    color: #fff;
}

.enq-view input[type=radio]:checked+i {
    opacity: 1;
}

.sr-check2 {
    position: absolute;
    top: -10px;
    right: -7px;
    border: 2px solid #eca835;
    border-radius: 50%;
    background: #000;
    padding: 4px;
    font-size: 11px;
    color: #eca835;
    opacity: 0;
}

/*end 23-9-2021*/
.inner-menu.study-material-menu {
    left: 0;
    right: auto;
}

.lawyer-carousel .owl-nav button {
    position: absolute;
    background: #272727 !important;
    height: 30px;
    width: 30px;
    border-radius: 6px;
    font-size: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lawyer-carousel .owl-nav .owl-prev {
    left: -44px;
    top: 109px;
}

.lawyer-carousel .owl-nav .owl-next {
    right: -44px;
    top: 109px;
}

.lawyer-carousel .owl-dots {
    position: relative;
}
.disclamersubdiv{
    background: #b99c6b !important;
}

.user-miitem{
    background-color: #0C0B0B;
}

.booking-title .title-sr {
    font-family: 'Poppins-SemiBold';
    margin-right: 11px;
}

.booking-user-card {
    padding: 10px 20px;
    border-bottom: 1px solid rgb(179 179 179 / 42%);
}

.booking-user-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.booking-title {
    display: flex;
    align-items: center;
}
.sr-booking-no {
    background-image: linear-gradient(0deg, #f3d158, #b86e15);
    border-radius: 50%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 3px;
    min-width: 35px;
    font-size: 14px;
}
.booking-inner-main .booking-title{
    align-items: flex-start;
}
.booking-inner-main .booking-title .title-sr {
    width: 40%;
    margin-right: 3px;
}
.user-miitem p {
    font-size: 13px;
}
.booking-inner-main {
    padding: 9px 20px 10px 20px;
}

.sec-boking-width{
    width: 59%;
}
