.sme {
    background: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mean img {
    width: 108px;
}

.col-sm-4.col-md-4.col-lg-4.top_9 {
    text-align: center;
}

.top_2 {
    padding: 0px 200px 0px 200px !important;
    text-align: center;
}

.col-sm-4.col-md-4.col-lg-9 ul li {
    display: inline-flex;
    font-size: 20px;


}

.col-sm-4.col-md-4.col-lg-9 ul li a {
    display: inline-flex;
    font-size: 20px;


}

.col-sm-4.col-md-4.col-lg-9 {
    margin-left: 140px;
}

.col-sm-4.col-md-4.col-lg-9 ul li::after {
    content: "|";
    color: #fff;
    margin-top: 8px;
    margin-right: 10px;
}

.col-sm-4.col-md-4.col-lg-9 ul li:nth-child(3):after {
    content: "";

}

a.btn.btn-danger.cr {
    margin-right: 12px;
}

.f1-qu {
    display: block;
}

.f1-qu p {
    font-size: 23px;
}

svg:not(:root) {
    overflow: hidden;
}

.main-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

.upload-main-wrapper {
    width: 220px;
    margin: 0 auto;
}

#file-upload-name {
    margin: 4px 0 0 0;
    font-size: 12px;
}

.upload-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 40px auto 0;
    position: relative;
    cursor: pointer;
    background-color: #bf7d37;
    padding: 8px 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.2s linear all;
    color: #ffffff;
}

.upload-wrapper input[type=file] {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}

.upload-wrapper>svg {
    width: 50px;
    height: auto;
    cursor: pointer;
}

.upload-wrapper.success>svg {
    transform: translateX(-200px);
}

.upload-wrapper.uploaded {
    transition: 0.2s linear all;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    text-align: center;
}

.upload-wrapper .file-upload-text {
    position: absolute;
    left: 80px;
    opacity: 1;
    visibility: visible;
    transition: 0.2s linear all;
}

.upload-wrapper.uploaded .file-upload-text {
    text-indent: -999px;
    margin: 0;
}

.file-success-text {
    opacity: 0;
    transition: 0.2s linear all;
    visibility: hidden;
    transform: translateX(200px);
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-success-text svg {
    width: 25px;
    height: auto;
}

.file-success-text span {
    margin-left: 15px;
}

.upload-wrapper.success .file-success-text {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.upload-wrapper.success.uploaded .file-success-text {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.upload-wrapper.success.uploaded .file-success-text span {
    display: none;
}

.upload-wrapper .file-success-text circle {
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
    transition: 1s linear all;
    transition-delay: 1.4s;
}

.upload-wrapper.success .file-success-text circle {
    stroke-dashoffset: 0;
}

.upload-wrapper .file-success-text polyline {
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
    transition: 1s linear all;
    transition-delay: 2s;
}

.upload-wrapper.success .file-success-text polyline {
    stroke-dashoffset: 0;
}

.upload-wrapper.success .file-upload-text {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

radio-button,
.checkbox {
    position: relative;
    margin: 20px 0;
}

.checkbox {
    display: block;
}

.radio-button input,
.checkbox input {
    position: absolute;
    margin: 5px;
    padding: 0;
    /* for mobile accessibility (iOS Label Bug) */
    visibility: hidden;
}

.radio-button .label-visible,
.checkbox .label-visible {
    margin-left: 2em;
    margin-bottom: 0;
}

.fake-radiobutton,
.fake-checkbox {
    position: absolute;
    display: block;

    /* left: 153px; */
    width: 20px;
    height: 20px;
    border: 1px solid #bf7d37;
    background-color: white;
}

.fake-radiobutton:after,
.fake-checkbox:after {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    background: #bf7d37;
    transform: translateX(-50%) translateY(-50%);
}

.fake-radiobutton {
    border-radius: 50%;
}

.fake-radiobutton:after {
    border-radius: 50%;
}

input[type="radio"]:checked+span .fake-radiobutton:after,
input[type="checkbox"]:checked+span .fake-checkbox:after {
    display: block;
}


h1 {
    font-family: Arial, Helvetica, sans-serif;
}

/**
 * Demo Styles
 */
.col-lg-8.point-id p {
    margin-top: 9px;
}

span.id-point {
    font-weight: 700;
}

.col-lg-2.cricel img {
    width: 150px;
    height: 150px;
    border-radius: 79px;
    padding: 10px;
}

.col-lg-2.cricel {

    border-radius: 76px;
    text-transform: uppercase;

}

.col-xs-12.col-sm-12.col-md-12.col-lg-12.scr_3.box-shadow {
    box-shadow: -3px 0px 14px 3px #eee;
    padding: 0rem;
    margin-bottom: 3rem;
    height: 166px;
    border-radius: 5px;
}

.col-lg-8.point-id h3 {
    padding-top: 2rem;
}

html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    margin: 0;

    min-height: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.active {
    background-color: #504a4a;
}

.demo {
    margin: 0 auto;
    padding-top: 64px;
    max-width: 640px;
    width: 94%;
}

.footer {
    background: transparent linear-gradient(180deg, #AD7236 0%, #57391B 100%) 0% 0% no-repeat padding-box;
    padding: 20px;
}

.demo h1 {
    margin-top: 0;
}

/**
 * Footer Styles
 */

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Anton-Regular";
    src: url("../fonts/Anton-Regular.ttf");
}


h1 {
    font-family: "Roboto-Regular";
}

h2 {
    font-family: "Roboto-Regular";
}

h3 {
    font-family: "Roboto-Regular";
}

h4 {
    font-family: "Roboto-Regular";
}

h5 {
    font-family: "Roboto-Regular";
}

h6 {
    font-family: "Roboto-Regular";
}

.top_1 {
    padding: 50px 0px 0px 0px;
}

.top_2 {
    padding: 0px 200px 50px 200px;
    text-align: center;
}

.top_6 {
    text-align: right;
}

.top_3 {
    padding: 30px 0px 0px 0px;
}

.top_4 {
    padding: 0px;
}

.top_8 {
    display: flex;
    padding: 0px 200px;
}

.top_3.top_7 {
    display: flex;
    padding: 30px 0px 0px 0px;
}

.btn-danger {
    color: #bf7d37;
    background-color: #000000;
    border-color: #000000;

    font-weight: 700;
}

.btn-danger:hover {
    color: #bf7d37 !important;
    background-color: #000;
    border-color: #000;
}

.top_31 h2 {
    color: white;
    font-size: 60px;
    font-weight: 900;
}

div#login img {
    width: 500px;
}

span.yellow {
    color: #ad7236;
}

.top_3 h1 {
    color: white;
    padding: 20px 0px;
    font-size: 30px;
    font-weight: 300;
}

.top_31 img {
    width: 500px;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 0 0) !important;
}

.btn-danger.focus,
.btn-danger:focus {
    color: #bf7d37 !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    box-shadow: 0 0 0 0.2rem rgb(0 0 0) !important;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #bf7d37 !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-success {
    color: #fff;
    background-color: #dd542c;
    border-color: #dd542c;
    padding: 9px 60px;
}

.top_9 {
    text-align: left;
}

.top_4 p {
    color: white;
    padding: 0px 17px !important;
    font-size: 15px !important;
    line-height: 40px;
    font-weight: 600;
}

.top_3 p {
    color: white;
    padding: 0px 50px;
    font-size: 17px;
    line-height: 40px;
}

.top_3 h1 {
    color: white;
    padding: 20px 0px 20px 0px;
}



/*index page end */


/*admin-login start */

#login .container #login-row #login-column #login-box {
    margin-top: 0px;
    max-width: 600px;
    height: 320px;

}

#login .container #login-row #login-column #login-box #login-form {
    padding: 0px 50px;
}

#login .container #login-row #login-column #login-box #login-form #register-link {
    margin-top: -85px;
}

h3.text-center.text-white.pt-5 {
    FONT-SIZE: 60PX;
    font-weight: 900;
}

