/*
Theme Name: Telugu360
Description: This is a Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: telugu_360
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


* {
    box-sizing: border-box;
}

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
    display: block;
}

img,
object,
embed {
    max-width: 100%;
}

ul {}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

pre {
    white-space: pre;
    /* CSS2 */
    white-space: pre-wrap;
    /* CSS 2.1 */
    white-space: pre-line;
    /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word;
    /* IE */
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

select,
input,
textarea {
    font: 99% sans-serif;
}

table {
    font-size: inherit;
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

td,
td img {
    vertical-align: top;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
}

button,
input,
select,
textarea {
    margin: 0;

}

button,
input[type=button] {
    width: auto;
    overflow: visible;
}

input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

:focus {
    outline: none;
}

input[type="submit"]:focus {
    outline: none;
}

hr{
    background: #e5e5e5;
    height: 1px;
    width: 100%;
    margin: 20px 0;
    border: 0;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #101828;
    background: #f5f5f5;

}

.main {
    max-width: 1246px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
}

.main-fluid {
    padding: 0 15px;
}

.cf:after {
    display: table;
    content: "";
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0 0 25px;
    color: #101828;
    text-transform: none;
    line-height: 1.06;
}

h1,
h2 {
    font-size: 40px;
    line-height: 1.25;
}



h3 {
    font-size: 26px;
    line-height: 1.301;
    color: #101828;
}

h4 {
    
    font-size: 20px;
    line-height: 1.2;
    color: #101828;
}

h5 {
    font-size: 18px;

}

h6 {
    font-size: 16px;
}


p {

    line-height: 1.5;
    margin: 0 0 20px;
}

.text-center {
    text-align: center;
}

a {
    color: #f69215;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #101828;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    font-family: "Inter", sans-serif;
    margin: 0 0 24px;
    height: 44px;
    font-size: 16px;
    width: 100%;
    padding: 0 13px;
    color: #101828;
    font-weight: 400;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    letter-spacing: 0;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 0 rgba(16, 24, 40, 0.05);
}

textarea {
    height: 134px;
    padding: 13px;
}

input[type="search"] {
    appearance: none;
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #667085;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #667085;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #667085;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #667085;
    opacity: 1;
}

.common-padding {
    padding: 70px 0;
}

.header-main {
  
    padding: 16px 0;
    z-index: 9999;
    width: 100%;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, .1); */
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    z-index: 99;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
}

.header-blank{
    display: none;
}


.header-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 150px;
}

.logo img{
    width: 100%;
    display: block;
}


.delite-menu-ic {
    display: none;
}


.menu-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-list>ul {
    display: inline-block;
    vertical-align: middle;
    padding-right: 22px;    
}



.menu-list>ul>li {
    position: relative;
    display: inline-block;
    margin: 0 0 0 25px;
}

.menu-list>ul>li:first-child{
    margin-left: 0;
}

.menu-list>ul>li>a {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #101828;
    font-family: "Open Sans", sans-serif;
    padding: 0;
    text-transform: capitalize;
}


.menu-list>ul>li.active>a,
.menu-list>ul>li:hover>a,
.menu-list>ul>li:focus>a {
    color: #f69215;
}





.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #f69215;
    border: 1px solid #f69215;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    z-index: 9;
    font-size: 16px;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, .1);
    min-width: 200px;
    transition: transform .2s ease-out;
    transform: translate3d(0, 10px, 0);
}

.menu-list ul li:hover>.sub-menu,
.menu-list ul li:focus>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
}


.sub-menu>li a {
    white-space: nowrap;
    color: #ffffff;
    padding: 8px 15px;
    background: transparent;
    display: block;
}

.sub-menu>li:hover>a,
.sub-menu>li:focus>a {
    background-color: #101828;
    color: #fff;
}

.menu-close-wrap {
    display: none;
}

.header-hire-btn-main{
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
}

.btn.header-hire-btn{
padding: 11px 19px;
}

