@charset "UTF-8";

@import url("bootstrap.min.css");
@import url("head.css");
@import url("responsive.css");
@import url("themify-icons.css");
@import url("font-awesome.min.css");

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

:root {
  --para-color: #9b9b9b;
  --heading-color: #1b1a1a;
  --bg-border: #e9e9e9;
  --primary-color: #fe5a0e;
  --nav-color: #fff;
  --bg-light: #f7f9fa;
  --bg-white: #fff;
  --gun-color: #fff;
  --border-radius: 6px;
  --bg-color: #fff;
  --footer-bg: #1b1a1a;
  --breadcrumb-bg: #e9e9e9;
  --card-bg: #fff;
}

[data-theme="dark"] {
  --para-color: #afafaf;
  --heading-color: #fff;
  --theme-light: #efefef;
  --primary-color: #fe5a0e;
  --bg-light: #222;
  --bg-white: #222;
  --border-radius: 6px;
  --bg-color: #111;
  --gun-color:#efefef;
  --footer-bg: #222;
  --bg-border: #333;
  --breadcrumb-bg: #333;
  --card-bg: #222;
  --nav-color: #fff;
}

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

html {
  scroll-behavior: smooth;
}

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

body img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
}

body a,
button,
.btn {
  cursor: pointer !important;
  font-family: 'Barlow', sans-serif;
}

.clear {
  clear: both;
}

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

.d-grid {
  display: grid;
}

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

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

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

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);
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
}

p {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 26px;
  color: var(--para-color);
  font-family: 'Barlow', 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);
}

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

@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
  }
}



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



/*-- //container --*/
h4.section-title-left {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  position: relative;
  text-transform: capitalize;
}

.section-title-left::before {
  background-color: var(--heading-color);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 80px;
  box-sizing: border-box;
}

.btn-style {
  padding: 12px 36px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  transition: 0.3s ease-in;
  border-radius: 6px;
}

.btn-white {
  padding: 12px 36px;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 600;
  transition: 0.3s ease-in;
  background-color: #fff;
  color: var(--primary-color);
  border-radius: 6px;
}

