<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name: Twenty Twenty-One Child
 Theme URI: 
 Description: Twenty Twenty-One Child is a child theme of twentytwentyone
 Author: Child Themes Helper plugin
 Author URI: http://www.paulswarthout.com/child-themes-helper
 Template: twentytwentyone
 Version: 0.1.0
*/


/* Header code start here */
body {
  font-family: var(--font-body);
  line-height: 1.6;
  color: #2D3350;
  background-color: #F9F9FF;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url('/wp-content/themes/twentytwentyonechild/images/body-bg.jpg') center center;
}
figure {
    margin: 0 auto !important;
}
.site-header {
    padding: 0;
    margin: 20px auto 20px;
}
a {
  text-decoration: none !important;
}
.site-header {
  margin-top: 20px;
  margin-bottom: 20px
}
.site-header .container {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}
.header-logo .logo-image {
  width: 200px;
  display: inline-block;
}
.header-logo .logo-image img {
  max-height: var(--logo-header-height);
  max-width: 100%;
}
.justify-space-between {
  justify-content: space-between;
}
.header-inner {
  background-color: #FFFFFF;
  padding: 1.25rem 2rem;
  border-radius: 20px;
  box-shadow: 0 15px 40px 5px rgba(132, 132, 133, 0.15);
  align-items: center;
  display: flex;
}
.nav-wrap .nav-item-container{
  display: flex;
  align-items: center;
}
.single-post-card p {
  margin-bottom: 25px;
  width: 100%;
  max-width: 100% !important;
}
.singular .has-post-thumbnail .entry-header {
    padding-bottom: 0 !important;
}
.nav-wrap .nav-item-container .nav-item a:hover {
      /* color: #fb2576; */
      text-decoration: none;
  }
.nav-left .nav-item, .nav-right .nav-item {
  margin: 0 10px 0 0;
}
.nav-left .nav-item .nav-link, .nav-right .nav-item .nav-link {
  color: #2D3350;
  font-size: 18px;
  position: relative;
}
.nav-left .nav-item .nav-link {
  padding:10px 15px;
  border-radius: 4px;
}
.nav-left .nav-item .nav-link svg {
  position: relative;
  top: 5px;
  right: -5px;
}


.nav-left .nav-item .nav-link:hover {
  text-decoration: none !important;
  background: #143f5f;
  color: #fff;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.inline-flex{
  display:inline-flex
}
.no-style-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
a.more-link {
  display: none !important;
}
a {
  text-decoration: none;
  color: #fe0000;
  transition: all .25s;
}
a:hover{
  text-decoration: none;
}
.dropdown-menu .nav-item {
  padding: 0.5rem 1.5rem;
  margin: 0;
}
.has-dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -1.5rem;
  background: #161819;
  border: 1px solid #313438;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 9;
  padding: 16px 0;
  min-width: 180px;
  max-width: 250px;
  white-space: nowrap;
  transition: all 250ms;
  transform: translate3d(0,10px,0);
  visibility: hidden;
  opacity: 0;
}


/*  */

.single-post-card {
  background-color: #FFFFFF;
  box-shadow: 0 15px 40px 5px rgba(132, 132, 133, 0.15);
  padding: 20px 30px 15px 20px;
  border-radius: 16px;
}
.full-width .single-post-img-container {
  background: #FFFFFF;
  box-shadow: 0 15px 40px 5px rgba(132, 132, 133, 0.15);
  border-radius: 16px;
  padding: 1rem;
  margin-bottom: 2.5rem;
}
.full-width .single-post-img-container img {
  border-radius: 8px;
}
.single-post-img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.single-post-header {
  max-width: 700px;
  margin: 0 auto 2rem;
}
.tag-list {
  margin-bottom: 4px;
  display: flex;
  flex-wrap: wrap;
}
.tag-list a {
  color: #d4d4d4;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.5;
  margin: 0 8px 12px 0;
  background-color: #313438;
  display: flex;
  align-items: center;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border-radius: 20px;
  position: relative;
}
.tag-list a:hover {
  background-color: #E8EAEE;
}
.tag-list a .tag-accent {
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
  background: #fb2576;
}
.single-post-header .post-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.single-post-content p {
  margin-bottom: 30px;
}
.post-meta {
  font-size: 13px;
  color:#8a8c8d;
  display: flex;
  line-height: 1.6;
}

.post-meta a:hover {
  text-decoration-color: var(--theme-color);
  color: #d74f4f;
}

