
@import url(https://fonts.googleapis.com/css?family=Ek+Mukta:300,400,600,700);

h2.page_ttl span {
    margin: 0px 0 20px;
    padding: 0 0 8px;
    border-bottom: solid 2px #008fc7;
}
 h2.page_ttl {
    color: #008fc7;
    text-transform: capitalize;
    font-size: 24px;
    margin: 0px 0 20px;
    padding: 0 0 15px;
    border-bottom: solid 2px #f3f3f3;
}

.details_p img {
    width: 100%;
    height: auto;
}

 .right_logo img {
    width: 211px;
}
h2.author {
    font-size: 18px;
        color: #a91717;
    margin: 0;
   }
   h2.author .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #bb1919;
    border-radius: 50% !important;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    font-weight: normal;
}
 .right_logo {
    background: #fff;
    float: right;
        margin-top: -6px
}
.myad_home {
        background: #fff;
/*    padding: 0 14px;
*/      margin: 30px 0;  
}
div#sync1 #progressBar {
    display: none;
}
.sid_bar {
/*   padding-left: 20px;
*/    margin-bottom: 40px;
}
#scrollUp {
 background-color: #a91717;
    bottom: 60px;
    right: 80px;
    width: 38px;
   border-radius: 50% !important;
    height: 38px;
    line-height: 38px;
    text-align: center;
}
#scrollUp:hover
{
    background: #795548;
}
#scrollUp:before {
        content: "\f176";
            display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
/*1-4 ANY TOPIC TITLE*/

.main-title-outer {
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-bottom: 10px;
}
.entry-content img {
    width: 100%;
    height: auto;
}
.main-title {
    border-left: solid 2px #e71829;
    position: relative;
    z-index: 1;
    background-color: #e71829;
    float: left;
    margin: 0 5px;
    text-align: center;
    border-bottom: none;
    padding: 0 10px 0 5px;
    font-size: 16px;
    /*font-weight: bold;*/
    
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    height: 36px;
    line-height: 36px;
}
.main-title:before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    border-left: solid 4px #e71829;
    width: auto;
    margin-top: 0;
    min-height: 100%;
    z-index: 10;
}
.main-title-outer {
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-bottom: 10px;
}
.main-title2 {
    border-left: solid 2px #e71829;
    position: relative;
    z-index: 1;
    background-color: #e71829;
    width: 98%;
    margin: 0 5px;
    text-align: center;
    border-bottom: none;
    padding: 0 10px 0 5px;
    font-size: 16px;
    /*font-weight: bold;*/
    
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    height: 36px;
    line-height: 36px;
}
.main-title2:before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    border-left: solid 4px #e71829;
    width: auto;
    margin-top: 0;
    min-height: 100%;
    z-index: 10;
}
/*1-5 PAGINATION*/

.pagination {} .pagination li a,
.pagination li span {
    border: 1px solid #ededed !important;
}
.pagination li a:hover,
.pagination li span:hover,
.pagination li a:focus,
.pagination li span:focus {
    background: #ededed;
    border: 1px soild #ededed;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: #e71829;
    border: 1px solid #e71829 !important;
}
.pagination > li > a,
.pagination > li > span {
    color: #2964a0;
}
/*1-6 BREADCRUMB*/

.breadcrumb {
       background: none;
    font-size: 13px;
    float: right;
    padding: 0;
    text-transform: capitalize;
    margin: 0;
}
.breadcrumb .active {
    color: #fff;
}
.breadcrumb > li + li:before {
    color: #ffffff;
    content: "\f105";
    font-family: "FontAwesome";
}
/*1-7 SUB INFO*/

.sub-info {
    font-size: 12px;
}
.sub-info-bordered {
     font-size: 13px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 30px 0;
    color: #555;

}
.sub-info-bordered div {
    display: inline-block;
        font-size: 15px;
}
.sub-info-bordered .stars {
    float: right;
}
.sub-info-bordered a {
    color: #e71829;
}
.sub-info-bordered a:hover {
    text-decoration: underline;
}
.last-update {
    font-size: 12px;
    line-height: 36px;
}
.time {
    padding-right: 10px;
    display: inline-block;
}
.author {
    padding-right: 25px;
    display: inline-block;
        border-right: solid 1px #eee;
}
.comments {
    display: inline-block;
}
.stars {
    font-size: 14px;
    color: #e71829;
}
/*1-8 MODAL BOX*/

.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.white-popup {
    position: relative;
    background: #fff;
    padding: 25px;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
}
.mfp-close-btn-in .mfp-close {
    color: #a91717;
}
/*------------------------------------*\
    2-TYPOGRAPHY
\*------------------------------------*/
/*2-1 LINKS*/

a {
    color: #0054a6;
    text-decoration: none;
    transition: all 0.5s ease;
}
a:hover {
    color: #a91717;
    text-decoration: none;
}
p {
    color: #353738;
}
p.form-error {
    color: red;
    font-size: 12px;
}
/*2-2 HEADERS*/

h1 {
    font-size: 24px;
    color: #a91717;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 22px;
}
h2 {
    font-size: 22px;
    color: #2964a0;
    font-weight: bold;
}
h3 {
    font-size: 19px;
    color: #2964a0;
    font-weight: bold;
}
h4 {
    color: #2964a0;
    font-size: 14px;
    font-weight: bold;
}
h5 {
    color: #2964a0;
    font-size: 14px;
    font-weight: bold;
}
h6 {
    color: #2964a0;
    font-size: 14px;
    font-weight: bold;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0;
       margin-bottom: 60px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 3px;
    margin-bottom: 10px;
}
a:hover h3,
a:hover h2 {
    color: #e71829;
}
/*2-3 MISC */

* {
    border-radius: 0 !important;
}
*:focus {
    outline: none;
}
body {
        background: #E6E7E2;
    margin: 0;
    padding: 0;
    font-family:'Ek Mukta',sans-serif !important;
    font-size: 15px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 23px;
}
iframe {
    width: 100%;
}
mark {
    background: #e71829;
    color: #fff;
}
br {
    margin: 5px 0;
}
hr {
    border-top: 1px solid #ededed;
}
blockquote {
    border-color: #e71829;
}
blockquote p {
    color: #e71829;
}
.img-thumbnail {
       background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
}
.text-danger {
    color: #e71829;
}
.icon {
    padding-right: 4px;
}
.top-margin {
    margin-top: 45px;
}
.bordered {
    border: 1px solid #ededed;
    padding: 5px 12px 0 12px;
}
.vid-thumb-outer {
    padding: 4px 8px;
}
.sec-topic {
    margin-bottom: 20px;
    padding-right: 15px;
}
.right-sec .main-title {
    font-size: 16px;
}
.right-sec .list-inline li {
    margin-bottom: 5px;
}
.blue {
    background: #2964a0;
    color: #fff;
}
/*------------------------------------*\
    3-LAYOUT
\*------------------------------------*/
/*3-1 GRID */

.row {
   margin-left: -7px;
    margin-right: -7px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16 {
   padding-left: 10px;
    padding-right: 10px;
}
.bijay_inr_sidbar {
/*    border-left: solid 1px #eee;
*/}
/*3-2 PAGE HEADER */

.bg_breadcomns {
     border-bottom: solid 1px #eee;
    background: #a91717;
    padding: 0 20px;
}

.page-header {
       margin: 0;
    border-bottom: 0;
        padding: 10px 0;
}
.page-header small {
    padding-left: 5px;
    font-size: 14px;
    text-transform: none;
    color: #78899b;
}
.page-header h1 {
        display: inline-block;
    margin-bottom: 0;
    color: #fff;
}

.bg_breadcomns a {
    color: #fff;
} 

 div#entertainment h2 a {
    color: #167ac6;
}
 
::-webkit-input-placeholder {
    color: #fff;
    opacity: 1 !important;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #fff;
    opacity: 1 !important;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff;
    opacity: 1 !important;
}
:-ms-input-placeholder {
    color: #fff;
    opacity: 1 !important;
}
  
/*------------------------------------*\
    8-BANNER AND OWL CAROUSEL
\*------------------------------------*/
/*8-1 OWL CAROUSEL PROGRESS BAR*/
ul.header_top_links li a {
    display: block;
    padding: 5px 0;
    color: #fff;
}
 ul.header_top_links li {
    display: inline-block;
}
 ul.header_top_links {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}



#bar {
    width: 0%;
    max-width: 100%;
    height: 3px;
    background: #e71829;
    position: absolute;
    z-index: 100;
    bottom: 10px;
}
.banner-text.sajhasamachar_news_listes {
    margin-top: 10px;
}
#progressBar {
    width: 100%;
    background: transparent;
}
/*8-2 OWL CAROUSEL CONTROLS*/

.owl-prev,
.owl-next {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 0;
    top: 50%;
    padding: 0;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 50% !important;
    box-shadow: 0px 2px 20px 3px;
}
.owl-prev:hover,
.owl-prev:focus,
.owl-next:hover,
.owl-next:focus {
    outline: none;
      box-shadow:none;
}
.owl-prev:before {    content: "\f053";}
.owl-next:before {content: "\f054";}

 .owl-prev.owl-disabled:before,
.owl-next.owl-disabled:before {} .owl-prev:before,
.owl-next:before {
   font-family: FontAwesome;
    font-size: 14PX;
    
    text-align: center;
}
.owl-prev {
    left: 20px;
    
}
 

.owl-next {
    right: 20px;
    
} 

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    
    opacity: 1;
    text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 5px;
    margin: 5px 4px;
    background: #060606;
}
.owl-theme .owl-controls .owl-page span:hover {
    background: #78899b;
}
.owl-theme .active span {
    background: #f8b817 !important;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    
    opacity: 1;
}
/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.html) no-repeat center center
}
.media,
.media .media {
    border-bottom: none;
}
/*8-3 OVERLAY ON IMAGES*/

.box {
    position: relative;
    overflow: hidden;
}
.box img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    image-rendering: optimizequality;
}
.box:hover img {
    -webkit-transform: scale(1.25);
    /* Safari and Chrome */
    
    -moz-transform: scale(1.25);
    /* Firefox */
    
    -ms-transform: scale(1.25);
    /* IE 9 */
    
    -o-transform: scale(1.25);
    /* Opera */
    
    transform: scale(1.25);
    /*rotate(3deg)*/
    
    display: inline-block;
    line-height: 0;
}
.match-height {
    max-height: 293px;
    overflow: hidden;
}
.overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: #2964a0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
}
.box:hover .overlay {
    opacity: 0.8;
}
.overlay-info {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
}
.box:hover .overlay-info {
    opacity: 1;
}
.cat {
    position: absolute;
    text-transform: capitalize;
    left: 15px;
    top: 0;
    padding: 0;
    margin: 0;
    z-index: 10;
    width: auto;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.banner-outer-thumb .cat {
    top: 15px;
    opacity: 1;
}
.cat-data span {
    width: 36px;
    height: 36px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-weight: 700;
    font-size: 22px;
    background: #e71829;
    display: inline-block;
    margin-right: 5px;
    float: left;
}
.box:hover .cat {
    top: 15px;
    opacity: 1;
}
.info {
    display: block;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 100;
    text-align: center;
    color: #fff;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.banner-outer-thumb .info {
    bottom: 10px;
    opacity: 1;
}
.info span {
    font-size: 12px;
    display: inline-block;
    padding: 0 5px 0 10px;
}
.info span:first-child {
    padding-left: 0;
}
.box:hover .info {
    bottom: 10px;
    opacity: 1;
}
.banner-outer-thumb {
    padding-bottom: 15px;
}
.carousel-caption {
    left: 15px;
    right: 8%;
    bottom: 10px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #ffffff;
    text-align: left;
    text-shadow: none;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    -ms-text-shadow: 0px 0px 10px #000;
    -moz-text-shadow: 0px 0px 10px #000;
    -khtml-text-shadow: 0px 0px 10px #000;
    -webkit-text-shadow: 0px 0px 10px #000;
    text-shadow: 0px 0px 10px #000;
}
.banner-outer-thumb .carousel-caption {
    position: absolute;
    left: 15px;
    right: 8%;
    bottom: 10px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #ffffff;
    text-align: left;
    text-shadow: none;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    opacity: 0;
}
.banner-outer-thumb a p,
.banner-oute-thumbr a:hover p {
    color: #fff;
}
.banner-outer-thumb .box:hover .carousel-caption {
    opacity: 1;
}
.banner-outer-thumb .item {
    margin: 0 5px;
    padding: 4px;
    ;
    background-color: #f8f8f8;
    border: 1px solid #ededed;
}
.banner-outer .carousel-caption {
   
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 18px;
    z-index: 10;
    padding: 20px 5px 20px 5px;
    /* padding-bottom: 30px; */
    
    color: #ffffff;
    text-align: left;
    text-shadow: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    width: 100%;
    /* margin: 0px !important; */
    
    background: rgba(0, 0, 0, 0.44);
}
.banner-outer a p,
.banner-outer a:hover p {
    color: #fff;
}
.right-img-top {
    margin-bottom: 10px;
    overflow: hidden;
    height: 198px;
}
.right-img-top .box {
    height: 212px;
}
.right-img-btm {
    overflow: hidden;
    height: 198px;
}
.right-img-btm .box {
    height: 212px;
}
/*8-4 OWL CAROUSEL SYNC*/

#sync2 .item {
    margin: 0 5px;
    cursor: pointer;
}
#sync2 .owl-wrapper-outer {} #sync2 .synced .item {
    border: 2px solid #e71829;
}
 
.navbar-brand {
    float: left;
    padding:  0px;
    height: auto;
    line-height: 0;
}
.time_date {
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
}
span.hidden-xs.slog {
       float: left;
    font-size: 20px;
    color: #fff;
    margin-top: 50px;
    margin-left: 10px;
    font-weight: bold;
}
.list-unstyled li a img {
    margin-right: 10px;
}
.list-unstyled li {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    display: inline-block;
}
.list-unstyled li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.list-unstyled li a:hover h4 {
    color: #e71829;
}
.list-unstyled li a:hover .img-thumbnail {
    border: 1px solid #ffcfca;
}
#vid-thumbs .owl-controls {
    margin-top: 10px;
    text-align: right;
}
.vid-box {
    position: relative;
    width: 100%;
    height: 100%;
}
.vid-thumb img {
    margin-bottom: 6px;
}
.vid-box span {
    width: 36px;
    height: 36px;
    border-radius: 50% !important;
        font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    position: absolute;
    opacity: 1;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.vid-thumb:hover span {
    background-color: #f8b817;
}
/*9-2 SCIENCE AND TRAVEL*/

.left-bordered {
    border-left: 1px solid #ededed;
}
/*9-3 LIFE STYLE*/
 
.recent-vid-thumb-outer .vid-box {
    position: relative;
}
.recent-vid-thumb-outer .vid-thumb img {
    margin-bottom: 10px;
}
.recent-vid-thumb-outer .vid-box span {
    width: 36px;
    height: 36px;
    background-color: #2964a0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    position: absolute;
    opacity: 1;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
}
.recent-vid-thumb-outer .vid-thumb:hover span {
    background-color: #e71829;
    visibility: visible;
}
.recent-vid .nav-tabs {
    border-bottom: none;
}
.recent-vid .nav-tabs li {
    float: none;
}
.recent-vid .nav-tabs li a {
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    padding: 0;
    margin-bottom: 6px;
}
img.img-youtube {
        float: left;
    width: 80px;
    margin: 0 10px;
    height: 70px;
}

.recent-vid .nav-tabs li:last-child a {
    margin-bottom: 0;
}
.recent-vid .nav-tabs li a span {
    display: none;
}
.recent-vid .nav-tabs li a:hover {
    background-color: transparent;
}
.recent-vid .nav-tabs li a:hover span {
    display: inline;
}
.recent-vid .nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    background-color: transparent !important;
    color: #fff;
    border: none;
}
.recent-vid .nav-tabs li.active a span {
    display: none;
}
.recent-vid .tab-content {
    padding: 0;
}

