:root{

    --white: #FEFEFE;

    --neutral-100: #FFFBFC;
    --neutral-200: #FCF8F9;
    --neutral-300: #FAF6F7;
    --neutral-400: #DCDFDF;    
    --neutral-500: #C4C8C7;
    --neutral-600: #A0A6A6;
    --neutral-700: #7B7B7B;
    --neutral-800: #454545;
    --neutral-900: #0D0404;   

    --primary-100: #FBD5CA;
    --primary-200: #F8A398;
    --primary-300: #EB6562;
    --primary-400: #D83B46;    
    --primary-500: #BE0625;
    --primary-600: #A3042E;
    --primary-700: #880332;
    --primary-800: #6E0132;
    --primary-900: #5B0132; 

    --accent-100: #CAFBE1; 
    --accent-200: #98F8CD;
    --accent-300: #62EBBA;
    --accent-400: #3BD8AE;    
    --accent-500: #06BE9F;
    --accent-600: #04A397;
    --accent-700: #038688;
    --accent-800: #01616E;
    --accent-900: #01485B; 

    --shadow-100: 0px 4px 8px rgba(69, 69, 69, 0.1);
    --shadow-200: 0px 8px 16px rgba(69, 69, 69, 0.1);

}
/* @import url(http://fonts.googleapis.com/css?family=Lato:400,700); */
/*-----------------------------------------------------------------------------------*/
/*  GENERAL STYLING
/*-----------------------------------------------------------------------------------*/

body {
    font-family: 'Lato', sans-serif;
    height: 100%;
    color: #5B0132;
    /* background-color: #E5E5E5; */
}
.icon-section{
    background-color: #09bd8f;
    line-height: 7px;
    padding-top: 10px;
    margin-bottom: 10px;

}
a:link,
a:visited,
a:hover,
a:active {
    color: #757b87;
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin-bottom: 0px;
}

li label {
    position: relative;
    bottom: 5px;
    color: #757b87;
    font-weight: lighter;
}

label {
    color: #757b87;
    font-weight: lighter;
    padding: 10px 5px;
}

p {
    text-align: justify;
}

p label {
    text-align: justify;
}
/* ----------Custom Color Code ---------- */

.primary,
.primary>a,
.primary>a:visited,
.primary>a:hover,
.primary>a:active {
    color: #128bc6;
    text-decoration: none;
}

.danger,
.danger>a,
.danger>a:visited,
.danger>a:hover,
.danger>a:active {
    color: #ef6f6c;
    text-decoration: none;
}

.success,
.success>a,
.success>a:visited,
.success>a:hover,
.success>a:active {
    color: #01bc8c;
    text-decoration: none;
}

.warning,
.warning>a,
.warning>a:visited,
.warning>a:hover,
.warning>a:active {
    color: #f89a14;
    text-decoration: none;
}

.yellow,
.yellow>a,
.yellow>a:visited,
.yellow>a:hover,
.yellow>a:active {
    color: #FFD43C;
    text-decoration: none;
}
/* ---------- //Custom Color Code End ---------- */
/* ---------- Text-Bg color Code Css ---------- */

.bg-default {
    background-color: #f5f5f5;
}

.bg-primary {
    background-color: #418bca;
    color: #fff;
}

.bg-success {
    background-color: #01bc8c;
    color: #fff;
}

.bg-danger {
    background-color: #ef6f6c;
    color: #fff;
}

.bg-warning {
    background-color: #f89a14;
    color: #fff;
}
/* ---------- //Text-Bg color Code Css End ---------- */
/* ---------- Why choose us Section css ---------- */

#accordion {
    margin-top: 2%;
}

.text_bg {
    background-color: #f2eded !important;
}
/* ---------- //Why choose us Section End ---------- */
/* ---------- Text-Bg Border color Code Css ---------- */

.border-primary {
    border-bottom: 2px solid #418bca;
    padding-bottom: 5px;
}

.border-warning {
    border-bottom: 2px solid #f89a14;
    padding-bottom: 5px;
}

.border-success {
    border-bottom: 2px solid #01bc8c;
    padding-bottom: 5px;
}

.border-danger {
    border-bottom: 2px solid #ef6f6c;
    padding-bottom: 5px;
}
/* ---------- //Text-Bg Border color Code Css End---------- */
/* ---------- Text-Success Css---------- */