.post-meta a {
  color: #090C1E;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-transform: capitalize;
}
.single-post-content p {
  margin-bottom: 30px;
}
.single-post-content {
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}
.single-post-content h3{
  margin-bottom: 20;
}
.post-meta&gt;:not(:last-child) {
  margin-right: 16px;
}
.single-post-content .kg-image-card img {
  max-width: 100%;
  border-radius: 16px;
}
figure {
  margin-left: 0;
  margin-right: 0;
}
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  display: block;
}
.medium-zoom-image {
  /* cursor: pointer; */
  cursor: zoom-in;
  transition: transform .3s cubic-bezier(.2,0,.2,1)!important;
}
figcaption {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 20px;
}
.single-post-content a:not(.btn,.kg-btn) {
  text-decoration: underline;
  color: #d4d4d4;
}
.single-post-content a:not(.btn,.kg-btn):hover {
  color: #FB2576;
}
.single-post-content blockquote {
  margin: 65px 0;
}
blockquote {
  font-size: 19px;
  margin: 2.5rem 0;
  padding: 0 22px 0 23px;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  border-radius: var(--size-4);
  border-left: 4px solid #FB2576;
}




/*  */
h1 {
  font-size: 36px !important;
  color: #090C1E;
  font-weight: 600; 
  line-height: 1.2 !important;
  font-family: 'Manrope', sans-serif;

}
h1.page-heading {
  margin-bottom: 30px;
  font-size: 22px !important;
  line-height: 36px !important;
  margin-top: 30px;
  background: #d70202;
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  -webkit-border-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 10px;
  -moz-border-radius-topleft: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-right: 6px solid #ab0202;
  border-bottom: 6px solid #ab0202;
  letter-spacing: 1px;
  font-weight: 700;
  text-shadow: 2px 1px #950000;
  text-transform: uppercase;
}
body.single-post h1 {
  font-size: 28px !important;
  line-height: 36px !important;
  text-align: center;
  margin: 10px 0;
}
h2{
  font-size: 24px !important;
  line-height: 30px !important;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
}
h4 {
  font-size: 20px !important;
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
}
.h4{
  font-weight: 800;
  font-size: 20px !important;
  line-height: 1.2 !important;
  color: #090C1E;
  font-family: 'Manrope', sans-serif;
}
h3 {
  font-size: 18px !important;
  font-family: 'Manrope', sans-serif;
}
p {
  font-size: 16px !important;
  font-family: 'Bai Jamjuree', sans-serif;
}
h5 {
  font-size: 18px !important;
  font-family: 'Manrope', sans-serif;
}
.h5{
  font-size: 18px !important;
  font-family: 'Manrope', sans-serif;
}

/* feature post */
.sidebar-wrap {
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 15px 40px 5px rgba(132, 132, 133, 0.15);;
  position: sticky;
}
.sidebar-wrap .widget.widget-posts .text-center img,
.sidebar-wrap .widget.widget-posts .text-center p a img {
  width: 100%;
  max-width: 100%;
  margin: 0 0 50px !important;
}
.sidebar-wrap .widget:first-child {
  margin-top: 0;
}
.widget-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.widget-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.post-small {
  margin-bottom: 30px;
}
.post-small .post-img-container {
  width: 80px;
  margin-right: 18px;
  display: none;
}
.post-small .post-img-wrap {
  border-radius:8px;
  overflow: hidden;
}
.post-img-container .post-img-wrap {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 16px;
}
.post-small .post-info-wrap {
  flex: 1 1 120px;
}
.post-small .post-title {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}
.post-info-wrap .post-title a {
  color: #f1f1f1;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.post-img-container .post-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .3s ease;
  transform-origin: center;
  /* will-change: transform; */
}
.post-card.post-card-vertical .post-img-container .post-img-wrap img {
  height: auto !important;
  max-height: 130px !important;
}
.post-small {
  margin-bottom: 30px;
  flex-wrap: nowrap;
}
.post-meta {
  font-size: 13px;
  color: #8a8c8d;
  display: flex;
  line-height: 1.6;
}
.post-info-wrap .post-title a:hover {
  text-decoration: none !important;
}
.h5 {
  font-size: 15px;
  line-height: 1.5;
}
.post-img-container .post-img-wrap:hover img {
  transform: scale(1.03);
}






