@font-face{
    font-family:'Roboto--Bold';
    src:url(../fonts/Roboto-Condensed-Bold.ttf);
}
@font-face{
    font-family:'Roboto--Regular';
    src:url(../fonts/Roboto-Condensed-Regular.ttf);
}
@font-face{
    font-family:'Roboto-Regular';
    src:url(../fonts/Roboto-Regular.ttf);
}
@font-face{
    font-family:'Roboto-BoldItalic';
    src:url(../fonts/Roboto-BoldItalic.ttf);
}
@font-face{
    font-family:'Roboto-Bold';
    src:url(../fonts/Roboto-Bold.ttf);
}


body{
    font-family:'Roboto-Regular';
}
.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;
    padding-bottom: 15px;
    box-shadow:1px 1px 2px #E6E6E7;
    padding-top: 5px;
}



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

    display: none;
    float: right;
    height: 45px;
    padding: 18px 10px 10px 9px;
    width: 45px;
}
button:focus{
    outline:0px;
}
.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;
}

.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{
    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;
}
.floatright{
    float:right;
}
.header p{
    color:#939393;
    font-family:'Roboto-Regular';
    font-size: 14px;
    text-align: right;
    margin-bottom: 0px;
    margin-top: 10px;
}
.header p span{
    display: block;
}
.header .links a{
    color:#6a6a6a;
    font-size: 20px;
    font-family:'Roboto-Bold';
    padding: 10px 30px;
}
.header .links a:hover,.header .active,.sidenav .active,.footertop a:hover,.footertop .active{
    color:#d7b220!important;
}

