/* @font-face {
  font-family: "Book Antiqua";
  src: url(../../fonts/BookAntiqua-Bold.woff2) format("woff2"),
    url(../../fonts/BookAntiqua-Bold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
} */
body {
	-webkit-user-select: text !important;
    -moz-user-select: text!important;
    -ms-user-select: text!important;
    user-select: text!important;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: rgba(255, 255, 255, 55%) !important;
  content: "/" !important;
}
#banner_white_bg .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(0, 0, 0, 55%) !important;
}

#banner_white_bg .breadcrumb-item a:hover,
#banner_white_bg .breadcrumb-item.active a {
  color: #000 !important;
}
.breadcrumb-item a:hover,
.breadcrumb-item.active a {
  color: #fff !important;
}
#banner_white_bg .breadcrumb-item a {
  color: #000 !important;
}
.breadcrumb-item.active a {
  cursor: pointer !important;
}
.breadcrumb-item a {
  color: #fff !important;
  font-size: 16px;
  font-family: proxima_nova_alt_rgregular !important;
}
.breadcrumb {
  padding: 0 !important;
}
.min-container {
  padding: 0;
}
#banner_white_bg .header-container.case-header .menu-wrapper > ul > li > a {
  color: #000;
}
#banner_white_bg .header-container.case-header .nav_contact a {
  color: #fff !important;
}
.header-container.case-header .menu-wrapper > ul > li > a {
  color: #fff;
}
.header-container.case-header.active .menu-wrapper > ul > li > a {
  color: #000;
}
.header-container.case-header.active {
  background: #fff;
}
.header-container.case-header.shrink .menu-wrapper > ul > li > a {
  color: #000;
}
.header-container.case-header .white-logo {
  display: block !important;
}
.header-container.case-header.active .white-logo {
  display: none !important;
}
.header-container.case-header.shrink .white-logo {
  display: none !important;
}
.header-container.case-header .blk-logo {
  display: none !important;
}
#banner_white_bg .header-container.case-header .blk-logo {
  display: block !important;
}
#banner_white_bg .header-container.case-header .white-logo {
  display: none !important;
}
.header-container.case-header.active .blk-logo {
  display: block !important;
}
.header-container.case-header.shrink .blk-logo {
  display: block !important;
}
.header-container.case-header.active .menu-wrapper > ul > li.nav_contact > a,
.header-container.case-header.shrink .menu-wrapper > ul > li.nav_contact > a {
  color: #fff;
}

.blog_wrapper {
  background: #fff;
  padding: 0;
}

.header-container .blk-logo {
  display: block !important;
}

.header-container .white-logo {
  display: none !important;
}

