/*------------------------------------------------------------------

	[Table of contents]

	1. Defaults
	2. WordPress Cores
	3. Widgets
	4. Share Buttons
	5. Articles
	6. Post Content Area
	7. Preloaders
	8. WPBakery ( Visual Composer )

-------------------------------------------------------------------*/
/* 1. Defaults */
a:focus, a:hover {
    color: #4ac4f3;
    text-decoration: none;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #eee;
}

blockquote {
    border-left: 4px solid #eee;
    padding: 10px 10px 10px 30px;
    margin: 25px 0;
}

#nt-blog dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
    margin-bottom: 20px;
}

p:empty {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    word-spacing: 0px;
    margin-bottom: 20px;
}

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

code {
    white-space: normal;
}

p {
    margin: 10px 0 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0;
}

.m-bottom-50 {
    margin-bottom: 50px
}

.nt-text-logo {
    margin: 9px 0;
    font-size: 19px;
    display: inline-block;
    text-transform: capitalize;
}

#nt-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#nt-blog {
    position: relative;
}

.relative {
    position: relative !important;
}

.nt-clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

/* 2. WordPress Core */
.bypostauthor, .gallery-caption {
    display: block;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 15px 0 0;
    font-size: 14px;
    padding: 0 4px 5px;
}

@media only screen and (min-width: 992px) {
    .wp-caption {
        background: #fff;
        border: 1px solid #f0f0f0;
        max-width: 96%;
        padding: 5px 3px 10px;
        text-align: center;
    }

    .wp-caption.alignnone {
        margin: 50px 20px 40px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 15px 0 0;
        font-size: 14px;
        padding: 0 4px 5px;
    }

    .alignleft {
        float: left;
        margin: 5px 20px 40px 0;
    }

    .aligncenter, div.aligncenter {
        display: block;
        margin: 50px auto 40px auto;
    }
}

.sticky_text {
    background: #857F79;
    padding: 10px;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin: 1px 0 10px;
}

.page article .article-img {
    margin-bottom: 40px;
}

.nt-theme-inner-container {
    padding: 120px 0;
}

/* 3. Widgets */
#nt-sidebar #searchform {
    position: relative;
    max-height: 50px;
}

#nt-sidebar .menu {
    opacity: 1 !important;
}

#nt-sidebar #searchform input#searchsubmit {
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgba(249, 241, 230, 0);
    border: 0;
    background: #2c97de;
    color: #322C2C;
    margin-left: 0;
    height: 40px;
    padding: 0 15px;
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#nt-sidebar .widget_text {
    min-height: 20px;
}

#nt-sidebar #searchform input#searchsubmit {
    color: #333;
}

#nt-sidebar #searchform input#searchsubmit {
    background-color: #FFED91;
}

#nt-sidebar #searchform input#searchsubmit {
    background-color: #222;
    color: #fff;
}

#nt-sidebar .widget-title {
    color: #222;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 20px;
}

#wp-calendar a, a {
    color: #4ac4f3;
}

#nt-sidebar select {
    max-width: 100%;
    border: 2px solid #ddd;
    padding: 10px;
    height: 37px;
    color: #111;
    min-width: 100%;
}

#nt-sidebar form {
    margin: 5px 0;
}

/* rss widget */
.sidebar-widget.widget_rss ul {
    padding: 0px;
    margin: 0;
}

.sidebar-widget.widget_rss ul li {
    border-bottom: 1px solid #f5f5f5;
    padding: 3px 0 25px;
    list-style: none;
}

.sidebar-widget.widget_rss ul li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px !important;
    list-style: none;
}

.sidebar-widget.widget_rss ul li a {
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.sidebar-widget.widget_rss ul li span {
    color: #42c2f5;
    margin-bottom: 5px;
    display: block;
}

.sidebar-widget.widget_rss .sidebar-widget-title a {
    font-weight: 600;
    color: #373737;
    vertical-align: top;
}

.sidebar-widget.widget_rss cite {
    font-weight: 600;
    color: #3d3d3d;
    display: block;
    margin-top: 5px;
    font-size: 15px;
}

.sidebar-widget.widget_rss cite:before {
    content: "-- ";
}

.sidebar-widget.widget_rss .rssSummary {
    margin-top: 5px;
}

.container-author-box .avatar {
    border-radius: 50%;
}

.container-author-box .c-social-1-inner {
    margin: 0 !important;
    padding: : 0 !important;
}

.also-like-title {
    max-width: 220px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 15px;
}

section.page {
    padding: 0;
}

.post-meta-first {
    margin-bottom: 15px;
    padding-bottom: 0px;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 14px;
}

.post-meta-second span i, .post-meta-first span i {
    margin: 0 6px 0 6px;
    padding-right: 3px;
    font-size: 14px;
    vertical-align: inherit;
}

.post-meta-second span:first-child i, .post-meta-first span:first-child i {
    margin-left: 0
}

.entry-title {
    margin: 0;
    margin-bottom: 15px;
    color: #222222;
}

.entry-title a {
    padding: 0;
    color: #2B2F3E;
    font-size: 21px;
    text-decoration: inherit;
}

.article-img, .blog-bg {
    margin-bottom: 20px;
}

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

.posts article:last-child {
    border: none !important;
    margin-bottom: 0px;
    border: 0;
    padding-bottom: 0;
}

.tags-links {
    border-right: 2px solid #ddd;
    padding: 0px 10px 0 0px;
    display: inline-block;
    margin: 0px 10px 0px 0;
}

p.category {
    padding: 0px 10px 0 0px;
    display: inline-block;
    margin: 0px 10px 0px 0;
}

.meta {
    margin: 20px 0;
    font-size: 12px;
}

.single-post article {
    margin-bottom: 14px;
}

.single .post-content {
    margin-bottom: 40px;
}

.nt-breadcrumb {
    background: none;
    color: #fff !important;
    font-size: 15px !important;
    margin-left: -4px;
    text-transform: capitalize;
    vertical-align: middle;
    display: inherit;
    padding: 8px 15px 8px 0;
}

.nt-breadcrumb span {
    margin-left: 3px;
}

.nt-breadcrumb a span {
    margin-right: 5px;
}

.nt-breadcrumb .current-item {
    color: #ffffff;
}

.nt-breadcrumbs {
    margin: 20px 0;
}

ul.nt-breadcrumbs-list {
    padding: 0;
    list-style: none;
    font-size: 13px;
    text-transform: uppercase;
}

ul.nt-breadcrumbs-list li {
    display: inline-block;
    margin-right: 8px;
}

ul.nt-breadcrumbs-list i {
    font-size: 16px;
}

.breadcrumbs {
    margin-top: 20px;
    font-size: 13px;
    text-transform: uppercase;
}

.right .breadcrumbs {
    text-align: right;
}

.breadcrumbs.left {
    text-align: left;
}

span.bredcrumb-separator {
    margin: 0 5px;
}

.breadcrumbs {
    text-transform: capitalize;
    color: #fff;
}

.breadcrumbs a {
    text-transform: capitalize;
    color: #fff;
}

.breadcrumbs span {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.breadcrumbs span {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    text-decoration: none !important;
}

.breadcrumbs a {
    text-decoration: none !important;
}

.breadcrumb {
    padding: 8px 15px 8px 0;
}

.breadcrumb-current {
    color: #FFED91;
}

.breadcrumb-current {
    color: #4c8fff;
    font-weight: 600;
}

.hero-container .breadcrumb {
    padding: inherit;
    margin-bottom: inherit;
    list-style: none;
    background-color: none;
    border-radius: .25rem;
}

.align-center.edit-buttons {
    text-align: center;
    position: relative;
}

.align-center.edit-buttons span a {
    color: #FFF;
}

.align-center.edit-buttons span {
    text-align: center;
    position: absolute;
    top: 0px;
    background: #2EB267;
    color: #FFF;
    padding: 5px 10px;
}

.video-responsive {
    width: 100%;
}

.video-responsive iframe {
    width: 100%;
}

.strong {
    font-weight: 600;
}

/* 4. Share Buttons */
.post-password-form label {
    display: inline;
}

.post-password-form input[type=password] {
    width: auto;
    margin: 20px 15px;
    padding: 0px 12px 5px;
    font-size: 14px;
    line-height: 1.428571;
    color: #555;
    border: 1px solid #d7e0e5;
    background-color: #ffffff;
    height: 40px;
    min-height: 40px;
}

.post-password-form input[type=submit] {
    color: #ffffff;
    border: 0;
    background-color: #4ac4f3;
    height: 30px;
    line-height: 30px;
    margin-top: -10px;
    padding: 0 35px;
    min-height: 40px;
    font-size: 11px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: normal;
    cursor: pointer;
    border-style: solid;
    font-family: inherit;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}

.post-password-form input[type=submit]:hover {
    background-color: #191919;
}

.gallery-content ul {
    padding: 0;
}

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

/*  5.  Articles   */
.c-backtop-1 {
    background-color: #f7f7f7;
}

.sidebar-widget ol ol, .sidebar-widget ul ul {
    padding: 0px 0 0 0px;
    margin: 20px 0px 0px 15px;
    list-style: circle;
}

.nt-theme-content .flexslider {
    margin-bottom: 40px;
}

article.page {
    background: inherit !important;
}

.search-results article, article.hentry {
    margin-bottom: 40px;
}

.video-responsive {
    width: 100%;
}

.video-responsive iframe {
    width: 100%;
    height: 100%;
}

body.search article .searchform {
    float: none;
}

#nt-sidebar table {
    margin-bottom: 0px;
    font-size: 14px;
}

table.table {
    margin-bottom: 40px;
    font-size: 14px;
}

.table td, .table th {
    padding: 9px;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

body.error404 .content-error .searchform input[type="submit"] {
    line-height: 43px;
    position: relative;
    width: 15%;
    top: -1px;
    background: #222;
    border: none;
    color: #fff;
    left: -3px;
}

.nt-theme-content ol, .nt-theme-content ul {
    margin-bottom: 30px;
    margin-top: 30px;
}

.single .the-post-thumbnail {
    margin-bottom: 30px;
}

.page-post-1-tags {
    clear: both;
    margin: 30px 0 60px;
}

.page-links {
    clear: both;
    margin: 40px 0 40px;
}

.page-links span span {
    margin-right: 0px;
}

.page-links a {
    margin-right: 4px;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #999999;
    background-color: #f0f3f5;
    text-align: center;
    border-radius: 100%;
    font-weight: 500;
}

.page-links a:hover {
    color: #ffffff !important;
    background-color: #42c2f5;
}

span.page-links-title {
    margin-right: 4px;
    display: inline-block;
    width: 80px;
    height: 39px;
    font-size: 12px;
    line-height: 40px;
    color: #ffffff;
    background: #42c2f5;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 21px;
}

.page-links .current {
    color: #ffffff;
    background-color: #4ac4f3;
    margin-right: 4px;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    font-weight: 500;
}

.page article.hentry {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.single article.hentry {
    margin-bottom: 40px;
}

.post-container {
    padding: 0 40px 25px;
}

.format-standard .post-container, .search-results .post-container {
    padding: 0;
}

article.hentry.format-aside .hentry-box {
    background: #eee;
}

article.hentry .entry-wrap {
    padding: 43px 35px 35px 35px;
}

.blog article.hentry .entry-wrap {
    margin-top: -1px;
}

.post-thumb {
    position: relative;
}

/* 6. Post Content Area */
.post .nt-theme-content li {
    list-style: inherit !important;
}

.nt-theme-content .gallery-item img {
    border: 0 !important;
    margin-bottom: 10px;
}

.nt-theme-content .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: left !important;
    width: 23% !important;
}

.nt-theme-content .gallery-caption {
    margin-left: 0;
    max-width: 150px !important;
}

.nt-theme-content p iframe {
    max-width: 100%;
}

.nt-theme-content h1, .nt-theme-content h2, .nt-theme-content h3, .nt-theme-content h4, .nt-theme-content h5, .nt-theme-content h6, .commentlist h1, .commentlist h2, .commentlist h3, .commentlist h4, .commentlist h5, .commentlist h6 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.nt-theme-content p {
    color: #222;
    margin: 0 0 20px;
}

.commentlist p {
    color: #222;
    margin: 0 0 20px;
}

.nt-theme-content, nt-page-template-content {
    padding: 0;
    width: 100%;
}

.comment-paragraph {
    margin-left: 85px !important;
}

.c-comments-1-message.nt-theme-content img {
    margin-top: 15px;
}

.c-comments-1-item {
    list-style-type: none !important;
}

#comments .c-comments-1-message ul li, #comments .c-comments-1-message ul {
    list-style-type: disc;
}

#comments .c-comments-1-message ol li, #comments .c-comments-1-message ol ol, #comments .c-comments-1-message ol {
    list-style-type: decimal;
}

