.site-logo {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	z-index: 9999;
	position: relative;
}

.site-header {
  background-color: #FFF;
  backdrop-filter: blur(0px);
}

.site-header.dark-header{
  background-color: #FFFFFF05;
    backdrop-filter: blur(32px);
}

.site-header.dark-header .navicon span{
   background-color: #fff;
}

.menu-open .site-header.dark-header .navicon span{
  background-color: #f7f7f7;
}

.custom-logo-link {
	display: inline-block;
}

@media(min-width:992px){
.main-navigation {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding-left: 50px;
}
}

.main-navigation a:not(.glink) {
	display: block;
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 10px 16px;
	position: relative;
	padding: 15px 0px;
}

.header-btn a {
  font-size: 14px !important;
  line-height: 20px !important; 
}
@media (max-width: 1200px) {
  .header-btn a {
    font-size: 13px !important;
    line-height: 18px !important;
  }
}
@media (max-width: 992px) { 
  .header-btn a {
    font-size: 12px!important;
    line-height: 18px!important;
  }
}

@media (max-width: 768px) {
  .header-btn a {
    font-size: 12px!important;
    line-height: 16px!important;
  }
}

.gtranslate_wrapper {
	flex-direction: row-reverse;
	display: flex;
	gap: 20px;
	position: relative;
	align-items: center;
	margin: 0px 16px;
}

.gtranslate_wrapper a {
	/* color: #98A2B3; */
	color: #3E4C59;
}

