body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: inherit;
    overflow-x: hidden
}

@media (min-width:767px) {
    .tHead .fixed-top {
        position: fixed;
        left: 0px;
        width: 100%;
        z-index: 99;
        top: 0px;
        animation-name: ballmove;
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
    }
    @keyframes ballmove {
        0% {
            -webkit-transform: translate(0, -51px);
            -moz-transform: translate(0, -51px);
            -o-transform: translate(0, -51px);
            -ms-transform: translate(0, -51px);
            transform: translate(0, -51px);
        }
        100% {
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }
    }
}

main {
    padding: 30px 0 !important;
    padding-bottom: 50px !important
}

.updated {
    font-size: 11px;
    position: absolute;
    right: -38px;
    top: 2px;
}

@media (max-width:767px) {
    .updated {
        font-size: 10px;
        position: absolute;
        right: -56px;
        top: -2px;
    }
}

.tHead .top-head-bar *>a,
.tHead .top-head-bar .orange-bg {
    padding: 6px 12px
}

.tHead .top-head-bar a:hover {
    background: #ededed;
    /* Old browsers */
    background: linear-gradient(to bottom, #ededed 0%, #fbfbfb 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#fbfbfb', GradientType=0);
    /* IE6-9 */
}

.tHead .top-head-bar .contribute a:hover {
    background: #3dc2e8
}

.tHead .top-head-bar .top-right i {
    color: #7cb639;
    margin-right: 4px
}

.tHead .top-head-bar .top-right .list-item-inline li .drop-down {
    left: 0;
    width: 100%;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 999;
    opacity: 0;
    max-height: 0px;
    overflow: hidden
}

/*http://www.quackit.com/html/codes/html_marquee_code.cfm*/

.tHead .top-head-bar .top-right .list-item-inline li:hover .drop-down {
    opacity: 1;
    max-height: 189px;
}

.tHead .top-head-bar .top-right .list-item-inline li .drop-down>li {
    width: 100%;
}

.tHead .top-head-bar .top-right .list-item-inline li .drop-down>li>a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0 rgba(255, 255, 255, 0.2);
}

body .contribute a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    background: #3dc2e8
}

@media (min-width:767px) and (max-width:1170px) {
    .tHead .top-head-bar *>a,
    .tHead .top-head-bar .green-bg {
        font-size: 11px;
        padding: 9px 6px !important;
    }
    body .logo {
        padding: 0px;
        display: block;
        min-height: 92px;
    }
    body #footer .footer-box-con>div {
        height: 212px !important;
    }
    body .tHead .mast-head-bar .logo::after {
        bottom: 7px !important;
        font-size: 12px !important;
        font-weight: bold;
        left: -150px !important;
        right: 0;
    }
    body .social-nav.text-center {
        text-align: right;
        top: 49px;
        width: 100% !important
    }
    body .custom-search-bar {
        left: 0;
        max-width: 27%;
        position: absolute;
        right: 0;
        top: -2px;
    }
    .col-lg-3.col-sm-4.no-padding.text-ceter {
        text-align: left !important
    }
    .col-lg-3.col-sm-4.no-padding.text-ceter.relative {
        display: block !important
    }
    .col-lg-3.col-sm-4.no-padding.text-ceter.relative .updated {
        right: 0 !important
    }
    body .navbar-header {
        float: none !important
    }
    body .navbar-brand {
        display: inline-block !important
    }
}

@media (min-width:767px) and (max-width:1024px) {
    body .navbar-header {
        float: none !important
    }
    body .navbar-brand {
        display: inline-block !important
    }
}

@media (min-width:268px) and (max-width:767px) {
    .tHead .top-head-bar *>a,
    .tHead .top-head-bar .green-bg {
        padding: 6px 9px
    }
    body .logo {
        padding: 0px;
        display: block;
        margin-bottom: 20px;
    }
    body .tHead .mast-head-bar .logo:after {
        bottom: 13px;
        font-weight: bold;
        left: 6px;
        bottom: -20px;
        font-weight: bold;
        left: 0;
        right: 0;
    }
    .custom-search-bar {
        top: 0px;
        max-width: 90%;
        margin: 15px 0;
        margin-left: 15px !important
    }
}

@media (min-width:851px) and (max-width:1024px) {
    .home-icon {
        display: none !important
    }
    .tHead .nav-bar-holder li>a {
        text-transform: capitalize;
    }
}

@media (min-width:268px) and (max-width:480px) {
    body .top-head-bar .menu {
        float: left
    }
    body .top-head-bar .menu>li {
        float: none;
        display: inline-block
    }
}

@media (min-width:768px) and (max-width:1025px) {
    body .tHead .list-item-inline>li>a {
        padding: 8px 6px;
        font-size: 12px;
        font-weight: normal;
    }
    .tHead .top-head-bar .top-right i {
        margin-right: 3px
    }
    body .logo {
        padding: 0 10px;
        display: block;
    }
    body .logo img {
        max-width: 100%;
        display: block;
    }
    body .tHead .mast-head-bar .logo:after {
        bottom: -13px;
        color: #7d2717;
        content: "Leading India News Source";
        font-size: 8px;
        font-weight: bold;
        left: 6px;
        letter-spacing: 0;
        position: absolute;
        white-space: nowrap;
        left: 10px !important
    }
    .secondary-nav .container .nav li:first-child {
        display: none
    }
    body .tHead .social-nav .azm-social {
        height: 26px;
        line-height: 11px;
        width: 26px;
    }
    .custom-search-bar input {
        width: 100%;
    }
    .advertisment .media-object {
        width: auto !important
    }
}

