/* [ -- Master Stylesheet -- ] */

/* ------------- Index of Stylesheet -------------
:: 1.0 Import Web Fonts
:: 2.0 Import All CSS
:: 3.0 Base CSS
:: 4.0 Header Area CSS
:: 5.0 Welcome Area CSS
:: 6.0 About Us Area CSS
:: 7.0 Service Area CSS
:: 8.0 Doctor Area CSS
:: 9.0 Testimonials Area CSS
:: 10.0 Call to Action Area CSS
:: 11.0 Book an appoinment Area CSS
:: 12.0 Footer Area CSS
:: 13.0 Breadcumb Area CSS
:: 14.0 CTA Area CSS
:: 15.0 Department Area CSS
:: 16.0 Services Area CSS
:: 1 Blog Area CSS
:: 18.0 Contact Area CSS
:: 19.0 Shortcode Area CSS
------------------------------------------------ */

/* :: 1.0 Import Web Fonts */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* :: 2.0 Import All CSS */

@import "../css/bootstrap.min.css";
@import "../css/owl.carousel.css";
@import "../css/magnific-popup.css";
@import "../css/animate.css";
@import "../css/themify-icons.css";

/* :: 3.0 Base CSS */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto',arial,sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: #222222;
  line-height: 1.2;
  font-family: 'Roboto',arial,sans-serif;
  font-weight: 500;
}
p {
  color: #070606;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Roboto',arial,sans-serif;
  font-weight: 400;
}
a:focus {
  outline: 0 solid;
}

a, a:hover, a:focus {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  text-decoration: none;
  outline: none;
  font-size: 14px;
 
  font-family: 'Roboto',arial,sans-serif;
  font-weight: 500;
}


#preloader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #f2f4f8;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  max-width: 1200px;
}
ul,
ol {
  margin: 0;
}

ol li,
ul li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-default {
  background-color: #172538;
}

.bg-gray {
  background-color: #e0f3f9;
}

.bg-transparent {
  background-color: transparent;
}