/*scroll*/
   
.scroll-bar-wrap {
   
  position: relative;
  
}

.scroll-box {
  width: 100%;
  height: 315px;
  overflow: auto;
}
.scroll-box::-webkit-scrollbar {
  width: .4em; 
}
.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
  overflow:visible;
  border-radius: 4px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.2); 
}
.cover-bar {
  position: absolute;
  background: #f6f8f8;;
  height: 100%;  
  top: 0;
  right: 0;
  width: .4em;
  -webkit-transition: all .5s;
  opacity: 1;
}
/* MAGIC HAPPENS HERE */
.scroll-bar-wrap:hover .cover-bar {
   opacity: 0;
  -webkit-transition: all .5s;
}

.tab-content.p-lr {
    padding:15px 10px;
}
.recent-vid .nav-tabs  {
  width: 100%;
    height: 384px;
    overflow: auto;
    border: 0 !important;
}
.recent-vid .nav-tabs::-webkit-scrollbar {
  width: .4em; 
}
.recent-vid .nav-tabs::-webkit-scrollbar,
.recent-vid .nav-tabs::-webkit-scrollbar-thumb {
  overflow:visible;
  border-radius: 4px;
}
.recent-vid .nav-tabs::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.2); 
}
.cover-bar {
  position: absolute;
  background: #f6f8f8;;
  height: 100%;  
  top: 0;
  right: 0;
  width: .4em;
  -webkit-transition: all .5s;
  opacity: 1;
}

 
.recent-vid .nav-tabs li a {
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    padding: 0;
    margin-bottom: 6px;
}
.recent-vid .nav-tabs li:last-child a {
    margin-bottom: 0;
}
.recent-vid .nav-tabs li a span {
    display: none;
}
.recent-vid .nav-tabs li a:hover {
    background-color: transparent;
}
.recent-vid .nav-tabs li a:hover span {
    display: inline;
}
.recent-vid .nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    background-color: transparent;
    color: #fff;
    border: none;
}
.recent-vid .nav-tabs li.active a span {
    display: none;
}
.recent-vid .tab-content {
    padding: 0;
}



 
/*9-6 AUTHOR*/

.author-box {
    margin-bottom: 30px;
}
.related {
    margin-bottom: 10px;
}
.related .item {
    margin-right: 10px;
}
.bijay_related_news {
 margin-left: 19px;
    border: solid 1px #eee;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 2px 6px #eee;
}
.bijay_related_news .image_frame img {
    width: 100%;
    height: 100%;
    display: block;
} 
.bijay_related_news .image_frame {
       width: 100%;
    height: 100%;
    max-height: 200px;
    min-height: 200px; 
    overflow: hidden;
}
.bijay_related_news .title_rel {
       clear: both;
    padding: 15px 10px 0;
}
.bijay_related_news .title_rel h2 {
    margin: 0 0 9px;
    font-size: 18px;
}
.rel_bj_new {
    background: rgba(230, 231, 226, 0.21);
 }
/*9-7 COMMENTS*/
/*9-7 COMMENTS*/

.media {
    border-bottom: 1px solid #ededed;
    padding: 10px;
    background: #D5DBDB;
    border-radius: 2px !important;
}
.media-body .time {
    padding-right: 10px;
    display: inline-block;
    float: right;
}
.media-body h4 {
    display: inline-block;
}
.media-heading strong {
    color: #3D3D3D;
    margin-left: 8px;
}
.nested-rep {
    background: #ededed;
    border: 1px solid #e6e6e6;
    padding: 20px;
}
.nested-rep .media-heading {
    color: #e71829;
}
.opinion {
    margin-bottom: 20px;
}
.comment-form {
    margin-top: 10px;
}
.form-control {
    border: 1px solid #ededed;
    min-height: 40px;
    box-shadow: none;
    color: #2964a0;
}
.form-control:focus {
    border-color: #ffc5bf;
    box-shadow: none;
}
.comment_show {
    display: none;
}
.replycomt a {
    cursor: pointer;
}
/*9-8 FAQs*/

.panel {
    box-shadow: none;
}
.panel-title {
    color: #2964a0;
}
.panel-default,
.panel-heading {
    border-color: #ededed
}
.panel-default > .panel-heading {
    background: #ededed;
}
.panel-body {
    border-color: #ededed;
}
.comment_bg {
  border: #e9ebee solid 5px;
    padding: 20px;
    border-radius: 8px !important;
}
/*9-9 contact*/

#map_canvas {
    display: block;
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}
.adress {
   
    padding-left: 20px;
    margin-left: 20px;
}
.adress strong {
    color: #e71829;
}
.btn-danger {
    background: #e71829;
    border: 1px solid #e71829;
}
.btn-danger:hover {
    background: #da4839;
    border: 1px solid #da4839;
}
/*9-10 home-2*/

.gallery div {
    margin-bottom: 5px;
}
.blogging-style .business {
    padding-bottom: 0;
}
.blogging-style .top-margin {
    margin-top: 10px;
}
.thumb-box {
    position: relative;
    width: 100%;
    height: 100%;
}
a .thumb-box span {
    width: 36px;
    height: 36px;
    background-color: #e71829;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    position: absolute;
    z-index: 100;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover .thumb-box span {
    width: 36px;
    height: 36px;
    background-color: #e71829;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    position: absolute;
    opacity: 1;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
/*------------------------------------*\
    10-MID COLUMN
\*------------------------------------*/

.mid-sec {
    min-height: 800px;
    border: 1px solid #ededed;
    background: #fbfbfb;
    padding-top: 5px;
}
.mid-sec .main-title {
    font-size: 14px;
}
.mid-sec .vid-thumb-outer {
    margin-bottom: 15px;
}
.mid-sec .list-unstyled li {
    padding-bottom: 0;
    float: left;
    width: 100%;
}
.rate {
    background-color: #2964a0;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    width: 40px;
    margin-right: 8px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.list-group {
    margin-bottom: 15px;
}
.list-group-item {
    border: 1px solid #ededed;
}
.list-group-item a {
    display: block;
}
.list-group-item a:hover .badge {
    background: #e71829;
}
.list-group-item .badge {
    float: right;
}
/*------------------------------------*\
    11-RIGHT COLUMN
\*------------------------------------*/
/*11-1 ADVERTISEMENT AREA (336PX*280PX)*/

.sponsored,
.sponsored:focus {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #2964a0;
    margin: 5px 0 0 0;
    padding: 3px 0;
    font-size: 12px;
    white-space: nowrap;
}
.sponsord-v {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #2964a0;
    padding: 3px 0;
    font-size: 12px;
    height: 125px;
}
/*11-2 SOCIAL COUNTERS*/

.table {
    margin-bottom: 5px;
}
.table-bordered {
    border: 1px solid #ededed;
}
table-bordered th,
.table-bordered td {
    border: 1px solid #ededed !important;
}
.social {} .social a p {
    color: #2964a0;
}
.social a:hover p {
    color: #fff;
}
.social tr {
    border: none !important;
}
.social td {
    padding: 0 !important;
}
.social a {
    color: #2964a0;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 5px;
}
.social p {
    margin: 0;
}
.social p span {
    font-size: 30px;
    text-align: center;
    display: block;
}
.rss:hover {
    background: #ed802e;
}
.twitter:hover {
    background: #45b0e3;
}
.facebook:hover {
    background: #3a5898;
}
.youtube:hover {
    background: #ce342c;
}
.vimeo:hover {
    background: #42b1df;
}
.dribbble:hover {
    background: #ea4c89;
}
.googleplus:hover {
    background: ;
}
.pinterest:hover {
    background: #c82128;
}
.instagram:hover {
    background: #517ea5;
}
.bottom-border {
    border-bottom: 1px solid #ededed;
}
.right-border {
    border-right: 1px solid #ededed;
}
.table-responsive {
    text-align: center;
}
.bt-space {
    margin-bottom: 20px;
}
.tab-content {
    padding: 5px 3px 0 4px;
    background: none;
    border-top: none;
}
/*11-3 TABS*/
/*11-3 TABS*/

.news_tab {
    background: #F6F8F8;
}
.nav-tabs {
    border-bottom: 2px solid #ededed !important;
}
.nav-tabs li a {
      color: #2964a0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    padding-right: 5px;
    padding-left: 5px;
}
.nav-tabs li a:hover {
    background-color: #ECF3F4 !important;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    background-color: #e71829;
    color: #fff;
    border: none;
}
.nav-tabs.nav-justified li {
    border-right: 1px solid #fff;
}
.nav-tabs.nav-justified li a {
    border-bottom: none;
}
.nav-tabs.nav-justified li.active a,
.nav-tabs.nav-justified li.active a:hover,
.nav-tabs.nav-justified li.active a:focus {
    background: none;
    color: #a91717;
    border-bottom: solid 2px;
    margin-bottom: -2px;
}
#comments p {
    font-size: 13px;
}
/*11-4 CALENDAR*/

.pickmeup {
    background: #fff;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    border: 1px solid #ededed;
    width: 99.5%;
    padding-bottom: 15px;
}
.pickmeup * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.pickmeup .pmu-instance {
    display: inline-block;
    height: 13.8em;
    padding: 5px;
    text-align: left;
    /*width: 15em;*/
}
.pickmeup .pmu-instance .pmu-button {
    color: #2964a0;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}
.pickmeup .pmu-instance .pmu-today,
.pickmeup .pmu-instance .pmu-today:hover {
    background: #2964a0;
    color: #fff !important;
}
.pickmeup .pmu-instance .pmu-button:hover {
    color: #e71829;
}
.pickmeup .pmu-instance .pmu-not-in-month {
    color: #8d9aa5;
}
.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
    color: #3d3e3d3d3e3d;
    cursor: default;
}
.pickmeup .pmu-instance .pmu-selected {
    background: #e71829;
    color: #fff;
}
.pickmeup .pmu-instance .pmu-selected:hover {
    color: #fff;
}
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
    background: #e71829;
}
.pickmeup .pmu-instance nav {
    color: #e71829;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: table;
    line-height: 2em;
    text-align: center;
}
.pickmeup .pmu-instance nav *:first-child:hover {
    color: #88c5eb;
    text-align: center;
}
.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
    display: none;
    height: 2em;
    width: 1em;
}
.pickmeup .pmu-instance nav .pmu-month {
    text-align: center;
}
.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
    display: inline-block;
    line-height: 3.6em;
    width: 3.5em;
    text-align: center;
}
.pickmeup .pmu-instance .pmu-day-of-week {
    color: #2964a0;
    text-transform: uppercase;
    cursor: default;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 5px 0;
    margin: 10px 0;
}
.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
    display: inline-block;
    line-height: 30px;
    width: 46px;
    height: 32px;
    text-align: center;
}
.pickmeup .pmu-instance .pmu-day-of-week * {
    line-height: 1.8em;
    font-weight: 600;
}
.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:last-child .pmu-next {
    display: table-cell;
    color: #e71829;
}
.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
    width: 13em;
    color: #e71829;
}
.pickmeup .pmu-instance:first-child:last-child .pmu-month {
    width: 12em;
    font-weight: bold;
    text-transform: uppercase;
    display: table-cell;
}
.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
    display: none;
}
/*------------------------------------*\
    12-FOOTER
\*------------------------------------*/


/* Footer */

#footer {
 background-color: #bb1919;
 }
footer#footer p {
    color: #f3f3f3;
}
.footer-menu {
    text-align:center;
    border-bottom:1px solid #e3e6e8;
}

.footer-menu .navbar-nav {
    display:inline-block;
    float:none !important;
    padding:25px 0 15px 0;
}

.footer-menu .navbar-nav li {
    display: inline-block;
}

.footer-menu .navbar-nav li+li {
    margin-left: 25px;
}

.footer-menu .navbar-nav li a {
    font-size:11px;
    text-transform:uppercase;
    color:#a5a7a8;
    letter-spacing:2px;
    padding:10px;
    font-weight: 700;
}

#footer .footer-menu .nav>li>a:focus, 
#footer .footer-menu .nav>li>a:hover,
#footer .footer-menu .nav>li.active a {
    background-color: transparent;
    color: #000;
}

.footer-widgets {
    padding:50px 0;
    color:#a5a7a8;
}

.footer-widgets .widget {
    overflow: hidden;
}

.footer-widgets .widget h2 {
    margin-bottom: 10px;
    font-size: 19px;
    color: #fff;
    margin-top: 0;
    font-weight: 600;
}
.linkappplay {
    float: left;
    margin-right: 5px;
}
.border_right {
    border-right:solid 1px #a91717;
    min-height: 350px;
    height: 100%;
}
.widget.widget-menu-2 ul li,
.widget.widget-menu-3 ul li {
    float:left;
    color: #fff;
}

.widget.widget-menu-2 ul li {
    width: 50%;
}

.widget.widget-menu-3 ul li {
    width: 33%;
}

.footer-widgets .widget li a {
    padding:5px;
    display:block;
     color: #f3f3f3;
}

#footer a:hover,
.copyright a:hover {
   color: #fff;
    text-decoration: underline;
}

.footer-bottom {
    padding: 60px 0 50px;
    border-top: 1px solid #f0f3f5;
}

.footer-bottom,
.footer-bottom a,
.copyright,
.copyright a {
    font-size: 14px;
    color: #797878;
    line-height: 23px;
}