@media (min-width:880px) {
    body .navbar-brand {
        display: none !important
    }
}

@media (min-width:250px) and (max-width:767px) {
    body .contribute,
    body .secondary-nav {
        display: none;
    }
    body .tHead .social-nav {
        padding-left: 0px;
        position: relative;
        right: 0px;
        top: 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    body .mast-head-bar [class*="col"] {
        margin-bottom: 10px;
    }
}

/*MAST HEAG LOGO BAR AREA SATRTS*/

@media (min-width:1024px) {
    .tHead .mast-head-bar {
        min-height: 100px;
    }
    .tHead .social-nav {
        width: 264px
    }
}

.tHead .mast-head-bar .logo:after {
    bottom: -47px;
    color: #7d2717;
    content: "Leading India News Source";
    font-size: 12px;
    font-weight: bold;
    left: 14px;
    letter-spacing: 0;
    position: absolute;
    white-space: nowrap;
}

.tHead .social-nav {
    padding-left: 0px;
    position: absolute;
    right: 0px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tHead .social-nav .azm-social {
    height: 32px;
    line-height: 31px;
    width: 32px;
}

/*NAV BAR AREA CSS STARTS*/

.clear {
    clear: both;
}

.tHead .nav-bar-holder {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    border-top: 1px solid #a0ce41;
    box-shadow: 0 1px 0 #c8e861 inset;
}

.tHead .nav-bar-holder li>a {
    padding: 10px 8px;
    border-right: 1px solid #a0ce41;
    box-shadow: 0 1px 0 #c8e861 inset;
    position: relative;
    z-index: 9
}

.tHead .nav-bar-holder li.full-dropdown-menu {
    position: inherit
}

.tHead .nav-bar-holder li.full-dropdown-menu>ul {
    width: 100%;
    max-width: 100%;
}

@media (min-width:1024px) {
    .tHead .nav-bar-holder li.full-dropdown-menu>ul [class*="col"] {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        display: table-cell;
        float: none;
        padding: 0;
        width: 1%;
    }
}

.tHead .nav-bar-holder li.full-dropdown-menu>ul [class*="col"] i {
    display: none
}

.tHead .nav-bar-holder li>a>i {
    position: relative;
    right: -4px;
}

.tHead .nav-bar-holder .flexMenu-popup {
    position: absolute !important;
    right: 0;
    top: 0;
    z-index: 99;
}

.tHead .nav-bar-holder li:last-child>a {
    border-right: 0px solid #a0ce41;
    box-shadow: 0 0px 0 #c8e861 inset;
}

.tHead .nav-bar-holder li>a .fa-home {
    font-size: 22px;
    margin-top: -5px;
    position: relative;
    top: 2px;
}

.tHead .secondary-nav {
    box-shadow: 0px 5px 7px -7px rgba(0, 0, 0.1)
}

.tHead .secondary-nav li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
    display: table-cell;
    width: 1%;
    white-space: nowrap;
}

.tHead .secondary-nav li ul {
    border: medium none !important;
    box-shadow: none !important;
}

body .tHead .secondary-nav li .dropdown-menu li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
    width: 100%;
}

body .tHead .secondary-nav li .dropdown-menu {
    display: block;
    height: 0;
    overflow: hidden
}

body .tHead .secondary-nav li:hover .dropdown-menu {
    height: auto
}

body .tHead .secondary-nav li .dropdown-menu li {
    width: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.2);
}

body .tHead .secondary-nav li .dropdown-menu li a {
    color: #000
}

.tHead .secondary-nav .werindia-live {
    background: #c8e861;
    color: #7D2717;
    font-weight: 600;
    padding: 4px 10px;
}

.tHead .secondary-nav a {
    font-size: 11px;
    padding: 4px 10px;
    font-weight: 600;
}

.tHead .secondary-nav a:hover {
    color: rgb(141, 193, 60);
}

@media (max-width:1024px) and (min-width:768px) {
    .tHead .secondary-nav a {
        font-size: 10px;
        padding: 4px 6px;
        font-weight: 600;
    }
    .werindia-live {
        margin: 0 !important
    }
}

.tHead .secondary-nav .app-icons a {
    font-weight: 600;
}

.tHead .secondary-nav .app-icons a i {
    margin-right: 5px;
    font-size: 16px;
}

.tHead .nav-bar-holder .flexMenu-viewMore:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    top: 12px;
    right: -10px;
}

/**/

.main-layout .container {
    max-width: 1170px;
    margin-top: 0px;
    padding: 0 15px
}