.text-info {
    color: #ffffff !important;
    font-size: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 5px 13px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

h3.text-center.text-white.pt-5 {
    margin-top: 0px !important;
}

.pt-5,
.py-5 {
    padding-top: 0px !important;
}

.form-group {
    margin-bottom: 0px;
}

.panel.panel-default {
    padding: 0px 355px;
}

.text-left a {
    color: #bf7d37;
}

.btn-primary {
    color: #fff;
    background-color: #bf7d37;
    border-color: #bf7d37;
}

button.btn.btn-primary.btn-block {
    padding: 10px;

}

button.btn.btn-primary.btn-block a {
    padding: 10px;
    color: white;
}

/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #dd542c;
    margin: 0 auto;
    border-radius: 0px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
}


.loginmodal-container h3 {
    font-size: 22px;
    color: white;
    text-align: center;
}

.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.loginmodal-container input[type=text],
input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover,
input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #303332;
    padding: 12px 0px;
    font-family: roboto;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#4787ed)); */
}

div#login-modal {
    top: 120px;
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #bf7d37;
    border-color: #bf7d37;
}

/*admin login end */


/*favourite page start*/



.fav_71 {
    display: flex;

}

.fav_4 h3 {
    font-size: 23px;
    font-family: "Anton-Regular";
}

button.plu_s {
    /* font-size: 18px; */
    float: right;
    background: black;
    padding: 2px 29px;
}

.fav_1 {
    padding-top: 80px;
}

button.plu_s img {
    width: 25px;
    padding: 1px;
}

.bnrs {
    background: url("../images/bnr.jpg");
    min-height: 630px;
}

.fav_7 {
    display: flex;
}

.fav_3 {
    text-align: center;
    padding: 0px;
    background: #00000078;
}

.fav_4 {
    padding: 20px 203px 20px 200px;
    color: white;
}

.fav_8 img {
    float: right;
}

.fav-20 img {
    float: left;
}

.fav_12 img {
    float: center;
}

.fav_21 {
    padding: 100px 0px 0px 0px;
}

.footer {
    padding: 20px;
    background: #ad7236;
}

.fav_13 img {
    float: left;
}

.fav_5 {
    background: #2c8fce;
}

/*favourite page end */

/*home start */
h2.text-center.pull-left {
    font-weight: 700;
    font-size: 25px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #cce1ff;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #cce1ff;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 60px 0;
}

span.ctr {
    padding: 0px 11px;
}

.tbb {
    padding: 0px 0px 30px 0px;
    border-bottom: 1px solid #dee2e6;
}

.btn-info {
    color: #fff;
    background-color: #1ab29b;
    border-color: #ffffff;
}

.btn-infos {
    color: #fff;
    background-color: #d93958;
    border-color: #ffffff;
}

.table {
    width: 100%;
    margin-bottom: 0px;
    color: #212529;

    border-radius: -4px;
}

a.btn.btn-large.btn-info.active {
    background: #b17e20;
}

dd {
    margin-right: 0;
}

.span12 {
    width: 100%;
}

div#tab {
    float: right;
}

figure {
    margin: 0 0 0;
}

caption {
    text-align: right;
}

th {
    text-align: right;
}

.list-unstyled {
    padding-right: 0;
}

.list-inline {
    padding-right: 0;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
    margin-left: 5px;
}

.blockquote {
    border-left: none;
    border-right: 0.25rem solid #eceeef;
}

.blockquote-reverse {
    padding-left: 1rem;
    padding-right: 0;
    text-align: left;
    border-left: 0.25rem solid #eceeef;
    border-right: 0;
}

d .form-check-label {
    padding-right: 1.25rem;
}

.form-check-input {
    margin-right: -1.25rem;
}

.form-check-inline {
    padding-right: 1.25rem;
}

.form-check-inline+.form-check-inline {
    margin-right: .75rem;
}

.form-control-feedback {
    margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-left: 2.25rem;
    background-position: center right 0.625rem;
}

.form-inline .form-check-label {
    padding-right: 0;
}

.dropdown-toggle::after {
    margin-right: 0.3em;
}

.dropdown-menu {
    right: 0;
    float: right;
    margin: 2px 0 0;
    text-align: right;
}

.dropdown-divider {
    margin: 0.5rem 0;
}



.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-right: -1px;
}

.btn-toolbar {
    margin-right: -0.5rem;
}



.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-right: 0.5rem;
}

.btn-group>.btn:first-child {
    margin-right: 0;
}

.btn-group>.btn-group {
    float: right;
}

.btn+.dropdown-toggle-split::after {
    margin-right: 0;
}


.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-right: 0;
}

.input-group .form-control {
    float: left;
}

.input-group-addon:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, .15);
    border-left: 0;
}

.form-control+.input-group-addon:not(:first-child) {
    border-left-width: medium;
    border-right: 0;
}



.input-group-btn>.btn+.btn {
    margin-right: -1px;
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
    margin-left: -1px;
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
    margin-right: -1px;
}

