.blog-content,
body {
  background: #ffffff;
}
.blog_content_bg {
  background: url(../images/about_bg.jpg) no-repeat top center;
  background-size: 100% auto;
}
ul.blog-list {
  padding: 0;
  margin: 0;
  padding-bottom: 50px;
}
.blog-list li {
  list-style: none;
  padding: 3% 0;
  cursor: pointer;
}
.blog-list-inner {
  padding-left: 9%;
  padding-right: 9%;
  text-align: center;
}
.bl-image {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}
.bl-image img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 13px 3px rgba(203, 203, 203, 0.28);
}

.bl-content {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-left: 100px;
  text-align: left;
  position: relative;
}
.bl-heading {
  font-size: 3vw;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  margin-top: -5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
}
.bl-by {
  font-family: "Roboto Slab", serif;
  color: #20a4cc;
  font-size: 1.4vw;
  margin-top: 15px;
}
.bl-by span {
  color: #4b4b4b;
  font-family: "Roboto Slab", serif;
}
.bl-text {
  font-family: "Roboto Slab", serif;
  color: #4b4b4b;
  margin-bottom: 10px;
  margin-top: 30px;
  width: 90%;
  font-size: 1.2vw;
}
.bl-btn .btn-1 {
  min-width: 135px;
  font-size: 14px;
  padding: 5px;
  line-height: 32px;
  margin-top: 20px;
}
.bl-date {
  position: absolute;
  left: 35px;
  top: 0;
  width: 45px;
  background: #1fa3cb;
  height: 50px;
  border-radius: 7px;
  color: white;
}
.bl-date span {
  display: block;
  text-align: center;
}
.bl-day {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1;
  padding-top: 7px;
}
.bl-month {
  font-weight: 500;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
}
.blog-list li.hovered .bl-heading {
  color: #1fa3cb;
}
/*.hovered .bl-by {
  color: #ace9fb;
}
.hovered .bl-heading,
.hovered .bl-text,
.hovered .bl-by span {
  color: white;
}*/

/*.hovered .bl-btn .btn-1 {
  background: transparent;
  color: white;
}*/
/*.hovered .btn-1 rect {
  stroke: white;
}*/
/*.hovered .bl-date {
  background: #c1ebf8;
  color: #1b809f;
}*/
/* blog detail page style style start*/
.blog-detail-content-wrapper {
  padding-left: 9%;
  position: relative;
}
.bd-content {
  float: left;
  width: calc(100% - 430px);
}
.bd-heading {
  color: #4b4b4b;
  font-weight: 600;
  width: 86%;
  font-size: 3.6vw;
  line-height: 1.33;
  -webkit-font-smoothing: antialiased;
}
.bd-sub-heading {
  padding-top: 5px;
}
.bd-sub-heading span {
  display: inline-block;
  text-align-last: left;
  vertical-align: middle;
  color: #4b4b4b;
  font-family: "Roboto Slab", serif;
}
.bd-sub-heading .divider {
  background: #dedede;
  margin: 2px 10px;
  border-right: 1px solid #dedede;
  height: 10px;
}
.bd-author a {
  color: #20a4cc;
  font-family: "Roboto Slab", serif;
}
.blog-desc-wrapper {
  padding-top: 50px;
}
.bd-type-1-spacer {
  width: 50px;
  border-top: 1px solid #000;
  float: left;
  margin-top: 10px;
}

