/*body {
 margin:0;
 font-family: 'Source Sans Pro','Roboto',sans-serif, -apple-system,BlinkMacSystemFont,Arial;
 --font-family-sans-serif:-apple-system,BlinkMacSystemFont, 'Source Sans Pro', Arial;
 

 font-size:1rem;
 font-weight:normal;
 line-height:1.5;
 color:#333;
 background-color:#fff;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
} */

h1,
h2,
h3,
h4,
h5,
h6 {
 margin-top:.5rem;
 margin-bottom:1rem;
 font-family:inherit;
 font-weight:500;
 line-height:1.2;
 color:inherit
}
h1 {
 font-size:2.6rem;
 font-weight: 700;
}
h2 {
 font-size:2rem;
 line-height: 1.2;
}
h3 {
 font-size:1.75rem;
 line-height: 1.2;
}
h4 {
 font-size:1.5rem;
 line-height: 1.2;
}
h5 {
 font-size:1.35rem;
 line-height: 1.2;
}
h6 {
 font-size:1.1rem;
 line-height: 1.2;
}
p {
 font-size: 1.0rem;
 line-height: 1.4;
}

ul {
  font-size: 1.0rem;
 line-height: 1.4; 
}
hr {
 -webkit-box-sizing:content-box;
 box-sizing:content-box;
 height:0;
 overflow:visible
}
pre {
 font-family:monospace,monospace;
 font-size:1em;
 white-space:pre-wrap
}
a {
 background-color:transparent;
 text-decoration:none;
 color:#2676BB
}
a:active,
a:hover {
 color:#336;
 text-decoration: none;
/* font-style: italic;*/
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
 color:inherit;
 text-decoration:none
}
a:not([href]):not([tabindex]):focus {
 outline:0
}
abbr[title] {
 border-bottom:none;
 -webkit-text-decoration:underline dotted;
 text-decoration:underline dotted
}
b,
strong {
 font-weight:bolder
}
code,
kbd,
samp {
 font-family:monospace,monospace;
 font-size:1em
}
small {
 font-size:80%
}
sub,
sup {
 font-size:75%;
 line-height:0;
 position:relative;
 vertical-align:baseline
}
sub {
 bottom:-.25em
}
sup {
 top:-.5em
}
img {
 border-style:none;
 height:auto;
 max-width:100%
}



