/* ----------------
  Blog Page
 ---------------------*/
 
 .sb-widget {
   margin-bottom: 58px;
 }
 
 .sb-widget .sb-title {
   font-size: 20px;
   padding-top: 17px;
   margin-bottom: 45px;
   position: relative;
   font-weight: 600;
 }
 
 .sb-widget .sb-title::before {
   position: absolute;
   content: "";
   width: 65px;
   height: 6px;
   left: 0;
   top: 0;
   background: #0d4aa6;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
 }
 
 .sb-widget ul {
   list-style: none;
 }
 
 .sb-widget ul li a {
   display: block;
   padding: 10px 0 14px;
   color: #718090;
   font-size: 14px;
   border-bottom: 1px solid #e3f0fa;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
 }
 
 .sb-widget ul li a:hover {
   color: #0d4aa6;
   border-bottom: 1px solid #0d4aa6;
 }
 
 .sb-widget .sb-search {
   position: relative;
 }
 
 .sb-widget .sb-search input {
   width: 100%;
   height: 47px;
   padding-right: 47px;
   padding-left: 22px;
   font-size: 12px;
   color: #718090;
   font-style: italic;
   border: none;
   background: #f7fafd;
 }
 
 .sb-widget .sb-search button {
   position: absolute;
   width: 47px;
   height: 100%;
   right: 0;
   top: 0;
   color: #0d4aa6;
   font-size: 12px;
   border: none;
   background: transparent;
 }
 
 .recent-post .rp-item {
   overflow: hidden;
   padding-bottom: 22px;
   margin-bottom: 23px;
   border-bottom: 1px solid #e3f0fa;
 }
 
 .recent-post .rp-item img {
   float: left;
   margin-right: 12px;
 }
 
 .recent-post .rp-item .rp-text {
   overflow: hidden;
   padding-top: 2px;
 }
 
 .recent-post .rp-item p {
   margin-bottom: 0;
 }
 
 .recent-post .rp-item .rp-date {
   display: inline-block;
   font-size: 12px;
   color: #fff;
   padding: 4px 13px;
   line-height: 1.3;
   background: #0d4aa6;
 }
 
 .blog-post {
   margin-bottom: 75px;
 }
 
 .blog-post .blog-thumb {
   height: 331px;
   padding-top: 15px;
   margin-bottom: 20px;
 }
 
 .blog-post .blog-date {
   display: inline-block;
   padding: 12px 27px;
   color: #fff;
   font-size: 14px;
   background: #17172d;
 }
 
 .blog-post .blog-metas {
   padding-bottom: 8px;
   margin-bottom: 20px;
   border-bottom: 1px solid #e3f0fa;
 }
 
 .blog-post .blog-meta {
   display: inline-block;
   font-size: 12px;
   color: #718090;
   padding-left: 22px;
   position: relative;
   padding-right: 12px;
   margin-right: 6px;
   margin-bottom: 10px;
 }
 
 .blog-post .blog-meta:last-child {
   margin-right: 0;
   padding-right: 0;
 }
 
 .blog-post .blog-meta:last-child::before {
   display: none;
 }
 
 .blog-post .blog-meta::before {
   position: absolute;
   content: "/";
   top: 0;
   right: 0;
   font-size: 12px;
   color: #718090;
 }
 
 .blog-post .blog-meta:after {
   position: absolute;
   content: "";
   width: 18px;
   height: 18px;
   left: 0;
   top: 0;
   background-repeat: no-repeat;
   background-size: auto;
 }
 
 .blog-post .blog-meta.meta-author:after {
   background-position: center left -2px;
 }
 
 .blog-post .blog-meta.meta-cata:after {
   background-position: center left -24px;
 }
 
 .blog-post .blog-meta.meta-comment:after {
   background-position: center left -48px;
 }
 
 .blog-post .blog-meta a {
   color: #718090;
 }
 
 .blog-post h2 {
   font-weight: 300;
   font-size: 36px;
   margin-bottom: 30px;
 }
 
 .blog-post p {
   margin-bottom: 30px;
 }
 
 .blog-post .read-more {
   min-width: 138px;
 }
 
 .site-pagination a {
   display: inline-block;
   height: 49px;
   font-size: 14px;
   font-weight: 500;
   color: #081624;
   padding: 13px 0;
   margin-right: -1px;
 }
 
 .site-pagination a.current {
   color: #fff;
   background: #0d4aa6;
   padding: 13px 15px;
 }
 
 .site-pagination a.next {
   color: #718090;
 }

 /* ----------------
 Responsive
  ---------------------*/
 
 @media (min-width: 1200px) {
   .container {
     max-width: 1176px;
   }
 }
 
 @media only screen and (min-width: 1200px) and (max-width: 1595px) {
   .site-logo {
     margin-right: 20px;
     padding-left: 15px;
   }
   .header-right {
     padding-right: 60px;
   }
   .header-info-box {
     margin-right: 0;
   }
   .site-nav-menu ul li a {
     margin-right: 0;
   }
   .search-switch {
     width: 50px;
     font-size: 16px;
   }
 }
 
 /* Medium screen : 992px. */
 
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .site-navbar {
     text-align: center;
   }
   .site-logo {
     display: block;
     padding-top: 20px;
     padding-left: 0;
     margin-right: 0;
     margin-bottom: 20px;
     text-align: center;
   }
   .header-right {
     padding-right: 50px;
     text-align: center;
     display: inline-block;
     float: none;
   }
   .header-info-box {
     margin-right: 15px;
     padding: 21px 0 0;
   }
   .site-nav-menu {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
   .search-switch {
     width: 50px;
     font-size: 16px;
     height: 50px;
     border-radius: 50%;
     top: 15px;
   }
   .footer-social a {
     margin-right: 4px;
   }
 }
 
 /* Tablet :768px. */
 
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .site-navbar {
     text-align: center;
   }
   .site-logo {
     display: block;
     padding-top: 20px;
     padding-left: 0;
     margin-right: 0;
     margin-bottom: 20px;
     text-align: center;
   }
   .header-right {
     padding-right: 50px;
     text-align: center;
     display: inline-block;
     float: none;
   }
   .header-info-box {
     margin-right: 15px;
     padding: 21px 0 0;
   }
   .site-nav-menu {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
   .search-switch {
     width: 50px;
     font-size: 16px;
     height: 50px;
     border-radius: 50%;
     top: 15px;
   }
   .hero-slider .owl-nav button.owl-prev,
   .hero-slider .owl-nav button.owl-next {
     position: absolute;
     width: 60px;
     height: 60px;
     top: calc( 50% - 30px);
     font-size: 18px;
   }
   .hero-item h2 {
     font-size: 60px;
   }
   .video-box {
     height: 500px;
     margin-top: 40px;
   }
   .cta-section {
     text-align: center;
   }
   .cta-section h2 {
     margin-bottom: 30px;
   }
   .footer-buttom {
     padding-top: 30px;
   }
   .footer-menu {
     text-align: center;
   }
   .footer-menu li:first-child a {
     margin-left: 0;
   }
   .copyright {
     text-align: center;
     padding-bottom: 30px;
   }
   .about-text {
     padding-top: 50px;
   }
   .reserch-tab-menu {
     margin-bottom: 30px;
   }
   .sidebar {
     padding-top: 50px;
   }
 }
 
 /* Large Mobile :480px. */
 
 @media only screen and (max-width: 767px) {
   .header-top {
     padding: 14px 0;
     text-align: center;
   }
   .header-top p {
     line-height: 1.5;
   }
   .site-navbar {
     text-align: center;
   }
   .site-logo {
     display: block;
     padding-top: 20px;
     padding-left: 0;
     margin-right: 0;
     margin-bottom: 20px;
     text-align: center;
   }
   .header-right {
     display: none;
   }
   .header-info-box {
     margin-right: 15px;
     padding: 21px 0 0;
   }
   .header-info-box .hib-text {
     text-align: left;
   }
   .site-nav-menu {
     display: none;
   }
   .search-switch {
     display: none;
   }
   .slicknav_menu {
     display: block;
     text-align: center;
     background: transparent;
   }
   .slicknav_btn {
     margin: 0 auto 20px;
     background: #081624;
     float: none;
     display: inline-block;
   }
   .slicknav_nav {
     background: #081624;
     text-align: left;
     padding: 8px 5px;
     margin-bottom: 15px;
   }
   .slicknav_nav a:hover,
   .slicknav_nav .slicknav_row:hover {
     background: #25394c;
     color: #fff;
   }
   .hero-item {
     text-align: center;
   }
   .hero-item h2 {
     font-size: 60px;
   }
   .hero-item h2 span:nth-child(1) {
     color: #081624;
     padding-right: 15px;
   }
   .hero-slider .owl-nav button.owl-prev,
   .hero-slider .owl-nav button.owl-next {
     position: absolute;
     width: 40px;
     height: 40px;
     top: calc( 50% - 20px);
     font-size: 14px;
   }
   .video-box {
     height: 500px;
     margin-top: 40px;
   }
   .cta-section {
     text-align: center;
   }
   .cta-section h2 {
     margin-bottom: 30px;
   }
   .footer-buttom {
     padding-top: 30px;
   }
   .footer-menu {
     text-align: center;
   }
   .footer-menu li:first-child a {
     margin-left: 0;
   }
   .copyright {
     text-align: center;
     padding-bottom: 30px;
   }
   .about-text {
     padding-top: 50px;
   }
   .reserch-tab-menu {
     margin-bottom: 30px;
   }
   .circle-progress-warp .circle-progress {
     padding-top: 0;
   }
   .sidebar {
     padding-top: 50px;
   }
   .search-model-form input {
     width: 100%;
   }
 }
 
 /* Small Mobile :320px. */
 
 @media only screen and (max-width: 479px) {
   .hero-item h2 {
     font-size: 50px;
   }
   .hero-item h2 span:nth-child(1) {
     color: #081624;
     padding-right: 15px;
   }
   .map-section {
     padding-bottom: 0;
   }
   .map-info {
     max-width: 100%;
   }
   .map {
     position: relative;
     height: 400px;
     margin-top: 70px;
   }
   .footer-menu li a {
     margin-left: 0;
     padding: 13px 10px;
   }
 }
 

 .footer-info-box {
   margin-bottom: 30px;
 }
 
 .footer-info-box .fib-icon {
   float: left;
   width: 48px;
   padding-top: 8px;
 }
 
 .footer-info-box .fib-text {
   overflow: hidden;
 }
 
 .footer-info-box .fib-text p {
   margin-bottom: 0;
 }

 /*---------------------
 Helper CSS
  -----------------------*/
 
 .section-title {
   text-align: center;
 }
 
 .section-title h2 {
   font-size: 36px;
 }
 
 .set-bg {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: top center;
 }