




@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');



table.library {
  font-family: "Times New Roman", Times, serif;
  border: 0px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  height: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.library td, table.library th {
  border: 1px solid #AAAAAA;
  padding: 3px 3px;
}
table.library tbody td {
  font-size: 15px;
}
table.library tr:nth-child(even) {
  background: #D0E4F5;
}
table.library thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.library thead th {
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #D0E4F5;
}
table.library thead th:first-child {
  border-left: none;
}

table.library tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.library tfoot td {
  font-size: 14px;
}
table.library tfoot .links {
  text-align: right;
}
table.library tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

/*listing pages*/

.crd-box p {
    font-size: 11px;
    height: 47px; 
    overflow: hidden;

}
@-moz-document url-prefix() {
  p  {
    font-weight: 300;
  }
  ul.side-submenu li a {
     font-weight: 300 !important;
  }
  .brdcrumbs-new li a {
    font-weight: 300 !important;
  }
  .tags a ,
   ul.related-bar li a {
    font-weight: 300 !important;
  }
}

.crd-box h2 {
    font-size: 14px;
    margin-bottom: 11px;
    margin-top: 0;
    height: 37px;
    overflow-y: hidden;
    font-weight: 500;
}

.crd-box {
    background: #fff;
    padding: 15px 10px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    height: 125px;
}

ul.side-submenu {
    padding-left: 11px;
    display: none;
}

ul.sidebar-menu {
    padding-left: 0;
}

ul.sidebar-menu li {
    list-style: none;
    position: relative;
    line-height: 24px;
}

ul.sidebar-menu li a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    padding: 8px 14px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    transition: 0.5s all;
}

ul.side-submenu li a {
    font-weight: 400;
    text-transform: capitalize;
}

ul.side-submenu li a:after {
    display: none;
}

.offer-sidebar {
    background: #efefef91;
}

ul.sidebar-menu li.right-icon a:after {
    position: absolute;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    right: 11px;
    top: 9px;
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1);
}

ul.sidebar-menu li.open-menu a:after {
    transform: rotate(180deg);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1);
}

.tags a {
    display: inline-block;
    background: #f1f1f1;
    text-decoration: none;
    color: #000;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 8px;
    margin-right: 7px;
}

.topic-cvrd p:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cacaca;
    top: 10px;
    left: -2px;
}

.topic-cvrd p {
    position: relative;
    padding-left: 20px;
    line-height: 27px;
}

ul.related-bar li a {
    text-decoration: none;
    color: #428bca;
    display: block;
    padding: 14px 20px;
    transition: 0.5s all;
}

ul.related-bar li a:hover {
    transition: 0.5s all;
    background: #f9f9f9;
    text-decoration: underline;
}

ul.related-bar li {
    list-style: none;
}

a.smr-btn {
    background: #fff;
    border: 1px solid #969696;
    text-decoration: none;
    padding: 8px 19px;
    display: inline-block;
    color: #000;
    border-radius: 9px;
    margin: 10px 0px;
    cursor: pointer;
}

ul.related-bar {
    background: #fff;
    padding-left: 0;
    box-shadow: 0px 0px 6px #0000001c;
}

ul.side-submenu li:after {
    display: none;
}

input.srch-box {
    background: #f5f6f9;
    border: none;
    border-radius: 0;
    padding: 10px 21px !important;
    height: 45px;
}

input.srch-box:focus {
    background: #f5f6f9 !important;
}

.search-bar span img {
    position: absolute;
    width: 18px;
    top: 14px;
    right: 19px;
}

.search-bar {
    position: relative;
    margin-bottom: 20px;
}

input.srch-box::placeholder {
    color: #000;
}

.brdcrumbs-new ul {
    padding-left: 0;
    margin-bottom: 6px;
}

.brdcrumbs-new li a {
    text-decoration: none;
    color: #656565;
    display: block;
    padding: 15px 10px;
}

.brdcrumbs-new {
    border-bottom: 2px solid #ecf1f7;
    margin-bottom: 20px;
    margin-top: 10px;
}

.des-head {
    font-weight: 600;
    color: #000;
    padding-bottom: 9px;
}

.mt-0 {
    margin-top: 0px;
}

.brdcrumbs-new li {
    display: inline-block;
}

ul.side-submenu li {
    line-height: 16px;
}

.tags {
    position: relative;
    height: 66px;
    overflow: hidden;
    margin-bottom: 14px;
}


/*.more-tags {
    display: none;
}*/