@media (min-width:280px) and (max-width:1170px) {
    body .tHead .nav-bar-holder li>a {
        text-align: left
    }
    .sub-menu.dropdown-menu {
        float: none !important;
        position: relative !important;
    }
    .tHead .nav-bar-holder li>a>i.menu-arrow {
        background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
        font-size: 18px;
        height: 100%;
        padding: 11px 20px;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media (min-width:767px) and (max-width:1170px) {
    .main-layout .container {
        padding: 0 25px
    }
    .main-layout .market [class*="col"] h4,
    .main-layout .market [class*="col"] p {
        font-size: 11px !important;
    }
}

/*SENSEX MARKET AREA CSS STARTS*/

.main-layout .market [class*="col"] {
    border: 1px solid #ddd;
    font-size: 13px;
    margin-bottom: 0;
    padding: 1px;
    text-align: center;
}

.main-layout .market [class*="col"] h4,
.main-layout .market [class*="col"] p {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0;
    width: auto;
}

.main-layout .market [class*="col"] p {
    font-weight: normal;
}

.main-layout .market [class*="col"] p span {
    color: #93c53f !important;
    font-weight: bold;
    padding-left: 8px;
}

@media (min-width:250px) and (max-width:767px) {
    .main-layout .container {
        max-width: 1170px;
        margin-top: 0px;
        padding: 0 10px
    }
    .mobile-height {
        height: 70px
    }
    .main-layout .market [class*="col"] {
        height: 40px;
        padding: 3px;
        border: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .main-layout .market [class*="col"].last {
        width: 100% !important
    }
    .main-layout .market {
        margin: 0
    }
    .main-layout .market [class*="col"] h4,
    .main-layout .market [class*="col"] p {
        font-size: 11px;
    }
}

/*MAIN LEFT COL AREA STARTS HERE*/

@media (min-width:1170px) {
    .main-layout .left-col {
        width: 800px
    }
    .media-body>p {
        min-height: 72px;
    }
}

@media (max-width:767px) {
    .main-layout .left-col .lg-view {
        margin-left: 15px;
        margin-right: 15px;
    }
    .pointing-arrow {
        right: 220px !important;
        top: 47px !important;
    }
    .main-layout .left-col .lg-view>a {
        padding: 4px;
        font-size: 12px;
    }
    .breadcrumb {
        width: 100% !important
    }
}

.main-layout .left-col .lg-view {
    border-bottom: 4px solid #90C33C;
    padding-bottom: 6px;
    margin-top: 2px;
    margin-bottom: 10px;
}

.main-layout .left-col .lg-view>a {
    display: inline-block;
    padding: 4px 16px;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 10px;
}

.pointing-arrow {
    position: absolute;
    right: 243px;
    top: 0px;
}

/*.main-layout .left-col .news-panel [class*="col"]:nth-child(odd){
	border:0px solid red
}*/

.main-layout .left-col .news-panel [class*="col"] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 0 solid #ddd;
    min-height: 85px;
    padding: 5px 10px 2px;
}

.media-left>a {
    border-radius: 8px;
    display: block;
    overflow: hidden;
}

.main-layout .left-col .news-panel [class*="col"] p {
    font-weight: 600;
}

.main-layout .left-col .news-panel [class*="col"] .news-bottom {
    color: rgba(0, 0, 0, 0.6);
    font-size: 11px;
    margin-top: -8px;
}

.main-layout .left-col .news-panel [class*="col"] .news-bottom .fa-comment {
    color: #7cb639;
    margin-left: 5px;
}

/*.main-layout .left-col .news-panel [class*="col"]:nth-child(2n){
	padding-right:0px;
	padding-left:6px
}*/

/*.main-layout .left-col .news-panel [class*="col"]:nth-child(2n):after{
	border-left:1px solid rgba(0, 0, 0, 0.2);
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	content:""
}*/

@media (max-width:767px) {
    .main-layout .left-col .news-panel [class*="col"] {
        padding: 0 15px !important;
        margin-bottom: 6px;
        padding-bottom: 6px !important
    }
}

/*MAIN RIGHT AREA CSS STARTS*/

@media (min-width:1170px) {
    .main-layout .right-col {
        width: 322px;
        margin-left: 15px !important
    }
}

@media (min-width:1170px) {
    .news-panel:after {
        position: absolute;
        left: 364px;
        height: 100%;
        width: 1px;
        content: '';
        background: #ddd
    }
}

@media (max-width:1024px) and (min-width:767px) {
    .news-panel:after {
        position: absolute;
        left: 50%;
        height: 100%;
        width: 1px;
        content: '';
        background: #ddd
    }
}

[font-600] {
    font-weight: 600
}

.main-layout .right-col .widget-right {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    padding-bottom: 5px;
}

.main-layout .right-col .widget-right [right-heading] {
    border-bottom: 1px solid #ddd;
    padding: 4px 10px;
    color: #76b439;
    margin: 0 -10px;
    margin-top: -10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.main-layout .right-col .widget-right .horoscope-media .media-body {
    font-size: 12px;
    float: none;
    display: table-cell
}

.main-layout .right-col .widget-right .oven-pic {
    margin: -10px;
    margin-bottom: 10px;
}

.main-layout .right-col .widget-right .oven-pic a {
    display: block
}

.main-layout .right-col .widget-right .oven-pic a img {
    width: 100%
}

.main-layout .right-col .widget-carosel .item {
    height: 210px;
}

.main-layout .right-col .widget-carosel .item img {
    height: 100%;
    width: 100%
}

.main-layout .right-col .widget-carosel .carousel-caption {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: -21px;
    font-weight: bold;
    text-align: center;
    top: auto;
    z-index: 0
}

.main-layout .right-col .widget-carosel .carousel-control {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 120px;
    color: #fff;
    font-size: 20px;
    padding: 6px 15px;
    top: auto;
}

.main-layout .right-col .newsletters .custom-search-bar {
    border-radius: 0;
    margin: 15px 0 !important;
    max-width: 100%;
    top: 0;
    border-radius: 3px;
    overflow: hidden
}

.main-layout .right-col .newsletters .custom-search-bar button {
    background: #79b438 none repeat scroll 0 0;
    color: #fff;
    font-weight: 600;
    height: 105%;
    margin: -1px;
    padding: 0 18px;
    right: 0;
}

.main-layout .search-form {
    border-radius: 30px;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3) inset;
    background: #fff;
    position: relative
}

.main-layout .search-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-style: italic;
    padding: 8px 20px;
    width: 100%;
}

.main-layout .search-form button {
    background: none;
    border: none;
    position: absolute;
    right: 6px;
    top: 8px;
    color: #79B438
}

div p:last-child {
    margin-bottom: 0px;
}

/*LEFT BAR LIST VIEW*/

.list-view-holder ul {
    height: 305px;
    margin-bottom: 20px;
    overflow-x: hidden;
}

.list-view-holder [list-heading] {
    color: inherit;
    font-size: 14px;
    border-width: 0 0 2px 0;
    padding-bottom: 6px;
    border-style: solid;
    margin: 0px;
    position: relative;
    margin-bottom: 10px;
}

.list-view-holder ul li>a {
    border-bottom: 1px dotted #ddd;
    font-size: 13px;
    font-weight: 600;
    height: 50px;
    line-height: 21px;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
    text-overflow: ellipsis;
}

.list-view-holder ul li:last-child>a {
    border-bottom: 0px dotted #ddd;
    box-shadow: none
}

.list-view-holder ul li:hover>a {
    color: #7d2717
}

.list-view-holder small {
    bottom: 12px;
    color: inherit;
    float: right;
    position: absolute;
    right: 3px;
}

.main-layout .left-col .news-panel .list-view-holder [class*="col"] {
    padding: 8px;
    padding-left: 0;
}

/*FOOTER AREA CSS STARTS*/

@media (max-width:767px) {
    #footer .container {
        background: rgb(124, 182, 57)
    }
}

