
/**
  * 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: none; }

.owl-dots {
  margin-top: 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  background: none; }

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 35px;
  margin: 0px;
  width: 50px;
  background: rgba(255, 255, 255, 0.15);
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  height: 50px;
  line-height: 50px;
  border-radius: 50%; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
  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: 10px;
  height: 10px;
  margin: 5px 0px;
  background: #d8d8d8;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  position: relative; }

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); }

.owl-theme .owl-dots .owl-dot.active span {
  width: 20px; }

@media all and (max-width: 640px) {
  .owl-dots {
    margin-top: 30px; }
  button.owl-next,
  button.owl-prev {
    position: absolute;
    bottom: 38%; } }

.w3l-customers .logo-view img {
  transition: 0.3s ease;
/*  padding: 0 50px;*/ 
box-shadow: 0 0 3px #ccc;
margin:5px;
}
.owl-three3 img{
width:90%;
}

.w3l-customers .logo-view img:hover {
  transition: 0.3s ease; }

@media (max-width: 767px) {
  .w3l-customers .logo-view img {
    padding: 0 40px; } }

@media (max-width: 415px) {
  .w3l-customers .logo-view img {
    padding: 0 25px; } }

@media (max-width: 375px) {
  .w3l-customers .logo-view img {
    padding: 0 15px; } }

.w3l-bottom-grids-6 {
  background: var(--bg-light); }

.area-box {
  text-align: center; }

.area-box h4 a {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--heading-color);
  display: inline-block;
  margin-top: 20px;
  font-family: 'Merriweather', serif; }

@media (max-width: 568px) {
  .area-box h4 a {
    font-size: 22px;
    line-height: 28px;
    margin-top: 5px; } }

.stats_info {
  text-align: center;
  padding: 0 30px;
  border-left: 1px solid #ededed; }

.stats_info:last-child {
  border-right: 1px solid #ededed; }

.stats_info h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--heading-color);
  display: inline-block;
  text-transform: capitalize; }

.stats_info span {
  color: #8c89a2;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 1px; }

p.counter {
  font-size: 50px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 30px 0; }

@media only screen and (max-width: 1080px) {
  .stats_info h3 {
    font-size: 22px; }
  .stats_info {
    padding: 0 20px; } }

@media only screen and (max-width: 800px) {
  .stats_info h3 {
    font-size: 22px; }
  .stats_info h4 {
    font-size: 13px;
    letter-spacing: 0px; }
  p.counter {
    font-size: 40px; } }

@media only screen and (max-width: 736px) {
  p.counter {
    font-size: 40px;
    line-height: 50px;
    margin: 0px 0px 10px; } }

@media only screen and (max-width: 415px) {
  .stats_info h3 {
    font-size: 20px;
    line-height: 28px; }
  p.counter {
    font-size: 30px;
    line-height: 40px; } }

@media only screen and (max-width: 375px) {
  .stats_info {
    padding: 0 15px; }
  .stats_info h3 {
    font-size: 18px; }
  .stats_info h4 {
    font-size: 12px; } }

.quote, .w3l-about-us {
  background: var(--bg-light);
  z-index: 1;
  position: relative; }

.quote h3.title-big {
  max-width: 650px; }

.quote-left {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 30px;
  align-items: flex-end; }

.quote-left p {
  max-width: 650px; }

@media (max-width: 768px) {
  .quote-left {
    display: block; } }

.w3l-technologies {
  background: var(--bg-light); }

.technologies-left {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px; }

@media (max-width: 1080px) {
  .technologies-left {
    grid-gap: 25px; } }

@media (max-width: 991px) {
  .technologies-left {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px; } }

@media (max-width: 767px) {
  .technologies-left {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }

@media (max-width: 767px) {
  .technologies-left {
    grid-template-columns: 1fr 1fr 1fr 1fr; } }

.w3l-footer-29-main #movetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  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 a.navbar-brand {
  color: #0099e5;
  font-size: 30px;
  font-weight: 600;
  font-family: Merriweather, serif;
  padding: 0px;
  margin: 0px; }

.w3l-footer-29-main span.logo {
  display: block;
  color: var(--heading-color);
  font-size: 14px;
  padding-left: 35px;
  margin-top: -5px;
  font-family: 'Roboto', sans-serif; }

.w3l-footer-29-main h6.footer-title-29 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 600;
  position: relative; }

.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(--para-color); }

