/*Colors Variables*/
/*Font variables*/
/***********************************
***********blog-header Start***********
************************************/
body.open-custom-popup {
  overflow: hidden;
}

.blog .site-header,
.single-post .site-header {
  position: absolute;
}

.blog .site-header .allot-position,
.single-post .site-header .allot-position {
  transform: none;
  position: absolute;
  box-shadow: none;
}

.blog-header {
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: 00px;
  width: 100%;
}

.blog-header .container {
  max-width: 1457px;
}

.blog-header .row {
  align-items: center;
}

.blog-header .blog-nav {
  transition: 0.5s all;
  position: relative;
}

.blog-header .blog-nav ul li {
  display: inline-block;
  font-size: 16px;
  padding: 29px 60px 29px 0;
  letter-spacing: 0.5px;
  font-weight: 500;
  transition: 0.5s all;
  position: relative;
  white-space: break-spaces;
}
.talents-blog-banner-new{
background: #FEDE2F;
}
.talents-blog-banner-new.video-testimonial.section-padding .rapper{max-width: 635px !important}



@media(max-width:1280px){
  .blog-header .blog-nav ul li {
    padding: 29px 40px 29px 0;
  }.talents-blog-banner-new h1{
  font-size: 30px;
}
.talents-blog-banner-new p{font-size: 18px}
}

.blog-header .blog-nav ul li a {
  color: #000000;
  position: relative;
}

.blog-header .blog-nav ul li a:after {
  height: 2px;
  content: "";
  position: absolute;
  width: 0;
  transition: 0.5s all;
  background: #FFDA30;
  left: 0;
  bottom: -3px;
}

.blog-header .blog-nav ul li a:hover:after {
  width: 100%;
}

.blog-header .blog-nav ul li.active a:after {
  width: 100%;
}

.blog-header .blog-nav ul li:last-child {
  padding-right: 0;
}

.blog-header .blog-nav ul li.more_button {
  cursor: pointer;
}

.blog-header .blog-nav ul li.more_button:after {
  border-left: solid 2px #000000;
  border-bottom: solid 2px #000000;
  height: 7px;
  width: 7px;
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  right: -15px;
  top: 32px;
}

.blog-header .blog-nav ul li.more_button .dropdown-more {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s all;
  position: absolute;
  z-index: 11;
  background: #FFFFFF;
  min-width: 250px;
  top: 100%;
  visibility: hidden;
}

.blog-header .blog-nav ul li.more_button .dropdown-more li {
  display: block;
  padding: 10px 30px 10px 20px;
  position: relative;
}

.blog-header .blog-nav ul li.more_button .dropdown-more.open {
  display: block;
  padding: 0 0 10px 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 1200px) {
  .blog-header .blog-nav ul li {
    padding: 29px 35px 29px 0;
  }
}

@media (max-width: 1080px) {
  .blog-header .blog-nav ul li {
    padding: 29px 20px 29px 0;
  }
}

@media (max-width: 991px) {
  .blog-header .blog-nav ul {
    white-space: nowrap;
  }

  .blog-header .blog-nav ul li {
    font-size: 14px;
  }
}

.blog-header .blog-nav .mainlogo {
  max-width: 145px;
  position: absolute;
  height: 40px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: 0.5s all;
}

.blog-header .blog-nav .mainlogo a:before {
  height: 18px;
  width: 18px;
  background-size: 18px;
  left: 22px;
  top: 10px;
}

@media (max-width: 1279px) {
  .blog-header .blog-nav .mainlogo {
    max-width: 100px;
    height: 28px;
  }

  .blog-header .blog-nav .mainlogo a:before {
    height: 13px;
    width: 13px;
    background-size: 13px;
    left: 15px;
    top: 7px;
  }
}

.blog-header .blog-nav .allblog {
  display: none;
}