.footer {
    background: transparent linear-gradient(180deg, #AD7236 0%, #57391B 100%) 0% 0% no-repeat padding-box;
    padding: 20px;
}

.custom-control {
    padding-right: 1.5rem;
}

.custom-control+.custom-control {
    margin-right: 1rem;
}

.custom-control-indicator {
    right: 0;
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-right: 0;
}

.custom-select {
    padding-left: 0.75rem \9;
}

.nav {
    padding-right: 0;
}



.nav-tabs .nav-item+.nav-item {
    margin-right: 0.2rem;
}



.nav-pills .nav-item+.nav-item {
    margin-right: 0.2rem;
}

.nav-stacked .nav-item+.nav-item {
    margin-right: 0;
}







.navbar-nav .nav-link+.nav-link {
    margin-right: 1rem;
}

.navbar-nav .nav-item+.nav-item {
    margin-right: 1rem;
}

@media (max-width: 543px) {
    .navbar-toggleable .navbar-nav .nav-item {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .nav-item {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .nav-item {
        margin-right: 0;
    }
}

.card-link+.card-link {
    margin-right: 1.25rem;
}

.card-blockquote {
    border-right: 0;
}

.breadcrumb-item {
    float: right;
}

.pagination {
    padding-right: 0;
}

.page-item:first-child .page-link {
    margin-right: 0;
}

.page-link {

    margin-right: -1px;
}

.alert-dismissible {
    padding-left: 2rem;
}

.alert-dismissible .close {
    left: -1rem;
}

.media-list {
    padding-right: 0;
}

.list-group {
    padding-right: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    right: 0;
}

.close {
    float: left;
}

.tooltip {
    text-align: right;
}

.tooltip.tooltip-top .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
    right: 50%;
    margin-right: -5px;
}

.tooltip.tooltip-bottom .tooltip-arrow,
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
    right: 50%;
    margin-right: -5px;
}

.popover {
    right: 0;
    text-align: right;
}

.popover.popover-top .popover-arrow,
.popover.bs-tether-element-attached-bottom .popover-arrow {
    right: 50%;
    margin-right: -11px;
}

.popover.popover-top .popover-arrow::after,
.popover.bs-tether-element-attached-bottom .popover-arrow::after {
    margin-right: -10px;
}

.popover.popover-bottom .popover-arrow,
.popover.bs-tether-element-attached-top .popover-arrow {
    right: 50%;
    margin-right: -11px;
}

.popover.popover-bottom .popover-arrow::after,
.popover.bs-tether-element-attached-top .popover-arrow::after {
    margin-right: -10px;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-inner>.carousel-item.next,
    .carousel-inner>.carousel-item.active.right {
        right: 0;
    }

    .carousel-inner>.carousel-item.prev,
    .carousel-inner>.carousel-item.active.left {
        right: 0;
    }

    .carousel-inner>.carousel-item.next.left,
    .carousel-inner>.carousel-item.prev.right,
    .carousel-inner>.carousel-item.active {
        right: 0;
    }
}

.carousel-inner>.active {
    right: 0;
}

.carousel-inner>.next {
    right: 100%;
}

.carousel-inner>.prev {
    right: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    right: 0;
}

.carousel-inner>.active.left {
    right: -100%;
}

.carousel-inner>.active.right {
    right: 100%;
}

/*.carousel-control {
  right: 0;
}

.carousel-control.right {
  left: 0;
  right: auto;
}*/

.carousel-control .icon-prev {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-next {
    left: 50%;
    margin-left: -10px;
}

.carousel-indicators {
    right: 50%;
    padding-right: 0;
    margin-right: -30%;
}

.carousel-caption {
    left: 15%;
    right: 15%;
    z-index: 10;
}

@media (min-width: 544px) {
    .carousel-control .icon-prev {
        margin-right: -15px;
    }

    .carousel-control .icon-next {
        margin-left: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
    }
}



/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

.bg-primary {
    background-color: #000000 !important;
    z-index: 1006;
    position: fixed;
}

div#navbarsExample02 {
    padding: 0px 587px;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



#sidebar-wrapper {
    z-index: 1000;
    position: fixed;

    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: linear-gradient(to bottom, #AD7236 55%, #57391B 100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 0px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: 0px;
}



button.bttns {
    background: #d93958;
    color: white;
    border: 0px;
    border-radius: 4px;
    padding: 3px 13px;
}

button.bttn {
    background: #1AB29B;
    color: white;
    border: 0px;
    border-radius: 4px;
    padding: 3px 13px;
}

.span12 {
    width: 100%;
    padding-top: 80px;
}

.spn {
    padding-top: 0px;
}

th.hdng {
    color: #2e0ce9;
    font-weight: 500;
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
}

hr {
    margin-top: 1rem;
    /* margin-bottom: 1rem; */
    border: 0;
    border-top: 1px solid rgb(204 225 255);
    width: 910px;
}

/*home end */


/*upload start */

.radiotextsty {
    color: #A5A4BF;
    font-size: 18px;
}

.customradio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #000;
}

/* On mouse-over, add a grey background color */
.customradio:hover input~.checkmark {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked~.checkmark {
    background-color: white;
    border: 1px solid #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #A3A0FB;
}

/* Custom Radio Button End*/

/* update version start */
.wrrap_1 {
    display: flex;
    padding: 0px;
}

.wrrap-2 img {
    width: 100%;
}

.wrrap-2 {
    padding: 0px;
}

.wrrap {
    padding: 0px;
}

.wrrap-2 {
    padding: 0px;
}

.wrrap_3 {
    padding: 150px 19px 0px 50px;
}

button.bitn {
    background: #FFA200;
    border-radius: 7px;
    font-size: 19px;
    color: white;
    padding: 7px 20px;
    border: none;
    font-weight: 500;
}

.wrrap_3 h2 {
    font-size: 30px;
    padding-bottom: 30px;
    color: black;
}

.wrrap_3 h4 {
    color: black;
    padding-bottom: 20px;
    font-size: 22px;
}

.wrrap_3 p {
    padding: 10px 0px;
    color: black;
}


/* section end */


/*licence form statrt */
.card-header {
    padding: 25px;
    font-weight: 600;
}

.row.justify-content-center {
    padding-top: 20px;
}

.card-header {
    text-align: center;
    color: white;
    font-size: 25px;
    font-family: "Roboto-Regular";

}

.justt {
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    padding: 0px 130px;
}

.card-body {
    PADDING: 0PX;
    text-align: center;
}

.mean {
    text-align: center;
    margin: -14px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 5px 13px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #F1F2F3;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ff000000;
    background-clip: border-box;
    border: 1px solid rgb(0 0 0 / 0%);
    border-radius: .25rem;
}

/*section end */


/*payment done page start */
.pym-1 {
    text-align: center;
    color: white;
    padding: 70px;
}

.pym-2 h2 {
    font-size: 40px;
    font-weight: 700;
}

.pym-2 img {
    width: 299px;
}

.pym-2 p {
    font-size: 23px;
    padding: 30px 80px;
    font-weight: 400;
    line-height: 41px;
}

/*page en d*/


/*scoring chart page start */

.scr-11 {
    display: flex;
    padding-bottom: 20px;

}

.scr_3 h3 {
    font-size: 18px;
    text-align: center;
}

span.no {
    border: 2px solid black;
    padding: 0px 6px;
}

.scr_3 h6 {
    font-size: 16px;
    padding: 12px 0px;
    text-align: center;
    line-height: 30px;
}

.scr_3 p {
    font-size: 16px;
    text-align: center;
}

.scr-1 {
    padding: 30px;
    text-align: center;
}

.scr-1 h1 {
    font-size: 25px;
    padding: 50px 0px;
    color: black;
    font-weight: 600;

}

/*scoring page end */





/*admin body start*/

.sidebar-widget-1 .list-group-item {
    padding: 16px 0px;
    text-align: center;
    border-bottom-left-radius: 0px;
    border-bottom: 1px solid;
    border-radius: 0px;
}

.list-group-hover .list-group-item:hover {
    background-color: #febf00;
    color: #fff;
    transition: all 0.5s ease-out;
}

.sidebar-widget-1 i {
    color: #696969;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
}

.list-group-item.bg-active {
    background: #febf00;
    color: #fff;
}

/********  2. BREADCRUMB CSS **************************************/
.breadcrumb-box {
    padding: 2px;
}

.breadcrub-box:hover a {
    color: #031f9a;
    font-weight: 600;
}

/********  3. Search-result-title CSS **************************************/
.search-result-title {
    padding-top: 15px;
}

/******************4.  Crane Listing View Classes ***********/
.crane-grid-listing {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 15px;
    line-height: 24px;
}

.crane-grid-listing:hover {
    background: #031f9a;
}

.crane-grid-listing:hover {
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.crane-grid-listing :hover a {
    color: #cccccc;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.crane-image-block {
    padding: 0px;
    margin: 0px;
}

.crane-grid-listing a {
    text-decoration: none;
}

.crane-list-img img {
    min-height: 200px;
    overflow: hidden;
}

.crane-list-content {
    height: 200px;
    overflow: hidden;
    padding-left: 1px;
}

.crane-list-content i {
    color: #febf00;
    padding-right: 2px;
}

/******************5.  Pagination Classes ***********/
.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #e2e2e2;
    margin: 0 2px 2px 0px;
}

.pagination a.active {
    background-color: #031f9a;
    color: white;
    border: 1px solid #e2e2e2;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

/**************************************
  00. GENERIC CSS
**************************************/

body {
    font-family: 'Roboto';
    font-size: 16px;
    letter-spacing: .5px;
}

a:hover {
    text-decoration: none;
}

/*************************************
  2. MARGIN CSS
**************************************/
.nav-content-margin {
    margin-top: 50px;
}

.content-top-margin {
    margin-top: 15px;
}

.margin-t-40 {
    margin-top: 40px;
}

.margin-b-15 {
    margin-bottom: 15px;
}

/*************************************
  3. PADDING CSS
**************************************/
.padding-left-20 {
    padding-left: 20px;
}

.padding-b-10 {
    padding-bottom: 10px;
}

.padding-tb-10 {
    padding: 10px 0px 10px 0px;
}

/*************************************
  4. GAP & BORDER CSS
**************************************/


/*************************************
  5. BOX-SHADOW CSS
**************************************/
/*************************************
  6. ICONS CSS
**************************************/
/*************************************
  7. TYPROGRAPHY FONT CSS
**************************************/
/*************************************
  8. IMAGES/MEDIA CSS
**************************************/
/*************************************
  8. FORM CSS
**************************************/
input[type="text"],
input[type="password"],
input[type="email"] {
    width: 100%;
    padding: 22px 10px;
    border-radius: 4px;
    outline: none;
    font-size: 1em;
    margin-bottom: 1.2%;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

div#login-column {
    padding: 0px 40px 0px 40px;
}

input[type="submit"] {
    padding: 10px;
    border: 1px solid #febf00;
    width: 250px;
    outline: none;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    background: #031f9a;
    text-transform: uppercase;
    cursor: pointer;
    margin: 1% 0em 7.5%;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Roboto', sans-serif;
}

.select-box {
    display: block;
    width: 100%;
    padding: 12px 10px;
    font-size: 16px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #febf00;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*************************************
  8. Background CSS
**************************************/
.bg-blue {
    background: #031f9a;
    color: #fff !important;
}

.bg-yellow {
    background: #febf00;
    color: #fff !important;
}

.bg-blue-1 {
    background-color: #e7f3fe;
    color: #424448 !important;
}

.bg-grey-1 {
    background-color: #f2f2f2;
    color: #424448 !important;
}

.bg-light-grey-1 {
    background-color: #f0f3f5;
    color: #424448 !important;
}

/*--------------------------------------
  0.  NAVIGATION CSS
--------------------------------------*/
.gaadiexp,
.gaadiexp:after,
.gaadiexp *,
.gaadiexp *:before,
.gaadiexp *:after,
.header-nav *,
.header-nav *:before,
.header-nav *:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.gaadiexp {
    cursor: pointer;
    height: 50px;
    margin-bottom: 0;
    width: 60px;
    z-index: 9001;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    background: #000000;
}



/*--------------------------------------
 Creates the look of the gaadiexp icon
 using the inner span and pseudo-elements
--------------------------------------*/

.gaadiexp span,
.gaadiexp span:before,
.gaadiexp span:after {
    background: #ffffff;
    border-radius: 0.2em;
    height: 2px;
    right: 40px;
    left: 10px;
    position: absolute;
    top: 22px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 35px;
}


/* Reset the left and create the pseudo-element */

.gaadiexp span:before,
.gaadiexp span:after {
    content: '';
    left: 0;
}


/* Top bar position */

.gaadiexp span:before {
    top: -8px;
}


/* Bottom bar position */

.gaadiexp span:after {
    top: 8px;
}


/* Get rid of more on action (IE9 or higher) */

.gaadiexp-check:checked+.gaadiexp:after {
    content: '';
}


/* Get rid of the middle bar on action (IE9 or higher) */

.gaadiexp-check:checked+.gaadiexp span {
    height: 0;
    width: 0;
}


/* Moves the top and bottom bars to the middle on action (IE9 or higher) */

.gaadiexp-check:checked+.gaadiexp span:before,
.gaadiexp-check:checked+.gaadiexp span:after {
    top: 6px;
}


/* Rotates the top bar on action with full browser support (IE9 or higher) */

.gaadiexp-check:checked+.gaadiexp span:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}


/* Rotates the bottom bar on action with full browser support (IE9 or higher) */

.gaadiexp-check:checked+.gaadiexp span:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(-225deg);
}

#mobile-nav:focus+.gaadiexp,
.gaadiexp:focus,
.gaadiexp:hover {
    background: #031f9a;
}

.gaadiexp-check:checked+.gaadiexp {
    width: 300px;
}



#mobile-nav {
    left: -9999px;
    position: fixed;
    top: 0;
}

.header-nav ul li a:active,
.header-nav ul li a:focus,
.header-nav:hover,
#mobile-nav:focus+.gaadiexp,
.gaadiexp:focus,
.gaadiexp:hover {
    background: #a56d3400;
    outline: none;

}

.fixed-nav {
    background: #000000;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 9000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.header-nav {
    float: left;
    height: 40px;
    position: relative;
    width: 100%;
}

.list-group-item {
    position: relative;
    display: block;
    /* padding: .75rem 1.25rem; */
    background-color: #b17e20;
    /* border: 1px solid rgba(0,0,0,.125); */
}

ul.list-unstyled.ttt li {
    padding: 15px 0px;
    text-align: center;
    border-bottom: 1px solid white;
}

.header-nav ul {
    background: linear-gradient(to bottom, #AD7236 0%, #57391B 100%);

    height: calc(100vh - 60px);
    list-style: none;
    margin: 0;
    overflow-y: auto;
    padding: 2px 24px 0 24px;
    position: absolute;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    width: 300px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.075);
    top: 100%;
    z-index: 1;
}

.gaadiexp-check:checked~.header-nav ul {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.header-nav ul li {
    float: left;
    position: relative;
    width: 100%;
}

.header-nav ul li a {
    color: #fff;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.75px;
    line-height: 24px;
    margin-left: 0;
    overflow: hidden;
    padding: 0px 6px 0px 12px;
    position: relative;
    text-decoration: none;
    width: 100%;
    font-family: "Anton-Regular";

}

.mains {
    display: flex;
}

.take {
    text-align: right;
}

p.lead {
    text-align: center;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 14px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

a.btn.btn-large.btn-info {
    margin: 1px;
}

/*section end */


/*model start */
/* .modal {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
} */

.mdl {
    border: 2px dashed #C2CDDA;
    margin: 36px;
    padding: 10px 21px 30PX 0PX;
    text-align: center;
    font-size: 19px;
    color: #555A6B;
}

.mddl {
    text-align: center;
    /* background: red; */
}

button.btn.btn-default {
    background: #DD542C;
    color: white;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #F5F6FA;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-body {
    font-size: 20px;
    font-weight: 600;
}

.gren {
    color: #2BD853;
    font-weight: 6500;
}



/*model end */

/*download form page start */

.down-3 {

    /* background: black; */
}

.down-5 h4 {
    font-size: 21px;
    text-align: center;
}

.down-4 {
    padding: 25px;
}

.down-6 {
    text-align: center;
}

.down-50 {
    background: #151F2E;
    color: white;
    padding: 22px;
    border-radius: 9px;
}

.down-5 {
    padding: 20px;
}

.down_1 {
    padding: 80px;
    text-align: center;
}

.down_2 h2 {
    font-size: 25px;
    font-weight: 600;
    padding: 20px;

}

/*section end */

/*payment page start */
.pay2 {
    display: flex;
    box-shadow: 5px 0px 10px #f1f2f3;
    padding: 50px 0px;
}

.pay31 {
    display: flex;
}

.pay {
    padding: 70px 0px 0px 0px;
}

.pay1 h2 {
    text-align: center;
    color: black;
    padding: 30px;
    font-size: 25px;
    font-weight: 600;



}

h5.pay20 {
    text-align: center;
    color: black;
    padding: 15px;
    font-size: 20px;


}

label.control-label {
    color: black;
}

.form-actions.ctr {
    text-align: center;
    /* width: 286px; */
    padding: 30px 44px;
}

.pay4 h2 {
    font-size: 20px;
    text-align: center;
}

.pay31 {
    padding: 0px;
}

.pay21 {
    padding: 40px 70px;
}

.pay4 {
    text-align: center;
    padding-bottom: 20px;
}

/*section end*/

/* registered affiliates start */
.aff_1 h2 {
    text-align: center;
    font-size: 20px;
    font: normal normal 600 27px/33px SF Pro Display;
    font-family: "Anton-Regular";


}

h4.type {
    font-size: 24px;
}

.aff_4 img {
    border-radius: 7px;
    padding-top: 0px;
    width: 100%;
}

.aff_1 {
    padding: 100px 20px 100px 20px;
}

.aff_2 {
    display: flex;
    padding: 0px;
}

.aff_4 h4 {
    padding: 10px;
    font-family: "Roboto-Regular";

}

.aff_4 {
    background: black;
    padding: 0px;
    border-radius: 13px;
    text-align: center;
    color: white;
}

.type h4 {
    padding: 20px;
    font-size: 24px;
    font-family: "Roboto-Regular";

}

.aff_4 h5 {
    font-size: 15px;
    font-family: "Roboto-Regular";

}

.aff_1 h4 {
    padding: 7px;
    font-size: 17px;
    font-family: "Roboto-Regular";

}

.aff_4 p {
    padding: 9px;
    font-family: "Roboto-Regular";
    font-size: 15px;
}

h4.type {
    font-size: 22px;
    padding: 20px;
}

/*section end */

/*gallery section start */


.gallery {
    position: relative;
    z-index: 2;
    padding: 50px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.gallery.pop {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.gallery figure {
    -ms-flex-preferred-size: 33.333%;
    /* flex-basis: auto; */
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 0px;
    cursor: pointer;
}

.gallery figure img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 0px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    min-height: 253px;
    /* background: red; */
    padding: 2px;
}

.gallery figure figcaption {
    display: none;
}

.popup {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out .2s;
    transition: opacity .5s ease-in-out .2s;
}

.popup.pop {
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s;
}

.popup.pop figure {
    margin-top: 0;
    opacity: 1;
}

.popup figure {
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-top: 30px;
    opacity: 0;
    -webkit-animation: poppy 500ms linear both;
    animation: poppy 500ms linear both;
}

.popup figure img {
    position: relative;
    z-index: 2;
    border-radius: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 6px 30px rgba(0, 0, 0, 0.4);
}

.popup figure figcaption {
    position: absolute;
    bottom: 50px;
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.78));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
    z-index: 2;
    width: 100%;
    border-radius: 0 0 15px 15px;
    padding: 100px 20px 20px 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
}

.popup figure figcaption small {
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    margin-top: 12px;
    text-indent: 3px;
    opacity: .7;
    letter-spacing: 1px;
}

.popup figure .shadow {
    position: relative;
    z-index: 1;
    top: -15px;
    margin: 0 auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 98%;
    height: 50px;
    opacity: .6;
    -webkit-filter: blur(15px) contrast(2);
    filter: blur(15px) contrast(2);
}

.popup .close {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url(#close);
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.popup .close svg {
    width: 100%;
    height: 100%;
}

@-webkit-keyframes poppy {
    0% {
        -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    3.4% {
        -webkit-transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
        transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
    }

    4.3% {
        -webkit-transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
        transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
    }

    4.7% {
        -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
        transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
    }

    6.81% {
        -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
        transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
    }

    8.61% {
        -webkit-transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
        transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
    }

    9.41% {
        -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
        transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
    }

    10.21% {
        -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
        transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
    }

    12.91% {
        -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
        transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
    }

    13.61% {
        -webkit-transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
        transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
    }

    14.11% {
        -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
        transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
    }

    17.22% {
        -webkit-transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
        transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
    }

    17.52% {
        -webkit-transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
        transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
    }

    18.72% {
        -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
        transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
    }

    21.32% {
        -webkit-transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
        transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
    }

    24.32% {
        -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
        transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
    }

    25.23% {
        -webkit-transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
        transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
    }

    28.33% {
        -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
        transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
    }

    29.03% {
        -webkit-transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
        transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
    }

    29.93% {
        -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
        transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
    }

    35.54% {
        -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
        transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
    }

    36.74% {
        -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
        transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
    }

    39.44% {
        -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
        transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
    }

    41.04% {
        -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
        transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
    }

    44.44% {
        -webkit-transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
        transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
    }

    52.15% {
        -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
        transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
    }

    59.86% {
        -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
        transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
    }

    61.66% {
        -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
        transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
    }

    63.26% {
        -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
        transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
    }

    75.28% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
    }

    83.98% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
    }

    85.49% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
    }

    90.69% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
    }
}

@keyframes poppy {
    0% {
        -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    3.4% {
        -webkit-transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
        transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
    }

    4.3% {
        -webkit-transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
        transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
    }

    4.7% {
        -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
        transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
    }

    6.81% {
        -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
        transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
    }

    8.61% {
        -webkit-transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
        transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
    }

    9.41% {
        -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
        transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
    }

    10.21% {
        -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
        transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
    }

    12.91% {
        -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
        transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
    }

    13.61% {
        -webkit-transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
        transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
    }

    14.11% {
        -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
        transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
    }

    17.22% {
        -webkit-transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
        transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
    }

    17.52% {
        -webkit-transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
        transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
    }

    18.72% {
        -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
        transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
    }

    21.32% {
        -webkit-transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
        transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
    }

    24.32% {
        -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
        transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
    }

    25.23% {
        -webkit-transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
        transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
    }

    28.33% {
        -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
        transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
    }

    29.03% {
        -webkit-transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
        transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
    }

    29.93% {
        -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
        transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
    }

    35.54% {
        -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
        transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
    }

    36.74% {
        -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
        transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
    }

    39.44% {
        -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
        transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
    }

    41.04% {
        -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
        transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
    }

    44.44% {
        -webkit-transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
        transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
    }

    52.15% {
        -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
        transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
    }

    59.86% {
        -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
        transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
    }

    61.66% {
        -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
        transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
    }

    63.26% {
        -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
        transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
    }

    75.28% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
    }

    83.98% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
    }

    85.49% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
    }

    90.69% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
    }
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
    background: #f3f0f0;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
    font-size: 23px;
}