.w3l-footer-29-main .footer-list-29 ul li a:hover {
  color: #333; }

.w3l-footer-29-main .main-social-footer-29 a {
  margin-left: 10px;
  color: #9ba0ac;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  width: 30px;
  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 .main-social-footer-29 a.twitter:hover {
  background: #1da1f2;
  color: #fff; }

.w3l-footer-29-main .main-social-footer-29 a.instagram:hover {
  background: #c13584;
  color: #fff; }

.w3l-footer-29-main .main-social-footer-29 a.linkedin:hover {
  background: #0077b5;
  color: #fff; }

.w3l-footer-29-main .main-social-footer-29 a.google-plus:hover {
  background: #dd4b39;
  color: #fff; }

.w3l-footer-29-main .footer-list-29 ul li span.fa {
  color: #aaa;
  width: 25px; }

.w3l-footer-29-main .main-social-footer-29 a:last-child {
  margin-right: 0; }

.w3l-footer-29-main .copy-footer-29 a {
  color: var(--heading-color); }

.w3l-footer-29-main .copy-footer-29 a:hover {
  color: var(--primary-color); }

.w3l-footer-29-main ul.list-btm-29,
.w3l-footer-29-main p.right-side-con {
  text-align: right; }

.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(--opposite-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 .main-social-footer-29 {
  text-align: right; }

.w3l-footer-29-main .bottom-copies {
  padding: 2em 0;
  border-top: 1px solid #ddd; }

.w3l-footer-29-main .footer-29 form {
  display: flex;
  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"] {
  background: #f8f9fa;
  padding: 15px 20px;
  font-size: 17px;
  line-height: 26px;
  border: 1px solid #eee;
  outline: none;
  width: 100%;
  color: var(--para-color);
  border-radius: 5px; }

.w3l-footer-29-main p.copy-footer-29 {
  align-self: center; }

.w3l-footer-29-main .footer-29 .subscribe button {
  text-align: center;
  background: transparent;
  padding-left: 0;
  border: none;
  outline: none;
  color: var(--heading-color);
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  padding: 15px 0px;
  right: 20px;
  top: 1px; }

.w3l-footer-29-main .footer-29 .subscribe input[type="email"]:focus {
  border: 1px solid var(--primary-color);
  background-color: #fff; }

@media (max-width: 992px) {
  .w3l-footer-29-main .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; } }

@media (max-width: 415px) {
  .w3l-footer-29-main .footer-list-29 ul li a,
  .w3l-footer-29-main .footer-list-29 ul li p {
    font-size: 17px;
    line-height: 26px; }
  .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-aboutblock ul.w3l-right-book li span {
  font-size: 12px;
  margin-right: 10px;
  opacity: 0.4; }

.w3l-aboutblock .play-view {
  left: 0;
  right: 0;
  top: calc(50% - 40px); }

.w3l-aboutblock span.video-play-icon {
  background: var(--primary-color);
  color: #fff;
  display: inline-block;
  padding-left: 5px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite; }

.w3l-aboutblock span.video-play-icon:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out; }

.w3l-aboutblock img {
  border-radius: 10px;
  width: 100%; }

ol.w3l-right li {
  font-size: 18px;
  line-height: 28px;
  color: var(--para-color);
  margin-top: 5px;
  position: relative; }

ol.w3l-right li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  top: 11px;
  left: -20px;
  border: 1px solid var(--primary-color); }

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(8, 153, 229, 0.15), 0 0 0 10px rgba(8, 153, 229, 0.15), 0 0 0 20px rgba(8, 153, 229, 0.15); }
  100% {
    box-shadow: 0 0 0 10px rgba(8, 153, 229, 0.15), 0 0 0 20px rgba(8, 153, 229, 0.15), 0 0 0 40px rgba(8, 153, 229, 0); } }

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(8, 153, 229, 0.15), 0 0 0 10px rgba(8, 153, 229, 0.15), 0 0 0 20px rgba(8, 153, 229, 0.15); }
  100% {
    box-shadow: 0 0 0 10px rgba(8, 153, 229, 0.15), 0 0 0 20px rgba(8, 153, 229, 0.15), 0 0 0 40px rgba(8, 153, 229, 0); } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  line-height: 40px;
  position: absolute;
  right: 0px;
  top: -40px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  background: transparent; }

.mfp-close-btn-in .mfp-close {
  color: #fff; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Styles for dialog window */
#small-dialog {
  max-width: 750px;
  margin: 40px auto;
  position: relative; }

div#small-dialog iframe {
  width: 100%;
  height: 420px;
  display: block;
  border-radius: 10px; }

/**
   * Fade-zoom animation for first dialog
   */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.95; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/**
   * Fade-move animation for second dialog
   */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0); }

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; }

