/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. BASE

  1.1. Typography
  1.2. Common Styles

2. HEADER

  2.1. Navigation
  2.2. Site Search
  2.3. Top Navigation

3. TRANDING NEWS

4. POST STYLES

  4.1. Post Title
  4.2. Post Meta
  4.3. Post Overlay
  4.4. Post Block
  4.5. Post List
  4.6. Post Slider
  4.7. Side Post Slider
  4.8. Pagination

5. POST SINGLE STYLES

  5.1. Single Post Title
  5.2. Feature Image
  5.3. Post Ads
  5.4. Post Tag
  5.5. Post Share Widget
  5.6. Post Navigation
  5.7. Author Box
  5.8. Comment Styles

6. FEATURE POST STYLES

7. POST CATEGORY STYLES

8. SIDEBAR

  8.1. Social Pages
  8.2. Sidebar Widget Common Styles
  8.3. Sidebar Nav
  8.4. Newsletter
  8.5. Tags
  8.6. Review Post 
  8.7. Top Authors

9. VIDEO GALLERY

10. CONTACT

11. FOOTER

  11.1. Footer 
  11.2. Footer Widget
  11.3. Footer Info
  11.4. Copyright
  11.5. Footer Menu
  11.6. Scroll to Top

12. RESPONSIVE STYLES

-------------------------------------------------------------------*/
/*=== MEDIA QUERY ===*/
/* 1.1. Typography
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

*{
  margin: 0;
  padding: 0;
}
body, p {
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  color: #666;
  font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #1c1c1c;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  letter-spacing: -0.03em;
}

h1, .h1 {
  font-size: 36px;
  line-height: 48px;
}

h2, .h2 {
  font-size: 28px;
  line-height: 36px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 28px;
}

h5, .h5 {
  font-size: 14px;
  line-height: 24px;
}

/* 1.2. Common styles
================================================== */


body {
  background: #fff;
  color: #575769;
}

html, body {
  height: 100%;
}

a {
  color: #dc3545;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a.read-more {
  color: #dc3545;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .5px;
}

a.read-more:hover {
  color: #000;
}

ul li{
  list-style: none;
}

.section-padding {
  padding: 70px 0;
  position: relative;
}

.section-sm {
  padding: 30px 0;
}

.p-top-0 {
  padding-top: 0;
}

.p-bottom-0 {
  padding-bottom: 0;
}

.m-top-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0;
}

.media > .pull-left {
  margin-right: 20px;
}

img.banner {
  display: inline-block;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.py-50 {
  clear: both;
  height: 50px;
}

.py-40 {
  clear: both;
  height: 40px;
}

.py-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mrt-0 {
  margin-top: 0 !important;
}

.pab {
  padding-bottom: 0;
}

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

a:focus {
  outline: 0;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

ol, ul {
  margin-bottom: 20px;
}
@media (min-width: 1200px){
.container {
 max-width:1140;
/*    max-width: 1100px;*/
}
}

.ts-padding {
  padding: 60px;
}

.solid-bg {
  background: #f9f9f9;
}

.solid-row {
  background: #f0f0f0;
}

/* Dropcap */
.dropcap {
  font-size: 44px;
  line-height: 50px;
  display: inline-block;
  float: left;
  margin: 0 12px 0 0;
  position: relative;
  text-transform: uppercase;
}

/* Video responsive */
.embed-responsive {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Input form */
.form-control {
    box-shadow: none;
    border: 1px solid transparent;
    padding: 4px 20px;
background: #f0f1f4;
    font-size: 14px;
    border-radius: 2px;
    height: 34px;
}

.form-control.text-area{
      height: 120px!important;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #dc3545;
}

hr {
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
/*  margin: 40px 0;*/
}

blockquote {
  position: relative;
  background: #f7f7f7;
  padding: 45px 50px 30px;
  border: 0;
  margin: 50px 0 40px;
  font-size: 22px;
  line-height: 34px;
  font-family: Arimo, sans-serif;
  font-weight: 400;
  text-align: center;
}

blockquote:before {
  position: absolute;
  content: '\f10e';
  font-family: FontAwesome;
  font-size: 24px;
  padding: 8px 15px;
  top: -30px;
  left: 50%;
  margin-left: -44px;
  color: #fff;
  background: #dc3545;
}

cite {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

blockquote.pull-left {
  padding-left: 15px;
  padding-right: 0;
  text-align: left;
  border-left: 5px solid #eee;
  border-right: 0;
}

/* Button */
.btn-primary, .btn-dark {
  border: 0;
  border-radius: 2px;
  padding: 15px 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: 350ms;
}

.btn-white.btn-primary {
  background: #fff;
  color: #dc3545;
}

.btn-primary {
  background: #dc3545;
}

.btn-primary:hover {
  background: #d32535;
  color: #fff;
}

.btn-dark {
  background: #292931;
}

.btn-dark:hover, .btn-white.btn-primary:hover {
  background: #272d33;
  color: #fff;
}

.general-btn {
  clear: both;
  margin-top: 50px;
}

/* Ul, Ol */
.list-round, .list-arrow, .list-check {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-round li {
  line-height: 28px;
}

.list-round li:before {
  font-family: FontAwesome;
  content: "\f138";
  margin-right: 10px;
  color: #dc3545;
  font-size: 12px;
}

.list-arrow {
  padding: 0;
}

ul.list-arrow li:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 10px;
  color: #dc3545;
  font-size: 16px;
}

ul.list-check li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
  color: #dc3545;
  font-size: 14px;
}

/* Bootstrap */
.nav-tabs > li.active > a {
  border: 0;
  background: none;
}

.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 0;
  background: none;
}

.nav-tabs > li > a {
  border: 0;
  background: none;
}

.nav-tabs > li > a:hover {
  border: 0;
  background: none;
}

.nav > li > a:focus, .nav > li > a:hover {
  background: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/*-- Block title --*/
.news-title {
  font-size: 18px;
  line-height: 28px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
}

.news-title span {
  line-height: 28px;
  padding-bottom: 14px;
  position: relative;
}

.news-title span:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background: #dc3545;
  left: 0px;
  bottom: 0px;
}

.block {
  position: relative;
}

.ad-section img {
  display: inline-block;
}

.breadcrumb-wrapper {
  background: #fff;
}

.breadcrumb {
  color: #777;
  margin: 20px 0 20px 0;
  padding: 0;
  background: none;
}

.breadcrumb > li + li:before {
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 8px;
  color: #777;
}

.slick-slide {
  outline: 0;
}

.alert .icon {
  margin-right: 15px;
}

/* 2. HEADER
================================================== */
.navigation {
  padding: 5px 0;
}

.header-navigation {
  padding: 10px 0;
  background: #fff;
}

.logo {
  padding: 0px 0;
  width: 100%;
}
.logo img{
  width: 100%;
}

.navbar-collapse {
  padding-left: 0;
}

.navbar-toggler {
  padding: 8px;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-nav .nav-item .active.nav-link:before {
  opacity: 1;
}

.navbar-nav .nav-item .nav-link {
  padding-right: 25px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  position: relative;
  transition: 350ms;
}

.navbar-nav .nav-item .nav-link:hover{
/*color: #a5c2ff;*/
color: #df83b8;
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .nav-link {
    display: block;
  }
}

@media (max-width: 575px) {
  .navbar-nav .nav-item .nav-link {
    display: block;
  }
}

@media (max-width: 991px) {
  .navbar-nav .nav-item .nav-link {
    display: block;
    padding: 10px 0;
  }
}

.navbar-nav .nav-item .nav-link:hover:before, .navbar-nav .nav-item .nav-link.active .navbar-nav .nav-item .nav-link:before {
  opacity: 1;
}

.main-navbar {
  position: relative;
/*  border-bottom: 3px solid #b8cdf4;*/
}

.main-navbar .dropdown:hover .dropdown-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  display: block;
  visibility: visible;
}

.main-navbar .dropdown-menu {
  text-align: left;
  background: #fff;
  z-index: 999;
  min-width: 230px;
  border-radius: 0;
  border: 0;
  margin: 0;
  display: block;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top;
          transform-origin: top;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .main-navbar .dropdown-menu {
    display: none;
  }
}

@media (max-width: 575px) {
  .main-navbar .dropdown-menu {
    display: none;
  }
}

@media (max-width: 991px) {
  .main-navbar .dropdown-menu {
    display: none;
  }
}

.main-navbar .dropdown-menu .dropdown-item {
  display: block;
  font-size: 15px;
  padding: 8px 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #1c1c1c;
  font-family: "Roboto", sans-serif;
  transition: all .3s ease;
}

.main-navbar .dropdown-menu .dropdown-item:last-child {
  border: none;
}

.main-navbar .dropdown-menu .dropdown-item:hover {
/*      background: #cadbff;*/
background: #df83b8;
    color: #fff;
}

.site-search {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: .3s;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  top: 0;
}

.site-search input {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 3%;
  border: 0;
  background-color: #fff;
  color: #dc3545;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
}

.site-search input:focus {
  outline: 0;
  box-shadow: none;
  border: none;
}

.site-search .search-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  right: 3%;
  cursor: pointer;
}

.site-search.visible {
  opacity: 1;
  visibility: visible;
}

.nav-search span {
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
}

.close-search {
  font-size: 20px;
}

.top-navigation {
  padding: 8px 0;
  border-bottom: 1px solid #dedede;
  color: #a3a3a3;
  font-size: 13px;
}

.top-nav {
  display: inline-block;
}

.top-nav li {
  display: inline-block;
  line-height: 12px;
  padding-left: 12px;
}

.top-nav li a {
  background: none;
  color: #a3a3a3;
  padding: 0;
  line-height: 100%;
}

.top-nav li a:hover {
  color: #dc3545;
}

.top-nav-social-lists ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: -3px;
}

