.text-primary {
  color: #2189ff !important;
}
.text-warning {
  color: #f28e1d !important;
}
.text-success {
  color: #5ea637 !important;
}
.text-info {
  color: #33c3f8 !important;
}
.text-danger {
  color: #ef3d4e !important;
}
.text-grey {
  color: #999 !important;
}
.text-light {
  color: #777 !important;
}
/* .text-secondary {
  color: #555 !important;
} */
.text-dark {
  color: #333 !important;
}
.text-black {
  color: #000 !important;
}
/* 
.btn-primary {
  color: #ffffff !important;
  background-color: #2189ff !important;
  border-color: #2189ff !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  transition: all 0.2s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #ffffff !important;
  background-color: #217be0 !important;
  border-color: #217be0 !important;
}
.btn-warning {
  color: #ffffff !important;
  background-color: #f28e1d !important;
  border-color: #f28e1d !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  transition: all 0.2s;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  color: #ffffff !important;
  background-color: #de8017 !important;
  border-color: #de8017 !important;
}
.btn-outline-warning {
  color: #f28e1d !important;
  background-color: #fff !important;
  border-color: #f28e1d !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  transition: all 0.2s;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-warningoutline-:active {
  color: #fff !important;
  background-color: #de8017 !important;
  border-color: #de8017 !important;
}
.btn-info {
  color: #ffffff !important;
  background-color: #33c3f8 !important;
  border-color: #33c3f8 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  transition: all 0.2s;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  color: #ffffff !important;
  background-color: #29a8d7 !important;
  border-color: #29a8d7 !important;
}
.btn-success {
  color: #ffffff !important;
  background-color: #5ea637 !important;
  border-color: #5ea637 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  transition: all 0.2s;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  color: #ffffff !important;
  background-color: #4c9127 !important;
  border-color: #4c9127 !important;
}
.btn-danger {
  color: #ffffff !important;
  background-color: #ef3d4e !important;
  border-color: #ef3d4e !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  transition: all 0.2s;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  color: #ffffff !important;
  background-color: #c9192a !important;
  border-color: #c9192a !important;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #5ea637;
  border-color: #5ea637;
}
.btn-success.notActive {
  background: #eee !important;
  color: #999 !important;
} */
.btn-grey {
  color: #ffffff !important;
  background-color: #c0bbbc !important;
  border-color: #c0bbbc !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  transition: all 0.2s;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active {
  color: #ffffff !important;
  background-color: #a4a3a3 !important;
  border-color: #a4a3a3 !important;
}

.col-fixed-250-md {
  flex: 0 0 250px;
  padding: 0 5px;
  width: 250px;
}
.col-fixed-300-lg {
  flex: 0 0 315px;
  padding: 0 5px;
  width: 315px;
}

.main-header {
  padding: 20px 15px;
  min-height: 54px;
  transition: all 0.4s;
}

.navbar-brand img {
  height: 44px;
  width: auto;
}
/* .site_search {
  width: 182px;
  position: relative;
  transition: ease-in-out 0.4s;
}
.site_search.form-inline {
  height: 37px;
  display: inline-block;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
}
.site_search.form-inline input,
.site_search.form-inline btn {
  border: 0 !important;
  box-shadow: none;
}
.site_search.form-inline input {
  height: 35px;
  width: calc(100% - 42px);
  display: inline-block;
}
.srch_drop {
  position: absolute;
  top: 49px;
  left: 0;
  width: 364px;
  border-radius: 4px;
  background: #fff;
  padding: 10px;
  animation-name: dropdownAnimation;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  display: none;
  border: 1px solid #ddd;
  z-index: 1000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.srch_drop:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border-left: 1px solid #c5c5c5;
  border-top: 1px solid #c5c5c5;
  left: 20px;
  top: -9px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  z-index: 999;
}

.site_search .form-control {
  border: 1px solid #ddd !important;
  height: 38px;
  background: transparent;
}
.site_search .form-control:focus {
  border-color: #f28e1d;
}
.site_search .btn {
  position: absolute;
  top: 0;
  right: 1px;
  border: 0;
  padding: 1px 7px !important;
  font-size: 20px;
  color: #777;
  background: transparent;
  height: 37px;
}
.site_search .btn:hover {
  color: #000;
} */