.footer-bottom-content {
    max-width: 990PX;
    display: inline-block;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer-logo img {
    display: inline-block;
}


/* Footer Style Two */

.footer-widgets-two {
    padding: 0px 0 10px;
}

.widget-left-content {
    padding:30px 25px 30px 0;
}

.footer-widgets-two .widget {
    padding:50px 0px 50px 8px;
}

.footer-style-two {
        border-top: 0;
    background: #ffffff;
    font-size: 16px;
    padding: 15px 0;

}
.footer-style-two p {
        color: #333 !important;
    margin-bottom: 10px;


}
.footer-style-two .navbar-nav {
    padding: 10px 0 5px 0;
}

.copyright {
    margin-top: 10px;
}

.widget-left {
    border-right: 1px solid #017dad;
}


/* Home Page Two Css */

.section-title.title-before h1 {
    margin-bottom: 15px;
}

.title-before {
    position: relative;
    padding-left: 15px;
}

.title-before:before{
    position: absolute;
    content: "";
    top: 1px;
    left: 0;
    width: 10px;
    height: 15px;
    background-color: #e81a1b;
}

.widget-title.title-before:before {
    top: 0;
}

.post-vertical .author {
    position: absolute;
    left: -60px;
    top: 15px;
    margin-top: 0;
}

.post-vertical .post-content {
    margin-top: 25px;
}

.medium-post-content {
    margin-top: 15px;
    border-top: 1px solid #f0f3f5;
}

.medium-post-content .tr-post {
    margin-top: 15px;
}

.medium-post-content .left-post {
    border-right: 1px solid #f0f3f5;
}

.ttl_f {
color: #a91717;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.f-sub-info {
    color: #b0b7bf;
    margin-right: 8%;
}
.subscribe-info {
    /*border-right: 1px solid #486581;*/
    
    padding-right: 20px;
    /*  min-height: 280px;*/
}
.subscribe-info form {
    position: relative;
}
.subscribe-info .form-control {
    width: 100%;
    padding-right: 35px;
}
.subscribe-info .btn {
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: -5px;
}
.subscribe-info .btn span {
    font-size: 24px;
}
.popular-tags {
    padding-right: 20px;
    padding-left: 20px;
    /*border-right: 1px solid #486581;*/
    /*height: 260px;*/
    
    overflow: hidden;
}
.tags {
    list-style: none;
}
.tags li {
    border-left: solid 2px #2964a0;
    position: relative;
    z-index: 1;
    background-color: #2666A5;
    float: left;
    margin: 2px 5px;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
}
.tags.list-unstyled li:last-child {} .tags li:before {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    border-left: solid 4px #225B93;
    width: auto;
    margin-top: 0;
    min-height: 100%;
    z-index: 10;
}
.tags li:hover {
    background: #e71829
}
.tags li a {
    color: #fff;
    text-transform: capitalize;
    display: block;
    padding: 8px 10px;
}
.tags li a:hover {
    background: #e71829;
}
.tags li:hover:before {
    border-color: #e71829;
}
.recent-posts {
    padding-left: 20px;
}
.recent-posts .img-thumbnail {
    background: #4b6986;
    border: 1px solid #4f7396;
}
.recent-posts li a:hover .img-thumbnail {
    border: 1px solid #4f7396;
}
.recent-posts .list-unstyled li {
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom: 0;
}
.recent-posts .list-unstyled li h4 {
    color: #fff;
}
.btm-sec {
    padding-top: 20px;
    padding-bottom: 0;
    color: #2964a0;
}
.btm-sec .list-inline li a {
    padding-right: 4px;
    padding-left: 4px;
    text-transform: uppercase;
    font-size: 12px;
    color: #2964a0;
}
.btm-sec .list-inline li a:hover {
    color: #e71829;
}
.f-social {
    text-align: center;
    padding-top: 10px;
}
.f-social a {
    margin: 0 5px;
    border: 1px solid #2964a0;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
}
.f-social ul li {
    padding: 0;
}
.f-social ul li a span {
    font-size: 16px;
    line-height: 36px;
    width: 36px;
    height: 36px;
}
.f-social ul li a:hover {
    color: #e71829;
    border-color: #e71829;
}
/*------------------------------------*\
    13-404 PAGE
\*------------------------------------*/

.wrong-icon {
    font-size: 200px;
    color: #2964a0;
    border-top: 1px solid #ededed;
}
.wrong-page {
    margin-top: 50px;
    margin-bottom: 50px;
}
/*------------------------------------*\
    14-MEDIA QUERIES
\*------------------------------------*/

@media (max-width: 348px) {
    .grid .sub-info-bordered {
        height: 50px;
    }
    .grid .sub-info-bordered .stars {
        float: left;
    }
    .sec-topic .sub-info-bordered {
        height: 50px;
    }
    .sec-topic .sub-info-bordered .stars {
        float: left;
    }
}
@media (max-width: 767px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
           left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-inverse .dropdown-menu {
        background: none;
        border: none;
    }
    .nav li {
           border-bottom: 1px solid #0a78a2;
    background: #fff;
    z-index: 9999;
    }
    .dropdown-menu li {
        border-bottom: none;
    }
    .mega-menu {
        min-width: inherit;
        padding: 0;
    }
    .mega-menu a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .nav-icn {
        float: right;
        margin-right: 10px;
    }
    .mega-sub {
        padding-bottom: 5px;
        min-height: inherit;
    }
    .open {
        background: #e71829;
    }
/*    .open li {
        border-bottom: 1px solid #da4839;
    }*/
    .open li a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        margin-left: 10px;
    }
    .open li:last-child {
        border-bottom: none;
    }
    .open .dropdown-toggle {
        background: #2964a0 !important;
    }
    #scrollUp {
        bottom: 10px;
    }
    .main-title {
        font-size: 15px;
    }
    #time-date {
        text-align: left;
    }
    #weather {
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .owl-prev,
    .owl-next {
        display: none;
    }
    .info {
        line-height: 54px;
    }
    .banner-outer .carousel-caption {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 20px;
    }
    .pickmeup .pmu-instance .pmu-day-of-week *,
    .pickmeup .pmu-instance .pmu-days * {
        width: 27px;
    }
    .subscribe-info {
        min-height: inherit;
    }
    .popular-tags {
        height: auto;
        overflow: visible;
    }
    .subscribe-info {
        border-right: none;
        padding-right: 5px;
    }
    .popular-tags {
        padding-right: 5px;
        padding-left: 5px;
        border-right: none;
    }
    .recent-posts {
        padding-left: 5px;
    }
    .f-social .list-inline li {
        float: left;
    }
    .f-nav .list-inline li {
        padding-left: 0;
        margin-bottom: 5px;
    }
    .copyrights {
        text-align: left;
        margin-bottom: 5px;
    }
    .mid-sec .list-unstyled li {
        width: 100%;
        padding-bottom: 10px;
        float: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav>li>a {
        padding: 15px 10px;
        font-size: 12px;
    }
    .mega-menu {
        min-width: 280px;
    }
    .mega-sub {
        border-right: none;
    }
    .last-update {
        font-size: 11px;
    }
    .pickmeup .pmu-instance .pmu-day-of-week *,
    .pickmeup .pmu-instance .pmu-days * {
        width: 27px;
    }
    .popular-tags {
        height: auto;
        overflow: visible;
    }
}
@media (min-width: 850px) {
    .search-container input {
        font-size: 2em;
    }
}
@media (max-width: 991px) {
    .navbar-inverse .navbar-nav li:first-child a {
        padding-left: 15px;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border: none;
    }
    .navbar-inverse .navbar-nav li a,
    .navbar-inverse .navbar-nav li a:hover,
    .navbar-inverse .navbar-nav li a:focus {
        border-right: none !important;
            background-color: #0a78a2;
    }
    .owl-item img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    .social a {
        font-size: 9px;
    }
    .nav-justified li a {
        font-size: 10px;
    }
    .breadcrumb {
        float: left;
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
}
@media (max-width: 1080px) {
    .grid {
        width: 100% !important;
        margin-top: 10px;
    }
    .masonry-item {
        width: 100%;
        margin: 0;
        padding: 0 0 20px 0;
        background: #fff;
        border: none;
    }
    .masonry-item:hover {
        border: none;
    }
}
@media (max-width: 1170px) {
    .pickmeup .pmu-instance .pmu-day-of-week *,
    .pickmeup .pmu-instance .pmu-days * {
        width: 37px;
    }
    .popular-tags {
        padding-right: 20px;
        padding-left: 20px;
        border-right: 1px solid #486581;
        border-left: 1px solid #486581;
        overflow: visible;
        height: auto;
    }
    .right-img-top {
        height: 220px;
    }
    .right-img-top .box {
        height: 220px;
    }
    .right-img-btm {
        height: 218px;
    }
    .right-img-btm .box {
        height: 218px;
    }
}
.bg_white {
    background: #fff;
}
.bg_white_for_ads {
    background: #fff;
        margin-bottom: 30px;
}
.big_ads_home {
  padding: 20px 0;
}
.clear {
    clear: both !important;
}
.wrapper {
     max-width: 1250px;
     width:100%;
    margin: 0 auto;
 
}
.wrapper1 {
    padding: 0px 10px 10px 10px;
}
.text_colo p {
    color: #8d9aa5 !important;
}
.your-div {
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-unstyled_last {
    padding-left: 10px;
    list-style: none;
}
.list-unstyled_last li {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.div_bordered {
    border: 4px solid #e71829;
}
.right-im {
    margin-right: 5px;
    max-width: 170px;
    width: 100%;
}
.list-items,
.nepal-information {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.list-items li {
    border-bottom: 1px solid #ededed;
    padding: 10px 0px 10px 15px;
    background: url(../images/list-img.png) no-repeat 0 13px;
}
.list-items1 {
    list-style: none;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}
.list-items1 li {
    border-top: 1px solid #ededed;
    padding: 10px 0px 10px 15px;
    background: url(../images/list-img.png) no-repeat 0 13px;
}
.list-items1 li a {
    font-size: 14px;
    color: #2964a0;
}
.nepal-information li {
    border-bottom: 1px solid #ededed;
    padding: 5px 2px;
}
.nepal-information li a img {
    width: 25px;
    height: 20px;
}
.copy_con {
    margin: 0px 0px 0px 10px;
}
.borderrss {
    border-bottom: 1px #EDEDED solid;
    margin-bottom: 15px;
}
.copy_con1 {
    margin: 0px 10px 0px 0px;
}
.viewmore {
    padding: 5px 5px 0px 0px;
}
.sub_menu {
    width: 100%;
    height: 35px;
    background-color: #e6edf5;
    margin: auto;
    border-bottom: solid 2px #e71829 !important;
}
.sub_menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.sub_menu ul li {
    display: inline-block;
    float: left;
    border-right: solid 1px #C8D0D8;
}
.sub_menu ul li a {
    display: inline-block;
    font: 14px Arial, Helvetica, sans-serif;
    color: #153e68;
    text-align: center;
    transition: background .4s ease-out;
    line-height: 27px;
    padding: 0px 16px;
}
.sub_menu ul li a:hover {
    background: #e71829;
    color: #fff;
} 
.epaper_main_wrap {
    background: #eee;
    padding:20px 10px;
}
.epaper_wrap {
       background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border: solid 1px #d8d8d8;
    border-radius: 5px !important;
}
.epaper_wrap .epaper_title h2 a:hover
{
      color: #a91717;
      text-decoration: underline;
}
.epaper_wrap .epaper_title h2 a {
    color: #333;
}
.epaper_wrap .epaper_title h2 {
    margin: 8px 9px 0px ;
    font-size: 17px;
}

.epaper_search {
    background: #dedede;
    padding: 10px 0;
}


#custom-search-input{
   /* padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;*/
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

.epaper_search h1 {
    margin: 0 !important;
}
.epaper_search h1 span.border {
    background: none !important;
}



.mb15 {
    margin-bottom: 15px;
}
.mt10 {
    margin-top: 10px;
}
.mv20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.details_header {
    margin: 0px 10px 0px 10px;
}
.details_header h1 {
    font-size: 30px;
    margin-bottom: 13px;
    color: #3d3e3d;
    line-height: 38px;
}
.details_p p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 5px;
}
.bijay_related_news p {
    padding: 5px 10px;
}
p.youcan {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-style: italic;
    color: #000;
    font-weight: 600;
}
.hid_social {
    position: absolute;
    bottom: 30%;
    display: none;
    margin-left: 28px;
}
.list_nw.sec-topic:hover .hid_social {
    display: block;
}
.details_p p.caption-text {
    color: #FFF;
    font-style: italic;
    margin: 0;
    padding: 5px 10px;
    background: rgb(29, 98, 147);
    position: relative;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
}
.stButton .st-twitter-counter,
.stButton .st-facebook-counter,
.stButton .stButton_gradient,
.st-linkedin-counter {
    height: auto !important;
}
.share {
    display: inline-block;
}
.share a {
    color: #fff;
}
.share__count {
    background-color: #fff;
    border: solid 1px #a5b1bd;
    border-radius: 3px;
    /* add in vendor rules */
    
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    /* add in vendor rules */
    
    color: #424a4d;
    float: left;
    font-weight: bold;
    margin-right: 10px;
    padding: 4px 10px;
    position: relative;
    text-align: center;
}
.share_size_large > .share__count {
    display: block;
    float: none;
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 12px;
    padding: 10px 0;
}
.share__count:before,
.share__count:after {
    content: '';
    display: block;
    height: 0;
    top: 50%;
    position: absolute;
    right: -14px;
    width: 0;
    margin-top: -6px;
}
.share_size_large > .share__count:before,
.share_size_large > .share__count:after {
    content: '';
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: auto;
    width: 0;
}
.share__count:before {
    border: solid 7px transparent;
    border-color: transparent transparent transparent #a5b1bd;
}
.share_size_large > .share__count:before {
    border-color: #a5b1bd transparent transparent transparent;
    bottom: -14px;
    margin-left: -7px;
}
.share__count:after {
    border: solid 6px transparent;
    border-color: transparent transparent transparent #fff;
    right: -12px;
    margin-top: -5px;
}
.share__btn {
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    /* add in vendor rules */
    
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15);
    /* add in vendor rules */
    
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.share_size_large > .share__btn {
    padding: 5px 0;
    width: 100%;
}
.share_type_twitter > .share__btn {
    background-color: #4099FF;
}
.share_type_facebook > .share__btn {
    background-color: #3B5999;
}
.share_type_gplus > .share__btn {
    background-color: #F90101;
}
.interv_nam {
    background: #2964a0;
    padding: 4px 0px 2px 10px;
    color: #fff;
    font-style: italic;
}
nav.navbar-inverse.none_border {
    border-top: 0px;
}
.logo_footer img {
    width: 100%;
    max-width: 50%;
}
/*  Margin and Padding
----------------------------------------------------------------------*/

.mi {
    margin-right: 5px !important
}
.mr-10 {
    margin-right: 10px !important
}
.mr-15 {
    margin-right: 15px !important
}
.mr-20 {
    margin-right: 20px !important
}
.ml-10 {
    margin-left: 10px !important
}
.ml-15 {
    margin-left: 15px !important
}
.ml-20 {
    margin-left: 20px !important
}
.mt-10 {
    margin-top: 10px !important
}
.mt-15 {
    margin-top: 15px !important
}
.mt-20 {
    margin-top: 20px !important
}
.mt-30 {
    margin-top: 30px !important
}
.mt-40 {
    margin-top: 40px !important
}
.mt-50 {
    margin-top: 50px !important
}
.mts-70 {
    margin-top: 70px !important
}
.mb-5 {
    margin-bottom: 5px !important
}
.mb-10 {
    margin-bottom: 10px !important
}
.mb-15 {
    margin-bottom: 15px !important
}
.mb-20 {
    margin-bottom: 20px !important
}
.mb-30 {
    margin-bottom: 30px !important
}
.mb-40 {
    margin-bottom: 40px !important
}
.mb-50 {
    margin-bottom: 50px !important
}
.mb-70 {
    margin-bottom: 70px !important
}
.mv {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}
.mv-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.mv-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.mv-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.mv-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.mv-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.mv-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.mv-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.no-mb {
    margin-bottom: 0 !important
}
.alpha {
    margin-left: 0 !important
}
.omega {
    margin-right: 0 !important
}
.pr-10 {
    padding-right: 10px !important
}
.pr-15 {
    padding-right: 15px !important
}
.pr-20 {
    padding-right: 20px !important
}
.pt-10 {
    padding-top: 10px !important
}
.pt-15 {
    padding-top: 15px !important
}
.pt-20 {
    padding-top: 20px !important
}
.pt-30 {
    padding-top: 30px !important
}
.pt-40 {
    padding-top: 40px !important
}
.pt-50 {
    padding-top: 50px !important
}
.pb-10 {
    padding-bottom: 10px !important
}
.pb-15 {
    padding-bottom: 15px !important
}
.pb-20 {
    padding-bottom: 20px !important
}
.pb-30 {
    padding-bottom: 30px !important
}
.pb-40 {
    padding-bottom: 40px !important
}
.pb-50 {
    padding-bottom: 50px !important
}
.pv-10 {
    padding: 10px 0 !important
}
.pv-15 {
    padding: 15px 0 !important
}
.pv-20 {
    padding: 20px 0 !important
}
.pv-30 {
    padding: 30px 0 !important
}
.pv-40 {
    padding: 40px 0 !important
}
.pv-50 {
    padding: 50px 0 !important
}
.padding-20 {
    padding: 20px !important
}
.padding-30 {
    padding: 30px !important
}
.pading_lr {
    padding: 0px 20px  0 15px !important;
}
.pading_r {
    padding: 0px 20px  0 0 !important;
}
.im_news img {
    width: 100%;
    height: 100%;
   
    max-width: 100%;
}
.banner-outer .carousel-caption p {
    font-size: 16px;
    color: #ffffff;
}
.color_second {
    background: #DABCB9;
}
.color_first {
    background: #DBDDE4;
}
/*from*/

.iner h1 span.border a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-color: transparent transparent transparent #bb1919;
    border-width: 20px;
    border-style: solid;
} 
.iner h1 
{
    margin-bottom: 25px;
}
.iner h1 span.border {
  color: #fff;
    font-size: 20px;
    display: block;
    background: #eee;
} 
.iner h1 span.border a {
    padding: 0 30px 0 30px;
    display: inline-block;
    color: #FFF;
    position: relative;
    line-height: 40px;
    background: #bb1919;
}
.iner_add {
       background: #;
    padding: 1px 0px 5px 5px;
    margin-left: 10px;
    margin-right: -10px;
}
.ads_img {
    margin-bottom: 10px;
}
.bdr_bg {
    padding-bottom: 10px;
    /* border: solid 5px #FFF1F0; */
}
.sajhasamachar_news_listes {
  border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
 }
/*.sajhasamachar_news_listes:last-child {
    border-bottom: 0;
}*/
.sajhasamachar_news_listes h2 {
    margin-bottom: 8px !important;
      font-size: 20px;
    line-height: 28px;
 }
 .scroll-box .sajhasamachar_news_listes h2 {
    margin-bottom: 8px !important;
       font-size: 20px;
    line-height: 28px;
}
.scroll-box .sajhasamachar_news_listes img {
    margin: 0 18px 0 0;
    max-width: 60px;
    width: 100%;
    float: left;
    min-height: 50px !important;
    height: 100%;
}

 .notic h2{
    text-align: center;
    border-bottom: solid 1px #ccc;
    font-size: 19px;
    line-height: 26px;
    padding: 0 0 10px 0;
 }
  .notic h2:last-child{
    border: none;
  }
h2 a {
    color: #3d3e3d;
   
}
.sajhasamachar_news_listes h3 {
    font-size: 13px;
    margin: 8px 0;
    color: #3c3f38;
    font-weight: bolder;
    font-style: italic;
}
.sajhasamachar_news_listes img {
    max-width: 80px;
    width: 100%;
    float: left;
    min-height: 80px;
    height: 100%;
    margin-right: 15px;
    height: 100%;
}

@media (max-width: 640px) and (min-width: 281px) {
    .breadcrumb
    {
        display: none;
    }
    .interview_sect>.sajhasamachar_news_listes img {
        margin: 8px 8px 2px 0;
        max-width: 100%;
        width: 100%;
        float: none;
    }
   
}
@media (max-width: 640px) and (min-width: 281px) {
    .breadcrumb
    {
        display: none;
    }
    .science>.sajhasamachar_news_listes img {
        margin: 8px 10px 4px 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
        float: none !important;
    }

    
}
 
ul.list_news {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list_news li {
    margin: 0 7px 0 7px;
    line-height: 15px;
}
.list_news li {
    background: url(../images/pointer.png) left top no-repeat;
    padding: 5px 0 8px 13px;
    border-bottom: 1px #dddddd solid;
}
.list_news li a {
    color: #0054a6;
    font-weight: normal;
}
.list_news li a:hover {
    color: #3d3e3d ;
}
.rightkoside_bar {
    margin-bottom: 25px;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
 
/*interview*/

/*.int_bg {
    background: #3d3e3d;
}*/
.ttlall {
    background: #d5dbdb;
    padding: 7px 0px;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}
.ttlall span.border {
    padding: 5px;
    color: #fff;
    background: #E71829;
    margin: 0;
}
.ttlall>span.view_all {
    font-size: 15px;
    text-transform: lowercase;
    font-weight: normal;
    margin-right: 10px;
    margin-top: 0;
    background: none;
    padding: 0;
}
span.view_all {
   font-size: 11px;
    text-transform: uppercase;
    margin-right: 0px;
    margin-top: 10px;
    background: #f8b817;
    padding: 10px;
    font-weight: bold;
}
span.view_all:after {
    content="";
}
span.view_all a {
    color: #fff;
    font-weight: bolder;
}
span.view_all a:hover{color:#0054a6;}

.interview_sect>.sajhasamachar_news_listes {
    border-bottom: 0px dotted #c3cdcd;
    padding-bottom: 0px;
    margin-bottom: 10px;
    line-height: 20px;
    /*color: #fff;*/
}
/*.interview_sect>.ttlall {
    background: rgb(47, 45, 45);
}
*/
.sid_bar_adds {
    margin-bottom: 20px;
}
.interview_sect>.sajhasamachar_news_listes img {
    margin: 0 7px 0px 6px;
    max-width: 302px;
    max-height: 200px;
    width: 100%;
    height: 100%;
    float: left;
}
.interview_sect>.sajhasamachar_news_listes h2 {
    margin: 0;
    padding: 0;
    font-size: 25px;
    margin-bottom: 17px;
    line-height: 35px;
    font-weight: bold;
    /*color: #fff;*/
}
.interview_sect>.sajhasamachar_news_listes h2 a {
    margin: 0;
    padding: 0;
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 30px;
    font-weight: bold;
    
}
.interview_sect>.sajhasamachar_news_listes h2 a:hover {
    color: #333;
}

.sub_interview {
   /*background: #2E2C2C; */
    padding: 5px 8px;
}
.sub_interview .sajhasamachar_news_listes h2 a {
    color: #333;
}
.sub_interview .sajhasamachar_news_listes h2 a:hover {
    color: #E71829;
}
.sub_interview .sajhasamachar_news_listes {
    /*color: #fff;*/
    border-color: #252222;
}
.sub_interview .sajhasamachar_news_listes img {
    max-width: 75px;
    width: 100%;
}
.science>.sajhasamachar_news_listes img {
   margin: 8px 10px 15px 0;
    max-width: 99%;
    width: 100%;
    height: 100%;
    float: left;
}
.science>.sajhasamachar_news_listes h2 {
    margin: 0;
    padding: 0;
      font-size: 20px;
    line-height: 30px;
    margin-bottom: 17px;
 }
.science>.sajhasamachar_news_listes h2 a {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
        margin-bottom: 25px;
 
   
}
.image_relat .sajhasamachar_news_listes h2 {
    line-height:17px !important;
}
.image_relat .sajhasamachar_news_listes h2 a {
    font-size: 15px !important;
    line-height: 0 !important;
    font-weight: normal;
}
.image_relat .title_rel {
    background: #ededed;
    padding: 5px;
}
.image_relat .sajhasamachar_news_listes {
    border: 0;
    margin-bottom: 10px;
}
/*business*/

.businneess {
    border: solid 1px #D5DBDB;
    border-top: 0;
    background: #fff;
}
.others {
    background: #F2EAEA;
    border: solid 1px #D5DBDB;
}
div#entertainment {
    background: #f5f5f5;
    padding: 5px;
    border-radius: 5px !important;
}

div#sm_model {
    background: #ddd;
}

.businneess .iner_add {
    margin: 0;
    padding: 0;
    background: none;
}
/*entertainment*/

.entertainment {
    background: #FAF9F7;
    border: solid 1px #D5DBDB;
    border-top: 0;
}
.entertainment .iner_add {
    margin: 0;
    padding: 0;
    background: none;
}
a h4 {
    color: #333;
    line-height: 22px;
} 

.first_sect {
    background: #eee;
    padding: 30px 0 0;
}.head_news_hig {
 text-align: center;
    overflow: hidden;
    /*padding: 30px 10px;*/
    font-size: 24px;
    line-height: 40px;
    color: #3c3f38;
    background: #fff;
        border-bottom: solid 1px #eee;
    margin-bottom: 30px;
}
 .head_news_hig:last-child
{
    /*border-bottom: 0;*/
} 

.social_lg a:hover {
    color: #333;
}
.social_lg a {
    color: #fff;
    font-size: 24px;
    margin-left: 19px;
}
.social_lg {
    text-align: right;
    padding: 25px 0 0;
}

.ennp {
    margin-bottom: 10px;
    
}

.ennp a
{
    color:#fff;
    font-size: 16px;
}
.ennp a:hover
{
    color:#eee;
    text-decoration:underline;
}
span.new_category  {
    background: #bb1919;
    padding: 2px 15px;
    color: #fff;
    font-size: 16px;
    
}
.head_news_hig h1 {
       font-size: 58px;
    display: block;
    line-height: 75px !important;
    margin-bottom: 15px;
    margin-top: 10px;
}
.head_news_hig h1 a {
    color: #333;
}
.head_news_hig h1 a:hover {
    color: #a91717 ;
}
.share {
    margin-top: -3px;
}
p.newslist {
    margin: 0px;
}
.hours {
       color: #868383;
    margin: 0;
    padding: 0;
}
.hours .fa {
    margin-right: 5px;
    color: #868383;
    font-weight: normal;
}
.right_fixed {
    position: fixed;
    right: 0;
}
.left_fixed {
    position: fixed;
    left: 0;
}
/* Social Icons */

.header-social-icons {
    margin-top: 14px !important;
    text-align: right;
}
.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}
.social-icons li {
    display: inline-block;
    margin:5px 15px 0 0;
    padding: 0;
    border-radius: 100% !important;
    overflow: visible;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.social-icons li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFF;
    border-radius: 100% !important;
    display: block;
       height: 40px;
    line-height: 33px;
    width: 40px;
    text-align: center;
    color: #3d3e3d !important;
    text-decoration: none;
}
.social-icons li:hover a {
    background: #171717;
    color: #FFF !important;
}
.social-icons li:hover.social-icons-twitter a {
    background: #1aa9e1;
}
.social-icons li:hover.social-icons-facebook a {
    background: #3b5a9a;
}
.social-icons li:hover.social-icons-linkedin a {
    background: #0073b2;
}
.social-icons li:hover.social-icons-rss a {
    background: #ff8201;
}
.social-icons li:hover.social-icons-googleplus a {
    background: #dd4b39;
}
.social-icons li:hover.social-icons-pinterest a {
    background: #cc2127;
}
.social-icons li:hover.social-icons-youtube a {
    background: #c3191e;
}
.social-icons li:hover.social-icons-instagram a {
    background: #7c4a3a;
}
.social-icons li:hover.social-icons-skype a {
    background: #00b0f6;
}
.social-icons li:hover.social-icons-email a {
    background: #dd4b39;
}
.social-icons li:hover.social-icons-vk a {
    background: #6383a8;
}
.social-icons li:hover.social-icons-xing a {
    background: #1a7576;
}
.social-icons li:hover.social-icons-tumblr a {
    background: #304e6c;
}
.social-icons li:hover.social-icons-reddit a {
    background: #ff4107;
}
.social-icons.social-icons-transparent li {
    box-shadow: none;
}
.social-icons.social-icons-transparent li a {
    background: transparent;
}
.social-icons.social-icons-icon-light li a i {
    color: #FFF;
}
/*share*/

div#share_bottom {
    padding: 10px 0;
    border-top: solid 1px #EDEDED;
    border-bottom: solid 1px #EDEDED;
}
ul.menu-of-news li a:after {
    content: "/";
    margin-left: 8px;
}
ul.menu-of-news li {
    margin-left: 10px;
    font-size: 15px;
}
ul.menu-of-news {
    margin: 0;
    padding: 0;
    display: inline-flex;
    list-style: none;
}
.list_nw.sec-topic {
     padding: 10px 0 30px;
    border-bottom: solid 1px #eee;
    display: block;
    background-color: rgba(255,255,255,0.8);
    /* box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); */
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
}

img.list_news_innerpage {
    width: 100%;
    min-width: 100%;
    height: 100%;
    max-height: 115px;
    min-height: 200px;
    display: block;
}

.brief_con {
    padding: 0px 15px;
}
.sec-info h2 {
    margin-bottom: 10px;
    line-height: 30px;
}
h3.ftr_ttl {
    margin: 0 0 10px;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
}
ul.social-icons li {
    width: auto !important;
}
ul.social-icons li a
{
    padding: 0;
}
address p .fa {
     width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 9px;
    color: #fff;
    border-radius: 50% !important;
}
.contact_us address p .fa {
    background: #a91717;
}
.contact_us {
       border: solid 1px #eee;
    padding: 10px;
    margin: 10px 5px;
}
footer>address>p>.fa:first-child {
    margin-top: 20px;
}
.videoicons {
    width: 44px !important;
    height: 43px !important;
    position: absolute;
    cursor: pointer;
    top: 30%;
    left: 42%;
    background: url(../images/play.png) no-repeat;
    z-index: 9999999999999;
}

.video_ttl h1 {
    text-transform: capitalize;
    color: #333;
    margin: 0 0 25px;

}




.video_ttl h2 {
    text-transform: capitalize;
    color: #333;
    margin: 0 0 0px;
    font-size: 16px;
    text-align: center;


}

.larg_vide {
    padding: 20px;
    border: solid 1px #eee;
    margin: 0 0 30px;
   
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.small_vide {
    padding: 20px;
    border: solid 1px #eee;
    margin: 0 0 30px;
}



.bg-1 {
    background: rgba(211, 211, 211, 0.15);
    border: solid 1px rgba(211, 211, 211, 0.15);
}
.video_next {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.video_next li a {
    color: #fff;
    font-size: 12px;
    padding: 5px;
    display: block;
    background: #2964a0;
    border-top: solid 1px #1A5885;
}
ul.video_next li.active a {
    background: #E71829;
}
 

 .right-sec_bijay {
    padding-left: 15px;
}

.iner.img_gal_thumb h2 {
    position: absolute;
    z-index: 99;
    padding: 0 6px;
        bottom: 25px;
}

.iner.img_gal_thumb h2 a {
    color: #fff;
        text-shadow: 1px 5px 20px #000;
}

.col-md-8 .img_gal_thumb {
    width: 100%;
    max-height: 184px;
    height: 100%;
    overflow: hidden;
}
.col-md-16 .img_gal_thumb
{
    width: 100%;
    max-height: 240px;
    height: 100%;
    overflow: hidden;
}
div#sm_model h2{
    margin-bottom: 0px;
    line-height: 0;
    padding: 0;
}
element.style {
}
.models_slid {
       width: 700px;
    margin: 0 auto;
    background: #ddd;
    padding-bottom: 6px;
}.models_slid h2 a {
    font-size: 24px;
    margin-left: 10px;
}

 
  
  .left_col {
    border-right: dotted 1px #eee;
   
}

  .dtl_pgst h1 {
        font-size: 40px;
    line-height: 50px;
    color: #444;
    margin-bottom: 10px;

}


.dtl_pgst h2 {
    color: #3d3e3d;
    font-size: 20px;
    line-height: 25px;
        margin-bottom: 20px;
}

.st-btn {
    border-radius: 50% !important;
}
.sharethis-inline-share-buttons {
    padding: 0;
    margin-top: -10px;
}
.caption_big_thu {
     position: relative;
    top: -7px;
    padding: 8px;
    background: rgba(28,28,28,0.9);
    display: block;
    color: #fff;
    font-size: 16px;
}

.caption_sml_thu {
     color: #222;
    margin: 0;
    padding: 9px;
    background: #e6e7e2;
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 0;
       font-size: 16px;
    text-transform: none;
}

li.active .caption_sml_thu {
    background: #3d3e3d;
    color: #fff;
}

li.active .img-thumbnail {
    background: #3d3e3d;
    border-color: #3d3e3d;
}
.sec-topic.details_p.col-sm-16 img {
    width: 100%;
}
.contest_list .nav-text {
    border: solid 1px #ccc;
}
.contest_list .nav-text h3 {
    color: #3d3e3d;
    margin: 10px 0 4px 0;
    font-size: 17px;
}
 
.contest_list .nav-text h3 {
    padding: 8px 7px;
}

.col-lg-my {
    margin-right: 15.6px;
}

 /*details_share*/
  .at_flat_counter {
     float: left !important;
    background: none !important;
    margin-right: 20px !important;
    border-right: solid 1px #eee;
    padding-right: 20px !important;
    font-size: 42px !important;
    line-height: 42px !important;
    left: 0 !important;
  }

.at_flat_counter:after {
   content: "Share" !important;
    margin-top: 5px !important;
    border: none !important;
    font-size: 15px !important;
    color: rgb(226, 10, 23);
    top: 0px !important;
    position: relative !important;
    text-align: center !important;
    line-height: 0 !important;
    display: block !important;
    width: 100% !important;
    margin-bottom: 5px;
        
}

div#share_bottom .addthis_sharing_toolbox {
    display: inline-block !important;
}
/*फोटो फिचर*/

 
 
.item.im_news {
    margin: 1px;
  padding: 15px;
    border: solid 1px #eee;
    border-radius: 8px !important;

}
.item.im_news img
{
    height: 100%;
    width: 100%;
       min-height:200px;
    max-height:200px;
}
 
 .item.im_news h2 {
    font-size: 20px;
        margin-bottom: 10px;
}
.addcls.container.show {
    width: 1175px;
}
/*ramjham*/


    .sajhasamachar_news_listes_img_ttl h2 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 28px;}
 .sajhasamachar_news_listes_img_ttl img {
     width: 100%;
    max-width: 70px;
    float: left;
    min-height: 70px;
    max-height: 70px;
    height: 100%;
    margin-right: 15px;
}
 .sajhasamachar_news_listes_img_ttl {
      padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e6e7e2;
    clear: both !important;
    overflow: hidden;
}