.bg-transparent-dark {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-transparent-light {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px;
}

#scrollUp {
  background: #002471;
  background: -webkit-linear-gradient(to right, #3de6fa, #243eff);
  background: -webkit-linear-gradient(left, #3de6fa, #243eff);
  background: linear-gradient(to right, #002471, #243eff);
  border-radius: 0;
  bottom: 100px;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 30%);
  color: #fff;
  font-size: 24px;
  height: 40px;
  line-height: 38px;
  right: 0;
  text-align: center;
  width: 40px;
}

.section_padding_100 {
  padding: 100px 0;
}

.section_padding_50 {
  padding: 50px 0;
}

.section_padding_50_0 {
  padding: 50px 0 0 0;
}

.section_padding_100_70 {
  padding: 100px 0 70px;
}

.section_padding_100_50 {
  padding: 100px 0 50px;
}

.section_padding_100_0 {
  padding: 100px 0 0;
}

.section_padding_0_100 {
  padding: 0 0 100px;
}

.section_padding_100_20 {
  padding: 100px 0 20px 0;
}

.section_heading {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.section_heading img {
  margin-bottom: 10px;
}

.section_heading h2 {
  font-size: 36px;
  margin-bottom: 0;
  text-transform: none;
  font-weight: 600;
}

.section_heading.white-heading h2 {
  color: #fff;
}

.section_heading p {
  margin-bottom: 0;
  margin-top: 5px;
}

.cmb_button {
  display: inline-block;
  color: #fff;
  background-color: transparent;
  height: 46px;
  padding: 0 25px;
  line-height: 43px;
  font-size: 14px;
  min-width: 150px;
  border: 2px solid #fff;
  border-radius: 0;
  font-weight: 600;
}

.cmb_button.btn-2 {
  color: #fff;
  background-color: #002471;
  border-color: #002471;
}

.cmb_button.btn-3 {
  color: #fff;
  background-color: #002471;
  border-color: #002471;
  height: 38px;
  border-radius: 30px;
  line-height: 34px;
  min-width: 130px;
}

@media (max-width: 578px) {
    .features-area.fix .features-content p{display:none;}
    .feature-col{padding:0px;}
    .owl-nav{display:none;}
    .accordion.shadow button{white-space: unset;font-size: 14px !important;}
    .accordion.shadow .card-header{padding: 0.3rem 0.25rem;}
    .pro-item p{font-size: 16px;color: #000;}
  .cmb_button.btn-3 {
    height: 25px;
    padding: 0 5px;
    line-height: 20px;
    min-width: 100px;
    font-size: 13px;
  }
}
.cmb_button.btn-4 {
  color: #262626;
  background-color: #fff;
  border-color: #262626;
}

.cmb_button.btn-5 {
  color: #002471;
  background-color: #262626;
  border-color: #262626;
}

.cmb_button:hover,
.cmb_button:focus {
  color: #fff;
  background-color: #0f65db;
  border-color: #0f65da;
}
/* 
.nicescroll-rails {
  z-index: 999999 !important;
}

/* :: 4.0 Header Area CSS */

.header-area {
  position: relative;
  z-index: 100;
}

.top-header-area {
  position: relative;
  height: 55px;
  z-index: 1;
}

.top-header-social-info a {
  font-size: 12px;
  color: #fff;
  margin-right: 20px;
  display: inline-block;
}

.top-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-menu ul li a {
  display: block;
  padding: 5px 10px;
  color: #fff;
}

.main-header-area {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.is-sticky .main-header-area {
  width: 100%;
  z-index: 10000000000000 !important;
  background-color: #f2f4f8;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.2);
}

.navbar {
  padding: 0;
}

#searchbtn {
  cursor: pointer;
  margin-left: 15px;
  color: #002471;
}

.header-search-form,
.search-form-on .navbar-nav {
  display: none;
}

.search-form-on .header-search-form {
  display: block;
}

.header-area .main-menu .nav-link {
  font-size: 14px;
 text-transform: none;
  padding: 0 20px;
  color: #5f5f5f;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.header-area .main-menu .nav-item.active .nav-link,
.header-area .main-menu .nav-link:hover,
.header-area .main-menu .nav-link:focus {
  color: #002471;
}

.dropdown-menu.show {
  border: none;
  padding: 15px 0;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  margin-top: 15px;
}

.dropdown-item {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #5f5f5f;
 text-transform: none;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #002471;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  background-color: #f2f4f8;
}

.header-search-form form input {
  width: 550px;
  height: 45px;
  padding: 5px 15px;
  font-size: 12px;
  color: #fff;
  border: none;
  background-color: transparent;
  border: 2px solid #002471;
  border-radius: 4px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 0;
}

.header-search-form form input:focus {
  box-shadow: none;
  border-color: #002471;
  background-color: transparent;
}

/* :: 5.0 Welcome Area CSS */
/* 

/* ======================================  
           top_cmb_nav Area CSS Area CSS End
    ====================================  */

.top_cmb_nav {
  border-bottom: 1px solid #e5e5e5;
  background-color: #002471;
}
.top_cmb_nav .tn_left li {
  color: #888888;
  font-weight: 500;
  padding: 0px 0 0px;
  margin-right: 64px;
  position: relative;
  list-style: none;
  display: inline-block;
  font-size: 14px;
}

@media (max-width: 767px) {
  /* .top_cmb_nav .tn_left {
    text-align: center;
  } */
  .top_cmb_nav .tn_left li {
    margin-right: 8px;
    font-size: 14px;
  }
}
.top_cmb_nav .tn_left li:last-child {
  margin-right: 0;
}
.top_cmb_nav .tn_left li:last-child:after {
  display: none;
}
.top_cmb_nav .tn_left li i {
  color: white;
  margin-right: 4px;
}
.top_cmb_nav .sr-view {
  text-align: right;
}
.top_cmb_nav .sr-view .top-social {
  /* margin-right: 35px; */
  padding: 13px 0;
  display: inline-block;
}

@media (max-width: 480px) {
  .top_cmb_nav .sr-view .top-social {
    padding: 3px 0;
    display: inline-block;
  }
}
.top_cmb_nav .sr-view .top-social a {
  display: inline-block;
  color: #19191a;
  margin-left: 15px;
  font-size: 14px;
}

@media (max-width: 480px) {
  .hero-slides-content {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  /* .hero-slides-content h5 {
    margin-top: 150px;
  } */

  .top_cmb_nav .sr-view .top-social a {
    margin-left: 5px;
    font-size: 14px;
  }

  /* .hero-area .owl-prev,
  .hero-area .owl-next {
    top: 70%;
  } */
  .cmb_button {
    line-height: 33px;
    height: 36px;
    min-width: 100px;
    padding: 0 10px;
  }
  .bk-btn {
    padding: 10px 17px !important;
  }
}

/* ======================================  
top_cmb_nav Area CSS End
====================================  */

/* ======================================  
  sticky_header_wrapper Area CSS End
====================================  */

#sticky_nav {
  width: 100% !important;
}

#sticky_header_wrapper {
z-index: 999999999999999999999;
}
#sticky_header_wrapper .header-body {
  background: #ffffff;
  border-top: 3px solid #ededed;
  border-bottom: 1px solid transparent;
  box-shadow: rgb(0 0 0 / 4%) 0px 2px 3px 0px;
  z-index: 999999999999999999999;
}

#sticky_nav-sticky-wrapper {
  height: auto !important;
}
#sticky_header_wrapper .active-border {
  position: relative;
  display: inline-block;
}

.fixed-top {
  z-index: 9999999999;
}

@media (min-width: 992px) {
  #sticky_header_wrapper .active-border:after {
    margin: 0px auto;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 30px;
    left: 0%;
    /*border-bottom: 3px solid #002471;*/
  }
}

/* //  ======================= 
        Navbar Customization  
    =============== //// */

#cmb_nav_view,
.cmb-menu-list {
  background: #ffffff;
}

