@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');
@import url('https://fonts.googleapis.com/earlyaccess/notosanskannada.css');

body {
    padding: 0;
    background: #fff;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-weight: 400;
    font-family: 'Droid Serif', serif;
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
    font-family: 'Droid Serif', serif;
}

p {
    color: #333;
    font-family: "Droid Serif", serif;
    font-weight: 300;
    line-height: 1.8em;
    margin: 0;
    opacity: 0.7;
}

h2 {
    font-family: 'Droid Sans', sans-serif;
    letter-spacing: -0.5px !important;
}

span {
    /* font-family: 'Roboto', sans-serif; */
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

/*-----start-header----*/
.wrap {
    width: 100%;
    margin: 0 auto;
}

.header-top {
    background-color: #2c2e3c;
    padding: 10px 0 10px 0;
}

.top-menu {
    float: left;
}

.num {
    float: right;
}

.num p {
    color: #dddddd;
    font-size: 0.93em;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
}

.top-menu ul li {
    display: inline-block;
    margin-right: 19px;
}

.top-menu ul li a {
    color: #dddddd;
    font-size: 0.93em;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
}

.top-menu ul li a:hover {
    color: #fff;
}

.header-bottom {
    /* padding: 1.5em 0 0 0em; */
}

.logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.navigation {
    margin-top: 10px;
    background: #0a578e;
}

.navbar-nav {
    float: left;
    margin: 0;
}

.caret {
    margin-left: 3px;
}

.content.title h1 span.demo {
    display: inline-block;
    font-size: .5em;
    padding: 10px;
    background: #fff;
    color: #333;
    vertical-align: top;
}

.content.title .back-to-article {
    position: absolute;
    bottom: -20px;
    left: 20px;
}

.content.title .back-to-article a {
    padding: 10px 20px;
    background: #f60;
    color: #fff;
    text-decoration: none;
}

.content.title .back-to-article a:hover {
    background: #84754e;
}

.content.title .back-to-article a i {
    margin-left: 5px;
}

.content.white {
    background: #fff;
    padding: 1em 0;
}

.content.black {
    background: #000;
}

.content.black p {
    color: #999;
}

.content.black p a {
    color: #08c;
}

.navbar-brand {
    float: left;
    padding: 7px 0 0 0 !important;
    font-size: 18px;
    line-height: 0px !important;
    height: 0px !important;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 0.9em;
    text-transform: uppercase;
    font-family: 'Droid Sans', sans-serif;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #04395f;
}

.navbar-nav>li {
    margin: 0px 0px 0 0;
}

.navbar-nav>li>a {
    padding: 10px 11px;
    border-left: 1px solid #546d95;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a.active {
    color: #c4c3c5;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #fff;
    color: #000;
}

.navbar-default .navbar-brand span {
    color: #ee5656 !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #84754E;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #84754E;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0;
    padding: 9px 10px;
    margin-top: 0px;
    margin-bottom: 8px;
    background-color: #F9F9F9 !important;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.navbar-default .navbar-toggle {
    border-color: #84754E;
}

.dropdown-menu .divider {
    height: 0;
    margin: 0;
    overflow: none;
    background: none;
}

.dropdown-menu .divider {
    border-bottom: 1px solid #E8E7EC;
    padding: 3px 0;
}

.main-content {
    padding: 3em 0;
}

.dropdown-menu {
    min-width: 200px;
    top: 105%;
}

.dropdown-menu.columns-2 {
    min-width: 400px;
}

.dropdown-menu.columns-3 {
    min-width: 600px;
}

.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300;
}

.multi-column-dropdown {
    list-style: none;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}

.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #84754E;
    background: none;
}

.border-up {
    border-top: 1px solid #E8E7EC;
}

.site-content {
    padding: 50px 200px;
}

@media (max-width:767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}

@media (max-width:640px) {
    .navbar-nav {
        margin: 0;
        margin-left: 0em;
    }
}

/*-- search-starts --*/
.sb-search {
    position: absolute;
    right: 84px;
    width: 0%;
    min-width: 30px;
    height: 41px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    outline: none;
    background: #F9F9F9;
    width: 96%;
    height: 41px;
    margin: 0;
    z-index: 10;
    padding: 5px 15px;
    font-size: 15px;
    color: #B8B7B7;
}

.sb-search-input::-webkit-input-placeholder {
    color: #ffffff;
}

.sb-search-input:-moz-placeholder {
    color: #ffffff;
}

.sb-search-input::-moz-placeholder {
    color: #333 !important;
}

.sb-search-input::-ms-input-placeholder {
    color: #333;
}

.sb-search-input::-webkit-input-placeholder {
    color: #333;
}

.sb-icon-search,
.sb-search-submit {
    width: 30px;
    height: 41px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 71px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #e2dee0 url('../../images/search.png') no-repeat 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
    -webkit-appearance: none;
}