.sajhasamachar_news_listes_img_ttl:last-child {
    border-bottom: 0;
}
.sajhasamachar_news_listes_img_ttl.roundes_img img {
    border-radius: 50% !important;
}
.sajhasamachar_news_listes_img_ttl h4 {
    font-size: 15px;
}
.sajhasamachar_news_listes_img_ttl h4 a:hover {
    color: #ff9c03;
}
 .sajhasamachar_news_listes_img_ttl h4 a {
    color: #222;
}

/* MAGIC HAPPENS HERE */
.scroll-bar-wrap:hover .cover-bar {
   opacity: 0;
  -webkit-transition: all .5s;
}

h1>ul.sml_mnu li {
       float: left;
    padding: 5px 10px;
    font-size: 18px;
}
 h1>ul.sml_mnu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    float: right;
}

.sajhasamachar_news_listes_img_ttl h3 {
    margin: 0;
}
 .sajhasamachar_news_listes_img_ttl h3 a {
    color: #222;
}

.profile_sect img {
    width: 100%;
    height: 100%;
    max-width: 80px;
    min-width: 80px;
    max-height: 80px;
    min-height: 80px;
    float: left;
    margin-right: 9px;
    border-radius: 50% !important;
}
 .profile_sect {
   background: rgba(28,28,28,0.9);
    margin: 30px  0px;
    padding: 15px;
}