.header-search-options {
  padding: 8px 2px;
}
.header-search-options li {
  display: inline-block;
}
.header-search-options li + li {
  margin-left: 11px;
}
.header-search-options li a {
  color: #fff;
  background: #999;
  padding: 8px 15px;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 13px;
}
.header-search-options li a:hover {
  background: #777;
}
.header-search-options li.active a {
  background: #169dd7;
}
.close-header-search {
  position: absolute;
  right: -12px;
  top: -10px;
  color: #c00;
  width: 22px;
  height: 22px;
  text-align: center;
  border: 1px solid #c00;
  border-radius: 50%;
  background: #fff;
  font-size: 13px;
  z-index: 5000;
  cursor: pointer;
  line-height: 21px;
}
.header-search-options {
  margin: 0;
}
.ham_menu {
  font-size: 20px;
  margin-left: 10px;
}

.leftnav {
  position: fixed;
  top: 70px;
  bottom: 20px;
  left: 20px;
  width: 60px;
  background: #222;
  border-radius: 5px;
  padding: 5px 0;
  z-index: 20000;
  transition: all 0.5s;
  opacity: 1;
  height: 90vh;
}
.leftnav:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #222;
  left: 22px;
  top: -8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  z-index: 999;
}
.leftnav ul {
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 111111;
  transition: all 0.7s;
}
.leftnav ul li {
  list-style: none;
  border-bottom: 1px solid #444;
  position: relative;
  line-height: 2;
}
.leftnav ul li a {
  display: block;
  padding: 5px;
  font-size: 24px;
  color: #fff;
}
.leftnav ul li a span {
}
.leftnav ul li a em {
  display: none;
  transition: all 0.2s;
  font-size: 14px;
  font-style: normal;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  background: #2088fb;
  color: #fff;
  text-decoration: none;
  border-radius: 0 4px 4px 0;
  z-index: 100;
  padding: 16px 10px;
  min-width: 140px;
}
.leftnav ul li a:hover em {
  display: table-cell;
  vertical-align: middle;
}

.leftnav .lm-bottom {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
}
.leftnav .lm-bottom li {
  border: 0;
  border-top: 1px solid #444;
}
.leftnav ul li:hover {
  background: #2088fb;
}

.front-wrapper {
  display: block;
  width: 100%;
  max-width: 1200px; /*padding-left: 80px;*/
  margin: 0 auto;
  transition: all 0.3s;
}
/*.hideleftnav .front-wrapper{display: block; width:100%; max-width:1200px; padding: 0;  margin: 0 auto; transition: all 0.3s}*/
footer .front-wrapper {
  max-width: 1400px;
}
.hideleftnav .leftnav {
  opacity: 0;
  height: 0;
  z-index: 1;
  bottom: auto;
}
.hideleftnav .leftnav ul {
  display: none;
}
.ham_menu i {
  transition: all 0.2s;
}
.hideleftnav .ham_menu i {
  transform: rotate(90deg);
}

section {
  padding: 70px 0 50px;
}
.rcs section:nth-child(odd) {
  background: #f2f2f2;
}
section.h-100 {
  min-height: 400px;
}
section p {
  color: #000;
  line-height: 2;
}
section.white {
  background: #fff !important;
}
section.grey {
  background: #f2f2f2 !important;
}

/* h1 {
  font-size: 50px;
  color: #000;
  margin: 0 0 10px;
}
h1 span {
  color: #2289fd;
  font-weight: 500;
}
h2 {
  font-size: 30px;
  color: #555;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}

section {
  font-size: 20px;
}
.relative {
  position: relative;
} */
/* section ul {
  padding: 0;
  margin: 30px 0 50px 0;
  display: block;
}
section ul li {
  list-style: none;
  line-height: 35px;
  margin-bottom: 15px;
  color: #000;
}
section ul li i {
  padding-right: 10px;
  font-size: 18px;
} */
p.lead2 {
  font-size: 20px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.5;
}

