:root {
  --primary-color: #e8244f;
  --text-color: #1d242d;
  --dec-color: #546881;
  --light-bg: #f5f7f9;
}

body.post,
body.page {
  margin: 0 !important;
}
a {
  text-decoration: none !important;
}
a:focus,
a:active,
a:visited {
  color: inherit;
}
a:focus {
  outline: none !important;
}
.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 16px;
}
body {
  padding-top: 82px;
}
ul,
ol {
  margin-left: 20px;
  padding-left: 20px;
}
.blog-details-area h1 {
  font-size: 40px;
  line-height: 50px;
}
header.header-main {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
}
body.admin-bar header.header-main {
  top: 32px;
}

.breadcrumb-main {
  padding: 12px 16px;
  background: var(--light-bg);
}
.breadcrumb-main .container {
  text-align: center;
}
nav.breadcrumb {
  display: inline-block;
}
nav.breadcrumb a {
  font-weight: 500;
  padding: 0 6px;
}
nav.breadcrumb span {
  padding: 0 6px;
}

nav.breadcrumb span {
  font-weight: normal;
}
nav.breadcrumb a:hover {
  color: var(--primary-color);
}
/*highlighttext text style */
span.d-inline-flex.style-word {
  transform: rotate(-2deg) !important;
  border-radius: 12px !important;
  background-color: var(--primary-color);
  display: inline-flex !important;
  color: #fff;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/* video bg css */

.video-bg .e-hosted-video {
  background-color: #025864;
}

.blend-plus-lighter video {
  mix-blend-mode: plus-lighter !important;
}

/* elementor tabs css */
.e-n-tabs-heading {
  background: var(--light-bg);
  border-radius: 24px;
}
.e-n-tabs-heading > button {
  cursor: pointer;
}
.pricing-tabs .e-n-tabs-heading {
  background: transparent;
  border-radius: 0;
}
.mega-header {
  box-shadow: -7px 17px 14px 1px #00000014;
}
/*circle shap css */

.shap-image-icon {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-animation: bouncebounce 0.9s 1.5s infinite ease-out alternate;
  -moz-animation: bouncebounce 0.9s 1.5s infinite ease-out alternate;
  -ms-animation: bouncebounce 0.9s 1.5s infinite ease-out alternate;
  animation: bouncebounce 0.9s 1.5s infinite ease-out alternate;
}
.shap-image-icon.one {
  animation-delay: 0s;
}

.shap-image-icon.two {
  animation-delay: 0.3s;
}

.shap-image-icon.three {
  animation-delay: 0.6s;
}
@-webkit-keyframes bouncebounce {
  0% {
    bottom: 22px;
  }
  100% {
    bottom: 40px;
  }
}
@-moz-keyframes bouncebounce {
  0% {
    bottom: 22px;
  }
  100% {
    bottom: 40px;
  }
}
@-ms-keyframes bouncebounce {
  0% {
    bottom: 22px;
  }
  100% {
    bottom: 40px;
  }
}
@keyframes bouncebounce {
  0% {
    bottom: 22px;
  }
  100% {
    bottom: 40px;
  }
}

/* accordian css */

.elementor-widget-n-accordion .e-n-accordion-item-title {
  justify-content: space-between !important;
}
.position-sticky {
  position: sticky;
}

/* footer css */
.footer-items ul > li {
  width: 100% !important;
}

h3.elementor-icon-box-title {
  margin-top: 0 !important;
}
span.elementor-button-content-wrapper {
  align-items: center;
}
nav ul li a i.icon.icon-down-arrow1.elementskit-submenu-indicator {
  border: none !important;
}

/* pagination */

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid #dfdfdf;
  gap: 10px;
}

.page-numbers {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd8d8;
  border-radius: 5px;
}

a.next.page-numbers,
a.prev.page-numbers {
  font-size: 0;
  position: relative;
}

a.next.page-numbers:after {
  content: "\e876";
  font-weight: 900;
  font-family: elementskit !important;
  color: #69727d;
  display: inline-block;
  font-size: 14px;
}
a.prev.page-numbers:after {
  content: "\e997";
  font-weight: 900;
  font-family: elementskit !important;
  color: #69727d;
  display: inline-block;
  font-size: 14px;
}

span.page-numbers.current {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.blog-details-area {
  padding: 60px 0 60px;
}
.blog-content .post-title {
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  margin: 0 0 14px;
}

.blog-content .blog-head-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 64px;
}

.social-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.social-icons.top-icons {
  justify-content: center;
}
.social-icons a {
  height: 48px;
  width: 48px;
  border: 1px solid #c5bcbc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--text-color);
  transition: all 0.3s;
}
.social-icons a:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.blog-content .featured-image {
  display: flex;
  justify-content: center;
}

.blog-bottom-info .bottom-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
  border-top: 1px solid #c5bcbc;
  gap: 20px;
  flex-wrap: wrap;
}