/* Tage Section */
  .widget {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  footer.site-footer .widget {
    margin-top: 20px;
    margin-bottom: 0px;
  }

/* newsletter */

.widget-newsletter-colored {
  background-color: #FB2576;
  padding: 30px 25px;
  border-radius: 16px;
  color: #ffffff;
}
.post-small .post-title {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}
.widget-newsletter-colored .widget-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.widget-newsletter-colored .text-copy {
  font-size: 20px;
  line-height: 1.5;
}

svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
}
.social-links .twitter {
  color: #1da1f2;
}
.social-links .facebook {
  color: #1877f2;
}
.social-links .linkedin {
  color: #0077b5;
}
.social-links .instagram {
  color: #c13584;
}
.social-links a:hover {
  background: #E8EAEE;
}
.social-links .github {
  color: #000000;
}
.social-links a {
  background: #EFF1F4;
  color: #d4d4d4;
  margin: 0 8px 8px 0;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

/* Article Section */
.share-wrap {
  background-color: #FFFFFF;
  box-shadow: 0 15px 40px 5px rgba(132, 132, 133, 0.15);;
  border-radius: 16px;
  margin-top: 30px;
  padding: 40px;
}
.justify-center {
  justify-content: center;
}
.share-title {
  margin-bottom: 1.5rem;
}
.share-links a.facebook {
  color: #1877f2;
}
.share-links a.pinterest {
  color: #e60023;
}
.share-links a.whatsapp {
  color: #23cf46;
}
.share-links a.mail {
  color: #d4d4d4;
}

.share-links a.twitter {
  color: #1da1f2;
}
.share-links a.linkedin {
  color: #0077b5;
}

.share-title {
  margin-bottom: 24px;
}
.share-links a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  background:#EFF1F4;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 8px;
  border-radius: 100%;
}
.single-post .author-card {
  margin-top: 40px;
  padding: 40px;
}
.author-card {
  background: #FFFFFF;
  /* padding: 1.5rem 1.5rem 1.25rem; */
  margin-bottom: 40px;
  border-radius:16px;
  box-shadow: 0 15px 40px 5px rgba(132, 132, 133, 0.15);;
}
.prev-next-wrap {
  margin-top: 25px;
}
.prev-next-wrap .nav-text {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.next-post, .prev-post {
  background: #ffffff;
  box-shadow:0 15px 40px 5px rgba(132, 132, 133, 0.15);;
  border-radius: 16px;
  padding: 24px;
}
.related-post-wrap {
  background: #FFFFFF;
  box-shadow: 0 15px 40px 5px rgba(132, 132, 133, 0.15);
  border-radius: 16px;
  padding: 40px;
  margin-top: 25px;
}
.related-post-card .post-img-container {
  width: 100%;
}
.related-post-card {
  margin-top: 40px;
}
.post-info-wrap .post-title a {
  color:#f1f1f1;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* Footer */
.back-to-top .btn-link {
  height: 24px;
  line-height: 24px;
  display: flex;
  align-items: center;
  /* color: var(--text-color-main); */
}
.site-footer {
  background-color: #ffffff;
  padding: 3rem 0;
  margin-top: 50px;
  -webkit-box-shadow: 0 -1px 11px 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 -1px 11px 10px rgba(0, 0, 0, .1);
  box-shadow: 0px -1px 11px 10px rgba(0, 0, 0, .1);
  width: 100%;
  max-width: 100%;
}
.widget-newsletter .text-copy {
  line-height: 1.5;
  margin-bottom: 25px;
}
.sr-only {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.widget-newsletter .email {
  border-right: 0;
}
.widget-newsletter .email {
  border-radius: 60px 0 0 60px;
  padding: 8px;
  margin-bottom: 0;
}
.btn:not(:disabled):not(.diabled) {
  cursor: pointer;
}
.widget-newsletter .btn {
  border-radius: 0 60px 60px 0;
  padding: 0px 20px;
  margin-bottom: 0;
  height: 42px;
  position: relative;
  left: -3px;
  top: -1px;
}
.widget-newsletter .btn span {
  position: relative;
  top: -3px;
}
.btn {
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0 2.25rem;
  height: 48px;
  line-height: 48px;
  border-radius:60px;
  border: none;
  background:#143f5f;
  color: #FFFFFF !important;
  transition: all .25s;
  outline: 0;
  align-items: center;
  opacity: 1;
}
.btn:hover{
  background:#143f5f;
  color: #FFFFFF;
  text-decoration: none;
}
.secondary-nav-wrap .nav-link.btn.btn-info  {
  margin-top:20px;
  background: #f68028 !important;
}
.secondary-nav-wrap .nav-link.btn.btn-info:hover  {
  margin-top:20px;
  background: #000000 !important;
}

.secondary-nav-wrap .nav-item {
  margin: 0 1.5rem 1rem 0;
  font-size: 15px;
}
.secondary-nav-wrap .nav-item a {
  color: #2D3350;
  font-size: 18px;
  text-decoration: none;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.secondary-nav-wrap .nav-item a:hover {
  text-decoration-color: #FB2576;
}
.footer-bottom {
  margin-top: 20px;
}
.copyright {
  font-size: 14px;
}

.back-to-top {
  font-size: 14px;
}
.copyright a {
  color: #2D3350;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.copyright a:hover {
  text-decoration-color: #FB2576;
}

/* hero section */
[data-intro=one] .home-intro-one {
  display: block;
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer {
  margin-bottom: 4rem;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-ovh {
  overflow: hidden;
}
#tns1 &gt; .tns-item {
  width: calc(14.2857%);
}
#tns1 &gt; .tns-item {
  width: calc(14.2857%);
}
#tns1 &gt; .tns-item {
  font-size: 16px;
}
.tns-horizontal.tns-subpixel&gt;.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.hero-post-card .row {
  flex-direction: row-reverse;
}
.tag-list {
  margin-bottom: 4px;
  display: flex;
  flex-wrap: wrap;
}
.tag-list a {
  color: #2D3350;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 8px 12px 0;
  background-color: #EFF1F4;
  display: flex;
  align-items: center;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border-radius: 20px;
  position: relative;
}
.post-info-wrap .post-excerpt {
  margin-bottom: 20px;
  line-height: 1.8;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.post-meta&gt;:not(:last-child) {
  margin-right: 16px;
}
.hero-post-card .post-img-container {
  width: 100%;
  background: #161819;
  box-shadow:  0 10px 10px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  margin-bottom: 15px;
  border-radius: var(--radius-16);
}
.hero-post-card .post-img-container .post-img-wrap {
  aspect-ratio: 16/9;
  border-radius: 8px;
}
.post-img-container .post-img-wrap {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 16px;
}
.hero-post-card .row {
  flex-direction: row-reverse;
}




/*  */
.post-card {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 15px 40px 5px rgba(132, 132, 133, 0.15);
  margin-bottom: 3rem;
  transition: transform .3s ease;
  will-change: transform;
}
.home-page-slider .post-img-container {
  width: 100%;
  margin-right: 0px;
}
.post-img-container {
  width: 272px;
  margin-right: 20px;
}
.post-img-container .post-img-wrap {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 0px;
}
.post-info-wrap {
  flex: 1 1 300px;
}
.post-info-wrap h2.post-title {
  padding-top: 0px;
  margin-top: 0px;
}
.post-info-wrap h3.post-title {
  margin-top: 0px;
  margin-bottom: 1.25rem;
}
.post-info-wrap .post-title a {
  color: #090C1E;
  text-decoration: none;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.post-info-wrap .post-title a:hover {
  color: #d74f4f;
}

/* contact form */
.wpcf7-form p label {
  font-weight: 500;
  font-size: 18px;
}
.wpcf7-form h6 {
  width: 70%;
}
.wpcf7-form-control.wpcf7-quiz.kaptcha {
  height: 30px;
  width: 50px;
}
.wpcf7-form .wpcf7-form-control-wrap input {
  border: 1px solid rgb(68, 68, 68); 
  margin-top: 10px;
}
#myInput {
  border: 1px solid rgb(68, 68, 68); 
}
#myInput:focus {
  outline: 0px;
}
.form-group .wpcf7-submit {
  padding: 10px 25px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #143f5f ;
  border:none ;
}
.form-group .wpcf7-select {
  color: #2D3350;
  padding: 15px 0 15px 30px;
  font-family: 'Bai Jamjuree';
  letter-spacing: 0.5px;
  border: 0;
  box-shadow: none;
  text-decoration: none;
  background: #EFF1F4;
  /* border-color: #EFF1F4; */ 
}
.form-group .wpcf7-textarea {
  padding: 15px 0px 0px 20px;
  width: 45%;
}
.form-group input {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  padding: 15px 10px 15px 30px;
  font-family: 'Bai Jamjuree';
  letter-spacing: 0.5px;
  /* background: #eff1f4;
  border-color: #eff1f4; */
}
.page-header {
  border:none
}
textarea.form-control {
  height: auto;
  margin-top: 12px;
}

.wpcf7 input {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  padding: 20px 10px 20px 10px;
  font-family: 'Bai Jamjuree';
  letter-spacing: 0.5px;
}
.wpcf7-form .wpcf7-form-control-wrap input:focus {
  outline: none;
}
form .wpcf7-submit {
  padding: 10px 10px 35px 10px;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 20px;
  color: #fff;
  background-color: #143f5f ;
  border:none ;
}
textarea.form-control {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  padding: 5px 10px 20px 10px;
  font-family: 'Bai Jamjuree';
  letter-spacing: 0.5px;
}

/* single post code */
#respond {
  display: none;
}
.navigation .post-navigation.nav-links{
  display: flex;
  justify-content: space-between;
}
.navigation .post-navigation .nav-links .screen-reader-text {
  display: none;
}
.blog-inner-post .inner-post-thumbnail .post-thumbnail img {
  padding: 20px 0px 0px 0px;
  margin: auto;
}
.blog-inner-post .entry-content p{
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
}
.single-post-card .entry-footer.default-max-width {
  border-top: 1px solid #d5d5d5;
  padding-top: 25px;
  max-width: 100%;
}
.single-post-card .posted-by {
  padding-bottom: 15px;
}
.tag-cover-card {
  background: #FFFFFF;
  box-shadow: 0 15px 40px 5px rgba(132, 132, 133, 0.15);
  border-radius: 16px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
}
.tag-cover-card .cover-image {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 16px;
}
.tag-cover-card .cover-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.tag-cover-card.has-image .tag-cover-content-wrap {
  margin: 50px auto;
  padding: 25px;
}
.tag-cover-card .tag-title {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.tag-cover-card .tag-description {
  position: relative;
  z-index: 1;
  margin-top: 25px;
  font-size: 25px;
  line-height: 1.6;
}
.tag-cover-card.has-image .tag-cover-content-wrap:before {
  content: "";
  background-color: var(--card-background-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 90%;
  border-radius: var(--radius-16);
}
.tag-post-content{
  background-color: #FFFFFF;
  box-shadow: 0 15px 40px 5px rgba(132, 132, 133, 0.15);
  padding: 40px;
  border-radius: 16px;  
  margin-bottom: 30px;
}
.tag-post-content .post-thumbnail-inner img {
  margin: auto;
  padding: 25px 0px 25px 0px;
}


/*  */
.post-categories {
  padding: 0;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 15px;

}
.post-categories li {
  display: inline-block;
    padding: 5px 10px;
    background: #143f5f;
    border-radius: 5px;
    color: #fff;
}
.post-categories a {
  color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.navigation.post-navigation {
  width: 1140px;
  margin: 50px auto 0;
  padding-bottom: 10px;
  display: flex;
}
.navigation.post-navigation .nav-links {
	width: 100%;
}
.navigation.post-navigation svg {
  position: relative;
  top: 6px;
}
.navigation.post-navigation h2 {
  display: none;
}
.navigation.post-navigation .nav-previous {
  float: left;
  width: 40%;
}
.navigation.post-navigation .nav-next {
  float: right;
  width: 40%;
  text-align: right;
}

.page-title{
  display: none;
}



/* MOBILE HEADER */

.mobile-container {
  width: 100%;
  margin: auto;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}
.mobile-container .topnav #mylinks {
  background: #174161;
}
.topnav a {
  color: white;
  padding: 14px 16px;
  background-color: #143f5f !important;
  text-decoration: none;
  font-size: 22px;
  display: block;
}
.mobile-container .topnav .header-logo .logo-image img {
  max-height: var(--logo-header-height);
  max-width: 35%;
}

.topnav a.icon {
  color: #FFFFFF;
  font-size: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ffffff;
  color: #FFFFFF;
}

.active {
  background-color: #FFFFFF;
  color: white;
}
.topnav {
  background: transparent;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #143f5f;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.post-img-container img{
  height: auto !important;
}


/*  */
#blog-page-container .post-img-container {
  width: 100%;
  margin-right: 0px;
}
#blog-page-container .post-img-container img {
  min-height: 215px;
  overflow: hidden;
  margin: auto;
}
#blog-page-container .post-img-container .post-img-wrap {
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}
#blog-page-container .post-info-wrap {
 min-height: 200px;
 margin-top: 20px;
}
#blog-page-container .post-img-container .post-img-wrap {
  aspect-ratio: 0;
}
#blog-page-container .post-card .post-info-wrap .post-title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#blog-page-container .post-card .post-info-wrap .post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#news-page-content.post-img-container .post-img-wrap {
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}
#news-page-content .post-img-container {
  width: 100%;
  margin-right: 0px;
}
#news-page-content .post-info-wrap {
 min-height: 200px;
 margin-top: 20px;
}
#news-page-content .post-img-container .post-img-wrap {
  aspect-ratio: 0;
}

