/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

    input[type="search"] {
        -webkit-appearance: textfield; /* 1 */
        box-sizing: content-box; /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #5a5a5a;
    background: #fff;
    font: 14px/1.5 "Roboto", "Arial", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: "Roboto Slab", "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 24px;
}

h2,
.h2 {
    font-size: 18px;
    line-height: 1.2222;
}

h3,
.h3 {
    font-size: 16px;
}

h4,
.h4 {
    font-size: 15px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 1em;
}

a {
    -webkit-transition: text-decoration .4s ease, opacity .4s ease, box-shadow .4s ease, color .4s ease, background .4s ease, border .4s ease;
    transition: text-decoration .4s ease, opacity .4s ease, box-shadow .4s ease, color .4s ease, background .4s ease, border .4s ease;
    text-decoration: none;
    color: #005eb8;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #5a5a5a;
    padding: .4em .7em;
}

    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="password"]:focus,
    textarea:focus {
        border-color: #000;
    }

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    -webkit-transition: text-decoration .4s ease, opacity .4s ease, box-shadow .4s ease, color .4s ease, background .4s ease, border .4s ease;
    transition: text-decoration .4s ease, opacity .4s ease, box-shadow .4s ease, color .4s ease, background .4s ease, border .4s ease;
}

@font-face {
    font-family: icomoon;
    src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
    content: "\e905";
}

.icon-edit:before {
    content: "\e90d";
}

.icon-arrow-down:before {
    content: "\e906";
}

.icon-plus:before {
    content: "\e907";
}

.icon-arrow-right:before {
    content: "\e908";
}

.icon-arrow-left:before {
    content: "\e909";
}

.icon-flag:before {
    content: "\e90a";
}

.icon-bookmark:before {
    content: "\e90b";
}

.icon-check:before {
    content: "\e90c";
}

.icon-close:before {
    content: "\e90e";
}

.icon-search:before {
    content: "\e900";
}

.icon-book:before {
    content: "\e901";
}

.icon-heart:before {
    content: "\e902";
}

.icon-prayer:before {
    content: "\e904";
}

.icon-heart-fill .path1:before {
    content: "\e903";
    color: #ff325a;
}

.icon-heart-fill .path2:before {
    content: "\e90f";
    margin-left: -1.1669921875em;
    color: #ff325a;
    opacity: .25;
}

.resize-active * {
    -webkit-transition: none !important;
    transition: none !important;
}

.btn-primary {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border: none;
    background: #005eb8;
    color: #fff;
    text-align: center;
    min-width: 116px;
    height: 40px;
    padding: 8px 10px;
    border-radius: 35px;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background: #00af92;
    }

.btn-secondary {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border: none;
    background: #00af92;
    color: #fff;
    text-align: center;
    min-width: 116px;
    height: 40px;
    padding: 8px 10px;
    border-radius: 35px;
}

    .btn-secondary:hover,
    .btn-secondary:focus {
        background: #005eb8;
    }

.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}

#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.main {
    background: #e5eef8;
    position: relative;
}

    .main:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #e5eef8;
        content: "";
        z-index: -1;
        display: none;
    }

.banner-area {
    position: relative;
}

    .banner-area .icon-wrap {
        width: 40px;
        height: 40px;
        box-shadow: 0 3px 18px rgba(0, 0, 0, .15);
        background: #1c5eb8;
        border-radius: 50%;
        position: absolute;
        left: 15px;
        bottom: -20px;
        color: #fff;
        text-align: center;
        z-index: 3;
    }

        .banner-area .icon-wrap i {
            font-size: 16px;
            line-height: 40px;
            display: block;
        }

    .banner-area img {
        display: block;
        width: 100%;
        height: auto;
    }

.aside {
    position: relative;
}

    .aside:before {
        background: -webkit-linear-gradient(left, #f0f0f0 0%, #fffdfd 100%);
        background: linear-gradient(to right, #f0f0f0 0%, #fffdfd 100%);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        display: none;
    }

    .aside .info-list {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        border: 1px solid #e6e6e6;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .aside .info-list li {
            width: 33.333%;
            height: 77px;
            border-left: 1px solid #e6e6e6;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 15px;
        }

            .aside .info-list li:first-child {
                border-left: none;
            }

        .aside .info-list a {
            display: inline-block;
            vertical-align: top;
            position: relative;
            text-align: center;
        }

            .aside .info-list a:hover {
                opacity: .8;
            }

        .aside .info-list .icon {
            display: inline-block;
            vertical-align: middle;
            font-size: 17px;
            line-height: 1;
            color: #aaa;
            margin: 0 4px 0 0;
        }

        .aside .info-list .text {
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            line-height: 1.1;
            text-transform: uppercase;
            color: #5a5a5a;
        }

    .aside .report-text {
        font-size: 12px;
        line-height: 15px;
        position: absolute;
        bottom: 15px;
        right: 17px;
    }

        .aside .report-text a {
            display: inline-block;
            vertical-align: top;
            position: relative;
        }

            .aside .report-text a:hover {
                opacity: .8;
            }

        .aside .report-text .icon-flag {
            display: inline-block;
            vertical-align: top;
            font-size: 15px;
            color: #aaa;
            margin: 0 2px 0 0;
        }

.aside-list-area {
    position: relative;
    padding: 27px 17px 47px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .aside-list-area h2 {
        font-weight: 400;
        margin: 0 4px 0 0;
    }

    .aside-list-area .aside-list {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .aside-list-area .aside-list li {
            position: relative;
            margin: 0 6px 0 0;
        }

        .aside-list-area .aside-list a {
            color: #005eb8;
        }

            .aside-list-area .aside-list a:hover {
                color: #002a52;
            }

.password-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100vh;
}

    .password-section .wrap {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: inherit;
        width: 100%;
    }

    .password-section .container {
        position: relative;
        text-align: center;
        max-width: 595px;
        padding: 40px 25px;
    }

    .password-section .sign-logo {
        display: block;
        width: 234px;
        margin: 0 auto;
    }

        .password-section .sign-logo a {
            display: block;
        }

        .password-section .sign-logo img {
            display: block;
            width: 100%;
            height: auto;
        }

    .password-section .heading-area {
        font-size: 16px;
        line-height: 24px;
        position: relative;
        padding: 51px 0 27px;
    }

        .password-section .heading-area h1 {
            font-weight: 400;
            color: #000;
            margin: 0 0 15px;
        }

    .password-section .form-group {
        text-align: left;
        margin-bottom: 18px;
    }

        .password-section .form-group label {
            color: #5a5a5a;
            margin: 0 0 19px;
        }

        .password-section .form-group .form-control {
            border-bottom-color: #e6e6e6;
            color: #5a5a5a;
        }

            .password-section .form-group .form-control:-moz-placeholder {
                color: #5a5a5a;
                opacity: 1;
            }

            .password-section .form-group .form-control::-moz-placeholder {
                color: #5a5a5a;
                opacity: 1;
            }

            .password-section .form-group .form-control:-ms-input-placeholder {
                color: #5a5a5a;
            }

            .password-section .form-group .form-control::-webkit-input-placeholder {
                color: #5a5a5a;
            }

    .password-section .btn-primary {
        font-size: 18px;
        line-height: 22px;
        display: block;
        margin: 50px auto 0;
        min-width: 280px;
        height: 50px;
        border-radius: 35px;
        outline: none;
    }

.progress-area {
    position: relative;
    padding: 0 0 24px;
}

    .progress-area .text {
        font-size: 14px;
        line-height: 16px;
        font-style: italic;
        display: block;
        margin: 18px 0 0;
    }

.progress-bar {
    position: relative;
    background: #f6f6f6;
    border-radius: 7px;
    height: 7px;
    overflow: hidden;
}

    .progress-bar .bar {
        position: absolute;
        left: 0;
        top: 0;
        background: #ffc70d;
        border-radius: 7px;
        height: 7px;
    }

.wrapper-holder {
    position: relative;
}

.right-col {
    position: relative;
    background: #e5eef8;
}

.main-holder {
    position: relative;
    padding: 24px 15px 10px;
}

.chosen-container {
    width: 100% !important;
}

    .chosen-container .chosen-results li {
        font-size: 16px;
        line-height: 20px;
        border-top: 1px solid #f6f6f6;
        padding: 8px 12px;
    }

        .chosen-container .chosen-results li:first-child {
            border-top: none;
        }

        .chosen-container .chosen-results li.highlighted {
            background: #005eb8;
            color: #fff;
        }

    .chosen-container .chosen-results {
        max-height: 108px;
    }

.chosen-container-multi .chosen-choices {
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 5px;
    padding: 9px 5px 0;
    box-shadow: none;
    margin: 5px 0 0;
}

    .chosen-container-multi .chosen-choices li {
        height: 33px;
        margin: 0 5px 9px;
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0 5px 9px;
        }

            .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
                font-size: 14px;
                line-height: 18px;
                color: #5a5a5a;
                outline: none;
                box-shadow: none;
                border: none;
                height: 33px;
                margin: 0;
            }

                .chosen-container-multi .chosen-choices li.search-field input[type="text"]:-moz-placeholder {
                    color: #5a5a5a;
                    opacity: 1;
                }

                .chosen-container-multi .chosen-choices li.search-field input[type="text"]::-moz-placeholder {
                    color: #5a5a5a;
                    opacity: 1;
                }

                .chosen-container-multi .chosen-choices li.search-field input[type="text"]:-ms-input-placeholder {
                    color: #5a5a5a;
                }

                .chosen-container-multi .chosen-choices li.search-field input[type="text"]::-webkit-input-placeholder {
                    color: #5a5a5a;
                }

        .chosen-container-multi .chosen-choices li.search-choice {
            font-size: 14px;
            line-height: 18px;
            background: #f6f6f6;
            padding: 8px 53px 6px 13px;
            border: none;
            box-shadow: none;
            margin: 0 5px 9px;
            color: #5a5a5a;
            border-radius: 5px;
        }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                width: 33px;
                height: 33px;
                border-radius: 0 5px 5px 0;
                background: #e6e6e6;
                background-image: none !important;
                position: absolute;
                right: 0;
                top: 0;
            }

                .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
                    font-size: 9px;
                    line-height: 33px;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    font-family: "icomoon" !important;
                    content: "\e90e";
                    text-align: center;
                    color: #9a0000;
                }

                .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    opacity: .8;
                }