@media (min-width: 992px) {
  .header-container-width .container {
    width: 970px;
  }

  #sticky_header_wrapper .container {
  }
}
@media (min-width: 1199px) {
  /* #sticky_header_wrapper .container {
    max-width: 1140px;
  } */
}
.cmb_navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(51,51,51,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-expand-xl .cmb-menu-list.navbar-nav a.nav-link {
  font-weight: 500;
  /* padding: 10px 10px; */
  text-transform: none;
  font-size: 14px;
  color: #292b2c;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
 text-transform: none;
  display: block;
  /* padding: 30px 0; */
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-expand-xl .cmb-menu-list.navbar-nav a.nav-link:hover,
.navbar-expand-xl .cmb-menu-list.navbar-nav a.nav-link:hover .sub-arrow,
.navbar-expand-xl .cmb-menu-list.navbar-nav a.nav-link:focus,
.navbar-expand-xl .cmb-menu-list.navbar-nav a.nav-link:active {
  color: #002471 !important;
}
@media (max-width: 578px) {
  .navbar-expand-xl .cmb-menu-list.navbar-nav a.nav-link,
  .navbar-expand-xl .cmb-menu-list.navbar-nav a.nav-link:hover,
  .navbar-expand-xl .cmb-menu-list.navbar-nav a.nav-link:focus,
  .navbar-expand-xl .cmb-menu-list.navbar-nav a.nav-link:active {
    padding: 5px 5px;
    /* background: #3092c0;
        color: #292b2c; */
  }
}
@media (min-width: 1199.98px){ 
    .mobile-logo {
      display:none;
  }
}
@media (min-width: 1199.98px){ 
    .navbar-expand-xl .cmb-menu-list.navbar-nav a.nav-link {
      padding: 22px 7px;
  }
}

@media (min-width: 1300px) {
  .navbar-expand-xl .cmb-menu-list.navbar-nav a.nav-link {
       padding: 22px 15px;
        background: #ffffff;
        color: #292b2c;
        font-size: 14px;
  }
  .cmb-menu-list a:hover,
  .cmb-menu-list a:focus,
  .cmb-menu-list a:active,
  .cmb-menu-list a.highlighted {
        padding: 22px 15px;
        background: #ffffff;
        color: #292b2c;
        font-size: 13px;
  }
}




@media (max-width: 578px) {
  .navbar-expand-xl .cmb-menu-list.navbar-nav a.nav-link,
  .navbar-expand-xl .cmb-menu-list.navbar-nav a.nav-link:hover,
  .navbar-expand-xl .cmb-menu-list.navbar-nav a.nav-link:focus,
  .navbar-expand-xl .cmb-menu-list.navbar-nav a.nav-link:active {
    font-size: 13px;
    font-weight: 600;
  }

  .navbar-nav.sm-collapsible .sub-arrow {
    width: 30px;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
  }
}

.cmb-menu-list.navbar-nav ul a,
.cmb-menu-list.navbar-nav ul ul a {
  border: 0 !important;
  padding: 2px 18px;
  background: transparent;
  color: #333333;
  border-radius: 0 !important;
  text-transform: none;
}

.cmb-menu-list.navbar-nav ul a:hover,
.cmb-menu-list.navbar-nav ul a:focus,
.cmb-menu-list.navbar-nav ul a:active,
.cmb-menu-list.navbar-nav ul ul a:hover,
.cmb-menu-list.navbar-nav ul ul a:focus,
.cmb-menu-list.navbar-nav ul ul a:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background: #002471;
  background-image: transparent;
  color: white !important ;
}

.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
  border: solid #6c757d !important;
  border-width: 0 1.4px 1.4px 0 !important;
  display: inline-block !important;
  padding: 2.5px !important;
  transform: rotate(45deg) !important;
  margin-left: 5px;
  /* display: none; */
}

.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow {
  border: solid#6c757d !important;
  border-width: 0 1.4px 1.4px 0 !important;
  display: inline-block !important;
  padding: 2.5px !important;
  transform: rotate(-45deg) !important;
  margin-top: -2px !important;
  margin-left: 3px !important;
}

.navbar-nav:not(.sm-collapsible) .dropdown-item:hover .sub-arrow,
.navbar-nav:not(.sm-collapsible) .nav-link:hover .sub-arrow {
  border-color: #002471;
}

.navbar-toggler,
.navbar-toggler:focus {
  position: relative;
  float: right;
  padding: 5px 7px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  /* background-color: #002471; */
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px !important;
  font-size: 20px;
  outline: 0px;
}

.bk-btn {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  /* padding: 14px 17px; */
  /* width: 150px; */
  /* background: #002471; */
  color: #222222;
  text-transform: none;
  /* margin-left: 10px; */
}

.bk-btn:hover {
  padding: 0!important;
  background: transparent !important;
  color: #002471 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}

@media (max-width: 992px) {
  .navbar-toggler,
  .navbar-toggler:focus {
    padding: 0px 1px;
    margin-top: 8px;
    margin-right: 6px;
    margin-bottom: 5px;
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu.cmb-mega-menu {
    min-width: 500px !important;
  }

  .mega-dropdown-items {
    width: 31% !important;
    display: inline-block !important;
  }
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  border: 0;
}
@media (max-width: 578px) {
  #cmb_nav_view {
    background: transparent;
    max-height: 450px;
    width: 100%;
    /* overflow-y: scroll; */
  }
  .cmb-menu-list {
    margin-top: 10px;
  }

  .ftr-logo-set {
    width: 230px;
  }
}
.dark_skin .logo_dark,
.light_skin .logo_light {
  display: block;
}

.nav-item .nav-link .fas.fa-chevron-down,
.dropdown-item.has-submenu .fas.fa-chevron-down {
  display: none !important;
}

.header .icons div {
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.5rem;
  background: #002471;
  color: white;
  font-size: 20px;
  margin-left: 0.3rem;
  cursor: pointer;
  text-align: center;
}

.header .icons div:hover{
  background: #242424;
  color:#fff;
}

#menu-btn{
  display: none;
}

.header .search-form{
  position: absolute;
  top:110%; 
  left:-110%;
  width: 25rem;
  height:3rem;
  background: #fff;
  border-radius: .5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 2px #002471;
}

.header .search-form.active{
  left:2rem;
  transition: .4s linear;
  z-index: 22;
}

.header .search-form input{
  height: 100%;
  width: 100%;
  background: none;
  text-transform: none;
  font-size: 1.6rem;
  color: black;
  padding: 0 1.5rem;
  outline: 0;
  border: 0;
}

.header .search-form button{
  font-size: 2.2rem;
  /* padding-right: 1.5rem; */
  color:black;
  cursor: pointer;
}

