.sub{
  width: 100%;
}

.subtext h4{
  color: aquamarine;
}

.ex {
  background: #f6f6f6;
  color: black;
  margin-left: 0;
  margin-right: 0;
  padding: 1em;
  border-radius: 4px;
}

.qname{
  text-align: right;
}

.sig{}

.qu{
    margin: 1.2em 0 1.2em 2em;
    border-left: 4px solid #f2f2f2;
    font-family: freight-text-pro,serif;
    font-style: italic;
    padding-left: 1em;
}

.sc{
  text-decoration: none;
}

.backlink{
  color: #9a480d;
  text-decoration: none;
}

.subs{
  background: #f3fafd;
  display: flex;
  border: 1px solid #eee;
  padding: 20px;
  justify-content: space-between;
}

.subimg{
    display: flex;
    border: 1px solid #eee;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
}

.subh{
  font-size: 25px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 30px;
}

.new_subscribe{
  background-color: rgba(250, 250, 250, 1);
  margin-bottom: 25px;
  margin-top: 8px;
  padding: 32px 32px 26px 32px;
  border-top: 3px solid rgba(26, 137, 23, 1);
}

.firstheading{
  padding-bottom: 0px;
  letter-spacing: 0;
  line-height: 28px;
  font-size: 22px;
}

.firstheading h2{
  font-size: 22px;
  font-weight: 800;
  color: rgba(41, 41, 41, 1);
  font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.caption{
  padding-top: 4px;
  display: block;
  line-height: 20px;
  }

.caption h3{
  font-size: 13px;
  color: rgba(41, 41, 41, 1);
  font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: left;
  font-style: normal;

}

/* Colour to separate Posts in Index page */
hr.postsept{
  border-top: 1px solid #555;

}

/* Subscription Form visible only to Laptop users */
.lapShow {display: none;}

  /* Laptop Portrait and Landscape */
  @media only screen and (min-device-width : 1247px){ 
      .lapShow {display: inline;}
  }

  /* Subscription Form visible only to Phone users */

  .mobileShow {display: none;}

  /* Smartphone Portrait and Landscape */
  @media only screen and (max-device-width : 1246px){ 
      .mobileShow {display: inline;}
  }
/* .sub-b{
  padding: 8px 9px;
} */

@media only screen and (max-width: 992px) {
  .subimg{
    display: inline-block;
   padding: 55px;
    align-items: center;
    justify-content: space-between;
}
.subs{
  background: #f3fafd;
  display: flex;
    padding: 20px;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .subimg{
    display: inline-block;
   padding: 55px;
    align-items: center;
    justify-content: space-between;
}
.subs{
  background: #f3fafd;
  display: flex;
    padding: 50px;
  align-items: center;
  justify-content: space-between;
}

}

/* Copy to Clipboard new js from w3 schools */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.center {
  text-align: center;
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.remove-margin-top{
  line-height: 1.5;
    margin: 0px 0;
}

.text-center{
  text-align: center;
}

.article-caption{
  font-size: 18px;
    font-style: italic;
    margin-top: 0;
    color: #868e96;
}

a:hover {
  text-decoration: none;
}

#more {display: none;}

.subconin{
  display: flex;
  border: 1px solid #eee;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
}

.subh2{
  font-size: 15px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 30px;
}

/* Added for Newsletter */
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #428bca;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(57, 64, 71, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(57, 64, 71, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #6aa3d5;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #428bca;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #428bca;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(57, 64, 71, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}


/* Mark */

mark {
  background: #fff099;
  color: #000000;
}