.gtranslate_wrapper a.glink.gt-current-lang {
	color: #101828;
	font-weight: 600 !important;
	/* text-decoration: underline !important;
    text-decoration-thickness: 2px !important; */
	padding: 15px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.gtranslate_wrapper a:nth-child(2):after {
	content: "|";
	color: #98A2B3;
	font-size: 20px;
	font-weight: 400 !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gtranslate_wrapper,
.custom-header {
	display: flex;
}


@media(max-width:767px){
  .common-btn{
    font-size: 18px !important;
    line-height: 28px !important;
  }
}
.common-btn:visited{
  color: white !important;
}

.global-cta .common-btn {
	font-size: 18px !important;
}

.header-btn a {
	margin-left: 0px !important;
	margin-right: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0 !important;
}

.color-white {
	color: #fff;
}
a.common-btn.with-icon{
	padding-right: 45px !important;
}
a.common-btn.white {
	background-color: #fff;
	border: 1px solid #C65300;
	color: #C65300;
	text-decoration: none;
	
}
a.common-btn.white:visited{
  color: #C65300 !important;
}

a.common-btn.white svg path {
	transition: all 0.3s ease-in-out;
}

a.common-btn.white svg {
	position: absolute;
	margin-left: 7px;
}

/** knowledge hub css **/

section.knowledge-banner {
    background-blend-mode: overlay;
    background-position: top right !important;
    background-repeat: no-repeat !important;
    position: relative;
    padding: 72px 0;
    text-align: center;
    z-index: 0;
}
@media(max-width:991px){
  section.knowledge-banner{
    padding-top: 120px;
    padding-bottom: 40px !important;
  }
}

.knowledge-banner .current-title {
  color: #D0D5DD;
}

img.globe-overlay {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

section.knowledge-banner h1 {
 margin:24px 0px 16px 0px
}

.breadcrumb-bar * {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}

.breadcrumb-bar *:not(:last-child) {
	color: #C65300 !important;
	text-decoration: none;
}

.breadcrumb-bar span {
	color: #667085;
}

.breadcrumb-bar *.seprator {
	margin: 0px 5px;
}
/* 
.glosarry-inner .read-more {
	display: flex;
}

.glosarry-inner .read-more {
	display: flex;
	justify-content: space-between;
	position: relative;
	font-weight: 500;
	line-height: 20px;
	color: #1D2939;
	text-decoration: none;
	font-size: 14px;
	align-items: center;
} */

/* .glosarry-inner .read-more span {
	border: 1px solid #98A2B3;
	width: 30px;
	height: 30px;
	display: flex;
	text-align: center;
	line-height: 30px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	position: absolute;
	right: 0;
	bottom: -100px;
	transition: all 0.3s ease-in-out;
} */

/* .glosarry-inner .read-more span path {
	stroke: #98A2B3;
} */
.glosarry-inner{
  position: relative;
}

.glosarry-inner .read-more .text {
    transition: all .3s ease-in-out;
}

.glosarry-inner .card{
  background-color: #13161B;
}

.glosarry-inner .read-more .arrow {
    border: 1px solid #f7f7f7;
    width: 30px;
    height: 30px;
    display: flex;
    text-align: center;
    line-height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-bottom: -100px;
    transition: all .3s ease-in-out;
    position: absolute;
    right: 16px
}

.glosarry-inner .read-more .arrow path {
    stroke: #f7f7f7
}
.glosarry-inner p{
   
    font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px;
    color: #CECFD2;
    @media(max-width:767px){
      margin: 0px !important;
    }
}

.glosarry-inner a:hover .read-more {
	color: #C65300;
}

.glosarry-inner a:hover .read-more span {
	bottom: 0px;
}

.glosarry-inner h3 {
    color: #F7F7F7;
    margin-bottom: 8px;
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
line-height: 28px;

}

section.glosarry-section .row .col-3 {
	margin-bottom: 30px;
	min-height: 100%;
}
.glosarry-inner  {
    height: 100%;
    background: #13161B;
    border-radius: 12px;
    padding: 24px;
    overflow:hidden;
    transition: all .3s ease-in-out;
    @media(max-width:991px){
        padding: 12px !important;
    }
}
.glosarry-inner .card:hover .read-more .arrow{
margin-bottom:0px;
}
.see-more {
	text-align: center;
	position: relative;
}

.see-more a::after{
  bottom: 0px !important;
}


.section-title {
	text-align: center;
}
/* 
.section-title h2 {
	color: #f7f7f7;
	font-size: 30px;
	font-weight: 700;
	line-height: 38px;
} */

/* .section-title p {
	color: #667085;
} */

/* .section-title {
	text-align: center;
	max-width: 60%;
	margin: auto;
	margin-bottom: 40px;
} */

/** tabs css **/

/* Tabs */
section.glosarry-section {
	padding-bottom: 110px;
}
section.newest-articles {
	padding: 48px 0px;
}

ul#tabs-nav {
	list-style: none;
	margin: 0;
	padding: 31px 0px;
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  @media(max-width:991px){
    justify-content: start;
    	padding: 10px 0px !important;
  }
}
ul#tabs-nav li{
    margin-right: 30px;
    margin-bottom: 15px;
}
ul#tabs-nav li:last-child{
   margin-right: 0px !important;
}
ul#tabs-nav li a {
	float: left;
	/* font-weight: bold; */
	/* margin-right: 2px;
	padding: 8px 10px;
	border-radius: 5px 5px 5px 5px; */
	/*border: 1px solid #d5d5de;
	border-bottom: none;*/
	cursor: pointer;
	/* margin-bottom: 25px;
	margin-right: 20px; */
      padding: 10px 14px !important;
    margin-bottom: 0;
    border-radius: 6px;
    color: #94979C;
    transition: all .3s ease-in-out;
    font-size: 16px;
    line-height: 24px;
    font-weight:400;
        border: 1px solid #0C0E12;
    background-color: #0C0E12;
    @media(max-width:767px) {
      font-size: 18px !important;
      line-height: 28px !important;
    }
}
/* @media(max-width:767px){
  ul#tabs-nav li a{
    margin-bottom: 12px;
    margin-right: 10px;
  }
} */

ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
	       border: 1px solid #22262f;
        background-color: #13161B;
        color: #cecfd2;
}
ul#tabs-nav li.active a:visited{
  color: #fff !important;
}
ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
	color: #fff;
}

ul#tabs-nav li:hover a .count,
ul#tabs-nav li.active a .count {
	color: #C65300;
	background-color: #fff;
}

#tabs-nav li a {
	text-decoration: none;
	font-weight: 400;
	line-height: 24px;
	color: #667085;
	font-size: 16px;
}

.tab-content {
	padding: 10px;
  @media(max-width:767px){
    padding: 0px !important;
  }
	background-color: #0C0E12;
  display: block !important;
}

.tab-content .row .col-4 {
	margin-bottom: 30px;
	min-height: 100%;
}

