/*
Theme Name: Marlon
Theme URI: http://www.jellydemos.com/wordpress/marlon
Author: jellythemes
Author URI: http://www.jellydemos.com/wordpress
Description: Marlon - Creative Agency Portfolio Template
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: marlon
Tags: blog, translation-ready, theme-options, custom-logo, grid-layout, footer-widgets, featured-images

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*===================== TABLE OF CONTENT =======================

1 - UNIQUE HOMEPAGE 
2 - RESET CSS
3 - ABOUT US
4 - TEAM
5 - PROCESS SECTION
6 - LATEST PROJECTS
7 - TESTIONIAL SECTION
8 - CONSULTATION HELP
9 - BLOG POSTS SECTION

=============================================================*/



/* RESET CSS */

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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font-family: 'Karla', sans-serif;
    line-height: 1.4;
    overflow-x: hidden;
    font-weight: 400;
}
ul {
    list-style: none;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
button {
    outline: none;
    cursor: pointer;
}
button:focus {
    outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    margin:0;
    padding: 0;
}
a:focus {
    text-decoration: none;
    outline: none;
}
button {
    outline: none;
}
input {
    outline: none;
}
input:focus {
    background-color: inherit;
}
textarea {
    outline: none;
}
section {
    display: block;
    position: relative;
}
p {
}
a {
    color: inherit;
}
img {
    vertical-align: middle;
    height: auto;
    display: inline-block;
}
h1,
h2 {
    font-weight: 700;
}
.clearfix {
    clear: both;
}
.fixed-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.bg1 {
    background-image: url(assets/images/bg1.jpg);
}
.bg2 {
    background-image: url(assets/images/pager-bg.jpg);
}
.container {
    max-width: 1170px;
    padding: 0 15px;
}
a {
    transition: all 0.4s ease-in-out;
}


/* ================ HEADER ================ */
.work-grid:before , .work-caption , .elementor-slideshow__footer{
	display:none !important;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 59px 0 0 0;
}
.logo {
    margin-top: -18px;
}
.logo > h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}
.header-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
nav {
    margin-left: auto;
}
nav ul li {.form-button

    display: inline-block;
    margin-right: 15px;
    padding: 0 11px 20px 13px;
    position: relative;
}
nav ul li:last-child {
    margin: 0;
}
nav ul li a {
    display: inline-block;
    text-transform: uppercase;
    color: #fbfbfb;
    font-size: 14.67px;
    font-weight: 700;
    position: relative;
}
nav ul li:last-child {
    padding-right: 0;
}
nav ul li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #ffc100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
nav ul li a:hover:before {
    opacity: 1;
    visibility: visible;
    left: 0;
    width: 100%;
}
nav ul li a:hover {
    color: #ffc100;
}
nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 210px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    transition: all 0.4s ease-out;
}
nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
nav ul ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    display: block;
}
nav ul ul li a:before {
    display: none;
}
nav ul ul li a {
    display: block;
    color: #000;
    padding: 15px;
}
nav ul ul li a:hover,
header.sticky nav ul ul li a:hover {
    background-color: #ffc100;
    color: #fff;
}


/* STICKY HEADER */


header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    padding: 25px 0 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.20);
}
header.sticky nav ul li a {
    color: #000;
}
header.sticky .logo h2 {
    color: #000;
}


/* ================ MAIN BANNER ================ */

.main-banner {
    padding: 190px 0;
    z-index: 9;
}
.main-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #ff1d4d;
    z-index: -1;
}
.main-banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #0066ff;
    z-index: -1;
}

.banner-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner-text {
    max-width: 450px;
}
.banner-text > h2 {
    color: #ffffff;
    font-size: 130px;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 130px;
    position: relative;
    left: -10px;
}
.banner-text > span {
    display: block;
    color: #ffffff;
    font-size: 27.5px;
    font-weight: 700;
    margin-bottom: 57px;
    text-transform: capitalize;
}
.banner-text p {
    color: #ffffff;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 68px;
}
.btn-default {
    display: inline-block;
    color: #000000;
    font-size: 20px;
    background-color: #ffc100;
    height: 64px;
    line-height: 64px;
    padding: 0 50px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 99;
}
.btn-default:hover {
    background-color: #ff1d4d;
    color: #fff;
}
.banner-text .btn-default:hover {
    background-color: #0066ff;
    color: #fff;
}


/* BANNER SLIDER */

.banner-imz {
    margin-left: auto;
    position: relative;
    left: 0;
    max-width: calc(100% - 450px);
    padding-left: 100px;
}
.banner-img-slider {
    max-width: 700px;
}
.banner-slide > img {
    width: 100%;
}
.next-slide-title {
    color: #ffffff;
    font-size: 17.33px;
    font-weight: 700;
    text-align: right;
    padding-right: 140px;
    margin-top: 48px;
}
.next-slide-title span {
    display: inline-block;
    color: #ffffff;
    margin-right: 10px;
}
.social-linkss {
    position: absolute;
    top: 22%;
    right: -466px;
    transform: rotate(90deg);
    transform-origin: top left;
}
.social-linkss li {
    display: inline-block;
    margin-right: 78px;
}
.social-linkss li:last-child {
    margin-right: 0;
}
.social-linkss li a {
    display: inline-block;
    color: #fff;
    font-size: 17.33px;
    font-weight: 700;
}
.social-linkss li a:hover {
    color: #ffc100;
}

/* ABOUT SECTION */
.about-sec {
    padding: 82px 0 98px;
}

.about-sec .hd-txt {
    margin-bottom: 0;
}

.about-content > h2 {
    color: #000000;
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 40px;
}
.about-content p {
    color: #767575;
    font-size: 22px;
    line-height: 38px;
}

/* PROJECT SEC */
.project-hd {
    background-color: #161616;
}
.container-fluid {
    max-width: 100%;
    padding: 0;
}
.project-hd .row {
    margin: 0;
    align-items: center;
}
.project-hd .col-lg-6 {
    padding: 0;
}
.pr-text {
    padding-left: 100px;
    max-width: 630px;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 40px;
}
.pr-text h2,
.pr-text .hd-txt h2 {
    color: #ffffff;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 58px;
}
.pr-text p {
    color: #ffffff;
    font-size: 20px;
    line-height: 37.3px;
    margin-bottom: 82px;
}

/* SECTION TITLE */
.sec-title {
    margin-bottom: 70px;
}
.sec-title > h3 {
    position: relative;
    color: #000000;
    font-size: 21.5px;
    text-transform: capitalize;
    font-weight: 700;
    padding-left: 28px;
}
.sec-title > h3:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 2px;
    background-color: #ff597c;
    transform: translateY(-50%);
}

/* FEATURED PROJECTS SECTION */
.featured-projects-sec {
    padding: 100px 0;
}
.project-text {
    max-width: 420px;
}
.project-text > h2 {
    color: #000000;
    font-size: 65px;
    margin-bottom: 18px;
}
.project-text > h2:hover a {
    text-decoration: underline;
}
.project-text > span {
    display: block;
    color: #ff1d4d;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 47px;
}
.project-text p {
    color: #808291;
    font-size: 18px;
    line-height: 30px;
    padding-right: 50px;
}

