﻿@font-face {
    font-display: swap;
}
.advertisement-area{
    background-color:#fafafa;
    text-align:center;
    padding-top:5px;
    padding-bottom:10px;
    border-radius:6px;
    border: 1px solid #ebebeb;
}
.custom-carousel {
    width: 300px;
    margin: 10px auto;
    max-width: 100%;
}
.advertisement-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    margin-bottom: 6px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.news-media-card {
    margin-top: 0;
    padding: 12px 0;
    border-bottom: 1px solid #ebebeb;
    display: block;
    transition: background-color 0.2s ease;
    border-radius: 4px;
}
    .news-media-card:hover {
        background-color: #fafafa;
    }
    .news-media-card .media-title {
        font-size: 16px;
        margin: 0;
        font-stretch: extra-condensed;
        line-height: 1.4;
        font-weight: 400;
        transition: color 0.2s ease;
    }
    .news-media-card:hover .media-title {
        color: #ff7b00;
    }
    .news-media-card .media-meta {
        color: #6a6a6a;
        font-size:90%;
        margin:0;
    }
    .news-media-card .image-card {
        width: 90px;
        height: 90px;
        background-size: cover;
        border-radius: 6px;
        overflow: hidden;
    }
    .news-media-card .image-card-2 {
        width: 100px;
        height: 80px;
        background-size: cover;
        border-radius: 6px;
        overflow: hidden;
    }
.inline-tag {display:inline-block;
             margin:0
}
.font-normal{
    font-weight:400;
}
#searchDiv {
    margin-top: 10px
}
.text-muted {
    color: #6a6a6a;
}
/*#navBtn {
    height: 50px;
    position: absolute;
    padding-left: 10px;
    padding-top: 7px;
    background-color: #4d4d4d;
    padding-right: 10px;
    z-index:999;

}#navBtn span {
    width: 32px;
    height: 2px;
    display: block;
    background-color: #fff;
    margin: 8px 0;
    transition: .4s
}

#navBtn.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px,6px);
    transform: rotate(-45deg) translate(-9px,6px)
}

#navBtn.active .bar2 {
    opacity: 0
}

#navBtn.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px,-6px);
    transform: rotate(45deg) translate(-7px,-6px)
}*/

.one-line-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.media-title {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 400;
}
.btn-primary {
    color: #fff;
    background-color: #ff7b00 !important;
    border-color: #ff7b00 !important
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #ec1415;
        border-color: #ce0b0c
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #ec1415;
        border-color: #ce0b0c
    }

/*.fb-btn {
    background-color: #3b5998;
    color: #fff
}

.tw-btn {
    background-color: #1da1f2;
    color: #fff
}

.gp-btn {
    background-color: #dd4c40;
    color: #fff
}

.pt-btn {
    background-color: #bd081c;
    color: #fff
}*/

.bg-white {
    background-color: #fff
}

.bg-highlight {
    background-color: #f3f3f3
}

.fg-primary {
    color: #3b5998
}

.fg-gray {
    color: #ececec
}

.bg-gray {
    background-color: #ececec
}

.fg-white {
    color: #fff
}

.fg-black {
    color: #000
}

.searchNlogin {
    float: right;
    position: relative
}

    .searchNlogin ul {
        padding: 0;
        list-style: none;
        margin: 0
    }
.infocus-bg {
	padding-bottom: 54%;
	background-size: cover;
	border-radius: 8px;
	overflow: hidden;
}
.infocus-bg-heading {
	line-height: 1.35;
	bottom: 0;
	padding: 20px 28px;
	position: absolute;
}
.infocus-bg-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.55) 100%);
	border-radius: 8px;
}
.opinion-title {
	border-bottom: 1px solid #d0d0d0;
	margin-top: 15px;
	margin-bottom:0;
	padding-bottom: 12px
}
    .searchNlogin > ul > li {
        padding: 5px 8px;
        float: left;
        font-size: 17px;
        color: #888
    }

        .searchNlogin > ul > li a {
            color: #888
        }

.btn-primary:active, .btn-primary:active:hover, .btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #ce0b0c;
    border-color: #ce0b0c
}

.no-margin {
    margin: 0
}

.cursor-pointer {
    cursor: pointer
}

.no-padding {
    padding: 0
}

.b-r-10 {
    border-radius: 10px
}

.p-5 {
    padding: 5px
}

.p-t-5 {
    padding-top: 5px
}

.p-b-5 {
    padding-bottom: 5px
}

.p-10 {
    padding: 10px
}

.p-20 {
    padding: 20px
}

.m-t-5 {
    margin-top: 5px
}

.m-b-5 {
    margin-bottom: 5px
}

.m-10 {
    margin: 10px
}