.chosen-container-multi .chosen-drop {
    border-radius: 0 0 5px 5px;
    background: #e6e6e6;
    box-shadow: none;
    border: none;
}

    .chosen-container-multi .chosen-drop .result-selected {
        color: #5a5a5a;
    }

.pager-area {
    position: relative;
    padding: 9px 45px;
}

    .pager-area .next,
    .pager-area .prev {
        width: 40px;
        height: 40px;
        background: #fff;
        display: block;
        position: absolute;
        top: 0;
        border-radius: 50%;
        text-align: center;
        color: #005eb8;
        outline: none;
        z-index: 3;
    }

        .pager-area .next i,
        .pager-area .prev i {
            font-size: 12px;
            line-height: 40px;
            display: block;
        }

        .pager-area .next:hover,
        .pager-area .prev:hover {
            background: #005eb8;
            color: #fff;
        }

    .pager-area .prev {
        right: 0;
    }

    .pager-area .next {
        left: 0;
    }

    .pager-area .pagination {
        font-size: 16px;
        line-height: 22px;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 500;
    }

        .pager-area .pagination li {
            position: relative;
            padding: 0 4px;
        }

            .pager-area .pagination li.active {
                color: #5a5a5a;
            }

                .pager-area .pagination li.active a {
                    color: #5a5a5a;
                }

        .pager-area .pagination a {
            color: #005eb8;
        }

            .pager-area .pagination a:hover {
                color: #5a5a5a;
            }

.list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

    .list li {
        position: relative;
    }

        .list li:before {
            display: inline-block;
            vertical-align: top;
            width: 3px;
            height: 3px;
            content: "";
            border-radius: 50%;
            background: #5a5a5a;
            margin: 9px 6px 0 0;
        }

.tabset {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .tabset li {
        position: relative;
        margin: 0 22px 0 0;
        padding: 0 0 14px;
    }

        .tabset li:last-child {
            margin-right: 0;
        }

        .tabset li:before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            content: "";
            top: auto;
            background: #005eb8;
            height: 3px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity .4s ease, visibility .4s ease;
            transition: opacity .4s ease, visibility .4s ease;
        }

        .tabset li.active:before {
            opacity: 1;
            visibility: visible;
        }

        .tabset li.active a {
            color: #5a5a5a;
        }

    .tabset a {
        color: #005eb8;
    }

        .tabset a:hover {
            color: #5a5a5a;
        }

.tab-content {
    position: relative;
    padding: 25px 0 0;
}

.header {
    background: #fff;
    position: relative;
    padding: 0 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 90;
}

.logo-holder {
    position: relative;
}

.logo {
    position: relative;
    width: 82px;
    display: block;
}

    .logo a {
        display: block;
    }

    .logo img {
        display: block;
        width: 100%;
        height: auto;
    }

.header-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(100% - 82px);
}

    .header-holder .btn-list {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        padding: 0 0 100px;
    }

        .header-holder .btn-list li {
            position: relative;
            margin: 0 0 16px;
        }

        .header-holder .btn-list a {
            font-size: 18px;
            line-height: 20px;
            width: 280px;
            height: 51px;
            font-weight: 500;
            display: block;
            position: relative;
            text-align: center;
            border: 2px solid #fff;
            background: #fff;
            color: #005eb8;
            border-radius: 30px;
            padding: 12px 10px;
            outline: none;
            margin: 0 auto;
        }

            .header-holder .btn-list a:hover {
                background: #00af92;
                border-color: #00af92;
                color: #fff;
            }

.header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 80px;
}

    .header-info:before {
        background-image: -webkit-linear-gradient(top, rgba(5, 53, 103, .08) 0%, rgba(5, 53, 103, 0) 100%);
        background-image: linear-gradient(180deg, rgba(5, 53, 103, .08) 0%, rgba(5, 53, 103, 0) 100%);
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -15px;
        height: 15px;
    }

    .header-info .search-wrap {
        width: 60px;
        height: 100%;
        border-right: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        position: relative;
        display: block;
    }

    .header-info .serach-opener {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        color: #91b0d9;
        outline: none;
    }

        .header-info .serach-opener i {
            font-size: 21px;
            line-height: 1;
            display: block;
        }

        .header-info .serach-opener:hover {
            color: #005eb8;
        }

    .header-info .text-wrap {
        width: 60px;
        height: 100%;
        border-right: 1px solid #e6e6e6;
        position: relative;
        display: block;
    }

        .header-info .text-wrap a {
            font: 400 14px/20px "Roboto Slab", "Arial", "Helvetica", sans-serif;
            color: #91b0d9;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 100%;
        }

            .header-info .text-wrap a:hover {
                color: #005eb8;
            }

.opener-wrap {
    width: 60px;
    height: 100%;
    display: block;
}

.menu-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #91b0d9;
    height: 100%;
}

    .menu-opener i {
        font-size: 18px;
        display: block;
    }

    .menu-opener:hover {
        color: #005eb8;
    }

.nav-drop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: visibility .4s ease;
    transition: visibility .4s ease;
    z-index: 100;
}

.menu-active .nav-drop {
    opacity: 1;
    visibility: visible;
}

.nav-area {
    background: rgba(0, 94, 184, .85);
    position: relative;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    height: 100%;
    overflow: auto;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.menu-active .nav-area {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.nav-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
    height: inherit;
}

.menu-close {
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    right: 28px;
    top: 20px;
    color: #fff;
    padding: 0 34px 0 0;
    z-index: 10;
}

    .menu-close i {
        position: absolute;
        right: 0;
        top: 3px;
    }

    .menu-close:hover {
        opacity: .8;
    }

.menu {
    font-size: 24px;
    line-height: 27px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    text-align: center;
    font-weight: 500;
    padding: 120px 0 0;
    margin: 0 0 22px;
}

    .menu li {
        position: relative;
        margin: 0 0 25px;
    }

    .menu a {
        color: #fff;
    }

        .menu a:hover {
            color: #00af92;
        }

.visual-area {
    position: relative;
}

    .visual-area:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #e5eef8;
        content: "";
        display: none;
        right: -9999px;
    }

.visual-image {
    position: relative;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 470px;
}

    .visual-image:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/gradient.png) no-repeat;
        background-size: cover;
        content: "";
        z-index: 2;
    }

    .visual-image:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #005eb8;
        content: "";
        opacity: .3;
        z-index: 1;
    }

    .visual-image img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        height: 470px;
    }

.visual-logo {
    position: relative;
    z-index: 3;
}

.visual-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px 15px;
    color: #fff;
    top: auto;
    z-index: 4;
}

    .visual-caption a {
        color: #fff;
    }

        .visual-caption a:hover {
            opacity: .8;
        }

    .visual-caption .text-wrap {
        font: 400 20px/32px "Roboto Slab", "Arial", "Helvetica", sans-serif;
        position: relative;
    }

        .visual-caption .text-wrap p {
            margin: 0;
        }

        .visual-caption .text-wrap a {
            border-bottom: 3px dotted #fff;
        }

.visual-info {
    position: relative;
    padding: 25px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Roboto", "Arial", "Helvetica", sans-serif;
}

    .visual-info .links-list {
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        font-weight: 500;
    }

        .visual-info .links-list li {
            position: relative;
            margin: 0 0 6px;
        }

        .visual-info .links-list a {
            color: #fff;
        }

            .visual-info .links-list a:hover {
                opacity: .8;
            }

    .visual-info .copyright {
        margin: 0 5px 7px 0;
    }

.content-area {
    position: relative;
    padding: 30px 15px;
}

    .content-area .wrap {
        box-shadow: 0 3px 18px rgba(5, 53, 103, .15);
        background: #fff;
        position: relative;
    }

    .content-area h1 {
        color: #72a6d8;
        font-weight: 400;
        margin: 0 0 25px;
    }

        .content-area h1 strong {
            font-weight: 700;
        }

.content-wrap {
    position: relative;
}

.content {
    position: relative;
}

.article {
    position: relative;
    padding: 44px 15px 10px;
}

    .article h1 {
        color: #000;
        font-weight: 400;
        margin: 0 0 8px;
    }

    .article h2 {
        color: #000;
        font-weight: 400;
        margin: 0 0 14px;
    }

    .article .author {
        font-size: 12px;
        line-height: 16px;
        font-style: italic;
        display: block;
        margin: 0 0 15px;
    }

        .article .author a {
            color: #005eb8;
        }

            .article .author a:hover {
                color: #002a52;
            }

    .article p {
        margin: 0 0 21px;
    }

    .article .text-wrap {
        position: relative;
        padding: 6px 0 0;
    }

.comments-area {
    background: #f6f6f6;
    position: relative;
    padding: 20px 17px 20px;
}

    .comments-area h2 {
        font-size: 20px;
        font-weight: 400;
        color: #b3b3b3;
        margin: 0 0 20px;
    }

