/**
01. General Style
02. Header
03. Home
04. About
05. Article
06. Browse 1
07. Browse 2
08. Browse 3
09. Browse All
10. Services
11. Guidelines
12. Register
13. Submit
14. Back to Top
15. Common Fix
16. Footer
17. Responsive
**/

@import url('https://use.typekit.net/vzw5ukv.css');
@import url('https://use.typekit.net/nmz4eha.css');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600');
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/ProximaNova-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-BoldItalic.woff2') format('woff2'), url('../fonts/ProximaNova-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Italic.woff2') format('woff2'), url('../fonts/ProximaNova-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-ExtraBold.woff2') format('woff2'), url('../fonts/ProximaNova-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova.woff2') format('woff2'), url('../fonts/ProximaNova.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-SemiBoldItalic.woff2') format('woff2'), url('../fonts/ProximaNova-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-LightItalic.woff2') format('woff2'), url('../fonts/ProximaNova-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-SemiBold.woff2') format('woff2'), url('../fonts/ProximaNova-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Thin.woff2') format('woff2'), url('../fonts/ProximaNova-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-ThinItalic.woff2') format('woff2'), url('../fonts/ProximaNova-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Light.woff2') format('woff2'), url('../fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Black.woff2') format('woff2'), url('../fonts/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


/* ==================================================
    01. General Style
================================================== */


/* ---------- Default Style ---------- */

body {
    font-family: 'proxima-nova', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #2a313e;
}

figure {
    margin: 0;
}

section,
.row {
    position: relative;
}

section {
    margin-bottom: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
    font-family: 'proxima-nova', sans-serif;
}

h2 {
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 35px;
}

h2 span {
    font-family: 'proxima-nova', sans-serif;
    font-style: italic;
    font-size: 22px;
    font-weight: 400;
    text-transform: lowercase;
    position: relative;
    top: -5px;
    line-height: 1;
}

h5 {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 1rem;
}