#comments .c-comments-1-message ul li, #comments .c-comments-1-message ol li {
    margin-left: 20px;
}

#comments .c-comments-1-message ul, #comments .c-comments-1-message ol {
    margin-left: 5px;
    padding-left: 5px;
    margin: 5px 0;
}

.c-comments-1-message ul, .nt-theme-content ul, .nt-page-template-content ol, .c-comments-1-message ol, .nt-theme-content ol, .nt-page-template-content ul {
    margin: 0px;
    padding-left: 22px;
}

.c-comments-1-message ul, .nt-theme-content ul, .nt-page-template-content ul li, .c-comments-1-message ol, .nt-theme-content ol, .nt-page-template-content ol li {
    margin: 3px 0 0 0;
}

.c-comments-1-message>ul, .nt-theme-content>ul, .nt-page-template-content>ol, .c-comments-1-message>ol, .nt-theme-content>ol, .nt-page-template-content>ul {
    margin: 30px 0 30px 0;
}

.c-comments-1-message {
    margin-top: 15px;
}

.c-comments-1 {
    margin-bottom: 80px;
}

.comments #cancel-comment-reply-link {
    display: block !important;
}

.tag-pingbacks-2 .commentlist {
    list-style: none;
}

.commentlist>li.comment {
    list-style: none;
    position: relative;
}

.c-comments-1-list .pingback {
    padding-left: 0;
}

.c-comments-1-list .pingpack .c-comments-1-avatar {
    display: none;
}

.nt-theme-content ol {
    list-style: decimal;
    padding-left: 20px;
}

.nt-theme-content ul, .nt-theme-content ol {
    padding-left: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.nt-theme-content ul {
    list-style: disc;
}

.nt-theme-content ul li, .nt-theme-content ol li {
    margin-top: 5px
}

.nt-theme-content ul ul, .nt-theme-content ol ol {
    padding-left: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.nt-theme-content ul ol ul {
    list-style: disc;
    padding-left: 20px;
}

.nt-theme-content .divider {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    margin: 20px 0 40px;
}

.comments ul li ul li {
    margin: 10px;
}

.commentlist {
    margin: 0 0 20px 0 !important;
    padding: 0;
    list-style: none;
}

.commentlist .children {
    padding: 0;
    position: relative;
}

#comments ul.children li {
    padding-left: 70px !important;
    margin: 0 0 50px;
}

.comment-content ul li, .comment-content ol li {
    margin-bottom: 15px !important;
    margin-left: 20px !important;
}

.comment-content, .comment-content ul li {
    list-style-type: disc !important;
}

.children li {
    margin-left: 0px;
}

ol li:not(.pingback) .comment-meta {
    float: none;
    margin-left: 82px;
    margin-top: -42px;
    top: 0;
    font-size: 13px;
}

.comment.even {
    position: relative;
    list-style: none;
}

.comment-details {
    margin-left: 90px;
}

.children, .comments {
    list-style-type: none;
}

.comment-reply-link {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #4ac4f3;
    color: #4ac4f3;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.comment-reply-link:hover {
    color: #ffffff;
    background-color: #4ac4f3;
}

.commentmetadata a {
    font-size: 11px;
    font-weight: 600;
    color: #919191;
    text-transform: uppercase;
}

.fn, .fn a, .says {
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    color: #232323;
}

.edit-comment {
    position: relative;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: inherit !important;
    background: #333;
    color: #fff;
    display: inline-block;
    margin: 5px 0;
    padding: 2px 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50px;
}

#reply-title, #comments .page-post-2-title {
    margin-bottom: 30px !important;
    margin-top: 50px !important;
    font-size: 24px;
    display: block;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 21px;
}

#reply-title:before, #comments .page-post-2-title:before {
    background: #4ac4f3 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 35px;
    position: absolute;
    width: 50px;
}

#reply-title:after, #comments .page-post-2-title:after {
    background: #232323 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    width: 25px;
}

.comment-form-comment label {
    display: none;
}

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

.depth-2 {
    margin-bottom: 20px
}

.depth-5 p:last-child {
    margin-bottom: 0px !important;
}

@media (max-width:575px) {
    #comments ul.children li {
        padding-left: 20px !important;
    }
}

/* formats */
.format-standard .post-thumb, .format-status .post-thumb, .format-gallery .post-thumb, .format-quote .post-thumb, .format-link .post-thumb, .format-image .post-thumb, .format-chat .post-thumb {
    overflow: hidden;
}