.blog-bottom-info {
  margin-top: 64px;
}
.blog-bottom-info .post-tags {
  display: flex;
  gap: 4px;
  align-items: center;
}
.blog-bottom-info .post-tags a {
  color: var(--dec-color);
  font-weight: normal;
}
.blog-bottom-info .post-tags a:hover {
  color: var(--primary-color);
}
.blog-grid-style article .wrap-blog-info {
  margin-top: 16px;
}

input {
  width: 100%;
  border: 1px solid #c5bcbc;
  background: #fff;
  font-weight: 400;
  font-size: 15px;
  padding: 12px 20px !important;
  height: 55px;
  display: block;
  border-radius: 5px;
  transition: all 0.3s;
}
textarea {
  border-radius: 5px;
  padding: 12px 20px !important;
  max-height: 300px;
  background: #fff;
  border: 1px solid #c5bcbc;
  font-weight: 400;
  transition: all 0.3s;
}
.comment-form textarea {
  min-height: 130px;
  max-height: 130px;
  width: 100% !important;
}
input:focus,
textarea:focus {
  outline: none !important;
  border-color: var(--primary-color);
}
.form-submit input {
  cursor: pointer;
}
.form-submit {
  display: inline-block;
}
.comment-respond {
  padding: 35px 40px 35px;
  background: var(--light-bg);
  border-radius: 16px;
}
.comment-form-row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
  width: calc(50% - 10px);
  margin: 0 0 10px;
}
.comment-respond h3#reply-title {
  font-size: 26px;
  margin: 0;
}

/* comment css */

.comment-body {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.comment-avatar img {
  border-radius: 50%;
}

.comment-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.comment-author strong {
  font-weight: 600;
}

.post-author-badge {
  border: 1px solid #000;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 12px;
  background: #fff;
}

.comment-date {
  color: #666;
  font-size: 13px;
}

.comment-reply a {
  font-weight: 500;
  text-decoration: none;
}

.comment-reply a:hover {
  text-decoration: underline;
}
.author-box {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 30px;
  border-radius: 12px;
  background: var(--light-bg);
  margin-bottom: 50px;
}

.author-box .author-info h4 {
  font-size: 20px;
  margin: 0 0 10px;
}

.author-box .author-info p {
  margin: 0 0 16px;
}

.author-box .author-avatar img {
  border-radius: 5px;
}

/* sidebar */
.categories-main .blog-grid-style {
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
}
.categories-main .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.categories-main .col-md-8 {
  width: 70%;
  flex: 0 0 70%;
  padding: 0 16px;
}

.categories-main .col-md-4 {
  flex: 0 0 30%;
  width: 30%;
  padding: 0 16px;
}
ul.wp-block-latest-posts__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.wp-block-latest-posts__list li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  margin-bottom: 15px;
  background-color: var(--light-bg);
  border-radius: 12px;
}
ul.wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
  width: 70px;
  flex: none;
  padding-top: 21%;
  position: relative;
}
ul.wp-block-latest-posts__list .wp-block-latest-posts__featured-image img {
  border-radius: 5px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.wp-block-latest-posts__list a.wp-block-latest-posts__post-title {
  color: var(--text-color);
  width: calc(100% - 90px);
  line-height: 22px;
}
.wp-block-search__inside-wrapper {
  position: relative;
}

button.wp-block-search__button.wp-element-button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 18px 30px;
  font-size: 16px;
}
label.wp-block-search__label {
  font-size: 19px;
  color: var(--text-color);
}
.categories-main {
  padding: 20px 0 80px;
}
.wp-block-search__inside-wrapper input {
  padding-right: 114px !important;
}
.widget-area ol.wp-block-latest-comments {
  margin: 0;
  padding-left: 22px;
}
.widget-area ul.wp-block-archives-list.wp-block-archives {
  margin: 0;
  padding-left: 18px;
}
.widget-area ul.wp-block-archives-list.wp-block-archives li a {
  color: var(--dec-color);
}
.widget-area ul.wp-block-categories-list.wp-block-categories {
  margin: 0;
  padding-left: 18px;
}
ul.wp-block-categories-list.wp-block-categories li a:hover,
.widget-area ul.wp-block-archives-list.wp-block-archives li a:hover {
  color: var(--primary-color);
}