.home-banner-sec{
    margin: 0 0 32px;
}

.home-banner-bg{
    padding: 140px 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-banner-img img{
    display: block;
    width: 100%;
}

.c-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-col{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}


.social-icn-list{
    display: inline-block;
    vertical-align: middle;
}

.social-icn-list ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-icn-list ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-bottom: 10px;
}

.social-icn-list ul li a{
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    width: 40px;
    height: 40px;    
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.social-icn-list ul li a img{
    display: block;
    margin: 0 auto;
}





.slick-dots{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.slick-dots li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}

.slick-dots li button{
width: 12px;    
height: 12px;   
padding: 0; 
border-radius: 50%;
background: #D0D5DD;
border: 0;
font-size: 0;
transition: all 0.3s ease-in-out;
box-shadow: none;
}

.slick-dots li button:hover , .slick-dots li button:focus , .slick-dots li.slick-active button{
background: #f69215;
}
.web-stories-link{
    display: block;    
    text-align: center;
    
    
}

.web-stories-link:hover , .web-stories-link:focus{
    opacity: 0.7;
}

.web-stories-img{
    height: 120px;
    width: 120px;
    margin: 0 auto;
    display: block;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;    
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, .5);
    border-radius: 50%;
    
}


.web-stories-slider-content{
    padding: 15px;
}

.web-stories-slider-content h5{
    margin: 0 0 10px;
    font-size: 14px;
}

.web-stories-time{
    display: block;    
    font-size: 12px;
    color: #667085;
}

.web-stories-item{
    padding: 10px 10px;
}

.web-stories-sec{
    padding: 20px 0 30px;
}

.c-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-col{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}


.mid-col{
    padding: 0 10px;
}

.mid-part-row{
    margin: 0 -10px;
}


.mid-col-1{
    width: 30%;
}

.mid-col-2{
    width: 40%;
}

.mid-col-3{
    width: 30%;
}


.card-link{
    display: block;
    background: #fff;
  
}

.card-link:hover , .card-link:focus{
    opacity: 0.7;
}

.card-img img{
    width: 100%;
    display: block;
}

.card-content{
    padding: 15px;
}

.card-content > *:last-child{
    margin: 0;
}



.card-wrap{
    background: #fff;
    margin-bottom: 30px;
}


.card-categories-title-wrap{
    
    padding: 15px;
    
}

.card-categories-title-wrap .card-content{
    padding: 15px 0 0;
}


.card-content  > *:last-child{
    margin: 0;
}

.card-categories-title h4{
    display: inline-block;
    background: #f69215;
    padding: 1px 5px;
    color: #fff;
    margin: 0 0 0;
    text-transform: capitalize;
}

.top-stories-card-list-item{
    display: block;
}

.top-stories-card-left-col{
    width: 40%;
    padding-right: 15px;
}
.top-stories-card-img img{
width: 100%;
display: block;
}
.top-stories-card-right-col{
    width: 60%;
}

.top-stories-card-content > *:last-child{
    margin: 0;
}

.top-stories-card-row{
    align-items: center;
}

.top-stories-card-list hr{
    background: #e5e5e5;
    height: 1px;
    width: 100%;
    margin: 10px 0;
    border: 0;
}

.top-stories-card-list-item h6{
    transition: all 0.3s ease-in-out;
}

.top-stories-card-list-item:hover h6, .top-stories-card-list-item:focus h6{
color: #f69215;
}

.card-two-grid-row{
    margin: 0 -10px;
}
.card-two-grid-col{
    width: 50%;
    padding: 0 10px;    
}

.card-three-grid-row{
    margin: 0 -10px;
}
.card-three-grid-col{
    width: 33.333%;
    padding: 0 10px;    
}

.adverstisement-img{
    margin-bottom: 30px;
    display: block;
    
}
.adverstisement-img:hover , .adverstisement-img:focus{
    opacity: 0.8;
}

.adverstisement-img img{
width: 100%;
display: block;
}