.post-thumb img {
    width: 100%;
    height: inherit;
    display: block;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.format-aside p {
    margin: 0;
}

.format-gallery .post-thumb .flexslider {
    margin: 0;
}

.format-video .media-element {
    padding: 0px;
}

.format-chat .chat-transcript {
    color: #908f8f;
}

.format-chat .chat-transcript p {
    padding: 7px 10px;
    margin: 4px 0;
}

.format-chat .chat-transcript p:nth-child(even) {
    background: #f5f5f5;
}

.entry-title a:hover {
    color: #F37A5C;
}

.page-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.read-more {
    margin: 20px 0 0 !important;
}

.more-link {
    margin: 0 !important;
    color: #fff !important;
}

/* Link / Quote Post Format ------------- */
.format-quote .entry-media, .format-status .entry-media, .format-link .entry-media {
    padding: 30px;
    background-repeat: repeat;
    background-position: center center;
}

.content-quote-format-wrapper {
    float: left;
    width: 100%;
    height: auto;
}

.content-quote-format-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.content-quote-format-textwrap {
    position: relative;
    z-index: 2;
}

.format-status .entry-media h3 {
    margin: 0;
}

.format-quote .entry-media h3, .format-link .entry-media h3, .entry-media h3 a {
    font-size: 14px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff;
    text-decoration: none;
}

.format-quote .entry-media p, .format-link .entry-media p a {
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.content-quote-format-textwrap h3 span[class*='icon-'] {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    margin-right: 5px;
}

/* Entry Status - Twitter */
.hentry .entry-status-twitter .twitter-tweet-rendered {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    border: none !important;
    box-shadow: none !important;
}

.format-status .entry-media h3 {
    margin: -17px 0 0;
}

.uppercase {
    text-transform: uppercase;
}

.entry-title a:hover {
    color: #4ac4f3;
}

.entry-title a {
    color: #222222;
}

#nt-blog {
    position: relative;
}

.entry-title {
    font-weight: 400;
}

.search-form-input {
    padding: 10px 3px 10px 20px;
}

body.search article .searchform {
    float: left;
}

body.search article .searchform input[type="submit"] {
    float: left;
    line-height: 43px;
    position: relative;
    width: 20%;
    top: 0px;
    background: #222;
    border: none;
    color: #fff;
}

body.error404 .index .searchform {
    margin: 0 auto;
    width: 73%;
    float: left;
}

body.error404 .index .searchform input[type="text"] {
    outline: 0;
    float: left;
    min-height: 46px;
    width: 80%;
    padding: 9px 0 7px 15px;
    font-size: 12px;
    border: 0px solid #efefef;
    background: #efefef;
}

body.error404 .index .searchform input[type="submit"] {
    float: left;
    min-height: 46px;
    position: relative;
    width: 20%;
    top: 0px;
    background: #222222;
    border: none;
    color: #fff;
}

.search-no-results article .nt-sidebar-inner-search-form, .content-error .nt-sidebar-inner-search-form {
    position: relative;
    max-width: 395px;
}

/* comments */
.container-for-comments {
    background: #fff;
}

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

span.comment-author-link {
    color: #222;
}

.comment-form-comment {
    color: #222;
}

.container-for-comments .children {
    margin-bottom: 70px;
}

.comments ul {
    margin: 0;
    padding: 0;
    margin: 10px;
}

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

.comments ul li span .photo {
    padding: 0 !important;
}

.comments ul li .nt-theme-avatar {
    float: left;
    margin-right: 30px;
}

.comments ul li .commentlist {
    margin-left: 100px;
    border: 1px solid #EEE;
    padding: 8px 25px 20px;
}

.comment .children {
    margin: 50px 0;
}

.text-bold, .comment-reply-title {
    font-size: 18px;
}

.comment-form textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #d7e0e5;
    background-color: #ffffff;
    margin-top: 30px;
}

.comment-form .submit {
    position: relative;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: inherit !important;
    max-width: 150px;
    background: #333;
    color: #fff;
    margin: 5px 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50px;
}

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

.comment-form-email {
    margin-left: 4%;
}

/* 7. Footer */
/* updates for wp defaults */
.post-container {
    padding: 0;
}

/* others  */
div.wpcf7-response-output {
    margin: 0;
    padding: 1.2em 1em;
}

.wpcf7-not-valid {
    border: 1px solid #f00 !important;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
    display: none;
}

.wpcf7-response-output.wpcf7-validation-errors {
    display: inline-block !important;
    margin: 15px 0 !important;
    width: 100% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #f70000;
    background-color: #f70000;
    color: #fff;
}

.footer-btm p {
    text-transform: capitalize;
    margin: 0px;
    color: #fff;
}

div.wpcf7-mail-sent-ok {
    display: inline-block !important;
    margin: 15px !important;
    width: 97.2% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #398f14;
    background-color: #398f14;
    color: #fff;
}

div.wpcf7-mail-sent-ok {
    background: #398F14;
    border: 2px solid #398f14;
    color: #fff;
}

footer .widget input.wpcf7-form-control.wpcf7-submit {
    background: #f8cf27 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #222;
    font-weight: 700;
    padding: 12px 30px 7px;
    text-transform: uppercase;
}

.wpcf7 button, .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    display: inline-block;
}

.wpcf7 br {
    display: none;
}

.recent ol {
    padding: 1px;
    margin-top: 20px;
}

.recent ol li {
    list-style: disc;
}

.recent h3 {
    margin-bottom: 30px;
}

#nt-blog blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

#nt-blog .nt-theme-content ol, #nt-blog .nt-theme-content ul, #nt-blog .nt-theme-content ol li, #nt-blog .nt-theme-content ul li {
    padding-left: 5px;
    margin-left: 10px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #333;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #333;
}

/* responsive options

	1200px
	991px
	768px
	480px

*/
@media (max-width: 991px) {
    #nt-sidebar {
        margin: 40px 0 0;
    }

    #nt-sidebar #searchform input[type="text"] {
        width: 90%;
    }

    footer .widget {
        margin-bottom: 40px;
    }

    footer .widget-title {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    #nt-sidebar #searchform {
        position: relative;
        max-height: 50px;
        margin-top: 90px;
    }

    .index-header {
        height: 100vh !important;
    }
}

@media (max-width: 480px) {
    .avatar-class {
        float: none;
        margin-right: 30px;
        margin-bottom: 15px;
        display: block;
    }

    .comment-details, .comments ul li .commentlist {
        margin-left: 0;
    }

    .pager li>a, .pager li>span {
        float: none;
        width: 100%;
    }

    .template-cover-text .uppercase {
        font-size: 100%;
        margin-left: 0px;
        margin-bottom: 10px;
        color: #fff;
    }

    .comment-meta {
        margin-bottom: 15px;
    }
}

body .wpb_gmaps_widget .wpb_wrapper {
    background-color: #f7f7f7;
}

.blog-medium-container iframe {
    max-width: 100%;
    height: auto;
    min-height: 170px;
}

.single .blog-post-body ul {
    text-align: left;
}

.comment-meta {
    margin-bottom: 20px;
}

.commentlist li h1 {
    letter-spacing: -0.5px !important;
}

.c-comments-1-list li.comment ul.children {
    padding: 0;
}

.reply {
    margin-left: 85px;
}

#respond {
    margin: 30px 0 0px;
}

.commentlist div:not(#respond) p {
    color: #222;
    margin: 0 0 20px;
}

.page-post-2-title {
    margin-bottom: 40px !important;
    font-weight: 500;
    font-size: 24px;
}

.says {
    display: none;
}

.widget-list-span {
    position: absolute;
    right: 0;
    float: right;
    top: 0;
    left: 96%;
    border: 1px solid #e7ecef;
    min-width: 24px;
    border-radius: 3px;
    min-height: 20px;
    padding: 0px;
    text-align: center;
    font-size: 12px;
    color: #111;
}

button:focus {
    outline: 0;
}

#cancel-comment-reply-link {
    font-size: 13px;
}