.top-nav-social-lists li {
  display: inline-block;
  padding: 0;
}

.top-nav-social-lists li a {
  color: #a3a3a3;
  margin-right: 15px;
  font-size: 14px;
  transition: 400ms;
}

.top-nav-social-lists li a:hover {
  color: #fff;
}

.bg-dark {
background: #394f7d !important;
}

.dropdown-menu {
  padding: 0px;
}

.navbar-toggler span {
  color: #fff;
}

/* 3. TRANDING NEWS
================================================== */
.trending-bar-dark {
  background: #292931;
  color: #fff;
  padding: 10px 0;
}

.trending-bar-title {
  background: #dc3545;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  padding: 5px 10px;
  line-height: 100%;
  text-transform: uppercase;
  float: left;
  margin: 0 20px 0 0;
  border-radius: 2px;
}

.trending-bar-dark .post-content, .trending-light .post-content {
  padding: 0;
}

.trending-news-slider .post-title a {
  color: #fff;
  font-weight: 600;
}

.trending-news-slider .post-title.title-sm {
  font-weight: 400;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}

.trending-news-slider .slick-prev:before, .trending-news-slider .slick-next:before {
  font-family: FontAwesome;
  font-size: 13px;
  color: #fff;
  opacity: 1;
}

.trending-news-slider .slick-next:before {
  content: "\f105";
}

.trending-news-slider .slick-prev:before {
  content: "\f104";
}

.trending-news-slider .slick-next {
  border-radius: 2px;
  right: 0;
  background: #dc3545;
}

.trending-news-slider .slick-prev {
  background: #dc3545;
  border-radius: 2px;
  left: unset;
  right: 30px;
  z-index: 3;
}

/* 4. SIDEBAR
================================================== */
.post-title {
  font-size: 22px;
  line-height: 32px;
}

.post-title a {
  color: #292931;
  transition: .2s all;
}

.post-title.title-xl {
  font-size: 26px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.post-title.title-large {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.post-title.title-medium {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.post-title.title-sm {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.title-large {
  font-size: 22px;
}

a.post-category {
  position: relative;
  font-size: 11px;
  background: transparent;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  background: #eee;
  padding: 4px 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  transition: all .3s ease-in-out;
  line-height: 1.2;
  color: #fff;
  background: #dc3545;
}

a.post-category.white:hover {
  color: #fff;
  background: #dc3545;
}

a.post-category.absolute {
  position: absolute;
  left: 5px !important;
}

.post-category a {
  color: #fff;
}

.post-meta {
  text-transform: capitalize;
  font-size: 14px;
}

.post-meta span {
  font-family: "Poppins", sans-serif;
  margin-right: 8px;
  display: inline-block;
  color: #999;
}

.post-meta span a {
  color: #999;
}

.post-meta.white span {
  color: #fff;
}

.post-meta.white a {
  color: #fff;
}

.post-meta span i {
  margin-right: 5px;
}

.post-author a {
  color: #999;
}

.post-author a:hover {
  color: #dc3545;
}

.post-overlay-wrapper {
  position: relative;
}

.post-overlay-wrapper:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.95) 100%);
}

.post-overlay-wrapper .post-thumbnail {
  position: relative;
}

.post-overlay-wrapper .post-thumbnail a {
  display: inline-block;
}

.post-overlay-wrapper .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .3s ease-out;
}

.post-overlay-wrapper .post-content {
  position: absolute;
  bottom: 0;
  padding: 25px;
  width: 100%;
  z-index: 9;
}

@media (max-width: 991px) {
  .post-overlay-wrapper .post-content {
    padding: 8px;
  }
  .post-overlay-wrapper .post-content .post-title {
    font-size: 15px;
    line-height: 20px;
  }
}

.post-overlay-wrapper .post-title a, .post-overlay-wrapper .posted-time {
  color: #fff;
}