.scroll_To_Top {
  color: black;
  text-decoration: none;
  position: fixed;
  padding: 10px;
  text-align: center;
  bottom: 0px;
  right: 10px;
  display: none;
}
.scroll_To_Top:hover {
  color: #f00;
  text-decoration: none;
}
.scroll_To_Top i {
  color: #555;
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  line-height: 21px;
  display: block;
  text-align: center;
  background: #fff;
}

footer {
  font-size: 15px;
}
.footer-top {
  background: #333;
  color: #fff;
  padding: 15px 15px 30px;
}
.footer-top .input-group {
  max-width: 350px;
  margin-top: 20px;
}
.copyright {
  padding: 15px;
}
.footer-top a,
.footer-top {
  color: #8a8989;
}
.footer-top p {
  margin: 5px 0;
  max-width: 480px;
}
.footer-top h4 {
  margin: 20px 0;
  color: #fff;
  font-weight: 400;
}
.footer-logo {
  max-width: 130px;
  margin: 15px 0 10px 0;
}
.footer-list {
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.footer-list li {
  list-style: none;
}
.footer-list li a {
  display: block;
  padding: 6px 0;
}
.footer-list li a:hover {
  color: #35c0ff;
  text-decoration: none;
}
.footer-list li i {
  font-size: 12px;
  padding-left: 5px;
}

.footer-social a {
  display: inline-block;
  margin: 0 3px 0 0;
}
.footer-social a i {
  width: 40px;
  height: 40px;
  background: #999;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.2s;
}
.footer-social a:hover i {
  border-color: #ccc;
}
.footer-social a:first-child i {
  background: #314d97;
}
.footer-social a:nth-child(2) i {
  background: #20a2f7;
}
.footer-social a:nth-child(3) i {
  background: #2774b7;
}

.copyright {
  background: #151515;
  color: #828282;
  border-radius: 0;
}
.copyright p {
  margin: 20px 0;
}
.copyright a {
  display: inline-block;
  padding: 20px 0 20px 15px;
  color: #1d81f2;
}

.header-login .nav-item {
  padding-left: 15px;
}
.header-login .nav-item:first-child {
  padding-left: 17px;
}
.header-mainnav .nav-link {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #555 !important;
  font-family: "Roboto Condensed";
  padding: 8px 20px !important;
  transition: all 0.3s;
}
.header-mainnav .active .nav-link,
.header-mainnav .nav-link:hover {
  color: #2289fd !important;
}
.show > .btn-outline-secondary.dropdown-toggle:focus {
  outline: 0;
  box-shadow: none;
}
.bgimage-main {
  background: url(../images/bgimage-main.png) no-repeat top center;
}

/*H O M E*/
.cms-home {
  margin-top: 100px !important;
}
.cms-home h2 {
  font-weight: normal !important;
  color: #2289fd !important;
  margin: 0 0 40px !important;
}
.cms-home h1 {
  font-weight: 500;
  color: #555;
  margin: 0 0 40px;
}
.cms-home-search {
  width: 96% !important;
  max-width: 700px !important;
  margin: 0 auto 145px;
}
.cms-home-search .btn,
.cms-home-search .form-control {
  border-color: #ccc;
  min-height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus,
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  box-shadow: none;
}

.dropdown-item:hover {
  color: #2289fd;
}
/* home faq */
/* .home-faq{margin-bottom: 120px} */
.home-faq p {
  margin-bottom: 40px;
}
.faqbox {
  display: block;
  width: 100%;
  max-width: 180px;
  margin: 0 auto 30px;
  min-height: 160px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f0f0f0;
  transition: all 0.2s;
  padding: 20px 15px;
  text-align: center;
}
.faqbox:hover {
  background: #c6dafc;
  border-color: #9ecafb;
  text-decoration: none;
}
.faqbox img {
  margin: 0 auto 20px;
}
.faqbox p {
  font-size: 20px;
  margin: 0;
  font-weight: 300;
  color: #555;
  transition: all 0.2s;
}

@media screen and (max-width: 420px) {
  .faqbox p {
    font-size: 15.6px;
  }
}

.faqbox:hover p {
  color: #000;
}

/* home-blog*/
.home-blog {
  margin-bottom: 80px;
}
.home-blog p {
  margin-bottom: 40px;
}
.blog-carousel {
}

#home_blog_carousel .owl-nav {
  position: absolute;
  top: -150px;
  right: 15px;
}
a.blog-item {
  display: block;
  box-shadow: 0 0 20px #ddd;
  border-radius: 5px;
  margin: 20px;
  transition: all 0.3s;
}
a.blog-item:hover {
  text-decoration: none;
  box-shadow: 0 0 40px #bbb;
}
a.blog-item .card {
}
a.blog-item .card h5 {
  font-weight: normal;
  color: #555;
  font-size: 20px;
  transition: all 0.2s;
}
a.blog-item:hover .card h5 {
  color: #2289fd;
}
a.blog-item .card p {
  color: #777;
  font-size: 15px;
}