.sb-icon-search {
    background: #0a578e url('../../images/search.png') no-repeat 0px 0px;
    z-index: 90;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 50%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

/*-- search-ends --*/
.breaking_news {
    float: left;
    padding: 10px 40px;
    background-color: #0a578e;
    position: relative;
    color: #fff;
}

.breaking_news h2 {
    color: #000;
    font-size: 1.5em;
}

.breaking_news:after {
    content: '';
    position: absolute;
    right: -7%;
    top: 37%;
    border-left: 10px solid #F9F9F9;
    border-right: 10px solid #F9F9F9;
    border-bottom: 14px solid #0a578e;
    transform: rotate(90deg);
}

.marquee {
    width: 80%;
    margin-left: 15%;
    color: #777;
    font-size: 1em;
    padding: 10px 0;
    color: #84754E;
    overflow: hidden;
}

.move-text {
    background-color: #F9F9F9;
    margin-bottom: 0em;
}

.marquee1 {
    float: left;
    margin-right: 6em;
}

.marquee2 {
    float: right;
}

a.breaking {
    color: #84754E;
    font-size: 1em;
    font-weight: 400;
}

/*--- slider-css --*/
.slider {
    position: relative;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.caption {
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 0%;
    background-color: rgba(0, 0, 0, 0.58);
    padding: 5px 20px 0px 20px;
}

.caption h3 {
    color: #FFF;
    font-weight: 700;
    font-size: 1.8em;
    text-transform: uppercase;
}

.caption p {
    color: #FFF;
    line-height: 1.5em;
    font-size: 0.875em;
    /*    margin:1em 0 1.5em 0;*/
}

a.morebtn {
    background: #3D3D3D;
    padding: 0.8em 0;
    display: block;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #FFF;
    width: 20%;
    margin: 0 auto;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

a.morebtn:hover {
    background: #585686;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 12px;
    width: 12px;
    display: inline-block;
    border: 2px solid #747474;
}

.callbacks_here a:after {
    border: 2px solid #FFF;
}

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs li {
    display: inline-block;
}

ul.callbacks_tabs.callbacks1_tabs {
    position: absolute;
    bottom: 14px;
    z-index: 999;
    left: 13px;
    display: none;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../../images/themes.gif") no-repeat left top;
    margin-top: -45px;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

.caption a {
    color: #fff;
    font-size: 1.7em;
    text-decoration: none;
    font-weight: bold;
}

.caption a:hover {
    color: #00aeef;
}

/*-- Help Us --*/
#help-us {
    margin: 10px 0 20px 0 !important;
    border: solid 1px #dddddd;
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 5px;
}

#help-us i {
    font-size: 0.95em;
}

#help-us a {
    color: #00aeef;
}

/*-- responsive-mediaquries --*/
@media(max-width:480px) {
    .callbacks_nav {
        top: 60%;
    }

    .callbacks_tabs a:after {
        height: 4px;
        width: 4px;
    }

    ul.callbacks_tabs.callbacks1_tabs {
        bottom: 10px;
        left: 4px;
    }
}

@media(max-width:320px) {
    .caption {
        width: 98%;
    }

    .callbacks_nav {
        top: 63%;
    }

    a.morebtn {
        width: 50%;
        font-size: 0.8em;
        padding: 0.6em 0.5em;
    }

    .callbacks_tabs a:after {
        height: 4px;
        width: 4px;
    }

    ul.callbacks_tabs.callbacks1_tabs {
        bottom: 10px;
        left: 4px;
    }
}

.main-body {
    padding: 0px 0 0 0;
}

h3.title-head {
    font-size: 2.5em;
    color: #84754E;
    padding: 5px 10px 7px;
    text-transform: Capitalize;
}

.articles header {
    border-bottom: 1px solid #84754e;
}

.articles {
    margin: 4em 0;
}

.article {
    border-bottom: 1px solid #eee;
    margin-top: 3.5em;
    padding-bottom: 3em;
}

.article:last-child {
    border: none;
}

.article-left {
    width: 50%;
    float: left;
    margin-right: 3%;
}

.article-right {
    float: right;
    width: 47%;
}

.article-left img {
    width: 100%;
    opacity: 0.8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.article-left img:hover {
    opacity: 1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a.title {
    font-size: 1.9em;
    color: #000;
}

a.title:hover {
    color: #84754e;
}

.article-title p {
    color: #B5B3B3;
    font-size: 0.875em;
    font-style: italic;
    margin: 0.5em 0;
    text-transform: uppercase;
}

span.glyphicon.glyphicon-comment,
span.glyphicon.glyphicon-eye-open,
span.glyphicon.glyphicon-thumbs-up,
.glyphicon.glyphicon-time {
    font-size: 10px;
    margin: 0 4px 0 20px;
}

a.span_link {
    color: #555;
    font-size: 10px;
    margin-right: 10px;
    margin-top: 5px;
    font-weight: 300;
}

a.span_link:hover {
    color: #00aeef;
}

.article-text p {
    color: #777;
    line-height: 2em;
    margin: 1.5em 0 0.8em 0;
    font-size: 0.95em;
}

.article-text a {
    font-size: 1em;
    color: #000;
}

.article-text a {
    float: right;
}

.article-text a:hover {
    color: #000;
}

.article-left iframe {
    min-height: 200px;
}

.life-style header {
    border-bottom: 1px solid #84754e;
    padding-bottom: 4px;
}

.life-style-left-grid {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.life-style-left-grid img,
.life-style-right-grid img {
    width: 100%;
    margin-bottom: 1em;
}

.life-style-right-grid {
    float: left;
    width: 48%;
}

.life-style-grids {
    margin-top: 2em;
}

/*-- technology-page --*/
.tech-main {
    margin: 1.5em 0;
}

.tech img {
    width: 100%;
}

.tech {
    width: 32%;
    float: left;
}

.technology {
    margin-bottom: 4em;
}

.tech-middle {
    margin: 0 2%;
}

.world-news-grid {
    width: 31.5%;
    float: left;
    margin-right: 2.75%;
    margin-top: 3%;
}

.world-news-grid img {
    width: 100%;
    margin-bottom: 0.5em;
}

.world-news-grid:nth-child(3) {
    margin-right: 0;
}

.world-news-grid p {
    color: #777;
    line-height: 2em;
    margin: 0.5em 0 0.8em 0;
    font-size: 0.95em;
}

.latest-articles {
    margin-top: 2em;
}

.latest-articles header {
    border-bottom: 1px solid #84754e;
    padding-bottom: 4px;
}

/*-- //technology-page --*/
/*-- side-bar --*/
p.sign {
    color: #202021;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 0 8px 0;
}

h1.side-title-head {
    font-size: 1.7em;
    margin-bottom: 0.5em;
    color: #84754e;
}

h3.side-title-head {
    font-size: 1.6em;
    margin-bottom: 0.5em;
    color: #0a578e;
}

.newsletter input[type="text"] {
    width: 72%;
    padding: 7px 10px;
    border: none;
    font-size: 0.9em;
    font-weight: 600;
    color: #D2D2D2;
    outline: none;
    background: #fff;
    font-weight: 400;
    border: 1px solid #D2D2D2;
    margin: 5px 0;
}

.newsletter input[type="submit"] {
    color: #fff;
    font-size: 0.9em;
    width: 27%;
    border: none;
    padding: 8px 0;
    outline: none;
    background: #1f1f1f;
    text-transform: uppercase;
    text-align: center;
    margin-left: -5px;
}

.newsletter input[type="submit"]:hover {
    background-color: #84754e;
}

.newsletter {
    padding: 15px;
    border: 1px solid #F5F5F5;
    background-color: #FDFDFD;
}

.accordation_menu label {
    line-height: 43px;
    font-weight: 400;
}

.accordation_menu label {
    display: block;
    position: relative;
    padding: 0px 20px;
    height: 45px;
    cursor: pointer;
    z-index: 20;
    transition: background-color .7s;
    -webkit-transition: background-color .7s;
    -moz-transition: background-color .7s;
    -o-transition: background-color .7s;
    -ms-transition: background-color .7s;
    margin-bottom: 1px;
    border-bottom: 1px solid #fff;
}

.accordation_menu input {
    display: none;
}

/*** Right Icon ***/
.accordation_menu label i.i-right1,
.accordation_menu label i.i-right2 {
    float: right;
    margin-right: 15px;
    padding: 6px 0 0 0;
    transition: all .7s;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
}

.accordation_menu label i.i-right2 {
    display: none;
}

.accordation_menu input:checked+label i.i-right1 {
    display: none;
}

.accordation_menu input:checked+label i.i-right2 {
    display: block;
}

/*** .content Class *********************/
.content {
    position: relative;
    height: 0px;
    margin-top: -1px;
    overflow: hidden;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.content h4 {
    padding: 8px 0 7px 15px;
}

.content h6 {
    padding: 8px 15px 10px 15px;
    margin: 10px;
    border-top: 1px solid #999999;
}

.content h6 i {
    padding: 0 5px;
    font-size: 10px;
}

.accordation_menu input:checked~div.content {
    height: 300px;
    background: #f9f9f9;
}

/*** For Change Animation Effects ****/
.accordation_menu input:checked~.content p {
    -webkit-animation: zoomIn .7s 1;
    animation: zoomIn .7s 1;
}

.accordation_menu input:checked~.content h6 {
    -webkit-animation: fadeIn 2s 1;
    animation: fadeIn 2s 1;
}

.accordation_menu a,
.accordation_menu p {}

.accordation_menu h4 {
    color: #01C675;
    padding: 15px 0 15px 15px;
    font-size: 1.2em;
    font-weight: 600;
    /*Main Color*/
}

.accordation_menu label {
    background: #0a578e;
    color: #fff;
    font-size: 17px;
}

.accordation_menu label:hover {
    background: #438ec3;
    /*Main Color*/
    color: #fff;
}

.accordation_menu input:checked+label,
.accordation_menu input:checked+label:hover {
    background: #0a578e;
    color: #fff;
    font-size: 17px;
    font-family: 'Varela Round', sans-serif;
}

.side-bar-article img {
    width: 100%;
}

.side-bar-article {
    position: relative;
    margin-top: 0.2em;
}

.side-bar-article-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.58);
    padding: 0.5em 0.5em;
}

.side-bar-article-title a {
    color: #fff;
    font-size: 1.4em;
    text-decoration: none;
}

.side-bar-article-title a:hover {
    color: #84754e;
}

.tags {
    margin: 3em 0;
}

.tags header {
    border-bottom: 1px solid #84754e;
    padding-bottom: 4px;
    margin-bottom: 1em;
}

.tags a:hover {
    color: #84754E;
}

a.tag1 {
    font-size: 1.8em;
    margin: 0px 10px 0 0;
}

a.tag2 {
    font-size: 1.3em;
    margin: 0px 10px 0 0;
}

a.tag3 {
    font-size: 1.5em;
    margin: 0px 10px 0 0;
}

a.tag4 {
    font-size: 1.8em;
    margin: 0px 10px 0 0;
}

a.tag5 {
    font-size: 1.9em;
    margin: 0px 10px 0 0;
}

a.tag6 {
    font-size: 1.4em;
    margin: 0px 10px 0 0;
}

a.tag7 {
    font-size: 1.1em;
    margin: 0px 10px 0 0;
}

a.tag8 {
    font-size: 1.6em;
    margin: 0px 10px 0 0;
}

a.tag9 {
    font-size: 1em;
    margin: 0px 10px 0 0;
}

a.tag10 {
    font-size: 0.9em;
    margin: 0px 10px 0 0;
}

a.tag11 {
    font-size: 1.2em;
    margin: 0px 10px 0 0;
}

a.tag12 {
    font-size: 1.8em;
    margin: 0px 10px 0 0;
}

a.tag13 {
    font-size: 1.5em;
    margin: 0px 10px 0 0;
}

a.tag14 {
    font-size: 1.2em;
    margin: 0px 10px 0 0;
}

a.tag15 {
    font-size: 1.1em;
    margin: 0px 10px 0 0;
}

a.tag16 {
    font-size: 1.5em;
    margin: 0px 10px 0 0;
}

a.tag17 {
    font-size: 1.5em;
    margin: 0px 10px 0 0;
}

a.tag18 {
    font-size: 1.8em;
    margin: 0px 10px 0 0;
}

a.tag19 {
    font-size: 1em;
    margin: 0px 10px 0 0;
}

a.tag20 {
    font-size: 1.2em;
    margin: 0px 10px 0 0;
}

.tags a {
    text-decoration: none;
    color: #9C9C9C;
}

.tags p {
    font-size: 1.3em;
}

h3.title-popular {
    font-size: 2.5em;
    color: #84754E;
    padding: 5px 10px 7px;
    text-transform: Capitalize;
}

.popular-grid {
    margin-top: 2em;
    margin-bottom: 4em;
}

.popular-grid iframe {
    height: 250px;
}

.popular-grid img {
    width: 100%;
    margin-bottom: 0.8em;
}

.c-image {
    float: left;
    /* width: 48%; */
    margin-right: 3%;
}

.c-image img {
    height: 100px;
    opacity: 0.8;
}

.c-image img:hover {
    opacity: 1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.c-text {
    float: left;
    width: 49%;
}

.down {
    width: 100%;
}

.sc-image {
    float: left;
    width: 30%;
    margin-right: 3%;
}

.sc-image img {
    width: 100%;
}

.sc-text {
    float: left;
    width: 67%;
}

.s-grid-left {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.s-grid-right {
    float: right;
    width: 49%;
}

.s-grid-small {
    margin-top: 1.5em;
}

a.power {
    display: block;
    font-size: 14px !important;
    color: #000;
    margin-top: 0.1em;
}

.sc-text p {
    color: #B5B3B3;
    font-size: 0.875em;
    font-style: italic;
    margin: 0.5em 0;
    text-transform: uppercase;
}

a.power:hover {
    color: #84754e;
}

.c-text h6 {
    color: #000;
    font-size: 0.95em;
    font-weight: 300;
    text-transform: uppercase;
}

.c-text p {
    color: #B5B3B3;
    font-size: 0.875em;
    font-style: italic;
    margin: 4px 0;
}

.sc-text h6 {
    color: #000;
    font-size: 0.95em;
    font-weight: 300;
    text-transform: uppercase;
}

a.reu {
    font-size: 1em;
    color: #84754e;
    float: right;
    text-decoration: underline;
}

a.reu:hover {
    color: #000;
}

.karavali-top {
    margin-bottom: 2em;
}

.cricket {
    margin-top: 0em;
    /*    border: 1px solid #e4e4e4;*/
    display: flex;
    /*    border-bottom: 1px solid #d8cece !important;*/
    margin-bottom: 10px;
}

.popular-grid p {
    color: #B5B3B3;
    font-size: 0.875em;
    font-style: italic;
    margin: 0.5em 0;
    text-transform: uppercase;
}

.cricket header {
    border-bottom: 1px solid #84754e;
    padding-bottom: 4px;
    margin-bottom: 2em;
}

.popular-post-grid {
    padding: 1em;
}

.post-img {
    float: left;
    width: 25%;
    margin-right: 3%;
}

.post-img img {
    width: 100%;
}

.post-text {
    float: left;
    width: 72%;
}

.post-text p {
    color: #B5B3B3;
    font-size: 0.875em;
    font-style: italic;
    margin: 0.5em 0;
    text-transform: uppercase;
}

a.pp-title {
    font-size: 1.05em;
    color: #000;
}

a.pp-title:hover {
    color: #84754e;
}

.response-text-right p {
    font-size: 0.95em;
    margin: 0 0 1em;
    line-height: 2em;
    color: #AFAFAF;
}

.media-left.response-text-left a {
    color: #000;
    font-size: 1em;
    display: block;
    margin-top: 6px;
}

.media-body.response-text-right ul li {
    color: #84754e;
    font-size: 0.95em;
    display: inline-block;
}

.media-body.response-text-right ul li a {
    color: #CECECE;
    font-size: 1em;
    display: block;
    margin-top: 6px;
    margin-left: 2em;
}

.media-body.response-text-right ul li a:hover {
    color: #a71930;
}

.response {
    padding: 1em;
}

.scrollbar {
    float: left;
    height: 300px;
    width: 100%;
    overflow-y: scroll;
}

.force-overflow {
    min-height: 330px;
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

#style-2::-webkit-scrollbar {
    width: 5px;
    background-color: #84754e;
}

#style-2::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #84754e;
}

/*-- Short Codes --*/
a#home-tab,
a#profile-tab,
a#myTabDrop1 {
    padding: 12px ! important;
}

.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}

.grid_3 {
    margin-bottom: 2em;
}

.xs h3,
h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.grid_3 p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}

.grid_4 {
    background: none;
    margin-top: 50px;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

.grid_5 {
    background: none;
    padding: 2em 0;
}

.grid_5 h3,
.grid_5 h2,
.grid_5 h1,
.grid_5 h4,
.grid_5 h5,
h3.hdg,
h3.bars {
    color: #000;
    font-size: 2em !important;
    margin: 0 0 1em;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: none !important;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 0;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #8bc34a;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    -webkit-border-radius: 0 2px 2px 2px;
    -o-border-radius: 0 2px 2px 2px;
    -moz-border-radius: 0 2px 2px 2px;
    -ms-border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.table td,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 15px !important;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.nav-tabs {
    margin-bottom: 1em;
}

.alert {
    font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
    line-height: 1.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li.list-group-item1 {
    line-height: 2.5em;
}

.input-group {
    margin-bottom: 20px;
}

.in-gp-tl {
    padding: 0;
}

.in-gp-tb {
    padding-right: 0;
}

.list-group {
    margin-bottom: 48px;
}

ol {
    margin-bottom: 44px;
}

h2.typoh2 {
    margin: 0 0 10px;
}

h2.heading {
    color: #2C333D;
    font-size: 2.5em;
    text-transform: uppercase;
}

.typrography {
    padding: 5em 0;
}

.grid_3 h3 {
    padding-bottom: .5em;
    font-size: 3em;
    color: #84754E;
}

.grid_4 h3 {
    color: #666161;
    padding-bottom: 0;
    font-size: 2em;
    letter-spacing: 0;
}

.grid_4 h3 {
    padding: 12px 0;
}

.grid_5 h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 12px 0;
    padding: 0;
}

h3.first {
    padding-bottom: .5em;
    font-size: 2.8em;
    color: #84754E;
}

.input-group {
    margin-bottom: 20px;
}

h3.bars {
    padding-bottom: .5em;
    font-size: 3em;
    color: #84754E;
}

.page-header h1 {
    padding-bottom: .5em;
    font-size: 3em;
    color: #84754E;
}

section#tables h2 {
    padding-bottom: .5em;
    font-size: 2.8em;
    color: #84754E;
}

div#myTabContent {
    margin-top: 0.5em;
}

/*-- //Short Codes --*/
.breadcrumb {
    padding: 10px 0px 0;
    list-style: none;
    border-radius: 0;
    margin-bottom: 0em;
    margin-top: 0em;
}

.breadcrumb>li a {
    color: #84754E;
    font-size: 0.9em;
}

.breadcrumb>.active {
    color: #C7C7C7;
}

.categories {
    padding: 0px 15px 15px;
    border: 1px solid #F5F5F5;
    background-color: #FDFDFD;
    margin-bottom: 1em;
    display: inline-table;
}

.categories header {
    margin-bottom: 1em;
}

.categories ul li {
    list-style-type: none;
    margin: 0 0 10px 0;
}

.categories ul li a {
    color: #000;
    font-size: 1.1em;
    text-decoration: none;
}

.categories ul li a:hover {
    color: #84754E;
}

.last-article {
    background: #fff;
    padding: 0 0 2em 0em;
}

p.artext {
    color: #9F9F9F;
    font-size: 1.1em;
    line-height: 2em;
    font-weight: 400;
    margin-top: 1.5em;
}

.client-message {
    color: #D2D2D2;
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 400;
}

.last-article h3 {
    color: #333333;
    font-size: 1.6em;
    font-weight: 700;
    margin: 1.5em 0;
}

ul.categories {
    margin: 2em 0;
}

ul.categories li {
    display: inline-block;
    margin: 0 1em 0 0;
}

ul.categories li a {
    color: #74797e;
    background: #F3F3F3;
    text-decoration: none;
    padding: 4px 10px 6px;
    font-size: 1.1em;
    font-weight: 500;
}

ul.categories li a:hover {
    background-color: #D8D8D8;
    color: #000;
}

.share_grid ul li a i {
    width: 35px;
    height: 35px;
    background: url('../images/img-sprite.png') no-repeat 0px 0px;
    display: inline-block;
    float: left;
}

.share_grid ul li {
    list-style-type: none;
    padding-top: 1em;
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
}

.share_grid h3 {
    font-size: 1.8em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.share_grid ul li a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.share_grid ul li a:hover {
    opacity: 0.7;
}

.share_grid ul li span {
    display: block;
    font-size: 1em;
    color: #84754E;
}

.views {
    float: left;
    width: 74%;
    margin-left: 10px;
}

.share_grid ul li label {
    font-size: 0.9em;
    color: #000000;
    font-weight: 400;
}

.share_grid ul li a i.facebook {
    background-position: -150px 0px;
}

.share_grid ul li a i.twitter {
    background-position: -186px 0px;
}

.share_grid ul li a i.linkedin {
    background-position: -221px 0px;
}

.share_grid ul li a i.pinterest {
    background-position: -258px 0px;
}

.share_grid ul li a i.email {
    background-position: -295px 0px;
}

.client {
    float: left;
    width: 8%;
    margin-right: 7%;
}

.client img {
    width: 100%;
    border-radius: 50%;
    -web-kit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.client-message {
    float: left;
    width: 70%;
}

.blog-posts h3 {
    line-height: 1.5em;
    font-size: 2.5em;
    font-weight: 400;
}

.content-left {
    padding-left: 0;
    padding-right: 10px;
}

.side-bar {
    padding-right: 0;
    padding-left: 0px;
}

.blog-posts {
    border-left: 1px solid #eee;
    padding-left: 15px;
}

.blog-posts iframe {
    width: 100%;
    height: 400px;
}

.client-message i.fa.fa-calendar {
    font-size: 10px;
    margin-right: 6px;
    vertical-align: baseline;
}

.response h4 {
    color: #000000;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 1.5em;
}

.related-posts {
    margin: 4em 0;
}

.thumbnail {
    border-radius: 0;
    margin-bottom: 14px;
}

.related-grids h5 a {
    color: #B1B0AE;
    font-size: 1em;
}

.related-grids h5 a:hover {
    color: #84754e;
}

.related-grids {
    padding: 0 5px;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #84754e;
}

.related-posts h4 {
    color: #000000;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 1em;
}

.response-text-left h5 a {
    text-decoration: none;
    color: #37393d;
}

.response-text-left h5 a:hover {
    text-decoration: none;
    color: #FDD580;
    transition: .5s all;
}

.response-text-left h5 {
    font-weight: 400;
    font-size: 14px;
    margin: 1em 0 0 0;
}

.response-text-right p {
    color: #727272;
    font-size: 0.9em;
    margin: 0 0 1em;
}

.response-text-right ul {
    padding: 0;
    text-align: right;
}

.response-text-right ul li {
    display: inline-block;
    color: #727272;
    font-size: 13px;
    margin-right: 1em;
}

.response-text-right ul li a {
    color: #ff9900;
    font-size: 14px;
    font-weight: 400;
}

.response-text-right ul li a:hover {
    color: #146eb4;
    text-decoration: none;
}

.media-left a img {
    width: 100%;
}

.media {
    margin-top: 35px;
}

.coment-form {
    margin-top: 6em;
}

.coment-form h4 {
    color: #000000;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 1.5em;
}

.coment-form input[type="text"] {
    display: block;
    background: none;
    color: #999;
    border: 1px solid #BDBBBB;
    width: 70%;
    margin-bottom: 5px;
    outline: none;
    font-size: 13px;
    font-weight: 300;
    padding: 13px 15px;
}

.coment-form input[type="email"] {
    background: none;
    color: #999;
    border: 1px solid #BDBBBB;
    width: 70%;
    margin-bottom: 5px;
    outline: none;
    font-size: 13px;
    font-weight: 300;
    padding: 13px 15px;
}

.coment-form textarea {
    background: none;
    color: #999;
    border: 1px solid #BDBBBB;
    width: 100%;
    display: block;
    height: 150px;
    outline: none;
    font-size: 13px;
    font-weight: 300;
    resize: none;
    padding: 13px 15px;
}

.coment-form input[type="submit"] {
    background: #84754e;
    border: 1px solid #f4f4f4;
    padding: .8em 0;
    width: 100%;
    margin-top: .5em;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.5px;
    outline: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

.coment-form input[type="submit"]:hover {
    color: #fff;
    background: #000;
    outline: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

/*-- sports --*/
.photos {
    margin-top: 4em;
}

.photos header {
    border-bottom: 1px solid #84754e;
    padding-bottom: 4px;
    margin-bottom: 2em;
}

.articles.sports {
    margin: 0;
}

.fashion-photos {
    margin: 2em 0 4em 0;
}

/*-- //sports --*/
/*--Fashion--*/
.blog-poast-info {
    background: #f3f3f3;
    padding: 0.8em 1em;
}

.blog-top.two {
    padding: 0;
}

.fashion-right h3 a,
.fashion-right h3,
.fashion-left h3 a,
.fashion-left h3 {
    color: #000000;
    font-size: 1.5em;
    font-weight: 400;
    text-transform: none;
}

.fashion-right h3 a:hover,
.fashion-left h3 a:hover {
    color: #84754e;
}

.fashion-right p,
.fashion-left p {
    color: #777;
    line-height: 2em;
    margin: 0.8em 0 0.8em 0;
    font-size: 0.95em;
}

.fashion-right h3,
.fashion-left h3 {
    margin: 0.6em 0 0em;
}

.fashion-left {
    margin-bottom: 2.5em;
    width: 48%;
    float: left;
}

.fashion-right {
    margin-bottom: 2.5em;
    width: 48%;
    float: left;
    margin-left: 4%;
}

p.m_10 {
    font-size: 0.85em;
    color: #555;
    line-height: 1.8em;
    padding: 2% 0;
}

p.m_11 {
    font-size: 0.85em;
    color: #555;
    line-height: 1.8em;
}

.fashion-right a img,
.fashion-left a img {
    width: 100%;
}

p.fdate {
    margin: 0;
    color: #828080;
}

a.span_link1 {
    color: #828080;
}

/*-- Fashion-page --*/
/*-- //side-bar --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 14px;
    right: 3%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url("../../images/to-top1.png") no-repeat 0px 0px;
}

/*-- footer --*/
.footer-top {
    background-color: #1f1f1f;
    padding: 4em 0;
}

a.flogo img {
    width: 50%;
}

.footer-grid p {
    color: #979797;
    font-size: 0.9em;
    line-height: 2em;
    margin-top: 1em;
}

h4.footer-head {
    font-size: 1.5em;
    color: #84754e;
    margin-bottom: 1em;
}

ul.cat li {
    list-style-type: none;
    margin: 0.85em 0;
}

ul.cat li a {
    color: #979797;
    font-size: 0.95em;
    font-weight: 400;
}

ul.flickr li {
    width: 20%;
    float: left;
    display: inline-block;
    margin: 0 3px 3px 0;
}

ul.flickr li img {
    width: 100%;
    border: 1px solid #1f1f1f;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

ul.flickr li img:hover {
    border: 1px solid #84754e;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

ul.location li a {
    color: #979797;
    font-size: 1.1em;
}

ul.cat li a:hover {
    color: #84754e;
}

ul.location li a:hover {
    color: #84754e;
}

ul.location li {
    float: left;
    display: inline-block;
    margin: 0;
}

ul.location li:nth-child(2) {
    float: right;
    width: 85%;
    color: #979797;
    font-size: 0.95em;
    line-height: 2em;
    text-transform: lowercase;
    margin: 0;
}

span.glyphicon.glyphicon-map-marker,
span.glyphicon.glyphicon-earphone,
.glyphicon.glyphicon-envelope {
    color: #fff;
    font-size: 12px;
    background-color: #84754e;
    padding: 6px;
    border-radius: 50%;
    vertical-align: top;
}

span.glyphicon.glyphicon-map-marker {
    margin-top: 3px;
}

span.hq {
    color: #979797;
    font-size: 1em;
    margin-bottom: 1em;
    display: block;
}

ul.location {
    margin-top: 1em;
}

.footer-bottom {
    background-color: #353535;
    padding: 1em 0;
    font-size: 13px;
    font-family: 'Droid Sans', sans-serif;
}

.copyrights,
.footer-social-icons,
.footer-craft {
    margin: 10px 0;
}

.copyrights p {
    color: #979797;
    font-family: 'Droid Sans', sans-serif;
}

.copyrights p a {
    color: #84754e;
    margin-left: 2px;
}

.footer-social-icons ul li {
    display: inline-block;
    margin: 0px 0.2em;
}

.footer-social-icons ul li a {
    color: #989292;
    font-family: 'Droid Sans', sans-serif;
}

.footer-craft {
    color: #989292;
}

.footer-craft .glyphicon {
    color: #00aeef;
}

/*-- //footer --*/
/*-- contact --*/
.contact_grid {
    padding: 5em 0 2em;
}

.contact-top h3 {
    color: #000;
    font-size: 2.2em;
    text-transform: capitalize;
    margin: 0 0 5px;
}

p.contact_msg {
    color: #000;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.to input[type="text"] {
    padding: 10px;
    width: 31%;
    font-size: 1em;
    margin: 10px 0;
    border: 1px solid #999;
    color: #999;
    background: none;
    float: left;
    outline: none;
}

.text textarea {
    width: 77.3%;
    font-size: 1em;
    margin: 10px 0;
    border: 1px solid #999;
    color: #999;
    outline: none;
    background: none;
    height: 120px;
    padding: 10px;
    resize: none;
    float: left;
}

.form-submit1 {
    float: left;
    margin: 10px 0px 0 0px;
}

.form-submit1 input[type="submit"] {
    color: #fff;
    font-size: 1.1em;
    padding: 10px 15px;
    text-transform: uppercase;
    background: #84754e;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: none;
    cursor: pointer;
    outline: none;
}

.form-submit1 input[type="submit"]:hover {
    background: #131313;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.contact-top_right h3 {
    color: #000;
    font-size: 2.2em;
    text-transform: capitalize;
    margin: 0 0 5px;
}

p.m_msg {
    color: #000;
    font-size: 13px;
    margin: 10px 0;
}

.contact-top_right p {
    color: #969696;
    font-size: 0.95em;
    line-height: 2em;
}

ul.contact_info {
    padding: 0;
    list-style: none;
    margin: 2em 0 0 0;
}

ul.contact_info span {
    color: #000;
    font-size: 1.1em;
}

span.msg a {
    color: #84754e;
    font-size: 1em;
}

.map {
    margin-top: 3em;
}

.contact-top {
    padding-left: 0;
}

/*-- //contact --*/
/*-- sports --*/
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 3em 0;
}

.nbs-flexisel-item>img {
    cursor: pointer;
    position: relative;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
    margin-top: 2%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.course_demo {
    padding: 3% 3% 3% 3%;
}

.nbs-flexisel-item img {
    width: 93%;
    cursor: pointer;
    position: relative;
    margin-bottom: 0px;
    display: inline;
}

/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 44px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    display: none;
}

.nbs-flexisel-nav-left {
    left: -7em;
    background: url(../images/left.png) 0px 0px no-repeat;
    display: none;
}

.nbs-flexisel-nav-right {
    right: -7em;
    background: url(../images/right.png) 0px 0px no-repeat;
    display: none;
}

/*-- //sports --*/
/*-- about us --*/
.about h5 {
    font-size: 1.3em;
    margin-top: 0.8em;
    text-transform: uppercase;
    color: #676767;
}

address {
    width: 100%;
    color: #767676;
    font-size: 0.9em;
    line-height: 2.4em;
}

.more-address b,
strong {
    color: #333 !important;
    font-weight: 600;
}

address a {
    color: #444;
    font-size: 1em;
    line-height: 1.8em;
}

address a:hover {
    color: #84754E;
}

.about p {
    color: #555;
    margin: 0.5em 0 0.8em 0;
}

.more-address {
    margin-top: 2em;
}

.more-button {
    position: absolute;
    color: #00aeef;
    right: 0;
    bottom: 0px;
    padding: 10px;
    font-size: 13px;
}

.pos-b-min-15 {
    bottom: -15px;
}

/*-- //about us --*/
.privacy p {
    color: #777;
    line-height: 2.2em;
    margin: 1.5em 0 0.8em 0;
    font-size: 0.97em;
}

.privacy ul li a {
    color: #777;
    line-height: 2.2em;
    margin: 1.5em 0 0.8em 0;
    font-size: 0.97em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.privacy ul li a:hover {
    color: #84754E;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.privacy ul {
    padding-left: 2em;
    margin-top: 2em;
}

.privacy ul li {
    margin: 1em 0;
}

/*-- responsive-design starts-here --*/
@media screen and (max-width: 1920px) {
    a.title {
        font-size: 2.4em;
    }

    a.power {
        color: #000;
        display: block;
        font-size: 1.1em;
        font-weight: 300 !important;
        opacity: 0.85;
    }
}

.marquee {
    width: 75%;
    margin-left: 15%;
}

.sb-search {
    bottom: 0;
    right: 0;
    top: -10px;
}

.tags p {
    font-size: 1.3em;
}

ul.location li:nth-child(2) {
    width: 90%;
    margin: 3px 0 0 0;
}

.article-left iframe {
    min-height: 270px;
}

.text textarea {
    width: 82.3%;
}
}

@media screen and (max-width: 1680px) {
    .marquee {
        width: 75%;
        margin-left: 18%;
    }
}

@media screen and (max-width: 1440px) {
    .marquee {
        width: 70%;
        margin-left: 20%;
    }

    .sb-search {
        right: 71px;
    }

    a.title {
        font-size: 1.9em;
    }

    a.power {
        font-size: 1em;
    }

    .tags p {
        font-size: 1em;
    }

    ul.location li:nth-child(2) {
        width: 85%;
        margin: 0;
    }

    .article-left iframe {
        min-height: 200px;
    }

    .text textarea {
        width: 77.3%;
    }

    .breaking_news:after {
        right: -7%;
        top: 37%;
    }
}

@media screen and (max-width: 1366px) {
    a.power {
        font-size: 1em;
    }

    .move-text {
        margin-bottom: 0em;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 1em;
    }

    a.breaking {
        font-size: 0.95em;
    }

    .fashion-right h3 a,
    .fashion-right h3,
    .fashion-left h3 a,
    .fashion-left h3 {
        font-size: 1.4em;
    }

    .footer-top {
        padding: 4em 0 3em 0;
    }

    .sb-search {
        right: 33px;
        top: -1px;
    }

    .contact-top h3,
    .contact-top_right h3 {
        font-size: 2em;
    }

    .privacy ul li a {
        font-size: 0.96em;
    }

    .breaking_news:after {
        right: -7%;
        top: 37%;
    }
}

@media (min-width:480px) {
    .el-ads-row {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .el-ads-row>div {
        display: table-cell;
        padding-left: 23px;
        padding-right: 23px;
    }
}

@media screen and (max-width: 1280px) {
    h3.title-head {
        font-size: 2.3em;
    }

    a.title {
        font-size: 1.8em;
    }

    .article-text p {
        margin: 1.2em 0 0.8em 0;
    }

    .articles {
        margin: 4em 0 2em;
    }

    .tags p {
        font-size: 0.96em;
    }

    h3.title-popular {
        font-size: 2.3em;
    }

    a.power {
        font-size: 0.9em;
    }

    h2.head {
        font-size: 2.3em;
    }

    .about h5 {
        font-size: 1.2em;
    }

    .about p,
    .privacy p {
        font-size: 0.96em;
    }

    address {
        font-size: 0.9em;
    }

    .blog-posts h3 {
        font-size: 2.3em;
    }

    .views {
        width: 70%;
    }

    .blog-posts iframe {
        height: 350px;
    }

    .share_grid {
        padding-left: 0;
    }

    .contact_grid {
        padding: 5em 0 0em;
    }

    h2.heading {
        font-size: 2.3em;
    }

    .popular-grid {
        margin-bottom: 3em;
    }

    .marquee {
        width: 70%;
        margin-left: 23%;
    }

    .breaking_news:after {
        right: -7%;
        top: 38%;
    }

    .c-text p {
        /* margin: 1em 0; */
    }
}

@media screen and (max-width: 1200px) {
    ul.categories li a {
        font-size: 1.05em;
    }
}

@media screen and (max-width: 1080px) {
    .navbar-nav>li {
        margin: 12px 28px 0 0;
    }

    .header-bottom {
        padding: 1.7em 0 0.4em 0;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 1.25em;
    }

    .sb-search {
        right: 25px;
    }

    .breaking_news {
        padding: 16px 30px;
    }

    .breaking_news:after {
        top: 37%
    }

    .marquee {
        width: 72%;
        margin-left: 23%;
        font-size: 0.95em;
        padding: 16px 0;
    }

    .content-left {
        padding-right: 0;
    }

    h3.title-head {
        font-size: 2.2em;
    }

    h3.title-popular {
        font-size: 2.2em;
    }

    .article {
        margin-top: 2.5em;
        padding-bottom: 2.5em;
    }

    a.title {
        font-size: 1.6em;
    }

    .article-title p {
        font-size: 0.8em;
        margin: 0 0 0.5em 0;
    }

    a.pp-title {
        font-size: 1em;
    }

    .popular-post-grid {
        padding: 0.8em;
    }

    .post-text p {
        font-size: 0.8em;
    }

    .side-bar-article-title a {
        font-size: 1.2em;
    }

    a.power {
        font-size: 1.2em;
    }

    .sc-text p,
    .popular-grid p {
        font-size: 0.8em;
    }

    .c-text h6 {
        font-size: 0.9em;
    }

    .col-md-4.footer-grid {
        padding: 0;
    }

    ul.location li:nth-child(2) {
        width: 82%;
    }

    ul.location li a {
        margin-top: 2px;
    }

    .footer-top {
        padding: 3em 0 3em 0;
    }

    .popular-grid iframe {
        height: 200px;
    }

    h2.heading {
        font-size: 2.1em;
    }

    .fashion-right h3 a,
    .fashion-right h3,
    .fashion-left h3 a,
    .fashion-left h3 {
        font-size: 1.3em;
    }

    .blog-poast-info {
        padding: 0.5em 1em;
    }

    h2.head {
        font-size: 2.2em;
    }

    .about h5 {
        font-size: 1.15em;
        margin-top: 0.5em;
    }

    .contact-top h3,
    .contact-top_right h3 {
        font-size: 1.95em;
    }

    .contact_grid {
        padding: 4em 0 0em;
    }

    .map {
        margin-top: 2em;
    }

    .map iframe {
        min-height: 275px;
    }

    .share_grid h3 {
        font-size: 1.65em;
    }

    .views {
        width: 65%;
    }

    .blog-posts h3 {
        font-size: 2.2em;
    }

    .blog-posts iframe {
        height: 300px;
    }

    .share_grid ul li span {
        font-size: 0.95em;
    }

    .share_grid ul li label {
        font-size: 0.875em;
    }

    ul.categories {
        padding: 10px 5px;
    }

    ul.categories li a {
        padding: 4px 10px 6px;
        font-size: 1em;
    }

    ul.categories li {
        margin: 0 0.5em 0 0;
    }

    .related-posts {
        margin: 2em 0 4em 0;
    }

    .related-grids {
        padding: 0 3px;
    }

    .thumbnail {
        padding: 1px;
    }

    .sm-center {
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .navbar-nav>li {
        margin: 10px 5px 10px 0;
    }

    .header-bottom {
        padding: 1.7em 0 0.4em 0;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 0.9em;
    }

    .sb-search {
        right: 25px;
    }

    .breaking_news {
        padding: 16px 30px;
    }

    .breaking_news:after {
        top: 37%
    }

    .marquee {
        width: 72%;
        margin-left: 23%;
        font-size: 0.95em;
        padding: 16px 0;
    }

    .content-left {
        padding-right: 0;
    }

    h3.title-head {
        font-size: 2.2em;
    }

    h3.title-popular {
        font-size: 2.2em;
    }

    .article {
        margin-top: 2.5em;
        padding-bottom: 2.5em;
    }

    a.title {
        font-size: 1.6em;
    }

    .article-title p {
        font-size: 0.8em;
        margin: 0 0 0.5em 0;
    }

    a.pp-title {
        font-size: 1em;
    }

    .popular-post-grid {
        padding: 0.8em;
    }

    .post-text p {
        font-size: 0.8em;
    }

    .side-bar-article-title a {
        font-size: 1.2em;
    }

    a.power {
        font-size: 1.2em;
    }

    .sc-text p,
    .popular-grid p {
        font-size: 0.8em;
    }

    .c-text h6 {
        font-size: 0.9em;
    }

    .col-md-4.footer-grid {
        padding: 0;
    }

    ul.location li:nth-child(2) {
        width: 82%;
    }

    ul.location li a {
        margin-top: 2px;
    }

    .footer-top {
        padding: 3em 0 3em 0;
    }

    .popular-grid iframe {
        height: 200px;
    }

    h2.heading {
        font-size: 2.1em;
    }

    .fashion-right h3 a,
    .fashion-right h3,
    .fashion-left h3 a,
    .fashion-left h3 {
        font-size: 1.3em;
    }

    .blog-poast-info {
        padding: 0.5em 1em;
    }

    h2.head {
        font-size: 2.2em;
    }

    .about h5 {
        font-size: 1.15em;
        margin-top: 0.5em;
    }

    .contact-top h3,
    .contact-top_right h3 {
        font-size: 1.95em;
    }

    .contact_grid {
        padding: 4em 0 0em;
    }

    .map {
        margin-top: 2em;
    }

    .map iframe {
        min-height: 275px;
    }

    .share_grid h3 {
        font-size: 1.65em;
    }

    .views {
        width: 65%;
    }

    .blog-posts h3 {
        font-size: 2.2em;
    }

    .blog-posts iframe {
        height: 300px;
    }

    .share_grid ul li span {
        font-size: 0.95em;
    }

    .share_grid ul li label {
        font-size: 0.875em;
    }

    ul.categories {
        padding: 10px 5px;
    }

    ul.categories li a {
        padding: 4px 10px 6px;
        font-size: 1em;
    }

    ul.categories li {
        margin: 0 0.5em 0 0;
    }

    .related-posts {
        margin: 2em 0 4em 0;
    }

    .related-grids {
        padding: 0 3px;
    }

    .thumbnail {
        padding: 1px;
    }

    .breaking_news h2 {
        font-size: 1.35em;
    }

    .navbar-nav>li>a {
        padding: 5px;
    }

    #latest-news .nav-tabs>li a {
        font-size: 14px !important;
        padding: 0 10px !important;
    }

    .video-img .padding-less {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 991px) {
    .col-md-4.footer-grid {
        padding: 0 15px;
    }

    .marquee {
        width: 70%;
        margin-left: 26%;
    }

    .copyrights p {
        margin-top: 0.7em;
    }

    ul.flickr li {
        width: 23%;
    }

    h4.footer-head {
        margin-bottom: 0.7em;
    }

    .col-md-3.col-xs-12.footer-grid {
        margin-top: 2em;
    }

    a.title {
        font-size: 1.7em;
    }

    ul.location li:nth-child(2) {
        width: 95%;
        margin: 3px 0 0 0;
    }

    .side-bar {
        padding-left: 0;
        margin-top: 0em;
        width: 100%;
        float: left;
    }

    .dropdown-menu.columns-2 {
        min-width: 360px;
    }

    .sb-search {
        right: 71px;
    }

    .first_half {
        width: 48%;
        margin-right: 4%;
        float: Left;
    }

    .secound_half {
        width: 45%;
        float: Left;
    }

    .tags {
        margin: 0 0 3em 0;
    }

    .col-md-4.contact-top_right {
        padding-left: 0;
        margin-top: 2em;
    }

    .share_grid {
        width: 20%;
        float: Left;
    }

    .single-post {
        width: 80%;
        float: right;
    }

    .related-grids {
        width: 25%;
        float: left;
    }

    .karavali-top {
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 900px) {
    .wrap {
        width: 95%;
    }

    .sb-search.sb-search-open,
    .no-js .sb-search {
        width: 32%;
    }

    .sb-search {
        right: 22px;
    }

    .dropdown-menu.columns-2 {
        min-width: 335px;
    }
}

@media screen and (max-width: 800px) {
    .wrap {
        width: 100%;
    }

    .move-text {
        margin-bottom: 0em;
    }

    .marquee {
        width: 67%;
        margin-left: 30%;
    }

    .sb-search {
        right: 10px;
    }

    .sb-search.sb-search-open,
    .no-js .sb-search {
        width: 32%;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 1em;
    }

    .navbar-nav>li {
        margin: 8px 5px 5px 0;
    }

    .header-bottom {
        padding: 1.5em 0 0.2em 0;
    }

    .dropdown-menu.columns-2 {
        min-width: 280px;
    }

    h3.title-head {
        font-size: 2.1em;
    }

    a.title {
        font-size: 1.65em;
    }

    h3.title-popular {
        font-size: 2.1em;
    }

    .main-body {
        padding: 0px 0 4em 0;
    }

    .col-md-3.col-xs-12.footer-grid {
        margin-top: 3em;
    }

    .col-md-2.col-xs-6.col-sm-2.footer-grid {
        width: 20%;
    }

    .col-md-4.col-xs-6.col-sm-6.footer-grid {
        width: 46%;
    }

    h2.head {
        font-size: 2.1em;
    }

    .copyrights p {
        margin-top: 0.5em;
    }

    .breaking_news {
        padding: 16px 27px;
    }

    .breaking_news:after {
        right: -9%;
    }
}

@media screen and (max-width: 768px) {
    .dropdown-menu.columns-2 {
        min-width: 260px;
    }

    .contact-top h3,
    .contact-top_right h3 {
        font-size: 1.85em;
    }

    h2.heading {
        font-size: 2em;
    }

    .map iframe {
        min-height: 250px;
    }

    .share_grid {
        padding-right: 5px;
    }

    .footer-top {
        padding: 3em 0 2em 0;
    }

    .top-nav {
        margin-right: 0px !important;
        margin-top: 10px;
        float: none !important;
    }

    .top-menu {
        margin-bottom: 15px;
    }

    .header-top form {
        float: none !important;
        margin: 15px 0 !important;
    }

    .app-logo {
        margin-top: 0px !important;
    }

    .header-bottom {
        padding: 0px !important;
    }

    .navbar-toggle {
        margin: 8px 0px !important;
    }

    .wrap {
        position: relative;
    }

    .navbar-nav {
        float: none;
        margin-bottom: 45px;
    }

    .navbar-nav>li {
        margin: 10px 0 !important;
    }

    .side-bar .col-sm-6 {
        padding: 0px;
    }

    .main-slider .col-lg-6 {
        margin-right: 5px !important;
        width: 48% !important;
    }

    #latest-news .nav-tabs>li a {
        font-size: 12px !important;
        margin: 2px 0;
        padding: 3px 6px !important;
    }

    h2 {
        font-size: 18px !important;
    }

    .download-title {
        font-size: 20px;
    }

    .border-box {
        /* display: block !important; */
    }

    #entertaiment h3 {
        font-size: 1.3em !important;
        line-height: 1.5em !important;
    }

    .text {
        padding: 0 10px !important;
    }

    .image-container {
        height: 350px !important;
    }

    .mb-sm-20 {
        margin-bottom: 20px;
    }

    #latest-news .col-lg-3,
    #karavali .col-lg-3 {
        height: auto !important;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 720px) {
    .col-md-2.col-xs-6.col-sm-2.footer-grid {
        width: 48%;
    }

    .col-md-4.col-xs-6.col-sm-6.footer-grid {
        width: 60%;
        margin-top: 2em;
    }

    ul.location li:nth-child(2) {
        width: 94%;
    }

    .breaking_news {
        padding: 16px 20px;
    }

    .navigation {
        margin-top: 0;
    }

    .navbar-nav>li {
        margin: 20px 0;
    }

    .navbar-nav .open .dropdown-menu {
        border: 1px solid #eee;
        margin-top: 10px;
    }

    .col-sm-6 {
        float: Left;
        width: 50%;
        padding: 0 10px;
    }

    .dropdown-menu.multi-column {
        min-width: 460px !important;
    }

    .sb-search.sb-search-open,
    .no-js .sb-search {
        width: 50%;
    }

    .breadcrumb {
        margin-bottom: 2em;
    }

    .share_grid h3 {
        font-size: 1.5em;
    }

    .navbar-nav>li>a {
        border-bottom: 1px solid #546d95;
        border-left: 0px;
        font-size: 13px !important;
    }

    .inner-banner {
        margin-top: 20px;
    }

    .top-menu,
    .top-nav {
        text-align: left !important;
    }

    .top-nav a {
        margin: 0 10px 0 0 !important;
    }

    .header-top form {
        text-align: right !important;
    }

    .header-top form select {
        margin-right: 0px !important;
    }

    h1 {
        font-size: 150%;
    }

    .pr-0 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .el-head>div>h1 {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {

    .top-menu ul li a,
    .num p {
        font-size: 0.9em;
    }

    .navbar-toggle {
        padding: 7px 9px;
    }

    .breaking_news h2 {
        font-size: 1.2em;
    }

    .breaking_news {
        padding: 14px 18px;
    }

    .marquee {
        padding: 14px 0;
    }

    .breaking_news:after {
        top: 35%;
        right: -11%;
    }

    .caption a {
        font-size: 1.3em;
    }

    h3.title-head {
        font-size: 2em;
    }

    a.title {
        font-size: 1.45em;
    }

    .article-text p {
        margin: 1em 0 0.8em 0;
        font-size: 0.9em;
    }

    h3.title-popular {
        font-size: 2em;
    }

    .copyrights {
        float: none;
        text-align: Center;
    }

    .footer-social-icons {
        margin: 2% 0% 0 0;
    }

    a.power {
        font-size: 0.9em;
    }

    .c-text h6 {
        font-size: 0.8em;
    }

    h2.head {
        font-size: 2em;
    }

    .about h5 {
        font-size: 1.1em;
    }

    .contact-top h3,
    .contact-top_right h3 {
        font-size: 1.8em;
    }

    h2.heading {
        font-size: 1.85em;
    }

    .tags p {
        font-size: 0.94em;
    }

    .fashion-right h3 a,
    .fashion-right h3,
    .fashion-left h3 a,
    .fashion-left h3 {
        font-size: 1.25em;
    }

    ul.categories li a {
        padding: 4px 9px 6px;
    }

    .views {
        width: 60%;
    }
}

@media screen and (max-width: 600px) {
    .breaking_news:after {
        right: -8%;
        border-left: 8px solid #F9F9F9;
        border-right: 8px solid #F9F9F9;
        border-bottom: 12px solid #F3F3F3;
    }

    .breaking_news {
        padding: 14px 15px;
    }

    a.breaking {
        font-size: 0.92em;
    }

    .marquee {
        width: 65%;
        margin-left: 32%;
    }

    .footer-social-icons {
        margin: 2% 0% 0 0;
    }

    .article-left iframe {
        min-height: 180px;
    }

    .popular-grid iframe {
        height: 180px;
    }

    .top-menu ul li a,
    .num p {
        font-size: 0.875em;
    }

    h2.head {
        font-size: 1.9em;
    }

    .about h5 {
        font-size: 1em;
    }

    h2.heading {
        font-size: 1.8em;
    }

    .to input[type="text"] {
        width: 30%;
    }

    .blog-posts h3 {
        font-size: 2em;
    }

    ul.categories li a {
        padding: 4px 6px 6px;
    }

    .blog-posts iframe {
        height: 250px;
    }

    .views {
        width: 57%;
    }

    .fashion-right {
        width: 49%;
        margin-left: 2%;
    }

    .fashion-left {
        width: 49%;
    }

    .col-sm-6 {
        width: auto;
    }
}

@media screen and (max-width: 480px) {

    /* .el-ads-row {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    } */
    .top-menu ul li {
        margin-right: 9px;
    }

    .top-menu ul li a,
    .num p {
        font-size: 0.85em;
    }

    .secound_half {
        width: 80%;
    }

    .first_half {
        width: 80%;
        margin-right: 0;
    }

    .breaking_news h2 {
        font-size: 1.1em;
    }

    .breaking_news {
        padding: 12px 14px;
    }

    .marquee {
        padding: 12px 0;
    }

    .breaking_news:after {
        right: -10%;
    }

    .marquee {
        width: 60%;
        margin-left: 36%;
    }

    .caption a {
        font-size: 1.1em;
    }

    h3.title-head {
        font-size: 1.9em;
    }

    .article-right {
        width: 100%;
        margin-top: 4%;
    }

    .article-left {
        width: 70%;
        margin-right: 0;
    }

    .article {
        margin-top: 2em;
        padding-bottom: 2em;
    }

    a.title {
        font-size: 1.6em;
    }

    .s-grid-left {
        width: 80%;
        margin-right: 0;
    }

    .s-grid-right {
        float: left;
        width: 80%;
    }

    .side-bar {
        margin-top: 1em;
    }

    .tags {
        margin: 3em 0 3em 0;
    }

    .footer-social-icons {
        margin: 2% 0% 0 0;
    }

    ul.location li:nth-child(2) {
        width: 90%;
    }

    .col-md-4.col-xs-6.col-sm-6.footer-grid {
        width: 75%;
    }

    .col-md-2.col-xs-6.col-sm-2.footer-grid {
        width: 100%;
    }

    .col-md-3.col-xs-6.col-sm-4.footer-grid {
        width: 100%;
        margin-bottom: 2em;
    }

    .footer-grid p {
        margin-top: 0.5em;
    }

    h2.head {
        font-size: 1.8em;
    }

    .about h5 {
        font-size: 0.95em;
    }

    h2.heading {
        font-size: 1.7em;
    }

    .map {
        margin-top: 1.5em;
    }

    .map iframe {
        min-height: 230px;
    }

    .to input[type="text"] {
        width: 100%;
        margin-left: 0 !important;
    }

    .text textarea {
        width: 100%;
        height: 150px;
    }

    .contact-top h3,
    .contact-top_right h3 {
        font-size: 1.65em;
    }

    p.contact_msg {
        font-size: 1em;
    }

    .fashion-left {
        width: 80%;
        margin-left: 10%;
    }

    .fashion-right {
        width: 80%;
        margin-left: 10%;
    }

    .fashion-right h3 a,
    .fashion-right h3,
    .fashion-left h3 a,
    .fashion-left h3 {
        font-size: 1.4em;
    }

    .dropdown-menu.multi-column {
        min-width: 405px !important;
    }

    .world-news-grid {
        width: 70%;
        margin-right: 2.75%;
        margin-top: 3%;
    }

    .tech {
        width: 70%;
    }

    .tech-middle {
        margin: 8% 0%;
    }

    a.power {
        font-size: 1em;
    }

    .related-grids {
        width: 50%;
        margin-top: 1em;
    }

    .related-posts h4 {
        margin-bottom: 0.5em;
    }

    .blog-posts h3 {
        font-size: 1.9em;
    }

    p.artext {
        font-size: 1em;
    }

    .thumbnail {
        padding: 2px;
        margin-bottom: 5px;
    }

    ul.categories li a {
        padding: 4px 4px 6px;
        font-size: 0.8em;
    }

    ul.categories li {
        margin: 0 0.4em 0 0;
    }

    .coment-form input[type="text"],
    .coment-form input[type="email"] {
        width: 100%;
    }

    .blog-posts iframe {
        height: 220px;
    }

    .views {
        width: 100%;
        margin-left: 0;
        text-align: Center;
        margin-top: 5px;
    }

    .share_grid ul li a i {
        margin-left: 24px;
        float: none;
    }
}

@media screen and (max-width: 414px) {
    .top-menu {
        width: 100%;
        text-align: center;
    }

    .num {
        float: right;
        text-align: Center;
        margin-top: 5px;
        margin-right: 34%;
    }

    .header-bottom {
        padding: 1.1em 0 0em 0;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 1.1em;
    }

    .navbar-nav>li {
        margin: 18px 0;
    }

    .caption a {
        font-size: 1em;
    }

    .marquee {
        width: 55%;
        margin-left: 42%;
    }

    .article-left {
        width: 80%;
    }

    .s-grid-left,
    .s-grid-right {
        width: 100%;
    }

    .first_half {
        width: 100%;
    }

    .secound_half {
        width: 100%;
    }

    .col-md-4.col-xs-6.col-sm-6.footer-grid {
        width: 85%;
    }

    .footer-social-icons {
        margin: 2% 0% 0px 0;
    }

    h2.heading {
        font-size: 1.6em;
    }

    .contact-top h3,
    .contact-top_right h3 {
        font-size: 1.6em;
    }

    .fashion-left {
        width: 90%;
        margin-left: 5%;
    }

    .fashion-right {
        width: 90%;
        margin-left: 5%;
    }

    .dropdown-menu.multi-column {
        min-width: 350px !important;
    }

    .world-news-grid {
        width: 80%;
        margin-right: 0;
        margin-top: 4%;
    }

    .tech {
        width: 80%;
    }

    .single-post {
        width: 100%;
        float: right;
    }

    .blog-posts {
        border-left: none;
        padding-left: 0;
    }

    .share_grid {
        width: 100%;
        margin-bottom: 1em;
    }

    .share_grid ul li {
        border-bottom: none;
        border-left: 1px solid #eee;
        display: inline-block;
        width: 19.2%;
        height: 105px;
    }

    .share_grid ul li a i {
        margin-left: 19px;
    }

    .col-md-2.share_grid ul {
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    ul.categories li a {
        padding: 4px 6px 6px;
        font-size: 0.875em;
    }
}

@media screen and (max-width: 375px) {
    .num {
        margin-right: 33%;
    }

    .breaking_news h2 {
        font-size: 1em;
    }

    .breaking_news {
        padding: 12px 10px;
        width: 100%;
    }

    .marquee {
        width: 100%;
        margin: 0;
    }

    .caption a {
        font-size: 0.95em;
    }

    h3.title-head {
        font-size: 1.8em;
    }

    .articles {
        margin: 3em 0 2em;
    }

    .article-left {
        width: 90%;
    }

    .life-style-left-grid {
        width: 80%;
        margin-right: 0;
    }

    .life-style-right-grid {
        width: 80%;
        margin-top: 8%;
    }

    .footer-social-icons {
        margin: 2% 0% 0px 0;
    }

    ul.location li:nth-child(2) {
        width: 87%;
    }

    .dropdown-menu.multi-column {
        min-width: 310px !important;
    }

    .world-news-grid {
        width: 90%;
    }

    .tech {
        width: 90%;
    }

    .fashion-left {
        width: 96%;
        margin-left: 2%;
    }

    .fashion-right {
        width: 96%;
        margin-left: 2%;
    }

    .share_grid ul li {
        width: 19.1%;
        height: 105px;
    }

    .share_grid ul li a i {
        margin-left: 15px;
    }

    ul.categories li a {
        padding: 4px 3px 6px;
        font-size: 0.85em;
    }
}

@media screen and (max-width: 320px) {
    .top-menu {
        padding: 0 5px;
    }

    .top-menu ul li {
        margin: 0 4px;
    }

    .header-top {
        padding: 10px 0 12px 0;
    }

    .num {
        margin-right: 29%;
    }

    .logo a img {
        width: 52%;
    }

    .navbar-toggle {
        padding: 7px 7px;
    }

    .sb-search.sb-search-open,
    .no-js .sb-search {
        width: 90%;
    }

    .sb-search {
        right: 8px;
    }

    .caption a {
        font-size: 0.8em;
    }

    .caption {
        padding: 5px 8px 8px 8px;
    }

    .marquee {
        width: 50%;
        margin-left: 47%;
    }

    h3.title-head {
        font-size: 1.7em;
    }

    h3.title-popular {
        font-size: 1.7em;
    }

    .article-left {
        width: 98%;
    }

    .life-style-left-grid {
        width: 98%;
    }

    .life-style-right-grid {
        width: 98%;
    }

    .copyrights p {
        margin-top: 0em;
        line-height: 1.7em;
    }

    .sc-text h6 {
        font-size: 0.875em;
    }

    a.power {
        font-size: 1em;
    }

    .col-md-4.col-xs-6.col-sm-6.footer-grid {
        width: 100%;
    }

    .footer-social-icons {
        margin: 2.5% 0% 0px 0;
    }

    .side-bar {
        margin-top: 2em;
    }

    .main-body {
        padding: 0px 0 2em 0;
    }

    .footer-top {
        padding: 2.5em 0 1em 0;
    }

    .photos {
        margin-top: 2em;
    }

    .photos header {
        margin-bottom: 1em;
    }

    .table td,
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        padding: 0px !important;
    }

    .dropdown-menu.multi-column {
        min-width: 265px !important;
    }

    .world-news-grid {
        width: 95%;
    }

    .tech {
        width: 95%;
    }

    .blog-posts h3 {
        font-size: 1.7em;
    }

    ul.categories li a {
        padding: 3px 3px 4px;
        font-size: 0.7em;
    }

    ul.categories li {
        margin: 0 0.3em 0 0;
    }

    ul.categories {
        padding: 5px 5px 9px;
    }

    .response h4 {
        margin-bottom: 0em;
    }

    .media {
        margin-top: 25px;
    }

    .related-posts {
        margin: 1em 0 2em 0;
    }

    .share_grid ul li a i {
        margin-left: 10px;
    }

    .share_grid ul li {
        width: 18.9%;
        height: 102px;
    }

    .breadcrumb {
        margin-bottom: 1.5em;
    }
}

/*-------------NEW CSS-------------------*/
.header-top form {
    float: right;
    margin-left: 50px;
    margin-right: 20px;
}

.header-top form select {
    background: none;
    border: 0px;
    color: #b7b6bb !important;
    margin-right: 20px;
    font-family: 'Droid Sans', sans-serif;
}

.top-nav a {
    color: #b7b6bb;
    font-size: 12px;
    margin: 0 10px;
    font-family: 'Droid Sans', sans-serif;
}

.header-top .fa {
    color: #b7b6bb !important;
    font-size: 18px;
}

.select-language .fa {
    margin: 0 10px;
}

.main-slider {
    background: #f7f8fc;
    padding: 0 0 10px 0;
}

.main-slider span {
    font-size: 11px;
    color: #fff;
    background: #00aeef;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    text-transform: uppercase;
}

.inline-block {
    display: inline-block;
}

.date-feet {
    height: 30px !important;
}

.main-slider p {
    padding: 5px 0;
    line-height: 24px;
    opacity: 1;
    font-size: 13px;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-slider .space {
    padding: 4px 0px;
}

.main-slider .col-lg-6 {
    width: 48%;
    margin-right: 10px;
    /*height: 300px;*/
}

section {
    padding: 10px 0px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-text a {
    height: 40px;
    overflow: hidden;
}

h2 {
    font-size: 22px;
    text-transform: uppercase;
    border-left: 8px solid #0a578e;
    padding: 5px 10px;
    font-weight: 600;
    margin: 10px 0 10px;
}

.latest-news {
    position: relative;
}

.latest-news img {
    width: 100%;
    /*opacity:0.8;*/
    height: 150px;
}

.latest-news img:hover {
    opacity: 1;
}

#latest-news h4 {
    margin: 15px 0;
    opacity: 0.9;
    max-height: 60px;
}

.border-box {
    border: 1px solid #efefef;
    display: table-cell;
}

.latest-news-content {
    /*    padding-bottom:30px;*/
}

.latest-news-content p {
    color: #555;
    line-height: 1.7em;
    opacity: 1;
}

.latest-news-content h5 {
    padding: 15px 0;
    height: 60px;
}

#latest-news span,
#karavali span:not(#karavali-sub) {
    font-size: 11px;
    color: #fff;
    background: #00aeef;
    padding: 5px 10px;
    position: absolute;
    right: -15px;
    bottom: 0;
    z-index: 9999;
    text-transform: uppercase;
}

#latest-news .col-lg-3,
#karavali .col-lg-3 {
    max-width: 24.4%;
    margin-right: 5px;
    height: 250px;
}

#latest-news h3,
#karavali h3 {
    color: #00aeef;
    font-size: 20px;
    font-weight: 500;
    padding: 0px 20px 0px 0;
    margin: 0px;
}

#latest-news .nav-tabs,
#latest-news .nav-tabs>li>a {
    border: 0px;
    border-radius: 0px;
}

#latest-news .nav-tabs>li {
    border-right: 1px solid #e1e1e1;
    display: inline-block;
}

#latest-news .nav-tabs>li a {
    font-size: 18px;
    font-weight: 500;
    padding: 0 25px;
    color: #0a578e;
}

#latest-news .nav-tabs {
    margin: 15px auto;
    text-align: center;
}

#latest-news .nav-tabs>li.last {
    border: 0px;
}

#latest-news .nav-tabs>li a:hover {
    background: none;
}

/* .karavali-top .col-md-3 {
    padding: 0 5px;
} */
.karavali-box {
    padding-top: 6px;
    padding-bottom: 33px;
}

.details {
    font-size: 18px;
    font-weight: 300;
    margin-left: 20px;
    text-transform: none;
}

.karavali-top .fa {
    margin-left: 10px;
}

.image-container {
    height: 585px;
    position: relative;
}

#image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.text {
    z-index: 100;
    position: absolute;
    color: white;
    padding: 0 30px;
    bottom: 20px;
}

