/*===================================

Project Name/Theme: FSD;
Description:FSD
Designed By  : Gilbert Irungu;
Developed By : Jane Wanjiku;
Content By: Alice Muchiri;
Date         : 12th/Feb/2020;

===================================*/


/**font family**/

@font-face {
    font-family: "CenturyGothic";
    src: url("../fonts/CenturyGothic.eot");
    src: url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), 
    url("../fonts/CenturyGothic.woff2") format("woff2"), 
    url("../fonts/CenturyGothic.woff") format("woff"),
     url("../fonts/CenturyGothic.ttf") format("truetype"), 
     url("../fonts/CenturyGothic.svg#CenturyGothic") format("svg");
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale; 
  }
  
  
  
  @font-face {
    font-family: "CenturyGothic-Bold";
    src: url("../fonts/CenturyGothic-Bold.eot");
    src: url("../fonts/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), 
    url("../fonts/CenturyGothic-Bold.woff2") format("woff2"), 
    url("../fonts/CenturyGothic-Bold.woff") format("woff"),
     url("../fonts/CenturyGothic-Bold.ttf") format("truetype"), 
     url("../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold") format("svg");
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale; 
  }
  
  
  
  
  
  
  @font-face {
    font-family: "Graphik-Semibold";
    src: url("../fonts/Graphik-Semibold.eot");
    src: url("../fonts/Graphik-Semibold.eot?#iefix") format("embedded-opentype"), 
    url("../fonts/Graphik-Semibold.woff2") format("woff2"), 
    url("../fonts/Graphik-Semibold.woff") format("woff"),
     url("../fonts/Graphik-Semibold.ttf") format("truetype"), 
     url("../fonts/Graphik-Semibold.svg#Graphik-Semibold") format("svg");
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale; 
  }
  
  
  
  .CenturyGothic-Bold{
    font-family: "CenturyGothic-Bold";
  }
  
  .Graphik-Semibold{
    font-family: "Graphik-Semibold";
  }
  
  /**==========================================**
           COMMON SCROLLBAR CSS 
  **===========================================**/
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
  }
  
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#E96524), to(#EE941C), color-stop(0.6, #EE941C));
  }
  
  
  
  /*---- *PLACEHOLDER CSS* --*/
  ::placeholder {
    color: #A11120  !important;
    opacity: 9 !important;
  }
  ::-webkit-input-placeholder {
    color: #A11120  !important;
  }
  
  ::-moz-placeholder {
    color: #A11120  !important;
  }
  
  :-ms-input-placeholder {
    color: #A11120  !important;
  }
  
  
  body {
    color: #000;
    font-family: "CenturyGothic";
    font-size: 16px;
    line-height: 25px;
  
  
  }
  
  
  
  
  
  /*==========heading===========*/
  
  h1 {
   font-family: "CenturyGothic-Bold";
    font-size: 28px;
    font-weight: normal;
  }
  
  h2,
  h3 {
   font-family: "CenturyGothic-Bold";
    font-weight: normal;
  }
  
  h6 {
    font-size: 14px;
   font-family: "CenturyGothic-Bold";
  }
  
  ul li {
   font-family: "CenturyGothic-Bold";
  }
  
  p {
    font-family: "CenturyGothic";
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #000;
  }
  
  ul {
    padding: 0px;
    margin: 0px;
  }
  
  li {
    list-style-type: none;
  }
  
  a:hover {
    text-decoration: none;
    color: #F8B000 !important;
  }
  
  .container {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
  
  .row {
  
    margin-right: -20px;
  
    margin-left: -20px;
  
  }
  
  .dropdown>.dropdown-menu {
  
    top: 200%;
  
    transition: 0.3s all ease-in-out;
  
  }
  
  .dropdown:hover>.dropdown-menu {
  
    display: block;
  
    top: 100%;
  
  }
  
  
  
  .dropdown>.dropdown-toggle:active {
  
    /*Without this, clicking will make it sticky*/
  
    pointer-events: none;
  
  }
  
  
  
  .nav-sub.dropdown-menu {
  
    min-width: 28rem;
  
    border-radius: .0rem;
  
   font-family: "CenturyGothic-Bold";
  
    font-size: 14px;
  
    padding: .25rem 1.875rem 1rem 1.875rem;
  
    border: unset;
  
  }
  
  .nav-sub .dropdown-item {
    padding: 0rem 0rem 1.25rem 0rem;
  }
  
  .nav-sub h3 a {
    color: #000;
  }
  
  .nav-sub h3 a:hover {
    color: #c18000 !important
  }
  
  .nav-sub h3 {
  
    color: #000;
  
    font-size: 20px;
  
    line-height: 23px;
  
    margin-top: 0px;
  
    margin-bottom: 1.25rem;
  
    border-bottom: solid 4px #0e4e77;
  
    padding-bottom: 1rem;
  
    padding-top: 1.5625rem
  }
  
  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: transparent;
  }
  
  .menu-main-menu-container{
  /* margin: 0 auto; */
  margin-right: 0px;
  margin-left: auto;
  }
  
  .header-top .navbar {
    padding-right: 0px;
    padding-left: 0px;
  }
  
  .header-top  {
    padding-top: .8rem;
  }
  .latest-news h3 {
    bottom: 20% !important;
  }
  
  
  .list-group-item.active {
  
    color: #E08000 !important;
  
    background-color: transparent !important;
  
    border-color: transparent !important;
  
  }
  
  .header-top .bg-light {
    background-color: transparent !important;
  }
  
  .navbar-brand {
    margin-right: 1.5rem;
  }
  
  .header-top .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 35px;
    padding-left: 35px;
    color: #000;
    font-size: 13px;
    font-family: "Graphik-Semibold";
    text-shadow: none;
    text-transform: none;
    text-transform: uppercase;
  }
  
  .author-date h5 {
    font-size: 12px !important;
  }
  
  .header-top .navbar-light .navbar-nav .active>.nav-link,
  .navbar-light .navbar-nav .nav-link.active {
  
    color: #E18001;
  
    font-weight: none;
  
    text-shadow: none;
  
  }
  
  
  
  .header-top .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show>.nav-link {
  
    color: #000;
  
    font-weight: normal !important;
  
    text-shadow: none !important;
  
  }
  
  ul.navbar-nav.mr-auto li {
    height: auto;
  }
  
  
  
  .header-top .dropdown a {
    color: #122454 !important;
   font-family: "CenturyGothic-Bold";
    font-size: 13px;
    text-decoration: none !important;
  }
  
  
  
  .dropdown span.dropdown-toggle {
    display: none;
  }
  
  
  
  .header-top .form-control {
    border: unset;
    border-radius: 0px;
    font-style: normal;
    color: #000;
    font-size: 14px !important;
    padding: 0rem .75rem 0rem .75rem;
    height: unset;
    margin-right: 0px !important;
    background-color: transparent;
  
  }
  
  
  
  .header-top .btn-link .fa-search {
  
    color: #fff;
  
    font-size: 20px;
  
  }
  
  
  .searchi {
      border: solid 1px #A11120;
      border-radius: 20px;
  
  }
  
  .header-top .form-control:focus {
  
    color: #495057;
  
    background-color: #fff;
  
    border-color: unset;
  
    outline: 0;
  
    box-shadow: unset;
  
  }
  
  .header-top .btn-outline-success {
  
    color: #28a745;
  
    border-color: unset;
  
    border: unset;
  
    box-shadow: unset;
  
  }
  
  .header-top .btn-outline-success i.fa {
  
    color: #A11120;
  
    font-size: 18px;
  
    line-height: 26px;
  
  }
  
  .header-top .btn-outline-success i.fa:hover {
    color: #c18000;
  }
  
  .header-top .btn-outline-success:hover {
    background-color: transparent;
    border: unset;
  }
  
  .svg-inline--fa {
    font-size: 14px;
  }
  .header-top .social,
  .footer .social{
  float: right;
  }
  
  
  .footer .social a.color-black,
  .header-top .social a.color-black{
    width: initial !important;
    height:auto  !important;
    border: none !important;
  line-height: normal;
    }
  
    .footer .social a.color-black:hover{
      background-color: transparent  !important;
      color: #fff !important;
      text-decoration: none !important;
      }
  
      .header-top .social a.color-black:hover{
        background-color: transparent  !important;
        color: #A11120 !important;
        text-decoration: none !important;
        
        }
  
  
  .header-top .social a,
  .footer .social a{
    width: 30px !important;
    height: 30px;
    border-radius: 50%;
    margin-left: 10px;
    line-height: 30px;
    text-align: center;
    background-color: #fff !important;
    color: #A11120 !important;
    font-size: 15px;
    border: solid 1px #A11120;
    display: inline-block;
    }
  
    .header-top .social a:hover,
    .footer .social a:hover {
      background-color: #A11120  !important;
      color:#FFF !important;
      border: solid 1px transparent;
  }
  .footer .social a{
    /* float: right; */
    background-color: transparent !important;
    color: #fff !important;
    border: solid 1px #fff;
    }
  
  .header-top .btn-outline-success:not(:disabled):not(.disabled).active,
  .btn-outline-success:not(:disabled):not(.disabled):active,
  .show>.btn-outline-success.dropdown-toggle {
  
    color: #fff;
  
    background-color: unset;
  
    border-color: unset;
  
  }
  
  .header-top .btn-outline-success:not(:disabled):not(.disabled).active:focus,
  .btn-outline-success:not(:disabled):not(.disabled):active:focus,
  .show>.btn-outline-success.dropdown-toggle:focus {
  
    box-shadow: unset;
  
  }
  header
  .overlaybanner {
  
    position: absolute;
  
    top: 0px;
  
    left: 0px;
  
    width: 100%;
  
    height: 100%;
  
    color: rgb(255, 255, 255);
  
    display: block;
  
    z-index: 1;
  
    background-color: rgba(0, 0, 0, 0.4) !important;
  
  }
  
  .carousel-control-prev-icon {
    background-image: none;
  }
  
  .carousel-control-next-icon {
    background-image: none;
  }
  
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
  
    display: inline-block;
  
    width: 59px;
  
    height: 58px;
  
    background: unset;
  
    opacity: unset;
  
    background-color: rgb(0, 0, 0, 0.6);
  
    padding-top: 15px;
  
  }
  
  .banner {
    border-top: solid 1px #C5D8E5;
  }
  
  .banner .carousel-control-next,
  .banner .carousel-control-prev {
    opacity: unset;
    /*display:none;*/
    z-index: 99;
  }
  
  
  .banner .carousel-item.active h1, 
  .banner .carousel-item.active h2, 
  .banner .carousel-item.active h4, 
  .banner .carousel-item.active h5, 
  .banner .carousel-item.active h6,
  .banner .carousel-item.active a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.3s; }
  .banner .carousel-item.active h1 {
    animation-name: fadeInDown; }
  .banner .carousel-item.active h2 {
    animation-name: fadeInLeft; }
  .banner .carousel-item.active h4 {
    animation-name: fadeInRight; }
  .banner .carousel-item.active h5 {
    animation-name: fadeInLeft; }
  .banner .carousel-item.active h6 {
    animation-name: fadeInRight; }
  .banner .carousel-item.active a {
    animation-name: fadeInUp; }
    .banner .carousel-item.active p {
      animation-name: fadeInLeft; }
  
  
  
  
  .banner .carousel-caption {
    text-align: left;
    width: 40%;
    right: 10%;
    left: initial;
    bottom: 15%;
  
  
  }
  
  .banner-image:before {
  
      content: "";
      background: url(../images/bannertexture.png) 0 0;
      width: 100%;
      height: 500px;
      display: block;
      margin: 0 5px 0 0;
      position: absolute;
      background-repeat: round;
   
  }
  
  .banner-main-image {
    height: 497px;
    max-width: 100%;
    /* width: 900px; */
    display: block;
    background-position: 0 !important; 
    background-size: contain !important;
    /*background-repeat: no-repeat !important;*/
   
  }
  
  
  
  
  .banner .carousel-item img,
  .col-img img,
  .featured-img img {
    width: 100%
  }
  
  .banner .carousel-caption h1 {
    margin-bottom: 26px;
    text-align: center;
    font-size: 39px !important;
    line-height: 46px;
    font-family: "CenturyGothic";
    text-align: left;
  
  }
  
  .banner .carousel-caption a {
  
    text-align: left;
  
  
  }
  
  .banner .carousel-caption p {
  
    font-size: 15px;
    text-align: left;
    /* width: 80%; */
    margin: 0 auto 1.25rem auto;
    font-family: "CenturyGothic";
    font-weight: normal;
    line-height: 22px;
    color: #fff;
  }
  
  /*
  
  .col-img img{
  
   opacity: 1;
  
     -webkit-transition: opacity 0.35s, -webkit-transform 0.6s;
  
     transition: opacity 0.35s, transform 0.6s;
  
     -webkit-transform: scale3d(1, 1, 1);
  
     transform: scale3d(1, 1, 1);
  
   }
  
  .col-img:hover img {
  
     opacity: 0.6;
  
     -webkit-transform: scale3d(1.05, 1.05, 1);
  
     transform: scale3d(1.05, 1.05, 1);
  
  }
  
  */
  
  /* .banner h6 a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    line-height: 46px;
    border: solid 1px #FFF;
    padding: 11px 30px;
   font-family: "CenturyGothic-Bold";
  
  }
  
  .banner h6 a:hover {
    color: #fff !important;
    background-color: #122454 !important;
    text-decoration: none !important;
    border: solid 1px #122454;
  } */
  
  .banner .carousel-indicators li {
  
    opacity: unset;
  
    width: 28px;
  
    height: 4px;
  
  }
  
  .banner .carousel-indicators {
    margin-bottom: 1.5rem;
  }
  
  .banner .carousel-indicators .active {
    background-color: #000;
  }
  
  .banner .carousel-control-next:focus,
  .carousel-control-next:hover,
  .carousel-control-prev:focus,
  .carousel-control-prev:hover {
  
    opacity: unset;
  
  }
  
  
  
  /*=================Latest News Style==================*/
  
  /*.col-cont{
  
  display: -webkit-flex; /* Safari     
  
     display: flex; /* Standard syntax 
  
  }
  
  .col-text{
  
   -webkit-flex: 1; /* Safari 
  
     -ms-flex: 1; /* IE 10 
  
     flex: 1; /* Standard syntax 
  
     }*/
  
  .carousel-control-next,
  .carousel-control-prev {
    width: unset;
  }
  
  .latest-news .col-md-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .latest-news .carousel-control-next,
  .latest-news .carousel-control-prev {
    top: -46%;
  }
  
  .special-collection,
  .blogs,
  .latest-news {
    background-color: #C6CACD;
    padding-bottom: 2.8125rem;
    padding-top: 2.8125rem;
  }
  
  .special-collection h1,
  .blogs h1,
  .latest-news h1 {
  
    text-align: center;
    padding-bottom: 2.125rem;
    margin-bottom: 0px;
    color: #000;
  
  }
  
  .blogs h1 {
    text-align: left;
  }
  
  .blogs .collapse:not(.show) {
    display: block !important;
  }
  
  .white.research-publications.blogfinal .leading-item-content p {
    font-size: 13px;
  }
  
  .intro-text {
  
    background-color: #EBEBEB;
  
    margin-left: 15px;
  
    margin-right: 15px;
  
  }
  
  .intro-text .leading-item-content {
    padding-top: 40px;
    padding-right: 20px;
    font-size: 13px;
  }
  
  .white.blogfinal .col-md-6:last-child {
    padding-left: 0px;
  }
  
  .intro-text .leading-item-banner img {
    margin-bottom: 0px;
  }
  
  #carouselContent {
    display: none;
  }
  
  
  
  .blogs .col-md-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .blogs .card-header {
  
    padding: .75rem 1.25rem;
  
    margin-bottom: 0;
  
    background-color: #fff;
  
    border-bottom: unset;
  
  }
  
  .card-header:first-child {
    border-radius: unset;
  }
  
  .card-body {
    background-color: #fff;
    padding: 0px 40px 10px 40px;
  }
  
  .card {
  
    background-color: #fff;
  
    border-radius: 0px;
  
    border: none;
  
  
  
  }
  
  
  
  .white.jobs .campaignsimg:hover .headingwrapper {
  
    bottom: 114px;
  
  }
  
  .white.jobs .headingwrapper {
  
    bottom: 43% !important;
  
  }
  
  .jobs i {
    font-size: 13px;
    padding-bottom: 10px;
   font-family: "CenturyGothic-Bold";
  }
  
  #ctf p.ctf-media-link,
  #ctf p.ctf-tweet-text {
    padding: 0 !important;
    margin: 0 !important;
    font-family: "CenturyGothic-Bold", sans-serif !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 25px !important;
    color: #000;
  }
  
  
  
  
  
  .blogs h3,
  .latest-news h3 {
  
    color: #000;
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
  
  }
  
  .popular h3 {
    margin-top: 0px;
    padding-top: 20px;
  }
  
  .popular h3:first-child {
    padding-top: 0px;
  }
  
  .latest-news h3 {
  
    background-color: rgba(0, 0, 0, .4);
  
    color: #fff;
  
    position: absolute;
  
    bottom: 36%;
  
    padding: 20px 30px;
  
    left: 15px;
  
    right: 15px;
  
    min-height: 110px;
  
    max-height: 110px;
  
    line-height: 25px;
  
  }
  
  .readmore a {
  
    font-size: 14px;
   font-family: "CenturyGothic-Bold";
    color: #FFF;
    font-weight: normal;
  
  }
  
  span.spanleft a.read-more {
    display: inline !important;
  }
  
  .readmore:hover,
  .postedwrap .spanleft a:hover {
    color: #FFF !important;
    text-decoration: none !important;
    background-color: #2e75b5;
  }
  
  .innerpage .spanleft a {
    color: #FFF !important;
  }
  
  .twitter .postedwrap {
    margin-bottom: 1rem;
  }
  
  .readmore a:hover {
    color: #fff;
  }
  
  
  
  .twitter .postedwrap .spanleft a {
    color: #122454 !important;
  }
  
  
  
  .latest-news h6 a {
  
    color: #000;
  
    text-align: left;
  
  }
  
  .twitter .postedwrap:nth(2) {
    border-bottom: solid 1px transparent
  }
  
  .twitter .postedwrap:last-of-type {
    border-bottom: solid 1px transparent
  }
  
  .popular .postedwrap:last-of-type {
    border-bottom: solid 1px transparent
  }
  
  #headingTwo.card-header h2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  
  .white.blogs-inner h5,
  .latest-news h5,
  .profile-sec h5 {
    font-size: 12px;
   font-family: "CenturyGothic-Bold";
    font-weight: bold;
    color: #000;
    text-transform: uppercase !important;
  }
  
  .white.our-team {
  
    margin-top: -3rem;
  
    background-color: #fff;
  
    padding-top: 40px;
  
  }
  
  .profile-sec h2 {
    font-size: 16px;
    text-transform: capitalize;
   font-family: "CenturyGothic-Bold";
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
  }
  
  .topic-banner h2,
  .profile-sec h2 {
    font-size: 16px;
    text-transform: capitalize;
   font-family: "CenturyGothic-Bold";
    font-weight: normal;
    padding-top: 28px;
    padding-bottom: 20px;
    color: #000;
    margin-bottom: 0px;
  }
  
  .col-md-9.profile-sec .col-md-4 {
    padding-left: 0px;
  }
  
  .white.our-team .campaignsimg {
  
    height: auto;
  
    min-height: auto;
  
    max-height: unset;
  
  }
  
  .white.our-team .col-md-4.campaignsimg a {
    height: 260px;
    overflow: hidden;
  }
  
  .white.our-team.partners .campaignsimg {
  
    min-height: 267px;
  
    max-height: 267px;
  
  }
  
  .white.our-team.partners .headingwrapper {
    min-height: 110px;
    max-height: 110px;
  }
  
  .white.our-team.partners .border-p {
    border: solid 1px #f0f0f0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .white.our-team.partners .campaignsimg img {
  
    object-fit: contain;
    min-height: 200px;
    max-height: 200px;
  
  }
  
  .our-team.partners .heading-tittle h2 {
    font-size: 16px;
  }
  
  .our-team.partners .heading-tittle p {
    font-size: 13px;
  }
  
  
  
  .white.our-team .headingwrapper {
  
    bottom: 0%;
  
    width: auto;
  
    left: 20px;
  
    right: 20px;
  
    background: rgba(0, 0, 0, 0.6);
  
  }
  
  .leading-item-content-overwritte {
    font-size: 16px !important;
  }
  
  body.category-research-and-publications .gray-bar a.read-more {
    font-size: 14px !important;
    display: inline !important;
  }
  
  body.category-research-and-publications .gray-bar a.read-more:hover {
    font-size: 14px !important;
  }
  
  body.category-research-and-publications .gray-bar a {
   font-family: "CenturyGothic-Bold";
    font-size: 12px !important;
  }
  
  body.category-research-and-publications .gray-bar a:hover {
    color: #122454 !important;
  }
  
  .research-publications h3 a:hover {
    text-decoration: none !important
  }
  
  .author-date h5 a {
    color: #2e75b5 !important;
    font-size: 12px !important;
    width: auto !important;
    float: none !important;
    display: inline !important;
   font-family: "CenturyGothic-Bold";
    font-size: 13px !important;
    text-transform: uppercase !important;
  }
  
  .publication-name h3 {
   font-family: "CenturyGothic-Bold";
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  
  .col-md-9.profile-sec h3 {
   font-family: "CenturyGothic-Bold";
    font-size: 24px !important;
    font-weight: bold !important;
    color: #122454 !important;
  }
  
  a.read-more {
    background-color: #122454 !important;
    padding: 7px 18px !important;
    color: #FFF !important;
    width: auto;
    font-size: 14px !important;
   font-family: "CenturyGothic-Bold";
    display: inline-block !important;
    margin-left: 0px !important;
  }
  
  a.read-more:hover {
    background-color: #2e75b5 !important;
    padding: 7px 18px !important;
    color: #FFF !important;
  
  }
  
  .author-date h5 span {
    line-height: normal;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #122454 !important;
    font-size: 12px !important;
   font-family: "CenturyGothic-Bold";
  }
  
  .research-publications a h3:hover {
    text-decoration: underline !important;
    color: #122454 !important;
  }
  
  .research-publications .author-date a h5 {
    font-size: 15px !important;
    margin-bottom: 0px !important;
    color: #bf8000 !important;
    font-weight: bold !important;
    line-height: normal !important;
   font-family: "CenturyGothic-Bold";
    text-transform: uppercase;
    text-decoration: none !important;
  
  }
  
  .our-team .heading-tittle h2 {
    font-size: 20px;
    line-height: normal;
    padding-bottom: 5px;
    margin-top: 10px;
  }
  
  .our-team .heading-tittle p {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0.5rem;
    color: #fff;
  }
  
  .author-wrapper {
  
    float: left;
  
    width: 100%;
  
    margin-top: 16px;
  
  }
  
  .author-img {
  
    width: 18%;
  
    float: left
  }
  
  .date-author .post-date {
    margin-top: 0px !important;
    padding-left: 0px !important
  }
  
  .excerpt {
    margin-left: 0px !important;
  }
  
  .author-img img {
  
    width: 100%;
  
    min-height: 65px;
  
    max-height: 65px;
  
    height: 100%;
  
    object-fit: cover;
  
  }
  
  .author-date {
  
    width: 82%;
    float: left;
    margin-bottom: 10px;
  
  }
  
  .research-publications .author-date a h5:hover {
    text-decoration: none !important;
  }
  
  .gray-bar a.read-more:hover {
    color: #FFF !important;
    text-decoration: none !important;
  }
  
  .research-publications .author-date h5 {
    color: #000;
    text-transform: uppercase;
  }
  
  .author-date h5 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
    padding-left: 0px;
    margin-bottom: 5px;
  }
  
  .author-date h6 {
  
    padding-left: 0px;
  
    font-size: 14px;
    font-weight: bold;
    float: left;
  
  }
  
  /* .home.blog.loaded .owl-loaded .col-cont {
    min-height: 50px;
    padding-top: 0px;
  } */
  
  .margin-0 {
   margin: 0px !important;
  }
  
  .padding-0 {
   padding: 0px !important;
  }
  
  .owl-nav {
    top: 20% !important;
  }
  
  .white.blogfinal .col-md-6:last-child {
    padding-left: 0px;
  }
  
  .white.research-publications .filter-blue .col-md-3 {
    padding-left: 8px;
    padding-right: 8px;
  }
  
  .searchandfilter .form-group {
    margin-bottom: 8px !important;
  }
  
  .searchandfilter ul.row {
    margin-right: 0px;
    margin-left: 0px;
  }
  
  .col-cont {
  
    background-color: #fff;
  
    padding: 18px 40px 22px 40px;
  
    margin-bottom: 2.5rem;
  
    min-height: 188px;
  
  }
  
  .profile .col-cont {
  
    padding-left: 0px;
  
    padding-right: 0px;
  
    margin-top: 10px;
  
  }
  
  .inner-content.profile .innerleft h3 {
  
    color: #c18000 !important;
  
    padding-top: 10px !important;
  
    margin-bottom: 8px !important;
  
  }
  
  
  
  .readmore {
    align-items: baseline;
    top: 72%;
    font-size: 14px;
    font-family: "CenturyGothic-Bold";
    background-color: #000;
    color: #FFF;
    padding: 7px 18px;
    line-height: normal;
    width: 120px;
  }
  
  .twitterwrapper a .readmore a {
  
    font-size: 14px;
  
   font-family: "CenturyGothic-Bold";
  
    color: #000;
  
  }
  
  .spanright {
    float: right;
    font-size: 12px;
   font-family: "CenturyGothic-Bold";
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .hot p,
  .postedwrap {
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 1rem;
  }
  
  .all-events {
    text-align: center;
    margin-top: 10px;
  }
  
  .blogs .all-events {
    margin-top: 40px;
  }
  
  #headingTwo.card-header h2 {
  
    padding-bottom: 1.5rem;
  
  }
  
  .all-events a {
    font-size: 16px;
    background-color: #122454 !important;
    padding: 7px 18px !important;
    color: #FFF !important;
  }
  
  .all-events a:hover {
    background-color: #2e75b5 !important;
    text-decoration: none !important;
    color: #FFF !important;
  }
  
  
  
  .hot,
  .featuredauthor,
  .twitter {
  
    background-color: #fff;
  
  }
  
  .hot,
  .featuredauthor {
    margin-top: 2.5rem;
  }
  
  .featuredauthor {
    padding-top: 25px;
  }
  
  .bg-light img{
    width: 140px;
  }
  .featuredauthor .featured-img {
    margin-bottom: 15px;
  }
  
  .featuredauthor .postedwrap {
    border-bottom: solid 1px transparent;
  }
  
  .featuredauthor h3 {
  
    margin-bottom: 0.75rem !important;
  
    border-bottom: solid 1px #e0e0e0;
  
    padding-bottom: 20px;
  
  }
  
  .featuredauthor h3:last-child {
    border-bottom: solid 1px transparent;
  }
  
  .hot p:last-of-type {
    border-bottom: solid 1px transparent;
  }
  
  .featured-img img {
  
    min-height: 120px;
  
    max-height: 120px;
  
    object-fit: cover;
  }
  
  .featured-img a h3:hover {
    color: #000;
    text-decoration: underline;
  }
  
  .featured-img a h3 {
    margin-top: 0px
  }
  
  .featured-img a h3 {
   font-family: "CenturyGothic-Bold";
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  
  .white.our-team.partners .campaignsimg .holder-panel {
    background-color: #a6a6a6 !important;
    max-height: 90px;
    min-height: 90px;
  }
  
  .popular .children .postedwrap:last-of-type,
  .children .postedwrap {
    border-bottom: solid 1px #e0e0e0 !important;
    padding-bottom: 25px !important;
    margin-bottom: 15px !important;
  }
  
  .white.our-team.partners .heading-tittle {
    padding: 0px 20px 10px 20px !important;
  }
  
  /*=================Blogs==================*/
  
  .inner-content h2,
  .innerright h2,
  .subcribe h2,
  .blogs h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #000;
   font-family: "CenturyGothic-Bold";
    font-weight: bold;
  }
  
  .blogs {
    background-color: #E8E8E8
  }
  
  .blogs .card-header {
    padding: 0rem 40px 0px 40px;
  }
  
  .card-header h2 {
    padding-top: 30px;
    margin-bottom: 0px;
    padding-bottom: 20px;
   font-family: "CenturyGothic-Bold";
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
  }
  
  .hot p {
    padding-bottom: 30px;
  }
  
  .hot {
    min-height: 447px;
  }
  
  .popular {
  
    margin-bottom: 3rem;
  
    padding-left: 40px !important;
  
    padding-right: 40px !important;
  
  }
  
  
  
  /*=================Footer Style==================*/
  
  .featured,
  .popular {
  
    background-color: #fff;
  
    padding: 0px;
  
  
  
  }
  
  .postedwrap {
    margin-top: -0.125rem
  }
  
  
  
  
  
  .copy {
  
    background: #122454;
    border-top: solid 1px #fff;
  
  
    color: #fff;
    padding: 20px 0px;
  
    margin-top: 3rem;
  
    font-size: 13px;
  
  
    font-weight: normal;
  
  }
  
  .copy a {
    color: #fff;
  }
  .copy .design a{
   margin-right: 20px;
  }
  
  .footer .copy .design a:hover{
    color: #fff !important;
   }
  
  .footer {
  
    background-color: #122454;
    font-family: "CenturyGothic-Bold";
    padding-top: 3.4375rem;
    color: #fff;
  
    font-size: 14px;
  
    width: 100%;
  
    float: left;
  
    clear: both;
  
  }
  
  
  
  .footer ul {
  
    padding: 0px;
    font-family: "CenturyGothic-Bold";
    margin: 0px;
  
  
  
  }
  
  .footer p {
    color: #fff;
    font-family: "CenturyGothic-Bold";
    font-size: 13px;
  
    line-height: 30px;
  
  }
  
  
  
  .footer li {
  
    list-style-type: none;
  
    color: #FFF;
  
    padding-top: 0rem;
  
  }
  
  
  
  .footer li a {
  
    color: #fff;
  
    font-size: 13px;
  
  
  
  }
  
  
  .footer li a:hover {
    color:#6BC4EA !important;
  }
  
  
  
  
  .design {
    text-align: right;
  }
  
  
  
  .social i {
  
    width: 40px !important;
  
    height: 40px;
  
    border-radius: 50%;
  
    margin-left: 10px;
  
    line-height: 40px;
  
    text-align: center;
  
    background-color: #748080;
  
    font-size: 20px;
  
  }
  
  .social i:hover {
  
    background-color: #E08000 !important;
  
    color: #FFF;
  
    border: solid 1px #3D484C;
  
    transform: rotate(360deg) scale(1.1, 1.1);
  
    transition-duration: 1.2s;
  
    transition: .2s;
  
  
  
  }
  
  .social a i {
    color: #faf8f8;
  }
  
  .social .fa {
    color: #FFFFFF;
    font-size: 16px;
  }
  
  .special-collection {
    background-image: url(../images/special-collection.jpg);
    background-attachment: fixed;
    padding-top: 4rem
  }
  
  .special-collection {
    display: none;
  
    background-size: cover;
  
    background-position: 50% 50%;
  
    background-repeat: no-repeat;
  
    max-height: 400px;
  
    min-height: 400px;
  
    object-fit: cover;
  
    object-position: 50% 50%;
  
    width: 100%;
  
  }
  
  .special-collection p {
    color: #fff;
  }
  
  .special-collection h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 2rem;
   font-family: "CenturyGothic-Bold";
  }
  
  .special-collection a {
   font-family: "CenturyGothic-Bold";
    color: #FFF;
  }
  
  .special-collection a:hover {
    text-decoration: underline !important;
    color: #FFF !important;
  }
  
  .special-collection .col-md-3 {
  
    padding-right: 20px;
  
    padding-left: 20px;
  
    padding-bottom: 3rem;
  
  }
  
  .finaccess {
    border-right: solid 1px #8891A7;
    padding-right: 40px;
  }
  
  .readmore-link {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  
  .special-collection h1 {
    text-align: center;
    color: #fff;
    padding-bottom: 3rem;
  }
  
  .our-partners,
  .subcribe {
  
    background-color: #fff;
  
    padding: 4rem 0rem;
  
    width: 100%;
  
    float: left;
  
    clear: both;
  
  }
  
  .subcribe h2 {
    font-size: 16px;
    padding-left: 3rem;
  }
  
  
  #mc-embedded-subscribe {
  margin: 0px !important;
  width: 100% !important;
  }
  
  
  
  .subcribe .form-control {
  
    font-family: "CenturyGothic-Bold";
    font-weight: normal;
    font-size: 14px;
    color: #FFF;
    background-color: transparent;
    border-radius: 2rem;
    border: solid 1px #f18903;
    float: left;
    max-width: 100%;
    height: auto;
    padding: .7rem 2rem;
    line-height: 30px;
  
  }
  
  .subcribe .form-group {
    margin-bottom: 0px;
  }
  
  .subcribe img {
    float: left;
    margin-right: 2rem;
  }
  
  .btn-primary {
  
    font-family: "CenturyGothic-Bold";
    font-weight: normal;
    font-size: 14px;
    color: #FFF;
    background-color: #f18903;
    border-radius: 2rem;
    border: solid 1px #f18903;
    max-width: 100%;
    height: auto;
    padding: .7rem 2rem;
    line-height: 30px;
  
  }
  
  .btn-primary:hover {
  
    color: #000;
  
    background-color: transparent;
  
    border-color: #c18000;
  
  }
  
  .form-control:focus {
  
    color: #495057;
  
    background-color: transparent;
  
    border-color: unset;
  
    outline: 0;
  
    box-shadow: unset;
  
  }
  
  .btn-primary.focus,
  .btn-primary:focus {
  
    color: #fff;
  
    background-color: transparent;
  
    border-color: #000;
  
    box-shadow: unset;
  
  }
  
  .share-your-thoughts .btn-primary {
  
    background-color: #0F4E77;
  
    border: unset;
  
    border-radius: 3px;
  
    color: #fff;
  
    width: 200px;
  
    float: unset;
  
    margin-top: 2rem;
  
  }
  
  
  
  .our-partners {
    background-image: url(../images/icons/Asset4.svg);
  }
  
  .our-partners h2 {
    font-size: 28px;
    margin-top: 2rem;
    color: #000;
  }
  
  .our-partners img {
    margin-right: 2.5rem;
  }
  
  /*fsd cars=====================================*/
  .small-bg.fsd-t small{
    font-size:13px;
    color:#122454;
  
  }
  
  .padding-wrapper{
    padding: 1rem;
    display: inline-block;
    clear: both;
    /* min-height: 170px; */
  }
  
  .thumbnailhome2 .owl-carousel .owl-item{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  
  .thumbnailhome2 .owl-carousel .owl-item .small-bg.fsd-t{
    min-height: 380px;
  }
  
  .small-bg.fsd-t{
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.46);
    -moz-box-shadow: 0 1px 10px 0 rgba(0,0,0,.46);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.46);
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    height: 100%;
  }
  
  /* .small-bg.fsd-t .ih-item.square.effect11 {
     min-height: 250px;
      max-height: 250px;
  } */
  
  .category-image {
    height: 280px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.46);
    -moz-box-shadow: 0 1px 10px 0 rgba(0,0,0,.46);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.46);
    border-radius: 10px;
    background-color:#122454;
    overflow: hidden;
    padding: 1rem;
    padding-top: 6rem;
  }
  
  
  .thumbnailhome  .owl-item{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .ih-item.square.effect15.category-image  .info {
    background: #fff;
  }
  
  .ih-item.square.effect15.category-image  .info .fa {
    color: #244289;
    border: solid 1px #244289;
  }
  
  p.overlay2 {
    font-style: italic;
    font-size: 12px;
    position: relative;
    padding: 10px 10px 10px;
    text-align: center;
  }
  
  
  .ih-item.square.effect15.category-image  .info p {
  
    color: #244289;
  
  }
   .info svg {
  
    color: #244289 !important;
  
  }
  
  .img.category-overlay.center svg {
  
    color: #fff !important;
  
  }
  
  .category-image img {
    width: 80px;
    height: auto;
    max-width: 100%;
  }
  
  .owl-carousel .owl-item  .category-image img {
    width: 80px;
    text-align: center;
    margin: 0 auto;
  
  }
  .category-image h2 {
  color:#fff;
  font-size: 18px;
  font-family: "CenturyGothic-Bold";
  }
  .category-overlay{
    min-height: initial !important;
    width: 100%;
  }
  
  .ih-item a{
    color: #244289;
  }
  
  .info .ih-item a{
    color: #fff;
  }
  
  
  .category-image .fa{
    border: solid 1px #122454;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    font-size: 9px;
  }
  .category-overlay h2{
   text-align: center;
   margin: 1rem 0rem !important;
  }
  
  .category-image .info h3 {
   
    color: #244289 !important;
    background: transparent !important;
    font-family: "CenturyGothic-Bold";
    text-transform: capitalize !important;
  
  }
  
  .small-bg.fsd-t.y-m .ih-item.square.effect11 {
      min-height: 180px;
      max-height: 180px;
  }
  .small-bg.fsd-t h2{
  font-size:15px;
  color:#122454;
  line-height: 22px;
  margin: 0rem 0rem 1rem 0rem;
  }
  
  
  a.padding-wrapper:hover {
  text-decoration: none !important;
  }
  
  a.your{
  
    font-size:14px;
    color:#122454;
    text-align: left;
  }
  .wrapper-ksh{
    width:100%;
    float:left;
    margin-bottom:0.5rem;
  }
  .wrapper-l{
    float:left;
    width:65%;
  }
  .wrapper-r{
    float:left;
    width:35%;
  }
  
  .wrapper-ksh h5{
    font-size:14px;
    font-family: "CenturyGothic";
    font-style: italic;
    color:#6BC4EA;
    margin-top:0px;
    margin-bottom:0px;
  }
  
  
  .wrapper-ksh h6{
    font-size:14px;
    font-family: "CenturyGothic-Bold";
    color: #000;
    margin-top:0px;
    margin-bottom:10px;
  }
  .wrapper-ksh h6 .fa{
    color: #000;
  }
  
  .wrapper-ksh h5 .fa{
    font-style: italic;
  }
  .wrapper-ksh .wrapper-r h5 {
    color: #000;
    font-style: initial;
  }
  
  /*ihover css*/
  
  .ih-item.square.effect13.colored .info {
  
    background-color: rgba(0, 0, 0, .4);
    border: solid 4px #fff;
  
  }
  
  .ih-item.square.effect13 .img {
  
    -webkit-transition: all 0.50s ease-in-out;
  
    -moz-transition: all 0.50s ease-in-out;
  
    transition: all 0.50s ease-in-out;
  
    -webkit-transform: scale(1);
  
    -moz-transform: scale(1);
  
    -ms-transform: scale(1);
  
    -o-transform: scale(1);
  
    transform: scale(1);
  
  
  
  }
  
  
  
  .carousel-control-next-icon img,
  .carousel-control-prev-icon img {
  
    -webkit-transition: all 0.50s ease-in-out;
  
    -moz-transition: all 0.50s ease-in-out;
  
    transition: all 0.50s ease-in-out;
  
    animation: bg-position-change .3s ease;
  
  }
  
  .carousel-control-next-icon img:hover,
  .carousel-control-prev-icon img:hover {
    transform: scaleY(-1);
    opacity: .9;
  }
  
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
  
    color: #E08000 !important;
    text-decoration: none !important;
  
  }
  
  .nav-link.list-group-item-success:after {
  
    content: '';
  
    position: absolute;
  
    left: 15px;
  
    display: inline-block;
  
    height: 1em;
  
    width: 80%;
  
    border-bottom: 2px solid #E08000 !important;
  
    margin-top: 15px;
  
    opacity: 0;
  
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  
    transition: opacity 0.35s, transform 0.35s;
  
    -webkit-transform: scale(0, 1);
  
    transform: scale(0, 1);
  
    z-index: 1050;
  
  }
  
  
  
  .dropdown-toggle::after {
  
    display: inline-block;
  
    margin-left: .255em;
  
    vertical-align: .255em;
  
    content: "";
  
    border-bottom: 2px solid #E08000 !important;
  
    border-top: unset;
  
    border-right: unset;
  
    border-left: unset;
  
  }
  
  .nav-link.list-group-item-success:hover:after {
  
    opacity: 1;
  
    -webkit-transform: scale(1);
  
    transform: scale(1);
  
  }
  
  
  
  .list-group-item:last-child {
  
    border-bottom-right-radius: 0px;
  
    border-bottom-left-radius: 0px;
  
  }
  
  
  .dropdown a[data-toggle="dropdown"] {
    position: relative;
    }
  
  .dropdown a[data-toggle="dropdown"]:before {
    content: url(../images/Asset13.svg);
    color: #000;
    font-size: 13px;
    padding-right: 0px;
    position: absolute;
    top: 0px;
    right:0px;
    width: 20px;
    height: auto;
  }
  
  .list-group-item:first-child {
  
    border-top-left-radius: 0px;
  
    border-top-right-radius: 0px;
  
  }
  
  .navbar-nav .nav-link {
  
    padding-right: 0;
  
    padding-left: 0;
  
  }
  
  .list-group-item-success {
  
    color: unset;
  
    background-color: unset;
  
  }
  
  
  
  .list-group-item {
  
    padding: unset;
  
    background-color: unset;
  
    border: unset;
  
  }
  
  /*=================About Us Style==================*/
  
  .innerleft {
    width: 100%;
    float: left;
  }
  
  .innerpage .innerleft h3 {
   font-family: "CenturyGothic-Bold";
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #000;
  }
  
  
  .innerleft p {
  
    font-size: 17px;
  
    line-height: 24px;
  
  }
  
  .innerpage {
  
    width: 100%;
  
    float: left;
  
    background-color: #C7CACC;
  
    padding-bottom: 40px;
  
  
  
  
  
  
  
  }
  
  .innerbanner h1 {
  
    font-size: 34px !important;
    line-height: 46px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
  
  }
  
  .innerbanner p {
    color: #fff;
  }
  
  
  .bannerinner img {
  
    width: 100%;
  
  
  
  }
  
  
  
  .bannerinner {
  
    /* max-height: 340px;
  
    min-height: 340px;
  
    overflow: hidden; */
  
  }
  
  .page-template-WhowearePage .bannerinner {
  
    max-height: auto !important;
    min-height: auto !important;
  }
  
  .page-template-WhowearePage .bannerinner .imgLiquid {
    height: auto !important;
    background-image: none !important;
  }
  
  .page-template-WhowearePage .bannerinner .imgLiquid img {
    visibility: visible !important;
    display: block !important;
    width: initial !important;
  }
  
  .content h3 {
  
    color: #3d484c;
  
    font-size: 20px;
  
    line-height: 23px;
  
    margin-top: 0px;
  
    margin-bottom: 18px;
  
    border-top: solid 4px #0e4e77;
  
    padding-top: 2rem;
  
  }
  
  .inner-content {
  
    background-color: #fff;
  
    margin-left: 15px !important;
  
    margin-right: 15px !important;
  
    padding: 20px 0px 0px 0px !important;
  
  }
  
  .bannerinner h1 {
  
    font-size: 38px;
  
    width: 80%;
  
    margin: 0 0px 1.25rem 0px;
  
   font-family: "CenturyGothic-Bold";
  
    font-weight: normal;
  
    text-align: left;
  
    line-height: 38px;
  
  }
  
  .inner-content .publications-content h1 {
  
    background-image: none;
  
    font-size: 36px;
  
    width: 100%;
  
    margin: 0 0px 0rem 0px;
  
   font-family: "CenturyGothic-Bold";
  
    font-weight: normal;
  
    text-align: left;
  
    line-height: 38px;
  
    color: #000;
  
    padding-bottom: 5px;
  
    padding-top: 5px;
  
  }
  
  .inner-pic {
  
    width: 100%;
  
    max-height: 260px;
  
    overflow: hidden;
  
    clear: both;
  
    margin-right: 30px;
  
    margin-bottom: 15px;
  
  }
  
  .inner-pic img {
  
    height: auto;
  
    width: 100%;
  
    display: block;
  
    object-fit: contain;
  
    margin-top: -60px;
  
  
  
  }
  
  
  
  .inner-content i:hover {
  
    background-color: #E08000 !important;
  
    color: #FFF;
  
    border: unset;
  
    transform: rotate(360deg) scale(1.1, 1.1);
  
    transition-duration: 1.2s;
  
    transition: .2s;
  
  }
  
  .inner-content h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 24px;
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: 25px;
  }
  
  
  .bannerinner .carousel-caption {
    left: 4%;
  }
  
  
  
  
  
  .white.profile p,
  .inner-content p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify !important;
    font-style: normal;
  }
  
  
  
  .publications-content p:first-of-type {
    font-size: 16px;
    margin-top: 0px;
    font-weight: bold;
   font-family: "CenturyGothic-Bold";
  }
  
  .inner-content .publications-content p:first-child {
   font-family: "CenturyGothic-Bold";
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
  }
  
  .inner-content p:first-child {
   font-family: "CenturyGothic-Bold";
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
  }
  
  .inner-content h1 {
  
    font-size: 22px;
  
    background-image: url(../images/bar-line.gif);
  
    background-repeat: no-repeat;
  
    background-position: bottom left;
  
    padding-bottom: 15px;
  
    padding-top: 0.5rem;
  
    margin-bottom: 20px;
  
    color: #C18000;
  
    font-weight: normal;
  
   font-family: "CenturyGothic-Bold";
  
    text-align: left;
  
  }
  
  
  
  .innerpage h3 {
  
    color: #000;
  
    font-size: 20px;
  
    line-height: 23px;
  
    margin-top: 0px;
  
    margin-bottom: 18px;
  
    border-top: solid 4px #0e4e77;
  
    padding-top: 2rem;
  
  }
  
  .profile-sec h3 {
  
    color: #c18000 !important;
  
    padding: 30px 0px 8px 0px;
  
    margin: 0px;
  
    border-top: solid 0px transparent;
  
  }
  
  .inner-content .col-md-4 {
  
    padding-left: 40px !important;
  
    padding-right: 40px !important;
  
  }
  
  .inner-content .col-md-8 {
  
    padding-left: 0px !important;
  
    padding-right: 40px !important;
  
  }
  
  .inner-content .innerleft h3 {
  
    color: #122454 !important;
  
    font-size: 18px !important;
  
    line-height: 25px !important;
  
    margin-top: 0px !important;
  
    margin-bottom: 18px !important;
  
    border-top: solid 4px #0e4e77 !important;
  
    padding-top: 2rem !important;
  
  }
  
  .profile-sec img {
    width: 100%
  }
  
  .innerbanner {
  
    border-top: solid 1px #C5D8E5;
    background-image: url(../images/aboutus-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 210px;
    min-height: 210px;
    width: 100%;
    padding-top: 2.5rem;
  
  }
  
  .featured-img h3 a {
    margin-bottom: 10px !important;
  }
  
  .post-date {
    margin-bottom: 3px !important;
    margin-top: 20px;
    font-size: 12px;
   font-family: "CenturyGothic-Bold";
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
  
  }
  
  .white {
  
    margin-top: -2.5rem;
  
    background-color: #fff;
  
    padding: 40px;
  
  }
  
  .white.research-publications.overwritte {
    padding: 0px;
  }
  
  .spacepadding {
    padding: 40px;
  }
  
  .white.research-publications.overwritte h2 {
    position: absolute;
    color: white;
    bottom: 10px;
    margin-left: 20px;
    font-weight: bold;
    text-transform: capitalize;
    width: 90%;
    z-index: 9;
  }
  
  .white.research-publications.overwritte {
    overflow: hidden;
  }
  
  .white.research-publications.overwritte .overlay1 {
    background: url(../images/overlay.png);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
  
  }
  
  .white.blogs-inner {
    background-color: transparent;
    padding: 0px;
  }
  
  .white.blogs-inner {
    background-color: transparent;
    padding-top: 0px;
  }
  
  .related h3 {
    margin-bottom: 10px !important;
  }
  
  .white.blogs-inner h3 {
    color: #3d484c;
    font-size: 16px;
    line-height: 22px;
    border-top: transparent;
    padding-top: 0rem;
    margin-top: 0px;
    margin-bottom: 18px;
   font-family: "CenturyGothic-Bold";
  }
  
  .white.blogs-inner .inner-content h3 {
    font-size: 16px;
    color: #000;
  }
  
  .white.blogs-inner h6 {
  
    font-size: 12px;
   font-family: "CenturyGothic-Bold";
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin-top: 5px;
  
  }
  
  
  
  .bannerinner h6 {
    color: #fff !important;
    text-align: left;
  }
  
  
  
  .campaignsimg img {
  
    width: 100%;
  
    display: block;
  
    height: auto;
  
    object-fit: cover;
  
  
  
    /*
  
  transition: opacity .35s,transform .45s;
  
  -webkit-transform: translate3d(-40px,0,0);
  
  transform: translate3d(-10px,-10px,0);
  
  transition: transform 1s;*/
  
  
  
  }
  
  
  
  .campaignsimg {
  
    min-height: 300px;
  
    max-height: 300px;
  
    overflow: hidden;
  
    margin-bottom: 2.5rem;
  
  }
  
  
  
  .white.our-team.campaignsimg {
  
    min-height: 250px;
  
    max-height: 250px;
  
    overflow: hidden;
  
    margin-bottom: 2.5rem;
  
  }
  
  
  
  .headingwrapper {
  
    clear: both;
  
    bottom: 0;
  
    z-index: 3;
  
    position: absolute;
  
    width: auto;
  
    background: rgba(0, 0, 0, 0.6);
  
    left: 20px;
  
    right: 20px;
  
  }
  
  
  
  .white.our-team .headingwrapper {
  
    bottom: 0%;
  
    width: auto;
  
    min-height: 102px;
  
    max-height: 102px;
  
    left: 20px;
  
    right: 20px;
  
    background: rgba(0, 0, 0, 0.6);
  
  }
  
  .white.our-team.partners .headingwrapper {
    background-color: #a6a6a6;
  }
  
  .white.our-team.partners .headingwrapper {
  
    min-height: 110px;
  
    max-height: 110px
  }
  
  
  
  .campaignsimg .slider {
  
    opacity: 0;
  
    display: none;
  
  }
  
  .campaignsimg:hover .slider {
  
    position: absolute;
  
    width: auto;
  
    height: auto;
  
    top: 60%;
  
    bottom: 0px;
  
    overflow: hidden;
  
    color: #FFF;
  
    transition: all 1s;
  
    opacity: 0.9;
  
    background: rgba(0, 0, 0, 0.6);
  
    transition: all 0.5s;
  
    -webkit-animation-name: fadeInUp;
  
    animation-name: fadeInUp;
  
    padding-left: 40px;
  
    right: 20px;
  
    left: 20px
  }
  
  
  
  .white.our-team .campaignsimg:hover .slider {
  
    padding-left: 20px;
  
    top: 205px;
  
  
  
  }
  
  
  
  .slider p {
  
    font-size: 13px;
  
    line-height: 22px;
  
    padding-top: 0rem;
  
    padding-right: 1.25rem;
  
   font-family: "CenturyGothic-Bold";
  
    font-weight: normal;
  
  }
  
  .white.our-team .heading-tittle {
  
    padding: 10px 20px 10px 20px;
  
  
  
  }
  
  .our-team .innerleft {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  
  .our-team .innerleft h3 {
  
    border-bottom: solid 4px #122454;
  
    border-top: solid 0px transparent;
  
    color: #000;
  
    padding-top: 1.5rem;
  
    padding-bottom: 20px;
  
    margin-bottom: 26px;
  
  }
  
  .heading-tittle {
  
  
  
    color: #fff;
  
    width: 100%;
  
    padding-left: 40px;
  
  }
  
  ul.children li a:hover {
    color: #122454 !important;
    text-decoration: underline;
  }
  
  ul.children li {
    padding-bottom: 10px;
  }
  
  a:hover {
    color: #f18903 !important;
    text-decoration: underline !important;
  }
  
  .small-bg.fsd-t h2:hover {
    color: #f18903 !important;
  }
  .publications-content .single a{
    color: #ff6600 !important;
  }
  a{
    color: #000;
  }
  
  .our-team .innerleft p {
    color: #000;
  }
  
  .white.research-publications .col-md-6:last-child {
    padding-left: 0px;
  }
  
  .white.research-publications .leading-item-content p {
    font-size: 13px;
  }
  
  .heading-tittle h2 {
  
    font-size: 1.75rem;
  
    line-height: 70px;
  
    margin: 0px;
  
  }
  
  .breadcrumb {
  
    background-color: transparent;
  
    border-radius: 0rem;
  
   font-family: "CenturyGothic-Bold";
    color: #fff;
  
    margin-bottom: 20px;
  
    padding-left: 0px;
  
  }
  
  .breadcrumb-item a {
  
    font-size: 15px;
  
   font-family: "CenturyGothic-Bold";
  
    color: #fff;
  
  }
  
  .breadcrumb-item.active {
    color: #FFF;
  }
  
  .white .col-md-6 {
  
    padding-right: 20px;
  
    padding-left: 20px;
  
  }
  
  .white .col-md-4,
  .white .col-md-3,
  .white .col-md-9 {
  
    padding-right: 20px;
  
    padding-left: 20px;
  
  }
  
  .innerpage .white.blogs-inner .inner-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  
  .col-md-9.publications-content {
    padding-bottom: 40px;
  }
  
  .white.blogs-inner .inner-content .col-md-3 {
    padding-right: 20px;
  }
  
  .white.blogs-inner .inner-content .col-md-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .innerright h2 {
  
    background-image: url(../images/bar-line.jpg);
  
    background-repeat: no-repeat;
  
    background-position: bottom left;
  
    padding-bottom: 20px;
  
    padding-top: 0.5rem;
  
  }
  
  .innerright {
    padding-right: 1.0rem;
    margin-top: 4rem;
  }
  
  
  
  .white.blogs-inner .innerright h3 {
  
    font-size: 15px;
  
    margin-bottom: 15px;
  
    color: #000;
  
    font-weight: bold;
  
    line-height: 22px;
  
  }
  
  .white.blogs-inner .innerright h5 {
  
    padding-bottom: 18px;
  
    border-bottom: solid #BABABA 4px;
  
    font-size: 13px;
  
    margin-bottom: 18px;
  
  }
  
  
  
  
  
  .white.blogs-inner .innerright h6 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: normal;
  }
  
  .blogs .accordion .col-md-4:nth-of-type(4) {
    display: none;
  }
  
  .blogs .accordion .col-md-4:nth-of-type(5) {
    display: none;
  }
  
  #collapseThree .card-body {
  
    background-color: transparent !important;
  
    padding: 0px 0px 10px 0px;
  
  }
  
  #collapseTwo .card-body {
  
    background-color: transparent !important;
  
    padding: 0px 0px 10px 0px;
  
  }
  
  
  
  #collapseThree .card-body .twitter,
  #collapseTwo .card-body .featuredauthor,
  #collapseThree .card-body .hot {
    padding: 40px 40px 0px 40px;
  }
  
  #collapseThree .card-body .twitter {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  
  .twitterwrapper {
    height: 525px;
    overflow-x: hidden
  }
  
  .innerright li a h5 {
    color: #000;
    font-size: 13px;
  }
  
  
  
  .pagi {
  
    display: flex;
  
    align-items: center;
  
    justify-content: center;
  
    padding-bottom: 20px;
  
    padding-top: 20px;
  
  }
  
  .page-link i {
  
    font-size: 34px;
  
    color: #000;
  
    font-weight: bold;
  
  }
  
  .page-link i:hover {
    color: #FFF;
  }
  
  .page-link:hover {
  
    background-color: transparent;
  
    border-color: transparent;
  
  }
  
  
  
  .page-link {
  
    position: relative;
  
    display: block;
  
    padding: .5rem .75rem;
  
    margin-left: -1px;
  
    line-height: 1.25;
  
    color: #000;
  
    font-size: 14px;
  
    font-weight: bold;
  
    background-color: transparent;
  
    border: 1px solid transparent;
  
    line-height: 45px;
  
  }
  
  
  
  .page-item:first-child .page-link {
  
    margin-left: 0;
  
    border-top-left-radius: 0rem;
  
    border-bottom-left-radius: 0rem;
  
    background-color: transparent;
  
    border: 4px solid #122454;
  
    padding-left: 17px;
  
    padding-right: 17px;
  
    line-height: normal;
  
    margin-right: 1rem;
  
  }
  
  
  
  .page-item:first-child .page-link:hover {
    background-color: #c18000;
    border: 4px solid #c18000;
  }
  
  .page-item:last-child .page-link:hover {
    background-color: #c18000;
    border: 4px solid #c18000;
  }
  
  .page-item.active .page-link {
  
    z-index: 3;
  
    color: #fff;
  
    background-color: #000;
  
    border-color: #000;
  
  }
  
  
  
  .page-item:last-child .page-link {
  
    border-top-left-radius: 0rem;
  
    border-bottom-left-radius: 0rem;
  
    background-color: transparent;
  
    border: 4px solid #122454;
  
    padding-left: 17px;
  
    padding-right: 17px;
  
    line-height: normal;
  
    margin-left: 1rem;
  
    border-radius: 0px;
  
  }
  
  
  
  .page-link:focus {
  
    z-index: 3;
  
    outline: 0;
  
    box-shadow: unset;
  
  }
  
  .related {
    background-color: #EEEEEE;
    padding-bottom: 20px;
  }
  
  .related h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
  }
  
  .row.related {
    margin-right: 15px;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .related .col-md-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .share-your-thoughts h2 {
    font-size: 16px;
    margin-bottom: 2rem;
  }
  
  .share-your-thoughts .form-control {
  
    background-color: transparent;
  
    border: 1px solid #cbcbcb;
  
    border-radius: .15rem;
  
  }
  
  .author {
    width: 100%;
    float: left;
    display: block;
    margin-top: 10px;
  }
  
  .author-pic {
  
    width: 165px;
  
    float: left;
  
    margin-right: 15px;
  
    height: 165px;
  
  }
  
  .author-pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  
  .author-name {
  
    height: auto;
  
    float: left;
  
    padding-top: 22px;
  
  }
  
  
  
  /*Research and Publication Page*/
  
  
  
  .leading-item-banner img {
  
    width: 100%;
  
    height: auto;
  
    display: block;
  
    min-height: 290px;
  
    max-height: 290px;
  
    margin-bottom: 24px;
  
    object-fit: cover;
  
  }
  
  h5.name-title a:hover {
    text-decoration: underline !important;
    color: #122454 !important;
  }
  
  .research-publications .name-title a.author {
    padding-right: 10px;
    text-decoration: none !important;
    color: #122454 !important;
    text-transform: uppercase !important;
  }
  
  h5.name-title a {
    text-decoration: none !important;
    color: #122454 !important;
  }
  
  .research-publications .name-title a:hover.author {
    text-decoration: underline !important;
    color: #122454 !important;
  }
  
  body.category-research-and-publications .gray-bar a.read-more:hover {
    color: #FFF !important;
    font-size: 14px !important;
    text-decoration: none !important;
  }
  
  .research-publications h3 {
    margin-bottom: 0px !important;
    font-size: 20px;
    margin-left: 0px !important;
    padding-top: 0rem;
  
    border-top: solid 0px transparent;
  
    margin-bottom: 3px;
  
    color: #122454 !important;
  
    font-weight: bold !important;
  
    line-height: normal;
  
   font-family: "CenturyGothic-Bold";
  
  
  }
  
  .author-wrapper.overwritte .author-date h5 {
    font-weight: bold !important;
    line-height: normal !important;
    text-transform: none !important;
    font-size: 18px !important;
    margin-bottom: 0px;
   font-family: "CenturyGothic-Bold";
    color: #bf8000;
  }
  
  body.category-news .author-wrapper.overwritte .author-date h5 {
    font-size: 12px !important;
  }
  
  .date-author .post-date,
  .date-author span,
  .date-author .name-title {
    float: left;
  }
  
  .date-author span {
    width: auto !important;
    line-height: normal;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #122454 !important;
    font-size: 12px !important;
    font-family: "CenturyGothic-Bold";
  }
  
  .shortcut-links-wrapper li{
    display: inline-block;
    padding-left: 2rem;
    padding-right: 2rem;
    border-right: solid 1px #122454;
  }
  
  .shortcut-links-wrapper li:last-child{
    border-right:none;
  }
  
  
  
  .Scroll-down {
   
  margin: 0 auto;
    z-index: 2;
    display:block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #000;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
  }
  
  .Scroll-down span {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border-radius: 100%;
    box-sizing: border-box;
    /* background:rgb(241 137 3 / 21%); */
    background:#fff;
  }
  
  
  .Scroll-down span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(254, 58, 4, 0.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
  }
  
  .Scroll-down span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #f18903;
    border-bottom: 1px solid #f18903;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
  }
  
  
  @-webkit-keyframes sdb03 {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    60% {
      box-shadow: 0 0 0 60px rgba(255,255,255,.1);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb03 {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    60% {
      box-shadow: 0 0 0 60px rgba(255,255,255,.1);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  
  
  
  
  .shortcut-links-wrapper ul{
    margin: 2rem 0rem;
    text-align: center;
    }
  
  .author-date h5 a {
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: normal !important;
    font-family: "CenturyGothic-Bold";
    color: #122454 !important;
    text-transform: uppercase;
  }
  
  .author-date h5 {
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: normal !important;
    font-family: "CenturyGothic-Bold";
    color: #122454 !important;
    text-transform: uppercase;
  }
  
  .research-publications h5 {
    font-size: 18px;
    margin-bottom: 0px;
    color: #bf8000;
    font-weight: bold;
    line-height: normal;
    font-family: "CenturyGothic-Bold";
  }
  
  .author-date h6 {
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #122454 !important;
    font-size: 12px !important;
    font-family: "CenturyGothic-Bold";
  }
  
  .publication-date {
    text-transform: uppercase !important;
    color: #122454 !important;
    font-size: 12px !important;
    font-family: "CenturyGothic-Bold";
    font-weight: bold;
    line-height: normal;
  }
  
  .white.blogs-inner .inner-content .author-name h5 {
  
    color: #000;
  
    font-size: 16px;
  
   font-family: "CenturyGothic-Bold";
  
    font-weight: bold;
  
    margin-bottom: 0px;
  
  }
  
  .white.blogs-inner .publications-content h6,
  .research-publications h6 {
  
    margin-bottom: 0px;
    color: #4d4d4d;
    line-height: normal;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #122454 !important;
    font-size: 12px !important;
   font-family: "CenturyGothic-Bold";
  
  
  
  }
  
  
  
  .publications-content .bannerinner {
    margin-bottom: 30px;
  }
  
  .white.blogs-inner .publications-content h6 {
  
    font-size: 14px;
  
    font-weight: bold;
  
    color: #000;
  
    line-height: normal;
  
  
  
  }
  
  
  
  
  
  
  
  .research-publications p {
  
    font-family: century-gothic, sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
  
  }
  
  .research-publications .col-md-12.pagi {
    margin-top: 30px;
  }
  
  .item h3 a {
   font-family: "CenturyGothic-Bold";
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: normal;
  }
  
  .publication-name {
  
    font-size: 12px;
  
    margin-bottom: 0px;
  
    padding-left: 10px;
  
    color: #000;
  
    line-height: normal;
  
  }
  
  .publicationsright a {
    display: flex !important;
  }
  
  .col-md-6 .publicationsright .listing__text h6 {
    border-bottom: solid #b8b8b8 4px;
    padding-bottom: 2rem;
    margin-bottom: 15px;
  }
  
  .col-md-6 .publicationsright:nth-of-type(3) .listing__text h6:last-of-type {
    border-bottom: solid transparent 0px;
    padding-bottom: 0rem;
  }
  
  
  
  .publicationsright-img {
  
    width: 37%;
  
    float: left;
  
    margin-right: 3%;
  
    min-height: 110px;
  
    max-height: 100px;
  
    overflow: hidden;
  
  }
  
  .listing__text {
  
    float: left;
  
    width: 60%;
  
  }
  
  .publicationsright-img img {
  
    width: 100%;
  
    height: auto;
  
  }
  
  .author-date .date-author h5.name-title {
    font-size: 12px !important;
    color: #122454 !important;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase !important;
  }
  
  .gray-bar {
  
    background-color: #f1f1f1;
  
    padding: 30px 30px 30px 30px;
  
    margin-top: 25px;
  
  }
  
  .filter-blue.inline-button {
    padding: 20px 20px 20px 20px;
    margin-top: 0px;
  }
  
  .filter-blue.inline-button a {
    margin-right: 10px;
    background: #fff;
    border: none;
    padding: 1rem 1.5rem;
    border-radius: 3px;
    width: 220px;
  }
  
  .filter-blue.inline-button a.active {
    background-color: #F5A800 !important;
    border-color: #F5A800 !important;
  }
  
  .filter-blue {
    width: 100%;
    background-image: url(../images/blue-bar.jpg);
  
    background-repeat: repeat-y;
  
    background-color: #126297;
  
    padding: 20px 20px 6px 20px;
  
    margin-top: 20px;
    display: inline-block;
  }
  
  
  
  
  .sub-title-2 {
    background-repeat: no-repeat;
    background-image: url(../images/icons/titlehome.svg);
    text-align: left;
    padding-left: 4rem;
  }
  
  
  .white.research-publications.blogfinal .filter-blue {
    padding: 20px 30px;
  }
  
  .white.research-publications.blogfinal a .leading-item-content p {
    color: #122454 !important;
  }
  
  .white.research-publications.blogfinal .filter-blue .form-group {
    margin-bottom: 0px
  }
  
  .gray-img img {
  
    width: 100%;
  
    height: auto;
  
    display: block;
  
    min-height: 106px;
  
    max-height: 106px;
  
    object-fit: cover;
  
  }
  
  .col-md-2.gray-img {
    padding-right: 0px;
    overflow: hidden;
  }
  
  .gray-bar .col-md-10 {
    padding-left: 20px;
  }
  
  .filter-blue .form-control {
  
    font-size: 14px;
  
    height: 38px;
  
  }
  
  .filter-blue h3 {
    color: #FFF !important;
    padding-top: 10px;
    font-size: 20px !important;
  }
  
  .filter-blue .btn-secondary {
  
    padding-top: .375rem;
  
    padding-bottom: .375rem;
  
    color: #fff;
  
    background-color: #bf8000;
  
    border-color: #bf8000;
  
    border: 1px solid #bf8000;
  
    width: 100%;
  
    font-size: 15px;
  
    font-weight: bold;
  
   font-family: "CenturyGothic-Bold";
  
    text-transform: capitalize;
  
    line-height: normal;
  
    height: 38px
  }
  
  
  
  .filter-blue .form-control {
    border: 1px solid #FFF;
    color: #989898;
    font-style: italic;
    font-size: 13px;
    padding-left: .3rem;
    padding-right: .3rem;
  }
  
  .filter-blue .form-control:focus {
  
    color: #495057;
    background-color: #FFF;
    border-color: #FFF;
  
  }
  
  .filter-blue .col-md-2 {
    padding-left: 7px;
    padding-right: 7px;
  }
  
  .blogfinal .filter-blue .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-left: 8px;
    padding-right: 8px;
  }
  
  .topic-banner img {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    vertical-align: top;
  }
  
  ul.topic-lists {
    margin: 28px 0px 0px 0px;
  }
  
  .topic-lists li {
    width: 48%;
    background-color: #E9E9E9;
    display: inline;
    float: left;
    margin: 1% 4% 28px 0;
    padding: 25px 30px 0px 30px;
    font-size: 28px;
    min-height: 90px;
  
  }
  
  .topic-banner .topic-lists li a {
   font-family: "CenturyGothic-Bold";
    font-size: 24px;
    font-weight: normal;
    color: #000;
  }
  
  .topic-banner .topic-lists li a:hover {
    color: #122454 !important;
  }
  
  .topic-lists li:nth-of-type(even) {
    margin-right: 0px;
  }
  
  .topic-banner li a {
    color: #B88306;
    font-size: 14px;
  }
  
  .filter-blue .col-md-2:first-child {
    padding-left: 20px;
  }
  
  .filter-blue .col-md-2:last-child {
    padding-right: 20px
  }
  
  .blogfinal .filter-blue .col-md-2:first-child {
    padding-left: 8px;
    max-width: 14.666667%;
  }
  
  .panel.search.container h2,
  .panel.search.container h4 {
   font-family: "CenturyGothic-Bold";
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #000;
    text-decoration: none !important;
    border: none !important;
  }
  
  .panel.search.container h4:hover {
    text-decoration: none !important;
    color: #000;
  }
  
  .panel.search.container p {
    font-size: 15px;
  }
  
  .panel.search.container .col-md-7.columns {
    padding-right: 30px;
    padding-left: 30px;
  }
  
  .panel.search.container .col-md-7.columns hr {
    display: none;
  
  }