.profile_sect h4 a, .profile_sect p {
    color: #fff;
}
 .profile_sect h4 {
    font-size: 16px;
    color: #fff;
}

.profile_sect h1 span.border a {
    color: #fff;
}

ul.footer_nav li a:hover {
    color: #ff9c03;
}
 ul.footer_nav li a {
    color: #fff;
    display: block;
    border-bottom: solid 1px #484747;
    padding: 5px 0;
}
ul.footer_nav li a:last-child
{
 }
 ul.footer_nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

address p {
  /*  border-bottom: dotted 1px #e3e6e8;
    padding: 14px 0 20px;*/
}







/**/


 /*menu*/

.wsmain html, .wsmain body, .wsmain iframe, .wsmain h1, .wsmain h2, .wsmain h3, .wsmain h4, .wsmain h5, .wsmain h6 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    vertical-align: baseline;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: antialiased;
    font-smooth: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
    font-smoothing: subpixel-antialiased !important;
    font-smooth: subpixel-antialiased;
}
.wsmain .cl {
    clear: both;
}
.wsmain img, object, embed, video {
    border: 0 none;
    max-width: 100%;
}
.wsmain a:focus {
    outline: none !important;
}
.wsmain:before, .wsmain:after {
    content: "";
    display: table;
}
.wsmain:after {
    clear: both;
}

/*--------------------------------------------------------------------------
|  02 Desktop CSS
--------------------------------------------------------------------------*/

.wsmobileheader {
    display: none;
}
.overlapblackbg {
    display: none;
}
.wsmenucontainer {
       background: #bb1919;
    
    -webkit-background-attachment: fixed !important;
    -moz-background-attachment: fixed !important;
    background-attachment: fixed !important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
/*        margin-bottom: 30px;
*/}
.smllogo {
    padding: 18px 0px 0px 0px;
    margin: 0;
    float: left;
}
.smllogo a {
    display: block;
    float: left;
    padding: 0px 0px 0px 0px;
}
.smllogo a img {
    width: 146px
}
.topmenusearch {
    float: right;
    width: 225px;
    height: 39px;
    position: relative;
    margin: 16px 0px 0px 0px;
}
.topmenusearch .searchicon {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.topmenusearch input {
    width: 100%;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    text-indent: 15px;
    height: 39px;
    z-index: 2;
    outline: none;
    color: #ccc;
    background-color: #181818;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.topmenusearch input:focus {
    color: #fff;
    width: 260px;
}
.topmenusearch input:focus ~ .btnstyle {
    background-color: #282C37 !important;
    color: #fff;
    opacity: 0.9;
}
.topmenusearch input:focus ~ .btnstyle .fa {
    color: #fff;
}
.topmenusearch input:focus ~ .searchicon {
    opacity: 1;
    z-index: 3;
    color: #FFFFFF;
}
.topmenusearch .btnstyle {
    top: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    line-height: 30px;
    z-index: 1;
    cursor: pointer;
    opacity: 0.3;
    color: #fff;
    z-index: 1000;
    background-color: transparent;
    border: solid 0px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.topmenusearch .btnstyle .fa {
    line-height: 38px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.topmenusearch .btnstyle:hover {
    background-color: #282C37;
    opacity: 0.9;
}
 .wsmain {
    
    position: relative;
    
} 
.wsmenu {
   
    color: #fff;
     padding: 0px 0px 0px 0px;
    margin: 0px auto;
    width: 100%;
    float: right;
   /*  border-left: 1px solid rgba(0, 0, 0, 0.1);*/
}
.wsmenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    display: table;
    padding: 0px;
}
.wsmenu-list > li {
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
}
 
.wsmenu-list li ul li a .fa.fa-angle-double-right {
    font-size: 12px;
    margin: 0 3px 0 -4px;
}
.mobiletext {
    display: none;
}
.wsmenu-list li a .arrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #ffffff;
    content: "";
    right: 6px;
    height: 0;
    margin: 0 0 0 9px;
    position: absolute;
    text-align: right;
    top: 28px;
    width: 0;
}
.wsmenu-list > li > a {
           display: block;
    color: #f5f5f5;
    padding: 15px 20px;
    text-decoration: none;
    position: relative;
    font-weight: 600;
}
.wsmenu-list li a:hover .arrow:after {
    border-top-color: #b3b3b3
}
.wsmenu-list li a.active .arrow:after {
    border-top-color: #b3b3b3
}
.wsmenu-list li:hover>a .arrow:after {
    border-top-color: #b3b3b3
}
.megamenu iframe {
    width: 100%;
    margin-top: 10px;
    min-height: 200px;
}
.megamenu video {
    width: 100%;
    margin-top: 10px;
    min-height: 200px;
}
.wsmenu-list > li a.menuhomeicon {
    padding: 0px 20px;
}
.wsmenu-list > li.socialicon {
    float: left;
}
.wsmenu-list > li.socialicon a {
    width: 38px;
    padding: 0px 10px
}
.wsmenu-list > li.socialicon a .fa {
    font-size: 15px;
    color: #898d91;
    text-align: center;
}
.wsmenu-list > li.rightmenu {
    float: right;
}
.wsmenu-list > li.rightmenu a {
    padding: 0px 30px 0px 20px;
    border-right: none;
}
.wsmenu-list > li.rightmenu a .fa {
    font-size: 15px;
}
.wsmenu-list > li.rightmenu {
    float: right;
}
.wsmenu-list > li.rightmenu:before, .wsmenu-list > li.rightmenu:after {
    content: "";
    display: table;
}
.wsmenu-list > li.rightmenu:after {
    clear: both;
}
.wsmenu-list > li.rightmenu {
    zoom: 1;
}
.wsmenu-list > li.carticon {
    float: right;
}
.wsmenu-list > li.carticon a {
    padding: 0px 27px 0px 15px;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.wsmenu-list > li.carticon a .fa {
    font-size: 15px;
}
.wsmenu-list > li.carticon em.roundpoint {
    position: absolute;
    top: 8px;
    width: 15px;
    height: 15px;
    background-color: #DA4B38;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 9px;
    text-align: center;
    font-style: normal;
    line-height: 14px !important;
    color: #fff;
}
.wsmenu-list li:hover .megamenu {
    opacity: 1;
}
.megamenu {
    width: 100%;
    left: 0px;
    position: absolute;
    top: 75px;
    color: #000;
    z-index: 1000;
    margin: 0px;
    text-align: left;
    padding: 14px;
    font-size: 15px;
    border: solid 1px #eeeeee;
    background-color: #fff;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.megamenu .title {
    border-bottom: 1px solid #CCC;
    font-size: 14px;
    padding: 9px 5px 9px 0px;
    font-size: 17px;
    color: #424242;
    margin: 0px 0px 7px 0px;
    text-align: left;
    height: 39px;
    margin:0px 0px 10px 0px;
}
.link-list li {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-align: left;
}
.link-list li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 6px 0px;
    background: #fff !important;
    background-image: none !important;
    color: #666666 !important;
    border-right: 0 none !important;
    display: block;
    border-right: 1px solid #e7e7e7;
    background-color: #fff;
    color: #424242;
}
.link-list .fa {
    font-size: 11px;
}
.megacollink {
    width: 23%;
    float: left;
    margin: 0% 1%;
    padding: 0px;
}
.megacollink li {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-align: left;
}
.megacollink li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 8px 0px;
    background: #fff !important;
    background-image: none !important;
    color: #666666 !important;
    border-right: 0 none !important;
    display: block;
    border-right: 1px solid #e7e7e7;
    background-color: #fff;
    color: #424242;
}
.megacollink .fa {
    font-size: 11px;
}
.megacolimage {
    width: 31.33%;
    float: left;
    margin: 0% 1%;
}
.typographydiv {
    width: 100%;
    margin: 0% 0%;
}
.typographylinks {
    width: 25%;
    float: left;
    margin: 0% 0%;
}
.typographylinks ul {
    padding: 0px;
}
.mainmapdiv {
    width: 100%;
    display: block;
    margin: 0% 0%;
}
.wsmenu-list .ad-style {
    width: 28%;
    float: right;
}
.wsmenu-list .ad-style a {
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
    line-height: normal !important;
    background-image: none !important;
}
.mobile-sub .megamenu .ad-style a:hover {
    background-color: transparent !important;
}
.wsmenu-list .megamenu li:hover>a {
    background: transparent !important;
}
.wsmenu-list .megamenu li a:hover {
    background: transparent !important;
    text-decoration: underline;
}
.wsmenu-list .megamenu li .fa {
    margin-right: 5px;
    text-align: center;
    width: 18px;
}
.mrgtop {
    margin-top: 15px;
}
.show-grid div {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #dbdbdb;
    border: 1px solid #e7e7e7;
    color: #6a6a6a;
    margin: 2px 0px;
}
.megamenu .left.carousel-control {
    padding-top: 20%;
}
.megamenu .right.carousel-control {
    padding-top: 20%;
}
.carousel-inner .item img {
    width: 100%;
}
.megamenu .carousel-caption {
    bottom: 0px;
    background-color: rgba(0,0,0,0.7);
    font-size: 13px;
    height: 31px;
    left: 0;
    padding: 7px 0;
    right: 0;
    width: 100%;
}
.typography-text {
    padding: 0px 0px;
    font-size: 14px;
}
.typography-text ul {
    padding: 0px 0px;
    margin: 0px;
}
.typography-text p {
    text-align: justify;
    line-height: 24px;
    color: #656565;
}
.typography-text ul li {
    display: block;
    padding: 2px 0px;
    line-height: 22px;
}
.typography-text ul li a {
    color: #656565;
}
.halfmenu {
    width: 40%;
    right: auto !important;
    left: auto !important;
}
.halfmenu .megacollink {
    width: 48%;
    float: left;
    margin: 0% 1%;
}
.halfdiv {
    width: 30%;
    right: auto;
    left: auto;
}
.halfdiv03 {
    width: 25%;
    right: auto;
    left: auto;
}
.menu_form {
    width: 100%;
    display: block;
}
.menu_form input[type="text"] {
    width: 100%;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px;
}
.menu_form input[type="password"] {
    width: 100%;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px;
}
.menu_form textarea {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px;
    min-height: 122px;
}
.menu_form input[type="submit"] {
    width: 30%;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 7px 15px;
    font-size: 13px;
    font-weight: bold;
    margin-right: 8px;
    float: right;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,0.9);
    white-space: nowrap;
    background-color: #eaeaea;
    background-image: -moz-linear-gradient(#fafafa, #eaeaea);
    background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
    background-image: linear-gradient(#fafafa, #eaeaea);
    background-repeat: repeat-x;
    border-radius: 2px;
    border: 1px solid #ddd;
    border-bottom-color: #c5c5c5;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    vertical-align: middle;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    text-decoration: none;
}
.menu_form input[type="button"] {
    width: 30%;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 7px 15px;
    font-size: 13px;
    font-weight: bold;
    float: right;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,0.9);
    white-space: nowrap;
    background-color: #eaeaea;
    background-image: -moz-linear-gradient(#fafafa, #eaeaea);
    background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
    background-image: linear-gradient(#fafafa, #eaeaea);
    background-repeat: repeat-x;
    border-radius: 2px;
    border: 1px solid #ddd;
    border-bottom-color: #c5c5c5;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    vertical-align: middle;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    text-decoration: none;
}
.wsmenu-list li > .wsmenu-submenu {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}
.wsmenu-list li:hover > .wsmenu-submenu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}
.wsmenu-submenu li > .wsmenu-submenu-sub {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}
.wsmenu-submenu li:hover > .wsmenu-submenu-sub {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}
.wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}
.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}
.wsmenu-list li > .megamenu {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}
.wsmenu-list li:hover > .megamenu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}
.wsmenu-submenu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    margin: 0px;
    width: 200px;
    padding: 0px;
    border: 0;
    background-color: #fff;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.wsmenu-submenu li a {
       background: #981515 !important;
    background-image: none !important;
    color: #fff !important;
    border-right: 0 none !important;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 9px 15px;
    text-transform: none;
    letter-spacing: normal;
    border-bottom: solid 1px #8a1010;
}
.wsmenu-submenu li {
    position: relative;
    margin: 0px;
    padding: 0px;
}
.wsmenuexpandermain {
    display: none;
}
.wsmenu-list li:hover .wsmenu-submenu {
    display: block;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}