.overlay-text {
    z-index: 100;
    position: absolute;
    color: white;
    padding: 5px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.72);
}

.overlay-text h4,
.overlay-text p,
.overlay-text .span_link {
    padding: 5px;
    color: white !important;
}

#entertaiment {
    background: #fbfcfe;
    padding: 20px 0 15px 0;
}

#entertaiment h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin: 20px 0 15px;
}

.text p {
    margin: 15px 0 5px;
    line-height: 26px;
}

.image-container span {
    background: #00aeef none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    z-index: 9999;
}

.entertaiment-content {
    padding: 17px 5px;
}

.entertaiment-content p {
    /* line-height: 1.5em; */
}

.lifestyle .text {
    z-index: 100;
    position: absolute;
    color: #555;
    padding: 0 15px;
    bottom: 20px;
}

#downloads {
    background: #252525;
    padding: 25px 0;
    margin-top: 10px;
}

.download-title {
    font-size: 26px;
    color: #fff;
    text-shadow: 1px 0px 0px #000;
    font-weight: 300;
    text-transform: uppercase;
    top: 5px;
    position: relative;
}

.downloads-icon img {
    margin-right: 20px;
}

.news-image-container {
    height: 190px;
    position: relative;
}

#news-categories {
    padding: 35px 0 30px;
}