.text-success {
    color: #01bc8c !important;
    background-color: inherit;
}

.text-danger {
    color: #ef6f6c;
}
/* ---------- //Text-Success End---------- */
/* ---------- Nav bar Css Start ---------- */

.navbar-right {
    margin-right: 30px;
}

.icon-position label {
    padding-left: 0px;
    margin-left: 0px;
}

/* .logo_position {
    position: relative;
    bottom: 11px;
} */

.navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.navbar-default .navbar-nav > li>a:hover {
    color: #01bc8c;
}
/* ---------- Navbar  Dropdown menu Css ---------- */

.navbar-nav .dropdown-menu:before {
    bottom: 15px;
    width: 0;
    height: 0;
    left: 100px;
    z-index: 1002;
    content: " ";
    display: block !important;
    position: relative;
    /* border-bottom: 8px solid #ef6f6c;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent; */
}
/* ---------- //Navbar  Dropdown menu Css End ---------- */
/* ---------- Navbar  Dropdown menu hover Css ---------- */

.navbar-nav .dropdown-menu a:hover{
    /* border-left: 2px solid #ef6f6c; */
    /* background-color: rgb(53, 152, 219); */
    background-color: rgb(251, 197, 49);
    
}
.dropdown.active.open > ul > li > a.active {
    
    /* background-color: rgb(53, 152, 219); */
    background-color: var(--primary-200);

}
/* ---------- //Navbar  Dropdown menu hover Css End ---------- */

.navbar-default .navbar-nav >.open >a:hover,
.navbar-default .navbar-nav >.open >a {
    background-color: #fff !important;
    color: #01bc8c;
}

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

.navbar {
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
}
/* ---------- Nav bar Css End ---------- */
/* ---------- Breadcrumb Css ---------- */

.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover,
.breadcrumb a:active {
    color: #3d3d3d;
    text-decoration: none;
}

.breadcum {
    background-color: #DBD6D6;
    border-top: 2px solid #b7b0b0;
    border-bottom: 2px solid #b7b0b0;
    padding: 0px 2%;
}

.breadcum .pull-right {
    padding: 8px 15px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #DBD6D6;
    border-radius: 4px;
    float: left;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #3d3d3d;
    content: none;
}
/* ---------- //Breadcrumb Css End ---------- */
/* ---------- Breadcrumb Icon Section Css ---------- */

.icon3 {
    position: relative;
    top: 5px;
    left: 0px;
}

.icon4 {
    left: -1px;
    top: 3px;
}
/* ---------- //Breadcrumb Icon Section End ---------- */
/* ---------- Carousel Css ---------- */

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #000;
    border: 1px solid #5E5E5E;
}

.carousel-indicators li {
    border: 1px solid #5E5E5E;
    width: 13px;
    height: 13px;
}

.carousel-caption {
    font-size: 30px;
}
/* ---------- //Carousel Css End ---------- */

blockquote {
    border-left: 2px solid #ef6f6c;
}
/* ---------- Testimonial Images Css Start ---------- */

.author {
    padding: 15px;
    background: #f6f6f6;
    margin-bottom: 10px;
}

.author img {
    width: 50px;
}
/* ---------- //Testimonial Images Css End ---------- */
/* ---------- Feature Section Css ---------- */

.features i {
    line-height: 2px;
    float: left;
    margin: 1px 5px;
}
/* ---------- //Feature Section Css End ---------- */
/* ---------- Menu Section Css ---------- */

.menu > li {
    border: 1px solid #409ACF;
    padding: 10px 13px;
    margin: 0px 10px;
}

.menu {
    margin-top: 20px;
}

.menu > li:hover,
.menu li .active {
    background-color: #01bc8c;
}
/* ---------- //Menu Section Css End ---------- */

.tabbable-panel ul {
    list-style-type: none;
}
/* ---------- Our services Box  Style Css ---------- */


.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 15px;
    text-align: right;
    display: block;
    margin-top: 60px;
    margin-bottom: 15px;
}
/* ---------- //Our services Box  Style Css End ---------- */
/* ------------- Our Services Box Icon Css ---------- */

.box-icon {
    background-color: transparent;
    border: 1px solid #01bc8c;
    border-radius: 50%;
    display: table;
    height: 80px;
    margin: 0 auto;
    width: 80px;
    margin-top: -61px;
}
/* ------------- //Our Services Box Icon Css End ---------- */