span.count {
    font-weight: 700;
    font-size: 12px;
    color: #94979C;
    background: #13161B;
    border-radius: 30px;
    width: 23px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    padding: 1px 4px;
    @media(max-width:767px) {
      font-size: 16px !important;
      line-height: 19px !important;
    }

}

.categories span {
	color: #CECFD2;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 12px;
	display: block;
  @media(max-width:991px){
    font-size: 18px;
    line-height: 28px;
  }
}

section.global-cta {
	background-color: #0A1018;
	padding: 90px 0px;
	text-align: center;
}

.cta-inner {
	max-width: 55%;
	display: block;
	margin: auto;
}

.cta-inner h2 {
	color: white;
	font-size: 48px;
	font-weight: 500;
	line-height: 60px;
	margin-top: 0;
	margin-bottom: 10px;
}

.cta-inner p {
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	color: #D0D5DD;
	margin-bottom: 20px;
}
.site-footer {
	background: linear-gradient(0deg, #0C0E12 0%, #0C0E12 100%), linear-gradient(49deg, #222834 -46.04%, #000 52.78%, #EC6D06 145.21%);
    padding: 124px 0px 64px 0px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.site-footer-top-left h2 {
    color: white;
    font-size: 60px;
    font-weight: 500;
    line-height: 72px;
    margin-top: 0px;
	margin-bottom: 20px;
}
.footer-site-top-logo {
    text-align: right;
    @media(max-width:767px){
               margin-bottom: 20px;
        margin-top: 20px;
        text-align: left !important;
    }
}
#footer-menu ul{
	padding: 0;
    margin: 0;
    list-style: none;
}
#footer-menu ul{
	padding: 0;
    margin: 0;
    list-style: none;
}
#footer-menu ul li a
, .social-links h3 {
	color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    @media(max-width:767px){
               font-size: 18px !important;
        margin-bottom: 4px !important;
    }
}
.social-links h3{
	margin-top: 0px;
}

.social-links a{
	color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.social-links a img{
	margin-right: 14px;
}

@media(max-width:767px){
  .iso-certified{
    justify-content: center;
  }
}
.iso-certified  img:not(:last-child){
	margin-right: 10px;
}
.download-app p {
  font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #d0d5dd;
        margin-bottom: 16px;
        text-align: left;
}
.copyright-text p {
    margin: 0;
    font-size: 20px;
    color: #D0D5DD;
    font-weight: 300;
    line-height: 28px;
}
div#footer-copyright ul li a {
    color: #D0D5DD;
    font-size: 20px;

    line-height: 28px;
    text-decoration: none;
    display: block;
    padding-right: 16px;
}
div#footer-copyright ul {
    padding: 0px;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: flex-end;
}
div#footer-copyright ul li:last-child a{
	padding-right: 0px;
}

/*** single glosarry page **/

section.common-single {
    padding-top: 52px;
    padding-bottom: 80px;
}
.back-icon a {
    color: #f7f7f7 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.post-share {
	margin-top: 36px;
  @media(max-width:767px){
    margin-top: 10px;
  }
}
.detail-content a{
  color: #f7f7f7;
}
.detail-content h1 {
	margin-top: 24px;
font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -0.48px;
    color: #F7F7F7;
    @media(max-width:767px){
      font-size: 28px !important;
      line-height: 33px !important;
      	margin-top: 0px !important;
    }
}
.detail-content h2{
	color: #F7F7F7;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
	margin-bottom: 5px;
}
.detail-content h3{
	color: #F7F7F7;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
	margin-bottom: 8px;
}
.detail-content blockquote{
  margin-left: 0px;
  margin-right: 0px;
}
.single-article-faq .set h3{
     font-size: 36px;
    font-style: normal;
    line-height: 44px;
    letter-spacing: -.72px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
  padding: 10px 60px 10px 0;
}
.recent-glosarry .title-text {
    margin-top: 5px;
    margin-bottom: 24px;
    color: #f7f7f7;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.recent-glosarry ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.share-icons {
    display: flex;
    justify-content: start;
    margin: 30px 0px;
    margin-right: 20px;
    gap:12px;
    @media(max-width:767px){
      margin: 10px 0px !important;
    }
}
.copy-link a {
    margin-top: 0px !important;
}
@media(min-width:991px){
  .copy-link a.common-btn.white:hover:visited{
    color: #fff !important;
  }
}
@media(max-width:991px){
  a.common-btn.white:hover:visited{
    color: #C65300 !important;
  }
}