.project-thumb {
    position: relative;
}
.ban_img {
    position: relative;
    transition: all 0.4s ease-out;
    box-shadow: 0 10px 30px transparent;
}
.ban_img.hover-in {
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out; 
}
.ban_img.hover-out {
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in; 
}
.project-thumb:hover .ban_img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); 
}
.ban_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(250,197,31,0.85);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.project-thumb:hover .ban_img:before {
    opacity: 1;
    visibility: visible;
}
.project-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 30px;
}
.project-thumb:hover .project-caption {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.project-caption h2 {
    color: #ffffff;
    font-size: 32.5px;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.project-caption > span {
    display: block;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
}
.project-details {
    margin-bottom: 170px;
}
.project-details:last-child {
    margin-bottom: 0;
}
.project-details:nth-child(even) .col-lg-6:nth-child(even) {
    order:0;
}
.project-details:nth-child(even) .col-lg-6:nth-child(odd) {
    order:1;
}
.project-details:nth-child(even) .project-text {
    text-align: right;
    margin-left: auto;
}
.project-details:nth-child(even) .project-text p {
    padding-right: 0;
    padding-left: 50px;
}

/* INNOV SEC */

.innvo-sec {
    background-color: #1c1c1c;
}
.innvo-sec .container-fluid {
    padding: 0;
}
.innvo-sec .row {
    margin: 0;
    align-items: center;
}
.innvo-sec .row .col-lg-6 {
    padding: 0;
}
.innov-txt {
    max-width: 580px;
    margin-left: auto;
    padding-right: 130px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.vid-imz,
.pr-large {
    height: 100%;
}
.vid-imz img,
.pr-large img {
    height: 100%;
    width: 100%!important;
    object-fit: cover;
}
.toggle-item {
    margin-bottom: 44px;
}
.toggle-item:last-child {
    margin-bottom: 0;
}
.toggle-item h2 {
    color: #ffffff;
    font-size: 47.87px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.toggle-item h2:hover,
.toggle-item h2.active {
    color: #ffc100;
}
.toggle-item p {
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
}

.toggle-item .toogle-tab-content {
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
}
.content {
    margin-top: 20px;
}

.playy-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.playy-div img {
    position: relative;
    top: 0;
    left: 4px;
}
.play-btn {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background-color: #ff1d4d;
    text-align: center;
}
.play-btn:hover {
    background-color: #ffc100;
    color: #fff;
}
.playy-div > span {
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 17px;
}


/* CLIENT SECTION */


.client-sec {
    padding: 95px 0 147px;
}
.section-title {
    margin-bottom: 120px;
}
.title-content > h3 {
    color: #000000;
    font-size: 21.5px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    padding-left: 27px;
    margin-bottom: 15px;
}
.title-content > h3:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 2px;
    background-color: #ff597c;
    transform: translateY(-50%);
}
.title-content > h2 {
    color: #000000;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
.title-para {
    margin-top: 35px;
}
.title-para p {
    color: #969fa8;
    font-size: 19px;
    line-height: 24px;
}


.pt-logo {
    text-align: center;
    margin-bottom: 85px;
}
.pt-logo > a img {
    opacity: 0.2;
    filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
} 
.pt-logo:hover > a img {
    filter: grayscale(0);
    opacity: 1;
}
.partners-sec .row {
    margin-bottom: -85px;
}


/* TESTIMONIAL SECTION */

.testimonial-sec {
    background-color: #0066ff;
}
.testi-comment {
    background-color: #161616;
    padding: 134px 0 132px;
}
.testi-cm {
    max-width: 860px;
    margin: 0 auto;
    text-align: left;
}
.testi-cm p {
    color: #ffffff;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 22px;
}

.mail {
    display: inline-block;
    color: #ffc100;
    font-size: 32px;
    font-weight: 700;
}
.mail:hover {
    text-decoration: underline;
    color: #ffc100;
}

/* CONTACT SECTION */

.contact-section {
    padding: 130px 0;
    background-color: #0066ff;
}
.contact-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.address-info {
    max-width: 370px;
    border-right: 1px solid #fff;
    padding-right: 150px;
    padding-top: 30px;
    padding-bottom: 23px;
}
.address-info > h3,
.contact_info > h3 {
    color: #ffffff;
    font-size: 14.67px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 33px;
}
.address-info p {
    color: #ffffff;
    font-size: 20px;
    line-height: 37.33px;
    font-weight: 400;
}

.contact_info {
    background: inherit;
    padding-left: 150px;
    padding-top: 27px;
    padding-bottom: 23px;
}
.contact_info ul li {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 9px;
}
.contact_info ul li:last-child {
    margin-bottom: 0;
}


/* FOOTER */

footer {
    background-color: #ff1d4d;
    padding: 97px 0;
}

.widget-about > h2,
.footer-content h2 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 28px;
}
.footer-content .row {
    margin-bottom: -60px;
}
.widget-about > p,
.footer-content p {
    color: #ffffff;
    font-size: 17.33px;
    line-height: inherit;
    margin-bottom: 6px;
}
.widget-about > span,
.footer-content span {
    display: block;
    color: #ffffff;
    font-size: 17.33px;
}

.widget-newsletter,
.widget_mc4wp_form_widget {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0 !important;
}
.widget-newsletter > h2,
.widget_mc4wp_form_widget > h2 {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 34px;
    margin-top: -8px;
}
.widget-newsletter form,
.widget_mc4wp_form_widget form {
    position: relative;
}
.widget-newsletter form input,
.widget_mc4wp_form_widget form input {
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    border-bottom: 1px solid #d8c9cc;
    background-color: inherit;
    border:0;
    border-bottom: 1px solid #fff;
    padding-bottom: 17px;
}
.widget-newsletter form button,
.widget_mc4wp_form_widget form button {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 22px;
    background-color: inherit;
    border:0;
}
.widget-newsletter form input::-webkit-input-placeholder,
.widget_mc4wp_form_widget form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.widget-newsletter form input::-moz-placeholder,
.widget_mc4wp_form_widget form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.widget-newsletter form input:-ms-input-placeholder,
.widget_mc4wp_form_widget form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.widget-newsletter form input:-moz-placeholder,
.widget_mc4wp_form_widget form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.widget-follow {
    margin-top: 10px;
    max-width: 177px;
    margin-left: auto;
    margin-bottom: 0 !important;
}
.widget-follow > h2 {
    color: #ffffff;
    font-size: 14.67px;
    text-transform: uppercase;
    margin-bottom: 64px;
}

.social-links li {
    display: inline-block !important;
    margin-right: 32px;
}
.social-links li a {
    display: inline-block !important;
    color: #fff;
    font-size: 18px;
}
.social-links li a:hover {
    color: #ffc100;
}
.social-links li:last-child {
    margin: 0;
}

/* ABOUT PAGE */
.pager-sec {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 211px 0 183px;
    background-color: #0066ff;
}
.pager-sec.bg2 {
    padding: 300px 0;
}



.pager-content > h2 {
    color: #f2f2f2;
    font-size: 75px;
    line-height: 85px;
    text-transform: capitalize;
}

.page-content {
    padding: 150px 0;
}
.page-content.v2 {
    padding: 100px 0;
}
.page-content.v3 {
    padding: 120px 0 175px;
}
.page-content.v4 {
    padding: 120px 0 145px;
}

.studio-sec > h2 {
    color: #000000;
    font-size: 74px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 67px;
    margin-top: -24px;
}
.studio-sec > h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 86px;
    height: 3px;
    background-color: #ff1d4d;
}
.abz-tm {
    max-width: 390px;
}
.abz-tm > h3 {
    color: #000000;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 89px;
    font-weight: 700;
}
.abz-tm > a {
    display: inline-block;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid #000;
}
.abz-para p {
    color: #9a9999;
    font-size: 17.5px;
    line-height: 36px;
}

.main-image {
    margin: 112px 0 96px;
}
.hd-txt {
    margin-bottom: 81px;
}
.hd-txt > h2 {
    color: #010000;
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 60px;
}
.hd-txt p {
    color: #767575;
    font-size: 22px;
    line-height: 38px;
}

.hd-txt > span {
    display: inline-block;
    color: #000000;
    font-size: 21.5px;
    position: relative;
    padding-left: 27px;
    font-weight: 700;
    margin-bottom: 20px;
}
.hd-txt > span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #ff597c;
    transform: translateY(-50%);
}

.our-svss-sec > h2 {
    color: #000000;
    font-size: 50px;
    padding-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 80px;
}
.our-svss-sec > h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 86px;
    height: 3px;
    background-color: #ff2c59;
}

.linkss li {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 29px;
    text-transform: uppercase;
}
.linkss li:last-child {
    margin-bottom: 0;
}


/* WORK TOGETHER SEC */

.work-together-sec {
    background-color: #0066ff;
    padding: 76px 0 167px;
}
.work-together-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 75px;
    background-color: rgba(255,255,255,0.30);
    transform: translateX(-50%);
}
.work-together-sec:after {
    content: '';
    position: absolute;
    bottom: 80px;
    left: 50%;
    width: 2px;
    height: 20px;
    background-color: rgba(255,255,255,0.30);
    transform: translateX(-50%);
}
.wrk-tgt > h2 {
    color: #ffffff;
    font-size: 75px;
    line-height: 105px;
    margin-bottom: 15px;
}
.wrk-tgt p {
    color: #ffffff;
    font-size: 17.5px;
    line-height: 30px;
    max-width: 590px;
    margin: 0 auto;
    margin-bottom: 47px;
}
.wrk-tgt > a {
    display: inline-block;
    color: #ffc100;
    font-size: 18.5px;
    font-weight: 700;
    text-transform: uppercase;
}
.wrk-tgt > a:hover {
    text-decoration: underline;
}

/* CONTACT 2 PAGE */

.page-title {
    margin-bottom: 75px;
    margin-top: -34px;
}
.page-title > h2 {
    color: #000000;
    font-size: 64px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 21px;
}
.page-title > h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 86px;
    height: 3px;
    background-color: #ff1d4d;
}

.get-touch-content ul li {
    margin-bottom: 20px;
}
.get-touch-content ul li:last-child {
    margin-bottom: 0;
}
.email-tk {
    margin-bottom: 39px;
}
.email-tk > h4 {
    color: #303030;
    font-size: 25px;
    margin-bottom: -2px;
}
.email-tk > h2 {
    color: #000000;
    font-size: 25px;
}
.get-touch-content ul li > span {
    display: block;
    color: #9a9898;
    font-size: 20px;    
    margin-bottom: 3px;
}
.get-touch-content ul li > h3 {
    color: #000000;
    font-size: 17.5px;
    font-weight: 700;
}
.get-touch-content ul {
    margin-bottom: 42px;
}
.get-touch-content p {
    color: #2a2d2e;
    font-size: 16px;
    line-height: 22px;
    max-width: 330px;   
}


/* CONTACT FORM */
.contact-sec-v1 > h3 {
    color: #111111;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.contact-form-v1 input,
.contact-form-v1 textarea {
    width: 100%;
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    padding-bottom: 13px;
    border:0;
    border-bottom: 1px solid #777777;
    background-color: inherit;
    border-radius: 0;
    margin-bottom: 30px;
}
.contact-form-v1 textarea {
    height: 104px;
    margin-bottom: 40px;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #111111;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #111111;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #111111;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #111111;
}

.btn-form,
.wpcf7-form [type=submit] {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    background-color: #ffc100;
    height: 60px;
    line-height: 60px;
    padding: 0 60px;
    text-transform: uppercase;
    border:0;
}
.form-button {
    text-align: left;
}

/* CONTACT MAP PAGE */
.contact-sec-v1.v-2 {
    background-color: #161616;
    padding: 165px 0 175px;
    margin-left: auto;
    padding-right: 300px;
    height: 100%;
}
.contact-map-page.photo-v .contact-sec-v1.v-2 {
    height: 100%;
}
.contact-map-cnot {
    max-width: 520px;
    margin-left: auto;
}
.contact-map-cnot > h2 {
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 60px;
}

.contact-sec-v1.v-2 .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.contact-sec-v1.v-2 .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.contact-sec-v1.v-2 .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.contact-sec-v1.v-2 .form-control:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

.contact-sec-v1.v-2 .form-button {
    text-align: left;
}
.contact-sec-v1.v-2 .form-button button {
    color: #000000;
    transition: all 0.4s ease-out;
}
.contact-sec-v1.v-2 .form-button button:hover {
    color: #fff;
}

.map-frame {
    height: 100%;
}
.map-frame iframe {
    width: 100%;
    height: 100%;
}
.contact-map-page .row {
    margin: 0;
}
.contact-map-page .row .col-lg-6 {
    padding: 0;
}
.contact-img {
    height: 100%;
}
.contact-img > img {
    height: 100%;
    object-fit: cover;
}

.wpcf7 .ajax-loader {
    display: none;
}

/* PRICING PAGE */
.pricing-page-content > h3 {
    color: #282525;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 88px;
    margin-top: -13px;
    text-align: center;
    text-transform: uppercase;
}

.price-col {
    text-align: center;
    background-color: #f3f4f9;
    padding: 77px 0 50px;
    transition: all 0.4s ease-in-out;
}
.pricing-page-content .row .col-lg-4:nth-child(1) .price-col:hover {
    background-color: #0066ff;
}
.pricing-page-content .row .col-lg-4:nth-child(2) .price-col:hover {
    background-color: #ff1d4d;
}
.pricing-page-content .row .col-lg-4:nth-child(3) .price-col:hover {
    background-color: #ffc100;
}
.price-col > h2 {
    color: #282525;
    font-size: 35px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.price-col > h3 {
    color: #282525;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
    transition: all 0.4s ease-in-out;
}
.price-col > h3 sub {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top: -2px;
}
.price-col > ul {
    margin-bottom: 58px;
}
.price-col > ul li {
    color: #666;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    margin-bottom: 14px;
}
.price-col > ul li:last-child {
    margin-bottom: 0;
}
.price-col > a {
    display: inline-block;
    color: #000000;
    font-size: 16.41px;
    font-weight: 700;
    height: 52px;
    line-height: 52px;
    border:1px solid #161616;
    padding: 0 45px;
}
.price-col:hover h2,
.price-col:hover h3,
.price-col:hover ul li {
    color: #fff;
}
.price-col:hover > a,
.price-col a:hover {
    background-color: #fff;
    color: #000000;
    border-color: transparent;
}


/* PORTFOLIO PAGE */

.sec-v2-title {
    max-width: 1030px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 53px;
}
.sec-v2-title > h2 {
    color: #373737;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 19px;
    position: relative;
    padding-top: 18px;
}
.sec-v2-title > h2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #ff2c59;
}
.sec-v2-title p {
    color: #838080;
    font-size: 18.5px;
    line-height: 29.99px;
    padding: 0 120px;
}
.sec-v2-title.v2 {
    margin-bottom: 60px;
}

.option-set {
    text-align: center;
    margin-bottom: 65px;
}
.option-set li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 25px;
}
.option-set li:last-child {
    margin: 0;
}
.option-set li a {
    display: inline-block;
    color: #373737;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    padding: 0 9px 20px;
    cursor: pointer;
}
.option-set li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #ffc100;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.option-set li a.selected,
.option-set li a:hover {
    color: #ff1d4d;
}
.option-set li a.selected:before,
.option-set li a:hover:before {
    opacity: 1;
    visibility: visible;
    left: 0;
    width: 100%;
}