h6 {
    text-transform: uppercase;
    color: #626771;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 15px;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
    color: #14abf7;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

button {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

button:hover {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

label {
    font-weight: normal;
}

strong,
b {
    font-weight: bold;
}

.form-control::-webkit-input-placeholder,
.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder,
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    opacity: 1;
    color: #2a313e;
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus {
    outline: none;
    color: #2a313e;
}


/* ---------- Buttons ---------- */

.btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    text-transform: none;
    padding: 10px 15px;
    border-radius: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn:focus,
button:focus {
    box-shadow: none;
    outline: 0;
}

.btn-1 {
    color: #2a313e;
    background: #ffbe49;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn-1:hover,
.btn-1:focus {
    background: #ffb023;
    box-shadow: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.more-btn {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.more-btn a {
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 10px 50px 10px 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.more-btn a:after,
.more-btn a:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    opacity: 1;
}

.more-btn a:before {
    background: url(../images/right-arrow.svg) no-repeat center right 2px;
    background-size: 35px;
    z-index: 1;
    transition: opacity .3s;
}

.more-btn a:after {
    background: url(../images/right-arrow-hover.svg) no-repeat center right 2px;
    background-size: 35px;
    opacity: 0;
    transition: opacity .3s;
}

.more-btn a:hover:before {
    opacity: 0;
}

.more-btn a:hover:after {
    opacity: 1;
}

button:focus {
    outline: none;
}


/* ---------- Selected Text ---------- */

::selection {
    color: #fff;
    background: #14abf7;
}

::-moz-selection {
    color: #fff;
    background: #14abf7;
}

::-webkit-file-upload-button {
    cursor: pointer;
}


/* ---------- Forms ---------- */

.form-control {
    color: #2a313e;
    opacity: 1;
}

.form-control:focus {
    border-color: inherit;
    box-shadow: none;
}

.form-group {
    position: relative;
}

input[type=radio],
input[type=checkbox] {
    width: 18px;
    height: 18px;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

input[type=radio]+.input-helper,
input[type=checkbox]+.input-helper {
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: solid 1px #e8e9f0;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

input[type=radio]+.input-helper:after {
    content: "";
    display: none;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

input[type=radio]:checked~.input-helper {
    background: #ffbe49;
}

input[type=radio]:checked~.input-helper:after {
    display: block;
}

input[type=checkbox]+.input-helper {
    border-radius: 0;
}

input[type=checkbox]+.input-helper:after {
    content: "";
    display: none;
    width: 6px;
    height: 12px;
    margin-top: -2px;
    border: solid #ffbe49;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type=checkbox]:checked~.input-helper:after {
    display: block;
}


/* ---------- Nice Select ---------- */

.nice-select {
    width: 100%;
    font-size: 1rem;
    float: none;
    position: relative;
}

.nice-select:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    font-size: 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.nice-select.open:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.form-group .nice-select.form-control {
    padding-left: 30px;
    line-height: 50px;
}

.nice-select .list {
    width: 100%;
    border-radius: 0;
    background: #f7f7f7;
    -webkit-box-shadow: none;
    box-shadow: none;
	max-height: 204px;
	overflow-y: auto;
}

.nice-select .option:not(:last-child) {
    border-bottom: solid 1px #e6e6e6;
}

.nice-select .option:not(:first-of-type):hover {
    background: #ffbe49;
    color: #fff;
}

.nice-select:after {
    display: none;
}


/* ---------- Scrollable Modal ---------- */

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-open .modal {
    padding-right: 0px !important;
}

.item-container {
    background: #f7f7f7;
    padding: 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.item-container:hover {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}


/* ---------- FadeIn Animation ---------- */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


/* ==================================================
    02. Header
================================================== */

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 3;
    padding: 30px 0;
}

header.fixed-top {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25.5px 4.5px;
    padding: 0;
    background: #fff;
}

.navbar {
    width: 100%;
}

.navbar-brand img {
    max-width: 165px;
    /* margin-top: -23px; */
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .active .nav-link {
    color: inherit;
    font-weight: bold;
}

.navbar .search,
.navbar .user {
    border: solid 1px #f7f7f7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.navbar .user {
    margin-left: 15px;
    padding: 0;
}

.navbar .user img {
    max-width: 50px;
}

.navbar .search:hover,
.navbar .search:focus,
.navbar .user:focus,
.navbar .user:hover {
    color: #2a313e;
}

.navbar-nav li {
    width: 100%;
    position: relative;
}

.navbar-nav li p {
    font-size: 14px;
    color: #444444;
    font-weight: 300;
    margin-bottom: 5px;
    max-width: 180px;
    width: 100%;
}

.search-box-outer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.search-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    width: 35px;
    height: 35px;
    position: relative;
    top: 5px;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navbar-toggler span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #000;
    opacity: 1;
    left: 0;
    border-radius: 100px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-toggler span:nth-child(1) {
    top: 0;
}

.navbar-toggler span:nth-child(2) {
    top: 10px;
    width: 50%;
}

.navbar-toggler span:nth-child(3) {
    top: 20px;
    width: 80%;
}

.navbar-toggler.nav-active span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navbar-toggler.nav-active span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.nav-active span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 100%;
}

.search-area {
    position: absolute;
    width: 300px;
    right: -10px;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: calc(100% + 40px);
    background: #fff;
    -webkit-box-shadow: 0 5px 30px rgba(105, 106, 119, .2);
    box-shadow: 0 5px 30px rgba(105, 106, 119, .2);
    z-index: 1;
}

.search-area .form-group,
.search-area form {
    margin-bottom: 0;
}

.search-area .form-control {
    border: none;
}

.search-area.active {
    top: 100%;
    opacity: 1;
    visibility: visible;
}


/* ==================================================
    03. Home Page
================================================== */


/* ---------- Featured Article Section ---------- */

.content {
    margin-top: 180px;
}

.featured-article-outer .container>.row {
    background: #f7f7f7;
    padding: 45px 30px;
}

.featured-article-outer .left .more-btn {
    padding: 0;
    position: absolute;
    bottom: 0px;
}

.featured-article-outer .left h5 {
    font-family: 'proxima-nova', sans-serif;
    font-style: italic;
    margin-bottom: 0;
}

.featured-article-outer .left h2 {
    margin: 2px 0 13px;
    text-transform: none;
    font-weight: bold;
}

.featured-article-outer .left h2 span {
    text-transform: none;
    font-size: 35px;
    font-weight: 300;
    font-family: 'proxima-nova', sans-serif;
    font-style: normal;
    top: unset;
}

.featured-article-outer .left p {
    margin: 40px 0;
    font-size: 20px;
    line-height: 34px;
}

.featured-article-outer .right .featured-article .article-container {
    width: 95%;
    margin-top: unset;
}

.featured-article-outer .right .article-container img {
    float: left;
    width: 50%;
}

.featured-article-outer .right .article-container>div {
    float: left;
    width: 45%;
    margin: 0;
    padding: 0;
    margin-left: 4%;
}

.featured-article-outer .right .article-container {
    width: 45%;
    float: left;
    margin-left: 5%;
    box-shadow: none;
}

.featured-article-outer .right .more-btn {
    margin-top: 20px;
}

.featured-article-outer .right h6 {
    margin-left: 5%;
}

.featured-article-outer .right .form-1 {
    /* max-width: 655px; */
    width: 100%;
    margin: 0 auto;
}

.featured-article-outer .right .form-1 .form-control,
.featured-article-outer .right .form-1 .nice-select .list,
.featured-article-outer .right .form-1 .nice-select .option.selected.focus {
    background: #fff;
}

.featured-article-outer .right .article-container .post-details {
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}

.featured-article-outer .right .post-details h5 {
    margin-top: 0;
}

.featured-article-outer .right .post-details h5 span {
    margin-top: 5px;
}

.featured-article-outer .right .post-details img {
    max-width: 40px;
    width: 100%;
    max-height: 40px;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
}

.featured-article-outer .right .post-details a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.featured-article-outer .right .post-details a:hover {
    color: #14abf7;
    text-decoration: underline;
}

.article-container h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.article-container h5 {
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 0;
}

.article-container span {
    display: block;
}

.meta {
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
}

.tags {
    font-size: 14px;
    background: url('../images/tag-icon.png');
    background-repeat: no-repeat;
    background-position: left -4px center;
    background-size: 30px;
    padding: 2px 0 2px 25px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.tags:hover {
    text-decoration: underline;
}


/* ---------- Quick Facts Section ---------- */

.counter-outer {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 30px;
}

.counter {
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.percent {
    display: inline-block;
    z-index: 2;
    font-size: 14px;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
}

.counter canvas {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px !important;
    width: 60px !important;
}

.quick-facts-outer .container>.row {
    background: #f7f7f7;
    background-image: url(../images/map-banner.png);
    background-position: right center;
    background-size: 53%;
    background-repeat: no-repeat;
    padding: 50px 30px;
}

.quick-facts-outer h2 {
    background: #d91a5f;
    border: 15px solid #d91a5f;
    color: #fff;
    text-transform: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 20px;
    margin-bottom: 0;
    font-size: 24px;
    z-index: 1;
}

.quick-facts-outer h2:after {
    content: '';
    position: absolute;
    top: -15px;
    right: -60px;
    border: 29px solid #d91a5f;
    border-right-color: #f7f7f7;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 0;
}

.quick-facts-outer p {
    font-weight: 300;
    margin-bottom: 0;
}

.quick-facts-outer p span {
    font-weight: bold;
}

.quick-facts-inner-1 p {
    line-height: 1.3;
    font-size: 16px;
}

.quick-facts-inner-1 p span {
    font-size: 24px;
}

.quick-facts-inner-1,
.quick-facts-inner-2 {
    padding-top: 80px;
}

.quick-facts-inner-2 .top-area {
    margin-bottom: 35px;
}

.quick-facts-inner-2 .top-area h3 {
    font-weight: 300;
    font-size: 50px;
    color: #d58900;
    text-shadow: 0px 0px 4px #d58900;
    margin-bottom: 0;
}

.quick-facts-inner-2 .top-area p {
    font-size: 18px;
}

.quick-facts-inner-2 .bottom-area p {
    font-size: 24px;
}

.quick-facts-inner-3 {
    position: relative;
    z-index: 2;
}

.author-country {
    font-style: italic;
    position: relative;
    background: #14abf7;
    color: #fff;
    text-align: center;
    padding: 7px 30px;
    margin: 0 auto;
    font-family: 'proxima-nova', sans-serif;
}

.author-country:before,
.author-country:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -17px;
    border: 18px solid #13a6f0;
    z-index: -1;
}

.author-country:before {
    left: -31px;
    border-right-width: 30px;
    border-left-color: transparent;
}

.author-country:after {
    right: -31px;
    border-left-width: 30px;
    border-right-color: transparent;
}

.author-country .author-country-content:before,
.author-country .author-country-content:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #129ce0 transparent transparent transparent;
    bottom: -1em;
}

.author-country .author-country-content:before {
    left: 0;
    border-width: 1em 0 0 1em;
}

.author-country .author-country-content:after {
    right: 0;
    border-width: 1em 1em 0 0;
}

.map-area {
    z-index: 2;
}

.map-area .author-country {
    max-width: 260px;
}


/* ---------- News and Update Section ---------- */

.article-container {
    margin-bottom: 30px;
    display: block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.article-container:hover {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.article-container:hover h5 {
    color: #2a313e;
}

.article-container>div {
    padding: 30px;
    background: #f7f7f7;
    position: relative;
}


/* ---------- Recently Published Section ---------- */

.recently-published-outer h3 {
    font-weight: 700;
}

.recently-published-outer .tags {
    background-position: right -4px center;
    padding: 2px 25px 2px 0px;
}

.meta-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
}


/* ==================================================
    04. About Page
================================================== */

.about-page {
    margin-top: 100px;
}

.about-banner {
    margin-bottom: 0;
    margin-top: 150px;
}

.about-banner .banner-outer {
    background: url(../images/about/banner.jpg) no-repeat center;
    background-size: cover;
    height: 550px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.about-banner .banner-content {
    max-width: 700px;
    margin: auto;
    width: 100%;
}

.about-banner .banner-content h2 {
    margin-bottom: 65px;
}

.about-banner .banner-content h4 {
    line-height: 2;
}

.about-banner .banner-content a {
    margin-top: 50px;
}

.about-page .item-container {
    margin-bottom: 40px;
}

.about-page h2 {
    margin-bottom: 20px;
}

.link {
    color: #14abf7;
}

.about-page .title {
    margin-top: 80px;
}

.about-page .title:first-of-type {
    margin-top: 0;
}

.team {
    padding-left: 0;
    margin-bottom: 0;
}

.team li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.team li:first-child {
    margin-top: 40px;
}

.team li:last-child {
    margin-bottom: 0;
}

.team li img {
    max-width: 200px;
    border-radius: 200px;
}

.team li h3 {
    text-transform: uppercase;
    font-size: 28px;
}

.team li div {
    margin-left: 30px;
}


/* ==================================================
    05. Article Page
================================================== */

.article-page h2 {
    font-size: 28px;
    font-weight: bold;
    text-transform: none;
    margin-top: 40px;
    margin-bottom: 20px;
}

.article-page .author {
    margin-bottom: 40px;
    font-size: 16px;
}

.article-page .sidebar .pt-120 {
    padding-top: 120px;
}

.article-page .sidebar .btn {
    width: 165px;
}

.article-page .sidebar ul li span {
    font-weight: 300;
}

.article-page .sidebar ul li.bb a {
    border-bottom: dotted #14abf7;
    border-width: 2px;
}

.article-outer .row:nth-of-type(3) img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-outer img {
    margin-bottom: 15px;
}

.article-outer .row:nth-of-type(1) .sidebar {
    padding-top: 90px;
}

.article-outer .row:nth-of-type(3) .sidebar h3 {
    margin-top: 20px;
}

.article-outer .row:nth-of-type(4) ol,
.article-outer .row:nth-of-type(4) ol li,
.article-outer .row:nth-of-type(4) ol p,
.article-outer .row:nth-of-type(6) ol {
    padding-left: 15px;
}

.article-outer .row:nth-of-type(6) ol li {
    margin-bottom: 20px;
}

.article-outer .row:nth-of-type(2) h2 {
    margin-top: 0;
}

.article-outer h5 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 50px;
}

.article-outer .table {
    margin: 20px 0;
}

.article-outer .table thead th {
    text-transform: uppercase;
    border-color: #2a313e;
}

.article-outer .table th,
.article-outer .table td {
    border-top: none;
}

.article-outer .table thead tr th:first-of-type,
.article-outer .table tbody tr td:first-of-type {
    min-width: 180px;
}

.article-outer .table thead tr th:nth-of-type(2),
.article-outer .table tbody tr td:nth-of-type(2),
.article-outer .table tbody tr td:nth-of-type(3),
.article-outer .table tbody tr td:nth-of-type(3) {
    min-width: 275px;
}

.article-outer .table,
#articleTable .table {
    font-size: 80%;
}

.article-outer .table tbody tr td {
    height: 122px;
}

.article-outer .switch {
    position: absolute;
    left: 55%;
    top: 50%;
    width: 100%;
    height: 50px;
    font-size: 20px;
    text-transform: uppercase;
    color: #14abf7;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

.article-outer .switch:before {
    content: '';
    top: 50px;
    height: 20px;
    position: absolute;
    width: 100%;
    background: radial-gradient(ellipse farthest-side at top center, rgba(0, 0, 0, 0.1), transparent);
}

.article-outer .switch h4:hover {
    cursor: pointer;
}

#articleTable {
    z-index: 999999999999;
}

#articleTable .modal-body {
    padding: 50px 50px 0;
}

#articleTable .table td {
    border: none;
}

#articleTable .table th {
    border-top: none;
    border-bottom: solid 1px #2a313e;
}

#articleTable .table thead tr th:first-of-type,
#articleTable .table tbody tr td:first-of-type {
    min-width: 180px;
}

#articleTable .table thead tr th:nth-of-type(2),
#articleTable .table thead tr th:nth-of-type(3),
#articleTable .table tbody tr td:nth-of-type(2),
#articleTable .table tbody tr td:nth-of-type(3) {
    min-width: 230px;
}

#articleTable .table thead tr th:nth-of-type(4),
#articleTable .table tbody tr td:nth-of-type(4) {
    min-width: 420px;
}

#articleTable .table tbody tr td:nth-of-type(4) ol {
    padding-left: 15px;
    margin-bottom: 0;
}

#articleTable .link-1:hover {
    cursor: pointer;
}

#articleTable .modal-dialog-scrollable {
    max-height: 90%;
}

