/*!
Theme Name: pm_starter
Theme URI: https://growwgenie.com/
Author: growwgenie
Author URI: https://growwgenie.com/
Description: Reusable starter theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pm_starter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

pm_starter is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    appearance: button;
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    appearance: textfield;
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

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

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

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

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

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

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

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation .pmn-logo img {
    max-width: 200px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 991px) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

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

.post {
    margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

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

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

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

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

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

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


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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

/* NavBar
--------------------------------------------- */

header#masthead {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 9999;
}

.pm-header-nav {
    display: flex;
    justify-content: center;
}

.main-navigation {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
}

a:visited {
    color: #504f4f;
}

.main-navigation li a {
    font-family: Merriweather;
    font-size: 15px;
    font-weight: normal;

    line-height: 1.33;
    text-align: left;
    color: #384645;
    padding: 20px 30px;
}

.current-menu-item.current_page_item a {
    color: #2b9e44;
    position: relative;
}

.current-menu-item.current_page_item a:after {
    content: '';
    width: 28px;
    height: 3px;
    background: #2b9e44;
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}

.header-contact {
    font-family: Merriweather;
    font-size: 15px;
    font-weight: normal;

    line-height: normal;
    text-align: center;
    color: #fffefd;
    padding: 9px 26px 8px 27px;
    border-radius: 2px;
    box-shadow: 0 4px 12px 0 rgba(6, 82, 22, 0.22);
    background-image: linear-gradient(106deg, #2b9e44 4%, #065216);
}

.header-contact:hover,
.header-contact:visited {
    color: #fffefd;
}

.pm-cta {
    font-family: Merriweather;
    font-size: 15px;
    font-weight: normal;

    line-height: normal;
    text-align: center;
    color: #fffefd;
    padding: 9px 26px 8px 27px;
    border-radius: 2px;
    box-shadow: 0 4px 12px 0 rgba(6, 82, 22, 0.22);
    background-image: linear-gradient(106deg, #2b9e44 4%, #065216);
}

.pm-cta:hover,
.pm-cta:visited {
    color: #fffefd;
}

button.menu-toggle {
    background: transparent;
    border: 0;
}

#close_nav {
    display: none;
}

.mobile-nav {
    display: none;
}

.toggled #close_nav {
    display: block;
    position: absolute;
    background: transparent;
    border: 0;
    top: 20px;
}

.pm-fluid-container {
    padding: 0 60px;
    max-width: 1400px;
}

@media screen and (max-width: 1024px) {
    .pm-fluid-container {
        padding: 0 15px;
    }
}


h1 {
    font-family: Merriweather;
    font-size: 38px;
    font-weight: normal;
    line-height: 1.53;
    text-align: center;
    color: #000;
    margin: auto;
}

h2 {
    font-family: Merriweather;
    font-size: 26px;
    font-weight: bold;

    line-height: 2.23;
    text-align: left;
}

@media screen and (max-width: 992px) {
    .mobile-nav {
        display: block;
        padding-top: 20px;
    }

    .mobile-menu-holder {
        position: fixed;
        left: 0;
        width: 100%;
        background: #fff;
        transition: .5s ease;
        top: 0;
        left: 0;
        padding-top: 46px;
        transform: translateX(-100%);
        z-index: 999;
        width: 100vw;
        height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .open .mobile-menu-holder {
        transform: translateX(0%);
    }

    #mobile-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #mobile-menu li a {
        display: block;
        padding: 10px;
        font-family: Poppins;
        font-size: 20px;
        line-height: 1.3;
        text-align: left;
        color: #000;
    }

    #mobile-menu li a.current_page_item {
        color: #2b9e44;
    }

    .current-menu-item.current_page_item a:after {
        width: 100%;
        bottom: 20px;
        left: 50%;
    }

    button#close_nav {
        padding: 0;
        font-size: 60px;
        font-weight: 100;
        line-height: 30px;
        width: 35px;
        height: 35px;
        border: 0;
        background-color: transparent;
        color: grey;
        display: block;
        margin-left: auto;
        margin-right: 15px;
    }

    .sticky_mobile {
        position: fixed;
        width: 100vw;
        bottom: 0;
        left: 0;
        padding: 16px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px -6px 20px #BFBFBF;
    }

    .sticky_mobile .header-contact {
        box-shadow: none;
    }

    .pmn-logo {
        /* margin-right: auto; */
        margin: 0 auto;
    }

    button.menu-toggle {
        order: 2;
        width: 40px;
        padding: 0;
        line-height: 0;
    }

    button.menu-toggle span {
        display: inline-block;
        height: 4px;
        width: 80%;
        background-color: #2b9e44;
        margin-bottom: 10px;

    }

    button.menu-toggle span:nth-of-type(2) {
        width: 100%;
    }
}

