:root {
  --primary-color: #0ac1cd;
  --secondary-color: #473b93;
  --font-color: #666;
  --bg-color: #fff;
  --heading-color: #252422;
  --border-radius: 6px;
  --border-radius-full: 35px;
  --border-color: transparent;
  --border-color-light: #eee;
  --nav-color: #212D38;
  --dropdown-color: #fff;
  --iframe-filter: grayscale(0%);
  --bg-light: rgba(130, 115, 252, .05);
  --bg-grey: #F4F6F9;
  --footer-bg: #0f1113;
  --card-bg: #fff;
}

[data-theme="dark"] {
  --primary-color: #0ac1cd;
  --secondary-color: #473b93;
  --font-color: #c2d0da;
  --bg-color: #232220;
  --heading-color: #eee;
  --border-color: rgba(255, 255, 255, 0.2);
  --border-color-light: rgba(255, 255, 255, 0.1);
  --nav-color: #fff;
  --dropdown-color: #121725;
  --iframe-filter: grayscale(100%);
  --bg-light: #282828;
  --bg-grey: #282828;
  --card-bg: #888c96;
  --footer-bg: #0f1113;
}

.noscroll {
  overflow: hidden;
  height: 100vh;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  margin: 0;
  padding: 0;
  background: var(--bg-grey);
  color: var(--font-color);
  font-family: 'Hind Siliguri', sans-serif;
}

body a,
button,
.btn {
  cursor: pointer !important;
}

.clear {
  clear: both;
}

.img-responsive {
  max-width: 100%;
  display: block;
}

.d-grid {
  display: grid;
}

.align-self {
  align-self: center;
}

button,
input,
select,
label,
li,
span {
  -webkit-appearance: none;
  outline: none;
  font-family: 'Hind Siliguri', sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

iframe {
  border: none;
  display: block;
}

ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--heading-color);
}

p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  color: var(--font-color);
  font-family: 'Hind Siliguri', sans-serif;
}

li {
  list-style-type: none;
}

p.white {
  color: #eee;
}

.align-center {
  align-self: center;
}

.noscroll {
  min-height: 100vh;
  overflow: hidden;
}

.radius-image {
  border-radius: var(--border-radius);
}

.radius-image-full {
  border-radius: var(--border-radius-full);
}

.text-controle p {
	margin-bottom: 30px;
}
.text-controle img {
	max-width: 290px;
}

.card-pedido {
    background-color: #effeff;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}
.card-serv h3 {
    color: #fff;
    font-size: 1.3em;
    text-align: center;
    padding-top: 50%;
}
.card-serv {
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 6px 7px 16px -1px rgb(0 0 0 / 28%);
    transition: 0.2s;
}

.card-serv h3 {
    color: #fff;
    font-size: 1.3em;
    text-align: center;
    padding-top: 50%;
}

.card-serv:hover {
    box-shadow: 16px 17px 13px -8px rgba(0,0,0,0.53);
}

/*-- container --*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}

/*-- //container --*/
.btn-link {
    font-weight: bold;
    color: #12c1cd;
    text-decoration: none;
}

.btn-style,
.btn-white {
  padding: 10px 36px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  transition: 0.3s ease-in;
  border-radius: var(--border-radius-full);
  background: var(--primary-color);
  border: 2px solid transparent;
  color: #fff;
}

.btn-style.btn-white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-style:hover {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.btn-style.btn-white:hover {
  background: #fff;
  color: var(--primary-color);
  border: 2px solid #fff;
}

.transparent-btn {
  background: rgba(255, 255, 255, 0.25);
}

a.link-style,
a.link-style:active,
a.link-style:focus {
  transition: all 0.5s ease;
  font-size: 19px;
  font-weight: 600;
  display: inline-block;
  color: var(--secondary-color);
  box-shadow: none;
}

a.link-style1 {
  transition: all 0.5s ease;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: var(--heading-color);
  box-shadow: none;
}

.grids-gap {
  padding-top: 20px;
}

.title-w3l,
.title-w3l.two {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.title-w3l.two {
  color: #fff;
}

.title-left {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.title-subhny {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 1px;
  color: var(--primary-color);
  display: block;
}

.title-subhny span {
  color: var(--heading-color);
}

span.w3sub-color {
  color: var(--primary-color);
}

p.para-sub {
  max-width: 700px;
}

@media (max-width: 1080px) {
  .title-w3l,.title-w3l.two{
    font-size: 32px !important;
    line-height: 40px;
  }
}

@media (max-width: 736px) {
  .title-left {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 568px) {
  .title-w3l,.title-w3l.two{
    font-size: 30px !important;
    line-height: 38px;
  }

  p {
    font-size: 16px;
  }
}

@media (max-width: 415px) {
  .title-w3l,.title-w3l.two{
    font-size: 28px !important;
    line-height: 34px;
  }
  .btn-white,
  .btn-style {
    padding: 8px 30px;
    font-size: 16px;
  }

  .title-left {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 375px) {

  .title-w3l,.title-w3l.two {
    font-size: 26px !important;
    line-height: 32px;
  }

  .title-subhny {
    font-size: 16px !important;
    letter-spacing: .5px;
  }
}

/*-- toggle switch --*/
/*-- toggle switch --*/
.theme-switch-wrapper {
  display: flex;
  align-items: center;
}

.theme-switch-wrapper em {
  margin-left: 10px;
  font-size: 1rem;
}

.theme-switch {
  display: inline-block;
  position: relative;
  margin: 0;
}

.theme-switch input {
  display: none;
}

/*-- //toggle switch --*/
/*-- dark and light mode styling --*/
.mode-container {
  width: 24px;
  height: 24px;
  padding: 1px 0;
}

.gg-sun {
  position: relative;
  transform: scale(var(--ggs, 1));
  height: 24px;
  background: linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px -6px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px 14px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat -8px 5px/6px 2px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 14px 5px/6px 2px;
  border-radius: 100px;
  box-shadow: inset 0 0 0 2px;
  border: 6px solid transparent;
}

.gg-moon {
  overflow: hidden;
  position: relative;
  transform: rotate(-135deg) scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-bottom: 2px solid transparent;
}

.gg-moon,
.gg-moon:after {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
}

.gg-moon:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 18px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  top: 8px;
  left: 2px;
}

.gg-sun,
.gg-sun:after,
.gg-sun:before {
  box-sizing: border-box;
  display: block;
  width: 24px;
}

.gg-sun:after,
.gg-sun:before {
  content: "";
  position: absolute;
  height: 2px;
  border-right: 4px solid;
  border-left: 4px solid;
  left: -6px;
  top: 5px;
}

.gg-sun:before {
  transform: rotate(-45deg);
}

.gg-sun:after {
  transform: rotate(45deg);
}

.mode-container i.gg-sun {
  display: none;
  color: #eee;
}

.mode-container i.gg-moon {
  display: block;
  color: #eee;
}

input:checked+.mode-container i.gg-sun {
  display: block;
}

input:checked+.mode-container i.gg-moon {
  display: none;
}

/*-- //dark and light mode styling --*/
button.navbar-toggler .icon-close {
  display: block;
}

button.navbar-toggler .icon-expand {
  display: none;
}

button.navbar-toggler.collapsed .icon-close {
  display: none;
}

button.navbar-toggler.collapsed .icon-expand {
  display: block;
}

.header-w3l header {
  background: transparent;
  padding: 0px;
  transition: all 0.4s ease 0s;
  height: auto;
  display: grid;
  align-items: center;
  box-shadow: none;
  z-index: 99;
}

.header-w3l .navbar {
  padding: 0;
}

.header-w3l .navbar .navbar-brand {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.header-w3l .navbar .navbar-brand span.sub-logo {
  color:var(--primary-color);
}

a.navbar-brand img {
  display: inline-block;
  vertical-align: sub;
}

.header-w3l .navbar .navbar-brand span.fa {
  display: inline-block;
}

.header-w3l .navbar .navbar-brand:hover {
  opacity: 0.95;
}

.header-w3l .navbar .navbar-brand img {
  transition: all 0.5s ease;
}

.header-w3l .navbar-expand-lg .navbar-nav .nav-link span.fa {
  font-size: 14px;
  padding-left: 2px;
  font-weight: 600;
}

.header-w3l .navbar-expand-lg .navbar-nav .nav-item {
  padding: 0 8px;
  transition: all 0.5s ease;
  position: relative;
}

.header-w3l .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: var(--primary-color);
  opacity: 1;
}

.header-w3l .navbar-dark .navbar-nav .show>.nav-link,
.header-w3l .navbar-dark .navbar-nav .active>.nav-link,
.header-w3l .navbar-dark .navbar-nav .nav-link.show,
.header-w3l .navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary-color);
}

.header-w3l .navbar-light .navbar-nav .show>.nav-link,
.header-w3l .navbar-light .navbar-nav .active>.nav-link,
.header-w3l .navbar-light .navbar-nav .nav-link.show,
.header-w3l .navbar-light .navbar-nav .nav-link.active {
  color: var(--primary-color);
}

.header-w3l .navbar-expand-lg .navbar-nav .nav-link {
  transition: all 0.5s ease;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  color: #14243b;
}

.header-w3l header.nav-fixed .navbar-expand-lg .navbar-nav .nav-link {
  color: var(--heading-color);
}

.header-w3l .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--primary-color);
  opacity: 1;
}

.header-w3l a.dropdown-item {
  font-weight: 400;
  font-size: 17px;
  position: relative;
  color: var(--font-color);
  padding-top: 5px;
  padding-bottom: 3px;
  display: block;
  margin-bottom: .5rem;
}

.header-w3l a.dropdown-item:hover {
  color: var(--primary-color);
}

.header-w3l a.dropdown-item.active {
  background-color: transparent;
  color: var(--primary-color);
}

.header-w3l .navbar-expand-lg .navbar-nav .dropdown-menu {
  transform: translateX(-50px);
}

.header-w3l .navbar-expand-lg .navbar-nav .dropdown-menu:before {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--bg-color);
  display: block;
  transform: translateX(-50%) rotateZ(45deg);
  position: absolute;
  top: -7px;
  left: 49%;
  z-index: 1001;
  border: 1px solid var(--border-color-light);
  border-right: 0;
  border-bottom: 0;
}

