@font-face {
  font-family: "SF-PRO-HEAVY";
  src: url("../fonts/SF-Pro-Display-Heavy.otf");
  src: url("../fonts/SF-Pro-Display-Heavy.woff2") format('woff2');
}
@font-face {
  font-family: "SF-PRO-REGULAR";
  src: url("../fonts/sf-pro-text-regular.ttf");
  src: url("../fonts/sf-pro-text-regular.woff2") format('woff2');
}
@font-face {
  font-family: "SF-PRO-bold";
  src: url("../fonts/SF-Pro-Display-Bold.otf");
  src: url("../fonts/SF-Pro-Display-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "SF-PRO-SEMIBOLD";
  src: url("../fonts/SF-Pro-Display-Semibold.otf");
  src: url("../fonts/SF-Pro-Display-Semibold.woff2") format('woff2');
}

@font-face {
  font-family: "SF-PRO-light";
  src: url("../fonts/SF-Pro-Display-Light.otf");
  src: url("../fonts/SF-Pro-Display-Light.woff2") format('woff2');
}
body {
  font-family: "SF-PRO-REGULAR";
}
.card-body p {
    color: #333333 !important;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.navbar {
  box-shadow: rgb(0 0 0 / 20%) 0px 2px 4px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #fff;
  padding: 0px;
}
/* .collapse-brand
  {
    padding-bottom: 1.5rem!important;
    padding-top: 1.5rem!important
  } */
.navbar-dark .navbar-nav .nav-link {
  color: #21409a !important;
  padding-bottom: 1.8rem !important;
  padding-top: 1.8rem !important;
  border-bottom: 4px solid transparent;
  position: relative;
  padding: 1.8rem 1.5rem !important;
}
.nav-pills .nav-link.active {
    color: #21409a;
    border-color: #21409a;
    background-color: inherit;
    outline:1px solid black;
}
.navbar-dark .navbar-nav .nav-link[data-toggle="dropdown"]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    bottom: 28px;
    left: 90%;
    color: #d8d8d8;
    transform: translate(-50%);
}
.navbar-dark .navbar-nav .dropdownmenu a[data-toggle="drop_dropdown"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: relative;
  bottom: 0px;
  right: -10px;
  color: #d8d8d8;
  transform: translate(-50%);
}
.navbar-dark .navbar-nav .nav-link.active {
  color: #21409a;
  background-color: #e4f5ff;
  border-bottom: 4px solid #00c8ff;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #21409a;
  background-color: #e4f5ff;
  border-bottom: 4px solid #00c8ff;
}
.navbar-nav {
  margin-left: 20px;
}

.btn-outline-primary {
  border-color: #21409a;
  color: #21409a;
  font-weight: 500;
}
.btn-outline-primary:hover {
  background-color: #00a89f;
  border-color: #00a89f;
}
.btn-secondary {
  background-color: #f01378;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-secondary:hover {
  background-color: #00c8ff;
}
.navbar-nav .nav-item {
  font-family: "SF-PRO-bold";
  position: relative;
}
.dropdownmenu,
.drop_dropdownmenu {
  display: none;
  list-style: none;
  padding-left: 0;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 20%) 0px 2px 4px;
  min-width: 120px;
}
.drop_dropdownmenu {
  min-width: 220px;
}
.navbar-dark .navbar-nav .nav-item:hover .dropdownmenu {
  display: block;
  position: absolute;
  z-index: 1051;
}
.dropdownmenu li a {
  text-decoration: none;
  color: #21409a;
  border-bottom: 1px solid #d8d8d8;
  padding: 8px 8px;
  display: inline-block;
  font-family: "SF-PRO-REGULAR";
  width: 100%;
  font-size: 15px;
}
.dropdownmenu li:hover .drop_dropdownmenu {
  display: block;
  position: absolute;
  left: 120px;
  top: 0;
  width: 100%;
}