.header .search-form button:hover{
  color:#002471;
}

@media (max-width: 768px){
  .header .search-form {
      width: 99%;
      height: 35px;
  }
  .header .search-form button {
      font-size: 20px;
      margin-bottom: -3px;
  }
  .header .search-form.active {
      left: 0rem;
  }
  .header .search-form input {
      font-size: 16px;
      padding: 0 15px;
  }

}

/* ======================================= 
          breadcrumb CSS Area Start
 ===================================== */
 
.breadcrumb.wizard {
  padding: 0px;
  background: #f1f1f1;
  list-style: none;
  overflow: hidden;
  margin-top: 20px;
  font-size: 10px;
  padding: 0px 15px;
}

.breadcrumb.wizard > li + li:before {
  padding: 0;
}

.breadcrumb.wizard li {
  float: left;
}

.breadcrumb.wizard li.active a {
  /* fallback color */
  background: #002471;
}

/*span bread crumb*/
.breadcrumb.wizard li:first-child span {
    padding-left: 15px;
}
.breadcrumb.wizard li.completed span {
    padding-left: 40px;
    font-size: 14px;
    background: #002471;
}
.breadcrumb.wizard li span {
    color: white;
    text-decoration: none;
    padding: 10px 10px 10px 50px;
    position: relative;
    display: block;
    float: left;
}
.breadcrumb.wizard li span:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
.breadcrumb.wizard li.completed span:after {
    border-left: 27px solid #002471;
}
.breadcrumb.wizard li span:after {
    content: " ";
    display: block;
    width: 0px;
    height: 0px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 30px solid rgb(212, 212, 212);
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 100%;
    z-index: 2;
}



.breadcrumb.wizard li.completed a {

  /* fallback color */
  background: #002471;
}

.breadcrumb.wizard li.active a:after {
  border-left: 30px solid #002471;
}



.breadcrumb.wizard li.completed a:after {
  border-left:27px solid #002471;
}

.breadcrumb.wizard li a {
  color: white;
  text-decoration: none;
  padding: 10px 10px 10px 50px;
  position: relative;
  display: block;
  float: left;
}

.breadcrumb.wizard li a:after {
  content: " ";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 30px solid rgb(212, 212, 212);
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 100%;
  z-index: 2;
}

.breadcrumb.wizard li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

.breadcrumb.wizard li:first-child a {
  padding-left: 15px;
}

.breadcrumb.wizard li a:hover {
  background: #002471;
}

.breadcrumb.wizard li a:hover:after {
  border-left-color: #002471 !important;
}
.content-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  /* margin: 100px 0; */

}

.content-banner img {
  z-index: 999;
  box-shadow: 26px -24px 40px 10px #d54c00;
  animation: float-bob-y 2s infinite;
}

@keyframes float-bob-y {
  0% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
  }
  50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
  }
  100% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
  }
}

@media screen and (max-width: 768px) {
  .carousel-item a img {
      height: 265px;
      object-fit: fill;
  }
  .content-banner img {
      display: block;
      box-shadow: 16px -16px 26px -11px #d54c00;
      width: 135px;
      margin: 35px auto 0;
  }
}


/* ======================================= 
          breadcrumb CSS Area End
 ===================================== */

/* ======================================= 
           Blog CSS Area Start 
 ===================================== */

.blog-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

#cmb_blog {
  position: relative;
  background: #e6eeff;
}

.blog-img {
  height: 175px;
  width: 100%;
  display: block;
  /* box-shadow: rgb(97 97 97 / 26%) 0px 0px 3px 3px; */
}

@media screen and (min-width: 992px) {
  /*.blog-img {*/
  /*  height: 250px;*/
  /*}*/

  .blog-img.blog-detail-img{
    height: 400px;
  }
}

.blog-desc.col-paddingbottom blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 20px;
  border-left: 5px solid #002471;
  font-weight: 700;
}

.blog-img .date {
  position: absolute;
  bottom: -66px;
  left: 23px;
  text-align: center;
  margin-bottom: 0;
  background: #000000;
  border-radius: 10px;
  padding: 12px 4px;
}
.blog-img .date span {
  display: block;
 text-transform: none;
  font-size: 10px;
  /* background: #fff; */
  color: #000;
}
.blog-img .date span {
  font-size: 20px;
  /* background: #3c97e8; */
  color: #fff;
  font-weight: 600;
}
.blog-img .date span {
  padding: 0 4px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .blog-img .date span {
    font-size: 16px;
  }
}

.single_blog_items {
  display: block;
  margin-bottom: 3em;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1);
}
.single_blog_items .desc {
  padding: 1.5em;
  background-color: #ffffff;
  border: 1px solid whitesmoke;
}

@media screen and (max-width: 767px) {
  .single_blog_items .desc {
    padding: 1.2em;
  }
}

.single_blog_items .desc h3 {
  font-weight: 900;
  line-height: 1.5;
  margin-left: 0px;
  font-size: 22px;
  /*text-transform: uppercase;*/
}
@media screen and (max-width: 767px) {
  .single_blog_items .desc h3 {
    margin-left: 60px;
  }
}

.single_blog_items .desc h3 a {
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  color: #000;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .single_blog_items .desc h3 a {
    font-size: 16px;
  }
}
.sidebar .side h2 {
  font-size: 25px;
  margin-bottom: 2em;
 text-transform: none;
  font-weight: 700;
}

.sidebar .side .post {
  margin-bottom: 3em;
}

.sidebar .side .post .desc h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
}