@media (max-width: 991px) {
  .blog-header .blog-nav {
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .blog-header .blog-nav .mainlogo {
    display: none;
  }

  .blog-header .blog-nav .allblog {
    display: block;
    position: absolute;
    z-index: 9;
    font-size: 16px;
    line-height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .blog-header .blog-nav .allblog:after {
    content: '=';
    margin: -3px 0 0 10px;
    background: #FFDA30;
    padding: 0 7px;
    font-size: 19px;
    vertical-align: middle;
    line-height: 19px;
    display: inline-block;
    transition: 0.2s all;
  }

  .blog-header .blog-nav .allblog.open:after {
    transform: rotate(90deg);
    padding: 0 6px;
  }

  .blog-header .blog-nav ul {
    background: #FFDA30;
    position: absolute;
    z-index: 11;
    padding: 10px 5px;
    display: none;
    left: 0;
    width: 100%;
    top: 46px;
  }

  .blog-header .blog-nav ul li {
    display: block;
    padding: 10px;
    font-size: 14px;
  }
}

.blog-header .blog-header-left .backpost .back-arrow-btn {
  border: 0;
  background: none;
  font-weight: 500;
}

.blog-header .blog-header-left .backpost .back-arrow-btn:hover {
  color: #FFDA30;
}

.blog-header .blog-header-left .backpost .back-arrow-btn:hover .back-arrow {
  width: 15px;
}

.blog-header .blog-header-left .backpost .back-arrow {
  background: url(../../images/long-arrow-prev.svg) no-repeat;
  width: 33px;
  height: 10px;
  display: inline-block;
  background-size: 33px;
  margin: -3px 10px 0 0;
  vertical-align: middle;
  transition: 0.5s all;
}

.blog-header .blog-header-left .backpost a {
  color: #000000;
  font-weight: 600;
}

.blog-header .blog-header-right {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .blog-header .blog-header-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.blog-header .search {
  display: inline-block;
  margin-right: 26px;
  vertical-align: middle;
  width: 100%;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.blog-header .search .search-click {
  background: url(../../images/search-icon.svg) no-repeat transparent;
  width: 20px;
  height: 20px;
  background-size: 20px;
  display: inline-block;
  position: relative;
  transition: 0.5s all;
}

.blog-header .search .search-click:before {
  height: 40px;
  width: 40px;
  background: #FFDA30;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 100%;
  transition: 0.3s all;
}

.blog-header .search .search-click:after {
  width: 12px;
  content: "";
  position: absolute;
  left: 1px;
  right: 0;
  height: 12px;
  top: 1px;
  margin: auto;
  bottom: 0;
  color: #666;
  opacity: 0;
  background: url("../../images/close-icon.svg") no-repeat;
}

.blog-header .search .search-click:hover:before {
  transform: translate(-50%, -50%) scale(1);
}

.blog-header .search .search-click.open-search {
  background: #FFDA30;
}

.blog-header .search .search-click.open-search:before {
  transform: translate(-50%, -50%) scale(1);
}

.blog-header .search .search-click.open-search:after {
  opacity: 1;
}

@media (max-width: 991px) {
  .blog-header .search .search-click::before {
    width: 30px;
    height: 30px;
  }
}

.blog-header .search .searchbox {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 40px;
  width: 100%;
  bottom: -7px;
  padding-left: 60px;
  transform: translateX(-50px);
  transition: 0.5s all;
}

.blog-header .search .searchbox .inputbox {
  position: relative;
}

.blog-header .search .searchbox .inputbox:after {
  content: "";
  height: 2px;
  width: 0;
  background: #FFDA30;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s all;
  transition-delay: 0.2s;
}

.blog-header .search .searchbox .inputbox input[type="text"] {
  border: 0;
  height: 40px;
  width: 100%;
  padding-right: 40px;
}

.blog-header .search .searchbox .search-btn {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 0;
  bottom: 5px;
}

.blog-header .search .searchbox .search-btn input[type="submit"] {
  border: 0;
  font-size: 0;
  background: url(../../images/search-icon.svg) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 15px;
  display: inline-block;
  position: relative;
  background-position: center;
  transition: 0.5s all;
  opacity: 0.5;
  padding: 0;
  line-height: 100%;
  min-height: inherit;
}

.blog-header .search .searchbox .search-btn input[type="submit"]:after {
  display: none;
}

.blog-header .search .searchbox .search-btn:hover input[type="submit"] {
  opacity: 1;
}

.blog-header .search .searchbox.open {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.blog-header .search .searchbox.open .inputbox:after {
  width: 100%;
}

@media (max-width: 1200px) {
  .blog-header .search .searchbox {
    min-width: 300px;
  }
}

@media (max-width: 991px) {
  .blog-header .search .searchbox {
    min-width: inherit;
  }
}

@media (max-width: 1100px) {
  .blog-header .search {
    position: static;
    margin-right: 15px;
  }

  .blog-header .search .searchbox {
    min-width: 100vw;
    width: 100%;
    top: 42px;
    padding: 0;
    left: 0;
    right: 0;
    height: 50px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    transform: translate(-66.6%, 0);
  }

  .blog-header .search .searchbox .inputbox {
    height: 100%;
  }

  .blog-header .search .searchbox .inputbox input[type="text"] {
    background: #f1f1f1;
    padding: 0 50px 0 15px;
    height: 100%;
  }

  .blog-header .search .searchbox .search-btn {
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
  }

  .blog-header .search .searchbox.open {
    transform: translate(-66.6%, 0);
  }

  .blog-header .search .search-click {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
  .blog-pg .commonlisting .listbox{z-index: 0;}
}

.blog-header .subscribe {
  display: inline-block;
  vertical-align: middle;
}

.blog-header .subscribe .popup-click {
  font-size: 18px;
  color: #666;
  font-weight: 600;
  position: relative;
}

.blog-header .subscribe .popup-click:after {
  height: 2px;
  content: "";
  position: absolute;
  width: 100%;
  transition: 0.5s all;
  background: #FFDA30;
  left: 0;
  bottom: 0;
}

.blog-header .subscribe .popup-click:hover {
  color: #FFDA30;
}

@media (max-width: 991px) {
  .blog-header .subscribe .popup-click {
    font-size: 14px;
  }
}

.blog-header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 11;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: all .5s;
}

@media (max-width: 767px) {
  .blog-header.fixed .blog-nav ul {
    top: 39px;
  }
}

.blog-header.fixed .mainlogo {
  opacity: 1;
}

@media (max-width: 767px) {
  .blog-header.fixed .mainlogo {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .blog-header.fixed {
    padding: 20px 0;
  }
}

@media (max-width: 1500px) {
  .blog-header .container {
    padding: 0 30px;
  }
}

@media (max-width: 1279px) {
  .blog-header .container {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .blog-header .blog-header-right {
    position: inherit;
  }

  .blog-header .blog-header-right .search .searchbox {
    top: 99%;
    transform: inherit;
  }
}

@media (max-width: 767px) {
  .blog-header {
    padding: 28px 0;
  }
}

.paginetion-blk {
  padding: 28px 0 106px 0;
}

.paginetion-blk .page-numbers {
  text-align: center;
}

.paginetion-blk .page-numbers li {
  display: inline-block;
  color: #B4B4B5;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  width: 30px;
  text-align: center;
  position: relative;
  height: 15px;
}

.paginetion-blk .page-numbers li .page-numbers {
  color: #B4B4B5;
}

.paginetion-blk .page-numbers li .page-numbers.current {
  color: #000000;
}

.paginetion-blk .page-numbers li .page-numbers.current:before {
  background: url(../../images/uplers-shape.svg) no-repeat;
  height: 35px;
  width: 35px;
  position: absolute;
  background-size: 35px;
  content: "";
  left: 45%;
  top: 68%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.paginetion-blk .page-numbers li .page-numbers:hover {
  color: #FFDA30;
}

.paginetion-blk .page-numbers li .prev {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 4px;
}

.paginetion-blk .page-numbers li .prev:before {
  border-left: solid 1px #000000;
  border-bottom: solid 1px #000000;
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  transform: rotate(-45deg);
  transform: rotate(45deg);
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px;
  border-color: #B4B4B5;
}

.paginetion-blk .page-numbers li .prev:hover {
  border-color: #FFDA30;
}

.paginetion-blk .page-numbers li .next {
  font-size: 0;
  position: absolute;
  right: 10px;
  top: 4px;
}

.paginetion-blk .page-numbers li .next:before {
  border-left: solid 1px #000000;
  border-bottom: solid 1px #000000;
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  transform: rotate(-45deg);
  transform: rotate(-135deg);
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px;
  border-color: #B4B4B5;
}

.paginetion-blk .page-numbers li .next:hover {
  border-color: #FFDA30;
}

@media (max-width: 991px) {
  .paginetion-blk {
    padding: 28px 0 90px 0;
  }
}

@media (max-width: 767px) {
  .paginetion-blk {
    padding: 28px 0 70px 0;
  }
}

/***********************************
***********blog-header END***********
************************************/
/***********************************
***********Blog page Start***********
************************************/
.blog-pg {
  padding: 74px 0 0 0;
  position: relative;
}

.blog-pg .commonlisting {
  padding: 140px 0 0 0;
}

#right_sidebar .blog-pg .commonlisting .row {
  display: inline-block;
}

.blog-pg .commonlisting .listbox {
  margin-bottom: 51px;
}

.blog-pg .commonlisting .listbox .box-info .box-sub-title {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 6px;
  transition: 0.5s all;
}

.blog-pg .commonlisting .listbox .box-info ul li {
  display: inline-block;
  text-transform: uppercase;
  color: #9F9F9F;
  font-size: 9px;
  padding-right: 11px;
  position: relative;
  margin-bottom: 0;
}

#right_sidebar .commonlisting .listbox .box-info ul li:after {
  background: #b1b1b1;
  height: 15px;
  width: 1px;
  position: absolute;
  right: 5px;
  top: 6px;
  content: "";
}
.blog-pg .commonlisting .listbox .box-info ul li:after {
  background: #b1b1b1;
  height: 15px;
  width: 1px;
  position: absolute;
  right: 5px;
  top: -3px;
  content: "";
}
.blog-pg .commonlisting .listbox .box-info ul li:nth-child(4):after{display: none;}
.blog-pg .commonlisting .listbox .box-info ul li:empty{
  display: none;
}
.blog-pg .commonlisting .listbox .box-info ul li:last-child:after {
  display: none;
}

.blog-pg .commonlisting .listbox .box-info ul li a {
  color: #9F9F9F;
}

.blog-pg .commonlisting .listbox .box-info ul li a:hover {
  color: #FFDA30;
}

.blog-pg .commonlisting .listbox .ratio-img {
  margin-bottom: 15px;
}

.blog-pg .commonlisting .listbox .ratio-img .tag {
  position: absolute;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 35px;
  background: #FFDA30;
  color: #000000;
  font-weight: 700;
  bottom: 0;
  z-index: 1;
  letter-spacing: 1px;
}
#get-in-touch-post-form .col-12,#get-in-touch-post-form .col-sm-12{padding: 0 !important;}
@media (max-width: 767px) {
  .blog-pg .commonlisting .listbox .ratio-img .tag {
    font-size: 12px;
    letter-spacing: 0.5;
    padding: 10px 15px;
  }
  .blog-pg .commonlisting .listbox .box-info ul li::after{top:2px}
}

/* .blog-pg .commonlisting .listbox:first-child {
  max-width: 66.66%;
  height: auto !important;
} */

/* @media (min-width: 481px) {
  .blog-pg .commonlisting .listbox:first-child .ratio-img {
    margin-bottom: 26px;
  }

  .blog-pg .commonlisting .listbox:first-child .box-info .box-sub-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 13px;
  }

  .blog-pg .commonlisting .listbox:first-child .box-info ul li {
    padding-right: 11px;
    letter-spacing: 0;
    margin-bottom: 0;
  }
} */

/* .blog-pg .commonlisting .listbox:nth-child(2) {
  margin-bottom: 65px;
} */

.blog-pg .commonlisting .listbox:nth-child(2),
.blog-pg .commonlisting .listbox:nth-child(3) {
  height: auto !important;
}

.blog-pg .commonlisting .listbox:hover .box-info .box-sub-title {
  color: #999;
}


@media (max-width: 1279px) {
  .blog-pg .commonlisting .listbox {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .blog-pg .commonlisting .listbox {
    float: none;
  }

  /* .blog-pg .commonlisting .listbox:first-child {
    max-width: 100%;
    flex: 0 0 100%;
    z-index: -1;
  } */
}

@media (max-width: 767px) {
  .blog-pg .commonlisting .listbox {
    margin-bottom: 40px;
  }
}

@media (max-width: 1279px) {
  .blog-pg .commonlisting {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .blog-pg .commonlisting .row {
    display: flex;
  }
}

.blog-pg .entry-header{
  position: relative;
}

.blog-pg .share_block {
  position: absolute !important;
  top: 50% !important;
  left: 10px;
  transform: translateY(-50%);
}

.blog-pg .share_block a {
  display: block;
  margin-bottom: 15px;
}

.blog-pg .share_block a span {
  background: transparent !important;
  height: 28px !important;
  line-height: 30px !important;
  width: 28px !important;
}

.blog-pg .share_block a span svg path {
  fill: #000000;
}

.blog-pg .share_block a:last-child {
  margin-bottom: 0;
}

.blog-pg .share_block.removefix {
  position: absolute;
  top: auto;
  bottom: 0;
}

@media (max-width: 1600px) {
  .blog-pg .share_block {
    left: 15px;
  }
}

@media (max-width: 1024px) {
  .blog-pg .share_block {
    position: inherit;
  }

  .blog-pg .share_block a {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 5px 0 0;
  }
}

/***********************************
***********Blog page End***********
************************************/
/***********************************
***********Blog Detail Start***********
************************************/
.single .blog-header {
  top: 0;
}

.single .blog-header .container {
  max-width: 1170px;

}

.single .blog-header .row {
  height: 74px;
  transition: 0.5s all;
  justify-content: left;
}

.blog__yt { width: 100%; margin: 0 auto 25px; max-width: 550px; }


@media (max-width: 767px) {
  .single .blog-header {
    padding: 0;
  }

  .single .blog-header .blog-header-right {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .single .blog-header.fixed .row {
    height: 59px;
  }
}

.single .entry-content h1,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
  font-weight: 700;
  margin: 85px 0 20px 0;
  line-height: 42px;
}

.single .entry-content h1 b,
.single .entry-content h1 strong,
.single .entry-content h2 b,
.single .entry-content h2 strong,
.single .entry-content h3 b,
.single .entry-content h3 strong,
.single .entry-content h4 b,
.single .entry-content h4 strong,
.single .entry-content h5 b,
.single .entry-content h5 strong,
.single .entry-content h6 b,
.single .entry-content h6 strong {
  font-weight: inherit;
}

.single .entry-content h1 {
  font-size: 45px;
  line-height: 60px;
}

.single .entry-content h2 {
  font-size: 35px;
}

.single .entry-content h3 {
  font-size: 40px;
  line-height: 1.3
}

.single .entry-content h4 {
  font-size: 25px;
}

.single .entry-content h5 {
  font-size: 20px;
}

.single .entry-content h6 {
  font-size: 16px;
}

.single .entry-content a {
  color: #000;
  position: relative;
  display: inline-block;
}
.single .entry-content mark{
  background:#FDE97F;
}
/* .single .entry-content a:after {
  width: calc(100% - 5px);
  height: 1px;
  content: "";
  background: #000;
  position: absolute;
  left: 3px;
  bottom: -2px;
} */
.single .rtoc-mokuji-content .rtoc-mokuji.level-1{margin: 0 !important;}
.single .entry-content a:hover {
  color: #000
}

header#masthead.allot-position {
  display: none;
  opacity: 0;
}

#left_sidebar .sidebar-inner{
  height: calc(100vh - 74px);
  /* overflow: auto; */
  z-index: 10;
}

.toc-open #left_sidebar .sidebar-inner{z-index: 11;}

.single .entry-content a img {
  margin: 20px 0 -3px 0;
  position: relative;
  z-index: 1;
}

.single .entry-content ol ul {
  padding-top: 15px
}

.single .entry-content a.i-link:after {
  display: none;
}

.single .entry-content a.i-link:hover {
  text-decoration: underline;
}

.single .entry-content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.single .entry-content p:last-child {
  margin-bottom: 0;
}

.single .entry-content img {
  margin: 20px auto;
  height: auto;
  display: block;
}

.single .entry-content .alignleft {
  float: left;
  margin: 0 25px 25px 0;
}

.single .entry-content .alignright {
  float: right;
  margin: 0 0 25px 25px;
}

.single .entry-content hr {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.single .entry-content ul,
.single .entry-content ol {
  padding-left: 40px;
  margin-bottom: 20px;
}

@media(max-width:575px){
  .single .entry-content ul,
  .single .entry-content ol {
    padding-left: 30px;
  }
}

.single .entry-content ul li,
.single .entry-content ol li {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}

.single .entry-content ul li:last-child,
.single .entry-content ol li:last-child {
  margin-bottom: 0;
}

#left_sidebar .entry-content ul li:before,
#left_sidebar .entry-content ol li:before {
  content: "";
  height: 1px;
  width: 6px;
  background: #777;
  position: absolute;
  top: 21px;
  left: 0;
  border-radius: 0;
}

.single .rtoc-mokuji-content .rtoc-mokuji li > a {
  display: inline-block;
  position: relative;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 500;
  padding-left: 20px;
}
#left_sidebar .rtoc-mokuji-content .rtoc-mokuji li > a.active + .rtoc-mokuji.level-2 {
  display:block;
}
.rtoc-mokuji-content > .rtoc-mokuji{
  padding-right:10px;
}
.single .rtoc-mokuji-content .rtoc-mokuji li > a span{font-weight: 600 !important;}
.single .rtoc-mokuji-content .rtoc-mokuji.level-1 > li > a{padding-left:20px;color:#777777;}
.single .rtoc-mokuji-content .rtoc-mokuji.level-1 > li > a.active{color:#000;}
.single .rtoc-mokuji-content .rtoc-mokuji.level-1 > li > a::before{
    content:"\2014";
    color:#FFDA30;
    font-size:10px;
    display: inline;
    vertical-align: middle;
    position:absolute;
    left:0;
}
.single .rtoc-mokuji-content .rtoc-mokuji li > a:hover {
  text-decoration: none;
}
.single .rtoc-mokuji-content .rtoc-mokuji li > a i{font-style: normal !important;}
.single .rtoc-mokuji-content .rtoc-mokuji.mokuji_none.level-1 .mokuji_none.level-2 {
  padding: 0 0 12px 25px;
  display: none;
}
#left_sidebar .rtoc-mokuji-content .rtoc-mokuji li > a.active + .rtoc-mokuji.level-2 {
  display:block;
}
.entry-content #left_sidebar{
  flex:0 0 13%;
  max-width:13%;
}
.entry-content #right_sidebar{
  flex:0 0 15%;
  max-width:15%
}

.entry-content #center_content{
  flex:0 0 71%;
  max-width:71%;
  padding: 0px 40px 0px 0px;
  z-index: 10;
}

.single .rtoc-mokuji-content .rtoc-mokuji.level-2 li span {
  font-size: 14px !important;
  color: #777;
  font-weight: 400 !important;
}

.single .rtoc-mokuji-content .rtoc-mokuji.level-2 li{padding-left:15px;}

.single .rtoc-mokuji-content .rtoc-mokuji.level-2 li::before{
   position:absolute;
   content:"\2014";
   color:#777;
   font-size:10px;
   left:0px;
}
.single .rtoc-mokuji-content .rtoc-mokuji.level-1 li {
  padding: 5px 0 0 0;
}

.single .rtoc-mokuji-content .rtoc-mokuji.level-1 > .rtoc-item::before {
  color: #3f9cff;
  background-color: #FFDA30;
  height: 2px;
  width: 9px;
  top: 18px;
}

.single .entry-content ol li {
  list-style-type: decimal;
}

.single .entry-content ol li:before {
  display: none;
}
/* updated blog sidebar start*/
/* .entry-content > .container{padding-left:0px !important;} */
.sidebar-inner .toc-box{position: relative;margin-left: 10px;}
.sidebar-inner .toc-cont{position: absolute;width: 350px;top: 50px;
  left: 0px;}
/* .sidebar-inner .toc-cont.open{display:block;} */
.sidebar-inner .toc-box .toc-title {
  text-transform: uppercase;
  padding: 13px;
  background: #000;
  color: #fff;
  width: fit-content;
  margin-bottom: 0px;
  font-size: 14px;
  cursor: pointer;
  line-height: normal;
}
.single .page-content-section .rtoc-mokuji-content #rtoc-mokuji-title span{
   text-transform: uppercase;
   font-weight: 600;
   color: #000;
}
.sidebar-inner .toc-cont .rtoc-mokuji-content > :is(.rtoc-mokuji.level-2,.rtoc-mokuji.level-1){overflow-y: auto;max-height: 700px;}
.sidebar-inner .toc-cont.open .mCSB_inside>.mCSB_container{margin-right:20px}
.sidebar-inner .rtoc_open_close.rtoc_open {
  position: relative;
  background-color: transparent !important;
  visibility: hidden;
}
.sidebar-inner .rtoc_open_close.rtoc_open::after {
  content: '\2715';
  color: #000;
  visibility: visible;
  font-size: 20px;
}
.sidebar-inner .rtoc-mokuji-content.rtoc_open #rtoc-mokuji-title.rtoc_left .rtoc_open_close {
  left: calc(100% - 58px);
  top: 56%;
}
#left_sidebar .toc-cont.open #rtoc-mokuji-wrapper {
  transform: translateX(0px);
}
#left_sidebar #rtoc-mokuji-wrapper {
  transform: translateX(-400px);
  transition: transform 0.5s;
}
.single .cta-wrapper.sticky-element{padding: 25px;}
#left_sidebar .rtoc-mokuji-content .rtoc-mokuji.mokuji_none.level-1 {
  padding: 10px;
}
#left_sidebar .rtoc-mokuji-content .level-1.is_close {display: block !important;}
.single .cta-wrapper.sticky-element a {font-size: 13px;}
/*updated blog sidebar end */
@media(max-width:1650px){
  .entry-content #left_sidebar{
    flex:0 0 15%;
    max-width:15%
  }

  .entry-content #right_sidebar{
    flex:0 0 18%;
    max-width:18%
  }

  .entry-content #center_content{
    flex:0 0 67%;
    max-width:67%;
    /* padding:0px 15px; */
  }
}

@media(max-width:1350px){
  .sidebar-inner .toc-box .toc-title{
    font-size:13px;
  }
}

@media (max-width: 1280px) {
  .single .entry-content p {
    font-size: 18px;
  }

  .single .entry-content h3 {
    font-size: 25px;
    margin: 50px 0 20px 0;
  }

  .single .entry-content ul li,.single .entry-content ol li {
    font-size: 18px;
  }
  .single .cta-wrapper.sticky-element {
    padding: 19px;
  }

  .entry-content #left_sidebar{
    flex:0 0 16%;
    max-width:16%
  }
  .entry-content #center_content{
    flex:0 0 66%;
    max-width:66%;
    padding: 0px 40px 0px 10px;
  }
  .single .cta-wrapper.sticky-element a {
    font-size: 12px;
  }
  /* .sidebar-inner .toc-box {margin-left: 13px;} */
  .sidebar-inner .toc-cont .rtoc-mokuji-content > :is(.rtoc-mokuji.level-2,.rtoc-mokuji.level-1) {max-height: 550px;}
}

@media(max-width:1130px){
  .sidebar-inner .toc-box .toc-title{
    font-size:12px;
  }
}