details {
 display:block
}
summary {
 display:list-item
}
figcaption {
 font-size:16px;
 color:#333;
 line-height:1.4;
 font-style:italic;
 font-weight:400
}
[hidden],
template {
 display:none
}
.sr-only {
 position:absolute;
 width:1px;
 height:1px;
 padding:0;
 overflow:hidden;
 clip:rect(0,0,0,0);
 white-space:nowrap;
 border:0
}
@media print {
 *,
 :after,
 :before {
  background:transparent!important;
  color:#000!important;
  -webkit-box-shadow:none!important;
  box-shadow:none!important;
  text-shadow:none!important
 }
 a,
 a:visited {
  text-decoration:none
 }
 a[href]:after {
  content:" (" attr(href) ")"
 }
 abbr[title]:after {
  content:" (" attr(title) ")"
 }
 a[href^="#"]:after,
 a[href^="javascript:"]:after {
  content:""
 }
 pre {
  white-space:pre-wrap!important
 }
 blockquote,
 pre {
  page-break-inside:avoid;
  border:1px solid #ccc
 }
 thead {
  display:table-header-group
 }
 img,
 tr {
  page-break-inside:avoid
 }
 h2,
 h3,
 p {
  orphans:3;
  widows:3;
  font-weight: 500;
 }
 h2,
 h3 {
  page-break-after:avoid
 }
}
label {
 display:inline-block;
 line-height:1;
 vertical-align:middle
}
button,
input,
optgroup,
select,
textarea {
 font-family:inherit;
 font-size:1rem;
 line-height:1.5;
 margin:0
}
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
 width:100%;
 border:1px solid #666;
 border-radius:3px;
 padding:.5rem 1rem;
 -webkit-transition:all .3s;
 -o-transition:all .3s;
 transition:all .3s
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
 border-color:#333
}
button,
input {
 overflow:visible
}
button,
select {
 text-transform:none
}
[type=button],
[type=reset],
[type=submit],
button {
 width:auto;
 -webkit-appearance:button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
 border-style:none;
 padding:0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
 outline:1px dotted ButtonText
}
[type=button],
[type=submit],
button {
 display:inline-block;
 font-weight:400;
 text-align:center;
 white-space:nowrap;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 background-color:transparent;
 border:1px solid transparent;
 padding:.5rem 1rem;
 font-size:1rem;
 border-radius:3px;
 -webkit-transition:all .3s;
 -o-transition:all .3s;
 transition:all .3s
}
[type=button]:focus,
[type=submit]:focus,
button:focus {
 outline:5px auto -webkit-focus-ring-color
}
[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
 color:#fff;
 background-color:transparent;
 text-decoration:none
}
[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
 cursor:pointer
}
fieldset {
 padding:.35em .75em .625em
}
legend {
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 color:inherit;
 display:table;
 max-width:100%;
 padding:0;
 white-space:normal
}
progress {
 vertical-align:baseline
}
textarea {
 overflow:auto;
 resize:vertical
}
[type=checkbox],
[type=radio] {
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 padding:0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
 height:auto
}
[type=search] {
 -webkit-appearance:textfield;
 outline-offset:-2px
}
[type=search]::-webkit-search-decoration {
 -webkit-appearance:none
}
::-webkit-file-upload-button {
 -webkit-appearance:button;
 font:inherit
}
select {
 display:block
}
table {
 background-color:transparent;
 width:100%;
 margin-bottom:15px;
 font-size:.9em;
 border-spacing:0;
 border-collapse:collapse
}
table td,
table th {
 padding:15px;
 line-height:1.5;
 vertical-align:top;
 border:0px solid hsla(0,0%,50.2%,.5019607843137255)
}
table th {
 font-weight:700
}
table tfoot th,
table thead th {
 font-size:1em
}
table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
 border-top:1px solid hsla(0,0%,50.2%,.5019607843137255)
}
table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
 background-color:hsla(0,0%,50.2%,.07058823529411765)
}
table tbody tr:hover>td,
table tbody tr:hover>th {
 background-color:hsla(0,0%,50.2%,.10196078431372549)
}
table tbody+tbody {
 border-top:2px solid hsla(0,0%,50.2%,.5019607843137255)
}
@media (max-width:767px) {
 table table {
  font-size:.8em
 }
 table table td,
 table table th {
  padding:7px;
  line-height:1.3
 }
 table table th {
  font-weight:400
 }
}
dd,
dl,
dt,
li,
ol,
ul {
 margin-top:0;
 margin-bottom:0;
 border:0;
 outline:0;
 
 vertical-align:baseline;
 background:transparent
}


/** END MAIN /

/**/

.button-primary-sm {
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
  color: #ffffff;
  background-color: #2676BB;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  padding: 12px 24px 12px 24px;
  font-family: "Source Sans Pro";
}

.button-primary-sm:hover{
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0 0 30px #000;
  
  color: #ffffff;
  background-color:#2676bb;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 4px 4px 4px 4px;
  padding: 12px 24px 12px 24px;
  text-decoration: none;
  
  font-family: "Source Sans Pro";
  font-style: normal;

  } 


.button-primary-white-sm {
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
  color: #2676BB;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  padding: 12px 24px 12px 24px;
  font-family: "Source Sans Pro";
  position: relative;

}

.button-primary-white-sm:hover{
  font-size: 14px;
  font-weight: 600;

  color: #105288;
  background-color:#EAF5FF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 4px 4px 4px 4px;
  padding: 12px 24px 12px 24px;
  text-decoration: none;
  
  font-family: "Source Sans Pro";
  position: relative;
  font-style: normal;

  } 



/**/

/**/

.heading-title {
 font-weight: bold; 
 position: relative;

}

.subscription-title {
  font-size: 1.25rem;
}

.bold {
  font-weight: bold;
}

.light{
  font-weight: 300;
}

.small {
  font-size: 0.9rem;
}

.white {
 color: #ffffff;
 position: relative;
 }

.black {
  color: #1B2023;
}

.grey {
 color: #727272; 
}