.thumb-float-style .post-category {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.post-overlay-wrapper.contentTop .post-content {
  top: 0;
  bottom: auto;
}

.post-overlay-wrapper.contentTop:before {
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
}

.post-overlay-wrapper.text-center {
  margin-bottom: 30px;
}

.post-overlay-wrapper.text-center .post-content {
  padding: 30px 30px 60px;
}

.post-overlay-wrapper.text-center:last-child {
  margin-bottom: 0;
}

.post-overlay-wrapper.text-center .post-meta span {
  padding: 0;
  margin: 0;
}

.post-overlay-wrapper.text-center:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
}

.post-block-wrapper {
  position: relative;
}

.post-block-wrapper .post-thumbnail {
  margin-bottom: 20px;
}

.post-block-wrapper .post-content {
  padding: 0;
}

.post-block-wrapper .post-content .post-title a:hover {
  color: #dc3545;
}

.post-block-wrapper .post-category {
  top: 10px;
}

.post-block-wrapper .post-content .post-meta {
  margin: 3px 0 10px 0px;
}

.post-list-block {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .post-list-block {
    margin-bottom: 30px;
  }
}

.post-block-wrapper.post-float {
  display: -webkit-flex;
  display: flex;
}

.post-block-wrapper.post-float .post-thumbnail {
  position: relative;
  z-index: 1;
  margin-right: 13px;
  -webkit-flex: 1;
          flex: 1;
}

.post-block-wrapper.post-float .post-title {
  margin-top: 0;
}

.post-block-wrapper.post-float .post-content {
  z-index: 0;
  -webkit-flex: 1;
          flex: 1;
}

.post-block-wrapper.post-float .post-category {
  font-size: 8px;
  left: 0;
  top: 0;
}

.block-wrapper {
  padding: 20px 0px 70px 0px;
}

.post-block-wrapper.post-float-half .post-thumbnail {
  float: left;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .post-block-wrapper.post-float-half .post-thumbnail {
    margin-right: 0;
  }
}

.news-style-one-slide .post-block-wrapper {
  padding: 0 15px 0px 0px;
}

.news-style-one-slide .slick-prev:before, .news-style-one-slide .slick-next:before {
  font-family: FontAwesome;
  font-size: 13px;
  color: #999;
  opacity: 1;
  color: #fff;
}

.news-style-one-slide .slick-next:before {
  content: "\f105";
}

.news-style-one-slide .slick-prev:before {
  content: "\f104";
}

.news-style-one-slide .slick-next {
  right: 0;
  border: 1px solid #dc3545;
  background: #dc3545;
  border-radius: 2px;
}

.news-style-one-slide .slick-prev {
  border: 1px solid #dc3545;
  left: unset;
  right: 35px;
  z-index: 3;
  background: #dc3545;
  border-radius: 2px;
}

.news-style-one-slide .slick-prev, .news-style-one-slide .slick-next {
  height: 33px;
  width: 33px;
  top: -42px;
  transition: .2s all;
}

.news-style-one-slide .slick-prev:hover, .news-style-one-slide .slick-next:hover {
  background: #dc3545;
  border-color: #dc3545;
}

.news-style-one-slide .slick-prev:hover:before, .news-style-one-slide .slick-next:hover:before {
  color: #fff !important;
}

.post-slide .slick-prev:before, .post-slide .slick-next:before {
  font-family: FontAwesome;
  font-size: 13px;
  color: #fff;
  opacity: 1;
}

.post-slide .slick-next:before {
  content: "\f105";
}

.post-slide .slick-prev:before {
  content: "\f104";
}

.post-slide .slick-next {
  border-radius: 2px;
  right: 0;
  background: #dc3545;
}

.post-slide .slick-prev {
  background: #dc3545;
  border-radius: 2px;
  left: unset;
  right: 36px;
  z-index: 3;
}

.post-slide .slick-prev, .post-slide .slick-next {
  height: 33px;
  width: 33px;
  top: -42px;
}

.post-list-view {
  margin-bottom: 20px;
}

.post-grid-view {
  margin-bottom: 40px;
}

.post-thumbnail img {
  border-radius: 4px;
}

.pagination-wrapper {
  position: relative;
  margin-top: 60px;
}

.pagination {
  margin: 0;
  text-align: center;
}

.pagination .page-item {
  display: inline-block;
}

.pagination .page-item a {
  margin-right: 8px;
  color: #292931;
  padding: 10px 16px;
  transition: all .3s ease;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #dedede;
}

.pagination .page-item a:hover {
  color: #fff;
  background: #dc3545;
  border-color: #dc3545;
}

.pagination .page-item.active > a {
  color: #fff;
  background: #dc3545;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.02);
  border-color: #dc3545;
}

.pagination .page-item.active > a:hover {
  color: #fff;
  background: #dc3545;
  border-color: #dc3545;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.02);
}

.pagination li > a:hover {
  color: #fff;
  background: #dc3545;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.02);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-radius: 3px;
}

.post-cat {
  padding: 3px 7px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 17px;
}

.post-cat:hover {
  color: #fff;
}

.post-featured-style {
  min-height: 230px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  border-radius: 4px;
  background-size: cover;
  transition: all 300ms ease-in-out;
}

.post-featured-style .post-content {
  padding: 30px;
  transition: all .3s ease;
  position: absolute;
  z-index: 9;
  bottom: 0;
}

.post-featured-style .post-title a {
  color: #fff;
}

.post-featured-style .post-meta span {
  color: #fff;
}

.post-featured-style .post-meta a {
  color: #fff;
}

.post-featured-style:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.4);
}

.post-author img {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
}

.news-style-two-slide .item {
  padding-right: 5px;
}

/* 5. POST SINGLE STYLES
================================================== */
.single-block-wrapper {
  background: #fff;
}

.single-post .post-title {
  font-size: 48px;
  line-height: 58px;
  padding: 15px 0 8px 0;
  margin: 0;
  font-weight: 800;
}

.single-post p {
  margin-bottom: 15px;
  color: #000;
}

.post-body {
  margin: 20px 0;
}

.post-featured-image {
  margin-bottom: 30px;
  border-radius: 2px;
  overflow: hidden;
}