@media(max-width:1025px){
  .entry-content #left_sidebar,.entry-content #right_sidebar{
    flex:0 0 100%;
    max-width:100%;
  }

  .entry-content #center_content{
    flex:0 0 100%;
    max-width:100%;
    /* padding:0px 15px; */
  }

  #left_sidebar .sidebar-inner {
    height: auto;
    padding-left: 16px;
    /* overflow: auto; */
  }

  .sidebar-inner .toc-box {width: 100%;margin: 0;}
  .sidebar-inner .toc-box .toc-title {padding:15px;font-size:15px;width:100%;text-align: center;}
  .sidebar-inner .toc-cont {width: 100%;top: 60px;}
  #left_sidebar .toc-cont.open #rtoc-mokuji-wrapper {
    transform: none;
    display:block;
    opacity: 1;
  }
  #left_sidebar #rtoc-mokuji-wrapper {
    transform: none;
    display:none;
    opacity: 0;
    transition: opacity 0.5s;
  }
  #left_sidebar .sidebar-inner {padding:0px 10px;}
  #left_sidebar .sidebar-inner.fx{opacity:0;}
  #left_sidebar .sidebar-inner {opacity:1;transition: opacity 0.5s;z-index: 15;width: 100vw;}
  .sidebar-inner .toc-box .toc-title{position: relative;}
  .sidebar-inner .toc-box .toc-title::after {
    content: '';
    border-color: white;
    position: absolute;
    height: 10px;
    width: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(314deg) translateY(-50%);
    right: 24px;
    top: 42%;
  }
}



@media (max-width: 991px) {
  .single .entry-content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .single .entry-content h3 {
    font-size: 22px;
    margin: 30px 0 15px 0;
    line-height: 30px;
  }

  .single .entry-content ul li , .single .entry-content ol li{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .single .entry-content ul li:before {
    top: 15px;
  }
}

@media (max-width: 767px) {
  .single .entry-content p {
    font-size: 15px;
    line-height: 22px
  }

  .single .entry-content ul li,.single .entry-content ol li {
    font-size: 15px;
    line-height: 22px
  }
}
@media(max-width:575px){
  .sidebar-inner .toc-cont .rtoc-mokuji-content > :is(.rtoc-mokuji.level-2,.rtoc-mokuji.level-1) {
    max-height: 350px;
  }
  .single .page-content-section .rtoc-mokuji-content #rtoc-mokuji-title span {
    font-size: 14px;
  }
}

.single .page-content-section {
  padding-bottom: 40px;
  position: relative;
}

.single .page-content-section .entry-content .container {
  max-width: 1506px;
}

@media (max-width: 1279px) and (min-width: 992px) {
  /* .single .page-content-section {
    padding-left: 60px;
  } */
}

.single .blog-detail-head {
  margin-bottom: 142px;
}

.single .blog-detail-head .row {
  min-height: 505px;
}

@media screen and (min-width: 0\0) {
  .single .blog-detail-head .row {
    height: 505px;
  }
}

.single .blog-detail-head .descbox .entry-title {
  margin: 0 0 30px 0;
}

.single .blog-detail-head .descbox ul li {
  padding-right: 22px;
  letter-spacing: 0.7px;
  display: inline-block;
  text-transform: uppercase;
  color: #676767;
  font-size: 17px;
  padding-right: 28px;
  margin-right: 8px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.single .blog-detail-head .descbox ul li:after {
  background: #b1b1b1;
  height: 15px;
  width: 2px;
  position: absolute;
  right: 8px;
  top: 1px;
  content: "";
}

.single .blog-detail-head .descbox ul li:last-child {
  padding: 0;
  margin: 0;
}

.single .blog-detail-head .descbox ul li:last-child:after {
  display: none;
}

.single .blog-detail-head .descbox ul li a {
  color: #676767;
}

.single .blog-detail-head .descbox ul li a:hover {
  color: #FFDA30;
}

@media (max-width: 1280px) {
  .single .blog-detail-head .descbox ul li {
    letter-spacing: 0;
    font-size: 15px;
    padding-right: 21px;
    margin-right: 0;
  }

  .single .blog-detail-head .descbox ul li:after {
    height: 12px;
    top: 2px;
  }
}

@media (max-width: 767px) {
  .single .blog-detail-head .descbox ul li {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .single .blog-detail-head .descbox ul li:after {
    height: 11px;
    top: 0;
  }
}

.single .blog-detail-head .img-box {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 0;
  padding-left: 60px;
}

.single .blog-detail-head .img-box .ratio-img {
  padding-bottom: 54%;
  min-height: 505px;
}

@media (min-width: 1921px) {
  .single .blog-detail-head .img-box .ratio-img { padding-bottom: 48%; }
}

@media screen and (min-width: 0\0) {
  .single .blog-detail-head .img-box .ratio-img img {
    height: auto;
    bottom: 0;
    margin: auto;
  }
}



@media (max-width: 1280px) {
  .single .blog-detail-head {
    margin-bottom: 100px;
  }

  .single .blog-detail-head .row {
    min-height: 400px;
  }

  .single .blog-detail-head .descbox .entry-title {
    font-size: 30px;
    line-height: 45px;
  }

  .single .blog-detail-head .img-box {
    padding-left: 15px;
  }

  .single .blog-detail-head .img-box .ratio-img {
    padding-bottom: 64%;
    min-height: 400px;
  }
}

@media (max-width: 991px) {
  .single .blog-detail-head {
    margin-bottom: 0px;
  }

  .single .blog-detail-head .descbox {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .single .blog-detail-head .descbox .entry-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  .single .blog-detail-head .img-box {
    flex: 0 0 100%;
    max-width: 100%;
    position: static;
    padding-right: 15px;
  }

  .single .blog-detail-head .img-box .ratio-img {
    padding-bottom: 46%;
    min-height: 350px;
  }
}

@media (max-width: 767px) {
  .single .blog-detail-head {
    margin-bottom: 35px;
  }

  .single .blog-detail-head .img-box {
    padding: 0;
  }

  .single .blog-detail-head .img-box .ratio-img {
    padding-bottom: 70%;
    min-height: 250px;
    margin: 0 -5px;
  }
}

#right_sidebar .recent-blog{
  padding: 0 0 0 0 !important;
}

.sticky-element {
  padding: 0 0 0 0;
  position: sticky;
  top: 80px;
  z-index: 1;
}
.single .recent-blog .container{
  padding: 0;
}

#right_sidebar .recent-blog.commonlisting .section-title {
  margin-bottom: 28px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
}

#right_sidebar .recent-blog.commonlisting .listbox:first-child {
  flex: 0 0 100%;
  max-width: 100%;
}
.single .entry-content .listbox ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.single .entry-content .listbox ul li:before{content: none;}

@media (max-width: 991px) {
  .single .recent-blog.commonlisting .listbox:first-child {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .single .recent-blog.commonlisting .listbox:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.single .recent-blog.commonlisting .listbox .box-info .box-sub-title {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 17px;
  font-weight: 600;
  margin-top: 0;
}

.single .recent-blog.commonlisting .listbox .box-info .box-sub-title a {
  color: #000000;
}

.single .recent-blog.commonlisting .listbox .ratio-img {
  margin-bottom: 25px;
}

.single .recent-blog.commonlisting .listbox:hover .box-info .box-sub-title a {
  color: #999;
}

@media (max-width: 991px) {
  .single .recent-blog {
    padding: 80px 0 0 0;
  }
  #right_sidebar .recent-blog {
    padding: 80px 0 0 0;
}
.sticky-element {
  max-width: 100% !important;
  width: 100%;
  margin-bottom: 25px;
}
}

@media (max-width: 767px) {
  .single .recent-blog {
    padding: 50px 0 0 0;
  }
  #right_sidebar .recent-blog {
    padding: 50px 0 0 0;
  }
}

.blog-author .container {
  border-top: solid 2px #EEE;
  padding: 20px 0;
}

.blog-author .author-img {
  min-width: 200px;
}

.blog-author .author-img img {
  margin: 0;
}

.blog-author .author-info {
  margin-bottom: 10px;
}

.blog-author .author-info .name {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.blog-author .author-info .position {
  font-size: 14px;
  font-weight: 500;
  color: #676767;
  margin-bottom: 10px;
}

.blog-author .author-info .desc {
  font-size: 16px;
  color: #676767;
  font-weight: 500;
  line-height: 25px;
}

.blog-author .author-info .desc p {
  font-size: 16px;
  color: #676767;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 1279px) and (min-width: 992px) {
  .blog-author {
    padding-left: 60px;
  }
}

@media (max-width: 991px) {
  .blog-author .container {
    padding-top: 40px !important;
  }
}

@media (max-width: 767px) {
  .blog-author {
    text-align: center;
  }

  .blog-author .author-img,
  .blog-author .author-info {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-author .author-img {
    margin-bottom: 15px;
  }

  .blog-author .author-info .name {
    font-size: 20px;
    letter-spacing: 0;
  }

  .blog-author .author-info .desc {
    font-size: 14px;
  }
}

/***********************************
***********Blog Detail Start***********
************************************/
.empty_content {
  text-align: center;
  padding: 100px 0;
}

body.blog .newsletter-form .section-title,
body.single .newsletter-form .section-title {
  margin-bottom: 80px;
}

@media (max-width: 991px) {

  body.blog .newsletter-form .section-title,
  body.single .newsletter-form .section-title {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {

  body.blog .newsletter-form .section-title,
  body.single .newsletter-form .section-title {
    margin-bottom: 30px;
  }
}

.comment-panel {
  padding: 50px 0 0 0;
}

/*#disqus_thread > iframe:first-child {
    display: none;
}*/

#disqus_thread {
  margin-bottom: 50px;
}
p span {
  font-weight: 500 !important
}

li span {
  font-weight: 500 !important
}

li {
  font-weight: 500 !important
}

.addtoany_list.a2a_kit_size_32 a {
  display: block;
}

.addtoany_list.a2a_kit_size_32 a:after {
  display: none;
}

/* .single .page-content-section .entry-content .container{max-width:1000px} */
.single .page-content-section .rtoc-mokuji-content.frame1 {
  border: none;
}

.single .page-content-section .rtoc-mokuji-content #rtoc-mokuji-title {
  padding: 0 !important;
  padding-left: 25px !important;
  border-bottom: 1px solid lightgray;
}
/* .single .page-content-section .rtoc-mokuji-content #rtoc-mokuji-title button{display: none;} */
.single .page-content-section .rtoc-mokuji-content #rtoc-mokuji-title span{font-size: 16px;}
.entry-content>.container{max-width: 100% !important;padding: 0 50px !important; padding-left:5px !important;}
.entry-content .container > .main_row{margin:0 -15px;flex-wrap: nowrap;justify-content: space-between;}
#left_sidebar,#right_sidebar{
  /* flex:0 0 380px !important;
  max-width:380px !important;
  width: 380px; */
  /* padding: 0 15px; */
}
#center_content{
  /* flex:0 0 55% !important;
  max-width:55% !important; */
  /* padding: 0 15px; */
}
@media(max-width:1360px){
  #left_sidebar, #right_sidebar {
    /* flex: 0 0 279px !important;
    max-width: 279px !important;
    width: 279px; */
  }
  #center_content {
    /* flex: 0 0 53% !important;
    max-width: 53% !important; */
  }
  .single .recent-blog.commonlisting .listbox .box-info .box-sub-title{font-size: 18px !important;}
}

@media(max-width:1199px){
  #left_sidebar, #right_sidebar {
    /* flex: 0 0 240px !important;
    max-width: 240px !important;
    width: 240px; */
  }
  #center_content {
    /* flex: 0 0 50% !important;
    max-width: 50% !important; */
  }
  #right_sidebar .cta-wrapper h4 {
    font-size: 18px;
  }
  #right_sidebar .blog-pg .commonlisting .listbox .box-info ul li {
    font-size: 8px;
  }
  .blog-pg .commonlisting .listbox {
    margin-bottom: 35px;
  }
  .entry-content>.container {
    padding: 0 30px 0px 0px !important;
  }
  #center_content h2 {
    font-size: 26px;

  }
  .entry-content .sticky-form,.single .cta-wrapper {
    padding: 15px 20px !important;

  }
  .single .cta-wrapper input[type="submit"] {
    padding: 3px 5px 8px;
    font-size: 13px;

  }
  .single .cta-wrapper .submit-btns {
    position: relative;
    padding-bottom: 0px !important;
    margin-bottom: 0 !important;
  }
  .single .cta-wrapper .submit-btns::before {
    left: 16px;
  }
  .blog-pg .commonlisting .listbox .box-info ul li {
    font-size: 8px;
  }
}
@media(max-width:1024px){
  .blog-pg .share_block {
    position: inherit !important;
    top: inherit !important;
    left: 15px;
    transform: none  !important;
    text-align: center;
    margin-bottom:0px;
  }
  .entry-content>.container {
    padding: 0 30px 0px 30px !important;
  }
}

@media(max-width:1025px){.entry-content .container > .main_row{flex-wrap: wrap;}}
@media(max-width:991px){
  .entry-content .container > .main_row{flex-wrap: wrap;}
  #left_sidebar, #right_sidebar {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #center_content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .single .rtoc-mokuji-content .rtoc-mokuji.mokuji_none.level-1 .mokuji_none.level-2 {
    display: block;
  }
  .entry-content>.container {
    padding: 0 15px !important;
  }
  .entry-content #center_content {
    padding: 0px 15px 0px 15px;
  }
}
@media(max-width:767px){
  .single .recent-blog.commonlisting .listbox .box-info .box-sub-title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 0;
  }
  .blog-pg .commonlisting .listbox {
    margin-bottom: 25px;
}
}
html{
  scroll-behavior: smooth !important;
  -webkit-scroll-behavior: smooth !important
}
/* .single .page-content-section .rtoc-mokuji-content .rtoc-mokuji.level-1 {
  margin: 0 32px 32px !important;
} */

.single .page-content-section h1 {
  font-size: 40px;
  line-height: 1.3
}

.single .page-content-section h2 {
  font-size: 35px;
  line-height: 1.3
}

.single .page-content-section h3 {
  font-size: 25px;
  line-height: 1.3
}

.single .page-content-section h4 {
  font-size: 22px;
  line-height: 1.3;
  font-weight:400
}

