@font-face{
    font-family:'hinted-Montserrat-Regular';
    src:url(../fonts/hinted-Montserrat-Regular.ttf);
}
@font-face{
    font-family:'hinted-CorporativeAlt-Regular';
    src:url(../fonts/hinted-CorporativeAlt-Regular.ttf);
}
@font-face{
    font-family:'hinted-CorporativeAlt-Medium';
    src:url(../fonts/hinted-CorporativeAlt-Medium.ttf);
}
@font-face{
    font-family:'hinted-CorporativeAlt-Bold';
    src:url(../fonts/hinted-CorporativeAlt-Bold.ttf);
}
@font-face{
    font-family:'hinted-CorporativeAlt-Black';
    src:url(../fonts/hinted-CorporativeAlt-Black.ttf);
}
@font-face{
    font-family:'hinted-Montserrat-Bold';
    src:url(../fonts/hinted-Montserrat-Bold.ttf);
}


body{
    font-family:'hinted-Montserrat-Regular';
    background-color: #181818;
}
.noleft{
    padding-left: 0;
}
.noright{
    padding-right: 0;
}
.nopadding{
    padding: 0 !important;
}
button, a {
    transition: all 0.35s ease 0s;
}
a {
    outline: medium none !important;
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
.width1{
    width:100%;
}
.container{
    padding: 0px 35px;
}
.header{
    position: absolute;
    width: 100%;
    z-index: 999;
    top:0;
    left:0;
    /*box-shadow:1px 1px 2px #E6E6E7;*/
    background-color: #121212;
    padding: 10px 0px;
}

.header .container-fluid{
    padding:0;
}
.header .navbar-brand{
    height: auto;
    padding: 0;
    padding-left: 15px;
    padding-top: 7px;
}
.header .navbar{
    background: rgba(0,0,0,0);
    border: none;
    margin-bottom: 0;
}
.nav>li {
    position: relative;
    display: block;
    padding: 0px 10px;
}
.header .navbar-default .navbar-nav > li > a{
    color: #aaaaaa;
    font-size: 15px;
    text-transform: inherit;
    padding: 7px 25px;
    font-family:'hinted-CorporativeAlt-Medium';
    border:2px solid transparent;
    border-radius: 4px;
}
.header .nav{
    padding-top: 5px;
}
.header .navbar-default .navbar-nav > li > a:hover, .header .navbar-default .navbar-nav > li > .active ,.footer a:hover{
    color: #fff;
    border-color: #242424;
}
.header .navbar-default .navbar-nav > li .btn{
    background:#000;
    color:#fff !important;
    border-radius:100px;
}	
.header .navbar-default .navbar-nav > li .btn:hover{
    background:#da3838;
}

.fixed_header{
    position:fixed;
    background-color: #121212;
}
.fixed_header .top{
    display:none;
    border:none;
}
.fixed_header .bottom{
    padding:10px 0;
}
.header .hamburger{

    display: none;
    float: right;
    height: 45px;
    padding: 12px 10px 10px 9px;
    width: 45px;
}
button:focus{
    outline:0px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background: #fff;
    border-radius: 0;
    width: 25px;
    height: 3px;
}
.hamburger-box{
    width: 25px;
}
.hamburger-inner::before {
    top: -8px;
}
.hamburger-inner::after {
    bottom: -8px;
}

.sidenav {
    background-color: #181818;
    height: 100%;
    left: -250px;
    overflow-x: hidden;
    padding-top: 10px;
    position: fixed;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 250px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
}
.sidenav a {
    color: #d0d2dd;
    display: block;
    font-size: 17px;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.sidenav a span{
    float: left;
    height: 20px;
    margin-right: 8px;
    margin-top: 2px;
    width: 22px;
}
.sidenav a:hover, .sidenav a.active{
    color: rgb(254,210,81);
}
.sidenav .logo {
    border-bottom: 1px solid rgb(111,117,133);
    margin-bottom: 15px;
    padding: 7px 0;
}
.sidenav .logo img{
    margin: 0 auto;
}
.section1{
    float:left;
    width:100%;
    background: url('../img/bg.png') no-repeat center center;
    background-size: cover;

    margin-top: 69px;
    padding: 20px 0px;
    position:relative;
}
.section1 .col-sm-4{

}
.calendersection{
    float:left;
    width:100%;
    background-color: #171717;
    border-radius: 6px;
    padding: 10px;
}
.calender {
    float: left;
    width: 100%;
    border-radius: 10px;
    padding:5px 10px;
    background:transparent;
    border:2px solid #534027;
    min-height: 363px;
}
.calender select{
    background-color: transparent;
    border:2px solid #464646;
    border-radius: 4px;
    padding: 1px 5px;
}
.calender h1,.main a {
    color: #ffb751;
    font-size: 18px;
    margin-top: 0;
    font-family:'hinted-CorporativeAlt-Bold';
}
.main a{
    text-transform: uppercase;

}
.forshow{
    float:left;
    width:100%;
    margin-bottom: 80px;
}
.calender h1 span {
    float: right;
    font-size: 14px;
    color:#fff;
}
.calender option{
    color:#000;
    background: #fff;
    /*border:2px solid #464646;*/
}
.calender table {
    width: 100%;
    text-align: center;

    float: left;
}
.calender table th {
    color: #535353;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 5px;
    border-bottom: 2px solid #2c2c2d;
}
.calender table td {
    color: #fff;
    font-size: 13px;
    padding: 2px 5px;
    text-align: left;
    border-bottom: 2px solid #2c2c2d;
}
.calender tr td:nth-child(2),.calender tr th:nth-child(2),.calender tr td:nth-child(3),.calender tr th:nth-child(3),.calender tr td:nth-child(4),.calender tr th:nth-child(4),.calender tr td:nth-child(5),.calender tr th:nth-child(5){
    text-align: center;
}
.calender tr td:last-child,.calender tr th:last-child{
    text-align: right;
}
.calender tr td:last-child{
    color:#3dcd51;
    font-family:'hinted-Montserrat-Bold';
}
.calender tr td:first-child,.calender tr th:first-child{
    padding-left: 0px;
}
.calender tr:last-child td{
    border-bottom: none;
}
.rightsection{
    float:left;
    width:100%;
}
.rightsection h1{
    color:#ffb751;
    font-size:26px;
    font-family:'hinted-CorporativeAlt-Bold';
}
.rightsection p,.topbox p,.reviewformstart p,.main p{
    font-size: 14px;
    color:#fff;
}
.rightsection p span{
    display: block;
}
.parasection{
    margin: 20px 0px;
}
.client {
    float: left;
    width: 100%;
    padding: 10px;
}
.rightsection .client ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.client li {
    float: left;
    padding: 0 13px;
    list-style: none;
    justify-content: center;
    flex-direction: column;
    display:flex;

}
.client li:first-child{
    padding-left: 0px;
}
.client li img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}
.pierre{
    position:absolute;
    bottom: 0;
    right: 0px;
    left: calc(100% - 37%);
}
.section2{
    float:left;
    width:100%;
    padding: 50px 0px 32px 0px;
}
.topportion{
    float:left;
    width:100%;
    border:1px solid #282828;
    border-radius: 6px;
    padding: 0px 22px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}
.topportion h5,.section4 h1,.reviewformstart h1,.addresssection h4,.main h3{
    color:#ffb751;
    font-size:20px;
    font-family:'hinted-CorporativeAlt-Medium';
    margin-top: 5px;
}
.topportion h6{
    font-size: 13px;
    color:#535353;
}
.topportion h6 span{
    margin-right: 15px;
}
.topportion p,.addresssection .wish{
    font-size:14px;
    color:#fff;
}
.user{
    margin-top: -40px;
}
.box2{
    float: left;
    width:100%;
}
.box2 .price {
    float: left;
    width: 100%;

    padding: 20px 15px;
    border: 2px solid #3dcd51;
    border-radius: 10px;
}
.box2 .price .row1 {
    float: left;
    width: 100%;
}
.box2 .price h1,.innerleft h4 {
    font-size: 20px;
    color: #3dcd51;
    margin-top: 0;
    text-transform:capitalize;
    font-family:'hinted-CorporativeAlt-Bold';
}
.box2 .price h1 span {
    text-transform: initial;

    font-size: 14px;
    color: #727272;
    display: block;
    margin-top: 10px;
}
.box2 .price .noright {
    text-align: right;
}
.box2 .price p {
    font-size: 14px;
    color: #9198a9;
    margin-top: -10px;
    margin-right: -10px;
}
.box2 .price p strike {
    display: block;
    color:#727272;
    font-size: 20px;
}
.box2 .price .discount {
    font-size: 50px;
    color: #3dcd51;
    font-family:'hinted-CorporativeAlt-Medium';
    margin-top: -18px;
}
.mgtn{
    margin-top: -18px; 
}
.box2 .price label {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-top: 18px;
    cursor: pointer;
    float: left;
    width: 100%;
    text-align: left;
}
.green:hover{
    color:#3dcd51!important;
}
.box2 .price label input {
    float: left;
}
.box2 .price label span {
    float: left;
    margin: 0 10px;
}
.box2 .price label img {
    float: left;
    margin-top: -3px;
}
.box2 .price a {
    width: 100%;
    display: inline-block;
    margin-top: 17px;
    text-align: center;
    font-size: 18px;
    color: #181d27;
    background: #3dcd51;
    border-radius: 7px;
    text-transform: capitalize;
    padding: 9px;
    font-family:'hinted-CorporativeAlt-Black';
}
.box2 .price a:hover{
    background-color: #118a22;
}
.yellow{
    border-color: #ffb751!important;
    color:#ffb751!important;
}
.yellow1{
    background-color: #ffb751!important;
}
.yellow1:hover{
    background-color: #ce851f!important;
}
.yellow2:hover{
    color:#ffb751!important;
}
.match {
    float: left;
    width: 100%;
    padding: 20px 0px;
    background-color: #1e1d1b;
}
.heading {
    color: #ffb751;
    font-size: 20px;
    text-align: center;
    margin-top: 0;
    font-family:'hinted-CorporativeAlt-Medium';
}
.match table {
    float: left;
    width: 100%;
}
.forborder{
    float: left;
    width: 100%;
    padding: 10px;
    border:2px solid #544228;
    border-radius: 6px; 
    margin-top: 10px;
}
.match table th {
    font-size: 12px;
    color: #535353;
    padding: 7px;
    border-bottom: 2px solid #353432;
    text-transform: uppercase;
    font-weight: normal;
}
.match table th.center,  .match table td.center {
    text-align: center;
    padding: 5px 0;
    width: 50%;
}
.match table td {
    font-size: 13px;
    color: #fff;
    padding: 7px;
    border-bottom: 2px solid #353432;
}
.match table td a {

    color: #3dcd51;
    display: inline-block;
    font-family:'hinted-Montserrat-Bold';
    font-size: 13px;
    padding: 2px 0px;
    width: 95px;
    text-align: left;
}
.match table td a.lost {
    color: #535353!important;

}
.match table td:last-child ,.match table th:last-child{
    text-align: left;
}
.match table td:nth-child(2){
    text-align: left;
}
.match table td p.left {
    text-align: right;
}


.match table td p {
    width: 48%;
    margin-bottom: 0;
    float: left;
}
.match table td.center span {

    float: left;
    width: 4%;
}
.match table td p.right {
    text-align: left;
}
.match table tr.vip-tr td{
    border-bottom:2px solid #544228;
}
.match table tr.vip-tr td a.winnew{
    color:#ffb751 !important;
}
.match table tr.vip-tr td,.match table tr.vip-tr td a{
    color:#ffb751;
}
.match table tr:last-child td{
    border-bottom: none;
}
.section3{
    float:left;
    width:100%;
    padding: 20px 0px;
}
.innersection{
    float:left;
    width:100%;
    border:1px solid #3dcd51;
    border-radius: 7px;
    padding: 15px;
}
.innerleft{
    width:100%;
    float:left;
    padding-right: 10px;

}
/*.innerborder{
    border-right: 2px solid #303030;
}*/
.borderleft{
    border-left:2px solid #303030;
}
.innerleft p{
    font-size: 14px;
    color:#fff;
    margin-bottom: 0px;
}
.innernoprice{
    padding:0px!important;
    border:none!important;
    border-radius: 10px;
}
.section3 .box2{
    padding-left: 10px;
}
.mgt15{
    margin-top: 15px;
}
.section4{
    float:left;
    width:100%;
    padding: 15px 0px;
    background-color: #1e1d1b;
}
.section4 h1{
    text-align: center;
    margin-top: 10px;
}
.slidersection{
    float:left;
    width:100%;
    margin-top: 15px;
}
.boxes{
    float:left;
    width:100%;
    padding-right: 15px;

}
.topbox{
    float:left;
    width:100%;
    padding: 40px;
    border:2px solid #544228;
    border-radius: 7px;
    height:100%;
    min-height: 174px;
}
.topbox p{
    text-align: center;
}
.bottombox{
    float:left;
    width:100%;
    text-align: center;
    margin-top: -31px;
}
.bottombox img{
    margin:0 auto;
    display:block;
}
.bottombox h1{
    font-size: 18px;
}
.slick-dots li button {
    color:#ffb751;
    border-radius: 50%;
    border:2px solid #ffb751;
    width:1px;
    height:1px;
}
.slick-dots li button:before{
    content: "";
}
.slick-dots .slick-active button{
    background: #ffb751;
}

.section5{
    float:left;
    width:100%;
    padding: 30px 0px;

}
.forbackground{
    float:left;
    width:100%;
    background: url(../img/bg2.png) no-repeat center center;
    background-size: cover;
    min-height: 200px;
    border-radius: 10px;
    padding: 20px 20px;
    position:relative;
}
.section5 h1{
    font-size: 30px;
    color:#ffb751;
    font-family:'hinted-CorporativeAlt-Medium';
}
.section5 p{
    font-size: 16px;
    color:#fff;
}
.section5 p .forblock{
    display:block;
}
.piere{
    margin-top: -16px;
    height: 100%;
}
.growth{
    float:right;
    width:100%;
}
.growth p{
    font-size: 14px;
    color:#fff;

    margin-top: 20px;
}
.growth img{
    margin-right: 10px;
    float:left;
}
.pierre2{
    position:absolute;
    top: -13%;
    left: 31%;
}
.footer{
    float:left;
    width:100%;
    padding: 20px 0px;
    background-color: #000;
}
.footer a{
    color:#aaa;
    padding: 0px 29px;
    font-family:'hinted-CorporativeAlt-Medium';
    font-size: 15px;

}
.copyright{
    float:left;
    width:100%;
    margin-top: 40px;
}
.footer p{
    color:#353535;
    font-size:13px;
    text-align: center;
    margin-bottom: 0px;
}
.forright{

}
.reviewsection{
    float:left;
    width:100%;
    margin-top: 73px;
    background-color: #181818;
}
.mgtb{
    margin-top: 66px;
    margin-bottom: 25px;
}
.reviewsectionstart{
    float:left;
    width:100%;
    margin-top: 15px;
}
.reviewsectionstart .row1{
    margin-top: 20px!important;
}
.growth span{
    display: block;
}
.reviewformstart{
    float:left;
    width:100%;
    padding: 20px 0px;
}
.reviewformstart h1,.addresssection h4{
    text-align: center;
}
.reviewform{
    float:left;
    width:100%;
    margin-top: 10px;
}
.reviewform input,.reviewform textArea{
    background: transparent;
    height:61px;
    border:2px solid #464646;
    border-radius: 6px;
    margin-bottom: 20px;
    color:#fff;
}
.reviewform textArea{
    height: 200px;
}
.valuecolor::-webkit-input-placeholder{
    color:#727272!important;
    font-size: 14px;
}
.valuecolor1::-webkit-input-placeholder{
    color:#fff!important;

}
.valuecolor1{
    border: 1px solid #fff!important;
}
.send{
    color:#181d27;
    background-color: #3dcd51;
    font-size: 18px;
    text-align: center;
    font-family:'hinted-CorporativeAlt-Black';
    border-radius: 6px;
    width:100%;
    padding: 14px 0px;
}

.upload{
    cursor: pointer;
    background: #464646;
    color: #fff;
    padding: 17px 0px;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    width:100%;
}
#fileupload{
    display: none;
}
.success{
    width:100%;
    border:1px solid #2b7335;
    background-color: #2b7335;
    border-radius: 6px;
    text-align: center;
    padding: 17px 0px;
    color:#fff;
    margin-bottom: 10px;
}
.error{
    border:1px solid #831a1e;
    background-color: #831a1e;
    margin-bottom: 20px;
}
.mgt75{
    margin-top: 75px;
}
.valuecolor1{

}
.addresssection{
    float:left;
    width:100%;
    text-align:center;
    padding-bottom: 20px;
}
.additional{
    margin-top: 15px;
}
.fulladdress{
    font-size: 14px;
    color:#ffb751;
    margin-top: 15px;

}
.fulladdress span{
    color:#fff;
    margin-right: 15px;
}
.main{
    float:left;
    width:100%;
    background-color: #181818;
    padding-top: 25px;
    padding-bottom: 20px;
}
.bottomparas{
    float:left;
    width:100%;
    padding-bottom: 20px;
}
.bottomparas i{
    font-size:4px;
    color:#ffb751;
    margin-right: 10px;
}
.main h5{
    color:#ffb751;
    font-size: 16px;
    margin-top: 15px;
    font-family:'hinted-Montserrat-Regular';
}
.main h3{
    margin-top: 0px;
}
.borderbottom{
    border-bottom: 2px solid #282828;
    padding-bottom: 20px;
}
.main h2{
    text-align: center;
    font-size: 30px;
    color:#ffb751;
    font-family:'hinted-CorporativeAlt-Medium';
}
.main h2 img{
    margin-right: 15px;
}
.thankusection{
    padding:90px;
}
.faq h5{
    font-size: 18px;
    color:#ffb751;
    font-family:'hinted-CorporativeAlt-Bold';
    margin-top: 20px;
}
.pdb10{
    padding-bottom: 10px;
}

