/*
Theme Name: Help My Hurdle
Theme URI: https://www.findmyjumbo.loan
Author: Kamran Khalid
Author URI: https://www.findmyjumbo.loan
Description: Theme provides best features for mortgage landing page
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: findmyjumbo
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like Help My Hurdle, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
:root {
    --hope-navy: #0B2E6B;
    --hope-blue: #2355B5;
    --hope-teal: #2D7C73;
    --hope-green: #2E8B57;
    --hope-light: #F5F7FA;
    --hope-white: #FFFFFF;
    --hope-charcoal: #2D3748;
    --hope-gradient: linear-gradient(135deg, #0B2E6B 0%, #2355B5 35%, #2D7C73 70%, #2E8B57 100%);
}
.hope-gradient-bg {
    background: var(--hope-gradient);
}
.hope-gradient-text {
    background: var(--hope-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.text-hope-navy { color: var(--hope-navy); }
.text-hope-blue { color: var(--hope-blue); }
.text-hope-teal { color: var(--hope-teal); }
.text-hope-green { color: var(--hope-green); }
.bg-hope-navy { background-color: var(--hope-navy); }
.bg-hope-blue { background-color: var(--hope-blue); }
.bg-hope-teal { background-color: var(--hope-teal); }
.bg-hope-green { background-color: var(--hope-green); }
.bg-hope-light { background-color: var(--hope-light); }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2D3748;
    word-wrap: break-word;
    line-height: 1.9;
    letter-spacing: 1px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url("assets/fonts/gothambold1.eot");
    /* IE9 Compat Modes */
    src: url("assets/fonts/gothambold1.eot?#iefix") format("embedded-opentype"), url("assets/fonts/gothambold1.woff") format("woff"), url("assets/fonts/gothambold1.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Larsseit';
    src: url("assets/fonts/Larsseit.eot");
    /* IE9 Compat Modes */
    src: url("assets/fonts/Larsseit.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Larsseit.woff") format("woff"), url("assets/fonts/Larsseit.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Larsseit-Bold';
    src: url("assets/fonts/Larsseit-Bold.eot");
    /* IE9 Compat Modes */
    src: url("assets/fonts/Larsseit-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Larsseit-Bold.woff") format("woff"), url("assets/fonts/Larsseit-Bold.ttf") format("truetype");
    /* Safari, Android, iOS */
}

* {
    box-sizing: border-box;
}

body {
    font-family: Larsseit, Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #2D3748;
}

.btn {
    display: inline-block;
    padding: 12px 20px;
    font-family: Larsseit-Bold, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #2355B5;
    text-decoration: none;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .btn {
        padding: 15px 25px;
    }
}

.btn-primary {
    display: inline-block;
    padding: 10px 13px;
    background: #2355B5;
    font-family: "Gotham Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    transition: all .2s;
    border: 2px solid #2355B5;
}

.btn-primary:hover {
    background: #fff;
    color: #2355B5;
}

.header {
    height: 75px;
}

.nav {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav__logo {
    display: inline-block;
    margin-top: 8px;
    width: 200px;
    height: 75px;
}

.nav .btn-primary {
    position: absolute;
    top: 12px;
    right: 20px;
}

.banner {
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    color: #fff;
    background: url("assets/images/hero-mortgage-c-xs.png");
    text-align: center;
}

.sub-page-banner {
    background: url("assets/images/find-my-jumbo-loan-c-xs.jpg") !important;
}

@media screen and (min-width: 768px) {
    .banner {
        padding-top: 110px;
        padding-bottom: 110px;
        background: url("assets/images/hero-mortgage-c-lg.png");
        background-size: cover;
    }

    .sub-page-banner {
        background: url("assets/images/find-my-jumbo-loan-c-xl.jpg") no-repeat center !important;
        padding-top: 50px;
        padding-bottom: 50px;
        background-size: 100% 100%;
    }
}

@media screen and (min-width: 1024px) {
    .banner {
        padding-left: 230px;
        text-align: left;
    }
}

.banner__preheading {
    margin-bottom: 15px;
    font-family: Larsseit, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .banner__preheading {
        margin-bottom: 20px;
    }
}

.banner__heading {
    font-family: Larsseit-bold, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 52px;
    line-height: 56px;
    letter-spacing: -4px;
}

@media screen and (min-width: 768px) {
    .banner__heading {
        font-size: 70px;
        line-height: 78px;
    }
}

.banner__subheading {
    font-family: Larsseit, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.banner__score {
    font-family: Larsseit, Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 15px;
}

.banner__score a {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    transform: translate(-3px, -4px);
}

.banner__score a:hover {
    color: #2355B5;
}

.benefits {
    padding: 60px 50px;
    text-align: center;
    color: #2D3748;
}

@media screen and (min-width: 1024px) {
    .benefits {
        padding: 80px 20px 35px;
    }
}

.benefits a {
    color: #2355B5;
    text-decoration: none;
}

.benefits a:hover {
    color: #119ac1;
}

.benefits__inner {
    max-width: 1300px;
    margin: 0 auto;
    display: block;
}

@media screen and (min-width: 768px) {
    .benefits__inner {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
}

.benefits__block {
    width: 100%;
    margin-bottom: 45px;
}

@media screen and (min-width: 1024px) {
    .benefits__block {
        width: 50%;
    }
}

@media screen and (min-width: 1300px) {
    .benefits__block {
        width: 25%;
    }
}

.benefits__heading {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    font-family: Larsseit-bold, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    color: #2D3748;
    letter-spacing: -1px;
}

@media screen and (min-width: 1024px) {
    .benefits__heading {
        font-size: 48px;
        line-height: 1;
        margin-bottom: 60px;
    }
}

.benefits__icon {
    margin-bottom: 30px;
}

.benefits__title {
    margin-bottom: 8px;
    color: #2D3748;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}

.benefits__description {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (min-width: 768px) {
    .benefits__description {
        padding: 0 20%;
    }
}

@media screen and (min-width: 1024px) {
    .benefits__description {
        padding: 0 10%;
    }
}

.works {
    overflow: hidden;
}
#home-quesiton-sec{
    background-color: #fafafa;
}

.works__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 70px;
}

@media screen and (min-width: 1024px) {
    .works__inner {
        padding-left: 75px;
    }
}

.works__heading {
    font-size: 28px;
    margin-bottom: 35px;
    font-family: Larsseit-bold, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    color: #2D3748;
    letter-spacing: -1px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .works__heading {
        font-size: 48px;
        text-align: left;
        margin-left: 0;
    }
}

.works__score {
    margin-top: 25px;
    display: flex;
}

.works__score svg {
    width: 15px;
    height: 15px;
    margin-right: 20px;
}

.works__score p {
    font-size: 13px;
    color: #2D3748;
    display: inline-block;
    line-height: 1.2;
}

.works__score a {
    display: inline-block;
    transform: translate(0px, -7px);
    font-size: 10px;
    color: #2D3748;
}

.works__score a:hover {
    color: #2355B5;
}

.works__score img {
    margin-right: 20px;
}

.steps-wrapper {
    width: 270px;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .steps-wrapper {
        width: 380px;
        margin: 0;
    }
}

.steps {
    position: relative;
}

.steps__wrapper {
    margin: 0 auto;
}

.steps__icon {
    margin-right: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.steps__heading {
    font-size: 18px;
    font-weight: bold;
    color: #2D3748;
    padding-left: 60px;
    margin-bottom: 5px;
    font-family: Larsseit, Helvetica, Arial, "Lucida Grande", sans-serif;
}

@media screen and (min-width: 1024px) {
    .steps__heading {
        font-size: 24px;
    }
}

.steps__description {
    font-size: 14px;
    line-height: 20px;
    color: #2D3748;
    margin-bottom: 25px;
    padding-left: 60px;
}

@media screen and (min-width: 1024px) {
    .steps__description {
        font-size: 16px;
    }
}

.svg-container {
    position: relative;
    height: 500px;
    width: 270px;
    margin: 0 auto;
}

@media screen and (min-width: 992px) {
    .svg-container {
        float: right;
        height: 500px;
        width: 60%;
    }
}

.svg-container .desktop {
    display: none;
}

@media screen and (min-width: 992px) {
    .svg-container .desktop {
        display: block;
    }
}

.svg-container .mobile {
    display: block;
}

@media screen and (min-width: 992px) {
    .svg-container .mobile {
        display: none;
    }
}

.svg-container .first, .svg-container .second, .svg-container .third, .svg-container .fourth, .svg-container .fifth {
    position: absolute;
    animation-duration: 1s;
}

.svg-container .first.mobile, .svg-container .second.mobile, .svg-container .third.mobile, .svg-container .fourth.mobile {
    top: -100px;
    animation-delay: .75s;
    width: 675px;
    left: -190px;
}

.svg-container .first.desktop {
    width: 800px;
    height: auto;
    top: -200px;
    left: -100px;
}

.svg-container .second.desktop {
    width: 600px;
    top: -150px;
    left: -50px;
    animation-delay: .75s;
}

.svg-container .third.desktop {
    width: 600px;
    top: -150px;
    left: -50px;
    animation-delay: 1.5s;
}

.svg-container .fourth.desktop {
    width: 800px;
    top: -190px;
    right: -250px;
    animation-delay: 2.25s;
}

.svg-container .fifth.desktop {
    width: 800px;
    top: -130px;
    right: -130px;
    animation-delay: 3s;
}

.questions {
    /*max-width: 1300px;*/
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
}

.questions__heading {
    font-size: 30px;
    margin-bottom: 30px;
    font-family: Larsseit-bold, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: center;
}

.questions__wrapper {
    display: block;
    padding: 0 10%;
}

.questions__wrapper .left, .questions__wrapper .right {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .questions__wrapper {
        padding: 0 4%;
        display: flex;
    }

    .questions__wrapper .left, .questions__wrapper .right {
        width: 50%;
        padding: 0 40px;
    }
}

.questions__block {
    padding: 15px 0;
    border-bottom: 1px solid #808080;
}

.questions__question {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    cursor: pointer;
    padding-right: 40px;
    position: relative;
}

.questions__answer {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 27px;
    font-family: Larsseit, Helvetica, Arial, "Lucida Grande", sans-serif;
}

.questions .expander {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
}

.questions .expander .plus, .questions .expander .minus {
    color: #2355B5;
    font-size: 30px;
}

.questions__btn {
    width: 145px;
    display: block;
    margin: 30px auto 0;
    padding: 13px 0;
    border: 2px solid #2355B5;
    color: #2355B5;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    font-family: "Gotham Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
}

.start {
    padding: 40px 20px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .start {
        padding: 60px 40px;
    }
}

.start__heading {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: Larsseit-bold, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    color: #2D3748;
    letter-spacing: -1px;
}

@media screen and (min-width: 1024px) {
    .start__heading {
        font-size: 48px;
    }
}

.start__subheading {
    font-size: 16px;
    line-height: 24px;
}

.start .btn-primary {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
}

.start__score {
    font-size: 12px;
}

.footer {
    background: #fafafa;
}

.footer h4 {
    color: #2355B5;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .footer h4 {
        text-align: right;
    }
}

.footer__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
    overflow: auto;
}

@media screen and (min-width: 768px) {
    .footer__contact {
        float: right;
        text-align: right;
    }
}

.social {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .social {
        justify-content: flex-end;
    }
}

.social a {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.social a i {
    color: #2D3748;
    font-size: 20px;
}

.subfooter {
    background: #eae9e9;
    padding: 20px 20px 30px;
}

.subfooter__inner {
    max-width: 1300px;
    margin: 0 auto;
}

.subfooter p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
}

.subfooter p a, .subfooter p em {
    font-weight: bold;
    color: #2D3748;
    text-decoration: none;
}

.wp-content-sec p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
}

.wp-content-sec p a, .wp-content-sec p em {
    font-weight: bold;
    color: #2D3748;
    text-decoration: none;
}

.search-submit {

}

.search-submit {
    display: inline-block;
    padding: 10px 13px;
    background: #2355B5;
    font-family: "Gotham Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    transition: all .2s;
    border: 2px solid #2355B5;
}

.search-submit:hover {
    background: #fff;
}

input[type='search'] {
    padding: 10px 5px;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}

th {
    background-color: #f7f7f7;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    border: 1px solid #dddddd;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    padding: 15px;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 14px;
    padding: 12px 30px;
    border: 1px solid #2355B5;
    color: #2355B5;
    text-transform: uppercase;
    letter-spacing: 4px;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}

.button {
    -webkit-appearance: none;
}

input[type="submit"] {
    margin-top: 5px;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #2355B5;
    text-decoration: none;
    color: #fff !important;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
    color: #666;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    font-weight: 400;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
    color: #2D3748;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"] {
    padding: 13px;
}

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 8px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 100%;
}

select {
    border-color: #F5F7FA;
}

.centered-button,
.header-button {
    display: table;
    margin: 45px auto 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: block;
    float: right;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right;
}

.main-navigation li {
    float: left;
    position: relative;
    padding: 4px 20px;
    font-size: 14px;
    letter-spacing: 2px;
}

.main-navigation a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 3px 0;
    z-index: 11;
}