.post-ad-holder {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .post-ad-holder {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.post-ad-holder img {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .post-ad-holder img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .post-ad-holder p {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
  }
}

.post-media.post-video, .post-media.post-audio {
  margin-bottom: 30px;
}

.entry-content h3 {
  margin: 0;
  padding: 20px;
  font-size: 22px;
  line-height: 30px;
}

.tags-source {
  margin: 20px 0;
}

.post-source span, .post-tags span {
  text-transform: uppercase;
  border-radius: 2px;
  margin-right: 5px;
  font-size: 12px;
}

.post-source a, .post-tags a {
  border-radius: 2px;
  display: inline;
  list-style: none;
  padding: 5px 10px;
  margin-right: 5px;
  text-align: center;
  font-size: 12px;
  color: #292931;
  background: #f0f1f4;
  transition: all .3s ease-in-out;
}

.post-source a:hover, .post-tags a:hover {
  background: #dc3545;
  color: #fff;
  border-color: #dc3545;
}

.share-block {
  padding: 20px 0px;
  margin: 25px 0px 55px 0px;
}

.share-icons {
  margin-bottom: 0px;
}

.share-icons > li {
  display: inline-block;
}

.share-icons > li:not(:last-child) {
  margin-right: 8px;
}

.share-icons a {
  text-align: center;
  height: 38px;
  color: #000;
  background: #f0f1f4;
  width: 38px;
  display: block;
  border-radius: 100%;
}

.share-icons a i {
  font-size: 14px;
  line-height: 38px;
}

.share-icons > li.facebook a {
  color: #3B5998;
}

.share-icons > li.twitter a {
  color: #00aced;
}

.share-icons > li.gplus a {
  color: #c53942;
}

.share-icons > li.pinterest a {
  color: #ce222b;
}

.share-icons > li.reddit a {
  color: orangered;
}

.post-navigation {
  display: inline-block;
  padding: 30px 20px;
  background: #f0f1f4;
  border-radius: 2px;
  margin-bottom: 30px;
}

.post-navigation span:hover, .post-navigation h3:hover {
  color: #dc3545;
}

.post-navigation .previous-post, .post-navigation .next-post {
  width: 50%;
}

.post-navigation h6 {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
}

.post-navigation i {
  margin: 0 5px;
}

.post-navigation span {
  font-size: 14px;
  color: #ccc;
  margin-top: 10px;
}

.post-navigation .previous-post {
  text-align: left;
  float: left;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 30px 0 0;
  border-right: 1px solid #dedede;
}

.post-navigation .previous-post span {
  margin-right: 20px;
}

.post-navigation .next-post {
  text-align: right;
  float: left;
  border-right: 0 none;
  padding: 0 0 0 30px;
}

.post-navigation .next-post span {
  margin-left: 20px;
}

.post-navigation h3 {
  font-size: 20px;
  margin: 8px 0 0;
}

.author-block {
  padding: 25px 40px 55px 40px;
  margin-bottom: 50px;
  border-radius: 3px;
  text-align: center;
  background: #f0f1f4;
  position: relative;
  margin-top: 95px;
}

.author-thumb img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  margin-top: -70px;
  margin-bottom: 25px;
}

.author-url a {
  color: #1c1c1c;
  font-size: 13px;
}

.author-content h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

.author-content h3 a {
  color: #292931;
}

.author-content .author-counter {
  margin: 10px 0;
}

.author-content .author-counter span {
  background: #292931;
  color: #fff;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  padding: 5px 10px;
  border-radius: 2px;
}

.author-content .author-counter span a {
  color: #fff;
}

.authors-social a {
  color: #292931;
  margin-right: 10px;
}

.authors-social a i {
  font-size: 16px;
}

.comments-block {
  margin: 40px 0;
}

.all-comments .comment-content {
  margin: 15px 0;
}

.all-comments .comment-reply {
  font-weight: 400;
  color: #777;
  font-size: 13px;
  border: 1px solid #dadada;
  padding: 5px 10px;
  border-radius: 3px;
}

.all-comments .comment-reply:hover {
  background: #dc3545;
  color: #fff;
  border-color: #dc3545;
}

.comments-counter {
  font-size: 18px;
}

.comments-counter a {
  color: #323232;
}

.all-comments {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.all-comments .comment {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
}

.all-comments .comment.last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.all-comments img.commented-person {
  height: 80px;
  margin-right: 20px;
  border-radius: 5px;
}

.all-comments .commented-person-name {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-size: 18px;
  color: #303030;
}

.all-comments .comment-hour {
  color: #959595;
  font-size: 14px;
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

.comment-form {
  margin-bottom: 0;
}

.comment-form .title-normal {
  font-size: 22px;
}

.comment-form .comments-btn {
  margin-top: 10px;
  font-size: 12px;
}

.newsletter-form .btn-primary {
  padding: 10px 25px;
  font-size: 14px;
}

.single-media img {
  width: 50%;
}

@media (max-width: 991px) {
  .single-media img {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .media {
    display: block;
  }
  .single-media img {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* 6. FEATURE POST STYLES 
================================================== */
.featured-posts {
  padding: 20px 0;
}

.featured-posts .second-post {
  margin-top: 10px;
}

.featured-slider .item {
  min-height: 477px;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  transition: all .3s ease;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .featured-slider .item {
    min-height: 296px;
  }
}

@media (max-width: 767px) {
  .featured-slider .item {
    margin-bottom: 20px;
  }
}

.featured-slider .item:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  transition: all .3s ease;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

.featured-slider .post-content {
  padding: 30px;
  transition: all .3s ease;
  position: absolute;
  z-index: 9;
  bottom: 0;
}

.featured-slider .slider-post-title {
  margin-bottom: 0;
}

.featured-slider .slider-post-title a {
  color: #fff;
}

.featured-post .posted-time, .featured-post .post-title a {
  color: #fff;
}

.featured-slider.content-bottom .featured-post {
  position: absolute;
  bottom: 0;
}

.featured-slider.content-bottom .item:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

/* 7. POST CATEGORY STYLES
================================================== */
.category-listing .post-block-wrapper .post-content p {
  font-size: 14px;
}

.subCategory > li {
  display: inline-block;
  margin-bottom: 30px;
}

.subCategory > li > a {
  border: 1px solid #dedede;
  padding: 2px 6px;
  margin-right: 6px;
  color: #515151;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}

.subCategory > li > a:hover {
  background: #dc3545;
  color: #fff;
  border: 1px solid transparent;
}

/* Post grid */
.post-grid {
  margin-bottom: 15px;
  min-height: 455px;
}

/* Post list */
.post-list {
  margin-bottom: 40px;
}

/* Top large post */
.top-larget-post {
  margin-bottom: 30px;
}

.top-larget-post .post-title.title-large {
  margin-top: 20px;
  font-size: 24px;
}

.category-style2 .post-title {
  margin-top: 0;
}

/* 8. SIDEBAR
================================================== */
.sidebar .widget.mb-0 {
  margin-bottom: 0;
}

.social-widget a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-bottom: 10px;
}

.social-widget a i {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}

.social-widget .facebook {
  background: #516eab;
}

.social-widget .twitter {
  background: #29c5f6;
}

.social-widget .youtube {
  background: #e14e42;
}

.social-widget .pinterest {
  background: #C92228;
}

.social-widget .linkedin {
  background: #3f729b;
}

.social-widget .youtube {
  background: #C92228;
}

.sidebar .widget {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .sidebar .widget {
    margin: 25px 0;
  }
}

.sidebar-left .widget {
  margin-right: 20px;
}

.sidebar-right .widget {
  margin-left: 20px;
}

.sidebar ul.nav-tabs {
  border: 0;
}

.sidebar ul.nav-tabs li {
  color: #303030;
  line-height: normal;
}

.sidebar ul.nav-tabs li a {
  color: #303030;
  border-radius: 0;
  padding: 15px 0;
  padding-left: 0;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  transition: 400ms;
}

.sidebar ul.nav-tabs li.active a, .sidebar ul.nav-tabs li:hover a {
  color: #dc3545;
}

.sidebar ul.nav-tabs li:last-child a {
  border-bottom: 0;
}

.newsletter-text {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.newsletter-form button {
  margin-top: 15px;
}

.widget-tags ul > li {
  float: left;
  margin: 3px;
}

.sidebar .widget-tags ul > li a {
  border: 1px solid #dadada;
  color: #303030;
  display: block;
  font-size: 14px;
  padding: 3px 15px;
  transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul > li a:hover {
  background: #dc3545;
  color: #fff;
  border: 1px solid transparent;
}

.post-block-wrapper.post-float.review-post-block {
  max-width: 140px;
  min-height: 105px;
}

.post-block-wrapper.post-float.review-post-block .post-thumbnail img {
  max-width: 140px;
  min-height: 105px;
}

.block-wrapper.no-sidebar {
  max-width: 850px;
  margin: 0 auto;
}

.block-wrapper.no-sidebar > .container {
  max-width: 850px;
  margin: 0 auto;
}

.block-wrapper.solid-bg {
  background: #f7f7f7;
  background: #f7f7f7;
}

.solid-bg .pr-2 {
  padding-right: 4px;
}

.solid-bg .pl-2 {
  padding-left: 4px;
}

.top-author {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 38px;
}

.top-author .info {
  margin-left: 20px;
}

.top-author .info h4 {
  margin: 0;
}

.top-author .info h4 a {
  color: #292931;
}

.top-author .info li {
  font-family: "Poppins", sans-serif;
}

.job-item p {
  margin-bottom: 0px;
}

.info-list li {
  margin-bottom: 15px;
}

.signup {
  border: 2px solid #eee;
  padding: 40px;
}

.login {
  border: 2px solid #eee;
  padding: 40px;
}

/* Error page
================================================== */
.error-block {
  padding: 50px;
  text-align: center;
}

.error-block .throw-code h2 {
  display: block;
  font-size: 170px;
  line-height: 170px;
  color: #dc3545;
  margin-bottom: 30px;
}

.error-block a {
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
  font-size: 16px;
}

.broken-img {
  text-align: center;
  border-radius: 10px;
}

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

@media (max-width: 575px) {
  .error-block .throw-code h2 {
    font-size: 100px;
    line-height: 115px;
  }
}

@media (max-width: 400px) {
  .error-block .throw-code h2 {
    font-size: 100px;
    line-height: 115px;
  }
}

@media (max-width: 767px) {
  .error-block .throw-code h2 {
    font-size: 100px;
    line-height: 115px;
  }
}

.search-info i {
  width: 90px;
  height: 90px;
  background: #f0f1f4;
  border-radius: 100%;
  font-size: 22px;
  padding-top: 35px;
}

.job-item h4 {
  -webkit-flex-basis: 40%;
          flex-basis: 40%;
}

.login-signup {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
  width: 100%;
}

/* 10. CONTACT
================================================== */
.contact-info-box {
  margin-top: 20px;
}

.contact-info-box-content h4 {
  font-size: 16px;
  margin-top: 0;
  line-height: normal;
  font-weight: 700;
}

.contact-info-box-content p {
  margin-bottom: 0;
}

label {
  font-weight: 400;
}

.form-group {
  margin-bottom: 1.5rem;
}

.lh-45 {
  line-height: 45px;
}

select.form-control:not([size]):not([multiple]) {
  height: auto !important;
}

/* 11. FOOTER
================================================== */


.scroll-to-top {
  position: fixed;
  display: none;
  right: 40px;
  bottom: 30px;
  z-index: 10;
}

.scroll-to-top .btn.btn-primary {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: rgba(41, 41, 49, 0.9);
  font-size: 20px;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
  outline: none;
}

.scroll-to-top .btn.btn-primary:hover {
  color: #fff;
  background: #dc3545;
}


.lead {
  line-height: 28px;
  font-size: 18px;
  color: #787878;
}



/* 12. RESPONSIVE STYLES
================================================== */
/* Medium Devices, Desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Header */
  ul.navbar-nav > li {
    padding: 0 10px;
  }
  ul.navbar-nav > li > a,
  .dropdown-menu li a {
    font-size: 12px;
  }
  /* Projects */
  .project-item-title {
    font-size: 18px;
  }
  /* Clients */
  .clients-logo {
    margin-bottom: 20px;
  }
  /* Action box */
  .action-box-text {
    font-size: 13px;
  }
  /* Footer */
  .footer-social-icons ul li {
    margin: 0 3px 0 0;
  }
  .footer-menu {
    float: none;
  }
  #back-to-top.affix {
    bottom: 35px;
  }
  #back-to-top {
    right: 15px;
  }
  .mega-menu-content {
    max-width: 940px;
  }
}

/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  /* top info */
  ul.top-info li {
    padding-right: 12px;
  }
  /* Header */
  .navbar-fixed {
    position: relative;
    -webkit-animation: none;
            animation: none;
    box-shadow: none;
  }
  .logo {
    padding: 13px 0;
  }
  .logo img {
    height: 40px;
  }
  /* Navigation breakpoint */
  .navbar-toggle {
    display: block;
    z-index: 1;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  ul.navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  ul.navbar-nav > li {
    float: none;
    display: block;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: none;
  }
  ul.nav li.dropdown.open ul.dropdown-menu {
    display: block;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* Navigation */
  .navbar-collapse {
    background: none;
    width: 100%;
  }
  ul.navbar-nav > li:hover > a:after,
  ul.navbar-nav > li.active > a:after {
    content: '';
  }
  ul.navbar-nav > li > a:before {
    border-bottom: 0;
  }
  .navbar-nav .open .dropdown-menu > li {
    padding-left: 0;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 10px 10px;
  }
  ul.navbar-nav > li,
  .nav-style-boxed ul.navbar-nav > li {
    display: block;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 30px;
  }
  ul.navbar-nav > li.nav-search,
  ul.navbar-nav > li.header-get-a-quote {
    display: none;
  }
  ul.navbar-nav {
    width: 100%;
    padding: 0 0 10px;
  }
  ul.navbar-nav li {
    float: none;
  }
  ul.navbar-nav li a {
    line-height: normal !important;
    color: #333;
    border-bottom: 0;
    padding: 10px 0;
    display: block;
    min-width: 350px;
  }
  /* Sidebar */
  .sidebar-right {
    margin-top: 50px;
  }
  .sidebar-right .widget {
    margin-left: 0;
  }
  /* Footer */
  .footer-widget {
    display: inline-block;
    margin-bottom: 30px;
  }
  .footer-info-contents-content {
    padding: 50px 100px 0;
  }
  #back-to-top.affix {
    bottom: 78px;
  }
}

/* Small Devices Potrait */
@media (max-width: 767px) {
  .boxed-layout .body-inner {
    margin: 0 auto;
  }
  /* Top bar */
  .top-nav-date {
    padding: 0;
    border-right: 0;
    display: block;
  }
  .top-nav {
    display: block;
    margin: 10px 0;
  }
  .top-navigation {
    text-align: center;
  }
  .top-nav-social-lists {
    float: none;
    text-align: center;
    display: inline-block;
  }
  /* Header */
  .navbar-fixed {
    position: relative;
    -webkit-animation: none;
            animation: none;
    box-shadow: none;
  }
  .logo {
    padding: 13px 0 25px;
    text-align: center;
  }
  .logo img {
    height: 40px;
  }
  /* Navigation */
  /* Search */
  .nav-search {
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .search-block {
    width: 220px;
  }
  .header.header-menu {
    position: relative;
    margin-bottom: 20px;
  }
  .search-area {
    position: absolute;
    right: 0;
    top: 50px;
  }
  .post-title {
    font-size: 18px;
    line-height: 26px;
  }
  /* Sidebar */
  .sidebar-right {
    margin-top: 50px;
  }
  .sidebar-right .widget {
    margin-left: 0;
  }
  .social-icon li a i {
    margin-bottom: 10px;
  }
  .post-block-wrapper.post-float-half .post-thumbnail img {
    max-width: 100%;
    min-height: 100%;
    margin-bottom: 20px;
  }
  /* Footer */
  .footer-widget {
    display: inline-block;
    margin-bottom: 30px;
  }
  .footer-info-contents-content {
    padding: 50px 20px 0;
  }
  .footer-social-icons li a i {
    margin-bottom: 10px;
  }
  #back-to-top.affix {
    bottom: 78px;
  }
  /* Copyright */
  .copyright-text {
    text-align: center;
  }
  .footer-menu {
    float: none;
    text-align: center;
  }
  #back-to-top.affix {
    bottom: 0;
    right: 20px;
  }
  /* Block title */
  .news-style-two .nav-tabs > li > a {
    font-size: 12px;
  }
  /* Category style */
  .category-style2 .post-thumbnail {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=maps/style.css.map */



/*----------my-css------------*/
.drop-1{
  column-count: 2;
}

.top-phone{

  float: right;
}

.top-mail{

  float: right;
}

.top-contacts p i{
  font-size: 23px;
    border: 1px solid #dde2ed;
    border-radius: 55%;
    width: 45px;
    height: 45px;
    padding: 9px 14px;
    color: #394f7d;
    margin-right: 13px;
    font-weight: 700;
}

.top-contacts .top-mail p i{
padding: 10px 10px;
}

.top-contacts p span{
  font-size: 18px;
    font-family: Roboto;
    letter-spacing: .5px;
    font-weight: 600;
    color: #6a6868;
}

.top-contacts p span a{
    font-size: 18px;
    font-family: Roboto;
    letter-spacing: .5px;
    font-weight: 600;
    color: #6a6868;
}

/*------indi-form-------*/
.bg-new {
    background: #bdbdbd;
    height: 470px;
    position: relative;
    top: 0;
}

/*----banner-----*/
.hero-slider {
  height: 73vh;
}

.hero-slider .slider-item {
  height: 73vh;
/*  display: flex !important;*/
/*  justify-content: center;*/
/*  align-items: center;*/
 /* background-repeat: no-repeat;
  background-position: center;*/
  background-size: cover;
  position: relative;
}

.ban-btn{
    position: absolute;
    top: 57%;
    left: 9%;
}

.btn-but {
     display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 5px 23px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    border-radius: 40px;
    transition: all .35s ease;
    background: #394f7d;
    color: #fff;
    border: none;
}
.btn-but:hover{
      /*background: #b6cefc;
    color: #1b4fbb;*/
    background: #df83b8;
    color: #ffffff;
    
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.hero-slider .slider-item:focus {
  outline: 0;
}

.hero-slider .slick-dots {
  bottom: 20px;
}

.hero-slider .slick-dots li {
  margin: 0 3px;
}

.hero-slider .slick-dots li button:before {
  font-size: 15px;
}

.hero-slider .slick-dots li.slick-active button:before {
  color: #fff;
}

.hero-slider .slick-prev {
     left: 16px;
    z-index: 100;
     background: #ffffff;
    border: 1px solid #0d4ed6;
    width: 37px;
    height: 37px;
}

.hero-slider .slick-prev:before {
 content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 30px;
    color: #0d4ed6;
}

.hero-slider .slick-next {
  right: 20px;
  z-index: 100;
     background: #ffffff;    
    border: 1px solid #0d4ed6;
    width: 37px;
    height: 37px;
}

.hero-slider .slick-next:before {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
   font-size: 30px;
    color: #0d4ed6;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

/*----------my-css----------*/

.index-abt{
  padding: 65px 0px;
}

.about-cont img{     
    border: 7px solid #e4e4e5;
    border-radius: 10px;
}
.about-cont h4{
    font-size: 26px;
    color: #394f7d;
      letter-spacing: .5px;
  font-weight: 700;
    font-family: "Oswald", sans-serif;
}

.about-cont h2{
    font-size: 40px;
    color: #39507c;
  letter-spacing: .5px;
  font-weight: 700;
    font-family: "Oswald", sans-serif;
}
.about-cont h3{
    font-size: 28px;
    color: #868c93;
  letter-spacing: .5px;
  font-weight: 700;
    font-family: "Oswald", sans-serif;
}

.about-cont p{
font-size: 16px;
font-family: Roboto;
letter-spacing: .5px;
color: #000;
text-align: justify;
line-height: 26px;
font-weight: 400;
}

.about-cont span{
  font-size: 22px;
  color: #000;
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: .5px;
  /*border-bottom: 2px solid #000;
  padding-bottom: 10px;*/
}

.top-divider{
  border-bottom: 2px solid #39507c;
    margin: 3px 0px 15px;
    width: 15%;
}

.divider{
  border-bottom: 3px solid #095dff;
  margin: 3px 0px 15px;
}
section.ind-services h1 {
    color: #394f7d;
    font-size: 45px;
    letter-spacing: .2px;
}

.testi-form{
/*  padding: 45px 0px;*/
  background: url(../images/accord-bg.jpg) center no-repeat;
  width: 100%;
  background-size: cover;
margin-top: 45px;
  border-top: 1px solid #f4ecec;
}

.title h3{
      font-size: 28px;
    color: #394f7d;
    margin-top: 28px;
    margin-bottom: 12px;
}

/*-------------vertical-sidebar----------*/

.nav-pills-custom .nav-link {
       color: #fff;
    background: #394f7d;
    position: relative;
    border-bottom: 2px solid #ffffff;
transition: 0.5s;
}
.nav-pills-custom .nav-link:hover{
      background: #fff;
    color: #384e7c;
    font-weight: 500;
    transform: scale(1.1);
}

.nav-pills-custom .nav-link span{
  text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.nav-pills-custom .nav-link span.head{
font-size: 22px;
}

.tab-head{
      color: #fff!important;
    height: 61px;
    padding: 15px 0px;
    text-align: center;
}
.tab-head:hover{
 color: #fff!important;
    background: #394f7d!important;
     transform: unset!important;
}

.nav-pills-custom .nav-link.active {
        color: #394f7d;
    background: #fff;
}
.tab-content .tab-pane.my-tab {
    border-radius: 7px;
    padding: 34px 42px;
    background: #f3f3f3;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }

.tab-content h4{
      font-family: 'Oswald';
    font-size: 27px;
    color: #394f7d;
    text-decoration: underline;

}
.tab-content img{
  margin-bottom: 15px;
      border: 1px solid #dadde3;
}
.tab-content p b{ 
    font-size: 19px;
    color: #000;
    letter-spacing: .5px;
    line-height: 26px;
    text-align: justify;
    font-family: 'Roboto';
}
.tab-content .listed li{
  font-size: 16px;
     color: #000;
    letter-spacing: .5px;
    line-height: 26px;
    text-align: justify;
    font-family: 'Roboto';
    position: relative;
    left: 15px;

}
.tab-content .listed li i{
      margin-right: 10px;
    font-size: 18px;
        color: #394f7d;
            left: -25px;
    top: 3px;
    position: absolute;
}
.btn-but.ser-but{
      font-size: 16px;
      text-transform: capitalize;
      letter-spacing: .5px;
    padding: 5px 12px;
    font-weight: 500;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}



/*-------new-footer------*/

.footer {
  padding-bottom: 10px;
}

.footer .copyright a {
      font-weight: 600;
    color: #fff;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.logo h3 {
  color: #223a66;
}

.logo span {
  color: #223a66;
}

.widget .divider {
  height: 5px;
  width: 10%;
}

.widget h4 {
  color: #f2f6ff;
    font-size: 23px;
    margin-top: 5px;
}

.widget .footer-menu a {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Roboto';
    letter-spacing: .5px;

}
.widget .footer-menu a span{
      margin-left: 16px;
}

.widget .footer-menu a:hover {
  color: #f16d4a;
      color: #518bfc;
    font-weight: 500;
}

.footer-contact-block span {
  font-weight: 400;
  color: #ffffff;
  font-family: 'Roboto';  
    font-size: 16px;
    letter-spacing: .5px;

}

.footer-contact-block i {
  font-size: 20px;
  color: #fff;
}

.footer-btm {
     border-top: 1px solid rgb(255 255 255 / 90%);
    padding: 25px 0px 0px;
}

.footer-socials li a {
 width: 45px;
    height: 45px;
    background: #fafbfb;
    color: #3b4f7c;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    padding-top: 8px;
    font-size: 17px;
    border: 2px solid #8aacf6;
    transition: 0.5s;
}
.footer-socials li a:hover{
   transform: scale(1.2);
   background: #9fb8ec;
}
.footer .widget .footer-socials li i:hover{
  color: #fff;
}
.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.widget-contact h6 i {
  color: #f16d4a;
}

.sharptech-logo{
  float: right;
}
.sharptech-logo p{
    font-size: 16px;
    font-family: Roboto;
    color: #fff;
}
.sharptech-logo img{
  width: 18px;
  height: 18px;

}
.copyright p{
  color: #fff;
  font-size: 16px;
  font-family: Roboto;
}

.section-foot{
  padding: 65px 0px 5px ;
/* background: #353535;*/
background: #080909;
}

.footer .widget p{
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 26px;
    position: relative;
    left: 30px;
  }
  .footer .widget p i{
    position: absolute;
    left: -28px;
    top: 5px;
    font-size: 17px;
  }

   .footer .widget .footer-socials li i{
        color: #095dff;
    font-size: 16px;
    margin-right: 0px;
   }

  .footer .widget ul li i{
        color: #fff;
    margin-right: 8px;
    font-size: 12px;
  }

  .extra{
    margin-left: 18px;
  }

  .num-2{
    padding-top: 15px;
  }

/*-------new-testimonials-slider------*/


  
/*-----------faqs-accordian---------*/
.faq-heading {
  font-family: "Roboto", sans-serif;   
  font-weight: 500;
  font-size: 17px;
   -webkit-transition: text-indent 0.2s;
  text-indent: 20px;
  color: #394f7d;
}

.faq-text {
  font-family: "Roboto", sans-serif;
font-weight: 400;
    color: #605656;
    width: 95%;
    padding-left: 20px;
    margin-bottom: 30px;
    letter-spacing: .5px;
}

.faq {
  width: 100%;
  margin: 0 auto;
  background: white;
  border-radius: 4px;
  position: relative;
  border: 1px solid #E1E1E1;
}
.faq label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 50px;
  padding-top:19px;
 
  background-color: #FAFAFA;
  border-bottom: 1px solid #E1E1E1;
}

.faq input[type="checkbox"] {
  display: none;
}

.faq .faq-arrow {
  width: 5px;
  height: 5px;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 2px solid rgba(0, 0, 0, 0.33);
  border-right: 2px solid rgba(0, 0, 0, 0.33);
  float: right;
  position: relative;
  top: -30px;
  right: 27px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

 .faq input[type="checkbox"]:checked + label > .faq-arrow {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
 .faq input[type="checkbox"]:checked + label {
  display: block;
  background: rgba(255,255,255,255) !important;
  color: #4f7351;
  height: 130px;
  transition: height 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

 .faq input[type='checkbox']:not(:checked) + label {
  display: block;
  transition: height 0.8s;
  height: 60px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

::-webkit-scrollbar {
  display: none;
}


/*-----------index-testi----------*/

/*-------testimonials---------*/

.testimonial-2{
  padding: 55px 0px;
      background: #f2f2f250;
}
.testimonial-2 h2{
  font-size: 40px;
    color: #39507c;
    letter-spacing: .5px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
        margin-bottom: 38px;
}

.testimonial {
  position: relative;
}

.testimonial:before {
  width: 48%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
  content: "";
  background: url("../images/bg/bg-2.jpg") no-repeat 50% 50%;
}

.testimonial .slick-dots {
  text-align: left;
}

.testimonial-block {
  position: relative;
  margin-bottom: 20px;
}

.testimonial-block p {
  background: #fff;
  font-size: 18px;
}

.testimonial-block .client-info {
  margin-bottom: 20px;
      margin-left: 45px;
}

.testimonial-block .client-info h4 {
  margin-bottom: 0px;
  margin-bottom: 7px;
    font-size: 27px;
    color: #394f7d;
}
.client-info span{
  font-size: 17px;
  color: #766f6f;
}

/*.testimonial-block i {
  font-size: 60px;
  position: absolute;
  right: 46px;
  bottom: 89px;
  opacity: .08;
}*/

.testimonial-block .slick-dots {
  text-align: left;
}

.testimonial-wrap-2 .slick-dots {
  margin-left: -10px;
}

.testimonial-block.style-2 {
  background: #cbd9f6;
  margin: 0px 4px;
  padding: 30px 30px;
  margin-bottom: 30px;
  height: 191px;
  border-radius: 12px;
  border: 1px solid #adbfe2;
}

.testimonial-block.style-2 .testimonial-thumb {
  float: left;
}

.testimonial-block.style-2 .testimonial-thumb i{
    font-size: 34px;
    color: #d83888;
    margin-right: 20px;
}

/*.testimonial-block.style-2 .testimonial-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 30px;
  border: 5px solid #eff0f3;
  margin-top: -5px;
}*/

.testimonial-block.style-2 .client-info p {
  clear: both;
  background: transparent;
  font-size: 16px;
    color: #000;
        margin-top: 5px;
        margin-left: 5px;
}

/*.testimonial-block.style-2 i {
  bottom: -20px;
  color: #e12454;
  opacity: .3;
}*/

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #406dc9;
    }
  .slick-prev, .slick-next {
top: 44%;
  }

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

/*--------inner-pages-banner-----*/

.page-banner {
  position: relative;
  background-size: cover;
  background-position: center center;
}

.page-banner.bg-1 {
      height: 150px;
    background: #4e4750;

}

.page-banner-content h1 {
font-size: 40px;
    margin-bottom: 10px;
    margin-top: 27px;
    color: #f6f4f3;
}

.page-banner-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.page-banner-content ul li {
  display: inline-block;
  position: relative;
/*  padding-right: 20px;*/
  font-size: 16px;
  font-weight: 500;
  color: #fffefd;
}

.page-banner-content ul li a {
  text-decoration: none;
  color: #9cbcff;
}


.page-banner-content ul li:last-child {
  padding-right: 0;
}

.page-banner-content ul li:last-child::before {
  display: none;
}

.page-banner-img {
  text-align: right;
}

/*----inner-services-page--*/
.ser-page{
      padding: 65px 0px 35px;
}
.inner-content-text h2{
font-size: 35px;
color: #394f7d;
}
.inner-content-text h4{
font-size: 25px;
color: #394f7d;
}
.inner-content-text img{
      margin: 16px 0px 27px;
    border: 1px solid #cac1c1;
    border-radius: 7px;
}
.inner-content-text p{
  font-size: 16px;
  text-align: justify;
  color: #444141;
}

.listed li p i{
      color: #394f7d;
    margin-right: 12px;
    font-weight: normal;
    font-size: 20px;
        position: absolute;
    left: -28px;
}

.listed li p{
  margin-bottom: 0;
  position: relative;
  left: 28px;
  color: #444141;
}

/*.listed-content h4{
    font-size: 24px;
    margin-bottom: 15px;
    color: #31497c;
}
*/

/*--------contact-inner-page------*/

.cont-pg{
  padding: 40px 0px 65px;
}

.contact-info{
  padding-top: 50px;
}

.contact-block h5{
   font-weight: 500;
    color: #ffffff;
    font-size: 19px;
    margin-top: 6px;
}

.contact-block p{
          font-size: 16px;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 400;
    line-height: 25px;
}

.contact-block {
       text-align: center;
    border: 5px solid #b0c6f4;
    padding: 20px 25px;
    height: 235px;
    background: #394f7d;
}

.contact-block i{
      font-size: 26px;
    color: #1a449c;
    background: #abc5fb;
    border: 1px solid #d6d4d4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 12px 0px;
}
.opd{
  margin-top: 30px;
}
.opd h3{
      text-align: center;
    font-size: 32px;
    padding-bottom: 15px;
    color: #394f7d;
}

.opd h5{
  font-size: 25px;
    margin-top: 16px;
}

/*-------testimonials-page----*/
.inner-pg-testi{
padding: 65px 0px;
}

.testi-box{
    background: #b3c5eb;
    padding: 15px 15px;
    margin-bottom: 25px;
    border: 3px solid #5a74aa;
    border-radius: 15px;
    height: 197px;
}

.testi-box h3{
  font-size: 28px;
    color: #d34999;
}
.testi-box span{
font-size: 19px;
    color: #6a6d74;
    font-weight: 500;
}
.testi-box p{
      font-size: 16px;
    color: #000;
    padding-top: 10px;
    position: relative;
    left: 25px;
    width: 95%;
}
.testi-box p i{
     position: absolute;
    left: -25px;
    font-size: 21px;
    top: 5px;
    opacity: .7;
    color: #02297a;
}

/*------publications-page-----*/
.inner-content-text.pub-bg{
      background: #f5f5f5;
    border-radius: 15px;
    padding: 27px 30px;
    border: 2px solid #394f7d;
}

.inner-content-text.pub-bg .listed li p {
      margin-bottom: 0;
    position: relative;
    /* left: 28px; */
    color: #4f4f4f;
    letter-spacing: .3px;
    text-align: justify;
    padding: 0px 20px 0px 14px;
}
.inner-content-text.pub-bg p{
    font-size: 17px;
      color: #000;
}
.inner-content-text.pub-bg p b{
  color: #000;
  font-size: 16px;
}
.inner-content-text.pub-bg .listed li p i{
      color: #394f7d;
    margin-right: 0px
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    left: -22px;
}
.inner-content-text.pub-bg h2 {
    font-size: 35px;
    color: #394f7d;
    margin-bottom: 22px;

}

/*----top-bottom-scroll-button-----*/
#button {
  display: inline-block;
  background-color: #394f7d;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #fbf7f7;
  border: 1px solid #384f7a;
}
#button:hover::after{
  color: #384f7a;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/*------hospital-attachments-page-----*/
.inner-hosp-sec{
  padding: 40px 0px 65px;
}
.hosp-attach{
  margin-top: 25px;
}
.map-box{
      border: 1px solid #b9c3d7;
}
.hosp-attach .map-head p{
      font-size: 18px;
    background: #394f7d;
    padding: 8px 10px;
    color: #fff;
        height: 68px;        
    text-align: center;
    font-weight: 600;

}

.vd-gallery{
	padding:60px 0;
}
.vd-gallery video{
	width:100%;
}



