* {
  margin: 0px;
  padding: 0px;
}
h3.h2 {
    font-size: 29px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}
:root {
  --green: #46c155;
  --light-green: #8bd693;
  --red: #f66087;
  --dark-black: #101010;
  --black: #404040;
  --light-black: #555;
  --pink: #faa0b7;
  --light-pink: #fff9fb;
  --white: #fff;
  --italic-font: 'Julietta Messie';
  --para-font: 'Gilroy-Regular';
}
body {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Gilroy';
  width: 100%;
  overflow-x: hidden;
  background-color: #fff !important;
}
a:hover,a {
  text-decoration: none !important;
}
/*----------------global css start-------------------------*/
.loading-icon img {
  width: 120px;
  margin: 0 auto;
  display: block;
}
p {
  font-family: var(--para-font);
}
.talkmint>div:nth-child(1)* {
  position: relative;
  z-index: -1;
}
/*---------------------global-grid css----------------------*/
.talkmint-grid-item img {
  object-fit: cover;
  transition: transform 1s;
  border-radius: 2.5px;
}
.talkmint-grid-item img:hover {
  transition: transform 1s;
  transform: scale(1.1);
}
.talkmint-grid-item h5, .talkmint-grid-item .h5 {
  font-size: 25px;
  font-weight: bold;
  color: var(--black);
  letter-spacing: 0.2px;
  font-family: 'Gilroy-Bold';
}
.talkmint-grid-item p {
  font-size: 16px;
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
  margin-top: 15px;
  line-height: 22px;
  margin-bottom: 10px;
}
.talkmint-btn {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
  font-family: 'Gilroy-Regular';
  margin-top: 15px;
  display: block;
}
/*--------------------------Global-inner-page-banner-------------------------*/
.inner-page-banner {
  background-image: url('https://talkmint.com/wp-content/uploads/2023/11/common-subscribe-banner.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 128px 0px;
}
.title-heading h2 {
  font-size: 55px;
  color: var(--black);
  font-family: 'Gilroy-Bold';
  line-height: 60px;
  margin: 0px;
}
.inner-page-section {
  padding: 0px 80px;
}
.cersive-text {
  display: none;
}
/*----------------global css ends-------------------------*/
/*--------------------------top-header--------------------*/
.search-field {
  background-color: #fff !important;
  background-image: url('https://talkmint.com/wp-content/uploads/2023/11/search-icon.png');
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border: none !important;
  cursor: pointer;
  height: 40px;
  margin: 3px 0;
  padding: 0 0 0 34px !important;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0px;
  cursor: pointer;
}
.search-field:focus {
  background-color: #fff !important;
  border-bottom: 2px solid #ddd !important;
  cursor: text;
  outline: 0;
  width: 250px;
  color: #202020;
  font-size: 13px;
}
.search-form .search-submit {
  display: none;
}
.top-header {
  padding: 16px 0px 15px 0px;
}
.header-social-content .btn {
  color: var(--green);
  padding: 0px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Gilroy-Medium';
  background:transparent !important;
  margin-left: 5px;
}
.header-social-content form img {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.header-social-content form {
  align-items: center;
  display: flex;
}
.header-social-icons a i {
  background-color: #c5c5c5;
  color: var(--white);
  padding: 5px 6px;
  border-radius: 100%;
  margin: 0px 1px;
  transition: all .5s ease-out;
  font-size: 15px;
  border: 1px solid #5bbb47;
  background-color: #fff;
  color: #5bbb47;
}
.header-social-icons a:hover i {
  background-color: var(--green);
  transform: scale(1.1);
  transition: all .5s ease-out;
  color: #fff;
}
.header-social-icons {
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.header-social-icons .youtube {
  padding: 5px 5px;
}
.header-social-content .btn:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}
.mobile-nav {
  display: none;
}
/*--------------------main-header-------------------*/
.main-header {
  border-bottom: 1px solid #f1efef;
  border-top: 1px solid #f1efef;
}
.main-header ul li a {
  margin: 0px 28px;
  color: #101010 !important;
  font-size: 15px;
  font-family: 'Gilroy-Medium';
  padding: 0px;
  letter-spacing: 0.5px;
  position: relative;
  text-decoration: none;
  line-height: 35px;
}
.main-header nav {
  padding: 2px 0px;
}
.main-header ul li a.nav-link.active,.main-header ul li a:hover,.main-header ul li a.active,.main-header ul li a:active {
  color: var(--green) !important;
}
.main-header .navbar-collapse {
  justify-content: center;
}
.main-header ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  transition: all .5s ease-out;
  bottom: -4px;
  left: 0px;
  transform-origin: left;
  transform: s;
}
.main-header ul li a:hover:after {
  background-color: var(--green);
  transition: all .5s ease-out;
  transform: scaleX(1)
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
}
.navbar-toggler {
  padding: 1px 6px;
}
header button:focus:not(:focus-visible) {
  outline: 0;
  border: none;
  box-shadow: 0px 0px 0px;
  background-color: transparent;
  color: var(--white);
}
.mobile-nav .navbar .navbar-collapse {
  top: 0px;
  bottom: 0px;
  position: fixed;
  width: 80%;
  width: calc(100% - 60px);
  max-width: 270px;
  height: 100vh !important;
  background: #212121;
  padding: 30px;
  z-index: 99999;
}
.mobile-nav .navbar .lateral-left {
  left: -100%;
  animation: slide-out-left 200ms forwards;
  transition: .5s all ease-in-out;
}
.mobile-nav .open {
  display: block !important;
  overflow-y: auto;
}
.mobile-nav .open {
  animation: slide-in-left 200ms forwards !important;
  transition: .5s all ease-in-out;
}
@keyframes slide-in-left {
  0% {
    left: -100%;
  }

  100% {
    left: 0px;
  }
}
@keyframes slide-out-left {
  0% {
    left: 0px;
  }

  100% {
    left: -100%;
  }
}
.navbar-light .navbar-toggler {
  border-color: transparent;
  outline: none;
  background: transparent;
}
.navbar-light .navbar-toggler:focus {
  box-shadow: none;
}
.mobile-nav ul li a:before {
  position: absolute;
  content: '\f101';
  font-family: 'FontAwesome';
  top: 0px;
  left: 0px;
  transform: translate(-50%, 6px);
}
.mobile-nav ul li a:not([href]):not([class]),.mobile-nav ul li a:not([href]):not([class]):hover {
  display: none;
}
header {
  position: sticky;
  top: 0px;
  background-color: #fff;
  z-index: 9999;
}
/*----------------banner-section start---------------*/
.talkmint-banner {
  /* background-image: url("https://talkmint.com/wp-content/uploads/2023/11/banner.png"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 204px 0px;
  height: 700px;
}
.talkmint-banner h1 {
  font-size: 70px;
  color: var(--black);
  line-height: 90px;
  font-family: 'Gilroy-Heavy';
}
.talkmint-banner h4 {
  font-size: 24px;
  color: var(--green);
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: 'Gilroy-heavy';
  margin-bottom: 30px;
}
.talkmint-banner.rel-img {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0px;
    display: flex;
    align-items: center;
}
.talkmint-banner.rel-img img {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
/*--------------------------masonry gris start-----------------------*/
.masonry-grid-layout {
  padding-top: 40px;
}
.view-post-grid.search_result {
  padding: 60px 0px 60px 0px;
}
.text-overlay {
  overflow: hidden;
  position: relative;
}
.text-overlay img {
  position: relative;
  z-index: 1;
  object-fit: cover;
  transition: transform 1s;
  border-radius: 2.5px;
}
.text-overlay img:hover {
  transition: transform 1s;
  transform: scale(1.1);
}
.masonry-grid-item img {
  width: 700px;
  height: 800px;
}
.masonry-grid-item h3, .masonry-grid-item .h2 {
  font-size: 35px;
  color: var(--white);
  font-family: 'Gilroy-Bold';
}
.masonry-grid-item p,.grid-item-text a {
  font-size: 16px;
  color: var(--white);
  text-decoration: none;
}
.grid-item-text a:hover,.talkmint-btn:hover {
  color: var(--green);
}
.grid-item-text {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  padding: 30px;
  width: 100%;
  min-height: 133px;
}
.grid-card img {
  height: 392px;
  width: 340px;
}
.grid-card .card-body {
  padding: 1.3rem;
}
/*-------------------------blog layout start--------------------*/
.blog-item img {
  height: 236px;
  width: 100%;
}
.blog-item .category-name {
  font-size: 14px;
  color: var(--red);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 2px;
}
.blog-item.talkmint-grid-item {
  margin-bottom: 25px;
}
/*--------------------Home-pink-banner-----------------*/
.talmint-small-banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 36px 126px;
  margin: 40px 0px;
}
.talmint-home-pink-banner {
  background-image: url("https://talkmint.com/wp-content/uploads/2023/11/home-pink-banner.png");
  background-position: center left;
}
.small-banner-content h4 {
  font-size: 40px;
  color: var(--black);
  font-family: 'Gilroy-Bold';
  margin-bottom: 30px;
}
.small-banner-btn {
  border-radius: 7px;
  padding: 11px 30px;
  text-decoration: none;
  display: block;
  width: 168px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  font-family: 'Gilroy-Medium';
}
.pink-button {
  background-color: var(--red);
  color: var(--white);
}
.pink-button:hover {
  background-color: var(--black);
  transition: 2s all;
  color: var(--white);
}
.home-margin-banner {
  margin: 40px 0px 40px 0px;
}
/*------------------article post design-------------------*/
.talkmint-theme-heading h5 {
  font-size: 40px;
  color: var(--black);
  line-height: 50px;
  font-family: 'Gilroy-Bold';
  margin-bottom: 0px;
}
.talkmint-theme-heading a {
  font-size: 20px;
  color: var(--green);
  line-height: 20px;
  font-family: 'Gilroy-Bold';
  text-decoration: none;
  transition: all .5s ease-in-out;
}
.talkmint-theme-heading a:hover {
  border-bottom: 1px solid var(--green);
  transition: all .5s ease-in-out;
}
.zigzag {
  margin: 0px;
  background: var(--white);
  position: relative;
  height: 24px;
  z-index: 1;
  width: 96px;
}
.zigzag:before,.zigzag:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.zigzag:before {
  height: 12px;
  top: 0px;
  background: linear-gradient(-135deg, #46c155 9px, transparent 0) 0 9px, linear-gradient(135deg, #46c155 9.5px, transparent 0) 0 9px;
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 12px 12px;
}
.zigzag:after {
  height: 16px;
  top: -10%;
  background: linear-gradient(-135deg, #fff 8px, transparent 0) 0 8px, linear-gradient(135deg, #fff 8px, transparent 0) 0 8px;
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 12px 12px;
}
.article-grid-item img {
  height: 178px;
  width: 100%;
  position: relative;
}
.article-grid-item {
  position: relative;
  display: block;
  margin: 30px 0px;
}
.overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #46c15570;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-out;
}
.simple-overlay {
  opacity: 0;
  visibility: hidden;
}
.article-grid-item:hover .simple-overlay {
  visibility: visible;
  opacity: 1;
}
.article-post-grid .px-1 {
  padding-right: .35rem !important;
  padding-left: .35rem !important;
}
/*--------------------Home-green-banner-----------------*/
.talmint-home-green-banner {
  background-image: url("https://talkmint.com/wp-content/uploads/2023/11/home-green-banner.png");
  background-position: center right;
}
.green-button {
  background-color: var(--green);
  color: var(--white);
}
.green-button:hover {
  background-color: var(--black);
  transition: 2s all;
  color: var(--white);
}
.talmint-home-green-banner .small-banner-content {
  padding-left: 40px;
}
.home-padding-green-banner {
  padding: 45px 126px 60px 126px;
}
.home-padding-green-banner .small-banner-content {
  padding-left: 20px;
}
.home-green-padding-banner {
  padding: 40px 126px 50px 126px;
}
/*------------------view-post-grid-----------*/
.view-grid-box h5 {
  color: var(--white);
}
.view-grid-box img {
  height: 450px;
  width: 100%;
}
.view-grid-box {
  margin: 30px 0px 0px 0px;
}
/*--------------semi-small-pink-banner-----------------*/
.pink-box-btn {
  width: 40%;
}
.talmint-semi-small-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 50px 144px;
  margin: 40px 0px;
}
.talmint-semi-small-banner h4 {
  font-size: 35px;
  margin-bottom: 0px;
}
.talmint-home-semi-pink-banner {
  background-position: center;
}
.home-semi-margin {
  margin: 24px 0px 55px 0px;
}
/*-------------home-green-banner-two--------------*/
.small-banner-content h5 {
  font-size: 18px;
  color: var(--green);
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Gilroy-heavy';
  margin-bottom: 10px;
  letter-spacing: 10px;
}
.home-green-two {
  padding-left: 46px;
}
/*---------------------latest-post------------------*/
.latest-post {
  margin: 30px 0px 0px 0px;
}
.latest-post .talkmint-grid-item h5 {
  margin-top: 30px;
}
.latest-post .blog-item.talkmint-grid-item {
  margin-bottom: 35px;
}
/*------------------home-pink-banner-three-------------*/
.home-pink-three-banner {
  padding: 50px 80px;
}
.home-pink-three-banner .pink-box-btn {
  width: 37%;
}
/*-----------------newsletter--------------*/
.newsletter {
  background-image: url('https://talkmint.com/wp-content/uploads/2023/11/newsletter-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 0px 40px 0px;
}
.newsletter-content img {
  width: 700px;
  height: auto;
}
.newsletter-content h5 {
  font-size: 45px;
  font-family: 'Gilroy-Bold';
  line-height: 55px;
  color: var(--black);
  margin-top: -60px;
}
.newsletter-content p {
  font-size: 18px;
  color: var(--black);
  line-height: 22px;
  width: 70%;
  margin: 0 auto;
  font-family: 'Gilroy-Regular';
}
.newsletter-content .input-group p {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.newsletter-content span.wpcf7-spinner {
  position: absolute;
  bottom: -32px;
}
.newsletter-content .input-group p span.wpcf7-form-control-wrap {
  width: 100%;
}
.newsletter-content .wpcf7-not-valid-tip {
  color: #cb1717 !important;
  font-size: 16px !important;
  position: absolute;
  bottom: -26px;
}
.wpcf7-not-valid-tip {
  color: #cb1717 !important;
  font-size: 16px !important;
}
.contact-form .wpcf7 form .wpcf7-response-output {
  margin: 4em 0.5em 1em;
}
/*-----------------------------------------------------------------------------category Page-----------------------------------------------------*/
.cat-heading p {
  font-size: 20px;
  font-family: 'Gilroy-Regular';
  margin-bottom: 35px;
}
.cat-heading img {
  margin-left: 15px;
}
.main-heading {
  margin: 50px 0px 20px 0px;
}
.common-newsletter {
  background-image: url('https://talkmint.com/wp-content/uploads/2023/11/common-subscribe-banner.png');
}
.common-newsletter .newsletter-content h5 {
  margin-top: 0px;
  padding-left: 40px;
}
input[placeholder],[placeholder],*[placeholder],textarea[placeholder] {
  color: #a9a9a9 !important;
}
.cat-center-btn {
  padding: 15px 0px;
  width: 178px;
  height: 65px;
  font-size: 22px;
}
/*------------------------------------------------------------Contact-us-page----------------------------------------------------------*/
.contact-us-data {
  padding: 70px 0px;
}
.contact-us-data .talkmint-theme-heading p {
  font-size: 18px;
  color: var(--black);
  line-height: 25px;
  font-family: 'Gilroy-Regular';
  margin: 30px 0px;
}
.contact-us-content {
  padding: 60px 50px;
  background-color: var(--white);
  box-shadow: 2px 2px 10px #00000012;
  border-radius: 6px;
  width: 590px;
  z-index: 2;
  position: absolute;
  margin: 80px 0px;
}
.contact-form input[type="text"],.contact-form input[type="email"],.contact-form textarea {
  margin: 0px 0px 20px 0px;
  border-radius: 0.25rem !important;
  background: transparent !important;
}
.contact-form input[type="text"],.contact-form input[type="email"],.contact-form textarea {
  padding: 15px 20px !important;
  border: 1px solid #a9a9a95c !important;
  color: #6c757d;
}
.contact-submit-btn {
  width: 218px;
}
.contact-form-img img {
  height: 830px;
  width: 725px;
  margin-left: -25px;
}
.contact-submit-btn {
  height: 60px !important;
  background-color: #46c155 !important;
  font-weight: bold !important;
  text-transform: capitalize !important;
  font-size: 20px !important;
  margin-top: 10px !important;
  font-family: 'Gilroy-Medium';
}
.contact-form p {
  margin: 0px !important;
}
/*---------------------------------------------------------------------about-us-page----------------------------------------------------*/
.about-us-data {
  padding: 60px 0px;
}
.about-us-content h3 {
  font-size: 35px;
  color: var(--black);
  font-family: 'Gilroy-Bold';
  line-height: 41px;
  margin-bottom: 40px;
}
.about-us-content h6 {
  font-size: 16px;
  color: var(--green);
  line-height: 22px;
  letter-spacing: 4px;
  font-family: 'Gilroy-Bold';
  text-transform: uppercase;
}
.about-content-box {
  background-color: var(--white);
  position: absolute;
  padding: 60px 50px;
  box-shadow: 2px 2px 10px #00000012;
  z-index: 2;
  width: 640px;
  margin: 60px 0px;
  margin-left: -150px;
}
.about-us-content h6 {
  font-size: 16px;
  color: var(--green);
  line-height: 26px;
  letter-spacing: 3.5px;
  font-family: 'Gilroy-Bold';
  text-transform: uppercase;
  margin-bottom: 30px;
}
.about-us-img img {
  width: 620px;
  height: 775px;
  position: relative;
}
.about-us-content p {
  font-size: 18px;
  color: var(--black);
  font-family: 'Gilroy-Regular';
  line-height: 26px;
}
.about-section-three h5 {
  line-height: 40px;
  font-size: 40px;
}
/*---------about-section--two------*/
/*-----------about-section-three---------*/
.about-section-three {
  background-color: var(--light-pink);
  padding: 70px 0px;
  margin: 60px 0px;
}
.about-section-three .about-us-content h6 {
  line-height: 33px;
}
/*---------------about-four-section------------------*/
::marker {
  color: var(--red);
  font-size: 27px;
}
.about-four-section ul li {
  font-size: 18px;
  color: var(--black);
  font-family: 'Gilroy-Regular';
  line-height: 30px;
}
.about-verticle-img img {
  min-height: 540px;
  min-width: 100%;
}
.about-square-img img {
  min-height: 258px;
  min-width: 100%;
}
.about-four-section {
  margin-bottom: 70px;
}
/*-----------------------------------------------------------------Category Single page---------------------------------------------*/
.single-cat-main-head .breadcrums li {
    font-size: 16px;
    color: var(--green);
    line-height: 20px;
    font-family: 'Gilroy-Bold';
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 0px;
    letter-spacing: 0.5px;
}
.single-cat-main-head .breadcrums li a {
  color: var(--light-green);
  text-decoration: none;
}
.single-cat-main-head .breadcrums li i {
  font-size: 12px;
}
.single-cat-main-head h5,.single-cat-main-head .h5,  .next-post .h5 {
  font-size: 55px;
  color: var(--black);
  line-height: 60px;
  font-family: 'Gilroy-Bold';
  padding-top: 5px;
  margin-bottom: 10px;
}
.author-details a {
  color: var(--black);
  font-size: 16px;
  margin-right: 30px;
  text-decoration: none;
}
.single-cat-banner, .next-post {
  margin: 30px 0px 30px 0px;
}
.single-cat-banner img {
  min-height: 680px;
}
.single-cat-talkmint-head h4 {
  font-size: 22px;
  color: var(--black);
  line-height: 30px;
  font-family: 'Gilroy-Bold';
}
.single-cat-talkmint-head {
  width: 70%;
}
.single-cat-talkmint-head img {
  margin-right: 20px;
}
.single-cat-social a {
  margin: 0px 7px;
}
.single-cat-social img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.single-cat-social i {
  padding: 0px 2px 0px 1px;
}
.single-cat-social a .facebook {
  padding: 4px 0px;
}
.single-cat-talkmint-head p {
  margin-bottom: 0px;
}
.single-cat-details {
  padding-bottom: 40px;
  border-bottom: 1px solid #dedddd;
  margin-bottom: 40px;
}
.single-cat-content-details h3, .comment-author-info .comment-author.vcard a {
  font-size: 25px !important;
  color: var(--black);
  line-height: 34px;
  font-family: 'Gilroy-bold';
}
.single-cat-content-details p {
  font-size: 18px;
  color: var(--light-black);
  margin-bottom: 10px;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.single-cat-content-details ul li::marker {
  color: var(--green);
  font-size: 23px;
}
.related-article h4 {
  color: var(--green);
  font-size: 20px;
  font-family: 'Gilroy-Bold';
  line-height: 25px;
  margin-bottom: 3px;
}
.related-article {
  background-color: #f2f2f2;
  padding: 30px;
  border-radius: 4px;
}
.related-article a {
  color: var(--black);
  font-size: 18px;
  text-decoration: underline !important;
  display: block;
  line-height: 28px;
  margin-bottom: 7px;
}
.talikmint-cat-details .single-cat-talkmint-head {
  width: 76%;
}
.talikmint-cat-details .single-cat-talkmint-head p {
  font-size: 16px;
}
.single-cat-details.talikmint-cat-details {
  border-top: 1px solid #dedddd;
  padding-top: 35px;
  margin-top: 40px;
}
.user-message h3, .comment-author-info .comment-author.vcard a {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.user-img {
  width: 130px;
}
.user-message a, .entry-meta.comment-metadata a {
  text-decoration: none;
  color: var(--black);
  font-size: 16px;
}
.user-message p,.comment-form p {
  font-size: 16px;
}
.user-message a:hover {
  color: var(--green);
}
.comment-form {
  background-color: #f2f2f2;
  border-radius: 4px;
}
.comment-respond {
  padding: 30px;
}
.comment-form input.form-control,.comment-form textarea.form-control,.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"],.comment-form textarea {
  background-color: var(--base-2);
  border: none;
  font-size: 18px;
  border-bottom: 1px solid #e0dada;
  color: var(--black);
  padding: 10px;
  margin: 0px 0px 20px 0px;
  border-radius: 0px;
}
.comment-form input[type="email"], .comment-form input[type="text"] {
  float: right;
  width: 48%;
}
.comment-form input[type="text"] {
  float: left;
}
.comment-form input[type="url"] {
  width: 100%;
}
textarea.form-control,.comment-form textarea {
  height: 110px;
}
.comment-form input#submit {
  width: 210px;
  padding: 15px 0px;
  height: 60px;
  font-size: 20px;
  background-color: var(--green);
  color: var(--white);
  border-radius: 7px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-family: 'Gilroy-Medium';
}
.comment-form input[placeholder],[placeholder],*[placeholder] {
  color: var(--black) !important;
}
.breadcrumb {
  margin: 0px 0px 1rem 0px;
}
.author-details a {
  color: #c9c9c9;
  font-family: var(--para-font);
}
/*----------------------------------------------------Privacy Policy----------------------------------*/
.page-id-6533 ul {
  margin-left: 1rem !important;
  margin-top: 1.5rem !important;
}
.policies-heading h3 {
  font-size: 25px;
  font-family: 'Gilroy-Bold';
  line-height: 35px;
  color: var(--black);
  margin-bottom: 16px;
}
.policy-content p,.policy-content ul li {
  font-size: 18px;
  color:var(--light-black);
  font-family: 'Gilroy-Regular';
  line-height: 28px;
  margin-bottom: 10px;
}
.policy-content h1, .policy-content h2, .policy-content h3, .policy-content h4, .policy-content h5, .policy-content h6{
  position: relative;
  padding-left: 24px;
  font-family: 'Gilroy-Bold';
  color: var(--black);
  margin-bottom: 10px;
  margin-top:25px;
}
.policy-content h1:before, .policy-content h2:before, .policy-content h3:before, .policy-content h4:before, .policy-content h5:before, .policy-content h6:before {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: var(--green);
  left: 0px;
  top: 9px;
  content: '';
  rotate: 40deg;
  border-radius: 2px;
}
.policy-content h1{
    font-size: 28px !important;
    line-height: 33px;
}
.policy-content {
  border-bottom: 1px solid #ddd;
  margin-bottom: 70px;
}
.policy-content ul li {
  margin-bottom: 0px;
}
/*---------------------footer-start---------------*/
.talkmint-footer {
  background-color: var(--dark-black);
}
#menu-footer-links {
  list-style-type: none;
  margin: 0px;
}
.footer-items {
  padding: 50px 0px 50px 0px;
  background-color: var(--dark-black);
}
.footer-bottom {
  border-top: 1px solid #404040;
  padding: 15px 0px;
}
.footer-bottom p {
  color: var(--white);
  text-align: center;
  margin-bottom: 0px;
}
.footer-list h3, .footer-list .h3 {
  font-size: 22px;
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-family: 'Gilroy-bold';
}
.footer-link-list a {
  font-size: 16px;
  display: block;
  color: var(--white);
  padding: 6px 0px 0px 0px;
  text-decoration: none;
}
.footer-link-list a:hover {
  color: var(--green);
  transition: all .5s ease-out;
}
.footer-socila-links a i {
  background-color: var(--white);
  color: var(--black);
  margin: 0px 7px;
  font-size: 20px;
  padding: 7px 8px;
  border-radius: 100%;
}
.footer-socila-links a i:hover {
  background-color: var(--green);
  color: #fff;
  transition: all .5s ease-out;
}
.footer-socila-links a i.fa-brands.fa-facebook-f {
    padding: 7px 11px !important;
}
.footer-socila-links {
  margin-left: -7px;
  margin-top: 20px;
}
.footer-socila-links .youtube1 {
  padding: 7px 7px;
}
.footer-socila-links .instagram1 {
  padding: 7px 8px;
}
/******###########  CSS START HERE BY (PY) #########********/
/**** NEWSLETTER SECTION CSS START *****/
.newsletter-content .tnp .tnp-field-email input {
  width: 100% !important;
  background: #fff !important;
  padding: 15px 25px !important;
  border-radius: 5px 0px 0px 5px !important;
  box-shadow: 0px 12px 27px -2px #00000012 !important;
  border: 1px solid #dddddd54 !important;
  height: 60px;
}
.newsletter-content .tnp .tnp-field-email input:focus,.tnp .tnp-field-email input:focus-visible {
  border: 1px solid #ddd !important;
  outline: none !important;
}
.newsletter-content .tnp .tnp-field-email label {
  display: none;
}
.newsletter-content .tnp.tnp-subscription {
  width: 660px !important;
  margin: 45px auto 0 auto;
  max-width: unset !important;
  position: relative;
}
.newsletter-content .tnp-submit {
  background: #000 !important;
  position: absolute;
  top: 0px;
}
.newsletter-content .tnp-field.tnp-field-button input.tnp-submit {
  background: #46c155 !important;
  padding: 16px 40px !important;
  text-transform: uppercase;
  width: 180px !important;
  font-family: 'Gilroy-Medium' !important;
  font-size: 18px !important;
  border-radius: 5px !important;
  transition: all .4s ease-in-out;
  height: 60px;
}
.newsletter-content .tnp-field.tnp-field-button input.tnp-submit:hover {
  background: #101010 !important;
}
.newsletter-content .tnp-field.tnp-field-button {
  position: absolute;
  right: 179px;
  top: 0px;
}
.newsletter-content .tnp-field.tnp-field-email {
  position: relative !important;
}
.newsletter-content ::placeholder {
  font-size: 20px !important;
  color: #202428a8 !important;
}
.site-heading.cat-heading h5 span,.search h5 span {
  font-family: var(--italic-font);
  font-size: 40px;
  color: var(--green);
}
.status-publish .entry-content p {
  font-size: 40px !important;
  font-family: var(--italic-font) !important;
  color: var(--green) !important;
  margin-bottom: 0px !important;
}
.no_result {
  padding-top: 120px;
}
.no_result .text-overlay {
  overflow: unset !important;
}
.no_result .text-overlay .grid-item-text {
  height: unset;
  padding: 0px 0px;
}
.no_result .text-overlay .grid-item-text h5 {
  color: var(--green) !important;
}
/**** NEWSLETTER SECTION CSS END *****/
/**** HOME PAGE CSS START HERE *****/
.talkmint-banner h1 span,.common-newsletter .newsletter-content h5 span { 
  color: #f66087;
  font-family: var(--italic-font);
  font-size: 75px;
}
.common-newsletter .container .row {
  align-items: center;
}
.search-form button:focus {
  background: transparent;
  color: var(--green) !important;
  border: none !important;
}
/**** HOME PAGE CSS END HERE *****/
/**** SINGLE PAGE CSS  START HERE *****/
.h2,.h3,.h2 h1,.h2 h2,.h2 h3,.h2 h4,.h2 h5,.h2 h6 {
    font-family:'Gilroy-Bold';
    font-size:30px;
	margin-bottom:15px;
}
.single-cat-content-details h2 {
    font-size: unset !important;
	margin-bottom:0px !important;
}
.single-cat-content-details .h3 {
    font-size: 24px !important;
}
.content_wrap {
    background: #fbfbfb;
    padding: 20px 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.scroll-nav a {
    font-size: 18px;
    color: #0b58147a;
    margin: 3px 0px;
    display: inline-block;
    font-family:'Gilroy-Bold';
}
#repeater-title-2 p img {
    width: 100%;
}
.h2 ul li {
    font-size: 16px;
    color: #555;
    font-weight: 500;
    font-family: var(--para-font);
    line-height: 28px;
}
.sub-nav {
    margin-left:20px;
}
.sub-nav a {
    font-size:16px;
}
.cstm_dsply {
    display: flex;
    gap: 5px;
    margin-bottom: 8px !important;
}
.heading.h3.cstm_sub_dsply {
    display: flex;
    gap: 5px;
	margin-bottom: 20px;
}
.cstm_sub_dsply h2,.cstm_sub_dsply h3,.cstm_sub_dsply h4,.cstm_sub_dsply h5,.cstm_sub_dsply h6 {  
	margin-bottom: 0px;
	line-height: 25px;
}
/**** SINGLE PAGE CSS END HERE *****/
/******###########  CSS END HERE BY (PY) #########********/

/* 404 pages css */

.error-page section.home-banner {
    padding: 200px 0 120px 0;
}
section.home-banner {
    position: relative;
    min-height: 780px;
    margin-top: -55px;
    z-index: 1;
    padding: 50px 0 0px 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.error-page section.home-banner .immi_button{
    background: #46c155 !important;
	color:#ffff;	
    text-transform: uppercase;
    width: 180px !important;
    font-family: 'Gilroy-Medium' !important;
    font-size: 18px !important;
    border-radius: 5px !important;
    transition: all .4s ease-in-out;
    height: 60px;
}	
.home-banner .home-bnn-content h1{	
	font-size: 40px;
    color: var(--black);
    line-height: 50px;
    font-family: 'Gilroy-Bold';
    margin-bottom: 0px;
    margin: 40px 0 45px;
}
.error-page section.home-banner .immi_button:hover {
    background: #101010;
}
/***new-single-blog-page***/
.single_blog-post .single-cat-main-head .breadcrums li, .next-post .h5 {
    text-transform: capitalize;
}
.single_blog-post .single-cat-main-head .h5 {
    font-size: 35px;
    line-height: 40px;
}
.single_blog-post  .single-cat-banner img {
    min-height: 540px;
    object-fit: cover;
    width: 100%;
}
.summery {
    background-color: #f2f2f2;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
}
.summery h2 {
    font-family: 'Gilroy-Bold';
    font-size: 24px !important;
    margin-bottom: 15px !important;
}
.blog-sidebar {
    position: sticky;
    top: 117px !important;
}
.single-cat-content-details p strong, .single-cat-content-details ul li strong {
    color: #222222;
    margin-bottom: 15px !important;
}
.noteingreen {
    margin-bottom: 40px !important;
}
.next-post .h5 {
    font-size: 30px;
    line-height: 27px;
    padding-top: 0px !important;
    margin-bottom: 10px;
}
.card-category .card-category-name {
    font-size: .625rem;
    color: var(--red);
    line-height: 14px;
    font-family: 'Gilroy-Medium';
    text-decoration: none;
    padding-left: 0px;
    text-transform: uppercase;
    letter-spacing: .15em;
    border: 1px solid var(--red);
    border-radius: 20px;
    display: inline-block;
    padding: 4px 10px;
}
.card-category p.card-title, .card-category p.card-title a {
    font-size: 16px;
    color: var(--black);
    line-height: 18px;
    font-family: 'Gilroy-Bold';
    padding-top: 5px;
    margin-bottom: 5px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-category {
    border: none;
}
.card-category .card-body {
    padding: 13px 0px 0px 0px;
}
.card-category .card-image, .card-category .card-image a {
    height: 85px;
}
.card-category .card-image a img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}
.single_blog-post .inner-page-section {
    padding: 0px;
}
.card-category p.card-title a:hover {
    text-decoration: underline;
}
.single-cat-content-details ul li {
    font-size: 18px;
    color: var(--light-black);
    font-family: var(--para-font);
    line-height: 28px;
    letter-spacing: 0.5px;
}
#comments .comment-author-info {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
#comments .comment-content {
    padding: 0px !important;
    border: none !important;
    font-size: 16px;
    color: var(--light-black);
    margin-bottom: 20px;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-top: 0px !important;
    padding-left: 90px !important;
}
#comments h2.comments-title {
    display: none;
}
#comments ol.comment-list {
    background: #fff;
}
#comments footer.comment-meta img {
    width: 75px;
    margin-right: 15px !important;
}
#comments .comment-content .reply {
    display: none;
}
#comments .comment-body {
    padding: 20px 0;
}
#comments .comment-content p {
    margin-bottom: 0px;
}
.sub_desc, .sub-noteingreen {
    padding-left: 15px;
}
.sub-noteingreen .sub_desc {
    padding-left: 0px;
}
.sub_desc h1, .sub_desc h2, .sub_desc h3, .sub_desc h4, .sub_desc h5, .sub_desc h6, .sub-noteingreen .sub_desc h1, .sub-noteingreen .sub_desc h2, .sub-noteingreen .sub_desc h3, .sub-noteingreen .sub_desc h4, .sub-noteingreen .sub_desc h5, .sub-noteingreen .sub_desc h6, .sub-noteingreen  .cstm_sub_dsply {
    font-family: 'Gilroy-Bold';
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    margin-top: 25px;    
}
.sub-noteingreen  .cstm_sub_dsply h3{
     color:#000 !important;
}
.content_wrap h2 {
    margin-bottom: 10px !important;
}
.sub_desc h1, .sub-noteingreen .sub_desc h1, .policy-content h2{
	font-size: 26px !important;
    line-height: 31px;
}
.sub_desc h2, .sub-noteingreen .sub_desc h2, .policy-content h3 {
	font-size: 24px !important;
    line-height: 29px;
}
.sub_desc h3, .sub-noteingreen .sub_desc h3, .policy-content h4 {
	font-size: 22px !important;  
    line-height: 27px;    
}
.sub_desc h4, .sub-noteingreen .sub_desc h4, .policy-content h5 {
	font-size: 20px !important;
    line-height: 25px;
}
.sub_desc h5, .sub-noteingreen .sub_desc h5, .policy-content h6 {
	font-size: 18px !important;
    line-height: 23px;
}
.sub_desc h6, .sub-noteingreen .sub_desc h6 {
	font-size: 16px !important;
    line-height: 21px;
}
.header-social-icons a i.fa-brands.facebook {
    padding: 4px 7px;
}