/* home-news*/
.home-news {
  margin-bottom: 80px;
}
.home-news p {
  margin-bottom: 40px;
}
.news-carousel {
}
#home_news_carousel .owl-nav {
  position: absolute;
  top: -150px;
  right: 15px;
}

a.news-item {
  display: block;
  box-shadow: 0 0 10px #ddd;
  border-radius: 5px;
  margin: 20px;
  transition: all 0.3s;
  border: 1px solid #eee;
}
a.news-item:hover {
  text-decoration: none;
  border: 1px solid #fff;
  box-shadow: 0 0 40px #ccc;
}
a.news-item .card {
  position: relative;
  border: 0;
}
a.news-item .card img {
  border: 1px solid #fff;
}
a.news-item .card .date {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 64px;
  background: #325763;
  color: #fff;
  z-index: 100;
  text-align: center;
  line-height: 1.2;
  padding: 5px;
}
a.news-item .card .date span {
  display: block;
  font-weight: normal;
  letter-spacing: 2px;
}
a.news-item:hover .card .date {
  color: #fff;
}
a.news-item .card h5 {
  font-weight: normal;
  color: #555;
  font-size: 20px;
  transition: all 0.2s;
}
a.news-item:hover .card h5 {
  color: #2289fd;
}
a.news-item .card p {
  color: #777;
  transition: all 0.2s;
  font-size: 16px;
}
a.news-item .card h5 {
  font-weight: normal;
  color: #555;
  font-size: 20px;
  transition: all 0.2s;
}
a.news-item:hover .card h5,
a.news-item:hover .card p {
  color: #2289fd;
}

/* F A Q */
.main-faq {
  margin-top: 100px;
  margin-bottom: 300px;
}
.main-faq p {
  margin: 20px 0 50px;
}
.main-faq .faqbox p {
  margin: 0;
}
.faq-cantfind {
  background: url(../images/cantfind.png) bottom right no-repeat;
}
.faq-cantfind h1 {
}
.faq-cantfind h1 span {
}
.faq-cantfind p {
  color: #777;
  font-size: 24px;
  margin: 60px 0 70px;
}
.faq-cantfind .btn {
  margin-bottom: 100px;
}

/* B L O G */
.blog-main {
  margin-top: 30px;
}
.categorynav.navbar {
  margin: 20px 0;
  padding: 0;
  text-transform: uppercase;
  overflow-x: scroll;
}

/* ::-webkit-scrollbar {
  width: 10px;
} */

.categorynav.navbar .navbar-brand {
  font-size: 16px;
}
.categorynav.navbar .nav-item {
  padding: 5px;
}
.categorynav.navbar .nav-link {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 20px;
  padding: 5px 20px;
  transition: all 0.1s;
}
.categorynav.navbar .nav-link:hover {
  background: rgba(255, 102, 0, 0.55);
  color: #fff;
}
.categorynav.navbar .active .nav-link {
  background: rgba(255, 102, 0, 0.8);
  color: #fff;
}