.single .cta-wrapper{background-color: #FFDA30;padding: 30px;border-radius:10px;margin: 30px 0 0 0;}
.single .cta-wrapper2{background-image: url('../../images/blog-cta-bg.png');background-repeat: no-repeat;background-size: cover;background-position: center;}

.single .cta-wrapper h4{font-size: 20px;line-height: 1.3;font-weight: 400;color: #000;margin: 0 0 20px 0;}
#right_sidebar .cta-wrapper h4{font-size: 20px;line-height: 1.3;font-weight: 400;color: #000;margin: 0 0 20px 0;}
#right_sidebar .cta-wrapper h4.talent-head{font-size: 28px;font-weight: 600;}
.single .cta-wrapper #newsletter-sidebar-form .form-loader{right: -25px;top: 5%;}
.single .cta-wrapper .col-12{padding: 0;}
.single .cta-wrapper input{border-radius: 7px;
  font-size: 12px;
  padding: 11px 9px;
  font-weight: 500;
  background-color: #fff;
  border: none;}
  .single .cta-wrapper input[type="submit"]{
    background-color: #000;
    height: auto;
    min-height: auto;
    line-height: normal;
    color: #fff;
  }
  .single .cta-wrapper .form-group {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.single .cta-wrapper .submit-btns {
  position: relative;
  padding-bottom: 29px;
  margin-bottom: -37px;
}
.single .cta-wrapper .submit-btns .submit-btn input:hover{
  background-color: #FFF;
  color: #000;
}
.single .cta-wrapper .submit-btns::before {
  position: absolute;
  top: 4px;
    left: auto;
    bottom: 0;
    right: -28px;
    content: "";
    height:100%;
    width: 100%;
  background-image: url('../../images/blog-cta-shadow.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
  .single .cta-wrapper .form-group::before {
    position: absolute;
    top: 4px;
    left: auto;
    bottom: 0;
    right: -28px;
    content: "";
    height:100%;
    width: 100%;
    background-image: url('../../images/blog-cta-shadow.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
  .single .cta-wrapper a{
    padding: 3px 0px;
    font-size: 15px;
    text-align: center;
    min-height: 20px;
    line-height: 33px;
    border-radius: 7px;
    background-color: #303030;
    color:#fff;
    width: 100%;
    transition: all 0.3s;
    text-transform: uppercase;
  }

  .single .cta-wrapper a:hover{background-color: #fff;}
.single .bottom-cta-wrapper{background-color: #FFDA30;padding: 56px 0 43px;margin-top: 30px;}
.single .bottom-cta-wrapper .container{max-width: 1320px;}
.single .bottom-cta-wrapper .inner{display: flex;align-items: center;justify-content: space-between;}
.single .bottom-cta-wrapper .left{width: 72%;}
.single .bottom-cta-wrapper .right{width: 48%;}
.single .bottom-cta-wrapper .right form {display: flex;position: relative;flex-wrap: wrap;}
.single .bottom-cta-wrapper .right input[type="email"] {
  border-radius: 15px;
  font-size: 18px;
  padding: 17px 25px;
  font-weight: 500;
  background-color: #fff;
  border: none;
}
.single .bottom-cta-wrapper .right input[type="email"]::placeholder{
  color: #848484;
}
.single .bottom-cta-wrapper .right input[type="email"]::-webkit-placeholder{
  color: #848484;
}
.single .bottom-cta-wrapper .right form{position: relative;}
.single .bottom-cta-wrapper .right form::before{ position: absolute;
  top: 4px;
  left: 3px;
  bottom: 0;
  right: 0;
  content: "";
  height: 120%;
  width: 114%;
  background-image: url('../../images/blog-cta-shadow3.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;}
  .single .bottom-cta-wrapper .form-loader{top: 90%;}
  @media(max-width:1440px){
    .single .bottom-cta-wrapper .right form::before{ position: absolute;
      width: 100%;
    }
    #right_sidebar .cta-wrapper h4.talent-head {
      font-size: 25px;
      font-weight: 600;
      margin: 0 0 10px 0;
    }
  }
.single .bottom-cta-wrapper .right form .form-group{margin-bottom: 0;}
.single .bottom-cta-wrapper .right form .col-12{padding: 0;}
.single .bottom-cta-wrapper .right .submit-btn{    position: absolute;
  right: 0;
  left: auto;
}
.single .bottom-cta-wrapper .right .submit-btn input{
  font-weight: 700;
  color: #fff;
  /* text-transform: uppercase; */
  background: #303030;
  padding: 3px 36px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 2;
}
.single .page-content-section h5 {
  font-size: 15px;
  line-height: 1.3
}

.single .page-content-section h6 {
  font-size: 12px;
  line-height: 1.3
}

.single p {
  word-wrap: break-word;
}

.single .entry-content table {
    width: 100% !important;
}

.single .entry-content table td {
  padding: 10px !important;
  line-height: 1.5 !important;
  border-bottom: 2px solid #DCDBDB !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  word-break: keep-all;
}

.single .entry-content table tr td:not(:last-child){
  border-right: 2px solid #DCDBDB !important;
}
.single .entry-content table{
  border-collapse: separate;
  border-spacing: 5px;
  border: 2px solid #DCDBDB;
  border-radius: 15px;
  padding: 4px;
  -webkit-box-shadow: 0px 2px 44px 8px rgba(52,56,81,0.1);
  -moz-box-shadow: 0px 2px 44px 8px rgba(52,56,81,0.1);
  box-shadow: 0px 2px 44px 8px rgba(52,56,81,0.1);
  margin-bottom: 25px;
}
.single .entry-content table :is(ol,ul){margin-bottom: 10px;}

.single .entry-content table tr:last-child td{
  border-bottom:none !important
}
.single .entry-content table tr:first-child td{
  background: #FFDA30;
  border-radius: 10px;
  border: none !important;
  padding: 18px !important;
  text-align: center;
}
.hs-cta-wrapper {
  display: block;
  text-align: center;
}

@media(max-width:1024px) {
  .addtoany_list.a2a_kit_size_32 a {
    display: inline-block;
  }
}
@media(max-width:767px){
  #right_sidebar .commonlisting .listbox .box-info ul li:after {
    background: #b1b1b1;
    height: 15px;
    width: 1px;
    position: absolute;
    right: 5px;
    top: 3px;
    content: "";
  }
}

/****Modify style STRTS****/
@media (min-width:1025px) and (max-width: 1500px),
(-webkit-min-device-pixel-ratio: 1.25) and (min-width:1025px),
(min-resolution: 120dpi) and (min-width:1025px) {
  .wrapper {
    padding-top: 140px;
  }

  .blog-pg .commonlisting {
    padding: 20px 0 0 0;
  }

  .blog-pg .commonlisting .listbox {
    margin-bottom: 65px;
  }

  /* .blog-pg .commonlisting .listbox:first-child .box-info .box-sub-title {
    font-size: 21px;
  } */

  .single .blog-detail-head .descbox .entry-title {
    font-size: 35px;
    line-height: 49px;
  }

  .single .blog-detail-head {
    margin-bottom: 106px;
  }

  .single .entry-content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px
  }

  .single .entry-content h2 {
    font-size: 28px;
  }

  .single .entry-content h3 {
    font-size: 22px;
  }

  .single .entry-content h1,
  .single .entry-content h2,
  .single .entry-content h3,
  .single .entry-content h4,
  .single .entry-content h5,
  .single .entry-content h6 {
    margin: 66px 0 24px 0;
  }

  .single .entry-content h1,
  .single .entry-content h2,
  .single .entry-content h3,
  .single .entry-content h4,
  .single .entry-content h5,
  .single .entry-content h6 {
    margin: 55px 0 15px 0;
  }

  .single .entry-content ul li,
  .single .entry-content ol li {
    font-size: 17px;
    line-height: 25px;
  }

  .single .recent-blog.commonlisting .section-title {
    font-size: 33px;
  }
}

@media(max-width:991px) {
  .single .page-content-section h2 {
    font-size: 22px
  }

  .single .page-content-section h3 {
    font-size: 20px
  }

  .single .entry-content h1,
  .single .entry-content h2,
  .single .entry-content h3,
  .single .entry-content h4,
  .single .entry-content h5,
  .single .entry-content h6 {
    margin: 0 0 10px 0
  }
  .single .page-content-section h4 {
    font-size: 18px;
  }
  .single .bottom-cta-wrapper .left {
    width: 53%;
  }

  .talent-sticky.cta-wrapper {
    margin: 15px auto;
    max-width: 92% !important;
    text-align: center;
  }
}

@media(max-width:767px) {
  .single .bottom-cta-wrapper .inner {
    flex-wrap: wrap;
  }
  .single .bottom-cta-wrapper .left,.single .bottom-cta-wrapper .right {
    width: 100%;
  }
  .single .bottom-cta-wrapper .left{padding-bottom: 30px;}
  .single .bottom-cta-wrapper .right form {
    flex-wrap: wrap;
  }
  .single .bottom-cta-wrapper form .col-12{
    margin-bottom: 20px;
  }
  .single .bottom-cta-wrapper .right .submit-btns {
    position: static;
    width: 100%;
  }
  p span,
  li span {
    font-weight: 400 !important;
  }

  .single .entry-content a:after {
    bottom: 0
  }

  /* .single .entry-content ul li:before {
    height: 5px;
    width: 5px;
    top: 7px
  } */

  .single .entry-content table td {
    font-size: 15px;
    line-height: 22px !important
  }
}

@media(max-width:575px){
  #right_sidebar .cta-wrapper h4.talent-head {
    font-size: 21px;
  }
}

/****Modify style ENDS****/



.author .blog-header {
  top: 0;
}

.author .blog-header .container {
  max-width: 1170px;
}

.author .blog-header .row {
  height: 74px;
  transition: 0.5s all;
}

@media (max-width: 767px) {
  .author .blog-header {
    padding: 0;
  }

  .author .blog-header .blog-header-right {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .author .blog-header.fixed .row {
    height: 59px;
  }
}

.author .entry-content h1,
.author .entry-content h2,
.author .entry-content h3,
.author .entry-content h4,
.author .entry-content h5,
.author .entry-content h6 {
  font-weight: 700;
  margin: 50px 0 10px 0;
  line-height: 42px;
}

.author .entry-content h1 b,
.author .entry-content h1 strong,
.author .entry-content h2 b,
.author .entry-content h2 strong,
.author .entry-content h3 b,
.author .entry-content h3 strong,
.author .entry-content h4 b,
.author .entry-content h4 strong,
.author .entry-content h5 b,
.author .entry-content h5 strong,
.author .entry-content h6 b,
.author .entry-content h6 strong {
  font-weight: inherit;
}

.author .entry-content h1 {
  font-size: 45px;
  line-height: 60px;
}

.author .entry-content h2 {
  font-size: 30px;
}

.author .entry-content h3 {
  font-size: 25px;
  line-height: 1.3
}

.author .entry-content h4 {
  font-size: 20px;
}

.author .entry-content h5 {
  font-size: 18px;
}

.author .entry-content h6 {
  font-size: 16px;
}

.author article footer {
  padding: 0;
  background: none;
  line-height: 1.5;
  margin: 20px 0
}

.author .entry-content a {
  color: #000;
  position: relative;
  display: inline-block;
  margin: 0 5px
}

.author .entry-content a:after {
  width: calc(100% - 5px);
  height: 1px;
  content: "";
  background: #000;
  position: absolute;
  left: 3px;
  bottom: 0;
}

.author .entry-content a:hover {
  color: #000
}

.author .entry-content a img {
  margin: 20px 0 -3px 0;
  position: relative;
  z-index: 1;
}

.author article footer a {
  color: #000;
  position: relative;
  display: inline-block;
  margin: 0 5px
}

.author article footer a:after {
  width: calc(100% - 5px);
  height: 1px;
  content: "";
  background: #000;
  position: absolute;
  left: 3px;
  bottom: 0;
}

.author article footer a:hover {
  color: #000
}

.author article footer a img {
  margin: 20px 0 -3px 0;
  position: relative;
  z-index: 1;
}

.author .site-content {
  padding: 177px 0 50px
}

.author .author-info {
  display: flex;
  margin-bottom: 20px
}

.author .author-info .author-avatar {
  margin-right: 15px
}

.author .author-description h2 {
  font-size: 25px
}

.author .entry-content ol ul {
  padding-top: 15px
}

.author .entry-content a.i-link:after {
  display: none;
}

.author .entry-content a.i-link:hover {
  text-decoration: underline;
}

.author .entry-content p:last-child {
  margin-bottom: 0;
}

.author .entry-content img {
  margin: 20px auto;
  height: auto;
  display: block;
}

.author .entry-content .alignleft {
  float: left;
  margin: 0 25px 25px 0;
}

.author .entry-content .alignright {
  float: right;
  margin: 0 0 25px 25px;
}

.author .entry-content hr {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.author .entry-content ul,
.author .entry-content ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.author .entry-content ul li,
.author .entry-content ol li {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}

.author .entry-content ul li:last-child,
.author .entry-content ol li:last-child {
  margin-bottom: 0;
}

.author .entry-content ul li:before,
.author .entry-content ol li:before {
  content: "";
  height: 5px;
  width: 5px;
  background: #000;
  position: absolute;
  top: 10px;
  left: -15px;
  border-radius: 5px;
}

.author .entry-content ol li {
  list-style-type: decimal;
}

.author .entry-content ol li:before {
  display: none;
}

.author #secondary {
  display: none;
}

@media (max-width: 1280px) {
  .author .entry-content h3 {
    font-size: 20px;
    margin: 30px 0 10px 0;
  }
}

@media (max-width: 991px) {
  .author .entry-content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .author .entry-content h3 {
    font-size: 22px;
    margin: 30px 0 15px 0;
    line-height: 30px;
  }

  .author .entry-content ul li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .author .entry-content ul li:before {
    top: 10px;
  }
}

@media (max-width: 767px) {
  .author .entry-content p {
    font-size: 15px;
    line-height: 22px
  }

  .author .entry-content ul li {
    font-size: 15px;
    line-height: 22px
  }
}

.author .page-content-section {
  padding-bottom: 40px;
  position: relative;
}

.author .page-content-section .container {
  max-width: 1170px;
}

@media (max-width: 1279px) and (min-width: 992px) {
  .author .page-content-section {
    padding-left: 60px;
  }
}

.author .blog-detail-head {
  margin-bottom: 142px;
}

.author .blog-detail-head .row {
  min-height: 505px;
}

@media screen and (min-width: 0\0) {
  .author .blog-detail-head .row {
    height: 505px;
  }
}

.author .blog-detail-head .descbox .entry-title {
  margin: 0 0 30px 0;
}

.author .blog-detail-head .descbox ul li {
  padding-right: 22px;
  letter-spacing: 0.7px;
  display: inline-block;
  text-transform: uppercase;
  color: #676767;
  font-size: 17px;
  padding-right: 28px;
  margin-right: 8px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.author .blog-detail-head .descbox ul li:after {
  background: #b1b1b1;
  height: 15px;
  width: 2px;
  position: absolute;
  right: 8px;
  top: 1px;
  content: "";
}

.author .blog-detail-head .descbox ul li:last-child {
  padding: 0;
  margin: 0;
}

.author .blog-detail-head .descbox ul li:last-child:after {
  display: none;
}

.author .blog-detail-head .descbox ul li a {
  color: #676767;
}

.author .blog-detail-head .descbox ul li a:hover {
  color: #FFDA30;
}

@media (max-width: 1280px) {
  .author .blog-detail-head .descbox ul li {
    letter-spacing: 0;
    font-size: 15px;
    padding-right: 21px;
    margin-right: 0;
  }

  .author .blog-detail-head .descbox ul li:after {
    height: 12px;
    top: 2px;
  }
}

@media (max-width: 767px) {
  .author .blog-detail-head .descbox ul li {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .author .blog-detail-head .descbox ul li:after {
    height: 11px;
    top: 0;
  }
}

.author .blog-detail-head .img-box {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 0;
  padding-left: 60px;
}

.author .blog-detail-head .img-box .ratio-img {
  padding-bottom: 54%;
  min-height: 505px;
}

@media screen and (min-width: 0\0) {
  .author .blog-detail-head .img-box .ratio-img img {
    height: auto;
    bottom: 0;
    margin: auto;
  }
}

@media (max-width: 1280px) {
  .author .blog-detail-head {
    margin-bottom: 100px;
  }

  .author .blog-detail-head .row {
    min-height: 400px;
  }

  .author .blog-detail-head .descbox .entry-title {
    font-size: 30px;
    line-height: 45px;
  }

  .author .blog-detail-head .img-box {
    padding-left: 15px;
  }

  .author .blog-detail-head .img-box .ratio-img {
    padding-bottom: 80%;
    min-height: 400px;
  }
}

@media (max-width: 991px) {
  .author .blog-detail-head {
    margin-bottom: 50px;
  }

  .author .blog-detail-head .descbox {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .author .blog-detail-head .descbox .entry-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  .author .blog-detail-head .img-box {
    flex: 0 0 100%;
    max-width: 100%;
    position: static;
    padding-right: 15px;
  }

  .author .blog-detail-head .img-box .ratio-img {
    padding-bottom: 46%;
    min-height: 350px;
  }
}

@media (max-width: 767px) {
  .author .blog-detail-head {
    margin-bottom: 35px;
  }

  .author .blog-detail-head .img-box {
    padding: 0;
  }

  .author .blog-detail-head .img-box .ratio-img {
    padding-bottom: 70%;
    min-height: 250px;
    margin: 0 -5px;
  }
}

.author .recent-blog {
  padding: 140px 0 0 0;
}

.author .recent-blog.commonlisting .section-title {
  margin-bottom: 35px;
}

.author .recent-blog.commonlisting .listbox:first-child {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

@media (max-width: 991px) {
  .author .recent-blog.commonlisting .listbox:first-child {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .author .recent-blog.commonlisting .listbox:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.author .recent-blog.commonlisting .listbox .box-info .box-sub-title {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 17px;
  font-weight: 500;
}

.author .recent-blog.commonlisting .listbox .box-info .box-sub-title a {
  color: #000000;
}

.author .recent-blog.commonlisting .listbox .ratio-img {
  margin-bottom: 25px;
}

.author .recent-blog.commonlisting .listbox:hover .box-info .box-sub-title a {
  color: #999;
}

@media (max-width: 991px) {
  .author .recent-blog {
    padding: 80px 0 0 0;
  }
}

@media (max-width: 767px) {
  .author .recent-blog {
    padding: 50px 0 0 0;
  }
}

.author p {
  word-wrap: break-word;
}

.author .entry-content table {
  width: 100% !important
}

.author .entry-content table td {
  padding: 10px !important;
  line-height: 1.5 !important;
  word-break: break-word;
}

.author h1 {
  font-size: 45px;
  margin-bottom: 20px
}

.author .navigation {
  margin: 20px 0 35px
}

.author .navigation h3 {
  font-size: 20px;
  margin-bottom: 5px
}

.author .navigation a {
  color: #CCC
}

.author .navigation a:hover {
  color: #000;
  text-decoration: underline;
}

.author article header {
  border-bottom: solid 1px #EEE;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 50px
}

.author article header h2 {
  font-size: 30px;
  margin: 20px 0
}

.author article header h2 a {
  color: #000;
  text-decoration: underline;
}

.author article header img {
  width: 100%;
  object-fit: cover;
}

.author .comments-link a {
  color: #999
}

@media (min-width:1025px) and (max-width: 1500px),
(-webkit-min-device-pixel-ratio: 1.25) and (min-width:1025px),
(min-resolution: 120dpi) and (min-width:1025px) {
  .author .blog-detail-head .descbox .entry-title {
    font-size: 35px;
    line-height: 49px;
  }

  .author .blog-detail-head {
    margin-bottom: 106px;
  }

  .author .entry-content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px
  }

  .author .entry-content h2 {
    font-size: 28px;
  }

  .author .entry-content h3 {
    font-size: 22px;
  }

  .author .entry-content h1,
  .author .entry-content h2,
  .author .entry-content h3,
  .author .entry-content h4,
  .author .entry-content h5,
  .author .entry-content h6 {
    margin: 66px 0 24px 0;
  }

  .author .entry-content h1,
  .author .entry-content h2,
  .author .entry-content h3,
  .author .entry-content h4,
  .author .entry-content h5,
  .author .entry-content h6 {
    margin: 55px 0 15px 0;
  }

  .author .entry-content ul li,
  .author .entry-content ol li {
    font-size: 17px;
    line-height: 25px;
  }

  .author .recent-blog.commonlisting .section-title {
    font-size: 33px;
  }
}

@media(max-width:1550px) {
  .single .blog-detail-head {
    margin-bottom: 70px
  }

  .single .blog-detail-head .row {
    min-height: 400px
  }

  .single .blog-detail-head .img-box .ratio-img {
    min-height: 400px
  }
}

@media(max-width:1350px) {
  .author .site-content {
    padding: 120px 0 50px
  }

  .author h1 {
    font-size: 35px
  }

  .author article header h2 {
    font-size: 25px
  }

  .author .entry-content h2 {
    font-size: 25px
  }
}

@media(max-width:1100px) {
  .wrapper {
    overflow: hidden;
  }

  .single .blog-detail-head {
    margin-bottom: 0px
  }

  .single .blog-detail-head .row {
    min-height: 300px
  }

  .single .blog-detail-head .img-box .ratio-img {
    min-height: 300px
  }
}

@media(max-width:991px) {
  .author .page-content-section h2 {
    font-size: 22px
  }

  .author .page-content-section h3 {
    font-size: 20px
  }

  .author .entry-content h1,
  .author .entry-content h2,
  .author .entry-content h3,
  .author .entry-content h4,
  .author .entry-content h5,
  .author .entry-content h6 {
    margin: 40px 0 10px 0
  }
}

@media(max-width:767px) {

  p span,
  li span {
    font-weight: 400 !important;
  }

  .author .entry-content a:after {
    bottom: 0
  }

  .author .entry-content ul li:before {
    height: 5px;
    width: 5px;
    top: 7px
  }

  .author .entry-content table td {
    font-size: 15px;
    line-height: 22px !important
  }

  .author h1 {
    font-size: 25px
  }

  .author .navigation h3 {
    font-size: 16px
  }

  .author .navigation {
    font-size: 15px
  }

  .author .author-description h2 {
    font-size: 22px
  }

  .author .author-info img {
    height: auto;
  }

  .author article header h2 {
    font-size: 20px;
    line-height: 1.4
  }

  .author-description p {
    margin-bottom: 0
  }

  .author .entry-content h2 {
    font-size: 22px;
    line-height: 1.4
  }

  .author .entry-content h1,
  .author .entry-content h2,
  .author .entry-content h3,
  .author .entry-content h4,
  .author .entry-content h5,
  .author .entry-content h6 {
    margin: 30px 0 10px 0
  }

  .author .entry-content h3 {
    font-size: 18px;
    line-height: 1.4
  }

  .author article footer {
    font-size: 15px
  }

  .single .blog-detail-head .row {
    min-height: 250px
  }

  .single .blog-detail-head .img-box .ratio-img {
    min-height: 250px;
    padding-bottom: 67%
  }
  .single .rtoc-mokuji-content .rtoc-mokuji.mokuji_none.level-1 .mokuji_none.level-2 {
    display: block;
  }
}

@media(max-width:575px) {
  .pricing-banner .descBox {
    max-width: 100%
  }
}


#center_content #rtoc-mokuji-wrapper {
  display: none;
}

/* #left_sidebar #rtoc-mokuji-wrapper {
  display: block;
} */

/* blog form styling css start */

#left_sidebar #rtoc-mokuji-wrapper {
  /* position: sticky;  */
  top: 80px;
  -webkit-box-shadow: 3px 3px 15px -2px rgba(0,0,0,0.64);
  -moz-box-shadow: 3px 3px 15px -2px rgba(0,0,0,0.64);
  box-shadow: 3px 3px 15px -2px rgba(0,0,0,0.64);
}
#right_sidebar .sticky-section{height: 100%;}
.entry-content .sticky-form {
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  padding: 25px 30px;
  background-color: #EAEAEA;
}

.entry-content .sticky-form .form-headings {
  margin: 0px;
  margin-bottom: 10px;
  text-align: center;
}

.entry-content .sticky-form :is(input[type='text'], input[type='email'], input[type='number']) {
  border-radius: 10px;
  font-size: 12px;
  padding: 11px 9px;
  font-weight: 500;
  background-color: #fff;
  border: none;
}
.entry-content .sticky-form input::placeholder{
  color: #848484;
}

.entry-content .sticky-form input::-webkit-placeholder{
  color: #848484;
}

.get-in-touch-post-form {
  position: relative;
}

/* #get-in-touch-post-form .col-12,#get-in-touch-post-form .col-sm-12{padding: 0 33px;} */




.entry-content .sticky-form input[type='submit'] {
  padding: 3px 0px;
  font-size: 15px;
  text-align: center;
  min-height: 20px;
  line-height: 33px;
  border-radius: 10px;
}



.entry-content .sticky-form input:focus {
  border: 1px solid #FFDA30;
  box-shadow: none;
}

.entry-content .sticky-form .select-styled {
  font-size: 12px;
  border-radius: 10px;
  border: none;
  padding: 0px 9px;
  height: 35px;
  line-height: 33px;
  background-color: #fff;
}

.entry-content .sticky-form .select-styled:after {
  top: 9px;
}

.entry-content .sticky-form .select-styled.active:after {
  top: 13px;
}

.entry-content .sticky-form .select-options {
  list-style: none;
  background-color: #FFF;
  padding: 0px;
}

.entry-content .sticky-form .select-options li {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  margin: auto 0px;
  padding: 4px 9px;
}

.entry-content .sticky-form .select-options li::before {
  background: none;
}

.entry-content .sticky-form textarea {
  font-size: 12px;
  font-weight: 500;
  padding: 0px;
  height: 65px;
  border: none;
  padding: 11px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: none !important;
}
.entry-content .sticky-form textarea::placeholder{
  color: #848484;
}

.entry-content .sticky-form .form-loader {
  right: 10px;
  width: 20px;
  height: 20px;
  top: 0%;
}

.entry-content .sticky-form .form-group {
  margin-bottom: 13px;
}

.entry-content .sticky-form .form-group :is(.error-message, .success-message) {
  font-size: 11px;
  margin-top: 5px;
}

.entry-content .sticky-form .ajax-message .success-message {
  text-align: center;
  padding-bottom: 15px;
}


@media(max-width:575px) {
  .entry-content .sticky-form {
    margin: 0px 30px;
  }
}

@media(max-width:480px) {
  .entry-content .sticky-form {
    margin: 0px 10px;
  }
}

/* blog form styling css end */

.post .entry-content ul li{list-style-type: disc;}
.single .entry-content #center_content a {text-decoration: underline;}
@media (max-width:1250px) {.single-post .commonlisting .container {max-width: 97%;}}
/* hello bar css start */
.hlw-bar{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.hlw-bar p{
  margin-bottom: 0px;
  font-weight: 600;
}


.hlw-bar .cta-button{
    font-size: 13px;
    min-height: 35px;
    line-height: 35px;
    text-transform: none;
}
@media(max-width:991px){
  .hlw-bar p {font-size: 13px;}
  .hlw-bar .cta-button{
    padding: 0 15px;
    min-height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

}

@media(max-width:767px){
  .blog-header :is(.blog-header-left,.blog-header-right){
    flex: 0 0 50%;}
  /* .single .blog-header .container {
    box-shadow: -1px -2px 4px 2px #80808091;
  } */
}

@media(max-width:575px){
  .single .blog-header .row {
    height:auto;
  }
  .single .blog-header.fixed .row {
    height: 60px;
  }
  .single .blog-pg {
    padding: 50px 0 0;
  }
}

@media(max-width:500px){
  .blog-header-center{padding: 0 5px;}
  .hlw-bar p {
    font-size: 12px;
    flex: 0 0 52%;
  }
  .hlw-bar .cta-button {
    padding: 5px 14px;
    min-height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
}

/* sliding cta */

.stick-ebook{
  position:fixed;
  top:50vh;
  transition: transform 0.5s;
  transform: translate(-600px,-50%);
  z-index: 99999;
}

.stick-ebook.open-book{
  transform: translate(0,-50%);
}

.stick-ebook .ebook-box{
  align-items: center;
  background: #ffda30;
  padding: 19px 0px 19px 16px;
  position:relative;
}
.single .page-content-section .ebook-box .ebook-title{
  font-size: 21px;
  font-weight: 400;
}
.ebook-box .ebook-txt{
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
}
.close-book{
    position:absolute;
    top:10px;
    right:10px;
    cursor: pointer;
}

.close-book:hover{
  opacity: 0.8;
}
.ebook-box .ebook-cta {
    margin-top:10px;
    position: relative;
}
.ebook-box .ebook-cta .cta-button{
    font-size: 12px;
    min-height: 30px;
    line-height: 30px;
    background: #000;
    color: #fff;
    border-radius:7px;
}

.ebook-box .ebook-cta .cta-button:hover{
    background:#fff;
    color:#000;
}
.single .page-content-section .ebook-box .ebook-title {
  max-width: 150px;
}
@media(max-width:1650px){
  .single .page-content-section .ebook-box .ebook-title {
    font-size: 20px;
  }
  .stick-ebook .ebook-box {
    width: 380px;
  }
}
@media(max-width:1440px){
  .single .page-content-section .ebook-box .ebook-title {
    font-size: 20px;
  }
  .ebook-box .ebook-txt {
    font-size: 14px;
  }
  .stick-ebook .ebook-box {
    padding: 19px 0px 19px 10px;
  }
  .ebook-box .ebook-txt {
    font-size: 13px;
  }
  .stick-ebook .ebook-box {
    width: 367px;
  }
  .single .page-content-section .ebook-box .ebook-title {
    font-size: 19px;
  }
}

@media(max-width:767px){
  .stick-ebook .ebook-box {
    width: 350px;
  }
  .single .page-content-section .ebook-box .ebook-title {
    font-size: 18px;
  }
  .ebook-box .ebook-cta .cta-button {
    font-size: 10px;
  }
}

@media(max-width:575px){
  .stick-ebook{
    top:51vh;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all 0.3s;
  }

  .stick-ebook.open-book{
    transform: translate(-50%, -50%);
    opacity:1;
  }
  .stick-ebook .ebook-box {
    max-width: 220px;
    text-align: center;
    padding: 15px;
  }
  .ebook-box figure{
    position: relative;
    left: 15px;
  }
  .ebook-box .ebook-txt {margin-top: 5px;}
  .close-book {
    right: 24px;
  }
  .single .page-content-section .ebook-box .ebook-title {
    margin: 0px auto;
  }
}

@media(max-width:480px){
  .sidebar-inner .toc-box .toc-title {
    padding: 10px;
    font-size: 13px;
  }
  .sidebar-inner .toc-box .toc-title::after {
    top: 37%;
  }
}

/* pop up css  */
.pop-box{
    padding: 55px 60px;
    background: #fff;
    -webkit-box-shadow: 6px 10px 17px 7px rgb(17 39 67 / 10%);
    -moz-box-shadow: 6px 10px 17px 7px rgba(17,39,67,0.1);
    box-shadow: 6px 10px 17px 7px rgb(17 39 67 / 10%);
    border-radius: 20px;
    width: 36%;
}

.pop-box :is(input[type="text"],input[type="phone"],input[type="email"]){
    border: none;
    font-size: 14px;
    padding: 15px 15px;
    outline: none;
    transition: none;
    background: #E5E5E5;
    border-radius: 14px;
    box-shadow: none;
}

.pop-box :is(input[type="text"]:focus,input[type="phone"]:focus,input[type="email"]:focus){
    border:none;
    border:1px solid #ffda30;
}

.detail-bx .detail-cont{align-items: center;}
.detail-bx .submit-btn input[type="submit"] {padding: 0 10px;}
.detail-bx .submit-btn .form-loader {right: -15px;}

.pop-box .detail-bx{display:block;}
.pop-box .thankyou-sec{display:none;}

.thankyou-sec .th-msg .th-txt{
    margin: 35px 0px 15px 0px;
    font-weight: 500;
    font-size: 18px;
}
@media(max-width:1650px){
    .pop-box {width: 45%;}

}



@media(max-width:1280px){
  .detail-bx .submit-btn input[type="submit"] {
    padding: 5px 5px;
    font-size: 18px;
    min-height: 38px;
    line-height: 38px;
  }
  .pop-box {width: 60%;}
}

@media(max-width:1024px){
  .detail-bx .submit-btn input[type="submit"] {
      padding: 4px 0px;
      font-size: 16px;
      min-height: 35px;
      line-height: 35px;
  }
}

@media(max-width:991px){
    .pop-box {
      width: 85%;
    }
}

@media(max-width:767px){
    .email-img{margin-bottom: 30px;}
    .email-img figure{
      max-width: 206px;
      margin: 0px auto;
    }
    .detail-bx .submit-btn {
      width: 36%;
      margin: auto;
    }
}

@media(max-width:575px){
  .detail-bx .submit-btn {width: 42%;}
}

@media(max-width:480px){
  .pop-box {
    width: 95%;
    padding: 30px 30px;
  }

  .pop-box :is(input[type="text"],input[type="phone"],input[type="email"]) {
    font-size: 12px;
    padding: 12px 15px;
  }

  .detail-bx .submit-btn input[type="submit"] {
    padding: 4px 0px;
    font-size: 14px;
    min-height: 30px;
    line-height: 30px;
  }
  .email-img figure {
    max-width: 150px;
  }
  .detail-bx .submit-btn {
    width: 50%;
  }
  .thankyou-sec .th-icon{
    max-width: 105px;
    margin: 0 auto;
  }

}


/* exit pop up css start */


#leadinModal-4192619.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content{
  background: none;
  background-color: #fff !important;
  border-radius: 20px;
  box-shadow: 6px 10px 17px 7px rgb(17 39 67 / 10%);
  justify-content: center;
}

#leadinModal-4192619.leadinModal-reset div, #leadinModal-4192619.leadinModal-reset form, #leadinModal-4192619.leadinModal-reset h1, #leadinModal-4192619.leadinModal-reset h2, #leadinModal-4192619.leadinModal-reset h3, #leadinModal-4192619.leadinModal-reset h4, #leadinModal-4192619.leadinModal-reset h5, #leadinModal-4192619.leadinModal-reset h6, #leadinModal-4192619.leadinModal-reset p{
  text-align: center;
}

#leadinModal-4192619.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body .leadin-preview-wrapper{
  padding: 30px !important;
}

/* pop up css */
.open-custom-popup .site-header {
  z-index: -1;
  opacity: 0;
  transition: 0.5s all;
  visibility: hidden;
}
.input03 textarea{
  border-bottom-color:#e8e9ed;
}
.input03 textarea::placeholder{
   color:#999;
}
.popup-main1 .popup-content {overflow: auto;}
.popup-main .close-popup:before,.popup-main .close-popup:after,.popup-main1 .close-popup:before,.popup-main1 .close-popup:after{
   background:#000;
}
.newsletter-form{overflow-x: hidden;}
.newsletter-form .container {max-width: 940px;}
.input02{position:relative;}
.input02 label{position:absolute;top:-6px;left:15px;background:#FFF;color:#8d8c8c;padding:0 5px;z-index:1}
.input02 input,.input02.rev-select .select-styled{border: solid 1px #bfbfbf; box-shadow: none; min-height: 52px ; border-radius: 15px ; padding: 0 20px ;box-shadow:10px 10px 20px rgb(0 0 0 / 5%);font-weight: 500;}
.input02.rev-select .select-styled{padding: 5px 20px;}
.input02 input:focus{border-color:#FFDA30}

.step-ratecard,.hiring-needs{background:#FFF}

.step-ratecard .popup-content,.hiring-needs .popup-content{text-align:left}
.step-ratecard .newsletter-form .section-title{margin-bottom: 45px;font-size: 29px;
   font-weight: 700;padding-bottom:5px}
.step-ratecard .newsletter-form .sub-title{margin-bottom:60px;line-height:1.5}
.step-ratecard .newsletter-form .submit-btn{margin-top:35px;text-align: center;}
.step-ratecard .newsletter-form .submit-btn input[type="submit"]{max-width:160px;border-radius:10px}
.step-ratecard .optionList .optionBox span {font-weight: 600;}
.welcome-box h5{font-size:25px;margin-bottom:15px}
.welcome-box p{font-size:20px;margin-bottom:40px;font-weight:500}
.bold-form-lbl{font-weight: 600; font-size: 18px; margin-bottom: 15px;line-height:1.5}

.row.step_2 .field-general .optionbox input[type='checkbox'] {position: absolute;opacity: 0;cursor: pointer;}
.optionsWrap.multiselect .optionbox .lbl-txt {padding: 8px 10px;}
.optionsWrap.multiselect .optionbox .lbl-txt:before {
   content: "+";
   font-weight: 400;
   margin-right: 8px;
   font-size: 21px;
   line-height: 0;
   position: relative;
   top: 2px;
   color: #c1c1c1;
   display: inline-block;
   width: 10px;
}
.optionsWrap.multiselect .optionbox input:checked + .lbl-txt:before {
   content: "";
   border-bottom: solid 1px #000;
   border-left: solid 1px #000;
   height: 6px;
   transform: rotate(-45deg);
   top: -4px;
}
/* .hire-reqs{margin-top: 40px;} */

body.single .hiring-needs .newsletter-form .section-title {margin-bottom: 45px;}
.optionsWrap.multiselect .optionbox input[type='checkbox'] + .lbl-txt{
   padding: 8px 10px;
   transition: .5s all;
   text-align: center;
   font-size: 12px;
   color:#8d8c8c;
   background: #e8e9ed;
   border-radius: 5px;
   border: solid 2px transparent;
   min-width: 55px;
   display: block;
   cursor: pointer;
   margin:3px;
}

.optionsWrap.multiselect .optionbox input[type='checkbox']:checked + .lbl-txt {
   background: #ffda30;
   color: #000;
   transition: .5s all;
}

.row.step_2 .field-general > .row .col-md-12{display:flex;}
.row.step_2 .field-general .hire-roles{margin-top:20px;}
.row.step_2 .field-general .hire-roles .optionsWrap.multiselect{display:none}
.row.step_2 .field-general .hire-roles .optionsWrap.multiselect.active{display:block}

.hire-req  .rev-select .select-styled{
   border: 1px solid #e8e9ed;
   border-radius: 8px;
   padding: 0px 10px;
   font-size: 14px;
}
.hiring-needs .rev-select .select-styled::after,.step-ratecard .rev-select .select-styled::after{
   height: 7px;
   width: 7px;
   border-left: solid 1px #8d8c8c;
   border-bottom: solid 1px #8d8c8c;
}
.optionList .optionBox span:before {border: solid 1px #FFDA30;
}

.hiring-needs .form-group{margin-bottom:2rem;}
.mail-info p{/* font-style: italic; */font-weight: 500;}
.mail-info p a{color:#000;text-decoration: underline;}
.hiring-needs .submit-btn{max-width: 210px;margin: auto;}
.hiring-needs .submit-btn input[type='submit']{border-radius: 10px;}
.popup-main1 .popup-content {padding: 0px 15px;}
.input03 .bold-form-lbl{margin-bottom:5px}
@media(max-width:1650px){
 .thankyou-blk .container{max-width:1000px;}
 .thankyou-blk .img-blk img{max-width:300px;}
 .thankyou-blk .desc-blk p{font-size:16px}
 .newsletter-form .container{max-width:900px;}
 .step-ratecard .newsletter-form .section-title{font-size:22px;margin-bottom:15px;}
 .step-ratecard .newsletter-form .sub-title{font-size:16px;margin-bottom:40px;}
 .welcome-box h5{font-size:20px;margin-bottom:10px;}
 .welcome-box p{font-size:16px;}
 .bold-form-lbl{font-size:15px;margin-bottom:12px;}
 .queBox .rev-select{height:45px}
 .queBox .select-styled{min-height:45px;border-radius:10px;line-height:42px;font-size:15px;box-shadow:5px 5px 10px rgb(0 0 0 / 4%)}
 .queBox .select-styled:after{top:14px;}
 .newsletter-form input,.newsletter-form textarea{font-size:15px}
 .newsletter-form .input02.rev-select .select-styled{font-size:15px;padding: 3px 20px;}
 .input02 label{font-size:15px}
 .input02 input,.input02.rev-select .select-styled{min-height:45px;border-radius:10px;box-shadow:5px 5px 10px rgb(0 0 0 / 4%)}
 .step-ratecard .newsletter-form .submit-btn input[type="submit"] {max-width: 120px; border-radius: 10px; min-height: 45px; line-height: 45px; }
}
@media(max-width:1280px){
   .step-ratecard .optionList .optionBox span {font-size: 14px;}
   .hiring-needs .hire-reqs{margin-top: 0px;}
   body.single .hiring-needs .newsletter-form .section-title {margin-bottom: 45px;}
}
@media(max-width:991px){
 /* .thankyou-blk .desc-blk h3{margin-bottom:20px}
 .thankyou-blk .desc-blk p{font-size:15px} */
}
@media(max-width:767px){

 .step-ratecard .newsletter-form .section-title{font-size:18px;margin-bottom:15px}
 .step-ratecard .newsletter-form .sub-title{font-size:15px;margin-bottom:30px;}
 .input02 input,.input02.rev-select .select-styled{min-height:40px;border-radius:7px;}
 .welcome-box h5{font-size:16px;margin-bottom:5px}
 .welcome-box p{font-size:14px;margin-bottom:25px}
 .input02 label{font-size:13px;left:11px}
 .queBox{margin-bottom:20px}
 .bold-form-lbl {font-size: 14px; margin-bottom:5px; }
 .queBox .select-styled{min-height: 40px; border-radius: 7px; line-height: 36px; font-size: 13px; padding: 0 15px;}
 .newsletter-form input, .newsletter-form textarea{font-size:13px;padding:0 15px}
 .newsletter-form .input02.rev-select .select-styled{padding: 0px 15px;font-size: 13px;}
 .newsletter-form textarea{height:40px;padding:11px 0}
 .queBox .select-styled:after {top: 13px; right: 15px;height:7px;width:7px;}
 .step-ratecard .newsletter-form .submit-btn{margin-top:20px;}
 .step-ratecard .newsletter-form .submit-btn input[type="submit"]{font-size:15px;max-width: 120px; border-radius: 7px; min-height: 40px; line-height: 40px;padding: 0px 20px;}
 .queBox .select-styled.active::after{top: 16px}
 .hire-req .rev-select .select-styled {font-size: 12px;}
 .popup-main1 .popup-content {padding: 100px 15px;}
 body.single .hiring-needs .newsletter-form .section-title {margin-bottom: 35px;}
}
@media(max-width:575px){

 .input02{margin-bottom:10px;}
 .row.step_2.hire-req,.hire-reqs {margin-top: 15px;}
 .step-ratecard .newsletter-form .submit-btn input[type="submit"] {padding: 0 18px;}
 .newsletter-form {padding-top: 20px;}
}

@media(max-width:480px){
  .newsletter-form .row.step_2 .field-general > .row .col-md-12{flex-wrap: wrap;}
  .newsletter-form .optionList {flex: 0 0 50%;}
  body.single .hiring-needs .newsletter-form .section-title {margin-bottom: 25px;padding-right:15px;}
}

/* multiple columns list */
.single .entry-content :is(ul.mul-lst,ol.mul-lst){
  display:flex;
  flex-wrap: wrap;
}
.single .entry-content :is(ul.mul-lst,ol.mul-lst) li{
    flex:0 0 50%;
}
.single .entry-content :is(ul.mul-lst,ol.mul-lst) li a{
   display:block;
}

@media(max-width:575px){
  .single .entry-content :is(ul.mul-lst,ol.mul-lst) li{
    flex:0 0 100%;
  }
}
/* side bar 2 styles */
.side-2 .cta-wrapper{
  background:#EAEAEA;
}

.single .side-2 .cta-wrapper .form-group::before {
  opacity: 0.4;
}
.single .side-2 .cta-wrapper .submit-btns::before{
  opacity: 0.4;
}
.entry-content .side-2 .sticky-form .select-styled {
  padding: 8px 9px;
  height: auto;
  line-height: 1.5;
}
.entry-content .side-2 .sticky-form .select-styled:after {
  top: 35%;
  transform: rotate(-45deg) translateY(-50%);
}
.entry-content .side-2 .sticky-form .select-styled.active:after {
  top: 42%;
  transform: rotate(135deg);
}
.entry-content .side-2 .sticky-form .select-options li {
  font-size: 12px;
}
.entry-content .side-2 .sticky-form .form-loader {
  right: -22px;
}

@media(max-width:480px){
  .entry-content .side-2 .sticky-form {
    margin: 0px 0px;
  }
}
/* side bar 2 end */
.tal-forms .popup-content{
  background: #ffda30;
  overflow-y: auto;
  padding: 50px 0px;
}

.tal-forms .newsletter-form form{
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 10px 10px 20px rgb(0 0 0 / 5%);
}

.tal-forms .newsletter-form .select-styled{
  border: solid 1px #bfbfbf;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 4%);
  padding: 0 30px 0 20px;
  font-size:14px;
  height: 52px;
  line-height: 52px;
}

.tal-forms .newsletter-form .select-styled::after{
  top: 19px;
}
.tal-forms .newsletter-form .select-styled.active::after{
  top: 24px;
}

.tal-forms .filemain {
  display: flex;
  padding-top:0;
  margin-bottom: 0px;
  align-items: center;
  gap: 20px;
}
.tal-forms.filemain .file-lbl{display:none;}
.tal-forms .filemain input{
  border-bottom: none;
  font-size: 15px;
  color: #ccc;
  padding-left: 32px;
}

.tal-forms .filemain .fileupload img {
  max-width: 18px;
  position: absolute;
  top: 13px;
  z-index: 1;
}

.tal-forms .filemain .fileupload {
  padding: 0 0 0 15px;
  background: #FFF;
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 15px;
  border: 2px dashed #dbdbdb;
}
.tal-forms .filemain .file-upload-button {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  left: 0;
  z-index: 2;
}
.tal-forms .newsletter-form .tal-title{font-size: 18px;font-weight: 700;}
.tal-forms .popup-content .filemain label{font-weight: 500;}
.tal-forms .popup-content .close-popup{opacity: 0.7;}
.tal-forms .popup-content .rev-select {
  height: 100%;
  }
@media(max-width:1650px){
  .tal-forms .newsletter-form .select-styled{
    height: 45px;
    line-height: 45px;
  }
  .tal-forms .newsletter-form .select-styled.active::after {
    top: 19px;
  }
  .tal-forms .newsletter-form .select-styled::after {
    top: 15px;
  }
  body.single .hiring-needs.tal-forms .newsletter-form .section-title {
    margin-bottom: 25px;
    font-size: 25px;
  }
}
.others-bx{display:none;}
.tal-forms .newsletter-form input::placeholder{
  color: #848484;
}
.tal-forms .newsletter-form input::-webkit-placeholder{
  color: #848484;
}
@media(min-width:768px){
  .entry-content #right_sidebar {
    margin-bottom: 20px;
  }
}
@media(max-width:767px){
  .tal-forms .filemain input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tal-forms .newsletter-form .container {
    max-width: 95%;
  }
}

@media(max-width:575px){
  .tal-forms .popup-content .filemain label{font-size: 13px;}
  .tal-forms .popup-content {
    padding: 20px 0px;
  }
  .tal-forms .filemain input {
    font-size: 13px;
  }
  .tal-forms.hiring-needs .form-group {
    margin-bottom: 12px;
  }
  .tal-forms .newsletter-form .tal-title {
    font-size: 17px;
  }
  .tal-forms .filemain {
    gap: 10px;
    flex-wrap: wrap;
  }
  .tal-forms .newsletter-form form {
    padding: 25px;
  }
  .tal-forms .filemain .fileupload img {
    top: 11px;
  }
  body.single .hiring-needs.tal-forms .newsletter-form .section-title {
    margin-bottom: 15px;
    font-size: 21px;
  }
}

/* Fixed TOC css */
.entry-content #left_sidebar {
  visibility: hidden;
}

#ftwp-container.ftwp-fixed-to-post.ftwp-top-left #ftwp-trigger{
  left: 0px !important;
  top: 79px !important;
  width: 180px;
  color: #fff;
  background: #000;
  transform: translateX(0px) !important;
  transition: transform 0.5s;
}

#ftwp-container.ftwp-wrap.ftwp-minimize.ftwp-top-left.ftwp-hidden-state #ftwp-trigger{
  left: -260px !important;
  transform: translateX(-260px) !important;
  transition: transform 0.5s;
}

#ftwp-container.ftwp-wrap #ftwp-trigger .ftwp-trigger-icon {
    font-size: 15px;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
#ftwp-container.ftwp-fixed-to-post.ftwp-top-left #ftwp-contents{
  top: 79px !important;
  max-height: 75vh;
  overflow-y: auto;
  width: 320px;
  height: auto !important;
}

#ftwp-container.ftwp-wrap #ftwp-contents {
  border-color: transparent;
  border:none !important;
  -webkit-box-shadow: 3px 3px 15px -2px rgba(0,0,0,0.64);
  -moz-box-shadow: 3px 3px 15px -2px rgba(0,0,0,0.64);
  box-shadow: 3px 3px 15px -2px rgba(0,0,0,0.64);
  background: #000;
}

#ftwp-container.ftwp-wrap #ftwp-header {
  font-size: 16px !important;
  border-bottom: 1px solid #dfdfdf;
}

#ftwp-container.ftwp-wrap #ftwp-header {
  background: #fff !important;
}
#ftwp-container.ftwp-wrap #ftwp-list {
  background: #fff !important;
}

#ftwp-container.ftwp-wrap #ftwp-header-title {
  margin: 0px auto;
}

#ftwp-container.ftwp-wrap #ftwp-list .ftwp-active{
  background: #fff !important;
  color: #000 !important;
}

#ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor:hover{
  color: #000 !important;
}

#ftwp-container #ftwp-list.ftwp-strong-first>.ftwp-item>.ftwp-anchor.ftwp-active .ftwp-text{
  font-weight: 600 !important;
}
#ftwp-container.ftwp-wrap #ftwp-list .ftwp-active .ftwp-text {
  font-weight: 600 !important;
}

#ftwp-container.ftwp-wrap #ftwp-list {
  height: auto !important;
  padding: 5px 0px;
}

#ftwp-container.ftwp-hidden-state {
  left: -260px !important;
}