@media (max-width: 991px) {
  .categories-main .col-md-8,
  .categories-main .col-md-4 {
    flex: 0 0 100%;
    width: 100%;
  }
  ul.wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
    padding-top: 18%;
  }
  .widget-area .wp-block-heading {
    margin-top: 0;
  }
  .widget-area .widget.widget_block {
    width: 50%;
    float: right;
  }
  .widget-area .widget_block.widget_search {
    width: 46%;
    float: left;
  }
  .categories-main {
    padding: 20px 0 60px;
  }
}
@media (max-width: 767px) {
  .categories-main .blog-grid-style {
    grid-template-columns: repeat(1, 1fr);
  }
  .categories-main {
    padding: 20px 0 40px;
  }
  .widget-area .widget.widget_block,
  .widget-area .widget_block.widget_search {
    width: 100%;
    float: inherit;
  }

  .blog-content .post-title {
    font-size: 36px;
    line-height: 42px;
  }
  .comment-body {
    display: block;
  }
  .author-box {
    flex-direction: column;
  }
  .comment-meta {
    align-items: self-start;
    flex-direction: column;
  }
  .post-comments ol {
    padding-left: 0;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .comment-respond {
    padding: 30px;
  }
}

/* custom css */

@media (min-width: 768px) {
  .sticky-element {
    position: sticky;
    top: 120px;
    align-self: flex-start;
  }
}

.custom-contact-form p {
  margin: 0 0 12px;
}
.custom-contact-form br,
.wpcf7-form br {
  display: none;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 16px;
  background: #f5f5f5;
  color: #666;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  border-radius: 5px !important;
}

.wpcf7 textarea {
  height: 70px !important;
  resize: none;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #999;
}
.wpcf7 input[type="submit"] {
  background: #e8244f !important;
  width: auto;
  border-radius: 5px !important;
  padding: 10px 36px !important;
  font-size: 16px !important;
  cursor: pointer;
  transition: 0.3s;
}

.wpcf7 input[type="submit"]:hover {
  background: #e6004c;
}
span.wpcf7-spinner {
  position: absolute;
  bottom: 16px;
}
.wpcf7-response-output {

  background: #fff;
  z-index: 1;
}

button.deensimc-toggle {
  background: transparent !important;
  border: none;
  padding: 0;
  color: #e8244f !important;
}
.primary-text{
  color: var(--primary-color) !important;
}
.deensimc-tes-ratings.deensimc-testimonial-ratings {
  position: absolute;
  top: 24px;
  left: 24px;
}

figure.deensimc-tes-main {
  background: #fff;
  border-radius: 16px;
}
.deensimc-testimonial-marquee .deensimc-tes-main .deensimc-tes-author {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .table-sec {
    overflow-x: auto;
    display: block;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .table-main {
    min-width: 1200px;
    display: table;
  }
  .relative {
    position: static !important;
  }
}
/* custom css */
/* active menu css */
.elementskit-megamenu-panel a.is-active {
  color: var(--primary-color) !important;
  font-weight: 600;
}
.elementskit-megamenu-panel a.is-active > svg path {
  stroke: var(--primary-color) !important;
}

.elementskit-navbar-nav > li.current-menu-parent > a {
  color: var(--primary-color) !important;
  font-weight: 600;
}
.elementskit-navbar-nav > li.current-menu-parent > a > i {
  color: var(--primary-color) !important;
}
/* active menu css End*/

.cf7-row {
  display: flex;
  gap: 20px;
}

.cf7-col {
  width: 50%;
}

.cf7-col-full {
  width: 100%;
}

.cf7-row input.wpcf7-form-control {
  margin-bottom: 9px !important;
  border-radius: 8px !important;
  font-family: "Work Sans";
}

.cf7-col-full textarea.wpcf7-form-control.wpcf7-textarea {
  border-radius: 8px;
}

select.wpcf7-form-control.wpcf7-select {
  border-radius: 8px;
}
select.wpcf7-form-control.wpcf7-select:focus {
  outline: none !important;
  border-color: var(--text-color);
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: var(--text-color) !important;
  opacity: 1;
}
.blog-content .featured-image img, .left-side .image-main {
    box-shadow: 0px 12px 12px 0px #0000000F;
    border: 0.58px solid #79797926;
    border-radius: 16px;
}
@media (max-width: 767px) {
  .cf7-row {
    flex-direction: column;
    gap: 15px;
  }

  .cf7-col {
    width: 100%;
  }
}

/* custom css end */
.demo-form {
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}

.demo-form .form-group {
    margin-bottom: 16px;
}

.demo-form input,
.demo-form select {
    width: 100%;
    height: 52px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 15px;
    color: #111827;
    background: #fff;
    box-sizing: border-box;
}

.demo-form input::placeholder {
    color: #9CA3AF;
    opacity: 1;
}

.demo-form input:focus,
.demo-form select:focus {
    outline: none;
    border-color: var(--primary-color);
}

.demo-form .form-submit {
    margin-top: 24px;
}

.demo-form .wpcf7-submit {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 8px;
    background: var(--primary-color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.demo-form .wpcf7-submit:hover {
    background:  var(--primary-color);
}
.demo-form .form-submit,
.demo-form .form-submit p {
    margin: 0;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required:focus ,
.wpb_form_popup_button:hover, .wpb_form_popup_button:focus ,
.ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):hover ,
.ekit-wid-con .ekit-form form textarea:hover{
    border-color: var(--primary-color) !important;
}
.demo-form .wpcf7-spinner {
    display: none;
}

button.wpbean_fopo_init_popup {
    font-family: "Work Sans", Sans-serif;
    font-weight: 500;
}

.light-btn-main  button.wpbean_fopo_init_popup{
  background: #fff !important;
  color: var(--text-color) !important;
  border: 1px solid #aeb7c2 !important;
  padding: 14px 20px 14px 20px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 4px;
}
.primary-btn button.wpbean_fopo_init_popup{
    padding:16px 20px 16px 20px;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23666' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
    padding-left: 20px !important;
}

.wrap-heading h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

.wrap-heading p {
    margin-top: 0;
}