.sidebar .side .post .desc span {
  display: block;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
}
.sidebar .side .post .blog-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  height: 100px;
  width: 100px;
}
.sidebar .side .post .desc {
  padding-left: 120px;
}
.single_blog_items .desc p a {
  color: #000000;
}

.single_blog_items .desc h3 a {
  /*text-transform: lowercase;*/
}

.single_blog_items:hover .desc p a,
.single_blog_items:hover .desc h3 a {
  color: #002471;
}

.single_blog_items:hover .blog-img .date {
  background-color: #002471;
}

.cmb_heading h2 {
  position: relative;
  display: block;
  text-transform: none;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 0px;
  line-height: 1.5;
  color: #000;
}


@media screen and (max-width: 992px) {
  .cmb_heading h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .cmb_heading h2 {
    font-size: 25px;
  }
}
/* ============================================== 
         Blog Area CSS End 
============================================  */

/* ======================================  
    cmd_testimony Area CSS Start
====================================  */

.testimony {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #f2f2f2;
  background: #f1f1f1;
  width: 100%;
  height: auto;
  padding: 30px 15px;
  position: relative;
  border: 1px solid #fff;
}

.fa-quote-right {
  position: absolute;
  top: 0;
  left: 0;
  color: #002471;
  font-size: 35px;
}

.testimony p {
  font-size: 16px;
  margin-bottom: 0;
  text-align: left;
  color: #6c757d;
  font-weight: 500;
}

.testimony:after {
  top: 100%;
  left: 50px;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-top-color: #f1f1f1;
  border-width: 25px;
  border-left-width: 0px;
  border-top-width: 25px;
  margin-left: -15px;
}

@media screen and (max-width: 768px) {
  .testimony {
    margin-bottom: 20px;
  }
}

.testimony-part {
  display: flex;
  align-items: center;
}

.testimony-inner-part-2 a span {
  color: #000000;
  font-size: 20px;
  margin-top: 20px;
  display: inline-block;
}
.testimony-inner-part-2 em {
  color: #ccc;
  font-size: 12px;
}
.img-user {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.testimony-inner-part .img-user {
  width: 90px;
  height: 90px;
  margin-right: 20px;
  margin-left: 30px;
  /* position: absolute; */
  display: block;
  /* border: 10px solid #f7f7f7; */
  box-shadow: rgb(97 97 97 / 26%) 0px 0px 3px 3px;
  border-radius: 50%;
}
.testimony-inner-part .user {
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
 text-transform: none;
  font-weight: 700;
}
.testimony blockquote {
  padding: 0;
  margin: 0 0 0px 0;
  border: none;
}
.testimony blockquote .color i {
  color: #ffbc2c;
}

#cmb_testimonial .owl-carousel  .owl-nav .owl-next,
#cmb_testimonial .owl-carousel  .owl-nav .owl-prev,
#cmb_testimonial .owl-carousel-posts  .owl-nav .owl-next,
#cmb_testimonial .owl-carousel-posts  .owl-nav .owl-prev {
  top: 38%;
  z-index: 9999;
  position: absolute;
  color: #002471;
  background: transparent;
  /* padding: 5px 4px; */
  -webkit-border-radius: 0;
  /* width: 50px; */
  /* height: 50px; */
  font-size: 50px;
  display: flex;
  justify-content: center;
  border: 3px solid  transparent;
  align-items: center;
  border-radius: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #cmb_testimonial .owl-carousel  .owl-nav .owl-next,
  #cmb_testimonial .owl-carousel  .owl-nav .owl-prev,
  #cmb_testimonial .owl-carousel-posts  .owl-nav .owl-next,
  #cmb_testimonial .owl-carousel-posts  .owl-nav .owl-prev {
    top: 98%;
  }
}

#cmb_testimonial .owl-carousel  .owl-nav .owl-next,
#cmb_testimonial .owl-carousel-posts  .owl-nav .owl-next {
  right: -0.5em;
}
@media screen and (max-width: 992px) {
  #cmb_testimonial .owl-carousel  .owl-nav .owl-next,
  #cmb_testimonial .owl-carousel-posts  .owl-nav .owl-next {
    right: 0;
  }
}

#cmb_testimonial .owl-carousel  .owl-nav .owl-prev,
#cmb_testimonial .owl-carousel-posts  .owl-nav .owl-prev {
  left: -0.5em;
}
@media screen and (max-width: 992px) {
  #cmb_testimonial .owl-carousel  .owl-nav .owl-prev,
  #cmb_testimonial .owl-carousel-posts  .owl-nav .owl-prev {
    left: 0%;
  }
}

#cmb_testimonial .owl-carousel-posts  .owl-nav .owl-next i,
#cmb_testimonial .owl-carousel-posts  .owl-nav .owl-prev i,
#cmb_testimonial .owl-carousel-fullwidth  .owl-nav .owl-next i,
#cmb_testimonial .owl-carousel-fullwidth  .owl-nav .owl-prev i {
  color: #000;
}

#cmb_testimonial .owl-carousel-posts  .owl-nav .owl-next:hover i,
#cmb_testimonial .owl-carousel-posts  .owl-nav .owl-prev:hover i,
#cmb_testimonial
  .owl-carousel-fullwidth
  
  .owl-nav
  .owl-next:hover
  i,
#cmb_testimonial
  .owl-carousel-fullwidth
  
  .owl-nav
  .owl-prev:hover
  i {
  color: #000;
}

#cmb_testimonial .owl-theme  .owl-nav [class*="owl-"] {
  color: #000;
  background: transparent;
  padding: 5px 4px;
  -webkit-border-radius: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  border: 3px solid #cccccc;
  align-items: center;
  border-radius: 0;
}