.hdr {
    padding-top: 80px;
    text-align: center;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 10px;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin: 9px 0px;
}

/*section end */

.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

.files input:focus {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    border: 1px solid #92b0b3;
}

.files {
    position: relative
}

.files:after {
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url("../images/drop-icon.png");
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.color input {
    background-color: #f1f1f1;
}

.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    /*content: " Drag & Drop Here. ";*/
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.drop {

    padding: 80px 276px;
}

.teb {
    padding: 20px 0px 100px 0px;
    background: #f1f2f3;
    border: 2px dashed #92b0b3;
    margin: 8px;
    border-radius: 5px;
}

.form-group.required {
    margin-bottom: 0px;
    padding: 2px;
    background: #f1f2f3;
}

.up_4 {
    display: flex;
    padding: 0px;
}

.up_3 {
    padding: 0px;
}

.up_11 {
    display: flex;
    padding: 0px;
}

.up_1 {
    padding: 0px;
}

.up_2 {
    padding: 4px;
    background: #f1f2f3;
    border-bottom: 1px solid #b2b5b742;
}

.up_3 p {
    padding: 0px;
    font-size: 11px;
}

/*page end */




/*media query end */
@media only screen and (min-width:0px) and (max-width:300px) {
    .top_2 {
        padding: 50px 0px;
        text-align: center;
    }

    .top_8 {
        display: flex;
        padding: 0px 16px;
    }

    div#login img {
        width: 300px;
    }

    .top_4 p {

        font-size: 12px !important;

    }

    .btn-success {

        padding: 9px 20px;
        font-size: 12px;
    }

    .btn-danger {

        padding: 9px 20px;
        font-size: 12px;
    }

    .top_31 h2 {

        font-size: 30px;

    }

    .top_3 p {

        font-size: 15px;
    }

    .top_4 img {
        width: 100px;
    }
}