.border-btn {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.border-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.header-section p {
  max-width: 760px;
  margin: 0 auto;
}

.header-section p {
  color: var(--para-color);
  font-size: 18px;
  line-height: 26.5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

h3.hny-title,
h3.hny-title.two {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}

h3.hny-title.two {
  color: #fff;
}
.align-items-center p{text-indent: 2rem; text-align:justify;}
.sub-titlehny {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #cacaca;
  text-transform: uppercase;
}

@media (max-width: 1080px) {
  h3.hny-title, h3.hny-title.two {
    font-size: 26px;
    line-height: 35px;
  }
}

@media (max-width: 768px) {
  h3.hny-title, h3.hny-title.two {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .sub-titlehny {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .header-section p {
    font-size: 16px;
    line-height: 25.5px;
  }
}

@media (max-width: 736px) {
  .header-section p {
    font-size: 15px;
    line-height: 25.5px;
  }
}

@media (max-width: 384px) {}

@media (max-width: 375px) {
  .btn-style {
    padding: 12px 20px;
  }

  .title-small {
    font-size: 18px;
  }
}

@media (max-width: 568px) {

  h6.sub-title {
    font-size: 13px !important;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }
}

/*-- toggle switch --*/
nav {
  display: flex;
  justify-content: flex-end;
  
}

.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;
  width: 35px;
  margin: 0;
}

.theme-switch input {
  display: none;
}

/*-- //toggle switch --*/
#site-header{color: #000000;}
/*-- dark and light mode styling --*/
.mode-container {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}

.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: var(--gun-color);
}

.mode-container i.gg-moon {
  display: block;
  color: var(--gun-color);
}

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

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

/*-- //dark and light mode styling --*/
.w3l-top-header {
  position: relative;
  height: 100px;
  /* NAVIGATION */
  /* stroke */
}

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;
}


.w3l-main-slider li {
  list-style-type: none;
}

.w3l-main-slider .banner-info-bg ul li {
  display: inline-block;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: var(--para-color);
}

.w3l-main-slider .banner-info-bg h6 {
  font-size: 36px;
  margin-bottom: 14px;
  color: #fff;
}

.w3l-main-slider .banner-info-bg h5 {
  font-size: 60px;
  line-height: 95px;
  font-weight: 700;
  color: #fff;
}

.w3l-main-slider .banner-info-bg h5 span {
  font-weight: 300;
}

.w3l-main-slider .banner-info-bg p {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.w3l-main-slider .banner-info-bg ul {
  margin: 24px 0;
}

.w3l-main-slider .banner-info-bg span.fa {
  color: var(--primary-color);
}

.w3l-main-slider ul.banner-ul span.fa {
  color: var(--para-color);
}

.w3l-main-slider .banner-info-bg {
  max-width: 600px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.w3l-main-slider p.text-label {
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.w3l-main-slider .banner-slider {
  position: relative;
  z-index: 1;
}

.w3l-main-slider .slider-info a img {
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
}

.w3l-main-slider .companies20-content {
  position: relative;
}

.w3l-main-slider .banner-view {
  /* background: url(../images/banner1.jpg) no-repeat center; */
  background: url(../../images/banner/02.jpg) no-repeat center;
  /* background-size: cover; */
  min-height: 450px;
  position: relative;
  z-index: 0;
  display: grid;
  align-items: center;
  padding: 3em 0;
}

.w3l-main-slider .banner-top1 {
  background: url(../../images/banner/01.jpg) no-repeat center;
  
}

.w3l-main-slider .banner-top2 {
  background: url(../../images/banner/03.jpg) no-repeat center;
  
}

.w3l-main-slider .banner-top3 {
  background: url(../../images/banner/04.jpg) no-repeat center;
  
}


.w3l-main-slider .banner-view:before {
  content: "";
  background: rgba(0, 0, 0, 0.21);
  position: absolute;
  top: 0;
  min-height: 700px;
  left: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 992px) {
  .w3l-main-slider .banner-view {
    min-height: 500px;
  }

  .w3l-main-slider .banner-info-bg h5 {
    font-size: 50px;
    line-height: 55px;
  }

  .w3l-main-slider .owl-nav {
    display: none;
  }
}

@media (max-width: 768px) {
  .w3l-main-slider .banner-view {
    min-height: 500px;
  }

  .w3l-main-slider .banner-info-bg h5 {
    font-size: 40px;
    line-height: 45px;
  }
  .w3l-main-slider .banner-info-bg p {
      font-size: 16px;
  }
}

@media (max-width: 568px) {
  .w3l-main-slider .banner-view {
    min-height: 480px;
  }

  .w3l-main-slider .banner-info-bg {
    margin-top:40px;
  }
  .w3l-main-slider .arrow-downhny {
      position: absolute;
      bottom: 15px;
      left: -20px;
      right: 0px;
      margin: 0 auto;
      text-align: center;
  }
}

@media (max-width: 415px) {
  .w3l-main-slider .banner-info-bg h5 {
    font-size: 30px;
    line-height: 35px;
  }

}

.owl-nav {
  display: none;
}

.arrow-downhny {
  position: absolute;
  bottom: 15px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  text-align: center;
}

.arrow-downhny .arrow-down-icon {
  background: #fff;
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
}

.arrow-downhny .arrow-down-icon span.fa {
  color: #1b1a1a;
  line-height: 40px;
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(254, 90, 14, 0.5), 0 0 0 10px rgba(254, 90, 14, 0.5), 0 0 0 20px rgba(254, 90, 14, 0.5);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(0, 9, 0, 0.15), 0 0 0 20px rgba(254, 90, 14, 0.5), 0 0 0 30px rgba(50, 100, 245, 0);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(254, 90, 14, 0.5), 0 0 0 10px rgba(254, 90, 14, 0.5), 0 0 0 20px rgba(254, 90, 14, 0.5);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(254, 90, 14, 0.5), 0 0 0 20px rgba(254, 90, 14, 0.5), 0 0 0 30px rgba(50, 100, 245, 0);
  }
}

/**
 * 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: block;
}

.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;
  display: none;
}

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

.owl-dots {
  margin-top: 0px;
  position: absolute;
  left: 174px;
  right: 0;
  bottom: 30px;
  background: none;
}

.w3l-testimonials .owl-dots {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  background: none;
  display: block;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 26px;
  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:16px;
  height:16px;
  margin: 5px 2px;
  background:var(--heading-color);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius:50%;
  position: relative;
  opacity:0.9;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
  background:var(--heading-color);
}

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

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);
}
@media all and (max-width:1080px) {
  .w3l-testimonials .slider-info {
      grid-template-columns: 1fr 4fr;
      grid-gap:30px;
  }
  .w3l-testimonials .message {
    font-size: 17px;
    line-height: 28px;
  }
  .w3l-testimonials .message-info span.fa {
      position: absolute;
      z-index: -1;
      left: 0px;
      opacity: 0.3;
      top: -10px;
  }
}
@media all and (max-width:667px) {
  .w3l-testimonials .slider-info {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap:30px;
    padding: 30px 0;
    margin: auto;
    align-items: center;
  }
}
@media all and (max-width: 640px) {
  .owl-dots {
    margin-top: 30px;
  }

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

/*--/grids-3--*/
.w3l-grids-3 .grid-block {
  background-color: var(--bg-white);
  position: relative;
  padding: 50px 30px;
  -webkit-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
  -khtml-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
  -moz-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
  -ms-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
  -o-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
  box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
  border-radius: var(--border-radius);
}

.w3l-grids-3 .grid-block:hover {
  transition: 0.3s ease-in;
  background-color: var(--primary-color);
}

.w3l-grids-3 .grid-block h4 {
  color: var(--heading-color);
  font-size: 26px;
  line-height: 35px;
}

.grid-block span {
  font-size: 36px;
  margin-bottom: 10px;
}

.grid-block:hover span {
  transition: 0.3s ease-in;
  color: #fff;
}

.w3l-grids-3 .grid-block:hover p {
  color: #fff;
  transition: 0.3s ease-in;
}
.w3l-grids-3 p{
  font-size: 14px; line-height: 2; color: #333333;
}
@media all and (max-width:767px) {
  .w3l-grids-3 .grid-block {
    padding: 30px 20px;
  }
}
/*--//grids-3--*/

/*--/w3l-cwp4-sec--*/
.w3l-cwp4-sec {
  background: var(--bg-light);
}

.cwp4-text p{color: #333; font-size: 16px; line-height: 2; text-indent: 2rem;}
.cwp4-text ul li {
  font-size: 18px;
  line-height: 26px;
  color: var(--heading-color);
  margin: 15px 0;
  font-weight: 600;
}

.cwp4-text ul li span.fa {
  color: var(--primary-color);
  margin-right: 12px;
  display: inline-block;
}
@media all and (max-width:767px) {
	.cwp4-text p{font-size: 14px;}
  .cwp4-text ul li {
    font-size: 16px;
  }
}
/*--//w3l-cwp4-sec--*/
/*--/faq--*/
.w3l-faq-block {
  background-color: var(--light-bg-color);
}

.w3l-faq-block .faq-image {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.w3l-faq-block .w3l-faq .transition,
.w3l-faq-block .w3l-faq p,
.w3l-faq-block .w3l-faq ul li i:before,
.w3l-faq-block .w3l-faq ul li i:after {
  transition: all 0.25s ease-in-out;
}

.w3l-faq-block .w3l-faq .flipIn,
.w3l-faq-block .w3l-faq h1,
.w3l-faq-block .w3l-faq ul li {
  -webkit-animation: flipdown 0.5s ease both;
  animation: flipdown 0.5s ease both;
}

.w3l-faq-block .w3l-faq .no-select,
.w3l-faq-block .w3l-faq h4 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w3l-faq-block .w3l-faq h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  display: block;
  margin: 0;
  cursor: pointer;
  color: var(--heading-color);
  font-weight: 600;
}

.w3l-faq-block .w3l-faq p {
  color: var(--para-color);
  font-size: 16px;
  line-height: 24.5px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

.w3l-faq-block .w3l-faq ul {
  list-style: none;
  padding: 0;
  max-width: 750px;
  margin: 0 auto;
}

.w3l-faq-block .w3l-faq ul li {
  position: relative;
  padding: 25px 50px 25px 20px;
  margin: 0 0 15px 0;
  border-radius: 6px;
  background-color: var(--bg-white);
  border: 1px solid var(--bg-border);
}

.w3l-faq-block .w3l-faq ul li:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.w3l-faq-block .w3l-faq ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.w3l-faq-block .w3l-faq ul li:nth-of-type(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.w3l-faq-block .w3l-faq ul li:nth-of-type(4) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.w3l-faq-block .w3l-faq ul li:nth-of-type(5) {
  -webkit-animation-delay: 1.50s;
  animation-delay: 1.50s;
}

.w3l-faq-block .w3l-faq ul li:nth-of-type(6) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.w3l-faq-block .w3l-faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 25px;
  top: 16px;
}

.w3l-faq-block .w3l-faq ul li i:before,
.w3l-faq-block .w3l-faq ul li i:after {
  content: "";
  position: absolute;
  background-color: var(--heading-color);
  width: 3px;
  height: 9px;
}

.w3l-faq-block .w3l-faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}

.w3l-faq-block .w3l-faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}

.w3l-faq-block .w3l-faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-appearance: none;
}

.w3l-faq-block .w3l-faq ul li input[type=checkbox]:checked~p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}

.w3l-faq-block .w3l-faq ul li input[type=checkbox]:checked~i:before {
  transform: translate(2px, 0) rotate(45deg);
}

.w3l-faq-block .w3l-faq ul li input[type=checkbox]:checked~i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

/* .w3l-faq-block .casels img{max-width: 240px;} */

@media screen and (max-width: 480px) {
  .w3l-faq-block .w3l-faq h4 {
    font-size: 18px;
    line-height: 30px;
  }
}

/*--//faq--*/
/* Preload images */
body:after {
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 5em;
  float: left;
  background: url(../images/img-sprite.png) 40px 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 5em;
  right: 0;
  float: right;
  background: url(../images/img-sprite.png) -23px 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 90%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  margin-top: 1em;
}

.lb-data .lb-caption {
  font-size: 16px;
  line-height: 1.8em;
  color: #fff;
  letter-spacing: .5px;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-top: 1em;
  font-size: 1em;
  color: var(--secondary-color);
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  margin-top: 1em;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media screen and (max-width: 320px) {
  .lb-data .lb-details {
    width: 89%;
    margin-top: 1em;
  }

  .lb-data .lb-caption {
    font-size: 12px;
  }
}

.w3l-block {
  background-color: #f8f9fa;
}

.w3l-block h3 {
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 1080px) {
  .w3l-block h3 {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  .w3l-block h3 {
    font-size: 24px;
  }
}

.protfolio-item a {
  display: block;
	
}

.hover14 figure {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.hover14 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.protfolio-item h3{text-align: center; font-size: 16px; z-index: 90; height: 40px; line-height: 40px;}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

@media (max-width: 568px) {
  .protfolio-item {
    padding: 0 8px;
  }

  .galler-top {
    padding: 0 10px;
  }
}

/*--//projects--*/
/*-- stats --*/
.w3l-stats {
  background: var(--bg-light);
}

.stats_info p {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: var(--heading-color);
  margin-top: 20px;
  margin-bottom: 0;
}

.stats_info h4 {
  font-size: 20px;
  line-height: 27px;
  text-transform: capitalize;
  color: var(--para-color);
  margin-top: 10px;
}

.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_bottom_grid_left img {
  margin: 0 auto;
}

.stats_info {
  text-align: left;
  border-top: none;
  border-bottom: none;
}

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

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

@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--*/
.inner-banner {
  background: url(../images/banner4.jpg) no-repeat top;
  background-size: cover;
  min-height: 180px;
  position: relative;
  z-index: 0;
}

.inner-banner:before {
  content: "";
  background: rgba(14, 12, 12, 0.71);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.w3l-breadcrumb {
  background-color: var(--breadcrumb-bg);
}

.breadcrumbs-custom-path {
  padding: 15px 0;
  text-align: center;
}

.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
}

.breadcrumbs-custom-path li span.fa {
  font-size: 12px;
  vertical-align: 2px;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
  color: var(--para-color);
}

.breadcrumbs-custom-path li.active {
  font-weight: 900;
  color: var(--heading-color);
}

@media (max-width: 568px) {
  .inner-banner {
    min-height: 150px;
  }
}

@media (max-width: 415px) {
  .inner-banner {
    min-height: 120px;
  }
}

/*--w3l-ab-features --*/
.w3l-ab-features .features-w3pvt-main span.fa {
  font-size: 2em;
  margin-top: 5px;
  color: var(--primary-color);
}

.w3l-ab-features .features-w3pvt-main h4 a {
  font-size: 26px;
  line-height: 32px;
  color: var(--heading-color);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.grids-speci1 {
  text-align: left;
}

h3.title-spe {
  font-size: 45px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 18px;
}

.grids-speci1 p {
  color: var(--para-color);
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 26px;
}
@media (max-width:767px) {
  .w3l-ab-features .features-w3pvt-main h4 a {
    font-size: 23px;
    line-height: 28px;
  }
  .grids-speci1 p {
      font-size: 14px;
      line-height: 20px;
  }
  h3.title-spe {
      font-size: 40px;
      margin-bottom: 10px;
  }
}
/*--//w3l-ab-features --*/
.w3l-team .team {
  background: var(--bg-light);
}

.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(--para-color);
  line-height: 30px;
  max-width: 650px;
}

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

.w3l-team h3.name-pos a {
  font-size: 22px;
  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: 16px;
  background: var(--bg-color);
  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;
}

.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;
  }
  .w3l-testimonials .message {
      font-size: 16px;
      line-height: 28px;
      text-align: left;
  }
  .w3l-team h3.name-pos a {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 667px) {
  .w3l-team .team-info p {
    font-size: 15px;
    line-height: 14px;
  }
}

.w3l-testimonials {
  background: var(--bg-light);
}
.w3l-testimonials .slider-info {
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-gap: 40px;
  padding: 30px 0;
  margin: auto;
  align-items: center;
}

.w3l-testimonials .img-circle {
  width: 180px;
  height: 180px;
  display: inline-block;
  overflow: hidden;
  background: var(--bg-light);
  border-radius: 50%;
}
.w3l-testimonials .message-info {
  position: relative;
}
.w3l-testimonials .img-circle img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.w3l-testimonials .message {
  font-size: 20px;
  line-height: 32px;
  color:var(--heading-color);
  font-weight: 600;
}

.w3l-testimonials .message-info span.fa {
  color: var(--para-color);
  font-size: 90px;
  margin-bottom: 10px;
  position: absolute;
  z-index: -1;
  left: 0px;
  opacity: 0.3;
  top: -26px;
}

.w3l-testimonials .name {
  font-size: 22px;
  margin-top: 1rem;
  color:var(--primary-color);
  font-weight: 600;
}

@media (max-width: 480px) {
  .w3l-testimonials .img-circle {
    width: 100px;
    height: 100px;
    margin: auto;
  }

  .w3l-testimonials .slider-info {
    display: grid;
    grid-template-columns: 100px auto;
    text-align: center;
  }

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

@media (max-width: 415px) {
  .w3l-testimonials .slider-info {
    grid-template-columns: auto;
    padding-top: 0;
  }
}

.w3l-testimonials .owl-theme .owl-nav {
  display: none;
}

/*--/services--*/

.w3l-services2 .d-grid {
  display: grid;
}

.w3l-services2 .column span {
  color: var(--primary-color);
  font-size: 35px;
  display: block;
  margin-bottom: 20px;
}

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

.w3l-services2 .cwp23-text-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 50px;
  grid-column-gap: 40px;
}

.w3l-services2 .cwp23-text-cols a {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
  color: var(--heading-color);
  display: inline-block;
  font-weight: 600;
  transition: 0.3s ease-in;
}

.w3l-services2 .cwp23-text-cols a:hover {
  opacity: .8;
}

@media all and (max-width: 1080px) {
  .w3l-services2 .cwp23-text-cols {
    grid-row-gap: 40px;
    grid-column-gap: 40px;
  }
}

@media all and (max-width: 900px) {
  .w3l-services2 .cwp23-text-cols {
    grid-gap: 30px;
  }
}

@media all and (max-width: 440px) {
  .w3l-services2 .cwp23-title h3 {
    margin-bottom: 30px;
  }

  .w3l-services2 .cwp23-text-cols {
    grid-gap: 25px;
  }
}

@media all and (max-width: 480px) {
  .w3l-services2 .cwp23-text-cols {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 320px) {
  .w3l-services2 .cwp23-text-cols {
    grid-template-columns: 1fr;
  }
}

/*--/w3l-services3--*/

.w3l-services3 .new-block {
  background: url(../images/banner2.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.w3l-services3 .new-block:before {
  content: "";
  background: rgba(14, 12, 12, 0.35);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.w3l-services3 .middle-section {
  max-width: 620px;
}

.w3l-services3 .new-block p {
  color: #fff;
  opacity: 0.9;
}

/*--/w3l-services3--*/
/*--//services--*/
/*--/contact--*/
.contact-info h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-info-left {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}

.contact-info {
  padding: 2rem;
  background: #f8f9fa;
  background-color: var(--bg-white);
  border: 1px solid var(--bg-border);
  border-radius: 6px;
}

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

.contact-info p label {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
  color: var(--heading-color);
  display: inline-block;
  font-weight: 600;
}

.contact a {
  display: inline-block;
  color: #636363;
}

.contact a:hover {
  color: var(--heading-color);

}

@media (max-width: 1024px) {
  .contact-info-left {
    grid-gap: 40px;
  }
}

@media (max-width: 991px) {
  .contact-info-left {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

@media (max-width: 900px) {
  .contact p {
    font-size: 17px;
  }
}

@media (max-width: 800px) {
  .contact a {
    font-size: 16px;
  }

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

@media (max-width: 375px) {
  .contact p {
    font-size: 15px;
  }
}

/*--//responsive--*/
.align-form-map {
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}

form.signin-form {
  text-align: left;
}

.form-input {
  margin-bottom: 15px;
}

.form-inner-cont label {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  color: var(--heading-color);
  display: block;
  font-weight: 600;
}

.form-inner-cont input,
.form-inner-cont textarea {
  outline: none;
  width: 100%;
  font-size: 16px;
  padding: 0px 15px;
  margin-bottom: 25px;
  color: var(--para-color);
  height: 54px;
  text-align: left;
  -webkit-appearance: none;
  display: grid;
  grid-template-columns: .1fr 1fr;
  align-items: center;
  padding-left: 15px;
  background-color: var(--bg-border);
  border: 1px solid var(--bg-border);
  border-radius: 6px;
}

.form-inner-cont input:focus,
.form-inner-cont textarea:focus {
  border: 1px solid var(--primary-color);
  background-color: var(--bg-white);
}

.form-inner-cont textarea {
  height: 125px;
  resize: none;
  padding: 15px 15px;
}

.map iframe {
  width: 100%;
  height: 100%;
  border: 6px solid var(--bg-light);
  border-radius: 6px;
}

@media all and (max-width: 1024px) {
  .align-form-map {
    grid-gap: 60px;
  }
}

@media all and (max-width: 991px) {
  .align-form-map {
    grid-gap: 60px;
    grid-template-columns: 1fr;
  }

  .map iframe {
    height: 350px;
  }
}

@media all and (max-width: 590px) {
  .map iframe {
    height: 300px;
  }
}

/*--//contact--*/


/*--/footer--*/
.w3l-footer-29-main #movetop {
  display: none;
  position: fixed;
  bottom: 45px;
  right: 15px;
  z-index: 99;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 35px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
  outline: none;
  background: var(--primary-color);
  border-radius: 50%;
  transition: all 0.5s ease-out 0s;
}

.w3l-footer-29-main #movetop:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transition: 0.3s ease-out;
}

.w3l-footer-29-main {
  background: #222;
}

.w3l-footer-29-main.w3l-copyright {
  background: #333;
}

.w3l-footer-29-main option {
  background: #ffffff;
  color: var(--para-color);
}

.w3l-footer-29-main .footer-3 p {
  color: #ababab;
}

.w3l-footer-29-main a.action img {
  margin-left: 4px;
}

.w3l-footer-29-main .align-center {
  text-align: center;
}

.w3l-footer-29-main .footer-29 {
  background: #222;
}

.w3l-footer-29-main .footer-list-29 .properties a {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 20px;
  margin-bottom: 10px;
}

.w3l-footer-29-main .footer-list-29 p {
  color: #ababab;
}

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

.w3l-footer-29-main .footer-list-29 a p span {
  display: block;
  color: #fff;
  font-weight: bold;
}

.w3l-footer-29-main .footer-list-29 a p {
  color: #fff;
}

.w3l-footer-29-main h6.footer-title-29 {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-weight: 600;
}

.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: 14px;
}

.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-weight: normal;
  font-size: 17px;
  line-height: 26px;
  color: #ababab;
}

.w3l-footer-29-main .footer-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.w3l-footer-29-main .footer-list-29 ul li a:hover {
  color: #eee;
}

.w3l-footer-29-main .main-social-footer-29 a {
  margin-right: 10px;
  color: #ccc;
  background: #3c3c3c;
  width: 35px;
  height: 35px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  transition: 0.3s;
}

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

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

.w3l-footer-29-main img {
  background: #dd4b39;
  max-width: 100px;
}

.w3l-footer-29-main .footer-list-29 ul li span.fa {
  color: #eee;
  width: 20px;
}

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

.w3l-footer-29-main .copy-footer-29 a {
  color: #ccc;
}

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

.w3l-footer-29-main .list-btm-29 li {
  list-style-type: none;
  display: inline-block;
}

.w3l-footer-29-main ul.list-btm-29 li:nth-child(2) {
  margin: 0 15px;
}

.w3l-footer-29-main .list-btm-29 li a,
.w3l-footer-29-main .list-btm-29 li select {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}

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

.w3l-footer-29-main .list-btm-29 li select {
  border: none;
  cursor: pointer;
  background: transparent;
}

.w3l-footer-29-main .bottom-source {
  grid-template-columns: .33fr 1fr 1fr .5fr;
  grid-gap: 100px;
  margin-top: 60px;
}

.w3l-footer-29-main a.logo-footer {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  padding: 0;
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  margin: 0;
  position: relative;
  background: #222;
}

.w3l-footer-29-main a.logo-footer span {
  font-weight: 100;
  color: #eee;
}

.w3l-footer-29-main a.logo-footer:after {
  content: '';
  position: absolute;
  border: 3px solid var(--primary-color);
  width: 60px;
  left: -15px;
  top: -11px;
  bottom: -11px;
  z-index: -1;
  border-radius: 8px;
}

.w3l-footer-29-main .bottom-copies {
  padding: 1.5em 0;
}

.w3l-footer-29-main .footer-29 form {
  display: flex;
  position: relative;
}

.w3l-footer-29-main .footer-post a {
  font-weight: 500;
  color: #ccc;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

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

.w3l-footer-29-main .footer-29 .subscribe input[type="email"] {
  padding: 15px 60px 15px 20px;
  font-size: 17px;
  line-height: 26px;
  border: 1px solid var(--bg-border);
  background-color: var(--bg-white);
  outline: none;
  width: 100%;
  color: var(--para-color);
  border-radius: 6px;
}

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

.w3l-footer-29-main .footer-29 .subscribe button {
  text-align: center;
  background: var(--primary-color);
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  padding: 0px 0px;
  right: 16px;
  top: 13px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  line-height: 5px;
}


.widget-insta-post li {
  display: inline-block;
  margin: 5px;
}
.widget-insta-post li a img{max-width: 120px;}
.widget-insta-post li:hover a::before {
  opacity: .7;
}

.widget-insta-post li a {
  position: relative;
  display: block;
}

.widget-insta-post li a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #FFAE25;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 992px) {
  .w3l-footer-29-main ul.list-btm-29 {
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width:600px) {
  .w3l-footer-29-main .footer-4 {
    grid-template-columns: 1fr;
  }
  .w3l-footer-29-main .footer-4 {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 30px;
  }
}

@media (max-width: 415px) {
  .w3l-footer-29-main h6.footer-title-29 {
    font-size: 22px;
  }
}

/* =======news product======= */
.cpzx,.tjcp,.lxfs{background-color: white; }
.cpzx h1,.tjcp h1,.lxfs h1{font-size: 24px; text-align: center; height: 100px; line-height: 100px;background-color: #00008B;color: white;}
.cpzx ul li{padding:15px; transform: rotateX(0);}
.cpzx ul li:hover{background-color: #FFCC00; transform: rotateX(100%); transition: all 0.5;}
.cpzx ul li:hover a{color: white;}
.cpzx ul li+li{border-top: 1px solid #ccc;}
.widget__post ul li {
  margin-bottom: 20px;
  overflow: hidden;
}

.widget__post ul li:last-child {
  margin-bottom: 0;
}

.widget__post-thumb {
  float: left;
  display: block;
  margin-right: 20px;
}
.widget__post-thumb img{max-height: 100px; width: 100px;}

.widget__post-content {
  overflow: hidden;
  display: block;
}

.widget__post-content h6 {
  font-size: 16px;
  margin-bottom: 1px;
  padding-right: 15px;
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif;
}

.widget__post-content h6:hover a {
  color: #FFAE25;
}

.widget__post-content span {
  font-size: 14px;
}

.widget__post-content span i {
  margin-right: 8px;
}
.cpimg-list img{max-height: 200px;}
.cpimg-list .team-wrap .team-info:hover{/* border: 1px solid #FFCC00; */ border-radius: 3px;}
.cpimg-list .team-wrap .team-info h3.name-pos a{font-size: 16px;}
.cptitle ul{border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 20px;}
.cptitle ul li{display: inline-block;}
/*# sourceMappingURL=style-freedom.css.map */
.article-list{background-color: white; padding: 50px 5px;}
.article-list h1{width: 100%; height: 50px; line-height: 50px; text-align: center;}
.article-list .alert-info{width: 90%; margin: 20px 5%;}
.article-list h2{width: 100%; border-bottom: 1px solid saddlebrown; font-size: 18px; padding: 15px;}
.article-list .articlect{padding: 10px 15px; line-height: 2;}
.article-list .articlect p,.articlect div{padding:10px 0;}
 .artsub{padding: 70px 5px 50px; background-color: white;margin-top: 4px;}