.work-grid {
    position: relative;
}
.ext-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.work-grid:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0066ff;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.work-grid:hover:before {
    opacity: 0.9;
    visibility: visible;
}
.work-grid:hover .work-caption {
    opacity: 1;
    visibility: visible;
}
.work-grid > img {
    width: 100%;
    object-fit: cover;
}
.grid-portfolio-wrapper {
    width: 100%;
}
.grid-portfolio-wrapper .col-lg-4,
.grid-portfolio-wrapper .col-lg-6,
.grid-portfolio-wrapper .col-lg-3 {
    padding: 0;
}
.grid-portfolio-wrapper .col-lg-2 {
    max-width: 20%;
    flex:0 0 20%;
    padding: 0;
}

.work-caption {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.work-caption > h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: -1px;
}
.work-caption > span {
    display: block;
    color: #ffffff;
    font-size: 20px;
}


.full-btn {
    margin-top: 60px;
}
.full-btn .btn-default {
    color: #fff;
    padding: 0 68px;
}

/* SERVICES PAGE */

.service-colu {
    background-color: #ff1d4d;
    padding: 50px 20px 44px;
    height: 100%;
}
.services-page .col-lg-4 {
    margin-bottom: 30px;
}
.service-colu svg {
    width: 54px;
    height: 54px;
    margin-bottom: 25px;
}
.service-colu svg line, .service-colu svg polyline, .service-colu svg path, .service-colu svg rect, .service-colu svg circle {
    stroke: #fff;
}
.clr1 {
    background-color: #ff1d4d;
}
.clr2 {
    background-color: #0066ff;
}
.clr3 {
    background-color: #ffc100;
}
.service-colu > img {
    margin-bottom: 32px;
}
.service-colu > h3 {
    color: #ffffff;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
}
.service-colu ul li {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 9px;
    text-transform: uppercase;
}
.service-colu ul li:last-child {
    margin-bottom: 0;
}

.services-page {
    margin-bottom: 87px;
}

/* SKILLS SECTION */

.sk-title {
    color: #181b31;
    font-size: 50px;
    margin-bottom: 37px;
}
.sk-para {
    color: rgba(24,27,49,0.50);
    font-size: 17.5px;
    line-height: 24px;
    max-width: 430px;
    margin-left: auto;
    margin-bottom: 37px;
    margin-top: 11px;
}
.progess-row {
    position: relative;
    margin-bottom: 46px;
}
.progess-row:last-child {
    margin-bottom: 0;
}
.progess-row > h3 {
    color: #808291;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.progess-row > span {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    color: #181b31;
    font-size: 16px;
    font-weight: 400;
}
.progress {
    width: 100%;
    height: 15px;
    background-color: #eef0f3;
    border-radius: 30px;
}
.progress-bar {
    border-radius: 30px;
}
.bg-clr1 {
    background-color: #ffc100;
}
.bg-clr2 {
    background-color: #ff1d4d;
}
.bg-clr3 {
    background-color: #0066ff;
}
.bg-clr4 {
    background-color: #ffc100;
}



/* TEAM PAGE */

.team-col {
    text-align: center;
    margin-bottom: 40px;
}
.team-thumbnail {
    position: relative;
    padding: 34px 30px;
    margin-bottom: -8px;
}
.team-thumbnail > img {
    width: 100%;
}
.team-thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 78px);
    border:2px solid #ffc100;
    z-index: -1;
}
.team-thumbnail:after {
    content: '';
    position: absolute;
    top: 34px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 68px);
    background-color: rgba(255,193,0,0.87);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.tm-social {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.tm-social li {
    display: inline-block;
    margin-right: 18px;
}
.tm-social li:last-child {
    margin: 0;
}
.tm-social li a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
}
.tm-social li a:hover {
    color: #000;
}
.team-col:hover .tm-social {
    opacity: 1;
    visibility: visible;
}
.team-col:hover .team-thumbnail:after {
    opacity: 1;
    visibility: visible;
}
.team-col > h3 {
    color: #171717;
    font-size: 27.5px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 2px;
}
.team-col > span {
    display: block;
    color: #666262;
    font-size: 19px;
}

.slick-dots li {
    margin-right: 15px;
}
.slick-dots li:last-child {
    margin: 0;
}
.slick-dots li button {
    width: 7px;
    height: 7px;
    background-color: #ddd9d9;
}
.slick-dots li.slick-active button {
    background-color: #0066ff;
    width: 12px;
    height: 12px;
}

.slick-prev {
    left: auto;
    right: 60px;
}
.slick-next {
    right: 0;
}
.slick-prev,
.slick-next {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    top: auto;
    transform: inherit;
    bottom: -13px;
    transition: all 0.4s ease-in-out;
}
.slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #000;
    line-height: 48px;
    height: 100%;
    text-align: center;
}
.slick-prev:before {
    content: '\f104';
}
.slick-next:before {
    content: '\f105';
}
.slick-prev:hover,
.slick-next:hover {
    background-color: #ffc100;
}
.slick-prev:hover:before,
.slick-next:hover:before {
    color: #fff;
}

.banner-img-slider .slick-dots {
    top: 50%;
    right: -45%;
    left: auto;
    display: inline-block;
    width: auto;
    transform: translateY(-50%);
    bottom: auto;
}
.banner-img-slider .slick-dots li {
    display: block;
    margin: 0 0 30px;
}
.banner-img-slider .slick-dots li:last-child {
    margin: 0;
}
.banner-img-slider .slick-dots li button {
    width: 30px;
    height: 2px;
    background-color: rgba(255,255,255,0.30);
}
.banner-img-slider .slick-dots li.slick-active button {
    background-color: #fff;
}




/* SINGLE PROJECT PAGE */

.single-project-banner {
    position: relative;
}

.single-project-content > h2 {
    color: #000000;
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 68px;
    margin-top: -17px;
}
.mm-txt > h3 {
    color: #000000;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.mm-content p {
    color: #9a9999;
    font-size: 17.5px;
    line-height: 36px;
    margin-bottom: 32px;
}
.mm-content > a {
    display: inline-block;
    color: #000000;
    font-size: 17.5px;
    font-weight: 700;
    position: relative;
    padding-bottom: 16px;
}
.mm-content > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #000000;
    transition: all 0.4s ease-in-out;
}
.mm-content > a:hover:before {
    opacity: 1;
    visibility: visible;
    left: 0;
    width: 100%;
}

.case-col {
    margin-bottom: 160px;
}
.case-col:last-child {
    margin-bottom: 0;
}
.cases-sec {
    margin-top: 88px;
}

.widget-project {
    text-align: center;
    position: relative;
    top: -121px;
}
.widget-project > h2 {
    color: #ffffff;
    font-size: 80px;
    line-height: 80px;
}

.footer-v2 {
    padding: 234px 0 65px;
    position: relative;
}
.footer-v2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 75px;
    background-color: #fff;
}
.footer-v2:after {
    content: '';
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 20px;
    background-color: #fff;
}




.error-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0066ff;
}
.error-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}
.error-text > h2 {
    color: #ffffff;
    font-size: 200px;
    line-height: 200px;
}
.error-text > h3 {
    color: #ffffff;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 26px;
}
.error-text > p {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
}



/* RESPONSIVE MOBILE MENU */

.menu-btn {
    width: 24px;
    cursor: pointer;
    margin-left: auto;
    display: none;
}
.menu-btn > span {
    float: left;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin-bottom: 6px;
    -webkit-transition:transform .3s;
    -moz-transition:transform .3s;
    -ms-transition:transform .3s;
    -o-transition:transform .3s;
    transition:transform .3s;
}
header.sticky .menu-btn > span {
    background-color: #000;
}
.menu-btn > span:last-child {
    margin-bottom: 0;
}

.menu-btn.active span.bar1 {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.menu-btn.active span.bar2 {
    opacity: 0;
    visibility: hidden;
}
.menu-btn.active span.bar3 {
    -webkit-transform: translateY(-6px) rotate(-135deg);
    -moz-transform: translateY(-6px) rotate(-135deg);
    -ms-transform: translateY(-6px) rotate(-135deg);
    transform: translateY(-6px) rotate(-135deg);
}


.responsive-mobile-menu {
    position: fixed;
    top: 0;
    left: -400px;
    width: 400px;
    z-index: 99999999;
    height: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    background-color: #0066ff;
}
.responsive-mobile-menu.active {
    opacity: 1;
    visibility: visible;
    left: 0;
}
.responsive-mobile-menu ul {
    float: left;
    width: 100%;
}
.responsive-mobile-menu ul li {
    float: left;
    width: 100%;
}
.responsive-mobile-menu ul li a:before {
    content: '\f067';
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-weight: 900;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.responsive-mobile-menu ul li.menu-item-has-children > a:before {
    opacity: 1;
    visibility: visible;
}
.responsive-mobile-menu ul li.menu-item-has-children.active > a:before {
    content: '\f068';
}
.responsive-mobile-menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 10px !important;
}
.responsive-mobile-menu ul ul {
    display: none;
    background: #ffc100;
}
.responsive-mobile-menu ul ul li a {color: #000;border-bottom: 1px solid #0000003d;}
.responsive-mobile-menu ul ul li:last-child a {
    margin-bottom: 0;
}



#html5-watermark {
    display: none !important;
}
div#html5-image {
    padding: 0 !important;
}




#mask {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100000;
    top: 0;
    left: 0
}

.material-icon .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: material-rotate-all 1s linear infinite
}

.material-icon .spinner .left-side,
.material-icon .spinner .right-side {
    animation: material-fade-in-first 1.2s linear infinite alternate
}

.material-icon .spinner.color-2 .left-side,
.material-icon .spinner.color-2 .right-side {
    animation: material-fade-in-second 1.2s linear infinite alternate
}