/* .share-icons img {
    width: 25px;
} */
.center-content {
    padding-left: 20px;
    padding-right: 20px;
}
.center-content p
, .center-content li{
	color: #94979C;
	font-size:  18px;;
font-weight: 400;
line-height: 28px;
word-wrap: break-word
}
.center-content ul
, .center-content ol{
	padding-left: 24px;
	margin-left: 0;
}
.center-content li:not(:last-child){
	margin-bottom: 5px;
}
.center-content img{
	width: 100%;
    height: auto;
    contain-intrinsic-size: none;
}
body .bd_toc_container .bd_toc_wrapper .bd_toc_content_list_item ul li a{
    color: #94979C !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; 
    text-decoration: none !important;
    margin-bottom: 16px;
    display: block !important;
}
.bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list ul .first a {
    color: #CECFD2 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.bd_toc_header {
  display: none !important;
}
.recent-glosarry ul li a {
    color: #f7f7f7 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
}
.post-share p {
    color: #f7f7f7;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    @media(max-width:767px){
      font-size: 18px !important;
      line-height: 28px !important;
      margin-bottom: 0px !important;
    }
}
section.join-our-team {
    background: #F9FAFB;
    padding: 68px 0px;
}
.join-team-inner h2 {
    color: #f7f7f7;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
}
.join-team-content p {
    color: #f7f7f7;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.join-team-content {
    margin-top: 15px;
}
.detail-content ol {
    padding-top: 20px;
    padding-bottom: 20px;
}
.detail-content ol * {
	color: #94979C;
       font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
    @media(max-width:767px){
        font-size: 18px;
        line-height: 30px!important;
    }
}
.detail-content > .wp-block-list > li:not(:last-child){
	margin-bottom: 15px;
}
.detail-content > .wp-block-list > li > .wp-block-list{
	margin-top: 6px;
}
.articles-single h1{
	color: #f7f7f7;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
	margin-top: 20px;
}

.categories {
    display: flex;
	flex-wrap: wrap;
}
.copy-link p {
	color: #94979C;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.3px;
    @media(max-width:767px){
      margin-bottom: 0px !important;
    }
}
.related-articles-inner .glosarry-inner {
    margin-left: 12px;
    margin-right: 12px;
    width: auto !important;
}
.related-articles-inner .slick-list{
	overflow: visible !important;
}
.section-title.left-align{
	max-width: 100%;
    text-align: left;
}
.related-articles-inner {
    margin-left: -12px;
    margin-right: -12px;
}
section.related-articles {
    padding-bottom: 100px;
    padding-top: 40px;
	overflow: hidden;
}
.mobile-show{
	display: none;
}
div#ez-toc-container {
    background-color: transparent;
    border-width: 0px;
	padding: 0px;
}
.ez-toc-title-container{
	display: none !important;
}
.ez-toc-counter nav ul li a::before{
	display: none !important;
}
.share-icons a {
    border: 1px solid #373A41 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 10px;
    background-color: #0C0E12;
  
}
.common-single .row > .col-2{
	position: sticky;
	position: -webkit-sticky;
	top: 90px;
	align-self: flex-start;
}