.comment-field {
    position: relative;
    padding: 0 0 25px;
    border-bottom: 1px solid #e6e6e6;
}

    .comment-field textarea {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        height: 122px;
        border: 1px solid #e6e6e6;
        font-style: italic;
        background: #fff;
        resize: none;
        border-radius: 5px;
        color: #5a5a5a;
        padding: 12px 15px;
    }

        .comment-field textarea:-moz-placeholder {
            color: #5a5a5a;
            opacity: 1;
        }

        .comment-field textarea::-moz-placeholder {
            color: #5a5a5a;
            opacity: 1;
        }

        .comment-field textarea:-ms-input-placeholder {
            color: #5a5a5a;
        }

        .comment-field textarea::-webkit-input-placeholder {
            color: #5a5a5a;
        }

    .comment-field .btn-holder {
        position: relative;
        padding: 24px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .comment-field .btn {
        padding: 10px;
        outline: none;
    }

.answer-area {
    position: relative;
    padding: 20px 0 0;
}

    .answer-area .user-image {
        position: relative;
    }

        .answer-area .user-image .image-wrap {
            width: 54px;
            height: 54px;
            position: relative;
            overflow: hidden;
            border-radius: 50%;
            border: 3px solid #fff;
            display: block;
        }

            .answer-area .user-image .image-wrap img {
                display: block;
                width: 100%;
                height: auto;
                border-radius: 50%;
            }

            .answer-area .user-image .image-wrap:hover {
                opacity: .8;
            }

.answer-block {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    background: #eaeaea;
    padding: 17px 17px 18px;
    color: #5a5a5a;
    margin: 24px 0 0;
}

    .answer-block:after {
        border-style: solid;
        border-width: 10px 14px 10px 0;
        border-color: transparent #eaeaea transparent transparent;
        content: "";
        position: absolute;
        right: 100%;
        top: 30px;
        display: none;
    }

    .answer-block:before {
        border-width: 0 8px 16px;
        border-color: transparent transparent #eaeaea;
        border-style: solid;
        content: "";
        position: absolute;
        bottom: 100%;
        left: 15px;
    }

    .answer-block a {
        font-weight: 700;
        color: #005eb8;
    }

        .answer-block a:hover {
            color: #002a52;
        }

    .answer-block p {
        margin: 0 0 17px;
    }

    .answer-block .option-list {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .answer-block .option-list li {
            position: relative;
            padding: 0 16px 0 0;
        }

            .answer-block .option-list li i,
            .answer-block .option-list li .icon-heart-fill {
                display: inline-block;
                vertical-align: top;
                margin: 6px 1px 0 0;
                font-size: 12px;
            }

.result-area {
    position: relative;
    z-index: 4;
}

.result-heading {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 24px;
}

    .result-heading .info-list {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .result-heading .info-list li {
            position: relative;
            padding: 0 15px 0 0;
        }

        .result-heading .info-list a {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .result-heading .info-list a:hover {
                opacity: .8;
            }

        .result-heading .info-list .icon-holder {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: #fff;
            text-align: center;
            display: block;
        }

            .result-heading .info-list .icon-holder i {
                font-size: 16px;
                line-height: 38px;
                display: block;
            }

            .result-heading .info-list .icon-holder .icon-book {
                color: #005eb8;
            }

            .result-heading .info-list .icon-holder .icon-prayer {
                color: #00b092;
            }

        .result-heading .info-list .text {
            font-size: 16px;
            line-height: 20px;
            font-weight: 500;
            padding: 0 0 0 14px;
            display: none;
            color: #5a5a5a;
        }

    .result-heading .result-text {
        font: 400 22px/1.1 "Roboto Slab", "Arial", "Helvetica", sans-serif;
        display: block;
        color: #72a6d8;
    }

        .result-heading .result-text .no {
            font-weight: 700;
        }

.result-block-holder {
    position: relative;
}

.result-block {
    box-shadow: 0 3px 18px rgba(5, 53, 103, .15);
    position: relative;
    background: #fff;
    margin: 0 0 29px;
}

    .result-block .block {
        font-size: 14px;
        line-height: 21px;
        position: relative;
        padding: 57px 15px 18px;
    }

    .result-block .tag {
        width: 40px;
        height: 40px;
        background: #005eb8;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        color: #fff;
        z-index: 2;
    }

        .result-block .tag i {
            font-size: 16px;
            line-height: 40px;
            display: block;
        }

        .result-block .tag.prayer {
	background: #2fb092;
        }

    .result-block h2 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        color: #000;
        margin: 0 0 9px;
    }

        .result-block h2 a {
            color: #000;
        }

            .result-block h2 a:hover {
                opacity: .8;
            }

    .result-block .author {
        font-size: 12px;
        line-height: 15px;
        font-style: italic;
        display: block;
        margin: 0 0 15px;
    }

        .result-block .author a {
            color: #005eb8;
        }

            .result-block .author a:hover {
                opacity: .8;
            }

    .result-block p {
        margin: 0 0 15px;
    }

    .result-block .tags-wrap {
        font-size: 12px;
        line-height: 16px;
        font-weight: 700;
        position: relative;
        padding: 16px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #e6e6e6;
    }

        .result-block .tags-wrap .title {
            display: block;
            margin: 0 4px 0 0;
        }

    .result-block .tags-list {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .result-block .tags-list li {
            position: relative;
            margin: 0 4px 0 0;
        }

        .result-block .tags-list a {
            color: #005eb8;
        }

            .result-block .tags-list a:hover {
                opacity: .8;
            }

    .result-block .like-bar {
        width: 100%;
        height: 40px;
        position: absolute;
        background: #f0f0f0;
        left: 0;
        top: 0;
        padding: 9px 16px 0 45px;
    }

        .result-block .like-bar:before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            content: "";
            right: auto;
            width: 32px;
            background-image: -webkit-linear-gradient(left, #f0f0f0 0%, #fffdfd 100%);
            background-image: linear-gradient(to right, #f0f0f0 0%, #fffdfd 100%);
            display: none;
        }

    .result-block .option-list {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0 -8px;
    }

        .result-block .option-list li {
            position: relative;
            padding: 0 8px;
        }

            .result-block .option-list li.like .icon-heart-fill {
                opacity: 1;
                visibility: visible;
            }

        .result-block .option-list a {
            display: inline-block;
            vertical-align: top;
            position: relative;
        }

            .result-block .option-list a:hover {
                opacity: .8;
            }

        .result-block .option-list .icon-holder {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            margin: -2px 0 0;
        }

            .result-block .option-list .icon-holder .icon-heart,
            .result-block .option-list .icon-holder .icon-prayer {
                font-size: 17px;
                line-height: 27px;
                display: block;
                color: #aaa;
            }

            .result-block .option-list .icon-holder .icon-prayer {
                font-size: 15px;
            }

        .result-block .option-list .icon-heart-fill {
            font-size: 14px;
            line-height: 27px;
            position: absolute;
            left: 0;
            top: 0;
            -webkit-transition: opacity .4s ease, visibility .4s ease;
            transition: opacity .4s ease, visibility .4s ease;
            opacity: 0;
            visibility: hidden;
        }

            .result-block .option-list .icon-heart-fill .path2 {
                position: absolute;
                top: 0;
            }

        .result-block .option-list .text {
            font-size: 14px;
            line-height: 18px;
            color: #5a5a5a;
            margin: 0 0 0 4px;
        }

.article-detail {
    position: relative;
    overflow: hidden;
    padding: 30px 15px 25px;
    margin: 0 0 10px;
}

    .article-detail h2 {
        font-weight: 400;
        color: #000;
        margin: 0 0 19px;
    }

    .article-detail .btns-list {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        padding: 40px 0 0;
        text-align: center;
    }

        .article-detail .btns-list li {
            position: relative;
            margin: 0 0 16px;
        }

        .article-detail .btns-list a {
            font-size: 18px;
            line-height: 22px;
            min-width: 250px;
            padding: 14px 20px;
            height: 50px;
        }

.article-heading-area {
    position: relative;
}

    .article-heading-area .field-holder {
        position: relative;
        height: 53px;
    }

        .article-heading-area .field-holder input[type="text"] {
            width: 100%;
            height: 100%;
            font-size: 11px;
            line-height: 18px;
            color: #5a5a5a;
            background: #fff;
            border: 1px solid #e6e6e6;
            outline: none;
            box-shadow: none;
            padding: 5px;
            border-radius: 5px;
        }

            .article-heading-area .field-holder input[type="text"]:-moz-placeholder {
                color: #5a5a5a;
                opacity: 1;
            }

            .article-heading-area .field-holder input[type="text"]::-moz-placeholder {
                color: #5a5a5a;
                opacity: 1;
            }

            .article-heading-area .field-holder input[type="text"]:-ms-input-placeholder {
                color: #5a5a5a;
            }

            .article-heading-area .field-holder input[type="text"]::-webkit-input-placeholder {
                color: #5a5a5a;
            }

.article-heading {
    position: relative;
    margin: 0 0 13px;
}

    .article-heading h2 {
        margin: 0 0 22px;
    }

    .article-heading .text {
        font-style: italic;
        display: block;
    }

.article-info {
    position: relative;
    padding: 33px 0 0;
}

    .article-info .article-block {
        font-size: 14px;
        line-height: 21px;
        border: 1px solid #e6e6e6;
        position: relative;
        border-radius: 5px;
        padding: 23px 15px 4px;
    }

    .article-info .article-option {
        position: relative;
        margin: 0 0 5px;
    }

    .article-info .title {
        color: #000;
        font-weight: 700;
        display: block;
        margin: 0 0 20px;
    }

    .article-info p {
        margin: 0 0 20px;
    }

.upload-area {
    position: relative;
    padding: 28px 0 0;
}

.upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 0 0;
    margin: 0 -8px;
}

    .upload-list li {
        position: relative;
        padding: 0 8px;
        margin: 0 0 16px;
    }

.option-info {
    position: relative;
    padding: 12px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .option-info .option-wrap {
        position: relative;
        margin: 0 0 57px;
    }

.radio-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

    .radio-list li {
        position: relative;
        margin: 0 0 10px;
    }

    .radio-list label {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        color: #5a5a5a;
        position: relative;
        padding: 0 0 0 31px;
    }

        .radio-list label .icon {
            width: 24px;
            height: 24px;
            border: 1px solid #e6e6e6;
            position: absolute;
            left: 0;
            top: -3px;
            border-radius: 50%;
        }

            .radio-list label .icon:before {
                width: 10px;
                height: 10px;
                background: #005eb8;
                content: "";
                border-radius: 50%;
                position: absolute;
                left: 50%;
                top: 50%;
                margin: -5px 0 0 -5px;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: opacity .4s ease, visibility .4s ease;
                transition: opacity .4s ease, visibility .4s ease;
            }

    .radio-list input[type="radio"] {
        position: fixed;
        opacity: 0;
        visibility: hidden;
    }

        .radio-list input[type="radio"]:checked + label .icon:before {
            opacity: 1;
            visibility: visible;
        }

.chosen-area {
    position: relative;
    padding: 0 0 50px;
}

    .chosen-area:before {
        content: "";
        background: #e6e6e6;
        height: 1px;
        position: absolute;
        left: -9999px;
        right: -9999px;
        bottom: 0;
    }

.content-text-block {
    position: relative;
    max-width: 800px;
    padding: 24px 20px 38px;
    margin: 0 auto;
}

    .content-text-block .h1 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        color: #000;
        margin: 0 0 24px;
    }

    .content-text-block h2 {
        font-weight: 400;
        color: #000;
        margin: 0 0 23px;
    }

    .content-text-block p {
        margin: 0 0 15px;
    }

    .content-text-block a {
        color: #005eb8;
    }

        .content-text-block a:hover {
            color: #002a52;
        }

.main-content {
    box-shadow: 0 3px 18px rgba(5, 53, 103, .15);
    background: #f6f6f6;
    border-bottom: 44px solid #fff;
    position: relative;
    padding: 0 15px 30px;
    margin: 9px 0 0;
    overflow: hidden;
}

    .main-content .result-heading .result-text {
        color: #aaa;
    }

.profile-info-block {
    position: relative;
    padding: 30px 0 0;
}

    .profile-info-block:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        content: "";
        left: -9999px;
        right: -9999px;
    }

.profile-info {
    position: relative;
    margin: 0 0 31px;
}

    .profile-info .profile-image {
        width: 107px;
        height: 107px;
        position: relative;
        margin: 0 0 27px;
    }

        .profile-info .profile-image img {
            display: block;
            width: 100%;
            height: auto;
        }

    .profile-info .image-wrap {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        border: 3px solid #fff;
    }

    .profile-info .edit {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 3px solid #fff;
        background: #e6e6e6;
        position: absolute;
        right: 4px;
        bottom: 3px;
        color: #000;
        z-index: 3;
    }

        .profile-info .edit i {
            font-size: 13px;
            line-height: 28px;
            text-align: center;
            display: block;
        }

        .profile-info .edit:hover {
            background: #b3b3b3;
        }

    .profile-info .name {
        font: 400 20px/28px "Roboto Slab", "Arial", "Helvetica", sans-serif;
        text-transform: capitalize;
        position: absolute;
        left: 115px;
        top: 41px;
        color: #000;
        display: block;
        margin: 0 0 20px;
    }

        .profile-info .name a {
            color: #000;
        }

            .profile-info .name a:hover {
                color: #005eb8;
            }

    .profile-info .btns-list {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }

        .profile-info .btns-list li {
            margin: 0 0 15px;
        }

        .profile-info .btns-list .btn-primary,
        .profile-info .btns-list .btn-secondary {
            font-size: 16px;
            line-height: 22px;
            width: 240px;
            height: 51px;
            padding: 13px 20px;
            min-width: inherit;
            display: block;
            margin: 0 auto;
        }

.sidebar {
    position: relative;
    background: #005eb8;
    color: #fff;
}

    .sidebar a {
        color: #fff;
    }

        .sidebar a:hover {
            opacity: .8;
        }

    .sidebar .wrap {
        position: relative;
    }

    .sidebar .holder {
        position: relative;
        padding: 54px 15px 35px;
    }

.widget-area {
    position: relative;
    margin: 0 0 38px;
}

    .widget-area .widget {
        background: rgba(255, 255, 255, .1);
        position: relative;
        padding: 26px 16px 0;
        margin: 0 0 65px;
    }

        .widget-area .widget:last-child {
            margin-bottom: 0;
        }

        .widget-area .widget.active .widget-opener {
            margin-top: 0;
        }

            .widget-area .widget.active .widget-opener i {
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

    .widget-area .title {
        font-size: 12px;
        line-height: 18px;
        box-shadow: 0 3px 18px rgba(5, 53, 103, .15);
        text-transform: uppercase;
        background: #fff;
        position: absolute;
        left: 0;
        top: -23px;
        text-align: center;
        height: 47px;
        padding: 14px 30px;
        color: #5a5a5a;
        z-index: 3;
    }

        .widget-area .title a {
            font-weight: 400;
            color: #005eb8;
        }

            .widget-area .title a:hover {
                color: #002a52;
            }

        .widget-area .title .no {
            color: #005eb8;
            font-weight: 400;
        }

    .widget-area .widget-list {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        font: 400 16px/25px "Roboto Slab", "Arial", "Helvetica", sans-serif;
    }

        .widget-area .widget-list li {
            border-bottom: 1px solid #72a6d8;
            position: relative;
            padding: 14px 0;
        }

            .widget-area .widget-list li:last-child {
                border-bottom: none;
            }

            .widget-area .widget-list li i {
                position: absolute;
                left: 0;
                top: 7px;
                font-size: 14px;
            }

            .widget-area .widget-list li .text {
                position: relative;
                padding: 0 0 0 25px;
                display: block;
            }

.widget-opener {
    font-size: 14px;
    line-height: 17px;
    background: #004b92;
    position: relative;
    display: block;
    min-height: 50px;
    color: #fff;
    padding: 16px 35px 16px 15px;
    font-style: italic;
    margin: 10px -16px 0;
}

    .widget-opener i {
        -webkit-transition: top .4s ease, -webkit-transform .4s ease;
        transition: top .4s ease, -webkit-transform .4s ease;
        transition: transform .4s ease, top .4s ease;
        transition: transform .4s ease, top .4s ease, -webkit-transform .4s ease;
        position: absolute;
        font-size: 5px;
        right: 18px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .widget-opener:hover {
        background: #00172c;
    }

.follower-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    padding: 28px 0 22px;
}

    .follower-list li {
        position: relative;
        margin: 0 0 13px;
    }

        .follower-list li:last-child {
            margin-bottom: 0;
        }

    .follower-list a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        color: #fff;
        outline: none;
    }

        .follower-list a:hover {
            opacity: .8;
        }

    .follower-list .image-wrap {
        width: 53px;
        height: 53px;
        position: relative;
        border-radius: 50%;
        overflow: hidden;
        border: 3px solid #fff;
    }

        .follower-list .image-wrap img {
            display: block;
            width: 100%;
            height: auto;
        }

    .follower-list .text {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        display: block;
        color: #fff;
        width: calc(100% - 53px);
        padding: 0 0 0 13px;
    }

.sidenav {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 500;
    position: relative;
    margin: -6px 0 38px;
    color: #fff;
    text-align: center;
}

    .sidenav li {
        position: relative;
        margin: 0 0 26px;
    }

    .sidenav a {
        color: #fff;
    }

        .sidenav a:hover {
            opacity: .8;
        }

.copyright {
    font-size: 14px;
    line-height: 18px;
    position: relative;
    font-weight: 300;
    font-style: italic;
    display: block;
    color: #fff;
    text-align: center;
}

    .copyright a {
        color: #fff;
    }

        .copyright a:hover {
            opacity: .8;
        }

.jcf-file {
    display: inline-block;
    vertical-align: top;
    width: 115px;
    height: 135px;
    border: 1px solid #f6f6f6;
    border-radius: 5px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: #f6f6f6;
    text-align: center;
    padding: 103px 10px 15px;
}

    .jcf-file .jcf-real-element {
        position: absolute;
        font-size: 200px;
        height: 200px;
        margin: 0;
        right: 0;
        top: 0;
        z-index: 4;
    }

    .jcf-file .jcf-fake-input {
        font-size: 0;
        line-height: 0;
        position: relative;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .jcf-file .jcf-upload-button {
        font-size: 10px;
        line-height: 14px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-align: center;
        color: #005eb8;
    }

        .jcf-file .jcf-upload-button:after {
            width: 48px;
            height: 48px;
            content: "";
            background: #fff;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            top: 41px;
            z-index: 1;
            margin: 0 0 0 -24px;
        }

        .jcf-file .jcf-upload-button:before {
            font-size: 18px;
            line-height: 48px;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            font-family: "icomoon" !important;
            content: "\e907";
            color: #aaa;
            text-align: center;
            top: 41px;
            z-index: 2;
        }

    .jcf-file .jcf-fake-input {
        position: absolute;
        left: 3px;
        top: 3px;
        right: 3px;
        bottom: 3px;
        border-radius: 5px;
        z-index: 3;
    }

[class^="jcf-extension-"] .jcf-fake-input,
[class*="jcf-extension-"] .jcf-button-content {
    font-size: 0;
    line-height: 0;
}

.jcf-remove-chosen {
    width: 23px;
    height: 23px;
    background: rgba(255, 255, 255, .5);
    border-radius: 5px;
    position: absolute;
    top: 3px;
    right: 3px;
    opacity: 0;
    pointer-events: none;
    z-index: 5;
}

    .jcf-remove-chosen:before {
        font-size: 7px;
        line-height: 23px;
        font-family: "icomoon" !important;
        content: "\e90e";
        color: #9a0000;
        display: block;
        text-align: center;
    }

    .jcf-remove-chosen:hover {
        opacity: .8;
    }

[class^="jcf-extension-"] .jcf-remove-chosen,
[class*="jcf-extension-"] .jcf-remove-chosen {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

.jcf-scrollable-wrapper {
    position: relative;
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #004b92;
    width: 8px;
    bottom: 0;
    right: 0;
    top: 0;
}

    .jcf-scrollbar-vertical .jcf-scrollbar-dec,
    .jcf-scrollbar-vertical .jcf-scrollbar-inc {
        width: 0;
        height: 0;
        background: #004b92;
        left: 0;
        top: 0;
    }

    .jcf-scrollbar-vertical .jcf-scrollbar-inc {
        top: auto;
        bottom: 0;
    }

    .jcf-scrollbar-vertical .jcf-scrollbar-handle {
        width: 8px;
        height: 1px;
        background: #00af92;
    }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3;
}

.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

    .fancybox-container * {
        box-sizing: border-box;
    }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #005eb8;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .85;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

    .fancybox-slide::before {
        display: inline-block;
        vertical-align: middle;
        content: "";
        font-size: 0;
        height: 100%;
        width: 0;
    }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

    .fancybox-slide--image::before {
        display: none;
    }

.fancybox-slide--html {
    padding: 0;
}

.fancybox-content {
    margin: 0;
    max-width: 100%;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

    .fancybox-error p {
        color: #444;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0;
    }

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    display: none;
}

    .fancybox-button,
    .fancybox-button:visited,
    .fancybox-button:link {
        color: #ccc;
    }

        .fancybox-button:hover {
            color: #fff;
        }

        .fancybox-button:focus {
            outline: none;
        }

        .fancybox-button.fancybox-focus {
            outline: 1px dotted;
        }

        .fancybox-button[disabled],
        .fancybox-button[disabled]:hover {
            color: #888;
            cursor: default;
            outline: none;
        }

        .fancybox-button div {
            height: 100%;
        }

        .fancybox-button svg {
            display: block;
            height: 100%;
            overflow: visible;
            position: relative;
            width: 100%;
        }

            .fancybox-button svg path {
                fill: currentColor;
                stroke-width: 0;
            }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

    .fancybox-close-small:hover {
        color: #fff;
        opacity: 1;
    }

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

    .fancybox-navigation .fancybox-button div {
        padding: 7px;
    }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}

/* Caption */

.fancybox-caption {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

    .fancybox-caption a:hover {
        color: #fff;
        text-decoration: underline;
    }

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

    .fancybox-share h1 {
        color: #222;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 20px 0;
    }

    .fancybox-share p {
        margin: 0;
        padding: 0;
    }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

    .fancybox-share__button:visited,
    .fancybox-share__button:link {
        color: #fff;
    }

    .fancybox-share__button:hover {
        text-decoration: none;
    }

.fancybox-share__button--fb {
    background: #3b5998;
}

    .fancybox-share__button--fb:hover {
        background: #344e86;
    }

.fancybox-share__button--pt {
    background: #bd081d;
}

    .fancybox-share__button--pt:hover {
        background: #aa0719;
    }

.fancybox-share__button--tw {
    background: #1da1f2;
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8;
    }

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

    .fancybox-share__button svg path {
        fill: #fff;
    }

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

    .fancybox-thumbs__list a::before {
        border: 6px solid #ff5268;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
        transition: all .2s cubic-bezier(.25, .46, .45, .94);
        z-index: 99991;
    }

    .fancybox-thumbs__list a:focus::before {
        opacity: .5;
    }

    .fancybox-thumbs__list a.fancybox-thumbs-active::before {
        opacity: 1;
    }

.lightbox-area {
    position: relative;
}

    .lightbox-area .close {
        position: absolute;
        right: 28px;
        top: 21px;
        color: #fff;
        text-align: center;
        outline: none;
        z-index: 5;
    }

        .lightbox-area .close .icon-close {
            font-size: 20px;
            line-height: 1;
            position: absolute;
            right: 0;
            top: 4px;
        }

        .lightbox-area .close .text {
            font-size: 20px;
            line-height: 24px;
            position: relative;
            padding: 0 35px 0 0;
            display: block;
        }

        .lightbox-area .close:hover {
            opacity: .8;
        }

.lightbox-frame {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100vh;
}

.lightbox-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

    .lightbox-holder .container {
        position: relative;
        max-width: 1179px;
        padding: 0 15px;
        width: 100%;
        margin: 0 auto;
    }

    .lightbox-holder .search-field {
        width: 100%;
        height: 48px;
        position: relative;
        padding: 0 35px 10px 0;
        margin: 0 0 47px;
        border-bottom: 1px solid #fff;
    }

        .lightbox-holder .search-field input[type="search"],
        .lightbox-holder .search-field input[type="text"] {
            width: 100%;
            height: 100%;
            font: 400 22px/26px "Roboto Slab", "Arial", "Helvetica", sans-serif;
            background: none;
            border: none;
            outline: none;
            box-shadow: none;
            padding: 0;
            color: #fff;
        }

            .lightbox-holder .search-field input[type="search"]:-moz-placeholder,
            .lightbox-holder .search-field input[type="text"]:-moz-placeholder {
                color: #fff;
                opacity: 1;
            }

            .lightbox-holder .search-field input[type="search"]::-moz-placeholder,
            .lightbox-holder .search-field input[type="text"]::-moz-placeholder {
                color: #fff;
                opacity: 1;
            }

            .lightbox-holder .search-field input[type="search"]:-ms-input-placeholder,
            .lightbox-holder .search-field input[type="text"]:-ms-input-placeholder {
                color: #fff;
            }

            .lightbox-holder .search-field input[type="search"]::-webkit-input-placeholder,
            .lightbox-holder .search-field input[type="text"]::-webkit-input-placeholder {
                color: #fff;
            }

        .lightbox-holder .search-field button[type="submit"] {
            background: none;
            border: none;
            outline: none;
            padding: 0;
            position: absolute;
            top: -6px;
            right: 0;
            bottom: 0;
            width: 30px;
            color: #fff;
            outline: none;
        }

            .lightbox-holder .search-field button[type="submit"] i {
                font-size: 21px;
                line-height: 1;
                display: block;
            }

            .lightbox-holder .search-field button[type="submit"]:hover {
                opacity: .8;
            }

.form-area {
    position: relative;
    max-width: 546px;
    margin: 0 auto;
    padding: 75px 0;
}

    .form-area .wrap {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: -8px 0 0;
    }

    .form-area .password-text {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        font-style: italic;
        display: block;
        color: #fff;
    }

        .form-area .password-text a {
            color: #fff;
        }

            .form-area .password-text a:hover {
                opacity: .8;
            }

    .form-area .sign-check {
        position: relative;
        color: #fff;
    }

        .form-area .sign-check label {
            display: inline-block;
            vertical-align: top;
            font-size: 16px;
            line-height: 20px;
            position: relative;
            font-weight: 400;
            color: #fff;
            padding: 0 0 0 29px;
            margin: 0;
        }

            .form-area .sign-check label .icon {
                width: 16px;
                height: 16px;
                border: 1px solid #fff;
                position: absolute;
                left: 0;
                top: 2px;
                color: #fff;
            }

                .form-area .sign-check label .icon:before {
                    font-size: 7px;
                    line-height: 14px;
                    font-family: "icomoon" !important;
                    content: "\e90c";
                    -webkit-transition: opacity .4s ease, visibility .4s ease;
                    transition: opacity .4s ease, visibility .4s ease;
                    position: absolute;
                    left: 1px;
                    top: 0;
                    opacity: 0;
                    visibility: hidden;
                    display: none;
                }

                .form-area .sign-check label .icon:after {
                    width: 10px;
                    height: 5px;
                    -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    content: "";
                    position: absolute;
                    left: 2px;
                    top: 3px;
                    border: solid #fff;
                    border-width: 0 0 2px 2px;
                    -webkit-transition: opacity .4s ease, visibility .4s ease;
                    transition: opacity .4s ease, visibility .4s ease;
                    opacity: 0;
                    visibility: hidden;
                }

        .form-area .sign-check input[type="checkbox"] {
            position: fixed;
            opacity: 0;
            visibility: hidden;
        }

            .form-area .sign-check input[type="checkbox"]:checked + label .icon:before,
            .form-area .sign-check input[type="checkbox"]:checked + label .icon:after {
                opacity: 1;
                visibility: visible;
            }

    .form-area input[type="submit"] {
        font-size: 18px;
        line-height: 22px;
        width: 280px;
        height: 51px;
        font-weight: 500;
        background: #fff;
        border: none;
        outline: none;
        box-shadow: none;
        border-radius: 35px;
        text-transform: capitalize;
        color: #005eb8;
        display: block;
        margin: 37px auto 0;
    }

        .form-area input[type="submit"]:hover,
        .form-area input[type="submit"]:focus {
            background: #00af92;
            color: #fff;
        }

.form-heading {
    position: relative;
    text-align: center;
    color: #fff;
    margin: 0 0 39px;
}

    .form-heading .title {
        font: 400 22px/1.2272 "Roboto Slab", "Arial", "Helvetica", sans-serif;
        display: block;
        margin: 0 0 15px;
    }

    .form-heading .text {
        font-size: 16px;
        line-height: 24px;
        display: block;
    }

        .form-heading .text a {
            font-weight: 700;
        }

    .form-heading a {
        color: #fff;
    }

        .form-heading a:hover {
            opacity: .8;
        }

.form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px 42px;
}

    .form-group .field-holder {
        position: relative;
        padding: 0 15px;
        width: 100%;
    }

        .form-group .field-holder.w-50 {
            width: 50%;
        }

    .form-group .label-holder {
        position: relative;
        line-height: 1;
        display: block;
    }

    .form-group label {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        line-height: 15px;
        font-weight: 700;
        text-transform: capitalize;
        color: #fff;
        margin: 0 0 10px;
    }

    .form-group .form-control {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
        height: 26px;
        outline: none;
        box-shadow: none;
        padding: 0 0 5px;
        border: none;
        border-bottom: 2px solid #fff;
        background: none;
        color: #fff;
    }

        .form-group .form-control:-moz-placeholder {
            color: #fff;
            opacity: 1;
        }

        .form-group .form-control::-moz-placeholder {
            color: #fff;
            opacity: 1;
        }

        .form-group .form-control:-ms-input-placeholder {
            color: #fff;
        }

        .form-group .form-control::-webkit-input-placeholder {
            color: #fff;
        }

        .form-group .form-control:focus {
            border-color: #fff;
        }

.topic-lightbox .lightbox-frame {
    display: block;
}

.topic-lightbox .lightbox-holder {
    display: block;
    padding: 105px 0;
}

.topic-detail {
    position: relative;
    color: #fff;
}

    .topic-detail .title {
        font: 400 22px/1.2272 "Roboto Slab", "Arial", "Helvetica", sans-serif;
        border-bottom: 1px solid #fff;
        display: block;
        padding: 0 0 15px;
        margin: 0;
    }

    .topic-detail a {
        color: #fff;
    }

        .topic-detail a:hover {
            opacity: .8;
        }

.alphabet-list {
    font-size: 24px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-transform: uppercase;
    position: relative;
    border-bottom: 3px solid #fff;
    padding: 0 0 15px;
    display: none;
}

    .alphabet-list li {
        position: relative;
        padding: 0 8px 0 0;
    }

        .alphabet-list li a {
            display: block;
        }

.section-content {
    position: relative;
}

    .section-content .detail-block {
        border-bottom: 1px solid #fff;
        padding: 30px 0 8px;
        position: relative;
    }

        .section-content .detail-block .heading {
            font: 400 28px/1 "Roboto Slab", "Arial", "Helvetica", sans-serif;
            display: block;
            margin: 0 0 23px;
        }

    .section-content .detail-list-holder {
        position: relative;
    }

    .section-content .detail-list {
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }

        .section-content .detail-list li {
            position: relative;
            margin: 0 0 19px;
        }

@media (min-width: 410px) {
    .aside .report-text {
        bottom: 28px;
    }

    .aside-list-area {
        padding: 27px 17px;
    }

    .progress-area .text {
        padding: 0 10px;
    }

    .main-holder {
        padding: 24px 27px 10px;
    }

    .pager-area .pagination {
        font-size: 18px;
    }

        .pager-area .pagination li {
            padding: 0 7px;
        }

    .tabset {
        font-size: 18px;
        line-height: 22px;
    }

        .tabset li {
            margin: 0 55px 0 0;
        }

            .tabset li:before {
                height: 4px;
            }

    .header {
        padding: 0 0 0 21px;
    }

    .header-info .search-wrap {
        width: 70px;
    }

    .header-info .text-wrap {
        width: 70px;
    }

        .header-info .text-wrap a {
            font-size: 16px;
        }

    .opener-wrap {
        width: 70px;
    }

    .visual-image {
        height: 672px;
    }

        .visual-image img {
            height: 672px;
        }

    .visual-caption {
        padding: 30px 40px;
    }

        .visual-caption .text-wrap {
            font-size: 26px;
            line-height: 38px;
        }

    .content-area {
        padding: 30px 27px;
    }

    .article-detail .btns-list a {
        min-width: 280px;
    }

    .article-heading-area .field-holder input[type="text"] {
        padding: 5px 16px;
        font-size: 14px;
    }

    .radio-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -10px;
    }

        .radio-list li {
            padding: 0 11px;
            margin: 0;
        }

    .main-content {
        padding: 0 15px 30px;
    }

    .profile-info {
        padding: 0 5px;
    }

        .profile-info .name {
            font-size: 24px;
            left: 127px;
        }

        .profile-info .btns-list .btn-primary,
        .profile-info .btns-list .btn-secondary {
            font-size: 18px;
            width: 280px;
        }

    .sidebar .holder {
        padding: 54px 27px 35px;
    }

    .follower-list {
        padding: 28px 4px 22px;
    }

    .sidenav {
        font-size: 18px;
    }

    .jcf-file {
        width: 135px;
    }

    .lightbox-holder .container {
        padding: 0 27px;
    }

    .form-area .password-text {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
        line-height: 1.6667;
    }

    h1,
    .h1 {
        font-size: 32px;
        line-height: 1.2272;
    }

    h2,
    .h2 {
        font-size: 22px;
        line-height: 1.41667;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    .btn-primary {
        font-size: 18px;
        line-height: 22px;
        min-width: 199px;
        height: 50px;
        padding: 12px 20px;
    }

    .btn-secondary {
        font-size: 18px;
        line-height: 22px;
        min-width: 199px;
        height: 50px;
        padding: 12px 20px;
    }

    .banner-area .icon-wrap {
        width: 60px;
        height: 60px;
        left: 25px;
        bottom: -30px;
    }

        .banner-area .icon-wrap i {
            font-size: 22px;
            line-height: 60px;
        }

    .aside {
        padding: 0 0 100px;
        width: 180px;
    }

        .aside:before {
            display: block;
        }

        .aside .info-list {
            border: none;
            display: block;
        }

            .aside .info-list li {
                width: auto;
                height: 150px;
                border-bottom: 1px solid #e6e6e6;
                border-left: none;
            }

            .aside .info-list .icon {
                font-size: 46px;
                display: block;
                margin: 0 0 10px;
            }

            .aside .info-list .text {
                font-size: 20px;
                display: block;
            }

        .aside .report-text {
            font-size: 14px;
            line-height: 18px;
            padding: 0 0 25px;
            text-align: center;
            left: 0;
            right: 0;
            bottom: 0;
        }

            .aside .report-text .icon-flag {
                font-size: 42px;
                display: block;
                margin: 0 0 10px;
            }

    .aside-list-area {
        padding: 35px 25px;
        display: block;
    }

        .aside-list-area h2 {
            margin: 0 0 26px;
        }

        .aside-list-area .aside-list {
            display: block;
        }

            .aside-list-area .aside-list li {
                margin: 0 0 6px;
            }

    .password-section .sign-logo {
        width: 376px;
    }

    .password-section .heading-area h1 {
        margin: 0 0 18px;
    }

    .password-section .form-group {
        margin-bottom: 15px;
    }

        .password-section .form-group label {
            margin: 0 0 6px;
        }

    .password-section .btn-primary {
        min-width: 318px;
        margin: 50px auto 0;
    }

    .progress-area {
        padding: 0 0 42px;
    }

        .progress-area .text {
            margin: 21px 0 0;
            padding: 0;
        }

    .progress-bar {
        height: 13px;
    }

        .progress-bar .bar {
            height: 13px;
        }

    .main-holder {
        padding: 35px 27px;
    }

    .chosen-container-multi .chosen-choices {
        margin: 0;
    }

        .chosen-container-multi .chosen-choices li.search-choice {
            padding: 8px 50px 6px 15px;
        }

    .pager-area {
        padding: 34px 0 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .pager-area .next,
        .pager-area .prev {
            width: 50px;
            height: 50px;
            position: static;
        }

            .pager-area .next i,
            .pager-area .prev i {
                font-size: 16px;
                line-height: 50px;
            }

        .pager-area .pagination {
            font-size: 22px;
            line-height: 26px;
            padding: 0 38px;
        }

            .pager-area .pagination li {
                padding: 0 5px;
            }

    .list li {
        margin: 0 0 10px;
    }

        .list li:before {
            width: 5px;
            height: 5px;
            margin: 13px 7px 0 0;
        }

    .tabset {
        font-size: 20px;
        line-height: 24px;
    }

        .tabset li {
            margin: 0 49px 0 0;
            padding: 0 0 22px;
        }

            .tabset li:before {
                height: 5px;
            }

    .tab-content {
        padding: 45px 0 0;
    }

    .logo {
        width: 130px;
    }

    .header-holder {
        width: calc(100% - 130px);
    }

    .header-info {
        height: 100px;
    }

        .header-info .search-wrap {
            width: 100px;
        }

        .header-info .serach-opener i {
            font-size: 30px;
        }

        .header-info .text-wrap {
            width: 100px;
        }

            .header-info .text-wrap a {
                font-size: 22px;
                line-height: 26px;
            }

    .opener-wrap {
        width: 100px;
    }

    .menu-opener i {
        font-size: 24px;
    }

    .menu-close {
        font-size: 24px;
        padding: 1px 34px 0 0;
    }

        .menu-close i {
            font-size: 22px;
        }

    .content-area {
        padding: 50px 25px;
    }

        .content-area h1 {
            margin: 0 0 32px;
        }

    .content-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .content {
        -webkit-box-flex: 1;
        /*-ms-flex-positive: 1;*/
        flex-grow: 1;
        /*-ms-flex-preferred-size: 0;*/
        flex-basis: 0;
    }

    .article {
        padding: 50px 30px;
    }

        .article h1 {
            margin: 0 0 25px;
        }

        .article h2 {
            margin: 0 0 20px;
        }

        .article .author {
            font-size: 14px;
            line-height: 18px;
            margin: 0 0 25px;
        }

        .article p {
            margin: 0 0 19px;
        }

        .article .text-wrap {
            padding: 30px 0 0;
        }

    .comments-area {
        padding: 35px 30px;
    }

        .comments-area h2 {
            font-size: 36px;
            margin: 0 0 30px;
        }

    .comment-field {
        padding: 0 0 40px;
    }

        .comment-field textarea {
            padding: 21px 25px;
            font-size: 16px;
            height: 200px;
        }

        .comment-field .btn-holder {
            padding: 28px 0 0;
        }

    .answer-area {
        padding: 40px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .answer-area .user-image {
            width: 100px;
        }

            .answer-area .user-image .image-wrap {
                width: 76px;
                height: 76px;
            }

    .answer-block {
        width: calc(100% - 100px);
        padding: 35px 35px 25px;
        margin: 0;
    }

        .answer-block:after {
            display: block;
        }

        .answer-block:before {
            display: none;
        }

        .answer-block .option-list li {
            margin: 0 23px 0 0;
        }

            .answer-block .option-list li i,
            .answer-block .option-list li .icon-heart-fill {
                margin: 4px 1px 0 0;
                font-size: 14px;
            }

    .result-heading {
        margin: 0 0 35px;
    }

        .result-heading .info-list .text {
            display: block;
        }

        .result-heading .result-text {
            font-size: 26px;
        }

    .result-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 10px;
    }

        .result-block .block {
            font-size: 16px;
            line-height: 24px;
            padding: 30px 25px 30px 50px;
            width: calc(100% - 50px);
        }

        .result-block h2 {
            font-size: 24px;
            line-height: 34px;
            margin: 0 0 9px;
        }

        .result-block .author {
            font-size: 14px;
            line-height: 17px;
            margin: 0 0 21px;
        }

        .result-block .tags-wrap {
            font-size: 14px;
            line-height: 18px;
            padding: 17px 0 0;
        }

        .result-block .like-bar {
            width: 50px;
            height: auto;
            position: relative;
            padding: 0;
            background: none;
        }

            .result-block .like-bar:before {
                display: block;
            }

        .result-block .option-list {
            height: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 0;
        }

            .result-block .option-list li {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                padding: 0;
                height: 50%;
            }

                .result-block .option-list li + li {
                    border-top: 1px solid #e6e6e6;
                }

                .result-block .option-list li:only-child {
                    height: 100%;
                }

            .result-block .option-list .icon-holder {
                vertical-align: top;
                margin: 0;
            }

                .result-block .option-list .icon-holder .icon-heart,
                .result-block .option-list .icon-holder .icon-prayer {
                    font-size: 27px;
                }

                .result-block .option-list .icon-holder .icon-prayer {
                    font-size: 24px;
                }

            .result-block .option-list .icon-heart-fill {
                font-size: 23px;
            }

            .result-block .option-list .text {
                font-size: 16px;
                line-height: 20px;
                display: block;
                margin: 2px 0 0;
            }

    .article-detail {
        padding: 50px 30px;
        margin: 0;
    }

        .article-detail h2 {
            margin: 0 0 25px;
        }

        .article-detail .btns-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 50px 0 0;
        }

            .article-detail .btns-list li {
                padding: 0 10px;
                margin: 0;
            }

            .article-detail .btns-list a {
                min-width: 237px;
            }

    .article-heading-area .field-holder input[type="text"] {
        font-size: 16px;
        line-height: 22px;
        padding: 8px 19px;
    }

    .article-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 29px;
    }

        .article-heading h2 {
            margin: 0;
        }

    .article-info {
        padding: 50px 0 0;
    }

        .article-info .article-block {
            font-size: 16px;
            line-height: 30px;
            padding: 20px 30px;
        }

        .article-info .article-option {
            margin: 0 0 25px;
        }

        .article-info .title {
            margin: 0 0 18px;
        }

    .upload-area {
        padding: 43px 0 0;
    }

    .upload-list {
        padding: 0;
        margin: 0 -15px;
    }

        .upload-list li {
            padding: 0 15px;
            margin: 0 0 30px;
        }

    .option-info {
        padding: 25px 0 0;
    }

        .option-info .option-wrap {
            margin: 0 0 35px;
        }

    .radio-list {
        margin: 0 -18px;
    }

        .radio-list li {
            padding: 0 19px;
        }

        .radio-list label {
            font-size: 16px;
            line-height: 20px;
            padding: 0 0 0 35px;
        }

            .radio-list label .icon {
                top: -1px;
            }

    .chosen-area {
        padding: 30px 0 50px;
    }

    .content-text-block {
        padding: 80px 35px;
    }

        .content-text-block .h1 {
            font-size: 26px;
            line-height: 36px;
        }

        .content-text-block p {
            margin: 0 0 20px;
        }

    .main-content {
        border-bottom: none;
        padding: 0 25px 50px;
        margin: 0;
    }

    .profile-info-block {
        padding: 60px 0 0;
    }

    .profile-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin: 0 0 49px;
    }

        .profile-info .profile-image {
            width: 150px;
            height: 150px;
            margin: 0;
        }

        .profile-info .image-wrap {
            border-width: 5px;
        }

        .profile-info .edit {
            width: 43px;
            height: 43px;
            bottom: 5px;
            right: 0;
        }

            .profile-info .edit i {
                font-size: 16px;
                line-height: 36px;
            }

        .profile-info .name-holder {
            position: relative;
            padding: 0 0 0 20px;
        }

        .profile-info .name {
            font-size: 30px;
            line-height: 34px;
            position: static;
            margin: 0 0 20px;
        }

        .profile-info .btns-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .profile-info .btns-list li {
                padding: 0 14px 0 0;
                margin: 0;
            }

            .profile-info .btns-list .btn-primary,
            .profile-info .btns-list .btn-secondary {
                font-size: 16px;
                line-height: 20px;
                width: auto;
                height: 40px;
                min-width: inherit;
                padding: 10px 30px;
                margin: 0;
            }

    .widget-area .title {
        padding: 15px 28px;
        font-size: 13px;
        height: 51px;
    }

    .widget-opener {
        padding: 16px 35px 16px 15px;
    }

        .widget-opener i {
            right: 20px;
        }

    .follower-list {
        padding: 32px 0 20px;
    }

        .follower-list li {
            margin: 0 0 11px;
        }

        .follower-list .image-wrap {
            width: 66px;
            height: 66px;
        }

        .follower-list .text {
            font-size: 16px;
            line-height: 20px;
            width: calc(100% - 66px);
            padding: 0 0 0 16px;
        }

    .jcf-file {
        width: 202px;
        height: 202px;
        padding: 156px 15px 15px;
    }

        .jcf-file .jcf-upload-button {
            font-size: 16px;
            line-height: 20px;
        }

            .jcf-file .jcf-upload-button:after {
                width: 72px;
                height: 72px;
                margin: 0 0 0 -36px;
                top: 63px;
            }

            .jcf-file .jcf-upload-button:before {
                font-size: 32px;
                line-height: 72px;
                top: 64px;
            }

        .jcf-file .jcf-fake-input {
            left: 5px;
            top: 5px;
            right: 5px;
            bottom: 5px;
        }

    .jcf-remove-chosen {
        width: 34px;
        height: 34px;
        top: 5px;
        right: 5px;
    }

        .jcf-remove-chosen:before {
            font-size: 10px;
            line-height: 35px;
        }

    .lightbox-area .close {
        right: 30px;
        top: 30px;
    }

        .lightbox-area .close .icon-close {
            font-size: 22px;
            top: 4px;
        }

        .lightbox-area .close .text {
            font-size: 24px;
            line-height: 27px;
        }

    .lightbox-holder .search-field {
        border-bottom-width: 4px;
        padding: 0 35px 6px 0;
        height: 72px;
        margin: 0;
    }

        .lightbox-holder .search-field button[type="submit"] i {
            font-size: 28px;
        }

    .form-area .sign-check label {
        padding: 0 0 0 33px;
    }

    .form-area input[type="submit"] {
        width: 318px;
        margin: 46px auto 0;
    }

    .form-heading .title {
        font-size: 32px;
    }

    .topic-detail .title {
        border-bottom: none;
        font-size: 32px;
    }

    .alphabet-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .section-content .detail-block {
        padding: 42px 0 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .section-content .detail-block .heading {
            margin: 0;
            width: 100px;
            font-size: 34px;
        }

    .section-content .detail-list-holder {
        width: calc(100% - 100px);
    }

    .section-content .detail-list {
        font-size: 18px;
        line-height: 22px;
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 15px;
        column-gap: 15px;
    }

        .section-content .detail-list li {
            margin: 0 0 15px;
        }
}

@media (min-width: 1025px) {
    body {
        font-size: 18px;
    }

    h1,
    .h1 {
        font-size: 34px;
    }

    h2,
    .h2 {
        font-size: 24px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    .desktop-hidden {
        display: none !important;
    }

    #wrapper {
        padding: 120px 0 0;
    }

    .home #wrapper {
        padding: 0;
    }

    .password-page #wrapper {
        padding: 0;
    }

    .main {
        padding: 0 0 0 280px;
    }

    .aside .info-list .text {
        font-size: 24px;
    }

    .password-section .heading-area {
        padding: 93px 0 35px;
    }

    .wrapper-holder {
        padding: 0 0 0 50%;
    }

    .right-col {
        background: none;
        padding: 120px 0 0;
    }

    .main-holder {
        padding: 35px 20px;
    }

    .header {
        width: 100%;
        height: 120px;
        padding: 0;
        position: fixed;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        left: 0;
        top: 0;
    }

    .home .header {
        left: auto;
        width: 50%;
        right: 0;
    }

    .logo-holder {
        width: 280px;
        height: 120px;
        background: #1a6ebf;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
    }

    .home .logo-holder {
        display: none;
    }

    .logo {
        width: 200px;
    }

    .header-holder {
        width: calc(100% - 280px);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 20px 0 0;
    }

    .home .header-holder {
        width: 100%;
    }

    .header-holder .btn-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin: 0 -4px;
    }

        .header-holder .btn-list li {
            padding: 0 4px;
            margin: 0;
        }

        .header-holder .btn-list a {
            width: 125px;
            height: 50px;
            border-color: transparent;
            margin: 0;
        }

        .header-holder .btn-list .join-btn {
            border-color: #cfd7e2;
            color: #1c5eb8;
        }

            .header-holder .btn-list .join-btn:hover {
                border-color: #00af92;
                background: #00af92;
                color: #fff;
            }

        .header-holder .btn-list .sign-btn {
            border-color: #005eb8;
            background: #005eb8;
            color: #fff;
        }

            .header-holder .btn-list .sign-btn:hover {
                border-color: #00af92;
                background: #00af92;
            }

    .header-info {
        height: 120px;
    }

        .header-info .search-wrap {
            border-left: none;
            width: 90px;
        }

        .header-info .serach-opener i {
            font-size: 49px;
        }

        .header-info .text-wrap {
            width: 120px;
        }

            .header-info .text-wrap a {
                font-size: 28px;
                line-height: 34px;
            }

    .nav-drop {
        -webkit-transition: none;
        transition: none;
        opacity: 1;
        visibility: visible;
        overflow: visible;
        height: auto;
        position: static;
    }

    .nav-area {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
        background: none;
        height: auto;
        overflow: visible;
        position: static;
    }

    .nav-wrap {
        height: auto;
        position: static;
        display: block;
        overflow: visible;
    }

    .visual-area {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
    }

        .visual-area:before {
            display: block;
        }

    .visual-image {
        height: 100%;
    }

        .visual-image img {
            height: auto;
        }

    .visual-logo .logo {
        width: 240px;
    }

    .visual-caption {
        padding: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
    }

        .visual-caption .text-wrap {
            font-size: 23px;
            line-height: 35px;
        }

    .content-area h1 {
        margin: 0 0 44px;
    }

    .article h1 {
        margin: 0 0 38px;
    }

    .result-area.style01 {
        margin: -17px 0 0;
    }

    .content-text-block .h1 {
        font-size: 32px;
        line-height: 46px;
        margin: 0 0 35px;
    }

    .content-text-block h2 {
        margin: 0 0 22px;
    }

    .profile-info .name-holder {
        padding: 0 0 0 31px;
    }

    .profile-info .name {
        font-size: 36px;
        line-height: 40px;
    }

    .sidebar {
        -webkit-transition: top .4s ease;
        transition: top .4s ease;
        position: fixed;
        top: 120px;
        bottom: 0;
        left: 0;
        width: 280px;
        z-index: 20;
    }

        .sidebar .wrap {
            height: 100%;
            overflow: auto;
        }

        .sidebar .holder {
            padding: 49px 20px;
        }

    .widget-area {
        margin: 20px 0 30px;
    }

        .widget-area .widget {
            padding: 23px 20px 0;
            margin: 0 0 50px;
        }

        .widget-area .title {
            padding: 15px 10px;
        }

        .widget-area .widget-list li {
            padding: 15px 0;
        }

    .widget-opener {
        margin: 10px -20px 0;
    }

    .sidenav {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 20px;
        text-align: left;
    }

        .sidenav li {
            margin: 0 0 7px;
        }

    .copyright {
        text-align: left;
    }

    .lightbox-area .close {
        right: 49px;
        top: 49px;
    }

        .lightbox-area .close .icon-close {
            position: static;
            display: block;
            margin: 0 0 16px;
        }

        .lightbox-area .close .text {
            padding: 0;
        }

    .lightbox-holder .search-field input[type="search"],
    .lightbox-holder .search-field input[type="text"] {
        font-size: 36px;
        line-height: 40px;
    }

    .form-area {
        padding: 0;
    }

        .form-area .wrap {
            margin: -10px 0 0;
        }

    .form-heading {
        margin: 0 0 52px;
    }

        .form-heading .title {
            font-size: 44px;
            margin: 0 0 18px;
        }

    .form-group {
        margin: 0 -15px 47px;
    }

    .topic-lightbox .lightbox-holder {
        padding: 114px 0;
    }

    .topic-detail .title {
        font-size: 44px;
        margin: 0 0 31px;
    }

    .alphabet-list li {
        padding: 0 12px 0 0;
    }

    .section-content .detail-block .heading {
        font-size: 44px;
        width: 145px;
    }

    .section-content .detail-list-holder {
        width: calc(100% - 145px);
        padding: 4px 50px 0 0;
    }

    .section-content .detail-list {
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 38px;
    }

    #wrapper {
        padding: 150px 0 0;
    }

    .home #wrapper {
        padding: 0;
    }

    .password-page #wrapper {
        padding: 0;
    }

    .main {
        padding: 0 0 0 320px;
    }

    .aside {
        padding: 0 0 140px;
        width: 230px;
    }

        .aside .info-list li {
            height: 193px;
        }

        .aside .report-text {
            padding: 0 0 48px;
        }

    .aside-list-area {
        padding: 57px 25px;
    }

    .right-col {
        padding: 150px 0 0;
    }

    .main-holder {
        padding: 40px 35px;
    }

    .tabset {
        font-size: 24px;
        line-height: 27px;
    }

    .header {
        height: 150px;
    }

    .logo-holder {
        width: 320px;
        height: 150px;
    }

    .logo {
        width: 240px;
    }

    .header-holder {
        width: calc(100% - 320px);
        padding: 0 25px 0 0;
    }

    .home .header-holder {
        width: 100%;
    }

    .header-holder .btn-list {
        margin: 0 -8px;
    }

        .header-holder .btn-list li {
            padding: 0 8px;
        }

    .header-info {
        height: 150px;
    }

        .header-info .search-wrap {
            width: 120px;
        }

        .header-info .text-wrap {
            width: 165px;
        }

            .header-info .text-wrap a {
                font-size: 36px;
                line-height: 40px;
            }

    .visual-logo .logo {
        width: 348px;
    }

    .visual-caption {
        padding: 30px;
    }

        .visual-caption .text-wrap {
            font-size: 26px;
            line-height: 40px;
        }

    .visual-info {
        padding: 30px 0 0;
    }

    .content-area h1 {
        margin: 10px 0 60px;
    }

    .comments-area {
        padding: 45px 30px;
    }

    .comment-field {
        padding: 0 0 52px;
    }

    .answer-area {
        padding: 58px 0 0;
    }

    .answer-block {
        padding: 35px 60px 25px 39px;
    }

    .result-heading {
        margin: 0 0 48px;
    }

        .result-heading .info-list li {
            padding: 0 20px 0 0;
        }

        .result-heading .info-list .icon-holder {
            width: 44px;
            height: 44px;
        }

            .result-heading .info-list .icon-holder i {
                font-size: 22px;
                line-height: 44px;
            }

        .result-heading .info-list .text {
            font-size: 18px;
            line-height: 22px;
            padding: 0 0 0 14px;
        }

        .result-heading .result-text {
            font-size: 30px;
        }

    .result-block .block {
        padding: 30px 40px 36px 60px;
        width: calc(100% - 62px);
    }

    .result-block p {
        margin: 0 0 22px;
    }

    .result-block .like-bar {
        width: 62px;
    }

    .article-detail {
        padding: 78px 50px 69px;
    }

        .article-detail h2 {
            font-size: 30px;
        }

        .article-detail .btns-list li {
            padding: 0 20px;
        }

    .article-info {
        padding: 79px 0 0;
    }

        .article-info .article-block {
            padding: 20px 50px;
        }

    .option-info {
        padding: 47px 0 0;
    }

    .content-text-block {
        padding: 100px 40px;
    }

        .content-text-block .h1 {
            font-size: 36px;
            line-height: 48px;
        }

    .main-content {
        padding: 0 50px 70px;
    }

        .main-content .result-area {
            margin: 0 0 30px;
        }

    .profile-info-block {
        padding: 73px 0 0;
    }

    .profile-info .btns-list .btn-primary,
    .profile-info .btns-list .btn-secondary {
        padding: 10px 40px;
    }

    .sidebar {
        width: 320px;
        top: 150px;
    }

    .widget-area .title {
        font-size: 14px;
        letter-spacing: .7px;
        padding: 15px 18px;
    }

    .widget-opener {
        padding: 16px 35px 16px 28px;
    }

    .section-content .detail-list-holder {
        padding: 4px 129px 0 0;
    }
}