.main-navigation li a::before,
.main-navigation li a::after {
    width: 0;
    content: '';
    position: absolute;
    bottom: 0;
    z-index: -1;
    height: 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.main-navigation li a::before {
    right: 0;
    border-top: 1px solid #2355B5;
}

.main-navigation ul ul ul {
    top: 0 !important;
}

.main-navigation li a::after {
    left: 0;
    border-bottom: 1px solid #2355B5;
}

.main-navigation li a:hover::before,
.main-navigation li a:hover::after {
    width: 100%;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 160%;
    left: -999em;
    z-index: 99999;
    background-color: #0B2E6B;
}

.submenu-visible {
    top: 100% !important;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
    padding: 0;
}

.main-navigation ul ul a::before,
.main-navigation ul ul a::after {
    display: none;
}

.main-navigation ul ul li {

}

.main-navigation a:hover,
.main-navigation li.focus > a {
    color: #2355B5;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Mobile menu */

.btn-menu {
    display: none;
    text-align: right;
    font-size: 28px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn-menu .fa {
    cursor: pointer;
}

.btn-submenu {
    position: relative;
    top: 3px;
    font-family: "FontAwesome";
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    margin-left: 10px;
}

.btn-submenu:before {
    content: "\f107";
    color: #fff;
}

.btn-submenu.active:before {
    content: "\f106"
}

#mainnav-mobi {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #0B2E6B;
    padding-left: 0;
    padding-right: 0;
}

#mainnav-mobi a {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
}

#mainnav-mobi li {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    float: none;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#mainnav-mobi li a::after,
#mainnav-mobi li a::before {
    display: none;
}