.type-text-wrapper {
  float: right;
  padding-left: 20px;
  width: calc(100% - 70px);
  -webkit-font-smoothing: antialiased;
}
.bd-var-1 {
  color: #4b4b4b;
  font-family: "Roboto Slab", serif;
  font-size: 1.9vw;
  line-height: 1.65;
}
.bd-var-2 {
  color: #4b4b4b;
  font-family: "Roboto Slab", serif;
  font-size: 1.43vw;
  line-height: 1.72;
  margin-top: 50px;
}
.bd-var-2::first-letter {
  font-family: "roboto";
  font-weight: 900;
  font-size: 78px;
  line-height: 90px;

  /* line-height:1.5;  */
  /* margin-top: -13px; */
  float: left;
  padding-right: 5px;
}
.blog-images {
  margin: 8% 0;
}
.blog-images.multiple img {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  max-width: 49%;
  border-radius: 10px;
  box-shadow: 0px 0px 13px 3px rgba(203, 203, 203, 0.28);
}
.blog-images.single {
  margin-bottom: 4%;
}
.blog-images.single img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 13px 3px rgba(203, 203, 203, 0.28);
}
.blog-images.multiple img:first-child {
  margin-right: 1%;
}
.blog-quote {
  padding-left: 17%;
  background: url("../images/quote.png") no-repeat;
  background-position: left top;
  font-weight: 700;
  font-size: 3.1vw;
  -webkit-font-smoothing: antialiased;
  color: #4b4b4b;
  line-height: 1.2;
  padding-bottom: 70px;
  background-size: 13%;
}
.quote-by {
  display: block;
  font-family: "Roboto Slab", serif;
  color: rgba(75, 75, 75, 0.5);
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  padding-top: 15px;
}
.bd-heading-small {
  font-size: 3vw;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  color: #4b4b4b;
  padding-bottom: 5px;
}
.bd-text-simple {
  color: #4b4b4b;
  font-family: "Roboto Slab", serif;
  font-size: 1.45vw;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
.blog-uo-list li {
  display: block;
  font-family: "Roboto Slab", serif;
  -webkit-font-smoothing: antialiased;
  color: #4b4b4b;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 1.45vw;
  line-height: 1.75;
  position: relative;
  padding-left: 30px;
}
.blog-uo-list li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 17px;
  color: #4b4b4b;
  -webkit-text-stroke: 1px white;
  padding-right: 10px;
  left: 0;
  position: absolute;
  top: 9px;
}
.align-center {
  text-align: center;
}
.blog-detail .btn-1 {
  margin-top: 10px;
}
.pt-30 {
  padding-top: 30px;
}
.blog-tags {
  float: left;
  width: 50%;
}

.blog-tag {
  border: 1px solid #d2d2d2;
  padding: 5px 10px;
  margin-right: 7px;
  margin-bottom: 5px;
  display: inline-block;
}
.share-blog {
  float: right;
  width: 50%;
}
.share-blog p {
  text-align: right;
}
.share-blog p span {
  padding-right: 10px;
}
.share-blog p a {
  color: #4b4b4b;
  padding: 0 4px;
  font-size: 18px;
}
.share-blog p a:hover {
  color: #20a4cc;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  color: #4b4b4b;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 13px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.bd-form-wrapper {
  width: 330px;
  float: right;
  transition: all 1s 0.5s;
  position: absolute;
  right: 0;
  top: 0;
}
.bd-form-wrapper.floating {
  z-index: 9;
  padding-top: 50px;
  padding-bottom: 20px;
  position: fixed;
  right: 9%;
  top: 0;
}
.bd-form-wrapper.floating.from-bottom {
  position: absolute;
  top: auto;
  bottom: 95px;
}
.bd-form {
  background: #4b4b4b;
  border-radius: 7px;
  min-height: 300px;
  box-shadow: 0px 0px 13px 3px rgba(203, 203, 203, 0.28);
  padding: 10%;
  color: white;
}
.bd-form-heading {
  font-size: 2vw;
  font-weight: bold;
}
.bd-form-sub-heading {
  padding-top: 16px;
  font-family: "Roboto Slab", serif;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  padding-bottom: 16px;
}
.form-field {
  margin-bottom: 20px;
  position: relative;
}
.form-field .placeholder-label {
  position: absolute;
  transition: all 200ms;
  top: 10px;
  left: 10px;
  color: #ededed;
  -webkit-font-smoothing: antialiased;
}
.form-field .placeholder-label.is-floating {
  transform: translate3d(0, -100%, 0);
  font-size: 75%;
}

.quote-input,
input[type="text"].quote-input {
  background: transparent;
  color: white;
  border: none;
  border-bottom: 1px solid rgba(193, 193, 193, 0.69);
  border-radius: 0;
}
.quote-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ededed;
  -webkit-font-smoothing: antialiased;
}
.quote-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ededed;
  -webkit-font-smoothing: antialiased;
}
.quote-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ededed;
  -webkit-font-smoothing: antialiased;
}
.quote-input:-moz-placeholder {
  /* Firefox 18- */
  color: #ededed;
  -webkit-font-smoothing: antialiased;
}
/* blog detail page style style end*/

textarea.quote-input {
  min-height: 100px;
  color: white;
}