.featured-blog {
  margin-bottom: 30px;
  display: block;
  box-shadow: 0 0 20px #ddd;
  background: #fff;
  padding-right: 20px;
  transition: all 0.3s;
  border-radius: 5px;
}
.featured-blog h5 {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 30px;
  transition: all 0.3s;
}
.featured-blog p {
  color: #777;
  transition: all 0.3s;
}
.featured-blog:hover {
  box-shadow: 0 0 40px #ccc;
  color: #2289fd;
  text-decoration: none;
}
.featured-blog:hover h5,
.featured-blog:hover p {
  color: #2289fd;
}

.blog-thumb a.blog-item {
  margin: 0 0 30px;
}

/* N E W S  */
.news-main {
  margin-top: 30px;
}
.featured-news {
  margin-bottom: 30px;
  display: block;
  box-shadow: 0 0 20px #ddd;
  background: #fff;
  padding-left: 20px;
  transition: all 0.3s;
  border-radius: 5px;
}
.featured-news h5 {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 30px;
  transition: all 0.3s;
}
.featured-news p {
  color: #777;
  transition: all 0.3s;
}
.featured-news:hover {
  box-shadow: 0 0 40px #ccc;
  color: #2289fd;
  text-decoration: none;
}
.featured-news:hover h5,
.featured-news:hover p {
  color: #2289fd;
}

.news-thumb a.news-item {
  margin: 0 0 30px;
}

/* blog details  */
.bgimage-blogdetails {
  background: url(../images/bgimage-blogdetails.png) no-repeat top center;
}

.details-page {
  margin-top: 100px;
  margin-bottom: 50px;
  /* ul {
    list-style-image: url("/images/next.png");
  
  } */
  .blog_article_area {
    p, li{
      font-size: 14px;
    }
    
    ul li::before {
      content: "";
      display: inline-block;
      height: 1.4em;
      width: 1.4em;
      background-image: url("/images/next.png");
      background-size: contain;
      background-repeat: no-repeat;
      margin: 0 0.5em -0.25em -1em;
    }
  }
}
strong {
  font-weight: 900;
}

.details-page .card {
  -moz-box-shadow: 0px 6px 24px rgba(100, 100, 100, 0.3);
  -webkit-box-shadow: 0px 6px 24px rgba(100, 100, 100, 0.3);
  box-shadow: 0px 6px 24px rgba(100, 100, 100, 0.3);
  margin-bottom: 30px;
}
.details-page .card .card-body {
  padding: 15px;
}
.article_search {
  position: relative;
  margin-bottom: 15px;
}
.article_search .form-control {
  width: 100%;
  min-height: 40px;
}
.article_search .btn {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 100;
  bottom: 1px;
  background: transparent;
  font-size: 20px;
  padding: 2px 7px;
}
.article_search .btn:focus {
  box-shadow: none;
}
.details-page .card h4 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.details-page .card ul {
  padding: 0;
  margin: 0;
}
.details-page .card ul li {
  display: block;
  border-top: 1px solid #ddd;
}
.details-page .card ul li a {
  display: block;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 300;
  color: #2289fd;
}
.details-page .card ul li a:hover {
  color: #000;
  text-decoration: none;
}
.author {
  text-align: center;
  color: #777;
  font-size: 15px;
}
.author i {
  margin: 0 5px;
}
.details-page h1 {
  font-weight: 300;
  margin: 30px auto;
  text-align: center;
}

.article-share p {
  margin-bottom: 5px;
}
.article-share a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #999;
  color: #fff;
  border-radius: 50%;
  margin: 2px;
  transition: all 0.2s;
}
.article-share a:nth-child(2) {
  background: #3b5998;
}
.article-share a:nth-child(3) {
  background: #1da1f2;
}
.article-share a:nth-child(4) {
  background: #0077b5;
}
.article-share a:nth-child(5) {
  background: #0e7886;
}
.article-share a:hover {
  background: #333;
}