#ftwp-wrap#ftwp-top-left#ftwp-maximize#ftwp-hidden-state #ftwp-contents{
  left: -260px !important;
  transition: all 0.5s !important;
}

#ftwp-container.ftwp-fixed-to-post.ftwp-top-left.ftwp-minimise{
  transform: translateX(0px);
  transition: transform 0.5s;
}

#ftwp-container.ftwp-fixed-to-post.ftwp-top-left.ftwp-maximize #ftwp-contents {
  transform: translateX(280px);
  left: -280px !important;
  transition: transform 0.5s;
}
#page.ftwp-blur {
  filter: none !important;
  opacity: 1 !important;
  transition: none;
}

#ftwp-container.ftwp-fixed-to-post.ftwp-minimize #ftwp-trigger {
  visibility: visible;
  opacity: 1 !important;
  filter: none !important;
}

.open-custom-popup #ftwp-container.ftwp-fixed-to-post.ftwp-minimize #ftwp-trigger,.open-custom-popup #ftwp-container.ftwp-fixed-to-post.ftwp-maximize #ftwp-contents {
  visibility: hidden;
}

@media(max-width:767px){
  #ftwp-container.ftwp-fixed-to-post.ftwp-top-left #ftwp-trigger {
    left: 50vw !important;
    transform: translateX(-50%) !important;
    transition: opacity 0.5;
    width: 95vw;
  }
  #ftwp-container.ftwp-maximize.ftwp-fixed-to-post.ftwp-top-left #ftwp-trigger{
    opacity:0;
  }
  #ftwp-container.ftwp-fixed-to-post.ftwp-top-left.ftwp-maximize #ftwp-contents {
    transform: translateX(-50%);
    left: 50vw !important;
    transition: none;
    width: 95vw;
  }
  #ftwp-container.ftwp-fixed-to-post.ftwp-top-left #ftwp-trigger {
    transition: none;
  }
  #ftwp-container.ftwp-wrap #ftwp-trigger .ftwp-trigger-icon::after {
    content: '';
    border-color: #fff;
    position: absolute;
    height: 10px;
    width: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(314deg) translateY(-50%);
    right: 24px;
    top: 14%;
  }

  #ftwp-container.ftwp-fixed-to-post.ftwp-top-left.tc-fix #ftwp-trigger {
    opacity: 0 !important;
    visibility: hidden;
    transition: all 0.5s;
  }
}