/* Home Page.
--------------------------------------------- */
.home-banner {
    width: 100%;
    padding: 120px 0 60px;
    text-align: center;
}

.home-banner h1 {
    max-width: 600px;
    margin-bottom: 28px;
}

.home-banner .subtitle {
    width: 547px;
    height: 28px;
    margin: 12px 140px 184px 93px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;

    line-height: normal;
    text-align: center;
    color: #df3b67;
    margin: auto;
}

.banner-main {
    display: flex;
    justify-content: center;
}

.banner-box {
    position: relative;
    margin: 0 5px;
}

.banner-box img {
    filter: brightness(0.7);
}

.overlay {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 20px;
    font-family: Poppins;
    font-size: 26px;
    font-weight: bold;

    line-height: 1.46;
    text-align: left;
    color: #fff;
}

.banner-box:nth-child(2),
.banner-box:nth-child(4) {
    margin-top: 20px;
}

.banner-box:nth-child(3) {
    margin-top: 40px;
}

.home-banner .container-fluid {
    position: relative;
}

.banner-socail-links-holder {
    display: none;
}


@media screen and (min-width: 1025px) {
    .banner-socail-links-holder {
        position: absolute;
        display: flex;
        flex-direction: column;
        right: 15px;
        top: 0;
    }

    .banner-socail-links-holder a {
        margin: 21px 0;
    }
}

.project {
    width: 100%;
    padding: 60px 0 10px;
    position: relative;
}