.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
    opacity: 1;
    list-style: none;
    padding: 0px;
    border: solid 1px #eeeeee;
    background-color: #fff;
}
.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
    display: block;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
    opacity: 1;
    list-style: none;
    padding: 0px;
    border: solid 1px #eeeeee;
    background-color: #fff;
}
.wsmenu-submenu li {
    position: relative;
    padding: 0px;
    margin: 0px;
    display: block;
}
.wsmenu-click {
    display: none;
}
.wsmenu-click02 {
    display: none;
}
.wsmenu-submenu .fa {
    margin-right: 7px;
}
.wsmenu-list li:hover>a {
    background-color: rgba(0,0,0,0.10) !important;
    text-decoration: none;
}
.wsmenu-list > li > a:hover {
    background-color: rgba(0,0,0,0.10) !important;
    text-decoration: none;
}
.wsmenu-list > li > a.active {
    background-color: rgba(0,0,0,0.10) !important;
    text-decoration: none;
    border-bottom: solid 3px #ccc;
}
.wsmenu-submenu > li > a:hover {
    background-color:#8a1010 !important;
    border-radius: 0px!important;
    text-decoration: none;
    text-decoration: none;
}
 


/*--------------------------------------------------------------------------
|  04 Mobile CSS
--------------------------------------------------------------------------*/ 


