/* theme one css */

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="password"], .contact-form input[type="number"], .contact-form input[type="file"] {
    padding: 0px 14px;
    font-weight: 400;
    background: #ebf1f5;
    color: #17202c;
    border-radius: 5px;
    box-shadow: none;
    border-width: 1px;
    border-color: #e6e9ed;
    border-style: solid;
    height: 40px;
}

.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form input[type="password"]:focus, .contact-form input[type="number"]:focus {
    border: 1px solid #e6e9ed;
}
.contact-form textarea {
    border-radius: 5px;
    border: 1px solid var(--border-color);
	background: transparent;
    padding: 10px;
    max-height: 160px;
    max-width: 100%;
    resize: none;
    font-weight: 400;
    color: #17202c;
    box-shadow: none;
}
.contact-form textarea:focus {
    border: solid 1px var(--border-color);
    box-shadow: 0px 0px 0px 0px rgba(57, 79, 87, 0.1);
}
.whitesection, .singlestorypage {
    padding: 30px 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center ;
}
.allcatsection {
    background: #fff;
    padding: 30px 0;
    width: 100%;
}

.popularimg, .videopageimg, .sliderpageimg {
    min-height: 172px;
    max-height: 172px;
    border-radius: 5px;
}
@media (min-width:768px) and (max-width:991px){
.popularimg, .videopageimg, .sliderpageimg {
    min-height: 100px;
    max-height: 100px;
    border-radius: 5px;
}
a.newcatname {
    padding: 2px 3px;
	display: inline-block;
}
.modifyimg {
    /* min-height: 100px;
    max-height: 100px;
    border-radius: 5px 5px 0 0; */
}
}
.newstory-form .bootstrap-select>.dropdown-toggle {
    border-radius:5px;
    padding: 0px 14px;
    font-weight: 400;
    background: #ffffff;
    color: #17202c;
    height: 40px;
    font-size: 14px;
    box-shadow: none !important;
    border: 1px solid #e6e9ed;
}
.open>.dropdown-toggle.btn-default:hover {
    color: #17202c;
    background-color: #fff;
    border-color: #e6e9ed;
}
.unfavicon i {
    color: var(--primary) !important;
}
.singletags li a {
    color: #324453;
}
.singletags li {
    list-style: none;
    display: inline-block;
    border-radius: 5px;
    background: var(--white);
    color: #fff;
    padding: 5px 20px;
    margin: 0 15px 15px 0;
}
.grey, a.grey {
    color: #8fa1b4;
}
a.cancelbtn, .cancelbtn, .cancelbtn:focus, a.cancelbtn:focus {
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    background: #90a1b5;
    cursor: pointer;
    text-align: center;
    height: 40px;
    min-width: 100px;
    width: auto;
}
a.cancelbtn:hover, .cancelbtn:hover {
    color: #fff;
    background: #f57248;
}
.mslider {
    min-width: 145px;
    min-height: 100px;
    max-width: 145px;
    max-height: 100px;
    border-radius: 5px;
}
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
    border: 1px solid #eff3f6;
    pointer-events: none;
    border-radius: 50%;
    background-color: #eff3f6;
    color: #8595ab;
    font-size: 10px;
    height: 25px;
    width: 25px;
	margin-top: 20px;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    border: 1px solid #eff3f6;
    border-radius: 50%;
    background-color: #eff3f6;
    color: #8595ab;
    font-size: 10px;
    height: 25px;
    width: 25px;
	margin-top: 20px;
}

@media (min-width:240px){
.relatedimg {
    min-width: 115px;
    min-height: 65px;
    max-width: 115px;
    max-height: 65px;
    border-radius: 5px;
}
}
@media (min-width:768px){
.relatedimg {
	margin-bottom:10px;
}
}
@media (min-width:992px){
.relatedimg {
    min-width: 80px;
    max-width: 100%;
	margin-bottom:0px;
}
}
@media (min-width:1200px){
.relatedimg {
    min-width: 115px;
    max-width: 115px;
}
}
.related-section {
    border: 0;
    border-radius: 5px;
    padding: 20px 0 20px;
    background:  var(--theme-bg);
}
.related-section > * {
    /* color: var(--white); */
}
.related-section a.mainlink {
    /* color: var(--white); */
}
.related-section .tap-tabs.category-tabs>li a{
    /* color: var(--white) ; */
}
@media (min-width: 768px){
.tabstext {
    text-align: left;
    padding-right: 3px;
	padding-left:15px;
}
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
    left: 30px;
    position: relative;
    right: 30px;
}