.header-w3l header.nav-fixed {
  padding: 0px;
  background: var(--bg-color);
  height: auto;
  border-bottom: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
}

.header-w3l .navbar-dark .navbar-nav .show>,
.header-w3l .navbar-dark .navbar-nav .nav-link.show {
  color: var(--font-color);
}

.header-w3l nav ul li {
  display: inline-block;
}

.header-w3l nav ul li a,
.header-w3l nav ul li a:after,
.header-w3l nav ul li a:before {
  transition: all .5s;
}

.header-w3l nav ul li a:hover {
  color: #fff;
}

.header-w3l .navbar-dark .navbar-nav .nav-link:focus {
  color: #eee;
}

.header-w3l .dropdown-toggle::after {
  display: none;
}

.header-w3l .dropdown-menu {
  border-radius: var(--border-radius);
  background: var(--dropdown-color);
  border: 1px solid var(--border-color-light);
  min-width: 13rem;
  padding: 1.5rem 0rem 1rem;
}

.header-w3l .nav-fixed .phone a span {
  opacity: 1;
  color: var(--primary-color);
}

.header-w3l .nav-fixed .navbar-expand-lg .navbar-nav li.nav-item.active .nav-link {
  color: var(--primary-color);
}

.header-w3l .nav-fixed .navbar-expand-lg .navbar-brand {
  color: var(--heading-color);
}

.header-w3l .nav-fixed .navbar-expand-lg .navbar-brand span {
  color: var(--primary-color);
}

.header-w3l .dropdown-item:hover,
.header-w3l .dropdown-item:focus {
  color: var(--primary-color);
  text-decoration: none;
  background-color: transparent;
}

.header-w3l a.btn-clr {
  background: var(--btn-clr);
  color: #fff;
}

.header-w3l header.nav-fixed .mode-container i.gg-moon {
  color: var(--heading-color);
}

.navbar-expand-lg .search-bar {
  display: flex;
  /*flex: 1;*/
  max-width: 800px;
 /* width: 250px;*/
  margin: 0 auto;
}

.navbar-expand-lg .search-bar .search .search__input {
  display: flex;
  flex: 1;
  padding: 10px 10px 10px 20px;
  height: 48px;
  font-size: 17px;
  color: var(--font-color);
  border: none;
  font-weight: 400;
  border-radius: var(--border-radius-full);
  position: relative;
  right: 0;
  background: var(--bg-color);
  outline: 0;
  border: 1px solid var(--border-color-light);
}

.navbar-expand-lg .search-bar .search .search__icon {
  position: absolute;
  right: 20px;
  font-size: 15px;
  top: 15px;
  cursor: pointer;
}

@media only screen and (max-width: 1440px) {
  .header-w3l .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 10px;
  }

  .header-w3l .navbar-expand-lg .nav_btn>li {
    padding: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .header-w3l .navbar .navbar-brand img {
    max-width: 109px;
  }

  .header-w3l .navbar-expand-lg .btn-gradient {
    padding: 10px 20px;
    font-size: 14px;
  }

  .header-w3l .navbar-expand-lg .navbar-nav.nav_btn>li {
    margin-left: 0px;
  }

  .header-w3l .navbar-expand-lg .navbar-nav.nav_btn a.btn {
    padding: 10px 20px;
  }

  .header-w3l .navbar-expand-lg .navbar-nav.nav_btn a {
    font-size: 14px;
    padding: 0px;
  }
}