.modal-dialog {
    max-width: 90%;
}

#articleTable .modal-footer {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
}

#articleTable .modal-footer ul {
    margin-bottom: 0;
}


/* ---------- Table of Content Modal ---------- */

#contentModal h2 {
    text-transform: none;
    font-size: 24px;
}

#contentModal a {
    color: #0085ff;
    font-size: 24px;
}

#contentModal .modal-content {
    padding: 50px;
}

#contentModal .modal-content .modal-body,
#contentModal .modal-content .modal-footer {
    padding: 0;
}

#contentModal .modal-content .modal-footer {
    border-top: 0;
}

#contentModal .modal-content .modal-body>a {
    margin-bottom: 16px;
    display: inline-block;
}

#contentModal .modal-content .modal-footer .link-1 {
    font-size: 18px;
}

#contentModal .modal-content .modal-footer .link-1:hover {
    cursor: pointer;
}


/* ==================================================
    06. Browse Page - 1
================================================== */

.browse-page-1 .more-btn {
    width: auto;
}

.sub-title {
    font-weight: bold;
    font-size: 26px;
}

.form-1 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.form-1 .btn {
    height: 50px;
}

.form-group .form-control {
    height: 50px;
    border-radius: 0;
    position: relative;
    background: #f7f7f7;
    border: none;
    border-bottom: solid 2px #ffbe49;
}

.form-group select.form-control {
    padding-left: 30px;
}

.form-group .form-control:hover,
.form-group .form-control:focus {
    border-bottom: solid 2px #ffbe49;
    background: #f7f7f7;
}

.form-group span.chevron-down {
    position: absolute;
    top: 15px;
    left: 15px;
    line-height: 1;
    z-index: 2;
}

.form-group .form-control {
    padding: 0 15px;
    font-weight: 300;
}

.form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

.conference-item img {
    max-width: 100px;
}

.conference-item {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.conference-item a {
    background: #f7f7f7;
    padding: 5px;
    margin-left: 20px;
    font-size: 20px;
}


/* ==================================================
    07. Browse Page - 2
================================================== */

.browse-page-2 h2 {
    font-weight: bold;
    text-transform: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.browse-page-2 h2 span {
    top: unset;
    text-transform: none;
    font-family: 'proxima-nova', sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
}

.browse-page-2 .more-btn {
    font-weight: bold;
    width: unset;
}

.browse-page-2 .item-container,
.browse-all-page .item-container {
    margin-bottom: 40px;
}

.browse-page-2 .item-container,
.browse-all-page .item-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.item-container h5 {
    color: #2a313e;
}

.browse-page-2 h3,
.browse-all-page h3 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 22px;
}

.browse-page-2 h6,
.browse-all-page h6 {
    text-transform: uppercase;
    color: #71767e;
    font-weight: bold;
    margin-bottom: 5px;
}

.sidebar {
    text-align: right;
}

.sidebar a {
    word-wrap: break-word;
}

.sidebar h3 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    margin-top: 40px;
}

.sidebar .item .bb {
    border-bottom: dashed 1px #14ABF7;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.browse-page-2 .sidebar img {
    max-width: 130px;
}

.sidebar ul {
    list-style-type: none;
    padding: 0;
    line-height: 1.7;
}

.sidebar .btn {
    background: #fff;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 100px;
    margin-bottom: 15px;
    width: unset;
    height: unset;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.btn-pink {
    color: #da1f63;
    background: #fff;
    border: solid 1px #da1f63;
    font-weight: bold;
}

.btn-pink:hover,
.btn-pink:focus {
    color: #fff;
    background: #da1f63;
}

.btn-blue {
    color: #14abf7;
    border: solid 1px #14abf7;
    font-weight: bold;
}

.btn-blue:hover {
    color: #fff;
    background: #14abf7;
}

.browse-page-2 .sidebar p {
    font-size: 16px;
}

.pagination {
    margin-top: 50px;
    margin-bottom: 80px;
}

.pagination li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
    background: #f7f7f7;
    margin-right: 10px;
    font-weight: 300;
}

.pagination li.active a,
.pagination li a:hover {
    background: #ffbe49;
    color: #fff;
}


/* ==================================================
    08. Browse Page - 3
================================================== */

.browse-page-3 h2 {
    text-transform: none;
    font-weight: bold;
}

.browse-page-3 .btn-3 {
    font-size: 13px;
}

.browse-page-3 .author {
    margin-bottom: 30px;
    font-size: 14px;
}

.browse-page-3 p {
    font-size: 14px;
}

.browse-page-3 .item-container {
    padding: 0;
    margin-bottom: 30px;
}

.browse-page-3 .item-container a {
    display: block;
    padding: 20px;
}

.browse-page-3 .item-container a:hover .link-1 {
    color: #14abf7;
}

.browse-page-3 .item-container h3 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.5;
}

.browse-page-3 .item-container h5 {
    font-size: 14px;
    margin-bottom: 10px;
}

.browse-page-3 .item-container .link-1 {
    font-size: 14px;
}

.browse-page-3 .item-container .fa {
    font-size: 5px;
    position: relative;
    top: -3px;
}

.link-1 {
    color: #d91a5f;
}

.browse-page-3 ul:nth-of-type(3) a {
    border-bottom: dashed 1px #14abf7;
    position: relative;
}

