@import url("nice-select.css");
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed&display=swap');
/*****************************
  Typo
*****************************/
body {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  font-size: 14px;
  color: #666666;
  text-align: left;
  overflow-x: hidden; }
:root{
  --main-color-two: #0070BC;
  --main-color: #0AABE2;
  --main-color-three: #fcf49d;
  --heading-dark: #282f3b;
  --heading-dark: #282f3b;
}
a {
  outline: medium none !important;
  color: var(--main-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }
  a:focus {
    color: var(--main-color);
    text-decoration: none !important; }
  a:hover {
    color: var(--main-color);
    text-decoration: none !important; }

input {
  outline: medium none !important;
  color: var(--main-color); }
.border-img{
  border-radius: 25px;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: normal;
  color: #333333;
  margin-top: 0px;
  text-transform: capitalize; }
  h1 a, .h1 a,
  h2 a, .h2 a,
  h3 a, .h3 a,
  h4 a, .h4 a,
  h5 a, .h5 a,
  h6 a, .h6 a {
    color: inherit; }
    .container-3 {
      width: 100%;
      max-width: 1508px;
      margin-left: auto;
      margin-right: auto;
      font-size: 11px;

  }
section {
  position: relative; }

label {
  font-weight: normal; }

h1, .h1 {
  font-size: 30px;
  font-style: normal;
  }

h2, .h2 {
  font-size: 40px; }

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

h4, .h4 {
  font-size: 24px;
  font-weight: bold; }

h5, .h5 {
  font-size: 20px;
  font-weight: bold; }

h6, .h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5; }

p {
  font-weight: normal;
  line-height: 1.8; }
img{
  max-width: 100%;
}
.section-title {
  margin-bottom: 30px;
}
.section-title p{
  color: var(--main-color-two);
  margin-bottom: 0;
  font-size: 18px;
}
.section-title h2{
  color: var(--main-color);
  font-weight: 600;
}
.section-title.white h2{
  color: var(--main-color-two);
}
*::-moz-selection {
  background: var(--main-color);
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: var(--main-color);
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: var(--main-color);
  color: #ffffff;
  text-shadow: none; }


.container-fluid.container-space {
  padding: 0 100px; }

.form-control {
  border: 1px solid rgb(0 69 59 / 20%);
  border-radius: 15px;
  height: 48px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  background-clip: inherit !important;
  }
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: var(--main-color); }

.form-control::-moz-placeholder {
  color: #999999; }

.form-control::-ms-input-placeholder {
  color: #999999; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

textarea.form-control {
  height: auto; }

form .form-group .input-group-text {
  border: 1px solid var(--main-color);
  border-radius: 0px;
  height: 100%; }

.custom-file {
  height: 50px; }
  .custom-file .custom-file-input {
    height: 50px;
    color: #333333;
    border-radius: 3px;
    border-color: #eeeeee; }
    .custom-file .custom-file-input:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: var(--main-color); }
  .custom-file .custom-file-label {
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    border-color: #eeeeee;
    padding: 15px 90px 15px 20px;
    border-radius: 3px; }
    .custom-file .custom-file-label:after {
      height: 48px;
      padding: 14px 25px; }

.custom-file-input:focus ~ .custom-file-label {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--main-color); }

.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
  width: 50px;
  background: transparent;
  border-color: #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.custom-control-input:checked ~ .custom-control-label:before {
  background: var(--main-color);
  border-color: var(--main-color); }

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background: transparent;
  border-color: transparent; }

.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: none;
          box-shadow: none; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #eeeeee; }

.custom-control-label:before {
  top: 2px; }

.custom-control-label:after {
  top: 2px; }

.custom-checkbox .custom-control-label:before {
  border-radius: 0;
  border: 1px solid #dfdfdf; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }

.custom-control-label:before {
  top: 2px; }

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%; }

.custom-control-label:after {
  top: 2px; }

.custom-checkbox .custom-control-label:before {
  border-radius: 0;
  border: 1px solid #dfdfdf; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.back-to-top {
  background: var(--main-color);
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 9;
  border-radius: 10px !important;}
  .back-to-top:hover {
    color: #ffffff; }
  .back-to-top:focus {
    color: #ffffff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 96%; }
    
  .blog-post .blog-post-image img {
    width: 100%;
}  
    
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 20px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 16px; }
  .container {
    max-width: 100%; }
    
      .blog-post .blog-post-image img {
    width: 100%;
} 
.order-mob{
    order: -1;
}
    
}

@media (max-width: 575px) {
  h1 {
    font-size: 30px; }
  h2 {
    font-size: 26px; }
  h3 {
    font-size: 24px; }
    
      .blog-post .blog-post-image img {
    width: 100% !important
} 
}
/*****************************
  Header
*****************************/
/*.header {*/
/*  background: #ffffff;*/
/*  z-index: 99;*/
/*  position: sticky;*/
/*  top: 0;*/
/*  border-bottom: 1px solid rgb(0 69 59 / 30%);*/
/*  width: 100%;*/
/*  }*/
  header{
  position: relative;
}
.main-header {
  background: #fff;
  z-index: 999;
  position: relative;
  top: 0;
  width: 100%;
  transition: 0.5s linear;
  }
  .main-header.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    border-bottom: 1px solid rgb(00 112 188 / 20%);
    -webkit-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    background-color: #fff;
    z-index: 999;
  }
  .main-header.header-sticky .navbar-nav li > a:hover{
      color: var(--main-color);
  }
  .header .container-fluid {
    padding: 0 60px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial; }

/* topbar */
.header .topbar {
  background: var(--main-color);
  padding: 10px 20px; }