@media only screen and (max-width: 991px) {

  .header-w3l a.nav-link:before,
  .header-w3l a.dropdown-item:before {
    display: none;
  }

  .header-w3l a.dropdown-item {
    width: auto;
  }

  .header-w3l .mobile-position {
    position: absolute;
    right: 45px;
    top: 12px;
  }

  .header-w3l .navbar .search-right a {
    margin: 10px auto;
  }

  .header-w3l .navbar .navbar-brand img {
    max-width: 140px;
  }

  .header-w3l .navbar-toggler {
    border: 0 none;
    font-size: 22px !important;
  }

  .header-w3l .navbar-nav {
    -webkit-animation-name: none;
    animation-name: none;
    float: left;
    text-align: center;
    width: 100%;
    padding: 20px 0;
  }

  .header-w3l .navbar-nav:last-child {
    border: 0;
  }

  .header-w3l .navbar-expand-lg .navbar-nav .nav-item {
    -webkit-animation-name: none;
    animation-name: none;
    padding: 0;
  }

  .header-w3l .navbar-expand-lg .navbar-nav.nav_btn>li {
    padding-bottom: 10px;
  }

  .header-w3l .navbar-nav .dropdown-menu {
    text-align: center;
  }

  .header-w3l .navbar-nav .dropdown-menu .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .header-w3l .navbar-expand-lg .navbar-nav .nav-item .nav-link.active::before {
    bottom: 0;
  }
  .header-w3l header {
    height: auto;
    padding: 15px 0;
  }

  .header-w3l .navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translateX(0px);
  }

  .header-w3l header.nav-fixed {
    height: auto;
    padding: 10px 0;
  }

  .header-w3l .navbar-expand-lg .navbar-nav .nav-link {
    display: block;
    padding: 6px 0;
    text-align: center;
    color:var(--heading-color);
  }

  .header-w3l .navbar-dark .navbar-toggler-icon {
    background-image: none;
    padding: 0;
    width: 34px;
    height: 34px;
    display: inline-block;
    background: var(--primary-color);
    border-radius: 4px;
    text-align: center;
  }

  .header-w3l .navbar-toggler-icon.fa {
    line-height: 1.2em;
    color: #fff;
    line-height: 34px;
    background-color: var(--primary-color);
    border-radius: 5px;
  }

  .header-w3l .navbar-toggler {
    padding: 0rem 0rem !important;
  }
  .navbar-collapse {
      background: var(--bg-color);
      border-radius:var(--border-radius);
  }
}

@media only screen and (max-width: 480px) {
  .header-w3l .navbar-brand img {
    max-width: 200px;
  }

  .header-w3l .navbar .navbar-brand {
    font-size: 30px !important;
  }

  .header-w3l .mobile-position {
    top: 45px;
  }
}

.header-w3l .mode-container i.gg-sun {
  display: none;
  color: #14243b;
}

.header-w3l .mode-container i.gg-moon {
  display: block;
  color: #14243b;
}

/*-- homeblock1 --*/
/*--/banner--*/
.banner-w3l-main{
  z-index: 0;
  position: relative;
  display: grid;
  align-items: center;
  background-size: cover;
  -ms-background-size: cover;
  /*background-image: linear-gradient(to right, rgb(3 15 39 / 69%), rgb(3 15 39 / 70%)), url(../images/banner1.jpg);*/
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top;
  background-attachment: fixed;
  min-height: 510px;
}

.bannerhny-info {
  max-width: 600px;
  margin: 0 auto;
}

.w3l-banner-content h3 {
  font-size: 68px;
  line-height: 80px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}

.w3l-banner-content p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  opacity: 0.9;
}

.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
}

.shape>svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
  color: var(--bg-color);
}
@media (max-width: 1080px) {

  .w3l-banner-content h3 {
    font-size:58px;
    line-height:68px;
  }

}
@media (max-width:992px) {
  .w3l-banner-content h3 {
    font-size:52px;
    line-height:62px;
  }

}
@media (max-width:767px) {
  .w3l-banner-content h3 {
    font-size:42px;
    line-height:62px;
  }
  .banner-w3l-main {
    min-height:500px;
}
.banner-w3l-main {
    background-attachment: scroll;
}

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -3px;
    left: 0;
}

}
@media (max-width:480px) {
  .w3l-banner-content h3 {
      font-size: 34px;
      line-height: 40px;
  }
  .banner-w3l-main {
      min-height: 400px;
  }
  .shape {
      position: absolute;
      pointer-events: none;
      right: 0;
      bottom: -3px;
      left: 0;
  }
}
/*--//banner--*/
/*-- homeblock1 --*/
.home-services {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5%;
}

.box-wrap {
  padding: 40px 40px;
  transition: all 0.5s ease 0s;
  border-radius: 8px;
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
  background-color: var(--bg-color);
  position: relative;
}

.box-wrap:hover {
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
}

.box-wrap-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 30px;
}

.box-wrap h4 a {
  font-size: 24px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 0px;
  display: block;
  color: var(--heading-color);
}

.box-wrap h4 a:hover {
  color: var(--primary-color);
}

.box-wrap h5 {
  font-weight: 400;
  color: var(--font-color);
  font-size: 20px;
  opacity: .8;
}

.box-wrap p {
  margin: 0;
}

.box-wrap .icon {
  width: 70px;
  height: 70px;
  margin: auto;
  text-align: center;
  background: var(--bg-grey);
  border-radius: var(--border-radius);
  transition: 0.3s ease-in-out;
}

.box-wrap:hover .icon {
  background-color: var(--primary-color);
  transition: 0.3s ease-in-out;
}

.box-wrap:hover .icon span.fa {
  color: #fff;
  transition: 0.3s ease-in-out;
}

.box-wrap .icon span.fa {
  color: var(--primary-color);
  font-size: 25px;
  line-height: 70px;
}

@media (max-width: 1080px) {
  .box-wrap h5 {
    font-size: 17px;
  }

}
@media (max-width:991px) {
  .home-services {
    z-index: 10;
    position: static;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    display: flex;
    margin-top: 200px;
  }
}
@media (max-width:600px) {
  .box-wrap h4 a {
    font-size: 20px;
  }
  .whybox-wrap h4 a {
    font-size: 20px;
  }
  .box-wrap {
    padding: 30px 20px;
  }
}

/*-- //homeblock1 --*/
/*--/w3l-content-1--*/
.w3l-content-1 {
  background: var(--bg-color);
}

/*--//w3l-content-1--*/
/*--/w3l-content-2--*/
.w3l-content-2,
.w3l-content-22 {
  background: var(--bg-grey);
  position: relative;
  display: grid;
  align-items: center;
}

.whybox-wrap-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 30px;
}

.whybox-wrap h4 a {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
  display: block;
  color: var(--heading-color);
}

.whybox-wrap h4 a:hover {
  color: var(--primary-color);
  transition: 0.3s ease;
}

.whybox-wrap-grid .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  background: var(--bg-color);
  line-height: 70px;
  border-radius: var(--border-radius);
  transition: 0.3s ease-in-out;
}