@media only screen and (min-width:991px) and (max-width:1200px) {
    div#login img {
        width: 300px;
    }

    .top_2 {
        padding: 00px 200px 50px 200px;
        text-align: center;
    }

    .top_8 {
        display: flex;
        padding: 0px 100px;
    }

    .top_4 p {

        font-size: 12px !important;

    }

    .btn-success {

        padding: 9px 20px;
        font-size: 12px;
    }

    .btn-danger {
        padding: 9px 20px;
        font-size: 12px;
    }

    .top_31 h2 {

        font-size: 50px;

    }

    .top_3 h1 {

        font-size: 28px;
    }

    .top_3 p {

        font-size: 15px;
    }

    .top_4 img {
        width: 100px;
    }
}

@media only screen and (min-width:250px) and (max-width:768px) {
    .top_31 img {

        width: 100% !important;
    }

    h1.hosts {
        padding: 70px 00px 0px 0px !important;
    }

    h1.sell {
        padding: 50px 0px 0px 0px !important;
    }

    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1 h1 {
        padding: 10px;
    }

    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1.sold {
        height: 2100px;
        padding: 70px 0px;
    }

    h1.ctt {
        padding: 60px 0px 0px 0px !important;
    }

    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1.invld {
        padding: 70px 0px 0px 0px;
    }

    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1.creates {
        height: 1600px !important;
        padding: 70px 0px;
    }

    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1.compt {
        height: 1200px !important;
        padding: 70px 0px;
    }

    div#login img {
        width: 300px;
    }

    .header-nav ul {
        padding: 2px 11px 0 11px;
        width: 170px;
    }

    .row.row-cols-2 {
        padding: 0px 0px 40px 0px;
    }

    .col-xs-12.col-sm-12.col-lg-2.ct {
        min-width: 50%;
    }

    .top_2 {
        padding: 0px 0px 50px 0px;
        text-align: center;
    }

    .top_8 {
        display: flex;
        padding: 0px 30px;
    }

    .top_4 p {

        font-size: 12px !important;

    }

    .btn-success {

        padding: 9px 20px;
        font-size: 12px;
    }

    .btn-danger {
        padding: 0;
        font-size: 14px;
    }

    .top_31 h2 {

        font-size: 30px;

    }

    .top_3 p {
        padding: 0px 23px;
        font-size: 15px;
        line-height: 30px;
    }

    .top_4 img {
        width: 90px;
    }

    #login .container #login-row #login-column #login-box #login-form {
        padding: 0px 0px;
    }


    .down-4 {
        padding: 25px 25px 30px 25px;
    }

    .down_1 {
        padding: 0px;
    }

    .down-5 h4 {
        font-size: 13px;
    }

    .down_2 h2 {
        font-size: 20px;
    }

    .down-5 {
        min-width: 100%;
    }

    .down_2 {
        padding: 60px 0px 40px 0px;
    }

    .justt {
        padding: 40px 40px 100px 40px;
    }

    .header-nav ul li a {

        font-size: 12px;

    }

    ul.list-unstyled.ttt li {
        padding: 5px 0px;

    }

    .gaadiexp span,
    .gaadiexp span:before,
    .gaadiexp span:after {

        width: 22px;
    }

    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        padding: 14px 0;
        font-size: 13px;
    }

    h2.text-center.pull-left {
        font-weight: 700;
        font-size: 12px;
    }

    /* a.btn.btn-large.btn-info.active {

        font-size: 14px;
        padding: 4px 4px 0px 4px;
    } */

    /* a.btn.btn-large.btn-info {
        font-size: 14px;
        padding: 4px 4px 0px 4px;
    } */

    a.btn.btn-large.btn-infos {
        font-size: 14px;
        padding: 4px 4px 0px 4px;
    }

    button.bttns {

        margin: 5px 0px;
    }

    td img {
        width: 27px;
    }

    td {
        font-size: 13px;
    }

    .wrrap_1 {
        display: inherit;

    }

    .wrrap_3 {
        padding: 10px 0px 0px 0px;
    }

    .wrrap_3 h2 {
        font-size: 15px;
        padding: 3px 10px;

        line-height: 30px;
    }

    .wrrap_3 h4 {
        color: black;
        padding: 3px 10px;
        font-size: 14px;
    }

    .wrrap_3 p {
        padding: 12px 10px;
        color: black;
        font-size: 13px;
    }

    .scr-1 {
        padding: 9px;
        text-align: center;
    }

    .scr-1 h1 {
        font-size: 20px;
        padding: 70px 0px 30px 0px;

    }

    .scr_3.box-shadow {
        box-shadow: -3px 0px 14px 3px #eee;
        padding: 0rem;
        margin-bottom: 2rem !important;
        min-height: 166px !important;
        border-radius: 5px;
    }

    span.id-point {
        font-weight: 700;
        font-size: 12px;
    }

    .point-id h3 {
        padding-top: 0px !important;
    }

    .point-id span {
        font-size: 13px;
    }

    .scr_3 {
        padding: 0px;
    }

    .scr_3 h3 {
        font-size: 13px;

        line-height: 22px;
    }

    .scr_3 h6 {
        font-size: 12px;
        padding: 12px 0px;

        line-height: 22px;
    }

    .scr_3 p {
        font-size: 12px;
        text-align: center;
    }

    button.bitn {
        background: #FFA200;
        border-radius: 7px;
        font-size: 12px;
        color: white;
        padding: 7px 20px;
        border: none;
        font-weight: 500;
    }

    .aff_2 {
        display: inherit !important;
        padding-bottom: 60px;

    }

    h4.type {
        font-size: 19px;

        text-align: center;
    }

    .gaadiexp-check:checked+.gaadiexp {
        width: 153px;
    }

    .down-3 {
        display: inherit;
        /* background: black; */
    }

    .wrrap-2 {
        padding: 0px;
        text-align: center;
    }

    .wrrap_3 {
        padding: 10px 0px 70px 0px;
        text-align: center;
    }

    .fav_4 {
        padding: 20px 0px 20px 0px;
        color: white;
    }

    .fav_71 {
        display: none;

    }

    .card-body {
        PADDING: 1PX 0PX;
    }

    .card-header {

        font-size: 20px;
        font-family: "Roboto-Regular";
    }
}