/* blog page cta's*/
.blog-ct .cta-button {
    min-height: auto;
    line-height: 1.2;
    font-size: 17px;
    padding: 15px 25px;
    margin-top: 15px;
    text-transform: none;
}

.blog-ct .cta-button.long-txt {
  font-size: 14px;
}

@media(min-width:1440px){
  .blog-ct .cta-button.long-txt {
    width:100%;
  }
}

@media(max-width:1440px){
  .blog-ct .cta-button {
    font-size: 15px;
    padding: 12px 15px;
  }
}

@media(max-width:1280px){
  .blog-ct .cta-button.long-txt {
    font-size: 12px;
  }
}

@media(max-width:480px){
  .blog-ct .cta-button {
    font-size: 13px;
    padding: 8px 12px;
  }
}

/* blog pop up css */

.popup-fix{
    display: flex;
    background: rgba(0,0,0,0.6);
}

.popup-fix .popup-content {
  overflow: auto;
  height: auto;
}

.popup-fix .ebook-img {
  position: relative;
  top: 14px;
}

.popup-fix .newsletter-form .container {
  background: linear-gradient(to right, #ffda30 23%, #fff 15%);
  border-radius: 25px;
  padding: 30px 75px;
  position: relative;
}

.popup-fix .newsletter-form .submit-btn {
    text-align: left;
    margin-top: 20px;
    position: relative;
    width: fit-content;
}

.popup-fix .newsletter-form .submit-btn input[type="submit"] {
    width: auto;
    line-height: 1.1;
    padding: 15px 20px;
    font-size: 17px;
    min-height: auto;
    text-transform: capitalize;
}

.popup-fix .form-loader {
  position: absolute;
  right: -40px;
}

body.single .popup-fix .newsletter-form .section-title{
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: left;
  font-size: 30px;
}

body.single .page-popup .newsletter-form .section-title{
  margin-bottom: 30px;
  margin-top: 0px;
}
body.single .page-popup .ebook-img img{
  margin: 0px;
}


@media(max-width:991px){
  body.single .popup-fix .newsletter-form .section-title {
    margin-bottom: 25px;
    font-size: 25px;
  }

  .popup-fix .newsletter-form .container {
    padding: 30px 45px !important;
  }
}

@media(max-width:767px){
  .popup-fix .newsletter-form .container {
    background: linear-gradient(to bottom, #ffda30 23%, #fff 15%);
    border-radius: 25px;
    padding: 30px 75px;
  }

  .popup-fix .newsletter-form .container {
    padding: 35px 30px !important;
  }

  body.single .popup-fix .newsletter-form .section-title {
    margin-top: 0px;
  }

  .popup-fix .newsletter-form {
    margin: 42px auto;
  }
}

@media(max-width:480px){
  body.single .popup-fix .newsletter-form .section-title {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
  }
  .popup-fix .newsletter-form .container {
    padding: 10px 26px !important;
  }

  .popup-fix .newsletter-form .submit-btn {
    margin-top: 0px;
  }

  .popup-fix .newsletter-form .submit-btn input[type="submit"] {
    padding: 12px 12px;
    font-size: 15px;
  }
}



/* in page pop up css */

.single .page-content-section .entry-content .page-popup .container {
    max-width: 100%;
    /* border: 1px solid #dbdbdb; */
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    margin-top: 25px;
    max-width: 810px;
}

.page-popup.popup-fix {
  background: #fff;
}

@media(max-width:797px){
  .page-popup.popup-fix .newsletter-form {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

/* in page link */
#center_content .pg-link{
  margin: 20px 0px;
  font-size: 29px;
}

@media(max-width:1440px){
  #center_content .pg-link{
    font-size: 27px;
  }
}

@media(max-width:1280px){
  #center_content .pg-link{
    margin: 15px 0px;
    font-size: 25px;
  }
}

@media(max-width:991px){
  #center_content .pg-link{
    margin: 12px 0px;
    font-size: 23px;
  }
}