.project:before {
    content: "";
    /* background-image: linear-gradient(to bottom, #f41954, #ab1b42); */
    background-image: linear-gradient(to bottom, #cdcbcb, #a8a8a8);
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
    /* background-image: url('assets/img/projectBg.png'); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 703px;
    z-index: -1;
}

.project h2 {
    position: relative;
    color: #fff;
}

.project h2:after {
    content: "";
    position: absolute;
    width: 346px;
    height: 2px;
    background-color: #dbdbdb;
    top: 50%;
    margin-left: 20px;
    opacity: 0.5;
}

.creative {
    opacity: 0.25;
    font-family: Poppins;
    font-size: 100px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 20px;
    text-align: left;
    color: #fff;
    margin-bottom: -30px;
    text-transform: uppercase;
}

.project-item {
    position: relative;
    text-align: center;
}

.project-item img {
    max-height: 350px;
}

.project-item-tag {
    font-family: Merriweather;
    color: #fff;
    padding: 3px 12px 6px 15px;
    border-radius: 0 0 0 12px;
    box-shadow: 0 3px 6px 0 rgb(6 82 22 / 22%);
    background-color: #2b9e44;
    position: absolute;
    right: 0;
}

.project-item-work {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: #df3b67;
    margin-top: 21px;
    margin-bottom: 0;
}

.project-item-title {
    font-family: Merriweather;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.45;
    text-align: left;
    color: #04221f;
    margin-bottom: 10px;
    margin-top: 21px;
    text-align: center;
}

.project-item-time {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #839190;
    margin-bottom: 10px;
    display: flex;
}

.project-item-time-divider {
    display: inline-block;
    margin: 2px 8px;
    border-left: solid 1px #839190;
}

.project-item-text {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    color: #384645;
    margin-bottom: 10px;
}

.project-item-link {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #384645;
    margin-bottom: 0;
}

.project-item-link:hover {
    color: #2b9e44;
}

.about {
    width: 100%;
    padding: 80px 0 240px;
    position: relative;
    background-image: url('assets/img/aboutBg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.about h2 {
    font-family: Merriweather;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    line-height: 2.23;
    letter-spacing: normal;
    text-align: left;
    color: #964303;
    position: relative;
}

.about h2:after {
    content: "";
    position: absolute;
    width: 346px;
    height: 2px;
    background-color: #e8813e;
    top: 50%;
    margin-left: 20px;
    opacity: 0.5;
}

.about .creative {
    opacity: 0.15;
    font-family: Poppins;
    font-size: 100px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 20px;
    text-align: left;
    color: #964303;
    margin: -20px 0 -10px;
    position: absolute;
}

.about-content {
    margin-top: 200px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 24px;
}

.about img {
    margin: 16px 0;
}

.about-middle-block img {
    margin-bottom: -40px;
}

.about-middle-text {
    font-family: Poppins;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: 0;
    margin-top: 50px;
}

.about-middle-name {
    font-family: Merriweather;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    margin: 0;
}

.about-text-sections-holder {
    padding-top: 50px;
}

.about-text-sections {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 24px;
}

.about-text-sections .text-style-1 {
    font-weight: bold;
    display: block;
}

section.awards {
    padding: 60px 0;
    position: relative;
    background-image: url(assets/img/awards_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -190px;
    border-inline: inset 30px transparent;
    box-sizing: border-box;
    display: none;
}

.awards-holder {
    position: relative;
}

.awards-holder h2 {
    font-family: Merriweather;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    line-height: 2.64;
    letter-spacing: normal;
    text-align: center;
    color: #f2fffe;
    position: relative;
}

.awards-holder img {
    margin: 17px;
}

.awards-silder-controls {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awards-silder-controls .slick-dots {
    display: none !important;
}

.awards-silder-controls .slick-next,
.awards-silder-controls .slick-prev {
    position: static;
    transform: unset;
    width: 28px;
    height: 28px;
    background-image: linear-gradient(132deg, #fff 7%, #dedede);
}

.awards-silder-controls .slick-prev {
    border-radius: 0 0 0 14px;
}

.awards-silder-controls .slick-next {
    border-radius: 0 14px 0 0;
}

.awards-silder-controls .slick-next:before,
.awards-silder-controls .slick-prev:before {
    opacity: 1;
    line-height: 0;
    font-size: 16px;
}

.awards-silder-controls .slick-prev::before {
    content: ' \25C0';
    color: #065216;
}

.awards-silder-controls .slick-next::before {
    content: ' \25B6';
    color: #065216;
}


.awards-silder-controls .pagingInfo {
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f2fffe;
    margin: 0 30px;
}

.ravan {
    padding: 60px 0;
    display: none;
}

.ravan-content p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #384645;
    margin: 10px 0 0;
}

.ravan-content a {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #384645;
}

.ravan-socail {
    display: flex;
    column-gap: 32px;
    margin-top: 32px;
}

.ravan-vid-holder {
    background-image: url('assets/img/ravanVidBg.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    display: flex;
    justify-content: center;
}

.social-political-work {
    padding: 60px 0;
    background-image: url('assets/img/social-politicalBg.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right top 90px;
    display: none;
}

.social-political-work h2 {
    position: relative;
}

.social-political-work h2:after {
    content: "";
    position: absolute;
    width: 346px;
    height: 2px;
    background-color: #384645;
    top: 50%;
    margin-left: 20px;
    opacity: 0.5;
}

.social-political-work .creative {
    font-size: 55px;
    color: #839190;
    letter-spacing: 11px;
    width: 800px;
    margin-bottom: 0;
}

.social-political-work-text {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #04221f;
    margin-bottom: 30px;
}

.social-political-work-item {
    margin: 26px 0;
}

.social-political-work-item p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #04221f;
    margin: 12px;
}

.social-political-work-item-wrapper-2 {
    padding-top: 30px;
}

.gallery {
    padding: 60px 0;
    background-image: url('assets/img/galleryBg.png');
    background-repeat: no-repeat;
    background-size: 75% 100%;
    display: none;
}

.gallery h2 {
    font-family: Merriweather;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    position: relative;
}


.gallery h2:after {
    content: "";
    position: absolute;
    width: 346px;
    height: 2px;
    background-color: #e8e8e8;
    top: 50%;
    margin-left: 20px;
    opacity: 0.5;
}

.gallery .creative {
    font-size: 55px;
    color: #fff;
    letter-spacing: 11px;
    width: 800px;
    margin-bottom: -20px;
}

.gallery-item.mb-3:nth-child(2n) {
    margin-top: 20px;
}

/*Footer*/

.site-footer {
    /* background-image: url('assets/img/footer-desktop.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 70px 0 0; */
    background-size: 100% 100%;
}

.footer-item {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    /* color: #f2fffe; */
    color: #000;
    margin-bottom: 26px;
    display: flex;
    column-gap: 8px;
}

.footer-item svg {
    flex: 0 0 32px;
}

.footer-logo-holder img {
    margin-bottom: 26px;
    max-width: 300px;
}

.footer-socail {
    display: flex;
    column-gap: 16px;
}

.sub-footer {
    /* background-color: #911738; */
    background-color: #cdcbcb;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    /* color: #f2fffe; */
    color: #000;
    padding: 13px;
    margin-top: 30px;
}

.pm-form h4 {
    font-family: Merriweather;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    /* color: #f2fffe; */
    color: #000;
}

.pm-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.pm-form .gform_wrapper textarea {
    border-radius: 6px;
    border: solid 2px #f2fffe;
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    background-color: transparent;
    padding: 5px 15px;
}

.pm-form ::placeholder {
    opacity: 1;
    font-family: Poppins;
    font-size: 16px;
    line-height: 1.63;
    /* color: #ddd; */
    color: #000;
}

.pm-form ::-ms-input-placeholder {
    opacity: 1;
    font-family: Poppins;
    font-size: 16px;
    line-height: 1.63;
    color: #000;
}

.pm-form :-ms-input-placeholder {
    opacity: 1;
    font-family: Poppins;
    font-size: 16px;
    line-height: 1.63;
    color: #000;
}

.pm-form .gform_wrapper .gform_footer input.button {
    font-family: Merriweather;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    /* color: #ab1b42; */
    border-radius: 2px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16);
    /* background-image: linear-gradient(106deg, #fff 4%, #dedede); */
    padding: 17px 53px 16px;
    background-image: linear-gradient(106deg, #2b9e44 4%, #065216);
    color: #fff;
}

.pm-form .gform_confirmation_message_1 {
    color: #fff;
}

a.goTop {
    position: absolute;
    right: 15px;
    top: -70px;
}

/**/
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: #2d9f46;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

/**/

.all-social-links a svg {
    width: 38px;
    height: 38px;
}

.all-social-links a svg path {
    fill: #000;
}

.all-social-links a svg+svg {
    display: none;
}

.all-social-links a:hover svg+svg {
    display: block;
}

.all-social-links a:hover svg {
    display: none;
}

.ravan-vid-holder iframe#instagram-embed-0 {
    max-width: 100px !important;
}

@media screen and (max-width: 992px) {
    .about .creative {
        font-size: 50px;

    }

    .gallery .creative,
    .social-political-work .creative {
        width: auto;
    }
}

@media screen and (max-width: 767px) {

    .home-banner {
        padding: 100px 0 30px;
    }

    .home-banner h1 {
        font-size: 28px;
        line-height: 1.57;
        width: auto;
        margin-bottom: 20px;
    }

    .home-banner .subtitle {
        display: none;
    }

    .banner-main {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .banner-box {
        max-width: calc(50% - 18px);
        margin: 0 9px;
    }

    .banner-box,
    .banner-box:nth-child(2),
    .banner-box:nth-child(4),
    .banner-box:nth-child(3) {
        margin-top: 0px;
    }

    .banner-box:nth-child(2) {
        margin-top: 50px;
    }

    .banner-box:nth-child(3) {
        margin-top: -30px;
    }

    .banner-box:nth-child(4) {
        margin-top: 20px;
    }

    .banner-box:nth-child(5) {
        margin-top: -30px;
    }

    .overlay {
        bottom: 0px;
        margin: 0;
        line-height: 0;
    }

    .banner-box:nth-child(1) .overlay,
    .banner-box:nth-child(3) .overlay {
        bottom: 50px;
    }

    .overlay p {
        margin: 0;
        font-size: 17px;
        line-height: 1.29;
    }

    .creative {
        font-size: 36px;
        letter-spacing: 5.1px;
    }

    .project {
        padding: 30px 0 10px
    }

    .project:before {
        /* background-image: url(assets/img/projectBgMob.png); */
        height: 656px;
    }

    .project-items-row {
        flex-wrap: nowrap;
        overflow-y: auto;
    }

    .project-items-row .col-md-3 {
        max-width: 80%;
        flex: 1 0 80%;
    }

    .about .creative {
        font-size: 34px;
        letter-spacing: 5.1px;
    }

    .about-images {
        flex-wrap: nowrap;
        overflow-y: auto;
    }

    .about-images .col-md-3 {
        max-width: 80%;
        flex: 1 0 80%;
    }

    .about-content {
        margin-top: 30px;
    }

    .about h2:after,
    .project h2:after,
    .social-political-work h2:after {
        display: none;
    }

    .gallery {
        background-size: cover;
        max-width: 100vw;
        overflow: hidden;
        padding-bottom: 100px;
    }

    .gallery .creative {
        font-size: 36px;
        width: auto;
        letter-spacing: 5.1px;
    }

    .gallery-items-row .slick-list.draggable {
        padding-right: 40px;
    }

    .social-political-work .creative {
        font-size: 36px;
        width: auto;
        letter-spacing: 5.1px;
    }

    section.awards {
        background-image: url(assets/img/awards_bgMob.png);
        border-inline: inset 15px transparent;
    }

    .social-political-work {
        background-position: top center;
        background-size: 100% 400px;
        background-image: linear-gradient(to bottom, #ffdc3c, #e6c035);
        margin-top: -40px;
    }

    .social-political-work-items-row {
        flex-wrap: nowrap;
        overflow-y: auto;
    }

    .social-political-work-items-row .col-md-4 {
        max-width: 80%;
        flex: 1 0 80%;
        padding-top: 0;
    }

    .site-footer {
        background-image: url(assets/img/footer-mobile.png);
    }

    .site-footer .pm-form {
        padding-top: 30px;
    }

    .sub-footer {
        padding-bottom: 80px;
        padding-bottom: 20px;
    }
}


/* Blog Page.
--------------------------------------------- */
.pm-breadcrumb {
    margin: 25px 0 0px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    font-size: .875em;
    text-transform: capitalize;
    font: normal normal normal 16px/28px Poppins;
    z-index: 2;
    position: relative;
}

.header-sect .pm-breadcrumb li a {
    color: #000000;
}

.pm-breadcrumb li a:after {
    display: inline-block;
    content: "";
    height: 7px;
    width: 7px;
    transform: rotate(-45deg);
    bottom: 0;
    margin: 0 10px;
    border: none;
    border-right: 2px solid;
    border-bottom: 2px solid;
    color: #000000;
}

h1.head_title {
    text-align: left;
}

section.blog {
    padding: 30px 0 60px;
}

.blog-title {
    font-family: Merriweather;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.45;
    text-align: left;
    color: #04221f;
    margin-bottom: 10px;
}

.blog-title a {
    color: #04221f;
}

.blog-title a:visited {
    color: #04221f;
}

.blog-category a,
.blog-author-category a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #04221f;
}

.blog-decription {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    color: #384645;
    margin-bottom: 10px;
}

.blog-read-moreBtn {
    margin-left: 2px;
    color: #2d9f46;
    cursor: pointer;
    font-family: Poppins;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    text-align: left;
}

.blog-read-moreBtn:hover {
    color: #2d9f46;
}

.blog-read-moreBtn:visited {
    color: #2d9f46;
}

.categories-main {
    background: #FFFFFF;
    box-shadow: 0px 3px 10px #00000029;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}

.categories-main h3 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #04221f;
}

.categories ul {
    margin: 0 0 0 1rem;
    padding: 0;
}

.categories li::marker {
    color: #CDD4E3;
    font-size: 20px;
}

.categories-main ul li a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #04221f;
    margin-bottom: 30px
}

.categories li.cat-item.current-cat::marker {
    color: #2d9f46;
}

/* single Blog start */
.single_blog .entry-meta,
.single_blog .entry-footer {
    display: none;
}

.single_blog {
    padding: 0px 0 30px;
}

.single_blog h1.entry-title {
    text-align: left;
}

.single_blog .entry-content {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #04221f;
    margin-bottom: 30px;
}

.single_blog .post-thumbnail img {
    width: 100%;
}

.blog-category a,
.blog-author-category a {
    color: #04221f;
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 0;
    letter-spacing: normal;
    margin-bottom: 0;
}

.blog-author-category svg {
    vertical-align: middle;
    margin-right: 8px;
}

.archive-blog {
    margin-bottom: 30px;
}

.single_blog .entry-content ol {
    margin: 0;
    padding: 0 15px;
}


.meet-founders {
    padding: 60px 0;
}

.header-title-holder h2 {
    position: relative;
}

.header-title-holder h2:after {
    content: "";
    position: absolute;
    width: 346px;
    height: 2px;
    background-color: #384645;
    top: 50%;
    margin-left: 20px;
    opacity: 0.5;
}

.header-title-holder .creative {
    font-size: 55px;
    color: #839190;
    letter-spacing: 11px;
    width: 800px;
    margin-bottom: 50px;
}

.meet-founders-content {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    color: #384645;
    margin-bottom: 10px;
}

.meet-founders-image img {
    aspect-ratio: 0.9;
    object-fit: cover;
    object-position: top;
}

.meet-founders-content h3 {
    font-family: Merriweather;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.45;
    text-align: left;
    color: #04221f;
    margin-bottom: 10px;
    padding-top: 20px;
    text-align: center;
}

.meet-founders-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social_icons-menu ul li {
    display: inline-block;
    margin: 0 5px;
}

.social_icons-menu ul li svg {
    max-width: 35px;
    margin-top: 10px;
}

@media screen and (max-width: 992px) {
    .header-title-holder .creative {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .header-title-holder h2:after {
        display: none;
    }

    .header-title-holder .creative {
        font-size: 36px;
        width: auto;
        letter-spacing: 5.1px;
        margin-bottom: 20px;
    }

    .site-footer img {
        margin-bottom: 0px;
        max-width: 200px;
    }
}