.center{
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.greytopborder {
  border-top:1px solid #efefef;
}

  .increased-font {
    font-size: 2.5em;
  }

  .vertical-align {
    vertical-align: middle;
  }

  .grey-image {
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
  }

.uppercase {
  text-transform: uppercase;
}

.sup {
  font-size: 0.6rem;
}

.white-background {
  background-color: #ffffff;
}

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&amp;display=swap&amp;ver=6.1.1');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css");
/**/

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto !important;
}    


.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}


.card {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}


.pagination {
	display: flex;
padding-left: 0;
list-style: none;
border-radius: .25rem;
padding-top: 40px;
	
}
/* Social & Footer */


svg #svg {
  fill: #000;
}

.social-box {
border-radius: 100px 100px 100px 100px;
background-color: #000;
height: 2.0em;
width: 2.0em;
display: inline-block;
}

.social-box:hover {
background-color: #2676BB;

}

.social-icon {
font-size: var(--icon-size,18px);
    line-height: var(--icon-size,24px);
    width: calc(var(--icon-size,14px)+(2*var(--icon-padding,.5em)));
    height: calc(var(--icon-size,14px)+(2*var(--icon-padding,.6em)));
    justify-content: center;
    text-align: center;
    align-items: center;
    -webkit-box-pack: center;
    display: inline-flex;
    color: #fff;
}

svg.ext {
  display:none;
}
  

.site-footer .site-footer__top .content {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.site-footer__top p {
  margin-top: inherit;
}

.site-footer .content a {
  color: inherit;
}

/* Background Images */

.background-image {
background-color: transparent;
background-image: radial-gradient(at bottom center, #062A4A 0%, #062A4A 80%);
    position: relative; 

  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('https://www.techinsights.com/sites/default/files/2023-01/hp-bg-202.jpg');

}

.background-image:before {
          content: "";
      background-image: url('https://www.techinsights.com/sites/default/files/2023-01/hp-bg-202.jpg');
      background-size: cover;
      
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.9;
    
  }
  
  
  /* Breadcrumb Removal */
  .page-title-bar {
  	display:none;
  }
  
  
  /* Side Navigation */
  
  @media only screen and (max-width: 768px){
.sidenav-main {
order:2;

}
}

a.sidenav {
 background-color:transparent;
 text-decoration:none;
 color:#336;
 font-size: 0.93rem;
}
a.sidenav:active,
a.sidenav:hover {
 color:#2676BB;
 text-decoration: none;
/* font-style: italic;*/
}  
a.sidenav-active {
 background-color:transparent;
 text-decoration:none;
 color:#2676BB;
 font-size: 0.93rem;
}


/* RECENT BLOGS */

.recent-blogs-carousel {
  padding: 2rem 0;
}

.uppercase {
  text-transform: uppercase;
}

.image-style-teaser {
width: 100% !important;
height: auto;
border-radius: 2%;	
}

/* TABLES */

.border-bottom-primary {
  border-bottom: 5px solid #2676BB;
}

.logo-overlay {
   position:absolute;
   top:120px;
   left:100px;
   background:;
   background-image: url("https://www.techinsights.com/themes/custom/techinsights/assets/img/logo.svg") ;
   background-repeat: no-repeat;
   opacity:0.08;
   width:85%;
   height:85%;
}


/*
table {
  border: 1px solid #efefef;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
  color: #333;
}

table th,
table td {
  padding: .625em;
  text-align: center;
  color: #333;
}

table th {
  color: #333;
}

tr td, tr th {
  border: 1px solid #fff;
}

table thead:first-child tr:first-child th {
  border-top: 1px solid #fff;
  color: #333;
  font-size: 1.1rem;
  font-weight: bold;
}


@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;

  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1.0em;
    text-align: right;
  }
  
  table td::before {

    content: attr(data-label);
    float: left;
    
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}
*/

.grey-box-spacing {
  padding-left: 30px;
  padding-right: 30px;
}


@media only screen and (max-width: 768px) {
  
  .sidenav-main {
    order:2;
  }

  .grey-box-spacing {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
  }

}



/* NAV  */

.navbar-light .navbar-toggler {
	border-color:transparent;
}


#superfish-main a.sf-depth-1, #superfish-main-accordion a.sf-depth-1 {
  font-weight: 400;
  font-size: 0.9rem;
  color: #77777A;
}

  @media (min-width: 992px) {
.justify-content-lg-end {
  justify-content: normal !important;
}
}



ul.sf-menu.menu, ul.sf-menu.menu ul, ul.sf-menu.menu li {
  margin: 0;
    margin-left: 0px;
  padding: 0;
  margin-left: 0;
  justify-content: center;
}


#superfish-main.sf-menu .menuparent > ul {
    background: #ffffff;
}