.ajax_spinner {
	background: transparent;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: -20px;
    bottom: 0;
    padding-left: 250px;
	padding-top: 20px;
  }
  
  .lds-dual-ring:after {
	content: " ";
    display: block;
    width: 40px;
    height: 40px;
    margin: 8px;
    border-radius: 50%;
    border: 4px solid #C65300;
    border-color: #C65300 transparent #C65300 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  .right-detail .copy-link{
	display: none;
  }

  .glossary-search-form .search-field {
width: 100%;
	border-radius: 8px !important;
	border: 1px solid #373A41 !important;
	background:#0C0E12;
	padding: 12px 16px !important;
	width: 100%;
  font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 20px;
	text-overflow: ellipsis;
caret-color: #F7F7F7;
	color: #F7F7F7 !important;
  transition: border-color .3s ease;
  }

  .glossary-search-form .search-field::placeholder {
	color: #85888e;
  }

  .glossary-search-form .search-field:focus {
    outline: 0;
    border-color: #ed6f01 !important;
  }
  .glossary-search-form .search-field::-webkit-search-cancel-button {
	display: none;
  }

  .glossary-search-form{
	position: relative;
  }
  @media(max-width:767px){
    .glossary-search-form label{
      width: 100%;
    }
  }

  .glossary-search-form button {
	position: absolute;
	right: 15px;
    top: 12px;
	background-color: transparent;
	padding: 0px;
	border: none;
  }

  .Keywords-list {
	display: flex;
	align-items: center;
	justify-content: center;
  }

  .Keywords-list-ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
  @media(max-width:991px){
    	justify-content: start;
  }
    
  }

  .Keywords-list-ul a{
	color: #fff !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
  }

  .Keywords-list-ul li:not(:last-child) a:after{
	content:",";
	display: inline-block;
  }

  .knowledge-search-form {
	width: 592px;
	position: relative;
    border-radius: 8px !important;
  }
  
  .knowledge-search-form .search-field {
	width: 100%;
	border-radius: 8px !important;
	border: 1px solid #373A41 !important;
	background:#0C0E12;
	padding: 12px 44px 12px 99px !important;
	width: 100%;
  font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	caret-color: #F7F7F7;
	color: #F7F7F7 !important;
	
  }
  .knowledge-search-form .search-field::placeholder {
	color: #85888e;
  }
  .knowledge-search-form label{
    display: block;
  }
  .knowledge-search-form .ajax_spinner
  , .glossary-search-form .ajax_spinner{
	padding-top: 0px !important;
	padding-left: 0px !important;
  }
  .knowledge-search-form .search-field:focus {
	 outline: 0;
border-color: #ed6f01 !important;
  }

 

  .knowledge-search-form .search-field::-webkit-search-cancel-button {
	display: none;
  }

  .knowledge-search-form{
	position: relative;
  }

  .knowledge-search-form button {
	position: absolute;
	right: 14px;
    padding: 12px 0px;
    top: 0px;
	background-color: transparent;

	border: none;
  }

  .search-results {
	position: absolute;
	top: 100%;
	z-index: 1;
	width: 592px;
	border-radius: 8px;
    border: 1px solid #373A41 !important;
    background: #1c2028;
	margin-top: 10px;
	display: none;
    
  }

  .search-results ul{
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 200px;
    overflow-y: auto;
  }

  .search-results ul a{
	padding: 12px 16px;
	text-decoration: none;
  }
  .search-results ul a:hover{
    background-color: #101828;
  }
  .search-results ul .title{
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
  color:   #EDF1FF !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* number of lines to show */
			line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: left;
  }

  .search-results ul .category{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	color: #98A2B3 ;

	display: inline-block;
	width: 45px;
	flex-shrink: 0;
	text-align: right;
  }

  .search-results .item-link {
	gap: 8px;
  }


  /* Style the dropdown button */
  .selector-dropdown {
	position: absolute;
	left: 16px;
	top: 0px;
  }

  .select-box {
	position: relative;
	display: flex;
	width: 71px;
	flex-direction: column;
  }
  
  .select-box .options-container {
	background: #1c2028;
	color: #fff;
	max-height: 0;
	width: 100%;
	opacity: 0;
	border-radius: 15px;
	overflow: auto;
	
	order: 1;
	left: -16px;
	position: absolute;
	z-index: 100;
  }
  
  .selected {
	/* background: #1c2028; */
	/* border-radius: 15px; */
	color: #667085;
	position: relative;
	padding:12px 0px 12px 0px;
  font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 22px; 
	/* order: 0; */
	/* width: 483px; */
  }
  
  .selected::after {
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	height: 100%;
	 width: 32px; 
	right: 10px;
	top: 5px;
	top: 120%;
	transition: all 0.4s;
  }
  
  .select-box .options-container.active {
	max-height: 240px;
    opacity: 1;
    overflow-y: hidden;
    margin-top: 50px;
   background: #1c2028;
    width: 115px;
    box-shadow: 0px 2px 8px 2px #00000029;
  }
  
  .selector-wrapper > .arrow {
	transition: 0.2s;
  }
  
  .selector-wrapper > .arrow {
	cursor: pointer;
	
	background-color: transparent;

    height: 14px;
   z-index: 99;
  }
  
  /* .rotated {
	transform: rotate(180deg) !important;
  } */
  
  .select-box .options-container::-webkit-scrollbar {
	width: 8px;
	border-radius: 15px;
	scrollbar-width: 5px;
	width: 5px;
	margin-top: -10px;
	overflow: hidden;
	background: transparent;
	display: none;
  }
  
  .select-box .options-container::-webkit-scrollbar-thumb {
	background: #525861;
	border-radius: 15px;
	scrollbar-width: 5px;
	height: 5px;
	margin-top: -10px;
  }
  
  .select-box .options-container::-webkit-scrollbar-track {
	background: transparent;
	display: none;
  }
  
  .options-container {
	overflow: overlay !important;
  }
  
  .select-box .option,
  .selected {
	cursor: pointer;
    transition-duration: 0.4s;
  }
  
  .select-box .option:hover {
	background-color: #101828;
  }

  .select-box .option:hover label{
	color: #fff;
  }

  .select-box .option input:checked + label {
	background-color: #101828;
	color:#fff;
  }
  
  .select-box label {
	cursor: pointer;
	display: block;
	padding: 12px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	color: #667085;
	text-align: left;
	transition-duration: 0.4s;

  }
  
  .select-box .option .radio {
	display: none;
  }
  
  /* Searchbox */
  
  .search-box input {
	width: 100%;
	padding: 12px 16px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	position: absolute;
	border-radius: 8px 8px 0 0;
	z-index: 100;
	border: 8px solid #2f3640;
  
	opacity: 0;
	pointer-events: none;
  }
  
  .options-container.active {
	pointer-events: auto;
  }
  
  .options-container {
	border-radius: 15px !important;
  }
  
  .option:first-child {
	border-radius: 8px 8px 0px 0px;
  }
 .knowledge-search-form .selector-dropdown .select-box .options-container .option{
      border-bottom: 1px solid #667085;
  }
   .knowledge-search-form .selector-dropdown .select-box .options-container .option:last-child {
     border-bottom:  none !important;
  }
  .option:last-child {
	border-radius: 0px 0px 8px 8px;
  
  }
  
  .selector-wrapper {
	position: relative;
	display: flex;
  align-items: center;
  gap:4px;
  }




  /* common classes */

  .d-flex {
	display: flex;
  }

  .justify-content-center {
	justify-content: center;
  }

  .justify-content-between {
	justify-content: space-between;
  }

  .align-items-center {
	align-items: center;
  }

  .position-relative {
	position: relative;
  }

  .custom-mb-24 {
	margin-bottom: 24px;
  }
  .glosaary-search{
	position: relative;
  }
  .glosaary-search .search-results{
	width: 100%;
    margin-top: -15px;
  }
  .glosaary-search .search-results ul a{
	padding: 5px 14px;
  }
  .glosaary-search .search-results {
    padding-top: 10px;
}