#news-page-content .post-card .post-info-wrap .post-title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#news-page-content .post-card .post-info-wrap .post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-page-post-content .post-card .post-img-container {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}
.home-page-post-content .post-img-container img {
  border-bottom-left-radius: 14px;
  border-top-left-radius: 14px;
}

.home-page-slider .post-card .post-img-container img {
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
}


.sidebar-wrap .widget-content article .post-img-container img {
  height: auto !important;
}
.site-footer .post-img-container img {
  height: auto !important;
}

/* directory page content */

.content-section img{
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: auto;
    /* width: 70%; */
    margin: auto;
    max-width: 260px;
    margin-bottom: 15px;
  }
  .corner-ribbon.top-right {
    top: -3px;
    left: -66px;
    right: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-size: 20px !important;
    line-height: 36px !important;
  }
  .corner-ribbon.orange {
    background: #ee0034;
    color: #fff;
  }
  .corner-ribbon {
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    right: -50px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 9999;
  }
  .presentation-section {
    border: 1px solid #dddddd;
      border-bottom-color: rgb(221, 221, 221);
      border-bottom-style: solid;
      border-bottom-width: 1px;
    border-bottom: 4px solid rgb(238, 0, 52);
    width: 100%;
    background: #fff;
  }
  .presentation-section {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 10px rgba(0,0,0,.15);
  }
  .presentation-section {
    min-height:415px;
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 15px 40px 5px rgba(132, 132, 133, 0.15);
    margin-bottom: 20px;
    transition: transform .3s ease;
    will-change: transform;
  }
  .presentation-section .col-md-6.image-section {
    min-height: 380px;
    display: flex;
    align-items: center;
  }
  .carousel {
    width: 80%;
    margin: auto;
  }
  #post-14 .entry-header,
  #post-14 .entry-footer{
    display: none;
  }

  /* CPT UI Pagination */
  .pagination .page-numbers.current,
  .pagination .page-numbers.current:hover {
    background: #d74f4f !important;
  }
  .pagination .page-numbers {
    background: #d6d6d6;
    color: #fff;
    margin-left: 20px;
    padding: 10px 15px 10px 15px;
    border-radius: 50%;
    width: 50px;
    text-align: center;
  }
  .pagination .page-numbers:hover {
    /* padding-left: 25px; */
    background: #121212;
    color: #fff;
  }

  .pagination .next,
  .pagination .prev{
    background: none;
    color: #000000;
  }
  .pagination .next:hover,
  .pagination .prev:hover{
    background: none;
    text-decoration: underline;
    color: #143f5f;
  }
  .pagination .fz-pagination {
    display: flex;
    font-size: 18px;
    justify-content: space-between;
  }
  .pagination .fz-pagination .page-numbers .current {
    color: #fa7500;
  }

  /* Directory btn */
  .directory-btn .buttons a {
    background: #143f5f;
    padding: 12px 20px;
    margin-right: 15px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .directory-btn .buttons a:hover {
    background: #fe0000;
  }
  .directory-btn {
    display: flex;
    margin-top: 40px;
    justify-content: center;
  }
  .directory-btn .buttons a {
    color: #FFFFFF;
  }
  .directory-content .logo-image {
    margin-top: 15px;
  }
.sidebar.sidebar-sticky {
  margin-bottom: 30px;
}
.directory-content .description p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
}