.youtube-embbed{
    padding-bottom: 56%;
    position: relative;
    margin-bottom: 30px;
}

.youtube-embbed iframe{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}


.article-list{

}

.article-list ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.article-list ul li{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.article-list ul li:last-child{
    border: 0;
margin: 0;
padding: 0;
}

.article-list ul li a{
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.article-list ul li a:hover , .article-list ul li a:focus{
color: #f69215;
}

.watch-live-card-title{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    
}

.watch-live-link svg{
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.watch-live-link span{
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.watch-live-link{
    color: #ba4741;
    background: linear-gradient(145deg,rgb(244,216,216) 0%,rgb(254,236,236) 100%);
    padding: 1px 5px 2px;
    display: inline-block;
}

.categories-col{
    padding: 0 10px;
    width: 33.333%;
}

.categories-row{
    margin: 0 -10px;
}


.foo-sec{
    padding: 30px 0;
}

.foo-main hr{
    background: #e5e5e5;
    height: 1px;
    width: 100%;
    margin: 10px 0;
    border: 0;
}

.foo-main-row{
    margin: 0 -10px;
    padding-top: 30px;
}


.foo-col{
    width: 20%;
    padding: 0 10px;
    margin-bottom: 10px;
}

.foo-col h6{
    font-size: 16px;
}

.foo-nav ul{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 15px;
}

.foo-nav ul li{
    display: block;
    margin: 0 0 10px;
}

.foo-nav ul li a{
color: #8e8e8e;
}

.foo-nav ul li a:hover , .foo-nav ul li a:focus{
    text-decoration: underline;
    color: #f69215;
}

.social-links{
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-links li {
    margin: 0 5px 5px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.social-links li a {
    padding: 0;
    color: #8e8e8e;
    display: inline-block;    
    background-color: transparent;
    width: 38px;
    height: 38px;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    border: 2px solid #8e8e8e;
}

.social-links li a:hover, .social-links li a:focus {
    background: #f69215;
    border-color: #f69215;
    color: #fff;
}

.foo-disc-content{
    text-align: center;
    color: #8e8e8e;
    font-size: 14px;
}

    
.article-top-add-img img{
display: block;
margin: 0 auto;
}

.article-top-add{
    padding: 30px 0;
}

.article-mid-sec{
    padding: 30px 0;
}

.article-mid-row{
    margin: 0 -10px;
}

.article-mid-col{
    padding: 0 10px;
}

.article-mid-left-col{
    width: 70%;
}

.breadcrumb-list ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-list ul li{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: rgb(102, 102, 102);
}

.breadcrumb-list ul li:after{
    content: ">";
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.breadcrumb-list ul li a{
    color: #000;
}

.breadcrumb-list ul li a:hover , .breadcrumb-list ul li a:focus{
text-decoration: underline;
color: #000;

}

.article-title h1{

}

.article-title h4{

}

.article-title{
    padding: 0 0 30px;
}

.article-author-details{
    font-size: 12px;
    color: rgb(102, 102, 102);
    padding: 0 0 10px;
}

.article-author-details a{
    color: #000;
}

.article-author-details a:hover , .article-author-details a:focus{
    color: #000;
    text-decoration: underline;
}

.inner-article-row{
    
}

.inner-article-col-left{
    width: 30%;
    padding-right: 15px;
}

.inner-article-col-right{
    width: 70%;
}


.article-content{
padding-bottom: 30px;
}

.article-content p{

}

.btn{
    background: #f69215;
    color: #fff;
    text-decoration: none;
    padding: 15px 15px;
    text-align: center;
    min-width: 180px;
    border:1px solid #f69215;
    display: inline-block;
    font-weight: 700;
}

.btn:hover ,.btn:focus{
    background: #fff;
    color: #f69215;
    border-color: #f69215;
}

.article-social{
    text-align: center;
    padding: 0 0 15px;
}

.inner-article-col-left .top-stories-card-list-item h6{
font-size: 14px;
}

.inner-article-col-left .card-categories-title h4{
    font-size: 16px;
}

.btn.small-btn{
    font-size: 14px;
    min-width: 120px;
    padding: 10px 15px;
}

.card-content-tags{
    display: block;
    margin: 0 0 10px;
    font-size: 12px;
    color: rgb(102, 102, 102);
}

.article-card .card-content h5{
    margin: 0 0 10px;
}

    
.article-mid-right-col{
    width: 30%;    
}

.quick-links-sidebar{
    padding-bottom: 30px;
}

.quick-links-list ul{
padding: 0;
margin: 0;
list-style: none;
}

.quick-links-list ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px 0;
}

.tag-btn{
    background: #c9c9c9;
    font-size: 14px;
    color: #000;
    border-radius: 10px;
    padding: 4px 10px;
    display: inline-block;
}

.tag-btn:hover , .tag-btn:focus{
background: #f69215;
color: #fff;
}

.quick-links-list {
    padding: 15px 0 0;
}

.quick-links-sidebar .card-categories-title h4{
font-size: 16px;
}

.related-article-box{
    
}

.related-article-link{
    border: 1px solid #f69215;
    padding: 10px 10px;
    text-align: center;
       color: #000;
    display: block;
    background: #fff;
}

.related-article-link span{
    display: inline-block;
    font-weight: 700;
    margin-right: 5px;
    color: #f69215; 
}



.related-article-link:hover , .related-article-link:focus{
    background: #f69215;
    color: #fff;
}

.related-article-link:hover span, .related-article-link:focus span{
   
    color: #000;
}

.related-article-box{
    margin: 20px 0;
}

.quick-links-sidebar.tags h5{
    margin: 0 0 10px;
}

.quick-links-sidebar.tags .quick-links-list{
    padding: 0;
}

.post-comment-btn{
    margin: 20px 0;
}


.delite-thumb-slider{
    padding: 0 0 30px;
}

.delite-slider-for{
    padding: 0 0 20px;
}

.delite-thumb-slider .slick-arrow {
    background: #f69215;
    color: #fefefe;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    display: block;
    text-align: center;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}


.delite-thumb-slider .slick-arrow.slick-left {
    left: 0;
}

.delite-thumb-slider .slick-arrow.slick-right {
    right: 0;
}


.delite-slider-img {
    padding-bottom: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    background-color: #eee;
}

.delite-slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fefefe;
    background: #f69215;
    font-size: 18px;
    font-weight: 400;
    z-index: 1;
    text-align: center;
    padding: 8px 10px;
}

.delite-slider-nav .slick-list {
    margin: 0 -10px;
}

.delite-thumb-item {
    padding: 0 10px;
}



.delite-thumb-img {
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}

.gallery-mid-sec{
    padding: 30px 0;
}


.gallery-mid-box{
    background: #fff;
    padding: 30px 15px;
}

.gallery-mid-left-col{
width: 70%;
}

.gallery-mid-right-col{
    width: 30%;
}

.gallery-mid-col{
    padding: 0 10px;
}

.gallery-mid-row{
    margin: 0 -10px;
}

.gallery-mid-sec .breadcrumb-list{
    padding: 0 0 50px;
}

.verticle-add-1-main{
    position: fixed;
    top: 100px;
    left: 6%;
}

.verticle-add-1{
    display: block;
}

.verticle-add-1 img{
    display: block;
}

.verticle-add-2-main{
    position: fixed;
    top: 100px;
    right: 6%;
}

.verticle-add-2{
    display: block;
}

.verticle-add-2 img{
    display: block;
}

.bannerAds_wrapper .wpadcenter-adgroup__row {
        display: block;
}

.bannerAds_wrapper .wpadcenter-adgroup__row img{
   width: 100%;
   height: auto;
}





.relatedArticle_wrapper .related-posts li a{
    font-size: 25px;
}