@media(max-width:767px){
  #center_content .pg-link{
    font-size: 21px;
  }
}
.thankyou-blk{background-size: cover !important;background-position:center !important;width: 100%; height: 100%; display: flex; align-items: center;}
 .thankyou-blk .img-blk{text-align:center;}
 .thankyou-blk .img-blk img{max-width:380px;}
 .thankyou-blk .desc-blk h3{margin-bottom:40px;}
 .thankyou-blk .desc-blk p{font-size:18px;}
 .thankyou-blk .desc-blk p strong{text-decoration:underline;text-decoration-color:#FFDA30}
 .thankyou-blk .desc-blk p a{color:#000}
 .thankyou-blk .desc-blk p a:hover{opacity:0.5}
 @media(max-width:1650px){
   .thankyou-blk .container{max-width:1000px;}
   .thankyou-blk .img-blk img{max-width:300px;}
   .thankyou-blk .desc-blk p{font-size:16px}
 }
 @media(max-width:991px){
   .thankyou-blk .desc-blk h3{margin-bottom:20px}
   .thankyou-blk .desc-blk p{font-size:15px}
 }
 @media(max-width:767px){
   .thankyou-blk .img-blk img{max-width:250px;}
 }
 @media(max-width:575px){
   .thankyou-blk .img-blk{margin-bottom:40px;}
 }
 .sticky-ratepop .thankyou-blk .desc-blk p br {
    display:block !important
}
.sticky-ratepop {
  display: flex;
  background: rgba(0,0,0,0.8);
}
.smlForm {
  max-width: 50%;
  margin: auto;
  height: calc(100% - 100px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: 0 0 20px rgb(0 0 0 / 80%);
}
@media (max-width: 1650px){
  .smlForm {
      max-width: 1000px;
  }
}
.sticky-ratepop .popup-content {
  background: #fff;
  opacity: 1;
  position: relative;
  /* max-height: calc(100% - 230px); */
  height: auto;
  border-radius: 20px;
}
.sticky-ratepop .popup-content {
  padding: 120px 10px;
  overflow: auto;
  height: auto;
  max-width: 900px;
  padding-bottom: 85px;
}
@media (max-width: 1650px){
  .sticky-ratepop .popup-content {
      padding: 90px 20px;
      max-width: 750px;
      padding-bottom: 65px;
  }
}
@media (max-width: 1440px){
  .sticky-ratepop .popup-content {
      overflow: auto;
      height: auto;
  }
}

@media(max-width:991px){
  .sticky-ratepop .popup-content {
      padding: 70px 20px;
      max-width: 90%;
      padding-bottom: 45px
  }
}

@media(max-width:480px){
  .sticky-ratepop .popup-content {
      padding: 50px 20px;
      max-width: 93%;
      padding-bottom: 30px;
  }
}

.sticky-ratepop .close-popup {
  right: 10px;
  top: 10px;
}
.popup-main2 .close-popup {
  background: #fff;
}
.popup-content .form-loader img{
  margin: 0;
}
.single .page-content-section .entry-content .page-popup .newsletter-form .container {
  background: #fae150;
}
.single .page-content-section .entry-content .page-popup .input02 input {
  background: #fff;
  border: 0;
}
.single .page-content-section .entry-content .page-popup input[type="submit"] {
  background: #000;
  color: #fff;
}
.single .page-content-section .entry-content .page-popup input[type="submit"]:hover {
  color: #000;
  background: #fff;
}

.page-template-talent-blog-page .wrapper {
  padding-top: 0px !important;
}


/*pricing-banner START*/
.pricing .wrapper{padding:0}
section.commonlisting {
  padding: 50px 0 0 0 !important;
}
.pricing-banner {
  min-height: 480px;
  display: flex;
  align-items: start;
  background-size: cover !important;
  background-position: right top !important;
  opacity: 0.85;
position: relative;
text-align: left;
background: #FFDA30;
padding-top: 8%;
padding-bottom: 4%;
}
.pricing-banner::after {
  content: '';
  position: absolute;
  inset: 0 0 0 0;
  /* background: #000; */
  opacity: 0.2;
}
.pricing-banner .container .row{
align-items: center;
}
.pricing-banner .container p span{font-weight:700 !important;}
.pricing-banner .container{max-width:1400px}
.pricing-banner .descBox{
/* margin-top: 8%;  */
/* justify-content: center; */
  display: flex;
}

.pricing-banner .descBox h1{font-size: 43px;margin-bottom: 15px;}
.pricing-banner .descBox h2{font-size: 32px; font-weight: 600;}
.pricing-banner .descBox h2 span{font-weight: 800 !important;}
.pricing-banner .descBox p{font-size:30px;line-height:1.3;font-weight:700;}
.pricing-banner .container .descBox p span{
  font-weight: 900 !important;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 10px;
  display: inline-block;
}
@media(max-width:1500px){
.pricing-banner{min-height:400px; padding-top: 100px;}
.pricing-banner .container{max-width:1170px;}
/* .pricing-banner .descBox{margin-top:100px} */
.pricing-banner .descBox h1{font-size:35px;}
.pricing-banner .descBox h2 {font-size: 28px;}
.pricing-banner .descBox p{font-size:24px}
.pricing-banner .descBox p {
  font-size: 26px;
}
.pricing-banner .container .descBox p span{font-size: 45px;}
}
@media(max-width:1280px){
.pricing-banner .descBox h1{font-size:33px;}
  .pricing-banner .descBox h2 {font-size: 25px;}
.pricing-banner .descBox p{font-size:23px}
.pricing-banner .container .descBox p span{font-size: 40px;}
}
@media(max-width:1200px){
.pricing-banner{padding: 100px 15px 15px;min-height:400px}
/* .pricing-banner .descBox h1{font-size:30px;} */
.pricing-banner .descBox p {
 font-size: 20px;
}
}
@media(max-width:991px){
.pricing-banner{background-position:50% center !important;min-height:350px; padding-top: 80px;}
.pricing-banner .descBox{max-width: 400px; /*margin: 80px auto 0px*/}
.pricing-banner .descBox br{display:block}
.pricing-banner .descBox .cta-button{font-size: 16px; line-height: 48px; min-height: 48px; padding: 0 25px;}
.pricing-banner .descBox h1{font-size:25px;margin-bottom:10px}
.pricing-banner .descBox h2 {font-size: 22px;}
.pricing-banner .descBox p{font-size:15px;margin-bottom:15px}
.pricing-banner .container .descBox p span{font-size: 30px;}
}
@media(max-width:767px){
.pricing-banner{ padding-top: 80px;}
.pricing-banner .descBox br{display:block;}
/* .pricing-banner .descBox {
    margin-top: 80px;
} */
.pricing-banner .descBox h2 {
    font-size: 20px;
}
.pricing-banner {
  background-position: 25% center !important;
}
.pricing-banner .container .descBox p span{font-size:26px;}
}
@media(max-width:575px){
.pricing-banner{min-height:350px;background-position:70% center !important;padding: 0}
.pricing-banner .descBox{max-width:280px}
.pricing-banner .descBox h1{font-size:22px}
.pricing-banner:before {
  position: absolute;
 /*  background-color: rgba(255,255,255,0.8); */
  height: 100%;
  width: 100%;
  content: "";
}
.pricing-banner .descBox p{
  text-align:center;
  font-size: 18px;
}
.pricing-banner .descBox {
    /* margin-top: 30px; */
  max-width: 100%;
  justify-content: center;
}
.pricing-banner {
    align-items: center;
  padding-top: 30px;
  padding-bottom: 25px;
}
.pricing-banner .container .row{
  justify-content:center;
}
.pricing-banner .descBox br {
  display: none;
}
}
@media(max-width:480px){.pricing-banner .descBox h2 {font-size: 18px;}}
/*pricing-banner END*/



/* Filter Menu Start */
.blog-header .blog-nav #filter_by li .submenu-filter-toggle {
  position: relative;
  display: inline-block;
  width: 10px;
}

.blog-header .blog-nav #filter_by li .submenu-filter-toggle:after {
  content: "";
  height: 6px;
  width: 6px;
  margin: -8px 0 0 3px;
  vertical-align: middle;
  transition: 0.5s all;
  border-left: solid 1px #000000;
  display: block;
  border-bottom: solid 1px #000000;
  transform: rotate(-135deg);
}

.blog-header .blog-nav #filter_by li.has-submenu.open .submenu-filter-toggle:after {
  content: "";
  margin: -8px 0 0 5px;
  transform: rotate(-45deg);
}