.browse-page-3 ul:nth-of-type(3)>li {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.browse-page-3 ul:nth-of-type(3)>li .editor-details,
.article-page ul:nth-of-type(2)>li .editor-details {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 370px;
    top: -105px;
    right: -400px;
    z-index: 5;
    background: #fff;
    text-align: left;
    padding: 30px;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
    -webkit-transform: translate(50%);
    transform: translate(50%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.browse-page-3 ul:nth-of-type(3)>li:hover .editor-details,
.article-page ul:nth-of-type(2)>li:hover .editor-details {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.article-page ul:nth-of-type(2) h5 {
    margin: 0 0 10px 0;
}

.article-page ul:nth-of-type(2)>li {
    position: relative;
}

.article-page .sidebar ul:nth-of-type(2) li.bb a {
    border-bottom: none;
}

.editor-details:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 97px;
    left: 0;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(45deg);
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.editor-details h5 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}

.browse-page-3 ul:nth-of-type(3) .editor-details a {
    border-bottom: none;
}

.editor-details hr {
    border-color: #e6e6e6;
}

.browse-page-3 .mobile-content {
    margin-bottom: 20px;
}

.browse-page-3 .mobile-content .sidebar-content a {
    margin-bottom: 20px;
}

.browse-page-3 .mobile-content .sidebar-content h3 {
    margin-bottom: 10px;
}

.browse-page-3 .mobile-content .sidebar-content h3:not(:first-of-type) {
    margin-top: 30px;
}


/* ==================================================
    09. Browse All
================================================== */

.browse-all-outer .sidebar h3 {
    margin-bottom: 20px;
}

.browse-all-outer .mobile-content form {
    margin: 20px 0;
}

.browse-all-page h2 {
    font-weight: bold;
    text-transform: none;
}

.browse-all-page .sidebar form {
    margin: 0;
}

.browse-all-page .sidebar .form-check {
    padding-left: 0;
    text-align: left;
    display: block;
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    display: flex;
    display: -ms-flexbox;
}

.form-group label.form-check-label {
    cursor: pointer;
}

.browse-all-page .sidebar .form-check-label {
    display: -ms-flexbox;
    display: flex;
}

.browse-all-page .sidebar input[type=checkbox] {
    top: 4px;
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.browse-all-page .sidebar .input-helper {
    position: absolute;
    top: 5px;
    left: auto;
    right: 0;
    height: 20px;
    width: 20px;
    border: solid 2px transparent;
    background: #f7f7f7;
}

.browse-all-page .sidebar input[type=checkbox]:hover+.input-helper {
    border: solid 2px #ffbe49;
    cursor: pointer;
}


/* ==================================================
    10. Services Page
================================================== */

.service-banner {
    margin-bottom: 0;
}

.service-banner .banner-outer {
    background: url(../images/banner.png) no-repeat top center;
    background-size: cover;
    height: 550px;
}

.service-banner .banner-content {
    position: absolute;
    max-width: 700px;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
}

.service-banner .banner-content h2 {
    margin-bottom: 50px;
}

.service-banner .banner-content h4 {
    line-height: 1.5;
}

.banner-content a {
    background: #ffbe49;
    color: #2a313e;
    padding: 10px 40px;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-top: 40px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-content a:hover {
    background: #ffb023;
}

.services-page {
    margin-top: 100px;
}

.services-page .services-inner .item-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
    padding: 30px;
}

.services-page .item-container img {
    max-width: 120px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.services-page .item-container h3 {
    margin-bottom: 10px;
}

.services-page .item-container .services-inner {
    margin-left: 30px;
}

.services-page .process-inner .item-container {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.services-page .process-inner .item-container .number {
    background: #ffbe49;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    min-width: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-page .process-inner .item-container:nth-of-type(5) .number {
    background: #2dd3c4;
}

.services-page .process-inner .item-container:nth-of-type(6) .number {
    background: #14abf7;
}

.services-page .process-inner .item-container .image {
    padding-left: 20px;
    padding-right: 30px;
    min-width: 160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-page .process-inner .item-container p {
    padding: 30px;
    margin-bottom: 0;
}

.services-page #pricing .item-container,
.services-page #open-access .item-container,
.services-page #guidelines .item-container {
    padding: 50px 30px;
}


/* ==================================================
    11. Guidelines Page
================================================== */

.side-nav {
    list-style-type: none;
    padding-left: 0;
}

.side-nav li a {
    background: #f7f7f7;
    position: relative;
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    width: 94%;
    margin-left: auto;
}

.side-nav li a:before {
    content: '';
    position: absolute;
    left: -19px;
    top: 0;
    width: 0;
    height: 100%;
    border-style: solid;
    border-width: 0 0 47px 20px;
    border-color: transparent #f7f7f7 #f7f7f7 transparent;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.side-nav li.active a,
.side-nav li a:hover {
    background: #ffbe49;
    color: #2a313e;
}

.side-nav li a:focus {
    color: #2a313e;
}

.side-nav li.active a:before,
.side-nav li a:hover:before {
    border-color: transparent transparent #ffbe49 transparent;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.guidelines-page {
    margin-top: 180px;
}

.guidelines-page h3 {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
}

.guidelines-page p {
    font-size: 17px;
    line-height: 1.7;
}

.guidelines-page .side-nav li:nth-child(2) a:before {
    border-width: 0 0 74px 20px;
}

.guidelines-page .item {
    margin-bottom: 50px;
    background: #f7f7f7;
    padding: 50px 30px;
}

.guidelines-page .item ul {
    padding-left: 20px;
    margin-bottom: 0;
    margin-top: 50px;
    font-size: 17px;
    line-height: 1.9;
}

.guidelines-page .item a {
    word-break: break-all;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.guidelines-page .item:first-of-type ul {
    margin-top: 0;
}


/* ==================================================
    12. Register Page
================================================== */

.registration-header {
    padding: 20px 0;
}

.register-page {
    margin-top: 125px;
    font-family: 'Fira Sans', sans-serif;
}

.registration-header.fixed-top {
    padding: 10px 0;
}

.registration-header .navbar-brand img {
    max-width: 130px;
    margin-top: unset;
}

.navbar-brand .register-form-logo {
    max-width: 130px;
}

.divider-block {
    height: 60px;
    background: #ffbe49;
    width: 100%;
}

.register-page .title {
    position: relative;
}

.register-page .success-message {
    margin-top: 50px;
}

.register-page .success-message span {
    width: 60px;
    height: 60px;
    font-size: 18px;
    background: #fff;
    border-radius: 50%;
    color: #2dd3c4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, .1);
    margin-right: 20px;
}

.register-page .success-message span img {
    max-width: 35px;
    width: 100%;
}

.register-page .success-message h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
}

.register-page .title h2 {
    background: #f7f8fb;
    text-transform: none;
    font-weight: normal;
    padding-right: 10px;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    margin-bottom: 0;
    font-family: 'Fira Sans', sans-serif;
}

.register-page h5 {
    font-family: 'proxima-nova', sans-serif;
    color: #858a9a;
    font-size: 18px;
    font-weight: 300;
}

.register-page h5.helper {
    margin-left: 10px;
}

.register-page h5 strong {
    color: #d5004a;
}

.register-page .section-1 {
    background: #f7f8fb;
    padding-top: 60px;
    margin-bottom: 0;
}

.register-page .title:after {
    content: '';
    position: absolute;
    top: 22px;
    left: 20px;
    height: 1px;
    width: calc(100% - 20px);
    z-index: 0;
    background: #ffbe49;
}

.register-page .btn-top {
    background: #14abf7;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 20px;
    margin-bottom: 10px;
}

.register-page .btn-bottom {
    background: #ffbe49;
    color: #fff;
    padding: 15px 60px;
    border-radius: 5px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 20px;
    -webkit-appearance: none;
    border: none;
}

.register-page .form-group select.form-control {
    padding-left: 15px;
}

.register-page .form-group .fa {
    position: absolute;
    top: 50px;
    z-index: 2;
    right: 25px;
}

.register-page .row:nth-of-type(2) input[type=checkbox],
.register-page .row:nth-of-type(2) input[type=checkbox]+.input-helper {
    margin-left: 0;
    height: 40px;
    width: 40px;
    margin-top: 2px;
}

.register-page .row:nth-of-type(2) input[type=checkbox]+.input-helper {
    box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, .1);
}

.register-page .row:nth-of-type(2) input[type=checkbox]+.input-helper:after {
    width: 12px;
    height: 29px;
    border: solid #14abf7;
    border-width: 0 3px 3px 0;
    margin-top: -5px;
}

.register-page .btn-top:hover {
    color: #fff;
    background: #08a1ef;
}

.register-page .btn-bottom:hover {
    background: #ffb023;
    cursor: pointer;
}

.register-page .nice-select.open .list {
    -webkit-box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, .1);
}

.register-page .nice-select:before {
    display: none;
}

.form-2 .form-group .form-control {
    border: solid 1px #e8e9f0;
    background: #fff;
    border-radius: 5px;
    font-family: 'proxima-nova', sans-serif;
}

.form-2 .form-group .form-control::-webkit-input-placeholder {
    color: #c1c7d7;
}

.form-2 .form-group .form-control::-moz-placeholder {
    color: #c1c7d7;
}

.form-2 .form-group .form-control:-ms-input-placeholder {
    color: #c1c7d7;
}

.form-2 .form-group .form-control:-moz-placeholder {
    color: #c1c7d7;
}

.form-2 .form-group label {
    font-weight: 500;
    color: #3a4050;
    font-size: 16px;
}

.form-2 .form-group .validator {
    position: absolute;
    right: -3px;
    z-index: 1;
    top: 50px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, .1);
    color: #14abf7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.register-page .form-2 .form-group .validator.p {
    top: 15px;
}

.register-page .nice-select.form-control {
    padding-left: 15px;
}

.form-2 .form-group .validator:before {
    content: "\f069";
    font-family: 'FontAwesome';
    font-size: 14px;
    text-align: center;
}

.form-2 .form-group.field-valid .validator:before {
    content: "\f00c";
    color: #2dd3c4;
}

.form-2 .form-group.field-error .validator {
    background: #d91a5f;
}

.form-2 .form-group.field-error .validator:before {
    content: "\f12a";
    color: #fff;
}


/* ==================================================
    13. Submit Page
================================================== */

.submit-page .card {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border: none;
    background: #f7f7f7;
    border-radius: 0px;
}

.submit-page .card:before {
    content: '';
    width: 15px;
    height: 100%;
    background: #e1e2e3;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.submit-page .card.active:before {
    background: #ffbe49;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.submit-page .card:last-of-type {
    margin-bottom: 80px;
}

.submit-page .card .btn-link {
    color: #2a313e;
    text-decoration: none;
    font-size: 18px;
    padding: 0;
}

.submit-page .card .btn-link:hover,
.submit-page .card .btn-link:focus {
    color: inherit;
}

.submit-page .card .card-header {
    border-radius: 0;
    padding: 20px 40px;
    background: none;
    border-bottom: none;
}

.submit-page .card .card-header strong {
    margin-right: 20px;
}

.submit-page .card .card-body {
    padding: 0 40px 20px;
}

.submit-page .card .card-body input[type=radio],
.submit-page .card .card-body input[type=radio]+.input-helper {
    width: 20px;
    height: 20px;
}

.submit-page .card .card-body input[type=radio]+.input-helper:after {
    width: 8px;
    height: 8px;
}

.submit-page .card:first-of-type .card-body {
    margin-left: 95px;
    padding-top: 0;
}

.submit-page .card:first-of-type .form-2 .btn-1 {
    margin-left: -20px;
}

.submit-page .card:first-of-type .form-2 .btn-1.disabled {
    background: #e1e2e3;
    color: #cacacb;
    cursor: no-drop;
}

.submit-page .card:nth-of-type(3) .card-body textarea {
    height: 200px;
    line-height: 1.2;
    padding: 15px;
}

.submit-page .card:nth-of-type(3) .card-body .form-2 .form-group span {
    right: 5px;
}

.submit-page .card:nth-of-type(3) .card-body,
.submit-page .card:nth-of-type(4) .card-body {
    padding-bottom: 20px;
}

.submit-page .card:nth-of-type(4) .input-helper {
    background: #fff;
    box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, .1);
}

.submit-page .card:nth-of-type(4) .input-helper:after {
    border-color: #14abf7;
}

.submit-page .card:nth-of-type(4) .form-group input[type=checkbox]~span {
    color: #a2a5ab;
}

.submit-page .card:nth-of-type(4) .total-amount {
    font-weight: bold;
}

.submit-page .card:nth-of-type(4) .form-group input[type=checkbox]:checked~span {
    color: #2a313e;
}

.submit-page .card:nth-of-type(5) p {
    font-weight: 300;
}

.submit-page .card-header .edit a {
    color: #14abf7;
    font-size: 16px;
}

.submit-page .card-header .valid {
    position: relative;
}

.submit-page .card-header .valid:after {
    content: "";
    display: block;
    width: 8px;
    height: 16px;
    margin-top: -2px;
    border: solid #14abf7;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.submit-page .card .card-body .btn-1 {
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 100px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 30px;
}

.submit-page .card:first-of-type .form-2 input[type=radio]~.input-helper {
    left: -20px;
    top: 4px;
    background: #fff;
}

.submit-page .card:first-of-type .form-2 input[type=radio]:checked~.input-helper {
    background: #ffbe49;
}

.submit-page .card .card-body .form-check-label {
    margin-left: 10px;
}

.submit-page .card .card-body .fileInput {
    text-transform: uppercase;
    background: #ffbe49;
    padding: 10px 40px;
    border-radius: 100px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    position: relative;
}

.submit-page .card .card-body .fileInput:hover {
    cursor: pointer;
}

#checkout .modal-dialog {
    max-width: 360px;
}

#checkout .modal-content {
    border: none;
}

#checkout .modal-header {
    -ms-flex-pack: center;
    justify-content: center;
}

