/*!
 * Start Bootstrap - Blog Home (https://startbootstrap.com/template-overviews/blog-home)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-home/blob/master/LICENSE)
 */
body {
line-height :1 !important;
}


.smw-st-blog .hero {
  /*height: 70vh;*/
  	background-image: url("blog-heding-bg.jpg");
background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.smw-st-blog .hero .headline-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ds .row {
    margin: 0;
}

.smw-st-blog .headline {
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 4rem;
	color: #fff;
}


.smw-st-blog .subheadline {
    text-align: center;
    font-weight: 300;
    font-size: 2rem;
	color: #fff;
}


.smw-st-blog .ms-bg-bl{
	background-color: #F8F8F8;
}
.smw-st-blog .card {
    border: none;
    padding: 15px 15px 0 13px;
    margin-bottom: 24px;
}

.smw-st-blog .card-header {
    padding: 0;
    margin-bottom: 8px;
    background: none;
    border-bottom: none;
    margin-top: 0;
    color: #FF0000;
    font-size: 18px;
}


.post-sidebar-heading::after {
    content: '';
    background-color: #FF0000;
    display: block;
    position: relative;
    bottom: -10px;
    width: 155px;
    height: 2px;
}

.smw-st-blog h1.my-4 {
        box-shadow: 0 2px 10px 0 rgba(85,140,188,.2), 0 2px 10px 0 rgba(224,224,224,.05);
    background-color: #FFF;
    padding: 33px;
	margin-bottom: 30px;
	margin-top: 22px;
}

.smw-st-blog .card-body {
  padding: 0;
  padding-top: 10px;
}
.smw-st-blog .card-body span {
  border: 1px solid #171232;
  color: #171232;
  border-radius: 30px;
  font-size: 12px;
  padding: 5px;
  line-height: 3;
}
.smw-st-blog .card-body span a, .smw-st-blog .card-body span a:hover {
  color: #171232;
  text-transform: none;
}
.smw-st-blog .card-body span:hover {
  color: #1de6c7;
  background-color: #1de6c7;
  border: 1px solid #1de6c7;
}
.smw-st-blog .card-body span:hover a, .smw-st-blog .card-body span:hover a:hover {
  color: #171232;
  text-transform: none;
}

.smw-st-blog .author {
  color: #99d888;
}

.smw-st-blog .h1, h1 {
  font-size: 24px;
  line-height: 1;
}

.smw-st-blog .small, small {
  font-size: 12px;
  font-weight: 400;
}

.smw-st-blog .list-unstyled li {
    padding-top: 11px;
    padding-bottom: 22px;
}
.smw-st-blog .list-unstyled img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  float: left;
  clear: both;
  margin-right: 6px;
}
.smw-st-blog .list-unstyled p {
  display: inline;
  font-size: 14px;
  clear: both;
  color: #40444D;
}
.smw-st-blog .list-unstyled p span {
  font-size: 10px;
  padding: 10px;
}