.material-icon .left-side,
.material-icon .right-side {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden
}

.material-icon .left-side {
    left: 0
}

.material-icon .right-side {
    right: 0
}

.material-icon .bar {
    border-color: #ffc100;
    width: 100%;
    height: 100%;
    border-radius: 200px 0 0 200px;
    border: 6px solid #ffc100;
    position: relative
}

.material-icon .bar:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #ffc100;
    position: absolute;
    border-radius: 6px
}

.material-icon .right-side .bar {
    border-radius: 0 200px 200px 0;
    border-left: none;
    -webkit-transform: rotate(-10deg);
    -webkit-transform-origin: left center;
    transform: rotate(-10deg);
    transform-origin: left center;
    animation: material-rotate-right .75s linear infinite alternate
}

.material-icon .right-side .bar:after {
    bottom: -6px;
    left: -3px
}

.material-icon .left-side .bar {
    border-right: none;
    transform: rotate(10deg);
    transform-origin: right center;
    animation: material-rotate-left .75s linear infinite alternate
}

.material-icon .left-side .bar:after {
    bottom: -6px;
    right: -3px
}

@keyframes material-rotate-left {
    to {
        transform: rotate(30deg)
    }
    0% {
        transform: rotate(175deg)
    }
}

@keyframes material-rotate-right {
    0% {
        transform: rotate(-175deg)
    }
    to {
        transform: rotate(-30deg)
    }
}

@keyframes material-rotate-all {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-1turn)
    }
}