#mainnav-mobi ul {
    float: none;
}

#mainnav-mobi ul ul {
    position: relative;
    top: 11px;
    left: 0;
    background-color: #171717;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0;
    overflow: hidden;
    padding: 30px 0px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 100%;
}

.comment-navigation a,
.posts-navigation a,
.post-navigation a {
    color: #2D3748;
}

.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
    color: #2355B5;
    text-decoration: none;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area .widget {
    margin: 0 0 -1px;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #F5F7FA;
    border-right: 0;
}

.widget ul {
    padding: 0 0 0 20px;
}

.widget li {
    padding-top: 2px;
    padding-bottom: 2px;
}

.widget .children {
    padding-left: 20px;
}

.widget-area .widget,
.widget-area .widget a {
    color: #656D6D;
    text-decoration: none;
}

.widget-area .widget-title {
    text-transform: uppercase;
    margin: 0 0 30px;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

/* Recent posts */
.widget_recent_posts ul {
    list-style: none;
    padding: 0;
}

.widget_recent_posts li {
    padding-bottom: 15px;
}

.widget_recent_posts li:last-of-type {
    padding-bottom: 0;
}

.widget_recent_posts .recent-thumb {
    padding: 0 15px 0 0;
}

.widget_recent_posts .recent-title {
    padding: 0;
}

.widget_recent_posts .post-date {
    display: block;
    font-size: 12px;
    padding: 3px;
    margin-top: 5px;
}

.widget_recent_posts .post-date .fa {
    margin-right: 6px;
}

/* Social widget */
.social-menu-widget {
    padding: 0 !important;
    margin: 0 auto;
    display: table;
    text-align: left;
}

.social-menu-widget a {
    background-color: #eaab1c;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 8px;
    line-height: 40px;
    -webkit-transition: border-radius 0.4s;
    transition: border-radius 0.4s;
}

.social-menu-widget li a,
.social-menu-widget li a:hover {
    color: #fff !important;
}

.social-menu-widget a:hover {
    border-radius: 50%;
}

.social-menu-widget li {
    display: inline-block;
    list-style: none;
    line-height: 1;
    text-align: center;
}

.social-widget li a::before,
.social-menu-widget a:before {
    font-family: FontAwesome;
    color: inherit;
}

.social-menu-widget a:before {
    font-size: 20px;
}

.social-menu-widget a[href*="twitter.com"]::before {
    content: '\f099';
}

.social-menu-widget a[href*="facebook.com"]::before {
    content: '\f09a';
}

.social-menu-widget a[href*="plus.google.com"]::before {
    content: '\f0d5';
}

.social-menu-widget a[href*="google.com/+"]::before {
    content: '\f0d5';
}

.social-menu-widget a[href*="dribbble.com"]::before {
    content: '\f17d';
}

.social-menu-widget a[href*="pinterest.com"]::before {
    content: '\f231';
}

.social-menu-widget a[href*="youtube.com"]::before {
    content: '\f167';
}

.social-menu-widget a[href*="flickr.com"]::before {
    content: '\f16e';
}

.social-menu-widget a[href*="vimeo.com"]::before {
    content: '\f194';
}

.social-menu-widget a[href*="instagram.com"]::before {
    content: '\f16d';
}

.social-menu-widget a[href*="linkedin.com"]::before {
    content: '\f0e1';
}

.social-menu-widget a[href*="foursquare.com"]::before {
    content: '\f180';
}

.social-menu-widget a[href*="tumblr.com"]::before {
    content: '\f173';
}

.social-menu-widget a[href*="behance.net"]::before {
    content: '\f1b4';
}

.social-menu-widget a[href*="deviantart.com"]::before {
    content: '\f1bd';
}

.social-menu-widget a[href*="soundcloud.com"]::before {
    content: '\f1be';
}

.social-menu-widget a[href*="spotify.com"]::before {
    content: '\f1bc';
}

.social-menu-widget a[href*="weibo.com"]::before {
    content: '\f18a';
}

.social-menu-widget a[href*="xing.com"]::before {
    content: '\f168';
}

.social-menu-widget a[href*="trello.com"]::before {
    content: '\f181';
}

/* Default widgets */
.widget_recent_entries ul,
.widget_archive ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_categories ul {
    list-style: none;
    padding: 0;
}

.widget_recent_entries li::before,
.widget_archive li::before,
.widget_pages li::before,
.widget_recent_comments li::before,
.widget_categories li::before {
    font-family: Fontawesome;
    font-size: 15px;
}

.widget_recent_entries li::before {
    content: '\f040';
    margin-right: 5px;
}

.widget_archive li::before {
    content: '\f133';
    margin-right: 8px;
}

.widget_pages li::before {
    content: '\f016';
    margin-right: 8px;
}

.widget_recent_comments li::before {
    content: '\f0e5';
    margin-right: 8px;
}

.widget_categories li::before {
    content: '\f114';
    margin-right: 8px;
}

.tagcloud a {
    border: 1px solid #41474F;
    padding: 5px;
    font-size: 13px !important;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 4px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0;
    padding: 25px;
    background-color: #fff;
    /* border: 1px solid #F5F7FA; */
    margin-bottom: -1px;
    border-left: 0;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.entry-summary p:last-of-type {
    margin-bottom: 0;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0 auto;
    max-width: 900px;
}

.entry-meta {
    margin-bottom: 30px;
    border-top: 1px solid #F5F7FA;
    border-bottom: 1px solid #F5F7FA;
    padding: 5px;
}

.entry-footer {
    margin-top: 30px;
}

.entry-footer,
.entry-footer a,
.entry-meta,
.entry-meta a {
    color: #A0A8AB !important;
    text-decoration: none;
}

.entry-meta,
.entry-footer {
    font-size: 13px;
}

.entry-footer .fa,
.entry-meta .fa {
    margin-right: 5px;
}

.entry-meta span::after {
    content: '/';
    margin: 0 15px;
}

.entry-meta span:last-of-type::after {
    content: '';
    margin: 0;
}

.tags-links a {
    display: inline-block;
    line-height: 1;
    padding: 2px 3px;
    margin-right: 5px;
    border: 1px solid;
}

.post-thumbnail {
    padding-right: 15px;
    margin-top: 8px;
}

.post-thumbnail,
.post-thumb {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.post-thumb:hover,
.post-thumbnail:hover {
    opacity: 0.7;
}

.post-thumb {
    margin-bottom: 30px;
}

.has-post-thumbnail .entry-summary,
.post-thumbnail {
    width: 32%;
    float: left;
}

.post-thumbnail,
.entry-summary {
    /* margin-bottom: 30px; */
}

.single-thumb {
    margin-bottom: 30px;
}

.read-more {
    clear: both;
}

.post-button {
    display: table;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-title {
    margin-top: 0;
}

.entry-title,
.entry-title a {
    color: #2D3748;
}

.page .entry-title {
    margin-bottom: 30px;
}

.widget-area .widget a:hover,
.entry-meta a:hover,
.entry-footer a:hover,
.entry-title a:hover {
    color: #2355B5;
    text-decoration: none;
}

/* Masonry */
.masonry-layout {
    width: 100% !important;
    padding: 0;
}

.posts-layout.masonry {
    margin: 15px auto;
}

.masonry-layout .hentry {
    width: 350px;
    margin: 15px;
    padding: 30px;
    border: 0;
}

.masonry-layout .post-thumbnail,
.masonry-layout .entry-summary {
    width: 100%;
    padding: 0;
}

.masonry-layout .post-thumbnail {
    margin-bottom: 30px;
}

.masonry-layout .entry-title {
}

.masonry-layout .entry-meta {
    position: relative;
    bottom: 0;
    right: 0;
    clear: both;
}

.masonry-layout .entry-meta .read-more,
.masonry-layout .entry-meta .posted-on {
    float: none;
    display: inline-block;
}

.masonry-layout .entry-meta .posted-on {
    margin-bottom: 5px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
    margin-bottom: 60px;
}

.comments-title {
    margin: 0;
    font-size: 22px;
    padding: 30px 60px;
    border: 1px solid #F5F7FA;
    background-color: #fff;
}

.comments-area ol {
    list-style: none;
    margin: 0;
}

.comments-area ol {
    padding: 0;
}

.comments-area .children {
    padding-left: 20px;
}

.comments-area .fn {
}

.comment-author .avatar {
    position: absolute;
}

.comment-author .fn,
.comment-metadata {
    margin-left: 80px;
}

.comment-metadata {
    font-size: 12px;
    margin-bottom: 30px;
}

.comment-body {
    padding: 30px 60px;
    border-left: 1px solid #F5F7FA;
    border-right: 1px solid #F5F7FA;
    border-bottom: 1px solid #F5F7FA;
}

.comment-edit-link {
    margin-left: 5px;
}

.children .comment-body {
    border-left: 3px solid #F5F7FA;
}

.reply {
    text-align: right;
}

.comment-reply-link {
    padding: 5px;
    background-color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

a.comment-reply-link {
    text-decoration: none;
}

a.comment-reply-link:hover {
    color: #000;
    box-shadow: 0 0 1px #505050;
}

.comments-area a.url {
    text-decoration: underline;
}

.comment-metadata a,
.comments-area a.url {
    color: #444;
}

.bypostauthor {
}

.comment-respond {
    padding: 60px 60px 0;
    border-right: 1px solid #F5F7FA;
}

.comment-form .form-submit {
    margin-top: 30px;
}

.comment-form-author label {
    display: block;
}

.comment-form-email input,
.comment-form-url input,
.comment-form-author input {
    width: 100%;
    max-width: 100%;
}

.comment-form-email label,
.comment-form-url label {
    display: block;
}

.comment-form-email,
.comment-form-url {
    width: 48%;
    float: left;
}

.comment-form-email {
    margin-right: 2%;
}

.comment-form-url {
    margin-left: 2%;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Widgetised
--------------------------------------------------------------*/
.home-wrapper section {
    position: relative;
    padding: 80px 0;
    margin-bottom: 0;
    clear: both;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.atblock {
    position: relative;
    z-index: 11;
    padding-left: 30px;
    padding-right: 30px;
}

.atblock.no-container {
    padding: 0;
    max-width: 100% !important;
}

section.at-2-col {
    width: 50%;
    clear: none;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
}

/* Align columns to page center
section.at-2-col:first-of-type .atblock {
	margin-right: 0;
}
section.at-2-col:nth-of-type(2) .atblock {
	margin-left: 0;
}
*/
.at-2-col .atblock {
    width: 100%;
    max-width: 700px;
}

section.at-3-col {
    width: 33.33333333%;
    clear: none;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
}

.at-3-col .atblock {
    width: 100%;
    max-width: 500px;
}

.row-overlay {
    background-color: rgba(37, 46, 53, 0.8);
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.multicolumn-row {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.multicolumn-row section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* Block titles */
.atblock .widget-title {
    font-size: 36px;
    text-align: center;
    margin: 0 0 75px;
    position: relative;
}

.atblock .widget-title::after,
.widget-title .title-decoration::before,
.widget-title .title-decoration::after {
    content: '';
    position: absolute;
}

.widget-title .title-decoration::before,
.widget-title .title-decoration::after {
    width: 30px;
    height: 1px;
    bottom: -15px;
    background-color: rgba(92, 98, 101, 0.3);
}

.atblock .widget-title::after {
    width: 6px;
    height: 6px;
    bottom: -18px;
    border-radius: 3px;
    background-color: #d2d8da;
    left: -webkit-calc(50% - 3px);
    left: -moz-calc(50% - 3px);
    left: calc(50% - 3px);
}

.widget-title .title-decoration::before {
    left: -webkit-calc(50% - 40px);
    left: -moz-calc(50% - 40px);
    left: calc(50% - 40px);
}

.widget-title .title-decoration::after {
    left: -webkit-calc(50% + 10px);
    left: -moz-calc(50% + 10px);
    left: calc(50% + 10px);
}

/* Services */
.service-area {
    text-align: center;
}

.service {
    text-align: center;
    margin-bottom: 45px;
    padding: 0 15px;
    width: 32%;
    display: inline-block;
    vertical-align: top;
}

.astrid-3col:nth-of-type(3n+1) {
    clear: left;
}

.astrid-3col:last-of-type,
.astrid-3col:nth-last-of-type(2),
.astrid-3col:nth-last-of-type(3) {
    margin-bottom: 0;
}

.service-title a {
    color: #2D3748;
    text-decoration: none;
}

.service-title a:hover {
    color: #2355B5;
}

/* Skills */
.skill {
    margin-bottom: 15px;
}

.progress-bar {
    background-color: #e8ecee;
    height: 5px;
    position: relative;
}

.progress-animate {
    background-color: #2355B5;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
}

.progress-visible {
    -webkit-transition: width 1.5s;
    transition: width 1.5s;
}

/* Facts */
.fact-area {
    text-align: center;
}

.fact {
    text-align: center;
    display: inline-block;
    width: 24%;
    padding: 0 15px;
    vertical-align: top;
}

.fact .fa {
    font-size: 44px;
    color: #2355B5;
}

.fact .fact-number {
    font-size: 36px;
    margin: 20px 0;
    font-family: 'Josefin Sans', sans-serif;
    border-top: 1px solid rgba(92, 98, 101, 0.3);
    border-bottom: 1px solid rgba(92, 98, 101, 0.3);
}

.fact .fact-name {
    font-size: 24px;
    line-height: 1.1;
    font-family: 'Josefin Sans', sans-serif;
}

/* Employees */
.employees-area {
    text-align: center;
}

.employee,
.blog-post {
    display: inline-block;
    width: 32%;
    margin-bottom: 45px;
    text-align: center;
    padding: 0 15px;
    vertical-align: top;
}

.employee-title {
    margin: 0 0 30px;
    padding: 15px;
    background-color: #0B2E6B;
}

.employee-title a {
    color: #fff;
}

.employee-title a:hover {
    color: #2355B5;
    text-decoration: none;
}

/* Projects */
.project {
    width: 25%;
    float: left;
}

.project:nth-of-type(4n+1) {
    clear: left;
}

.project-thumb {
    position: relative;
    overflow: hidden;
}

.project-thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(37, 46, 53, 0.8);
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.project-title {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0;
}

.project-title a {
    color: #fff;
    text-decoration: none;
}

.project-content {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
}

.project-thumb:hover::before {
    width: 100%;
}

.project-thumb:hover .project-content {
    right: 0;
}

.project-title a::before {
    content: '';
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: -5px;
    margin-left: 20%;
    -webkit-transition: width 0.5s 0.5s;
    transition: width 0.5s 0.5s;
}

.project-title a::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    bottom: -5px;
    margin-right: 20%;
    -webkit-transition: width 0.5s 0.5s;
    transition: width 0.5s 0.5s;
}

.project-thumb:hover .project-title a::before,
.project-thumb:hover .project-title a::after {
    width: 60%;
}

/* Testimonials */
.testimonial-area {
    text-align: center;
}

.testimonial {
    display: inline-block;
    width: 32%;
    margin-bottom: 45px;
    text-align: left;
    padding: 0 15px;
    vertical-align: top;
}

.testimonial-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #F5F7FA;
    padding: 30px;
}

.testimonial svg {
    margin-bottom: 10px;
    fill: #fff;
    stroke: #F5F7FA;
    stroke-width: 1.05;
    position: relative;
    top: -1px;
    left: 30px;
}

.testimonial-content p:last-of-type {
    margin: 0;
}

.testimonial-thumb {
    max-width: 100px;
}

.testimonial-title {
    margin-bottom: 0;
}

.testimonial-title a {
    color: #2D3748;
    text-decoration: none;
}

.testimonial-title a:hover {
    color: #2355B5;
}

/* Clients */
.client-area {
    text-align: center;
}

.client {
    display: inline-block;
    width: 24%;
    margin-bottom: 45px;
    padding: 0 30px;
    vertical-align: top;
}

.client:nth-of-type(3n+1) {
    clear: left;
}

.client:last-of-type,
.client:nth-last-of-type(2),
.client:nth-last-of-type(3),
.client:nth-last-of-type(4) {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
.site-title {
    font-size: 36px;
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.1;
}

.site-title a,
.site-title a:hover {
    color: #fff;
    text-decoration: none;
}

.site-description {
    margin: 15px 0 0;
    font-size: 14px;
    color: #BDBDBD;
}

.site-description:empty {
    margin: 0;
}

.site-content {
    margin-top: 60px;
    margin-bottom: 60px;
}

.site-content > .container {
    padding: 0;
    background-color: #fff;
    border-left: 1px solid #F5F7FA;
    border-right: 1px solid #F5F7FA;
    border-bottom: 1px solid #F5F7FA;
}

body.page-template-page_widgetized {
    background-color: #fff;
}

.page-template-page_widgetized .site-content {
    margin-top: 0;
    margin-bottom: 0;
}

.site-logo {
    max-width: 100%;
    max-height: 80px;
}

.custom-logo-link {
    display: block;
}

.custom-logo-link img {
    display: block;
    max-height: 90px;
    margin: 0 auto;
}

/*.content-area {*/
    /*width: 811px;*/
    /*float: left;*/
    /*margin-left: -1px;*/
/*}*/

.fullwidth,
.error404 .content-area,
.fullwidth-single .content-area {
    width: 100% !important;
}

.error404 .content-area {
    padding: 30px;
}

.error404 .content-area .page-title {
    padding: 0;
}

.no-results.not-found {
    padding: 30px;
}

.no-results.not-found .page-title {
    padding: 0;
}

.fullwidth-single .content-area {
    margin-left: 0;
}

/*.widget-area {*/
    /*width: 360px;*/
    /*float: left;*/
    /*margin-left: -1px;*/
    /*margin-right: -1px;*/
/*}*/

.page-header .page-title {
    padding: 0 60px;
}

.page-header h1 {
    font-size: 36px;
}

.page-header .page-title .fa {
    margin-right: 15px;
    color: #2355B5;
}

.wp-content-sec h2 {
    font-size: 24px;
}

.wp-content-sec h1, .wp-content-sec h2, .wp-content-sec h3, .wp-content-sec h4, .wp-content-sec h5, .wp-content-sec h6 {
    color: #2D3748;
    font-family: Larsseit-bold, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.wp-content-sec a, .wp-content-sec a:hover {
    color: #2355B5;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.wp-content-sec .entry-title a {
    text-decoration: none;
}

.wp-content-sec article:first-child {
    border-top: 0;
}

.wp-content-sec .widget-area section:first-child {
    border-top: 0;
}

.wp-content-sec article:last-child {
    border-bottom: 0;
}

.wp-content-sec .widget-area section:last-child {
    border-bottom: 0;
}

/*Menu css by Kamran*/
/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
    margin: 0 0 1.5em;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
    background: #fff;
    /*border-bottom: 1px solid #eee;*/
    /*border-top: 1px solid #eee;*/
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
}

.navigation-top .wrap {
    max-width: 1000px;
    padding: 0;
}

.navigation-top a {
    color: #2D3748;
    font-weight: 600;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
    color: #767676;
}

.main-navigation {
    clear: both;
    display: block;
}

.main-navigation ul {
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0 1.5em;
    text-align: left;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
    display: none;
}

.main-navigation > div > ul {
    border-top: 1px solid #eee;
    padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
    display: block;
}

.main-navigation ul ul {
    padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
    display: block;
}

.main-navigation ul ul a {
    letter-spacing: 0;
    padding: 0.4em 0;
    position: relative;
    text-transform: none;
}

.main-navigation li {
    border-bottom: 1px solid #eee;
    position: relative;
}

.main-navigation li li,
.main-navigation li:last-child {
    border: 0;
}

.main-navigation a {
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
}

.main-navigation a:hover {
    color: #767676;
}

/* Menu toggle */

.menu-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #2D3748;
    display: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.5;
    margin: 1px auto 2px;
    padding: 1em;
    text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
    display: block;
}

.main-navigation.toggled-on ul.nav-menu {
    display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu-toggle:focus {
    outline: thin solid;
}

.menu-toggle .icon {
    margin-right: 0.5em;
    top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
    display: none;
}

.toggled-on .menu-toggle .icon-close {
    display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #2D3748;
    display: block;
    font-size: 16px;
    right: -0.5em;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0.5em;
    position: absolute;
    text-shadow: none;
    top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background: transparent;
}

.dropdown-toggle:focus {
    outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
    -ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
    display: none;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {

    body.customize-partial-edit-shortcuts-shown .site-header .site-title {
        padding-left: 0;
    }
}

@media screen and (min-width: 30em) {

    /* Typography */
    body,
    button,
    input,
    select,
    textarea {
        font-size: 18px;
        font-size: 1.125rem;
    }

    h1 {
        font-size: 30px;
        font-size: 1.875rem;
    }

    h2,
    .home.blog .entry-title,
    .page .panel-content .recent-posts .entry-title {
        font-size: 26px;
        font-size: 1.625rem;
    }

    h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }

    h4 {
        font-size: 18px;
        font-size: 1.125rem;
    }

    h5 {
        font-size: 13px;
        font-size: 0.8125rem;
    }

    h6 {
        font-size: 16px;
        font-size: 1rem;
    }

    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 14px;
        font-size: 0.875rem;
    }

    /* Fix image alignment */
    img.alignleft {
        float: left;
        margin-right: 1.5em;
    }

    img.alignright {
        float: right;
        margin-left: 1.5em;
    }

    /* Site Branding */
    .site-branding {
        padding: 3em 0;
    }

    /* Front Page */
    .panel-content .wrap {
        padding-bottom: 2em;
        padding-top: 3.5em;
    }

    .page-one-column .panel-content .wrap {
        max-width: 740px;
    }

    .panel-content .entry-header {
        margin-bottom: 4.5em;
    }

    .panel-content .recent-posts .entry-header {
        margin-bottom: 0;
    }

    /* Blog Index, Archive, Search */
    .taxonomy-description {
        font-size: 14px;
        font-size: 0.875rem;
    }

    .page-numbers.current {
        font-size: 16px;
        font-size: 1rem;
    }

    /* Site Footer */
    .site-footer {
        font-size: 16px;
        font-size: 1rem;
    }

    /* Gallery Columns */
    .gallery-item {
        max-width: 25%;
    }

    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }

    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }

    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }

    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
}

@media screen and (min-width: 48em) {

    /* Typography */
    body,
    button,
    input,
    select,
    textarea {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }

    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 13px;
        font-size: 0.8125rem;
    }

    /* Layout */
    .wrap {
        max-width: 1000px;
        padding-left: 3em;
        padding-right: 3em;
    }

    .has-sidebar:not(.error404) #primary {
        float: left;
        width: 75%;
    }

    .has-sidebar #secondary {
        float: right;
        padding-top: 0;
        width: 25%;
    }

    .error404 #primary {
        float: none;
    }

    /* Site Branding */
    .site-branding {
        margin-bottom: 0;
    }

    .has-header-image.twentyseventeen-front-page .site-branding,
    .has-header-video.twentyseventeen-front-page .site-branding,
    .has-header-image.home.blog .site-branding,
    .has-header-video.home.blog .site-branding {
        bottom: 0;
        display: block;
        left: 0;
        height: auto;
        padding-top: 0;
        position: absolute;
        width: 100%;
    }

    .has-header-image.twentyseventeen-front-page .custom-header,
    .has-header-video.twentyseventeen-front-page .custom-header,
    .has-header-image.home.blog .custom-header,
    .has-header-video.home.blog .custom-header {
        display: block;
        height: auto;
    }

    .custom-header-media {
        height: 165px;
        position: relative;
    }

    .twentyseventeen-front-page.has-header-image .custom-header-media,
    .twentyseventeen-front-page.has-header-video .custom-header-media,
    .home.blog.has-header-image .custom-header-media,
    .home.blog.has-header-video .custom-header-media {
        height: 0;
        position: relative;
    }

    .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,
    .has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
        bottom: 0;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .custom-logo-link {
        padding-right: 2em;
    }

    .custom-logo-link img,
    body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
    body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
        max-width: 350px;
    }

    .title-tagline-hidden.home.has-header-image .custom-logo-link img,
    .title-tagline-hidden.home.has-header-video .custom-logo-link img {
        max-height: 200px;
    }

    .site-title {
        font-size: 36px;
        font-size: 2.25rem;
    }

    .site-description {
        font-size: 16px;
        font-size: 1rem;
    }

    /* Navigation */
    .navigation-top {
        bottom: 0;
        font-size: 14px;
        font-size: 0.875rem;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 3;
    }

    .navigation-top .wrap {
        max-width: 1000px;
        /* The font size is 14px here and we need 50px padding in ems */
        padding: 0.75em 3.4166666666667em;
    }

    .navigation-top nav {
        margin-left: -1.25em;
    }

    .site-navigation-fixed.navigation-top {
        bottom: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 50%;
        z-index: 7;
        margin: 0 auto;
    }

    .admin-bar .site-navigation-fixed.navigation-top {
        top: 32px;
    }

    /* Main Navigation */
    .js .menu-toggle,
    .js .dropdown-toggle {
        display: none;
    }

    .main-navigation {
        width: auto;
    }

    .js .main-navigation ul,
    .js .main-navigation ul ul,
    .js .main-navigation > div > ul {
        display: block;
    }

    .main-navigation ul {
        background: transparent;
        padding: 0;
    }

    .main-navigation > div > ul {
        border: 0;
        margin-bottom: 0;
        padding: 0;
    }

    .main-navigation li {
        border: 0;
        display: inline-block;
    }

    .main-navigation li li {
        display: block;
    }

    .main-navigation a {
        padding: 1em 1.25em;
    }

    .main-navigation ul ul {
        background: #fff;
        border: 1px solid #bbb;
        left: -999em;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 99999;
    }

    .main-navigation ul li.menu-item-has-children:before,
    .main-navigation ul li.menu-item-has-children:after,
    .main-navigation ul li.page_item_has_children:before,
    .main-navigation ul li.page_item_has_children:after {
        border-style: solid;
        border-width: 0 6px 6px;
        content: "";
        display: none;
        height: 0;
        position: absolute;
        right: 1em;
        bottom: -1px;
        width: 0;
        z-index: 100000;
    }

    .main-navigation ul li.menu-item-has-children.focus:before,
    .main-navigation ul li.menu-item-has-children:hover:before,
    .main-navigation ul li.menu-item-has-children.focus:after,
    .main-navigation ul li.menu-item-has-children:hover:after,
    .main-navigation ul li.page_item_has_children.focus:before,
    .main-navigation ul li.page_item_has_children:hover:before,
    .main-navigation ul li.page_item_has_children.focus:after,
    .main-navigation ul li.page_item_has_children:hover:after {
        display: block;
    }

    .main-navigation ul li.menu-item-has-children:before,
    .main-navigation ul li.page_item_has_children:before {
        border-color: transparent transparent #bbb;
        bottom: 0;
    }

    .main-navigation ul li.menu-item-has-children:after,
    .main-navigation ul li.page_item_has_children:after {
        border-color: transparent transparent #fff;
    }

    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: 100%;
        right: auto;
    }

    .main-navigation ul ul a {
        padding: 0.75em 1.25em;
        width: 16em;
    }

    .main-navigation li li {
        -webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }

    .main-navigation li li:hover,
    .main-navigation li li.focus {
        background: #767676;
    }

    .main-navigation li li a {
        -webkit-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }

    .main-navigation li li.focus > a,
    .main-navigation li li:focus > a,
    .main-navigation li li:hover > a,
    .main-navigation li li a:hover,
    .main-navigation li li a:focus,
    .main-navigation li li.current_page_item a:hover,
    .main-navigation li li.current-menu-item a:hover,
    .main-navigation li li.current_page_item a:focus,
    .main-navigation li li.current-menu-item a:focus {
        color: #fff;
    }

    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: 0.5em;
        right: auto;
    }

    .main-navigation .menu-item-has-children > a > .icon,
    .main-navigation .page_item_has_children > a > .icon {
        display: inline;
        left: 5px;
        position: relative;
        top: -1px;
    }

    .main-navigation ul ul .menu-item-has-children > a > .icon,
    .main-navigation ul ul .page_item_has_children > a > .icon {
        margin-top: -9px;
        left: auto;
        position: absolute;
        right: 1em;
        top: 50%;
        -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
        -ms-transform: rotate(-90deg); /* IE 9 */
        transform: rotate(-90deg);
    }

    .main-navigation ul ul ul {
        left: -999em;
        margin-top: -1px;
        top: 0;
    }

    .main-navigation ul ul li.menu-item-has-children.focus:before,
    .main-navigation ul ul li.menu-item-has-children:hover:before,
    .main-navigation ul ul li.menu-item-has-children.focus:after,
    .main-navigation ul ul li.menu-item-has-children:hover:after,
    .main-navigation ul ul li.page_item_has_children.focus:before,
    .main-navigation ul ul li.page_item_has_children:hover:before,
    .main-navigation ul ul li.page_item_has_children.focus:after,
    .main-navigation ul ul li.page_item_has_children:hover:after {
        display: none;
    }

    .site-header .site-navigation-fixed .menu-scroll-down {
        display: none;
    }

    /* Scroll down arrow */
    .site-header .menu-scroll-down {
        display: block;
        padding: 1em;
        position: absolute;
        right: 0;
    }

    .site-header .menu-scroll-down .icon {
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        -ms-transform: rotate(90deg); /* IE 9 */
        transform: rotate(90deg);
    }

    .site-header .menu-scroll-down {
        color: #fff;
        top: 2em;
    }

    .site-header .navigation-top .menu-scroll-down {
        color: #767676;
        top: 0.7em;
    }

    .menu-scroll-down:focus {
        outline: thin dotted;
    }

    .menu-scroll-down .icon {
        height: 18px;
        width: 18px;
    }

    /* Front Page */
    .twentyseventeen-front-page.has-header-image .site-branding,
    .twentyseventeen-front-page.has-header-video .site-branding,
    .home.blog.has-header-image .site-branding,
    .home.blog.has-header-video .site-branding {
        margin-bottom: 70px;
    }

    .twentyseventeen-front-page.has-header-image .custom-header-media,
    .twentyseventeen-front-page.has-header-video .custom-header-media,
    .home.blog.has-header-image .custom-header-media,
    .home.blog.has-header-video .custom-header-media {
        height: 1200px;
        height: 100vh;
        max-height: 100%;
        overflow: hidden;
    }

    .twentyseventeen-front-page.has-header-image .custom-header-media:before,
    .twentyseventeen-front-page.has-header-video .custom-header-media:before,
    .home.blog.has-header-image .custom-header-media:before,
    .home.blog.has-header-video .custom-header-media:before {
        height: 33%;
    }

    .admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
    .admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
    .admin-bar.home.blog.has-header-image .custom-header-media,
    .admin-bar.home.blog.has-header-video .custom-header-media {
        height: calc(100vh - 32px);
    }

    .panel-content .wrap {
        padding-bottom: 4.5em;
        padding-top: 6em;
    }

    .panel-image {
        height: 100vh;
        max-height: 1200px;
    }

    /* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
    .background-fixed .panel-image {
        background-attachment: fixed;
    }

    .page-two-column .panel-content .entry-header {
        float: left;
        width: 36%;
    }

    .page-two-column .panel-content .entry-content {
        float: right;
        width: 58%;
    }

    /* Front Page - Recent Posts */
    .page-two-column .panel-content .recent-posts {
        clear: right;
        float: right;
        width: 58%;
    }

    .panel-content .recent-posts article {
        margin-bottom: 4em;
    }

    .panel-content .recent-posts .entry-header,
    .page-two-column #primary .panel-content .recent-posts .entry-header,
    .panel-content .recent-posts .entry-content,
    .page-two-column #primary .panel-content .recent-posts .entry-content {
        float: none;
        width: 100%;
    }

    .panel-content .recent-posts .entry-header {
        margin-bottom: 1.5em;
    }

    .page .panel-content .recent-posts .entry-title {
        font-size: 26px;
        font-size: 1.625rem;
    }

    /* Posts */
    .site-content {
        padding: 5.5em 0 0;
    }

    .single-post .entry-title,
    .page .entry-title {
        font-size: 26px;
        font-size: 1.625rem;
    }

    .comments-pagination,
    .post-navigation {
        clear: both;
    }

    .post-navigation .nav-previous {
        float: left;
        width: 50%;
    }

    .post-navigation .nav-next {
        float: right;
        text-align: right;
        width: 50%;
    }

    .nav-next,
    .post-navigation .nav-next {
        margin-top: 0;
    }

    /* Blog, archive, search */
    .sticky .icon-thumb-tack {
        height: 23px;
        left: -2.5em;
        top: 1.5em;
        width: 32px;
    }

    body:not(.has-sidebar):not(.page-one-column) .page-header,
    body.has-sidebar.error404 #primary .page-header,
    body.page-two-column:not(.archive) #primary .entry-header,
    body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
        float: left;
        width: 36%;
    }

    .blog:not(.has-sidebar) #primary article,
    .archive:not(.page-one-column):not(.has-sidebar) #primary article,
    .search:not(.has-sidebar) #primary article,
    .error404:not(.has-sidebar) #primary .page-content,
    .error404.has-sidebar #primary .page-content,
    body.page-two-column:not(.archive) #primary .entry-content,
    body.page-two-column #comments {
        float: right;
        width: 58%;
    }

    .blog .site-main > article,
    .archive .site-main > article,
    .search .site-main > article {
        padding-bottom: 4em;
    }

    .navigation.pagination {
        clear: both;
        float: right;
        width: 58%;
    }

    .has-sidebar .navigation.pagination,
    .archive.page-one-column:not(.has-sidebar) .navigation.pagination {
        float: none;
        width: 100%;
    }

    .entry-footer {
        display: table;
        width: 100%;
    }

    .entry-footer .cat-tags-links {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .entry-footer .edit-link {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
    }

    .entry-footer .edit-link a.post-edit-link {
        margin-top: 0;
        margin-left: 1em;
    }

    /* Entry content */
    /* without sidebar */
    :not(.has-sidebar) .entry-content blockquote.alignleft {
        margin-left: -17.5%;
        width: 48%;
    }

    :not(.has-sidebar) .entry-content blockquote.alignright {
        margin-right: -17.5%;
        width: 48%;
    }

    /* with sidebar */
    .has-sidebar .entry-content blockquote.alignleft {
        margin-left: 0;
        width: 34%;
    }

    .has-sidebar .entry-content blockquote.alignright {
        margin-right: 0;
        width: 34%;
    }

    .has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
        margin-right: -72.5%;
        width: 62%;
    }

    /* blog and archive */
    .blog:not(.has-sidebar) .entry-content blockquote.alignleft,
    .twentyseventeen-front-page.page-two-column .entry-content blockquote.alignleft,
    .archive:not(.has-sidebar) .entry-content blockquote.alignleft,
    .page-two-column .entry-content blockquote.alignleft {
        margin-left: -72.5%;
        width: 62%;
    }

    .blog:not(.has-sidebar) .entry-content blockquote.alignright,
    .twentyseventeen-front-page.page-two-column .entry-content blockquote.alignright,
    .archive:not(.has-sidebar) .entry-content blockquote.alignright,
    .page-two-column .entry-content blockquote.alignright {
        margin-right: 0;
        width: 36%;
    }

    /* Post formats */
    .format-quote blockquote .icon {
        left: -1.5em;
    }

    /* Pages */
    .page.page-one-column .entry-header,
    .twentyseventeen-front-page.page-one-column .entry-header,
    .archive.page-one-column:not(.has-sidebar) .page-header {
        margin-bottom: 4em;
    }

    .page:not(.home) #content {
        padding-bottom: 3.25em;
    }

    /* 404 page */
    .error404 .page-content {
        padding-bottom: 9em;
    }

    /* Comments */
    #comments {
        padding-top: 5em;
    }

    .comments-title {
        margin-bottom: 2.5em;
    }

    ol.children .children {
        padding-left: 2em;
    }

    /* Posts pagination */
    .nav-links .nav-title {
        position: relative;
        margin-left: 40px;
    }

    .nav-title-icon-wrapper {
        position: absolute;
        text-align: center;
        width: 2em;
    }

    .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
        left: -2em;
    }

    .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
        right: -2em;
    }

    /* Secondary */
    #secondary {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.6;
    }

    /* Widgets */
    h2.widget-title {
        font-size: 11px;
        font-size: 0.6875rem;
        margin-bottom: 2em;
    }

    /* Footer */
    .site-footer {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.6;
        margin-top: 3em;
    }

    .site-footer .widget-column.footer-widget-1 {
        float: left;
        width: 36%;
    }

    .site-footer .widget-column.footer-widget-2 {
        float: right;
        width: 58%;
    }

    .social-navigation {
        clear: left;
        float: left;
        margin-bottom: 0;
        width: 36%;
    }

    .site-info {
        float: left;
        padding: 0.7em 0 0;
        width: 58%;
    }

    .social-navigation + .site-info {
        margin-left: 6%;
    }

    .site-info .sep {
        margin: 0 0.5em;
        display: inline;
        visibility: visible;
        height: auto;
        width: auto;
    }

    /* Gallery Columns */
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }

    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }

    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }

    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }

    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}