@media (max-width: 767px) {
  #cmb_testimonial .owl-theme  .owl-nav [class*="owl-"] {
    width: 30px;
    height: 30px;
    border: 2px solid #cccccc;
  }
}
#cmb_testimonial .owl-theme  .owl-nav [class*="owl-"] i {
  border: none;
}
#cmb_testimonial .owl-theme  .owl-nav [class*="owl-"]:hover {
  background: #fff;
}
#cmb_testimonial .owl-theme  .owl-nav [class*="owl-"]:hover i {
  background: #fff;
}

#cmb_testimonial .owl-theme  .owl-dots .active {
  box-shadow: none;
}

#cmb_testimonial .owl-theme  .owl-dots {
  display: flex;
  justify-content: center;

  margin-top: 50px;
}

#cmb_testimonial .owl-theme  .owl-dots span {
  position: relative;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 1px solid #6c757d;
  margin: 0 5px;
}
/* #cmb_testimonial .active {
opacity: 0.5;
transition: all 0.3s;
} */

#cmb_testimonial .owl-theme  .owl-dots .active span {
  background: #002471;
  box-shadow: none;
  border-color: transparent;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}

/* ======================================  
    cmd_testimony Area CSS End
====================================  */

/* .mx_prod_width{
 max-width: 800px;
 margin: 0 auto
} */


/* ======================================  
   About Area CSS Start
====================================  */


  .about_img_1 {
    margin-bottom: 30px;
  }


/* ======================================  
     About Area CSS End
====================================  */



/* ======================================  
    top_cmb_nav Area CSS Area CSS End
====================================  */




/* ======================================  
     Features Area CSS Start
====================================  */
    
.fix {
  overflow: hidden;
}

.features {
  position: relative;
}


.features-humb img {
  width: 100%;
  max-height: 100vh;
}
.features-humb a {
  display: block;
}
.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.features-content {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 3;
}



.pt-200 {
  padding-top: 200px;
}


.features-content p {
  font-size: 18px;
 text-transform: none;
  color: #ffffff;
  font-weight: 600;
}


.features:hover img {
  transform: scale(1.1);
}


.feature-title {
  color: #ffffff;
  font-size: 2vw;
  font-weight: 500;
 text-transform: none;
  line-height: 1.2em;
  text-align: center;
}

.discount a{
  color: #002471;
}

.feature-col .features .overlay{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.05);
   /* z-index: 2; */
}



.feature-col:nth-child(1) .features .overlay{
  background-color: rgba(56 60 87/1);
}

.feature-col:nth-child(2) .features  .overlay{
  background-color: rgba(160 90 92/1);
}

.feature-col:nth-child(3) .features  .overlay{
  background-color: rgba(171 111 199/1);
}



/* ================================= 
           Features CSS End
  ================================== */


/* ================================= 
           Show-case CSS End
  ================================== */
  .show-case {
    position: relative;
    padding-bottom: 130px;
}
.lightblue {
    background: #212227;
}


.section-wrapper {
  position: relative;
  z-index: 999;
}
.sub-title {
  font-size: 18px;
  font-weight: 600;
  color: #002471;
 text-transform: none;
  font-family: "Barlow Condensed", Sans-serif;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #222222;
  font-family: "Barlow Condensed", Sans-serif;
 text-transform: none;
}


.section-wrapper p {
  font-size: 16px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}


.offer-text {
  height: 80px;
  width: 35px;
  position: absolute;
  background: #ff145c;
  color: #fff;
 text-transform: none;
  line-height: 1;
  display: grid;
  left: 29%;
  place-items: center;
  font-weight: 600;
}

.offer-text {
  position: absolute;
  top: 42%;
  left: 40%;
  z-index: 99;
}


.back1-text {
  font-size: 159px;
  position: absolute;
  top: 40%;
  left: 50%;
  color: #5c5f66;
  letter-spacing: -2px;
  font-weight: 600;
 text-transform: none;
  transform: translate(-50%, -50%);
}

.back-text {
  position: absolute;
  z-index: 1;
  font-size: 159px;
 text-transform: none;
  font-weight: 600;
  color: #5c5f66;
  left: 39%;
  top: 60%;
  transform: translate(-50%, -50%);
  letter-spacing: -2px;
}

@media (max-width: 992px){
    /* .back-text {
      font-size: 86px;
      left: 52%;
      top: 72%;
      letter-spacing: 3px;
  } */
  .back-text img{
    max-width: 350px;
}
    /* .back1-text {
      font-size: 50px;
      top: 53%;
      left: 35%;
      letter-spacing: 20px;
  } */
  .section-title {
    font-size: 26px !important;
}
  .offer-text {
    top: 57%;
    left: 9%;
}
}


.banar-product {
  position: relative;
  z-index: 999;
  top: 7%;
  max-width:300px;
  animation: float-bob-x 5s infinite;
}


@media (min-width:768px) {
  .banar-product {
    left: 170px;
    max-width:350px;
  }
}

@media (min-width:992px) {
  .banar-product {
    max-width:450px;
  }
}

/* ================================= 
           Show-case CSS End
  ================================== */


  /* ================================= 
           Categories CSS Start
  ================================== */
        