.error .black{
    margin-top: 15px;
}
.footer .active1{
    color:#fff!important;
}
.form-control:focus{
    border:2px solid #fff !important;
    box-shadow: none;
    outline: medium none !important;
}
.slick-initialized .slick-slide {
    outline: medium none !important;
}

.reviewsection .topportion{
    padding-bottom: 15px;
}

.radio.radio-primary {
    float: left;
    width:100%;
    cursor:pointer;
    padding: 10px;
}
.radio {
    padding-left: 20px;
    margin: 0px;
}
.radio input[type="radio"] {
    opacity: 0;
    outline: medium none !important;
}
.radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #349f42;
    outline: medium none !important;
}
.foryellow input[type="radio"]:checked + label::before {
    border-color: #f3af4e;
    outline: medium none !important;
}
.radio label::before {
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
    margin-left: -6px;
    margin-top: 4px;
    position: absolute;
    transition: border 0.15s ease-in-out 0s;
    width: 15px;
}
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #349f42;
}
.foryellow input[type="radio"]:checked + label::after {
    background-color: #f3af4e;
}
.radio input[type="radio"]:checked + label::after {
    transform: scale(1, 1);
}


.radio-primary input[type="radio"] + label::after {
    background-color: #00c35f;
}

.radio label::after {
    background-color: #555555;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 11px;
    left: 16px;
    margin-left: -20px;
    position: absolute;
    top: 6px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33) 0s;
    width: 11px;
}
.formobiledata{
    float:left;
    width:100%;
    display:none;
    border: 2px solid #544228;
}
.fortableresponsive{
    float:left;
    width:100%;
    //display:none;
}
.tabletop{
    float:left;
    width:100%;
    border-bottom: 2px solid #353432;
}
.tabletop h6{
    color:#535353;
    font-size: 14px;
    text-transform: uppercase;
}
.tablebottom {
    float:left;
    width:100%;
    border-bottom: 1px solid #353432;
}
.tablebottom.vip-match{
    border-bottom: 2px solid #544228 !important;
}
.tablebottom.vip-match p{
    color:#ffb751 !important;
}
.tablebottom1{
    float:left;
    width:100%;
    //border-bottom: 1px solid #f3e8bc;
}
.tablebottom2{
    float:left;
    width:100%;
    border-bottom: 1px solid #353432;
}
.tablebottom:last-child .tablebottom2{
    border-bottom: none;
}
.tablebottom p{
    font-size: 12px;
    color:#fff;
    margin: 5px 0px;
}
.winnew{
    color:#3dcd51!important;
    font-family: 'hinted-Montserrat-Bold';
    text-align: right;
}
.forcenter{
    //text-align: center!important;
}
.lossnew{
    color:#535353!important;
    text-align: right;
}

.box2 .price .newpm{
    margin: 6px auto;
    text-align: center;
    font-size: 12px;
}