.about-author {
  border: 1px solid #ddd;
  padding: 15px;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 4px;
}
.about-author .media img {
  max-width: 100px;
  border-radius: 50%;
}
.about-author .media .media-body,
.about-author .media .media-body p {
  font-size: 15px;
  color: #555;
}
.about-author .media .media-body h5 {
  font-weight: 400;
}
.about-author .media .media-body h5 span {
  font-weight: 500;
  color: #2289fd;
}
.about-author .media .media-body i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #999;
  color: #fff;
  border-radius: 50%;
  margin-left: 5px;
  font-size: 12px;
  transition: all 0.2s;
}
.about-author .media .media-body a:hover i {
  background: #0077b5;
}
.about-author .media .media-body a:nth-child(3):hover i {
  background: #3b5998;
}

.article-navigation {
}

/* news details  */
.bgimage-newsdetails {
  background: url(../images/bgimage-newsdetails.png) no-repeat top center;
}

/*faq-details-header*/
.btn:focus,
.btn:active,
.btn:hover {
  box-shadow: none !important;
}
.faq-details {
  margin-bottom: 50px;
}
.faq-details-header {
  margin: 30px 0 60px;
}
.faq-details-header .input-group {
  width: 100%;
  max-width: 420px;
  margin: 0 0 0 auto;
}
.faq-details-header .input-group .btn,
.faq-details-header .input-group .form-control {
  border-color: #ccc;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.faq-details-header .breadcrumb {
  background: transparent;
  padding: 0;
  position: relative;
  padding-left: 12px;
  margin-left: 6px;
}
.faq-details-header .breadcrumb:before {
  position: absolute;
  top: 5px;
  left: -6px;
  bottom: 3px;
  width: 6px;
  background: #2189ff;
  content: "";
}
.breadcrumb-item.active {
  color: #333;
}
.card-body {
  padding: 15px 20px;
}
.faqleftnav.card {
  -moz-box-shadow: 0px 6px 24px rgba(100, 100, 100, 0.3);
  -webkit-box-shadow: 0px 6px 24px rgba(100, 100, 100, 0.3);
  box-shadow: 0px 6px 24px rgba(100, 100, 100, 0.3);
  margin-bottom: 30px;
}
.faq-details h1 {
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 40px;
}
.faq-details p.lead {
  font-weight: 500;
}
.faq-update {
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  color: #666;
  font-style: initial;
  font-weight: 300;
}
.faq-update a {
  color: #2189ff;
}

.faq-likedislike {
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #e5effd;
  padding: 20px;
  text-align: center;
}
.faq-likedislike h3 {
  font-weight: 300;
  margin-bottom: 20px;
}
.faq-likedislike i {
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  margin: 0 5px;
  transition: all 0.1s;
}
.faq-likedislike a:hover i {
  background: #ddd;
}
.faq-likedislike i.fa-thumbs-up {
  color: green;
}
.faq-likedislike i.fa-thumbs-down {
  color: red;
}
.faqleftnav .nav-link {
  position: relative;
  padding: 12px 16px;
}
.faqleftnav .nav-link[data-toggle].collapsed:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 9px;
  color: #000;
}
.faqleftnav .nav-link[data-toggle]:not(.collapsed):after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 9px;
  color: #000;
}
.faqleftnav.card .card-body {
  padding: 0 0 10px;
}
.faqleftnav.card .card-header {
  background: #f0f0f0;
}
.faqleftnav .nav-item {
  border-bottom: 1px solid #e5e5e5;
}
.faqleftnav .nav-item .nav-item {
  border: 0;
}
.faqleftnav .nav-item .fa-minus {
  font-size: 10px;
  color: #999;
}
.faqleftnav .nav-item .fa-book {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  background: #2189ff;
  color: #fff;
  border-radius: 50%;
  margin-right: 2px;
}
.faqleftnav a {
  color: #333;
}
.faqleftnav a:hover,
.faqleftnav a:active,
.faqleftnav a:focus {
  color: #2189ff;
}

@media screen and (min-width: 1600px) {
  .bgimage-main,
  .bgimage-newsdetails,
  .bgimage-blogdetails {
    background-size: 100%;
  }
}