@keyframes material-fade-in-first {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes material-fade-in-second {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.material-icon {
    top: 50%;
    height: 65px;
    width: 65px;
    position: relative;
    margin: -32px auto 0;
    display: block
}




.home-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background: url(assets/images/video_placeholder.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
@media(max-width:1025px) and (min-width:768px) {
    .home-section {
        background-image: url(assets/images/video_placeholder.jpg);
        background-attachment: initial!important;
        background-size: cover!important;
        background-position: center center;
    }
}

@media (max-width: 768px) {

    .home-section{
        background-image: url(assets/images/video_placeholderm.jpg);
        background-attachment: initial!important;
        background-size: cover!important;
        background-position: center center;
    }
}

#particles-js, #particles-js2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}




/* LANDING BANNER */

.landing-header {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.landing-header .container {
    max-width: 100%;
    padding: 0 100px;
}
.ld-content {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
}
.ld-buy {
    margin-left: auto;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
}
.ld-buy:hover {
    color: #fff;
}
.landing-banner {
    background-image: url(assets/images/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 250px 0;
    position: relative;
}
.landing-txt {
    max-width: 1000px;
    margin: 0 auto; 
    text-align: center;
}
.landing-txt > h2 {
    color: #fff;
    font-size: 85px;
    text-transform: capitalize;
    margin-bottom: 34px;
}
.landing-txt p {
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    padding: 0 100px;
    margin-bottom: 68px;
}
.btn-default.radius {
    border-radius: 30px;
    color: #fff;
}


/* DEMOS SECTION */

.demos-section {
    padding: 145px 0;
}
.demos-section .container {
    max-width: 1400px;
    padding: 0 15px;
}
.title {
    margin-bottom: 115px;
}
.title h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.title h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 55px;
    height: 5px;
    background-color: #ff1d4d;
    transform:translateX(-50%);
}


.demo {
    margin-bottom: 44px;
}
.demo > h2 {
    text-align: center;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}
.demo-thumb {
    margin-bottom: 30px;
}
.demo-thumb > a img {
    width: 100%;
}
.demo-thumb > a {
    display: block;
}

.buy-template {
    text-align: center;
    margin-top: 50px;
}
.btn-default.without-bg {
    background-color: inherit;
    border:1px solid #1a1919;
    border-radius: 30px;
}
.btn-default.without-bg:hover {
    background-color:#ffc100;
    color: #fff;
    border-color: transparent;
}

/* LANDING FOOTER */

.landing-footer {
    background-color: #0066ff;
    padding: 35px 0;
}
.landing-footer .container {
    max-width: 100%;
    padding: 0 100px;
}
.cptext {
    color: #ffffff;
    font-size: 16px;
}
/*.author-social {
    text-align: right;
    display: none;
}
.author-social li {
    display: inline-block;
    margin-right: 20px;
}
.author-social li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.author-social li:last-child {
    margin-right: 0;
}
.author-social li a:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #ffc100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out;
}
.author-social li a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

*/
.demo-thumb {
    position: relative;
}
.demo-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0066ff;
    opacity: 0;
    visibility: hidden;
    transform: scale3d(0.1,0.1,1);
    transition: all 700ms ease-in-out;
}
.overlay-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    opacity: 0;
    transition: all 700ms ease-in-out;
    transform: scale(0.8);
    visibility: hidden;
}
.demo-thumb:hover .overlay-thumb {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.overlay-thumb > span {
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color: #fff;
    display: flex;
    flex-wrap:wrap;
    align-items:center;
    height: 100%;
    justify-content:center;
}
.demo-thumb:hover:before {
    opacity: 0.80;
    visibility: visible;
    transform: translate3d(0,0,0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1);
}
.contact-form-v1 input:focus,
.contact-form-v1 textarea:focus {
    background:inherit;
}
.contact-map-page.photo-v .contact-sec-v1.v-2 .contact-form-v1 input,
.contact-map-page.photo-v .contact-sec-v1.v-2 .contact-form-v1 textarea {
    color: #fff !important;
}

.email-tk > h2:hover a {
    text-decoration: underline;
}
.works-portfolio {
    margin-top: 100px;
}

.project-caption h2:hover a {
    text-decoration: underline;
}

div#html5-close {
    right: 0 !important;
}


.widget-project > span a,
.widget-project > a {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.widget-project > span a:hover,
.widget-project > a:hover {
    text-decoration: underline;
}
.error-text .btn-default {
    margin-top: 40px;   
}


/* BLOG PAGE */

.blog-page {
    padding: 150px 0;
}

.blog-post {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 80px;
}

.col-lg-9 .blog-post {
    display: block;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 80px;
}

.blog-post:last-child {
    margin-bottom: 0;
}
.col-lg-9 .blog-thumbnail {
    position: relative;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
}
.blog-thumbnail {
    position: relative;
    max-width: 570px;
    flex: 0 0 570px;
}

.blog-thumbnail > img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.posted-on {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background-color: #ff1d4d;
    color: #fff;
    text-align: center;
    font-size: 16.33px;
    text-transform: uppercase;
    padding-top: 3px;
}
.posted-on strong {
    font-weight: 700;
    display: block;
    font-size: 30.85px;
    position: relative;
    margin-bottom: -6px;
}
.blog-info:not(.no-thumbnail) {
    max-width: calc(100% - 570px);
    flex: 0 0 calc(100% - 570px);
    padding-left: 30px;
}

.no-thumbnail.blog-info,
.col-lg-9 .blog-info{
    max-width: 100%;
    padding-left: 0;
}
.blog-info.no-thumbnail {
    padding-left: 0;
}

.meta {
    margin-bottom: 15px;
}
.meta > span {
    display: inline-block;
    text-transform: uppercase;
    color: #0065ff;
    font-size: 14px;
    font-weight: 700;
}
.meta-links {
    display: inline-block;
} 
.meta-links li {
    display: inline-block;
    position: relative;
    padding: 0 10px 0 8px;
    line-height: 10px;
}
.meta-links li i {
    color: #0065ff;
    font-size: 14px;
    margin-right: 9px;
}
.meta-links li:first-child {
    padding-left: 0;
}
.meta-links li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 1px;
    height: 12px;
    background-color: #0065ff;
    transform: translateY(-50%);
    margin-top: -1px;
}
.meta-links li:last-child:before {
    display: none;
}

.meta-links li a {
    display: inline-block;
    /*color: #bbbaba;*/
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.meta-links li span {
    display: inline;
    color: #0065ff;
    font-weight: 700;
    text-transform: uppercase;
}
.meta-links li:last-child:before {
    display: none;
}
.blog-info > h2 {
    color: #000000;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.blog-info p {
    font-size: 17px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 40px;
    word-wrap: break-word;
}
.blog-info .btn-default {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    padding: 0 40px;
    font-weight: 700;
}

.marlon-pagination {
    margin-top: 100px;
}
.marlon-pagination nav ul li {
    padding: 0;
    margin: 0;
    margin-right: 10px;
    list-style-type: none !important;
}
.marlon-pagination nav ul li a, 
.marlon-pagination nav ul li span,
.post-pagination > span,
.post-pagination > a,
.page-links a,
.page-links span{
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #e5e5e5;
    text-align: center;
    border-radius: 0 !important;
}
.marlon-pagination .pagination {
    justify-content: center;
}
.marlon-pagination nav ul li:last-child {
    margin-right: 0;
}
.marlon-pagination nav ul li a:hover,
.marlon-pagination nav ul li span:hover,
.post-pagination a:hover,
.page-links a:hover,
.page-links span:hover{
    background-color: #0066ff;
    color: #fff;
    border-color: transparent;
}
.marlon-pagination nav ul li a:before {
    display: none;
}
.page-links {
    clear: both;
    padding-top: 40px;
}
.page-links span:first-child {
    margin-left: 20px;
}

/* BLOG SINGLE PAGE */

.blog-post.single .blog-thumbnail {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
}
.blog-post.single .blog-info {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.meta-div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 33px;
    align-items: flex-start;
}
.meta-div > span {
    margin-left: auto;
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 3px;
}
.blog-post.single .blog-info h2 {
    font-size: 33px;
    line-height: 46px;
    margin-bottom: 33px;
}
.blog-post.single .blog-info p {
    margin-bottom: 20px;
}

/* BLOG AUTHOR */

.blog-author {
    margin-bottom: 0px;
}
.blog-author h3,
.comments-section > h3 {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 15px !important;
}
.comments-section > h3 {
    margin-bottom: 30px;
}
.author-blog {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f5f5f5;
    padding: 28px 15px;
}
.author-thumb {
    max-width: 102px;
}
.author-info {
    max-width: calc(100% - 102px);
    padding-left: 20px;
}
.author-info > h3 {
    color: #000000;
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 3px;
    font-weight: 700;
    letter-spacing: 1px;
}
.author-info p {
    color: #666666;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0 !important;
}


/* COMMENTS SECTION */

.comments-list {
    margin-bottom: 70px;
}
.comments-list ul .comment {
    padding-left: 65px;
}
.comments-list li:first-child.comment {
    padding-top: 0;
}
.comments-list li:last-child.comment {
    border-bottom: 0;
}
.comment {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e7e9e9;
    padding: 30px 0;
}
.cm-thumb {
    max-width: 71px;
}
.cm-info {
    max-width: calc(100% - 71px);
    padding-left: 20px;
}
.cm-info > h3 {
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 18px;
    margin-top: -6px;
}
.cm-info > span {
    display: block;
    /*color: #b6b5b5;*/
    font-size: 14px;
    margin-bottom: 15px;
}
.reply-btn {
    display: inline-block;
    color: #0066ff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}


/* POST COMMENT */

.post-comment .comment-respond > h3 {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 23px;
}

.post-form .form-control {
    color: #818181;
    font-size: 14px;
    text-transform: uppercase;
    height: 48px;
    border: 1px solid #eeeeee;
    padding: 0 20px;
    border-radius: 5px;
}
.form-textarea {
    color: #818181;
    font-size: 14px;
    border: 1px solid #eeeeee;
    padding: 20px;
    height: 155px;
    width: 100%;
    border-radius: 5px;
    resize: none;
    vertical-align: middle;
}
.form-group {
    margin-bottom: 30px;
}
.form-submit button {
    color: #fff;
    background-color: #0066ff;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
}

/* BLOG SIDEBAR */

.sidebar .widget {
    margin-bottom: 40px;
}
.sidebar .widget:last-child {
    margin-bottom: 0;
}
.widget-title,
.sidebar h6 {
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 22px;
}
.widget-search form,
.searchform {
    position: relative;
}
.widget-search form input,
.searchform input {
    width: 100%;
    height: 46px;
    border:1px solid #e6e6e6;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 20px;
    text-transform: uppercase;
}
.widget-search form button,
.searchform button {
    position: absolute;
    top: 50%;
    right: 20px;
    background-color: inherit;
    border: 0;
    transform: translateY(-50%);
}
.social-wd li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 6px;
}
.social-wd li a {
    display: inline-block;
    width: 46px;
    line-height: 46px;
    text-align: center;
    height: 46px;
    border-radius: 5px;
    color: #fff;
}
.social-wd .facebook {
    background-color: #3656a6;
}
.social-wd .twitter {
    background-color: #00c0ff;
}
.social-wd .google {
    background-color: #d93838;
}
.social-wd .instagram {
    background-color: #213f69;
}
.social-wd .linkedin {
    background-color: #113877;
}
.social-wd .pinterest {
    background-color: #ec1717;
}
.social-wd .vimeo {
    background-color: #ef255a;
}
.social-wd .tumblr {
    background-color: #1c3d6e;
}
.social-wd .dribbble {
    background-color: #e24190;
}
.social-wd .youtube {
    background-color: #de1e1e;
}

/* RECENT POSTS WIDGET */

.wd-post {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wd-thumb {
    max-width: 79px;
}
.wd-info {
    max-width: calc(100% - 79px);
    padding-left: 15px;
}
.wd-info > span {
    display: block;
    color: #0066ff;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
}
.wd-info > h3 {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.wd-posts li {
    border-bottom: 1px solid #ececec;
    padding: 17px 0;
}
.wd-posts li:first-child {
    padding-top: 0;
}
.wd-posts li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

/* WIDGET TAGS */
.tags li,
.tagcloud a,
.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 10px;
}
.tags li a, 
.tagcloud a,
.wp-block-tag-cloud a {
    display: inline-block;
    color: #000000;
    font-size: 13px !important;
    text-transform: uppercase;
    border: 1px solid #f1f0ee;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
.tags li a:hover,
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
    background-color: #0066ff;
    color: #fff;
    border-color: transparent;
}
.blog-post.single {
    max-width: 100%;
}

/*-------------------------------------------------------*/
/* WordPress Styles
/*-------------------------------------------------------*/
.gallery-caption {
    display: block;
}

img {
    height: auto;
}

.alignnone {
    margin: 8px 24px 24px 0;
}

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

.alignright {
    float: right;
    margin: 8px 0 24px 24px;
}

.alignleft {
    float: left;
    margin: 8px 24px 24px 0;
}

a img.alignright {
    float: right;
    margin: 8px 0 24px 24px;
}

a img.alignnone {
    margin: 8px 24px 24px 0;
}

a img.alignleft {
    float: left;
    margin: 8px 24px 24px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

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

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

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

.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: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text,
.says {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    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. */
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border: 1px solid #e5e5e5;
    padding: 2px;
}

/* SIDEBAR */
.sidebar .widget:not(.widget-follow):not(.widget-social) ul li,
footer .widget:not(.widget-follow):not(.widget-social) ul li {
    border-bottom: 1px solid #dddddd6b;
    padding: 15px 0;
    font-size: 16px;
}

.sidebar .widget:not(.widget-follow):not(.widget-social) ul li a:hover,
footer .widget:not(.widget-follow):not(.widget-social) ul li a:hover {
    color: #0056b3;
}

.sidebar .widget:not(.widget-follow):not(.widget-social) select,
footer .widget:not(.widget-follow):not(.widget-social) select,
.blog-info select,
.blog-page select {
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 46px;
    border-radius: 5px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 10px;
}

.sidebar .widget:not(.widget-follow):not(.widget-social) ul ul li,
footer .widget:not(.widget-follow):not(.widget-social) ul ul li {
    border-bottom: 0;
    padding-bottom: 0;
}

.sidebar .widget:not(.widget-follow):not(.widget-social) ul ul,
footer .widget:not(.widget-follow):not(.widget-social) ul ul {
    padding-left: 20px;
    width: 100%;
}
.sidebar .textwidget img,
footer .textwidget img {
    max-width: 100%;
}
.sidebar .textwidget strong,
footer .textwidget strong {
    display: block;
    font-weight: 700;
    margin-bottom: -15px;
}
.sidebar .textwidget img + br + strong,
footer .textwidget img + br + strong {
    margin-bottom: 20px;
    margin-top: 10px;
}

.sidebar table,
footer table {
    width: 100%;
    border: 1px solid #ddd;
}

.sidebar table td,
footer table td {
    border:1px solid #ddd;
    text-align:center;
    padding: 9px;
    border-top: 0;
}
.sidebar table th,
footer table th {
    padding: 9px;
    text-align:center;
    background-color: #0056b3;
    color:#fff
}
.sidebar table thead th,
footer table thead th {
    font-weight:700;
    font-size: 20px;
}
.sidebar table caption,
footer table caption {
    margin-top: 20px;
    color: #000;
    margin-bottom: 15px;
    font-size: 18px;
}
.sidebar .calendar_wrap nav,
footer .calendar_wrap nav {
    text-align: center;
    width: 100%;
    font-size: 19px;
    background: #0056b3;
    color: #fff;
    padding: 8px 0;
}
.comment-author-link,
footer .comment-author-link {
    color: #0056b3;
    display: inline-block !important;
}

.rsswidget {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.rss-date {
    display: block;
    color: #666;
    margin-bottom: 20px;
}

.rssSummary {
    line-height: 27px;
    margin-bottom: 20px;
}

.widget_rss cite {
    font-weight: 700;
    font-size: 16px;
}
.widget_rss h6 .rsswidget,
.widget_rss h2 .rsswidget {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 700;
}

footer .widget_rss h2 .rsswidget {
    color: #fff;
}

footer .widget ul li {
    color: #fff;
}
footer .widget ul li a {
    color: #fff;
}

footer .widget ul li a:hover {
    color: #ffc100;   
}
footer .widget ul li {
    border-bottom-color: #dddddd75;
}
footer .widget select {
    border-color: #dddddd75;
    color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
}
footer .widget_rss cite {
    color: #fff;
} 
footer .rssSummary {
    color: rgba(255,255,255,0.8);
}
footer .calendar_wrap nav span {
    display: inline;
}
footer table caption {
    color: #fff;
}
footer table td, footer table td {
    color: #fff;
}
footer table th {
    background-color:#ffc100;
}
footer .tagcloud a {
    color: #fff;
}
footer .tagcloud a:hover {
    background-color: #ffc100;
}

footer .widget:not(.widget-follow):not(.widget-social) ul > li,
.sidebar .widget:not(.widget-follow):not(.widget-social) ul > li {
    display: flex;
    flex-wrap: wrap;
}
footer .widget:not(.widget-follow):not(.widget-social) ul li a,
.sidebar .widget:not(.widget-follow):not(.widget-social) ul li a {
    margin-right: auto;
}
footer .calendar_wrap nav {
    background-color: #ffc100;
}
footer .widget {
    margin-bottom: 60px;
}
.recentcomments a {
    font-weight: 500;
}
.recentcomments {
    display: block !important;
}
footer .widget .comment-author-link,
footer .widget .comment-author-link a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}
.widget_rss ul li > a.rsswidget {
    width: 100%;
    font-size: 16px;
}
footer .rss-date {
    color: #fff;
    font-size: 14px;
}
footer .widget_rss h2 .rsswidget {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
}
.widget_rss li {
    display: block !important;
}

.blog-info ul li code, 
.blog-info ul li > a,
.blog-page .widget:not(.widget-follow):not(.widget-social) ul li > a {
    color: #0065ff;
}
.blog-info p + ul li,
.blog-page .widget:not(.widget-follow):not(.widget-social) p + ul li {
    margin-bottom: 15px;
    line-height: 28px;
    color: #666666;
}

.wp-block-image .alignright.is-resized {
    margin-left: auto;
    float: none;
}
figure a {
    color: #0065ff;
    text-decoration: underline;
}
.wp-block-button.is-style-outline {
    margin: 5px 0;
}
.wp-block-button.aligncenter {
    text-align: center;
}
a.wp-block-button__link {
    margin-bottom: 10px;
}
.wp-block-button__link {
    background-color:#0066ff;
}

.blog-post.single .blog-info p.wp-block-cover-text,
.blog-post.single .blog-page p.wp-block-cover-text {
    color: #fff;
}
.blog-thumbnail figure > img {
    width: 100%;
}
.wp-block-column ol,
.wp-block-column ul {
    padding-left: 15px;
}
.wp-block-column ol li,
.wp-block-column ul li {
    margin-bottom: 10px
}
.wp-block-column ol li:last-child,
.wp-block-column ul li:last-child {
    margin-bottom: 0;
}
blockquote.wp-block-quote p {
    font-size: 20px;
}
blockquote.wp-block-quote cite {
    font-weight: 700;
}
.wp-block-image figcaption {
    line-height: 28px;
    color: #666;
}
p.has-large-font-size {
    font-size: 32px;
    line-height: 40px;
}

.blog-info > h2 {
    max-width: 100%;
    overflow: hidden;
}
.tag-title .blog-info > h2 {
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
    margin-bottom: 20px;
}
.wp-block-group {
    padding: 20px;
    margin-bottom: 15px;
}

 
.blog-info ul + h3 + ul li,
body:not(.elementor-page) .blog-page .col-lg-9 ul + h3 + ul li,
body:not(.elementor-page) .blog-page .col-lg-12 ul + h3 + ul li {
    margin-bottom: 15px;
}
.blog-info ul + h3 + ul li:last-child,
body:not(.elementor-page) .blog-page .col-lg-9 ul + h3 + ul li:last-child
body:not(.elementor-page) .blog-page .col-lg-12 ul + h3 + ul li:last-child {
    margin-bottom: 0;
}
.blog-info ul + h3 + ul li a,
body:not(.elementor-page) .blog-page .col-lg-9 ul + h3 + ul li a,
body:not(.elementor-page) .blog-page .col-lg-12 ul + h3 + ul li a {
    text-decoration: underline;
}
.blog-info p > img,
body:not(.elementor-page) .blog-page .col-lg-9 p > img,
body:not(.elementor-page) .blog-page .col-lg-12 p > img {
    max-width: 100%;
}
.wp-caption img + figcaption {
    margin-top: 10px;
} 
.blog-info h3,
body:not(.elementor-page) .blog-page .col-lg-9 h3,
body:not(.elementor-page) .blog-page .col-lg-12 h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-info table,
body:not(.elementor-page) .blog-page .col-lg-9 table,
body:not(.elementor-page) .blog-page .col-lg-12 table {
    width: 100%;
}

.blog-info table td, 
.blog-info table th,
body:not(.elementor-page) .blog-page .col-lg-9 table td,
body:not(.elementor-page) .blog-page .col-lg-12 table td, 
body:not(.elementor-page) .blog-page .col-lg-9 table th,
body:not(.elementor-page) .blog-page .col-lg-12 table th {
    border: 1px solid #ddd;
    text-align: center;
    padding: 13px;
}
em {
    font-style: italic;
}
b {
    font-weight: bold;
}
strong {
    font-weight: 700;
}
.blog-info > h2 + p + p code,
body:not(.elementor-page) .blog-page .col-lg-9 > h2 + p + p code,
body:not(.elementor-page) .blog-page .col-lg-12 > h2 + p + p code {
    color: #0065ff;
}
.cm-info p img {
    margin: 10px 0;
}
.comment ul {
    margin: 30px 0;
}
.comments-list li:last-child.comment {
    padding-bottom: 0;
}
.comment ul:last-child {
    margin-bottom: 0;
}

.comments-list > li {
    margin-bottom: 18px;
}
.comments-list > li:last-child {
    margin-bottom: 0;
}
.comment-body > a {
    color: #0065ff;
    text-decoration: underline;
}
span.edit-link {
    font-size: 14px;
}
.blog-info ol,
body:not(.elementor-page) .blog-page .col-lg-9 ol,
body:not(.elementor-page) .blog-page .col-lg-12 ol {
    padding-left: 17px;
}

.blog-info ol li,
body:not(.elementor-page) .blog-page .col-lg-9 ol li,
body:not(.elementor-page) .blog-page .col-lg-12 ol li {
    margin-bottom: 15px;
    color: #666;
}
dl#attachment_612 {
    border: 0;
    display: none;
}
.wp-caption figcaption {
    margin-top: 10px;
}
.blog-info iframe,
body:not(.elementor-page) .blog-page .col-lg-9 iframe,
body:not(.elementor-page) .blog-page .col-lg-12 iframe {
    max-width: 100%;
}
.meta > span {
    max-width: 100%;
}
.cat-links a {
    display: inline-block;
}
.pager-content p {
    color: rgba(255,255,255,0.80);
    margin-top: 20px;
}
.meta-links {
    position: relative;
    top: -5px;
}
pre {
    background: #e3e2e2;
    padding: 20px;
}
.blog-info blockquote p,
body:not(.elementor-page) .blog-page .col-lg-9 blockquote p,
body:not(.elementor-page) .blog-page .col-lg-12 blockquote p {
    font-size: 24px;
    line-height: 30px;
}
.blog-info blockquote cite,
body:not(.elementor-page) .blog-page .col-lg-12 blockquote cite,
body:not(.elementor-page) .blog-page .col-lg-9 blockquote cite {
    font-weight: 500;
    font-size: 20px;
    color: #000;
}
.wp-block-preformatted {
    margin-top: 20px;
}
pre.wp-block-code {
    margin-bottom: 20px;
}

.blog-post .blog-info h1,
body:not(.elementor-page) .blog-page .col-lg-9 h1,
body:not(.elementor-page) .blog-page .col-lg-12 h1,
.cm-info h1 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 33px;
}
.blog-post .blog-info h3,
body:not(.elementor-page) .blog-page .col-lg-9 h3,
body:not(.elementor-page) .blog-page .col-lg-12 h3,
.cm-info h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 27px;
}
.blog-post .blog-info h4,
body:not(.elementor-page) .blog-page .col-lg-9 h4,
body:not(.elementor-page) .blog-page .col-lg-12 h4,
.cm-info h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 33px;
}
.blog-post .blog-info h5,
body:not(.elementor-page) .blog-page .col-lg-9 h5,
body:not(.elementor-page) .blog-page .col-lg-12 h5,
.cm-info h5 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 33px;
}
.blog-post .blog-info h6,
body:not(.elementor-page) .blog-page .col-lg-9 h6,
body:not(.elementor-page) .blog-page .col-lg-12 h6,
.cm-info h6 {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 33px;
}