.sf-multicolumn-wrapper {
  background-color: #fff;
  width: 150%;
}

ul.sf-menu a, ul.sf-menu span.nolink {
    display: block;
    /*padding: 0.5em 2.2em;*/
    padding: 0.5em 1.5em;
    position: relative;
}

.sf-multicolumn-column {
  width: 200px;
      padding-top: 10px !important;
}

.sf-depth-4 {
	padding-left:20px !important;
}


dd, dl, dt, li, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  
}

.block-superfish {
    width: 100%;
    margin-left: 30px;
}

#superfish-main.sf-menu .menuparent > ul a {
  color: #333;
  font-size: 0.9rem;
}

#superfish-main.sf-menu .menuparent > ul a:hover, #superfish-main.sf-menu .menuparent > ul a:focus, #superfish-main.sf-menu .menuparent > ul a:active, #superfish-main-accordion.sf-menu .menuparent > ul a:hover, #superfish-main-accordion.sf-menu .menuparent > ul a:focus, #superfish-main-accordion.sf-menu .menuparent > ul a:active {
  text-decoration: none;
  border-left: 0px solid transparent;
}


#superfish-main.sf-menu .menuparent > ul a, #superfish-main-accordion.sf-menu .menuparent > ul a {
  border-left: 0px solid transparent;
}


.menuparent {
  font-weight: bold;
}

.sf-depth-3 {
 font-weight: normal; 
}

#superfish-main.sf-menu .menuparent > ul .menuparent > a::after, #superfish-main-accordion.sf-menu .menuparent > ul .menuparent > a::after { 
	content:none;
}

#superfish-main.sf-menu .menuparent .sf-depth-1::after, #superfish-main-accordion.sf-menu .menuparent .sf-depth-1::after {

    content: none;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    top: 47%;
    position: absolute;
    right: 0;

}

.menu {
	padding-left:80px !important;
}

body #header .bg-transparent .sf-depth-1 > a {
    color: #555555;
    transition: none;
}


.recent-news-blog-carousel-company {
  padding: 1rem 0;
}


/* Footer Pop Up Modal*/

