/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
body {
    color: #333;
    font-size: 16px;
    line-height: 1.4;
    font-family: "AvenirNextLTPro-Regular", Helvetica, Arial, sans-serif;
    font-weight: 500;
    background-color: rgb(255, 255, 255);
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextLTPro-Regular';
    src: url(' ../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro-Regular.otf') format('opentype'), url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'), url('../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTCom-Md';
    src: url('../fonts/HelveticaNeueLTCom-Md.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTCom-Md.woff') format('woff'), url('../fonts/HelveticaNeueLTCom-Md.ttf') format('truetype'), url('../fonts/HelveticaNeueLTCom-Md.svg#HelveticaNeueLTCom-Md') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextLTPro-Demi';
    src: url('../fonts/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro-Demi.otf') format('opentype'), url('../fonts/AvenirNextLTPro-Demi.woff') format('woff'), url('../fonts/AvenirNextLTPro-Demi.ttf') format('truetype'), url('../fonts/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/FontAwesome.otf') format('opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lock:before {
    content: "\f023";
}

.fa-phone:before {
    content: "\f095";
}

.fa-user:before {
    content: "\f007";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-desktop {
    display: none;
}

.container {
    width: 95% !important;
    max-width: 1300px;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
    border: 1px solid #d6dbdf;
    width: 100%;
}

input {
    border: 1px solid #d6dbdf;
}

strong {
    color: #000;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Author's default styles
   ========================================================================== */

a:hover,
a:active,
a:focus,
a:active:focus,
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    text-decoration: none;
    outline: none;
    border: none;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    color: #696969;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    color: black;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: -.02em;
}

h3 {
    color: black;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
}

h4 {
    color: #535b62;
    font-family: "Avenir Next W01", Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
}

h5 {
    color: #0074bf;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

blockquote::after {
    background-color: red;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    width: 125px;
}

blockquote {
    border-left: medium none;
    color: #fc5441;
    font-size: 1.75rem;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 80%;
}

figure {
    margin: 0;
}

ul.list-style li {
    list-style: none;
}

.no-padding {
    padding: 0;
}

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

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

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.no-margin {
    margin: 0;
}

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

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

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.no-border {
    border: 0 none;
}

.no-border-radius {
    border-radius: 0;
}

.bg-transparent {
    background-color: transparent;
}

.section-control {
    display: table;
    width: 100%;
}

.cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.vertical-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.center-center {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
}

.transition {
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.navbar-toggle.collapsed .top-bar {
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.top-bar {
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10% 0;
    transform-origin: 10% 10% 0;
}

.middle-bar {
    opacity: 0;
}

.bottom-bar {
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90% 0;
    transform-origin: 10% 90% 0;
}

.header--fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}

.headroom {
    transition: -webkit-transform 200ms linear;
    -webkit-transition: -webkit-transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
}

.headroom--pinned {
    -webkit-transform: translateY(-0%);
    transform: translateY(-0%);
}

.headroom--unpinned {
    -webkit-transform: translateY(-0%);
    transform: translateY(-0%);
}

.btn {
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    padding: 10px 30px;
    border-radius: 30px;
    border: none;
}

.btn-large {
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 30px;
}

.btn-medium {
    font-size: 15px;
}

.btn-success {
    background-color: #00b050;
    color: white;
}

.btn-success:hover {
    background-color: #14A929;
    color: white;
}

.btn-success:active:focus,
.btn-success:focus,
.btn-success:active,
.btn-success:active:hover,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    background-color: #14A929;
    color: white;
}

.normal-form .nl-form button.btn-primary {
    background-color: #696969;
    color: white;
}

.btn-primary {
    background-color: #696969;
    color: white;
}

.btn-primary:hover {
    background-color: #156dc2;
    color: white;
}

.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    background-color: #156dc2;
    color: white;
}

.btn-default {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.btn-default:hover {
    background-color: rgba(255, 255, 255, .2);
    color: white;
    border: 2px solid white;
}

.btn-default:active:focus,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    background-color: rgba(255, 255, 255, .2);
    color: white;
    border: 2px solid white;
}

.btn-default.blue-default:hover {
    background-color: rgba(5, 84, 161, 0.05);
}

.btn-default.blue-default:active:focus,
.btn-default.blue-default:focus,
.btn-default.blue-default:active,
.btn-default.blue-default:active:hover,
.btn-default.blue-default:active.focus,
.btn-default.blue-default.active:hover,
.btn-default.blue-default.active:focus,
.btn-default.blue-default.active.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    background-color: rgba(5, 84, 161, 0.05);
}

.btn-filled {
    background-color: white;
    color: #00b050;
    border: 2px solid white;
}

.btn-filled:hover {
    background-color: white;
    color: #00b050;
    border: 2px solid white;
}

.btn-filled:active:focus,
.btn-filled:focus,
.btn-filled:active,
.btn-filled:active:hover,
.btn-filled:active.focus,
.btn-filled.active:hover,
.btn-filled.active:focus,
.btn-filled.active.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    background-color: white;
    color: #00b050;
    border: 2px solid white;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.lead {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 15px;
    letter-spacing: -.02em;
}

.bg-white {
    background-color: white;
}

.section-space {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.section-space-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.padding-xtra {
    padding-left: 30px;
    padding-right: 30px;
}

.mti-inactive {
    margin-top: 0 !important;
}

/*Header*/

header {
    background-color: #f2f5f7;
    padding-top: 20px;
    padding-bottom: 20px;
}

.search-wrapper {
    width: 225px;
    position: relative;
}

.search-wrapper .navbar-form {
    margin: 0;
    padding: 0;
}

.search-wrapper .input-group {
    width: 100%;
}

.search-wrapper .input-group input {
    border: none;
    width: 100%;
    text-transform: none;
    font-size: 11px;
}

.ios-icon {
    fill: #696969;
    fill-rule: evenodd;
}

.android-icon {
    fill: #696969;
    fill-rule: evenodd;
}

.phone-chat li.play-store-logo {
    padding-left: 0;
}

.play-store-logo ul li {
    margin-right: 10px;
}

.play-store-logo ul li:last-child {
    margin-right: 0;
}

.play-store-logo ul li,
.play-store-logo ul {
    float: left;
}

.play-store-logo ul {
    float: right;
    margin-right: 25px;
    margin-top: 4px;
    margin-bottom: 0;
}

.play-store-logo a {
    padding: 0;
    width: 26px;
}

.play-store-logo .btn-default.blue-default {
    margin-top: 0;
}

.play-store-logo a svg {
    width: 15px;
}

.navbar-nav>li>a {
    padding: 0;
    color: #666;
    font-size: 15px;
    font-weight: 700;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
    color: #696969;
}

.navbar-nav {
    padding-left: 0;
}

.navbar-nav li {
    margin-right: 20px;
}

.navbar-nav li:last-child {
    margin-right: 0;
}

.navbar {
    min-height: 40px;
}

.navbar-header h1 {
    margin-left: 30px;
}

/* .navbar-nav li:last-child a {
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
} */

.navbar-brand {
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    margin: 0px 0 0 0;
    background-size: 100%;
}

.stylish-navbar {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.select-category .stylish-navbar {
    width: 70%;
}

.icon-chat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.primary-nav {
    float: left;
}

.fearured-blog {
    margin-top: 50px;
}

.hide-section {
    display: none;
}

.hide-section {
    display: none;
}

.fa-power-off,
.btn-dashboard,
.btn-signup,
.phone-chat {
    float: right;
}

.btn-subscribe {
    float: right;
}

.fa-power-off {
    font-size: 1rem;
}

.phone-chat {
    margin-top: 6px;
    margin-bottom: 6px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.phone-chat li {
    margin-right: 20px;
    position: relative;
    min-height: 24px;
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-right: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.phone-chat li a {
    display: block;
    color: #0554a1;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: .03em;
}

.phone-icon {
    background-image: url("../images/svg/icon-phone.svg");
    font-size: 13px;
}

.chat-icon {
    background-image: url("../images/svg/icon-chat.svg");
    font-size: 14px;
}

.btn-signup {
    padding: 6px 22px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 40px;
}

.btn-subscribe {
    padding: 6px 22px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 40px;
}

.btn-power-icon {
    padding: 6px 8px;
    border-radius: 50%;
    text-align: center;
    float: right;
    margin-right: 30px;
    margin-top: 4px;
}

.btn-dashboard {
    margin-top: 2px;
    margin-right: 10px;
    padding: 6px 17px;
}

.head-top {
    margin-top: 80px;
    position: relative;
    padding: 1.4375rem 0px;
}

.scroll-down {
    fill: #fff;
    opacity: 0.6;
    fill-rule: evenodd;
}

.click-me {
    position: absolute;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

/*footer*/

/*our-partners*/

.swiper-slide a>img {
    width: 100%;
    /*     height: 350px; */
    height: auto;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    height: 400px;
    overflow: hidden;
    width: 100% !important;
}

.title-cat {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.feature-thumbnail a>img {
    display: table;
    width: 100%;
    height: auto;
}

.blog-page-title p {
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

.feature-caption {
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 2px 21px rgba(56, 56, 56, 0.1);
    box-shadow: 0 2px 21px rgba(56, 56, 56, 0.1);
    width: 50%;
}

.feature-caption p {
    background-color: #00af4f;
    max-width: 170px;
    padding: 8px 10px;
}

.feature-caption p>a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.posted-on a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 700;
}

.feature-caption h4>a {
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.feature-caption span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 300;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.swiper-button-next {
    background-image: url(../images/right-icon.png);
    right: 0px;
    left: auto;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 50px;
}

.swiper-button-prev {
    background-image: url(../images/left-icon.png);
    left: 0px;
    right: auto;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 50px;
}

.category-list {
    background-color: #00af4f;
    color: #fff;
    display: table;
    padding: 2px 10px;
}

.category-list a {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

/*footer-top*/

.footer-top {
    background-color: rgb(249, 249, 249);
    padding-bottom: 3rem;
}

.footer-bottom {
    background-color: rgb(249, 249, 249);
}

.col-one p {
    color: #010101;
    font-size: 15px;
    line-height: 2;
    margin-top: 25px;
    font-weight: 400;
}

.col-one a {
    display: inline-block;
    margin-right: 15px;
    margin-top: 35px;
}

.footer-space {
    margin-top: 4.5rem;
}

.footer-top ul {
    margin-top: 25px;
    margin-bottom: 0;
}

.footer-top ul li a {
    color: #666;
    font-size: 13px;
}

.footer-top ul li {
    margin-bottom: 4px;
    padding-left: 3px;
    padding-right: 3px;
}

.footer-top ul li:last-child {
    margin-bottom: 0;
}

.col-two p,
.col-three p {
    color: #376092;
    font-size: 12px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.footer-top .list-inline {
    margin-top: 20px;
}

.col-three .list-inline li:first-child {
    padding-left: 0;
}

.col-three .list-inline li:last-child {
    padding-right: 0;
}

.spacetop {
    margin-top: 30px;
}

.col-one,
.col-two,
.col-three {
    margin-top: 3rem;
}

/* Header styles */

.category-menu {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 3px 30px 0 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
}

.category-menu .navbar-collapse {
    padding-left: 5px;
}

.category-selected {
    -webkit-transition: color 200ms cubic-bezier(.55, 0, .1, 1);
    transition: color 200ms cubic-bezier(.55, 0, .1, 1);
    color: white;
    font-size: 2rem;
    display: none;
}

.category-header {
    background-color: #696969;
}

.select-category {
    background-color: #696969;
    position: absolute;
    width: 1240px;
    z-index: 2;
    margin-top: 10px;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* opacity: 1; */
}

.select-category::before {
    content: '';
    height: 54px;
    background-color: #f2f5f7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
}

.ok-header__logo:hover {
    color: #546edb
}

body.okayNav-loaded {
    overflow-x: hidden;
}

.okayNav {
    position: relative;
    z-index: 2;
}

.okayNav:not(.loaded) {
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.okayNav ul {
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}

.okayNav a {
    position: relative;
    z-index: 1;
}

.okayNav__nav--visible {
    overflow: hidden;
    white-space: nowrap;
}

.okayNav__nav--visible li {
    display: inline-block;
    margin-right: 30px;
}

/* // .okayNav__nav--visible li:last-child {
//     margin-right: 0;
// } */
.okayNav__nav--visible a {
    display: block;
    -webkit-transition: color 200ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 200ms cubic-bezier(0.55, 0, 0.1, 1);
    color: #3a3a3a;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 15px 0px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.okayNav__nav--invisible {
    position: absolute;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(5, 84, 161, .9);
    z-index: 1;
    padding-top: 15px;
    padding-bottom: 15px;
}

.okayNav__nav--invisible a {
    width: 240px;
    display: block;
    padding: 8px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.okayNav__nav--invisible.nav-left {
    left: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    display: none;
    -webkit-transition: opacity 0.1s .1s ease;
    transition: opacity 0.1s .1s ease;
}

.okayNav__nav--invisible.nav-right {
    right: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    display: none;
    -webkit-transition: opacity 0.1s .1s ease;
    transition: opacity 0.1s .1s ease;
}

.okayNav__nav--invisible.transition-enabled {
    transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
}

.okayNav__nav--invisible.nav-open {
    -webkit-transform: translateY(62px);
    transform: translateY(62px);
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.1s 0.1s ease;
    transition: opacity 0.1s 0.1s ease;
}

.okayNav__menu-toggle {
    position: relative;
    transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    cursor: pointer;
    width: 40px;
    height: 20px;
    float: left;
    z-index: 1;
    top: 5px;
    font-size: 15px;
    font-weight: 300;
}

.okayNav__menu-toggle.okay-invisible {
    position: absolute;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.okayNav__menu-toggle span {
    display: block;
    position: absolute;
    margin: auto;
    height: 4px;
    width: 4px;
    background: #fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    pointer-events: none;
    display: none;
}

.okayNav__menu-toggle::before {
    content: 'more';
    position: absolute;
    left: 0;
/*     color: white; */
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
    top: 11px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.okayNav__menu-toggle.icon--active span {
    background: #546edb;
}

.select-category .category-menu {
    background-color: #f2f5f7;
}

.navbar-header h1,
.navbar-brand {
    width: 188px;
    padding: 0;
    height: 46px;
}

/*footer-bottom*/

.footer-margin {
    margin-top: 13rem;
}

.footer-padding {
    padding-top: 6rem;
}

.investingsedosti {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-weight: 500;
    font-size: 18px;
    font-style: italic;
    letter-spacing: .04em;
}

.footer-bottom {
    padding-top: 20px;
}

.footer-accordion>a:focus:active,
.footer-accordion>a:active:focus,
.footer-accordion>a:active,
.footer-accordion>a:focus,
.footer-accordion>a:hover {
    color: #376092;
}

.footer-accordion>a {
    color: #376092;
    font-size: 14px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../images/svg/icon-minus-blue.svg");
}

.footer-accordion>a.collapsed {
    background-image: url("../images/svg/icon-plus-blue.svg");
}

.footer-accordion {
    margin-bottom: 20px;
}

.footer-accordion small {
    float: right;
}

.disclaimer p,
.accordion-body p {
    margin-bottom: 20px;
    color: #010101;
    font-size: 15px;
    line-height: 2;
}

.disclaimer p:last-child {
    margin-bottom: 0;
    text-align: center;
}

.accordion-body p:last-child {
    margin-bottom: 0;
}

.accordion-body {
    margin-top: 30px;
}

.disclaimer {
    margin-top: 3rem;
}

.disclaimer p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4;
}

.disclaimer p:last-child {
    margin-bottom: 0;
}

.footer-bottom h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-bottom h2 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 2.5rem;
}

/*----custom css -----*/

.blog-hero {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    background-color: #fff;
    margin-top: 50px;
}

.blog-hero p {
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.blog-hero h2>a {
    color: #696969;
    font-weight: 500;
    font-size: 2.125rem;
    margin-bottom: 0px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: -0.07px;
}

.blog-page-title h2 {
    color: #3a3a3a;
    font-weight: 500;
    font-size: 2.125rem;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: -0.07px;
    margin-bottom: 2px;
}

.icon-search {
    fill: #fff;
    fill-rule: evenodd;
}

.stylish-input-group {
    height: 40px;
    width: 270px;
    background-color: #21262c;
    float: right;
}

.search-icon {
    fill: #fff;
    fill-rule: evenodd;
}

.form-control {
    padding: 23px 15px;
    background-color: #014587;
    color: #ffffff;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
}

.search-icon {
    background-color: #014587;
}

.input-group-addon {
    background-color: #014587;
}

/*=====Feature Secion =======*/

.featured-section {
    padding-top: 2.8125rem;
    padding-bottom: 1.875rem;
    margin-top: 5rem;
}

.feature-details {
    background-color: white;
    -webkit-box-shadow: 0 2px 21px rgba(56, 56, 56, 0.1);
    box-shadow: 0 2px 21px rgba(56, 56, 56, 0.1);
    padding: 0.662rem;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.1875rem;
    position: relative;
}

.feature-details:first-child {
    max-width: 100%;
    float: none;
}

.feature-details:first-child h4>a {
    font-size: 0.91rem;
    font-weight: 300;
    line-height: 1.2;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.feature-details:last-child {
    /*margin-left: 2.1875rem;*/
}

.feature-details h4 {
    line-height: 1.1;
}

.feature-details h4>a {
    color: #696969;
    font-size: 1rem;
    font-weight: 300;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    -webkit-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s;
}

.feature-details h4>a:hover {
    opacity: 0.7;
}

.feature-text p {
    padding-top: 5px;
}

.post-date {
    font-size: 9px;
    font-weight: 300;
    line-height: 2.5;
    text-transform: uppercase;
    color: #999;
    float: left;
    padding-right: 10px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01rem;
}

.author-name>a {
    font-size: 13px;
    font-weight: 300;
    line-height: 2;
    text-transform: uppercase;
    color: #4ba614;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01rem;
    display: inline-block;
}

.author-name>a:hover {
    opacity: 0.7;
}

.feature-details p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    font-family: 'AvenirNextLTPro-Regular';
}

.popular-category {
    padding: 1.875rem 0px;
    background-color: #ffffff;
    /*border-top: 1px solid #b1d9ff;
    border-bottom: 1px solid #b1d9ff;*/
}

.popular-category h4::after {
    content: '';
    /*background-image: url(../images/green-line.png);*/
    position: absolute;
    width: 220px;
    height: 0px;
    border: 1px solid rgba(141, 141, 141, 0.3);
    left: 0;
    /*top: 2.5rem;*/
    bottom: 0px;
}

.category-details {
    background-color: #fbfdff;
    -webkit-box-shadow: 0 1px 0 rgba(85, 85, 85, 0.0);
    box-shadow: 0 1px 0 rgba(85, 85, 85, 0.0);
    margin-bottom: 1px;
    padding: 1rem 0px;
    width: 100%;
    display: table;
}

.category-details>a {
    width: 80px;
    height: 80px;
    display: table;
    float: left;
    margin-right: 10px;
}

.category-details a>img {
    float: left;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    width: 100%;
    overflow: hidden;
    width: 80px;
    height: 80px;
}

.post-details {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    padding-top: 10px;
}

.feature-description h3>a {
    color: #696969;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    -webkit-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s;
    min-height: 40px;
    display: table;
}

.feature-description:hover h3>a {
    opacity: 0.7;
}

.popular-category h4 {
    color: #000;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.61;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    border-bottom: 2px solid rgba(141, 141, 141, 0.3);
    padding-bottom: 12px;
    position: relative;
}

.popular-category h4 a {
    color: #000;
}

.post-views {
    color: #666;
    font-size: 12px;
    font-weight: 700;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.post-views>svg {
    margin-top: -2px;
    margin-right: 3px;
}

.view-icon {
    fill: #666;
    fill-rule: evenodd;
}

.comments-icon {
    fill: #666;
    fill-rule: evenodd;
}

.post-comments {
    color: #666;
    font-size: 12px;
    font-weight: 700;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    padding-left: 5px;
}

.post-comments a>svg {
    margin-right: 3px;
}

.latest-artical {
    background-color: #fff;
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
    background-color: rgb(249, 249, 249);
}

.single-post-inner .latest-category a {
    color: #285092;
}

.single-post-inner a>img {
    margin-top: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.latest-comments {
    fill: #696969;
    fill-rule: evenodd;
}

.latest-info {
    border: 1px solid #bfddf0;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 3.125rem;
    background-color: #fff;
}

.latest-info:last-child {
    margin-bottom: 0px;
}

.latest-head {
    padding-bottom: 3.125rem;
    padding-left: 15px;
}

.latest-head h2::after {
    content: '';
    background-image: url(../images/green-line.png);
    position: absolute;
    width: 90px;
    height: 2px;
    border: 1px solid #55b934;
    margin-top: 31px;
    margin-left: -117px;
}

.latest-head h2 {
    color: #000;
    font-size: 1.125rem;
    font-weight: 300;
    border-bottom: 2px solid rgba(141, 141, 141, 0.3);
    padding-bottom: 12px;
    max-width: 25%;
}

.latest-set {
    padding: 15px 1.125rem 1.5625rem 15px;
}

.latest-category {
    padding: 7px 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fbfdff;
    -webkit-box-shadow: inset 0 1px 0 rgba(183, 213, 239, 0.5);
    box-shadow: inset 0 1px 0 rgba(183, 213, 239, 0.5);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.latest-category span>a {
    color: #285092;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    -webkit-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s;
}

.latest-category span>a:hover,
.latest-category small>a:hover {
    color: #156dc2 !important;
}

.latest-category span a>svg {
    margin-right: 4px;
}

.latest-category small>a {
    color: #285092 !important;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.post svg {
    margin-right: 3px;
}

.article-thumbnail {
    margin-top: -40px;
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.article-thumbnail a>img {
    /* width: 80px; */
    height: 80px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.latest-news,
.blog-content {
    padding-right: 0;
}

.latest-caption {
    padding-left: 6.25rem;
}

.latest-caption h3>a {
    color: #696969;
    font-size: 1.562rem;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.4px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    -webkit-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s;
}

.latest-info:hover h3>a {
    opacity: 0.7;
}

.latest-caption p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #666;
    font-family: 'AvenirNextLTPro-Regular';
}

.latest-caption p>span {
    color: #1c5c94;
}

.latest-caption hr {
    height: 1px;
    background-color: #e5e3e3;
    margin-top: 10px;
    border-top: 0;
}

/*======side bar =======*/

.widget {
    text-align: center;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 1.875rem;
}

.widget:last-child {
    margin-bottom: 0;
}

.blog-right-side .investing {
    display: relative;
}

.investing {
    border: 1px solid #c4d5e2;
    padding: 1.5625rem 1.5625rem 0px;
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-bottom: 1.25rem;
    background-color: #fff;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.adrotate_widgets {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.widget_FacebookLikeBox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.investing h2 {
    color: #000;
    font-size: 1.125rem;
    font-weight: 300;
    text-align: left;
    margin-bottom: 1.875rem;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.investing ul {
    padding-left: 0;
}

.investing ul li {
    display: block;
    margin-bottom: 1.25rem;
}

.investing ul li>a {
    color: #696969;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25;
    text-align: left;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    display: -ms-inline-grid;
    display: inline-grid;
}

.investing ul li>a:hover {
    color: #156dc2
}

.investing ul li a>small {
    color: #00b050;
    font-size: 10px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    padding-top: 4px;
}

.recent-posts-widget-with-thumbnails {
    border: 1px solid #c4d5e2;
    padding: 1.5625rem;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.widget-title {
    color: #000;
    font-size: 1.125rem;
    font-weight: 300;
    text-align: left;
    margin-bottom: 1.875rem;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.rpwwt-widget ul li {
    margin-bottom: 1.25rem !important;
    text-align: left;
}

.rpwwt-widget ul li>a {
    color: #696969;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25;
    text-align: left;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.rpwwt-post-comments-number {
    color: #00b050;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 7px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

/*inner page*/

.blog-single {
    background-color: rgb(249, 249, 249);
    padding-top: 2.8125rem;
    padding-bottom: 0;
    margin-top: 80px;
}

.single-post-inner {
    padding: 0 30px 30px;
    background-color: white;
    border: 1px solid #bfddf0;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 2.5rem;
}

.single-post-inner img {
    max-width: 100%;
    height: auto;
}

.category-author {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 25px;
    background-color: #ffffff;
    border-radius: 5px 5px 0 0;
    margin-bottom: 1.875rem;
    padding-left: 20px;
    padding-right: 20px;
}

.fcbk_share {
    float: right;
}

.fcbk_button,
.fcbk_like {
    display: none;
}

.single-post-inner h1 {
    color: #696969;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1;
    padding-bottom: 10px;
}

.single-post-inner .latest-category {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 1.25rem;
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #b1d9ff;
    border-bottom: 1px solid #b1d9ff;
    margin-top: 1.5625rem;
}

.single-post-inner figure>img {
    max-width: 100%;
    height: auto;
}

.account-button {
    clear: both;
    background: #f4f4f4;
    border: none;
    width: 60%;
    text-align: center;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    padding: 15px 29px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
}

.account-button a {
    color: #000;
    font-size: 1rem;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.alignleft {
    float: left;
    padding: 10px;
}

.alignright {
    float: right;
    padding: 10px;
}

.category-author .author {
    max-width: 250px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 0.01rem;
}

.category-author span {
    font-size: 11px;
}

.category-author span>a {
    color: #00b050;
    padding-left: 5px;
}

.category-author>span {
    margin-top: 10px;
}

.btn-small,
.btn-small:active {
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    padding: 10px 30px;
    border-radius: 0;
    border: none;
    background-color: #696969;
    color: white;
    -webkit-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s;
    border-radius: 3px;
}

.btn-small:hover {
    color: #ffffff;
    background-color: #03396e;
}

.single-post-inner p {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.7;
    color: #000;
    margin-top: 20px;
}

.single-post-inner p img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.list-content p {
    margin-top: 0 !important;
}

.list-content p>b {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.88;
    color: #000;
}

.single-post-inner p>a {
    color: #696969;
    font-weight: 400;
}

.single-post-inner p>a:hover {
    color: #014383;
}

img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    height: auto;
    display: block;
}

.single-post-inner p>strong,
.single-post-inner p>b {
    color: #000;
    font-size: 16px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.single-post-inner h2 {
    color: #000;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    font-weight: 400;
    padding-top: 3.125rem;
    padding-bottom: 10px;
}

.single-post-inner h3 {
    color: #000;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    font-weight: 300;
    padding-top: 3.125rem;
    padding-bottom: 10px;
}

.single-post-inner h4 {
    color: #000;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 300;
    padding-top: 3.125rem;
    padding-bottom: 10px;
}

.single-post-inner figure {
    margin: 1.875rem 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.single-post-inner figcaption {
    -webkit-box-shadow: 0 1px 0 #e5e5e5;
    box-shadow: 0 1px 0 #e5e5e5;
    color: #666;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 13px;
    font-weight: 400;
    padding: 10px 10px;
}

.single-post-inner ol>li {
    font-size: 1rem;
    font-weight: 300;
    padding-top: 1rem;
    line-height: 1.88;
}

pre {
    background-color: #fff;
    border: none;
    padding: 0;
}

.winner-icons {
    text-align: center;
    padding-bottom: 3.125rem;
}

.winner-logo {
    border-top: 1px solid #d6dbdf;
    padding-top: 1.875rem;
}

.list-content {
    background-color: #fbfdff;
    border: 1px solid #b1d9ff;
    padding: 1.875rem;
    margin-top: 1.875rem;
}

.single-post-inner h5 {
    color: black;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
}

.single-post-inner ul li {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.7;
    color: #000;
    margin-top: 20px;
    list-style-type: none;
}

.single-post-inner ul li::before {
    content: '';
    position: absolute;
    background-image: url("../images/svg/tick-icon.svg");
    width: 16px;
    height: 16px;
    margin-left: -30px;
    margin-top: 5px;
}

.single-post-inner ul li>p {
    margin-top: 0;
}

.category-info {
    margin-bottom: 2.875rem;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-info a>img {
    width: 18px;
    height: 18px;
}

.avatar-info,
.category-info {
    border: 1px solid #bfddf0;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.avatar-details {
    padding: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.avatar-dp {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.avatar-dp img {
    border-radius: 50%;
}

.avatar-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fbfdff;
    -webkit-box-shadow: inset 0 1px 0 rgba(183, 213, 239, 0.5);
    box-shadow: inset 0 1px 0 rgba(183, 213, 239, 0.5);
}

.category-info a {
    color: #696969;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
	position: absolute;
	right: 20px;
}

.social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.no-post::before {
    content: '';
    position: absolute;
    background-image: url('../images/svg/post-icon.svg');
    width: 20px;
    height: 20px;
    margin-left: -30px;
    background-repeat: no-repeat;
}

.social-link a {
    padding-left: 10px;
}

.avatar-link span {
    color: #696969;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
}

.avatar-info h4,
.category-info h4 {
    color: #696969;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.3;
}

.category-info h4 {
    text-transform: capitalize;
}

.avatar-info .details {
    padding-left: 1.25rem;
}

.details h4 {
    padding-bottom: 1.25rem;
}

.details p {
    color: #333;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.author-details {
    padding: 2.5rem 0px;
}

.author-details h2 {
    border-bottom: 2px solid rgba(141, 141, 141, 0.3);
    padding-bottom: 12px;
    width: 50%;
    color: black;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
}

.author-details h2>span {
    padding-left: 10px;
}

.author-details h2::after {
    content: '';
    background-image: url(../images/green-line.png);
    position: absolute;
    width: 90px;
    height: 2px;
    border: 1px solid #55b934;
    left: 15px;
    margin-top: 31px;
}

.navigation {
    margin-top: 1.875rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}

.navigation ul li>a:first-child {
    margin-left: 0;
}

.navigation ul li {
    display: table;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navigation ul li>a {
    border: 1px solid #b9b9b9;
    border-radius: 3px;
    color: #b9b9b9;
    font-family: "Avenir Next LT Pro";
    font-size: 10px;
    text-transform: uppercase;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.navigation ul li>a:hover {
    background-color: #1c5c94;
    color: #ffffff !important;
    border: 1px solid #1c5c94 !important;
}

.active a {
    background-color: #1c5c94;
    border-radius: 3px;
    color: #ffffff !important;
    border: 1px solid #1c5c94 !important;
}

.comment-form p {
    padding-bottom: 16px;
}

.submit {
    background-color: #696969;
    border-radius: 5px;
    color: white;
    -webkit-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s;
    border: none;
}

.submit:hover {
    background-color: #03396e;
}

.auhtor-comments {
    border: 1px solid #bfddf0;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 1.5625rem;
    margin-bottom: 1.5625rem;
}

.author-img {
    width: 60px;
    height: 60px;
    background-color: #cbd3da;
    border-radius: 3px;
    float: left;
}

.author-img img {
    border-radius: 3px;
}

.author-comments {
    padding-left: 80px;
    color: #999;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.8;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 100px;
}

.author-comments>span {
    color: #3f4246;
    font-family: "Myriad Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-right: 20px;
}

.author-comments p {
    color: #333;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin: 10px 0px;
}

.wp-share-button {
    margin-top: 1.875rem;
}

.wp-share-button a {
    border: 1px solid #bfddf0 !important;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 10px !important;
    font-weight: 400;
    line-height: 1.88;
    color: #000 !important;
    background-color: #fbfdff !important;
}

.wp-share-button .button-icon {
    display: inline-block;
    width: 15px !important;
}

.blog-highlight {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 3px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.page-header {
    border-bottom: none;
}

.page-header h1 {
    color: #696969;
    font-size: 1.875rem;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.25;
}

.not-found {
    padding-top: 6rem;
    padding-bottom: 6rem;
    text-align: center;
    margin-top: 0px;
    text-transform: capitalize;
    background-color: #f4f4f4;
}

.facebook:hover {
    background-color: #3b5998 !important;
    color: #fff;
    border: 1px solid #3b5998 !important;
}

.facebook:hover .fa-facebook,
.facebook:hover .button-name {
    color: #fff;
}

.twitter:hover {
    background-color: #2aa2f0 !important;
    color: #fff;
    border: 1px solid #2aa2f0 !important;
}

.twitter:hover .fa-twitter,
.twitter:hover .button-name {
    color: #fff;
}

.twitter:hover {
    background-color: #2aa2f0 !important;
    color: #fff;
    border: 1px solid #2aa2f0 !important;
}

.twitter:hover .fa-twitter,
.twitter:hover .button-name {
    color: #fff;
}

.google-plus:hover {
    background-color: #DA4835 !important;
    color: #fff;
    border: 1px solid #DA4835 !important;
}

.google-plus:hover .fa-google-plus,
.google-plus:hover .button-name {
    color: #fff;
}

.reddit:hover {
    background-color: #FF4301 !important;
    color: #fff;
    border: 1px solid #FF4301 !important;
}

.reddit:hover .fa-reddit,
.reddit:hover .button-name {
    color: #fff;
}

.linkedin:hover .fa-linkedin,
.linkedin:hover .button-name {
    color: #fff;
}

.latest-info .wp-share-button {
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.linkedin:hover {
    background-color: #1178B3 !important;
    color: #fff;
    border: 1px solid #1178B3 !important;
}

.single-post-inner .wp-share-button {
    display: none;
}

.says {
    display: none;
}

.comments-title {
    color: black;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    padding: 1.875rem 0;
}

.comment-list {
    background-color: white;
    border: 1px solid #bfddf0;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 0px 1.5625rem 1.5625rem 1.5625rem;
}

.comment-list li {
    display: block;
    border-bottom: 1px solid #d6dbdf;
    margin-top: 10px;
    margin-bottom: 10px;
}

.comment-list li:last-child {
    border-bottom: none;
}

.comment-meta {
    display: -webkit-box;
    padding: 1rem 0;
    position: relative;
}

.children footer::after {
    margin-left: -84px;
}

.comments-area {
    color: black;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    padding-bottom: 0;
}

.fn {
    padding-left: 10px;
}

.fn,
.fn a {
    color: #3f4246;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.comment-metadata {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.comment-metadata>a {
    color: #999;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    font-weight: 300;
    line-height: 1.84;
    padding-left: 1.5rem;
}

.comment-metadata::before {
    content: '';
    position: absolute;
    background-image: url("../images/svg/round-icon.svg");
    width: 6px;
    height: 6px;
    margin-top: 15px;
    margin-left: 10px;
}

.comment-content p {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #000;
    padding-left: 3.4375rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.reply {
    margin: 15px 0px;
    border-radius: 3px;
    padding-left: 3.4375rem;
}

.reply a {
    color: #000;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 300;
    padding: 8px 15px;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid #bfddf0;
    background-color: #fbfdff;
    -webkit-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s;
}

.reply a:hover {
    background-color: #696969;
    color: #fff;
    border: 1px solid #696969;
}

.comment-author img {
    border-radius: 50%;
}

.children .comment-meta {
    padding-top: 0;
}

.children .comment-metadata {
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.okayNavbar-header {
    display: none;
}

.up-arrow {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    fill-rule: evenodd;
}

.arrow-toggle:hover,
.arrow-toggle:focus,
.arrow-toggle {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 0 0 10px;
    outline: none;
}

.collapsed .arrow-toggle svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-filter: FlipV;
    filter: FlipV;
    -ms-filter: "FlipV";
}

.comment-respond {
    margin-top: 1.875rem;
}

.comment-form label,
.comment-notes {
    color: #7f8387;
    font-family: "Avenir Next LT Pro";
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.7;
}

.comment-form-author input {
    margin-left: 17px;
}

.comment-form-email input {
    margin-left: 20px;
}

.comment-form-url input {
    margin-left: 12px;
}

.comment-form input,
.comment-form textarea {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.comment-form textarea:focus,
.comment-form input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-form:focus {
    outline: none;
}

.search-form label {
    margin: 0;
    color: white;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 0;
    width: 82%;
}

.search-form label>input {
    padding: 15px 30px 15px 16px;
    border-radius: 0px !important;
    background-color: #ffffff !important;
    color: #3a3a3a;
    border: 1px #e5e5e5 solid;
    width: 100%;
    font-family: "Arial Verdana", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.search-form label>input:focus {
    outline: none;
}

.search-form label>input::-webkit-input-placeholder {
    color: rgba(229, 229, 229, 1);
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: "Arial Verdana", sans-serif;
}

.search-form label>input::-moz-placeholder {
    color: rgba(229, 229, 229, 1);
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: "Arial Verdana", sans-serif;
}

.search-form label>input:-ms-input-placeholder {
    color: rgba(229, 229, 229, 1);
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: "Arial Verdana", sans-serif;
}

.search-form label>input:-moz-placeholder {
    color: rgba(229, 229, 229, 1);
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: "Arial Verdana", sans-serif;
}

.search-submit {
    background-image: url('../images/svg/icon-search.svg');
    background-repeat: no-repeat;
    background-position: center right 0;
    margin: 1px auto 1px 16px;
    z-index: 1;
    background-color: #ffffff;
    border: none;
}

.search-submit input {
    border: none;
}

.screen-reader-text {
    display: none;
}

.content-area {
    padding: 2.8125rem 0;
}

.posts-navigation {
    display: none;
}

.content-area .page-header {
    border: 1px solid #bfddf0;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 2.875rem;
    padding: 20px;
    margin-top: 0;
}

.serach-header h4 {
    color: #696969;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.3;
}

.form-submit input {
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    padding: 15px;
    border-radius: 0;
    border: none;
    background-color: #696969;
    line-height: 0.5;
    color: white;
    -webkit-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s;
    border-radius: 3px;
}

.form-submit input:hover {
    color: #ffffff;
    background-color: #03396e;
}

.comment-reply-title {
    padding: 15px 0;
    color: black;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
}

.comment-body {
    padding-bottom: 1.125rem;
}

.page-error {
    padding: 0;
}

.error404 .page-error,
.error404 .page-header {
    margin-top: 5rem;
}

.btn-viewmore {
    padding: 6px 22px;
    color: #696969;
    border: 2px solid #696969;
}

.btn-viewmore:hover,
.btn-viewmore:focus {
    background-color: rgba(5, 84, 161, 0.05);
    color: #696969;
    border: 2px solid #696969;
}

.view-all-post {
    position: absolute;
    right: 0;
    top: 10px;
    padding-right: 15px;
}

.view-all {
    color: #4ba614;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.view-all:hover {
    color: #4ba614;
    opacity: 0.7;
}

.article-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* border-bottom: 2px solid rgba(141, 141, 141, 0.3); */
}

.comment-category {
    width: calc(100% - 140px);
}

.comment-count {
    width: 140px;
    text-align: right
}

.menu-item-object-category {
    list-style-type: none;
    color: white !important;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.navbar-category {
    margin-bottom: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navbar-category>li>a {
    color: #fff;
    font-size: 10px;
    margin-right: 15px;
}

.flex-control {
    ddisplay: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    float: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-toggle {
    position: relative;
    float: left;
    padding: 14px;
}

.search-icons {
    fill: #222;
    fill-rule: evenodd;
}

.search-icons {
    opacity: .75;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.search-tab {
    display: none;
}

.search-tab .rssfeed a>img {
    width: 16px;
    height: 16px;
}

.search-collapse {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
}

.custom-search-form input {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.custom-search-submit {
    background-image: url('../images/svg/header-icon-search.svg');
    background-repeat: no-repeat;
    background-position: center right 0;
    margin-left: 16px;
    position: absolute;
    top: 0;
    right: 20px;
    background-color: #fff;
    border: none;
}

.custom-search-submit:focus {
    border: none;
}

.search-tab a {
    top: 15px;
    position: absolute;
    right: 20px;
}

.custom-search-form label,
.custom-search-form label>input {
    width: 100%;
    border: none;
    -webkit-box-shadow: 1px 1.7px 21px rgba(56, 56, 56, 0.1);
    box-shadow: 1px 1.7px 21px rgba(56, 56, 56, 0.1);
    font-size: 1rem;
}

.header-button {
    position: fixed;
    top: -58px;
    left: 15px;
}

.category-header {
    display: none;
}

.category-header .navbar {
    min-height: 0 !important;
}

.category-header .navbar-header {
    padding: 0 !important;
}

/*table-press*/

.tablepress-wrapper {
    width: 100%;
    overflow-x: scroll;
    margin-top: 1.25rem;
}

.search-result {
    margin-top: 82px;
}

.paged .latest-artical {
    margin-top: 80px;
}

.paged .latest-head {
    margin-top: 1.875rem;
}

.author .blog-content,
.category .blog-content,
.single .blog-content {
    margin-top: 3.125rem;
}

.author .blog-right-side,
.category .blog-right-side,
.single .blog-right-side,
.search-results .blog-right-side {
    margin-top: 3.125rem;
}

.navbar .blog-page-title h2>a {
    color: #696969;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: -0.07px;
    font-style: italic;
}

.social-links li::before {
    display: none;
}

.social-links .list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-links li a>img {
    margin-top: 0;
}

.list-content h4 {
    padding: 0;
}

.sd-content ul>li::before {
    display: none;
}

#jetpack {
    border: 1px solid #4ba614;
    padding: 20px;
    background: #f9fcf7;
}

#subscribe-email input {
    width: 75% !important;
    padding: 18px !important;
    margin-right: 10px;
    float: left !important;
    background: #fafafa;
    border: 1px solid #cbc9c9;
    float: left;
}

#subscribe-submit input {
    padding: 14px 28px;
    border: 1px solid #34740e;
    border-radius: 3px;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: 700;
    color: #FFF;
    background-color: #4ba614;
}

#subscribe-submit input:hover {
    background-color: #337c07;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

#jetpack h3 {
    padding-top: 0;
}

#subscribe-text ul li {
    padding-top: 0;
}

#subscribe-text p {
    margin-top: 0;
}

.comment-title,
.no-comments,
.fb-comments {
    display: none !important;
}

.facebook-plugin-comments .comment-title,
.facebook-plugin-comments .fb-comments {
    display: block !important;
}

.jetpack-likes-widget-wrapper {
    display: none;
}

.no-comments {
    display: none !important;
}

.post-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}

.previous-post a,
.next-post a {
    border: 1px solid #bfddf0;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 15px 4rem;
    font-size: 16px;
    font-weight: 300;
    color: #696969;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.previous-post a:focus,
.next-post a:focus {
    border: 1px solid #bfddf0;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.previous-post a:hover,
.next-post a:hover {
    color: #156dc2;
}

.previous-post a::before {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url("../images/previous.png");
    height: 12px;
    width: 8px;
    left: 45px;
    top: 15px;
}

.next-post a::after {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url("../images/next.png");
    height: 12px;
    width: 8px;
    right: 45px;
    top: 15px;
}

.link-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.875rem;
}

.widget_FacebookLikeBox h2 {
    color: #000;
    font-size: 1.125rem;
    font-weight: 300;
    text-align: left;
    margin-bottom: 1.875rem;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.g-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g img {
    height: auto;
    width: 100%;
}

.wp_rp_wrap {
    margin-top: 1.875rem;
    margin-left: -30px !important;
    margin-right: -30px !important;
    border-top: 1px solid #b1d9ff;
    border-bottom: 1px solid #b1d9ff;
    padding: 15px 1.875rem !important;
    background-color: #fbfdff;
}

.related_post li::before {
    display: none;
}

ul.related_post.wp_rp {
    margin-top: 1.25rem !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.related_post li {
    width: 50% !important;
    margin: 0 !important;
    margin-top: 1.25rem;
    padding-right: 15px !important;
}

.related_post li:last-child {
    padding-right: 0 !important;
}

.wp_rp_thumbnail img {
    float: left;
    width: 100px !important;
    height: 100px !important;
    margin-right: 10px !important;
    margin-top: 0;
}

.wp_rp_footer {
    display: none;
}

.related_post li a {
    font-size: 14px !important;
}

.hidden-section {
    display: none;
}

.navbar .blog-page-title {
    float: left;
    left: 45%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    text-align: center;
}

.wp_rp_content h3 {
    font-size: 1.25rem;
}

.investing-description .post>a {
    color: #285092;
    font-size: 10px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    padding-top: 4px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.investing-description .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.related_post li {
    margin-bottom: 1.873rem !important;
}

.latest-info .sharedaddy {
    padding: 7px 1.125rem;
    background-color: #fbfdff;
}

.latest-info .sd-content ul {
    margin-bottom: 0 !important;
}

.latest-info .sd-title {
    display: none !important;
}

.search-result .latest-news,
.search-result .blog-right-side {
    margin-top: 2.5rem;
}

.error-404 {
    background-color: #f4f4f4;
}

.search-result .latest-artical {
    padding-bottom: 0;
}

.rss-feed {
    z-index: 1;
    margin-right: 1.25rem;
}

.rss-feed a>img {
    width: 18px;
    height: 18px;
}

.rssfeed {
    display: none;
}

.category-wrapper {
    width: 1250px;
    float: left;
    top: 50%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    position: absolute;
}

.search-wrapper {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tag .blog-content,
.tag .blog-right-side {
    margin-top: 3.125rem;
}

.tags {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 1.25rem;
    margin-left: -30px;
    margin-right: -30px;
    border-top: 1px solid #b1d9ff;
    border-bottom: 1px solid #b1d9ff;
    margin-top: 1.5625rem;
}

.tags a,
.tags {
    color: #2B5190;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.alignleft,
.alignright {
    margin-bottom: 1.875rem;
    margin-top: 0 !important;
}

.investing .view-all-post {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 0;
    background-color: #fbfdff;
    -webkit-box-shadow: inset 0 1px 0 rgba(183, 213, 239, 0.5);
    box-shadow: inset 0 1px 0 rgba(183, 213, 239, 0.5);
    -ms-flex-wrap: wrap;
    padding: 7px 1.125rem;
}

#related_posts_thumbnails li::before {
    display: none;
}

#related_posts_thumbnails li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

#related_posts_thumbnails {
    margin-top: 1.25rem !important;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px !important;
    margin-right: -30px !important;
    border-top: 1px solid #b1d9ff;
    border-bottom: 1px solid #b1d9ff;
    padding: 15px 1.875rem !important;
    background-color: #fbfdff;
}

#related_posts_thumbnails span {
    font-size: 14px !important;
}

#related_posts_thumbnails li a>img {
    float: left;
    margin-top: 0;
    margin-right: 15px;
    height: 80px;
    width: 80px;
    border-radius: 3px;
}

.blog-right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.synup-fi {
    background-color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1;
    right: 0;
}

.btn-signup-fi {
    background-color: #696969;
    color: #fff;
    padding: 12px;
    margin-top: 10px;
    display: none;
    right: 0;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.btn-signup-fi:hover,
.btn-signup-fi:focus,
.btn-signup-fi:active {
    color: #fff;
    background-color: #156dc2;
}

.page-style header {
    border-bottom: 1px solid #b1d9ff;
    margin-right: -30px;
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px;
}

.page-content .content-area {
    padding-top: 3.875rem;
}

.page .blog-right-side {
    padding-top: 3.875rem;
}

.page-style header h1 {
    padding-bottom: 0;
}

/* v2-updates by Sakhatech */

.login-btn {
    border-radius: 4px;
    background-color: #0554a1;
}

.subscribe-btn {
    border-radius: 4px;
    background-color: #4ba614;
}

.subscribe-btn>i {
    margin-right: 5px;
}

.get-app {
    font-size: 13px;
}

.abt-2 {
    margin-top: 0;
}

/*.might-grid:not(:first-child) {
    padding: 6% 0 0;
}*/

.grid-might {
    float: left;
    width: 29%;
}

.might-top {
    float: right;
    width: 67%;
    text-align: left;
}

.might-top h4 {
    font-size: 18px;
    margin: 0px 0 0 0;
    color: #3d1a1b;
}

.might-top p {
    line-height: 1.8em;
    margin-top: 4%;
}

.image_div {
    /*background-image:url("http://localhost/wordpress_app/src/wp-content/uploads/2018/04/1500-1.jpeg");*/
    width: 100%;
    height: 102px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.feature-details-read-more {
    position: absolute;
    bottom: 0.662rem;
    right: 0.662rem;
}

.feature-details-read-more a {
    text-transform: capitalize !important;
}

.category-title {
    position: relative;
}

.category-title .view-all-post {
    position: absolute;
    right: 0;
    top: 10px;
    padding-right: 10px;
}

.blog-right-side .investing .view-all-post {
    position: absolute;
    top: 0;
    right: 24px;
}

.blog-three {
    margin: 30px -50px;
}

.blog-three .blog-three-col {
    padding: 0 50px;
}

.blog-three .blog-three-col .blog-three-single-col {
    margin: 0px auto;
    padding: 0px;
    border: 1px solid #cecece;
}

.blog-three .blog-three-col .blog-three-single-col .image {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.blog-three .blog-three-col .blog-three-single-col .content {
    padding: 10px;
}

.blog-three .blog-three-col .blog-three-single-col .content p {
    padding: 10px 0px;
    font-size: 15px;
}

.post-comments a {
    color: #696969;
}

.blog-three .blog-three-col .blog-three-single-col .content .read-more {
    position: absolute;
    bottom: 0.662rem;
    right: 4.2rem;
    font-size: 14px;
}

.blog-three .blog-three-col .blog-three-single-col .content .read-more a {
    color: #4ba614;
}

.blog-right-side .investing {
    position: relative;
}

.jetpack_subscription_widget {
	text-align: left;
	max-width: none;
}

.jetpack_subscription_widget #subscribe-email {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.jetpack_subscription_widget #subscribe-submit {
	padding-bottom: 20px; 
}

.navbar-header .navbar-brand {
	background-image: url("https://cdn.fundsindia.com/Abtesting4/images/filogo.png");
}


.blog-three-single-col .post-views {
	display: none;
}

.facebook-plugin-comments {
	display: none;
}

.post-links {
	margin-bottom: 2.5rem;
}

.post-views {
	width: 100%;
	float: left;
	padding-top: 30px;
}

.winner-logo img {
	margin: auto;
}

.winner-logo {
	border-top: 0px;
}

.jp-relatedposts-headline {
	font-size: 20px !important;
}

.cat-description {
	clear: both;
    float: left;
    width: 100%;
    padding-top: 10px;
}