/* Sign Up Page &amp; Thank page code here  */
.sign-up-template-content .wpcf7-form h6 {
    width: 100%;
}
.homepage-logo-section {
  margin-bottom: 30px !important;
  column-gap: 30px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
h2.sponsor-heading {
  text-align: center; 
  padding: 30px 15px 30px 15px;
  font-size: 30px !important;
  line-height: 42px !important;
  font-weight: 700;
}
.homepage-logo-section .logo-image {
  height: auto;
  width: 25%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  float: left;
  min-height: 200px;
  padding-left: 2%;
  padding-right: 2%;
  align-items: center;
}
.homepage-logo-section .logo-image a {
  
}
.homepage-logo-section .logo-image a img {}

.pagination {
    display: flex;
    padding-left: 0;
    margin: 30px 0;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}
.thankyou-text {
  font-size: 48px; 
  line-height: 64px; 
  text-align: center;
}

.desktop-show {
  display: block;
}
.mobile-show {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .desktop-show {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .homepage-logo-section {
    margin-bottom: 0px !important;
    column-gap: 20px;
  }
  .homepage-logo-section .logo-image a img {
    max-height: 80px;
    margin: 0 auto 60px;
    max-width: 200px;
  }
  h2.sponsor-heading {
    padding: 20px 15px 40px 15px;
    font-size: 25px !important;
  }
  .thankyou-text {
    font-size: 30px; 
    line-height: 42px; 
  }
  .topnav &gt; .header-logo &gt; a {
    background-color: #ffffff !important;
    height: 52px;
    padding-top: 10px;
  }
  .topnav a.icon {
    top: -4px;
  }
  .mobile-container .topnav .header-logo .logo-image img {
    max-width: 100%;
  }
  .post-categories {
    margin-top: 15px;
  }
  .home-page-slider .post-card .post-info-wrap {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .presentation-section .col-md-6.image-section {
    min-height: auto;
  }
  .homepage-logo-section .logo-image {
    height: auto;
    width: 31%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    float: left;
    min-height: auto;
    padding-left: 1%;
    padding-right: 1%;
    align-items: center;
  }
  .sidebar.sidebar-sticky .sidebar-wrap .text-center p img.propane-constructions-meter {
    max-width: 200px;
    margin: 0 auto 50px !important;
    width: 100%;
  }
  .site-header {
    width: 100%;
    max-width: 200%;
  }
}
/* @media only screen and (max-width: 1024px) { */


span.posted-on, .posted-by {
	display: none !important;
}

.btn.btn-danger {}
.btn.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
a.footer-contact-us {
  display: block;
  margin: 20px auto;
  text-align: center;
  width: 200px;
}
a.footer-contact-us:hover {}

.logo-image.sidebar-logos {
  width: 46%;
  padding-left: 2%;
  padding-right: 2%;
  float: left;
  height: 120px;
  display: flex;
  align-items: center;
}
.sidebar-logo-section .logo-image.sidebar-logos img.lp-construction  {
  height: 70px;
}
.sidebar-logo-section .logo-image.sidebar-logos img.american-business-logo {
  height: 70px;
}
.sidebar-logo-section .logo-image.sidebar-logos img.propane-and-oil-training {
  height: 90px;
}
.sidebar-logo-section {
    margin-bottom: 40px;
    display: flow-root;
    clear: both;
    height: auto;
}
.wpcf7-form-control.wpcf7-select {
    height: 40px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    font-family: 'Bai Jamjuree';
    letter-spacing: 0.5px;
    color: #999;
    padding: 0 0 0 5px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #999 !important;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  margin: 60px auto 30px;
  text-align: center;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.content-section img {
  padding: 2px;
  border-radius: 4px;
  max-height: 100px;
  width: auto;
  max-width: inherit;
}
.mkdf-btn.mkdf-btn-small {
  background: #08c;
  color: #fff;
  padding: 8px 25px;
  display: inline-block;
  margin-bottom: 15px;
}
.mkdf-btn.mkdf-btn-small:hover {
  background-color: #d70202;
}
.modal-dialog {
    width: 80%;
    margin: 30px auto; 
}
ul.table-list {
  margin: 0 0 60px;
  padding: 0px;
}
ul.table-list li {
  display: inline-block;
    text-align: center;
    list-style-type: none;
    list-style: none;
    width: 50%;
    float: left;
    padding: 10px 0;
   border: 1px solid #9c9c9c;
    display: flex;    
    justify-content: center;
    column-gap: 8px;
}
ul.table-list li:nth-child(even) {
  border-right: 1px solid #9c9c9c;
}
ul.table-list li:last-child {
  border-bottom: 1px solid #9c9c9c;
}
ul.table-list li:nth-last-child(2) {
  border-bottom: 1px solid #9c9c9c;
}
ul.table-list li a {
  font-size: 16px;
  line-height: 24px;
  color: blue;
}
ul.table-list li a:hover {
  color: red;
}
table.simple-table {}
table.simple-table tr {}
table.simple-table tr td {
  border-bottom: 0px;
}

.nav-item.has-dropdown {
  position: relative;
}
.nav-item.has-dropdown:hover ul.dropdown-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  background: #fff;
  top: 29px;
  padding: 0px;
  left: 0px;
  border-radius: 0px;
}
.dropdown-menu .nav-item {
  padding: 0;
  margin: 0;
}
.dropdown-menu  .nav-item .nav-link {
  padding: 10px 15px;
  border-radius: 0px;
  font-size: 14px;
}
ul.bullet-list {
  margin: 0;
  padding: 20px 0 20px 20px;
}
ul.bullet-list li {}
.directory-page {

}
.directory-page .directory-content .presentation-section {
  margin-bottom: 40px;
}
.tag-post-content.search-page {
  padding: 20px;
}
.tag-post-content.search-page h2 {
  margin: 0px;
  padding: 0px;
}
.tag-post-content.search-page h2 a:hover {
  color: #d70202;
}
.tag-post-content.search-page p {
    margin: 0px;
    padding: 0px;
}
.tag-post-content.search-page img {
  margin: 0px;
  padding: 0px;
  border-radius: 15px;
}
.search-result-count.default-max-width {
  max-width: 1130px;
  margin: 0 auto 30px;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.navigation.pagination {}
.navigation.pagination .prev.page-numbers {
  width: 200px;
  background: transparent;
  color: #313131;
}
.navigation.pagination .next.page-numbers {
  width: 200px;
  background: transparent;
  color: #313131;
}
.navigation.pagination .page-numbers {
    background: #d6d6d6;
    color: #fff;
    margin-left: 0;
    padding: 0px 00px 0px 0px;
    border-radius: 50%;
    width: 75px;
    text-align: center;
    height: 75px;
    line-height: 75px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500;
}

.search-bar-container {
  display: flex;
  align-items: center;
  background-color: #e6e6e6;
  padding: 5px;
  width: 220px;
  height: 50px;
  border-radius: 50px;
  box-shadow: none;
  margin: 10px;
  position: relative;
  transition: width 1.5s;
}
.search-bar-container input {
    border:0px;
    outline: 0px;
    padding-left: 40px;
}
.search-bar-container input:focus {
    border:0px;
    outline: 0px;
}
.magnifier {
  width: 25px;
  cursor: pointer;
  position: absolute;
  left: 14px;
}
.mic-icon {
  width: 30px;
  position: absolute;
  right: 10px;
  transition: width 0.4s;
  transition-delay: 1s;
}
.input {
  background-color: transparent;
  border: none;
  margin: 10px 50px;
  width: 100%;
  outline: none;
  color: rgb(100, 100, 100);
  transition: width 1s;
  transition-delay: 0.5s;
}
.active.search-bar-container {
  width: 50px;
}
.active .input {
  width: 0;
}
.active .mic-icon {
  width: 0;
}
body.search.search-no-results h1 {
  text-align: center;
  display: none;
}


@media only screen and (min-width: 1025px) and (max-width: 1170px) {
  .header-logo .logo-image {
    width: 165px;
  }
  .nav-left .nav-item .nav-link, .nav-right .nav-item .nav-link {
    font-size: 15px;
  }
  .nav-left .nav-item .nav-link {
    /* padding: 6px 10px; */
  }
  .btn {
    font-size: 14px;
    font-weight: 500;
    padding: 0 2rem;
    height: 36px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .topnav a.icon {
    top: 0;
    margin-top: 15px;
  }
  .mobile-navbar {
    margin-top: 15px;
    background: #143f5f;
  }
  .topnav a {
    padding: 6px 16px;
  }
  ul.table-list li {
    width: 100%;
    border-right: 1px solid #9c9c9c;
  }
  ul.table-list li:nth-child(even) {
    border-right: 1px solid #9c9c9c;
  }
  ul.table-list li:last-child {
    border-bottom: 1px solid #9c9c9c;
  }
  ul.table-list li:nth-last-child(2) {
    border-bottom: 0px solid #9c9c9c;
  }
  h1.page-heading {
    font-size: 18px !important;
    line-height: 36px !important;
    padding: 3px 20px;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .site-header {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .sidebar.sidebar-sticky {
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .topnav .mobile-navbar .dropdown-list {
    margin-left: 30px;
  }
  .topnav .mobile-navbar .dropdown-list a {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 0 10px 0;
  }
  .presentation-section {
    padding: 0px !important;
  }
  .col-sm-8.text-left {
    text-align: center;
  }
  .post-info-wrap h2.post-title {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}
/* @media only screen and (max-width: 767px) */

@media only screen and (max-width: 400px) {
  .topnav &gt; .header-logo &gt; a {
    padding: 20px 0 0 0;
    width: 240px !important; 
  }
}
/* @media only screen and (max-width: 400px) { */</pre></body></html>