.modal-box-news{ font-family: inherit; }
.modal-box-news .show-modal{
    color: #fff;
    background-color: #ff773a;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 30px;
    margin: 40px auto 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    outline: none;
    display: block;
    transition: all 0.3s ease 0s;
}
.modal-box-news .show-modal:hover,
.modal-box-news .show-modal:focus{
    color: #fff;
    background-color: #555;
    outline: none;
}
.modal-backdrop.in{ opacity: 0.4; }
.modal-box-news .modal-dialog{
    width: 500px;
    margin: 20px auto 0;
}
.modal.fade .modal-dialog{ transform: translateY(100px); }
.modal.in .modal-dialog{ transform: translate(0); }
.modal-box .modal-dialog .modal-content{
    background: #fff;
    border-radius: 0;
    outline: 5px solid #fff;
    outline-offset: 10px;
}
.modal-box-news .modal-dialog .modal-content .close{
    color: #999;
    font-size: 28px;
    text-shadow: none;
    line-height: 15px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    left: auto;
    right: 15px;
    top: 15px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box-news .modal-dialog .modal-content .close:hover{ color: #555; }
.modal-box-news .modal-dialog .modal-content .modal-body{ padding: 40px !important; }
.modal-box-news .modal-dialog .modal-content .modal-body .title{
    color: #111;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 20px;
}
.modal-box-news .modal-dialog .modal-content .modal-body .description{
    color: #999;
    font-size: 17px;
    font-weight: 500;
    margin: 0 5px 25px;
}
.modal-box-news .modal-dialog .modal-content .modal-body .form-group{ margin: 0 0 25px; }
.modal-box-news .modal-dialog .modal-content .modal-body .form-group label{
    font-size: 16px;
    font-weight: 500;
}
.modal-box-news .modal-dialog .modal-content .modal-body .form-group .form-control{
    height: 50px;
    border-radius: 0;
    border-color: #777;
}
.modal-box-news .modal-dialog .modal-content .modal-body .form-group .form-control:focus{
    box-shadow: none;
    border-color: #ff773a;
}
.modal-box .modal-dialog .modal-content .modal-body .btn{
    color: #fff;
    background: #ff773a;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 14px 20px 13px;
    border-radius: 5px;
    transition: all 0.3s;
}
.modal-box-news .modal-dialog .modal-content .modal-body .btn:hover{
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
}
.modal-box-news .modal-dialog .modal-content .modal-body .btn:focus{ outline: none; }
@media only screen and (max-width: 767px){
    .modal-dialog{ width: 90% !important; }
}



/* SINGLE POST */


.single-post-wrap {
  position: relative;
  margin-bottom: 20px;
  transition: 0.4s;
}
.single-post-wrap .thumb {
  position: relative;
  margin-bottom: 27px;
  overflow: hidden;
  border-radius: 5px;
}
.single-post-wrap .thumb img {
  transition: 0.8s;
  transform: scale(1.01);
}
.single-post-wrap .thumb .tag-base {
  position: absolute;
  left: 17px;
  top: 19px;
  z-index: 3;
}
.single-post-wrap .thumb .btn-date {
  position: absolute;
  right: 17px;
  top: 19px;
  z-index: 3;
  height: 35px;
  line-height: 35px;
  padding: 0 14px;
  display: inline-block;
  border-radius: 3px;
  background: #fff;
  color: var(--heading-color);
  margin-bottom: 0;
}
.single-post-wrap .thumb .btn-date i {
  margin-right: 5px;
}
.single-post-wrap .thumb .play-btn-large {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  z-index: 5;
}
.single-post-wrap .thumb .play-btn-small {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
}
.single-post-wrap .details .title {
  margin-bottom: 0;
}
.single-post-wrap .details p {
  margin-bottom: 0;
  margin-top: 16px;
  color: var(--heading-color);
}
.single-post-wrap .details .btn {
  padding: 0 17px;
  height: 44px;
  line-height: 44px;
  font-weight: 400;
}
.single-post-wrap .spw-bottom {
  border-top: 1px solid #e0e0e0;
  margin-top: 15px;
  padding-top: 18px;
}
.single-post-wrap .spw-bottom ul {
  margin: 0;
  padding: 0;
}
.single-post-wrap .spw-bottom ul li {
  display: inline-block;
  margin: 0 5px;
}
.single-post-wrap .spw-bottom ul li:first-child {
  margin-left: 0;
}
.single-post-wrap .spw-bottom ul li:last-child {
  margin-right: 0;
}
.single-post-wrap .spw-bottom ul li p {
  font-size: 14px;
  margin-top: 0;
}
.single-post-wrap .spw-bottom .media .media-left {
  margin-right: 10px;
}
.single-post-wrap .spw-bottom .media .media-left img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.single-post-wrap .spw-bottom .media .media-body p {
  margin: 0;
}
.single-post-wrap:hover .thumb img {
  transform: scale(1.06);
}
.single-post-wrap.style-white .post-meta-single p,
.single-post-wrap.style-white .post-meta-single li {
  color: rgba(255, 255, 255, 0.8);
}
.single-post-wrap.style-white .details .title {
  color: #fff;

}
.single-post-wrap.style-white .details p {
  color: #fff;

}
.single-post-wrap.style-overlay .thumb {
  margin-bottom: 0;
}
.single-post-wrap.style-overlay .thumb img {
  min-height: 119px;
}
.single-post-wrap.style-overlay .thumb:after {
  content: "";
  background: linear-gradient(to top, rgba(0, 85, 12, 0.6) 52%, rgba(0, 0, 100, 0));
  height: 70%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 3;
  transition: 0.4s;
}
.single-post-wrap.style-overlay .thumb:before {
  content: "";

  background: linear-gradient(to top, rgba(32, 22, 84, 0.38) 52%, rgba(0, 0, 100, 0));
  height: 75%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 4;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.single-post-wrap.style-overlay .details {
  position: absolute;
  bottom: 0;
  padding: 18px 20px;
  z-index: 4;
}
.single-post-wrap.style-overlay .details .title {
  color: #fff;
  font-weight: 600;
}
.single-post-wrap.style-overlay .details .title:hover a {
  color: #ffbe00;
}
.single-post-wrap.style-overlay .details p {
  color: #fff;
}
.single-post-wrap.style-overlay .post-meta-single {
  margin-bottom: 8px;
}
.single-post-wrap.style-overlay .post-meta-single p {
  margin-bottom: 10px;
}
.single-post-wrap.style-overlay .post-meta-single li {
  color: #fff;
}
.single-post-wrap.style-overlay:hover .thumb:before {
  visibility: visible;
  opacity: 1;
}
.single-post-wrap.style-overlay-bg .thumb {
  margin-bottom: 0;
}
.single-post-wrap.style-overlay-bg .thumb:after {
  content: "";
  background: linear-gradient(to top, rgba(32, 22, 84, 0.3) 52%, rgba(0, 0, 100, 0));
  height: 70%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 3;
  transition: 0.4s;
}
.single-post-wrap.style-overlay-bg .thumb:before {
  content: "";
  filter: sepia(105%) hue-rotate(90deg);
  background: linear-gradient(to top, rgba(32, 22, 84, 0.38) 52%, rgba(0, 0, 100, 0));
  height: 75%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 4;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.single-post-wrap.style-overlay-bg .details {
  position: absolute;
  bottom: 0;
  padding: 18px 18px;
  z-index: 4;
  margin: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
}
.single-post-wrap.style-overlay-bg:hover .thumb:before {
  visibility: visible;
  opacity: 1;
}
.single-post-wrap.style-box {
  border-radius: 5px;
  overflow: hidden;
  background: #fafafa;
}
.single-post-wrap.style-box .thumb {
  margin-bottom: 0;
  border-radius: 0;
}
.single-post-wrap.style-box .details {
  padding: 25px;
}
.single-post-wrap.style-box:hover {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.09);
}

/***trending post****/
.trending-post .single-post-wrap.style-overlay .post-meta-single p {
  margin-bottom: 7px;
}
.trending-post.style-box {
  background: #fff;
  padding: 33px 23px 23px;
  border-radius: 5px;
  box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
}

/*****single-post-list-wrap*****/
.single-post-list-wrap {
  margin-bottom: 17px;
}
.single-post-list-wrap .media-left {
  position: relative;
}
.single-post-list-wrap .play-btn-small {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
}
.single-post-list-wrap .media .media-left {
  margin-right: 13px;
}
.single-post-list-wrap .media img {
  border-radius: 5px;
}
.single-post-list-wrap .media .media-body .post-meta-single ul li {
  font-size: 14px;
  color: var(--heading-color);
}
.single-post-list-wrap .media .media-body h6 {
  margin-bottom: 0;
}
.single-post-list-wrap .media .media-body p {
  margin-bottom: 0;
}
.single-post-list-wrap.style-white .media .media-body .post-meta-single ul li {
  color: #fff;
}
.single-post-list-wrap.style-white .media .media-body h6 {
  color: #fff;
}
.single-post-list-wrap.style-white .media .media-body p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  margin-bottom: 0;
}
.single-post-list-wrap.style-two {
  margin-bottom: 10px;
}
.single-post-list-wrap.style-two .media .media-left {
  margin-right: 20px;
}


.tag-blue {
  background: #2676BB;
  color: #fff;
}

.tag-blue:hover  {
  background: #fff;
  color: #2676BB;
}

.solution-base  {

}

.solution-base:hover  {

   filter: drop-shadow(1px 2px green);
  
}


.tag-base {
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  display: inline-block;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
}

@media (min-width: 1600px) {
  .single-post-wrap.style-overlay .thumb img {
    width: 100%;
  }
}
.single-post-wrap.style-overlay .thumb img {
  min-height: 119px;
}
.single-post-wrap .thumb img {
  transition: 0.8s;
  transform: scale(1.01);

} 

.single-post-wrap.style-overlay .details {
  position: absolute;
  bottom: 0;
  padding: 18px 20px;
  z-index: 4;
}
.single-post-wrap.style-overlay .post-meta-single {
  margin-bottom: 8px;
}

.single-post-wrap.style-overlay .details .title {
  color: #fff;
}
.single-post-wrap .details .title {
  margin-bottom: 0;
}
.single-post-wrap.style-overlay .post-meta-single p {
  margin-bottom: 10px;
}
.single-post-wrap.style-overlay .details p {
  color: #fff;
}
.single-post-wrap .details p {
  margin-bottom: 0;
  margin-top: 16px;
  color: var(--heading-color);
}
.post-meta-single p {
  font-size: 14px;
}

.single-post-wrap.style-overlay .details .title {
  color: #fff;
}
.single-post-wrap .details .title {
  margin-bottom: 0;
}

.single-post-wrap.style-overlay .details .title a, a:hover, a:focus, a:active {
  color: #fff;
}


/* THUMB WEBINAR */


.single-post-wrap.style-overlay .thumb-webinar {
  margin-bottom: 0;
}
.single-post-wrap.style-overlay .thumb-webinar img {
  min-height: 119px;
}
.single-post-wrap.style-overlay .thumb-webinar:after {
  content: "";
  background: linear-gradient(to top, rgba(3, 0, 31, 0.8) 52%, rgba(0, 0, 100, 0));
  height: 70%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 3;
  transition: 0.4s;
}
.single-post-wrap.style-overlay .thumb-webinar:before {
  content: "";

  background: linear-gradient(to top, rgba(3, 0, 31, 0.38) 52%, rgba(0, 0, 100, 0));
  height: 75%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 4;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}

.single-post-wrap .thumb-webinar {
  position: relative;
  margin-bottom: 27px;
  overflow: hidden;
  border-radius: 5px;
}
.single-post-wrap .thumb-webinar img {
  transition: 0.8s;
  transform: scale(1.01);
}
.single-post-wrap .thumb-webinar .tag-base {
  position: absolute;
  left: 17px;
  top: 19px;
  z-index: 3;
}
.single-post-wrap .thumb-webinar .btn-date {
  position: absolute;
  right: 17px;
  top: 19px;
  z-index: 3;
  height: 35px;
  line-height: 35px;
  padding: 0 14px;
  display: inline-block;
  border-radius: 3px;
  background: #fff;
  color: var(--heading-color);
  margin-bottom: 0;
}
.single-post-wrap .thumb-webinar .btn-date i {
  margin-right: 5px;
}
.single-post-wrap .thumb-webinar .play-btn-large {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  z-index: 5;
}
.single-post-wrap .thumb-webinar .play-btn-small {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
}

.single-post-wrap.style-overlay:hover .thumb-webinar:before {
  visibility: visible;
  opacity: 1;
}
.single-post-wrap.style-overlay-bg .thumb-webinar {
  margin-bottom: 0;
}
.single-post-wrap.style-overlay-bg .thumb-webinar:after {
  content: "";
  background: linear-gradient(to top, rgba(3, 0, 31, 0.3) 52%, rgba(0, 0, 100, 0));
  height: 70%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 3;
  transition: 0.4s;
}
.single-post-wrap.style-overlay-bg .thumb-webinar:before {
  content: "";
  filter: sepia(105%) hue-rotate(90deg);
  background: linear-gradient(to top, rgba(3, 0, 31, 0.3) 52%, rgba(0, 0, 100, 0));
  height: 75%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 4;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}

.single-post-wrap.style-overlay-bg:hover .thumb-webinar:before {
  visibility: visible;
  opacity: 1;
}

.single-post-wrap.style-box .thumb-webinar {
  margin-bottom: 0;
  border-radius: 0;
}

@media (min-width: 1600px) {
  .single-post-wrap.style-overlay .thumb-webinar img {
    width: 100%;
  }
}
.single-post-wrap.style-overlay .thumb-webinar img {
  min-height: 119px;
}
.single-post-wrap .thumb-webinar img {
  transition: 0.8s;
  transform: scale(1.01);

} 


/* SEARCH WEBINARS */

.masthead-webinar {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 3rem;
  padding: 1rem 0;
  background:  url("https://www.techinsights.com/sites/default/files/2023-10/webinars_0.jpg");
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}


fieldset {
  padding: 0px;
}

label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-weight: bold;
  color:#000;
}

/* TOP BAR */

.nav-link-https--authsvctechinsightscom-login-usernameappunifiedui-profile {
	font-size: 14px !important;
  font-weight: 600 !important;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.3) !important;
  color: #ffffff !important;
  background-color: #2676BB !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px 4px 4px 4px !important;
  padding: 12px 24px 12px 24px !important;
  font-family: inherit !important;  
}