@media screen and ( min-width: 67em ) {

    /* Layout */
    /* Navigation */
    .navigation-top .wrap {
        padding: 0em 2em;
    }

    .navigation-top nav {
        margin-left: 0;
    }

    /* Sticky posts */
    .sticky .icon-thumb-tack {
        font-size: 32px;
        font-size: 2rem;
        height: 22px;
        left: -1.25em;
        top: 0.75em;
        width: 32px;
    }

    /* Pagination */
    .page-numbers {
        display: inline-block;
    }

    .page-numbers.current {
        font-size: 15px;
        font-size: 0.9375rem;
    }

    .page-numbers.current .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    /* Comments */
    .comment-body {
        margin-left: 0;
    }
}

@media screen and ( min-width: 79em ) {

    .has-sidebar .entry-content blockquote.alignleft {
        margin-left: -20%;
    }

    .blog:not(.has-sidebar) .entry-content blockquote.alignright,
    .archive:not(.has-sidebar) .entry-content blockquote.alignright,
    .page-two-column .entry-content blockquote.alignright,
    .twentyseventeen-front-page .entry-content blockquote.alignright {
        margin-right: -20%;
    }
}

@media screen and ( max-width: 48.875em ) and ( min-width: 48em ) {

    .admin-bar .site-navigation-fixed.navigation-top,
    .admin-bar .site-navigation-hidden.navigation-top {
        top: 46px;
    }
}

