.top-cart button@font-face {
  font-family: Akkurat;
  src: url(../fonts/Akkurat/Akkurat.ttf);
}
.col-md-12.heading-section h2 {
    font-family: Akkurat;
    color: #4D6982;
    border-bottom: 2px solid #b6c4d2;
    font-size: 2.1rem;
    letter-spacing: .04em;
    text-align: left;
}
.navbar{
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}
.top-row{
    padding-bottom: 10px;
    padding-top: 10px;
}
.top-search .form-control {
    height: 35px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #ffbe0e;
    background: url(../images/search-icon.png) !important;
    background-color: #ECF1F6!important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}
.top-cart{
    text-align: right;
}
.top-cart i{
    color: #6886A1 !important;
}
.top-cart i.fa.fa-shopping-cart{
    color: #6886A1 !important;
}
.top-cart button {
    border: 0px;
    border-radius: 2px;
    font-size: 14px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    color: #6886A1 !important;
    background-color: #ECF1F6;
}
.top-cart button:hover{
    background-color: #c9d8e6;
    cursor: pointer;
}
.top-contact i {
    color: #ffbe0e !important; 
    font-size: 14px;
}
.top-contact span {
    font-size: 14px;
    color: #6886A1;
}
.container-fluid.topbar {
    background-color: #f8f8f8;
}
li.nav-item.active {
    background-color: #FFBE0E;
}
.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
}

/************** SLIDER CSS *********/
.carousel {
    width: 100%;
}
.search-txt{
    position: absolute;
    top: 35px;
    width: 100%;
}
.topnav input[type=text] {
  float: right;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
}
.carousel-inner, .carousel{
    max-height: 400px;
}
.row.no-gutters.slider-text.js-fullheight.align-items-center.justify-content-center{
    max-height: 600px;
}



/************** TABS CSS ***********/

section#portfolio {
    margin-top: 25px;
}
.portfolio-items,
.portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 15px 0px 25px 0;
    text-align: center;
}
.isotope{
    margin-bottom: 0px;
}
.portfolio-filter > li {
    display: inline-block;
}

.portfolio-filter > li a.active {
    color: #FFF;
    background: #00b29e;
    border: 2px solid #00b29e;
}