textarea.quote-input:focus {
  border-bottom: 1px solid rgba(193, 193, 193, 1);
}
input.quote-input:focus {
  border-bottom: 1px solid rgba(193, 193, 193, 1);
}
button.quote-btn {
  width: 100%;
  padding: 20px 0;
  color: white;
  font-size: 22px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  background: #e70b35;
  margin-top: 10px;
  transition: all 0.5s 0s;
}
button.quote-btn:hover {
  background: #be0c2d;
}
.others {
  background: white;
  margin-top: 0;
}
.others .prev a,
.others .next a {
  font-size: 1.25vw;
  line-height: 1.2;
  color: #4b4b4b;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.7;

  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding: 0 0 0 50px;
  background: url(../images/left-move.jpg) no-repeat left center;
  background-size: 16px auto;
}
.others .next a {
  text-align: right;
  background: url(../images/right-move.jpg) no-repeat right center;
  background-size: 16px auto;
  padding-left: 0;
  padding-right: 50px;
}
.info-wrap {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  margin: 20px 0;
}
.info-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.blog_back_btn {
  height: 80px;
  width: 80px;
  display: block;
  border-radius: 50%;
  background-color: #4b4b4b;
  background-image: url(../images/arrow-slider.png);
  background-position: center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  position: fixed;
  left: 4%;
  opacity: 0.3;
}
.blog_back_btn:hover {
  opacity: 1;
}
@media (max-width: 1300px) {
  .bl-image {
    width: 35%;
  }
  .bl-content {
    width: 60%;
  }
}
@media (max-width: 1100px) {
  .bl-text {
    font-size: 17px;
  }
  .bl-by {
    font-style: 15px;
  }
  .bd-content {
    width: 100%;
    float: none;
  }

  .blog-detail-content-wrapper {
    padding-left: 9%;
    padding-right: 9%;
  }
  .bd-form-wrapper {
    float: none;
    margin: 20px auto;
    position: static;
  }
  .inner-wrapper-sticky {
    position: static !important;
  }
  .bd-heading {
    font-size: 30px;
    width: 90%;
    margin-top: 40px;
  }
  .bd-var-1 {
    font-size: 18px;
  }
  .bd-var-2 {
    font-size: 15px;
  }
  .blog-quote {
    padding-left: 100px;
    background-size: 65px;
    padding-bottom: 40px;
  }
  .bd-text-simple {
    font-size: 15px;
  }
  .blog-tags {
    width: 100%;
    float: none;
    text-align: left;
  }
  .share-blog {
    float: none;
    width: 100%;
  }
  .share-blog p {
    text-align: left;
    margin-top: 30px;
  }
  .share-blog p a {
    padding: 0 10px;
  }
  .bd-form-heading {
    font-size: 20px;
  }
  .bd-type-1-spacer {
    width: 25px;
  }
  .type-text-wrapper {
    width: calc(100% - 50px);
  }
}
@media (max-width: 1000px) {
  .blog-list-inner {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (max-width: 820px) {
  .bl-text {
    width: 100%;
  }
  .blog-list-inner {
    padding-left: 9%;
    padding-right: 9%;
  }
  .bl-image {
    width: 100%;
    display: block;
  }
  .bl-content {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-top: 86px;
  }
  .bl-heading {
    font-size: 30px;
    margin-top: 0;
    padding-bottom: 5px;
  }
  .bl-date {
    left: 0;
    top: 18px;
  }
  .bl-by {
    font-size: 13px;
  }
  .bl-text {
    margin: 20px 0;
  }
  .blog-list li {
    padding: 6% 0;
  }
}
@media (max-width: 768px) {
  .info-wrap {
    width: 100%;
    height: auto;
    overflow: visible;
    margin: 20px 0;
  }

  .expand_info {
    display: none;
  }
  .blog_back_btn {
    height: 50px;
    width: 50px;
    background-size: 10px auto;
    left: 1%;
  }
}
@media (max-width: 600px) {
  button.quote-btn {
    font-size: 16px;
  }
  .bd-form-wrapper {
    width: 100%;
  }
  .bd-heading {
    width: 100%;
  }
  .type-text-wrapper {
    width: calc(100% - 30px);
  }
  .bd-heading {
    font-size: 23px;
  }
  .bd-sub-heading {
    font-size: 13px;
  }
  .bd-var-2::first-letter {
    font-size: 48px;
    line-height: 55px;
  }
  .bd-heading-small {
    font-size: 22px;
  }
  .blog-uo-list li {
    font-size: 15px;
  }
  .blog-uo-list li::before {
    top: 0;
  }
  .blog-images.multiple img {
    width: 100%;
  }
  .blog-images.multiple img:first-child {
    margin: 0;
  }
  .blog-quote {
    padding-left: 40px;
    background-size: 35px;
    padding-bottom: 40px;
    font-size: 21px;
  }
}
.others img {
  opacity: 0.1;
}