@media only screen and (min-width:768px) and (max-width:1024px) {
    div#login img {
        width: 300px;
    }

    .scr_3.box-shadow {
        box-shadow: -3px 0px 14px 3px #eee;
        padding: 0rem;
        margin-bottom: 3rem;
        height: 166px !important;
        border-radius: 5px;
    }

    .top_31 img {
        width: 300px;
    }

    .down-5 h4 {
        font-size: 13px;
        text-align: center;
        line-height: 22px;
    }

    .top_2 {
        padding: 0px 0px 50px 0px;
        text-align: center;
    }

    .top_8 {
        display: flex;
        padding: 0px 200px;
    }

    .top_4 p {

        font-size: 12px !important;

    }

    .btn-success {

        padding: 9px 20px;
        font-size: 12px;
    }

    .btn-danger {
        padding: 0;
        font-size: 14px;
    }

    .top_31 h2 {

        font-size: 30px;

    }

    .top_3 p {

        font-size: 15px;
    }

    .top_4 img {
        width: 100px;
    }

    .down-3 {
        display: flex;
    }

    button.bitn {

        font-size: 12px;
    }

    .wrrap_1 {
        display: flex;
    }

    .justt {
        padding: 30px 100px 100px 100px;
    }

    .wrrap_3 p {

        color: black;
        font-size: 13px;
        line-height: 30px;
    }

    .aff_2 {
        display: flex;

    }

    .fav_4 {
        padding: 20px 50px 20px 50px;
        color: white;
    }

    .card-body {
        PADDING: 1PX 0PX 30px 0px;
    }
    .wrrap_3 {
        padding: 80px 60px 0px 70px;
    }

    .wrrap-2 img {
        width: 100%;
        min-height: 550px;
    }

    .aff_4 img {
        width: 100%;
    }

    .aff_1 h4 {
        padding: 7px;
        font-size: 13px;
    }

    .aff_4 h5 {
        font-size: 9px;
    }

    .aff_4 p {
        padding: 9px;

        font-size: 13px;
    }

    .aff_1 {
        padding: 68px 20px 50px 20px;
    }
}

@media only screen and (min-width:576px) and (max-width:768px) {
    div#login img {
        width: 300px;
    }

    .top_31 img {
        width: 300px;
    }

    .aff_1 {
        padding: 100px 0px 40px 0px;
    }
}


@media only screen and (min-width:1024px) and (max-width:1200px) {
    div#login img {
        width: 300px;
    }

    .wrrap-2 img {
        width: 100%;
        min-height: 550px;
    }

    .justt {
        padding: 30px 200px 100px 200px;
    }

    .aff_4 img {
        width: 100%;
    }

    .down-5 h4 {
        font-size: 17px;
    }

    .aff_1 h4 {
        padding: 7px;
        font-size: 13px;
    }

    .aff_4 h5 {
        font-size: 13px;
    }

    .aff_4 p {
        padding: 9px;

        font-size: 13px;
    }


    .wrrap_1 {
        display: flex;
    }

    .top_31 img {
        width: 400px;
    }

    .wrrap_3 p {

        color: black;
        font-size: 13px;
        line-height: 30px;
    }

    .fav_4 {
        padding: 20px 50px 20px 50px;
        color: white;
    }

    .card-body {
        PADDING: 1PX 0PX;
    }

    .wrrap_3 {
        padding: 80px 60px 0px 70px;
    }

    .wrrap-2 img {
        width: 100%;
        min-height: 550px;
    }

    .scr-11 {
        padding-bottom: 20px;

    }
}

@media only screen and (min-width:1201px) and (max-width:1332px) {
    div#login img {
        width: 300px;
    }

    .text-info {
        color: #ffffff !important;
        font-size: 16px;
    }

    .aff_4 img {
        width: 100%;
    }

    .aff_1 h4 {
        font-size: 20px;
    }

    .top_8 {

        padding: 0px 140px;
    }

    .justt {
        padding: 30px 100px 100px 100px;
    }
}

@media only screen and (min-width:1332px) and (max-width:13350px) {
    .aff_4 img {
        width: 100%;
    }

    div#login img {
        width: 300px;
    }

    .text-info {
        color: #ffffff !important;
        font-size: 16px;
    }

    .aff_1 h4 {
        font-size: 20px;
    }

    .top_8 {

        padding: 0px 140px;
    }

    .justt {
        padding: 30px 100px 50px 100px;
    }
}