.portfolio-items > li {
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.portfolio-items.col-2 > li {
    width: 50%;
}

.portfolio-items.col-3 > li {
    width: 33%;
}

.portfolio-items.col-4 > li {
    width: 25%;
}

.portfolio-items.col-5 > li {
    width: 20%;
}

.portfolio-items.col-6 > li {
    width: 16%;
}

.portfolio-item {
    padding: 0;
    margin: 0;
}

.portfolio-item .item-inner {
    background: #fff;
    padding: 0;
    margin: 0 20px 40px 0;
    position: relative;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item h5 {
    background: #fff;
    margin: 0;
    padding: 15px;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    border-bottom: 4px solid #f0f0f0;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.portfolio-item:hover h5,
.team-member:hover .team-content,
.post:hover .content {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom: 4px solid #00b29e;
}

.portfolio-item h5:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.portfolio-item .overlay {
    display: none;
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.39);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.portfolio-item .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}

.portfolio-item:hover .overlay {
    opacity: 1;
}
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: 0 opacity;
    -moz-transition-property: 0 opacity;
    -ms-transition-property: 0 opacity;
    -o-transition-property: 0 opacity;
    transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.project-controls {
    position: absolute;
    bottom: 0;
    left: 0;
}

.project-controls span {
    position: relative;
    bottom: 70px;
    font-size: 60px;
    display: block;
}

.project-controls span:hover {
    cursor: pointer;
}

/**************** testimonials CSS ****************/

.testimonials .testimony-wrap .user-img{
    width: 50px; 
    height: 60px;
    margin-top: -75px;
}
.testimonials .testimony-wrap .user-img .quote{
    top: 55px;
    bottom: 0px;
}

/**************************  WEBINAR BLOCK *****/

p.lead.text-justify {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff !important;
}
img.speaker-pic{
    width: 80px !important;
    height: 80px;
    padding: 3px;
    border: 1px solid;
    background-color: #fff;
    border-radius: 4px;
}
i.fa {
    color: #000;
}
.row.web_detail3 i.fa {
    color: #fff;
}
.web_detail{
    padding: 5px;
}
.web_detail p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #000;
    line-height: 25px;
    text-align: left;
}
.blog-entry .text{
    margin-top: 2px;
}
.snd-one  .topper {
    margin-top: 2px !important;
    position: absolute;
    top: 0;
    max-height: 55px !important;
    width: 90%;
    left: 0;
    background: #6091ba;
}
.blog-entry .snd-one{
  position: unset;
  background-color: transparent;
}
.snd-one  .topper .one {
    width: 57px;
}
.blog-entry .snd-one span.day {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
}
.blog-entry .snd-one .two {
    width: calc(100% - 57px);
    color: #fff !important;
}
.blog-entry span.yr, .blog-entry span.mos {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: -2px;
    height: 40px;
}
.snd-one-block small,.snd-one-block .small{
  font-size: 82%;
}
.row.web_detail3 {
    min-height: 150px;
}
.row.web_detail3 p {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
}
p.web-title {
    color: #000;
    padding: 2% 5px 2% 10px;
    font-size: 14px;
    margin-bottom: 0px;
    max-height: 96px;
    min-height: 60px;
    overflow: hidden;
    line-height: 22px;
    text-align: left;
    font-weight: 400;
}
.web_detail p{
  font-size: 15px;
}
.web_detail {
    padding: 5px;
    padding-bottom: 0px;
    background-color: #dcdcf3;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 0px;
}
.blog-entry .text .topper:after{
  content: '' !important;
  border-style: none;
}
.snd-one-block p.img-blk {
    border-top: 1px solid #eee;
    padding: 10px !important;
    max-height: 100px;
    overflow: hidden;
}
.snd-one-block .web_detail3{
  padding-top: 10px;
}
.snd-one-block p.narow-detail {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0px 10px 0px;
}
.blog-entry {
    margin-bottom: 0px;
    -moz-box-shadow: 0px 0px 3px 0px #6091ba;
    -webkit-box-shadow: 0px 0px 3px 0px #6091ba;
    box-shadow: 0px 0px 3px 0px #6091ba;
}
.blog-entry.justify-content-end.snd-one-block {
    text-align: left !important;
}

/************************** Industry Block *****************/

.custom-template a.webinar-link.large {
    background-size: cover !important;
}

.custom-template a.webinar-link.large {
    height: 150px;
    margin-left: 0;
}
.custom-template a.webinar-link.large2 {
    height: 320px;
    margin-left: 0;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.custom-template  a.webinar-link:hover:after, .custom-template  a.webinar-link:focus:after, .custom-template  a.webinar-link:active:after {
    opacity: .6;
}

.custom-template a.webinar-link.large .text h3 {
    margin: 0;
    font-size: 16px;
}
.custom-template a.webinar-link.large2 .text h3 {
    margin: 0;
    font-size: 1.5rem;
}
.custom-template  a.webinar-link .text h3 {
    color: #fff;
    text-align:center !important;
}
.custom-template  a.webinar-link.large .text p {
    max-width: 75%;
    text-align:center !important;
    margin: 0 auto;
    font-family: tiempos,Georgia,times new roman,Times,serif;
    font-size: 1.125rem;
}
.custom-template  a.webinar-link .text p {
    margin: 0;
    text-align:center !important;
    color: #fff;
    font-family: akkurat,helvetica neue,Arial,sans-serif;
}

.custom-template  a.webinar-link .text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custom-template  a.webinar-link:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(77,105,130,.7);
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.custom-template  a.webinar-link {
    position: relative;
    display: block;
    height: 150px;
    margin: 0 0 20px 10px;
    background-position: center;
    background-size: cover;
    text-align: center;
}