.nav-link-https--authsvctechinsightscom-login-usernameappunifiedui-profile:hover {
	font-size: 14px !important;
  font-weight: 600 !important;
  text-shadow: 0 0 30px #000 !important;
  
  color: #ffffff !important;
  background-color:#2676bb !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-radius: 4px 4px 4px 4px !important;
  padding: 12px 24px 12px 24px !important;
  text-decoration: none;
  
  font-family: inherit !important;  
  font-style: normal !important;
}


.nav-link-https--gotechinsightscom-free-sign-up {
	font-size: 14px !important;
  font-weight: 600 !important;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.3) !important;
  color: #2676BB !important;
  background-color: #ffffff !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px 4px 4px 4px !important;
  padding: 12px 24px 12px 24px !important;
  font-family: inherit !important;
  margin-left: 10px !important;	
	
}

.nav-link-https--gotechinsightscom-free-sign-up:hover {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #105288 !important;
  background-color:#EAF5FF !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-radius: 4px 4px 4px 4px !important;
  padding: 12px 24px 12px 24px !important;
  text-decoration: none !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
  font-family: inherit !important;
  position: relative !important;
  font-style: normal !important;
  margin-left: 10px !important;
	
}

.nav-link-https--gotechinsightscom-sign-in {
	font-size: 14px !important;
  font-weight: 600 !important;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.3) !important;
  color: #ffffff !important;
  background-color: #2676BB !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px 4px 4px 4px !important;
  padding: 12px 24px 12px 24px !important;
  font-family: inherit !important;  
}

