@font-face{
    font-family:'SansPro-Regular';
    src:url(../fonts/SansPro-Regular.ttf);
}
@font-face{
    font-family:'SansPro-Bold';
    src:url(../fonts/SansPro-Bold.ttf);
}
body{
    font-family:'SansPro-Regular';
    background: #1A1E28;
}
p{
    font-size: 14px;
    color: #d0d2dd;
}
.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: 0 80px;
}
.header{
    position: fixed;
    width: 100%;
    z-index: 999;
    top:0;
    left:0;
    background: #212531;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.header .container-fluid{
    padding:0;
}
.header .navbar-brand{
    height: auto;
    padding: 12px 0 0 15px;
}
.header .navbar{
    background: rgba(0,0,0,0);
    border: none;
    margin-bottom: 0;
}
.header .navbar-default .navbar-nav > li > a{
    color: #d0d2dd;
    font-size: 15px;
    margin-left: 13px;
    padding: 25px 30px;
}
.header .navbar-default .navbar-nav > li > a span{
    background-size: auto auto;
    float: left;
    height: 20px;
    margin-right: 6px;
    margin-top: -1px;
    width: 22px;
}
.header .navbar-default .navbar-nav > li > a:hover, .header .navbar-default .navbar-nav > li > .active{
    background: url('../img/bgnav.png') no-repeat center center;
    background-size: 100% 100%;
}
.header .hamburger{
    border: 2px solid #6f7585;
    border-radius: 100%;
    display: none;
    float: right;
    height: 45px;
    padding: 8px 10px 10px 9px;
    width: 45px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background: #9097a8;
    border-radius: 0;
    width: 25px;
    height: 3px;
}
.hamburger-box{
    width: 25px;
}
.hamburger-inner::before {
    top: -8px;
}
.hamburger-inner::after {
    bottom: -8px;
}
.fixed_header{
    position:fixed;
}
.fixed_header .top{
    display:none;
    border:none;
}
.fixed_header .bottom{
    padding:10px 0;
}

.main{
    float: left;
    width: 100%;
    padding-top: 20px;
    margin-top: 70px;
    background: url('../img/bg1.png') no-repeat center center;
    background-size: cover;
    position: relative;
}
.cta-section{
    height: 300px;
}
.calender{
    float: left;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px;
    background: rgba(46,57,70,0.5);
    min-height: 440px;
}
.calender h1{
    color: #d0d2dd;
    font-size: 18px;
    margin-top: 0;
}
.main .calender h1 span{
    float: right;
    font-size: 16px;
    font-family:'SansPro-Bold';
}
.main .calender h1 span select{
    background: transparent;
    border: 1px solid rgba(145,152,162, 0.5);
    font-weight: normal;
    font-size: 14px;
    border-radius: 3px;
    padding: 2px;
    margin-top: -2px;
}
.main .calender table{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    float:left;
}
.main .calender table th{
    color: #9198a9;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 5px;
    border-bottom: 1px solid rgba(145,152,162, 0.5);
}
.main .calender table td{
    color: #d0d2dd;
    font-size: 12px;
    padding: 5px 5px;
    text-align: left;
    border-bottom: 1px solid rgba(145,152,162, 0.5);
}
.main .calender table td:first-child{
    font-size: 14px;
}
.main .calender table td:last-child{
    color: #05b862;
}
.calender .more{
    font-size: 12px;
    color: #d0d2dd;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px;
    background: rgba(26,30,40,0.6);
}
.main .noright{
    padding-left: 20px;
}
.main .client{
    float: left;
    width: 100%;
    padding: 10px;
    border:2px solid rgba(46, 57, 70, 0.5);
    border-radius: 10px;
}
.main .client ul{
    margin: 0;
    padding: 0;
}
.main .client li{
    float: left;
    padding: 0 13px;
    list-style: none;
}
.main h2{
    float: left;
    width: 100%;
    color: #fed25b;
    font-size: 26px;
    margin: 30px 0 25px;
}
.main p{
    font-size: 14px;
    color: #d0d2dd;
}
.main p span{
    display: block;
}
.main .hand{
    bottom: -31px;
    position: absolute;
    right: -40px;
}
.main .noright{
    float: right;
}