.header .topbar a {
  color: #ffffff; }
  .header .topbar a:hover {
    color: var(--main-color); }

.header .topbar .dropdown {
  margin-right: 20px; }
  .header .topbar .dropdown .dropdown-toggle {
    padding: 12px 0; }
    .header .topbar .dropdown .dropdown-toggle i {
      font-size: 10px; }
  .header .topbar .dropdown .dropdown-menu a {
    color: #333333; }
    .header .topbar .dropdown .dropdown-menu a:hover {
      color: var(--main-color); }

.header .topbar .social {
  display: inline-block; }
  .header .topbar .social ul {
    margin: 0; }
    .header .topbar .social ul li {
      display: inline-block;
      padding: 0 4px; }
      .header .topbar .social ul li a {
        color: #ffffff; }
        .header .topbar .social ul li a:hover {
          color: var(--main-color); }

.header .topbar .login {
  display: inline-block; }
  .header .topbar .login a {
    color: #ffffff; }
    .header .topbar .login a:hover {
      color: var(--main-color); }

/* topbar dropdown-menu */
.topbar .dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 10px; }

.topbar .dropdown .dropdown-menu a {
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 3px; }

.topbar .dropdown .dropdown-menu a:hover {
  background: rgba(0, 104, 56, 0.1);
  color: var(--main-color); }

/* navbar */
.navbar {
  padding: 0;
  background-color: transparent !important;
  }

.navbar .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 18px;
  padding: 10px 20px;
  color: var(--main-color-two);
  text-transform: capitalize;
  }
  .navbar .navbar-nav .nav-link:hover ,.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: var(--main-color);
    }
.navbar .navbar-nav .nav-link svg{
    margin: 0 3px;
}
.dropdown-menu {
  z-index: 9999; }

.navbar-collapse {
  position: relative; }

.navbar-light {
  color: #ffffff;
  background-color: #f6f6f6;
  border-color: #eeeeee; }

.navbar-light .navbar-nav > li > a {
  color: #ffffff; }

.navbar-light .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.navbar-brand {
  padding: 0;
  margin-right: 0;
  display: inline-block;
  }

.navbar-brand img {
  height: auto;
  }

.navbar .navbar-brand {
  color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 130px;
  }

.header .navbar-nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header .navbar-nav li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0px;
  color: #333333;
  text-transform: capitalize;
  font-size: 14px; }

.header .navbar-nav li > a:hover {
  color: var(--main-color); }

.header .navbar-nav li > a i {
  margin-right: 5px;
  font-size: 13px;
  font-weight: normal;
  color: var(--main-color);
  }

.header .add-listing {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  text-align: right; }

.megamenu {
  padding: 20px 20px;
  width: 100%; }

.megamenu > div > li > ul {
  padding: 0;
  margin: 0; }

.megamenu > div > li > ul > li {
  list-style: none; }

.megamenu .card {
  outline: none; }

.megamenu .card:hover,
.megamenu .card:focus {
  outline: 1px solid #000000; }

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #001022;
  white-space: normal; }

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #001022;
  background-color: #f6f6f6; }

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #f6f6f6; }

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed; }

.megamenu.dropdown-header {
  color: var(--main-color);
  font-size: 18px; }

.header li > .dropdown-item:focus,
.header li > .dropdown-item:hover {
  color: var(--main-color);
  background: none; }

.header .dropdown-item.active,
.header .dropdown-item:active,
.header .dropdown-item:focus,
.header .dropdown-item:hover {
  background: none; }

.header .dropdown-toggle::after {
  content: none; }

.header .navbar-collapse {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  }
    .header .navbar-collapse ul.last{}
    .header .navbar-collapse ul.last li{}
    .header .navbar-collapse ul.last li a.btn{
    background-color: var(--main-color);
    color: #fff;
    text-decoration: none !important;
}
    .header .navbar-collapse ul.last li a{
    text-decoration: underline;
}
.header .megamenu .dropdown-item {
  padding: 0px; }

.header .navbar .dropdown-menu a.dropdown-item {
  min-width: 180px; }

.header .navbar .dropdown-menu {
  padding: 15px;
  min-width: 14rem !important;
  }

.header .navbar .dropdown-menu li a i {
  margin-right: auto;
  }

.navbar .dropdown > .dropdown-menu li > a {
  font-size: 14px;
  padding: 10px 20px 10px 0px;
  border-radius: 3px;
  position: relative; }

.navbar .dropdown > .dropdown-menu li > a:hover {
  padding-right: 15px;
  }

.navbar .dropdown > .dropdown-menu li > a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.navbar .dropdown > .dropdown-menu li > a:hover:before {
  width: 100%;
  background: rgba(0, 104, 56, 0.1);
  color: var(--main-color); }

/* header-transparent */
.header-transparent {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 999; }
  .header-transparent .navbar-brand {
    margin-right: 40px;
    display: block; }

.header-transparent .navbar .navbar-nav .nav-link {
  color: #333333; }
  .header-transparent .navbar .navbar-nav .nav-link:hover {
    color: var(--main-color); }

.navbar .navbar-nav .nav-item.active .nav-link {
  color: var(--main-color); }

.navbar .dropdown > .dropdown-menu li.active > a {
  padding-left: 15px;
  color: var(--main-color); }

.navbar .navbar-nav .dropdown-menu li.active > a:before {
  background: rgba(0, 104, 56, 0.1);
  color: var(--main-color); }

.navbar .navbar-nav .dropdown-menu li.active > a:before {
  width: 100%; }

.header-transparent .add-listing {
  -ms-flex-item-align: inherit;
      align-self: inherit;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  text-align: right; }

.header-transparent .login a {
  color: #ffffff; }
  .header-transparent .login a:hover {
    color: var(--main-color); }

/* sticky header */
.header.is-sticky .main-header {
  position: fixed !important;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  top: 0;
  z-index: 999;
  left: 0;
  -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08); }
  .header.is-sticky .main-header .header-contact-info {
    display: none !important; }
  .header.is-sticky .main-header .navbar {
    position: relative;
    top: 0px;
    right: 0px;
    left: 0;
    border-top: none !important;
    width: 100%; }
    .header.is-sticky .main-header .navbar .navbar-brand {
      padding: 20px 0px; }

/* sticky header */
.header-transparent .is-sticky {
  position: fixed !important;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  top: 0;
  z-index: 9; }
  .header-transparent .is-sticky .header-contact-info {
    display: none !important; }
  .header-transparent .is-sticky .navbar {
    position: relative;
    top: 0px;
    right: 0px;
    left: 0;
    border-top: none !important;
    width: 100%; }

.medi-tools-actions {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .medi-tools-actions .medi-tools-action {
    margin: 0 15px;
    position: relative; }
    .medi-tools-actions .medi-tools-action i {
      font-size: 24px; }

.medi-tools-wishlist .wishlist.medistore-wishlist-count {
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin-top: -2px;
  margin-right: -20px;
  color: #ffffff;
  background: var(--main-color);
  border-radius: 50%; }

.medi-tools-cart .cart-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .medi-tools-cart .cart-link .cart-count {
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin-top: -2px;
    margin-right: -20px;
    color: #ffffff;
    background: var(--main-color);
    border-radius: 50%; }

.medi-tools-cart .cart-contents {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333333;
  position: absolute;
  top: 100%;
  right: -13px;
  width: 360px;
  z-index: 9999;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  padding: 0px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .medi-tools-cart .cart-contents .shopping_cart .shopping_cart_content {
    background-color: #ffffff;
    padding: 15px;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    text-align: center; }
    .medi-tools-cart .cart-contents .shopping_cart .shopping_cart_content p {
      color: #333333;
      margin: 15px 0; }

.medi-tools-cart:hover .cart-contents {
  opacity: 1;
  visibility: visible; }
  
.main-header .navbar-toggler{
     color: #000;
}  
.main-header.header-sticky .navbar-toggler{
    color: var(--bs-navbar-color);
}  
  /* Responsive */
@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    left: 0;
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important;
    top: 100%;
    }
  .header .navbar .dropdown-menu.megamenu {
    left: 50%; }
  .navbar-nav .dropdown-menu.dropdown-menu-lg {
    min-width: 600px; }
  .navbar-nav .mega-menu {
    position: static; }
  .header .navbar .dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
    }
.header .navbar .dropdown > .dropdown-menu .dropdown > .dropdown-menu{
  top: -10px;
  right: 100%;
  transform: translate(0, 0);
}
  
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
    -webkit-transform: translate3d(15px, 10px, 0);
            transform: translate3d(15px, 10px, 0); }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
    right: 100%;
    left: auto;
    -webkit-transform: translate3d(-15px, 10px, 0);
            transform: translate3d(-15px, 10px, 0); }
  .navbar-nav li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1; }
  .dropdown-submenu {
    position: relative; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px; }
  .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); } }