#checkout .modal-header img {
    border-radius: 100px;
}

#checkout .modal-header h2 {
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 0;
}

#checkout .modal-header .close {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
    margin: 0;
}

#checkout .modal-body {
    padding: 30px;
}

#checkout .modal-body .form-2 label {
    font-size: 12px;
    letter-spacing: .5px;
    font-weight: 600;
}

#checkout .modal-body .btn-1 {
    font-weight: 600;
    width: 100%;
}

#checkout .modal-body .total-amount {
    margin-left: 5px;
}

#checkout .form-2 .form-group span {
    top: 15px;
}


/* ==================================================
    14. Back to Top
================================================== */

.top-container {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    display: none;
}

.top-container .top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 50px;
}

.top li a {
    padding: 10px 20px;
    color: #14abf7;
    display: inline-block;
    white-space: nowrap;
}

.top li:first-child a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.top li:last-child a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.top li:not(:first-child) {
    border-left: solid 1px #dedede;
}


/* ==================================================
    15. Common Fix
================================================== */


/* ---------- Quick Facts Section ---------- */

@media (max-width:2000px) {
    body.mac-os .quick-facts-outer h2 {
        font-size: 23px;
    }
}

@media (min-width:2001px) {
    body.mac-os .quick-facts-outer h2 {
        font-size: 24px;
    }
    #articleTable .table thead tr th:nth-of-type(4),
    #articleTable .table tbody tr td:nth-of-type(4) {
        min-width: 600px;
    }
}


/* ==================================================
    16. Footer Section
================================================== */

footer {
    background: #2a313e;
    position: relative;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
    font-weight: 300;
    font-size: 16px;
    z-index: 99;
}