.whybox-wrap-grid .icon span.fa {
  color: var(--primary-color);
  font-size: 25px;
  line-height: 70px;
}

.whybox-wrap-grid:hover .icon {
  background-color: var(--primary-color);
  transition: 0.3s ease-in-out;
}

.whybox-wrap-grid:hover .icon span.fa {
  color: #fff;
  transition: 0.3s ease-in-out;

}

@media (max-width:768px) {
  .w3l-content-22 {
    background: url(../images/banner3.png) no-repeat bottom;
    padding: 2em 0 2em 0;
  }
}

/*--//w3l-content-2--*/
.w3l-content-4 {
  background: var(--bg-color);
}

.w3l-content-4 .content-info-in h6 {
  margin: 0px 0 12px 0;
}

.w3l-content-4 .content-info-in h6 a {
  text-align: left;
  margin-bottom: 0;
  color: var(--heading-color);
  font-weight: 600;
  font-size: 24px;
}

.w3l-content-4 .content-info-in h6 a:hover {
  color: var(--primary-color);
}

.w3l-content-4 .content4-icon {
  font-size: 30px;
  text-align: center;
}

.w3l-content-4 .content4-right-info {
  padding-left: 0;
}

.w3l-content-4 .content4-icon {
  font-size: 30px;
  text-align: center;
  background: var(--bg-grey);
  width: 70px;
  height: 70px;
  border-radius: var(--border-radius);
}

.w3l-content-4 .content4-icon span.fa {
  line-height: 70px;
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .w3l-content-4 .content4-icon {
    font-size: 30px;
  }

  .w3l-content-4 .content-info-in h6 a {
    font-size: 22px;
  }

  .w3l-content-4 .content4-right-info {
    padding-left: 15px;
  }

  .w3l-content-4 .content4-icon span.fa {
    margin-top: 0px;
    vertical-align: middle;
  }
}

/*-- stats --*/
.w3l-stats {
  background: url(../images/banner.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.w3l-stats::before {
  content: "";
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #050119;
  opacity: .5;
}

.stats_info p {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}

.stats_info h4 {
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
  margin-top: 10px;
  font-weight: 600;
  opacity: 0.9;
}

.stats_info span.fa {
  font-size: 2.5em;
  color: var(--primary-color);
  margin: 0;
}

.stats_info:hover span.fa {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transition: 0.3s ease-out;
}

.stats_info:nth-child(4) {
  border: none;
  padding-right: 0;
}

.stats_bottom_grid_left img {
  margin: 0 auto;
}

.stats_info {
  text-align: center;
  border-top: none;
  padding: 8em 0em;
}

@media (max-width: 992px) {
  .stats_info p {
    font-size: 40px;
    line-height: 50px;
  }

  .stats_info h4 {
    font-size: 18px;
  }

  .stats_info {
    padding: 0 15px;
    border-right: none;
  }
}

@media (max-width: 737px) {
  .stats_info p {
    font-size: 35px;
    line-height: 38px;
    margin-top: 20px;
  }

  .stats_info h4 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 415px) {
  .stats_info span.fa {
    font-size: 2em;
  }

  .stats_info h4 {
    font-size: 14px;
    line-height: 24px;
  }
}

/*--//stats--*/
/*--/w3l-bottom-grids-6--*/
.w3l-bottom-grids-6 {
  background: var(--bg-grey);
}

.w3l-bottom-grids-6 .area-box {
  padding: 0 14px;
}

.w3l-bottom-grids-6 .grids-feature span.fa {
  color: var(--primary-color);
  font-size: 50px;
}

.w3l-bottom-grids-6 h4 a.title-head {
  margin-top: 25px;
  display: block;
  color: var(--heading-color);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 24px;
}

.w3l-bottom-grids-6 h4 a.title-head:hover {
  color: var(--primary-color);
}
@media (max-width:600px) {
  .w3l-bottom-grids-6 h4 a.title-head {
    margin-top: 20px;
    font-size: 20px;
  }
}
/*--//w3l-bottom-grids-6--*/
/*--/w3l-two-servicses--*/
.w3l-two-servicses {
  background: var(--bg-color);
}

ul.w3l-right-book li {
  margin-bottom: 10px;
  color: var(--font-color);
  font-size: 17px;
  list-style: inside;
  font-weight: 400;
  list-style-type: none;
}

ul.w3l-right-book li span {
  font-size: 12px;
  margin-right: 16px;
  opacity: 0.9;
  color: var(--primary-color);
}

/*--//w3l-two-servicses--*/
/*--/w3l-bottom-grids-6--*/
.w3l-serices-6 {
  background:var(--bg-color);
}

.w3l-serices-6 .area-box {
  padding:10px 10px;
  background:var(--bg-light);
  border: 1px solid var(--bg-grey);
  border-radius: var(--border-radius);
}
.w3l-serices-6 h4 a.title-head {
  margin-top: 20px;
  display: block;
  color: var(--heading-color);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 22px;
}
.w3l-serices-6 h4 a.title-head:hover {
  color: var(--primary-color);
}
.w3l-serices-6 .w3doctor-box-bottom {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 10px;
  padding-bottom: 10px;
}
.w3doctor-box-bottom .doctor-phone a{
  font-size:18px;
  color:var(--font-color);
}
.w3doctor-box-bottom .social-icons-dr a{
  display:inline;
  margin-right:8px;
  font-size:18px;
  color:var(--font-color);
}
.w3doctor-box-bottom a:hover {
  color: var(--primary-color);
}
/*--//w3l-bottom-grids-6--*/
/*--/blog-grid-info--*/
.blog-single-post {
  margin: 0 auto;
  max-width: 900px;
}

p.card-text {
  line-height: 26px;
}

.blog-grid-info .card-body {
  padding: 0;
}

.blog-grid-info .card h5.card-title a {
  color: var(--heading-color);
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  position: relative;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.blog-grid-info .card h5.card-title a:hover {
  color: var(--primary-color);

}

.about-in.blog-grid-info .card {
  padding: 0;
  border: none;
  background: none;
}

.blog-des.blogger {
  border: 1px solid rgba(221, 221, 221, 0.3);
  border-top: 0px;
}

.admin-post li {
  display: inline-block;
  margin-right: 15px;
}

.admin-post li span.fa {
  opacity: .5;
  width: 15px;
  vertical-align: .5px;
  color: var(--primary-color);
}

ul.admin-post li a,
ul.admin-post li p {
  color: var(--font-color);
  font-size: 16px;
}

ul.admin-post li a:hover {
  color: var(--primary-color);
}

.author-info {
  display: grid;
  grid-template-columns: 100px 150px;
  grid-gap: 20px;
  align-items: center;
}

.author-img {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}

.author-img img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 1080px) {

  ul.admin-post li a,
  ul.admin-post li p {
    font-size: 15px;
  }
}

@media (max-width: 568px) {
  .author-info {
    grid-template-columns: 80px 120px;
    grid-gap: 10px;
  }

  .author-img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 415px) {
  .blog-grid-info .card h5.card-title a {
    font-size: 20px;
  }
}

/*--//blog-grid-info--*/
/*--/w3l-content-3--*/
.w3l-content-3 {
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 0;
  position: relative;
}

.w3l-content-3 p {
  color: #fff;
  opacity: 0.8;
}

.w3l-content-3 .fields-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px 20px;
}

.appointment-form {
  background: var(--bg-color);
  padding: 10px 15px;
  border-radius: var(--border-radius);
}

.w3l-content-3 input,
.w3l-content-3 textarea,
.w3l-content-3 select {
  outline: none;
  width: 100%;
  font-size: 16px;
  padding: 0px 15px;
  margin-bottom: 25px;
  color: var(--font-color);
  height: 50px;
  text-align: left;
  -webkit-appearance: none;
  align-items: center;
  padding-left: 15px;
  background-color: var(--bg-grey);
  border: 1px solid var(--bg-border);
  border-radius: 8px;
}

.w3l-content-3 select {
  -webkit-appearance: menulist;
}

.w3l-content-3 textarea {
  height: 150px;
}

.w3l-content-3 input:focus,
.w3l-content-3 textarea:focus {
  border: 1px solid var(--primary-color);
  background-color: var(--bg-white);
}
@media (max-width:992px) {
  .appointment-form {
      padding: 40px 20px;
  }
}
@media (max-width:640px) {
  .w3l-content-3 .fields-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px 10px;
  }
}
/* //appointment */