#news-categories .text {
    padding: 0 15px;
    bottom: 0px;
    width: 100%;
}

#news-categories .text p {
    margin: 5px 0 0;
    color: #fff;
    opacity: 1;
}

#news-categories .text a {
    color: #fff;
}

.no-border {
    border: 0px;
}

.cat-small-image {
    float: left;
    margin-right: 3%;
    width: 45%;
    position: relative;
}

.cat-small-image img {
    height: 90px;
    opacity: 0.8;
    width: 100%;
}

.cat-small-image img:hover {
    opacity: 1;
}

.cat-small-image span {
    background: #00aeef none repeat scroll 0 0;
    bottom: 0px;
    color: #fff;
    font-size: 11px;
    left: 0px;
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;
    z-index: 9999;
}

.excl-image>img {
    width: 100%;
}

.gulf-bg {
    background: #252525;
}

#home-gallery {
    background: #1c1d25;
    padding: 20px 0;
}

.slider-bottom {
    position: relative;
}

.slider-bottom ul.callbacks_tabs {
    bottom: 10px;
    position: absolute;
    right: 10px;
    z-index: 9999;
}

.slider-bottom p {
    font-size: 11px !important;
    line-height: 26px;
    opacity: 1;
}

#home-gallery h3 {
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #616167;
    padding-bottom: 10px;
    margin: 10px 0 15px;
}