.blog-post .blog-info h1,
.blog-post .blog-info h2,
.blog-post .blog-info h3,
.blog-post .blog-info h4,
.blog-post .blog-info h5,
.blog-post .blog-info h6,
body:not(.elementor-page) .blog-page .col-lg-9 h1,
body:not(.elementor-page) .blog-page .col-lg-12 h1,
body:not(.elementor-page) .blog-page .col-lg-9 h2,
body:not(.elementor-page) .blog-page .col-lg-12 h2,
body:not(.elementor-page) .blog-page .col-lg-9 h3,
body:not(.elementor-page) .blog-page .col-lg-12 h3,
body:not(.elementor-page) .blog-page .col-lg-9 h4,
body:not(.elementor-page) .blog-page .col-lg-12 h4,
body:not(.elementor-page) .blog-page .col-lg-9 h5,
body:not(.elementor-page) .blog-page .col-lg-12 h5,
body:not(.elementor-page) .blog-page .col-lg-9 h6,
body:not(.elementor-page) .blog-page .col-lg-12 h6,
body:not(.elementor-page) .blog-page .col-lg-9 h1,
body:not(.elementor-page) .blog-page .col-lg-12 h1,
body:not(.elementor-page) .blog-page .col-lg-9 h2,
body:not(.elementor-page) .blog-page .col-lg-12 h2,
body:not(.elementor-page) .blog-page .col-lg-9 h3,
body:not(.elementor-page) .blog-page .col-lg-12 h3,
body:not(.elementor-page) .blog-page .col-lg-9 h4,
body:not(.elementor-page) .blog-page .col-lg-12 h4,
body:not(.elementor-page) .blog-page .col-lg-9 h5,
body:not(.elementor-page) .blog-page .col-lg-12 h5,
body:not(.elementor-page) .blog-page .col-lg-9 h6,
body:not(.elementor-page) .blog-page .col-lg-12 h6,
.cm-info h1,
.cm-info h2,
.cm-info h3,
.cm-info h4,
.cm-info h5,
.cm-info h6 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.blog-info blockquote p,
body:not(.elementor-page) .blog-page .col-lg-9 blockquote p,
body:not(.elementor-page) .blog-page .col-lg-12 blockquote p,
.cm-info blockquote p {
    font-size: 24px;
    line-height: 40px;
}

.blog-info blockquote,
body:not(.elementor-page) .blog-page .col-lg-9 blockquote,
body:not(.elementor-page) .blog-page .col-lg-12 blockquote,
.cm-info blockquote {
    border-left: 3px solid #ffc100;
    padding-left: 60px;
}
.blog-info blockquote code,
body:not(.elementor-page) .blog-page .col-lg-9 blockquote code,
body:not(.elementor-page) .blog-page .col-lg-12 blockquote code,
.cm-info blockquote code {
    color: #0065ff;
}
.blog-info h2 + table tbody th,
body:not(.elementor-page) .blog-page .col-lg-9 h2 + table tbody th,
body:not(.elementor-page) .blog-page .col-lg-12 h2 + table tbody th,
.cm-info h2 + table tbody th {
    text-align: left;
    font-weight: 700;
    text-decoration: underline;
    color: #0065ff;
} 
.blog-info h2 + table thead th,
body:not(.elementor-page) .blog-page .col-lg-9 h2 + table thead th,
body:not(.elementor-page) .blog-page .col-lg-12 h2 + table thead th,
.cm-info h2 + table thead th {
    text-align: left;
    font-weight: 700;
    font-size: 19px;
}
.blog-info h2 + table td,
body:not(.elementor-page) .blog-page .col-lg-9 h2 + table td,
body:not(.elementor-page) .blog-page .col-lg-12 h2 + table td,
.cm-info h2 + table td {
    text-align: left;
}
.blog-info h2 + table,
body:not(.elementor-page) .blog-page .col-lg-9 h2 + table,
body:not(.elementor-page) .blog-page .col-lg-12 h2 + table,
.cm-info h2 + table {
    margin-bottom: 30px;
}
.blog-info dt,
body:not(.elementor-page) .blog-page .col-lg-9 dt,
body:not(.elementor-page) .blog-page .col-lg-12 dt,
.cm-info dt {
    font-weight: 700;
    font-size: 20px;
}

.blog-info dd,
body:not(.elementor-page) .blog-page .col-lg-9 dd,
body:not(.elementor-page) .blog-page .col-lg-12 dd,
.cm-info dd {
    font-size: 15px;
    margin: 15px 0;
}
.blog-info ul li,
body:not(.elementor-page) .blog-page .col-lg-9 ul li,
body:not(.elementor-page) .blog-page .col-lg-12 ul li,
.cm-info ul li {
    margin-bottom: 15px;
    color: #666;
    list-style-type: disc;
}
.blog-info ul li:last-child,
body:not(.elementor-page) .blog-page .col-lg-9 ul li:last-child,
body:not(.elementor-page) .blog-page .col-lg-12 ul li:last-child,
.cm-info ul li:last-child {
    margin-bottom: 0;
}