.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
/* ---------- Our Services Icon Border css ---------- */

.box-icon1 {
    border: 1px solid #418bca;
}

.box-icon2 {
    border: 1px solid #f89a14;
}

.box-icon3 {
    border: 1px solid #FFD43C;
}
/* ---------- //Our Services Icon Border css ---------- */
/* ---------- Our services Text Css----------*/

.info > p {
    color: #787878;
    font-size: 14px;
    padding-top: 10px;
    text-align: justify;
}
/* ---------- //Our services Text End ----------*/
/* ---------- Our service Icon Css ---------- */

.icon {
    position: relative;
    right: 11px;
    top: 14px;
}

.icon1 {
    position: relative;
    right: 10px;
    top: 12px;
}
/* ---------- //Our service Icon Css End---------- */
/* ---------- Feature main Section Start --------- */

.feature-main {
    padding: 50px 0px;
    background-color: #f2eded;
}

.feature-main1 {
    padding: 50px 0px;
}

.layout-styl {
    padding: 80px 0px;
}

.layout-styl li {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 300 !important;
    color: #515763;
    text-align: left
}
/* ---------- //Feature main Section End --------- */
/* ---------- Purchase Section Css Start ---------- */

.purchas-main {
    padding: 10px 0px;
}

.bg-border {
    background: #f2eded;
    border-left: 3px solid #01bc8c;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.purchae-hed {
    margin-bottom: 20px;
    margin-left: 15px;
    color: #01bc8c;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 300;
}

.purchase-styl {
    padding: 15px 80px;
    background-color: #01bc8c;
    border: none;
    box-shadow: 0px 2px 0px #268a70;
    color: #fff !important;
    margin-right: 20px;
    margin-top: 10px;
}

.purchase-styl:hover,
.purchase-styl:active,
.purchase-styl:focus {
    background-color: #01bc8c;
}
/* ---------- //Purchase Section Css Ebd ---------- */
/* ---------- Our Team Divide Section Css ---------- */

.divide {
    border-top: 1px solid #848481;
    padding: 5px;
}

.divide > a {
    padding: 3%;
}
/* ---------- //Our Team Divide Section Css End ---------- */

.pull-right a {
    color: #128bc6;
}

.input-group-addon {
    color: #fff;
    background-color: #b16461;
    border: 1px solid #5E5E5E;
}

.team img {
    width: 100%;
    height: 100%;
    margin-top: 10px;
}
/* ---------- News Section Css----------*/

.news {
    margin-top: 2%;
}
.news .form-group{
    width: 80%;
}
.news .form-control {
    background-color: #444343;
    border: 1px solid #5E5E5E;
    color: #f3f3f3;
}

.news > .form-control:focus {
    border-color: #5E5E5E;
    outline: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0);
}
.news tbody > tr{
    cursor: pointer;
}
/* ---------- //News Section Css End ---------- */

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #DDD;
}
/* ---------- Headings Border Css ---------- */

.heading_border {
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 15px;
    padding: 5px 15px;
}
/* ---------- //Headings Border Css End---------- */

.tab {
    padding-left: 0px;
}

.tab_list > li {
    padding: 5px;
}

.tab_list {
    margin-top: 15px;
    padding-left: 0px;
}

.profile img {
    width: 100%;
}
/* ---------- Footer Section Css ---------- */

footer {
    background-color: #262626;
}

footer h4 {
    color: #fff;
}

.footer-text {
    color: #ababab;
    padding: 30px 0px;
}

footer img {
    width: 50px;
}

footer .btn-primary.text-white {
    margin-top: 2%;
}
/* ---------- //Footer Section Css End ---------- */

.text-white {
    color: #fff !important;
}

.bg-white {
    background-color: #fff;
}

@media(max-width: 370px) {
    .properties {
        border-right: none;
    }
    .media-object img {
        width: 50%;
    }
}
/* ---------- About Us Slider Css ---------- */

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo {
    margin: 0px;
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 3px;
    background: #01bc8c;
}

#progressBar {
    width: 100%;
    background: #EDEDED;
}
/* ---------- //About Us Slider Css End ---------- */

.center-block {
    margin-bottom: 0px;
    font-size: 18px;
    margin-top: 0px;
}

