@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@font-face {
    font-family: 'Century Gothic Pro';
    src: url('../fonts/CenturyGothicPro.eot');
    src: url('../fonts/CenturyGothicPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothicPro.woff2') format('woff2'),
        url('../fonts/CenturyGothicPro.woff') format('woff'),
        url('../fonts/CenturyGothicPro.ttf') format('truetype'),
        url('../fonts/CenturyGothicPro.svg#CenturyGothicPro') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic Pro';
    src: url('../fonts/CenturyGothicPro-BoldItalic.eot');
    src: url('../fonts/CenturyGothicPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothicPro-BoldItalic.woff2') format('woff2'),
        url('../fonts/CenturyGothicPro-BoldItalic.woff') format('woff'),
        url('../fonts/CenturyGothicPro-BoldItalic.ttf') format('truetype'),
        url('../fonts/CenturyGothicPro-BoldItalic.svg#CenturyGothicPro-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic Pro';
    src: url('../fonts/CenturyGothicPro-Bold.eot');
    src: url('../fonts/CenturyGothicPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothicPro-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothicPro-Bold.woff') format('woff'),
        url('../fonts/CenturyGothicPro-Bold.ttf') format('truetype'),
        url('../fonts/CenturyGothicPro-Bold.svg#CenturyGothicPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic Pro';
    src: url('../fonts/CenturyGothicPro-Italic.eot');
    src: url('../fonts/CenturyGothicPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothicPro-Italic.woff2') format('woff2'),
        url('../fonts/CenturyGothicPro-Italic.woff') format('woff'),
        url('../fonts/CenturyGothicPro-Italic.ttf') format('truetype'),
        url('../fonts/CenturyGothicPro-Italic.svg#CenturyGothicPro-Italic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}





.post,
.page {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    text-decoration: none;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    font-family: 'Century Gothic Pro';
}
.container{
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
a{
    text-decoration: none;
}
a:focus {
    outline: 0;
    color: #fff;
}
ul{
    margin: 0;
    padding: 0;
}
h1,
.h1 {
    font-family: 'Century Gothic Pro';
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: 45px;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 5px;
}

h2,
.h2 {
    font-family: 'Century Gothic Pro';
    color: #161729;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;

}

h3,
.h3 {
    color: #161729;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    font-family: 'Century Gothic Pro';
}

h4,
.h4 {
    color: #161729;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    font-family: 'Century Gothic Pro';
}

h5,
.h5 {
    font-family: 'Century Gothic Pro';
    color: #161729;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

h6,
.h6 {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; 
    font-family: 'Century Gothic Pro';
}
p{
    margin-bottom: 0;
    line-height: 20px;
    font-size: 16px;
}

.btns{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Century Gothic Pro';
    line-height: 100%;
    border-radius: 27px;
    display: inline-block;
    transition: .5s;
    color: #FFFFFF;
    padding: 18px 30px;
}
.btns:hover{
    color: #fff;
}

.btns.btn-green{
    background: #1A8754;
}
.btns.btn-green:hover{
    background: #EB7115;
}
.btns.btn-orange{
    background: #EB7115;
}
.btns.btn-orange:hover{
    background: #1A8754;
}
.btn-yellow{
    background-color: #C1A219;
}
.btn-yellow:hover{
    background-color: #0074A8;
}

.btn-blue{
    background-color: #0074A8;
}
.btn-blue:hover{
    background-color: #C1A219;
}

body a.tv-ticker-item-change.tv-widget-ticker__item.tv-ticker-item-change__with-icon.quote-ticker-inited{
    background-color: #fff !important;
}

hr{
    text-align: center;
    width: 308px;
    margin: 45px auto 0;
    background-color: #000000;
}

.jetzt-atkie-left {
    width: 62.84%;
}
.jetzt-atkie-left h2 {
    padding-bottom: 20px;
}
.main-field-block {
    padding-top: 15px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.jetzt-atkie-left input[type="email"] {
    border: 3px solid #EB7115;
    border-radius: 33px;
    width: 100%;
    display: inline-block;
    color: #16172961;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 16px 46px;
    font-family: 'Century Gothic Pro';
}
.main-field-block .field-block.checkbox-block {
    padding-top: 13px;
}
.main-field-block .field-block.checkbox-block .wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
}
.jetzt-atkie-left .wpcf7-acceptance span label {
    display: flex;
    align-items: center;
    gap: 12px;
}
.jetzt-atkie-left .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    display: none;
}
.jetzt-atkie-left .wpcf7-acceptance span label span.wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    position: relative;
    padding-left: 50px;
}
.jetzt-atkie-left .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 3px solid #1A8754;
    border-radius: 8px;
    vertical-align: middle;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.jetzt-atkie-left .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background-color: #fff;
    background-image: url('https://dddemo.net/wordpress/2025/zantino/wp-content/uploads/2025/09/news-letter-icon.svg');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.main-field-block .field-block.submit-btns {
    padding: 25px 0 13px;
}
.jetzt-atkie-left input[type="submit"] {
    border: 0;
    background: #EB7115;
    color: #fff;
    font-family: 'Century Gothic Pro';
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 27px;
    display: inline-block;
    transition: .5s;
    padding: 17px 30px;
    cursor: pointer;
}
.jetzt-atkie-left input[type="submit"]:hover{
    background-color: #1A8754;
}
.main-field-block .field-block.submit-btns span.wpcf7-spinner {
    display: none;
}
.field-block.last-block span {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    max-width: 400px;
    width: 100%;
    display: inline-block;
}

.jetzt-atkie-right {
    background: #F7F7F7;
    box-shadow: 0px 2px 4px 0px #00000040;
    border-radius: 30px;
    padding: 18px 38px;
    width: 37.16%;
    text-align: center;
}
.jetzt-atkie-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}
.jetzt-atkie-right p {
    font-size: 12px;
    font-weight: 400;
    color: #4D4D4D;
    padding-top: 13px;
}
.jetzt-atkie-icon h3 {
    color: #1A8754;
    max-width: 186px;
    width: 100%;
    line-height: 35px;
    padding-left: 8px;
    text-align: left;
}

.wpcf7-form-control-wrap {
    position: relative;
}


body.page-template-contact-us[data-scheme="dark"] input[type="text"],
body.page-template-contact-us[data-scheme="dark"] input[type="email"],
body.page-template-contact-us[data-scheme="dark"] input[type="number"],
body.page-template-contact-us[data-scheme="dark"] textarea {
    border: 3px solid #fff;
    color: #fff;
    background: transparent;
}

body.page-template-contact-us[data-scheme="dark"] .newsletter-form input[type="text"] {
    border: 0;
    background: #DDDDDD;
    padding: 15px 20px;
    color: #000;
}
body.page-template-contact-us .newsletter-form input[type="text"]{
    padding: 15px 20px;
}
body.page-template-contact-us[data-scheme="dark"] .newsletter-form input[type="text"]::placeholder{
    color: #000;
}

body.page-template-contact-us input[type="text"],
body.page-template-contact-us input[type="email"],
body.page-template-contact-us input[type="number"],
body.page-template-contact-us textarea {
    border: 3px solid #292929;
    width: 100%;
    /* border-radius: 33px; */
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #16172961;
    background: #fff;
    padding: 15px 46px;
}


body.page-template-contact-us input[type="text"]:focus,
body.page-template-contact-us input[type="email"]:focus,
body.page-template-contact-us input[type="number"]:focus,
body.page-template-contact-us textarea:focus{
    outline: 0;
}
body.page-template-contact-us input[type="submit"]{
    border: 0;
    background: #EB7115;
    color: #fff;
    font-family: 'Century Gothic Pro';
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 27px;
    display: inline-block;
    transition: .5s;
    padding: 17px 30px;
    cursor: pointer;
}
body.page-template-contact-us input[type="submit"]:hover{
    background-color: #1A8754;
}
body.page-template-contact-us[data-scheme="dark"] input[type="text"]::-webkit-input-placeholder,
body.page-template-contact-us[data-scheme="dark"] input[type="email"]::-webkit-input-placeholder,
body.page-template-contact-us[data-scheme="dark"] input[type="number"]::-webkit-input-placeholder,
body.page-template-contact-us[data-scheme="dark"] textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
  }
  body.page-template-contact-us[data-scheme="dark"] input[type="text"]::-moz-placeholder,
  body.page-template-contact-us[data-scheme="dark"] input[type="email"]::-moz-placeholder,
  body.page-template-contact-us[data-scheme="dark"] input[type="number"]::-moz-placeholder,
  body.page-template-contact-us[data-scheme="dark"] textarea::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
  }
  body.page-template-contact-us[data-scheme="dark"] input[type="text"]:-ms-input-placeholder,
  body.page-template-contact-us[data-scheme="dark"] input[type="email"]:-ms-input-placeholder,
  body.page-template-contact-us[data-scheme="dark"] input[type="number"]:-ms-input-placeholder,
  body.page-template-contact-us[data-scheme="dark"] textarea:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
  }
  body.page-template-contact-us[data-scheme="dark"] input[type="text"]:-moz-placeholder,
  body.page-template-contact-us[data-scheme="dark"] input[type="email"]:-moz-placeholder,
  body.page-template-contact-us[data-scheme="dark"] input[type="number"]:-moz-placeholder,
  body.page-template-contact-us[data-scheme="dark"] textarea:-moz-placeholder { /* Firefox 18- */
    color: #fff;
  }
  body.page-template-contact-us .wpcf7-not-valid-tip {
    font-size: 16px;
    padding-top: 10px;
}
body.page-template-contact-us textarea{
    height: 276px;
}
body.page-template-contact-us .contact-inner-block.firma-org .contact-field-block {
    width: 49.098%;
}
body.page-template-contact-us .contact-inner-block.btns-block .contact-field-block input[type="submit"] {
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    line-height: normal;
    letter-spacing: normal;
    padding: 15px 30px;
    background: #292929 !important;
    color: #fff !important;
}
body.page-template-contact-us[data-scheme="dark"] .contact-inner-block.btns-block .contact-field-block input[type="submit"] {
    background: #fff !important;
    color: #000 !important;
}
.contact-inner-block .contact-field-block p {
    margin-bottom: 0;
}