.blog-info ul ul,
body:not(.elementor-page) .blog-page .col-lg-9 ul ul,
body:not(.elementor-page) .blog-page .col-lg-12 ul ul,
.cm-info ul ul {
    margin-top: 15px;
    padding-left: 15px;
}
.blog-info ol ol,
body:not(.elementor-page) .blog-page .col-lg-9 ol ol,
body:not(.elementor-page) .blog-page .col-lg-12 ol ol,
.cm-info ol ol {
    margin-top: 15px;
}
.blog-info ul,
body:not(.elementor-page) .blog-page .col-lg-9 ul,
body:not(.elementor-page) .blog-page .col-lg-12 ul,
.cm-info ul {
    padding-left: 17px;
}
.blog-info p strong,
body:not(.elementor-page) .blog-page .col-lg-9 p strong,
body:not(.elementor-page) .blog-page .col-lg-12 p strong,
.cm-info p strong {
    color: #000;
}
address {
    background: #e1dfdf;
    padding: 15px;
    margin-bottom: 20px;
}
.blog-info pre,
body:not(.elementor-page) .blog-page .col-lg-9 pre,
body:not(.elementor-page) .blog-page .col-lg-12 pre,
.cm-info pre {
    margin-bottom: 20px;
}
.blog-info > ul + h2,
body:not(.elementor-page) .blog-page .col-lg-9 ul + h2,
body:not(.elementor-page) .blog-page .col-lg-12 ul + h2,
.cm-info > ul + h2 {
    margin-top: 33px;
}
.blog-info > ol + h2,
body:not(.elementor-page) .blog-page .col-lg-9 ol + h2,
body:not(.elementor-page) .blog-page .col-lg-12 ol + h2,
.cm-info > ol + h2 {
    margin-top: 33px;
}
.post-pagination > span:first-child {
    background: inherit;
    padding: 0;
    font-size: 18px;
    margin-right: 20px;
}

.post-password-form input {
    max-width: 100%;
    height: 46px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 5px;
}
.post-password-form input[type="submit"] {
    color: #fff;
    background-color: #0066ff;
    padding: 0 40px;
    height: 46px;
    line-height: 46px;
    font-weight: 700;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    border: 0;
    position:relative;
    top:2px;
    cursor: pointer;
	margin-left: 8px;
}

.cm-info h2 {
    font-size: 33px;
    line-height: 46px;
    margin-bottom: 33px;
}
h3.comment-author {
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: 0;
}
.cm-info blockquote {
    margin: 30px 0;
}
.cm-info blockquote + p + h2 {
    margin-top: 33px;
}
.cm-info table {
    width: 100%;
}

.cm-info table td, .cm-info table th {
    border: 1px solid #ddd;
    padding: 15px;
}
.cm-info h2 + table tbody th {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

.cm-info ol {
    padding-left: 17px;
}

.cm-info ol ol {
    margin-top: 15px;
}
.cm-info ol li {
    margin-bottom: 15px;
}
.cm-info ol li:last-child {
    margin-bottom: 0;
}
.cm-info ol + h2 + p + p {
    margin: 20px 0;
}
.cm-info address {
    margin-bottom: 30px;
}
.cm-info p {
    margin-bottom: 15px;
}
span.date-postedby + p {
    margin-bottom: 0;
}
blockquote.wp-block-quote.is-style-large {
    margin: 40px 0 30px;
}
blockquote.wp-block-quote.has-text-align-right.extraclass {
    margin-top: 40px;
    margin-bottom: 30px;
}
blockquote.wp-block-quote + p {
    margin-top: 20px;
}

.blog-info .gallery,
body:not(.elementor-page) .blog-page .col-lg-9 .gallery,
body:not(.elementor-page) .blog-page .col-lg-12 .gallery {
    display: flex;
    flex-wrap: wrap;
}
.blog-info .gallery-item figcaption,
body:not(.elementor-page) .blog-page .col-lg-9 .gallery-item figcaption,
body:not(.elementor-page) .blog-page .col-lg-12 .gallery-item figcaption {
    margin-top: 10px;
}
.blog-info .gallery-item,
body:not(.elementor-page) .blog-page .col-lg-9 .gallery-item,
body:not(.elementor-page) .blog-page .col-lg-12 .gallery-item {
    margin-bottom: 25px;
}
span.post-page-numbers.current,
span.page-link.current {
    background-color: #0066ff;
    color: #fff;
    border-color: transparent;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
    flex: 0 0 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: calc(100% / 3);
    flex: 0 0 calc(100% / 3);
}
.gallery-columns-4 .gallery-item {
    max-width: calc(100% / 4);
    flex: 0 0 calc(100% / 4);
}
.gallery-columns-5 .gallery-item {
    max-width: calc(100% / 5);
    flex: 0 0 calc(100% / 5);
}
.gallery-columns-6 .gallery-item {
    max-width: calc(100% / 6);
    flex: 0 0 calc(100% / 6);
}
.gallery-columns-7 .gallery-item {
    max-width: calc(100% / 7);
    flex: 0 0 calc(100% / 7);
}
.gallery-columns-8 .gallery-item {
    max-width: calc(100% / 8);
    flex: 0 0 calc(100% / 8);
}
.gallery-columns-9 .gallery-item {
    max-width: calc(100% / 9);
    flex: 0 0 calc(100% / 9);
}
.gallery-columns-10 .gallery-item {
    max-width: calc(100% / 10);
    flex: 0 0 calc(100% / 10);
}
.gallery-columns-11 .gallery-item {
    max-width: calc(100% / 11);
    flex: 0 0 calc(100% / 11);
}
.gallery-columns-12 .gallery-item {
    max-width: calc(100% / 12);
    flex: 0 0 calc(100% / 12);
}

.wp-block-rss li {
    list-style: none;
}

.wp-block-rss {
    padding-left: 0;
}

.wp-block-rss a {
    font-size: 16px;
    color: #0065ff;
}

p.wp-block-tag-cloud + p {
    font-weight: 700;
    color: #000;
}
.wp-block-search .wp-block-search__input {
    height: 46px;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
}
.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search label {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}
.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    margin-bottom: 30px;
}
.blog-info .wp-block-archives,
.blog-page .wp-block-archives {
    padding-left: 0;
}

.blog-info .wp-block-archives li,
.blog-page .wp-block-archives li {
    list-style-type: none;
}

.blog-info .wp-block-archives li,
.blog-page .wp-block-archives li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin: 0;
}

.blog-info .wp-block-archives li a,
.blog-page .wp-block-archives li a {
    margin-right: auto;
}
.blog-info .wp-block-archives li:last-child,
.blog-page .wp-block-archives li:last-child {
    border-bottom: 0;
}
.blog-info .wp-block-archives,
.blog-page .wp-block-archives {
    margin-bottom: 40px;
}

.blog-info select,
.blog-page select {
    margin-bottom: 40px;
}
.blog-info .wp-block-calendar table th,
.blog-page .wp-block-calendar table th {
    background: #0065ff;
    color: #fff;
    border:0 !important;
}
.blog-info .wp-block-calendar,
.blog-page .wp-block-calendar {
    margin-bottom: 50px;
}
.blog-info .wp-block-calendar caption,
.blog-page .wp-block-calendar caption {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
}
.blog-info nav.wp-calendar-nav span:hover,
.blog-page nav.wp-calendar-nav span:hover {
    color: #0065ff;
}
.blog-info footer,
.blog-page footer {
    padding: 0;
    margin: 0;
    background: transparent;
}
.blog-info .wp-block-latest-comments,
.blog-page .wp-block-latest-comments {
    padding-left: 0;
}
.blog-info .wp-block-latest-comments .wp-block-latest-comments__comment-author,
.blog-page .wp-block-latest-comments .wp-block-latest-comments__comment-author {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}


.blog-info .wp-block-latest-posts,
.blog-page .wp-block-latest-posts {
    padding-left: 0;
}

.blog-info .wp-block-latest-posts li,
.blog-page .wp-block-latest-posts li {
    list-style-type: none;
}

.blog-info .wp-block-latest-posts li a,
.blog-page .wp-block-latest-posts li a {
    font-size: 22px;
    font-weight: 700;
}
.wp-block-search .wp-block-search__button {
    background: #0066ff;
    color: #fff;
    border: 0;
    border-radius: 5px;
    padding: 0 25px;
    font-weight: 700;
    text-transform: uppercase;
}
ul.wp-block-rss a {
    text-decoration: underline;
}
.blog-info select,
.blog-page select {
    width: auto;
}
.blog-info .wp-block-rss,
.blog-page .wp-block-rss {
    padding-left: 0;
}
.blog-info .wp-block-rss li,
.blog-page .wp-block-rss li {
    list-style-type: none;
}
p.has-small-font-size + p + p {
    line-height: 56px;
}
.blog-info .blocks-gallery-grid,
.blog-page .blocks-gallery-grid {
    padding-left: 0;
    margin-top: 50px;
    margin-bottom: 30px;
}
.blog-info .blocks-gallery-grid + figcaption,
.blog-page .blocks-gallery-grid + figcaption {
    margin-bottom: 25px;
}
figure.wp-block-gallery.columns-2.is-cropped + blockquote {
    margin-bottom: 50px;
}
figure.wp-block-audio {
    margin-bottom: 50px;
}
.wp-block-cover.has-background-dim {
    margin-bottom: 15px;
}
.blog-info .wp-block-file__button,
.blog-page .wp-block-file__button {
    background: #0065ff;
}
.blog-info .wp-block-file__button:hover,
.blog-page .wp-block-file__button:hover {
    background:#ff1d4d;
}
.blog-info .meta-links,
.blog-page .meta-links {
    padding-left: 0 !important;
}
.meta-links li span a {
    margin: 10px 0;
}
.blog-info > h2 + p + ul,
body:not(.elementor-page) .blog-page .col-lg-9 > h2 + p + ul,
body:not(.elementor-page) .blog-page .col-lg-12 > h2 + p + ul {
    margin-bottom: 25px;
}
.blog-info ol ul,
.blog-info ul ol,
.blog-info ol ol ul,
.blog-info ul ul ol,
body:not(.elementor-page) .blog-page .col-lg-9 ol ul,
body:not(.elementor-page) .blog-page .col-lg-12 ol ul,
body:not(.elementor-page) .blog-page .col-lg-9 ul ol,
body:not(.elementor-page) .blog-page .col-lg-12 ul ol,
body:not(.elementor-page) .blog-page .col-lg-9 ol ol ul,
body:not(.elementor-page) .blog-page .col-lg-12 ol ol ul,
body:not(.elementor-page) .blog-page .col-lg-9 ul ul ol
body:not(.elementor-page) .blog-page .col-lg-12 ul ul ol {
    margin-top: 15px;
}
.blog-info ul ol li,
body:not(.elementor-page) .blog-page .col-lg-9 ul ol li,
body:not(.elementor-page) .blog-page .col-lg-12 ul ol li {
    list-style-type: decimal;
}
.blog-info ol ul li,
body:not(.elementor-page) .blog-page .col-lg-9 ol ul li,
body:not(.elementor-page) .blog-page .col-lg-12 ol ul li {
    list-style-type: disc;
}
.blog-info > h2 + p + ul + h3 + ol + h3 + ol + h3 + ul,
body:not(.elementor-page) .blog-page .col-lg-9 h2 + p + ul + h3 + ol + h3 + ol + h3 + ul,
body:not(.elementor-page) .blog-page .col-lg-12 h2 + p + ul + h3 + ol + h3 + ol + h3 + ul {
    margin-bottom: 33px;
}