@media (min-width: 1500px) {
    h1,
    .h1 {
        font-size: 44px;
    }

    .main {
        padding: 0 0 0 400px;
    }

    .banner-area .icon-wrap {
        left: 50px;
    }

    .aside {
        width: 280px;
    }

    .logo-holder {
        width: 400px;
        padding: 0 25px;
    }

    .header-holder {
        width: calc(100% - 400px);
    }

    .home .header-holder {
        width: 100%;
    }

    .header-holder .btn-list a {
        width: 142px;
    }

    .header-info .search-wrap {
        width: 168px;
    }

    .header-info .text-wrap {
        width: 230px;
    }

    .visual-image:before {
        right: auto;
        width: 947px;
    }

    .visual-caption {
        padding: 80px 50px 50px;
    }

        .visual-caption .text-wrap {
            font-size: 36px;
            line-height: 58px;
        }

    .visual-info {
        padding: 40px 0 0;
    }

    .article {
        padding: 70px 50px;
    }

        .article .text-wrap {
            padding: 48px 0 0;
        }

    .comments-area {
        padding: 60px 50px;
    }

    .result-heading .info-list li {
        padding: 0 48px 0 0;
    }

    .result-heading .info-list .icon-holder {
        width: 60px;
        height: 60px;
    }

        .result-heading .info-list .icon-holder i {
            line-height: 60px;
        }

    .article-detail h2 {
        font-size: 33px;
    }

    .article-info .article-option {
        margin: 0 0 45px;
    }

    .option-info .option-wrap {
        margin: 0;
    }

    .chosen-area {
        padding: 72px 0 80px;
    }

    .content-text-block {
        padding: 151px 0 122px;
    }

        .content-text-block .text-wrap {
            padding: 44px 0 0;
        }

    .main-content {
        padding: 0 90px 85px;
    }

        .main-content .result-area {
            margin: 0 0 54px;
        }

    .sidebar {
        width: 400px;
    }

        .sidebar .holder {
            padding: 49px 25px;
        }

    .widget-area {
        margin: 24px 0 45px;
    }

        .widget-area .widget {
            padding: 23px 28px 0;
            margin: 0 0 75px;
        }

        .widget-area .title {
            padding: 15px 28px;
        }

        .widget-area .widget-list {
            font-size: 18px;
            line-height: 28px;
        }

            .widget-area .widget-list li {
                padding: 24px 0 22px;
            }

                .widget-area .widget-list li .text {
                    padding: 0 0 0 31px;
                }

    .widget-opener {
        margin: 10px -28px 0;
    }

    .sidenav {
        margin: 0 0 30px;
    }
}