@media (max-width:1170px) and (min-width:767px) {
    .footer-area .footer-heading {
        font-size: 11px;
        margin-bottom: 10px;
        text-transform: capitalize;
    }
    .footer-box-con>div {
        font-size: 11px !important
    }
    body #footer .footer-box-con>div {
        padding-right: 0px;
        padding-left: 8px
    }
    .copright {
        position: relative;
        top: -4px
    }
}

.footer-area .footer-heading {
    border-bottom: 1px solid rgba(33, 33, 33, 0.08);
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.footer-area .footer-heading span {
    border-bottom: 2px solid #fa4d01;
    display: inline-block;
    margin-bottom: -1px;
    padding-bottom: 6px;
}

.footer-area {
    padding: 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    color: #fff;
    z-index: 99;
    font-weight: 600
}

.footer-area ul li {
    margin-bottom: 0
}

.footer-box {
    /*bottom: -227px;*/
   /* bottom: -276px; */
    height: auto;
    padding: 20px 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.footer-box .icon>li>a:after {
    content: '\f101';
    position: absolute;
    top: auto;
    left: 0;
    font-family: 'FontAwesome';
    margin-top: 2px;
}

.footer-area .footer-heading {
    font-size: 13px;
    margin-bottom: 10px;
}

.footer-area .footer-heading span {
    border-color: #fff
}

.footer-area .footer-arrow {
    position: absolute;
    text-align: center;
    top: -27px;
    width: 100%;
}

.footer-area .footer-arrow.open {
    top: -21px;
}

.footer-area .footer-arrow span {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 0;
    width: 40px;
    cursor: pointer
}

.footer-area [class*="list-item"] li>a:hover {
    text-decoration: underline
}

.footer-box .icon>li:hover>a:after {
    left: 5px;
}

.footer-box .list-item>li>a {
    padding: 4px;
}

.footer-box-con>div {
    display: table-cell;
    width: 1%;
    padding-right: 20px;
    font-size: 12px;
}

.footer-box-con>div:last-child {
    padding-right: 0
}

.scrollToTop {
    position: fixed;
    bottom: 180px;
    right: 50px;
    background: #444;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    font-size: 35px;
    z-index: 99;
    display: none
}

.pop-up-model.custom-search-bar input {
    padding: 12px 10px;
}

.pop-up-model.custom-search-bar {
    border-radius: 4px;
    text-align: left;
    margin-top: 40px;
}

.modal-body h3 {
    color: rgb(119, 179, 56);
    margin-top: 40px;
}

.pop-up-model.custom-search-bar button {
    color: #fff;
    height: 38px;
    right: 2px;
    top: 2px;
}

.custom-search-bar.pop-up-model {
    position: relative !important;
    max-width: 100% !important;
    width: 100% !important;
    left: 0 !important
}

.poll-result {
    background: #FEFB81;
    padding: 20px;
    border-radius: 3px;
}

/*FLEX MENU CSS STARTS*/

.flexMenu-allInPopup>a {
    font-size: 0px !important;
}

.flexMenu-allInPopup>a:after {
    position: absolute;
    left: 10px;
    top: -2px;
    content: "\f0c9";
    font-family: 'FontAwesome';
    font-size: 16px
}

.flexMenu-popup {
    z-index: 99;
    background: #eee;
    width: 200px
}

.flexMenu-popup li {
    width: 100%
}

.text-view-heading-color-1 {
    color: rgb(90, 158, 37) !important;
    border-color: rgb(90, 158, 37) !important;
}

.text-view-heading-color-2 {
    color: rgb(192, 52, 37) !important;
    border-color: rgb(192, 52, 37) !important;
}

.text-view-heading-color-3 {
    color: rgb(37, 130, 189) !important;
    border-color: rgb(37, 130, 189) !important;
}

.text-view-heading-color-4 {
    color: rgb(135, 37, 192) !important;
    border-color: rgb(135, 37, 192) !important;
}

.breadcrumb {
    display: block !important
}

.breadcrumb h1 {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

.advertisment {
    position: relative;
    z-index: 1;
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width:767px) {
    body .navbar-collapse.navigation.collapse.in {
        height: 300px;
        overflow-y: scroll;
    }
}

.skyscaper {
    margin-left: -181px !important;
    overflow: hidden;
    position: fixed;
    width: 160px !important
}

@media(min-width:1170px) {
    .main-layout {
        width: 1170px;
        margin: auto;
        padding-left: 40px;
    }
}

.skyscaper.fix2 {
    top: 5px !important
}

.text-view-heading-color-1 {
    color: rgb(90, 158, 37) !important;
    border-color: rgb(90, 158, 37) !important;
}

.text-view-heading-color-2 {
    color: rgb(192, 52, 37) !important;
    border-color: rgb(192, 52, 37) !important;
}

.text-view-heading-color-3 {
    color: rgb(37, 130, 189) !important;
    border-color: rgb(37, 130, 189) !important;
}

.text-view-heading-color-4 {
    color: rgb(135, 37, 192) !important;
    border-color: rgb(135, 37, 192) !important;
}

/*RESPNOSVE AD BLOG
.mast-head-bar [id*="div-gpt"],
.mast-head-bar [id*="div-gpt"],
.mast-head-bar [id*="google_image_div"],
.mast-head-bar [id*="google"],
.mast-head-bar .adsbygoogle{
	width:100% !important;
	height:90px !important
}
.mast-head-bar [id*="google_ads_iframe"] iframe{
	width:100% !important;
	height:90px !important
}
.mast-head-bar iframe,
.mast-head-bar iframe img,
.mast-head-bar .img_ad{
	width:100% !important;
	max-width:100% !important;
	height:90px !important
}*/

.custom-search-bar {
    max-width: 100% !important
}

.mast-head-bar .img_ad {
    width: 90px !important
}

.breadcrumb {
    display: block !important
}

.breadcrumb li a h1 {
    font-size: 13px;
    margin-bottom: 0px;
    display: inline-block
}

.abt {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    line-height: 1.8
}

.inner-page-title {
    border-bottom: 1px solid #ddd;
    color: #76b439;
}

div.flip {
    position: relative;
    display: inline-block;
    width: 200px;
    /* Set default width of flip */
    height: 150px;
    /* Set default height */
    -webkit-perspective: 600px;
    /* larger the value, the less pronounced the 3D effect */
    -moz-perspective: 600px;
    -o-perspective: 600px;
    perspective: 600px;
}

div.flip div.rotate {
    /*width: 100%;*/
    width: 84%;
    height: 100%;
    -moz-transform-style: preserve-3d;
    /* Specify all child elements inside this DIV maintain the same perspective */
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transition: all 0.6s ease-in-out 0.3s;
    /* final 0.3s specifies delay before effect kicks in */
    -webkit-transition: all 0.6s ease-in-out 0.3s;
    -o-transition: all 0.6s ease-in-out 0.3s;
    transition: all 0.6s ease-in-out 0.3s;
}

div.flip div.rotate>* {
    /* Target all children elements */
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

div.flip div.rotate>div {
    /* Target all child DIVs */
    -webkit-box-sizing: border-box;
    /* Specify that any border/ paddings do not add to the DIV's total width */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    background: #eee;
}

div.rotate.x *:nth-child(2) {
    /* X Axis rotate specific CSS. Rotate 2nd child DIV 180deg in the X axis */
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

div.flip:hover>div.rotate.x {
    /* X Axis rotate specific CSS. Rotate div.rotate.x when mouse rolls over container */
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

div.rotate.y *:nth-child(2) {
    /* Y Axis rotate specific CSS. Rotate 2nd child DIV 180deg in the Y axis so it mirrors the first */
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

div.flip:hover>div.rotate.y {
    /* Y Axis rotate specific CSS. Rotate div.rotate.y when mouse rolls over container */
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.customBox {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 1px solid #d8d5d2;
    float: left;
    margin: 5px;
    padding: 4px;
}

.col2 {
    width: 180px;
}

.box h2 {
    font-size: 14px;
    font-weight: 200;
}

.box img,
#tumblelog img {
    display: block;
    width: 100%;
}

.search-page {
    margin: 80px auto;
    max-width: 800px;
    text-align: center;
}

.search-page .custom-search-bar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: auto;
    position: relative;
    border-radius: 0px;
    text-align: left;
}

.search-page .custom-search-bar input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 6px 10px;
}

.search-page .custom-search-bar button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: rgb(120, 179, 56);
    height: 100%;
    position: absolute;
    right: 10px;
}

/*TEAM PAGE CSS STARTS*/

.team__holder h2 {
    font-size: 16px;
    position: relative;
    margin-bottom: 30px
}

.team__holder h2:after {
    content: '';
    width: 20%;
    height: 3px;
    background: rgb(141, 193, 60);
    position: absolute;
    bottom: -14px;
    left: 0
}

.team__holder {
    min-height: 440px;
}

.team__maintext {
    color: #464444;
    font-size: 15px;
    line-height: 24px;
    margin: 0 auto 80px;
    width: 72%;
}

.team__photosWrap img {
    height: 210px;
    margin-left: -90px;
    position: absolute;
    width: 230px;
    border: 5px solid #fff
}

.team__photosWrap {
    height: 230px;
    position: absolute;
    right: 0;
    width: 100%;
    top: -40px;
}

.team--img1 {
    left: 50%;
    top: 0;
    z-index: 3;
}

.team--img2 {
    left: 80px;
    top: 67.5%;
    z-index: 1;
}

.team--img3 {
    left: 70%;
    top: 67.5%;
    z-index: 2;
}

main {
    padding-bottom: 100px;
}

.thumbnail .caption {
    display: none
}

.skyscaper {
    margin-left: -181px !important;
    overflow: hidden;
    position: fixed;
    width: 160px !important
}

@media(min-width:1170px) {
    .main-layout {
        width: 1170px;
        margin: auto;
        padding-left: 40px;
    }
}

.skyscaper.fix2 {
    top: 5px !important
}

@media (max-width:1024px) and (min-width:767px) {
    #footer {
        background: #7CB639
    }
    .customBox {
        overflow: hidden;
        width: 23.5%;
    }
    .secondary-nav .container {
        overflow-x: scroll
    }
    .thumbnail .caption {
        width: 100% !important
    }
    body .privacy__help .box {
        height: 380px;
        overflow: hidden;
        width: 47% !important;
    }
    .site-map-holder-holder [class*="col"] {}
    .site-map-holder h4 span {
        display: none
    }
    .copright {
        top: 0 !important
    }
}

.dropdown-menu {
    z-index: 9999 !important
}

@media (max-width:767px) {
    body .navbar-collapse.navigation.collapse.in {
        height: 300px;
        overflow-y: scroll;
    }
}

.skyscaper {
    margin-left: -181px !important;
    overflow: hidden;
    position: fixed;
    width: 160px !important
}

/*MOBILE VIEW CSS STARTS*/

@media(max-width:1170px) {
    .top-head-bar {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 999
    }
    .main-layout .container {
        margin-top: 0 !important
    }
    .top-head-bar.grey-bg {
        height: 32px;
    }
    .main-layout {
        overflow-x: hidden;
        width: 100%;
    }
    .mast-head-bar {
        overflow: hidden
    }
    .top-head-bar .container-fluid.no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .get-app {
        background: #e8553d;
        color: #fff;
        font-size: 12px;
        padding: 7px 11px;
        position: absolute;
        right: 35px;
        top: 0;
    }
    .get-app:hover,
    .get-app:focus {
        background: #3dc2e8 !important;
    }
    .mobile-logo {
        display: inline-block;
        float: left;
        /*overflow: hidden;*/
        padding-left: 10px;
        width: 130px;
    }
    .mobile-logo img {
        max-width: 100%;
        height: auto
    }
    .tHead .mast-head-bar .logo:after {
        bottom: -13px !important;
        font-size: 9px !important;
    }
    body .tHead .social-nav {
        padding-left: 0;
        position: absolute;
        right: -10px;
        top: 0px;
        width: 57%;
    }
    body .tHead .social-nav .azm-social {
        font-size: 10px;
        height: 21px;
        line-height: 19px;
        padding: 0;
        position: relative;
        top: 18px;
        width: 21px;
    }
    body .row.market {
        border-bottom: 0px solid #ddd;
        height: 26px;
        /*overflow: hidden;*/
        position: relative;
        z-index: 9;
        /*overflow-x:scroll;*/
        width: 100%;
        margin-bottom: -7px;
    }
    body .row.market [class*="col"] {
        display: table-cell;
        float: none;
        height: auto !important;
        padding: 0 10px;
        white-space: nowrap;
        width: auto;
    }
    .nav-bar-holder {
        margin-top: 4px;
    }
    body .row.market .marquee {
        margin: 2px 0;
        float: none;
        display: inline-block;
        text-align: center;
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -moz-animation: example1 20s linear infinite;
        -webkit-animation: example1 20s linear infinite;
        animation: example1 20s linear infinite;
        -webkit-animation-timing-function: linear;
        /* Chrome, Safari, Opera */
        animation-timing-function: linear;
    }
    @-moz-keyframes example1 {
        0% {
            -moz-transform: translateX(100%);
        }
        100% {
            -moz-transform: translateX(-100%);
        }
    }
    @-webkit-keyframes example1 {
        0% {
            -webkit-transform: translateX(100%);
        }
        100% {
            -webkit-transform: translateX(-100%);
        }
    }
    @keyframes example1 {
        0% {
            -moz-transform: translateX(100%);
            /* Firefox bug fix */
            -webkit-transform: translateX(100%);
            /* Firefox bug fix */
            transform: translateX(100%);
        }
        100% {
            -moz-transform: translateX(-100%);
            /* Firefox bug fix */
            -webkit-transform: translateX(-100%);
            /* Firefox bug fix */
            transform: translateX(-100%);
        }
    }
    body .row.market [class*="col"] h5 {
        display: inline;
        margin-right: 10px;
    }
    body .row.market [class*="col"].last {
        border: medium none !important;
        position: absolute;
        right: -10px;
        top: -36px;
        z-index: 999999;
        width: auto !important;
        font-size: 11px;
    }
    .nav-whether-holder {
        height: 32px
    }
    body .row.market [class*="col"].last select {
        border: 1px solid #ddd;
        height: 30px;
        width: 80px;
    }
    body .row.market [class*="col"].last h4 {
        display: none;
    }
    .search-wrapper .t-search {
        background: #91bf3a none repeat scroll 0 0;
        border-radius: 20px;
        color: #fff;
        cursor: pointer;
        height: 25px;
        line-height: 25px;
        position: absolute;
        right: 132px;
        text-align: center;
        top: 3px;
        transform-origin: 100% 50% 0;
        transition: all 250ms ease 0s;
        width: 25px;
    }
    .search-wrapper-holder.in {
        width: 94%;
        padding: 0 10px;
    }
    .search-wrapper-holder {
        background: #91bf3a;
        left: 10px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 36px;
        width: 0;
    }
    body .search-wrapper-holder .custom-search-bar {
        background: #fff none repeat scroll 0 0;
        margin: 10px 0px !important;
        max-width: 97%;
        position: relative;
        width: 100%;
    }
    body #content .row .trans .lg-view .breadcrumb {
        font-size: 13px !important;
        padding: 5px 8px;
        width: auto !important;
        display: inline-block
    }
    .main-layout .left-col .lg-view>a span,
    .pointing-arrow {
        display: none !important;
    }
    .main-layout .left-col .lg-view>a {
        border: 1px solid rgba(0, 0, 0, 0.1);
        display: inline-block;
        font-weight: 600;
        margin-left: 10px;
        margin-top: -3px;
        padding: 1px 8px;
    }
    .updated {
        font-size: 10px;
        overflow: hidden;
        position: absolute;
        right: -56px;
        top: -5px;
    }
    .updated>span {
        display: block;
        float: left;
        left: -45px;
        position: relative;
    }
    .top-most-nav,
    .download-icon {
        background: #ddd;
        position: absolute;
        top: 32px;
        width: 40%;
        z-index: 99;
        -webkit-transition: all 0.6s ease-out 0s;
        -moz-transition: all 0.6s ease-out 0s;
        -o-transition: all 0.6s ease-out 0s;
        -ms-transition: all 0.6s ease-out 0s;
        transition: all 0.6s ease-out 0s;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    .top-most-nav.in,
    .download-icon.in {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .download-icon {
        left: auto;
        list-style: none;
        margin: 0;
        padding: 0;
        right: 0;
        width: 125px;
    }
    .download-icon li a {
        display: block;
        padding: 6px 8px !important
    }
    .top-most-nav li {
        float: left;
        width: 100%
    }
    .top-most-nav li,
    .top-most-nav li a {
        border: none;
        box-shadow: none;
    }
    .mobile-top-icon {
        font-size: 18px;
        left: 0;
        position: absolute;
        top: -2px;
    }
    .elsipe-menu-mobile {
        position: absolute;
        right: 17px;
    }
    .elsipe-menu-mobile .fa-ellipsis-v {
        font-size: 20px;
        position: relative;
        top: 7px;
        cursor: pointer
    }
    .elsipe-menu-mobile .elsipe-menu-top-most-nav {
        position: absolute;
        right: -11px;
        top: 33px;
        width: 150px;
    }
}

/*NAVIGATION FOR MOBILE*/

@media (max-width:1170px) {
    .navigation {
        display: none !important
    }
    .navigation.in {
        display: block !important
    }
    .copright {
        font-size: 10px !important;
        font-weight: normal !important;
        padding: 3px 0 !important;
    }
    body.menu-active {
        height: 100vh;
        overflow: hidden;
        position: relative;
    }
    nav.nav-bar-holder .navigation {
        background: #8BBC3A;
        height: 92% !important;
        position: fixed !important;
        left: 0;
        top: 0;
        width: 70% !important;
        z-index: 99;
        overflow-y: scroll;
        top: 31px;
        -webkit-transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    nav.nav-bar-holder .navigation.in {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .tHead .nav-bar-holder li>a>i.menu-arrow {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        font-size: 12px;
        top: 3px;
    }
    .fa-angle-down:before {
        font-family: 'FontAwesome';
        content: "\f067" !important
    }
    .fa-angle-down.up-arrow:before {
        font-family: 'FontAwesome';
        content: "\f068" !important
    }
    .dropdown-menu {
        max-height: 300px !important;
        height: auto !important;
        overflow: hidden;
        overflow-y: scroll
    }
    .else-body-part {
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 31px;
        height: 100%;
        left: 0px;
        width: 100%;
        z-index: 99;
        display: none;
    }
    .else-body-part.in {
        display: block
    }
    .tHead .nav-bar-holder li>a {
        border-right: 0px;
        box-shadow: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .row.tM10 {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .nav-bar-holder.green-bg.trans {
        float: left;
        position: relative;
        left: 10px;
        top: -6px;
    }
    .weather-mobile {
        border: medium none !important;
        display: block !important;
        float: left;
        right: 20px;
        position: absolute !important;
        top: -7px;
        width: auto !important;
        overflow: visible !important
    }
    .weather-mobile h4 {
        font-size: 12px;
        margin-bottom: -6px;
    }
    .marquee {
        animation: marquee 5s linear infinite;
    }
    @keyframes marquee {
        0% {
            left: 0;
        }
        100% {
            left: -100%;
        }
    }
    .scrollToTop {
        position: fixed;
        bottom: 180px;
        right: 40px;
        background: #444;
        border-radius: 100px;
        width: 40px;
        height: 40px;
        overflow: hidden;
        text-align: center;
        font-size: 30px;
        z-index: 99;
        display: none;
        line-height: 20px;
    }
    .mast-head-bar {
        margin-bottom: 3px;
        margin-top: 36px;
    }
    .mast-head-bar .row [class*="col"]:first-child {
        height: 64px;
        margin-bottom: 0
    }
    .row.market {
        float: left;
        position: relative;
        top: -4px;
    }
}

@media(min-width:1170px) {
    .main-layout {
        width: 1170px;
        margin: auto;
        padding-left: 40px;
    }
}

.skyscaper.fix2 {
    top: 5px !important
}

.dropdown-menu {
    z-index: 9999 !important
}

@media (min-width:767px) and (max-width:1170px) {
    body .mobile-logo {
        width: 166px;
    }
    .dropdown-menu {
        display: none !important
    }
    .navbar-header button,
    .navbar-header,
    .footer-area .footer-box {
        display: block !important
    }
    body .tHead .social-nav .azm-social {
        font-size: 15px;
        height: 35px;
        line-height: 33px;
        padding: 0;
        position: relative;
        top: 18px;
        width: 35px;
    }
    body .tHead .social-nav {
        padding-left: 0;
        position: absolute;
        right: 0;
        top: 10px;
        width: 57%;
    }
    body .nav-whether-holder {
        clear: both;
        height: 34px;
    }
    body .tHead .secondary-nav {
        clear: both;
        margin-bottom: 7px;
    }
    body .row.market .last[class*="col"] {
        border: medium none !important;
        font-size: 11px;
        position: absolute;
        right: -58px !important;
        top: -35px !important;
        width: auto !important;
        z-index: 999999;
    }
    .nav-justified>li {
        display: block;
        width: 100%;
        z-index: 9;
    }
    .nav-bar-holder {
        left: 20px !important
    }
    nav.nav-bar-holder .navigation {
        width: 30% !important
    }
    nav.nav-bar-holder .navigation .tabel-menu .col-sm-3 {
        width: 100%;
        float: none !important;
        display: block !important
    }
    .mobile-top-icon {
        font-size: 14px !important;
    }
    .secondary-nav .nav .sub-menu {
        display: none !important
    }
    body header.tHead section.mast-head-bar .logo:after {
        bottom: 23px !important;
        font-size: 12px !important;
        font-weight: bold;
        left: 10px !important;
        right: -40px !important;
    }
    body .main-ad {
        margin-top: 10px !important
    }
}

@media(max-width:767px) {
    body main.main-layout {
        padding: 0px !important;
    }
    body main.main-layout {
        padding-bottom: 50px !important;
    }
    .mast-head-bar {
        margin-bottom: 1px;
    }
    body .box.customBox {
        position: relative;
        width: 100% !important;
    }
}

@media (max-width:767px) {
    body .navbar-collapse.navigation.collapse.in {
        height: 300px;
        overflow-y: scroll;
    }
}

@media (max-width:1170px) and (min-width:767px) {
    body .search-wrapper-holder.in {
        width: 97%;
    }
}

.product-slider {
    padding: 45px;
}

.product-slider #carousel {
    border: 4px solid #1089c0;
    margin: 0;
}

.product-slider #thumbcarousel {
    margin: 12px 0 0;
    padding: 0 45px;
}

.product-slider #thumbcarousel .item {
    text-align: center;
}

.product-slider #thumbcarousel .item .thumb {
    border: 4px solid #cecece;
    width: 20%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    max-width: 98px;
}

.product-slider #thumbcarousel .item .thumb:hover {
    border-color: #1089c0;
}

.product-slider .item img {
    width: 100%;
    height: auto;
}

.carousel-control {
    color: #0284b8;
    text-align: center;
    text-shadow: none;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    top: 23%;
}

.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
    color: #333;
}

.carousel-caption,
.carousel-control .fa {
    font: normal normal normal 30px/26px FontAwesome;
}

.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    bottom: auto;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 30%;
    width: auto;
}

.carousel-control.right,
.carousel-control.left {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}