footer ul {
    padding-left: 0;
    list-style-type: none;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li span {
    color: #787c84;
    width: 80px;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

footer ul li div {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

footer a {
    color: #ffbe49;
}

footer h2 {
    font-size: 26px;
    margin-bottom: 20px;
    text-transform: none;
}

footer .fa {
    border: solid 1px #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}


/* ==================================================
    17. Responsive
================================================== */

@media (min-width:768px) {
    /* ==================================================
        About Page
    ================================================= */
    .side-nav.fixed {
        position: fixed;
        top: 75px;
        right: auto;
        max-width: 155px;
    }
    .side-nav {
        position: absolute;
        top: 0;
        right: auto;
        max-width: 155px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    /* ---------- General Styles ---------- */
    .lg-m-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .lg-p-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .lg-mt-30 {
        margin-top: 30px;
    }
    .lg-mt-35 { 
		margin-top: 34px;
	}
	.lg-mt-35.pwd-mrg{ 
		margin-top: 32px;
	}
    .lg-mt-40 {
        margin-top: 40px;
    }
    .lg-mt-45 {
        margin-top: 45px;
    }
    .lg-mt-50 {
        margin-top: 50px;
    }
    .lg-mt-80 {
        margin-top: 50px;
    }
    .lg-mb-0 {
        margin-bottom: 0;
    }
    .lg-mb-10 {
        margin-bottom: 10px;
    }
    .lg-mb-30 {
        margin-bottom: 30px;
    }
    .lg-mb-50 {
        margin-bottom: 50px;
    }
    .lg-mb-80 {
        margin-bottom: 80px;
    }
    /* ---------- Header ---------- */
    .search-box {
        height: 40px;
        width: 40px;
        border: solid 1px #ededee;
        border-radius: 100px;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .navbar {
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .navbar-nav li {
        max-width: 220px;
        padding-right: 50px;
    }
    .navbar-nav {
        padding-left: 100px;
        width: 100%;
    }
    .navbar-expand-lg .navbar-nav .nav-link:after {
        background: #ffbe49;
        max-width: 0;
        position: absolute;
        left: -3px;
        height: 22px;
        content: "";
        top: 2px;
        z-index: -1;
        border-radius: 2px;
        transition: max-width .8s ease 0s;
        -moz-transition: max-width .8s ease 0s;
        -webkit-transition: max-width .8s ease 0s;
        -o-transition: max-width .8s ease 0s;
        -ms-transition: max-width .8s ease 0s
    }
    .navbar-expand-lg .navbar-nav li:first-of-type .nav-link:after {
        width: 67px;
    }
    .navbar-expand-lg .navbar-nav li:nth-of-type(2) .nav-link:after {
        width: 74px;
    }
    .navbar-expand-lg .navbar-nav li:last-of-type .nav-link:after {
        width: 55px;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover:after,
    .navbar-expand-lg .navbar-nav .active .nav-link:after {
        max-width: 100%;
    }
    /* ==================================================
        Home Page
    ================================================== */
    /* ---------- Featured Article Section ---------- */
    .featured-article-outer .right .featured-article .article-container {
        padding-bottom: 30px;
        border-bottom: solid 1px #e6e6e6;
    }
    .featured-article-outer .left {
        padding-right: 10px;
    }
    .featured-article-outer .right .form-1 {
        margin-left: 25px;
    }
    /* ---------- Quick Facts ---------- */
    .quick-facts-outer ul {
        padding: 0;
    }
    .quick-facts-outer .quick-facts-inner-2 {
        max-width: 320px;
    }
    .more-btn {
        line-height: 2;
    }
    /* ==================================================
        About Page
    ================================================= */
    .side-nav.fixed,
    .side-nav {
        max-width: 215px;
    }
    .side-nav.fixed {
        top: 125px;
    }
    /* ================================================== */
    /* Browse 3 Page */
    /* ================================================== */
    .browse-page-3 ul:nth-of-type(3)>li .editor-details,
    .article-page ul:nth-of-type(2)>li .editor-details {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        width: 370px;
        top: -105px;
        right: -400px;
        z-index: 5;
        background: #fff;
        text-align: left;
        padding: 30px;
        box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
        -webkit-transform: translate(50%);
        transform: translate(50%);
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    .browse-page-3 ul:nth-of-type(3)>li:hover .editor-details,
    .article-page ul:nth-of-type(2)>li:hover .editor-details {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    /* ================================================== */
    /* Browse All Page */
    /* ================================================== */
    .sidebar {
        padding-right: 40px;
    }
    /* ================================================== */
    /* Services Page */
    /* ================================================== */
    .banner-content h2 span {
        top: -6px;
    }
    /* ================================================== */
    /* Article Page */
    /* ================================================== */
    .article-outer .row:nth-of-type(2) .sidebar h3,
    .article-outer .row:nth-of-type(6) .sidebar h3 {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
    .article-outer .container {
        max-width: 940px;
    }
    /* ==================================================
        Home Page
    ================================================== */
    .featured-article-outer .right .form-1 {
        /* margin-left: 30px; */     margin-left: 5%;
    }
    /* ==================================================
        About Page
    ================================================= */
    .side-nav.fixed,
    .side-nav {
        max-width: 265px;
    }
}

@media (max-width: 1199px) {
    /* ==================================================
        About Page
    ================================================== */
    .about-banner .banner-outer {
        height: 435px;
    }
    .about-banner .banner-content h2 {
        margin-bottom: 30px;
    }
    .about-banner .banner-content a {
        margin-top: 30px;
    }
}

@media (min-width:992px) and (max-width: 1024px) {
    .quick-facts-outer p {
        font-size: 13px;
    }
    .register-page h5.helper {
        white-space: nowrap;
    }
}

@media (max-width: 1024px) {
    /* ================================================== */
    /* Home Page */
    /* ================================================== */
    .more-btn a {
        font-size: 14px;
    }
    /* ---------- Quick Facts ---------- */
    .quick-facts-inner-2 .bottom-area p {
        font-size: 22px;
    }
    /* ================================================== */
    /* Article Page */
    /* ================================================== */
    .article-outer .switch {
        left: 50%;
    }
}

@media (max-width: 991.98px) {
    /* ================================================== */
    /* General Styles */
    /* ================================================== */
    section {
        margin-bottom: 30px;
    }
    .primary-bg {
        padding: 30px 15px;
    }
    .md-p-0 {
        padding: 0;
    }
    .md-mt-20 {
        margin-top: 30px;
    }
    .md-mt-30 {
        margin-top: 30px;
    }
    .md-mt-35 {
        margin-top: 35px;
    }
    .md-mt-40 {
        margin-top: 40px;
    }
    .md-mt-45 {
        margin-top: 45px;
    }
    .md-mt-50 {
        margin-top: 50px;
    }
    .md-mt-80 {
        margin-top: 50px;
    }
    .md-mb-0 {
        margin-bottom: 0;
    }
    .md-mb-30 {
        margin-bottom: 30px;
    }
    .md-mb-50 {
        margin-bottom: 50px;
    }
    .md-mb-80 {
        margin-bottom: 80px;
    }
    .more-btn img {
        max-width: 25px;
    }
    h2 {
        font-size: 26px;
    }
    /* ================================================== */
    /* Header Section */
    /* ================================================== */
    header {
        padding: 10px 0;
    }
    .navbar-brand {
        padding: 0;
    }
    .navbar-brand img {
        margin-top: -10px;
        max-width: 150px;
    }
    .navbar .search,
    .navbar .user {
        width: 50px;
        height: 50px;
        margin-right: 80px;
        border: none;
        position: absolute;
        right: 0px;
        top: 10px;
        margin-top: unset;
    }
    .navbar .user {
        margin-right: 150px;
    }
    .navbar .search .fa {
        font-size: 26px;
    }
    .navbar-collapse {
        background: #fff;
        margin-top: 6px;
    }
    .navbar-collapse .navbar-nav .nav-link {
        padding: 10px 7px;
        display: block;
        letter-spacing: 0.5px;
    }
    .search-box {
        width: 50px;
        height: 45px;
        font-size: 30px;
    }
    .content {
        margin-top: 85px;
    }
    /* ================================================== */
    /* Home Page */
    /* ================================================== */
    /* ---------- Featured Article Section ---------- */
    .featured-article-outer .container>.row {
        padding: 15px 0px;
    }
    .featured-article-outer .right .article-container:first-of-type {
        width: 100%;
    }
    .featured-article-outer .right .article-container,
    .featured-article-outer .right h6 {
        margin-left: 0;
        width: 100%;
    }
    .featured-article-outer .right .featured-article .article-container img,
    .featured-article-outer .right .featured-article .article-container div {
        width: 100%;
    }
    .featured-article-outer .right .featured-article .article-container>div {
        margin-left: 0;
        margin-top: 20px;
    }
    .featured-article-outer .right .article-container div {
        width: 100%;
        margin-right: 0;
    }
    .featured-article-outer .left h2 {
        font-size: 30px;
    }
    .tags {
        background: #ffbe49 url('../images/tag-icon-dark.svg');
        color: #000;
        padding: 5px 10px 5px 35px;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: left 1px center;
        background-size: 35px 20px;
    }
    .tags a:hover {
        color: #fff;
    }
    /* ---------- Quick Facts Section ---------- */
    .quick-facts-inner-1 {
        margin-top: 90px;
        background: #f7f7f7;
        padding: 20px;
    }
    .quick-facts-outer .container>.row {
        background: none!important;
        padding: 0;
    }
    .quick-facts-outer h2:after {
        border-right-color: #fff;
    }
    .quick-facts-inner-2 {
        padding: 0;
    }
    .quick-facts-inner-2 .top-area,
    .quick-facts-inner-2 .bottom-area {
        background: #f7f7f7;
        padding: 20px;
        margin-top: 20px;
    }
    .quick-facts-inner-2 .top-area {
        margin-bottom: 20px;
    }
    .quick-facts-inner-2 .order-3 {
        background: #f7f7f7;
        padding: 20px 0 40px;
    }
    /* ---------- News and Updates Section ---------- */
    .news-updates-outer h2 {
        margin-bottom: 15px;
    }
    h2 span {
        font-size: 18px;
        top: -4px;
    }
    .recently-published-outer .tags {
        background-position: right 0px center;
        padding: 5px 35px 5px 10px;
    }
    .details {
        margin-bottom: 20px;
    }
    /* ---------- Recently Published Section ---------- */
    .details {
        padding: 20px;
    }
    .meta-group {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    /* ================================================== */
    /* About Page */
    /* ================================================== */
    .about-page {
        margin-top: 50px;
    }
    .about-banner {
        margin-top: 85px;
    }
    .team li {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .team li h3 {
        font-size: 22px;
    }
    .team li div {
        margin-left: 0;
        margin-top: 30px;
        text-align: center;
    }
    .team li img {
        width: 100px;
        height: 100px;
    }
    /* ================================================== */
    /* Guidelines Page */
    /* ================================================== */
    .side-nav li a {
        font-size: 12px;
        padding: 10px;
        border-width: 0 0 38px 20px;
    }
    .side-nav li a:before {
        border-width: 0 0 38px 20px;
        left: -20px;
    }
    .about-page .title {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .guidelines-page h3 {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .guidelines-page .primary-bg {
        background: #f7f7f7;
        padding: 30px 15px;
    }
    .guidelines-page .title {
        margin-bottom: 20px;
    }
    .guidelines-page .item {
        margin-bottom: 30px;
        padding: 15px;
    }
    .guidelines-page .item ul {
        margin-top: 30px;
    }
    .guidelines-page .side-nav li:nth-child(2) a:before {
        border-width: 0 0 56px 20px;
    }
    /* ================================================== */
    /* Browse 2 Page */
    /* ================================================== */
    .browse-page-2 h3,
    .browse-page-2 h5,
    .browse-all-page h3,
    .browse-all-page h5 {
        font-size: 18px;
    }
    .browse-page-2 .item-container,
    .browse-all-page .item-container {
        margin-bottom: 30px;
    }
    .browse-page-2 .btn {
        width: unset;
    }
    .browse-page-2 .btn-pink {
        margin-bottom: 20px;
        border-radius: 100px;
    }
    /* ================================================== */
    /* Services Page */
    /* ================================================== */
    .service-banner .banner-outer {
        height: 435px;
    }
    .banner-content {
        bottom: 30px;
        width: 90%;
        margin: auto;
    }
    .banner-content a {
        padding: 10px 20px;
    }
    /* ================================================== */
    /* Registration Form */
    /* ================================================== */
    .registration-header {
        padding: 25px 0;
    }
    .registration-header .navbar-brand img {
        max-width: 100px;
    }
    .registration-header.fixed-top {
        padding: 10px 0;
    }
    .register-page .title:after {
        top: 15px;
    }
    .register-page .success-message {
        margin-top: 30px;
    }
    /* ================================================== */
    /* Submit Page */
    /* ================================================== */
    .submit-page .card:last-of-type {
        margin-bottom: 50px;
    }
    /* ================================================== */
    /* Article Page */
    /* ================================================== */
    .article-outer {
        overflow: hidden;
    }
    .article-outer .row:nth-of-type(3) img {
        margin-top: 30px;
    }
    .article-outer .table tbody tr td {
        height: unset;
    }
    .article-outer .table thead tr th:first-of-type,
    .article-outer .table tbody tr td:first-of-type,
    #articleTable .table thead tr th:first-of-type,
    #articleTable .table tbody tr td:first-of-type {
        min-width: 120px;
    }
    .article-outer .switch {
        left: 45%;
    }
    /* ================================================== */
    /* Footer */
    /* ================================================== */
    footer {
        font-size: 14px;
    }
    footer h2.title {
        font-size: 20px;
    }
    footer p span {
        display: -ms-flexbox;
        display: flex;
    }
    footer .col-lg-4:first-of-type {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .sm-mt-20 {
        margin-top: 20px;
    }
    .sm-mt-10 {
        margin-top: 10px;
    }
    .sm-mb-20 {
        margin-bottom: 20px;
    }
    .sm-mb-30 {
        margin-bottom: 30px;
    }
    .sm-mb-50 {
        margin-bottom: 30px;
    }
    body {
        font-size: 16px;
    }
    /* ---------- Header ---------- */
    .navbar .user {
        margin-right: 130px;
    }
    .navbar .search,
    .navbar .user {
        width: 30px;
        height: 30px;
        top: 17px;
    }
    .navbar .search .fa {
        font-size: 20px;
    }
    .navbar-toggler {
        width: 30px;
    }
    /* ================================================== */
    /* Home Page */
    /* ================================================== */
    /* ---------- Featured Article Section ---------- */
    .featured-article-outer {
        margin-bottom: 0;
    }
    .featured-article-outer .right .form-container {
        background: #f7f7f7;
        padding: 20px 10px;
        margin-bottom: 20px;
    }
    .featured-article-outer .right .form-container .form-row {
        margin: 0;
    }
    .featured-article-outer .right .form-container [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    .featured-article-outer .right .form-1 .btn-1 {
        width: 100%;
    }
    h2 span {
        font-size: 14px;
        top: -5px;
    }
    .featured-article-outer .container>.row {
        background: none;
        padding: 0;
    }
    .featured-article-outer .left .more-btn {
        position: static;
    }
    .article-container h5 {
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .featured-article-outer .right .post-details h5 span {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .article-container span {
        margin-top: 10px;
    }
    .featured-article-outer .right h6 {
        font-size: 22px;
    }
    .featured-article-outer .left {
        padding: 20px;
        background: #f7f7f7;
        margin-bottom: 20px;
    }
    .featured-article-outer .right .featured-article .article-container {
        padding: 0;
    }
    .featured-article-outer .right .featured-article .article-container>div {
        margin-top: 0;
        padding: 20px;
        background: #f7f7f7;
    }
    .featured-article-outer .right .article-container {
        padding: 20px;
        background: #f7f7f7;
    }
    .article-container h3 {
        font-weight: bold;
        font-size: 18px;
    }
    .quick-facts-outer h2 {
        padding: 0 30px;
    }
    .quick-facts-inner-1 p {
        font-size: 18px;
    }
    .quick-facts-inner-1 p span {
        font-size: 26px;
    }
    .counter {
        width: 70px;
        height: 70px;
    }
    .counter canvas {
        width: 70px !important;
        height: 70px !important;
    }
    .percent {
        font-size: 16px;
    }
    .quick-facts-inner-2 .top-area p {
        font-size: 22px;
    }
    /* ---------- Quick Facts Section ---------- */
    .map-area .author-country {
        max-width: 235px;
    }
    .home-page .more-btn,
    .browse-page-1 .more-btn {
        padding: 20px;
        background: #f7f7f7;
    }
    .more-btn a {
        width: 100%;
    }
    .news-updates-outer h6 {
        display: none;
    }
    /* ---------- News and Updates Section ---------- */
    .article-container {
        margin-bottom: 20px;
    }
    .article-container>div {
        padding: 10px 15px;
    }
    .recently-published-outer h6,
    .browse-page-1 h6 {
        font-weight: 300;
        line-height: 1.2;
        text-transform: uppercase;
        font-size: 26px;
    }
    /* ================================================== */
    /* About Page */
    /* ================================================== */
    /* ================================================== */
    /* Browse - 2 Page */
    /* ================================================== */
    .pagination {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .sidebar {
        display: none;
    }
    .sidebar .item {
        margin-bottom: 30px;
    }
    .browse-page-2 {
        background: url('../images/browse/browse.png') no-repeat top 80px center;
    }
    .browse-page-2 .item-container,
    .browse-all-page .item-container {
        margin-bottom: 20px;
    }
    .browse-page-2 h2 {
        font-size: 30px;
        display: -ms-flexbox;
        display: flex;
    }
    .browse-page-2 .btn-3 {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .browse-page-2 h3,
    .browse-all-page h3 {
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .browse-page-2 h5,
    .browse-all-page h5 {
        margin-bottom: 10px;
    }
    .browse-page-2 h5,
    .browse-page-2 h6,
    .browse-all-page h5,
    .browse-all-page h6 {
        line-height: 1.5;
        font-size: 14px;
        font-weight: normal;
        text-transform: none;
    }
    /* ================================================== */
    /* Browse - 3 Page */
    /* ================================================== */
    .browse-page-3 .item-container {
        margin-bottom: 20px;
    }
    .browse-page-3 ul:nth-of-type(3)>li {
        display: -ms-flexbox;
        display: flex;
    }
    .editor-details {
        display: none;
    }
    /* ================================================== */
    /* Guidelines Page */
    /* ================================================== */
    .guidelines-page .side-nav li:nth-child(2) a:before {
        border-width: 0 0 38px 20px;
    }
    .side-nav {
        width: 100%;
        margin-bottom: 30px;
    }
    /* ================================================== */
    /* Services Page */
    /* ================================================== */
    .banner-content h4 {
        font-size: 16px;
    }
    .banner-content a {
        font-size: 16px;
    }
    .services-page .services-inner .item-container {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
    }
    .services-page .item-container .services-inner {
        margin-left: 0;
        text-align: center;
        margin-top: 20px;
    }
    .services-page .item-container .services-inner p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .services-page .process-inner .item-container {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .services-page .process-inner .item-container p {
        padding: 20px;
        text-align: center;
    }
    .services-page .process-inner .item-container .image {
        padding-bottom: 20px;
    }
    /* ================================================== */
    /* Submit Page */
    /* ================================================== */
    .submit-page .card .btn-link {
        font-size: 16px;
        text-align: left;
        line-height: 1.2;
    }
    .submit-page .card-body label {
        font-size: 14px;
    }
    .submit-page .card:first-of-type .card-body {
        margin-left: 85px;
    }
    /* ================================================== */
    /* Article Page */
    /* ================================================== */
    .article-page .sidebar {
        display: none;
    }
    .sidebar .btn {
        display: -ms-flexbox;
        display: flex;
    }
    .article-page .sidebar .btn {
        width: 100%;
    }
    .article-page .sidebar p {
        text-align: left;
    }
    .article-outer .row:nth-of-type(1) .sidebar {
        padding-top: unset;
    }
    .article-page .author {
        margin-bottom: 20px;
    }
    .article-page h2 {
        margin-top: 30px;
        font-size: 22px;
    }
    .article-outer .sidebar h3 {
        margin-top: 20px;
    }
    .article-outer h5 {
        margin-top: 30px;
    }
    .article-outer .row:nth-of-type(3) img {
        margin-bottom: 0;
    }
    #articleTable .modal-body {
        padding: 20px 20px 0;
    }
    .article-outer a {
        word-wrap: break-word;
    }
    .article-outer .switch h5 {
        font-size: 16px;
    }
    #articleTable .modal-footer .link {
        font-size: 14px;
    }
    #articleTable .modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    #articleTable .modal-dialog {
        margin: .5rem auto;
    }
    #contentModal {
        z-index: 1090;
    }
    #contentModal .modal-content {
        padding: 15px;
    }
    #contentModal h2,
    #contentModal a {
        font-size: 18px;
    }
    /* ================================================== */
    /* Registration Page */
    /* ================================================== */
    .register-page h5.helper {
        margin-left: 0;
        margin-bottom: 0;
    }
    #registration-header .form-check .input-helper,
    #registration-header .form-check-input {
        width: 30px;
        height: 30px;
    }
    #registration-header .form-check .input-helper:after {
        left: 10px;
        top: 1px;
        width: 9px;
        height: 23px;
    }
    #registration-header .form-row:first-of-type .form-group,
    #registration-header .form-row:nth-of-type(4) .form-group {
        margin-bottom: 0;
    }
    .register-page .title h2 {
        line-height: 1.1;
        margin-bottom: 10px;
    }
    .register-page .title:first-of-type:after {
        width: calc(100% - 40px);
    }
    .register-page h5 {
        line-height: 1.2;
    }
    .register-page .success-message span {
        max-width: 40px;
        max-height: 40px;
        width: 100%;
    }
    .register-page .success-message span img {
        max-width: 25px;
    }
    /* ================================================== */
    /* Back to Top */
    /* ================================================== */
    /* ================================================== */
    /* Article Details - Mobile */
    /* ================================================== */
    .article-details .modal-content button {
        position: absolute;
        right: 15px;
        top: 0px;
        font-size: 40px;
        z-index: 99;
    }
    .article-details .modal-body>[class*="col-"] {
        padding: 0;
    }
    .article-details .modal-body {
        padding: 0;
    }
    .article-details .modal-body p:last-child,
    .article-details .modal-body ul:last-child {
        margin-bottom: 0;
    }
    .article-details .modal-body .sidebar {
        display: block;
        text-align: left;
        padding: 30px;
    }
}

@media (max-width: 575.98px) {
    /* ================================================== */
    /* Article Details - Mobile */
    /* ================================================== */
    .modal-dialog {
        max-width: 100%;
    }
}

@media (max-width: 479.98px) {
    /* ---------- Header Section ---------- */
    .navbar-brand img {
        max-width: 130px;
    }
    .navbar .search .fa {
        font-size: 18px;
    }
    .navbar .search {
        margin-right: 75px;
    }
    .navbar-brand {
        padding-top: 0;
    }
    .search-area {
        right: 0;
    }
    /* ================================================== */
    /* Home Page */
    /* ================================================== */
    /* ---------- Featured Article Section ---------- */
    .quick-facts-outer h2 {
        padding: 0;
    }
    /* ================================================== */
    /* Services Page */
    /* ================================================== */
    .content.services-page {
        margin-top: 30px;
    }
    /* ================================================== */
    /* Register Page */
    /* ================================================== */
    .register-page {
        margin-top: 110px;
    }
    .submit-page .card:before {
        width: 8px;
    }
    .submit-page .card .card-header {
        padding: 10px 25px;
    }
    .submit-page .card:first-of-type .card-body {
        margin-left: 80px;
    }
    .submit-page .card .card-body {
        padding: 10px 25px 20px;
    }
    .submit-page .card .card-body .btn-1 {
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 13px;
    }
    .submit-page .card .card-body .fileInput {
        font-size: 13px;
    }
}






























.page.page_message {
	margin-bottom: 0;
    margin-top: 150px;
    position: relative;
}
.recently-published-outer .tags {
    background-position: right 0px center;
    padding: 2px 28px 2px 0px;
    background-size: 23px;
}
.recently-published-outer .tags.social {
	background-image: url(../images/social.png);
}
.recently-published-outer .tags.engineering {
	background-image: url(../images/engineering.png);
}
.recently-published-outer .tags.energy {
	background-image: url(../images/energy.png);
}
.recently-published-outer .tags.life {
	background-image: url(../images/life.png);
}
.recently-published-outer .tags.medicine {
	background-image: url(../images/medicine.png);
}
.recently-published-outer .tags.materials {
	background-image: url(../images/materials.png);
}
.quick-facts-outer .container>.row {
	background-image: url(../images/grey_map.png);
}
.news-updates-outer .align-items-end .article-container>div {
	min-height: 200px;
}



@media (max-width: 1199px) {
	.quick-facts-inner-1 p span {
		font-size: 18px;
	}
	.quick-facts-inner-2 .bottom-area p {
		font-size: 18px;
	}
}






#registerContentAlert .checkbox-item {
    position: relative;
}

#registerContentAlert .field-error label::after {
    content: "*Required";
    color: #f77171;
    margin-left: 10px;
    font-size: 14px;
}