@media (min-width: 1800px) {
    .main {
        padding: 0 0 0 512px;
    }

    .banner-area .icon-wrap {
        left: 90px;
    }

    .aside {
        width: 320px;
    }

    .password-section .container {
        padding: 40px 25px 0;
    }

    .main-holder {
        padding: 48px 50px 40px;
    }

    .logo-holder {
        width: 512px;
        padding: 0 50px;
    }

    .header-holder {
        width: calc(100% - 512px);
        padding: 0 48px 0 0;
    }

    .home .header-holder {
        width: 100%;
    }

    .visual-caption {
        padding: 125px 107px 65px;
    }

        .visual-caption .text-wrap {
            padding: 0 80px 0 0;
        }

    .visual-info {
        padding: 85px 0 0;
    }

    .content-area {
        padding: 50px;
    }

    .article {
        padding: 76px 105px 84px 90px;
    }

    .comments-area {
        padding: 75px 90px 60px;
    }

    .article-detail {
        padding: 78px 89px 69px;
    }

        .article-detail h2 {
            font-size: 34px;
        }

        .article-detail .btns-list {
            padding: 50px 0 0 50px;
        }

    .article-heading {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .article-heading .text {
            padding: 18px 0 0;
        }

    .article-info .article-block {
        padding: 20px 90px 22px 49px;
        margin: 27px 0 0;
    }

    .article-info .article-option {
        margin: 0 0 45px -16px;
    }

    .upload-list {
        padding: 4px 0 0;
    }

    .option-info {
        padding: 47px 62px 0 0;
    }

    .radio-list {
        padding: 5px 0 0;
    }

    .chosen-area h2 {
        margin: 0 0 29px;
    }

    .profile-info .name-holder {
        padding: 4px 0 0 31px;
    }

    .sidebar {
        width: 512px;
    }

        .sidebar .holder {
            padding: 49px 62px 50px 50px;
        }

    .widget-area .widget {
        padding: 23px 48px 0 28px;
    }

    .widget-opener {
        margin: 10px -48px 0 -28px;
    }

    .follower-list li {
        margin: 0 0 11px -2px;
    }

    .lightbox-holder .search-field {
        margin: 0 0 6px;
    }
}

@media (max-width: 1024px) {
    .mobile-hidden {
        display: none !important;
    }

    .menu-active {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }

        .menu-active #wrapper {
            height: 100%;
        }

    .jcf-scrollbar-vertical {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .banner-area img {
        object-fit: cover;
        height: 147px;
    }

    .aside-list-area h2 {
        font-size: 12px;
        line-height: 16px;
    }

    .aside-list-area .aside-list {
        font-size: 12px;
        line-height: 16px;
    }

    .password-section .heading-area h1 {
        font-size: 22px;
    }

    .article h1 {
        font-size: 18px;
        line-height: 22px;
    }

    .answer-block .option-list {
        padding: 0 0 0 9px;
        font-size: 14px;
    }

    .option-info .option-wrap h2 {
        margin: 0 0 27px;
    }

    .content-text-block .author {
        font-size: 14px;
    }

    .content-text-block .text-wrap {
        padding: 27px 0 0;
    }

    .content-text-block h2 {
        font-size: 16px;
    }
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-height: 480px) {
    .header-holder .btn-list {
        padding: 0;
    }
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