.defualt-content .inner-banner {
    min-height: 465px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 201px 0 128px;
    z-index: 9;
}
.defualt-content .inner-banner .container {
    position: relative;
    z-index: 1;
}
.defualt-content .inner-banner::before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(22, 23, 41, 0.50);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.defualt-content .inner-desktop-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.defualt-content .inner-desktop-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.inner-main-post-row {
    min-height: 465px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 201px 0 128px;
    z-index: 9;
}
.inner-main-post-row::before{
    content: "";
    display: block;
    position: absolute;
    background: rgba(22, 23, 41, 0.50);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.inner-main-post-row .inner-main-post-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.inner-main-post-row .inner-main-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-main-post-row .container {
    position: relative;
    z-index: 1;
}
.inner-main-post-row p {
    color: #fff;
}


/* custom newsletter */

.newsletter-form .main-field-block .inner-field-block .field-block input[type="email"] {
    background: #DDDDDD;
    border: 0;
    padding: 15px 33px;
    color: #292929;
}
.newsletter-form .main-field-block .field-block.checkbox-block span.wpcf7-list-item-label {
    font-size: 15px;
    line-height: normal;
    font-family: 'plus-jakarta-sans', sans-serif;
    font-weight: 400;
    position: relative;
    padding-left: 50px;
}
.newsletter-form .main-field-block .field-block.checkbox-block .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 3px solid #292929;
    border-radius: 8px;
    vertical-align: middle;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.newsletter-form .main-field-block .inner-field-block .field-block input[type="email"]::placeholder{
    color: #ABABAB;
}
[data-scheme="dark"] .newsletter-form .main-field-block .inner-field-block .field-block.submit-btns input[type="submit"] {
    background: #000;
}
.newsletter-form .main-field-block {
    padding-top: 0;
}
.newsletter-form .main-field-block .field-block.checkbox-block .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    display: none;
}
.newsletter-form .main-field-block .field-block.checkbox-block .wpcf7-acceptance span label {
    display: flex;
    align-items: center;
    gap: 12px;
}
.newsletter-form .main-field-block .field-block.checkbox-block .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background-color: #fff;
    background-image: url('https://dddemo.net/wordpress/2025/zantino/wp-content/uploads/2025/09/news-letter-icon.svg');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.newsletter-form .main-field-block .inner-field-block {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}