.video-img>li {}

/* .video-img>li>a>img {
    width: 100%;
    height: auto;
}  */
.app-logo {
    /* margin-top: 20px; */
    margin: 0 25px;
}

.caption p a,
.text p a {
    color: #fff;
}

.lifestyle .text p a {
    color: #555 !important;
}

.inner-news .latest-news-content {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.video-list-thumbs {
    position: relative;
    text-align: center;
}

.video-list-thumbs p {
    background: rgba(17, 17, 19, 0.50);
    bottom: 0px;
    color: #fff;
    font-size: 12px;
    /* left: 15px; */
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;
    z-index: 9999;
    line-height: 24px;
    width: 100%;
    opacity: 1;
}

.video-list-thumbs>li {
    margin-bottom: 12px;
    width: 100%;
    height: 100%;
}

.video-list-thumbs>li:last-child {}

.video-list-thumbs>li>a {
    display: block;
    position: relative;
    color: #fff;
    transition: all 500ms ease-in-out;
}

.video-list-thumbs>li>a>img {
    width: 100%;
}

.video-list-thumbs>li>a:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    text-decoration: none
}

.video-list-thumbs h2 {
    bottom: 0;
    font-size: 14px;
    height: 33px;
    margin: 8px 0 0;
}

.video-list-thumbs .glyphicon-play-circle {
    display: inline-block;
    font-size: 60px;
    opacity: 0.6;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 50%;
    right: 0;
    /* right: 39%;
    top: 31%; */
    /* margin: auto; */
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    transition: all 500ms ease-in-out;
}