@media(max-width:1100px){
	.container:not(.bs-default-container){
		max-width: 940px;
	}
}
@media(min-width:991px){
    .site-header {
        position: sticky;
        -webkit-position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 99;
        /* box-shadow: 0px 4px 15px 2px #33333329; */
    }
    .navicon {
        display: none;
    }
}
@media(min-width:1025px){
    .common-btn:hover{
        background-color: #db6505;
        color: #fff;
    }
    a.common-btn.white:hover{
        color: #fff;
        background-color: #db6505;
    }
    a.common-btn.white:hover path{
        stroke: #fff !important;
    }
    .recent-glosarry ul li a:hover{
        text-decoration: none !important;
    }
}
@media(max-width:991px){
  section.common-single{
    padding-top: 120px;
  }
    .navicon {
        width: 45px;
        height: 45px;
        background: var(--primary-color);
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        z-index: 999999;
        /* position: absolute; */
        /* top: 8px;
        left: 20px; */
        border-width: 0px;
    }
   
    .navicon span:nth-child(1) {
        top: 13px;
        width: 24px;
    }
    .navicon span:nth-child(2) {
        top: 22px;
        width: 24px;
    }
    .navicon span:nth-child(3) {
        top: 32px;
        width: 24px;
    }
    .navicon.open span:nth-child(1) {
        top: 23px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .navicon.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    .navicon.open span:nth-child(3) {
        top: 23px;
        width: 23px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .main-navigation.open-menu{
        left: 0px;
    }
    .main-navigation  .header-translate{
        display: none !important;
    }

    ul#primary-menu {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-top: 88px;
    }
    .main-navigation li {
        width: 100%;
        text-align: left;
    }
    .main-navigation a {
        /* text-transform: uppercase; */
        font-size: 18px;
        margin-bottom: 0px;
        line-height: inherit;
        border-bottom: 1px solid #2b43333b;
        margin-left: 0;
        margin-top: 0;
        padding: 25px 20px;
    }
    .header-btn a {
      margin-left: 12px !important;
      margin-right: 12px !important;
    }
    .main-header .container .row{
       flex-direction: row-reverse;
    }
    .main-header {
        min-height: 55px;
    }
    /* .site-logo{
        padding-left: 65px;
    margin-top: 4px;
    } */
    .main-header .container .row .col-2{
        display: flex;
    justify-content: space-between;
    }
    .main-header .container .row .col-2 .language-mobile{
        display: inline-block !important;
    }
    .gtranslate_wrapper a.glink.gt-current-lang{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main-header .container .row .col-2{
        max-width: 100%;
    }
    section.newest-articles{
        padding: 40px 0px !important;
    }
    .glosarry-section{
      padding-bottom: 40px !important;
    }
    section.glosarry-section .row .col-3{
        max-width: 33.33%;
    }
    ul#tabs-nav li {
        width: auto;
        max-width: max-content;
        text-wrap: nowrap;
    }
    /* ul#tabs-nav{
        justify-content: flex-start;
    flex-wrap: nowrap;
    } */
    .site-footer-top-left h2
    , .cta-inner h2
    .articles-single h1
    , .join-team-inner h2{
        font-size: 42px;
        line-height: 52px;
    }
    /* #footer-menu > div{
        max-width: 33.33%;
    } */
    /* #footer-menu > div:last-child, #footer-menu > div:nth-last-child(2){
        margin-top: 30px;
    } */
    .cta-inner{
        max-width: 80%;
    }
    div#footer-copyright > div {
        max-width: 100%;
        text-align: center;
        justify-content: center;
        display: flex;
    }
    div#footer-copyright {
        justify-content: center;
    }
    #footer-copyright > div:last-child{
        margin-top: 12px;
    }
    .site-footer{
        padding-top: 70px;
    }
    
}