.blog-info > h2 + p + ul + h3 + ol + h3 + ol,
body:not(.elementor-page) .blog-page .col-lg-9 h2 + p + ul + h3 + ol + h3 + ol,
body:not(.elementor-page) .blog-page .col-lg-12 h2 + p + ul + h3 + ol + h3 + ol {
    margin-bottom: 33px;
}

.blog-info > h2 + p + ul + h3 + ol,
body:not(.elementor-page) .blog-page .col-lg-9 h2 + p + ul + h3 + ol,
body:not(.elementor-page) .blog-page .col-lg-12 h2 + p + ul + h3 + ol {
    margin-bottom: 33px;
}
.blog-info .gallery-columns-1,
body:not(.elementor-page) .blog-page .col-lg-9 .gallery-columns-1,
body:not(.elementor-page) .blog-page .col-lg-12 .gallery-columns-1 {
    display: block;
}
.gallery-icon a > img {
    max-width: 100%;
}
.blog-info > h3 + p + ul,
body:not(.elementor-page) .blog-page .col-lg-9 h3 + p + ul,
body:not(.elementor-page) .blog-page .col-lg-12 h3 + p + ul {
    margin-bottom: 30px;
}
.meta-links li span a:hover {
    color: #0065ff;
}
.blog-post.single .blog-info p.wp-block-cover-text strong {
    color: #fff;
}
.blog-info .meta-links {
    top: 0;
}
figure.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass ul.blocks-gallery-grid {
    margin-top: 0;
    margin-bottom: 0;
}
.blog-info .meta-links li {
    margin-bottom: 0 !important;
    line-height: 0;
}

.tag-featured-image .blog-thumbnail > img {
    max-width: 100%;
    width: auto;
}
p {
    font-size: 17px;
    line-height: 28px;
    color: #666;
}
body:not(.elementor-page) .blog-page .col-lg-9 .row .col-lg-12 > p + .wp-block-quote,
body:not(.elementor-page) .blog-page .col-lg-12 .row .col-lg-12 > p + .wp-block-quote {
    margin-bottom: 30px;
    margin-top: 30px;
    border-left: 3px solid #ffc100;
    padding-left: 50px;
}
body:not(.elementor-page) .blog-page .col-lg-9 .row .col-lg-12 > p + .wp-block-quote p,
body:not(.elementor-page) .blog-page .col-lg-12 .row .col-lg-12 > p + .wp-block-quote p {
    font-size: 24px;
    line-height: 35px;
}
body:not(.elementor-page) .blog-page .col-lg-12 .row .col-lg-12 > #comments,
body:not(.elementor-page) .blog-page .col-lg-9 .row .col-lg-12 > #comments {
    margin-top: 30px;
    clear: both;
}

body:not(.elementor-page) .blog-page .col-lg-9 h2,
body:not(.elementor-page) .blog-page .col-lg-12 h2 {
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

body:not(.elementor-page) .blog-page .col-lg-9 .row > .col-lg-12 > p,
body:not(.elementor-page) .blog-page .col-lg-12 .row > .col-lg-12 > p {
    margin-bottom: 30px;
}
body:not(.elementor-page) .blog-page .col-lg-12 .row > .col-lg-12 > p:last-child,
body:not(.elementor-page) .blog-page .col-lg-9 .row > .col-lg-12 > p:last-child {
    margin-bottom: 0;
}
body:not(.elementor-page) .blog-page .col-lg-12 ol,
body:not(.elementor-page) .blog-page .col-lg-9 ol {
    padding-left: 17px;
}

body:not(.elementor-page) .blog-page .col-lg-12 ol li,
body:not(.elementor-page) .blog-page .col-lg-9 ol li {
    margin-bottom: 15px;
}
body:not(.elementor-page) .blog-page .col-lg-12 ol li:last-child,
body:not(.elementor-page) .blog-page .col-lg-9 ol li:last-child {
    margin-bottom:0;
}

body:not(.elementor-page) .blog-page .col-lg-12 blockquote,
body:not(.elementor-page) .blog-page .col-lg-9 blockquote {
    margin-bottom: 30px;
}

body:not(.elementor-page) .blog-page .col-lg-12 ul.comments-list,
body:not(.elementor-page) .blog-page .col-lg-9 ul.comments-list,
.blog-info ul.comments-list {
    padding-left: 0;
}
.comment-form-cookies-consent label {
    font-size: 15px;
    vertical-align: top;
    padding-left: 10px;
}
.comment .children {
    width: 100%;
    border-top: 1px solid #e7e9e9;
    border-bottom: 1px solid #e7e9e9;
    padding: 33px 0 0;
    border-bottom: 0;
}



.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 5px;
}
sup {
    padding-top: 10px;
    display: inline-block;
}
.blog-info p > a {
    color: #0056b3;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}

footer select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
footer select option {
    color: #000;
}
footer input:focus {
    background: #fff;
}


footer a:hover,
.sidebar ul li a:hover {
    color: #ffc100 !important;
}
footer .wp-caption-text {
    color: #000;
}
.blog-page .col-lg-9 > .searchform,
.blog-page .col-lg-12 > .searchform {
    margin-top: 30px;
} 


.blog-page > .container > .row > .col-lg-12 > p:first-child strong {
    margin-bottom: 30px;
    font-size: 30px;
    display: block;
}
body:not(.elementor-page) .blog-page .col-lg-12 blockquote {
    margin-top: 30px;
}
body:not(.elementor-page) .blog-page .col-lg-12 blockquote + p + blockquote + p + h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}
body:not(.elementor-page) .blog-page .col-lg-12 table td {
    text-align: left;
    font-size: 18px;
}
body:not(.elementor-page) .blog-page .col-lg-12 address {
    margin-top: 20px;
}
body:not(.elementor-page) .blog-page .col-lg-12 p {
    margin-bottom: 20px;
}
#comments {
    margin-top: 30px;
    clear: both;
}
body:not(.elementor-page) .blog-page .col-lg-12 pre {
    margin-bottom: 50px;
}
body:not(.elementor-page) .blog-page .col-lg-12 h2 + table tbody th {
    font-size: 22px;
}
body:not(.elementor-page) .blog-page .col-lg-12 h2 + table {
    margin-bottom: 60px;
}
.alignright {
    clear:both;
}
nav ul ul ul {
    top: 0;
    left: 100%;
}
.responsive-mobile-menu .dropdown-toggle::after {
    display: none;
}
.widget-newsletter form input:focus, 
.widget_mc4wp_form_widget form input:focus {
    background:  inherit;
}


.sidebar .textwidget img + strong,
footer .textwidget img + strong {
    margin-bottom: 20px;
    margin-top: 10px;
}

body:not(.elementor-page) .blog-page .col-lg-9 .comments-section > h3,
body:not(.elementor-page) .blog-page .col-lg-12 .comments-section > h3{
    font-size: 30px;
    margin-bottom: 40px !important;
}
a.comment-edit-link {
    text-decoration: underline;
    color: #0066ff;
}
body:not(.elementor-page) .blog-page .comment-respond > h3 {
    margin-bottom: 40px !important;
    font-size: 30px; 
    color: #000;
}
.blog-post.sticky {
    background: #0065ff;
    padding: 30px;
}
.blog-post.sticky .blog-info h2,
.blog-post.sticky .blog-info p,
.blog-post.sticky .blog-info span {
    color: #fff;
}
.blog-post.sticky .meta li:before {
    background-color: #fff;
}

.blog-post.sticky  .meta {color: #fff;}
.blocks-gallery-grid,
ul.wp-block-archives-list.extraclass.wp-block-archives{
    padding-left: 0 !important;
}
figure.wp-block-image.size-full.is-style-circle-mask + h1 + h2 + h3 {
    margin-bottom: 30px;
}
.meta-div + p + h1 + h2 + h3 {
    margin-bottom: 30px !important;
}
.blog-info p + ul {
    margin-bottom: 30px;
}
.blog-info > ol,
.blog-info > ul{
    margin-bottom: 30px;
}


.comment-author {
    margin-bottom: 5px !important;
}
code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;
}
.comments-list li {
    list-style: none !important;
}
.comment-respond h3 small {
    font-size: 15px;
    text-decoration: underline;
    color: #0066ff;
} 
.comment-respond {
    margin-top: 70px;
}
.comments-list li + .comment-respond {
    margin-top: 0;
    padding-top: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.comments-list li ul.children .comment-respond {
    margin-top: 0;
    border-top: 0;
    border-bottom:10px;
    padding-bottom:0;
}
.wp-block-cover-text a {
    color: #fff !important;
    font-size: 30px !important;
    font-weight: 500;
}

.blog-info h3 {
    color: #000;
}
.comments-list > .comment:first-child,
.comments-list > .comment:last-child{
    border-bottom: 0;
}
.comment-respond h3 a {
    text-decoration: underline;
    font-size: 18px;
    color: #0066ff;
}
.comments-list > .comment:first-child + .comment {
    border-top: 1px solid #e7e9e9;
}
.comments-list > .comment:first-child {
    margin-bottom: 0 !important;
}
.comment .children .children {
    border-bottom: 0;
    padding-bottom: 0;
}

.meta-links li i.fa.fa-user {
    margin-right: 5px;
}
.comment-form-cookies-consent {
    margin-bottom: 20px;
}
.post-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #818181;
  text-transform: capitalize;
}
.post-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #818181;
  text-transform: capitalize;
}
.post-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #818181;
  text-transform: capitalize;
}
.post-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #818181;
  text-transform: capitalize;
}



nav ul ul .dropdown-toggle::after {
    top:50%;
    right: 20px;
    transform: translateY(-50%);
    position: absolute;
}
nav ul ul .nav-link {
    padding: 15px;
}
.blog-posts {
    padding-right: 50px;
}
.cat-links a {
    padding-left: 4px;
}

.cat-links {
    position: relative;
    padding-left: 5px;
}


header .nav-link {
    padding:0;
}
.cat-links:before {
    content: '|';
    position: absolute;
    top: 0;
    left: 0;
}
.cat-links {
    padding-right: 9px;
    margin-right: 0;
}
.sticky-post {
    position: relative;
}
.sticky-post:after {
    content: '|';
    position: absolute;
    top: 0;
    left: -9px;
}
.responsive-mobile-menu ul ul li:last-child a {
}

.responsive-mobile-menu ul ul li.menu-item-has-children > a:before {
    color: #000;
}
.responsive-mobile-menu ul ul ul {
    background-color: #f1b703;
}
.admin-bar header.s.contact-sec-v1 .contact-form-v1 inputticky {
    padding-top: 20px !important;
}

h2.site-title {
    margin-left: 2px;
}

.pagination {
    flex-wrap:wrap;
}

header .container {
    padding:0 15px;
}
.blog-author {
	clear: both;
}