@charset "utf-8";
/*--
        Add your style here
--*/ 

/*-----------------------------------------------------------------------------------*/
/*	REVOLUTION SLIDER
/*-----------------------------------------------------------------------------------*/
.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 600px !important;
    overflow: hidden !important;
    margin-top: 100px;
    border-bottom: 5px solid #95bf3e;
}
.portfolio-wide-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 600px !important;
    overflow: hidden !important;
    margin-bottom: 50px;
}
.revolution ul {
    visibility: hidden;
    margin: 0;
    list-style: none;
}
.tp-caption.bold {
    font-family: "Ek Mukta", sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    padding: 15px !important;
    background: rgba(0,0,0,0.7);
}
.tp-caption.lite {
    font-size: 32px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    text-shadow: 1px 1px #000;
    font-family: "Ek Mukta", sans-serif;
}
.tp-caption a.btn {
    color: #fff;
    background: #000;
    font-size: 16px;
    padding: 20px 30px;
    font-weight: 400;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #000;
}

.tp-caption a.btn:hover{
    background: #95bf3e;
}

.tp-leftarrow.default,
.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    top: 50% !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(0,0,0,0.3);
    color: #f7f7f7;
    line-height: 1;
    font-size: 20px;
    padding: 12px 19px;
    width: auto;
    height: auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.tparrows:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
}
.tp-leftarrow.default:before {
    content: '\e75d'
}
.tp-rightarrow.default:before {
    content: '\e75e'
}
.tparrows:hover {
    background: rgba(0,0,0,0.5)
}
.tp-bullets.simplebullets.round .bullet {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(0,0,0,0.3);
}
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background: rgba(0,0,0,0.5)
}
.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.tp-loader {
    background: url(../images/loading.gif) no-repeat;
    background-color: #fff;
    margin: -15px -15px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { 
    .tp-loader {
        background-image: url(../images/loading@2x.gif)
    }
}

.showonmod{
    display: none;
}

@media only screen and  (max-width: 1100px) {
    .showonmod{
        display: inline-block;
    }
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(../images/timer.png);
    position: absolute;
    z-index: 200;
    margin-top: 0;
}

.pr-det-container ul li,
.pr-det-container p,
.fix-pr-det.mob-vis ul li,
.fix-pr-det.mob-vis p{
    font-size: 16px;
    font-weight: 400
}


.caption.sfl.bold{
    left: 0 !important;
}