.categories__tab .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 2px solid red;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.categories__tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #002471;
    background-color: #fff;
    border-radius: 0;
}
.categories__tab .nav-tabs li button.active,
.categories__tab .nav-tabs li button:focus {
    border: 2px solid #002471 !important;
    outline: 0;
}
.search_tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #002471;
    background-color: #fff;
    border-radius: 0;
}
.shop-tab .nav button.active {
    opacity: 0.4;
}
.search_tab .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.categories__tab .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 2px solid #002471;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.categories__tab ul li button {
    font-family: "Barlow Condensed", Sans-serif;
    font-weight: 600;
    color: #222222;
    font-size: 20px;
    display: inline-block;
    padding: 5px 45px;
    border: 2px solid #ebebeb !important;
    border-radius: 0 !important;
}

.categories__tab .nav-tabs {
    border: 1px solid transparent;
}

.product {
    padding: 12px;
    /* margin: 5px; */
    width: 100%;
}

.product__thumb {
    position: relative;
}
.img,
img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.product-info {
    display: flex;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    justify-content: space-between;
}
.mb-10 {
    margin-bottom: 10px;
}

.product__name h4 {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    font-family: "Barlow Condensed", Sans-serif;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-transform: none;
}

.product__name h4 a {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    font-family: "Barlow Condensed", Sans-serif;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-transform: none;
}

.inner__action {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 138px;
    justify-content: space-around;
    background: #fff;
    border: 1px solid #000;
    opacity: 0;
    justify-content: flex-end;
    visibility: hidden;
}

.inner__action > div {
    flex: 0 0 33.33%;
    background-color: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.inner__action > div {
    flex: 0 0 33.33%;
    background-color: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.inner__action > div:not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: #000;
    content: "";
}

.inner__action > div > a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
}