.m-20 {
    margin: 20px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-30 {
    margin-top: 30px
}

.m-t-40 {
    margin-top: 40px
}

.m-t-50 {
    margin-top: 50px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-20 {
    margin-bottom: 20px
}

.p-t-10 {
    padding-top: 10px
}

.p-t-20 {
    padding-top: 20px
}

.p-t-30 {
    padding-top: 30px
}

.p-t-40 {
    padding-top: 40px
}

.p-t-50 {
    padding-top: 50px
}

.p-l-10 {
    padding-left: 10px
}

.p-l-20 {
    padding-left: 20px
}

.p-b-10 {
    padding-bottom: 10px
}

.p-b-20 {
    padding-bottom: 20px
}

.p-l-r-20 {
    padding: 5px 20px 5px 20px
}

.b-left-r {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important
}

.b-right-r {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important
}

.f-12 {
    font-size: 12px
}

.f-14 {
    font-size: 14px
}

.f-20 {
    font-size: 20px
}
.f-22 {
    font-size: 22px
}

.f-16 {
    font-size: 16px
}

.f-18 {
    font-size: 18px !important
}
.footer-head {
    padding: 6px 0;
    font-family: 'Oswald',sans-serif;
}
.footer-link {
    padding:10px;
}
.footer-link span {
    padding: 6px 7px;
    display: inline-block;
}
    .footer-link a {
        color: #0561b0;
    }
.footer-head .nav {
    display: inline-block;
    padding: 6px 0;
    color: #555;
}

    .footer-head .nav li {
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 0 7px;
        font-weight: 400;
        border-right: 1px solid #888;
    }

        .footer-head .nav li:last-child {
            border-right: 0;
        }

        .footer-head .nav li a {
            color: #444;
            padding: 0
        }

            .footer-head .nav li a:hover {
                background-color: transparent;
                color: #ff7b00
            }

.footer-menu h4 {
    font-family: 'Oswald',sans-serif;
    font-display: swap;
    color: #ff7b00
}

.footer-menu ul {
    list-style: none;
    padding: 0
}

    /*.footer-menu ul li {
        padding: 4px 0
    }*/

    .footer-menu ul li a {
        color: #fff;
        /*padding: 0;*/
        display:block;
        font-size: 14px;
        padding: 8px 0;
        transition: color 0.2s ease, padding-left 0.2s ease;
    }

            .footer-menu ul li a:hover {
                background-color: transparent;
                color: #ff7b00;
                padding-left: 4px;
            }

.footer-body {
    padding-top: 48px;
    padding-bottom: 36px;
    background-color: #4d4d4d
}

#footer-text {
    color: #6a6a6a;
    font-size: 13px
}
.connect-list li{
    width:30px;
    height:30px;
    border:1px solid #eee;
    border-radius:6px;
    text-align:center;
    line-height:20px;
    margin-bottom:3px;
    margin-right:3px;
    transition: all 0.2s ease;
}
    .connect-list li:hover {
        border-color: #ff7b00;
        transform: translateY(-1px);
    }
    /*#footer-region li {
    color: #fff
}

    #footer-region li:hover {
        color: #ff7b00;
        text-decoration: underline
    }*/
    .checkbox input[type="checkbox"] {
        margin-left: 0 !important
    }

#logoContainer {
    padding-top: 5px
}

.image-card {
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover
}

.left-card {
    height: 85px;
    width: 115px;
    background-repeat: no-repeat;
    background-size: cover
}

.sponsored-card {
    height: 180px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: cover
}

.meta {
    list-style: none;
    color: #696969;
    padding: 0;
    margin-bottom: 0
}

    .meta li {
        margin-right: 15px;
        position: relative;
        float: left;
        font-weight: 500
    }

.text-decoration {
    text-decoration: none !important;
    color: #000
}

    .text-decoration:hover {
        color: #ff7b00
    }

.globalDevelopmentCard {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
    overflow: hidden;
    transition: background-color 0.2s ease;
}

    .globalDevelopmentCard:hover {
        background-color: #fafafa
    }

.news-card {
    height: 245px;
    background-size: cover;
    background-repeat: no-repeat
}

.trend-card {
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat
}

.card-title {
    height: 100px;
    color: #888;
    font-stretch: condensed;
    font-size: 14px;
    padding-top: 5px
}

.card2-title {
    height: 70px;
    color: #888;
    font-stretch: condensed;
    font-size: 14px;
    padding-top: 5px
}

.card3-title {
    height: 80px;
    color: #888;
    font-stretch: condensed;
    font-size: 14px;
    padding-top: 5px
}

.banner {
    text-align: center;
    color: #888
}

.fg-hover:hover {
    color: #3b5998
}

.hover-color:hover {
    color: #ff7b00
}

.gog-hover:hover {
    color: #db4639
}

.lin-hover:hover {
    color: #0077b5
}

.tw-hover:hover {
    color: #1da1f2
}