.video-list-thumbs>li>a:hover .glyphicon-play-circle {
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
}

.video-list-thumbs .duration {
    background-color: #00aeef;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    left: 12px;
    text-transform: uppercase;
    line-height: 13px;
    padding: 5px 15px;
    position: absolute;
    top: 12px;
    transition: all 500ms ease;
}

.video-list-thumbs>li>a:hover .duration {
    background-color: #000;
}

@media (min-width:320px) and (max-width: 480px) {
    .video-list-thumbs .glyphicon-play-circle {
        font-size: 35px;
        right: 36%;
        top: 27%;
    }

    .video-list-thumbs h2 {
        bottom: 0;
        font-size: 12px;
        height: 22px;
        margin: 8px 0 0;
    }
}

.lib-panel {
    margin-bottom: 20Px;
    display: flex;
}

.lib-panel img {
    width: 100%;
    background-color: transparent;
}

.lib-panel .lib-row.lib-header {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    opacity: 0.8;
    padding: 10px 0 0;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    background-color: #00aeef;
    height: 3px;
    margin: 7px 0;
    position: relative;
    top: -1px;
    width: 26px;
}

.lib-panel .lib-row.lib-desc {
    display: block;
    font-size: 1em;
    font-weight: 300;
    height: 100%;
    line-height: 1.8em;
    position: relative;
}