@media(max-width:767px){
    .row > .col-3
    , .row > .col-2
    , .row > .col-1
	, .row > .col-7
	, .row > .col-4
	, .row > .col-5
	, .row > .col-6
	, .row > .col-8
	, .row > .col-9
	, .row > .col-10
	, .row > .col-11
	{
		max-width: 100%;
    width: 100%;
	}
    /* .site-footer .container .row:first-child {
        flex-direction: column-reverse;
    } */
    .footer-site-top-logo{
        text-align: left;
        margin-bottom: 30px;
    }
    .site-footer-top-left{
        text-align: left;
    }
    .post-share, .copy-link
    ,  .articles-single.common-single .row .recent-glosarry{
        display: none;
    }
    .center-content{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 15px;
    }
    .articles-single h1{
        margin-top: -5px;
    }
    .common-single .row > .col-2{
        position: unset !important;
        top: auto !important;
    }
   .right-detail .post-share.mobile-show
   {
    display: inline-block !important;
    width: auto;
   }
   .right-detail .copy-link{
    display: block !important;
   }
   .share-icons a{
    margin-right: 15px;
   }
   .recent-glosarry {
    padding-top: 80px;
}
section.join-our-team{
    text-align: center;
}
}
@media(max-width:680px){
    div#tabs-content {
        padding-top: 50px;
    }
    .glosarry-inner .read-more span{
        bottom: 0px !important;
    }
    section.glosarry-section .row .col-3{
        max-width: 100% !important;
        width: 100%;
    }
    .section-title
    , .cta-inner{
        max-width: 100% !important;
        width: 100%;
    }
    .site-footer-top-left h2, .cta-inner h2
    , .articles-single h1
    , .join-team-inner h2{
        font-size: 30px;
        line-height: 40px;
    }
    .cta-inner p{
        font-size: 18px;
        line-height: 28px;
    }
    #footer-menu > div{
        max-width: 100% !important;
        width: 100%;
    }
    /* #footer-menu > div:not(:last-child){
        margin-bottom: 30px;
    } */
    div#footer-copyright ul li a
    , .copyright-text p{
        font-size: 16px;
        padding-right: 12px;
    }
}