/*--//w3l-content-3--*/
/*--/testimonials--*/
.w3l-clients {
  background: var(--bg-color);
}

.w3l-clients .testi-des {
  display: flex;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.w3l-clients blockquote q {
  font-size: 18px;
  line-height: 28px;
  color: var(--heading-color);
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.w3l-clients a.comment-img {
  left: 0px;
  top: 0px;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}

.w3l-clients .bottom-info {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: flex-start;
  grid-gap: 20px;
  align-items: center;
}

.w3l-clients blockquote q::before {
  font-size: 50px;
  color: var(--primary-color);
  display: block;
  font-family: initial;
}

.w3l-clients.w3l-test blockquote q::before {
  font-size: 50px;
  color: var(--primary-color);
  display: inline-block;
  font-family: initial;
  margin-right: 10px;
}

.w3l-clients .test-img {
  width: 70px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  background: var(--bg-color);
  border-radius: 50%;
}

.w3l-clients .testimonial img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.w3l-clients .testimonial .peopl {
  margin: 0;
  text-align: left;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20px;
  align-items: center;
}

.w3l-clients .testimonial .peopl h3,
.w3l-clients .people-info h3 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}

.w3l-clients .testimonial {
  border: 1px solid var(--border-color-light);
  padding: 40px;
  border-radius: var(--border-radius);
  position: relative;
}

.w3l-clients .testimonial:before {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--bg-color);
  border: 1px solid var(--border-color-light);
  display: block;
  border-right: none;
  border-bottom: none;
  transform: translateX(-50%) rotateZ(-135deg);
  position: absolute;
  bottom: -7px;
  left: 9%;
  z-index: 1001;
}

.w3l-clients p.identity {
  font-size: 15px;
  font-style: normal;
  margin-bottom: 0;
  text-align: left;
  opacity: 0.8;
  margin-top: 4px;
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  border: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@media (max-width: 992px) {
  .owl-theme .owl-nav {
    display: none !important;
  }
}

@media (max-width: 568px) {

  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: none;
  }
}

/**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  display: block;
}

.owl-dots {
  margin-top: 0px;
  position: absolute;
  left: 0px;
  right: 0;
  /*bottom: 75px;*/
  bottom: -40px;
  background: none;
  display: block;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 20px;
  margin: 0px;
  width: 46px;
  background: rgba(255, 255, 255, 0.21);
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  height: 46px;
  line-height: 15px;
  border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
  opacity: 1;
  color: #fe5a0e;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: 0.3s ease-in-out;
}

.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme:focus,
.owl-dots:focus,
.owl-dot:focus {
  outline: none;
  box-shadow: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  background: transparent;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 1px;
  background: #aaa;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  position: relative;
  opacity: 0.9;
  border-radius: 50%;
}

button.owl-next,
button.owl-prev {
  position: absolute;
  bottom: 50%;
}

button.owl-prev {
  left: 10px;
}

button.owl-next {
  right: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
}

div#owl-demo2 .owl-dots {
  margin-top: 0px;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: -80px;
  background: none;
}

@media (max-width: 1080px) {
  .w3l-clients blockquote q {
    font-size: 16px;
  }

  .w3l-clients.w3l-test blockquote q::before {
    font-size: 40px;
  }
}

@media (max-width: 375px) {
  .w3l-clients blockquote q {
    font-size: 22px;
    line-height: 32px;
  }

  .w3l-clients p.identity {
    font-size: 17px;
  }

  .w3l-clients.w3l-test blockquote q::before {
    font-size: 35px;
    margin-right: 5px;
  }
}

/*--//testimonials--*/
/*--/inner-pages--*/
.w3l-about-ab {
  background: var(--bg-color);
}

.bg-color-white {
  background: var(--bg-color);
  border-radius: var(--border-radius);
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
}

.bg-color-white .col-lg-4 {
  padding: 0;
}

.w3l-content-5 {
  background-size: cover;
  background-image: linear-gradient(to right, rgb(3 15 39 / 69%), rgb(3 15 39 / 70%)), url(../images/banner1.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.w3l-content-5 p {
  color: #fff;
  opacity: 0.7;
}
/*--/w3l-inner-page--*/

.w3l-inner-page-breadcrumb {
  background-size: cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  min-height: 300px;
  opacity: 0.6;
}

h2.title {
  color: #15243b;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
}

.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  opacity: .9;
  letter-spacing: .5px;
}

.breadcrumbs-custom-path li a {
  color: #fff;
  opacity: .85;
}

.breadcrumbs-custom-path li a:hover {
  color: var(--primary-color);
  opacity: 1;
}

.breadcrumbs-custom-path li span.fa {
  font-size: 12px;
  vertical-align: 2px;
  color: #eee;
}
@media (max-width:992px) {
  .w3l-inner-page-breadcrumb {
    min-height: 200px;
}
  h2.title {
      font-size: 38px;
      margin-top: 15px;
  }
}
/*--//w3l-inner-page--*/
.w3l-serices-6{
  background:var(--bg-color);
}
/*--/w3l-team--*/
.w3l-team {
  background: var(--bg-color);
}
.w3l-team .team-info {
  transition: 0.3s ease-in-out;
}

.w3l-team .team-info:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transition: 0.3s ease-out;
}

.w3l-team .img-circle {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  background: var(--bg-color);
}

.w3l-team .img-circle a {
  display: block;
}

.w3l-team .img-circle img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