.inner__action > div {
    flex: 0 0 33.33%;
    background-color: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.product__name p {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    font-family: "Barlow Condensed", Sans-serif;
}
.pr-1 {
    top: 0;
    transition: all 0.3s;
    left: 0;
}

.product-secondary {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.product__thumb:hover .product-secondary {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.product__name p {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    font-family: "Barlow Condensed", Sans-serif;
}
.product {
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
}

.product:hover {
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.product__update a {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #1c3ce3;
    border-radius: 50%;
    color: #ffffff !important;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
   text-transform: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.product__update .lightblueclr {
    background: #002471;
}

.product_category {
    width: 100%;
}

.pr-2 {
   text-transform: none;
    transform: translateY(-43px);
    transition: all 0.3s;
    border-bottom: 2px solid #000;
}

.product__name h4:hover {
    color: #002471;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.product_category span {
    color: #002471;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
}

@media (max-width: 1800px) {
    .odd-pr:nth-child(odd) {
        padding-right: 5px;
        padding-left: 5px;
    }
    .even-pl:nth-child(even) {
        padding-left: 5px;
        padding-right: 5px;
    }
}


@media (max-width: 767px) {
    .categories__tab ul li button {
        padding: 5px 10px;
    }    
}    

@media (max-width: 576px){
    .categories__tab ul li button {

      font-size: 16px;
  }
  .product__name h4 a {
    font-size: 16px;
  }
  
}

/* ================================= 
           Categories CSS End
  ================================== */

  
/* ================================= 
           Video CSS End
  ================================== */

  @media (min-width: 320px) {
    .w-lg-40 iframe {
        height: 200px;
    }
  }
  @media (min-width: 576px) {
    .w-lg-40 iframe {
        height: 300px;
    }
  }
  @media (min-width: 768px) {
    .w-lg-40 iframe {
        height: 400px;
    }
  }
  @media (min-width: 992px) {
    .w-lg-40 iframe {
        height: 500px;
    }
  }


  
/* ================================= 
           Vidoe CSS End
  ================================== */



  /* ================================= 
           Footer CSS Start
  ================================== */

.widget-title {
  margin-bottom: 40px;
}

@media (max-width: 578px) {
  .widget-title {
    margin-bottom: 20px;
  }
}

.footer-logo {
  margin-bottom: 45px;
}
@media (max-width: 578px) {
  .footer-logo {
    margin-bottom: 20px;
  }
}
.widget-title {
  margin-top: 20px;
}

.prod-sm-items .owl-dots,.prod-sm-items .owl-nav{
   display: none !important;
}
.widget-title h6 {
  margin-bottom: 0;
  color: #002471;
  font-weight: 600;
  text-transform: none;
  position: relative;
  font-size: 20px;
}

@media (max-width: 578px) {
  .widget-title h6 {
    font-weight: 500;
    font-size: 18px;
  }
}
/* .widget-title h6::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: #002471;
  top: 35px;
  left: 0px;
  padding-bottom: 4px;
}
@media (max-width: 578px) {
  .widget-title h6::before {
    height: 2px;
    top: 30px;
    padding-bottom: 3px;
  }
} */
.footer-widget-area h1 {
  color: #fff;
  font-size: 28px;
  white-space: nowrap;
  letter-spacing: 0.85px;
}

@media (max-width: 578px) {
  .footer-widget-area h1 {
    font-size: 22px;
  }
}
.footer-widget-area p {
  color: #888888;
  font-size: 14px;
  line-height: 1.5;
  font-family: sans-serif;
  font-weight: 500;
}

@media (max-width: 578px) {
  .footer-widget-area p {
    font-size: 13px;
  }
}

.footer-social-info a {
    text-align: center;
    width: 43px;
    height: 43px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: 2px 10px 2px 0;
    background-color: #383b43;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
}

@media (max-width: 578px) {
  .footer-social-info a {
    font-size: 20px;
    font-weight: 300;
  }
}

.widget-post-content > a {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  display: inline-block;
}

@media (max-width: 578px) {
  .widget-post-content > a {
    font-weight: 300;
  }
}

.widget-single-blog-post {
  margin-bottom: 20px;
}

.widget-post-content > p {
  margin-bottom: 0;
  font-size: 13px;
  color: #676566;
  font-weight: 600;
}

.footer-widget-area ul > li > a {
  color: #888888;
  margin-bottom: 0px;
  display: block;
  font-weight: 500;
  line-height: 2.5;
  font-family: sans-serif;
}

@media (max-width: 578px) {
  .footer-widget-area ul > li > a {
    font-weight: 300;
    line-height: 2;
    font-size: 13px;
  }
}


.footer-social-info a:hover,
.footer-social-info a:focus {
  color: #fff;
  background-color:#002471;
}

.bottom-footer-area {
  background-color: #f1f1f1;
  width: 100%;
  position: relative;
  z-index: 1;
}

.footer-area {
  background-color: #f1f1f1;
}
.copywrite-text p {
  margin: 0;
  color: #888888;
  font-size: 18px;
  letter-spacing: 0.85px;
}

.copywrite-text p a {
  color: #002471;
  font-weight: 600;
}

.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-menu li a {
  display: block;
 text-transform: none;
  font-size: 12px;
  font-weight: 600;
  color: #404b5a;
  padding: 0 15px;
}

.footer-menu li a:hover,
.footer-menu li a:focus {
  color: #002471;
}




.single-footer-widget {
  color: #fff;
  }
  
  .single-footer-widget input {
  line-height: 38px;
  border: none;
  background: transparent;
  border: 1px solid #333333;
  font-weight: 400;
  color: #999999;
  padding-left: 20px;
  width: 60%;
  font-size: 14px;
  }
  
  .single-footer-widget input:focus {
  outline: 0;
  box-shadow: none;
  }
  
  .single-footer-widget input::placeholder {
  font-weight: 400;
  }
  
  .single-footer-widget .bb-btn {
  background-color: #002471;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  border-radius: 0;
  cursor: pointer;
  }
  
  
  

#goback2Top {
  /* background-image: linear-gradient(to right, #ffa801 0%, #1e1e1e 51%,#ffa801 100%); */
  background-size: 200% auto;
  background: #002471;
  box-shadow: 0 7px 30px rgb(0 0 0 / 30%);
  bottom: -32px;
  border-radius: 0;
  top: auto;
  height: 55px;
  padding: 2px;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  /* text-align: center; */
  text-decoration: none;
  width: 50px;
  z-index: 99999;
  /* opacity: 0.8; */
  /* animation: updown 2s ease infinite; */
  /* position: relative; */
}


#goback2Top  i {
  color: #fff;
  font-size: 42px;
  position: absolute;
  top: 9%;
  left: 23%;
}

@media (max-width: 576px) {
  #goback2Top {
    bottom: -32px;
    height: 50px;
    width: 40px;
  }

  #goback2Top i {
      font-size: 33px;
      top: 9%;
      left: 24%;
  }
}

@keyframes updown {
  0% {
    transform: translateY(-50%);
  }

  50% {
    transform: translateY(-80%);
  }

    100% {
      transform: translateY(-30%);
  }
}




.instgram-view .instagram {

  position: relative;
}
.instgram-view .instagram .instagram-banner {
  position: absolute;
  height: 200px;
  width: 200px;
  background-color: #ffffff;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
}
@media (max-width: 576px) {
  .instgram-view .instagram .instagram-banner {
    height: 150px;
    width: 150px;
  }
}

.instgram-view .instagram .instagram-banner h5 {
  margin-bottom: 0;
  text-transform: none;
  font-weight: 600;
  font-size: 22px;
}

@media (max-width: 576px) {
  .instgram-view .instagram .instagram-banner h5 {
    font-size: 18px;
  }
}

.instgram-view .instagram .instagram-banner h5 span {
  color: #222222;
}
.instgram-view .instagram .instagram-box {
  position: relative;
  background-color: #3c70e6;
  overflow: hidden;
}
.instgram-view .instagram .instagram-box img {
  width: 100%;
}
.instgram-view .instagram .instagram-box .overlay {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color:rgb(125 178 2 / 80%);
  top: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(2) rotate(90deg);
  transform: scale(2) rotate(90deg);
}
.instgram-view .instagram .instagram-box .overlay i {
  font-size: 30px;
  color: #ffffff;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.instgram-view .instagram .instagram-box:hover .overlay {
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: scale(1.5) rotate(0deg);
  transform: scale(1.5) rotate(0deg);
}


/* ================================= 
      Footer Area CSS End
  ================================== */
  label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #002471;
    letter-spacing: 2px;
    font-weight: 700;
}

  @keyframes float-bob-x {
    0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
    }
    50% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
    }
    100% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
    }
  }
  
@media (max-width: 499.98px) 
{
    .show-on-desktop{display:none !important;}
}
@media (min-width: 499.98px) 
{
.show-on-mobile {display:none !important;}
}

@media (min-width: 789.98px) 
{
    .home_slider_height{width:1349px;height:498px;}
    .section_2_height{width:460px; height:349px;}
    .section_4_height{width:62px; height:74px;}
    .section_5_height{width:450px; height:444px;}
    .section_6_height{width:225px; height:225px;}
    
}
@media (max-width: 550.98px) 
{
    .section_3_height{width:350px; height:350px;}
     .section_4_height{width:62px; height:74px;}
     .section_2_height{width:180px; height:150px;}
     .section_6_height{width:125px !important; height:125px;}
     .show_logo_height_{width:200px; height:70px;}
     .home_slider_height{width:500px;height:185px;}
}