@media(max-width:618px){
    .search-results {
        width: 100% !important;
    }
}

.detail-author {
       display: flex;
    align-items: center;
    margin-top: 40px;
   @media(max-width:767px){
    margin-top: 20px;
   }
}
/* .author-left {
   background: linear-gradient(180deg, #222834 0, #000 52%, #ec6d06 155%);
    width: 132px;
  height: 132px;
  border-radius: 50%;
  overflow: hidden; 
  
  
} */
.author-left {
    overflow: hidden; /* ensures the image stays inside circle */
    background: linear-gradient(180deg, #222834 0, #000 52%, #ec6d06 155%);
       width: 54px;
    height: 54px;
    flex-shrink: 0;
    border-radius: 100%;
}

.author-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.author-right{
  padding-left: 20px;
}
.author-right p {
    margin-bottom: 0px;
}
.author-right h3{
  font-size: 24px;
    color: #f7f7f7;
    font-weight: 600;
    margin: 8px 0px 4px 0px;
}
.faq_section{
      padding-bottom: 0px;
}
@media(max-width:767px){
  .author-right h3{
    font-size: 22px;
  }
  .author-right p{
    font-size: 18px;
  }
  .detail-author{
    margin-bottom: 40px;
  }
}
.see-more .theme-btn ::after{
      bottom: 2px;
}
.article-detail-content .categories-detail{
  padding-top: 24px;
  padding-bottom: 12px;
}
.article-detail-content h1{
font-size: 48px;
font-weight: 500;
line-height: 60px; /* 125% */
letter-spacing: -0.48px;
color:#F7F7F7;
margin: 0px;
@media(max-width:767px){
  font-size: 26px !important;
  line-height: 34px !important;
}
}
.article-detail-content .date-text{
  font-size: 14px;
font-weight: 400;
line-height: 20px;
padding: 24px 0px;
color: #94979C;
margin: 0px;
}
.lead-magnet-box .lead-magentic-left input:not([type=submit],[type=checkbox]) {
   width: 100%;
	border-radius: 8px !important;
	border: 1px solid #373A41 !important;
	background:#0C0E12;
	padding: 12px 10px 12px !important;
	width: 100%;
  font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 20px;
	text-overflow: ellipsis;

	caret-color: #F7F7F7;
	color: #98A2B3 !important;
  box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.00);
}
.wpcf7-form input:-internal-autofill-selected{
  background:#0C0E12 !important;
}
.wpcf7-form input {
   background:#0C0E12 !important;
  color: #F7F7F7; /* text color */
}

.wpcf7-form input:focus {
   background:#0C0E12 !important;
  outline: none;
  border: 1px solid rgb(247, 247, 247) !important;
 /* optional: remove blue outline */
}

.wpcf7-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #0C0E12 inset !important;
  -webkit-text-fill-color: #F7F7F7 !important;
  caret-color: #F7F7F7; /* keep cursor visible */
}
.lead-magnet-box .lead-magentic-left input[type=submit]{
  background-color: #fff !important;
    color: #000 !important;
    font-weight: 500;
    padding: 12px 21px;
        font-size: 16px;
    line-height: 24px;
        border-radius: 999px;
    display: inline-block !important;
    transition: all .3s ease-in-out;
    text-decoration: none;
    cursor: pointer;
        border: none !important;
}


.accordion-container .set .h3:not(.active) .icon .minus-icon, .accordion-container .set h3:not(.active) .icon .minus-icon {
    display: none;
}
.copy-url.theme-btn.view-case-study::after {
    bottom: -2px;
}
.copy-url.theme-btn.normal-text:hover::after {
    width: 100%;
}
 @media (max-width: 991px) {
    /* .site-footer .site-footer-top-left .theme-btn.common-btn {
        margin-bottom: 52px;
    } */
    .common-single .row .order-md-2{
      order: 2 !important;
    }
  } 
 @media(max-width:767px){
 .breadcrumb-bar.detail-page {
    margin-bottom: 20px !important;
}
 }