.newsletter-form .main-field-block .inner-field-block .field-block.submit-btns {
    padding: 0;
    width: 22%;
}
.newsletter-form .main-field-block .inner-field-block .field-block.submit-btns input[type="submit"] {
    background: #292929;
    border-radius: 0;
    font-weight: 600;
    font-family: 'plus-jakarta-sans', sans-serif;
    padding: 22.5px 30px;
}
.newsletter-form .main-field-block .inner-field-block .field-block p {
    margin-bottom: 0;
}
.newsletter-form .main-field-block .inner-field-block .field-block {
    width: 78%;
}
.newsletter-form .main-field-block .inner-field-block .field-block input[type="email"] {
    background: #DDDDDD;
    border: 0;
    padding: 15px 33px;
}
.custom-newsletter{
    padding-top: 50px;
}
.single-post .custom-newsletter{
    padding-top: 100px;
}
.custom-newsletter-left h1 {
    font-size: 38px;
    margin-bottom: 10px;
}
.custom-newsletter-left h1 span {
    font-weight: 100;
    display: block;
}
.custom-newsletter-left p {
    margin: 16px 0 30px;
    color: #fff;
    font-size: 14px;
}
.newsletter-content h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
}
.custom-newsletter-left a.bg-green {
    display: inline-block;
    transition: .5s;
    font-size: 16px;
   color: #fff;
    text-transform: uppercase;
    background: #1A8754;
    padding: 13px 37px;
    font-weight: 700;
    letter-spacing: 2.4px;
}
.custom-newsletter-left a.bg-green:hover{
    background-color: #fff;
    color: #1A8754;
}
.news-letter-whts-icon {
    margin-bottom: 30px;
}
[data-scheme="dark"] .news-letter-right-side-logo img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(0%) hue-rotate(294deg) brightness(106%) contrast(104%);
}
[data-scheme="dark"] .custom-newsletter-right{
    background-color: #292929;
}
[data-scheme="dark"] .custom-newsletter-right h1,
[data-scheme="dark"] .custom-newsletter-right h2,
[data-scheme="dark"] .custom-newsletter-right h3{
    color: #fff;
}