.sitecolor:nth-child(2n + 1){
    background: #1a1e28;
}
.sitecolor:nth-child(2n + 2), .sitecolor .mobile-reviews-title {
    background: #161a23;
}
.box1{
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.box1 .calender{
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.box1 .calender p{
    margin-top: 10px;
}
.box1 .calender .more{
    background: rgba(145,152,169,0.3);
    font-size: 14px;
}
.box1 .noright{
    padding-left: 20px;
}
.box1 .user{
    float: left;
    width: 100%;
    padding: 15px;
    border: 2px solid rgba(46, 57, 70, 0.5);
    border-radius: 10px;
    margin-top: 20px;
}
.box1 .user img{
    border-radius: 100%;
}
.box1 .user h1{
    color: #d0d2dd;
    font-size: 18px;
    margin-top: 10px;
}
.box1 .user h2{
    color: #9198a9;
    font-size: 13px;
    margin-top: 0;
    margin-top: 15px;
}
.box1 .user h2 img{
    margin-top: -3px;
    margin-right: 4px;
}
.box1 .user h2  span{
    position: relative;
    padding-right: 30px;
}
.box1 .user h2  span img{
    position: absolute;
    right: 5px;
    top: 10px;
}
.box1 .user p{
    margin-bottom: 0;
    margin-top: 12px;
}

.heading{
    color: #d0d2de;
    font-size: 20px;
    text-align: center;
    margin-top: 0;
}
.box2{
    float: left;
    width: 100%;
    padding: 30px  0;
}
.pr10{
    padding-right: 10px;
}
.pl10{
    padding-left: 10px;
}
.box2 .price{
    float: left;
    width: 100%;
    margin-top: 25px;
    padding: 20px 15px;
    border: 2px solid rgba(46, 57, 70, 0.5);
    border-radius: 10px;
}
.box2 .price h1{
    font-size: 18px;
    color: #05b862;
    margin-top: 0;
    text-transform: uppercase;
    font-family:'SansPro-Bold';
}
.box2 .price h1 span{
    text-transform: initial;
    font-family:'SansPro-Regular';
    font-size: 14px;
    color: #d0d2dd;
    display: block;
    margin-top: 10px;
}
.box2 .price .noright{
    text-align: right;
}
.box2 .price p{
    font-size: 14px;
    color: #9198a9;
}
.box2 .price p strike{
    margin-bottom: 5px;
    display: block;
}
.box2 .price .discount{
    font-size: 34px;
    color: #05b862;
    border-radius: 10px;
    border: 2px solid rgba(46, 57, 70, 0.5);
    padding: 2px 21px;
}
.box2 .price .row1{
    float: left;
    width: 100%;
}
.box2 .price label{
    color: #d0d2dd;
    font-size: 16px;
    font-weight: normal;
    margin-top: 24px;
    cursor: pointer;
    float: left;
    width: 100%;
    text-align: left;
}
.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: 24px;
    text-align: center;
    font-size: 16px;
    color: #181d27;
    background: #05b862;
    border-radius: 7px;
    text-transform: uppercase;
    padding: 9px;
    font-weight:bold;
}
.box2 .price a:hover{
    background: #fed25b;
}
.box2 .price1{
    background: rgba(254,210,91, 0.1);
    border-color: rgba(254,210,91,0.2)
}
.box2 .price1 h1, .box2 .price1 .discount{
    color: #fed25b;
    border-color: rgba(254, 210, 91, 0.2);
}
.box2 .price1 a{
    background: #fed25b;
}
.box2 .price1 a:hover{
    background: #05b862;
}

.box2 .match{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.box2 .match table{
    float: left;
    width: 100%;
    margin-top: 24px;
}
.box2 .match table th{
    font-size: 12px;
    color: #9198a9;
    padding: 7px ;
    border-bottom: 1px solid rgba(46, 57, 70, 0.5);
    text-transform: uppercase;
    font-weight: normal;
}
.box2 .match table th.center, .box2 .match table td.center{
    text-align: center;
    padding: 5px 0;
    width: 50%;
}
.box2 .match table td{
    font-size: 13px;
    color: #d0d2de;
    padding: 7px ;
    border-bottom: 1px solid rgba(46, 57, 70, 0.5);
}
.box2 .match table td a{
    border: 1px solid #05b862;
    border-radius: 5px;
    color: #05b862;
    display: inline-block;
    font-family: "SansPro-Bold";
    font-size: 13px;
    padding: 2px 10px;
    width: 95px;
    text-align: center;
}
.box2 .match table td.center span{
    color: #9198a9;
    float: left;
    width: 10%;
}
.box2 .match table td p{
    width: 45%;
    margin-bottom: 0;
    float: left;
}
.box2 .match table td p.left{
    text-align: right;
}
.box2 .match table td p.right{
    text-align: left;
}
.box2 .match table td a.lost{
    color: #52596b;
    border-color: #52596b;
}
.box2 .match table td a.win{
    color: #fed25b;
    border-color: #fed25b;
}

.box2 .match .latestmatch{
    float: left;
    width: 100%;
    margin-top: 30px;
    border:1px solid rgba(46, 57, 70, 0.5);
    border-radius: 10px;
	display:none;
}
.box2 .match .latestmatch p{
    margin-bottom: 0;
    font-size: 13px;
    color: #d0d2de;
    text-align: center;
}
.box2 .match .latestmatch p span{
    color: #9198a9;
}
.box2 .match .latestmatch .borderr{
    border-right: 1px solid rgba(46, 57, 70, 0.5);
}
.box2 .match .latestmatch .borderb{
    border-bottom: 1px solid rgba(46, 57, 70, 0.5);
}
.box2 .match .latestmatch .p10{
    padding: 10px !important;
}
.box2 .match .latestmatch .pb10{
    padding:10px 5px !important;
}
.box2 .match .latestmatch .p15{
    padding: 15px 10px !important;
}
.box2 .match .latestmatch button{
    font-family:'SansPro-Bold';
    font-size: 20px;
    text-align: center;
    width: 100%;
    color: #05b862;
    text-transform: uppercase;
    padding: 12px 14px;
    background: transparent;
    border:1px solid #05b862;
    border-radius: 10px;
}
.box2 .match .latestmatch button span{
    display: block;
    font-size: 13px;
    color: #d0d2de;
    margin-bottom: 5px;
    font-family:'SansPro-Regular';
}
.box2 .match .latestmatch .vip-box{
    border-color: #fed25b;
    color: #fed25b;
}
.box2 .match .latestmatch .lost{
    border-color: #52596b;
    color: #52596b;
}

.box3{
    float: left;
    width: 100%;
    padding: 12px 0 30px;
}
.box3 .details{
    margin-top: 18px;
}
.box3 .details h2{
    color: #d0d2de;
    font-size: 18px;
    margin-top: 0;
}
.box3 .details h3{
    color: #d0d2dd;
    font-size: 14px;
    line-height: 18px;
    margin: 19px 0 0;
}
.box3 .details.price1 h2, .box3 .details.price1 h3{
    color: #f2e7ca;
}
.box3 .details h4{
    float: left;
    color: #f2e7cb;
    font-size: 13px;
    margin-bottom: 0;
    width: 31%;
    margin-top: 30px;
}
.box3 .details h4 img{
    margin-top: -5px;
    margin-right: 5px;
}
.box3 .details h4.first{
    width: 38%;
}

.box4{
    float: left;
    width: 100%;
    padding: 30px 0;
}
.box4 .testi{
    float: left;
    width: 100%;
    padding: 0 15%;
    margin-top: 15px;
    position: relative;
    text-align: center;
}
.box4 .testi img{
    margin: 14px auto;
    display: block;
}
.box4 .testi p{
    color: #d0d2dd;
    font-size: 14px;
    font-style: italic;
}
.box4 .testi h2{
    color: #d0d2de;
    font-size: 16px;
    margin-top: 0;
}
.box4 .testi h2 span{
    display: block;
    color: #52596b;
    font-size: 13px;
    margin-top: 9px;
}

.box4 .slick-prev::before{
    font-family:'FontAwesome';
    content: "\f104";
    font-size: 60px;
    color: #52596b !important;  
}
.box4 .slick-next::before{
    font-family:'FontAwesome';
    content: "\f105";
    font-size: 60px;
    color: #52596b !important;  
}
.box4 .slick-prev, .box4 .slick-next{
    height: auto !important;
    width: auto !important;

}
.box4 .slick-dots {
    bottom: -50px;
}
.box4 .slick-dots li {
    margin: 0;
}
.box4 .slick-dots li button::before {
    border: 2px solid #52596b;
    border-radius: 100%;
    font-size: 33px;
    height: 10px;
    line-height: 13px;
    width: 10px;
    color: transparent;
}
.box4 .slick-dots li.slick-active button::before{
    background: #9198a9;
    border-color: #9198a9;
}

.box4 .testi .border{
    background: rgba(46, 57, 70, 0.4) none repeat scroll 0 0;
    height: 170px;
    position: absolute;
    right: 0;
    top: 18%;
    width: 2px;
    display: none;
}
.box4 .slick-current .testi .border{
    display: block;
}
.box5{
    float: left;
    width: 100%;
    padding: 30px 0;
}
.box5 h1{
    font-size: 20px;
    color: #d0d2de;
    margin-top: 0;
}
.box5 p{
    color: #d0d2de;
    font-size: 14px;
}
.box5 img{
    margin: 20px 0 30px;
}

.footer{
    float: left;
    width: 100%;
}
.footer .top{
    float: left;
    width: 100%;
    padding: 30px 0;
}
.footer .top .fimg{
    float: left;
    padding: 0 10px;
    position: relative;
    width: 11.11%;
}
.footer .top .fimg img{
    margin: 0 auto;
    display: block;
}
.footer .top .fimg .dot{
    width: 4px;
    height: 4px;
    position: absolute;
    top:40%;
    background: rgb(82,89,107);
    border-radius: 100%;
}
.footer .top .fimg .dot.left{
    left: 0;
}
.footer .top .fimg .dot.right{
    right: 0;
}
.footer .bottom{
    float: left;
    width: 100%;
    padding: 30px 0;
    border-top: 2px solid rgba(46, 57, 70, 0.6);
}
.footer .bottom p{
    color: #52596b;
    font-size: 13px;
    margin: 10px 0;
}
.footer .bottom p span{
    font-family:'SansPro-Bold';
}
.footer .bottom .noright{
    text-align: right;
}
.footer .bottom .link{
    color: #d0d2dd;
    font-size: 15px;
    display: inline-block;
    margin-left: 40px;
}
.footer .bottom .link:hover{
    color: #D6B35E;
}
.footer .bottom p em{
    font-style: normal;
    margin-right: 10px;
}
.footer .bottom .social{
    display: inline-block;
    margin-left:5px;
}
.footer .bottom .social img{
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer .bottom .social:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.mmargin{
    margin-top: 70px;
    float: left;
    width: 100%;
}

.review{
    padding-top:30px;
    max-height: 278px;
}
.review h1{
    font-size: 26px;
    color: #d0d2de;
}
.review1{
    float: left;
    width: 100%;
    padding: 30px;
}
.review1 h2{
    font-size: 20px;
    color: #d0d2de;
    margin: 0;
}
.review2{
    float: left;
    width: 100%;
    padding: 0px 0 30px;
}
.review2 h1{
    font-size: 20px;
    color: #d0d2de;
    margin-top: 25px;
    margin-bottom: 20px;
}
.review2 .noleft p{
    color: #9198a9;
}
.review2 .noleft p span{
    font-family:'SansPro-Bold';
    display: block;
}
.review2 h2{
    margin-top: 0;
}
.review2 h2 span{
    display: block;
}
.review2 .name{
    float: left;
    width: 100%;
    margin-top: 25px;
}
.review2 .name img{
    float: left;
}
.review2 .name h1{
    float: left;
    color: #d0d2de;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 10px;
}
.review2 .name h1 span{
    display: block;
    font-size: 13px;
    color: #52596b;
    margin-top: 10px;
}
.review2 .noright p{
    color: #d0d2dd;
    font-style: italic;
    margin-top: 15px;
    float: left;
    width: 100%;
}


.rating { 
    border: none;
    float: left;
}

.review2 .forrate .rating > label{
    pointer-events: none;
}
.rating > input { display: none; } 
.rating > label:before { 
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before { 
    content: "\f089";
    position: absolute;
}

.rating > label { 
    color: #ddd; 
    float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #fed25b;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #ffdd66;  } 

.review2 .forrate{
    float: left;
    width: 100%;
}
.review3{
    float: left;
    width: 100%;
    padding: 0px 0 40px;
    border-top: 2px solid rgba(46, 57, 70, 0.6);
    margin-top: 40px;
}

.form{
    margin-top: 20px;
}
.form input,  .form textarea{
    color: #d0d2dd;
    border:2px solid rgba(46, 57, 70, 0.6);
    font-size: 14px;
    height: 55px;
    border-radius: 7px;
    background: transparent;
    padding: 10px 20px;
    opacity: 1px !important;
    width: 100%;
    outline: medium none !important;
}
.form textarea{
    margin-top: 18px;
    resize: none;
    height: 195px;
}
.form .service{
    text-align: center;
    background: rgba(46, 57, 70, 0.3);
    padding: 20px;
    float: left;
    width: 100%;
    border: 2px solid rgba(46, 57, 70, 0.5);
    border-radius: 7px;
}
.form .service h5{
    font-size: 16px;
    color: #d0d2de;
    margin-top: 0;    
}
.review3 .form .service .rating{
    margin: 0px auto 0;
    display: block;
    float: unset;
    width: 170px;
}
.review3 .form .service .rating label{
    cursor: pointer;
}
.review3 .form .service .rating > label{
    font-size: 20px;
}
.review3 .form .service:last-child {
    margin-top: 15px;
}
.review3 .form .inputfile-1 + label{
    background: rgba(46, 57, 70, 0.7);
    border-radius: 7px;
    width: 100%;
    padding: 10px;
    color: #d0d2dd;
    font-size: 14px;
    font-weight: normal !important;
    margin-top: 8px;
}

.review3 .form .inputfile-1 + label img{
    margin-right: 7px;
    margin-top: -3px;
}
.form button.form_btn{
    margin-top: 19px;
    width: 100%;
    float: left;
    color: #181d27;
    font-size: 16px;
    background: #05b862;
    padding: 11px;
    font-family:'SansPro-Bold';
    border: none;
    border-radius: 7px;
}
.form button.form_btn:hover{
    background: #FED25B;
}

.help{
    float: left;
    width: 100%;
    padding: 35px 0;
}
.help h1{
    font-size: 20px;
    color: #d0d2de;
    margin-top: 0;
}
.help .tab{
    float: left;
    width: 100%;
    border: 2px solid rgba(46, 57, 70, 0.5);
    border-radius: 10px;
    margin-top: 18px;
    cursor: pointer;
}
.help .tab.active{
    //border-radius: 10px 10px 0 0 ;
}
.help .tab h2{
    font-size: 16px;
    color: #d0d2dd;
    margin: 0;
    padding: 14px 17px;
}
.help .tab h2 span{
    font-family:'SansPro-Bold';   
}
.help .tab h2 i{
    border: 2px solid rgba(46, 57, 70, 0.5);
    border-radius: 100%;
    float: right;
    font-size: 11px;
    height: 20px;
    padding: 2px 2px 2px 3px;
    text-align: center;
    width: 20px;
}
.help .tabs{
    float: left;
    width: 100%;
    padding: 14px 17px;
    border-top: 2px solid rgba(46, 57, 70, 0.5);
    //border-radius: 0 0 10px 10px;
    display: none;
}
.help .tab h2 .fa-minus, .help .tab h2 span.color{
    color: #ffd25b;
}

.form .map{
    float: left;
    width: 100%;
    position: relative;
}
.form .map iframe{
    width: 100%;
    border-radius: 7px;
    min-height: 333px;
}
.form .map .inner{
    background: rgba(46, 57, 70, 0.9);
    position: absolute;
    bottom: 20px;
    right: 18px;
    width: 88%;
    border-radius: 7px;
    padding: 20px 20px 8px;
}
.form .map .inner p{
    font-size: 13px;
    color: #d0d2de;
    text-align: center;
}
.form .map .inner p span{
    display: block;
    font-family:'SansPro-Bold';
    margin-bottom: 3px;
}

.form input::-webkit-input-placeholder {
    color: #52596b;
    opacity: 1;
}
.form input::-moz-placeholder{
    color: #52596b;
    opacity: 1;
}
.form input:-ms-input-placeholder{
    color: #52596b;
    opacity: 1;
}
.form input:-moz-placeholder{
    color: #52596b;
    opacity: 1;
}


.form textarea::-webkit-input-placeholder {
    color: #52596b;
    opacity: 1;
}
.form textarea::-moz-placeholder{
    color: #52596b;
    opacity: 1;
}
.form textarea:-ms-input-placeholder{
    color: #52596b;
    opacity: 1;
}
.form textarea:-moz-placeholder{
    color: #52596b;
    opacity: 1;
}

.sidenav {
    background-color: rgba(33,37,49,1);
    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{
    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;
}
.formobile{
    display: none;
}
.box5 .formobile1{
    display: none;
}
.alert-danger p{
    color: #a94442 !important;
    margin: 0;
}