.dropdownmenu li a:hover {
  background-color: #e4f5ff;
}
.navbar-nav .nav-item:hover {
  color: #01144c;
}
.banner {
  height: 460px;
  background-color: #e5f9ff;
}
.banner h1 {
  color: #01144c;
  font-size: 58px;
  font-family: "SF-PRO-HEAVY";
}
.banner .td-desc {
  color: #01144c;
  font-size: 28px;
  font-family: "SF-PRO-light";
  width: 700px;
  margin: 0 auto;
}
.services .col-md-3 {
  padding-right: 10px;
  padding-left: 10px;
}
.services {
  position: relative;
  top: 80px;
}
.service {
  background-color: #fff;
  padding: 15px;
  height: 300px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 5px 5px 10px 0px rgba(0 0 0 / 15%);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0 0 0 / 15%);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0 0 0 / 15%);
}
.service_heading img {
  margin-right: 20px;
  width: 40px;
  height: 40px;
}
.service_heading h2 {
  font-size: 24px;
}
.service_heading {
  margin-bottom: 24px;
}

.ai_resources {
  margin-top: 150px;
}
.ai_resources h2,
.ai_news h2 {
  font-family: "SF-PRO-bold";
}
/* .slick-track
{
    width: 100%!important;
} */
.slick-prev:before {
  content: "";
  background: url(../images/arrow-left.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 140px;
  height: 140px;
  background-size: contain;
}
.slick-next:before {
  content: "";
  background: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 140px;
  height: 140px;
  background-size: contain;
}
.slick-slide .ai_res {
  padding: 12px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 6px 5px 13px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 6px 5px 13px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 6px 5px 13px 0px rgba(0, 0, 0, 0.23);
}
.slick-slide > div img {
  width: 100%;
}
.ai_resources.container {
  padding-right: 0;
  padding-left: 0;
}

.ai_res {
  height: 420px;
  position: relative;
}
.ai_res h3 {
  font-family: "SF-PRO-bold";
  font-size: 19px;
  margin-top: 20px;
}

.ai_res p {
  color: #8d8d8d;
  line-height: 20px;
  height: 100px;
  overflow: hidden;
}
.ai_res a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ai_res a span {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 15px;
  font-family: "SF-PRO-bold";
  color: #00a89f;
}
.ai_res a:hover span,
.ai_res a:hover img {
  display: block;
}
.ai_res a img {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 20px;
}

.slick-list {
  height: 450px;
}
.explore {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: 50% 50%; */
  width: 100%;
  height: 300px;
}
.explore-content {
  color: #fff;
}
.explore-content h3 {
  font-family: "SF-PRO-HEAVY";
  font-size: 48px;
}
.explore_img {
  width: 350px;
  float: right;
}
.explore_img img {
  width: 100%;
}
.news_item h3 {
  font-size: 18px;
  color: #011446;
  margin-bottom: 0;
}
.news_item {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 6px 5px 13px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 6px 5px 13px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 6px 5px 13px 0px rgba(0, 0, 0, 0.23);
  padding: 20px;
}
.news_item img {
  display: none;
  width: 20px;
  height: 12px;
}
.news_item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.news_item:hover img {
  display: block;
}
.readMore {
  font-family: "SF-PRO-BOLD";
  color: #011446;
  font-size: 20px;
}
.readMore:hover {
  text-decoration: none;
  color: #011446;
}
.footer img {
  width: 200px;
}
.footer h2 {
  font-size: 20px;
  font-family: "SF-PRO-bold";
  color: #01144c;
}
.footer h3 {
  font-size: 17px;
  font-family: "SF-PRO-bold";
}
.footer ul {
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
}
.footer p {
  padding-left: 20px;
  padding-right: 20px;
}
.footer ul li a {
  color: #999999;
  font-family: "SF-PRO-REGULAR";
  line-height: 28px;
}
.footer ul li a:hover {
  text-decoration: none;
}
.footer_bottom {
  background-color: #f6f6f9;
}
.footer_bottom ul li {
  margin-left: 20px;
}
.footer_bottom ul li:nth-child(1) {
  padding-right: 15px;
  border-right: 1px solid #979797;
}
/* List view grid view section css Start */
.serach-link{
  background: #d6f7ff;
}
.topbar .top-navbar .navbar-nav > .nav-item > .nav-link{
  background: #34abfa;
  color: #fff;
}
.topbar .top-navbar .navbar-nav > .nav-item > .login-text{
  color: #fff;

}
.search-box .nav-link{
  background: #fff !important;
  color: #000 !important;
  /* border-left: 2px solid #34abfa; */
}
.card h3 {
    font-size: 20px;
    font-family: "SF-PRO-BOLD";
    letter-spacing: 0px;
    color: #01144C;
    opacity: 0.9;
}
.card .author-txt{
  color: #999;
  padding-right: 5px;
  font-weight: 900;
}
.card .author-txt-new{
  color: #01144C;
  font-family: "SF-PRO-BOLD";
  padding-right: 5px;
  font-weight: 900;
}
.card .session-txt{
  color:#000;
  font-size: 14px;
}
.card .card-link{
  color:#01144c;
  font-weight: 900;
  font-size: 12px;
  border: 1px solid #fffefe;
  border-radius:5px;
  padding: 10px;
}
.cardHover .card .card-link:hover{
  border: 1px solid grey;
}
.solutions .card{
  margin-bottom: 0px;
  box-shadow: 1px 1px 4px 0px rgb(69 65 78 / 10%);
  border-radius: 3px;
  margin-bottom: 10px;
}
.solutions .card p{
  font-size: 14px;
}
.csol{
  background: #EF0A77;
  color: #fff !important;
}
.modal-footer{
  justify-content: center;
}
.footer{
  text-align: center;
}
.modal-title{
  color: #000;
  font-size: 24px;
}
.modal-header{
  border:none;
}
.topbar .top-navbar .navbar-header {
  margin-left: 17px;
}
.search-box .app-search input{
  color: #999;
}
.pagination{
    margin-bottom: 0rem !important;
}
.page-wrapper{
  background: #fbfbfb;
}
::placeholder {
  color: #999;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #999;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #999;
}
.welcome-msg{
  color: #000;
  font-weight: 900;
}
.welcome-msg h1, .h1 {
  font-size: 20px;
  font-weight: 900;
}
.welcome-tag{
    color: #999;
    font-size: 12px;
    font-weight: 200;
}
.solutions .page-titles {
  padding: 14px 10px;
  margin: -23px -20px 15px -20px;
}
.solutions .page-link{
  border: none;
  margin-left: 6px;
  background: transparent;
}
.solutions .page-link>.active{
  border: none;
  background: #34abfa;
  color: #fff;
}
.page-item .active::before{
  content: none;
}
.page-item .active{
  background: #34abfa !important;
  color: #fff !important;
}
.solutions .page-item:first-child .page-link{
  background: #fff;
  box-shadow: 1px 1px 2px 0px rgb(69 65 78 / 10%);
  /* transform: rotate(180deg); */
}
.solutions .page-item:last-child .page-link{
  background: #fff;
  box-shadow: 1px 1px 2px 0px rgb(69 65 78 / 10%);
}
.preicon .fa{
  transform: rotate(180deg);
}
/* .fillter-icon{
position: relative;
margin:6px -18px
} */

.icon-menu ul{
  display: flex;
  margin-top: 0px;
  margin-left: -28px;
  margin-bottom: 0px;
}
.fillter-icon .icon-menu ul li{
list-style: none;
  padding: 5px 10px;
  background: #fff;
  margin-left: 6px;
  box-shadow: 1px 1px 2px 0px rgb(69 65 78 / 10%);
}
.icon-menu ul li i{
  font-size: 20px;
  color: #34abfa;
  font-weight: 900;
}
.modaldetails hr{
  margin-top: 0rem;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: -20px;
  /* width: 106.5%; */
  width: auto;
}

/* .catsize{
   max-width: 20%;
} */
.modalsec .btn{
  color: #666666 !important;
  text-decoration: none;
  background: #fff;
  border: none;
  border-radius: 20px;
  padding: 4px 7px;
  margin-bottom: 3px;
  font-weight: 300;
  margin-top: 3px;
  border: 1px solid #E2E2E2;
  font-size: 14px;
  margin-left: 6px;
  margin-right: 0px;
}
.modalsec .card{
   min-height: 274px;
   margin-bottom: 20px;
   height: 274px;
}
.modalsec hr{
  margin-top: 0rem;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: -20px;
  width: auto;
}
.cat-links{
  margin-left: -14px;
}
/* .catsize{
   max-width: 20%;
} */
.modaldetails .btn{
  color: #666666 !important;
  text-decoration: none;
  background: #fff;
  border: none;
  border-radius: 20px;
  padding: 4px 7px;
  margin-bottom: 3px;
  font-weight: 300;
  margin-top: 3px;
  border: 1px solid #E2E2E2;
  font-size: 11px;
}
.filtergrid {
position: fixed;
right: 0;
top:88px;
width: 20%;
display: none;
height: 100%;
overflow: hidden;
z-index: 999;
transform: translateX(100%);
  -webkit-transform: translateX(100%);
  background: #f6f6f6;;
  box-shadow: -1px 0px 3px 0px rgb(69 65 78 / 10%);
  padding-top: 33px;
}
.filtergrid > .scrolly{
overflow-y: auto;
overflow-x: hidden;
height: 70%;
}
.tag-btn .btn{
  width: auto;
  margin-bottom: 3px;
  padding: 5px 13px;
}

.selected {
animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
  margin-right: 24px;
}
.total-records b, strong {
  font-weight: 900;
  color: #000;
}
/* .tot-record{
  margin-top: -16px;
  margin-right: 17px;
} */

.dismiss {
animation: slide-out 0.5s forwards;
-webkit-animation: slide-out 0.5s forwards;
}

@keyframes slide-in {
from {right: 0px;}
to {right: 250px;}
}

@-webkit-keyframes slide-in {
from {right: 0px;}
to {right: 250px;}
}

@keyframes slide-out {
0% {
  transform: translateX(0%);
}
100% {
  transform: translateX(100%);
}
}

@-webkit-keyframes slide-out {
0% {
  -webkit-transform: translateX(0%);
}
100% {
  -webkit-transform: translateX(100%);
}
}
.status-btn .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle{
  border-color: #34abfa;
  color: #34abfa !important;
  background: #fff;
}
.status-btn .btn{
  text-align: left;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 0px;
}
.filtergrid h3 {
  font-size: 12px;
  color: #000;
  font-weight: 500;
}
.filtergrid h1 {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}
.modcatsize{
 max-width: 14.3%;
}
.modcatsize .btn{
  padding: 4px 10px;
}
.modcatsize .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus{
  box-shadow: none !important;
  background: transparent;
}
.modal-content .btn-primary{
background: #fff;
color: #34abfa;
border: 1px solid #34abfa;

}
.modal-content .modal-title{
color: #01144C;;
font-size: 24px;
margin-left: 10px;
font-family: "SF-PRO-BOLD";
}
.modal-content .modal-footer{
margin-top: -39px;
margin-bottom: 10px;
}
.modal-content .btn-secondary:hover{
background: #EF0A77;
}
/* .modal-content{
width: 80%;
} */
.modal-content{
box-shadow: 1px 1px 4px 0px rgb(69 65 78 / 10%);
}
.modal-header .close{
color: #34abfa;
}

.data-set .btn{
  border-radius: 5px;
}
.modelheading .btn{
  border-radius: 5px;
  margin-left: 10px;
  padding: 4px 14px;
}
.modelheading {
padding-bottom: 15px;
}
.modaldetails .modelheading .btn{
  margin-left: 10px;
  padding: 8px 20px;
  border-radius: 2px;
  box-shadow: 1px 1px 2px 0px rgb(69 65 78 / 10%);
}
.modaldetails .welcome-msg{
  /* margin-left: -61px !important; */
}
.modalsubscribe{
  /* margin-left:-166px */
}
.modalsubscribe .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus{
  color: #34abfa !important;
  border: 1px solid #34abfa !important;
  outline: none;
  box-shadow: none;
  background: transparent !important;
}
.modalsubscribe .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle{
  background-color: #34abfa;
  border-color: #34abfa;
  color: #fff !important;
}
.modalsubscribe .btn{
  color: #34abfa !important;
  font-weight: 900;
}
.dropdown-menu.show{
  right: 0px;
  left:auto !important;
}

.dropdown-toggle::after{
  display: none;
}
.modalsec .fa{
  color: #34abfa;
}
.social-content .fa{
  color: #333333;
}

.modalsec .card-footer{
  background: transparent;
  border-top: none;
}
.modalsec .card h3{
  font-size: 20px;
  font-family: "SF-PRO-BOLD";
  letter-spacing: 0px;
  color: #01144C;
  opacity: 0.9;
}
.modalsec .card .card-link {
  color: #1a9bfc;
  font-weight: 900;
  font-size: 12px;
}
.modaldetails .fa{
  color: #34abfa;
}
.social-content .fa{
  color: #333333;
}

.modaldetails .card-footer{
  background: transparent;
}
.modaldetails .card h3{
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.modaldetails .card .card-link {
  color: #1a9bfc;
  font-weight: 900;
  font-size: 12px;
}
.cat-links .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus{
  background: transparent;
  border: transparent;
  outline: none;
}
.cat-links .btn-outline-primary:focus, .btn-outline-primary.focus{
  box-shadow: none !important;
}
.search-box .app-search{
  box-shadow: none !important;
}
.search-box .app-search input{
  border-left: 1px solid #ccc;
}
.modelheading .page-link{
  padding:5px 10px;
  color: #34abfa;
  font-size: 15px;
}
.changewidth{
padding: 0px 200px 20px 20px;
}
.gridwidth{
flex: 0 0 50%;
max-width: 50%;
}

.gridwidth .card:hover, .cardHover .card:hover {

    box-shadow: rgb(0 0 0 / 15%) 5px 5px 10px 0px, rgb(0 0 0 / 15%) 5px 5px 10px 0px;
    transition: box-shadow 0.25s ease 0s;
    cursor:pointer;
}
.cardHover .card{
    min-height: 90%;
    height: auto;
}
.custom-sub-menu {
    padding: 0;
    max-height: 40rem; /* 1.5 x 3 */
    overflow-y: auto;
}

.listviewcard{
flex: 0 0 100% !important;
max-width: 100% !important;

}
.modalsec .listcardheight{
min-height: 80%;
max-height: 80%;
height: auto ;
}
.fillter-icon .icon-menu ul li.active {
background: #34abfa !important;

}
.icon-menu ul li.active i{
color: #fff !important;
}
/* .hovergridwidth .gridwidth1{
flex: 0 0 48%;
max-width: 48%;
} */
.customcontentclass{
max-width: 79%;
width: 79%;
}
.modalcustomheading{
max-width: 95%;
width: 95%;
}
.close-icon{
position: absolute;
top: 0;
right: 28px;
font-size: 20px;
}
#search {
width:90%;
}

.searchicon {
color:#5CB85C;
}

.items-collection{
margin:20px 0 0 0;
}
.items-collection label.btn-default.active{
background-color:#007ba7;
color:#FFF;
}
.items-collection label.btn-default{
width:90%;
border:1px solid #305891;
margin:5px; 
border-radius: 17px;
color: #305891;
}
.items-collection label .itemcontent{
width:100%;
}
.items-collection .btn-group{
width:90%
}
.modal-content .form-control{
border:none;
border-radius: 0px;
border-bottom: 1px solid #ccc;
}
.form-control::-webkit-input-placeholder {
color: #34abfa;
}
.form-control:-moz-placeholder {
color: #34abfa;
}
.form-control::-moz-placeholder {
color: #34abfa;
}
.form-control::placeholder {
color: #34abfa;
}
.form-control:-ms-input-placeholder {
color: #34abfa;
}
form label{
color: #708090;;
margin-left:10px;
}

.modal-content .modal-footer{
border-top: none;
}
.modal-content .btn{
width: 130px;
  border-radius: 1px;
  border: 1px solid #EF0A77;
  color: #EF0A77;
  font-size: 14px;
  font-family: "SF-PRO-SEMIBOLD";
}
.modelheading .breadcrumb{
background: transparent;
margin-bottom: 0px;
}
.nav-tabs .nav-link{
color:#01144C;
font-size: 14px;
font-family: "SF-PRO-BOLD";
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
color: #0099FF;
background: transparent;
border:none;
border-bottom: 2px solid #0099FF;
}
.tab-content .bx{
font-size: 18px;
vertical-align: middle;
}
.tab-content .dropdown .nav-link{
color: #01144C;
margin-top: 3px;
font-size: 14px;
font-family: "SF-PRO-REGULAR";
}
.tab-content .card .card-title{
font-size: 14px;
color: #000;
}
/* .tab-content .btn{
margin-right: 13px;
padding: 7px 20px;
} */
.tab-content .btn-outline-dark{
border: none;
box-shadow: 1px 1px 4px 0px rgb(69 65 78 / 10%);
}
.tab-content .btn-outline-dark:hover{
border: none;
box-shadow: 1px 1px 4px 0px rgb(69 65 78 / 10%);
background: transparent;
color: #000;
}
.tab-content .btn-outline-primary{
background: transparent;
color: #34abfa;
border: 1px solid #34abfa;
}
.tab-content .btn-outline-primary:hover{
background: transparent;
color: #34abfa;
}
.addlabel .bx{
color: #34abfa;
}
.tab-content .card .addlabel  .card-title{
color: #34abfa;
}
.card a{
  text-decoration: none;
}
.mysolution-list .card{
  margin-bottom: 30px;
}
.breadcamp{
  background: #fff;
  height: 40px;
}




.profile_img i {
float: right;
margin: .5em 0 0;
color: #00BCD4; }



.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
padding-left: 25px;
font-size: 16px;
color: #404040;
font-weight: 600; }
/* List view grid view section css End */
@media screen and (max-width: 600px) {
  .cta_button_classes {
    display: block !important;
    flex-basis: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .navbar {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #21409a;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    border-bottom: 4px solid transparent;
    position: relative;
  }
  .navbar-dark .navbar-nav .nav-link[data-toggle="dropdown"]::before {
    content: " ";
  }
  .dropdownmenu {
    width: 100%;
    z-index: 99;
  }

  .navbar-nav {
    text-align: center;
    margin-top: 12px;
    margin-left: 0;
  }
  .navbar-nav .nav-item {
    margin-right: 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #d8d8d8;
  }
  .banner {
    height: 100%;
  }
  .banner .td-desc {
    width: 100%;
    padding-bottom: 20px;
  }
  .banner.py-5 {
    padding: 0 !important;
  }
  .services {
    position: inherit;
    background: white;
    padding: 20px;
    width: 100%;
  }
  .slick-prev {
    left: 40% !important;
  }
  .slick-next {
    right: 40% !important;
  }
  .explore {
    text-align: center;
    padding: 30px 0;
    height: inherit;
  }
  .explore_img {
    float: none;
    width: auto;
  }

  .service {
    margin-bottom: 18px;
    height: 220px;
  }
  .ai_resources {
    margin-top: 0px;
  }
  .footer {
    text-align: center;
  }
  .footer img {
    margin-bottom: 20px;
  }
  .footer ul {
    margin-bottom: 30px;
  }
  .footer_bottom {
    text-align: center;
  }
  .footer_bottom ul {
    margin-top: 20px;
  }
  .footer_bottom ul li:nth-child(1) {
    margin-left: 0;
  }
}
@media screen and (min-width:  2401px) {
  .selected {
   margin-right: 9.99%;
  }
  .filtergrid {
  width: 20%;
  }
}
@media screen and (min-width: 2121px) and (max-width : 2400px) {
  .selected {
   margin-right: 8.99%;
  }
  .filtergrid {
  width: 20%;
  }
}
@media screen and (min-width: 1900px) and (max-width : 2120px) {
  .selected {
   margin-right: 7.99%;
  }
  .filtergrid {
  width: 21%;
  }
}
@media (min-width: 1600px) and (max-width : 1900px){
     .selected {
   margin-right :  5.5%;
  }
  .filtergrid {
  width: 19%;
  }
}
@media (min-width: 992px) and (max-width : 1599px){
  .selected {
   margin-right : 2%;
  }
}