/* .header-container.active .wht-logo {
    display: none !important
}

.header-container.active .blk-logo {
    display: block
} */
.blog_wrapper .nav-wrapper {
  position: relative;
  flex-direction: row-reverse;
  margin: 30px 0;
}
.menu-wrapper > ul > li > a {
  padding: 20px 30px;
  position: relative;
  font: 18px/0.8 proxima_nova_alt_rgregular;
  color: #000;
  display: block;
  z-index: 9;
  cursor: pointer;
}
.srch_wrapper {
  width: 200px;
  position: absolute;
  right: 0px;
  top: 40px;
}
.search-form {
  position: relative;
}
.searchbar .screen-reader-text {
  font: 20px/1.5 "proxima_nova_alt_rgregular";
  display: none;
}
.blog_wrapper .search-form .search-field:focus {
  width: 300px;
  background-color: #fff;
  padding: 10px 20px 10px 45px;
}
.blog_wrapper .search-form .search-field {
  position: absolute;
  z-index: 9;
  top: -8px;
  right: -15px;
  width: 44px;
  border: 0;
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  background: transparent url(../images/blog-search-icon.svg) no-repeat;
  background-size: 16px;
  background-position: 15px 13px;
  padding: 10px 20px 10px 25px;
  cursor: pointer;
}
.blog_wrapper .menu-wrapper > ul > li {
  margin-right: 70px;
}
.blog_wrapper .menu-wrapper > ul > li > a {
  padding: 20px;
}
.search-submit {
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 5px;
  display: none;
}
.flx_panel {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
}
.spc_btwn {
  justify-content: space-between;
}
.al_center {
  align-items: center;
}
.blog_bx_left {
  width: 52%;
}
.blog_bx_right {
  width: 45%;
}
.blog_bx_left figure a {
  height: 300px;
}
.blog_bx_left figure a,
.blog_col figure a {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.blog_col figure a {
  height: 320px;
}
.blog_bx_left figure a img,
.blog_col figure a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog_wrapper .heading1 {
  font-size: 44px;
}
.blog_col .heading2 {
  padding: 20px 0 15px;
  font-size: 32px;
  line-height: 1.37;
}

.heading1 .txt-clr {
  color: #001d33;
}
.blog_wrapper .heading3 {
  color: #000;
}
.blog_col .heading3 {
  font: 22px/1.2 proxima_nova_alt_rgregular;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog_cat a {
  color: #8b8b8b;
  font-size: 14px;
  font-family: "proxima_nova_altsemibold";
  padding-bottom: 20px;
  display: inline-block;
}
.txt-clr:hover,
.heading1 .txt-clr:hover,
.heading2 .txt-clr:hover {
  color: #0092ff;
}
.heading2 .txt-clr {
  color: #000;
}
.blog_col .heading2 a,
.heading1 .txt-clr {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.writer_det {
  color: #919191;
  font-size: 16px;
  font-family: "proxima_nova_altbold";
  padding-top: 20px;
}
.writer_name {
  padding-right: 10px;
}
.blog_bx_right .heading3 {
  font-size: 24px;
  padding: 10px 0 5px;
  line-height: 1.4;
}
.blog-col-wrapper {
  margin: 0 -20px !important;
}
.blog_col {
  width: 33.33%;
  margin: 3rem 20px;
}
.blog-grid-img {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.blog_col:hover .blog-grid-img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.left_panl {
  width: 60%;
}
.right_panl {
  width: 40%;
  padding-left: 30px;
}
.latest_panel .blog_col {
  width: 100%;
  margin: 0 0 3rem;
}
.blog_inner_col {
  padding-left: 50px;
}
.latest_panel .blog_cat a {
  padding: 0;
  color: #000;
}
.blog_inner_col .heading2 {
  font-size: 22px;
}
.blog_inner_col .heading3 {
  font-size: 20px;
}
.panel_head {
  font: 60px/1.5 "proxima_nova_altbold";
  padding: 3rem 0;
}
.cat_head {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d7d7d7;
  font: 16px/1.1 proxima_nova_altsemibold;
}
.cat_grid_box {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  padding: 25px 0;
}
.cat_grid_box a {
  padding: 5px 22px;
  border: 1px solid #b7b6b6;
  color: #000;
  border-radius: 10px;
  min-width: 130px;
  text-align: center;
  margin: 8px;
  font-size: 16px;
}
.cat_grid_box a:hover {
  color: #fff;
  background: #0092ff;
  border: #0092ff;
}

.category_tags {
  position: sticky;
  top: 120px;
}

.newsletter_panel {
  background: #4a5ee5;
  padding: 30px 12rem;
  margin: 3rem 0;
}
.email_wrapper {
  background: #fff;
  padding: 6px;
  border-radius: 5px;
  position: relative;
}
.news_letter_img figure {
  width: 320px;
}
.news_letter_img {
  padding-left: 40px;
}
.news_letter_img figure img {
  width: 100%;
}
.news_content {
  color: #fff;
}
.news_content span {
  font-family: "proxima_nova_altsemibold";
  padding-bottom: 12px;
  display: inline-block;
  font-size: 22px;
}
.news_content .heading4 {
  color: #fff;
  margin-bottom: 25px;
  font-family: "proxima_nova_altbold";
  font-size: 50px;
}
.news_content br {
  display: block;
}
.subscribe-btn {
  background: #ec5b56;
  color: #fff;
  padding: 10px 24px;
  border-radius: 5px;
  cursor: pointer;
  font: 18px/1 proxima_nova_altsemibold;
}
.subscribe-btn:hover {
  background: #f7403a;
}
.email_wrapper input[type="email"] {
  padding: 0 10px;
  font-size: 20px;
}
.tabing_panel a {
  background: #eff0f1;
  color: #000;
  padding: 10px 60px;
  border-radius: 25px;
  margin: 0px 15px;
  font-size: 16px;
}
.tabing_panel a:hover,
.tabing_panel .active {
  background: #0092ff;
  color: #fff;
}
.tabing_panel {
  display: flex;
  flex-wrap: nowrap;
  margin: -15px;
  padding-bottom: 30px;
}
.blog_col_typ2 {
  margin: 0px 20px;
  width: 55%;
}
.blog_col_typ2 figure a {
  height: 180px;
}
.blog_col_typ2 .heading2 {
  font-size: 20px;
  padding-top: 8px;
}
.blog_col_typ2 .heading3 {
  font-size: 16px;
}
.blog_col_typ2 .blog_inner_col {
  padding: 0;
}
.blog_col_typ2 .blog_cat a {
  padding: 0;
  text-transform: uppercase;
}
.blog_col_typ2 .writer_det {
  font-size: 14px;
  font-family: "proxima_nova_altsemibold";
  padding: 0;
}
.blog_col_typ2 .blog_col {
  margin: 3rem 0 0;
  width: 100%;
}
.blog_col_typ2 .blog_col + .blog_col {
  margin: 3rem 20px 0;
}
.blog_col_typ2 > .flx_panel {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 3rem;
}
.nobrder {
  border: none !important;
}
.cta_panel {
  margin: 3rem 0 0 25px;
  width: 27.33%;
}
.mad_panel .view_wrapper {
  width: 70%;
}
.cta_wrapper {
  background: #0092ff;
}
.cta_wrapper.cta-yellow {
  background: #ffb300;
}
.cta_wrapper.cta-red {
  background: #fc7754;
}
.cta_wrapper .blogh3,
.cta_wrapper .para2 {
  color: #fff;
}
.cta_wrapper figure {
  height: 320px;
  position: relative;
}
.cta_wrapper figure.blue-book {
  background-color: #06f;
}

.cta_content {
  padding: 35px 30px;
}
.cta_content .para2 {
  overflow: hidden;
  line-height: 1.35;
  padding-bottom: 20px;
}
.sectionwrapper1 .appi-cta {
  margin: 30px 0 50px;
}
.sectionwrapper1.latest_news_wrap .appi-cta {
  margin: 0;
}
.latest_news_wrap .category_heading + .flex_wrapper.space_between {
  padding: 0;
}
.latest_news_wrap {
  padding-bottom: 50px;
}
.blogh3 {
  color: #000;
  font: 26px/1 proxima_nova_altsemibold;
  position: relative;
  margin: 10px 0 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.download-btn button {
  background-color: #fff;
  border-style: none;
  border-radius: 8px;
  padding: 11px 15px;
  min-width: 185px;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
}
.download-btn button:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.36);
}
.download-btn button span {
  display: flex;
  align-items: center;
  font-family: proxima_nova_altsemibold;
  font-size: 16px;
  overflow: hidden;
}
.download-btn button span svg {
  margin-left: 15px;
  transform: translateY(0);
}
.download-btn button:hover span svg {
  animation: dwnload-btn 1s;
}
@keyframes dwnload-btn {
  0% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(0);
  }
}
.mad_panel {
  padding-bottom: 2rem;
}
.mad_panel .flx_panel.blog-col-wrapper {
  width: 74.33%;
}
.mad_panel .blog_col {
  width: 45%;
}
.view_wrapper {
  margin-bottom: 20px;
}
.ln {
  border-bottom: 1px solid #d7d7d7;
  display: block;
  width: 80%;
  margin: 0 20px 0 0;
}
.view_all a {
  color: #aeaeae;
  font: 18px/1.2 proxima_nova_altsemibold;
}
.view_arrow {
  background: #aeaeae;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
}
.view_arrow span:before,
.view_arrow span:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  top: 7px;
  background: #fff;
  transform: rotate(40deg);
  left: 7px;
}
.view_arrow span:before {
  top: 7px;
  transform: rotate(40deg);
  left: 7px;
}
.view_arrow span:after {
  top: 11px;
  transform: rotate(-40deg);
  right: 6px;
}
.view_all a:hover {
  color: #0092ff;
}
.view_all a:hover .view_arrow {
  background: #0092ff;
}

/* Blog Detail page css starts here */
.blog-detail-banner {
  /* background: #4A5EE5; */
  padding: 10rem 0 4rem;
  position: relative;
}
.header-container.case-header {
  background: transparent;
}
.wrapper {
  margin: 0 !important;
}
.blog-detail-banner-content {
  color: #fff;
  width: 100%;
}
#banner_white_bg .blog-detail-banner-content {
  color: #000;
}
#banner_white_bg .blog_writes .dot {
  background: #000;
}