@media only screen and (max-width: 780px) {
.smllogo {
    display: none !important;
}
.wsmain {
    margin: 0px;
    background-color: transparent;
}
.topmenusearch {
    margin: 0px 0 0;
    width: 100%;
    height: 44px;
}
.topmenusearch input:focus {
    width: 100%;
    background-color: #f5f5f5;
    color: #000;
}
.topmenusearch input:hover {
    width: 100%;
    background-color: #f5f5f5;
    color: #000;
}
.topmenusearch input {
    border-radius: 0px !important;
    height: 44px;
    background-color: #f1f1f1;
}
.smllogo {
    width: 100%;
    display: none !important;
    margin: 0 auto;
    text-align: center;
    background-color: #2B3A40;
}
.smllogo a {
    margin: 0 auto;
    text-align: center;
    float: none;
    padding: 10px 0px 3px 0px;
}
.topmenusearch .btnstyle {
    height: 44px;
    color: #424242;
}
.wsmenucontainer {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.overlapblackbg {
    left: 0;
    z-index: 102;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
}
.wsmenucontainer.wsoffcanvasopener {
    display: block;
    margin-left: 240px;
}
.wsmobileheader {
    display: block !important;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.callusicon {
    color: #c9c9c9;
    font-size: 25px;
    height: 25px;
    position: fixed;
    right: 15px;
    top: 13px;
    transition: all 0.4s ease-in-out 0s;
    width: 25px;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.callusicon:focus, callusicon:hover {
    color: #fff !important;
}
.wsoffcanvasopener .callusicon {
    display: none !important;
}
.smallogo {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 9px;
    position: fixed;
    z-index: 101;
    width: 100%;
    height: 52px;
    background:#333;
    box-shadow: 0 1px 4px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
}
.smallogo > img {
    margin-top: 6px;
}
.wsmenu-list > li:hover>a {
    background-color: rgba(0,0,0,0.08) !important;
    text-decoration: none;
}
.mobiletext {
    display: inline-block !important;
}
.wsoffcanvasopener .overlapblackbg {
    display: block !important;
}
.wsoffcanvasopener .wsmain {
    left: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.wsmain {
    width: 240px;
    left: -240px;
    height: 100%;
    position: fixed;
    top: 0;
    margin: 0;
    float: none;
     border-radius: 0px;
    z-index: 103;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none !important;
    background-color: #a91717 !important;
}
.wsmenu {
    border-left: none;
    float: none;
    width: 100%;
    display: block !important;
    height: 100%;
 
    display: block !important;
}
.wsmenu-click {
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}
.wsmenu-click i {
    display: block;
    height: 23px;
    width: 25px;
    margin-top: 11px;
    margin-right: 8px;
    background-size: 25px;
    font-size: 21px;
    color: rgba(0,0,0,0.25);
    float: right;
}
.wsmenu-click02 {
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}
.wsmenu-click02 i {
    display: block;
    height: 23px;
    width: 25px;
    margin-top: 11px;
    margin-right: 8px;
    background-size: 25px;
    font-size: 21px;
    color: rgba(0,0,0,0.25);
    float: right;
}
.ws-activearrow > i {
    transform: rotate(180deg);
}
.wsmenu-rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.animated-arrow {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.wsoffcanvasopener .animated-arrow {
    left: 240px;
}
.animated-arrow {
    cursor: pointer;
    padding: 13px 35px 16px 0px;
    margin: 10px 0 0 15px;
}
.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    cursor: pointer;
    height: 3px;
    width: 23px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
}
.animated-arrow span:before {
    top: -7px;
}
.animated-arrow span:after {
    bottom: -7px;
}
.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    transition: all 500ms ease-in-out;
}
.wsoffcanvasopener .animated-arrow span {
    background-color: transparent;
}
.wsoffcanvasopener .animated-arrow span:before, .animated-arrow.active span:after {
    top: 7px;
}
.wsoffcanvasopener .animated-arrow span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0px;
}
.wsoffcanvasopener .animated-arrow span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.megacollink {
    width: 96% !important;
    margin: 0% 2% !important;
}
.megacolimage {
    width: 90% !important;
    margin: 0% 5% !important;
}
.typographylinks {
    width: 98% !important;
    margin: 0% 1% !important;
}
.typographydiv {
    width: 86% !important;
    margin: 0% 7% !important;
}
.mainmapdiv {
    width: 90% !important;
    margin: 0% 5% !important;
}
.innerpnd {
    padding: 0px !important;
}
.typography-text {
    padding: 10px 0px;
}
.wsmenu-list .megamenu {
    background-color: #e7e7e7;
    color: #666666;
    display: none;
    position: relative !important;
    top: 0px;
    padding: 0px;
    border: solid 0px;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.wsmenu-list li:hover .megamenu {
    display: none;
    position: relative !important;
    top: 0px;
}
.megamenu .title {
    color: #666666;
    font-size: 15px !important;
    padding: 10px 8px 10px 0px;
}
.megamenu > ul {
    width: 100% !important;
    margin: 0px;
    padding: 0px;
    font-size: 13px !important;
}
.megamenu > ul > li > a {
    padding: 9px 14px !important;
    line-height: normal !important;
    font-size: 13px !important;
    background-color: #e7e7e7 !important;
    color: #666666;
}
.megamenu > ul > li > a:hover {
    background-color: #000000 !important;
}
.ad-style {
    width: 100% !important;
}
.megamenu ul li.title {
    line-height: 26px;
    color: #666666;
    margin: 0px;
    font-size: 15px;
    padding: 7px 13px !important;
    border-bottom: 1px solid #ccc;
    background-color: transparent !important;
}
.wsmenu-submenu > li:hover>a {
    background-color: #7b7b7b;
    color: #666666;
}
.wsmenu > .wsmenu-list > li > a.active {
    color: #666666;
    background-color: rgba(0,0,0,0.08);
}
.wsmenu > .wsmenu-list > li > a:hover {
    color: #666666;
    background-color: rgba(0,0,0,0.08);
}
.wsmenu-list li:hover .wsmenu-submenu {
    display: none;
}
.wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub {
    display: none;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
    display: none;
    list-style: none;
    padding: 2px;
    border: solid 1px #eeeeee;
    background-color: #fff;
}
.wsmenu-list li:first-child a {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.wsmenu-list li:last-child a {
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border-right: 0px solid;
}
.wsmenu-submenu-sub {
    width: 100% !important;
    position: static !important;
    left: 100% !important;
    top: 0 !important;
    display: none;
    margin: 0px !important;
    padding: 0px !important;
    border: solid 0px !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.wsmenu-submenu-sub li {
    margin: 0px 0px 0px 0px !important;
    padding: 0px;
    position: relative;
}
.wsmenu-submenu-sub a {
    display: block;
    padding: 10px 25px 10px 25px;
    border-bottom: solid 1px #ccc;
    font-weight: normal;
}
.wsmenu-submenu-sub li a.active {
    color: #000 !important;
}
.wsmenu-submenu-sub li:hover>a {
    background-color: #333333 !important;
    color: #fff;
}
.wsmenu > .wsmenu-list > li > a > .fa {
    font-size: 16px;
    color: #bfbfbf;
    margin-right: 11px;
    text-align: center;
    width: 19px;
}
.wsmenu-submenu-sub-sub {
    width: 100% !important;
    position: static !important;
    left: 100% !important;
    top: 0 !important;
    display: none;
    margin: 0px !important;
    padding: 0px !important;
    border: solid 0px !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.wsmenu-submenu-sub-sub li {
    margin: 0px 0px 0px 0px !important;
}
.wsmenu-submenu-sub-sub a {
    display: block;
    color: #000;
    padding: 10px 25px;
    background: #000 !important;
    border-bottom: solid 1px #ccc;
    font-weight: normal;
}
.wsmenu-submenu-sub-sub li a.active {
    color: #000 !important;
}
.wsmenu-submenu-sub-sub li:hover>a {
    background-color: #606060 !important;
    color: #fff;
}
.wsmenu .wsmenu-list {
    display: block !important;
/*        background: #fff;
*/}
.wsmenu .wsmenu-list > li {
    width: 100%;
    display: block;
    float: none;
    border-right: none;
    background-color: #a91717;
    position: relative;
    white-space: inherit;
}
.wsmenu > .wsmenu-list > li > a {
    padding: 9px 32px 9px 12px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    background-color: transparent;
    color: #fff;
    line-height: 25px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0,0,0,0.13);
    position: static;
}
.wsmenu .wsmenu-list li a .arrow:after {
    display: none !important;
}
.wsmenu .wsmenu-list li ul li a .fa.fa-caret-right {
    font-size: 12px !important;
    color: #8E8E8E;
}
.mobile-sub .wsmenu-submenu {
    transform: none !important;
    opacity: 1 !important;
    display: none;
    position: relative !important;
    top: 0px;
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 0px;
    visibility: visible !important;
}

.mobile-sub .wsmenu-submenu li a {
      line-height: 20px;
    height: 36px;
    background-color: #9c1515 !important;
    font-size: 13px !important;
    padding: 8px 0px 8px 18px;
    border-bottom: solid 1px #841313;
    color: #fff !important;
}
.mobile-sub .wsmenu-submenu li a:hover {
    background-color: #e7e7e7 !important;
    color: #666666;
    text-decoration: underline;
}
.mobile-sub .wsmenu-submenu li:hover>a {
    background-color: #e7e7e7 !important;
    color: #666666;
}
.mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a {
    line-height: 20px;
    height: 36px;
    background-color: #e7e7e7 !important;
    border-bottom: none;
    padding-left: 28px;
}
.mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li .wsmenu-submenu-sub-sub li a {
    line-height: 20px;
    height: 36px;
    background-color: #e7e7e7 !important;
    border-bottom: none !important;
    padding-left: 38px;
    color: #8e8e8e;
}
.wsmenu-list > li.socialicon a {
    width: 100%;
}
.wsmenu-list > li.carticon em.roundpoint {
    left: 22px;
}
.halfdiv .title {
    padding-left: 15px;
}
.halfdiv {
    width: 100%;
    display: block;
}
.halfdiv03 .title {
    padding-left: 15px;
}
.halfdiv03 {
    width: 100%;
}
.halfmenu {
    width: 100%;
    display: block;
}
.menu_form {
    padding: 10px 10px 63px 10px;
    background-color: #e7e7e7;
}
.menu_form input[type="button"] {
    width: 46%;
}
.menu_form input[type="submit"] {
    width: 46%;
}
.menu_form textarea {
    min-height: 100px;
}
.wsmenu-list li > .wsmenu-submenu {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
        border: 0;
    width: 100%;
    background: none;
}
.wsmenu-list li:hover > .wsmenu-submenu {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
}
.wsmenu-submenu li > .wsmenu-submenu-sub {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
}
.wsmenu-submenu li:hover > .wsmenu-submenu-sub {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.wsmenu-list li > .megamenu {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.wsmenu-list li:hover > .megamenu {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
}
}

/*--------------------------------------------------------------------------
|  05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/ 

.gry {
    background: #424242;
    color: #fff;
}
.orange {
    background: #ff670f;
    color: #fff;
}
.blue {
    background: #4A89DC;
    color: #fff;
}
.green {
    background: #74a52e;
    color: #fff;
}
.red {
    background: #DA4B38;
    color: #fff;
}
.yellow {
    background: #F6BB42;
    color: #fff;
}
.purple {
    background: #967ADC;
    color: #fff;
}
.pink {
    background: #ee1289;
    color: #fff;
}
.chocolate {
    background: #934915;
    color: #fff;
}
.gry > .wsmain > .wsmenu > .wsmenu-list > li:hover>a {
    background: #424242 !important;
    color: #fff !important;
}
.gry > .wsmain > .wsmenu > .wsmenu-list > li > a:hover {
    background: #424242 !important;
    color: #fff !important;
}
.gry > .wsmain > .wsmenu > .wsmenu-list > li > a.active {
    background: #424242 !important;
    color: #fff !important;
}
.gry > .wsmain > .wsmenu > .wsmenu-list > li > a.active .fa {
    color: #fff !important;
}
.gry > .wsmain > .wsmenu > .wsmenu-list > li > a:hover .fa {
    color: #fff !important;
}
.gry > .wsmain > .wsmenu-submenu > li > a:hover {
    background: #424242;
    border-radius: 0px!important;
    color: #fff;
}
.gry > .wsmain > .wsmenu > .wsmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}
.gry > .wsmain > .wsmenu > .wsmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}
.gry > .wsmain > .wsmenu > .wsmenu-list li:hover>a .arrow:after {
    border-top-color: #fff;
}
.red > .wsmain > .wsmenu > .wsmenu-list > li:hover>a {
    background: #DA4B38 !important;
    color: #fff !important;
}
.red > .wsmain > .wsmenu > .wsmenu-list > li > a:hover {
    background: #DA4B38 !important;
    color: #fff !important;
}
.red > .wsmain > .wsmenu > .wsmenu-list > li > a.active {
    background: #DA4B38 !important;
    color: #fff !important;
}
.red > .wsmain > .wsmenu > .wsmenu-list > li > a.active .fa {
    color: #fff !important;
}
.red > .wsmain > .wsmenu > .wsmenu-list > li > a:hover .fa {
    color: #fff !important;
}
.red > .wsmenu-submenu > li > a:hover {
    background: #DA4B38 !important;
    border-radius: 0px!important;
    color: #fff !important;
}
.red > .wsmain .wsmenu > .wsmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}
.red > .wsmain .wsmenu > .wsmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}
.red > .wsmain .wsmenu > .wsmenu-list li:hover>a .arrow:after {
    border-top-color: #fff;
}
.orange > .wsmain > .wsmenu > .wsmenu-list > li:hover>a {
    background: #ff670f !important;
    color: #fff !important;
}
.orange > .wsmain > .wsmenu > .wsmenu-list > li > a:hover {
    background: #ff670f !important;
    color: #fff !important;
}
.orange > .wsmain > .wsmenu > .wsmenu-list > li > a.active {
    background: #ff670f !important;
    color: #fff !important;
}
.orange > .wsmain > .wsmenu > .wsmenu-list > li > a.active .fa {
    color: #fff !important;
}
.orange > .wsmain > .wsmenu > .wsmenu-list > li > a:hover .fa {
    color: #fff !important;
}
.orange > .wsmenu > .wsmenu-submenu > li > a:hover {
    background: #ff670f;
    border-radius: 0px!important;
    color: #fff;
}
.orange > .wsmain > .wsmenu > .wsmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}
.orange > .wsmain > .wsmenu > .wsmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}
.orange > .wsmain > .wsmenu > .wsmenu-list li:hover>a .arrow:after {
    border-top-color: #fff;
}
.blue > .wsmain > .wsmenu > .wsmenu-list > li:hover>a {
    background: #4A89DC !important;
    color: #fff !important;
}
.blue > .wsmain > .wsmenu > .wsmenu-list > li > a:hover {
    background: #4A89DC !important;
    color: #fff !important;
}
.blue > .wsmain > .wsmenu > .wsmenu-list > li > a.active {
    background: #4A89DC !important;
    color: #fff !important;
}
.blue > .wsmain > .wsmenu > .wsmenu-list > li > a:hover .fa {
    color: #fff !important;
}
.blue > .wsmain > .wsmenu > .wsmenu-list > li > a.active .fa {
    color: #fff !important;
}
.blue > .wsmenu > .wsmenu-submenu li > a:hover {
    background: #4A89DC !important;
    border-radius: 0px!important;
    color: #fff !important;
}
.blue > .wsmain > .wsmenu > .wsmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}
.blue > .wsmain > .wsmenu > .wsmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}
.blue > .wsmain > .wsmenu > .wsmenu-list li:hover>a .arrow:after {
    border-top-color: #fff;
}
.green > .wsmain > .wsmenu > .wsmenu-list > li:hover>a {
    background: #74a52e !important;
    color: #fff !important;
}
.green > .wsmain > .wsmenu > .wsmenu-list > li > a:hover {
    background: #74a52e !important;
    color: #fff !important;
}
.green > .wsmain > .wsmenu > .wsmenu-list > li > a.active {
    background: #74a52e !important;
    color: #fff !important;
}
.green > .wsmain > .wsmenu > .wsmenu-list > li > a.active .fa {
    color: #fff !important;
}
.green > .wsmain > .wsmenu > .wsmenu-list > li > a:hover .fa {
    color: #fff !important;
}
.green > .wsmenu > .wsmenu-submenu > li > a:hover {
    background: #74a52e !important;
    border-radius: 0px!important;
    color: #fff !important;
}
.green > .wsmain > .wsmenu > .wsmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}
.green > .wsmain > .wsmenu > .wsmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}
.green > .wsmain > .wsmenu > .wsmenu-list li:hover>a .arrow:after {
    border-top-color: #fff;
}
.yellow > .wsmain > .wsmenu > .wsmenu-list > li:hover>a {
    background: #F6BB42 !important;
    color: #fff !important;
}
.yellow > .wsmain > .wsmenu > .wsmenu-list > li > a:hover {
    background: #F6BB42 !important;
    color: #fff !important;
}
.yellow > .wsmain > .wsmenu > .wsmenu-list > li > a.active {
    background: #F6BB42 !important;
    color: #fff !important;
}
.yellow > .wsmain > .wsmenu > .wsmenu-list > li > a.active .fa {
    color: #fff !important;
}
.yellow > .wsmain > .wsmenu > .wsmenu-list > li > a:hover .fa {
    color: #fff !important;
}
.yellow > .wsmenu > .wsmenu-submenu > li > a:hover {
    background: #F6BB42 !important;
    border-radius: 0px!important;
    color: #fff !important;
}
.yellow > .wsmain > .wsmenu > .wsmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}
.yellow > .wsmain > .wsmenu > .wsmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}
.yellow > .wsmain > .wsmenu > .wsmenu-list li:hover>a .arrow:after {
    border-top-color: #fff;
}
.purple > .wsmain > .wsmenu > .wsmenu-list > li:hover>a {
    background: #967ADC !important;
    color: #fff !important;
}
.purple > .wsmain > .wsmenu > .wsmenu-list > li > a:hover {
    background: #967ADC !important;
    color: #fff !important;
}
.purple > .wsmain > .wsmenu > .wsmenu-list > li > a.active {
    background: #967ADC !important;
    color: #fff !important;
}
.purple > .wsmain > .wsmenu > .wsmenu-list > li > a.active .fa {
    color: #fff !important;
}
.purple > .wsmain > .wsmenu > .wsmenu-list > li > a:hover .fa {
    color: #fff !important;
}
.purple > .wsmenu > .wsmenu-submenu > li > a:hover {
    background: #967ADC !important;
    border-radius: 0px!important;
    color: #fff !important;
}
.purple > .wsmain > .wsmenu > .wsmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}
.purple > .wsmain > .wsmenu > .wsmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}
.purple > .wsmain > .wsmenu > .wsmenu-list li:hover>a .arrow:after {
    border-top-color: #fff;
}
.pink > .wsmain > .wsmenu > .wsmenu-list > li:hover>a {
    background: #ee1289 !important;
    color: #fff !important;
}
.pink > .wsmain > .wsmenu > .wsmenu-list > li > a:hover {
    background: #ee1289 !important;
    color: #fff !important;
}
.pink > .wsmain > .wsmenu > .wsmenu-list > li > a.active {
    background: #ee1289 !important;
    color: #fff !important;
}
.pink > .wsmain > .wsmenu > .wsmenu-list > li > a.active .fa {
    color: #fff !important;
}
.pink > .wsmain > .wsmenu > .wsmenu-list > li > a:hover .fa {
    color: #fff !important;
}
.pink > .wsmenu > .wsmenu-submenu > li > a:hover {
    background: #ee1289 !important;
    border-radius: 0px!important;
    color: #fff !important;
}
.pink > .wsmain > .wsmenu > .wsmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}
.pink > .wsmain > .wsmenu > .wsmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}
.pink > .wsmain > .wsmenu > .wsmenu-list li:hover>a .arrow:after {
    border-top-color: #fff;
}
.chocolate > .wsmain > .wsmenu > .wsmenu-list > li:hover>a {
    background: #934915 !important;
    color: #fff !important;
}
.chocolate > .wsmain > .wsmenu > .wsmenu-list > li a:hover {
    background: #934915 !important;
    color: #fff !important;
}
.chocolate > .wsmain > .wsmenu > .wsmenu-list > li a.active {
    background: #934915 !important;
    color: #fff !important;
}
.chocolate > .wsmain > .wsmenu > .wsmenu-list > li > a.active .fa {
    color: #fff !important;
}
.chocolate > .wsmain > .wsmenu > .wsmenu-list > li > a:hover .fa {
    color: #fff !important;
}
.chocolate > .wsmenu > .wsmenu-submenu > li a:hover {
    background: #934915 !important;
    border-radius: 0px!important;
    color: #fff !important;
}
.chocolate > .wsmain > .wsmenu > .wsmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}
.chocolate > .wsmain > .wsmenu > .wsmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}
.chocolate > .wsmain > .wsmenu > .wsmenu-list li:hover>a .arrow:after {
    border-top-color: #fff;
}
.tranbg {
    background-color: transparent !important;
}
.whitebg {
    background-color: #fff !important;
}
.whitebg:hover {
    color: #000 !important;
}
.pm_buttoncolor .wsmenu-list > li > a .fa {
    color: #fff !important;
}
.pm_buttoncolor03 .wsmenu-list > li:hover>a .fa {
    color: #fff !important;
}
.pm_buttoncolor .wsmenu-list li a .arrow:after {
    border-top-color: #fff;
}
.blue-grdt {
    background: #5999ee;
    background: -moz-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5999ee), color-stop(100%, #4a89dc));
    background: -webkit-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
    background: -o-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
    background: -ms-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5999ee', endColorstr='#4a89dc', GradientType=0 );
    color: #fff;
}
.gry-grdt {
    background: #565656;
    background: -moz-linear-gradient(top, #565656 0%, #424242 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #424242));
    background: -webkit-linear-gradient(top, #565656 0%, #424242 100%);
    background: -o-linear-gradient(top, #565656 0%, #424242 100%);
    background: -ms-linear-gradient(top, #565656 0%, #424242 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#424242', GradientType=0 );
    color: #fff;
}
.green-grdt {
    background: #86ba3d;
    background: -moz-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86ba3d), color-stop(100%, #74a52e));
    background: -webkit-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
    background: -o-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
    background: -ms-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86ba3d', endColorstr='#74a52e', GradientType=0 );
    color: #fff;
}
.red-grdt {
    background: #f05c48;
    background: -moz-linear-gradient(top, #f05c48 0%, #da4b38 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f05c48), color-stop(100%, #da4b38));
    background: -webkit-linear-gradient(top, #f05c48 0%, #da4b38 100%);
    background: -o-linear-gradient(top, #f05c48 0%, #da4b38 100%);
    background: -ms-linear-gradient(top, #f05c48 0%, #da4b38 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05c48', endColorstr='#da4b38', GradientType=0 );
    color: #fff;
}
.orange-grdt {
    background: #fc7d33;
    background: -moz-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc7d33), color-stop(100%, #ff670f));
    background: -webkit-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
    background: -o-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
    background: -ms-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7d33', endColorstr='#ff670f', GradientType=0 );
    color: #fff;
}
.yellow-grdt {
    background: #ffcd67;
    background: -moz-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcd67), color-stop(100%, #f6bb42));
    background: -webkit-linear-gradient(top, #ffcd67 0%, #ff670f 100%);
    background: -o-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
    background: -ms-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd67', endColorstr='#f6bb42', GradientType=0 );
    color: #fff;
}
.purple-grdt {
    background: #a98ded;
    background: -moz-linear-gradient(top, #a98ded 0%, #967adc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a98ded), color-stop(100%, #967adc));
    background: -webkit-linear-gradient(top, #a98ded 0%, #967adc 100%);
    background: -o-linear-gradient(top, #a98ded 0%, #967adc 100%);
    background: -ms-linear-gradient(top, #a98ded 0%, #967adc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a98ded', endColorstr='#967adc', GradientType=0 );
    color: #fff;
}
.pink-grdt {
    background: #fb3ea4;
    background: -moz-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb3ea4), color-stop(100%, #f21b8f));
    background: -webkit-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
    background: -o-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
    background: -ms-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3ea4', endColorstr='#f21b8f', GradientType=0 );
    color: #fff;
}
.tranbg > .wsmenu > .wsmenu-list > li > a {
    color: #424242;
    border-right: none;
    border-left: none;
    background-color: transparent;
}
.tranbg > .wsmenu > .wsmenu-list > li > a:hover {
    background-color: transparent !important;
}
.tranbg > .wsmenu > .wsmenu-list > li > a {
    background-color: transparent !important;
}
.tranbg > .wsmenu > .wsmenu-list > li > a > .arrow:after {
    border-top-color: #898d91 !important;
}
.tranbg > .wsmenu {
    border: none;
}
.whitebg > .wsmenu > .wsmenu-list > li > a {
    color: #424242;
}
.whitebg > .wsmenu > .wsmenu-list > li > a > .arrow:after {
    border-top-color: #E5E5E5 !important;
}
.whitebg > .wsmenu > .wsmenu-list > li > a {
    color: #424242 !important;
}
.whitebg > .wsmain > .wsmenu > .wsmenu-list > li > a {
    color: #424242 !important;
}
.red-grdt > .wsmenu > .wsmenu-list > li > a {
    color: #fff !important;
}
.red-grdt > .wsmenu > .wsmenu-list > li > a > .arrow:after {
    border-top-color: #fff !important;
}
.gry-grdt > .wsmenu > .wsmenu-list > li > a {
    color: #fff !important;
}
.gry-grdt > .wsmenu > .wsmenu-list > li > a > .arrow:after {
    border-top-color: #fff !important;
}
.blue-grdt > .wsmenu > .wsmenu-list > li > a {
    color: #fff !important;
}
.blue-grdt > .wsmenu > .wsmenu-list > li > a > .arrow:after {
    border-top-color: #fff !important;
}
.green-grdt > .wsmenu > .wsmenu-list > li > a {
    color: #fff !important;
}
.green-grdt > .wsmenu > .wsmenu-list > li > a > .arrow:after {
    border-top-color: #fff !important;
}
.orange-grdt > .wsmenu > .wsmenu-list > li > a {
    color: #fff !important;
}
.orange-grdt > .wsmenu > .wsmenu-list > li > a > .arrow:after {
    border-top-color: #fff !important;
}
.yellow-grdt > .wsmenu > .wsmenu-list > li > a {
    color: #424242 !important;
}
.yellow-grdt > .wsmenu > .wsmenu-list > li > a > .arrow:after {
    border-top-color: #424242 !important;
}
.yellow-grdt > .wsmenu > .wsmenu-list li a .fa {
    color: #424242 !important;
}
.purple-grdt > .wsmenu > .wsmenu-list > li > a {
    color: #fff !important;
}
.purple-grdt > .wsmenu > .wsmenu-list > li > a > .arrow:after {
    border-top-color: #fff !important;
}
.pink-grdt > .wsmenu > .wsmenu-list > li > a {
    color: #fff !important;
}
.pink-grdt > .wsmenu > .wsmenu-list > li > a > .arrow:after {
    border-top-color: #fff !important;
}
 @media only screen and (max-width: 780px) {
.tranbg {
    background-color: #fff !important;
}
.red-grdt > .wsmenu > .wsmenu-list > li > a > .fa {
    color: #fff !important;
}
.blue-grdt > .wsmenu > .wsmenu-list > li > a > .fa {
    color: #fff !important;
}
.orange-grdt > .wsmenu > .wsmenu-list > li > a > .fa {
    color: #fff !important;
}
.green-grdt > .wsmenu > .wsmenu-list > li > a > .fa {
    color: #fff !important;
}
.purple-grdt > .wsmenu > .wsmenu-list > li > a > .fa {
    color: #fff !important;
}
.pink-grdt > .wsmenu > .wsmenu-list > li > a > .fa {
    color: #fff !important;
}
.pm_buttoncolor > .wsmain > .wsmenu > .wsmenu-list > li > a {
    color: #fff;
}
.blue-grdt .wsmain {
    background: #5999ee;
    background: -moz-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5999ee), color-stop(100%, #4a89dc));
    background: -webkit-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
    background: -o-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
    background: -ms-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5999ee', endColorstr='#4a89dc', GradientType=0 );
    color: #fff;
}
.gry-grdt .wsmain {
    background: #565656;
    background: -moz-linear-gradient(top, #565656 0%, #424242 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #424242));
    background: -webkit-linear-gradient(top, #565656 0%, #424242 100%);
    background: -o-linear-gradient(top, #565656 0%, #424242 100%);
    background: -ms-linear-gradient(top, #565656 0%, #424242 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#424242', GradientType=0 );
    color: #fff;
}
.green-grdt .wsmain {
    background: #86ba3d;
    background: -moz-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86ba3d), color-stop(100%, #74a52e));
    background: -webkit-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
    background: -o-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
    background: -ms-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86ba3d', endColorstr='#74a52e', GradientType=0 );
    color: #fff;
}
.red-grdt .wsmain {
    background: #f05c48;
    background: -moz-linear-gradient(top, #f05c48 0%, #da4b38 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f05c48), color-stop(100%, #da4b38));
    background: -webkit-linear-gradient(top, #f05c48 0%, #da4b38 100%);
    background: -o-linear-gradient(top, #f05c48 0%, #da4b38 100%);
    background: -ms-linear-gradient(top, #f05c48 0%, #da4b38 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05c48', endColorstr='#da4b38', GradientType=0 );
    color: #fff;
}
.orange-grdt .wsmain {
    background: #fc7d33;
    background: -moz-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc7d33), color-stop(100%, #ff670f));
    background: -webkit-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
    background: -o-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
    background: -ms-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7d33', endColorstr='#ff670f', GradientType=0 );
    color: #fff;
}
.yellow-grdt .wsmain {
    background: #ffcd67;
    background: -moz-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcd67), color-stop(100%, #f6bb42));
    background: -webkit-linear-gradient(top, #ffcd67 0%, #ff670f 100%);
    background: -o-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
    background: -ms-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd67', endColorstr='#f6bb42', GradientType=0 );
    color: #fff;
}
.purple-grdt .wsmain {
    background: #a98ded;
    background: -moz-linear-gradient(top, #a98ded 0%, #967adc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a98ded), color-stop(100%, #967adc));
    background: -webkit-linear-gradient(top, #a98ded 0%, #967adc 100%);
    background: -o-linear-gradient(top, #a98ded 0%, #967adc 100%);
    background: -ms-linear-gradient(top, #a98ded 0%, #967adc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a98ded', endColorstr='#967adc', GradientType=0 );
    color: #fff;
}
.pink-grdt .wsmain {
    background: #fb3ea4;
    background: -moz-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb3ea4), color-stop(100%, #f21b8f));
    background: -webkit-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
    background: -o-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
    background: -ms-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3ea4', endColorstr='#f21b8f', GradientType=0 );
    color: #fff;
}
.gry .wsmenu-submenu > li:hover>a {
    background-color: #424242 !important;
    color: #fff;
}
.gry .wsmenu .wsmenu-list li > a.active {
    color: #fff;
    background-color: #424242;
}
.gry .wsmenu .wsmenu-list li > a:hover {
    color: #fff;
    background-color: #424242;
}
.orange > .wsmenu-submenu > li:hover>a {
    background-color: #ff670f !important;
    color: #fff;
}
.orange > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #ff670f;
}
.orange > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #ff670f;
}
.blue > .wsmenu-submenu > li:hover>a {
    background-color: #4A89DC !important;
    color: #fff;
}
.blue > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #4A89DC;
}
.blue > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #4A89DC;
}
.green > .wsmenu-submenu > li:hover>a {
    background-color: #74a52e !important;
    color: #fff;
}
.green > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #74a52e;
}
.green > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #74a52e;
}
.red > .wsmenu-submenu > li:hover>a {
    background-color: #DA4B38 !important;
    color: #fff;
}
.red > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #DA4B38;
}
.red > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #DA4B38;
}
.yellow > .wsmenu-submenu > li:hover>a {
    background-color: #F6BB42 !important;
    color: #fff;
}
.yellow > .wsmenu .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #F6BB42;
}
.yellow > .wsmenu .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #F6BB42;
}
.purple > .wsmenu-submenu > li:hover>a {
    background-color: #967ADC !important;
    color: #fff;
}
.purple > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #967ADC;
}
.purple > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #967ADC;
}
.pink > .wsmenu-submenu > li:hover>a {
    background-color: #ee1289 !important;
    color: #fff;
}
.pink > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #ee1289;
}
.pink > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #ee1289;
}
.chocolate > .wsmenu-submenu > li:hover>a {
    background-color: #934915 !important;
    color: #fff;
}
.chocolate > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #934915;
}
.chocolate > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #934915;
}
}

body {
    background-color: #fff;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
     padding: 15px 0 20px;
    min-width: 320px;
}
.header {
    width: 100%;
    display: block;
    min-height: 214px;
    padding-top: 0px;
}
.headerwp {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
}
.headerfull {
    width: 100%;
    background-color:#a91717;
    
}
.posrlt {
    position: relative;
}
.headtoppart {
       display: block;
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    min-width: 320px;
    font-style: italic;
    background: #a91717;
    font-size: 14px;
}
.headertopleft {
    width: 50%;
    float: right;
}
.headertopright {
      width: 50%;
    float: left;
    text-align: left;
}
.headertopright a {
       /* line-height: 39px; */
    color: #fff;
    font-size: 14px;
    padding: 5px 12px;
    display: inline-block;
    font-weight: bolder;
}
.headertopright a:hover {
    background-color: #272B37;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.headertopright a.facebookicon:hover {
    background-color: #3b5998;
    color: #fff;
}
.headertopright a.twittericon:hover {
    background-color: #55acee;
    color: #fff;
}
.headertopright a.linkedinicon:hover {
    background-color: #0077b5;
    color: #fff;
}
.headertopright a.googleicon:hover {
    background-color: #dd4b39;
    color: #fff;
}
.headertopright a.youtube:hover {
    background-color: #f00;
    color: #fff;
}



.address {
    padding:8px 0px 0px 0px;
    font-size: 12px;
    color: #b6b6b6;
}
.address a {
    color: #fff;
}
.address span {
    margin-right: 9px;
        color: #fff;
}
.address .fa {
    margin-right: 6px;
    margin-left: 6px;
    color: #fff;
}
.norlt {
    position: static;
}
.menuwrapper {
    position: relative;
}
.show-grid {
    background-color: #fff;
}
.btn-border {
    border: 2px solid;
    border-radius: 40px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    -moz-user-select: none;
    background-image: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    padding: 15px 40px;
}
.btn-border:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
.btn-border:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
.moreoption {
    width: 100%;
    display: block;
    margin-top: 290px;
}
.moreoption .boxheader {
    border: solid 0px;
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 17px;
    color: #fff;
}
.mobiletext02 {
    display: none;
}
.buttoncolor {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 10px 15px;
    text-decoration: none;
    transition: background 0.3s linear 0s;
    width: 12.5%;
    height: 30px;
    float: left;
    text-align: center;
    margin: 0px 0px;
}
.buttoncolor:hover {
    color: #fff;
    text-decoration: none;
}
.buttoncolor:focus {
    color: #fff;
    text-decoration: none;
}
.buttoncolor03 {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 10px 15px;
    text-decoration: none;
    transition: background 0.3s linear 0s;
    width: 12.5%;
    height: 30px;
    float: left;
    text-align: center;
    margin: 0px 0px;
}
.buttoncolor03:hover {
    color: #fff;
    text-decoration: none;
}
.buttoncolor03:focus {
    color: #fff;
    text-decoration: none;
}
.headertlt {
    width: 100%;
    padding: 40px 0px 15px 0px;
    letter-spacing: -0.5px;
    font-size: 22px;
    font-family: 'archivo_narrowregular';
    color: #424242;
}
.colorlink01 {
    width: 40%;
    float: left;
    margin: 0% 0% 0% 2%;
}
.colorlink02 {
    width: 40%;
    float: left;
    margin: 0% 0% 0% 2%;
}
.colorlink03 {
    width: 14%;
    float: left;
    margin: 0% 0% 0% 2%;
}
.buttoncolor02 {
    color: #424242;
    display: block;
    font-size: 15px;
    border-radius: 2px;
    height: 30px;
    padding: 10px 15px;
    text-decoration: none;
    transition: background 0.3s linear 0s;
    width: 100%;
    border-right: solid 5px #fff;
    float: left;
    text-align: center;
    margin: 0% 0% 0% 0%;
    background-color: #f2f2f2;
    border: solid 1px #D9D9D9;
    cursor: pointer;
    text-align: center !important;
    text-decoration: none !important;
    width: 50%;
    float: left;
}
.buttoncolor02:hover {
    background-color: #424242;
    color: #000;
}
.buttoncolor02.active {
    background-color: #424242;
    color: #fff;
}
.main-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
 @media only screen and (min-width: 230px) and (max-width:780px) {
.wrapper {
    width: 100%;
    margin: 0% 0%;
}
.header {
    min-height: 60px;
}
.logo {
    display: none !important;
}
.header {
    box-shadow: none !important;
    background-image: none !important;
}
.colorlink01 {
    width: 92% !important;
    margin: 0% 4%;
}
.colorlink02 {
    width: 92% !important;
    margin: 0% 4%;
}
.colorlink03 {
    width: 92% !important;
    margin: 0% 4%;
}
.buttoncolor02 {
    width: 100% !important;
    margin-bottom: 2%;
}
.buttoncolor {
    width: 25%;
}
.moreoption {
    width: 100%;
    margin: 85px 0 0 0;
    background-color: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.headtoppart {
    margin-top: 52px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.2);
}
.topmenusearch {
    margin: 0px 0 0;
    width: 100%;
}
.topmenusearch input:focus {
    width: 100%;
}
.posrlt {
    width: 240px;
    float: none;
}
.headerright {
    width: 100%;
    float: none;
}
.headertopleft {
    float: none;
    width: 96%;
    margin: 0% 2%;
}
.headertopright {
    float: none;
    width: 96%;
    margin: 0% 2%;
}
.address.clearfix:before, .address.clearfix:after {
    content: "";
    display: table;
}
.address.clearfix:after {
    clear: both;
}
.address.clearfix {
    zoom: 1;
}
.headertopleft {
    display: none;
}
.headerfull {
    height: auto;
}
.headertopright a {
    width: 24%;
    text-align: center;
}
}
 @media only screen and (min-width: 781px) and (max-width:1064px) {
.wrapper {
    width: 96%;
    margin: 0% 2%;
}
.colorlink01 {
    width: 100% !important;
    margin: 0%;
}
.colorlink02 {
    width: 100% !important;
    margin: 0%;
}
.colorlink03 {
    width: 100% !important;
    margin: 0%;
}
.buttoncolor02 {
    width: 50% !important;
    margin-bottom: 1%;
}
.logo {
    float: none !important;
    margin: 0 auto !important;
    width: 100% !important;
    text-align: center;
}
}
 @media only screen and (min-width: 1024px) and (max-width:1200px) {
.wrapper {
    width: 96%;
    margin: 0% 2%;
}
.colorlink01 {
    width: 100% !important;
    margin: 0%;
}
.colorlink02 {
    width: 100% !important;
    margin: 0%;
}
.colorlink03 {
    width: 100% !important;
    margin: 0%;
}
}
 @media only screen and (min-width: 480px) and (max-width:780px) {
.mobiletext02 {
    display: inline-block;
}
}
 @media only screen and (min-width: 320px) and (max-width:479px) {
.headertopright a .fa {
    margin-right: 0px;
}
}


.header_news_list h1 {
   font-size: 17px;
    margin-bottom: 8px;
}.header_news_list img {
    width: 80px;
    float: left;
    margin-right: 10px;
}.header_news_list {
    margin-top: 55px;
}
.header_news_list span.tag a {
    color: #fff;
}
 
.header_news_list span.tag {
    background: #9a278c;
    padding: 0px 10px;
    color: #fff;
}
/**/

#st-1 .st-btn[data-network='pinterest'] {
    background-color: #CB2027;
    display: none !important;
}
#st-1 .st-btn[data-network='email'] {
    background-color: #7d7d7d;
    display: none !important;
}

 
.counter_div:before {
     content: counter(item);
    background: #a91717;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}


.counter_div
{
      /*counter-reset: my-badass-counter !important;*/

        counter-increment: item;
}

}