.smw-st-blog .card-footer {
  padding: 0;
  margin-top: 20px;
  background: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary, .btn-primary:hover, .btn-primary:focus {
  background: none;
  border: none;
  color: #1de6c7;
  outline: 0;
}

@media (min-width: 992px) {
  body {
    padding-top: 0px;
  }
}

.smw-st-blog  .checklist-title-border {
    display: block;
    width: 100%;
    margin-top: 8px;
    border-bottom: 1px solid #B9041E;
    box-shadow: 0 15px 15px -15px rgba(33, 16, 118, 0.5);
}

.smw-st-blog  input {
        border: 0px solid #ccc;
    width: 100%;
    padding: 10px;
    margin: 9px 0px;
    border-radius: 5px;
	    box-shadow: 0 2px 10px 0 rgba(85,140,188,.2), 0 2px 10px 0 rgba(224,224,224,.05);
}
.send {
    width:100%;
}


.smw-st-blog  form {
    margin-top: 16px;
}

.col-md-3.gs {
    margin-top: 60px;
}

.container.ds {
    position: relative;
    bottom: 61px;
}


.smw-st-blog  .stwwt-post-title {
    position: relative;
    top: 7px;
}


.smw-st-blog  hr {
    margin-top: 7px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid #eee;
}

.no-padding {
    padding: 0;
}

.social-share-btm {
    margin-top: 44px;
    margin-bottom: 64px;
    color: #3F434C;
    height: 10px;
}

.social-share-btm hr {
    border: none;
    height: 1px;
    background: #5B667D;
    top: 4px;
    position: relative;
}

.smw-st-button-red {
    background-color: #FF0000;
    color: #FFF;
}





/*blog list start */



.smw-sta-blog-card {

  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 2px 10px 0 rgba(91,102,125,.3);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1;
  /* font-family: sans-serif; */
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}

.smw-sta-blog-card:hover {
    box-shadow: 0 20px 30px 0 rgba(91,102,125,.3);
}

.smw-sta-blog-card a {
  color: inherit;
}
.smw-sta-blog-card a:hover {
  color: #5ad67d;
}
.smw-sta-blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.smw-sta-blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.smw-sta-blog-card .photo img {
 /*  width: 100%; */
  width: 450px;
    height: 220px !important;
}
.smw-sta-blog-card .details,
.smw-sta-blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.smw-sta-blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  /* z-index: 1; */
}
.smw-sta-blog-card .description h1,
.smw-sta-blog-card .description h2 {
  /* font-family: Poppins, sans-serif; */
}
.smw-sta-blog-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem;
}
.smw-sta-blog-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}
.smw-sta-blog-card p {
  position: relative;
  margin: 1rem 0 0;
}
.smw-sta-blog-card p:first-of-type {
 margin-top: 2.25rem;
    line-height: 22px;
}
.smw-sta-blog-card p:first-of-type:before {
        content: "";
    position: absolute;
    height: 3px;
    background: #CB0034;
    width: 35px;
    top: -13px;
    border-radius: 3px;
}
.smw-sta-blog-card:hover .details {
  left: 0%;
}
@media only screen and (max-width: 850px) {
	.smw-sta-blog-card .description h2 {
	font-size:14px;
	font-weight: 500;
	}
	#newsletter_wrapper div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
	font-weight:500 !important;
	}
}
@media (min-width: 640px) {
  .smw-sta-blog-card {
    flex-direction: row;
    
  }
  .smw-sta-blog-card .meta {
    flex-basis: 40%;
  }
  .smw-sta-blog-card .description {
    flex-basis: 60%;
  }
  .smw-sta-blog-card .description:before {
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .smw-sta-blog-card.alt {
    flex-direction: row-reverse;
  }
  .smw-sta-blog-card.alt .description:before {
    left: inherit;
    right: -10px;
  }
}
/*blog list end */





/* Button basics */
.smw-sta-blog-card .button {
    text-align: center;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    appearance: none;
    outline: 0;
    -webkit-appearance: none;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 35px;
    background-color: #FF0000;
    color: #fff;
    padding: 12px 48px;
    vertical-align: bottom;
    margin-top: 20px;
}
.smw-sta-blog-card .button.small {
  font-size: 12px;
  padding: 13px 33px;
}

.smw-sta-blog-card .button.caps {
  text-transform: uppercase;
}

.smw-sta-blog-card .button.arrow:after {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAeCAYAAACv1gdQAAAAAXNSR0IArs4c6QAAAaVJREFUWAnNmMlKA0EURdOuFTFxFo0D7vwRR5xFRQQ/xq8QEfwbERUjDqhoRDeu3MYpnicIlyIRWkm9fnDIrU4l73S605VOLtegqlarg3AIz7DaoDZ/e1uE9uCnPgibad+pKe0LUsx/kbnWZxfBDdnmFxFpBTusWvYJrvtZSWdE2uBI7cjvkI1zEJE8HIOWCa7IfvhFRApwonbkN1jys5LOiLTDKWiZ4IJM84uIdEBJ7cgmOOdnJZ0R6YQz0HplMCvT/CIiXXCudmQTnPGzks6IdMMFaFUYTMk0v4hID1yqHdkEJ8wqIYzzuA1ttsGhmulZCPpWGE+bXIkwFjyZhWG5kQv/v3cwC4e1hb3IB3vyfViDbXGHnFK9cAVa9oWYjGsSdEOgD67VimxivpcSBPrhBrT8L8LYDMCtWpH9ly8kinAHWrbwzwdHPe4QgSG4VyuyiS3GNQm6ITAMZdCyX8PLwdS4QwRG4EGtyP4/05EYhccaYr43OAgV4SkQy8atIVI7NcRS3VTHWvg/OdO3kiTZj3vG1+nGp2arwAHYHzlrdab9uvkL8FVnqDYQ61QAAAAASUVORK5CYII=');
}

.smw-sta-blog-card .button.secondary {
  color: #204bce;
  background-color: #fff;
  border: 1px solid #ddd;
}

.smw-sta-blog-card .button.dark {
  color: #fff;
  background-color: #000;
}


/* Button states */

.smw-sta-blog-card .button[disabled] {
  background-color: #A3042D;
}

.smw-sta-blog-card .button.secondary[disabled] {
  color: #d5d5d5;
  background-color: #fff;
}

.smw-sta-blog-card .button:active {
  top: 1px;
}

.smw-sta-blog-card .button:not([disabled]):hover,
.smw-sta-blog-card .button:focus {
  background-color: #FF0000;
}

.smw-sta-blog-card .button.secondary:not([disabled]):hover,
.smw-sta-blog-card .button.secondary:focus {
  background-color: ##A3042D;
  border-color: #becdff;
}

.smw-sta-blog-card .button.dark:not([disabled]):hover,
.smw-sta-blog-card .button.dark:focus {
  background-color: #2a3652;
}
#newsletter_wrapper div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
float:none !important;
}
#newsletter_wrapper div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
width:100%;
}
#newsletter_wrapper div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
border: 0px solid #ccc;
    width: 100%;
    padding: 10px;
    margin: 9px 0px;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(85,140,188,.2), 0 2px 10px 0 rgba(224,224,224,.05)
}
#newsletter_wrapper {  
  padding-bottom: 10%;
}
#newsletter_wrapper div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
margin-bottom :0px !important;
font-weight: 100;
    font-size: 13px;
}
#sticky {
    width: 100%;
    height: 48px !important;
    padding-top: 14px !important;
    padding-bottom: 15px !important;
}
.footer {
	    min-height: 158px !important; 
}
@media only screen and (max-width: 420px) {
.smw-sta-blog-card .photo img {
    height: 200px !important;
}
.smw-st-blog h1.my-4 {
	margin-top:-25px;
}
.smw-st-blog .col-md-9 {
padding-right:0px;
padding-left:0px;
}
.container.ds {
position: inherit;
}
}
a{
	word-break:break-word;
}