.owl-nav {
    position: absolute;
    top: -71px;
    right: 0
}

.owl-carousel .owl-nav .owl-prev {
    background-color: #ff7b00;
    color: #fff
}

.owl-carousel .owl-nav .owl-next {
    background-color: #4d4d4d;
    color: #fff
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: inline-block;
    width: 40px;
    text-align: center;
    font-size: 24px;
    color: #fff
}

.custom-navbar > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #ff7b00
}

    .custom-navbar > li > a:hover {
        color: #ff7b00
    }

#NewsSector {
    background-color: #ededed
}

.sectorNav {
    padding: 8px 0
}

    /*.researchNav li a {
        padding: 0 10px 0 !important;
        font-size: 14px !important;
        font-stretch: extra-condensed !important;
        color: #4d4d4d !important
    }*/

#researchIcon {
    display: none
}

.section-title, .section-title2 {
    font-size: 22px;
    line-height: 1.2;
    border-left: 3px solid #ff7b00;
    color: #454545;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-family: 'Oswald',sans-serif;
    margin-bottom: 28px;
    margin-top: 36px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

    .section-title a {
        text-transform: capitalize;
        text-decoration: none;
        background-color: #fff
    }

    .section-title span, .section-title2 span {
        padding-left: 12px;
        padding-right: 18px;
        background-color: #fff
    }

        .section-title span:after {
            position: absolute;
            content: "";
            top: 50%;
            margin-top: -1px;
            right: 0;
            width: 100%;
            height: 1px;
            z-index: -1;
            background-color: #d5d5d5
        }

.profileDropdown {
    min-width: 200px
}

    .profileDropdown li a {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        color: #222 !important;
        font-size: 15px !important;
        text-transform: none !important;
        width: 100%
    }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent
}

#inputContainer {
    margin-top: 5px
}

#regDropDown {
    border-left: 0
}

#regionInputGroup {
    margin-top: 10px
}

.renderBody {
    margin-top: 25px;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important
}

    .affix + .renderBody {
        padding-top: 250px
    }

.alert {
    z-index: 120000 !important;
    font-size: 20px
}

.globalDevelopmentCard .title {
    font-size: 17px;
    line-height: 1.1
}

.insight-title {
    font-size: 17px;
    line-height: 1.2
}

.globalDevelopmentCard .image-card {
    width: 100px;
    height: 80px
}

.floating-btn {
    padding: 1px 6px;
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    border: none;
    outline: none;
    background-color: #555;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    font-size: 20px;
    height: 40px;
    width: 40px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    transition: all 0.25s ease;
}

#myBtn {
    display: none;
    right: 55px
}

#feedbackBtn {
    right: 100px;
    padding: 5px
}

.floating-btn:hover {
    background-color: #ff7b00;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    transform: translateY(-2px);
}

.feedbackPopup {
    display: none;
    background-color: #ececec;
    color: #333;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 9999;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    padding: 20px;
    width: 300px
}

#fmessage {
    min-height: 100px;
    max-height: 100px;
    max-width: 100%;
    min-width: 100%
}

ul.scrollmenu {
    overflow: auto;
    padding: 8px 0
}

h4 {
    font-size: 17px
}

ul.scrollmenu::-webkit-scrollbar {
    display: none
}
ul.scrollmenu > li {
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
}
ul.scrollmenu a {   
    color: #000;
    font-family:oswald;
    text-align: center;
    padding-right: 12px;
    padding-bottom: 8px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: color 0.2s ease;
}
    ul.scrollmenu a:hover {
        color: #ff7b00
    }

/*ul.researchNav li a:hover {
    color: #f00 !important
}*/
.app-frame-ad{
    width:100%;
    max-width:300px;
    height:250px;
    margin:0 auto;
    display:block;
}
/*@media screen and (min-width:1500px) and (max-width:2560px) {
    .container {
        width: 1426px !important
    }
}*/

@media screen and (max-width:1440px) {
    #inputContainer {
        margin-top: -5px
    }

    .devdiscourse_logo {
        margin-top: 0;
    }

    .searchNlogin > ul > li {
        padding: 5px 4px;
        font-size: 16px
    }
}

@media (max-width:1024px) {
    .devdiscourse_logo{
        margin-top:5px;
    }
    .header-list > li {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .header-center{
        padding:0;
    }
        .affix + .renderBody {
        padding-top: 280px
    }

    .globalDevelopmentCard .title {
        font-size: 15px
    }

    .left-card {
        width: 100px
    }

    .insight-title {
        font-size: 16px
    }

    .searchNlogin > ul > li {
        padding: 5px 4px;
        font-size: 16px
    }

    .nav > li > a {
        padding: 10px 8px
    }

    .connect {
        display: none;
    }
    #regionInputGroup .input-group-addon {
        display: none
    }

    #regDropDown {
        border-left: 1px solid #ccc;
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important
    }
}