.blog-header .blog-nav .submenu-filter {
  position: absolute;
  top: 80%;
  min-width: 168px;
  left: 0;
  white-space: nowrap;
  z-index: 11;
}

.blog-header .blog-nav .submenu-filter ul {
  background: #FFFFFF;
  padding: 15px 0;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
  border-radius: 15px;
}

.blog-header .blog-nav .submenu-filter ul li {
  font-size: 14px;
  display: block;
}

.blog-header .blog-nav .submenu-filter ul li a {
  color: #000;
  padding: 8px 25px;
  display: inline-block;
}

.blog-header .blog-nav #filter_by li.has-submenu.open > .submenu-filter {
  transform: translateY(0);
  display: block !important;
}
.blog-header .row {
  justify-content: center;
}
.blog-header .blog-nav {
  border-bottom: 1.5px solid #ccc;
}
.row.blog-top {
  padding: 20px 0px 30px;
}
.row.blog-top .col-sm-6, .row.blog-top .col-sm-12 {
  padding: 0px 30px;
}
.blog-cat-name {
  font-weight: 600;
}
.blog-cat-view-more {
  text-align: right;
}
.blog-cat-view-more a{
   background: #f2f2f2;
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 18%);
    color: #000;
    font-weight: 600;
    font-size: 15px;
    padding: 9px 22px;
    display: inline-block;
}
.blog-cat-view-more a:hover{
  background: #000;
   color: #fff;
}
.blog-pg .commonlisting .listbox .ratio-img {
  border-radius: 20px;
}
.blog-pg .commonlisting .listbox .box-info .box-sub-title {
  font-weight: 700;
  letter-spacing: 0;
}
.blog-pg .commonlisting .listbox .box-info ul li {
  text-transform: capitalize;
  padding-right: 11px;
  font-weight: 600 !important;
  color: #828282;
}
.blog-pg .commonlisting .listbox .box-info ul li:after {
  background: none;
  height: 10px;
  width: 5px;
  right: 0px;
  top: 0px;
  content: "/";
}
@media (max-width: 1650px){
  .blog-header .blog-nav .submenu-filter {
      border-radius: 10px;
  }
  .blog-header .blog-nav .submenu-filter ul {
      padding: 10px 0;
  }
  .blog-header .blog-nav .submenu-filter ul li {
    font-size: 13px;
  }
  .blog-header .blog-nav .submenu-filter ul li a {
    padding: 5px 20px;
  }
}

@media (min-width: 1025px){
  .blog-header .blog-nav .submenu-filter ul li {
      padding: 3px 0px;
  }
}
@media (max-width: 1500px){
  .blog-cat-name {
      font-size: 26px;
  }
}
@media (max-width: 1280px){
  .blog-cat-name {
      font-size: 23px;
  }
}
@media (max-width: 1200px){
  .blog-cat-name {
      font-size: 20px;
  }
}
@media (max-width: 991px){
  .blog-cat-name {
      font-size: 18px;
  }
  .blog-header .blog-nav ul li {
    letter-spacing: 0;
  }
}
@media (min-width:768px) and (max-width: 891px){
  .blog-header .blog-nav ul li {
    font-size: 12px;
  }
}
@media (max-width: 767px){
  .blog-header .blog-nav {
    border-bottom: 0;
    margin-bottom: 15px;
  }
  .blog-header .row {
    justify-content: flex-start;
  }
  .blog-header .blog-nav ul li.has-submenu{
    padding-bottom: 0px;
  }
  .blog-header .blog-nav .submenu-filter {
    position: relative;
    top: 80%;
    min-width: 168px;
    left: 0;
    white-space: nowrap;
    display: block !important;
  }
  .blog-header .blog-nav .submenu-filter ul {
    background: none;
    box-shadow: none;
    border-radius: 0;
    top: 0 !important;
    position: relative;
    padding: 10px 0 0px;
    display: block;
  }
  .blog-header .blog-nav .submenu-filter ul li {
    padding: 1px;
  }
  .commonlisting {
    padding: 60px 0;
  }
  .page-template-talent-blog-page .wrapper {
    padding-top: 80px !important;
  }
}
@media (max-width: 575px){
  .blog-cat-name {
    text-align: center;
  }
  .blog-cat-view-more {
    text-align: center;
    margin-top: 20px;
  }
  section.commonlisting {
    padding: 30px 0 0 0 !important;
  }

}
.single .blog-pg .commonlisting .listbox {
  margin-bottom: 45px;
}