@media (min-width: 1300px){
.stickysection {
    position: fixed;
    width: 26.7%;
    top: 66px;
    right: 106px;
    box-shadow: none;
    z-index: 999;
}
}
.video-icon-small {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50%;
    padding-top: 5px;
    width: 26px;
    height: 26px;
    color: #fff;
}

.video-box-small .video-box-hover {
    opacity: 1;
}
.video-box-hover:hover .video-icon-small {
    border: 3px solid var(--primary);
}
.video-box-hover:hover .video-icon-small i {
    color: var(--primary);
}
@media (min-width:768px){
.totalshare {
    margin-bottom: -8px;
}
}


/**new**/
a.tap-btn, .tap-btn, .tap-btn:focus, a.tap-btn:focus {
    color: #fff;
    padding: 7px 30px;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    background: var(--primary);
    cursor: pointer;
    text-align: center;
    height: 40px;
    border: 1px solid var(--primary);
}
a.tap-btn:hover, .tap-btn:hover{
    background: #e65532;
    border: 1px solid #e65532;
}
.mr10{margin-right:10px;}
.icon-clr{color:#8fa1b4;}
a.load-btn, .load-btn, .load-btn:focus, a.load-btn:focus{
	background:var(--primary);
	color:var(--white);
	cursor: pointer;
    text-align: center;
	padding: 13px 30px;
    text-decoration: none;
    display:block;
    font-size: 16px;
    font-weight: 500;
	border-radius:5px;
    transition: 0.4s;
	width: auto;}
    
a.load-btn:hover,.load-btn:hover{
	background: var(--primary-hover);
}
ul.analytics-nav{background:#fff;}
.latest-nav.nav-tabs > li > a i {
    color: #8192a8;
    vertical-align: middle;
}
.latest-nav.nav-tabs > li.active > a i {
    border: 0;
    vertical-align: middle;
}
.latest-nav{border:1px solid var(--border-color) ;border-radius:5px;}
.latest-nav>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0;
    border-radius: 0;
	position: relative;
    display: block;
    padding: 13px 64px;
	text-decoration: none;
    transition: 0.4s;
    font-style: italic;
}
@media (max-width:767px){
.latest-nav>li>a {
    padding: 10px 50px;
}
}
.latest-nav>li.active>a, .latest-nav>li.active>a:focus, .latest-nav>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: var(--primary);
    border: none;
    border-bottom-color: transparent;
    box-shadow: none;
    outline: 0;
}
.latest-nav>li {
    margin-bottom: 0px;
}

.latest-nav>li>a:focus, .latest-nav>li>a:hover {
    background-color: transparent;
}
.bor-right{border-right:1px solid #e6e9ed;}
.title-drop .dropdown-menu {
    padding: 0px 0 ;
    margin: 0px 0 0 ;
}
.title-drop  ul.dropdown-menu.inner {
    padding: 10px 0 !important;
}
.title-drop .dropdown-menu li {
    padding: 1px 0 !important;
}
.m200{width:200px;}
@media (min-width:1400px){
	.lgmt7{margin-top:8%;}
}
.tagbg{background: var(--theme-bg);
    padding: 2px 10px;
    border-radius: 3px;
    color: var(--theme-text-color) !important;}
.inline-table{display:inline-table; color: var(--theme-text-color);}
.align-cell{display:table-cell;vertical-align:text-top;}
a.readlink{color:#6e71ff;}
.related-post{padding: 0 30px;}
.related-post-inner{padding: 0 15px;}
.load-border-btn, a.load-border-btn, .load-border-btn:focus, a.load-border-btn:focus{
	color:var(--primary); 
	border:1px solid var(--primary);
    background-color: transparent;
    padding: 9px 25px;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    text-align: center;
    height: 40px;
    width: auto;}
.load-border-btn:hover{
	color:#fff; 
	border:1px solid var(--primary-hover);
    background-color: var(--primary-hover);
}

/* css by raj 30-07-24 */
.latest-nav>li.active>a{
    color: var(--white) !important;
}
.latest-nav.nav-tabs > li.active > a i{
    color: var(--white);
}
/* css by raj 30-07-24 */