/*Import Css*/
@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('font-awesome.min.css');
@import url('webslidemenu.css');
@font-face
{
    font-family: 'Bliss';
    src: url('../fonts/Bliss2R.eot');
    src: url('../fonts/Bliss2R.eot?#iefix') format('embedded-opentype'), url('../fonts/Bliss2R.woff2') format('woff2'), url('../fonts/Bliss2R.woff') format('woff'), url('../fonts/Bliss2R.ttf') format('truetype'), url('../fonts/Bliss2R.svg#proxima_nova_altblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face
{
    font-family: 'Conv_agrandir-regular';
    src: url('../fonts/agrandir-regular.eot');
    src: local('☺'), url('../fonts/agrandir-regular.woff') format('woff'), url('../fonts/agrandir-regular.ttf') format('truetype'), url('../fonts/agrandir-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face
{
    font-family: 'Conv_gt-pressura-mono-regular';
    src: url('../fonts/gt-pressura-mono-regular.eot');
    src: local('☺'), url('../fonts/gt-pressura-mono-regular.woff') format('woff'), url('../fonts/gt-pressura-mono-regular.ttf') format('truetype'), url('../fonts/gt-pressura-mono-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face
{
    font-family: 'Conv_agrandir-regular';
    src: url('../fonts/agrandir-regular.eot');
    src: local('☺'), url('../fonts/agrandir-regular.woff') format('woff'), url('../fonts/agrandir-regular.ttf') format('truetype'), url('../fonts/agrandir-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face
{
    font-family: 'Conv_gt-pressura-mono-regular';
    src: url('../fonts/gt-pressura-mono-regular.eot');
    src: local('☺'), url('../fonts/gt-pressura-mono-regular.woff') format('woff'), url('../fonts/gt-pressura-mono-regular.ttf') format('truetype'), url('../fonts/gt-pressura-mono-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*Default Css*/
body
{
    font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
    color: #535353;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 22px;
}
.col-centered
{
    float: none;
    margin: 0 auto;
    display: block;
}
a, a:hover, a:focus
{
    text-decoration: none;
    outline: none;
}
ul
{
    margin: 0;
    padding: 0;
}
li
{
    list-style-type: none;
}
.form-group
{
    float: left;
    width: 100%;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus
{
    outline: 0px;
    outline-offset: 0px;
    box-shadow: none;
}
.overlay
{
    position: absolute;
    background: rgba(0, 0, 0, 0.27);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.page_header
{
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
.page_header h4
{
    font-family: 'Conv_gt-pressura-mono-regular';
    color: #043d5a;
    text-transform: capitalize;
    border-left: 4px solid #18afe7;
    -moz-border-left: 4px solid #18afe7;
    -webkit-border-left: 4px solid #18afe7;
    padding-left: 10px;
    font-weight: 500;
    display: inline-block;
    margin: 7px 0;
}
.read_more
{
    display: inline-block;
    color: #1195d8;
    padding: 3px 15px;
    border: none;
    float: right;
}
.art-read_more
{
    display: inline-block;
    color: #1195d8;
    padding: 3px 5px;
    border: none;
}
.read_more:hover, .read_more:focus
{
    color: #000;
}
ul.bullets
{
    margin: 10px 0;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
}
ul.bullets li
{
    display: block;
    position: relative;
    padding: 0 0 0 20px;
}
ul.bullets li i
{
    position: absolute;
    top: 5px;
    left: 0;
}
.border_right
{
    border-right: 1px solid #dfdfdf;
    -webkit-border-right: 1px solid #dfdfdf;
    -moz-border-right: 1px solid #dfdfdf;
}
.article_title
{
    float: left;
    width: 100%;
    padding: 10px 0;
}
.article_title h5
{
    font-family: 'Conv_gt-pressura-mono-regular';
    margin: 0;
    text-transform: uppercase;
    color: #1073c0;
}
.article_title span
{
    font-style: italic;
    padding: 5px 0 0 0;
    font-weight: 500;
    display: inline-block;
    color: #004165;
}
.article_title .date
{
    font-style: italic;
    padding: 0;
    font-weight: 500;
    display: block;
    color: #1195d8;
}
.search_article_head
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.search_article_head h4
{
    margin: 0;
    color: #004165;
    font-family: 'Conv_gt-pressura-mono-regular';
}
.search_article_head h4 span
{
    color: #1195d8;
}
/*Default End*/
/*My Css*/
header
{
    line-height: 30px;
    height: 167px;
    background: #fff;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99;
    position: relative;
}
header.sticky
{
    position: fixed;
    height: 120px;
    width: 100%;
    background: #fff;
}
/*header:after { content: ''; position: absolute; bottom: -27px; left: 0; right: auto; width: 100%; height: 27px; z-index: 9; background: url(../images/nav_bg.png) top left no-repeat; }*/
header.sticky:after
{
    display: none;
}
header.sticky .smllogo
{
    padding: 20px 0;
}
header.sticky .pmi_logo
{
    padding: 0;
}
header.sticky .pmi_logo img
{
    width: 150px;
}
header.sticky .logo
{
    padding: 25px 0;
}
header.sticky .logo img
{
    width: 250px;
}
header.sticky nav:after
{
    display: none;
}
header .logo
{
    float: left;
    padding: 30px 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
header .pmi_logo
{
    float: right;
    padding: 10px 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    text-align: right;
    display: block;
}
header .pmi_logo span
{
    display: block;
    color: #1073c0;
    text-align: center;
}
.content_section
{
    float: left;
    width: 100%;
    padding: 60px 0 40px 0;
}
.top_search
{
    float: left;
    width: 100%;
    margin: 40px 0;
    display: block;
}
header.sticky .top_search
{
    margin: 25px 0;
}
.top_search .form-group
{
    margin: 0;
    position: relative;
}
.top_search label
{
    width: 30%;
    float: left;
    padding: 0 15px;
    font-weight: 500;
    margin: 0;
    color: #535353;
    text-align: center;
}
.top_search .form-control
{
    width: 100%;
    float: left;
    box-shadow: none;
    border-radius: 0;
    padding: 6px 65px 6px 6px;
}
.top_search .btn
{
    position: absolute;
    right: 0;
    top: 0;
    background: #1195d8;
    color: #fff;
    border-radius: 0;
}
.top_search .btn:hover, .footer_right .btn:focus
{
    background: #1073c0;
}
.help_form .btn
{
    background: #1195d8;
    color: #fff;
}
.help_form .btn:hover, .help_form .btn:focus
{
    background: #1073c0;
}
/*Social Media*/
#social
{
    text-align: center;
    float: right;
    margin: 5px 0 0 0;
}
#social .st-btn
{
    display: inline-block !important;
}
.smGlobalBtn
{
    display: inline;
    position: relative;
    cursor: pointer;
    margin: 0 2px;
    vertical-align: middle;
    padding: 4px 10px;
    text-decoration: none;
    text-align: center;
    top: -3px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/* Print button class*/
.printBtn
{
    background: #fa7f35;
    width: auto;
}
.printBtn:before
{
    font-family: "FontAwesome";
    content: "\f02f";
    margin-right: 5px;
}
.printBtn:hover
{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    color: #fff;
}
/* Youtube button class*/
.youtubeBtn
{
    background: #cd201f;
}
.youtubeBtn:before
{
    font-family: "FontAwesome";
    content: "\f16a";
}
.youtubeBtn:hover
{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    color: #fff;
}
/* Email button class*/
.envelopeBtn
{
    background: #b7c2c2;
}
.envelopeBtn:before
{
    font-family: "FontAwesome";
    content: "\f0e0";
    font-size: 12px;
    padding-right: 3px;
}
.envelopeBtn:hover
{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    color: #fff;
}
/* facebook button class*/
.facebookBtn
{
    background: #4060A5;
}
.facebookBtn:before
{
    font-family: "FontAwesome";
    content: "\f09a";
}
.facebookBtn:hover
{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    color: #fff;
}
/* twitter button class*/
.twitterBtn
{
    background: #00ABE3;
}
.twitterBtn:before
{
    font-family: "FontAwesome";
    content: "\f099";
}
.twitterBtn:hover
{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    color: #fff;
}
/* google plus button class*/
.googleplusBtn
{
    background: #e64522;
}
.googleplusBtn:before
{
    font-family: "FontAwesome";
    content: "\f0d5";
}
.googleplusBtn:hover
{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    color: #fff;
}
/* linkedin button class*/
.linkedinBtn
{
    background: #0094BC;
}
.linkedinBtn:before
{
    font-family: "FontAwesome";
    content: "\f0e1";
}
.linkedinBtn:hover
{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    color: #fff;
}
/* pinterest button class*/
.pinterestBtn
{
    background: #cb2027;
}
.pinterestBtn:before
{
    font-family: "FontAwesome";
    content: "\f0d2";
}
.pinterestBtn:hover
{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    color: #fff;
}
/* tumblr button class*/
.tumblrBtn
{
    background: #3a5876;
}
.tumblrBtn:before
{
    font-family: "FontAwesome";
    content: "\f173";
}
.tumblrBtn:hover
{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    color: #fff;
}
.twitter-share-button
{
    vertical-align: text-bottom !important;
}
/* rss button class*/
.rssBtn
{
    background: #e88845;
}
.rssBtn:before
{
    font-family: "FontAwesome";
    content: "\f09e";
}
.rssBtn:hover
{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    color: #fff;
}
/*Social Media End*/
#social #st-1
{
    display: inline-block !important;
}
#social #st-1 .st-btn:hover
{
    top: 0;
}
#social #st-1.st-has-labels .st-btn
{
    min-width: 80px;
    height: 22px;
    line-height: inherit;
    vertical-align: top;
    border-radius: 3px;
}
#social #st-1 .st-btn > svg
{
    height: auto;
    width: 15px;
    top: 4px;
}
#social #st-1 .st-btn > span
{
    color: #fff;
    display: inline;
    font-weight: 500;
    top: -2px;
    letter-spacing: 0.5px;
    min-width: 40px;
    opacity: 1;
    padding: 0 6px;
    position: relative;
    vertical-align: top;
}
/*Tags*/
.tags
{
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
.tags a
{
    display: inline-block;
    color: #000;
    background: #f5f5f5;
    border-radius: 2px;
    margin: 0 5px 10px 0;
    padding: 5px 10px;
}
.tags a:hover
{
    background: #1073c0;
    color: #fff;
}
/*Tags End*/
.story_slider
{
    float: left;
    width: 100%;
    margin: 0;
}
.story_slider .owl-nav
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
}
.story_slider .owl-nav .owl-prev
{
    float: left;
    margin-left: 15px !important;
}
.story_slider .owl-nav .owl-next
{
    float: right;
    margin-right: 15px !important;
}
.story_slider .carousel_text
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #000000b3;
    margin: 0;
    padding: 10px;
}
.story_slider .carousel_text h4
{
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.social_like
{
    float: left;
    width: 100%;
    background: #f0eded;
    padding: 15px;
    margin: 10px 0;
}
.social_like a
{
    text-decoration: none;
    font-style: italic;
    color: #000;
    margin: 0 20px;
}
.social_like a i
{
    color: #d90d0a;
    padding-right: 10px;
}
.stories
{
    float: left;
    width: 100%;
}
.stories .stories_data img
{
    padding-bottom: 10px;
    width: 100%;
}
.stories_data .article_title
{
    padding: 5px 0;
}
.fundas
{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 3em; /*margin-bottom: 20px;*/
}
.fundas img
{
    width: 100%;
}
.fundas .fundas_title
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #014165;
    padding: 5px;
    color: #fff;
}
.fundas .fundas_title span
{
    float: left;
}
.fundas .fundas_title a
{
    float: right;
    text-decoration: none;
    color: #fff;
}
.fundas .fundas_title a.fancybox
{
    float: left !important;
}
.cover_story
{
    float: left;
    width: 100%; /*margin: 0 0 20px 0;*/
    margin: 0 0 3em 0;
}
.cover_story ul
{
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.cover_story ul li
{
    display: inline-flex;
    padding: 10px;
    background: #fcfdfe;
    border: 1px solid #dbe5ed;
    float: left;
    width: 100%;
    margin-top: -1px;
}
.cover_story ul li img
{
    float: left;
}
.cover_story ul li h5
{
    margin: 0;
    text-align: left;
    padding-left: 10px;
    font-weight: 600;
    color: #535353;
    display: inline-block;
    line-height: 20px;
}
.cover_story ul li h5 span
{
    color: #1073c0;
    display: block;
    padding: 5px 0;
    font-weight: 400;
}
.advertisement
{
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
.widget-h
{
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
.advertisement img
{
    width: 100%;
}
.advertisement h5
{
    color: #a2a2a2;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 0;
    font-family: 'Conv_gt-pressura-mono-regular';
}
.fb-page
{
    border: 1px solid #3b5998 !important;
    float: left;
    width: 100%;
}
.twitter-timeline
{
    margin: 3em 0 !important;
    float: left;
    width: 100%;
    border: 1px solid #1da1f2 !important;
}
.youtube_video
{
    float: left;
    width: 100%;
    margin: 0 0 3em 0;
}
footer
{
    float: left;
    width: 100%;
    background: #004165;
    position: relative;
    padding: 30px 0 10px 0;
    color: #fff;
}
/*footer:before { content: ''; position: absolute; top: -9px; left: 0; right: auto; width: 100%; height: 27px; z-index: 9; background: url('../images/nav_bg.png') top left no-repeat; }*/
footer p
{
    margin: 0;
}
.footer_left
{
    float: left;
    width: 100%;
    text-align: left;
}
.footer_left img
{
    padding: 15px 0;
}
.footer_left a
{
    padding: 22px 0 0 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
}
.footer_left a:last-of-type
{
    display: block;
    padding-top: 10px;
}
.footer_right
{
    float: left;
    width: 100%;
    text-align: right;
}
.footer_social
{
    float: left;
    width: 100%;
    text-align: right;
}
.footer_social a
{
    display: inline-block;
    text-align: center;
    margin-left: 5px;
}
.footer_social a span
{
    padding-right: 20px;
}
.footer_social a i
{
    background: #fff;
    border-radius: 50px;
    padding: 10px 5px;
    height: 35px;
    width: 35px;
    color: #004165;
}
.footer_right .form-group
{
    margin: 15px 0;
    position: relative;
}
.footer_right label
{
    width: 30%;
    float: left;
    padding: 0 15px;
    font-weight: 500;
    margin: 5px 0;
}
.footer_right .form-control
{
    width: 70%;
    float: left;
    box-shadow: none;
    border-radius: 0;
    padding: 6px 65px 6px 6px;
}
.footer_right .btn
{
    position: absolute;
    right: 0;
    top: 0;
    background: #1195d8;
    color: #fff;
    border-radius: 0;
}
.footer_right .btn:hover, .footer_right .btn:focus
{
    background: #1073c0;
}
.footer_right a
{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0 0 0;
    margin-left: 10px;
}
.right_story
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.right_story img
{
    width: 100%;
}
.right_story_text
{
    float: left;
    width: 100%;
}
.right_story_text .article_title
{
    padding-top: 0;
}
.download_issue
{
    float: left;
    width: 100%;
}
.download_issue img
{
    float: left;
    width: 100%;
}
.issue_year
{
    float: left;
    padding: 0;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}
.issue_year span
{
    display: block;
    color: #1073c0;
    margin-top: -0.9em;
}
.issue_year p
{
    margin: 0;
}
.issue_year .latest
{
    border-bottom: 1px dotted #000;
    padding: 3px 0 10px 0;
}
.issue_year .latest a
{
    text-decoration: none;
    color: #1195d8;
}
.issue_year .latest a:hover, .issue_year .latest a:focus
{
    color: #1073c0;
}
.issue_year .latest i
{
    font-size: 30px;
}
.issue_year .previous
{
    border-bottom: 1px dotted #000;
    padding: 10px 0;
    font-style: italic;
    color: #004165;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}
.issue_year .previous .form-control
{
    height: auto;
    padding: 3px 12px;
    margin-top: 5px;
    width: 80%;
}
.issue_year .previous .form-group
{
    position: relative;
    margin: 0;
}
.issue_year .previous a
{
    position: absolute;
    right: -10px;
    top: 6px;
    font-size: 25px;
    text-decoration: none;
    color: #1195d8;
}
.issue_year .previous a:hover, .issue_year .previous a:focus
{
    color: #1073c0;
}
.issue_year .previous_year
{
    padding-top: 10px;
    color: #004165;
    font-style: italic;
}
.issue_year .previous_year a
{
    text-decoration: none;
    color: #1195d8;
    display: block;
    padding-top: 5px;
}
.issue_year .previous_year a:hover, .issue_year .previous_year a:focus
{
    color: #1073c0;
}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style]
{
    width: 100% !important;
}
.questions
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.questions #owl-demo .item
{
    position: relative;
}
.questions .owl-theme .owl-nav
{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.questions .owl-theme .owl-nav .owl-prev
{
    position: absolute;
    left: 0;
    background: none;
}
.questions .owl-theme .owl-nav .owl-prev:hover, .questions .owl-theme .owl-nav .owl-next:hover
{
    background: none;
}
.questions .owl-theme .owl-nav .owl-prev i, .questions .owl-theme .owl-nav .owl-next i
{
    font-size: 30px;
}
.questions .owl-theme .owl-nav .owl-next
{
    position: absolute;
    right: 0;
    background: none;
}
.questions .questions_text
{
    float: left;
    width: 40%;
    position: absolute;
    top: 5px;
    left: 15px;
    color: #fff;
    padding: 0;
}
.questions .questions_text a
{
    text-decoration: none;
    color: #1195d8;
    font-weight: 600;
}
.questions .questions_text a:hover, .questions .questions_text a:focus
{
    color: #fff;
}
.winner
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.winner img
{
    width: 100%;
}
.winner span
{
    font-style: italic;
    padding: 8px 0;
    color: #004165;
    font-weight: 500;
    display: inline-block;
}
.vote
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.vote img
{
    width: 100%;
}
.vote span
{
    font-style: italic;
    padding: 8px 0;
    color: #004165;
    font-weight: 500;
    display: inline-block;
}
.vote h5
{
    text-transform: capitalize;
    line-height: 25px;
    color: #000;
    margin: 0;
    font-family: 'Conv_gt-pressura-mono-regular';
}
.vote .radio
{
    margin: 0 15px 0 0;
    display: inline-block;
}
.vote .radio input[type=radio]
{
    top: 3px;
}
.vote a
{
    text-decoration: none;
    color: #1195d8;
    display: block;
    margin: 10px 0 0 0;
    font-weight: 600;
}
.vote a:hover, .vote a:focus
{
    color: #000;
}
.vote .btn
{
    color: #fff;
    background: #1195d8;
    border-radius: 4px;
    border: none;
}
.vote .btn:hover, .vote .btn:focus
{
    color: #fff;
    background: #1073c0;
}
.event
{
    float: left;
    width: 100%;
    background: #f0f0f0;
    position: relative;
    min-height: 500px;
    margin-bottom: 20px;
}
.event img
{
    width: 100%;
}
.event .event_detail
{
    position: absolute;
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
    padding: 10px 15px;
    background: #fff;
    bottom: 25px;
}
.event_detail .head
{
    float: left;
    width: 100%;
    position: relative;
}
.event_detail .head h3
{
    text-align: left;
    color: #323232;
    line-height: 30px;
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 20px;
    font-family: 'Conv_gt-pressura-mono-regular';
}
.event_detail .head .date
{
    font-style: italic;
    padding: 0;
    font-weight: 500;
    display: block;
    color: #1195d8;
    padding: 8px 0;
}
.event_detail .head:before
{
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    background: #1195d8;
    left: 0;
}
.news
{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.news .item:after
{
    content: '';
    background: #dcdcdc;
    right: -15px;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
}
.news img
{
    margin-bottom: 15px;
    width: 100%;
}
.news i
{
    color: #004165;
    font-weight: 500;
    display: block;
}
.news .date
{
    font-style: italic;
    font-weight: 500;
    color: #1195d8;
    padding: 0 10px 0 0;
    margin-right: 10px;
    position: relative;
}
.news .date:after
{
    content: '';
    background: #dcdcdc;
    height: 25px;
    width: 1px;
    position: absolute;
    right: 0;
    vertical-align: middle;
}
.rightleft_border
{
    position: relative;
}
.rightleft_border:before
{
    content: '';
    background: #dcdcdc;
    left: 0;
    height: 92%;
    width: 1px;
    position: absolute;
}
.rightleft_border:after
{
    content: '';
    background: #dcdcdc;
    right: 0;
    height: 92%;
    width: 1px;
    position: absolute;
    top: 0;
}
.update
{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.update img
{
    margin-bottom: 15px;
    width: 100%;
}
.update i
{
    color: #004165;
    font-weight: 500;
    display: block;
}
.update .date
{
    font-style: italic;
    font-weight: 500;
    color: #1195d8;
    padding: 0 10px 0 0;
    margin-right: 10px;
    position: relative;
}
.more_tags
{
    float: left;
    width: 100%;
    position: relative;
    background: none !important;
    text-align: center;
    margin: 20px 0;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}
.more_tags:hover, .more_tags:focus
{
    color: #000 !important;
}
.more_tags:before
{
    content: '';
    position: absolute;
    background: #000;
    height: 1px;
    top: 50%;
    left: 0;
    width: 45%;
}
.more_tags:after
{
    content: '';
    position: absolute;
    background: #000;
    height: 1px;
    top: 50%;
    right: 0;
    width: 45%;
}
.tags_togel
{
    display: inline;
}
.owl-carousel .item
{
    margin: 0;
}
.owl-carousel .item img
{
    display: block;
    width: 100%;
    height: auto;
}
.listing
{
    float: left;
    width: 100%;
    margin-bottom: 35px;
}
.listing img
{
    width: 100%;
}
.listing .article_title
{
    padding-top: 0;
}
.listing p
{
    margin: 0;
}
.listing span.date
{
    font-style: italic;
    padding: 0 0 5px 0;
    font-weight: 500;
    display: block;
    color: #1195d8;
}
.listing #social
{
    float: left;
    width: 100%;
    text-align: left;
}
.listing #social .st-inline-share-buttons
{
    text-align: left !important;
}
.listing .smGlobalBtn
{
    font-size: 12px;
    width: 25px;
    height: 25px;
    margin: 0 3px 0 0;
    padding: 0;
}
.page_navigation
{
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 10px;
    margin-top: 20px;
}
.page_navigation .pagination
{
    float: right;
    margin: 0;
}
.page_navigation h4
{
    display: inline-block;
    text-align: left;
    color: #004165;
    float: left;
}
.page_navigation h4 span
{
    color: #1195d8;
    padding: 0 5px;
    font-weight: 600;
}
.pagination > li > a
{
    background: #0065bd;
    color: #fff;
    border: none;
    border-radius: 50px;
    margin: 0 2px;
}
.pagination > li > a.active
{
    background: #00a1de;
    color: #fff;
}
.pagination > li > a:hover, .pagination > li > a:focus
{
    background: #00a1de;
    color: #fff;
}
.pagination > li:first-child > a, .pagination > li:last-child > a
{
    border-radius: 50px;
}
.poll_vote
{
    float: left;
    width: 100%;
}
.poll_vote p
{
    margin: 0;
}
.poll_vote h4
{
    margin: 0;
    padding-bottom: 10px;
}
.poll_vote .opinion
{
    float: left;
    width: 100%;
    padding: 10px;
    background: #f8f7f7;
    margin: 10px 0;
}
.poll_vote .opinion h4
{
    color: #000;
    text-transform: uppercase;
    margin: 10px 0;
    padding: 0;
    line-height: 25px;
}
.poll_vote .opinion .radio
{
    margin: 0 15px 0 0;
    display: inline-block;
}
.poll_vote .opinion .radio input[type=radio]
{
    top: 3px;
}
.poll_vote .opinion .btn
{
    color: #fff;
    background: #1195d8;
    border-radius: 4px;
    border: none;
}
.poll_vote .opinion .btn:hover, .vote .btn:focus
{
    color: #fff;
    background: #1073c0;
}
.poll_vote .date
{
    font-style: italic;
    padding: 0;
    font-weight: 500;
    display: block;
    color: #004165;
}
.poll_vote .voice
{
    font-style: italic;
    padding: 0;
    font-weight: 500;
    display: block;
    color: #1073c0;
}
.poll_vote .opinion span.date
{
    font-style: italic;
    padding: 0;
    font-weight: 500;
    display: block;
    color: #1195d8;
}
.poll_result
{
    float: left;
    width: 100%;
    margin: 15px 0;
}
.poll_result h4
{
    text-transform: uppercase;
    margin: 10px 0;
    color: #000;
    padding: 0;
    line-height: 25px;
}
.poll_title
{
    text-transform: none !important;
    font-size: 1.4em;
    text-decoration: underline;
    margin: 10px 0;
    color: #000;
    padding: 0;
}
.poll_title-2
{
    text-transform: uppercase !important;
    font-size: 1.1em;
    font-weight: normal;
    margin: 10px 0;
    color: #000;
    padding: 0;
}
.poll_result .form-control
{
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.result_detail
{
    float: left;
    width: 100%;
    margin: 1em 0 1.8em 0;
}
.result_detail ul
{
    display: block;
    margin: 0;
    padding: 0;
}
.result_detail ul li
{
    display: inline-block;
    text-align: left;
    padding-right: 10px;
    border-right: 1px solid #000;
    margin-right: 10px;
    color: #1073c0;
}
.result_detail ul li span
{
    padding: 0 5px;
    color: #18afe7;
}
.result_detail ul li:last-child
{
    margin: 0;
    padding: 0;
    border: none;
}
.search
{
    float: left;
    width: 100%;
    position: relative;
}
.search .form-control
{
    background: #f7f7f7;
    box-shadow: none;
    border: none;
}
/*.search .form-control::-moz-placeholder{color:#fff;opacity:1}
.search .form-control:-ms-input-placeholder{color:#fff}
.search .form-control::-webkit-input-placeholder{color:#fff}*/
.search .btn
{
    position: absolute;
    right: 0;
    top: 0;
    background: #1195d8;
    color: #fff;
    border-radius: 0;
    padding: 6px 20px;
}
.search .btn:hover, .footer_right .btn:focus
{
    background: #1073c0;
}
.search_filter
{
    float: left;
    width: 100%;
    margin: 20px 0;
}
.search_filter label
{
    display: inline-block;
    float: left;
    width: 30%;
    text-align: left;
    margin: 5px 0;
    font-weight: 500;
}
.search_filter .form-control
{
    width: 70%;
}
.search_filter .btn
{
    background: #1195d8;
    color: #fff;
    border-radius: 0;
    float: right;
    padding: 6px 30px;
}
.search_filter .btn:hover, .footer_right .btn:focus
{
    background: #1073c0;
}
.search_result
{
    float: left;
    width: 100%;
    margin: 10px 0;
}
.search_result .article_title p
{
    margin: 10px 0;
}
.feedback
{
    float: left;
    width: 100%;
}
.feedback label
{
    font-weight: 500;
    width: 30%;
    text-align: left;
    float: left;
    margin: 0;
}
.feedback .form-control
{
    width: 70%;
    float: left;
    box-shadow: none;
}
.feedback .form-control:focus
{
    border-color: #004165;
}
.feedback .btn
{
    background: #1195d8;
    color: #fff;
    border-radius: 0;
    float: right;
    padding: 6px 30px;
    margin: 0 auto;
    text-align: center;
}
.feedback .btn:hover, .footer_right .btn:focus
{
    background: #1073c0;
}
#owl-demo1 .owl-nav
{
    display: block !important;
}
#owl-demo1 .owl-prev
{
    width: 2%;
    background-size: 100% !important;
    background-repeat: no-repeat;
    background-position: center;
    display: block !important;
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    height: 30px;
    border-radius: 0;
    background-image: url("../images/arrow-left.png") !important;
    top: -18%;
    right: 3%;
}
#owl-demo1 .owl-next
{
    width: 2%;
    background-size: 100% !important;
    background-repeat: no-repeat;
    right: 0;
    position: absolute;
    background-position: center;
    display: block !important;
    background-color: rgba(255,255,255,0.8);
    height: 30px;
    border-radius: 0;
    background-image: url("../images/arrow-right.png") !important;
    top: -18%;
}
/*------------------------Suresh--------------------------*/
.grey-componant
{
    padding: 0.3em 0.8em;
    margin: 1em 0;
    background: #f8f7f7;
    float: left;
    width: 100%;
}
.grey-componant h5
{
    color: #127ac1;
    font-size: 1.2em;
    font-family: 'Conv_gt-pressura-mono-regular';
}
.qstn
{
    color: #18afe7;
    font-size: 1.8em;
}
.grey-componant textarea
{
    height: 12em;
    resize: none;
}
.grey-componant .blue-text
{
    color: #1073c0;
    font-style: italic;
    margin-bottom: 1em;
    display: block;
}
.grey-componant label
{
    font-size: 1.2em;
    display: inline-block;
    font-weight: normal;
    margin-right: 0.8em;
}
.grey-componant label .star
{
    color: #e01c61;
    font-size: 0.8em;
}
.grey-componant input
{
    height: 1.8em;
    padding: 0;
    border: none;
    margin-bottom: 1em;
}
.grey-componant input.form-control
{
    width: 70%;
    margin: 0;
}
.grey-componant .input-brdr
{
    border: 1px solid #ababab;
}
.inpte-1
{
    width: 20em;
    margin-right: 1.4em;
    border: 1px solid #ababab !important;
}
.inpte-1-1
{
    width: 20em;
    border: 1px solid #ababab !important;
}
.inpte-2
{
    width: 14.4em;
    margin-right: 1em;
    border: 1px solid #ababab !important;
}
.submit-btn
{
    font-size: 1.1em;
    background: #1073c0;
    border-radius: 6px;
    padding: 0 1em;
    color: #ffffff;
    border-right: 5px solid #3db7e4 !important;
    width: 5em !important;
}
.feed-submit-btn
{
    font-size: 1.1em;
    background: #1073c0;
    border-radius: 6px;
    padding: 0.1em 1em;
    color: #ffffff;
    border: none;
    border-right: 5px solid #3db7e4 !important;
}
.grey-componant ul
{
    padding: 0;
    margin: 0 0 0 1em;
}
.grey-componant ul li
{
    padding: 0;
    margin: 0;
    list-style: disc;
    list-style: disc;
    color: #18afe7;
}
.grey-componant ul li p
{
    padding: 0;
    margin: 0;
    color: #000000;
}
.col-box
{
    margin: 0;
    float: left;
    width: 100%;
}
.col-box .form-control
{
    width: 65%;
    float: right;
}
.col-box label
{
    font-size: 1.2em;
    display: inline-block;
    font-weight: normal;
    margin-right: 0.5em;
}
.input-3
{
    margin-right: 1em;
    border: 1px solid #ababab !important;
    height: 1.8em;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/dd.jpg') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
    background-position: 95% 8px;
    width: 30%;
    margin-top: 0.8em;
}
.contest-box
{
    float: left;
    margin-top: 1.5em;
}
.profile-pic
{
    float: left;
    margin-right: 1.5em;
}
.profile-text
{
    margin: 0;
}
.profile-text h1
{
    font-size: 1.2em;
    color: #3db7e4;
    margin: 0;
    padding: 0;
    font-family: 'Conv_gt-pressura-mono-regular';
}
.profile-text h2
{
    font-size: 1em;
    color: #0065bd;
    margin: 1em 0;
    padding: 0;
    word-spacing: 0.2em;
    font-family: 'Conv_gt-pressura-mono-regular';
}
.profile-text p
{
    margin: 0.6em 0;
    padding: 0;
    text-align: justify;
    line-height: 1.5em;
}
.select-issue
{
    margin: 0;
}
.select-issue label
{
    font-size: 1.2em;
    display: inline-block;
    font-weight: normal;
    margin-right: 0.5em;
}
.input-4
{
    margin-right: 1em;
    margin-top: 0.8em;
    border: 1px solid #ababab !important;
    height: 1.8em;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/dd.jpg') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
    background-position: 95% 8px;
    width: 60%;
}
.issue-grid
{
    float: left;
    margin-top: 2em;
}
.issue-grid h1
{
    margin: 0 0 0.8em 0;
    padding: 0;
    color: #1195d8;
    font-size: 1em;
    text-transform: uppercase;
    font-family: 'Conv_gt-pressura-mono-regular';
}
.issue-grid img
{
    margin: 0 0 0 0;
}
.issue-grid a
{
    color: #18afe7;
    font-size: 1em;
    font-style: italic;
    text-align: center;
}
.issue-grid a span
{
    width: 100%;
    text-align: center;
    margin-left: 18%;
}
.search-bar
{
    width: 100%;
    float: left;
    margin: 1em 0;
}
.filter-bar
{
    float: left;
    margin-right: 2em;
    font-size: 1.2em;
    display: inline-block;
}
.col-search
{
    float: left;
    width: 90%;
}
.search-dd
{
    float: left;
    display: inline-block;
    width: 45%;
}
.search-dd:nth-child(2)
{
    float: left;
    display: inline-block;
    width: 24%;
}
.search-dd:nth-child(3)
{
    float: left;
    display: inline-block;
    width: 22%;
}
.search-dd:nth-child(4)
{
    float: left;
    display: inline-block;
    width: 5%;
}
.search-dd label
{
    float: left;
    display: inline-block !important;
    color: #1073c0;
    font-weight: normal;
}
.search-dd > .search-select
{
    border: 1px solid #ababab !important;
    height: 1.8em;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/dd.jpg') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
    background-position: 98% 8px;
    width: 74%;
    margin-left: 2em;
}
.search-dd:nth-child(2) > input
{
    width: 10em;
    margin-left: 1.5em;
    border: 1px solid #ababab !important;
}
.search-dd:nth-child(3) > input
{
    width: 10em;
    margin-left: 1.5em;
    border: 1px solid #ababab !important;
}
.search-dd:nth-child(4) > input
{
    width: 3em;
    margin-left: 1.5em;
    background: #18afe7;
    borde-right: 5px solid #1195d8 !important;
    border-radius: 0;
    color: #ffffff;
    height: 2em;
    padding: 0;
}
#social .fb_iframe_widget
{
    vertical-align: text-bottom;
    margin-bottom: -1px;
}
#social .fb_iframe_widget span
{
    vertical-align: middle !important;
}
#social #twitter-widget-1
{
    vertical-align: text-bottom;
}
.marticle_img
{
    float: left;
    margin: 0 18px 0 0;
    border: 1px solid #ccc;
    width: auto;
    height: auto !important;
}
.fancybox.mdesktop
{
    display: block;
}
.fancybox.mmobile
{
    display: none;
}

/*Custom Media query*/
@media (min-width:320px)
{
    header .logo
    {
        display: block;
        text-align: center;
        float: none;
        padding: 10px 0;
    }
    header .logo img
    {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    header.sticky .logo
    {
        padding: 15px 0 0 0;
    }
    .top_search label
    {
        width: 20%;
        padding: 0;
    }
    .top_search
    {
        margin: 15px 0;
    }
    header .pmi_logo
    {
        float: none;
        text-align: center;
        padding: 0;
        display: block;
    }
    header .pmi_logo img
    {
        margin: 0 auto;
    }
    header.sticky .top_search
    {
        margin: 20px 0 10px 0;
    }
    header
    {
        height: 70px;
    }
    header.sticky
    {
        height: 70px;
    }
    .footer_left
    {
        text-align: center;
    }
    .footer_right
    {
        text-align: center;
    }
    .footer_social
    {
        text-align: center;
    }
    #owl-demo1 .owl-next
    {
        width: 5%;
        top: -9%;
    }
    #owl-demo1 .owl-prev
    {
        width: 5%;
        top: -9%;
        right: 8%;
    }
    footer:before
    {
        background-position: 105% 0;
    }
    .listing .article_title
    {
        padding: 10px 0;
    }
    .page_navigation
    {
        text-align: center;
        margin: 0;
    }
    .page_navigation h4
    {
        display: block;
        text-align: center;
        float: none;
    }
    .page_navigation .pagination
    {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    #social
    {
        margin: 15px auto 10px auto;
        float: none;
    }
    .input-4
    {
        width: 80%;
    }
    .filter-bar .btn
    {
        padding: 6px 30px;
        margin-top: 0;
    }
    .event .event_detail
    {
        width: 90%;
        padding: 15px 0;
    }
    .rightleft_border:before, .rightleft_border:after
    {
        display: none;
    }
    .page_header h4
    {
        display: inline-block;
    }
    .filter-bar .filter_head
    {
        width: 100%;
    }
    .filter-bar label
    {
        text-align: left;
    }
    .profile-pic img
    {
        width: 100%;
    }
    .profile-pic
    {
        float: none;
        margin: 0 auto 10px auto;
    }
    .grey-componant label
    {
        width: 100%;
    }
    .grey-componant .form-control
    {
        width: 100%;
    }
    header:after
    {
        background-position: 105% 0%;
    }
    .content_section
    {
        padding: 40px 0 40px 0;
    }
    .top_search
    {
        display: none;
    }
    header .pmi_logo
    {
        display: none;
    }
    .issue_year .latest
    {
        padding: 15px 0 10px 0;
    }
    .right_story_text .article_title
    {
        padding: 15px 0 10px 0;
    }
    .right_story
    {
        margin-bottom: 0;
    }
    .page_header
    {
        margin: 15px 0;
    }
    .questions
    {
        margin: 0;
    }
    .questions .owl-theme .owl-nav
    {
        top: 10%;
    }
    .questions .questions_text
    {
        position: relative;
        left: 0;
        width: 100%;
        color: #000;
        padding-bottom: 15px;
    }
    .more_tags:before
    {
        width: 30%;
    }
    .more_tags:after
    {
        width: 30%;
    }
    .poll_result .form-control
    {
        margin-bottom: 15px;
    }
    .contest-box
    {
        margin-top: 15px;
    }
    .col-box h4
    {
        font-size: 15px;
    }
    .event .event_detail
    {
        position: static;
        width: 100%;
    }
    .search-dd:nth-child(2) > input
    {
        width: 8em;
        margin-left: 0;
    }
    .search-dd:nth-child(3) > input
    {
        width: 8em;
        margin-left: 0;
    }
    .event
    {
        min-height: auto;
    }
    .story_slider .carousel_text h4
    {
        font-size: 12px;
    }
    .marticle_img
    {
        width: 100%;
    }
    .fancybox.mdesktop
    {
        display: none;
    }
    .fancybox.mmobile
    {
        display: block;
    }
}
@media (min-width:480px)
{
    #social
    {
        margin: 0 auto 10px auto;
        float: right;
    }
    #owl-demo1 .owl-next
    {
        top: -12%;
    }
    #owl-demo1 .owl-prev
    {
        top: -12%;
    }
    .story_slider .carousel_text h4
    {
        font-size: 14px;
    }

}
@media (min-width:768px)
{
    header
    {
        height: 70px;
    }
    header.sticky
    {
        height: 70px;
    }
    header .logo
    {
        padding: 30px 0;
    }
    #social
    {
        float: right;
        margin: 5px 0 0 0;
    }
    header.sticky .logo
    {
        padding: 25px 0;
    }
    header.sticky .top_search
    {
        margin: 25px 0;
    }
    .issue_year
    {
        margin-top: 20px;
    }
    .event .event_detail
    {
        width: 100%;
    }
    .more_tags:before
    {
        width: 40%;
    }
    .more_tags:after
    {
        width: 40%;
    }
    header .logo
    {
        float: left;
        padding: 40px 0;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
    }
    .filter-bar .filter_head
    {
        width: 100%;
    }
    .filter-bar label
    {
        width: 100%;
        text-align: right;
    }
    .filter-bar .form-control
    {
        width: 100%;
    }
    .filter-bar .btn
    {
        padding: 6px 15px;
        margin-top: 35px;
    }
    .top_search
    {
        margin: 35px 0;
    }
    header .pmi_logo
    {
        padding: 10px 0;
    }
    .footer_left
    {
        text-align: left;
    }
    .footer_right
    {
        text-align: right;
    }
    .rightleft_border:before, .rightleft_border:after
    {
        display: inline-block;
    }
    .page_navigation h4
    {
        display: inline-block;
        text-align: left;
        float: left;
    }
    .page_header h4
    {
        display: inline-block;
    }
    .page_navigation .pagination
    {
        float: right;
    }
    .profile-pic img
    {
        width: auto;
    }
    .profile-pic
    {
        float: left;
        margin-right: 1.5em;
    }
    .grey-componant label
    {
        width: 38%;
    }
    .grey-componant .form-control
    {
        width: 62%;
    }
    header:after
    {
        background-position: 120% 0%;
    }
    .content_section
    {
        padding: 40px 0 40px 0;
    }
    .issue_year .latest
    {
        padding: 3px 0 10px 0;
    }
    .questions .questions_text
    {
        float: left;
        width: 80%;
        position: absolute;
        top: 5px;
        left: 15px;
        color: #fff;
        padding: 0;
    }
    .questions .owl-theme .owl-nav
    {
        top: 50%;
    }
    .poll_result .form-control
    {
        margin: 0;
    }
    .contest-box
    {
        margin: 0;
    }
    .col-box h4
    {
        font-size: 18px;
    }
    .footer_social
    {
        text-align: right;
    }
    .search-dd > .search-select
    {
        margin-left: 0;
        width: 95%;
    }
    .search-dd:nth-child(4) > input
    {
        margin: 30px 0 0 45px;
    }
    #owl-demo1 .owl-next
    {
        top: -16%;
    }
    #owl-demo1 .owl-prev
    {
        top: -16%;
    }
    .story_slider .carousel_text h4
    {
        font-size: 16px;
    }
    .marticle_img
    {
        width: auto;
    }
    .fancybox.mdesktop
    {
        display: block;
    }
    .fancybox.mmobile
    {
        display: none;
    }
}
@media (min-width:992px)
{
    header
    {
        height: 167px;
    }
    header.sticky
    {
        height: 136px;
    }
    footer:before
    {
        background-position: 155% 0;
    }
    .filter-bar label
    {
        width: 37%;
    }
    .filter-bar .form-control
    {
        width: 62%;
    }
    .filter-bar .btn
    {
        padding: 6px 20px;
        margin: 0;
    }
    .filter-bar .filter_head
    {
        width: 8%;
        padding-right: 0;
    }
    .top_search
    {
        display: block;
    }
    header .pmi_logo
    {
        display: block;
    }
    .event .event_detail
    {
        position: absolute;
        width: 80%;
        padding: 10px 15px;
    }
    .search-dd:nth-child(2) > input
    {
        width: 10em;
        margin-left: 1.5em;
    }
    .search-dd:nth-child(3) > input
    {
        width: 10em;
        margin-left: 1.5em;
    }
    .search-dd
    {
        width: 35%;
    }
    .search-dd:nth-child(2)
    {
        width: 30%;
    }
    .search-dd:nth-child(3)
    {
        width: 30%;
    }
    .search-dd:nth-child(4) > input
    {
        margin: 0 0 0 1.5em;
    }
    .search-dd > .search-select
    {
        margin: 0 0 0 2em;
        width: 64%;
    }
    .event
    {
        min-height: 500px;
    }
}
@media (min-width:1200px)
{
    header
    {
        line-height: 30px;
        height: 167px;
        background: #fff;
        color: #fff;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 99;
        position: relative;
    }
    header.sticky
    {
        position: fixed;
        height: 120px;
        width: 100%;
        background: #fff;
    }
    /*header:after { content: ''; position: absolute; bottom: -27px; left: 0; right: auto; width: 100%; height: 27px; z-index: 9; background: url(../images/nav_bg.png) top left no-repeat; }*/
    header.sticky:after
    {
        display: none;
    }
    header.sticky .smllogo
    {
        padding: 20px 0;
    }
    header.sticky .pmi_logo
    {
        padding: 0;
    }
    header.sticky .pmi_logo img
    {
        width: 150px;
    }
    header.sticky .logo
    {
        padding: 25px 0;
    }
    header.sticky .logo img
    {
        width: 250px;
    }
    header.sticky nav:after
    {
        display: none;
    }
    header .logo
    {
        float: left;
        padding: 30px 0;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
    }
    header .pmi_logo
    {
        float: right;
        padding: 10px 0;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        text-align: right;
    }
    header .pmi_logo span
    {
        display: block;
        color: #1073c0;
        text-align: center;
    }
    .content_section
    {
        float: left;
        width: 100%;
        padding: 60px 0 40px 0;
    }
    .top_search
    {
        float: left;
        width: 100%;
        margin: 40px 0;
    }
    header.sticky .top_search
    {
        margin: 25px 0;
    }
    .top_search .form-group
    {
        margin: 0;
        position: relative;
    }
    .top_search label
    {
        width: 30%;
        float: left;
        padding: 0 15px;
        font-weight: 500;
        margin: 0;
        color: #535353;
        text-align: center;
    }
    .top_search .form-control
    {
        width: 100%;
        float: left;
        box-shadow: none;
        border-radius: 0;
        padding: 6px 65px 6px 6px;
        border: none;
        background: #f4f4f4;
    }
    .top_search .btn
    {
        position: absolute;
        right: 0;
        top: 0;
        background: #f4f4f4;
        color: #919191;
        border-radius: 0;
        border-left: 1px solid #919191;
    }
    .top_search .btn:hover, .footer_right .btn:focus
    {
        background: #f4f4f4;
    }
    /*Social Media*/
    #social
    {
        text-align: center;
        float: right;
        margin: 5px 0 0 0;
    }
    #social .st-btn
    {
        display: inline-block !important;
    }
    .smGlobalBtn
    {
        display: inline;
        position: relative;
        cursor: pointer;
        margin: 0 2px;
        vertical-align: middle;
        padding: 4px 10px;
        text-decoration: none;
        text-align: center;
        top: -3px;
        color: #fff;
        font-size: 12px;
        font-weight: normal;
        border-radius: 3px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    /* Print button class*/
    .printBtn
    {
        background: #fa7f35;
        width: auto;
    }
    .printBtn:before
    {
        font-family: "FontAwesome";
        content: "\f02f";
        margin-right: 5px;
    }

    /* Youtube button class*/
    .youtubeBtn
    {
        background: #cd201f;
    }
    .youtubeBtn:before
    {
        font-family: "FontAwesome";
        content: "\f16a";
    }
    .youtubeBtn:hover
    {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        color: #fff;
    }
    /* Email button class*/
    .envelopeBtn
    {
        background: #b7c2c2;
    }
    .envelopeBtn:before
    {
        font-family: "FontAwesome";
        content: "\f0e0";
    }

    /* facebook button class*/
    .facebookBtn
    {
        background: #4060A5;
    }
    .facebookBtn:before
    {
        font-family: "FontAwesome";
        content: "\f09a";
    }
    .facebookBtn:hover
    {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        color: #fff;
    }
    /* twitter button class*/
    .twitterBtn
    {
        background: #00ABE3;
    }
    .twitterBtn:before
    {
        font-family: "FontAwesome";
        content: "\f099";
    }
    .twitterBtn:hover
    {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        color: #fff;
    }
    /* google plus button class*/
    .googleplusBtn
    {
        background: #e64522;
    }
    .googleplusBtn:before
    {
        font-family: "FontAwesome";
        content: "\f0d5";
    }
    .googleplusBtn:hover
    {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        color: #fff;
    }
    /* linkedin button class*/
    .linkedinBtn
    {
        background: #0094BC;
    }
    .linkedinBtn:before
    {
        font-family: "FontAwesome";
        content: "\f0e1";
    }
    .linkedinBtn:hover
    {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        color: #fff;
    }
    /* pinterest button class*/
    .pinterestBtn
    {
        background: #cb2027;
    }
    .pinterestBtn:before
    {
        font-family: "FontAwesome";
        content: "\f0d2";
    }
    .pinterestBtn:hover
    {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        color: #fff;
    }
    /* tumblr button class*/
    .tumblrBtn
    {
        background: #3a5876;
    }
    .tumblrBtn:before
    {
        font-family: "FontAwesome";
        content: "\f173";
    }
    .tumblrBtn:hover
    {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        color: #fff;
    }
    /* rss button class*/
    .rssBtn
    {
        background: #e88845;
    }
    .rssBtn:before
    {
        font-family: "FontAwesome";
        content: "\f09e";
    }
    .rssBtn:hover
    {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        color: #fff;
    }
    /*Social Media End*/

    /*Tags*/
    .tags
    {
        float: left;
        width: 100%;
        margin: 0 0 15px 0;
    }
    .tags a
    {
        display: inline-block;
        color: #000;
        background: #f5f5f5;
        border-radius: 2px;
        margin: 0 5px 10px 0;
        padding: 5px 10px;
    }
    .tags a:hover
    {
        background: #1073c0;
        color: #fff;
    }
    /*Tags End*/
    .story_slider
    {
        float: left;
        width: 100%;
        margin: 0;
    }
    .story_slider .owl-nav
    {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50%;
    }
    .story_slider .owl-nav .owl-prev
    {
        float: left;
        margin-left: 15px !important;
    }
    .story_slider .owl-nav .owl-next
    {
        float: right;
        margin-right: 15px !important;
    }
    .story_slider .carousel_text
    {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        background: #000000b3;
        margin: 0;
        padding: 10px;
    }
    .story_slider .carousel_text h4
    {
        margin: 0;
        color: #fff;
        font-size: 16px;
        font-family: 'Conv_gt-pressura-mono-regular';
    }
    .social_like
    {
        float: left;
        width: 100%;
        background: #f0eded;
        padding: 15px;
        margin: 10px 0;
    }
    .social_like a
    {
        text-decoration: none;
        font-style: italic;
        color: #000;
        margin: 0 20px;
    }
    .social_like a i
    {
        color: #d90d0a;
        padding-right: 10px;
    }
    .stories
    {
        float: left;
        width: 100%;
    }
    .stories .stories_data img
    {
        padding-bottom: 10px;
        width: 100%;
    }
    .stories_data .article_title
    {
        padding: 5px 0;
    }
    .fundas
    {
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 3em; /*margin-bottom: 20px;*/
    }
    .fundas img
    {
        width: 100%;
    }
    .fundas .fundas_title
    {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #014165;
        padding: 5px;
        color: #fff;
    }
    .fundas .fundas_title span
    {
        float: left;
    }
    .fundas .fundas_title a
    {
        float: right;
        text-decoration: none;
        color: #fff;
    }
    .cover_story
    {
        float: left;
        width: 100%; /*margin: 0 0 20px 0;*/
        margin: 0 0 3em 0;
    }
    .cover_story ul
    {
        display: block;
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
    }
    .cover_story ul li
    {
        display: inline-flex;
        padding: 10px;
        background: #fcfdfe;
        border: 1px solid #dbe5ed;
        float: left;
        width: 100%;
        margin-top: -1px;
    }
    .cover_story ul li img
    {
        float: left;
    }
    .cover_story ul li h5
    {
        margin: 0;
        text-align: left;
        padding-left: 10px;
        font-weight: 600;
        color: #535353;
        display: inline-block;
        line-height: 20px;
        font-family: 'Conv_gt-pressura-mono-regular';
    }
    .cover_story ul li h5 span
    {
        color: #1073c0;
        display: block;
        padding: 5px 0;
        font-weight: 400;
    }
    .advertisement
    {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .widget-h
    {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .advertisement img
    {
        width: 100%;
    }
    .advertisement h5
    {
        color: #a2a2a2;
        text-transform: uppercase;
        font-size: 12px;
        margin-top: 0;
        font-family: 'Conv_gt-pressura-mono-regular';
    }
    .fb-page
    {
        border: 1px solid #3b5998 !important;
        float: left;
        width: 100%;
    }
    .twitter-timeline
    {
        margin: 3em 0 !important;
        float: left;
        width: 100%;
        border: 1px solid #1da1f2 !important;
    }
    .youtube_video
    {
        float: left;
        width: 100%;
        margin: 0 0 3em 0;
    }
    footer
    {
        float: left;
        width: 100%;
        background: #f0f0f0;
        position: relative;
        padding: 30px 0 10px 0;
        color: #575656;
    }
    /*footer:before { content: ''; position: absolute; top: -9px; left: 0; right: auto; width: 100%; height: 27px; z-index: 9; background: url('../images/nav_bg.png') top left no-repeat; }*/
    footer p
    {
        margin: 0;
        color: #575656;
        font-size: 18px;
    }
    .footer_left
    {
        float: left;
        width: 100%;
        text-align: left;
    }
    .footer_left img
    {
        padding: 15px 0 10px 0;
    }
    .footer_left a
    {
        padding: 20px 0 0 0;
        text-transform: capitalize;
        color: #575656;
        font-weight: 500;
        font-size: 14px;
        display: inline-block;
    }
    .footer_left a:last-of-type
    {
        display: block;
        padding-top: 10px;
    }
    .footer_right
    {
        float: left;
        width: 100%;
        text-align: right;
    }
    .footer_social
    {
        float: left;
        width: 100%;
        text-align: right;
    }
    .footer_social a
    {
        display: inline-block;
        text-align: center;
        margin-left: 5px;
    }
    .footer_social a span
    {
        padding-right: 20px;
    }
    .footer_social a i
    {
        background: #fff;
        border-radius: 50px;
        padding: 10px 5px;
        height: 35px;
        width: 35px;
        color: #fe610e;
    }
    .footer_right .form-group
    {
        margin: 15px 0;
        position: relative;
    }
    .footer_right label
    {
        width: 30%;
        float: left;
        padding: 0 15px;
        font-weight: 500;
        margin: 5px 0;
    }
    .footer_right .form-control
    {
        width: 70%;
        float: left;
        box-shadow: none;
        border-radius: 0;
        padding: 6px 65px 6px 6px;
        border: none;
    }
    .footer_right .btn
    {
        position: absolute;
        right: 0;
        top: 0;
        background: #fff;
        color: #919191;
        border-radius: 0;
        border-left: 1px solid #919191;
    }
    .footer_right .btn:hover, .footer_right .btn:focus
    {
        background: #1073c0;
    }
    .footer_right a
    {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        padding: 10px 0 0 0;
        margin-left: 10px;
    }
    .right_story
    {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .right_story img
    {
        width: 100%;
    }
    .right_story_text
    {
        float: left;
        width: 100%;
    }
    .right_story_text .article_title
    {
        padding-top: 0;
    }
    .download_issue
    {
        float: left;
        width: 100%;
    }
    .download_issue img
    {
        float: left;
        width: 100%;
    }
    .issue_year
    {
        float: left;
        padding: 0;
        text-align: left;
        font-size: 12px;
        line-height: 20px;
    }
    .issue_year span
    {
        display: block;
        color: #1073c0;
        margin-top: -0.9em;
    }
    .issue_year p
    {
        margin: 0;
    }
    .issue_year .latest
    {
        border-bottom: 1px dotted #000;
        padding: 3px 0 10px 0;
    }
    .issue_year .latest a
    {
        text-decoration: none;
        color: #1195d8;
    }
    .issue_year .latest a:hover, .issue_year .latest a:focus
    {
        color: #1073c0;
    }
    .issue_year .latest i
    {
        font-size: 30px;
    }
    .issue_year .previous
    {
        border-bottom: 1px dotted #000;
        padding: 10px 0;
        font-style: italic;
        color: #004165;
        float: left;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .issue_year .previous .form-control
    {
        height: auto;
        padding: 3px 12px;
        margin-top: 5px;
        width: 80%;
    }
    .issue_year .previous .form-group
    {
        position: relative;
        margin: 0;
    }
    .issue_year .previous a
    {
        position: absolute;
        right: -10px;
        top: 6px;
        font-size: 25px;
        text-decoration: none;
        color: #1195d8;
    }
    .issue_year .previous a:hover, .issue_year .previous a:focus
    {
        color: #1073c0;
    }
    .issue_year .previous_year
    {
        padding-top: 10px;
        color: #004165;
        font-style: italic;
    }
    .issue_year .previous_year a
    {
        text-decoration: none;
        color: #1195d8;
        display: block;
        padding-top: 5px;
    }
    .issue_year .previous_year a:hover, .issue_year .previous_year a:focus
    {
        color: #1073c0;
    }
    .fb-like-box, .fb-like-box span, .fb-like-box span iframe[style]
    {
        width: 100% !important;
    }
    .questions
    {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .questions #owl-demo .item
    {
        position: relative;
    }
    .questions .questions_text
    {
        float: left;
        width: 40%;
        position: absolute;
        top: 5px;
        left: 15px;
        color: #fff;
        padding: 0;
    }
    .questions .questions_text a
    {
        text-decoration: none;
        color: #1195d8;
        font-weight: 600;
    }
    .questions .questions_text a:hover, .questions .questions_text a:focus
    {
        color: #fff;
    }
    .winner
    {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .winner img
    {
        width: 100%;
    }
    .winner span
    {
        font-style: italic;
        padding: 8px 0;
        color: #004165;
        font-weight: 500;
        display: inline-block;
    }
    .vote
    {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .vote img
    {
        width: 100%;
    }
    .vote span
    {
        font-style: italic;
        padding: 8px 0;
        color: #004165;
        font-weight: 500;
        display: inline-block;
    }
    .vote h5
    {
        text-transform: capitalize;
        line-height: 25px;
        color: #000;
        margin: 0;
    }
    .vote .radio
    {
        margin: 0 15px 0 0;
        display: inline-block;
    }
    .vote .radio input[type=radio]
    {
        top: 3px;
    }
    .vote a
    {
        text-decoration: none;
        color: #1195d8;
        display: block;
        margin: 10px 0 0 0;
        font-weight: 600;
    }
    .vote a:hover, .vote a:focus
    {
        color: #000;
    }
    .vote .btn
    {
        color: #fff;
        background: #1195d8;
        border-radius: 4px;
        border: none;
    }
    .vote .btn:hover, .vote .btn:focus
    {
        color: #fff;
        background: #1073c0;
    }
    .event
    {
        float: left;
        width: 100%;
        background: #f0f0f0;
        position: relative;
        min-height: 500px;
        margin-bottom: 20px;
    }
    .event img
    {
        width: 100%;
    }
    .event .event_detail
    {
        position: absolute;
        left: 0;
        right: 0;
        width: 70%;
        margin: 0 auto;
        padding: 10px 15px;
        background: #fff;
        bottom: 25px;
    }
    .event_detail .head
    {
        float: left;
        width: 100%;
        position: relative;
    }
    .event_detail .head h3
    {
        text-align: left;
        color: #323232;
        line-height: 30px;
        margin: 0;
        padding: 10px 0 0 0;
        font-size: 20px;
        font-family: 'Conv_gt-pressura-mono-regular';
    }
    .event_detail .head .date
    {
        font-style: italic;
        padding: 0;
        font-weight: 500;
        display: block;
        color: #1195d8;
        padding: 8px 0;
    }
    .event_detail .head:before
    {
        content: '';
        position: absolute;
        height: 2px;
        width: 50px;
        background: #1195d8;
        left: 0;
    }
    .news
    {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .news .item:after
    {
        content: '';
        background: #dcdcdc;
        right: -15px;
        height: 100%;
        width: 1px;
        position: absolute;
        top: 0;
    }
    .news img
    {
        margin-bottom: 15px;
        width: 100%;
    }
    .news i
    {
        color: #004165;
        font-weight: 500;
        display: block;
    }
    .news .date
    {
        font-style: italic;
        font-weight: 500;
        color: #1195d8;
        padding: 0 10px 0 0;
        margin-right: 10px;
        position: relative;
    }
    .news .date:after
    {
        content: '';
        background: #dcdcdc;
        height: 25px;
        width: 1px;
        position: absolute;
        right: 0;
        vertical-align: middle;
    }
    .rightleft_border
    {
        position: relative;
    }
    .rightleft_border:before
    {
        content: '';
        background: #dcdcdc;
        left: 0;
        height: 92%;
        width: 1px;
        position: absolute;
    }
    .rightleft_border:after
    {
        content: '';
        background: #dcdcdc;
        right: 0;
        height: 92%;
        width: 1px;
        position: absolute;
        top: 0;
    }
    .update
    {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .update img
    {
        margin-bottom: 15px;
        width: 100%;
    }
    .update i
    {
        color: #004165;
        font-weight: 500;
        display: block;
    }
    .update .date
    {
        font-style: italic;
        font-weight: 500;
        color: #1195d8;
        padding: 0 10px 0 0;
        margin-right: 10px;
        position: relative;
    }
    .more_tags
    {
        float: left;
        width: 100%;
        position: relative;
        background: none !important;
        text-align: center;
        margin: 20px 0;
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
    }
    .more_tags:hover, .more_tags:focus
    {
        color: #000 !important;
    }
    .more_tags:before
    {
        content: '';
        position: absolute;
        background: #000;
        height: 1px;
        top: 50%;
        left: 0;
        width: 45%;
    }
    .more_tags:after
    {
        content: '';
        position: absolute;
        background: #000;
        height: 1px;
        top: 50%;
        right: 0;
        width: 45%;
    }
    .tags_togel
    {
        display: inline;
    }
    .owl-carousel .item
    {
        margin: 0;
    }
    .owl-carousel .item img
    {
        display: block;
        width: 100%;
        height: auto;
    }
    .listing
    {
        float: left;
        width: 100%;
        margin-bottom: 35px;
    }
    .listing img
    {
        width: 100%;
    }
    .listing .article_title
    {
        padding-top: 0;
    }
    .listing p
    {
        margin: 0;
    }
    .listing span.date
    {
        font-style: italic;
        padding: 0 0 5px 0;
        font-weight: 500;
        display: block;
        color: #1195d8;
    }
    .listing #social
    {
        float: left;
        width: 100%;
        text-align: left;
    }
    .listing #social .st-inline-share-buttons
    {
        text-align: left !important;
    }
    .listing .smGlobalBtn
    {
        font-size: 12px;
        width: 25px;
        height: 25px;
        margin: 0 3px 0 0;
        padding: 0;
    }
    .page_navigation
    {
        float: left;
        width: 100%;
        background: #f7f7f7;
        padding: 10px;
        margin-top: 20px;
    }
    .page_navigation .pagination
    {
        float: right;
        margin: 0;
    }
    .page_navigation h4
    {
        display: inline-block;
        text-align: left;
        color: #004165;
        float: left;
        font-family: 'Conv_gt-pressura-mono-regular';
    }
    .page_navigation h4 span
    {
        color: #1195d8;
        padding: 0 5px;
        font-weight: 600;
    }
    .pagination > li > a
    {
        background: #0065bd;
        color: #fff;
        border: none;
        border-radius: 50px;
        margin: 0 2px;
    }
    .pagination > li > a.active
    {
        background: #00a1de;
        color: #fff;
    }
    .pagination > li > a:hover, .pagination > li > a:focus
    {
        background: #00a1de;
        color: #fff;
    }
    .pagination > li:first-child > a, .pagination > li:last-child > a
    {
        border-radius: 50px;
    }
    .poll_vote
    {
        float: left;
        width: 100%;
    }
    .poll_vote p
    {
        margin: 0;
    }
    .poll_vote h4
    {
        margin: 0;
        padding-bottom: 10px;
        font-family: 'Conv_gt-pressura-mono-regular';
    }
    .poll_vote .opinion
    {
        float: left;
        width: 100%;
        padding: 10px;
        background: #f8f7f7;
        margin: 10px 0;
    }
    .poll_vote .opinion h4
    {
        color: #000;
        text-transform: capitalize;
        margin: 10px 0;
        padding: 0;
        line-height: 25px;
        font-family: 'Conv_gt-pressura-mono-regular';
    }
    .poll_vote .opinion .radio
    {
        margin: 0 15px 0 0;
        display: inline-block;
    }
    .poll_vote .opinion .radio input[type=radio]
    {
        top: 3px;
    }
    .poll_vote .opinion .btn
    {
        color: #fff;
        background: #1195d8;
        border-radius: 4px;
        border: none;
    }
    .poll_vote .opinion .btn:hover, .vote .btn:focus
    {
        color: #fff;
        background: #1073c0;
    }
    .poll_vote .date
    {
        font-style: italic;
        padding: 0;
        font-weight: 500;
        display: block;
        color: #004165;
    }
    .poll_vote .voice
    {
        font-style: italic;
        padding: 0;
        font-weight: 500;
        display: block;
        color: #1073c0;
    }
    .poll_vote .opinion span.date
    {
        font-style: italic;
        padding: 0;
        font-weight: 500;
        display: block;
        color: #1195d8;
    }
    .poll_result
    {
        float: left;
        width: 100%;
        margin: 15px 0;
    }
    .poll_result h4
    {
        text-transform: capitalize;
        margin: 10px 0;
        color: #000;
        padding: 0;
        line-height: 25px;
        font-family: 'Conv_gt-pressura-mono-regular';
    }
    .poll_title
    {
        text-transform: none !important;
        font-size: 1.4em;
        text-decoration: underline;
        margin: 10px 0;
        color: #000;
        padding: 0;
    }
    .poll_title-2
    {
        text-transform: uppercase !important;
        font-size: 1.1em;
        font-weight: normal;
        margin: 10px 0;
        color: #000;
        padding: 0;
    }
    .poll_result .form-control
    {
        box-shadow: none;
        border-radius: 0;
        margin: 0;
    }
    .result_detail
    {
        float: left;
        width: 100%;
        margin: 1em 0 1.8em 0;
    }
    .result_detail ul
    {
        display: block;
        margin: 0;
        padding: 0;
    }
    .result_detail ul li
    {
        display: inline-block;
        text-align: left;
        padding-right: 10px;
        border-right: 1px solid #000;
        margin-right: 10px;
        color: #1073c0;
    }
    .result_detail ul li span
    {
        padding: 0 5px;
        color: #18afe7;
    }
    .result_detail ul li:last-child
    {
        margin: 0;
        padding: 0;
        border: none;
    }
    .search
    {
        float: left;
        width: 100%;
        position: relative;
    }
    .search .form-control
    {
        background: #f7f7f7;
        box-shadow: none;
        border: none;
    }
    /*.search .form-control::-moz-placeholder{color:#fff;opacity:1}
    .search .form-control:-ms-input-placeholder{color:#fff}
    .search .form-control::-webkit-input-placeholder{color:#fff}*/
    .search .btn
    {
        position: absolute;
        right: 0;
        top: 0;
        background: #1195d8;
        color: #fff;
        border-radius: 0;
        padding: 6px 20px;
    }
    .search .btn:hover, .footer_right .btn:focus
    {
        background: #1073c0;
    }
    .search_filter
    {
        float: left;
        width: 100%;
        margin: 20px 0;
    }
    .search_filter label
    {
        display: inline-block;
        float: left;
        width: 30%;
        text-align: left;
        margin: 5px 0;
        font-weight: 500;
    }
    .search_filter .form-control
    {
        width: 70%;
    }
    .search_filter .btn
    {
        background: #1195d8;
        color: #fff;
        border-radius: 0;
        float: right;
        padding: 6px 30px;
    }
    .search_filter .btn:hover, .footer_right .btn:focus
    {
        background: #1073c0;
    }
    .search_result
    {
        float: left;
        width: 100%;
        margin: 10px 0;
    }
    .search_result .article_title p
    {
        margin: 10px 0;
    }
    .feedback
    {
        float: left;
        width: 100%;
    }
    .feedback label
    {
        font-weight: 500;
        width: 30%;
        text-align: left;
        float: left;
        margin: 0;
    }
    .feedback .form-control
    {
        width: 70%;
        float: left;
        box-shadow: none;
    }
    .feedback .form-control:focus
    {
        border-color: #004165;
    }
    .feedback .btn
    {
        background: #1195d8;
        color: #fff;
        border-radius: 0;
        float: right;
        padding: 6px 30px;
        margin: 0 auto;
        text-align: center;
    }
    .feedback .btn:hover, .footer_right .btn:focus
    {
        background: #1073c0;
    }
    #owl-demo1 .owl-nav
    {
        display: block !important;
    }
    #owl-demo1 .owl-prev
    {
        width: 2%;
        background-size: 100% !important;
        background-repeat: no-repeat;
        background-position: center;
        display: block !important;
        position: absolute;
        background-color: rgba(255,255,255,0.8);
        height: 30px;
        border-radius: 0;
        background-image: url("../images/arrow-left.png") !important;
        top: -18%;
        right: 3%;
    }
    #owl-demo1 .owl-next
    {
        width: 2%;
        background-size: 100% !important;
        background-repeat: no-repeat;
        right: 0;
        position: absolute;
        background-position: center;
        display: block !important;
        background-color: rgba(255,255,255,0.8);
        height: 30px;
        border-radius: 0;
        background-image: url("../images/arrow-right.png") !important;
        top: -18%;
    }
    /*------------------------Suresh--------------------------*/

    .grey-componant
    {
        padding: 0.3em 0.8em;
        margin: 1em 0;
        background: #f8f7f7;
        float: left;
        width: 100%;
    }
    .grey-componant h5
    {
        color: #127ac1;
        font-size: 1.2em;
    }
    .qstn
    {
        color: #18afe7;
        font-size: 1.8em;
    }
    .grey-componant .blue-text
    {
        color: #1073c0;
        font-style: italic;
        margin-bottom: 1em;
        display: block;
        float: left;
        width: 100%;
    }
    .grey-componant label
    {
        display: inline-block;
        float: left;
        font-weight: normal;
        margin: 0;
        width: 30%;
    }
    .grey-componant #description
    {
        width: 100%;
    }
    .grey-componant .form-control
    {
        width: 70%;
        float: left;
    }
    .grey-componant label .star
    {
        color: #e01c61;
        font-size: 0.8em;
    }
    .submit-btn
    {
        background: #1073c0;
        border-radius: 6px;
        padding: 5px 20px;
        color: #ffffff;
        border: none;
        border-right: 5px solid #3db7e4 !important;
        float: right;
    }
    .feed-submit-btn
    {
        font-size: 1.1em;
        background: #1073c0;
        border-radius: 6px;
        padding: 0.1em 1em;
        color: #ffffff;
        border: none;
        border-right: 5px solid #3db7e4 !important;
    }
    .grey-componant ul
    {
        padding: 0;
        margin: 0 0 0 1em;
    }
    .grey-componant ul li
    {
        padding: 0;
        margin: 0;
        list-style: disc;
        list-style: disc;
        color: #18afe7;
    }
    .grey-componant ul li p
    {
        padding: 0;
        margin: 0;
        color: #000000;
    }
    .col-box
    {
        margin: 0;
        float: left;
        width: 100%;
    }
    .col-box h4
    {
        font-size: 18px;
    }
    .col-box label
    {
        display: inline-block;
        font-weight: normal;
        float: left;
        width: 30%;
        margin: 5px 0;
    }
    .col-box .form-control
    {
        width: 65%;
        float: right;
    }
    .input-3
    {
        margin-right: 1em;
        border: 1px solid #ababab !important;
        height: 1.8em;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url('../images/dd.jpg') no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0.01px;
        text-overflow: "";
        cursor: pointer;
        background-position: 95% 8px;
        width: 30%;
        margin-top: 0.8em;
    }
    .contest-box
    {
        float: left;
        width: 100%;
        margin: 0;
    }
    .profile-pic
    {
        float: left;
        margin-right: 1.5em;
    }
    .profile-pic img
    {
        width: auto;
    }
    .profile-text
    {
        margin: 0;
    }
    .profile-text h1
    {
        font-size: 1.2em;
        color: #3db7e4;
        margin: 0;
        padding: 0;
    }
    .profile-text h2
    {
        font-size: 1em;
        color: #0065bd;
        margin: 1em 0;
        padding: 0;
        word-spacing: 0.2em;
    }
    .profile-text p
    {
        margin: 0.6em 0;
        padding: 0;
        text-align: justify;
        line-height: 1.5em;
    }
    .select-issue
    {
        margin: 0;
        float: left;
        width: 100%;
    }
    .select-issue label
    {
        display: inline-block;
        font-weight: 600;
        float: left;
        width: 30%;
        margin: 5px 0;
    }
    .select-issue .form-control
    {
        float: left;
        width: 70%;
        box-shadow: none;
    }
    .archives
    {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .archives h4
    {
        margin: 0 0 0.8em 0;
        padding: 0;
        color: #1195d8;
        text-transform: capitalize;
        font-family: 'Conv_gt-pressura-mono-regular';
    }
    .archives img
    {
        margin: 0 0 0 0;
        width: 100%;
    }
    .archives a
    {
        color: #18afe7;
        font-style: italic;
        text-align: center;
        display: block;
        margin: 0 0 20px 0;
    }
    .archives a span
    {
        width: 100%;
        text-align: center;
        display: block;
        padding: 10px 0;
    }
    .search-bar
    {
        width: 100%;
        float: left;
        margin: 1em 0;
    }
    .filter-bar
    {
        float: left;
        width: 100%;
        margin: 20px 0 0 0;
    }
    .filter-bar .filter_head
    {
        width: 8%;
        padding-right: 0;
    }
    .filter-bar label
    {
        width: 30%;
        float: left;
        margin: 5px 0;
        font-weight: 500;
        text-align: right;
        padding-right: 15px;
        font-size: 14px;
    }
    .filter-bar .form-control
    {
        float: left;
        width: 70%;
        box-shadow: none;
    }
    .filter-bar .btn
    {
        background: #1195d8;
        color: #fff;
        border-radius: 0;
        padding: 6px 30px;
        float: right;
    }
    .filter-bar .btn:hover, .filter-bar .btn:focus
    {
        background: #1073c0;
    }
    .col-search
    {
        float: left;
        width: 90%;
    }
    .search-dd
    {
        float: left;
        display: inline-block;
        width: 45%;
    }
    .search-dd:nth-child(2)
    {
        float: left;
        display: inline-block;
        width: 24%;
    }
    .search-dd:nth-child(3)
    {
        float: left;
        display: inline-block;
        width: 22%;
    }
    .search-dd:nth-child(4)
    {
        float: left;
        display: inline-block;
        width: 5%;
    }
    .search-dd label
    {
        float: left;
        display: inline-block !important;
        color: #1073c0;
        font-weight: normal;
    }
    .search-dd > .search-select
    {
        border: 1px solid #ababab !important;
        height: 1.8em;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url('../images/dd.jpg') no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0.01px;
        text-overflow: "";
        cursor: pointer;
        background-position: 98% 8px;
        width: 74%;
        margin-left: 2em;
    }
    /*.search-dd:nth-child(2) >.search-select{  border:1px solid #ababab !important; 
    	height:1.8em;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url('../images/dd.jpg') no-repeat;
       background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0.01px;
        text-overflow: "";
        cursor: pointer;
    	background-position: 95% 8px;
    	width: 30%;
    	margin-left:2em;
    	}*/
    .search-dd:nth-child(2) > input
    {
        width: 10em;
        margin-left: 1.5em;
        border: 1px solid #ababab !important;
    }
    .search-dd:nth-child(3) > input
    {
        width: 10em;
        margin-left: 1.5em;
        border: 1px solid #ababab !important;
    }
    .search-dd:nth-child(4) > input
    {
        width: 3em;
        margin-left: 1.5em;
        background: #18afe7;
        borde-right: 5px solid #1195d8 !important;
        border-radius: 0;
        color: #ffffff;
        height: 2em;
        padding: 0;
    }
    /*.search-select{  margin-right:1em; border:1px solid #ababab !important; 
    	height:1.8em;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url('../images/dd.jpg') no-repeat;
       background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0.01px;
        text-overflow: "";
        cursor: pointer;
    	background-position: 95% 8px;
    	width: 80%;
    	margin-left:2em;
    	display:inline-block;
    	float:l;
    	}*/
    /*Custom Media query*/
    .marticle_img
    {
        float: left;
        margin: 0 18px 0 0;
        border: 1px solid #ccc;
        width: auto;
        height: auto !important;
    }

    .fancybox.mdesktop
    {
        display: block;
    }
    .fancybox.mmobile
    {
        display: none;
    }
}


.img-rsp
{
    float: left;
    margin: 0 18px 0 0;
    border: 1px solid #ccc;
    width: 100% !important;
    height: auto !important;
}

.wsmain #Header1_txtEmailid /*{     display:inline-block;     width:85%; }*/ .wsmain .row .col-lg-3:nth-child(3)
{
    padding-top: 25px;
}

.wsmain .row .col-lg-3:nth-child(3) .btn
{
    position: absolute;
    right: 0;
    top: 0px; /*background: #fff;*/
    background: #f4f4f4;
    color: #919191;
    border-radius: 0;
    border-left: 1px solid #919191;
}

.wsmain .row .col-lg-3:nth-child(3) .form-control
{
    width: 70%;
    float: left;
    box-shadow: none;
    border-radius: 0;
    padding: 6px 65px 6px 6px;
    border: none;
    background: #f4f4f4;
}

.wsmain .row .col-lg-3:nth-child(3) label
{
    /*width: 30%;
    float: left;
    padding: 0 15px;
    font-weight: 500;
    margin: 5px 0;
    color: #575656;*/
    
    width: 30%;
    float: left;
    padding: 0 0px;
    font-weight: 500;
    margin: 5px 0;
    color: #575656;
}

.wsmain .row .col-lg-3:nth-child(3) .form-group
{
    margin: 40px 0 20px;
    position: relative;
}


.sticky .wsmain .row .col-lg-3:nth-child(3) .form-group
{
    margin: 25px 0 20px;
}

.wsmain .row .col-lg-3:nth-child(3) .btn:hover, .wsmain .row .col-lg-3:nth-child(3) .btn:focus
{
    background: #1073c0;
    color: #fff;
}


.footer_right .form-group
{
    display: block;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.wsmain .row .col-lg-3:nth-child(3) label{
font-size:12px;
}
}

.mt-30{
  margin-top: 30px;
   }