@media only screen and (max-width:1200px) {
    #login .container #login-row #login-column #login-box #login-form {
        padding: 0px 0px;
    }
}
@media only screen and (max-width:1024px){
    hr {
        margin-top: 1rem;
        /* margin-bottom: 1rem; */
        border: 0;
        border-top: 1px solid rgb(204 225 255);
        width: auto;
    }
    .span12 {
        width: 100%;
        padding-top: 20px;
    }
}

@media only screen and (max-width:767px) {
    .card-header a {
        width: 91% !important;
        float: left;
        color: #565656;
    }

    .card-header i {
        margin-top: 0px !important;
        margin-right: 10px;
    }
    .not_found{
        width: 100%!important;
    }
}

@media only screen and (max-width:575px) {
    div#login-column {
        padding: 0;
    }
    .justt {
        padding: 40px 20px 100px 20px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0.2em 0.5em!important;
    }
    .card-body img {
        width: 100%;
    }

    .mboile_tab {
        margin: 0;
        width: 100%;
    }

    select.my-select-cls {
        width: 100% !important;
        display: block;
        margin: auto;
    }

    div#tab {
        float: none;
        margin-top: 20px;
        text-align: center;
        justify-content: center;
        display: flex;
    }

    h2.text-center.pull-left {
        font-weight: 700;
        font-size: 22px;
        padding-top: 30px;
    }

    .bd-example #accordion .card:last-child {
        margin-bottom: 80px;
    }
}

@media (max-width: 376px) {

    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1.sold {
        height: 2570px;
        padding: 70px 0px;
    }
}

@media (max-width: 376px) {
    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1.compt {
        height: 1300px !important;
    }

    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1.creates {
        height: 1870px !important;
        padding: 70px 0px;
    }
}

@media (max-width: 411px) {
    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1.creates {
        height: 1680px !important;
        padding: 70px 0px;
    }

    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1.sold {
        height: 2320px;
        padding: 70px 0px;
    }
}

@media (max-width: 320px) {
    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1.creates {
        height: 2212px !important;
        padding: 70px 0px;
    }

    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1.compt {
        height: 1500px !important;
    }

    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1.sold {
        height: 3000px !important;
        padding: 70px 0px;
    }
}

@media (max-width: 375px) {
    .wear .wear-img img {
        height: 450px !important;
        object-fit: cover;
        border-radius: 30px;
    }
    

    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1.creates {
        height: 1800px !important;
        padding: 70px 0px;
    }

    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1.sold {
        height: 2500px !important;
        padding: 70px 0px;
    }
}


@media (max-width: 414px) {
    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1.creates {
        height: 1800px !important;
        padding: 70px 0px;
    }

    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1.sold {
        height: 2270px;
        padding: 70px 0px;
    }
}

@media (max-width: 360px) {


    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1.creates {
        height: 2200px !important;
        padding: 70px 0px;
    }

    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1.sold {
        height: 3000px !important;
    }
}

@media (max-width: 450px) {
    .col-xs-12.col-sm-12.col-lg-12.col-md-12.scr-1.sold {
        height: 2500px;
    }
}

.mobile_card {
    margin: 0;
}

.lic_btn {
    margin-left: 14px;
}

.modal-backdrop {
    width: 100% !important;
}

.justt {
    min-height: 100vh;
}

.table {
    white-space: nowrap;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 15px!important;
    border-bottom: 1px solid #111;
    text-align: start!important;
    vertical-align: middle;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 15px!important;
    text-align: start!important;
    vertical-align: middle;
}





/* ====================================================================New-Website-css========================================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
:root{
    --brown: #BF7D37;
    --yellow: #D89F35;
    --green: #01966B;
    --hover-green: #72C488;
    --grey: #E5E5EA;
    --light-black: #724B21;
    --black-shade: #4C3216;
    --text-grey: #D1D1D1;
}
.lato{
    font-family: 'Lato', sans-serif !important;
}
.oswald{
    font-family: 'Oswald', sans-serif !important;
}
.brown{
    color: var(--brown) !important;
}
.yellow{
    color: var(--yellow) !important;
}
.green{
    color: var(--green) !important;
}
.h-green{
    color: var(--hover-green) !important;
}
.grey{
    color: var(--grey) !important;
}
.l-black{
    color: var(--light-black) !important;
}
.s-black{
    color: var(--black-shade) !important;
}
.text-grey{
    color: var(--text-grey);
}
.fs15{
    font-size: 15px;
}
.fs16{
    font-size: 16px;
}
.fs36{
    font-size: 36px;
}
.fs30{
    font-size: 30px;
}
.fs24{
    font-size: 24px;
}
.fs40{
    font-size: 40px;
}
.fs20{
    font-size: 20px;
}
.fs73{
    font-size: 73px;
}
.fs28{
    font-size: 28px;
}
.fs38{
    font-size: 38px;
}
.fs55{
    font-size: 55px;
}
.fs50{
    font-size: 50px;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.index{
    z-index: 99;
}
.bg-none{
    background-color: transparent;
    border: 1px solid transparent;
}
input.bg-none:focus{
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: none;
}
/* ====================================================================Header-css========================================================================================== */
.header {
    position: absolute;
    left: 0px;
    right: 0px;
}
.header .navbar-light .navbar-toggler{
    border-color: var(--yellow);
}
.header .navbar-light .navbar-toggler-icon{
    background-image: url('../img/menu.png');
    background-size: 22px;
}
.header .navbar-toggler:focus{
    outline: none;
}
.header .nav-item.active a{
    background-color: transparent;
    color: var(--brown) !important;
}
.header .nav-item a:hover{
    color: var(--brown) !important;
}
.header .nav-item.active{
    background-color: transparent;
}
.header .Signup a{
    background-color: var(--brown);
    width: 137px;
    height: 52px;
    border-radius: 10px;
}
.header .nav-item{
    margin-right: 45px;
}
.header .right-btns .login{
    margin-right: 50px;
}
.header .right-btns .login a:hover{
    color: var(--brown) !important;
}
.header .right-btns .Signup a:hover{
    background-color: var(--yellow);
}
/* ====================================================================Banner-css========================================================================================== */
.banner .button a{
    width: 211px;
    height: 65px;
    border-radius: 10px;
    background-color: #000;
    transition: .67s;
}
.banner .button a:hover{
    transform: scale(1.04);
}
.banner .bg-btn{
    background-color: var(--brown);
    border-radius: 16px;
    padding: 20px;
}
.banner {
    padding-top: 130px;
    background-image: url(../img/banner-bg.png);
    background-repeat: no-repeat;
    background-position: -30px -250px;
}
.bg-btn input::placeholder{
    color: var(--black-shade);
}
/* ====================================================================ready-game-css========================================================================================== */
.circle-button a{
    width: 162px;
    height: 47px;
    border-radius: 50px;
    background-color: var(--brown);
    color: #fff;
}
.circle-button a:hover{
    background-color: var(--yellow);
}
.circle-button button{
    width: 162px;
    height: 47px;
    border-radius: 50px;
    background-color: var(--brown);
    color: #fff;
    border: none;
}
.circle-button button:hover{
    background-color: var(--yellow);
}
.ready-game{
    padding: 200px 0px;
}
.ready-game .business.another{
    padding-top: 232px;
} 
.ready-game .business.personal{
    padding-top: 360px;
} 
.ready-game .drip{
    padding-top: 150px;
} 
.ready-game .container{
    background-image: url(../img/bussiness-lines.png);
    background-repeat: no-repeat;
    background-position: -160px -20px;
    background-size: 100%;
}
.ready-game .big-text span {
    font-size: 150px;
    color: #393534;
    line-height: 0;
}
.ready-game .big-text {
    position: absolute;
    top: 0px;
    bottom: -90px;
    right: -60px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}