.toggled-on .menu-toggle .icon-bars, .menu-toggle .icon-close {
    display: none;
}

.icon {
    display: inline-block;
    /* fill: currentColor; */
    height: 1em;
    position: relative;
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
}
.menu-top{
    display: none;
}
.header-menu{
    width: 40%;
    float: left;
    margin-left: 100px;
    margin-top: 12px;
}
.nav__logo{
    float: left;
}
.footer__col--company{
    float: left;
    width: 55%;
}
.question-div{
    width: 40%;
    float: left;
    font-size: 11px;
}
.footer__col--company table{
    margin-bottom: 0px;
}
.question-div h4{
    text-align: left;
}
.web-from-top-section .benefits__heading{
    border-bottom: 1px solid #d3d3d3;
    display: inline-block;
    margin-bottom: 20px;
}
#findMyJumbo{
    padding: 40px 20px;
}
.jumbo-web-form .benefit__heading {
    margin-bottom: 20px;
}
.web-from-top-section {
    margin-bottom: 0px;
}
.btn:disabled, button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled {
    cursor: not-allowed;
    opacity: .5;
}
.btn, button, input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    background-color: #2355B5;
    border: 2px solid transparent;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Gotham Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    padding: 10px 13px;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.jumbo-web-form .btn {
    min-width: 100px;
    background-color: #fff;
    color: #2355B5;
    border: 2px solid #2355B5;
    margin-bottom: 10px;
}
.form-active {
    color: #fff !important;
    border: 2px solid transparent !important;
    background-color: #2355B5 !important;
}
.btn, button, input[type=button], input[type=reset], input[type=submit] {
    padding: 13px 18px;
}
#benefits-section{
    background-color: #fafafa;
}
.purchage-price-txt {
    max-width: 300px;
    text-align: center;
    /* margin: 0 auto; */
    border: 2px solid #2355B5 !important;
    box-shadow: none !important;
}
input:not([type]), select, input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=password], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input[type=number], input[type=search], select, select[multiple=multiple], textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    font-family: Larsseit, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    margin-bottom: .7em;
    padding: .7em;
    transition: border-color;
}
input:not([type]), input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=password], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input[type=number], input[type=search], select[multiple=multiple], textarea {
    width: 45%;
    display: inline;
}
.web-from-top-section p {
    font-size: 10px;
    font-style: italic;
    margin-bottom: .7em;
}
@media only screen and (max-width: 670px) {
    .banner{
        padding-top: 60px;
    }
    .global-banner input[type=search] {
        width: 186px !important;
    }
    .questions{
        padding-top: 20px !important;
    }
    .questions__wrapper{
        padding: 0 6% !important;
    }
    .sub-banner-wraper{
        width: 82%;
        margin: 0 auto;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .menu-top{
        display: block;
    }
    .header-menu{
        display: none;
    }
    .question-div{
        width: 100%;
        margin-bottom: 10px;
    }
    .question-div span{
        line-height: 30px;
    }
    .footer__contact{
        width: 100%;
    }
    .footer__contact{
        width: 100% !important;
    }
    .footer__col--company{
        width: 100%;
        margin: 15px 0px;
    }
    .footer__contact .social{
        display: block;
        margin: 15px 0px;
    }
    input:not([type]), select, input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=password], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input[type=number], input[type=search], select[multiple=multiple], textarea {
        width: 100%;
    }
}
.sub-banner-wraper{
        width: 82% !important;
        margin: 0 auto !important;
    }
sub, sup {
    position: relative;
    vertical-align: baseline;
    line-height: 0;
}
sup {
    top: -.8em;
    font-size: 60%;
    font-weight: 900;
}
.blue-sec{
    background-color: #0B2E6B;
    color: #fff;
}
.blue-sec .start__heading{
    color: #fff;
}
#secondary .search-field{
	width: 100%;
}
@media screen and (max-width: 1900px) and (min-width: 1400px) {
    .wp-content-sec p {
        font-size: 16px !important;
        line-height: 28px !important;
        margin-bottom: 18px !important;
    }

}