.stories-box-bg .lib-row.lib-desc {
    font-size: 1.2em !important;
}

.lib-panel .lib-row.lib-desc a {
    font-size: 15px;
}

.row-margin-bottom {
    margin-bottom: 20px;
}

.stories-box-bg {
    background: #fafafa;
    display: table-cell;
    width: 100%;
}

.lib-seperator-line {
    background: #ccc;
    height: 1px;
    margin: 10px 0;
    width: 75%;
}

.poll .list-group {
    margin: 0px;
}

.poll .list-group-item {
    padding: 3px 15px;
}

#entertaiment .image-container .text p {
    color: #fff;
    opacity: 1;
}

#entertaiment .lifestyle .text p {
    color: #555 !important;
}

.right-side .lib-panel {
    margin-bottom: 0px !important;
}

/*------------ InnerPage CSS----------------*/
.card .card-image {
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card .card-image img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.card .card-image:hover img {
    -webkit-transform: scale(1.2) rotate(-7deg);
    -moz-transform: scale(1.2) rotate(-7deg);
    -ms-transform: scale(1.2) rotate(-7deg);
    -o-transform: scale(1.2) rotate(-7deg);
    transform: scale(1.2) rotate(-7deg);
}

.card {
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    position: relative;
}

.card .card-content {
    padding: 15px 0 8px;
}

.card .card-content .card-title,
.card-reveal .card-title {
    font-size: 24px;
    margin: 5px 0;
}

.card .card-action {
    padding: 20px;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
}

.card .card-action a {
    font-size: 15px;
    color: #ffab40;
    text-transform: uppercase;
    margin-right: 20px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.card .card-action a:hover {
    color: #ffd8a6;
    text-decoration: none;
}

.card-content p {
    margin: 10px 0;
}

#news .lib-panel .lib-row.lib-header {
    padding: 0px;
    font-weight: 400;
    margin: 10px 0 5px;
    font-size: 18px;
}

#news .lib-panel .lib-row.lib-desc {
    margin-top: 0px;
}