.header .links{
    float:left;
    width:100%;
    text-align: center;
    margin-top: 14px;
}
.forwindow{
    float:left;
    width:100%;
}
.formobile{
    float:left;
    width:100%;
    display: none;
}
.section1{
    float:left;
    width:100%;
    background: url('../img/bg1.png') no-repeat center center;
    background-size: cover;

    margin-top: 70px;
    padding: 30px 0px 20px 0px;
    text-align: center;
}
.section1 img{
    margin: 0 auto;
    display: block;
}
.section1left{
    float:left;
    width:100%;
}
.section1 .section1left p{
    font-size: 16px;
    color:#fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}
.section1 p span{
    display: block;
}
.section1box{
    float:left;
    width:100%;
    margin: 10px 0px;
}
.section1 h1{
    font-size: 36px;
    color:#fff;
    margin-top: 0px;
}
.section1center{
    float:left;
    width:100%;
}
.section1 h1 span{
    display: block;
}
.section1 .clients{
    float:left;
    width:100%;
}
.section1center p{
    font-size: 16px;
    font-family:'Roboto-Regular';
    color:#fff;
}
.section2{
    float:left;
    width:100%;
    padding: 23px 0px;
}
.section2left{
    float:left;
    width:100%;
}
.section2right{
    float:left;
    width:100%;
}
.section2left h2,.section2right h2,.section5 h3,.faq h2,.terms h2,.contactsection h2{
    font-family:'Roboto-Bold';
    font-size: 18px;
    color:#6a6a6a;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
}
.calendersection{
    float:left;
    width:100%;
    border:1px solid #f3e8bc;
    padding-top: 10px;
    border-top-width: 2px;
    background-color: #fff;
}
.calendersection img{
    float:left;
    margin: 0px 10px 0px 15px;
}
.calendersection p{
    color:#d7b220;
    font-size: 22px;
    font-family:'Roboto-Bold';
    float:left;
    text-transform: uppercase;

}
.calendersection .country {
    text-transform: capitalize;
    float:left;
    color:#9e9e9e;
    font-family:'Roboto-Regular';
    font-size: 13px;
}
.calender {
    float: left;
    width: 100%;
    border-top:2px solid #f3e8bc;
    // padding: 15px;

}
.calender table tr:nth-child(11), .calender table tr:nth-child(12), .calender table tr:nth-child(13), .calender table tr:nth-child(14){
    display: none;
}
.calender h1 {
    color: #6a6a6a;
    font-size: 18px;

    margin: 15px;
    font-family:'Roboto-Bold';
}
.calender h1 span {
    float: right;
    font-size: 14px;
    font-family:'Roboto-Regular';
}
.calender table {
    width: 100%;
    text-align: center;

    float: left;
}
.calender table th {
    color: #b3ad93;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 5px;
    border-bottom: 1px solid #f3e8bc;
    font-family:'Roboto-Bold';
    text-align: center;
}
.calender table td,.slidersection .box1 .boxtop p {
    color: #353535;
    text-align: center;
    font-size: 14px;
    padding: 6px 5px;
    font-family:'Roboto-Regular';
    border-bottom: 1px solid  #f3e8bc;
}
.calender table td:last-child {
    font-family:'Roboto-Bold';
}
.calender .more {
    font-size: 14px;
    color: #6a6a6a;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    font-family:'Roboto-Bold';
    padding:5px;

}
.tipsection{
    float:left;
    width:100%;
    margin-top: 15px;
    border:2px solid #d7b220;
    padding: 13px 15px;
    text-align: center!important;
    background-color: #fdfaf2;
}
.tipsection h1{
    color:#6a6a6a;
    font-size: 22px;
    text-transform: uppercase;
    font-family:'Roboto-Bold';
    margin-top: 0px;
    margin-bottom: 0px;
}
.tipsection h1 .campbell{
    color:#d7b220;
}
.tipsection p{
    color:#9e9e9e;
    font-size: 13px;
    font-family:'Roboto-Regular';
    float: unset;
    margin-bottom: 5px;
}
.tipsection h3{
    font-family:'Roboto-BoldItalic';
    font-size: 50px;
    color:#242424;
    margin: 0px 10px 0px 0px;
}
.tipsection label {
    color: #d0d2dd;
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
    cursor: pointer;
    float: left;
    width: 100%;
    text-align: left;
    //border:1px solid #f3e8bc;
    //padding: 10px;

}
.tipsection label input {
    float: left;
}
.tipsection label span {
    float: left;
    margin: 0 10px;
    color:#242424;
}
.tipsection label img {
    float: right;
    margin: 5px 0px 0px 0px;

}
.tipsection a {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
    text-align: center;
    font-size: 22px;
    color: #242424;
    background: #d7b220;
    font-family:'Roboto-Bold';
    text-transform: uppercase;
    padding: 9px;
}
.mgr10{
    margin-right: 10px;
}
.yellow{
    color:#d7b220;
}
.tableright{
    float:left;
    width:100%;
    border:2px solid #f3e8bc;
}
.tableright table{
    width:100%;
    background-color: #fff;
}
.tableright table tr th{
    color:#b3ad93;
    font-family:'Roboto-Bold';
    font-size: 12px;
    border-bottom: 1px solid #f3e8bc;
    text-transform: uppercase;
    padding: 5px 10px;
}
.tableright table tr:first-child{
    background-color: #f7f0d5;
}
.tableright table tr td{
    font-size: 14px;
    color:#353535;
    padding: 6px 10px;
    border-bottom: 1px solid #f3e8bc;
}
.section2 .tableright table tr td:first-child, .section2 .tableright table tr td:last-child,.section3 .tableright table tr td:last-child{
    color:#29c613;
    font-family:'Roboto-Bold';
}
.section3 .tableright table tr td:first-child{
    color:#353535;
    font-family:'Roboto-Bold';
}
.tableright tr td.loss{
    color:#c1c1c1!important;
}
.tableright .showmore{
    color:#6a6a6a;
    font-size: 14px;
    text-align: center;
    font-family:'Roboto-Bold';
    padding: 12px 0px;
    width:100%;
    display: inline-block;
}
.tableright .showmore:hover,.calender .more:hover{
    color:#29c613;
}
.section3,.section5{
    background-color: #f7f7f7;
}
.section4{
    background-color: #fff;
}
.section5{
    padding: 20px 0px;
    float:left;
    width:100%;
}
.slidersection{
    float:left;
    width:100%;
    margin-top: 15px;
}
.slidersection .box1{
    float:left;
    width:100%;
    border:2px solid #f3e8bc;
    background-color: #fff;
}
.slidersection .box1 .boxtop{
    float:left;
    width:100%;
    padding: 12px;
    min-height: 104px;
}
.slidersection .box1 .boxtop p{
    text-align: left;
    border:none;
}
.slidersection .box1 .boxbottom{
    float:left;
    width:100%;
    border-top:1px solid #f3e8bc;
}
.slidersection .box1 .boxbottom .boxbottominner{
    float:left;
    width:100%;
    padding: 12px;
}
.slidersection .box1 .boxbottom .boxbottominner p{
    margin-bottom: 0px;
    color:#6a6a6a;
    font-size: 16px;
    font-family:'Roboto-Bold';
}
.slidersection .box1 .boxbottom .boxbottominner p img{
    float:left;
    margin-right: 10px;
}
.slidersection .box1 .boxbottom .boxbottominner p span{
    display: block;
    color:#9e9e9e;
    font-size: 13px;
    font-family:'Roboto-Regular';
}
.boxbottominner .lignright{
    float:right;
}
.boxbottominner .lignright i{
    color:#d7b322;
    padding: 0px 5px;
}
.slidersection .boxes{
    float:left;
    width:100%;
    padding-right: 15px;
}
.slick-dots li button::before {
    content:"";
}
.slick-dots li button{
    border-radius: 100%;
    color:#d7b220;
    border:1px solid #d7b220;
    width:1px;
    height:1px;
    margin-top: 13px;
}
.slick-dots .slick-active button{
    background-color: #d7b220;
}
/*.fa-stack i.fa-star-half {
    color:yellow;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: orange;
}*/
.boxbottominner .lignright i:last-child{
    //color:#e1e5e9;
}
.footer{
    float:left;
    width:100%;
    background-color: #6a6a6a;
    padding:20px 0px;
    text-align: center;

}
.footer1{
    margin-top: 30px;
}
.footertop{
    float:left;
    width:100%;
}
.footertop a{
    font-size: 16px;
    font-family:'Roboto-Bold';
    color:#fff;
    padding: 0px 25px;
    text-transform: uppercase;
}
.footertop p{
    color:#a5a5a5;
    font-size: 14px;
    font-family:'Roboto-Regular';
    margin-top: 15px;
}
.footertop .col-sm-5 p{
    text-align: right;
}
.footertop .col-sm-7 p{
    text-align: left;
}
.footertop p span{
    margin-right: 20px;
    color:#cdcdcd;
    font-family:'Roboto-Bold';
}
.footertop p span:last-child{
    margin-right: 0px;
}

.footerbottom{
    float:left;
    width:100%;
    border-top:1px solid #555555;
}
.footerbottom p{
    font-family:'Roboto-Regular';
    font-size: 12px;
    color:#a5a5a5;
    margin-top: 20px;
    margin-bottom: 0px;
}
.faq{
    float:left;
    width:100%;
    padding: 20px 0px;
}
.faq h2{

}
.faq p,.thankusection p,.contactsection p{
    font-size: 14px;
    color:#353535;
    font-family:'Roboto-Regular';
}
.faq .tab {
    float: left;
    width: 100%;
    border: 1px solid #f3e8bc;

    margin-top: 10px;
    cursor: pointer;
}
.faq .tab h3 {
    font-size: 18px;
    color: #6a6a6a;
    margin: 0;
    padding: 9px 17px;
    font-family:'Roboto-Bold';
}
.faq .tab h3 span {

}
.faq .tab h3 img{
    margin-right: 10px;
}
.faq .tab h3 i {
    border: 2px solid #dcbc3d;
    border-radius: 100%;
    float: right;
    font-size: 11px;
    height: 20px;
    padding: 2px 2px 2px 2px;
    text-align: center;
    width: 20px;
    color:#dcbc3d;
    margin-top: 6px;
}
.faq .tabs {
    float: left;
    width: 100%;
    padding: 0px 15px 10px 15px;

    display: none;
}
.faq .tabs p{
    margin-bottom: 0px;
}
.thankusection{
    float:left;
    width:100%;
    padding-top: 100px;
    padding-bottom: 150px;
    text-align: center;
}
.thankusection h1{
    font-family:'Roboto-Bold';
    font-size: 30px;
    color:#d7b220;
    margin-top: 0px;
    text-transform: uppercase;
}
.terms{
    float:left;
    width:100%;
    padding-top: 20px;
}
.terms .texts{
    float:left;
    width:100%;
}
.terms .textsinner {
    float: left;
    width: 100%;
    padding: 20px 0px;
    font-size: 14px;
    color: #353535;
    font-family:'Roboto-Regular';
}
.textsinner:nth-child(2n + 0) {
    background-color: #f7f7f7;
}
.textsinner i{
    font-size:5px;
    margin-right: 10px;
    color: #e1c772;
}
/*.textsinner:last-child{
    padding-bottom: 50px;
}*/

.textsinner h5{
    margin-top: 0px;
}
.contactsection{
    float:left;
    width:100%;
    padding: 20px 0px 40px 0px;
}
.contactsection .phone{
    font-size: 16px;
}
.contactsection .phone span{
    font-family:'Roboto-Bold';
    margin-right: 50px;
}
.mgt20{
    margin-top: 20px!important;
}
.success{
    float:left;
    width:100%;
    background-color: #ccf2db;
    font-size: 16px;
    font-family:'Roboto-Bold';
    text-align: center;
    color:#00bd4c;
    padding: 10px 0px;
    margin-top: 10px;
}
.error{
    color:#bd0000;
    background-color: #f2cccc;
}
.error p{
    color:#bd0000;
}
.contactsection label{
    width:100%;
    text-transform: uppercase;
    font-family:'Roboto-Bold';
    color:#6a6a6a;
    font-size: 16px;
    margin-top: 10px;
}
.contactsection input,.contactsection textarea{
    border-color: #f3e8bc;
    border-radius: 0px;
    height:50px;
    margin-top: 10px;
    font-family:'Roboto-Regular';
    font-size: 16px;
}
.valuecolor::-webkit-input-placeholder{
    color:#353535!important;
}

.contactsection input:active{
    border-color:#d7b220!important;
}
.contactsection textarea{
    height: 150px;
}
.msgbtn{
    color: #242424;
    font-size: 22px;
    text-align: center;
    font-family:'Roboto-Bold';
    width:100%;
    background-color: #d7b220;
    padding: 7px 0px;
    margin-top: 10px;
    border:none;
    text-transform: uppercase;
}
input:focus, textarea:focus {

    border: 1px solid #F47E58;
}
.slick-initialized .slick-slide {
    outline: medium none !important;
}
.radio.radio-primary {
    float: left;
    width:100%;
    cursor:pointer;
    border: 1px solid #f3e8bc;
    padding: 10px;
}
.radio {
    padding-left: 20px;
}
.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: #d7b220;
    outline: medium none !important;
}
.radio label::before {
    background-color: #fff;
    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: #d7b220;
}
.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;
}
.form-control:focus{
    border:2px solid #d7b220;
    outline:medium none;
    box-shadow: none;
}
.ltips{
    display: none;
}
.tableright1{
    float:left;
    width:100%;
}
.fortableresponsive{
    float:left;
    width:100%;
    display:none;
}
.tabletop{
    float:left;
    width:100%;
    border-bottom: 1px solid #f3e8bc;
}
.tabletop h6{
    color:#b3ad93;
    font-family:'Roboto-Bold';
    font-size: 14px;
    text-transform: uppercase;
}
.tablebottom {
    float:left;
    width:100%;
    border-bottom: 1px solid #f3e8bc;
}
.tablebottom1{
    float:left;
    width:100%;
   // border-bottom: 1px solid #f3e8bc;
}
.tablebottom2{
    float:left;
    width:100%;
    border-bottom: 1px solid #f3e8bc;
}
.tablebottom:last-child .tablebottom2{
    border-bottom: none;
}
.tablebottom p{
    font-size: 12px;
    color:#353535;
    margin: 5px 0px;
}
.winnew{
    color:#29c613!important;
    font-family:'Roboto-Bold';
    font-size: 15px!important;
    //text-align: center;
}
.forcenter{
    //text-align: center!important;
}
.lossnew{
    color:#c1c1c1!important;
}