@font-face{
    font-family:'Montserrat-Regular';
    src:url(../fonts/Montserrat-Regular.ttf);
}  
@font-face{
    font-family:'Montserrat-Bold';
    src:url(../fonts/Montserrat-Bold.ttf);
}  
@font-face{
    font-family:'Montserrat-Light';
    src:url(../fonts/Montserrat-Light.ttf);
}  
body{
    font-family:'Montserrat-Regular';
    background: #083a39 url('../img/br.png') no-repeat top;
    background-size: 100% auto;
}
.noleft{
    padding-left: 0;
}
.noright{
    padding-right: 0;
}
.nopadding{
    padding: 0 !important;
}
.pdr10{
    padding-right: 10px;
}
.pdl10{
    padding-left: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt10{
    margin-top:10px;
}
button, a {
    transition: all 0.35s ease 0s;
}
.container{
    padding: 0 87px;
}
p{
    margin-bottom: 0;
    font-size: 16px;
}
a{
    outline: medium none !important;
}
a:hover{
    text-decoration: none;
}
h1, h2, h3{
    font-family:'Montserrat-Bold';
}
.header{
    position: absolute;
    width: 100%;
    z-index: 999;
}
.header .top{
    float: left;
    width: 100%;
    padding: 10px 0;
}
.header .top p{
    font-size: 10px;
    color: #fff;
    position: relative;
    top: 7px;
}
.header .bottom{
    float: left;
    width: 100%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #5e756f;
    text-align: center;
    position: relative;
    margin-top: 15px;
}
.header .bottom .logo{
    position: absolute;
    top: -51px;
    left: calc(100% - 63%);
}
.header .bottom a{
    font-family:'Montserrat-Bold';
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding: 20px 0;
    text-transform: uppercase;
    margin: 0 17px;
}
.header .bottom .active{
    box-shadow: inset 0px -18px 0px -16px #d5b390;
}
.header .bottom a:hover{
    color: #d5b390;
}
.outer{
    float: left;
    width: 100%;
    // background:#041b32 url('../img/bg_outer.png') no-repeat top center;
    background-size: 100% auto;
    padding-top: 105px;
}
.box1{
    float: left;
    width: 100%;
    padding-top: 20px;
}
.box1 h1{
    font-size: 28px;
    color: #d4b48e;
}
.box1 p{
    color: #fff;
    margin-top: 25px;
}
.links{
    color: #fff;
    font-family:'Montserrat-Bold';
    background: #d14514;
    text-transform: uppercase;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
}
.links:hover{
    background: #a42e05;
    color: #fff;
}
.box1 .links{
    font-size: 18px;
    padding: 7px 35px;
    margin-top: 25px;
}

.hworks{
    float: left;
    width: 100%;
    background: #051d1d;
    border:1px solid #bb9d81;
    padding: 20px 0;
}
.hworks h2{
    font-size: 20px;
    color: #d4b28f;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.hworks h2 span{
    font-family:'Montserrat-Regular';
}
.hworks .inner{
    float: left;
    width: 100%;
    background: url('../img/bg_arrow.png') no-repeat right center;
    padding: 0 40px;
    margin-top: 10px;
}
.hworks .inner.nobg{
    background: transparent;
}
.hworks .inner h4{
    font-size: 18px;
    color: #bb9d81;
    margin-top: 0;
}
.hworks .inner h4 img{
    margin-top: -10px;
    margin-right: 5px;
}
.hworks .inner p{
    font-size: 14px;
    color: #fff;
}
.matches{
    float: left;
    width: 100%;
    padding: 15px;
    background: #051d1d;
    border:1px solid #bb9d81;
    margin-top: 20px;
}
.matches h5{
    font-size: 20px;
    color: #bb9d81;
    margin-top: 0;
}
.matches table{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}
.matches table tr{
    border: none;
}
.matches table th{
    font-size: 12px;
    color: #797d7c;
    //font-family:'Montserrat-Bold';
    text-transform: uppercase;
    border: none !important; 
    border-bottom: 1px solid #6b6855 !important;
    padding:7px 5px !important;
}
.matches table td{
    border: none !important; 
    border-bottom: 1px solid #6b6855 !important;
    font-size: 12px;
    color: #fff;
    padding:7.1px 5px !important;
    font-weight: normal;
}

.matches table td .left {
    width: 47%;
    text-align: right;
    float: left;
    font-size: 12px;
    margin-bottom: 0;
}
.matches table td .right {
    width: 47%;
    text-align: left;
    font-size: 12px;
    float: left;
    margin-bottom: 0;
}
.matches table td span {
    float: left;
    width: 6%;
    color: #878787;
    text-align: center;
}
.matches table .match{
    text-align: center;
}
.matches table tr td:first-child{
    color: #00c854;
    text-transform: uppercase;
    font-weight: 600;
}
.matches table tr td.loss{
    color: #989697;
}
.matches table tr:last-child td{
    border: none !important;
}
.wedo{
    float: left;
    width: 100%;
    border:1px solid #bb9d81;
    padding: 20px 15px;
    background: #051d1d;
    background-size: cover;

}
.wedo h5{
    font-size: 20px;
    color: #bb9d81;
    margin-top: 0;
}
.wedo h5 span{
    display: block;
}
.wedo h5 a{
    font-size: 15px;
    color: #fff;
}
.wedo p{
    font-size: 14px;
    color: #fff;
}
.outer .calender{
    float: left;
    width: 100%;
    padding:15px 10px;
    background: #051d1d;
    border: 1px solid #bb9d81;
}
.outer .heading{
    font-size: 20px;
    margin-top: 0;
    color: #bb9d81;
}
.outer .calender table{
    width: 100%;
    margin-bottom: 0;
}
.outer .calender table th{
    font-size: 11px;
    color: #a7a7a9;
    //font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    border: none !important;
    border-bottom: 1px solid #82592d !important;
    padding: 7px 5px !important;
}
.outer .calender table td{
    border: none !important;
    padding: 2px 5px !important;
    color: #fff;
    font-size: 11px;
}
.outer .calender table td:first-child{
    color: #fff;
}
.outer .calender table td:last-child{
    color: #00c752;
    font-weight: 600;
}

.outer .tipprice{
    float: left;
    width: 100%;
    background: #051d1d;
    background-size: cover;
    border:2px solid #d14514;
    padding: 15px 10px;
}
.outer .tipprice h4{
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 15px;
    color: #bb9d81
}
.outer .tipprice h4 span{
    font-size: 28px;
    color: #fff;
    float: right;
    margin-top: 0px;
}
.outer .tipprice label{
    width: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    margin-top: 5px;
}
.outer .tipprice label input{
    float: left;
    margin-right: 5px;
}
.outer .tipprice label img{
    float: right;
}
.outer .tipprice .links{
    width: 100%;
    padding: 8px 5px;
    font-size: 14px;
    margin-top: 10px;
}
.outer .tipprice p{
    font-size: 11px;
    color: #fff;
    margin-top: 10px;
    padding: 0 16%;
}
.outer .tipprice p img{
    float: left;
    margin-right: 7px;
    margin-top: 7px;
}
.coption{
    float: left;
    width: 100%;
    padding: 15px 10px;
    background: #051d1d;
    border: 1px solid #bb9d81;
}
.coption .heading{
    text-align: center;
}
.coption h5{
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}
.coption h5 img{
    display: inline-block;
    margin-right: 10px;
    border-radius: 100%;
    border:1px solid #38516d;
}
.coption p{
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    padding: 0 8%;
}
.coption .slick-next::before{
    font-family:'FontAwesome';
    content: '\f105';
    color: #3f5250;
    font-size: 40px;
}  
.coption .slick-prev::before{
    font-family:'FontAwesome';
    content: '\f104';
    color: #3f5250;
    font-size: 40px;
}
.coption .slick-prev:hover,.coption .slick-next::before:hover{
    color: #C4E1FF;
}
.coption .slick-prev{
    left: -8px;
    z-index: 99;
}
.coption .slick-next{
    right:-8px;
    z-index: 99;
}
.coption .slick-prev,.coption  .slick-next{
    height: 39px;
    width: 15px;
}
.coption .slick-dots li{
    background: #3f5151;
    width: 10px;
    height: 10px;
    border-radius: 30px;
}
.coption .slick-dots li.slick-active, .coption .slick-dots li:hover{
    background: #fefefe;
}
.coption .slick-dots li button{
    display: none;
}
.bookies{
    float: left;
    width: 100%;
    padding: 15px 10px;
    background: #051d1d;
    border: 1px solid #bb9d81;
}
.bookies .heading{
    text-align: center;
}
.bookies img{
    margin: 18px auto 0;
    display: block;
}

.habout{
    float: left;
    width: 100%;
    padding: 20px 0 30px;
}
.habout p{
    font-size: 13px;
    color: #fff;
    margin-bottom: 15px;
}
.habout p:last-child{
    margin-bottom: 0;
}

.footer{
    float: left;
    width: 100%;
    background: #062424;
    padding: 30px 0;
    border-top: 1px solid #062424;
}
.footer .top{
    float: left;
    width: 100%;

}
.footer .top .link{
    font-size: 14px;
    color: #fff;
    margin-right: 5%;
    margin-right: 1.5%;
}
.footer .top .link:hover{
    color: #c1a784;
}
.footer .top .link:last-child{
    margin-right: 0;
}
.footer .bottom{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.footer .bottom p{
    font-size: 12px;
    color: #6b7f7e;
    margin-bottom: 10px;
}
.footer .bottom p span {
    font-weight: 600;
}
.footer .bottom .noright{
    text-align: right;
}
.footer .bottom .social{
    float: left;
    margin-right: 10px;
}

.table1{
    float: left;
    width: 100%;
    padding:0 10px;
    background: #051d1d;
    border: 1px solid #bb9d81;
    margin-top: 5px;
    display: none;
}
.table1 .row1{
    float: left;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #6b6855;;
}
.table1 .row1 p{
    font-size: 12px;
    color: #fff;
}
.table1 .row1 p.winner{
    color: #00c853;
    font-weight: 600;
}
.table1 .row1 p.lost{
    color: #567495;
    font-weight: 600;
}
.table1 .row1 .last{
    text-align: right;
}
.table1 .row1:last-child{
    border: none;
}
.header .hamburger{
    float: right;
    padding: 0;
    display: none;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background:#fff;
    width: 35px;
}

.sidenav {
    background:#051d1d;
    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 .logo {
    border-bottom: 2px solid #5e756f;
    margin-bottom: 15px;
    padding:12px 0;
}
.sidenav .logo img{
    margin:0 auto;
    display:block;
    width: 163px;
}
.sidenav a {
    color: #fff;
    display: block;
    font-size: 17px;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}
.sidenav a:hover, .sidenav .active{
    color:#bb9d81;
}

.main{
    float:left;
    width:100%;
    padding-top: 105px;
    margin:30px 0px;
}
.text-left{
    text-align:left!important;
}
.review1{
    float:left;
    width:100%;
}
.reviewheading{
    font-size:24px;
    color:#fff;
    text-align:center;
}
.reviewpara{
    font-size:13px;
    color:#fff;
}
.reviewmatter{
    color:#bb9d81;
    font-size:20px;
    text-align:center;
}
.review2{
    float:left;
    width:100%;
    margin:15px 0px 30px 0px;
}
.reviewbox1{
    float:left;
    width:100%;
    padding:20px 20px;
    background-color:#051d1d;
    border:1px solid #bb9d81;
}
.reviewtop{
    width:50%;
    margin:0 auto;
    display:block;
    position:relative;

}
/*.reviewuser{
padding:0px 30px;
}*/
.users{
    float:left;
}
.name{
    position:absolute;
    color:#fff;
    left: 50px;
    top:7px;
    font-size:16px;
}

.reviewtext{
    color:#fff;
    font-size:14px;
    text-align:center;
}
.reviewbottom{
    float:left;
    width:100%;
    margin-top:15px;
}
.stars{
    float:left;
    width:100%;
    text-align:center;

}
.stars i{
    text-align:center;
    color:#ffcc00;
    padding-right:7px;
}
.row1{
    margin-top:30px;
}
.reviewform{
    float:left;
    width:100%;
    background-color:#051d1d;
    border:1px solid #bb9d81;
    padding:30px 0px;
    margin-top: 20px;
}
.reviewform form{
    width:45%;
    margin:0 auto;
    display:block;
}
.formcontrol{
    background-color:transparent;
    border:1px solid #fff;
}
.colorred{
    border:1px solid #fff;
}
.contactbox input, .reviewform input{
    height:50px!important;
    margin-bottom:20px;
}
.contactbox textarea, .reviewform textarea{
    height:150px!important;
    margin-bottom:20px;

}
.reviewform  span select{
    border: 1px solid #bb9d81;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(27, 58, 94);
    border-right-color: rgb(27, 58, 94);
    border-bottom-color: rgb(27, 58, 94);
    border-left-color: rgb(27, 58, 94);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;
    padding: 2px 32px 10px 10px;
    color: #fff;
    margin-left: 10px;
    background: #bb9d81;
    border-radius: 5px;
}

.revbtn{
    background-color:transparent;
    border:1px solid #bb9d81;
    border-radius:50px;
    padding:10px 42px;
    margin:-8px 0px 0px;

    width: 100%;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}
.revbtn:hover{
    background-color:#bb9d81;
    color:#fff;
}
#upload{
    display: none;
}
.btnsend{
    color:#fff;
    background-color:#d14514;
    border-radius:50px;
    text-transform:uppercase;
    font-size:16px;
    font-family:'Montserrat-Bold';
    border:1px solid #d14514;
    margin-top:70px;
    height:45px;
}
.btnsend:hover{
    background-color:#ab360d;
    color:#fff;
    border:1px solid #ab360d;
}

.placevalue{
    font-size:13px;
    color:#fff!important;
}
.faqbox1{
    float:left;
    width:100%;
    padding:10px 0px 5px 0px;
    border-bottom:1px solid #5e756f;
}
.contactbox{
    float:left;
    width:100%;
    padding:20px;
    background-color:#051d1d;
    border:1px solid #bb9d81;
    margin:15px 0px;
}
.colorred{
    border:1px solid #da2020!important;
    color:#da2020!important;
}
.marginforbutn{
    margin-top:30px!important;
}
.success{
    float:left;
    width:100%;
    color:#00c853;
    font-size:13px;
    border:1px solid #07774a;
    margin-top:30px;
    text-align:center;
    padding:15px 0px;
}
.success p{
    font-size: 13px;
    font-weight: normal;
}
.map{
    float:left;
    width:100%;
    position:relative;
}
.contactaddress{
    float:left;
    width:85%;
    margin:0 auto;
    display:block;
    position:absolute;
    left:37px;
    bottom: -305px;
    padding:20px 0px;

}
.arrw{
    margin-right:8px;
}
.noborderbottom{
    border-bottom:0px;
}
.contactaddress span{
    display:block;
}
.locationimage{
    float:left;
    position:absolute;
    left:3%;
    top:-7%;
}
.thankubox{
    float:left;
    width:100%;
    margin:200px 0px 80px 0px;
}
.margineror{
    margin-top:20px!important;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#fff!important;

}
.contactbox .valuecolor::-webkit-input-placeholder{
    color:#fff!important;
}
.colorred::-webkit-input-placeholder{
    color:#fff!important;
}
/*:-moz-placeholder { 
   color:    #909 !important;
   opacity:  1;
}
::-moz-placeholder { 
   color:    #909;
   opacity:  1;
}
:-ms-input-placeholder { 
   color:    #909;
}
::-ms-input-placeholder { 
   color:    #909;
}*/


.thanku{
    color:#bb9d81;
    font-size:34px;
    text-align:center;
    margin-bottom:20px;
}
.thankuboxstart{
    float:left;
    width:100%;
    margin-bottom:30px;
}
.thankutext{
    font-size:16px;
    color:#fff;
    text-align:center;
    width:65%;
    margin:0 auto;
    display:block;
    border-top:1px solid #5e756f;
    padding:20px 0px;
}
.back{
    text-transform:uppercase;
    color:#fff;
    background:transparent;
    border:1px solid #bb9d81;
    border-radius:50px;
    padding:10px  70px;
    margin:0 auto;
    display:block;
}
.back:hover{
    background-color:#bb9d81;
}
.rightaddress{
    width:100%;
    text-align:center;
}

.form-control:focus {
    border-color: #bb9d81;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(187, 157, 129);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(187, 157, 129);
}

html {
  scroll-behavior: smooth;
}

.btn-buy-now {
    background: #cf421f;
    border-color: #cf421f;
    color: #fff;
    font-weight: 600;
    padding: 10px 60px;
    border-radius: 25px;
    margin-top: 15px;
}

.btn-buy-now:hover {
    background: #ff3300;
    border-color: #ff3300;
    color: #fff;
}

@media only screen and (max-width: 768px) {
  .btn-buy-now {
    width: 80%;
  }
}