.nav-link-https--gotechinsightscom-sign-in:hover {
	font-size: 14px !important;
  font-weight: 600 !important;
  text-shadow: 0 0 30px #000 !important;
  
  color: #ffffff !important;
  background-color:#2676bb !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-radius: 4px 4px 4px 4px !important;
  padding: 12px 24px 12px 24px !important;
  text-decoration: none;
  
  font-family: inherit !important;  
  font-style: normal !important;
}

.nav-link-https--authsvctechinsightscom-login-usernameappunifiedui-profile3f {
	font-size: 14px !important;
  font-weight: 600 !important;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.3) !important;
  color: #2676BB !important;
  background-color: #ffffff !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px 4px 4px 4px !important;
  padding: 12px 24px 12px 24px !important;
  font-family: inherit !important;
  margin-left: 10px !important;
 
}

.nav-link-https--authsvctechinsightscom-login-usernameappunifiedui-profile3f:hover {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #105288 !important;
  background-color:#EAF5FF !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-radius: 4px 4px 4px 4px !important;
  padding: 12px 24px 12px 24px !important;
  text-decoration: none !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
  font-family: inherit !important;
  position: relative !important;
  font-style: normal !important;
  margin-left: 10px !important;
}  



/* MENU MOBILE */
@media (max-width: 1199.98px) {
  #superfish-main-accordion.sf-menu .sf-clone-parent .sf-depth-1 {
    display: none;
  }
  
  #superfish-main-accordion.sf-menu a {
    font-weight: bold;
    font-size: 0.9rem;
    color: #77777A;
  }

  #navbar-main #superfish-main-accordion.sf-menu a {
    font-weight: 600;
  }

  .menu {
     padding-left: 0px !important; 
  }

  .block-superfish {
      width: 100%;
      margin-left: 10px;
      padding-bottom: 20px;
  }  
  
  .region-secondary-menu {
    margin-left: 0px;
  }

}