.flex_panel {
  display: flex;
  -webkit-display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog_banner_left {
  width: 60%;
}
.blog_cat_name,
.blog_cat_name a {
  font: 23px/1.2 proxima_nova_altsemibold;
  text-transform: uppercase;
  color: #fff;
}
.blog_writes {
  font: 23px/1.2 proxima_nova_altsemibold;
  display: flex;
  align-items: center;
}
.blog_h1 {
  font: 80px/1.1 "proxima_nova_altsemibold";
  font-weight: 600;
  margin: 80px 0;
}

.blog_writes span {
  margin: 0;
}
.blog_writes .dot {
  background: #fff;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 20px;
}

.dgrid_panel {
  display: flex;
  -webkit-display: flex;
  flex-direction: row;
}

.flex-space-betwn {
  justify-content: space-between;
  flex-wrap: nowrap;
}
.dflex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  position: relative;
  flex-wrap: wrap;
}
.flex-start {
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.al-center {
  align-items: center;
}
.detail_panel {
  padding: 50px 0;
  position: relative;
  margin-bottom: 50px;
}
.detail_panel:after {
  background: #f9f9f9;
  position: absolute;
  content: "";
  width: 53%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.leftwrapper {
  width: 40%;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}
.rightwrapper {
  width: 60%;
}
.category a {
  background: #ff0137;
  color: #fff;
  padding: 8px 15px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.head1 {
  font-family: proxima_nova_altbold;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
  margin: 15px 0;
}
.sb-head {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  color: #717171;
}
.undated_on {
  padding: 0 10px 0 0;
  color: #000;
  font-weight: 600;
}
.lastUpdated {
  padding: 35px 0;
  font-size: 14px;
}
.share-panel {
  position: relative;
}
.share-panel li {
  margin-right: 15px;
}
.share-panel li a {
  width: 45px;
  height: 45px;
  display: block;
  margin: 0 0 30px 0;
  background: #141414;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.share-panel li a:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  background: #ff013e;
}
.share-panel li a svg {
  width: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.blog_content_wrap,
.blog_content_wrap p {
  position: relative;
}
.blog_content_wrap h2,
.blog_content_wrap h3,
.blog_content_wrap h4,
.blog_content_wrap h5,
.blog_content_wrap h6,
.blog_content_wrap h2 span,
.blog_content_wrap h3 span,
.blog_content_wrap h3 span .blog_content_wrap h4 span,
.blog_content_wrap h5 span,
.blog_content_wrap h6 span {
  color: #000 !important;
}
.blog_content_wrap h2,
.blog_content_wrap h3,
.blog_content_wrap h4,
.blog_content_wrap h5,
.blog_content_wrap h6,
.blog_content_wrap h2 span,
.blog_content_wrap h3 span,
.blog_content_wrap h3 span .blog_content_wrap h4 span,
.blog_content_wrap h5 span,
.blog_content_wrap h6 span {
  text-align: left !important;
}
.blog_content_wrap h2 {
  font: 48px/1.3 proxima_nova_altsemibold;
  margin: 2rem 0 1rem;
  text-align: left !important;
}
.blog_content_wrap ul + h2,
.blog_content_wrap ul + h3,
.blog_content_wrap ul + h4,
.blog_content_wrap ul + h5 {
  margin-top: 40px;
}
.blog_content_wrap h3 {
  font: 42px/1.3 proxima_nova_altsemibold;
  margin: 1rem 0;
}
.blog_content_wrap h4 {
  font: 36px/1.6 proxima_nova_altsemibold;
  margin: 1rem 0;
}
.blog_content_wrap h5 {
  font: 28px/1.3 proxima_nova_altsemibold;
  margin: 1rem 0;
}
.blog_content_wrap > img,
.blog_content_wrap p > img {
  margin: 2.5rem auto;
  display: block;
  max-width: 95%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.blog_wrapper.detail_content_wrap {
  padding: 5rem 0;
}
.tb-list {
  position: sticky;
  top: 110px;
}
.tb-list li {
  padding: 0 0 10px 0;
}
.tb-list li a {
  display: block;
  font: 14px/1.2 proxima_nova_alt_rgregular;
  color: rgb(124 125 129);
}
.tb-list span {
  font: 18px/1.3 proxima_nova_alt_rgregular;
  position: relative;
  display: block;
  margin-bottom: 25px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.tb-list span::before {
  position: absolute;
  content: "";
  background: rgba(112, 112, 112, 35%);
  height: 1px;
  width: 58px;
  bottom: 0;
}
.table_content {
  width: 20%;
  margin-right: 2%;
  margin-top: 30px;
}

.blog_content_wrap li:before {
  width: 6px;
  height: 6px;
  background: #000;
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 18px;
}

.blog_content_wrap li a,
.blog_content_wrap li a span {
  color: #0092ff;
  padding: 0 20px;
  font: 24px/1 proxima_nova_alt_rgregular;
}
.blog_content_wrap li a {
  padding: 0;
}
.blog_content_wrap p,
.blog_content_wrap p span {
  font: 24px/1.9 proxima_nova_alt_rgregular;
  margin: 30px 0;
  color: #000;
}
.blog_content_wrap {
  font: 24px/1.9 proxima_nova_alt_rgregular;
  color: #000;
  width: 70%;
  padding-left: 20px;
  padding-right: 100px;
}
.blog_content_wrap p a,
.blog_content_wrap p a span,
.blog_content_wrap p span a {
  font: 24px/1.9 proxima_nova_alt_rgregular;
  color: #0092ff;
}
.blog_content_wrap li a,
.blog_content_wrap li a span,
.blog_content_wrap li span a {
  font: 24px/1 proxima_nova_alt_rgregular;
  color: #0092ff;
}
.blog_content_wrap li {
  font: 24px/1.9 proxima_nova_alt_rgregular;
  margin: 25px 0;
  padding-left: 20px;
  position: relative;
}
.read_more .blog_col {
  margin: 0 20px 3rem;
}
.blog_content_wrap .newsletter_panel {
  padding: 30px 5rem;
}
.blog_content_wrap .news_content .heading4 {
  font-size: 44px;
}
.blog_content_wrap .news_letter_img figure {
  width: 270px;
}
.blog_content_wrap p + h3,
.blog_content_wrap p + h2 {
  margin-top: 45px;
}
.blog_content_wrap h3 + h4,
.blog_content_wrap h3 + h5 {
  margin: 40px 0;
}

.blog_grid_panel img,
.blog_grid_panel p img {
  max-width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.blog_grid_panel + .blog_grid_panel {
  margin-top: 15px;
}
.blog_grid_panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
}
.blog_grid_panel + p,
.blog_content_wrap img + p {
  margin-top: 40px;
}
.tb-list li a.active,
.tb-list li a:hover {
  color: #0092ff;
}
.tb-list li a {
  position: relative;
  padding-right: 15px;
}
/* .tb-list li a.active:after {
  position: absolute;
  content: "";
  background: #0092ff;
  height: 34px;
  width: 2px;
  right: -2px;
  top: 0;
} */
.blog_social li {
  display: inline-block;
  padding: 0 8px 0 0;
  overflow: hidden;
  border-left: none;
}
.tb-list .blog_social li a {
  font-size: 20px;
  padding: 0;
  z-index: 2;
  width: 32px;
  height: 32px;
  color: #000;
  display: flex;
  position: relative;
  align-items: center;
}
.blog_social li a:after {
  background: #000;
  position: absolute;
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  transform: scaleX(0) translateZ(0);
  transform-origin: 100% 100%;
  -webkit-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  top: 0;
  z-index: -1;
  -moz-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  -moz-transform: scaleX(0) translateZ(0);
  -ms-transform: scaleX(0) translateZ(0);
  -o-transform: scaleX(0) translateZ(0);
}
/* .blog_social li a:after, .blog_social li a:before {
    content: none;
} */
.blog_social li:hover a {
  color: #fff;
}
.blog_social li:hover a:after {
  transform: scaleX(1) translateZ(0);
  transform-origin: 0 0;
}
.share_this span {
  text-transform: none;
}
.share_this span::before {
  content: none;
}
.written-by .flex-start {
  display: flex;
  -webkit-display: flex;
  align-items: center;
}
.written-by-image {
  max-width: 131px;
  margin-right: 20px;
}
.written-by-image img {
  border-radius: 50%;
  max-width: 100%;
}

.written-by-text .linkedin i {
  background: transparent;
  padding: 0;
  font-family: "Font Awesome 5 Brands" !important;
  padding: 0;
  font-style: normal;
  margin: 0;
  color: #c1c1c1;
  position: absolute;
  top: 0px;
  right: 4px;
}
.written-by-text {
  position: relative;
}

.written-by-text .linkedin {
  position: absolute;
  z-index: 2;
  right: -50px;
  top: -10px;
}

.written-by-text .linkedin a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}
.written-by-text .linkedin a:hover i {
  color: #fff;
}

.written-by-text .linkedin a:after {
  background: #000;
  position: absolute;
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  transform: scaleX(0) translateZ(0);
  transform-origin: 100% 100%;
  -webkit-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  left: 2px;
  top: 3px;
  z-index: -1;
  -moz-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  -moz-transform: scaleX(0) translateZ(0);
  -ms-transform: scaleX(0) translateZ(0);
  -o-transform: scaleX(0) translateZ(0);
}
.written-by-text .linkedin a:hover:after {
  transform: scaleX(1) translateZ(0);
  transform-origin: 0 0;
}

.the_author {
  color: #8d8d8d;
  font: 18px/1.2 proxima_nova_altsemibold;
  text-transform: uppercase;
  position: relative;
  width: 150px;
}
.author_name {
  color: #000;
  font: 23px/1.2 proxima_nova_altsemibold;
  padding: 5px 0 10px;
}
.written-by-name span {
  color: #000;
  font: 18px/1.2 proxima_nova_alt_rgregular;
  display: block;
}
.written-by {
  padding: 30px 0;
}
.all_post {
  display: flex;
  -webkit-display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
.all_post a {
  text-transform: uppercase;
  color: #8b8b8b;
  font: 14px/1.2 proxima_nova_altsemibold;
  margin: 0;
  border-bottom: 1px solid #8b8b8b;
}
.all_post a:hover {
  color: #0092ff;
  border-bottom: 1px solid #0092ff;
}
.blog_grid_content {
  padding-top: 40px;
}
.blog_grid_content .blog_cat a {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
}
.blog_grid_content .blog_cat a:hover {
  color: #0092ff;
}
.blog_col .blog_grid_content .heading2 {
  padding-top: 0;
}
.blog_banner_right {
  width: 450px;
}
.blog_banner_right img {
  max-width: 100%;
  backface-visibility: hidden;
  object-fit: cover;
  object-position: center;
}
.guide-logo + .blog_logo:before {
  left: 8px;
}
.blog_logo:before {
  position: absolute;
  content: "";
  left: 0;
  top: -15px;
  background: rgba(255, 255, 255, 21%);
  height: 45px;
  width: 2px;
}
.blog_logo {
  position: absolute;
  color: #fff;
  font: 18px proxima_nova_altbold;
  padding: 0 0 0 20px;
  line-height: 0.5;
  right: -60px;
  top: 22px;
}
.blog_logo a {
  color: #fff;
}
#banner_white_bg .blog_logo a {
  color: #000;
}
#banner_white_bg .blog_logo:before {
  background: rgba(0, 0, 0, 21%);
}
.active .blog_logo a,
.shrink .blog_logo a {
  color: #000;
}
.active .blog_logo:before,
.shrink .blog_logo:before {
  background: rgba(0, 0, 0, 21%);
}
.blog_content_wrap .news_content p {
  color: #fff;
  margin: 0 !important;
  font-size: 14px;
}
.news_content .appi-cta a:hover {
  background: #fff;
}
.news_content .appi-cta a {
  background: #fff;
  color: #000;
  margin-top: 20px;
  font-size: 18px;
}
.newsletter_panel.guide .heading4 {
  margin-bottom: 10px;
}
.blog_content_wrap p img,
.blog_content_wrap img {
  max-width: 100%;
  height: 100%;
  display: block;
  margin: 30px auto;
}

.flex_wrapper.space_between {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-wrap: wrap;
  padding: 30px 0 0;
  justify-content: flex-start;
}
.proficiency-block-wrap.eventsApp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.proficiency-block {
  border: 2px solid #e2e2e2;
  padding: 25px 20px;
  margin: 0 16px 16px 0;
}
.proficiency-block-wrap.eventsApp .proficiency-block figure {
  margin: 0 0 10px 0;
  width: 40px;
  height: 40px;
}
.proficiency-block-wrap.eventsApp .proficiency-block figure img {
  width: 100%;
  height: 100%;
}
.mobile-app-dev .heading6 {
  font: 24px/1.25 proxima_nova_altsemibold;
}
.proficiency-block p {
  margin-bottom: 0;
}

.table_container_wrap {
  overflow-y: scroll;
  flex-grow: 1;
  height: 245px;
  margin: 30px 0;
  border-radius: 3px;
  width: 100%;
}
.table_container_wrap table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  /* border-radius: 1em; */
  width: 100%;
  border-spacing: 0;
}
/* .table_container_wrap tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.table_container_wrap tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
} */
.table_container_wrap {
  position: relative;
}
/* .table_container_wrap::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 2px;
    height: 2px;
    bottom: 0;
    left: 0;
} */
.table_container_wrap th,
.table_container_wrap td {
  border: 1px solid rgba(112, 112, 112, 35%);
  padding: 12px;
}
.table_container_wrap table p {
  margin: 0;
  text-align: left;
  white-space: nowrap;
}
.table_container_wrap table p strong {
  font-size: 16px;
}
.table_container_wrap table br {
  display: block;
}
.table_container_wrap tr td {
  padding: 12px;
  font-size: 15px;
  line-height: 1.3;
}
.table_container_wrap tr td li {
  margin: 0;
  font-size: 15px;
}
.blog_content_wrap .table_container_wrap li:before {
  top: 10px;
}
.table_container_wrap tr th,
.table_container_wrap tr th p {
  color: #fff;
}
.table_container_wrap tr th {
  background: #0092ff;
  line-height: 1.3;
  font-size: 16px;
}
.table_container_wrap.small-table {
  height: auto;
  overflow-y: auto;
}

.blog_content_wrap p i,
.blog_content_wrap i,
blockquote,
p blockquote {
  background: #f7f7f7;
  padding: 25px 30px;
  border-radius: 10px;
  display: block;
  margin: 20px 0 40px;
  text-align: left !important;
  font: 24px/1.9 'proxima_nova_alt_rgregular';
  font-style: italic;
}

.blog_content_wrap p i span,blockquote span {
  font-family: 'proxima_nova_alt_rgregular' !important;
  font-style: italic;
}
.blog_content_wrap li span {
  line-height: 1.3;
}
.blog_content_wrap li a span {
  padding: 0;
}
.blog_content_wrap p i {
  margin: 0;
}

.remove-toc + ol,
.remove-toc + ul,
.remove-toc {
  display: none;
}

.blog_content_wrap .appi-cta.read_more_wrapper .arrow {
  display: none;
}
.blog_content_wrap .appi-cta.read_more_wrapper a {
  color: #0092ff;
}
.blog_content_wrap .appi-cta.read_more_wrapper a:hover {
  color: #037cd8;
}
.written-by-image img {
  margin: 0;
}
.list-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}
.list-col li {
  margin-top: 0;
}
.blog_content_wrap i span {
  display: block;
} 
.blog_content_wrap i {
  font-family: 'proxima_nova_alt_rgregular' !important;
}
.blog_content_wrap .arrow i {
  display: none;
}

/* scroll css */
.tb-list span+ul {
  overflow: scroll;
  overflow-x: hidden;
  max-height: 410px;
}
.tb-list span+ul::-webkit-scrollbar {
  width: 5px;
  /* background-color: #F5F5F5; */
}

.tb-list span+ul::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 12px;
}
.tb-list span+span {
  display: none;
}

/* .tb-list span+ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #F5F5F5;
} */

.inside_list .bullets {
    width: 8px;
    height:8px;
    background-color: #000;
    border-radius: 50%;
    display:inline-block;
    margin: 0 10px 0 0;
}
.inside_list td {
  vertical-align: top;
}
.blog_content_wrap .row_gap {
  margin-top: 20px;
}
.inside_list.table_container_wrap table p {
  font-size: 18px;
  display: flex;
  align-items: center;
}

p:empty  {
  padding: 0;
  margin: 0;
}



.blog_content_wrap p {
  position: relative;
}
.gif_cta {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px !important;
}




@media screen and (max-width: 1600px) {
  .blog_wrapper .container {
    max-width: 1440px !important;
  }
  .blog_h1 {
    font-size: 50px;
    margin: 70px 0;
  }
  .blog_cat_name,
  .blog_cat_name a.blog_writes {
    font-size: 14px;
  }

  .blog_content_wrap li a,
  .blog_content_wrap p,
  .blog_content_wrap li,
  .blog_content_wrap p a,
  .blog_content_wrap p a span,
  .blog_content_wrap p span a,
  .blog_content_wrap li a,
  .blog_content_wrap li a span,
  .blog_content_wrap li span a,
  .blog_content_wrap p span {
    font-size: 20px;
  }
  .blog_content_wrap p i,
  .blog_content_wrap i,
  blockquote,
  p blockquote {
    font-size: 20px;
  }

  .blog_wrapper.detail_content_wrap {
    padding: 3rem 0;
  }
  .blog_content_wrap h2 {
    font-size: 42px;
  }
  .blog_content_wrap h3 {
    font-size: 36px;
  }
  .blog_content_wrap h4 {
    font-size: 28px;
  }
  .blog_content_wrap h5 {
    font-size: 20px;
  }
  .tb-list span {
    font-size: 18px;
  }
  .blog_content_wrap .newsletter_panel {
    padding: 30px 3rem;
  }
  .blog_content_wrap .news_content .heading4 {
    font-size: 36px;
  }
  .blog_content_wrap .news_letter_img figure {
    width: 220px;
  }
  .blog_content_wrap .news_content span {
    font-size: 14px;
  }
  .blog-detail-banner {
    padding: 10rem 0 3rem;
  }
  .blog_banner_right {
    width: 350px;
  }
  .blog_col figure a {
    height: 300px;
  }
  .blog_h1 {
    font-size: 50px;
    margin: 70px 0;
  }
}

@media screen and (max-width: 1550px) {
  .blog_wrapper .container {
    max-width: 1200px !important;
  }
  .blog_cat a {
    font-size: 12px;
  }
  .blog_wrapper .heading3 {
    font-size: 22px;
  }
  .blog_col .heading3 {
    font-size: 18px;
  }
  .blog_wrapper .heading1 {
    font-size: 38px;
  }
  .blog_col .heading2 {
    font-size: 26px;
  }
  .writer_det {
    font-size: 14px;
  }
  .blog_inner_col .heading2 {
    font-size: 20px;
  }
  .blog_inner_col .heading3 {
    font-size: 16px;
  }
  .panel_head {
    font-size: 46px;
  }
  .news_content .heading4 {
    font-size: 38px;
  }
  .blog_col_typ2 .heading2 {
    font-size: 16px;
  }
  .blog_col_typ2 .heading3 {
    font-size: 14px;
  }
  .blog_col_typ2 figure a {
    height: 140px;
  }
  .blog_col_typ2 .writer_det {
    font-size: 12px;
  }
  .blogh3 {
    font-size: 18px;
  }
  .news_letter_img figure {
    width: 260px;
  }

  .newsletter_panel {
    padding: 30px 8rem;
  }

  .news_content span {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .news_content .heading4 {
    font-size: 40px;
  }
  .subscribe-btn {
    padding: 10px 24px;
    font-size: 16px;
  }
  .email_wrapper input[type="email"] {
    font-size: 16px;
  }
  .blog_bx_right .heading3 {
    font-size: 20px;
  }

  .blog_content_wrap h2 {
    font-size: 36px;
  }
  .blog_content_wrap h3 {
    font-size: 28px;
  }
  .blog_content_wrap h4 {
    font-size: 22px;
  }
  .blog_content_wrap h5 {
    font-size: 18px;
  }
  .blog_content_wrap p + h3,
  .blog_content_wrap p + h2 {
    margin-top: 35px;
  }
  .blog_content_wrap h3 + h4,
  .blog_content_wrap h3 + h5 {
    margin: 30px 0;
  }
  .tb-list span {
    font-size: 13px;
  }
  .tb-list li a {
    font-size: 12px;
  }
  .slimScrollDiv + span {
    padding: 10px 0 0;
    margin: 0 0 15px;
  }
  .blog_content_wrap .news_content .heading4 {
    font-size: 32px;
  }
  .blog_content_wrap .news_letter_img figure {
    width: 200px;
  }
  .the_author {
    font-size: 14px;
  }
  .author_name {
    font-size: 20px;
  }
  .written-by-name span {
    font-size: 16px;
  }
  .all_post a {
    font-size: 12px;
  }
  .blog_content_wrap p,
  .blog_content_wrap p span {
    margin: 20px 0;
  }
  .blog_logo {
    right: -75px;
  }
  .blog_content_wrap,
  .blog_content_wrap li a,
  .blog_content_wrap p,
  .blog_content_wrap li,
  .blog_content_wrap p a,
  .blog_content_wrap p a span,
  .blog_content_wrap p span a,
  .blog_content_wrap li a,
  .blog_content_wrap li a span,
  .blog_content_wrap li span a,
  .blog_content_wrap p span {
    font-size: 20px;
  }
  .blog_content_wrap li:before {
    top: 15px;
  }
  .blog_content_wrap p i,
  .blog_content_wrap i,
  blockquote,
  p blockquote {
    font-size: 20px;
  }
  .breadcrumb-item a,
  .blog_writes {
    font-size: 14px;
  }
  .blog_col figure a {
    height: 250px;
  }
  .blog_content_wrap {
    padding-right: 80px;
  }
  .the_author { 
    width: 100px;
  }
}

@media screen and (max-width: 1440px) {
  .subscribe-btn,
  .email_wrapper input[type="email"] {
    font-size: 14px;
  }
}

@media screen and (max-width: 1365px) {
  .blog_wrapper .container {
    max-width: 1100px !important;
  }
  .blog_content_wrap .news_content .heading4 {
    font-size: 24px;
  }
  .blog_content_wrap .news_content span {
    font-size: 12px;
  }
  .subscribe-btn {
    padding: 10px 18px;
  }
  .blog_content_wrap .news_letter_img figure {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
}