@media screen and (max-width:768px) {
.affix + .renderBody {
        padding-top: 195px
    }

    .globalDevelopmentCard .title {
        font-size: 21px
    }

    .event-title {
        font-size: 17px
    }

    #inputContainer {
        margin-top: 0
    }

    #searchDiv {
        margin-top: 10px
    }

    nav .sectorNav {
        float: none
    }

    #NewsSector {
        position: fixed;
        width: 230px;
        height: calc(100% - 94px);
        z-index: 100;
        left: -250px;
        top: 94px;
        background-color: #fff;
        border-right: 1px solid #d5d5d5;
        overflow-y: auto;
    }

        #NewsSector .container {
            padding: 0;
            width: 100%
        }
    ul.scrollmenu > li {
        position: relative;
        display: block !important;
    }
    ul.scrollmenu a {
        display: block !important;
        text-align: left !important;
        text-decoration: none;
        font-size: 16px !important;
        padding: 9px 10px 9px 15px !important;
        border-bottom: 1px solid #efefef
    }

    /*#navBtnContainer {
        padding-top: 34px
    }*/

    .left-card {
        width: 90px;
        height: 90px
    }

    .image-card {
        height: 300px
    }

    .footer-head .nav {
        float: none;
    }
}

@media screen and (max-width:425px) {
    .news-card {
        height: 200px
    }

    .card-bottom {
        padding-left: 7px;
        padding-right: 8px;
        margin-bottom: 5px;
        border: 1px solid #eee
    }

    .affix + .renderBody {
        padding-top: 120px
    }

    .globalDevelopmentCard .title {
        font-size: 15px
    }

    .image-card {
        height: 200px
    }

    .globalDevelopmentCard .image-card {
        width: 80px
    }

    .event-title {
        font-size: 14px
    }

    .main-navbar .navbar-nav li a {
        font-size: 13px;
        padding: 15px 8px
    }

    /*#navLinkContainer {
        padding-left: 0;
        padding-right: 0
    }*/

    .navbar-nav, .sectorNav {
        margin: 0
    }

    .section-title, .section-title2 {
        font-size: 20px
    }
    #searchDiv {
        margin-top: 5px
    }

    #inputContainer .form-control {
        padding: 3px 6px;
        font-size: 14px
    }

    #inputContainer .input-group-addon {
        display: none
    }

    #regDropDown {
        border-left: 1px solid #ccc;
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important
    }

    .alert {
        top: 135px !important;
    }

    #searchIcon {
        height: 34px;
        padding: 4px 10px;
        font-size: 14px
    }

    .input-group-addon img {
        display: none
    }

    #regionInputGroup {
        margin-top: 0
    }

    #inputContainer {
        margin-top: 13px;
    }

    .renderBody {
        margin-top: 10px
    }

    .tags_container ul li {
        float: left
    }

        .tags_container ul li:after {
            content: ", ";
            color: #fff;
            padding-right: 10px
        }

        .tags_container ul li:last-child:after {
            content: "";
            color: #fff
        }

    #NewsSector {
        position: fixed;
        width: 230px;
        height: calc(100% - 53px);
        z-index: 100;
        left: -250px;
        top: 53px;
        background-color: #fff;
        border-right: 1px solid #d5d5d5;
        overflow-y: auto;
    }

    .main-navbar .navbar-nav > .active > a, .main-navbar .navbar-nav > .active > a:hover, .main-navbar .navbar-nav > .active > a:focus {
        padding-top: 12px
    }

    .left-card {
        width: 80px;
        height: 80px
    }

    .footer-head .nav li {
        margin-bottom: 10px;
    }

    .footer-head {
        padding-bottom: 15px;
    }
    #logoContainer {
        padding-top: 7px
    }
}
@media screen and (max-width:320px) {
    #logoContainer {
        margin-top: 10px
    }
}

.breadcrumb_new {
    padding: 8px 0;
    font-family:sans-serif;
    background-color: transparent;
    font-size: 13px;
}

    .breadcrumb_new > li + li:before {
        content: ">";
        padding: 0 5px;
        font-size: 14px;
        color: #999
    }

    .breadcrumb_new > li a:hover {
        color: #ff7b00
    }
.badge {
    white-space: normal;
}
.read-more-btn {
    text-decoration: none !important;
    float: right;
    color: #222;
    background-color: #fff;
    padding: 5px 16px;
    border-color: #515151;
    border-width: 1px;
    border-style: solid;
    font-family: sans-serif;
    cursor: pointer;
    border-radius: 4px;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.2s ease;
}
    .read-more-btn:hover {
        color: #fff;
        background-color: #333;
        border-color: #333;
        transform: translateY(-1px);
    }