/*------------------------------------------------------------------

  1. Tags
  2. Sidebar
  3. Post formats
  4. Text formats
  5. Section
  6. Pager - Pagination
  7. Buttons
  8. Comment - Form
  9. Spaces - Heights
  10. Colors
  11. Page layouts

-------------------------------------------------------------------*/
/* 1. Tags */
.c-tags-1 {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.c-tags-1:before, .c-tags-1:after {
    content: "";
    display: table;
}

.c-tags-1:after {
    clear: both;
}

.c-tags-1-item {
    float: left;
    margin-right: 10px;
}

.c-tags-1-link {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #232323;
    border: 1px solid #e7ecef;
    padding: 5px 15px;
    border-radius: 0px;
    text-transform: capitalize !important;
}

.c-tags-1-link:hover {
    color: #ffffff;
    background: #4ac4f3;
    border-radius: 40px;
}

/* 2. Sidebar */
.sidebar-widget {
    border-bottom: 1px solid #e7ecef;
}

@media (max-width: 575px) {
    .sidebar-widget {
        padding: 30px;
    }
}

@media (min-width: 576px) {
    .sidebar-widget {
        padding: 50px;
    }
}

.sidebar-widget a {
    color: #232323;
}

.sidebar-widget a:hover {
    color: #4ac4f3;
}

.sidebar-widget p {
    margin-bottom: 10px;
}

.sidebar-widget .textwidget img {
    margin: 10px 0;
}

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

.sidebar-widget h5 {
    font-size: 16px;
    font-weight: 500;
}

.sidebar-widget h6 {
    font-size: 12px;
    font-weight: 400;
    color: #777777;
}

.sidebar-widget-title {
    margin-bottom: 30px;
    font-size: 18px;
}

.sidebar-widget ol li, .sidebar-widget ul li {
    margin-bottom: 20px;
    position: relative;
}

.sidebar-widget ol li:last-child, .sidebar-widget ul li:last-child {
    margin-bottom: 0px;
}

.sidebar-widget ol, .sidebar-widget ul {
    margin: 0 0 0 16px;
    padding: 0;
    text-transform: capitalize;
    list-style: circle;
}

.sidebar-widget .children {
    list-style: circle;
}

.nt-sidebar-inner-search-form {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
}

.nt-sidebar-inner-search-field {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 8px 40px 8px 0;
    border: 0;
    background-color: #f7f7f700;
    border: 1px solid #e7ecef;
    padding-left: 10px;
}

.nt-sidebar-inner-search-button {
    position: absolute;
    top: 10px;
    right: 6px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nt-sidebar-inner-search-button:hover {
    color: #4ac4f3;
}

.nt-sidebar-inner-nav ul li {
    margin-bottom: 20px;
}

.nt-sidebar-inner-nav ul li:last-child {
    margin-bottom: 0;
}

.nt-sidebar-inner-recentposts ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nt-sidebar-inner-recentposts ul li {
    margin-bottom: 30px;
    font-size: 13px;
}

.nt-sidebar-inner-recentposts ul li:last-child {
    margin-bottom: 0;
}

.nt-sidebar-inner-recentcomments ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nt-sidebar-inner-recentcomments ul li {
    margin-bottom: 30px;
    font-size: 13px;
}

.nt-sidebar-inner-recentcomments ul li:last-child {
    margin-bottom: 0;
}

.nt-sidebar-inner-tags ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nt-sidebar-inner-tags ul:before, .nt-sidebar-inner-tags ul:after {
    content: "";
    display: table;
}

.nt-sidebar-inner-tags ul:after {
    clear: both;
}

.nt-sidebar-inner-tags ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.nt-sidebar-inner-tags ul li a {
    font-size: 12px;
}

/* 3. Post formats */
.c-blog-3-sticky {
    display: none;
    position: absolute;
    top: 0;
    left: -25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background-color: #4ac4f3;
}

.c-blog-3-media-link {
    display: block;
}

.c-blog-3-media-image {
    display: inline-block;
    width: 100%;
}

@media (max-width: 575px) {
    .c-blog-3-info {
        padding: 30px;
    }
}

@media (min-width: 576px) {
    .c-blog-3-info {
        padding: 50px;
    }
}

.c-blog-3-info {
    border-width: 5px 0 0 0;
    border-style: solid;
}

.c-blog-3-info-title {
    font-weight: 500;
}

@media (max-width: 575px) {
    .c-blog-3-info-title {
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .c-blog-3-info-title {
        font-size: 26px;
    }
}

.c-blog-3-info-title a {
    color: #232323;
}

.c-blog-3-info-title a:hover {
    color: #4ac4f3;
}

.c-blog-3-info-category {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

@media (max-width: 575px) {
    .c-blog-3-info-summary {
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    .c-blog-3-info-summary {
        font-size: 16px;
    }
}

.c-blog-3-info-summary p {
    margin-bottom: 10px;
}

.c-blog-3-info-summary p:last-child {
    margin-bottom: 0;
}

.c-blog-3-info-link {
    margin-top: 20px;
}

.c-blog-3-info-meta {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 20px;
    color: #777777;
}

.c-blog-3-info-meta:before, .c-blog-3-info-meta:after {
    content: "";
    display: table;
}

.c-blog-3-info-meta:after {
    clear: both;
}

@media (max-width: 575px) {
    .c-blog-3-info-meta {
        font-size: 12px;
    }
}

.c-blog-3-info-meta-item {
    float: left;
    margin-right: 5px;
}

.c-blog-3-info-meta-item:last-child {
    margin-right: 0;
}

.c-blog-3-info-meta-link {
    color: #232323;
}

.c-blog-3-info-meta-link:hover {
    color: #4ac4f3;
}

.c-blog-3-item {
    margin-bottom: 50px;
}

.c-blog-3-item:last-child {
    margin-bottom: 0;
}

.c-blog-3-item-inner {
    border: 1px solid #e7ecef;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
    -moz-box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
    box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
}

.c-blog-3-item.-has-sticky .c-blog-3-sticky {
    display: inline-block;
}

.c-blog-3-item.-has-sticky .c-blog-3-item-inner {
    position: relative;
}

.c-blog-3-item.-format-standard .c-blog-3-info {
    border-color: #cccccc;
}

.c-blog-3-item.-format-quote .c-blog-3-info {
    border-color: #b479c9;
}

.c-blog-3-item.-format-aside .c-blog-3-info {
    border-color: #f4be69;
}

.c-blog-3-item.-format-status .c-blog-3-info {
    border-color: #23c1de;
}

.c-blog-3-item.-format-chat .c-blog-3-info {
    border-color: #00cacc;
}

.c-blog-3-item.-format-link .c-blog-3-info {
    border-color: #3168dc;
}

.c-blog-3-info-summary .page-links span {
    margin-right: 5px;
}

.c-blog-3-info-meta-item {
    float: left;
    margin-right: 9px;
    vertical-align: middle;
    line-height: 1.7;
}

.c-blog-3-info-meta-item i {
    margin-right: 4px;
    margin-left: 0px;
}

.c-blog-3-media .article-img, .c-blog-3-media .blog-bg {
    margin-bottom: 0px;
}

/* 4. Text formats */
.nt-hero-title {
    font-size: 46px;
    font-weight: 100;
    margin-bottom: 30px;
}

.nt-hero-title small {
    font-weight: 100;
}

@media (max-width: 767px) {
    .nt-hero-title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .nt-hero-title {
        font-size: 28px;
    }
}

.nt-hero-description {
    font-size: 18px;
    font-weight: 300;
}

@media (max-width: 767px) {
    .nt-hero-description {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .nt-hero-description {
        font-size: 14px;
    }
}

.u-text-title {
    font-size: 38px;
    font-weight: 100;
}

.u-text-title small {
    font-weight: 100;
}

@media (max-width: 767px) {
    .u-text-title {
        font-size: 26px;
    }
}

.nt-hero-description {
    font-size: 18px;
    font-weight: 300;
}

@media (max-width: 767px) {
    .nt-hero-description {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .nt-hero-description {
        font-size: 14px;
    }
}

.u-text-large {
    font-size: 16px;
}

@media (max-width: 575px) {
    .u-text-large {
        font-size: 14px;
    }
}

.u-text-small {
    font-size: 12px;
}

.nt-hero-subtitle {
    font-size: 14px;
    font-weight: 700;
    color: #4ac4f3;
    letter-spacing: normal;
    margin-bottom: 10px;
}

/* 5. Section */
.c-section.-space-xsmall {
    padding-top: 20px;
    padding-bottom: 20px;
}

.c-section.-space-xsmall-top {
    padding-top: 20px;
}

.c-section.-space-xsmall-bottom {
    padding-bottom: 20px;
}

.c-section.-space-small {
    padding-top: 50px;
    padding-bottom: 50px;
}

.c-section.-space-small-top {
    padding-top: 50px;
}

.c-section.-space-small-bottom {
    padding-bottom: 50px;
}

.c-section.-space-medium {
    padding-top: 100px;
    padding-bottom: 100px;
}

.c-section.-space-medium-top {
    padding-top: 100px;
}

.c-section.-space-medium-bottom {
    padding-bottom: 100px;
}

@media (max-width: 1199px) {
    .c-section.-space-large {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .c-section.-space-large {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (max-width: 1199px) {
    .c-section.-space-large-top {
        padding-top: 100px;
    }
}

@media (min-width: 1200px) {
    .c-section.-space-large-top {
        padding-top: 120px;
    }
}

@media (max-width: 1199px) {
    .c-section.-space-large-bottom {
        padding-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .c-section.-space-large-bottom {
        padding-bottom: 120px;
    }
}

.c-section.-bg-white {
    background-color: #ffffff;
}

.c-section.-bg-grey {
    background-color: #eeeef0;
}

.c-section.-bg-grey-light {
    background-color: #fafafa;
}

.c-section.-bg-dark {
    background-color: #232323;
}

.c-section.-bg-green {
    background-color: #4ac4f3;
}

.c-section.-bg-blue-light {
    background-color: #f6f8f9;
}

.c-section.u-flex .c-container {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.c-container.-size-full {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.c-container.-overlap-top-large {
    position: relative;
    z-index: 99;
}

@media (max-width: 1199px) {
    .c-container.-overlap-top-large {
        top: -50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .c-container.-overlap-top-large {
        top: -80px;
        padding-bottom: 40px;
    }
}

/* 6. Pager */
.c-pager-1 {
    position: relative;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #e7ecef;
}

@media (min-width: 576px) {
    .c-pager-1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 576px) {
    .c-pager-1:after {
        position: absolute;
        top: 0;
        left: 50%;
        content: "";
        display: inline-block;
        width: 1px;
        height: 100%;
        background-color: #e7ecef;
    }
}

.c-pager-1-inner:before, .c-pager-1-inner:after {
    content: "";
    display: table;
}

.c-pager-1-inner:after {
    clear: both;
}

.c-pager-1-item {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 575px) {
    .c-pager-1-item {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 576px) {
    .c-pager-1-item {
        width: 50%;
        float: left;
    }
}

@media (max-width: 575px) {
    .c-pager-1-item.-prev {
        border-bottom: 1px solid #d7e0e5;
    }
}

@media (max-width: 575px) {
    .c-pager-1-item.-prev:last-child {
        border-bottom: 0;
    }
}

.c-pager-1-title {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #7c99a7;
}

.c-pager-1-link {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #232323;
}

.c-pager-1-link:hover {
    color: #4ac4f3;
}

.c-pager-1.-style-default .c-pager-1-item.-prev {
    text-align: left;
}

.c-pager-1.-style-default .c-pager-1-item.-next {
    text-align: right;
}

@media (max-width: 575px) {
    .c-pager-1.-style-centered .c-pager-1-item.-prev {
        text-align: left;
    }
}

@media (min-width: 576px) {
    .c-pager-1.-style-centered .c-pager-1-item.-prev {
        padding-right: 50px;
        text-align: right;
    }
}

@media (max-width: 575px) {
    .c-pager-1.-style-centered .c-pager-1-item.-next {
        text-align: right;
    }
}

@media (min-width: 576px) {
    .c-pager-1.-style-centered .c-pager-1-item.-next {
        padding-left: 50px;
        text-align: left;
    }
}

.c-pagination-1 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-pagination-1-link {
    display: block;
    text-align: center;
    font-weight: 500;
    color: #7c99a7;
    border-radius: 100%;
}

.c-pagination-1-link:hover {
    color: #ffffff;
}

.c-pagination-1-link.-is-disabled {
    pointer-events: none;
    color: #7c99a7;
}

.c-pagination-1-item {
    float: left;
}

.c-pagination-1-item.-is-disabled .c-pagination-1-link {
    pointer-events: none;
    color: #7c99a7;
}

.c-pagination-1-inner {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.c-pagination-1-inner:before, .c-pagination-1-inner:after {
    content: "";
    display: table;
}

.c-pagination-1-inner:after {
    clear: both;
}

.c-pagination-1.-style-default .c-pagination-1-link {
    background-color: #f0f3f5;
}

.c-pagination-1.-style-default .c-pagination-1-link:hover {
    background-color: #42c2f5;
}

.c-pagination-1.-style-default .c-pagination-1-link.active {
    color: #ffffff;
    background-color: #4ac4f3;
}

.c-pagination-1.-style-default .c-pagination-1-link.-is-disabled {
    background-color: #f0f3f5;
}

.c-pagination-1.-style-default .c-pagination-1-item.active .c-pagination-1-link {
    color: #ffffff;
    background-color: #4ac4f3;
}

.c-pagination-1.-style-default .c-pagination-1-item.-is-disabled .c-pagination-1-link {
    background-color: #f0f3f5;
}

.c-pagination-1.-style-outline .c-pagination-1-link {
    border-style: solid;
    border-color: #d7e0e5;
}

.c-pagination-1.-style-outline .c-pagination-1-link:hover {
    border-color: #b9c8d0;
}

.c-pagination-1.-style-outline .c-pagination-1-link.active {
    color: #4ac4f3;
    border-color: #4ac4f3;
}

.c-pagination-1.-style-outline .c-pagination-1-link.-is-disabled {
    border-color: #d7e0e5;
}

.c-pagination-1.-style-outline .c-pagination-1-item.active .c-pagination-1-link {
    color: #4ac4f3;
    border-color: #4ac4f3;
}

.c-pagination-1.-style-outline .c-pagination-1-item.-is-disabled .c-pagination-1-link {
    border-color: #e6e6e6;
}

.c-pagination-1.-style-outline.-size-small .c-pagination-1-link {
    border-width: 1px;
}

.c-pagination-1.-style-outline.-size-medium .c-pagination-1-link {
    border-width: 2px;
}

.c-pagination-1.-style-outline.-size-large .c-pagination-1-link {
    border-width: 3px;
}

.c-pagination-1.-style-outline.-group .c-pagination-1-link {
    position: relative;
}

.c-pagination-1.-style-outline.-group .c-pagination-1-link:before {
    position: absolute;
    z-index: 1;
    content: "";
    display: inline-block;
    background-color: #d7e0e5;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media (max-width: 575px) {
    .c-pagination-1.-style-outline.-group .c-pagination-1-link:before {
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

.c-pagination-1.-style-outline.-group .c-pagination-1-link:hover {
    z-index: 1;
}

.c-pagination-1.-style-outline.-group .c-pagination-1-link:hover:before {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background-color: #b9c8d0;
}

.c-pagination-1.-style-outline.-group .c-pagination-1-link.active {
    z-index: 2;
}

.c-pagination-1.-style-outline.-group .c-pagination-1-link.active:before {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background-color: #4ac4f3;
}

.c-pagination-1.-style-outline.-group .c-pagination-1-link.-is-disabled:before {
    background-color: #d7e0e5;
}

.c-pagination-1.-style-outline.-group .c-pagination-1-item:last-child .c-pagination-1-link:before {
    display: none;
}

@media (max-width: 575px) {
    .c-pagination-1.-style-outline.-group .c-pagination-1-item:last-child .c-pagination-1-link:before {
        display: block;
    }
}

.c-pagination-1.-style-outline.-group .c-pagination-1-item.active .c-pagination-1-link:before {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background-color: #4ac4f3;
}

.c-pagination-1.-style-outline.-group .c-pagination-1-item.-is-disabled .c-pagination-1-link:before {
    background-color: #d7e0e5;
}

.c-pagination-1.-style-outline.-group.-size-small .c-pagination-1-link {
    border-width: 1px 0 1px 1px;
}

.c-pagination-1.-style-outline.-group.-size-small .c-pagination-1-link:before {
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: 1px;
}

.c-pagination-1.-style-outline.-group.-size-small .c-pagination-1-item:last-child .c-pagination-1-link {
    border-right-width: 1px;
}

@media (max-width: 575px) {
    .c-pagination-1.-style-outline.-group.-size-small .c-pagination-1-item:last-child .c-pagination-1-link {
        border-right-width: 0;
    }
}

.c-pagination-1.-style-outline.-group.-size-medium .c-pagination-1-link {
    border-width: 2px 0 2px 2px;
}

.c-pagination-1.-style-outline.-group.-size-medium .c-pagination-1-link:before {
    top: -2px;
    right: -2px;
    bottom: -2px;
    width: 2px;
}

.c-pagination-1.-style-outline.-group.-size-medium .c-pagination-1-item:last-child .c-pagination-1-link {
    border-right-width: 2px;
}

@media (max-width: 575px) {
    .c-pagination-1.-style-outline.-group.-size-medium .c-pagination-1-item:last-child .c-pagination-1-link {
        border-right-width: 0;
    }
}

.c-pagination-1.-style-outline.-group.-size-large .c-pagination-1-link {
    border-width: 3px 0 3px 3px;
}

.c-pagination-1.-style-outline.-group.-size-large .c-pagination-1-link:before {
    top: -3px;
    right: -3px;
    bottom: -3px;
    width: 3px;
}

.c-pagination-1.-style-outline.-group.-size-large .c-pagination-1-item:last-child .c-pagination-1-link {
    border-right-width: 3px;
}

@media (max-width: 575px) {
    .c-pagination-1.-style-outline.-group.-size-large .c-pagination-1-item:last-child .c-pagination-1-link {
        border-right-width: 0;
    }
}

.c-pagination-1.-size-small .c-pagination-1-link {
    width: 30px;
    height: 30px;
    font-size: 11px;
}

.c-pagination-1.-size-small.-style-default .c-pagination-1-link {
    line-height: 30px;
}

.c-pagination-1.-size-small.-style-outline .c-pagination-1-link {
    line-height: 28px;
}

.c-pagination-1.-size-medium .c-pagination-1-link {
    width: 40px;
    height: 40px;
    font-size: 12px;
}

.c-pagination-1.-size-medium.-style-default .c-pagination-1-link {
    line-height: 40px;
}

.c-pagination-1.-size-medium.-style-outline .c-pagination-1-link {
    line-height: 36px;
}

.c-pagination-1.-size-large .c-pagination-1-link {
    width: 50px;
    height: 50px;
    font-size: 14px;
}

.c-pagination-1.-size-large.-style-default .c-pagination-1-link {
    line-height: 50px;
}

.c-pagination-1.-size-large.-style-outline .c-pagination-1-link {
    line-height: 44px;
}

.c-pagination-1.-align-left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.c-pagination-1.-align-center {
    -webkit-justify-content: center;
    justify-content: center;
}

.c-pagination-1.-align-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.c-pagination-1.-corner-rounded.-group .c-pagination-1-item:first-child .c-pagination-1-link {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.c-pagination-1.-corner-rounded.-group .c-pagination-1-item:last-child .c-pagination-1-link {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.c-pagination-1.-corner-rounded:not(.-group) .c-pagination-1-link {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.c-pagination-1.-corner-circle.-group.-size-small .c-pagination-1-item:first-child .c-pagination-1-link {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}

.c-pagination-1.-corner-circle.-group.-size-small .c-pagination-1-item:last-child .c-pagination-1-link {
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
}

.c-pagination-1.-corner-circle.-group.-size-medium .c-pagination-1-item:first-child .c-pagination-1-link {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
}

.c-pagination-1.-corner-circle.-group.-size-medium .c-pagination-1-item:last-child .c-pagination-1-link {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
}

.c-pagination-1.-corner-circle.-group.-size-large .c-pagination-1-item:first-child .c-pagination-1-link {
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-left-radius: 25px;
}

.c-pagination-1.-corner-circle.-group.-size-large .c-pagination-1-item:last-child .c-pagination-1-link {
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    border-bottom-right-radius: 25px;
}

.c-pagination-1.-corner-circle:not(.-group) .c-pagination-1-link {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.c-pagination-1:not(.-group) .c-pagination-1-item {
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 30px;
}

.c-pagination-1:not(.-group) .c-pagination-1-item:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.c-pagination-1.-color-white.-style-default .c-pagination-1-link {
    color: #aaaaaa;
    background-color: #ffffff;
}

.c-pagination-1.-color-white.-style-default .c-pagination-1-link:hover {
    color: #232323;
}

.c-pagination-1.-color-white.-style-default .c-pagination-1-link.-is-disabled {
    color: #aaaaaa;
}

.c-pagination-1.-color-white.-style-default .c-pagination-1-link.active {
    color: #ffffff;
    background-color: #4ac4f3;
}

.c-pagination-1.-color-white.-style-default .c-pagination-1-item.-is-disabled .c-pagination-1-link {
    color: #aaaaaa;
    background-color: #ffffff;
}

.c-pagination-1.-color-white.-style-default .c-pagination-1-item.active .c-pagination-1-link {
    color: #ffffff;
    background-color: #4ac4f3;
}

.c-pagination-1.-color-white.-style-outline .c-pagination-1-link {
    color: #ffffff;
    border-color: #ffffff;
}

.c-pagination-1.-color-white.-style-outline .c-pagination-1-link:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.c-pagination-1.-color-white.-style-outline .c-pagination-1-link.active {
    color: #4ac4f3;
    border-color: #4ac4f3;
}

.c-pagination-1.-color-white.-style-outline .c-pagination-1-link.-is-disabled {
    color: #ffffff;
    border-color: #ffffff;
}

.c-pagination-1.-color-white.-style-outline .c-pagination-1-item.active .c-pagination-1-link {
    color: #4ac4f3;
    border-color: #4ac4f3;
}

.c-pagination-1.-color-white.-style-outline .c-pagination-1-item.-is-disabled .c-pagination-1-link {
    color: #ffffff;
    border-color: #ffffff;
}

.c-pagination-1.-color-white.-style-outline.-group .c-pagination-1-link:before {
    background-color: #ffffff;
}

.c-pagination-1.-color-white.-style-outline.-group .c-pagination-1-link:hover:before {
    background-color: #ffffff;
}

.c-pagination-1.-color-white.-style-outline.-group .c-pagination-1-link.active:before {
    background-color: #4ac4f3;
}

.c-pagination-1.-color-white.-style-outline.-group .c-pagination-1-link.-is-disabled:before {
    background-color: #ffffff;
}

.c-pagination-1.-color-white.-style-outline.-group .c-pagination-1-item.active .c-pagination-1-link:before {
    background-color: #4ac4f3;
}

.c-pagination-1.-color-white.-style-outline.-group .c-pagination-1-item.-is-disabled .c-pagination-1-link:before {
    background-color: #ffffff;
}

/* 7. Buttons */
.c-button-1 {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: normal;
    cursor: pointer;
    border-style: solid;
    font-family: inherit;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.c-button-1-desc {
    display: block;
    font-size: 0.5em;
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.c-button-1.-color-white-default {
    color: #000000;
    border-color: #ffffff;
    background-color: #ffffff;
}

.c-button-1.-color-white-outline {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
}

.c-button-1.-color-black-default {
    color: #ffffff;
    border-color: #000000;
    background-color: #000000;
}

.c-button-1.-color-black-outline {
    color: #000000;
    border-color: #000000;
    background-color: transparent;
}

.c-button-1.-color-green-default {
    color: #ffffff;
    border-color: #4ac4f3;
    background-color: #4ac4f3;
}

.c-button-1.-color-green-outline {
    border-color: #4ac4f3;
    background-color: transparent;
    border: 0px;
    background: #4ac4f3;
    color: #ffffff;
}

.c-button-1.-hover-white-default:hover {
    color: #000000;
    border-color: #ffffff;
    background-color: #ffffff;
}

.c-button-1.-hover-white-outline:hover {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
}

.c-button-1.-hover-black-default:hover {
    color: #ffffff;
    border-color: #000000;
    background-color: #000000;
}

.c-button-1.-hover-black-outline:hover {
    color: #000000;
    border-color: #000000;
    background-color: transparent;
}

.c-button-1.-hover-green-default:hover {
    color: #ffffff;
    border-color: #232323;
    background-color: #232323;
}

.c-button-1.-hover-green-outline:hover {
    color: #4ac4f3;
    border-color: #4ac4f3;
    background-color: transparent;
}

.c-button-1.-size-small {
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 35px;
    font-size: 11px;
}

.c-button-1.-size-small .c-button-1-icon.-left {
    margin-right: 8px;
}

.c-button-1.-size-small .c-button-1-icon.-right {
    margin-left: 8px;
}

.c-button-1.-size-medium {
    border-width: 2px;
    height: 50px;
    line-height: 46px;
    padding: 0 25px;
    font-size: 12px;
}

.c-button-1.-size-medium .c-button-1-icon.-left {
    margin-right: 10px;
}

.c-button-1.-size-medium .c-button-1-icon.-right {
    margin-left: 10px;
}

.c-button-1.-size-large {
    border-width: 3px;
    height: 70px;
    line-height: 64px;
    padding: 0 40px;
}

.c-button-1.-size-large .c-button-1-icon.-left {
    margin-right: 15px;
}

.c-button-1.-size-large .c-button-1-icon.-right {
    margin-left: 15px;
}

.c-button-1.-size-xlarge {
    border-width: 5px;
}

@media (max-width: 575px) {
    .c-button-1.-size-xlarge {
        padding: 10px 25px;
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    .c-button-1.-size-xlarge {
        padding: 25px 50px;
        font-size: 24px;
    }
}

.c-button-1.-size-xlarge .c-button-1-icon.-left {
    margin-right: 20px;
}

.c-button-1.-size-xlarge .c-button-1-icon.-right {
    margin-left: 20px;
}

.c-button-1.-corner-rounded.-size-small {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.c-button-1.-corner-rounded.-size-medium {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.c-button-1.-corner-rounded.-size-large {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.c-button-1.-corner-rounded.-size-xlarge {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.c-button-1.-corner-circle {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}

.c-button-1.-block {
    display: block;
    width: 100%;
}

.c-button-1+.c-button-1 {
    margin-left: 10px;
}

.c-button-1 i {
    margin-right: 8px;
}

/* 8. Comment + form */
.c-comments-1-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pingback.c-comments-1-item {
    padding-left: 0px;
}

.c-comments-1-item {
    position: relative;
    margin-bottom: 50px !important;
    text-align: left;
}

@media (min-width: 576px) {
    .c-comments-1-item {
        padding-left: 70px;
    }
}

.c-comments-1-item .c-comments-1-list {
    margin-top: 30px;
}

.c-comments-1-item:last-child {
    margin-bottom: 0;
}

.c-comments-1-avatar {
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 575px) {
    .c-comments-1-avatar {
        margin-bottom: 10px;
    }
}

@media (min-width: 576px) {
    .c-comments-1-avatar {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.c-comments-1-avatar a {
    display: block;
}

.c-comments-1-avatar img {
    display: inline-block;
    width: 100%;
}

.c-comments-1-user {
    font-weight: 600;
    color: #232323;
    text-transform: uppercase;
}

.c-comments-1-user a {
    color: #232323;
}

.c-comments-1-user a:hover {
    color: #4ac4f3;
}

.c-comments-1-date {
    font-size: 12px;
    font-weight: 600;
    color: #4ac4f3;
}

.c-comments-1-date a {
    color: #4ac4f3;
}

.c-comments-1-date a:hover {
    color: #232323;
}

.c-comments-1-reply {
    margin-top: 5px;
    font-size: 11px;
    font-weight: 500;
}

.c-comments-1-reply a {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
    line-height: 30px;
    border: 0px;
    background: #4ac4f3;
    color: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
}

.c-comments-1-reply a:hover {
    color: #ffffff !important;
    background-color: #232323;
}

.c-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 575px) {
    .c-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 576px) {
    .c-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.c-container.-size-small {
    max-width: 900px;
}

.c-container.-size-medium {
    max-width: 1200px;
}

.c-container.-size-large {
    max-width: 100%;
}

.c-container.-size-full {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.c-link-1 {
    font-weight: 500;
}

.c-link-1-icon {
    position: relative;
    top: 1px;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.c-link-1-icon.-left {
    right: 5px;
}

.c-link-1-icon.-right {
    left: 5px;
}

.c-link-1:hover .c-link-1-icon.-left {
    right: 10px;
}

.c-link-1:hover .c-link-1-icon.-right {
    left: 10px;
}

.c-backtop-1 {
    position: fixed;
    right: 40px;
    bottom: 0;
    z-index: 998;
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #232323;
    background-color: #f1f1f1;
}

.c-form-input, .c-form-select, .c-form-textarea, .c-form-radio, .c-form-checkbox {
    -webkit-appearance: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.c-form-input, .c-form-select, .c-form-textarea {
    -moz-appearance: none;
}

.c-form-input, .c-form-select, .c-form-textarea, .c-form-checkbox {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.c-form-input, .c-form-select, .c-form-textarea {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
}

.c-form-input::-webkit-input-placeholder {
    color: #9ab1bc !important;
}

.c-form-input::-moz-placeholder {
    color: #9ab1bc !important;
}

.c-form-input:-ms-input-placeholder {
    color: #9ab1bc !important;
}

.c-form-textarea::-webkit-input-placeholder {
    color: #9ab1bc !important;
}

.c-form-textarea::-moz-placeholder {
    color: #9ab1bc !important;
}

.c-form-textarea:-ms-input-placeholder {
    color: #9ab1bc !important;
}

.c-form-input, .c-form-select, .c-form-textarea, .c-form-radio, .c-form-checkbox {
    border: 1px solid #d7e0e5;
    background-color: #ffffff;
}

.c-form-input, .c-form-select:not([multiple]):not([size]) {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    vertical-align: middle;
    padding: 0 15px;
}

.c-form-select[size], .c-form-select[multiple], .c-form-textarea {
    vertical-align: top;
    padding: 15px;
}

.c-form-textarea {
    min-height: 200px;
}

.c-form-input[type="color"] {
    padding: 0;
    border: 0;
}

.c-form-radio, .c-form-checkbox {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    overflow: hidden;
    vertical-align: middle;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.c-form-radio {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.c-form-label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.c-form-group {
    margin-bottom: 20px;
}

.c-form-group-label label {
    display: block;
    margin-bottom: 10px;
}

.c-form-group-label label:last-child {
    margin-bottom: 0;
}

.c-form-group-label.-inline label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.c-form-group-label.-inline label:last-child {
    margin-right: 0;
}

.c-form-input:focus, .c-form-select:focus, .c-form-textarea:focus, .c-form-radio:focus, .c-form-checkbox:focus {
    border-color: #4ac4f3;
}

.c-form-input:disabled, .c-form-select:disabled, .c-form-textarea:disabled, .c-form-radio:disabled, .c-form-checkbox:disabled {
    border-color: #d7e0e5;
    background-color: #f6f8f9;
}

.c-form-input:disabled, .c-form-select:disabled, .c-form-textarea:disabled {
    color: #9ab1bc;
}

.c-pager-1 {
    position: relative;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #e7ecef;
}

@media (min-width: 576px) {
    .c-pager-1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 576px) {
    .c-pager-1:after {
        position: absolute;
        top: 0;
        left: 50%;
        content: "";
        display: inline-block;
        width: 1px;
        height: 100%;
        background-color: #e7ecef;
    }
}

.c-pager-1-inner {
    padding: 0;
}

.c-pager-1-inner:before, .c-pager-1-inner:after {
    content: "";
    display: table;
}

.c-pager-1-inner:after {
    clear: both;
}

.c-pager-1-item {
    padding-left: 20px;
    padding-right: 20px;
    list-style: none;
}

@media (max-width: 575px) {
    .c-pager-1-item {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 576px) {
    .c-pager-1-item {
        width: 50%;
        float: left;
    }
}

@media (max-width: 575px) {
    .c-pager-1-item.-prev {
        border-bottom: 1px solid #d7e0e5;
    }
}

@media (max-width: 575px) {
    .c-pager-1-item.-prev:last-child {
        border-bottom: 0;
    }
}

.c-pager-1-title {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #7c99a7;
}

.c-pager-1-link {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #232323;
}

.c-pager-1-link:hover {
    color: #4ac4f3;
}

.c-pager-1.-style-default .c-pager-1-item.-prev {
    text-align: left;
}

.c-pager-1.-style-default .c-pager-1-item.-next {
    text-align: right;
}

@media (max-width: 575px) {
    .c-pager-1.-style-centered .c-pager-1-item.-prev {
        text-align: left;
    }
}

@media (min-width: 576px) {
    .c-pager-1.-style-centered .c-pager-1-item.-prev {
        padding-right: 50px;
        text-align: right;
    }
}

@media (max-width: 575px) {
    .c-pager-1.-style-centered .c-pager-1-item.-next {
        text-align: right;
    }
}

@media (min-width: 576px) {
    .c-pager-1.-style-centered .c-pager-1-item.-next {
        padding-left: 50px;
        text-align: left;
    }
}

/* 9. Spaces */
.u-space {
    min-height: 1px;
    margin-top: 25px;
    margin-bottom: 24px;
}

.u-space-100 {
    min-height: 1px;
    margin-top: 50px;
    margin-bottom: 49px;
}

.u-space-120\@xl {
    min-height: 1px;
    margin-top: 60px;
    margin-bottom: 59px;
}

.u-space {
    min-height: 1px;
    margin-top: 25px;
    margin-bottom: 24px;
}

.u-space-20 {
    min-height: 1px;
    margin-top: 10px;
    margin-bottom: 9px;
}

.u-space-30 {
    min-height: 1px;
    margin-top: 15px;
    margin-bottom: 14px;
}

.u-space-40 {
    min-height: 1px;
    margin-top: 20px;
    margin-bottom: 19px;
}

.u-space-50 {
    min-height: 1px;
    margin-top: 25px;
    margin-bottom: 24px;
}

.u-space-60 {
    min-height: 1px;
    margin-top: 30px;
    margin-bottom: 29px;
}

.u-space-70 {
    min-height: 1px;
    margin-top: 35px;
    margin-bottom: 34px;
}

.u-space-80 {
    min-height: 1px;
    margin-top: 40px;
    margin-bottom: 39px;
}

.u-space-90 {
    min-height: 1px;
    margin-top: 45px;
    margin-bottom: 44px;
}

.u-space-100 {
    min-height: 1px;
    margin-top: 50px;
    margin-bottom: 49px;
}

.u-space-120 {
    min-height: 1px;
    margin-top: 60px;
    margin-bottom: 59px;
}

/* 11. Page */
.page-post-1-header:last-child, .page-post-1-media:last-child, .page-post-1-content:last-child, .page-post-1-tags:last-child, .page-post-1-comments:last-child, .page-post-1-comments-form:last-child {
    margin-bottom: 0;
}

.page-post-1-header {
    text-align: center;
}

.page-post-1-media img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.page-post-1-meta {
    font-size: 12px;
    color: #777777;
}

.page-post-1-meta a {
    font-weight: 500;
    color: #232323;
}

.page-post-1-meta a:hover, .page-post-1-meta a:focus {
    color: #4ac4f3;
}

.page-post-1-content {
    font-size: 16px;
}

.page-post-1-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
}

.page-post-2-info {
    overflow: hidden;
    -webkit-box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
    -moz-box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
    box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .page-post-2-info {
        margin-bottom: 50px;
    }
}

.page-post-2-author {
    padding: 20px;
    text-align: center;
    background-color: #4ac4f3;
}

.page-post-2-author-photo {
    display: inline-block;
}

.page-post-2-author-photo img {
    display: inline-block;
    width: 100px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.page-post-2-author-name {
    display: block;
    margin-top: 10px;
    font-weight: 500;
    color: #ffffff;
}

.page-post-2-author-name:hover, .page-post-2-author-name:focus {
    color: #ffffff;
}

.page-post-2-meta {
    position: relative;
    padding: 20px;
    background-color: #ffffff;
}

.page-post-2-meta:before {
    position: absolute;
    top: -8px;
    left: 50%;
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
}

.page-post-2-meta ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

@media (max-width: 991px) {
    .page-post-2-meta ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.page-post-2-meta ul li {
    line-height: 20px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 991px) {
    .page-post-2-meta ul li {
        margin-right: 10px;
    }
}

@media (min-width: 992px) {
    .page-post-2-meta ul li {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .page-post-2-meta ul li:last-child {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .page-post-2-meta ul li:last-child {
        margin-bottom: 0;
    }
}

.page-post-2-meta ul li a {
    color: #232323;
}

.page-post-2-meta-icon {
    display: inline-block;
    width: 16px;
    margin-right: 10px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
}

.page-post-2-body {
    border: 1px solid #e0e0e4;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
    -moz-box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
    box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 575px) {
    .page-post-2-body {
        padding: 30px;
    }
}

@media (min-width: 576px) {
    .page-post-2-body {
        padding: 60px;
    }
}

.nt-theme-content:last-child, .page-post-2-tags:last-child, .page-post-2-comments:last-child, .page-post-2-comments-form:last-child {
    margin-bottom: 0;
}

.nt-theme-content {}

.page-post-2-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
}

.page-post-3-body {
    border: 1px solid #e0e0e4;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
    -moz-box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
    box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 575px) {
    .page-post-3-body {
        padding: 30px;
    }
}

@media (min-width: 576px) {
    .page-post-3-body {
        padding: 60px;
    }
}

@media (max-width: 991px) {
    .page-post-3-sidebar {
        margin-top: 50px;
    }
}

.page-post-3-sidebar .nt-sidebar-inner {
    border-color: #e0e0e4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.page-post-3-info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7ecef;
}

@media (max-width: 575px) {
    .page-post-3-info {
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) {
    .page-post-3-info {
        margin-bottom: 50px;
    }
}

.page-post-3-author {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 575px) {
    .page-post-3-author {
        width: 100%;
    }
}

.page-post-3-author-photo {
    display: inline-block;
    margin-right: 20px;
    overflow: hidden;
}

.page-post-3-author-photo img {
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.page-post-3-author-name {
    font-weight: 500;
    color: #232323;
}

.page-post-3-author-name:hover, .page-post-3-author-name:focus {
    color: #4ac4f3;
}

@media (max-width: 575px) {
    .page-post-3-meta {
        width: 100%;
        margin-top: 20px;
    }
}

.page-post-3-meta ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.page-post-3-meta ul li {
    margin-right: 20px;
    font-size: 12px;
}

.page-post-3-meta ul li a {
    color: #232323;
}

.page-post-3-meta ul li a:hover, .page-post-3-meta ul li a:focus {
    color: #4ac4f3;
}

.page-post-3-meta ul li:last-child {
    margin-right: 0;
}

.page-post-3-meta-icon {
    display: inline-block;
    width: 16px;
    margin-right: 5px;
    font-size: 16px;
    vertical-align: middle;
}

.page-post-3-content, .page-post-3-tags, .page-post-3-comments, .page-post-3-comments-form {
    margin-bottom: 50px;
}

.page-post-3-content:last-child, .page-post-3-tags:last-child, .page-post-3-comments:last-child, .page-post-3-comments-form:last-child {
    margin-bottom: 0;
}

.page-post-3-content {
    font-size: 16px;
}

.page-post-3-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
}

.c-pager-1-item a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #232323;
}

#comments .page-post-2-title {
    margin-bottom: 50px !important;
}

/*post gallery*/
.post-gallery-active .owl-nav div {
    background: rgba(74, 196, 243, 0.7) none repeat scroll 0 0;
    font-size: 24px;
    left: 20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    color: #fff;
    font-weight: 400;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 0%;
}

.post-gallery-active .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}

.post-gallery-active .owl-nav div:hover {
    background: rgba(74, 196, 243, 1) none repeat scroll 0 0;
}

.post-gallery-active:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}
.nt-post.text-right .info h3{
    max-width: 100%;
}
.breadcrumb-area.text-left h1 {
    margin-left: 0;
    text-align: left;
}
.breadcrumb-area.text-right h1 {
    margin-right: 0;
    text-align: right;
}
#scrollUp {
    background: #4ac4f3;
    height: 35px;
    width: 35px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 34px;
    z-index: 999998 !important;
}

.nt-footer-sidebar, #nt-hero.hero-overlay {
    position: relative;
}

.nt-footer-sidebar:before, #nt-hero.hero-overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*helper class*/
.vc_row_overlay_clr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* vc_separator */
.vc_sep_width_1n {
    width: 100px;
}

.vc_sep_width_9 {
    width: 90px;
}

.vc_sep_width_8 {
    width: 80px;
}

.vc_sep_width_7 {
    width: 70px;
}

.vc_sep_width_6 {
    width: 60px;
}

.vc_sep_width_5 {
    width: 50px;
}

.vc_sep_width_4 {
    width: 40px;
}

.vc_sep_width_3 {
    width: 30px;
}

.vc_sep_width_2 {
    width: 20px;
}

.vc_sep_width_1 {
    width: 10px;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}

.vc_row-no-padding .nt-column {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 992px) {
    .disable-992 {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .disable-768 {
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .disable-480 {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .vc_row.row-bg-image-hide-992 {
        background-image: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .vc_row.row-bg-image-hide-768 {
        background-image: none !important;
    }
}

@media only screen and (max-width: 576px) {
    .vc_row.row-bg-image-hide-576 {
        background-image: none !important;
    }
}

.updated.vc_license-activation-notice {
    display: none;
}

.btn.btn-lg {
    padding: 15px 80px 15px;
    font-size: 16px;
}

.btn.btn-xs {
    padding: 5px 20px 5px;
    font-size: 10px;
}

/*vc column display*/
.lg-table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
    overflow: hidden;
}

.lg-block {
    display: block;
    float: inherit;
}

@media (max-width:992px) {
    .md-table-cell {
        display: table-cell;
        float: none;
        vertical-align: middle;
        overflow: hidden;
    }

    .md-block {
        display: block;
        float: inherit;
    }
}

@media (max-width:768px) {
    .sm-table-cell {
        display: table-cell;
        float: none;
        vertical-align: middle;
        overflow: hidden;
    }

    .sm-block {
        display: block;
        float: inherit;
    }
}

@media (max-width:768px) {
    .sm-center {
        text-align: center;
    }
}

/* text genaral */
.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.fw-900 {
    font-weight: 900;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

/*padding-top-bottom*/
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

/*padding-top-bottom*/
.ptb-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ptb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

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

.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ptb-95 {
    padding-top: 95px;
    padding-bottom: 95px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-105 {
    padding-top: 105px;
    padding-bottom: 105px;
}

.ptb-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.ptb-115 {
    padding-top: 115px;
    padding-bottom: 115px;
}

.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.ptb-125 {
    padding-top: 125px;
    padding-bottom: 125px;
}

.ptb-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.ptb-135 {
    padding-top: 135px;
    padding-bottom: 135px;
}

.ptb-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

.ptb-145 {
    padding-top: 145px;
    padding-bottom: 145px;
}

.ptb-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.ptb-155 {
    padding-top: 155px;
    padding-bottom: 155px;
}

.ptb-160 {
    padding-top: 160px;
    padding-bottom: 160px;
}

/*margin-bottom*/
.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

/*margin-top-bottom*/
.mtb-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.mtb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mtb-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mtb-55 {
    margin-top: 55px;
    margin-bottom: 55px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mtb-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}

.mtb-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mtb-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mtb-85 {
    margin-top: 85px;
    margin-bottom: 85px;
}

.mtb-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.mtb-95 {
    margin-top: 95px;
    margin-bottom: 95px;
}

.mtb-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.mtb-105 {
    margin-top: 105px;
    margin-bottom: 105px;
}

.mtb-110 {
    margin-top: 110px;
    margin-bottom: 110px;
}

.mtb-115 {
    margin-top: 115px;
    margin-bottom: 115px;
}

.mtb-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.mtb-125 {
    margin-top: 125px;
    margin-bottom: 125px;
}

.mtb-130 {
    margin-top: 130px;
    margin-bottom: 130px;
}

.mtb-135 {
    margin-top: 135px;
    margin-bottom: 135px;
}

.mtb-140 {
    margin-top: 140px;
    margin-bottom: 140px;
}

.mtb-145 {
    margin-top: 145px;
    margin-bottom: 145px;
}

.mtb-150 {
    margin-top: 150px;
    margin-bottom: 150px;
}

.mtb-155 {
    margin-top: 155px;
    margin-bottom: 155px;
}

.mtb-160 {
    margin-top: 160px;
    margin-bottom: 160px;
}

@media (max-width: 992px) {
    .ptb-160 {
        padding-top: 120px;
    }

    .ptb-150 {
        padding-top: 120px;
    }

    .ptb-140 {
        padding-top: 120px;
    }

    .ptb-130 {
        padding-top: 80px;
    }

    .ptb-120 {
        padding-top: 80px;
    }

    .ptb-110 {
        padding-top: 80px;
    }

    .ptb-100 {
        padding-top: 80px;
    }

    .ptb-90 {
        padding-top: 60px;
    }
}

@media (max-width: 768px) {
    .ptb-160 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .ptb-150 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .ptb-140 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .ptb-130 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ptb-120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ptb-110 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ptb-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ptb-80 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .ptb-160 {
        padding-top: 80px;
    }

    .ptb-150 {
        padding-top: 80px;
    }

    .ptb-140 {
        padding-top: 80px;
    }

    .ptb-130 {
        padding-top: 80px;
    }
}