.icon-rotate i {
    transform: rotate(180deg);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tags.h-100 {
    height: 100%;
    transition: 0.5s all;
}

.bg-header {
    background-image: linear-gradient(45deg, #6b729c, #75adcd);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    color: #fff;
    padding: 26px;
}

.bg-header p {
    font-size: 15px;
}

.bg-header h1 {
    font-weight: 600;
    padding-bottom: 19px;
    color: #fff;
    margin-top: 7px;
}

.brdcrumbs-new span.current {
    margin-left: 16px;
    color: #000;
}

.on-mob {
    display: none;
}

.cognitive .item {
    margin: 5px;
}

.crsl-title a {
    float: right;
    text-decoration: none;
    font-size: 12px;
}

.crsl-title {
    padding: 15px 7px;
}

.crsl-title p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.list-pagination input[type="submit"] {
    width: 30px;
    height: 30px;
    padding: 0px;
    font-size: 13px !important;
    border-radius: 50% !important;
    margin-bottom: 7px;
    background: none !important;
    color: #000;
}

.list-pagination input.pg-active {
    background: #e50019 !important;
    color: #fff !important;
}

form.list-pagination {
    text-align: center;
    margin-bottom: 25px;
}


/*.cognitive.owl-carousel .owl-wrapper-outer {
    width: 28em;
}*/


/*.cognitive.owl-carousel .owl-item {
    float: left;
    width: 282px !important;
}*/

.mob-carousel .owl-stage {
    left: -30px !important;
}

.mob-carousel .crd-box {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
}

.owl-carousel .owl-stage {
    padding-top: 6px;
}

.mob-carousel {
    display: none;
}

.list-pagination button i {
    color: #000 !important;
    font-weight: 700;
}

.list-pagination button {
    background: none;
    color: #000 !important;
}

.list-pagination button:hover {
    background: #fff;
}
.b-bottom {
    border-bottom: 3px solid #ecf1f7;
}
.brdcrumbs-new li:last-child a {
    color: #000;
}
.hd-list{
        font-weight: 600;
        margin-bottom: 16px;
        margin-top: -2px;
}
@media only screen and (max-width: 600px) {

     /*test-library*/
     .title-clr h2 a {
        color: #428bca;
    }
    .on-mob {
        display: block !important;
        margin-top: 36px;
    }
    .bg-header .container {
        padding-left: 13px;
        padding-right: 13px;
    }
    .row.crsl-title {
        padding-left: 0;
    }
    .bg-header h1 {
        padding-bottom: 4px !important;
        font-size: 20px;
    }
    .brdcrumbs-new {
        margin-bottom: 12px;
    }
    .brdcrumbs-new li a {
           padding: 8px 6px !important;
	    line-height: 19px;
	    padding-left: 0 !important;
    }
    .des-head {
        font-size: 17px;
    }
    .des-head.mt-0 {
        margin-top: 13px;
    }
    .crd-box h2 {
        font-size: 12px;
        height: 32px;
    }
    .bg-header p img {
        display: none;
    }
    .mob-carousel {
        display: block !important;
    }
    .bg-header {
        padding: 13px 5px !important;
    }
    .bg-header p {
        font-size: 14px !important;
        line-height: 20px;
    }
    .crd-box {
        height: 129px;
    }
    a {
        text-decoration: none !important;
    }
    .crd-box p {
        height: 49px !important;
        color: #333;
    }
    .hd-list {
        font-weight: 600;
        margin-bottom: 16px;
    }
    .title-clr .crd-box {
        /* background: #f4f4f4;*/
        /* box-shadow: none;*/
    }
    .brdcrumbs-new li {
        padding-right: 6px;
	}
	.title-clr h2 {
	    font-size: 12px;
	    height: 43px;
	    padding: 8px;
	    background: #f4f4f4;
	    margin-bottom: -2px;
        color: #428bca;
	}
	.title-clr .crd-box {
	    padding: 0;
	}
	.title-clr .crd-box p {
	    height: 54px !important;
	    padding: 7px;
        color: #333;
    }
    input.sbt-btn-img {
        background: url(/wp-content/uploads/2019/10/search-icon.png) !important;
        width: 20px !important;
        background-size: 100% !important;
        height: 20px !important;
        padding: 0 !important;
        position: absolute !important;
        right: 17px;
        top: 13px!important;
        z-index: 10;
}
    

}


/*listing pages*/
.sidebar-menu li.active a {
    font-weight: 600;
}