.w3l-team p.team-text {
  font-size: 18px;
  color: var(--font-color);
  line-height: 30px;
  max-width: 650px;
}

.w3l-team .team-info p {
  font-size: 16px;
  line-height: 24px;
  color: var(--font-color);
  margin-top: 2px;
}

.w3l-team h3.name-pos a {
  font-size: 20px;
  line-height: 26px;
  color: var(--heading-color);
  font-weight: 600;
}

.w3l-team .team-info:hover h3.name-pos a {
  color: var(--primary-color);
  transition: 0.3s ease;
}

.w3l-team .column-btm {
  padding: 30px;
  background: var(--bg-grey);
  border-radius: 0 0 6px 6px;
  border: 1px solid var(--bg-border);
  border-top: none;
  margin-top: -6px;
  position: relative;
}

.w3l-team .column a img {
    display: block;
    border-radius: 6px 6px 0 0;
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.w3l-team .social {
  position: absolute;
  top: -18px;
  right: 5px;
}

.w3l-team .social a {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}

.w3l-team .social a span {
  font-size: 12px;
  line-height: 30px;
  display: block;
}

.w3l-team .social a.facebook {
  background: #3b5998;
}

.w3l-team .social a.facebook span {
  color: #fff;
}

.w3l-team .social a.twitter {
  background: #1da1f2;
}

.w3l-team .social a.twitter span {
  color: #fff;
}

@media (max-width: 767px) {
  .w3l-team .team-wrap:nth-child(1) {
    margin-top: 10px;
  }
.container-intro h1{
    font-size: 1em;
}

  .w3l-testimonials .message {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }

  .w3l-team h3.name-pos a {
    font-size: 18px;
    line-height: 22px;
  }
  .w3l-team .column-btm {
    padding: 20px 10px;
  }
  .card-serv {
          width: 200px;
          margin: auto;
          margin-bottom: 1.5em;
          padding: 1em;
}


.navbar-expand-lg .search-bar {
  display: flex;
  flex: 1;
  max-width: 800px;
  width: 250px;
  margin: 0 auto;
}


}

@media (max-width: 667px) {
  .w3l-team .team-info p {
    font-size: 14px;
    line-height: 14px;
  }
  .w3l-team h3.name-pos a {
      font-size: 16px;
      line-height: 28px;
  }
}


/*--//inner-pages--*/
/*--Blog-Category*--*/
.blog-cat {
  position: relative;
  padding: 0;
}
h3.inner-heading{
  font-size:30px;
  line-height:40px;
  font-weight: 700;
}
.blog-cat li {
  position: relative;
  list-style-type: none;
}

.blog-cat li a {
  position: relative;
  color: var(--font-color);
  font-size: 17px;
  font-weight: 500;
  display: block;
  padding: 10px 15px 0px 20px;
}

.blog-cat li a span {
  position: absolute;
  right: 0px;
  top: 15px;
  width: 27px;
  height: 27px;
  font-size: 12px;
  text-align: center;
  line-height: 27px;
  border-radius: var(--border-radius);
  background-color: var(--bg-light);
}

.blog-cat li a:before {
  display: inline-block;
  color: var(--primary-color);
  font-family: 'FontAwesome';
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--font-color);
  position: absolute;
  top: 20px;
  left: 0px;
  border: 1px solid var(--bg-grey);
  opacity: .3;
}

.twitter-feed li a {
  padding: 10px 15px 0px 30px;
  margin-top: 10px;
}

ul.blog-cat li a span.fa {
  position: static;
  color: var(--primary-color);
  font-size: inherit;
  background: none;
}

.sidebar-sticky-fix {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.blog-cat li a:hover::before {
  opacity: 1;
}

.sidebar-widget figure {
  margin: 0 0 0rem;
}

.blog-cat li:first-child a {
  padding-top: 0;
}

.blog-cat li:first-child a:before,
.blog-cat li:first-child a span {
  top: 12px;
}

.blog-cat li.active a,
.blog-cat li a:hover {
  color: var(--primary-color);
}

/* Post Widget */
.popular-posts .post {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color-light);
}

.popular-posts .post:last-child {
  margin-bottom: 0px;
  padding-bottom: 0;
  border-bottom: 1px solid transparent;
}

.sidebar-widget:last-child {
  margin-bottom: 0px;
}

.popular-posts .post .text {
  position: relative;
  font-size: 22px;
  margin: 0px 0px 10px;
  font-weight: 500;
  color: var(--heading-color);
  line-height: 1.2em;
  align-self: center;
}

.popular-posts .post .text a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  color: var(--heading-color);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.popular-posts .post a:hover {
  color: var(--primary-color);
}

.popular-posts .post-info {
  position: relative;
  font-size: 14px;
  color: var(--font-color);
  font-weight: 400;
}

ul.page-pagination li {
  display: inline-block;
}

ul.page-pagination li span.current {
  display: block;
  padding: 10px 18px;
  color: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  font-weight: 700;
  background: var(--primary-color);
  transition: background-color .15s linear, color .15s linear;
  box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03);
}

ul.page-pagination li a.page-numbers,
ul.page-pagination li a.next {
  display: block;
  padding: 10px 18px;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color-light);
  border-radius: 50px;
  font-weight: 700;
  color: var(--font-color);
  transition: background-color .15s linear, color .15s linear;
  box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03);
}