@media (max-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 7px;
    font-size: 16px;}
    
    .navbar .navbar-brand {
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
    }
}

@media (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 7px;
    font-size: 14px; }
  .header-transparent .login {
    display: none; }
  .header-transparent .navbar-brand {
    margin-right: 20px; }
  .header.header-02.header-transparent .navbar .navbar-nav .nav-link {
    padding: 20px 15px; }
  .header.header-03 .container-fluid {
    padding: 0 20px; }
  .header.header-03 .add-listing .btn {
    padding: 12px 20px; } }

@media (max-width: 1023px) {
  .header.header-03 .container-fluid {
    padding: 0 15px; }
  .header.header-03 .add-listing .btn {
    padding: 12px 15px; }
  .header.header-03 .navbar.is-sticky {
    padding: 0 15px; } }

@media (max-width: 991px) {
  /* sticky header */
  .header .is-sticky .navbar {
    top: 0;
    right: 0; }
  .header .container-fluid {
    padding: 0 20px; }
  .navbar-toggler {
    border: none;
    position: absolute;
    height: 75px;
    right: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
  .navbar-brand {
    padding: 20px 0px; }
  .header-sticky.is-sticky .navbar-brand {
    padding: 20px 0px 20px 15px; }
  .megamenu {
    margin-left: 0;
    margin-right: 0; }
  .megamenu > li {
    margin-bottom: 30px; }
  .megamenu > li:last-child {
    margin-bottom: 0; }
  .megamenu.dropdown-header {
    padding: 3px 15px !important; }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #ffffff; }
  .header .navbar-nav > li {
    display: block; }
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f6f6f6;
    padding: 14px 30px;
    font-size: 13px;
    max-height: 300px;
    }
  .header .navbar .dropdown-menu .dropdown-menu {
    background: #ffffff; }
  .header .navbar .dropdown-menu .dropdown-menu .dropdown-menu {
    background: #f6f6f6; }
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 9999;
    background: #ffffff;
    width: 100%;
    left: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
  .navbar-brand img {
    height:80px; }
    .header1 .caption h1{
        font-size: 40px;
    }
  .navbar .navbar-nav {
    padding: 10px 0; }
  .navbar .navbar-nav .nav-link {
    padding: 10px 20px; }
  .navbar .navbar-nav .nav-link i {
    margin-left: auto; }
  .header .navbar .nav-title {
    margin-bottom: 10px !important;
    margin-top: 20px; }
  .add-listing .btn {
    font-size: 12px;
    padding: 6px 17px; }
  .navbar .dropdown > .dropdown-menu li > a {
    font-size: 13px; }
  .header .navbar-nav > li {
    border-bottom: 1px solid #eeeeee; }
  .header .navbar-nav > li:last-child {
    border-bottom: 0; }
  .header-transparent {
    position: relative;
    background: #333333; }
  .header-transparent .navbar .navbar-nav .nav-link {
    color: #333333; }
  .header .add-listing {
    margin-right: 60px; }
  .header.header-02 .is-sticky .navbar-brand {
    padding: 14px 0; }
  .header-02.header-transparent {
    background: #2EABEB; }
  .header-02.header-sticky .navbar-brand {
    display: inline-block; }
  .header-02.header-sticky .main-header .navbar-brand {
    display: block; }
  .header.header-02 .add-listing {
    margin-right: 60px; }
  .header-02 .navbar-toggler i {
    color: #ffffff; }
  .header.header-02 .navbar .navbar-nav .nav-link {
    color: #2EABEB;
    padding: 10px 20px; }
  .header.header-02.header-transparent .navbar .navbar-nav .nav-link {
    color: #2EABEB; }
  .header.header-02 .navbar .navbar-nav .nav-link:hover,
  .header.header-02 .navbar .navbar-nav .nav-item.active .nav-link {
    color: #4EC6B5; }
  /* Header-03 */
  .header-03.header-transparent {
    background: #4EC6B5; }
  .header.header-03 .add-listing {
    margin-right: 80px; }
  .header.header-03 .is-sticky .add-listing {
    margin-right: 50px; }
  .header.header-03 .navbar .navbar-nav .nav-link,
  .header.header-03 .navbar-nav li > a i {
    color: #2EABEB; }
  .header.header-03 .navbar.is-sticky .navbar-nav .nav-item.active .nav-link,
  .header.header-03 .navbar.is-sticky .navbar-nav li.active > a i,
  .header.header-03 .navbar.is-sticky .navbar-nav .nav-link:hover,
  .header.header-03 .navbar.is-sticky .navbar-nav .nav-link:hover i {
    color: #4EC6B5; }
  .header.shop-header .navbar.is-sticky .navbar-brand {
    padding: 15px 0px; } }

@media (max-width: 767px) {
  .header .topbar .dropdown .dropdown-toggle {
    padding: 4px 0;
    display: inline-block; } 
   
}

@media (max-width: 575px) {
  .navbar-light .navbar-brand {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .header .add-listing {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding-top: 27px;
    padding-bottom: 27px; }
  .navbar .navbar-nav .nav-link i {
    margin-top: 5px; } }
/* ======= Header style ======= */
.header1 {
  min-height: calc(100vh - 100px);
  overflow: hidden;
  position: relative;
  margin: 0 30px;
  border-radius: 15px;
}
.header1 .caption .o-hidden {
  display: inline-block;
}
.header1 .caption h2 {
  font-weight: 400;
  font-size: 30px;
}
.header11 .caption h6 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  letter-spacing: 15px;
  align-items: center;
  display: inline-flex;
}
.header1 .caption h1 {
  position: relative;
  font-size: 90px;
  font-weight: 500;
  line-height: 1.25em;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  color: #fff;
  margin-bottom: 10px;
}

.header1 .caption h1 span {
  position: relative;
  margin-bottom: 0;
  font-size: 90px;
  text-transform: uppercase;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  font-weight: 500;
  letter-spacing: 3px;
  color: transparent;
  -webkit-text-stroke: 1px #ccc;
  opacity: .8;
}

.header1 .caption p {
  font-size: 18px;
  color: #fff;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}
.header1 .caption p span {
  letter-spacing: 5px;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}
.header1 .caption p span:last-child {
  padding: 0;
}
.header1 .caption p span:last-child:after {
  display: none;
}
.header1 .caption p span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1e1e1e;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: .5;
}
.header1 .caption .butn-dark {
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  color: #fff;
}
.header1 .social a {
  color: #eee;
  font-size: 20px;
  margin: 10px 15px;
}



.slider .item,
.slider-fade .item  {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}

.slider-fade .owl-item.active .item  {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
/* ======= Slider style ======= */
.slider .owl-item,
.slider-fade .owl-item {
  height: calc(100vh - 100px);
  position: relative;
}
.slider .item,
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider .item .caption,
.slider-fade .item .caption {
  z-index: 9;
}
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 6vh;
   width: 100%; 
}
/* social icon */
.slider-fade .social-icon,
.slider .social-icon {position: absolute;left: 12%;bottom: 40px;z-index: 8;}
.slider-fade .social-icon a,
.slider .social-icon a {width: 40px;height: 40px;line-height: 40px;text-align: center;border-radius: 50%;background: transparent;border: 1px solid rgba(255, 255, 255, 0.2);color: #fff;font-size: 12px;transition: all 0.2s ease-in-out;transform: scale(1.0);margin: 5px 1px;display: inline-block;}
.slider-fade .social-icon a:hover,
.slider .social-icon a:hover {
   transform: scale(0.9);
   background: var(--main-color-two);
   border: 1px solid var(--main-color-two);
   color: #fff;
}
@media screen and (max-width: 767px) {
  .slider-fade .social-icon,
  .slider .social-icon {
  display: none;
  }
}
/* owl-nav next and prev */
.owl-nav {
  position: absolute;
  bottom: 40px;
  right: 12%;
}
.owl-prev {
  float: left;
}
.owl-next {
  float: right;
}

.project-page .owl-theme .owl-nav [class*=owl-],
.slider-fade .owl-theme .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  line-height: 34px;
  background: var(--main-color-two);
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  margin-right: 2px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease-in-out;
  transform: scale(1.0);
}

.project-page .owl-theme .owl-nav [class*=owl-]:hover,
.slider-fade .owl-theme .owl-nav [class*=owl-]:hover {
  transform: scale(0.9);
  background: transparent;
  border: 1px solid #b19777;
  color: #b19777;
}
@media screen and (max-width: 768px) {
  .owl-nav {
      display: none;
  }
}

/* ======= Overlay Effect Bg image style ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
    position: relative;
}
[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

[data-overlay-dark]:after,
[data-overlay-darkgray]:after,
[data-overlay-light]:after {
    content: '';
    position: absolute;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
/*.banner-header[data-overlay-dark]:before,*/
/*.banner-header[data-overlay-darkgray]:before,*/
/*.banner-header[data-overlay-light]:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 300px;*/
/*    height: 300px;*/
/*    border-radius: 50%;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 150px;*/
/*    left: inherit;*/
/*    margin: auto;*/
/*    z-index: 1;*/
/*    -webkit-animation-name: float-bob-x;*/
/*  animation-name: float-bob-x;*/
/*  -webkit-animation-duration: 3s;*/
/*  animation-duration: 3s;*/
/*  -webkit-animation-iteration-count: infinite;*/
/*  animation-iteration-count: infinite;*/
/*  -webkit-animation-timing-function: linear;*/
/*  animation-timing-function: linear;*/
    
/*}*/

/*.banner-header[data-overlay-dark]:after,*/
/*.banner-header[data-overlay-darkgray]:after,*/
/*.banner-header[data-overlay-light]:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 450px;*/
/*    height: 450px;*/
/*    border-radius: 50%;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 75px;*/
/*    left: inherit;*/
/*    margin: auto;*/
/*    z-index: 1;*/
/*}*/
[data-overlay-dark]:after {
    background: #000;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-darkgray]:before {
    background: #1e1e1e;
}
[data-overlay-darkgray]:after {
    background: #1e1e1e;
}
[data-overlay-light]:before {
    background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}
[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
    color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
    color: #999;
}
[data-overlay-dark] p {
    color: #fff;
}
[data-overlay-darkgray] p {
    color: #999;
}
[data-overlay-light] p {
    color: #999;
}

[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="5"]:after,
[data-overlay-darkgray="5"]:after,
[data-overlay-light="5"]:after {
    opacity: 0.4;
}
/* ======= Footer style ======= */
.main-footer {
	position: relative;
	z-index: 9;
	padding: 120px 0 0px;

  background-image: url(../img/slider/1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-footer::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(to right,rgba(0,112,188, 0.8) 0%,#000 100%);
  opacity: 0.95;
}
.contact-info svg{
  margin: 0 5px;
  color: var(--main-color-two);
}
.main-footer .bottom-footer {
    padding: 30px 0 0 0;
    background-color: transparent;
    color: #999;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.main-footer .bottom-footer .container {
	font-size: 14px;
    display: block;
    justify-content: space-between;
    text-align: center;
}
.main-footer .call-action .contact-info .section-subtitle{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.main-footer .call-action .contact-info p a{
  color: #fff;
  font-size: 16px;
}
.main-footer .call-action .contact-info p a:hover{
  color: var(--main-color-two);
}
.main-footer .bottom-footer p {
   font-size: 16px;
   color: #fff;
}
.main-footer .bottom-footer p a{
  color: var(--main-color-two);
}
.main-footer .bottom-footer p a:hover {
   color: var(--main-color);
}
/* footer social */
.main-footer .bottom-footer .container .social {
	margin: 0 0 20px 0;
    padding: 0;
    display: inline-flex;
}
.main-footer .bottom-footer .container .social li {
	list-style-type: none;
    margin: 0 3px;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(255,255,255,0.05);
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.main-footer .bottom-footer .container .social li:hover {
    transform: scale(0.9);
        background-color: var(--main-color-two);
}
.main-footer .bottom-footer .container .social li a {
	color: #fff;
}
.main-footer .bottom-footer .container .social li a:hover {
	color: #fff;
}
.main-footer .footer-logo{}
.main-footer .footer-logo img{
  width: 250px;
}
/***************************************
Scroll 
***************************************/
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--main-color); 
  height: 100px;
  border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* ======= About style ======= */
.about {
  position: relative;
  padding: 50px 0;
}
.about:last-child {
  margin-bottom: 0px;
}
.about figure {
      margin: 0;
      position: relative;
      margin-left: auto;
      overflow: hidden;
      border-radius: 25px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
      width: 500px;
      height: 750px;
}
.about figure img:hover {
 -webkit-transform: scale(1.05, 1.05);
 transform: scale(1.05);
}
.about figure img {
  transform: scale(1);
  transition: transform 500ms ease;
  width: 450px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 15px;
}
.about .caption {
  background: rgb(255 255 255 / 80%);
  padding: 5% 4% 5% 0%;
  border-radius: 25px;
}
.about .caption.equal{
    width: 40%;
}
.about .caption h4 {
  text-transform: uppercase;
  font-size: 45px;
  color: #fff;
  line-height: 1.25em;
  letter-spacing: 3px;
}
.about .caption h5 {
  color: var(--main-color-two);
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.caption p.about-par{
  font-size: 16px !important;
}
.about .section-subtitle{
    color: var(--main-color-two);
    font-size: 48px;
}
.about .section-subtitle h1{
    color: var(--main-color);
}
.about .section-subtitle h1 span{
    color: var(--main-color-two);
    font-weight: 600;
}
.about .section-title{
    color: var(--main-color);
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 0;
}
.about .caption p{
  font-size: 20px;
  margin-top: 20px;
}
.butn-light a {
  padding: 10px 20px;
  background-color: #fff;
  color: var(--main-color);
  border-radius: 5px;
  display: inline-block;
  font-size: 18px;
}
.butn-dark a{
    padding: 10px 20px;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
    margin-top: 15px;
    border: 1px solid var(--main-color);
}
.butn-dark a:hover{
  background-color: transparent;
  color: var(--main-color);
}
.butn-trans a{
    padding: 10px 20px;
    color: var(--main-color);
    background-color: transparent;
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
    border:1px solid var(--main-color);
}
/* about list */
.about-list {
  position: relative;
  display: block;
  padding: 0;
}
.about-list li {
  position: relative;
  display: flex;
  align-items: center;
}
.about-list li+li {
  margin-top: 10px;
}
.about-list li .icon {
  display: flex;
  align-items: center;
}
.about-list li .icon svg {
  color: var(--main-color-two);
  font-size: 18px;
}
.about-list li .text {
  margin-left: 12px;
}
.about-list li .text p {
  color: #999;
  font-weight: 400;
  margin: 0;
}
.line-overlay {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.line-overlay.revers {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.line-overlay.up {
  top: -25%;
}

.line-overlay svg path {
  stroke: #ddd;
}

@media (max-width: 991.98px) {
  .about figure {
      width: auto;
      margin: 0;
  }
  .about .caption {
      position: relative;
      top: 0;
      width: auto;
      padding: 30px 0px;
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
}
/*************************************** gallary ******************************************/
.fancybox__container {
  --fancybox-thumbs-border-radius: 50%;
  --fancybox-thumbs-ratio: 1;
  --fancybox-thumbs-width: 70px;
  --fancybox-thumbs-height: 70px;
  --fancybox-accent-color: var(--theme-color);
}
.fancybox__container .fancybox__thumbs {
  padding-bottom: 30px;
}

.fancybox__thumbs .carousel__slide:not(:last-child) {
  margin-right: 10px;
}

[data-fancybox] {
  cursor: pointer;
}
.gallery-area {
  position: relative;
  overflow: hidden;
  padding: 80px 0 0;
  background: #fff;
}
.blog-section{
  padding-top: 80px !important;
  background: #fff;
  /*top: -10rem;*/
  margin-bottom: -5rem;
}
.gallery-item {
  position: relative;
  margin: 20px 10px;
  text-align: center;
  transition: 0.8s all linear;
  -webkit-transition: 0.8s all linear;
  -moz-transition: 0.8s all linear;
  -ms-transition: 0.8s all linear;
  -o-transition: 0.8s all linear;
}
.gallery-item p{
    font-size: 18px;
    margin: 10px 0;
}
.gallery-item img {
  border-radius: 25px;
  display: inline-block;
  height: 300px;
  object-fit: cover;
  width: 100%;
  filter: brightness(.7);
}

.gallery-item .photo-gallery {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 15px;
  border-radius: 0;
  transition: .8s linear;
  -webkit-transition: .8s linear;
  -moz-transition: .8s linear;
  -ms-transition: .8s linear;
  -o-transition: .8s linear;
}
.gallery-item svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #fff;
}

.gallery-item:hover img {
  filter: unset;
}

/*********************************************************************************/
.page-header {
    position: relative;
    display: block;
    padding: 150px 0 100px;
    overflow: hidden;
    z-index: 1;
}
.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.page-header__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #000000 25%, rgba(34, 34, 34, 0.5) 100%);
    z-index: -1;
    opacity: 0.3;
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 15;
}

.page-header__inner h2 {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.thm-breadcrumb {
    position: relative;
    display: block;
    padding: 0;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--main-color-two);
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li+li {
    margin-left: 1px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--main-color-two);
}

.thm-breadcrumb li span {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #EAECF0; 
	margin: 5px;
}
/******************************************************** Faq Section ***********************************************************/
.faq-section{
    padding: 70px 0;
}
.faq-section .accordion .accordion-item{margin-bottom: 25px;box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;border-radius: 15px;}
.faq-section .accordion .accordion-item .accordion-header{
    border-radius: 15px;
}
.faq-section .accordion .accordion-item .accordion-header button{
    background-color: #fff;
    color: var(--main-color-two);
    font-size: 22px;
    border-radius: 15px;
}
.faq-section .accordion .accordion-item .accordion-collapse .accordion-body{
    background-color: #fff;
    color: var(--main-color);
    font-size: 16px;
}

/******************************************************** Faq Section ***********************************************************/
/******************************************************** Blog Details Section ***********************************************************/
.slick-arrow{
  position: relative;
  color: #fff;
  visibility: hidden;
}
.slick-prev{
    position: absolute;
    top: -50px;
    left: 50px;

}
.slick-prev::before{
  content: "\f061";
  font-family: 'FontAwesome';
  color: var(--main-color);
  visibility: visible;
  border: 1px solid var(--main-color);
  padding: 15px;
  border-radius: 50%;
  
}
.slick-next{
    position: absolute;
    top: -50px;
}
.slick-next::before{
  content: "\f060";
  font-family: 'FontAwesome';
  color: var(--main-color);
  visibility: visible;
  border: 1px solid var(--main-color);
  padding: 15px;
  border-radius: 50%;
}
/****************************************** Contact ************************************************/
.contact-section {
  padding: 50px 0;
  background-image: linear-gradient(to bottom,#f7f7ff,#f4f4fb,#f8f7fc,#fbfbfe,#ffffff);
  z-index: 1;
}
.contact-section::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/2.png);
  opacity: 0.8;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.contact-form  form button.btn-dark {
  padding: 10px 20px;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 5px;
  display: inline-block;
  font-size: 18px;
  border: 0;
}
.contact-form  form button.btn-dark:hover{
  background-color: var(--main-color-two);
}
.find-doctor{
    background: #f3f3f3;
}
.contact-form form{
    padding: 30px 25px 10px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-radius: 15px;
}

.select2-container--default .select2-selection--single{
    border-radius: 15px;
    border: 1px solid rgb(0 69 59 / 20%);
    height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 48px;
    padding: 0px 20px;
}
.select2-container{
    margin-bottom:1rem!important;
    max-width: 100%;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--main-color);
    color: white;
}
.contact-section .card{
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 25px 10px;
  text-align: center;
}
.contact-section .card h3{
  color: var(--main-color-two);
}
.contact-section .card p{
    margin-bottom: 0;
    font-size: 16px;
}
.btn{
  border-color: var(--main-color-two);
  color: var(--main-color-two);
}
.btn:hover{
  background-color: var(--main-color-two);
  border-color: var(--main-color-two);
  color: #fff;
}
/****************************************** Contact ************************************************/
.product{
  padding-bottom: 50px;
}
.product-img{
  border-radius: 25px;
}
.product-img img{
  border-radius: 25px;
}
.form-check-input:checked {
  background-color: var(--main-color);
  border-color: rgb(0 69 59 / 20%);

}
.form-check label{
  line-height: 32px;
    margin: 0 10px;
    font-size: 20px;
}
.form-check-input{
  width: 2em;
    height: 2em;
    border-color: var(--main-color);
}

.desc{
  position: relative;
}
.desc .content-col{
  width: 350px;
  position: absolute;
  top: 20%;
}
.desc .content-col.one{
  left: 60%;
}
.desc .content-col.two{
    right: 30%;
}
.desc .content-col.three{
    top: 80%;
    left: 30%;
}
.desc .content-col .btn.collapsed {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.desc .content-col .btn{
  transition: 0.5s linear;
  background: var(--main-color-two);
  border-color: var(--main-color-two);
}
.desc .content-col .btn svg{
  transform: rotate(45deg) ;
}
.desc .content-col .btn.collapsed svg{
  transform: rotate(0deg) ;
}
.desc .content-col .collapse .card-body{
  max-width: 100%;
}

.accordion-button::after{
  content: "\f078";
  font-family: 'FontAwesome';
  background-image: none;
}
.accordion-button:not(.collapsed)::after{
  content: "\f077";
  font-family: 'FontAwesome';
  background-image: none;
}

/*****************************************  Cases Gallery *****************************************/
.cases-gallery{
  padding: 70px 0;
}
.cases-gallery .slick-dots{
  display: none !important;
}
.cases-gallery .main .slider-for img{
    height: 350px;
    margin: auto;
    margin-bottom: 35px;
}
.cases-gallery .main .slider-nav img{
    height: 200px;
    object-fit: cover;
    width: 95%;
}
/************************** Social ***************************/
.social-sec {
    padding: 0;
    z-index: 10000;
    transition: 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    list-style: none;
    /* z-index: 1000; */
    position: fixed;
    bottom: 10rem;
    left: 0;
    transform: translate(-100%, 100%);
    /* direction: rtl; */
  }
  .slick-arrow{
      display: none !important;
  }
  .social-sec .Icon {
    position: relative;
    padding: 15px;
    margin: 0;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow:0 10px 10px rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    background: var(--main-color-two);
    margin-bottom: 5px;
    border-radius: 10px;
  }
  .dsn-socials{
      padding: 0;
  }
  .social-sec i{
    color: #fff;
  }
  .social-sec .Icon:hover i{
    color: #fff
  }
  
  .social-sec .Icon:hover span{
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  }
  
  .social-sec .Icon:hover a {
    color: #fff;
  }
  
/*****************************************  Blogs *****************************************/
.overlay-dark figure{
  position: relative;
}
.post-media {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 15px
}
.post-outer a.btn{
    text-decoration: unset;
}
.post-media img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s;
  border-radius: 15px;
}
.post-outer .post-details {
  position: relative;
  background-color: #fff;
  width: calc(100% - 100px);
  min-width: 75%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  text-align: center;
  transform: translateY(-50%);
  padding: 2.3rem 0 2rem;
  position: relative;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 4px;
  z-index: 1
}
.post-outer .post-details {
  min-width: 84%;
  margin-top: -0.1rem;
  padding: 2.3rem 0 1.5rem;
  border-radius: 15px;
}

.post-outer .post-details .post-title {
  margin-bottom: 2.2rem
}
.post-details {
  padding: 2.3rem 0 2rem;
  position: relative;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 4px;
  z-index: 1
}
.overlay-zoom figure {
    overflow: hidden;
}
.overlay-zoom:hover img {
    transform: scale(1.08);
}
/*****************************************  Services *****************************************/
.feature-section{
  padding: 70px 0 0;
  background: #162340;
  top: -5rem;
}
.feature-section.inside{
  top: 0;
}
.feature-section::before{
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  left: 10%;
  top: -75px;
  background-image: url(../img/bg/1.png);
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.icon_box_new_box.type_two {
  position: relative;
  padding: 10px 10px;
  background: transparent;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 10px;
  transition: all 0.6s ease-in-out;
  height: 370px;
}

.icon_box_new_box.type_two .icon_box {
  position: relative;
  line-height: 110px;
  width: 100%;
  height: 350px;
  border-radius: 0;
  left: 0px;
  right: 0;
  top: 0;
  display: block;
  margin: 0;
  padding: 12px;
  transition: all 0.6s ease-in-out;
  z-index: 10;
  overflow: hidden;
}
.icon_box_new_box.type_two .icon_box::before {
  position: absolute;
  content: "";
  top: 0px;
  border-radius: 15px;
  left: 0px;
  opacity: 0;
  width: 0%;
  background: #000;
  height: 0%;
  transition: all 0.5s ease-in-out;
  z-index: 9;
  background-image: linear-gradient(to top,rgba(0,112,188,.8) 0%,transparent 100%);
}
.icon_box_new_box.type_two:hover .icon_box::before{
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.icon_box_new_box.type_two span.icon {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 90px;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  color: var(--main-color);
  text-align: center;
  background: var(--primary-color-three);
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.6s ease-in-out;
}

.icon_box_new_box.type_two .svg_image {
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  object-fit: cover;
  border-radius: 15px;
}

.icon_box_new_box.type_two p {
  margin-bottom: 20px;
  color: #fff;
}

.icon_box_new_box.type_two .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  width: 100%;
  max-width: 95%;
  display: none;
  transition: all 0.5s ease-in-out;
  padding: 0 15px;
}
.icon_box_new_box.type_two:hover .content{
  display: table;
}
.icon_box_new_box.type_two .content ul li span{
    color: #fff;
}
.icon_box_new_box.type_two .content h2 a {
  font-size: 23px;
  font-weight: 700;
  display: block;
  color: var(--main-color-two);
  line-height: 28px;
  margin-bottom: 10px;
  transition: all 0.6s ease-in-out;
}
.icon_box_new_box.type_two .content a.read_more{
  color: #fff;
  background: var(--main-color-two);
  padding: 10px 20px;
  border-radius: 10px;
}
.icon_box_new_box.type_two .content a.read_more:hover{
  background-color: #fff;
  color: var(--main-color-two);
}
.icon_box_new_box.type_two::before,
.icon_box_new_box.type_two::after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  transition: all 0.2s linear;
}

.icon_box_new_box.type_two::after {
  border-top: 2px solid var(--main-color-two);
  border-left: 2px solid var(--main-color-two);
  border-top-left-radius: 10px;
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}

.icon_box_new_box.type_two::before {
  border-bottom: 2px solid var(--main-color-two);
  border-right: 2px solid var(--main-color-two);
  border-bottom-right-radius: 10px;
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.icon_box_new_box.type_two:hover::before,
.icon_box_new_box.type_two:hover::after,
.icon_box_new_box.type_two.box_actived::before,
.icon_box_new_box.type_two.box_actived::after {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border-color: var(--main-color-two);
}

.icon_box_new_box.type_two span.borders::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.icon_box_new_box.type_two:hover .icon_box,
.icon_box_new_box.type_two.box_actived .icon_box {
  border-color: var(--main-color);
}

.icon_box_new_box.type_two:hover .icon_box .icon_bg_rotate::before,
.icon_box_new_box.type_two.box_actived .icon_box .icon_bg_rotate::before {
  background: var(--main-color);
}

.icon_box_new_box.type_two:hover .icon_box span.icon,
.icon_box_new_box.type_two.box_actived .icon_box span.icon {
  background: var(--main-color);
  color: var(--color-white);
}

.icon_box_new_box.type_two a.read_more span {
  display: inline-block;
  position: relative;
  top: 1px;
  padding-left: 4px;
}
.title_sections{
  position: relative;
  margin: auto;
}
.title_all_box.style_seven .title,
.title_all_box.style_seven h1,
.title_all_box.style_seven h2,
.title_all_box.style_seven h3,
.title_all_box.style_seven h4,
.title_all_box.style_seven h5,
.title_all_box.style_seven h6 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: var(--main-color);
    font-family: var(--creote-family-one);
    margin-bottom: 30px;
}

.title_all_box.style_seven .small_text_sub {
    position: absolute;
    color: transparent;
    top: 0px;
    right: 0;
    left: 0;
    opacity: 0.1;
    font-size: 60px;
    line-height: 0px;
    font-weight: 700;
    -webkit-text-stroke: 1px var(--heading-dark);
    text-shadow: 1px 1px 0 var(--heading-dark), -1px -1px 0 var(--heading-dark), 1px -1px 0 1px var(--heading-dark), -1px 1px 0 var(--heading-dark), 1px 1px 0 var(--heading-dark);
}
.title_all_box.style_seven .small_text_sub.white{
  -webkit-text-stroke: 1px #fff;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 1px #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.title_all_box.style_seven .title.white{
  color: #fff;
}
.theme-btn.one {
  display: inline-block;
  padding: 0px 25px;
  border-radius: 10px 0px 10px 0px;
  background: var(--main-color-two);
  color: #fff;
  border: 1px solid var(--main-color-two);
  line-height: 56px;
  min-height: 56px;
  min-width: 160px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.theme-btn.one:hover {
  background: #fff;
  color: var(--main-color-two);
  border-radius: 0px 10px 0px 10px;
}
/*****************************************  testimonial-section *****************************************/
.testimonial-section{
    background: #f9f9f9;
    padding: 70px 0px;
}
.testimonial-section .content{}
.testimonial-section .content .testimonial-img{
        padding: 0 15px;
}
.testimonial-section .content .testimonial-img img{
    height: 350px;
    object-fit: cover;
}
.project-two{
    padding: 50px 0px;
}
/*****************************************  testimonial-section *****************************************/
/*****************************************  Service Details *****************************************/
.service-details{
    padding: 70px 0;
}
.service-details .sidmenu{
  padding: 40px!important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: rgb(240 244 253 / 70%);
  margin-right: 25px;
  margin-bottom: 20px;
}
.service-details .sidmenu h4{
  color: #222;
}
.service-details .list-group{
    padding: 0 !important;
    border-radius: 0;
}
.service-details .list-group .list-group-item{
    border: none;
    background: transparent;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(135 136 152 / 40%);
    padding: 10px 0;
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
}
.service-details .list-group .list-group-item.active ,.service-details .list-group .list-group-item:hover{
    background: transparent;
    border: none;
    border-bottom: 1px solid rgb(0 112 188 / 50%);
    padding: 10px 0;
}
.service-details .list-group .list-group-item a{
    display: block;
    float: none;
    width: 100%;
    font-size: 18px;
    color: #878898 ;
}
.service-details .list-group .list-group-item.active a ,.service-details .list-group .list-group-item:hover a{
  color:var(--main-color);
  font-weight: 600;
}
.service-details .content-slider{}
.service-details .content-slider .service-img{
    height: 450px;
    border-radius: 15px !important;
}
.service-details .content-slider .service-img img{
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius:  15px !important;
}
.service-details .service-content{
    margin-bottom: 30px;
}
.service-details .service-content h3{
    color: rgb(0 112 188 / 80%);
    font-size: 50px;
    font-weight: 600;
}
.service-details .service-content p{
    font-size: 20px;
    color: #878898;
}
.service-details .service-content h5{font-size: 30px;}
.service-details .service-content ul{
    padding-right: 2rem;
}
.service-details .service-content ul li{font-size: 17px;color: #878898;}
/*****************************************  Service Details *****************************************/
/*****************************************  Animation *****************************************/
@-webkit-keyframes float-bob-y {
  0% {
      transform: translateY(20px);
  }
  50% {
      transform: translateY(10px);
  }
  100% {
      transform: translateY(20px);
  }
}

@keyframes float-bob-y {
  0% {
      transform: translateY(20px);
  }
  50% {
      transform: translateY(10px);
  }
  100% {
      transform: translateY(20px);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes float-bob-x {
  0% {
      transform: translateX(20px);
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
}
  50% {
      transform: translateX(10px);
      -webkit-transform: translateX(10px);
      -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
      -o-transform: translateX(10px);
}
  100% {
      transform: translateX(20px);
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
}
}

@keyframes float-bob-x {
  0% {
      transform: translateX(20px);
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
}
  50% {
      transform: translateX(10px);
      -webkit-transform: translateX(10px);
      -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
      -o-transform: translateX(10px);
}
  100% {
      transform: translateX(20px);
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
}
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
      transform: rotate(0deg);
  }
  to { 
      transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
      -webkit-transform: rotate(0deg);
  }
  to { 
      -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotateme {
  from {
      -moz-transform: rotate(0deg);
  }
  to { 
      -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotateme {
  from {
      -o-transform: rotate(0deg);
  }
  to { 
      -o-transform: rotate(360deg);
  }
}
.rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
/*****************************************  Animation *****************************************/
/*****************************************  Page Header style *****************************************/
.banner-header {
  height: 60vh;
  background-attachment: inherit;
  background-position: center;
  /* z-index: -3 !important; */
  background-size: cover;
  position: relative;
}
.banner-header:before{
    content: "";
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
background: #000000;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    opacity: 0.6;
}
.banner-header a {
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 15px;
  text-transform: uppercase;
  position: relative;
}
.banner-header a:hover {
  color: #fff;
}
.banner-header h1 {
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 45px;
  color: #fff;
  line-height: 1.25em;
  letter-spacing: 1px;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/************************** Social ***************************/
.social-sec {
    padding: 0 !important;
    z-index: 10000;
    transition: 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    list-style: none;
    /* z-index: 1000; */
    position: fixed;
    bottom: 10rem;
    left: 0;
    transform: translate(-100%, 100%);
  }
  .social-sec .Icon {
    position: relative;
    padding: 15px;
    margin: 0;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow:0 10px 10px rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    background: var(--main-color-two);
    margin-bottom: 5px;
    border-radius: 10px;
  }
  .social-sec svg{
    color: #fff;
  }
  .social-sec .Icon:hover svg{
    color: var(--main-color)
  }

  .social-sec .Icon:hover {
    background: transparent;
    border: 1px solid var(--main-color);
  }
  
/*****************************************  Responsive *****************************************/
@media (min-width: 1200px){
  .container {
      max-width: 1170px;
      padding: 0px 15px;
  }
}
@media (max-width: 1400px) {
    
}
@media (max-width: 1200px) {}
@media (max-width: 992px) {
    .header .navbar-collapse ul.last li a.btn{
        background: #fff;
        color: var(--main-color-two);
    }
}
@media (max-width: 767px) {
     .about{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .video-section img{
        
        width: 350px;
    }
    .video-section{
        height: 50vh;
    }
   
    video{
        height: 50vh;
    }
    .order-mob{
        order: -1;
    }
}
@media (max-width: 575px) {}
@media (max-width: 450px) {}