.ready-game .big-text.prizes{
    display: block;
    text-align: right;
    right: 150px;
    top: 130px;
    z-index: 9;
}
.drip-circle {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    background-color: #24201F;
    position: absolute;
    z-index: -1;
    right: 0px;
    top: 20px;
}
/* ====================================================================bussiness-css========================================================================================== */
.content-wear{
    padding: 0px 240px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.bussiness .we-do{
    padding: 30px;
    background-color: #000;
    border-radius: 20px;
    height: 100%;
} 
.bussiness .platform a{
    width: 259px;
    height: 60px;
    border-radius: 10px;
    background-color: var(--brown);
}
.bussiness .platform a:hover{
    background-color: var(--yellow);
}
.bussiness{
    background-image: url('../img/shape-bg.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: -620px 70px;
    padding-bottom: 50px;
}
.we-do p {
    min-height: 150px !important;
}
.bussiness .wear{
    padding-bottom: 120px;
}

.community .read-more a{
    width: 185px;
    height: 60px;
    border-radius: 10px;
    background-color: var(--brown);
}
.community .divercity{
    padding: 40px;
    background-color: #1C1515;
    border-radius: 20px;
    height: 100%;
}
.community{
    padding: 200px 0px;
}
/* ====================================================================FAQs-css========================================================================================== */
.download .appstore a{
    width: 178px;
    height: 53px;
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: #000;
}
.download .app-join{
    background-image: url(../img/download-app.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px;
}
.download .app-join h2{
    width: 60%;
}

.heading-faq {
    width: 50%;
}
.quest .btn.collapsed{
    background-image: url('../img/plus.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px;
}
.quest .btn {
    background-image: url('../img/minus.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px;
    border-bottom: 1px solid transparent !important;
}
.quest .btn-link:focus {
    text-decoration: none;
    box-shadow: none;
}
.quest .card{
    padding-bottom: 20px;
    border-bottom: 1px solid #606060;
}
.quest .btn span{
    width: 80%;
    display: inline-block;
}
.quest .card-header{
    border-bottom: 1px solid transparent;
}
.faq .ques-row{
    background-color: #24201F;
    padding: 60px 120px;
    border-radius: 30px;
    margin-top: 200px;
}
/* ====================================================================Footer-css========================================================================================== */
.divider{
    height: 2px;
    width: 90%;
    margin: auto;
    background-color: #e5e5ea5e;
    margin-top: 103px;
    margin-bottom: 40px;
}
.footer-btm{
    padding: 130px 0px 70px 0px;

}
/* ====================================================================Modals-css========================================================================================== */
.opport-modal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid var(--brown);
    border-radius: 39px;
    outline: 0;
}

.opport-modal .hooplex-oport::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 6px;
	background-color: #212121;
}

.opport-modal .hooplex-oport::-webkit-scrollbar
{
	width: 12px;
	background-color: #212121;
    border-radius: 6px;
}

.opport-modal .hooplex-oport::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #fff;
}
.opport-modal .hooplex-oport{
    height: 495px;
    overflow-y: auto;
}
.opport-modal .modal-footer{
    background-color: var(--brown);
    border-radius: 0px 0px 30px 30px;
    padding: 0px;
    height: 30px;
}
.opport-modal .modal-body{
    padding: 0px 20px 20px 20px;
}
.opport-modal .modal-header{
    padding: 40px 20px 20px 20px;
}
.opport-modal .modal-header button:focus{
    outline: none !important;
    opacity: 1 !important;
}
.opport-modal .close{
    opacity: 1;
}
.opport-modal .close:hover{
    opacity: 1 !important;
}
.opport-modal .hooplex-oport p{
    width: 97%;
}

.banner-compt{
    background-image: url('../img/compition.png');
    background-repeat: no-repeat;
    background-position: right -10px;
    background-size: contain;
    padding-top: 130px;
}
.bottom-links .link img{
    width: 24px;
}
.flex-coloumn{
    flex-direction: column;
}
.border-divide {
    height: 2px;
    width: 100%;
    background-color: #252525;
    margin-top: 120px;
    margin-bottom: 80px;
}
.ptb{
    padding: 80px 0px;
}
.licence {
    background-image: url(../img/shape-bg.png);
    background-repeat: no-repeat;
    background-position: -630px bottom !important;
    padding-bottom: 140px;
}
.advertising{
    padding-bottom: 100px;
}
.banner-compt.monetize{
    padding-bottom: 160px;
    background-position: right -420px top -10px;
} 
.banner-compt.contact-us{
    background-image: url(../img/question-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 107px;
} 
.ques-cont{
    background-color: #000;
    border-radius: 40px;
    padding: 80px 100px;
}
.contact-us .field input{
    background-color: transparent;
    border-bottom: 1px solid #606060;
    padding-bottom: 25px;
}
.contact-us .field input::placeholder{
    color: var(--grey);
}
.contact-us .field input:focus{
    box-shadow: none;
}
.contact-us .textarea textarea{
    border: 1px solid #606060;
    border-radius: 26px;
    background-color: transparent;
    padding: 30px 15px;
    resize: none;
}
.contact-us .textarea textarea:focus{
    box-shadow: none;
}
.contact-us .textarea textarea::placeholder{
    color: var(--grey);
}
.contact-us form{
    margin-top: 55px;
}
.sumbmit-modal lottie-player{
    width: 190px;
    margin: auto;
    margin-bottom: 50px;
}
.sumbmit-modal .modal-content{
    background-color: #000;
    border-radius: 40px;
    padding: 150px 300px;
}
.sumbmit-modal .modal-dialog{
    max-width: 1110px;
}
.web-hoop{
    display: none;
}

@media only screen and (max-width: 1200px){
    .baner-img img{
        width: 100%;
    }
    .ready-game .container {
        background-position: -120px 40px;
    }
    .fs73 {
        font-size: 53px;
    }
    .content-wear{
        padding: 0px 20px;
    }
    .download .app-join{
        background-size: contain;
        padding: 90px 0px;
    }
}
@media only screen and (max-width: 991px){
    .social-media {
        margin-bottom: 30px;
    }
    .sumbmit-modal .modal-content{
        padding: 150px 40px;
    }
    .order1{
        order: 1;
    }
    .order2{
        order: 2;
    }
    .fs40 {
        font-size: 20px;
    }
    .ready-game .container{
        background-image: none !important;
    }
    .web-hoop{
        display: block;
        text-align: center;
    }
    .navbar-collapse{
        background-color: var(--yellow);
        border-radius: 10px;
        margin-top: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .mob-mode{
        display: none;
    }
    .ready-game .business.another{
        padding-top: 82px;
    }
    .ready-game .business.personal{
        padding-top: 80px;
    }
    .big-text.secn-big-text{
        bottom: -70px;
    }
    .drip-circle{
        display: none;
    }
    .ready-game .drip {
        padding-top: 40px;
    }
    .header{
        z-index: 9;
    }
    .header .login a{
        padding-left: 0px;
    }
    .header .right-btns{
        flex-direction: column;
        justify-content: flex-start;
        align-items: self-start !important;
    }
    .header .Signup{
        margin-top: 10px;
    }
    .header .nav-item.active a{
        color: #fff !important;
    }
    .banner .baner-img{
        margin-top: 50px;
    }
    .business{
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px){
    .ptb {
        padding: 30px 0px;
    }
    .banner-compt{
        padding-top: 80px;
    }
    .banner-compt.monetize{
        padding-bottom: 40px;
    }
    .advertising {
        padding-bottom: 20px;
    }
    .ques-cont {
        padding: 80px 40px;
    }
    .fs73 {
        font-size: 43px;
    }
    .wear .wear-img img{
        height: 370px;
        object-fit: cover;
        border-radius: 30px;
    }
    .app-join {
        padding: 50px 0px;
        background-image: none !important;
    }
    .download{
        background-color: #262626;
    }
    .heading-faq{
        width: 100%;
    }
    .faq .ques-row{
        padding: 40px;
    }
    .big-text{
        display: none !important;
    }
    .banner {
        padding-top: 80px;
    }
    .ready-game {
        padding: 50px 0px;
    }
    .bussiness .wear {
        padding-bottom: 40px;
    }
    .community {
        padding: 0px 0px;
    }
    .download{
        margin-top: 50px;
    }
    .faq .ques-row{
        margin-top: 50px;
    }
}
@media only screen and (max-width: 475px){
    .web-hoop {
        padding: 0px 20px;
    }
    .banner .bg-btn{
        flex-direction: column;
        align-items: flex-start !important;
    }
    .banner .bg-btn .button{
        margin-top: 20px;
    }
    .faq .ques-row {
        padding: 20px;
    }
}
@media only screen and (max-width: 767px){
    .fs73 {
        font-size: 33px;
    }
}