ul.page-pagination li a.page-numbers:hover,
ul.page-pagination li a.next:hover {
  background-color: var(--bg-color);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

@media (max-width: 384px) {

  ul.page-pagination li a.page-numbers,
  ul.page-pagination li a.next,
  ul.page-pagination li span.current {
    padding: 7px 15px;
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .left-sideber {
    order: 2;
  }
}

@media (max-width: 415px) {
  .w3l-blog .sidebar-title h4 {
    font-size: 22px;
  }

  .w3l-blog form.subscribe-wthree button {
    padding: 0 20px;
  }

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

  .sidebar-widget:last-child {
    margin-bottom: 0px;
  }
}
.page-blogw3{
  background:var(--bg-color);
}
.w3l-blog .blog-single-author-date li.circle {
  width: 50px;
  height: 50px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}

.w3l-blog h2.title-single {
  font-weight: 600;
}

.w3l-blog ul.blog-single-author-date li {
  display: inline-block;
  margin-right: 20px;
  transition: 0.3s ease-in-out;
}

.w3l-blog ul.blog-single-author-date li span.fa {
  vertical-align: .5px;
  opacity: .5;
  width: 15px;
}

.w3l-blog ul.blog-single-author-date li a {
  color: var(--heading-color);
  font-weight: 600;
}

.w3l-blog ul.blog-single-author-date li a:hover {
  color: var(--primary-color);
}

.w3l-blog .blo-singl {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.w3l-blog ul.share-post li {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  margin: 0px 3px;
}

.w3l-blog ul.share-post li a {
  display: block;
}

.w3l-blog ul.share-post li a span.fa {
  color: #fff;
  font-size: 14px;
}

.w3l-blog ul.share-post li.facebook {
  background: #3a5998;
  width: 30px;
  height: 30px;
  color: #fff;
}

.w3l-blog ul.share-post li.twitter {
  background: #55acee;
  width: 30px;
  height: 30px;
  color: #fff;
}

.w3l-blog ul.share-post li.google {
  background: #dc4e41;
  width: 30px;
  height: 30px;
  color: #fff;
}

.w3l-blog blockquote {
  padding: 30px 0;
  padding-left: 40px;
  padding-right: 40px;
  background: var(--bg-grey);
  border-radius: var(--border-radius);
}

.w3l-blog blockquote q {
  color: var(--heading-color);
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px;
}

.w3l-blog .blockquote-footer {
  background: none;
}

.w3l-blog .text-list li {
  font-style: italic;
  display: block;
  line-height: 25px;
  margin: 12px 0;
  font-size: 18px;
  color: var(--font-color);
}

.w3l-blog .img-circle {
  width: 80px;
  height: 80px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}

.w3l-blog .img-circle img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.w3l-blog ul.time-rply li {
  display: inline-block;
  color: var(--font-color);
  font-size: 15px;
}

.w3l-blog a.name {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.w3l-blog .media-body.comments-grid-right {
  border: 1px solid var(--border-color-light);
  padding: 30px;
  border-radius: var(--border-radius);
  background: var(--bg-grey);
  position: relative;
}

.w3l-blog .media .media .media-body {
  border: none;
  padding: 10px;
}

.w3l-blog ul.time-rply li a {
  color: var(--primary-color);
  font-weight: 500;
  padding-left: 5px;
}

.w3l-blog .media {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 30px;
  grid-gap: 20px;
}

.w3l-blog h6.heading-small-text-9 {
  font-size: 26px;
  color: var(--heading-color);
  font-weight: 500;
}

.w3l-blog .categories ul {
  margin-top: 20px;
}

.w3l-blog .categories ul li {
  list-style: disclosure-closed;
  color: #aaa;
  list-style-position: inside;
  list-style-type: disc;
}

.w3l-blog .categories ul li a {
  color: var(--font-color);
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 5px;
  display: inline-block;
}

.w3l-blog h6.text-left-inner-9 {
  font-size: 20px;
  line-height: 28px;
  color: var(--heading-color);
}

.w3l-blog span.sub-inner-text-9 {
  font-weight: normal;
  font-size: 14px;
  color: var(--font-color);
  margin-top: 6px;
  display: inline-block;
}

.w3l-blog span.nav-title {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: var(--font-color);
  opacity: .5;
}

.w3l-blog a.posts-view-left {
  margin-top: 5px;
  display: block;
}

.w3l-blog a.posts-view-right {
  margin-top: 5px;
  display: block;
}

.w3l-blog a.posts-view label {
  cursor: pointer;
  font-size: 20px;
  line-height: 28px;
  color: var(--heading-color);
  font-weight: 600;
  margin: 0;
}

.w3l-blog a.posts-view label:hover {
  color: var(--primary-color);
}

.w3l-blog nav.post-navigation {
  border: solid var(--border-color-light);
  border-width: 1px 0px 1px 0px;
}

.w3l-blog .reply input,
.w3l-blog .reply textarea {
  outline: none;
  width: 100%;
  -webkit-appearance: none;
  border-radius: var(--border-radius);
  min-height: 60px;
  padding: 15px 20px;
  border: 1px solid var(--border-color-light);
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: var(--heading-color);
  background: var(--bg-grey);
  box-shadow: none;
  resize: none;
}

.w3l-blog .reply input:focus,
.w3l-blog .reply textarea:focus {
  border: 1px solid var(--primary-color);
  background: var(--bg-color);
}

.w3l-blog a.author-image {
  width: 130px;
  height: 130px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}

a.author-name {
  font-size: 20px;
  line-height: 30px;
  color: var(--heading-color);
  display: block;
  margin-bottom: 6px;
}

.author-detalis {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 20px;
}

h3.post-content-title {
  font-size: 26px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .w3l-blog .blo-singl {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  h3.post-content-title {
    font-size: 24px;
  }

  .w3l-blog blockquote {
    padding: 20px 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .w3l-blog blockquote q {
    font-size: 26px;
  }
}

@media (max-width: 736px) {
  ul.details-list {
    grid-template-columns: 1fr 1fr;
  }

  h3.post-content-title {
    font-size: 24px;
  }

  .post-content iframe {
    height: 300px;
  }

  .w3l-blog h2.title-single {
    margin-bottom: 10px;
  }

  .w3l-blog blockquote {
    padding-left: 45px;
    padding-right: 10px;
  }

  .w3l-blog blockquote q {
    font-size: 22px;
    line-height: 34px;
  }
}

@media (max-width: 568px) {
  ul.blog-single-author-date {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    grid-gap: 5px;
  }
}

@media (max-width: 480px) {
  .w3l-blog .blo-singl {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .post-content iframe {
    height: 230px;
  }

  ul.details-list li {
    font-size: 17px;
  }

  .w3l-blog .media {
    grid-template-columns: auto;
  }

  .w3l-blog .img-circle {
    width: 80px;
    height: 80px;
  }

  .w3l-blog .reply input,
  .w3l-blog .reply textarea {
    outline: none;
    font-size: 16px;
    padding: 13px 25px;
  }

  .w3l-blog .reply textarea {
    height: 100px;
  }

  .w3l-blog blockquote {
    padding-left: 25px;
    padding-right: 0px;
  }
}

@media (max-width: 415px) {
  .w3l-blog blockquote q {
    font-size: 20px;
    line-height: 28px;
  }

  .w3l-blog .img-circle {
    width: 85px;
    height: 85px;
  }

  h3.post-content-title {
    font-size: 22px;
  }

  .w3l-blog a.author-image {
    width: 110px;
    height: 110px;
  }

  ul.details-list {
    grid-template-columns: 1fr;
  }

  .w3l-blog ul.blog-single-author-date li {
    margin-right: 15px;
    font-size: 15px;
  }

  .w3l-blog a.name {
    font-size: 18px;
  }

  .w3l-blog a.posts-view label {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 384px) {
  .w3l-blog a.author-image {
    width: 90px;
    height: 90px;
  }

  .w3l-blog ul.blog-single-author-date li {
    margin-right: 12px;
    font-size: 15px;
  }

  .w3l-blog .img-circle {
    width: 75px;
    height: 75px;
  }
}

/*--//Blog-posts--*/
/*--/contact--*/
.w3l-contact-2{
  background:var(--bg-color);
}
.contact-grids {
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.contact-right {
  padding-left: 28px;
}

.contact-left {
  padding-right: 28px;
}

.contact-left h4 {
  font-size: 52px;
  line-height: 60px;
  margin-bottom: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.contact-left h6 {
  font-size: 18px;
  line-height: 28px;
}

.contact-grids input,
.contact-grids textarea {
  width: 100%;
  color: var(--font-color);
  background: var(--bg-grey);
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  padding: 15px 25px;
  border: 1px solid var(--border-color-light);
  outline: none;
  margin-bottom: 16px;
  border-radius: var(--border-radius);
}

.cont-left.text-center span.fa {
  color: var(--primary-color);
  font-size: 20px;
  margin-top: 3px;
}

.contact-grids textarea {
  height: 120px;
  margin: 0 0 20px 0;
}

.contact-grids input:focus,
.contact-grids textarea:focus {
  border: 1px solid var(--primary-color);
  background:var(--bg-color);
}

.cont-top {
  display: grid;
  grid-template-columns: 20px auto;
  grid-column-gap: 20px;
}

.cont-details p,
.cont-details p a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  margin-top: 3px;
  color: var(--font-color);
}

.cont-details p a:hover {
  color: var(--primary-color);
}

.margin-up {
  margin-top: 2rem;
}

.cont-details h6 {
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-color);
}

.map-iframe iframe {
  -webkit-filter: var(--iframe-filter);
  -moz-filter: var(--iframe-filter);
  -ms-filter: var(--iframe-filter);
  -o-filter: var(--iframe-filter);
  filter: var(--iframe-filter);
}

@media (max-width: 992px) {
  .contact-right {
    padding-left: 0px;
    margin-top: 1em;
  }

  .contact-grids {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 415px) {
  .cont-top {
    grid-column-gap: 10px;
  }
}

/*--//contact--*/
/*--/footer--*/
.w3l-copyright #movetop {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  padding: 0;
  line-height: 36px;
  border-radius: 35px;
  transition: 0.3s ease-out;
}

.w3l-footer-29-main {
  background: var(--footer-bg);
}

.w3l-footer-29-main a.navbar-brand {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  padding: 0;
}

.w3l-footer-29-main h6.footer-title-29 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 600;
  position: relative;
  color: #fff;
}

.w3l-footer-29-main .footer-list-29 ul li,
.w3l-footer-29-main .midd-footer-29:nth-child(1) .footer-list-29 ul li:last-child {
  list-style: none;
  margin-bottom: 10px;
}

.w3l-footer-29-main .footer-list-29 ul li:last-child {
  margin-bottom: 0px;
}

.w3l-footer-29-main .footer-list-29 ul li a,
.w3l-footer-29-main .footer-list-29 ul li p {
  font-size: 18px;
  line-height: 28px;
  color: var(--font-color);
}

.w3l-footer-29-main .footer-list-29 ul li a:hover {
  color: var(--primary-color);
}

.w3l-copyright .main-social-footer-29 a {
  margin-left: 10px;
  color: #9ba0ac;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  transition: 0.3s;
}

.w3l-copyright .main-social-footer-29 a:hover {
  transition: 0.3s;
}

.w3l-copyright .main-social-footer-29 a.facebook:hover {
  background: #3b5998;
  color: #fff;
}

.w3l-copyright .main-social-footer-29 a.twitter:hover {
  background: #1da1f2;
  color: #fff;
}

.w3l-copyright .main-social-footer-29 a.instagram:hover {
  background: #c13584;
  color: #fff;
}

.w3l-copyright .main-social-footer-29 a.linkedin:hover {
  background: #0077b5;
  color: #fff;
}

.w3l-copyright .main-social-footer-29 a.google-plus:hover {
  background: #dd4b39;
  color: #fff;
}

.w3l-footer-29-main .footer-list-29 ul li span.fa {
  width: 25px;
}

.w3l-copyright .main-social-footer-29 a:last-child {
  margin-right: 0;
}

.w3l-copyright .copy-footer-29 a {
  color: var(--primary-color);
  font-weight: 600;
}

.w3l-copyright .copy-footer-29 a:hover {
  color: #fff;
}

.w3l-copyright .main-social-footer-29 {
  text-align: right;
}

.w3l-copyright {
  padding: 1.5em 0;
  background: var(--footer-bg);
  border-top: 1px solid hsl(0deg 0% 87% / 5%);
}

.w3l-footer-29-main .footer-29 form {
  margin-top: 25px;
  position: relative;
}

.w3l-footer-29-main .footer-post a {
  font-weight: 500;
  color: #ccc;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 4px;
  display: inline-block;
}

.w3l-footer-29-main .footer-post a:hover {
  color: #eee;
}

.w3l-footer-29-main .footer-29 .subscribe input[type="email"] {
  padding: 14px 20px;
  font-size: 18px;
  line-height: 28px;
  border: 1px solid var(--border-color-light);
  outline: none;
  width: 100%;
  color: var(--font-color);
  background: var(--bg-color);
  border-radius: var(--border-radius-full);
}

.w3l-copyright p.copy-footer-29 {
  align-self: center;
  color: #ddd;
}

.w3l-footer-29-main .footer-29 .subscribe input[type="email"]:focus {
  border: 1px solid var(--primary-color);
  background-color: var(--bg-color);
}

@media (max-width: 992px) {
  .w3l-copyright .copy-footer-29 {
    text-align: center;
  }

  .w3l-footer-29-main .main-social-footer-29 {
    text-align: center;
    margin-top: 20px;
  }

  .w3l-footer-29-main ul.list-btm-29 {
    text-align: center;
    margin-top: 10px;
  }

  .w3l-footer-29-main h6.footer-title-29 {
    margin-bottom: 20px;
  }

  .w3l-copyright .main-social-footer-29 {
    text-align: center;
    margin-top: 20px;
  }
  .w3l-footer-29-main h6.footer-title-29 {
    font-size: 20px;
  }
.w3l-team .column-btm {
  height: 100%;
}
	
}

@media (max-width: 480px) {

  .w3l-footer-29-main .footer-list-29 ul li,
  .w3l-footer-29-main .midd-footer-29:nth-child(1) .footer-list-29 ul li:last-child {
    margin-bottom: 8px;
  }

  .w3l-footer-29-main a.navbar-brand {
    font-size: 26px;
  }
}


/*CUSTOM*/


.frase-m {
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
}

.container-intro {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-home {
    color: #fff;
    background-color: #7d75b3;
    border-color: #7d75b3;
    padding: 15px 30px;
    font-size: 20px;
}

.btn-home:hover {
   opacity:  0.7;
}

.navbar-brand img {
  height: auto;
  width: 120px;
  padding-top: 10px;
}

.icon img {
	height: 70px;
    width: 100%;
    object-fit: contain;
}

.box-wrap .icon, .box-wrap:hover .icon {
    background-color: transparent !important;
}

.box-wrap {
    height: 250px;
}

.img-c {
	width: 100%;
    height: 300px;
    object-fit: cover;
}

.img-mapa {
    height: 400px;
    width: 100%;
    object-fit: cover;
}


/*CUSTOM*/


/*# sourceMappingURL=style-freedom.css.map */