.sliders {
    background-color: #fdfcfc;
    padding: 20px;
}

.sliders h4 {
    margin-bottom: -5%;
}

.sliders h5 {
    padding-top: 4%;
}

.marbtm10 h3 {
    margin-bottom: 0px;
}
/* ---------- Back to top Section Icon Css ---------- */

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    border-radius: 50%;
    padding: 15px;
    border: none;
    opacity: 0.7;
}

.back-to-top:hover {
    opacity: 1;
}
.fa-hand-o-up{
    font-size: 16px;
}
/* ---------- //Back to top Section Icon Css End---------- */
/* ---------- Copy Right Section Css  ---------- */

.copyright {
    background-color: #1a1a1a;
}

.copyright p {
    color: #fff;
    padding: 0.5% 0;
    margin: 0.5% 0;
}
/* ---------- //Copy Right Section Css  ---------- */
/* ---------- Advanced Features Css ---------- */

.advanced button,
.tooltips button,
.pop button {
    margin-bottom: 15px;
}
/* ---------- //Advanced Features Css ---------- */

@media(max-width: 759px) {
    .navbar-nav .dropdown-menu:before {
        content: none;
    }
}

@media(max-width: 950px) {
    .profile {
        display: block;
        margin-right: 4%;
        margin-left: 4%;
    }
}
.skin_btn {display:inline-table; cursor:pointer; width:30px; height:30px; margin-bottom: 1px;}
.skin_size { width:30px; height:30px; margin:3px;}
.well{padding:10px;}
.primary_skin {background-color:#128bc6;}
.danger_skin{background-color: #ef6f6c;}
.success_skin{background-color: #01bc8c;}
.warning_skin{background-color: #F89A14;}
.purple_skin{background-color: #D2527F;}
.turquoise_skin{background-color: #4ecdc4;}
.asbestos_skin{background-color: #7f8c8d;}
.hoki_skin{background-color: #67809f;}

.navbar{
    min-height: 107px!important;
}
#collapse{
    background-color: #FEFEFE;
    /* margin-top: -5px; */
    /* box-shadow: 0px 2px 8px #cccccc; */
    box-shadow: var(--shadow-100);
}

#collapse a:link,
#collapse a:visited,
#collapse a:hover,
#collapse a:active {
    /* color: #153243; */
    color: var(--primary-800);
}

.nav.main-menu>li>a:focus, .nav.main-menu>li>a:hover,
.nav.main-menu .open>a, .nav.main-menu .open>a:focus, 
.nav.main-menu .open>a:hover {
    background-color: #409ACF;
    color: #000!important;
    border-color: #337ab7;
}

.main-menu > li > a {
    padding-top: 27px!important;
    padding-bottom: 28px!important;
}
.main-menu > li {
    float: none;
    display: table-cell;
    width: 1%;
    text-align: center;
}
.navbar-nav>li {
    min-height: 75px;
    /* border-right: 1px solid #b32032; */
}

.navbar-nav>li:last-child {
}
.navbar-nav > li > a {
    font-weight: 800!important;
}

.dropdown-menu{
    /* background-color: #409ACF; */
    background-image: linear-gradient(315deg, #fbb034 0%, #ffdd00 74%);
    color: #000;    
    padding-top: 0px!important;
}
.dropdown-menu > a:link, 
.dropdown-menu > a:visited, 
.dropdown-menu > a:hover, 
.dropdown-menu > a:active {
    /* background-color: rgb(53, 152, 219); */
    background-color: rgb(251, 197, 49);
}

.navbar-nav>li>.dropdown-menu>li{
    border-color: transparent;
}

.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px!important;
}
@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 29px;
        padding-bottom: 26px;
    }
    /* .navbar-nav > li{
        min-width: 93px;
    } */
}

@media (min-width: 1200px){
    /* .navbar-nav > li {
        min-width: 140px;
    } */
}
@media (min-width: 992px){
    /* .navbar-nav {
        min-width: 121px;
    } */
}


.page-logo{
    /* width: 350px;
    height: 107px;
    padding-left: 20px;
    padding-right: 20px; */
    display: block;
    float: left;
    margin-right: 10px;
}



.common-brand{
    float: left;
    padding-top: 70px;
    font-size: 13px;
    margin-right: 20px;
    margin-left: 50px;
}
.common-brand a{
    color: #BE0625;
}

.header-toolbar{
    float: right;
    margin-left: 20px;
    padding-top: 20px;
}

.navbar-header {
    float: none;
}

.header-toolbar .tools span{
    display: inline-block;
    margin-right: 3px;
    margin-left: 8px;
    vertical-align: middle;
}

.tools{
    margin-top: 14px;
}
.tools a{
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-700);
}
.btn-anal-add{
    background: var(--primary-400);
    border-radius: 8px;
    color: white!important;
    font-size: 12px;
    font-weight: 700;
}

span.new{
    bottom: 84px;
    position: relative;
    background: black;
    padding: 4px 6px;
    border-radius: 16px;
    color: yellow;
    font-weight: 700;
}


/*///////////////////header///////////////////*/
.page-header{
    padding-bottom: 0px;
    margin-top: 0px!important;
}
img.logo-position{
    width: 94px;
    margin: auto;
}
.page-title{
    float: left;
    font-size: 18px;
    font-style: italic;
    text-decoration: underline;
    font-weight: 800;
    margin-top: 32px;
    margin-right: 10px;
    letter-spacing: -2px;
}
.page-title>.title1{
    color: #000;
    text-decoration: underline;
    text-decoration-color: #000;
}
.page-title>.title2{
    color: #d4242a;
    text-decoration: underline;
    text-decoration-color: #d4242a;
}
body{
    overflow-x: hidden;
}

.main-menu li.active{
    background: var(--primary-400);
    color: #fff;
}
@media (max-width: 1200px){
    .page-title{
        display: none;
    }
}

@media (max-width: 992px){
    .header-toolbar .tools span{
        display: none;
    }
    .header-toolbar .tools a{
        margin-right: 10px;
    }
}
@media (max-width: 768px){
    img.logo-position{
       margin: 12px;
    }
    /* .common-brand{
        margin-left: 20px;
    } */
}

span.red-label{
    background-color: #de1b1d;
    border: none;
    font-size: 13px;
}

input.input-placeholder::-webkit-input-placeholder { 
    font-size: 13px;
}

.btn-verify{
    line-height: 22px;
    color: #333!important;
    font-size: 12px;
}

#pick_game_min{
    margin-top: 12px;
    width: 100px;
    float: right;
}
#footer {
    margin-top: 15px;
    width: 100%;
    background-color: #fbfbfc;
    color: #999;
}

.corp_tab {
    height: 71px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #eeeeef;
    background-color: #fff;
}

.corp_tab .inner {
    width: 1180px;
    margin: 0 auto;
}

.corp_tab li {
    float: left;
    height: 71px;
}

.corp_tab .ic_corp {
    float: left;
    margin-top: 31px;
    width: 75px;
    height: 12px;
    /* background: url(/public/img/layout/sp_footer.png) no-repeat -20px -20px; */
    text-indent: -9999px;
}

.corp_tab li a {
    float: left;
    margin-top: 29px;
    line-height: 15px;
}

.corp_tab li .bar {
    float: left;
    margin: 30px 20px 0;
    width: 1px;
    height: 11px;
    background-color: #f2f2f2;
    text-indent: -9999px;
}

.corp_tab li.active a {
    color: #bf7c7c;
}

.copyright_area {
    display: block;
    margin: 0 auto;
    padding: 35px 20px;
    width: 1131px;
    height: 271px;
    /* background: url(/public/img/layout/copyright.png?v=210126) no-repeat 20px 35px; */
}

.copyright_area:after {
    display: block;
    clear: both;
    content: '';
}

.copyright_area .img-wrapper{
    margin-top: -20px;
    margin-bottom: 20px;
}


.copyright_area .img-wrapper > span{
    margin-left: 10px;
}

.copyright_area .content > p{
    margin-bottom: 2px!important;
}

.color-bold{
    color: #777!important;
}

.copyright_area .maker-info{
    margin-top: 10px;
    margin-bottom: 10px;
}
.copyright_area .maker-info > .left-info{
    width: 10%;
    display: inline-block;
    vertical-align: top;
}
.copyright_area .maker-info > .right-info{
    width: 70%;
    display: inline-block;
}
.copyright_area .sec-info > .left-info{
    width: 10%;
    display: inline-block;
    vertical-align: top;
}
.copyright_area .sec-info > .right-info{
    width: 78%;
    display: inline-block;
}