.custom-newsletter-right h1 {
    font-size: 38px;
    line-height: normal;
    color: #000;
    margin-bottom: 10px;
}
.custom-newsletter-right h2 {
    font-size: 30px;
    line-height: normal;
    color: #000;
    font-weight: 100;
}
.custom-newsletter-right h3,
.newsletter-content h3{
    font-size: 14px;
    line-height: normal;
    color: #000;
    font-weight: 100;
    margin-bottom: 0;
}
.newsletter-content h3{
    color: #fff;
    margin-bottom: 25px;
}
.news-letter-right-side-logo {
    margin-bottom: 80px;
}
.custom-newsletter-right {
    width: 50%;
    background-color: #fff;
    padding: 64px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.custom-newsletter-row {
    display: flex;
    align-items: stretch;
}
.custom-newsletter-left {
    width: 50%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
    min-height: 640px;
}
.custom-news-letter-img {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.custom-news-letter-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsletter-content {
    position: relative;
    padding: 64px;
}
.newsletter-form input.email.form-control {
    background: #DDDDDD;
    color: #000;
    border: 0;
    width: 75%;
}
.newsletter-form {
    padding-top: 25px;
}
[data-scheme="dark"] .newsletter-form .pk-input-group .pk-subscribe-submit {
    margin: 0;
    background: #000;
}
.newsletter-form .pk-input-group .pk-subscribe-submit {
    margin: 0;
    background: #292929;
    width: 25%;
}
.newsletter-form .pk-input-group .pk-subscribe-submit:hover{
    color: #fff;
}
.news-letter-right-side-logo img {
    max-width: 274px;
    width: 100%;
    height: auto;
}

/*************************************************
                 Responsive Css
 *************************************************/

 @media only screen and (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media only screen and (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

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

    .container {
        max-width: 960px;
    }
    .container.small-container  {
        max-width: 846px
    }
}

@media only screen and (min-width:1200px) {
    .container {
        max-width: 1130px;
    }
}

@media only screen and (min-width:1400px) {
    .container {
        max-width: 1470px;
    }
    
}



/* header */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: transform 0.6s ease, background 0.6s ease;
    padding-top: 34px;
}
header.is-sticky {
    position: fixed;
    animation: slideDown 0.6s ease-out;
    z-index: 3;
    left: 0;
    right: 0;
    background: #161729;
    padding-top: 10px;
    padding-bottom: 10px;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
 }
.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-menu-icon {
    display: inline-block;
    position: relative;
    width: 56px;
    cursor: pointer;
    position: relative;
    top: 0;
    height: 42px;
}
.header-menu-icon span {
    display: block;
    position: relative;
    width: 100%;
    height: 6px;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s ease;
    border-radius: 20px;
    z-index: 999;
}
body.add-menu {
    position: relative;
    overflow: hidden;
}
.header-menu-icon span:nth-child(1) {
    top: 8px;
}
.header-menu-icon span:nth-child(2) {
    top: 16px;
}
.header-menu-icon span:nth-child(3) {
    top: 24px;
}
body.add-menu .header-menu-icon span:nth-child(1) {
    transform: rotate(45deg);
    top: 20px;
}
body.add-menu .header-menu-icon span:nth-child(2) {
    display: none;
}
body.add-menu .header-menu-icon span:nth-child(3) {
    transform: rotate(-45deg);
    top: 15px;
}
.header-menu ul li {
    list-style-type: none;
    padding-bottom: 9px;
}
.header-menu ul li:last-child {
    padding-bottom: 0;
}
.header-menu {
    background: linear-gradient(270deg, rgba(22, 23, 41, 0.4) 54.81%, rgba(22, 23, 41, 0) 100%);
    width: 393px;
    height: auto;
    position: fixed;
    top: 0;
    right: 0px;
    padding: 128px 88px 98px 21px;
    z-index: 99;
    transition: .5s ease-in-out;
    text-align: right;
    transform: translateX(100%);
    height: 100%;
}
.header-menu ul li a {
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    transition: .5s;
}
.header-menu ul li a:hover{
    color: #EB7115;
}
body.add-menu .header-menu{
    transform: translateX(0);
}

/* footer */
footer {
    padding: 0 0 25px;
}
.footer-menu ul li {
    list-style-type: none;
    border-left: 1px solid #fff;
    padding: 0 10px;
}
.footer-menu ul li:first-child {
    border-left: 0;
}
.footer-menu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
}
.footer-menu ul li a {
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    font-weight: 700;
    transition: .5s;
}
.footer-menu ul li a:hover{
    color: #d6d6d6;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 23px;
    margin-bottom: 20px;
}
.footer-logo a > img {
    max-width: 243px;
    height: auto;
}
.footer-menu {
    margin-top: 20px;
}
.fototer-bottom-pvt-text span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 100%;
}
.footer-social ul li {
    list-style-type: none;
}
.footer-social ul li a{
    transition: .5s;
}
.footer-social ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(80%) sepia(0%) saturate(439%) hue-rotate(55deg) brightness(105%) contrast(102%);
}
.footer-social ul {
    display: flex;
    align-items: center;
    gap: 26px;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-social.mobile-social-icon {
    display: none;
}
.footer-menu ul li.current-menu-item a {
    color: #C1A219;
}

/* post css */
/* .single-post header#masthead {
    position: static;
    background: #161729;
    padding: 10px 0;
} */
.main-post-img a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.main-post-img {
    position: relative;
    padding-bottom: 37%;
    margin-bottom: 20px;
}
.main-post-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-post-row h2 a{
    color: #000;
    transition: .5s;
}
.main-post-row h2 a:hover{
    color: #EB7115;
}
.main-post-row h2{
    padding-bottom: 15px;
}
.main-post {
    padding: 80px 0;
}
.inner-post-block {
    padding-bottom: 50px;
}
.inner-post-block:last-child {
    padding-bottom: 0;
}
.post-content {
    padding: 50px 0;
}
.post-content p{
    padding-bottom: 20px;
}
.post-content p:last-child{
    padding-bottom: 0;
}
.error-page {
    min-height: calc(100vh - 683px);
    padding: 80px 0;
}
.error-page-row h2 {
    padding-bottom: 0;
    font-size: 160px;
    line-height: 1;
    margin: 0;
    text-shadow: 1px 1px 1px #0074A8, 2px 2px 1px #0074A8, 3px 3px 1px #0074A8, 4px 4px 1px #0074A8, 5px 5px 1px #0074A8, 6px 6px 1px #1A8754, 7px 7px 1px #EB7115, 8px 8px 1px #EB7115, 25px 25px 8px rgba(0, 0, 0, 0.2);
    color: #000;
}
.error-page-row p{
    margin-bottom: 20px;
}

.error-page-row {
    text-align: center;
}

.is-style-cnvs-list-styled li::before {
    background: #000000 !important;
}
[data-scheme="dark"] .is-style-cnvs-list-styled li::before {
    background: #fff !important;
}
.page-template-thankyou footer.cs-footer {
    margin-top: 50px;
}
/* 
body.page-template-contact-us .cs-site-content .cs-container{
    max-width: 100%;
    padding: 0;
} */
body.page-template-contact-us .cs-site-content .cs-container .cs-main-content {
    display: unset;
}
body.page-template-contact-us {
    z-index: unset;
}
body.page-template-contact-us{
	/* font-family: "Nunito", sans-serif !important; */
}
body.page-template-contact-us .contact-us-block-row h2{
    /* font-family: "Nunito", sans-serif !important; */
    margin-bottom: 0;
    font-weight: 700;
}
body.page-template-contact-us[data-scheme="dark"] .contact-us-block-row h2{
    color: #fff;
}


@media only screen and (max-width: 1659px){
   
    .newsletter-form .pk-input-group .pk-subscribe-submit {
        width: 35%;
    }
    .newsletter-form input.email.form-control {
        width: 65%;
    }
}

@media only screen and (max-width: 1399px){
    body.page-template-contact-us .contact-inner-block.firma-org .contact-field-block {
        width: 48.819%;
    }

    .newsletter-form .pk-input-group .pk-subscribe-submit {
        width: 40%;
    }
    .newsletter-form input.email.form-control {
        width: 60%;
    }
    .newsletter-form .main-field-block .inner-field-block .field-block {
        width: 60%;
    }
    .newsletter-form .main-field-block .inner-field-block .field-block.submit-btns {
        width: 40%;
    }
}

@media only screen and (max-width: 1199px){
    body.page-template-contact-us .contact-inner-block.firma-org .contact-field-block {
        width: 48.603%;
    }

    /* custom newsletter */
    .custom-newsletter-left h1,
    .custom-newsletter-right h1
     {
       font-size: 30px;
   }
   .custom-newsletter-right h2,
   .newsletter-content h2{
    font-size: 25px;
   }
   .newsletter-content,
   .custom-newsletter-right {
       padding: 50px 30px;
   }
   .custom-newsletter-left {
       min-height: 450px;
   }
   .newsletter-form .pk-input-group .pk-subscribe-submit {
    width: 100%;
}
.newsletter-form input.email.form-control {
    width: 100%;
}
.newsletter-form .pk-subscribe-form-wrap .pk-input-group {
    flex-direction: column;
}

.newsletter-form .main-field-block .inner-field-block .field-block.submit-btns,
.newsletter-form .main-field-block .inner-field-block .field-block,
.newsletter-form .main-field-block .inner-field-block .field-block.submit-btns input[type="submit"] {
    width: 100%;
}

}

@media only screen and (max-width: 1019px){
    .custom-newsletter {
        margin-bottom: 50px; 
    }
}

@media only screen and (max-width: 991px){
    h1, .h1{
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    h2, .h2{
        font-size: 28px;
    }
    h3, .h3{
        font-size: 20px;
    }
    h4, .h4{
        font-size: 20px;
    }
    h5, .h5{
        font-size: 18px;
        line-height: 22px;
    }
    .header-menu {
        padding: 118px 50px 98px 21px;
    }
    .footer-menu ul li a {
        font-size: 14px;
    }
    .footer-logo a > img {
        max-width: 150px;
        height: auto;
    }
    .footer-menu ul li {
        padding: 0 7px;
    }
    .footer-menu {
        margin-top: 10px;
    }
    header.is-sticky {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-logo a img {
        max-width: 250px;
        height: auto;
    }


    body.page-template-contact-us .contact-inner-block.firma-org .contact-field-block {
        width: 48.116%;
    }

     /* custom newsletter */
     .custom-newsletter-left h1,
     .custom-newsletter-right h1
     {
        font-size: 25px;
    }
    .custom-newsletter-right h2,
     .newsletter-content h2{
        font-size: 20px;
     }
    .newsletter-content,
    .custom-newsletter-right {
        padding: 50px 24px;
    }
    .custom-newsletter-left {
        min-height: 400px;
    }
    
   
}

@media only screen and (max-width: 767px){
    .btns{
        font-size: 14px;
        padding: 14px 30px;
    }
    h1, .h1{
        font-size: 26px;
        line-height: 33px;
    }
    h2, .h2{
        font-size: 22px;
    }
    h3, .h3{
        font-size: 18px;
    }
    h4, .h4{
        font-size: 22px;
    }
    h5, .h5{
        font-size: 16px;
        line-height: 20px;
    }
    p{
        font-size: 14px;
        line-height: 18px;
    }
    .container{
        padding-left: 22px;
        padding-right: 22px;
    }
    header .container {
        padding: 0 36px;
    }
    .header-logo a img {
        max-width: 187px;
        height: auto;
    }
    .header-menu-icon {
        width: 45px;
    }
    .header-menu{
        width: 100%;
    }
    .footer-logo a > img {
        max-width: 243px;
        height: auto;
    }
    header.is-sticky {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .footer-social.mobile-social-icon {
        display: block;
        border-top: 1px solid #fff;
        padding-top: 35px;
        width: 100%;
    }
    .footer-bottom .footer-social{
        display: none;
    }
    .footer-top {
        flex-direction: column;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    footer .container {
        padding: 0 37px;
    }
    .footer-logo {
        padding-bottom: 22px;
    }
    .footer-menu {
        margin-top: 35px;
    }
    .footer-menu {
        margin-top: 35px;
        margin-bottom: 25px;
        max-width: 317px;
    }
    .footer-bottom {
        justify-content: center;
    }
    
    .footer-menu ul {
        justify-content: center;
    }
    .footer-menu ul li:nth-child(4) {
        order: 5;
    }
    .footer-menu ul li {
        margin-bottom: 5px;
    }
    .footer-social ul{
        justify-content: center;
    }
    .footer-menu ul li:nth-child(5) {
        border-left: 0;
    }
    .fototer-bottom-pvt-text {
        text-align: center;
    }
   

    .main-post-img {
        padding-bottom: 100%;
    }
    .main-post {
        padding: 40px 0;
    }

    .defualt-content .inner-banner {
        min-height: 480px;
        padding: 160px 0 70px;
    }
    .defualt-content .inner-banner .container{
        padding: 0 36px;
    }


    body.page-template-contact-us .contact-inner-block.firma-org .contact-field-block {
        width: 100%;
    }

    /* custom newsletter */

    .custom-newsletter-row {
        flex-wrap: wrap;
    }
    .custom-newsletter-left {
        width: 100%;
        min-height: 370px;
    }
    .custom-newsletter-right {
        width: 100%;
        padding: 50px 24px;
    }
    .newsletter-content {
        padding: 50px 24px;
    }
    .custom-newsletter-right h2,
    .newsletter-content h2 {
        font-size: 20px;
    }
    .custom-newsletter-left h1,
    .custom-newsletter-right h1 {
        font-size: 28px;
    }
    .custom-newsletter-left p {
        margin: 20px 0;
    }
    .news-letter-right-side-logo {
        margin-bottom: 50px;
    }
    
}