#news .lib-panel {
    margin: 0px;
}

.popular-grids .news-image-container {
    height: 230px;
    position: relative;
}

.popular-grids .news-image-container p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

#news h3 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.banner-right {
    background: #f3f3f3;
    padding: 15px 15px 34px;
}

.banner-right p {
    opacity: 1;
}

.main-title h2 {
    line-height: 1.5em;
    font-size: 2.1em;
    font-weight: 700;
    border: 0px;
    font-family: 'Droid Serif', serif;
    text-transform: none;
    margin-top: 0px;
}

.reduce-gap {
    margin: 18px 0 10px;
}

#inner-news {
    padding: 20px 0 10px;
}

#inner-news p {
    opacity: 1;
    font-size: 16px;
    line-height: 1.8;
}

#news p {
    opacity: 1 !important;
}

.news-title {
    font-size: 1.5em;
    font-weight: bold;
    margin: 20px 0;
}

#inner-news p {
    margin: 0px 0px 20px 0;
}

.news-section {
    padding: 0px 0px 20px 0px;
}

.inner-news h3 {
    border-left: 8px solid #0a578e;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 20px;
    padding: 8px 15px;
    text-transform: uppercase;
    font-family: 'Droid Sans', sans-serif;
}

#inner-news .panel-heading {
    color: #fff;
    font-size: 14px;
    padding: 0px;
}

#inner-news .panel-heading a {
    background: #222;
    padding: 5px 15px;
}

#inner-news .panel-title {
    font-size: 14px;
    padding: 5px 0;
}

#comments-sec .panel-heading a {
    background: none !important;
    color: #555;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

#comments-sec .panel-title {
    margin-bottom: 5px;
}

.social-nav-main {
    background: #eeeeee;
    display: table;
    padding: 20px 15px;
    width: 100%
}

.right-side p a {
    font-size: 1.2em;
}

.footer-craft a {
    color: #00aeef;
}

.mobile-social-share h4 {
    float: left;
    font-size: 1.2em;
    line-height: 20px;
    margin: 25px 0 0 10px;
}

.share-group {
    float: right;
    margin: 18px 25px 0 0;
}

.btn-group {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}

.mobile-social-share ul {
    float: right;
    list-style: none outside none;
    margin: 0;
    min-width: 61px;
    padding: 0;
}

.share {
    min-width: 17px;
}

.mobile-social-share li {
    display: block;
    font-size: 18px;
    list-style: none outside none;
    margin-bottom: 3px;
    margin-left: 4px;
    margin-top: 3px;
}

.btn-share {
    background-color: #BEBEBE;
    border-color: #CCCCCC;
    color: #333333;
}

.btn-twitter {
    background-color: #3399CC !important;
    width: 51px;
    color: #FFFFFF !important;
}

.btn-facebook {
    background-color: #3D5B96 !important;
    width: 51px;
    color: #FFFFFF !important;
}

.btn-facebook {
    background-color: #3D5B96 !important;
    width: 51px;
    color: #FFFFFF !important;
}

.btn-google {
    background-color: #DD3F34 !important;
    width: 51px;
    color: #FFFFFF !important;
}

.btn-linkedin {
    background-color: #1884BB !important;
    width: 51px;
    color: #FFFFFF !important;
}

.btn-pinterest {
    background-color: #CC1E2D !important;
    width: 51px;
    color: #FFFFFF !important;
}

.btn-mail {
    background-color: #FFC90E !important;
    width: 51px;
    color: #FFFFFF !important;
}

.caret {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

.mobile-social-share {
    background: none repeat scroll 0 0 #EEEEEE;
    display: block !important;
    min-height: 70px !important;
}

#socialShare {
    max-width: 59px;
    margin-bottom: 18px;
}

#socialShare>a {
    padding: 6px 10px 6px 10px;
}

@media (max-width: 320px) {
    #socialHolder {
        padding-left: 5px;
        padding-right: 5px;
    }

    .mobile-social-share h3 {
        margin-left: 0;
        margin-right: 0;
    }

    #socialShare {
        margin-left: 5px;
        margin-right: 5px;
    }

    .mobile-social-share h3 {
        font-size: 15px;
    }
}

@media (max-width: 238px) {
    .mobile-social-share h3 {
        font-size: 12px;
    }
}

.social-nav li {
    float: left;
    margin: 10px 0 0 10px;
    list-style: none;
}

.social-nav a {
    display: inline-block;
    float: left;
    width: 35px;
    height: 35px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    background: #000;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.social-nav a {
    overflow: hidden;
    font-size: 20px;
    border-radius: 4px;
}

.social-nav a:hover {
    background: #fff;
    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
}

.social-nav .twitter {
    background: #00ACED;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}

.social-nav .twitter:hover {
    color: #00ACED;
}

.social-nav .facebook {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}

.social-nav .facebook:hover {
    color: #3B579D;
}

.social-nav .google {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}

.social-nav .google:hover {
    color: #DD4A3A;
}

.social-nav .linkedin {
    background: #007BB6;
    text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;
}

.social-nav .linkedin:hover {
    color: #007BB6;
}

.social-nav .pinterest {
    background: #CB2026;
    text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e;
}

.social-nav .pinterest:hover {
    color: #CB2026;
}

#entertaiment h3 {
    color: #fff;
}

.space small {
    font-size: 100% !important;
    padding: 0 5px;
}
}

.pr-0 {
    padding-right: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.main-title h3 {
    border: 0px;
    padding: 0px 0 10px;
    margin: 0px;
}

.main-title h3:before {
    content: '\25CF';
    position: relative;
    bottom: .1em;
    color: #7b7a7a;
    border: 0px;
    margin-right: 5px;
}

.publish_details {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 13px;
    color: #7b7a7a !important;
}

.publish_details a {
    color: #7b7a7a !important;
}

.comments span {
    width: 40%;
    height: 1px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}

.comments a {
    margin: 0 15px;
    color: #555;
}

.small_news_colms {
    position: relative;
}

.small_news_colms .caption p {
    margin: 5px 0 !important;
    font-size: 14px;
}

.small_news_colms .caption {
    width: 85%;
    bottom: 10%;
    left: initial;
}

.sliderpanel {
    width: 100%;
    height: 100%;
    display: block;
}

.myslider {
    display: block;
    height: 100%;
}

.myslider .item {
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
}

.myslider .carousel-control {
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.myslider .carousel-control.left {
    left: 10px
}

.myslider .carousel-control.right {
    right: 10px
}

.special {
    color: #fff;
}

.img-responsive,
thumbnail>img,
thumbnail a>img,
carousel-inner>item>.img,
carousel-inner>item>a>img {
    display: inline-block !important;
}

.stories-news img {
    height: 264px;
    width: 100%;
}

#breaking-news {
    padding-top: 10px;
}

/*------------ MEDIA CSS----------------*/
@media screen and (max-width: 1024px) {

    #latest-news .col-lg-3,
    #karavali .col-lg-3 {
        margin-right: 0px;
        max-width: none;
    }

    #latest-news .col-sm-6,
    #karavali .col-sm-6 {
        padding: 0 15px;
        width: 100%;
    }

    h4 {
        font-size: 110%;
    }
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}