.w3-about-2 .w3-services-ab {
  background: #f5f5f5; }

.w3-about-2 .fea-gd-vv h5 {
  font-size: 22px;
  line-height: 28px;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 15px; }

.w3-about-2 h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #fff; }

span.number {
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
  font-size: 22px;
  line-height: 70px;
  font-weight: 700;
  border-radius: 50%;
  color: #ffffff;
  background: var(--primary-color);
  font-family: "Merriweather", "Times New Roman", serif; }

span.number1 {
  background: #01C9F5; }

span.number2 {
  background: #01a4ff; }

span.number3 {
  background: #0066FF; }

span.number4 {
  background: #01C9F5; }

.w3-about-2 .feature-gd {
  grid-template-columns: auto 1fr;
  display: grid;
  grid-gap: 25px;
  background: #fff;
  padding: 40px 30px;
  border-radius: var(--border-radius);
  box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03); }

@media (max-width: 736px) {
  .w3-about-2 h4 {
    font-size: 28px;
    line-height: 35px; } }

@media (max-width: 384px) {
  .w3-about-2 h4 {
    font-size: 28px;
    line-height: 34px; }
  .w3-about-2 .feature-gd {
    grid-template-columns: auto; } }

/*-- mobile --*/
.mobile-info-inn {
  align-items: center; }

.w3l-mobile-content-6 .mobile-right-icon {
  text-align: center; }

.w3l-mobile-content-6 .mobile-right-icon span.fa {
  font-size: 30px;
  color: var(--primary-color); }

.w3l-mobile-content-6 .mobile-right-info h6 a {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 14px;
  display: inline-block;
  font-family: 'Merriweather', serif; }

.w3l-mobile-content-6 .mobile-right-info h6 a:hover {
  color: var(--primary-color); }

@media only screen and (max-width: 992px) {
  .mobile-left {
    height: 300px;
    overflow: hidden;
    margin: 20px 0 40px; } }

@media only screen and (max-width: 415px) {
  a.author {
    margin-top: 20px; } }

@media only screen and (max-width: 384px) {
  .w3l-mobile-content-6 .mobile-right-info h6 a {
    font-size: 20px;
    line-height: 28px; }
  .mobile-right-info {
    padding-left: 0; } }

/*-- //mobile --*/
.w3l-team h3.name-pos {
  margin-top: 20px; }

.w3l-team .social {
  margin-top: 10px; }

.w3l-team p.team-text {
  font-size: 18px;
  color: var(--heading-color);
  line-height: 30px;
  max-width: 650px; }

.w3l-team .team-info p {
  font-size: 18px;
  line-height: 28px; }

.w3l-team h3.name-pos a {
  font-size: 22px;
  line-height: 30px;
  color: var(--heading-color);
  font-family: 'Merriweather', serif;
  font-weight: 600; }

.w3l-team .team-info:hover h3.name-pos a {
  color: var(--secondary-color);
  transition: 0.3s ease; }

.w3l-team .column {
  border-radius: var(--border-radius) !important;
  overflow: hidden; }

.w3l-team .column a img {
  width: 100%;
  display: block;
  transition: transform 0.3s linear;
  border-radius: var(--border-radius) !important; }

.w3l-team .team-info:hover img.team-image {
  transform: scale(1.1);
  transition: transform 0.3s linear; }

.w3l-team .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center; }

.w3l-team .social a span {
  font-size: 18px;
  line-height: 30px;
  color: #ccc;
  display: block;
  border-radius: 50%; }

.w3l-team .social a.facebook span:hover {
  background: #3b5998;
  font-size: 16px;
  color: #fff; }

.w3l-team .social a.twitter span:hover {
  background: #1da1f2;
  font-size: 16px;
  color: #fff; }

.w3l-team .social a.linkedin span:hover {
  background: #0077b5;
  font-size: 16px;
  color: #fff; }

@media (max-width: 415px) {
  .w3l-team .teams1-content h2 {
    font-size: 30px;
    line-height: 45px; } }

/**
 * 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%;
  z-index: 1; }

.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: 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: none; }

.owl-dots {
  margin-top: 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  background: none; }

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 35px;
  margin: 0px;
  width: 50px;
  background: rgba(255, 255, 255, 0.15);
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  height: 50px;
  line-height: 50px;
  border-radius: 50%; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
  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;
    display: none;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  background: transparent; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 0px;
  background: #d8d8d8;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  position: relative; }

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); }

.owl-theme .owl-dots .owl-dot.active span {
  width: 20px; }

@media all and (max-width: 640px) {
  .owl-dots {
    margin-top: 30px; }
  button.owl-next,
  button.owl-prev {
    position: absolute;
    bottom: 38%; } }

.w3l-clients {
  background: var(--bg-light); }

.w3l-clients .testimonial {
  position: relative;
  overflow: hidden;
  text-align: left; }

.w3l-clients .testimonial-width {
  max-width: 1050px;
  margin: auto; }

.w3l-clients .testimonial {
  display: block;
  margin: 0;
  padding: 40px 30px;
  position: relative;
  background-color: #fff;
  border-radius: var(--border-radius);
  -webkit-border-radius: var(--border-radius);
  -o-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border: none;
  box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03); }

.w3l-clients .testi-des {
  display: flex;
  text-align: center;
  margin-bottom: 16px; }

.w3l-clients blockquote q {
  font-size: 18px;
  line-height: 28px;
  color: var(--para-color); }

.w3l-clients blockquote q::before {
  font-size: 50px;
  color: var(--secondary-color);
  line-height: .8;
  padding-top: 8px;
  font-weight: 600;
  display: inline-block;
  font-family: "Merriweather", serif; }

.w3l-clients .test-img {
  width: 70px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  background: #f3f6f9;
  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 blockquote {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative; }

.w3l-clients .testimonial .peopl {
  margin: 0;
  margin-left: 20px;
  text-align: left; }

.w3l-clients .testimonial .peopl h3 {
  margin: 0;
  font-weight: 600;
  font-size: 20px; }

.w3l-clients p.indentity {
  color: #777;
  font-size: 17px;
  font-style: normal;
  margin-bottom: 0;
  text-align: left;
  opacity: 0.8; }

.w3l-awards {
  background: var(--bg-light); }

.grids-speci1 {
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 30px;
  box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03); }

h4.title-spe {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px; }

.grids-speci1 h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-color);
  margin-top: 20px; }

.grids-speci1 h3.clr {
  color: #0066FF; }

.grids-speci1 h3.clr1 {
  color: #01a4ff; }

@media (max-width: 480px) {
  .grids-speci1 h3 {
    font-size: 30px; } }

@media (max-width: 384px) {
  .grids-speci1 h3 {
    font-size: 24px; } }

.advantages-left {
  text-align: center;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.w3l-advantages img {
  width: 50px; }

@media (max-width: 568px) {
  .advantages-left {
    grid-template-columns: 1fr 1fr 1fr; } }

@media (max-width: 415px) {
  .advantages-left {
    grid-template-columns: 1fr 1fr; } }

/* contacts */
.contacts-sub-5 iframe {
  width: 100%;
  height: 450px;
  display: block; }

form.signin-form {
  margin: 0 auto;
  max-width: 800px; }

.form-inner-cont input,
.form-inner-cont textarea {
  outline: none;
  width: 100%;
  font-family: inherit;
  text-align: left;
  -webkit-appearance: none;
  display: grid;
  grid-template-columns: .1fr 1fr;
  align-items: center;
  border-radius: 6px;
  min-height: 60px;
  padding: 13px 20px;
  border: 1px solid #f7f6f9;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #293043;
  background-color: #F7F6F9; }

.form-inner-cont textarea {
  height: 125px;
  resize: none;
  padding: 13px 20px;
  margin: 25px 0px;
  background-color: #F7F6F9;
  display: grid;
  grid-template-columns: .1fr 1fr;
  align-items: center;
  padding-left: 15px;
  border: 1px solid #f7f6f9;
  border-radius: 6px; }

.form-inner-cont input:focus,
.form-inner-cont textarea:focus {
  border: 1px solid var(--primary-color);
  background: #fff; }

.form-grids {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px; }

.address-grid {
  padding: 2rem;
  text-align: left;
  border-radius: 6px;
  border: 1px solid #F7F6F9;
  background: #F7F6F9;
  position: relative;
  overflow: hidden; }

.address-grid:hover {
  border: 1px solid #e3e3e3;
  background: #fff; }

.address-grid h6 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px;
  font-weight: 600; }

.address-grid h4 a:hover {
  opacity: 0.85; }

.address-grid p {
  margin-top: 10px; }

.address-grid a {
  font-size: 18px;
  line-height: 28px;
  color: var(--para-color);
  display: block; }

.address-grid a:hover {
  text-decoration: underline;
  color: var(--primary-color); }

.contact-type {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr; }

.address-grid .pos-icon {
  position: absolute;
  bottom: -5px;
  right: -5px;
  transform: rotate(-30deg); }

.address-grid .pos-icon span.fa {
  font-size: 60px;
  color: #999;
  opacity: 0.1;
  transition: .3s; }

@media all and (max-width: 768px) {
  .contact-type {
    grid-template-columns: 1fr 1fr; }
  .contacts-sub-5 iframe {
    height: 350px; } }

@media all and (max-width: 590px) {
  .form-inner-cont h3 {
    font-size: 40px;
    margin-bottom: 30px; } }

@media all and (max-width: 568px) {
  .contact-type {
    grid-template-columns: 1fr; }
  .contacts-sub-5 iframe {
    height: 300px; } }

@media all and (max-width: 480px) {
  .form-grids {
    grid-template-columns: 1fr;
    grid-gap: 18px; } }

@media all and (max-width: 415px) {
  .form-inner-cont input,
  .form-inner-cont textarea {
    font-size: 17px; }
  .address-grid a {
    font-size: 17px;
    line-height: 26px; } }

/*# sourceMappingURL=style-starter.css.map */

