@charset "UTF-8";
.ellipsis {
  display: block;
  display: -webkit-box;
  height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar {
  background: transparent;
  padding: 0.2rem 0rem;
  /* rotate caret on hover */
}
.navbar .nav-item .nav-link {
  color: #333 !important;
}
.navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link {
  color: red !important;
}
.navbar .logo {
  width: 160px;
}
.navbar .navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.navbar .dropdown-submenu {
  position: relative;
}
.navbar .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}
.navbar .dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.dropdown {
  border-radius: 0;
  border: 0;
}

.dropdown-menu {
  background: #e2e2e2;
  border: 0;
  top: 80%;
  border-radius: 0px 0px 5px 5px;
}
.dropdown-menu a {
  color: #303030;
}

.dropdown-item:hover {
  background: #303030;
  color: #fff;
}

footer {
  padding: 0;
  color: #eeecec;
  font-size: 15px;
  overflow: hidden !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
footer .link {
  color: #7c7c7c;
}
footer .link:hover {
  color: #fff;
}
footer .footer-wrapper {
  margin-bottom: 30px;
}
footer .footer-wrapper .footer-title {
  color: #fff;
  letter-spacing: 1px;
  border-bottom: 1px solid #8a8a8a;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  padding-bottom: 8px;
}
footer .footer-wrapper ul.list-topics li {
  line-height: 18px;
  position: relative;
  padding-left: 20px;
}
footer .footer-wrapper ul.list-topics li a {
  color: inherit;
  font-size: 15px;
}
footer .footer-wrapper ul.list-topics li a:hover {
  color: #fff;
}
footer .footer-wrapper ul.list-topics li:after {
  width: 10px;
  background: #e7ba05;
  height: 2px;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
}
footer .footer-wrapper ul.list-topics.social {
  position: relative;
}
footer .footer-wrapper ul.list-topics.social li:after {
  display: none;
}
footer .footer-wrapper ul.list-topics.social li i {
  padding-right: 10px;
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 22px;
}
footer .footer-wrapper ul.list-topics.social-fo li {
  display: inline-block;
  padding: 0px 6px;
}
footer .footer-wrapper ul.list-topics.social-fo li a {
  font-size: 18px;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-wrapper ul.list-topics.social-fo li a.fill-back-color-facebook {
  background-color: #353e77;
}
footer .footer-wrapper ul.list-topics.social-fo li a.fill-back-color-twitter {
  background-color: #00ACED;
}
footer .footer-wrapper ul.list-topics.social-fo li a.fill-back-color-google-plus {
  background-color: #DD5144;
}
footer .footer-wrapper ul.list-topics.social-fo li a.fill-back-color-linkedin {
  background-color: #0274B3;
}
footer .footer-wrapper ul.list-topics.social-fo li a.fill-back-color-youtube {
  background-color: #FD2725;
}
footer .footer-wrapper ul.list-topics.social-fo li a.fill-back-color-whatsapp {
  background-color: #189D0E;
}
footer .footer-wrapper ul.list-topics.social-fo li:after {
  display: none;
}
footer .footer-wrapper ul.list-topics.contact-info li {
  padding-left: 30px;
}
footer .footer-wrapper ul.list-topics.contact-info li i {
  color: #e7ba05;
}
footer .footer-wrapper .form-control {
  background-color: #e7ba05;
  border: 2px solid #b4061b;
  color: #e7ba05;
}
footer .copyright-wrap {
  text-align: center;
  background-color: #2c2d3d;
  padding: 10px 0;
}
footer .copyright-wrap a {
  color: #facf20;
}

.row.vertical-gutter-50 {
  margin-top: -50px;
}
.row.vertical-gutter-50 > [class*=col-] {
  margin-top: 50px;
}

.row.vertical-gutter-45 {
  margin-top: -45px;
}
.row.vertical-gutter-45 > [class*=col-] {
  margin-top: 45px;
}

.row.vertical-gutter-40 {
  margin-top: -40px;
}
.row.vertical-gutter-40 > [class*=col-] {
  margin-top: 40px;
}

.row.vertical-gutter-35 {
  margin-top: -35px;
}
.row.vertical-gutter-35 > [class*=col-] {
  margin-top: 35px;
}

.row.vertical-gutter-30 {
  margin-top: -30px;
}
.row.vertical-gutter-30 > [class*=col-] {
  margin-top: 30px;
}

.row.vertical-gutter-25 {
  margin-top: -25px;
}
.row.vertical-gutter-25 > [class*=col-] {
  margin-top: 25px;
}

.row.vertical-gutter-20 {
  margin-top: -20px;
}
.row.vertical-gutter-20 > [class*=col-] {
  margin-top: 20px;
}

.row.vertical-gutter-15 {
  margin-top: -15px;
}
.row.vertical-gutter-15 > [class*=col-] {
  margin-top: 15px;
}

.row.vertical-gutter-10 {
  margin-top: -10px;
}
.row.vertical-gutter-10 > [class*=col-] {
  margin-top: 10px;
}

.row.vertical-gutter-5 {
  margin-top: -5px;
}
.row.vertical-gutter-5 > [class*=col-] {
  margin-top: 5px;
}

/* sm */
@media (min-width: 576px) {
  .row.vertical-gutter-sm-50 {
    margin-top: -50px;
  }
  .row.vertical-gutter-sm-50 > [class*=col-] {
    margin-top: 50px;
  }

  .row.vertical-gutter-sm-45 {
    margin-top: -45px;
  }
  .row.vertical-gutter-sm-45 > [class*=col-] {
    margin-top: 45px;
  }

  .row.vertical-gutter-sm-40 {
    margin-top: -40px;
  }
  .row.vertical-gutter-sm-40 > [class*=col-] {
    margin-top: 40px;
  }

  .row.vertical-gutter-sm-35 {
    margin-top: -35px;
  }
  .row.vertical-gutter-sm-35 > [class*=col-] {
    margin-top: 35px;
  }

  .row.vertical-gutter-sm-30 {
    margin-top: -30px;
  }
  .row.vertical-gutter-sm-30 > [class*=col-] {
    margin-top: 30px;
  }

  .row.vertical-gutter-sm-25 {
    margin-top: -25px;
  }
  .row.vertical-gutter-sm-25 > [class*=col-] {
    margin-top: 25px;
  }

  .row.vertical-gutter-sm-20 {
    margin-top: -20px;
  }
  .row.vertical-gutter-sm-20 > [class*=col-] {
    margin-top: 20px;
  }

  .row.vertical-gutter-sm-15 {
    margin-top: -15px;
  }
  .row.vertical-gutter-sm-15 > [class*=col-] {
    margin-top: 15px;
  }

  .row.vertical-gutter-sm-10 {
    margin-top: -10px;
  }
  .row.vertical-gutter-sm-10 > [class*=col-] {
    margin-top: 10px;
  }

  .row.vertical-gutter-sm-5 {
    margin-top: -5px;
  }
  .row.vertical-gutter-sm-5 > [class*=col-] {
    margin-top: 5px;
  }
}
/* md */
@media (min-width: 768px) {
  .row.vertical-gutter-md-50 {
    margin-top: -50px;
  }
  .row.vertical-gutter-md-50 > [class*=col-] {
    margin-top: 50px;
  }

  .row.vertical-gutter-md-45 {
    margin-top: -45px;
  }
  .row.vertical-gutter-md-45 > [class*=col-] {
    margin-top: 45px;
  }

  .row.vertical-gutter-md-40 {
    margin-top: -40px;
  }
  .row.vertical-gutter-md-40 > [class*=col-] {
    margin-top: 40px;
  }

  .row.vertical-gutter-md-35 {
    margin-top: -35px;
  }
  .row.vertical-gutter-md-35 > [class*=col-] {
    margin-top: 35px;
  }

  .row.vertical-gutter-md-30 {
    margin-top: -30px;
  }
  .row.vertical-gutter-md-30 > [class*=col-] {
    margin-top: 30px;
  }

  .row.vertical-gutter-md-25 {
    margin-top: -25px;
  }
  .row.vertical-gutter-md-25 > [class*=col-] {
    margin-top: 25px;
  }

  .row.vertical-gutter-md-20 {
    margin-top: -20px;
  }
  .row.vertical-gutter-md-20 > [class*=col-] {
    margin-top: 20px;
  }

  .row.vertical-gutter-md-15 {
    margin-top: -15px;
  }
  .row.vertical-gutter-md-15 > [class*=col-] {
    margin-top: 15px;
  }

  .row.vertical-gutter-md-10 {
    margin-top: -10px;
  }
  .row.vertical-gutter-md-10 > [class*=col-] {
    margin-top: 10px;
  }

  .row.vertical-gutter-md-5 {
    margin-top: -5px;
  }
  .row.vertical-gutter-md-5 > [class*=col-] {
    margin-top: 5px;
  }
}
/* lg */
@media (min-width: 992px) {
  .row.vertical-gutter-lg-50 {
    margin-top: -50px;
  }
  .row.vertical-gutter-lg-50 > [class*=col-] {
    margin-top: 50px;
  }

  .row.vertical-gutter-lg-45 {
    margin-top: -45px;
  }
  .row.vertical-gutter-lg-45 > [class*=col-] {
    margin-top: 45px;
  }

  .row.vertical-gutter-lg-40 {
    margin-top: -40px;
  }
  .row.vertical-gutter-lg-40 > [class*=col-] {
    margin-top: 40px;
  }

  .row.vertical-gutter-lg-35 {
    margin-top: -35px;
  }
  .row.vertical-gutter-lg-35 > [class*=col-] {
    margin-top: 35px;
  }

  .row.vertical-gutter-lg-30 {
    margin-top: -30px;
  }
  .row.vertical-gutter-lg-30 > [class*=col-] {
    margin-top: 30px;
  }

  .row.vertical-gutter-lg-25 {
    margin-top: -25px;
  }
  .row.vertical-gutter-lg-25 > [class*=col-] {
    margin-top: 25px;
  }

  .row.vertical-gutter-lg-20 {
    margin-top: -20px;
  }
  .row.vertical-gutter-lg-20 > [class*=col-] {
    margin-top: 20px;
  }

  .row.vertical-gutter-lg-15 {
    margin-top: -15px;
  }
  .row.vertical-gutter-lg-15 > [class*=col-] {
    margin-top: 15px;
  }

  .row.vertical-gutter-lg-10 {
    margin-top: -10px;
  }
  .row.vertical-gutter-lg-10 > [class*=col-] {
    margin-top: 10px;
  }

  .row.vertical-gutter-lg-5 {
    margin-top: -5px;
  }
  .row.vertical-gutter-lg-5 > [class*=col-] {
    margin-top: 5px;
  }
}
/* xl */
@media (min-width: 1200px) {
  .row.vertical-gutter-xl-50 {
    margin-top: -50px;
  }
  .row.vertical-gutter-xl-50 > [class*=col-] {
    margin-top: 50px;
  }

  .row.vertical-gutter-xl-45 {
    margin-top: -45px;
  }
  .row.vertical-gutter-xl-45 > [class*=col-] {
    margin-top: 45px;
  }

  .row.vertical-gutter-xl-40 {
    margin-top: -40px;
  }
  .row.vertical-gutter-xl-40 > [class*=col-] {
    margin-top: 40px;
  }

  .row.vertical-gutter-xl-35 {
    margin-top: -35px;
  }
  .row.vertical-gutter-xl-35 > [class*=col-] {
    margin-top: 35px;
  }

  .row.vertical-gutter-xl-30 {
    margin-top: -30px;
  }
  .row.vertical-gutter-xl-30 > [class*=col-] {
    margin-top: 30px;
  }

  .row.vertical-gutter-xl-25 {
    margin-top: -25px;
  }
  .row.vertical-gutter-xl-25 > [class*=col-] {
    margin-top: 25px;
  }

  .row.vertical-gutter-xl-20 {
    margin-top: -20px;
  }
  .row.vertical-gutter-xl-20 > [class*=col-] {
    margin-top: 20px;
  }

  .row.vertical-gutter-xl-15 {
    margin-top: -15px;
  }
  .row.vertical-gutter-xl-15 > [class*=col-] {
    margin-top: 15px;
  }

  .row.vertical-gutter-xl-10 {
    margin-top: -10px;
  }
  .row.vertical-gutter-xl-10 > [class*=col-] {
    margin-top: 10px;
  }

  .row.vertical-gutter-xl-5 {
    margin-top: -5px;
  }
  .row.vertical-gutter-xl-5 > [class*=col-] {
    margin-top: 5px;
  }
}
html, body {
  font-size: 16px;
  color: #000;
  font-weight: 400 !important;
  font-family: "Roboto", sans-serif;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
a:hover {
  color: #fff;
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #04071b;
}

.bg-warning {
  background-color: #edb100 !important;
}

.rounded-100 {
  border-radius: 100px;
}

/* on dark background white color content */
.white-con *:not([class*=initial-color]) {
  color: #fff;
}

.bg-primary.white-con [class*=initial-color], .bg-primary .white-con [class*=initial-color], .bg-blue.white-con [class*=initial-color], .bg-blue .white-con [class*=initial-color] {
  color: #fff;
}
.bg-primary.white-con [class*=initial-color]:hover, .bg-primary .white-con [class*=initial-color]:hover, .bg-blue.white-con [class*=initial-color]:hover, .bg-blue .white-con [class*=initial-color]:hover {
  color: #b4061b;
}

.bg-secondary.white-con [class*=initial-color], .bg-secondary .white-con [class*=initial-color], .bg-red.white-con [class*=initial-color], .bg-red .white-con [class*=initial-color] {
  color: #fff;
}
.bg-secondary.white-con [class*=initial-color]:hover, .bg-secondary .white-con [class*=initial-color]:hover, .bg-red.white-con [class*=initial-color]:hover, .bg-red .white-con [class*=initial-color]:hover {
  color: #e7ba05;
}

strong {
  font-weight: bold;
}

/* / on dark background white color content */
.text-primary1 {
  color: #e7ba05;
}

/* btn style */
.btn-danger {
  background-color: #e7ba05 !important;
  border-color: #ddb205 !important;
}
.btn-danger:hover {
  background-color: #cea604 !important;
  border-color: #ddb205 !important;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  background-color: #cea604 !important;
  border-color: #ddb205 !important;
}
.btn-danger.focus, .btn-danger:focus {
  box-shadow: 255 0 0 0.2rem rgba(255, 0, 0, 0.5) !important;
}

/* / btn style */
/*background t*/
.background-t {
  position: relative;
  z-index: 1;
}
.background-t:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 20, 45, 0.8);
  z-index: -1;
}

/* /background t*/
/* Scroll Top */
.scrollup {
  display: block;
  position: fixed;
  z-index: 9995;
  width: 40px;
  height: 40px;
  background-color: #e7ba05;
  color: #fff;
  border-radius: 100%;
  right: 30px;
  bottom: 15px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.scrollup i {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: bounceIn;
  font-size: 22px;
  padding-top: 9px;
}
.scrollup:before, .scrollup:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.scrollup:hover {
  background-color: #eee;
  color: #fff;
}
.scrollup:hover:before {
  border-color: #e7ba05;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.scrollup:hover:after {
  border-color: #fff;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
.scrollup:hover i {
  color: #e7ba05;
}
.scrollup:focus i {
  color: #e7ba05;
}

/* list styles */
ul {
  margin-bottom: 1.429rem;
}
ul.list-caret {
  list-style-type: none;
  padding: 0;
}
ul.list-caret > li {
  position: relative;
  font-size: 14px;
  padding-left: 1.5em;
  margin-bottom: 9px;
}
ul.list-caret > li:before {
  content: "";
  font-size: 1.4em;
  color: #468ce9;
  position: absolute;
  left: 0;
  top: 0.04em;
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
ul.list-caret > li a {
  font-size: inherit;
}
ul.list-caret > li:last-child {
  margin-bottom: 0;
}
ul.list-caret > li:hover:before {
  left: 0.3em;
}
ul.list-block {
  list-style-type: none;
  padding: 0;
}
ul.list-block > li {
  margin-bottom: 10px;
}
ul.list-block > li a {
  position: relative;
  display: block;
  font-size: 18px;
  padding: 10px 10px 10px 32px;
}
ul.list-block > li a:before {
  content: "";
  font-size: 0.9em;
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
ul.list-block > li a:hover:before {
  left: 9px;
}
ul.list-block > li:last-child {
  margin-bottom: 0;
}
ul.list-block.list-block-white > li {
  background: #fff;
}
ul.list-block.list-block-white > li a {
  color: #b4061b;
}
ul.list-block.list-block-white > li a:hover:before {
  color: #e7ba05;
}
ul.list-round {
  padding-left: 15px;
}
ul.list-round > li {
  padding: 8px 0px;
}
ul.list-round > li a {
  color: #eee;
}
ul.list-round > li a:hover {
  color: #e7ba05;
}
ul.list-topics {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.list-topics li {
  padding: 7px 0px;
}
ul.list-topics li a {
  color: #eee;
}
ul.list-topics li a:hover {
  color: #e7ba05 !important;
}
ul.list-blue {
  padding-left: 15px;
}
ul.list-blue li {
  padding: 5px 0px;
}
ul.list-blue li a:hover {
  color: #000;
}
ul:last-child {
  margin-bottom: 0;
}

/* list styles */
.pt-top {
  padding-top: 130px;
}

/* Section */
section:not(.initial), .section:not(.initial) {
  padding: 60px 0;
  /* RXT Last section in the page */
}
section:not(.initial) + section:not(.initial):not([class*=bg-]), section:not(.initial) + .section:not(.initial):not([class*=bg-]), .section:not(.initial) + section:not(.initial):not([class*=bg-]), .section:not(.initial) + .section:not(.initial):not([class*=bg-]) {
  padding-top: 0;
}
section:not(.initial)[class*=bg-] + section:not(.initial), section:not(.initial)[class*=bg-] + .section:not(.initial), .section:not(.initial)[class*=bg-] + section:not(.initial), .section:not(.initial)[class*=bg-] + .section:not(.initial) {
  padding-top: 40px;
}
section:not(.initial):last-of-type:not([class*=bg-]), .section:not(.initial):last-of-type:not([class*=bg-]) {
  padding-bottom: 40px;
}
section:not(.initial) .inner-section:first-child:not([class*=bg-]), .section:not(.initial) .inner-section:first-child:not([class*=bg-]) {
  padding-top: 0;
}
section:not(.initial) .inner-section:last-child:not([class*=bg-]), .section:not(.initial) .inner-section:last-child:not([class*=bg-]) {
  padding-bottom: 0;
}
section.initial.bg-color + section.initial.bg-color, section.initial.bg-color + .section.initial.bg-color, .section.initial.bg-color + section.initial.bg-color, .section.initial.bg-color + .section.initial.bg-color {
  padding-top: 40px;
}
section.initial.bg-color .inner-section:first-child:not([class*=bg-]), .section.initial.bg-color .inner-section:first-child:not([class*=bg-]) {
  padding-top: 0;
}
section.initial.bg-color .inner-section:last-child:not([class*=bg-]), .section.initial.bg-color .inner-section:last-child:not([class*=bg-]) {
  padding-bottom: 0;
}
section.bg-color, .section.bg-color {
  background: #f8f8f8;
}

.inner-section:not(.initial) {
  padding: 40px 0;
}
.inner-section:not(.initial) + .inner-section:not(.initial):not([class*=bg-]) {
  padding-top: 0;
}
.inner-section:not(.initial)[class*=bg-] + .inner-section:not(.initial) {
  padding-top: 40px;
}

/* Section */
/* carousel settings */
.owl-carousel:not(.initial) {
  padding-bottom: 28px;
  z-index: 9;
}
.owl-carousel:not(.initial) .owl-dots {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.owl-carousel:not(.initial) .owl-dots .owl-dot {
  text-indent: -9990px;
  width: 80px;
  height: 2px;
  border: 0;
  margin-right: 2px;
  background: transparent;
  cursor: pointer;
}
.owl-carousel:not(.initial) .owl-dots .owl-dot.active, .owl-carousel:not(.initial) .owl-dots .owl-dot:hover {
  border-color: #fff;
  background: #e7ba05;
}
.owl-carousel:not(.initial) .owl-dots .owl-dot.active:hover {
  cursor: default;
}
.owl-carousel:not(.initial) .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel:not(.initial) .owl-nav > button {
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-carousel:not(.initial) .owl-nav > button span {
  position: relative;
  display: inline-block;
  font-size: 100px;
  line-height: 36px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  border: none;
  -webkit-transition: ease all 0.6s;
  -moz-transition: ease all 0.6s;
  -ms-transition: ease all 0.6s;
  transition: ease all 0.6s;
}
.owl-carousel:not(.initial) .owl-nav > button span:before {
  content: "";
  background: transparent;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.owl-carousel:not(.initial) .owl-nav > button.owl-prev {
  left: 10px;
}
.owl-carousel:not(.initial) .owl-nav > button.owl-next {
  right: 10px;
}
.owl-carousel:not(.initial) .owl-nav > button.disabled span {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.owl-carousel:not(.initial) .owl-nav > button:hover span {
  color: #e7ba05;
}
.owl-carousel:not(.initial) .owl-nav > button:hover span:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* / carousel settings */
.slanting-pattern {
  background: url(../images/slanting-pattern.png);
  padding-top: 10px;
  padding-bottom: 10px;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.page-header {
  background-repeat: no-repeat;
  letter-spacing: 1px;
  background-size: cover;
  padding: 120px 0;
  margin: 0;
  border-top: 1px solid #eee;
  position: relative;
}
.page-header:before {
  content: "";
  background: #010204;
  background: -moz-linear-gradient(left, #010204 60%, #bb9600 100%);
  background: -webkit-linear-gradient(left, #010204 60%, #bb9600 100%);
  background: linear-gradient(to right, #010204 60%, #bb9600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#010204", endColorstr="#bb9600",GradientType=1 );
  opacity: 0.75;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}
.page-header .page-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 3px 4px #222;
}
.page-header .breadcrumb-wrapper {
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.page-header .breadcrumb-wrapper a {
  color: #fff;
}
.page-header .breadcrumb-wrapper span {
  color: #fff;
}
.page-header .breadcrumb-wrapper .current {
  color: #4caf50;
  font-weight: bold;
}

.titel-sections {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.titel-sections::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #e7ba05;
  height: 2px;
  width: 60px;
}

/*===================mouse dawn==============*/
.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 48px;
  border-radius: 12px;
  background-color: transparents;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  position: absolute;
  z-index: 2 !important;
  left: 51%;
  margin-left: -26px;
  margin-top: -5%;
  z-index: 9 !important;
}

.mouse-wheel {
  display: block;
  margin: 6px auto;
  width: 3px;
  height: 3px;
  border-radius: 6px;
  background-color: #fafafa;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(14px);
  }
}
/*----- Social Links -----*/
.social-icon {
  position: relative;
}
.social-icon li {
  position: relative;
  float: left;
  margin-right: 15px;
  text-align: center;
}
.social-icon li a {
  position: relative;
  color: #333333;
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon li a:hover {
  color: #DE0806;
}

.social-icon-one {
  position: relative;
}
.social-icon-one li {
  position: relative;
  float: left;
  margin-left: 7px;
  text-align: center;
}
.social-icon-one li a {
  position: relative;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 13px;
  display: inline-block;
  color: #ababab;
  background-color: #4f4f4f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-one li a:hover {
  color: #4f4f4f;
  background-color: #ffffff;
}

.social-icon-two {
  position: relative;
}
.social-icon-two li {
  position: relative;
  float: left;
  margin-right: 7px;
  text-align: center;
}
.social-icon-two li a {
  position: relative;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 13px;
  display: inline-block;
  color: #f0f0f0;
  background-color: #020a39;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li a:hover {
  color: #ffffff;
  background-color: #333333;
}

.social-icon-three {
  position: relative;
}
.social-icon-three li {
  position: relative;
  float: left;
  margin-right: 7px;
  text-align: center;
}
.social-icon-three li a {
  position: relative;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 13px;
  display: inline-block;
  color: #f8f8f8;
  background-color: #010b42;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-three li a:hover {
  color: #3c3c3c;
  background-color: #ffffff;
}

.social-icon-four {
  position: relative;
}
.social-icon-four li {
  position: relative;
  float: left;
  margin-right: 7px;
  text-align: center;
}
.social-icon-four li a {
  position: relative;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 13px;
  display: inline-block;
  color: #04071b;
  background-color: #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-four li a:hover {
  color: #333333;
}

/*=======About vission mission start======*/
.service-box {
  position: relative;
  padding: 30px;
  padding-left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 40px;
}
.service-box .half {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 100%;
  width: 50%;
  width: calc(50% - 17px);
  z-index: 2;
  -webkit-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.service-box:hover .half {
  left: -50%;
}
.service-box .inner {
  text-align: center;
  background: #f9f9f9;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.42px;
  color: #000;
  font-weight: 400;
  padding: 0 20px;
  padding-top: 30px;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.service-box:hover .inner {
  background: #090909;
  color: #eee;
}
.service-box .inner .icon {
  background: #f58220;
  border: 3px solid #f58220;
  width: 84px;
  height: 84px;
  display: inline-block;
  border-radius: 50%;
  line-height: 78px;
  margin-bottom: 36px;
  position: relative;
  -webkit-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: #fff;
  font-size: 40px;
}
.service-box:hover .inner .icon {
  background: none;
  border-color: #fff;
}
.service-box .inner .icon i {
  line-height: inherit;
}
.service-box .inner .icon:after {
  content: "";
  display: block;
  height: 70px;
  width: 3px;
  background: #f58220;
  position: absolute;
  top: -73px;
  left: 50%;
  margin-left: -1.5px;
  -webkit-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.service-box:hover .inner .icon:after {
  background: #fff;
}
.service-box .inner h4 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.54px;
  color: #444;
  margin-bottom: 18px;
  -webkit-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.service-box:hover .inner h4 {
  color: #f58220;
}
.service-box .inner p {
  margin-bottom: 48px;
}
.service-box .inner .icon-button span {
  display: none;
}
.service-box .inner .icon-button i {
  background: #222;
  margin: 0;
  -webkit-transition: 0s;
  -ms-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.service-box:hover .inner .icon-button span {
  display: inline-block;
}
.service-box:hover .inner .icon-button i {
  background: #f58220;
  margin-left: 1px;
}

.service-block {
  height: 290px;
  position: relative;
}
.service-block .half {
  background: #fbfbfb;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.service-block .button {
  position: absolute;
  top: 0;
  left: -290px;
  z-index: 2;
  width: 290px;
  text-align: center;
  line-height: 70px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  -moz-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  background: #2b2b2b;
}
.service-block:hover .button {
  background: #f58220;
}
.service-block .content {
  margin-left: 116px;
  position: relative;
  z-index: 3;
  font-size: 14px;
  line-height: 24px;
  color: #555;
  letter-spacing: 0.42px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-block .content .icon {
  margin-bottom: 24px;
  color: #f58220;
  font-size: 50px;
}
.service-block .content h5 {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #444;
  margin-bottom: 16px;
  -webkit-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.service-block:hover .content h5 {
  color: #f58220;
}
.service-block .content p {
  margin-bottom: 0;
}

.service-circle {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.42px;
  text-align: justify;
}
.service-circle .icon {
  width: 84px;
  height: 84px;
  line-height: 84px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  -webkit-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  margin-left: 111px;
  margin-bottom: 34px;
  color: #f58220;
  font-size: 36px;
}
.service-circle:hover .icon {
  background: #f58220;
  color: #fff;
}
.service-circle .icon i {
  line-height: inherit;
}
.service-circle h4 {
  color: #444;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.32px;
  text-transform: none;
  margin-bottom: 18px;
}

.service-row-wrapper {
  position: relative;
}
.service-row-wrapper .prev, .service-row-wrapper .next {
  content: "";
  display: block;
  width: 40px;
  height: 270px;
  position: absolute;
  top: 50%;
  left: -40px;
  background: #f58220;
  margin-top: -135px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.service-row-wrapper .prev:hover {
  height: 290px;
  margin-top: -145px;
}
.service-row-wrapper .next {
  left: auto;
  right: -40px;
}
.service-row-wrapper .next:hover {
  height: 290px;
  margin-top: -145px;
}

.service-row {
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: relative;
}
.service-row .item {
  height: 330px;
  background: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #555;
  letter-spacing: 0.42px;
}
.service-row .center .item {
  background: #f58220;
  color: #f0efef;
}
.service-row .item .content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 50px;
}
.service-row .item .icon {
  margin-bottom: 30px;
  font-size: 58px;
  color: #f58220;
}
.service-row .center .item .icon {
  color: #fff;
}
.service-row .item h5 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  color: #444;
  letter-spacing: 0.32px;
  font-weight: 600;
}
.service-row .center .item h5 {
  color: #fff;
}
.service-row .item p {
  margin-bottom: 0;
}

.large-service-box {
  position: relative;
}
.large-service-box > .inner {
  background: #fdfdfd;
  position: absolute;
  top: 0;
  right: 0;
  width: 770px;
  text-align: center;
}

.button {
  font-size: 12px;
  font-weight: 600;
  line-height: 50px;
  padding: 0 34px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  position: relative;
  outline: none !important;
  border: none;
  background: #f58220;
  color: #fff;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.22px;
}
.button:hover {
  opacity: 0.9;
  color: #fff;
}
.button.grey {
  background: #5a5a5a;
}
.button.dark {
  background: #222;
}
.button.white {
  background: #fff;
  color: #222;
}

.icon-button {
  background: none;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
.icon-button.dark {
  background: none;
}
.icon-button span {
  padding: 0 34px;
  display: inline-block;
  -webkit-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  position: relative;
  background: #f58220;
  font-size: 12px;
  font-weight: 600;
  line-height: 50px;
  vertical-align: middle;
}
.icon-button.dark span {
  background: #222;
}
.icon-button i {
  width: 50px;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  position: relative;
  background: #f58220;
  font-size: 11px;
  line-height: 50px;
  vertical-align: middle;
  margin-left: 1px;
}
.icon-button.dark i {
  background: #222;
}

/*=======About vission mission End======*/
/*=======Hover Effect Style : Demo - 3>======*/
/*********************** Demo - 3 *******************/
/*********************** Demo - 1 *******************/
.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

/***********************Demo -1 **********************/
.box1 img, .box1:after, .box1:before {
  width: 100%;
  transition: all 0.3s ease 0s;
}

.box1 .icon, .box2, .box3, .box4, .box5 .icon li a {
  text-align: center;
}

.box10:after, .box10:before, .box1:after, .box1:before, .box2 .inner-content:after, .box3:after, .box3:before, .box4:before, .box5:after, .box5:before, .box6:after, .box7:after, .box7:before {
  content: "";
}

.box1, .box11, .box12, .box13, .box14, .box16, .box17, .box18, .box2, .box20, .box21, .box3, .box4, .box5, .box5 .icon li a, .box6, .box7, .box8 {
  overflow: hidden;
}

.box1 .title, .box10 .title, .box4 .title, .box7 .title {
  letter-spacing: 1px;
}

.box3 .post, .box4 .post, .box5 .post, .box7 .post {
  font-style: italic;
}

.box1 .icon, .box1 .title {
  margin: 0;
  position: absolute;
}

.box1 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
  margin: 10px 0px;
}

.box1:after, .box1:before {
  height: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: 100% 0;
  transform: rotateZ(90deg);
}

.box1:after {
  top: auto;
  bottom: 0;
  transform-origin: 0 100%;
}

.box1:hover:after, .box1:hover:before {
  transform: rotateZ(0);
}

.box1 img {
  height: auto;
  transform: scale(1) rotate(0);
}

.box1:hover img {
  filter: sepia(80%);
  transform: scale(1.3) rotate(10deg);
}

.box1 .title {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 1px #004cbf;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  z-index: 2;
  transform: scale(0);
  transition: all 0.5s ease 0.2s;
}

.box1:hover .title {
  opacity: 1;
  transform: scale(1);
}

.box1 .icon {
  padding: 7px 5px;
  list-style: none;
  background: #2b3880;
  border-radius: 0 0 0 10px;
  top: -100%;
  right: 0;
  z-index: 2;
  transition: all 0.3s ease 0.2s;
}

.box1:hover .icon {
  top: 0;
}

.box1 .icon li {
  display: block;
  margin: 10px 0;
}

.box1 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 6px;
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.box2 .icon li a, .box3 .icon a:hover, .box4 .icon li a:hover, .box5 .icon li a, .box6 .icon li a {
  border-radius: 50%;
}

.box1 .icon li a:hover {
  color: #fff;
  box-shadow: 0 0 5px #000 inset, 0 0 0 2px #fff;
}

/*********************** Demo - 3 *******************/
.box3 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
.box3 .box-content, .box3:after, .box3:before {
  position: absolute;
  left: 7%;
  right: 7%;
  transition: all 0.3s;
}
.box3:after, .box3:before {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  top: 10%;
  bottom: 10%;
  z-index: 1;
  transform: scale(0, 1);
}
.box3:after {
  top: 10.8%;
  bottom: 10.8%;
  transform: scale(1, 0);
}
.box3:hover:after {
  transform: scale(1);
  animation: animate 1.5s;
}
.box3:hover:before {
  transform: scale(1);
  animation: animate 1.5s;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.box:hover:after {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
.box img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

.box3:hover img {
  transform: scale(1.2);
  filter: blur(5px);
  -moz-filter: blur(5px);
  -webkit-filter: blur(5px);
}
.box3 .box-content {
  padding: 30px 10px;
  top: 10%;
  bottom: 10%;
  opacity: 0;
  z-index: 2;
}
.box3:hover .box-content {
  box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.3s;
}
.box3 .title {
  font-size: 19px;
  font-weight: 600;
  color: #ffcc00;
  margin: 0 0 5px;
  opacity: 9;
  text-transform: uppercase;
}
.box3 .post {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.box3 .description {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px;
}
.box3 .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}
.box3 .icon li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.box3 .icon li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #ffcc00;
  transition: all 0.5s;
}
.box3 .icon a:hover {
  text-decoration: none;
  animation: animate-hover 0.5s;
  transition: all 0.3s;
}

@keyframes animate {
  0%, 100% {
    opacity: 1;
  }
}
@keyframes animate-hover {
  0% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
}
.box10, .box11, .box12, .box14, .box4, .box5, .box6, .box7, .box9 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 990px) {
  .box3 {
    margin-bottom: 30px;
  }
  .box3 .box-content {
    padding: 10px;
  }
  .box3 .description {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .box3 .title {
    margin: 0;
  }
}
.sec-lines {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 1;
}

.line-item {
  width: 20%;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid rgba(153, 153, 153, 0.1);
  height: 100%;
  position: relative;
}

.line-item:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 4px;
  height: 30px;
  background: #000;
  animation: scroll3 8s ease-out infinite;
}

.line-item:last-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -2px;
  width: 4px;
  height: 30px;
  background: #000;
  animation: scroll2 6s ease-out infinite;
}

.sec-lines .container {
  width: 100%;
}

@keyframes scroll3 {
  0% {
    opacity: 1;
    top: 0;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}
@keyframes scroll2 {
  0% {
    opacity: 1;
    bottom: 0;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}
.line-item:first-child {
  border-left: 1px solid #fcfbfb;
}

.full-height {
  height: 100vh;
}

/*slider section */
/*slider section*/
.slide-bg1 {
  background: url(../images/main-slider/01.jpg) no-repeat;
}

.slide-bg2 {
  background: url(../images/main-slider/02.jpg) no-repeat;
}

.slide-bg3 {
  background: url(../images/main-slider/03.jpg) no-repeat;
}

/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  text-shadow: 1px 3px 4px #222;
  color: #fff;
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  border-right: 0px solid #a0a0a0;
  /* The typwriter cursor */
  white-space: nowrap;
  /* Keeps the content on a single line */
  margin: 0 auto;
  /* Gives that scrolling effect as the typing happens */
  animation: typing 3.5s steps(30, end), blink-caret 0.5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 50%;
  }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #a0a0a0;
    display: inline-block;
    border-right: 0px solid #a0a0a0;
    /* The typwriter cursor */
  }
}
/* main css */
html {
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  -ms-scroll-behavior: smooth;
  scroll-behavior: smooth;
}

.vh-2-100 {
  height: 100vh;
}

.custom-animation {
  -webkit-animation-name: initial;
  animation-name: initial;
}

.forwarding img {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
  -webkit-transition: all 0.8s ease-in-out;
  border: 2px solid #f7f7f7;
}
.forwarding img:hover {
  filter: gray;
  -webkit-filter: grayscale(1);
}

.counter.bg-color {
  background: url(../images/counter-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}
.counter .icon {
  margin-bottom: 10px;
  display: inline-block;
}
.counter .icon i, .counter .icon img {
  font-size: 42px;
  margin-right: 10px;
  color: #24b8ea;
  width: 65px;
}
.counter .desc h3 {
  font-size: 42px;
  display: inline-block;
  font-weight: 800;
  color: #fff;
}
.counter .desc p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
.counter.counter2 {
  background: url(../images/counter-bg2.jpg) center center no-repeat;
  background-size: cover;
}

.about-sev-tag h4 {
  font-style: italic;
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 20px;
  color: #e7ba05;
}
.about-sev-tag p {
  padding-bottom: 15px;
  line-height: 24px;
}

.bubble-wrap {
  margin: auto;
  position: absolute;
  overflow: hidden;
  width: 60%;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9 !important;
  height: 500px;
  transform-style: preserve-3d;
  transform-origin: center center;
  perspective: 600px;
}

.bubble {
  position: absolute;
  background: black;
  opacity: 0.7;
  border-radius: 50%;
  animation: move 3s infinite;
}

.bubble:nth-child(1) {
  height: 27px;
  width: 27px;
  animation-delay: -0.2s;
  transform: translate3d(322px, 766px, 1402px);
  background: #d96226;
}

.bubble:nth-child(2) {
  height: 11px;
  width: 11px;
  animation-delay: -0.4s;
  transform: translate3d(41px, 185px, 1975px);
  background: #26d96e;
}

.bubble:nth-child(3) {
  height: 11px;
  width: 11px;
  animation-delay: -0.6s;
  transform: translate3d(281px, 224px, 953px);
  background: #26cad9;
}

.bubble:nth-child(4) {
  height: 19px;
  width: 19px;
  animation-delay: -0.8s;
  transform: translate3d(579px, 492px, 456px);
  background: #2653d9;
}

.bubble:nth-child(5) {
  height: 2px;
  width: 2px;
  animation-delay: -1s;
  transform: translate3d(409px, 288px, 1245px);
  background: #b826d9;
}

.bubble:nth-child(6) {
  height: 18px;
  width: 18px;
  animation-delay: -1.2s;
  transform: translate3d(660px, 832px, 275px);
  background: #d92c26;
}

.bubble:nth-child(7) {
  height: 15px;
  width: 15px;
  animation-delay: -1.4s;
  transform: translate3d(801px, 761px, 1254px);
  background: #2688d9;
}

.bubble:nth-child(8) {
  height: 16px;
  width: 16px;
  animation-delay: -1.6s;
  transform: translate3d(589px, 920px, 1755px);
  background: #d9264a;
}

.bubble:nth-child(9) {
  height: 14px;
  width: 14px;
  animation-delay: -1.8s;
  transform: translate3d(3px, 308px, 555px);
  background: #d9264d;
}

.bubble:nth-child(10) {
  height: 21px;
  width: 21px;
  animation-delay: -2s;
  transform: translate3d(808px, 735px, 1327px);
  background: #59d926;
}

.bubble:nth-child(11) {
  height: 14px;
  width: 14px;
  animation-delay: -2.2s;
  transform: translate3d(611px, 334px, 1027px);
  background: #d95926;
}

.bubble:nth-child(12) {
  height: 3px;
  width: 3px;
  animation-delay: -2.4s;
  transform: translate3d(994px, 328px, 28px);
  background: #7d26d9;
}

.bubble:nth-child(13) {
  height: 1px;
  width: 1px;
  animation-delay: -2.6s;
  transform: translate3d(536px, 260px, 1495px);
  background: #d9a026;
}

.bubble:nth-child(14) {
  height: 17px;
  width: 17px;
  animation-delay: -2.8s;
  transform: translate3d(887px, 579px, 339px);
  background: #26d9c4;
}

.bubble:nth-child(15) {
  height: 22px;
  width: 22px;
  animation-delay: -3s;
  transform: translate3d(910px, 912px, 474px);
  background: #56d926;
}

.bubble:nth-child(16) {
  height: 27px;
  width: 27px;
  animation-delay: -3.2s;
  transform: translate3d(860px, 76px, 1870px);
  background: #8e26d9;
}

.bubble:nth-child(17) {
  height: 23px;
  width: 23px;
  animation-delay: -3.4s;
  transform: translate3d(536px, 603px, 1110px);
  background: #a626d9;
}

.bubble:nth-child(18) {
  height: 8px;
  width: 8px;
  animation-delay: -3.6s;
  transform: translate3d(507px, 279px, 1908px);
  background: #d92656;
}

.bubble:nth-child(19) {
  height: 19px;
  width: 19px;
  animation-delay: -3.8s;
  transform: translate3d(985px, 512px, 177px);
  background: #d92685;
}

.bubble:nth-child(20) {
  height: 30px;
  width: 30px;
  animation-delay: -4s;
  transform: translate3d(434px, 929px, 874px);
  background: #2691d9;
}

.bubble:nth-child(21) {
  height: 28px;
  width: 28px;
  animation-delay: -4.2s;
  transform: translate3d(358px, 669px, 1069px);
  background: #7426d9;
}

.bubble:nth-child(22) {
  height: 9px;
  width: 9px;
  animation-delay: -4.4s;
  transform: translate3d(290px, 175px, 1733px);
  background: #8e26d9;
}

.bubble:nth-child(23) {
  height: 23px;
  width: 23px;
  animation-delay: -4.6s;
  transform: translate3d(302px, 357px, 1293px);
  background: #2629d9;
}

.bubble:nth-child(24) {
  height: 10px;
  width: 10px;
  animation-delay: -4.8s;
  transform: translate3d(511px, 840px, 1842px);
  background: #c426d9;
}

.bubble:nth-child(25) {
  height: 27px;
  width: 27px;
  animation-delay: -5s;
  transform: translate3d(338px, 650px, 711px);
  background: #cd26d9;
}

.bubble:nth-child(26) {
  height: 4px;
  width: 4px;
  animation-delay: -5.2s;
  transform: translate3d(349px, 896px, 1156px);
  background: #5cd926;
}

.bubble:nth-child(27) {
  height: 1px;
  width: 1px;
  animation-delay: -5.4s;
  transform: translate3d(768px, 62px, 657px);
  background: #262fd9;
}

.bubble:nth-child(28) {
  height: 13px;
  width: 13px;
  animation-delay: -5.6s;
  transform: translate3d(633px, 787px, 1986px);
  background: #7426d9;
}

.bubble:nth-child(29) {
  height: 27px;
  width: 27px;
  animation-delay: -5.8s;
  transform: translate3d(499px, 581px, 751px);
  background: #26a0d9;
}

.bubble:nth-child(30) {
  height: 9px;
  width: 9px;
  animation-delay: -6s;
  transform: translate3d(863px, 119px, 1420px);
  background: #2674d9;
}

.bubble:nth-child(31) {
  height: 16px;
  width: 16px;
  animation-delay: -6.2s;
  transform: translate3d(587px, 393px, 1102px);
  background: #26d6d9;
}

.bubble:nth-child(32) {
  height: 7px;
  width: 7px;
  animation-delay: -6.4s;
  transform: translate3d(339px, 771px, 1051px);
  background: #26d9a9;
}

.bubble:nth-child(33) {
  height: 5px;
  width: 5px;
  animation-delay: -6.6s;
  transform: translate3d(616px, 430px, 935px);
  background: #d9a626;
}

.bubble:nth-child(34) {
  height: 9px;
  width: 9px;
  animation-delay: -6.8s;
  transform: translate3d(712px, 489px, 1069px);
  background: #cd26d9;
}

.bubble:nth-child(35) {
  height: 6px;
  width: 6px;
  animation-delay: -7s;
  transform: translate3d(263px, 155px, 1253px);
  background: #91d926;
}

.bubble:nth-child(36) {
  height: 25px;
  width: 25px;
  animation-delay: -7.2s;
  transform: translate3d(117px, 404px, 321px);
  background: #d9263e;
}

.bubble:nth-child(37) {
  height: 25px;
  width: 25px;
  animation-delay: -7.4s;
  transform: translate3d(481px, 779px, 113px);
  background: #4726d9;
}

.bubble:nth-child(38) {
  height: 23px;
  width: 23px;
  animation-delay: -7.6s;
  transform: translate3d(509px, 868px, 1529px);
  background: #26d0d9;
}

.bubble:nth-child(39) {
  height: 25px;
  width: 25px;
  animation-delay: -7.8s;
  transform: translate3d(530px, 316px, 136px);
  background: #d9b526;
}

.bubble:nth-child(40) {
  height: 14px;
  width: 14px;
  animation-delay: -8s;
  transform: translate3d(295px, 75px, 656px);
  background: #d96826;
}

.bubble:nth-child(41) {
  height: 5px;
  width: 5px;
  animation-delay: -8.2s;
  transform: translate3d(838px, 632px, 133px);
  background: #d96826;
}

.bubble:nth-child(42) {
  height: 11px;
  width: 11px;
  animation-delay: -8.4s;
  transform: translate3d(815px, 529px, 356px);
  background: #d92644;
}

.bubble:nth-child(43) {
  height: 9px;
  width: 9px;
  animation-delay: -8.6s;
  transform: translate3d(130px, 452px, 968px);
  background: #2668d9;
}

.bubble:nth-child(44) {
  height: 9px;
  width: 9px;
  animation-delay: -8.8s;
  transform: translate3d(961px, 437px, 974px);
  background: #d9b226;
}

.bubble:nth-child(45) {
  height: 5px;
  width: 5px;
  animation-delay: -9s;
  transform: translate3d(966px, 322px, 1368px);
  background: #d9d026;
}

.bubble:nth-child(46) {
  height: 5px;
  width: 5px;
  animation-delay: -9.2s;
  transform: translate3d(42px, 915px, 1897px);
  background: #d93226;
}

.bubble:nth-child(47) {
  height: 20px;
  width: 20px;
  animation-delay: -9.4s;
  transform: translate3d(866px, 694px, 38px);
  background: #d92c26;
}

.bubble:nth-child(48) {
  height: 27px;
  width: 27px;
  animation-delay: -9.6s;
  transform: translate3d(610px, 741px, 706px);
  background: #c426d9;
}

.bubble:nth-child(49) {
  height: 24px;
  width: 24px;
  animation-delay: -9.8s;
  transform: translate3d(921px, 263px, 1276px);
  background: #26c4d9;
}

.bubble:nth-child(50) {
  height: 13px;
  width: 13px;
  animation-delay: -10s;
  transform: translate3d(501px, 299px, 1589px);
  background: #26d96e;
}

.bubble:nth-child(51) {
  height: 1px;
  width: 1px;
  animation-delay: -10.2s;
  transform: translate3d(217px, 399px, 1598px);
  background: #26a6d9;
}

.bubble:nth-child(52) {
  height: 9px;
  width: 9px;
  animation-delay: -10.4s;
  transform: translate3d(873px, 934px, 1586px);
  background: #26d98b;
}

.bubble:nth-child(53) {
  height: 30px;
  width: 30px;
  animation-delay: -10.6s;
  transform: translate3d(661px, 22px, 59px);
  background: #5326d9;
}

.bubble:nth-child(54) {
  height: 2px;
  width: 2px;
  animation-delay: -10.8s;
  transform: translate3d(400px, 916px, 582px);
  background: #26d97a;
}

.bubble:nth-child(55) {
  height: 27px;
  width: 27px;
  animation-delay: -11s;
  transform: translate3d(38px, 520px, 1354px);
  background: #2629d9;
}

.bubble:nth-child(56) {
  height: 11px;
  width: 11px;
  animation-delay: -11.2s;
  transform: translate3d(784px, 883px, 1075px);
  background: #d93826;
}

.bubble:nth-child(57) {
  height: 4px;
  width: 4px;
  animation-delay: -11.4s;
  transform: translate3d(81px, 320px, 1765px);
  background: #d926bb;
}

.bubble:nth-child(58) {
  height: 4px;
  width: 4px;
  animation-delay: -11.6s;
  transform: translate3d(953px, 907px, 89px);
  background: #c1d926;
}

.bubble:nth-child(59) {
  height: 7px;
  width: 7px;
  animation-delay: -11.8s;
  transform: translate3d(19px, 545px, 1600px);
  background: #26d9be;
}

.bubble:nth-child(60) {
  height: 26px;
  width: 26px;
  animation-delay: -12s;
  transform: translate3d(57px, 439px, 1684px);
  background: #6b26d9;
}

.bubble:nth-child(61) {
  height: 13px;
  width: 13px;
  animation-delay: -12.2s;
  transform: translate3d(876px, 543px, 73px);
  background: #d92c26;
}

.bubble:nth-child(62) {
  height: 10px;
  width: 10px;
  animation-delay: -12.4s;
  transform: translate3d(461px, 373px, 609px);
  background: #d9ac26;
}

.bubble:nth-child(63) {
  height: 12px;
  width: 12px;
  animation-delay: -12.6s;
  transform: translate3d(237px, 136px, 721px);
  background: #d99426;
}

.bubble:nth-child(64) {
  height: 15px;
  width: 15px;
  animation-delay: -12.8s;
  transform: translate3d(367px, 934px, 868px);
  background: #26d965;
}

.bubble:nth-child(65) {
  height: 11px;
  width: 11px;
  animation-delay: -13s;
  transform: translate3d(865px, 405px, 478px);
  background: #d926c7;
}

.bubble:nth-child(66) {
  height: 4px;
  width: 4px;
  animation-delay: -13.2s;
  transform: translate3d(933px, 930px, 1668px);
  background: #d92682;
}

.bubble:nth-child(67) {
  height: 19px;
  width: 19px;
  animation-delay: -13.4s;
  transform: translate3d(583px, 713px, 644px);
  background: #d94d26;
}

.bubble:nth-child(68) {
  height: 4px;
  width: 4px;
  animation-delay: -13.6s;
  transform: translate3d(363px, 464px, 1190px);
  background: #26d991;
}

.bubble:nth-child(69) {
  height: 26px;
  width: 26px;
  animation-delay: -13.8s;
  transform: translate3d(583px, 457px, 1109px);
  background: #2685d9;
}

.bubble:nth-child(70) {
  height: 2px;
  width: 2px;
  animation-delay: -14s;
  transform: translate3d(830px, 717px, 1877px);
  background: #59d926;
}

.bubble:nth-child(71) {
  height: 30px;
  width: 30px;
  animation-delay: -14.2s;
  transform: translate3d(534px, 598px, 1136px);
  background: #26d9a3;
}

.bubble:nth-child(72) {
  height: 25px;
  width: 25px;
  animation-delay: -14.4s;
  transform: translate3d(123px, 529px, 1203px);
  background: #d9263e;
}

.bubble:nth-child(73) {
  height: 20px;
  width: 20px;
  animation-delay: -14.6s;
  transform: translate3d(784px, 464px, 1594px);
  background: #32d926;
}

.bubble:nth-child(74) {
  height: 30px;
  width: 30px;
  animation-delay: -14.8s;
  transform: translate3d(280px, 677px, 726px);
  background: #d9a926;
}

.bubble:nth-child(75) {
  height: 7px;
  width: 7px;
  animation-delay: -15s;
  transform: translate3d(241px, 714px, 602px);
  background: #262fd9;
}

.bubble:nth-child(76) {
  height: 1px;
  width: 1px;
  animation-delay: -15.2s;
  transform: translate3d(667px, 695px, 664px);
  background: #4ad926;
}

.bubble:nth-child(77) {
  height: 6px;
  width: 6px;
  animation-delay: -15.4s;
  transform: translate3d(336px, 45px, 1055px);
  background: #cd26d9;
}

.bubble:nth-child(78) {
  height: 14px;
  width: 14px;
  animation-delay: -15.6s;
  transform: translate3d(836px, 321px, 1617px);
  background: #d92641;
}

.bubble:nth-child(79) {
  height: 29px;
  width: 29px;
  animation-delay: -15.8s;
  transform: translate3d(16px, 455px, 410px);
  background: #d92668;
}

.bubble:nth-child(80) {
  height: 8px;
  width: 8px;
  animation-delay: -16s;
  transform: translate3d(311px, 596px, 1913px);
  background: #c7d926;
}

.bubble:nth-child(81) {
  height: 19px;
  width: 19px;
  animation-delay: -16.2s;
  transform: translate3d(307px, 643px, 1452px);
  background: #d92665;
}

.bubble:nth-child(82) {
  height: 22px;
  width: 22px;
  animation-delay: -16.4s;
  transform: translate3d(436px, 839px, 575px);
  background: #d9267a;
}

.bubble:nth-child(83) {
  height: 3px;
  width: 3px;
  animation-delay: -16.6s;
  transform: translate3d(548px, 675px, 1003px);
  background: #97d926;
}

.bubble:nth-child(84) {
  height: 11px;
  width: 11px;
  animation-delay: -16.8s;
  transform: translate3d(408px, 882px, 1922px);
  background: #5cd926;
}

.bubble:nth-child(85) {
  height: 6px;
  width: 6px;
  animation-delay: -17s;
  transform: translate3d(811px, 192px, 830px);
  background: #b226d9;
}

.bubble:nth-child(86) {
  height: 7px;
  width: 7px;
  animation-delay: -17.2s;
  transform: translate3d(752px, 613px, 1809px);
  background: #d92688;
}

.bubble:nth-child(87) {
  height: 18px;
  width: 18px;
  animation-delay: -17.4s;
  transform: translate3d(63px, 878px, 1344px);
  background: #26cdd9;
}

.bubble:nth-child(88) {
  height: 25px;
  width: 25px;
  animation-delay: -17.6s;
  transform: translate3d(237px, 232px, 824px);
  background: #26d96e;
}

.bubble:nth-child(89) {
  height: 3px;
  width: 3px;
  animation-delay: -17.8s;
  transform: translate3d(710px, 722px, 1029px);
  background: #d93e26;
}

.bubble:nth-child(90) {
  height: 13px;
  width: 13px;
  animation-delay: -18s;
  transform: translate3d(168px, 9px, 55px);
  background: #c1d926;
}

.bubble:nth-child(91) {
  height: 11px;
  width: 11px;
  animation-delay: -18.2s;
  transform: translate3d(106px, 503px, 234px);
  background: #26d94a;
}

.bubble:nth-child(92) {
  height: 7px;
  width: 7px;
  animation-delay: -18.4s;
  transform: translate3d(265px, 956px, 45px);
  background: #d92685;
}

.bubble:nth-child(93) {
  height: 11px;
  width: 11px;
  animation-delay: -18.6s;
  transform: translate3d(792px, 733px, 44px);
  background: #26cad9;
}

.bubble:nth-child(94) {
  height: 15px;
  width: 15px;
  animation-delay: -18.8s;
  transform: translate3d(344px, 862px, 1651px);
  background: #d92629;
}

.bubble:nth-child(95) {
  height: 5px;
  width: 5px;
  animation-delay: -19s;
  transform: translate3d(154px, 627px, 1957px);
  background: #267dd9;
}

.bubble:nth-child(96) {
  height: 22px;
  width: 22px;
  animation-delay: -19.2s;
  transform: translate3d(386px, 346px, 1650px);
  background: #2697d9;
}

.bubble:nth-child(97) {
  height: 19px;
  width: 19px;
  animation-delay: -19.4s;
  transform: translate3d(824px, 750px, 449px);
  background: #26d6d9;
}

.bubble:nth-child(98) {
  height: 30px;
  width: 30px;
  animation-delay: -19.6s;
  transform: translate3d(815px, 512px, 1352px);
  background: #265fd9;
}

.bubble:nth-child(99) {
  height: 4px;
  width: 4px;
  animation-delay: -19.8s;
  transform: translate3d(641px, 86px, 619px);
  background: #2644d9;
}

.bubble:nth-child(100) {
  height: 9px;
  width: 9px;
  animation-delay: -20s;
  transform: translate3d(295px, 437px, 1871px);
  background: #7ad926;
}

.bubble:nth-child(101) {
  height: 14px;
  width: 14px;
  animation-delay: -20.2s;
  transform: translate3d(808px, 452px, 572px);
  background: #266bd9;
}

.bubble:nth-child(102) {
  height: 15px;
  width: 15px;
  animation-delay: -20.4s;
  transform: translate3d(928px, 596px, 587px);
  background: #2671d9;
}

.bubble:nth-child(103) {
  height: 11px;
  width: 11px;
  animation-delay: -20.6s;
  transform: translate3d(397px, 818px, 734px);
  background: #d9269d;
}

.bubble:nth-child(104) {
  height: 4px;
  width: 4px;
  animation-delay: -20.8s;
  transform: translate3d(377px, 516px, 313px);
  background: #71d926;
}

.bubble:nth-child(105) {
  height: 7px;
  width: 7px;
  animation-delay: -21s;
  transform: translate3d(754px, 708px, 1026px);
  background: #26d953;
}

.bubble:nth-child(106) {
  height: 11px;
  width: 11px;
  animation-delay: -21.2s;
  transform: translate3d(694px, 684px, 1045px);
  background: #d9ca26;
}

.bubble:nth-child(107) {
  height: 16px;
  width: 16px;
  animation-delay: -21.4s;
  transform: translate3d(974px, 648px, 1857px);
  background: #77d926;
}

.bubble:nth-child(108) {
  height: 24px;
  width: 24px;
  animation-delay: -21.6s;
  transform: translate3d(955px, 317px, 1584px);
  background: #d9266b;
}

.bubble:nth-child(109) {
  height: 4px;
  width: 4px;
  animation-delay: -21.8s;
  transform: translate3d(935px, 898px, 1898px);
  background: #d93e26;
}

.bubble:nth-child(110) {
  height: 17px;
  width: 17px;
  animation-delay: -22s;
  transform: translate3d(166px, 345px, 1834px);
  background: #26cdd9;
}

.bubble:nth-child(111) {
  height: 24px;
  width: 24px;
  animation-delay: -22.2s;
  transform: translate3d(770px, 445px, 911px);
  background: #d95f26;
}

.bubble:nth-child(112) {
  height: 30px;
  width: 30px;
  animation-delay: -22.4s;
  transform: translate3d(293px, 575px, 459px);
  background: #26d98e;
}

.bubble:nth-child(113) {
  height: 16px;
  width: 16px;
  animation-delay: -22.6s;
  transform: translate3d(88px, 253px, 1070px);
  background: #d99d26;
}

.bubble:nth-child(114) {
  height: 4px;
  width: 4px;
  animation-delay: -22.8s;
  transform: translate3d(517px, 519px, 1738px);
  background: #d99126;
}

.bubble:nth-child(115) {
  height: 24px;
  width: 24px;
  animation-delay: -23s;
  transform: translate3d(131px, 303px, 1749px);
  background: #d95c26;
}

.bubble:nth-child(116) {
  height: 8px;
  width: 8px;
  animation-delay: -23.2s;
  transform: translate3d(334px, 156px, 1786px);
  background: #d9263b;
}

.bubble:nth-child(117) {
  height: 22px;
  width: 22px;
  animation-delay: -23.4s;
  transform: translate3d(366px, 606px, 1031px);
  background: #a0d926;
}

.bubble:nth-child(118) {
  height: 11px;
  width: 11px;
  animation-delay: -23.6s;
  transform: translate3d(173px, 203px, 1324px);
  background: #d97726;
}

.bubble:nth-child(119) {
  height: 13px;
  width: 13px;
  animation-delay: -23.8s;
  transform: translate3d(319px, 322px, 916px);
  background: #d92685;
}

.bubble:nth-child(120) {
  height: 30px;
  width: 30px;
  animation-delay: -24s;
  transform: translate3d(921px, 200px, 1074px);
  background: #2682d9;
}

.bubble:nth-child(121) {
  height: 11px;
  width: 11px;
  animation-delay: -24.2s;
  transform: translate3d(627px, 64px, 598px);
  background: #26b2d9;
}

.bubble:nth-child(122) {
  height: 22px;
  width: 22px;
  animation-delay: -24.4s;
  transform: translate3d(208px, 588px, 1308px);
  background: #d926a0;
}

.bubble:nth-child(123) {
  height: 3px;
  width: 3px;
  animation-delay: -24.6s;
  transform: translate3d(460px, 448px, 1956px);
  background: #263bd9;
}

.bubble:nth-child(124) {
  height: 6px;
  width: 6px;
  animation-delay: -24.8s;
  transform: translate3d(509px, 628px, 458px);
  background: #2653d9;
}

.bubble:nth-child(125) {
  height: 17px;
  width: 17px;
  animation-delay: -25s;
  transform: translate3d(11px, 116px, 1605px);
  background: #d97126;
}

.bubble:nth-child(126) {
  height: 16px;
  width: 16px;
  animation-delay: -25.2s;
  transform: translate3d(433px, 973px, 1810px);
  background: #d926b2;
}

.bubble:nth-child(127) {
  height: 18px;
  width: 18px;
  animation-delay: -25.4s;
  transform: translate3d(821px, 332px, 781px);
  background: #9d26d9;
}

.bubble:nth-child(128) {
  height: 13px;
  width: 13px;
  animation-delay: -25.6s;
  transform: translate3d(645px, 642px, 1545px);
  background: #269ad9;
}

.bubble:nth-child(129) {
  height: 15px;
  width: 15px;
  animation-delay: -25.8s;
  transform: translate3d(123px, 151px, 865px);
  background: #d98e26;
}

.bubble:nth-child(130) {
  height: 21px;
  width: 21px;
  animation-delay: -26s;
  transform: translate3d(750px, 732px, 1051px);
  background: #2674d9;
}

.bubble:nth-child(131) {
  height: 12px;
  width: 12px;
  animation-delay: -26.2s;
  transform: translate3d(571px, 631px, 1975px);
  background: #d9266e;
}

.bubble:nth-child(132) {
  height: 23px;
  width: 23px;
  animation-delay: -26.4s;
  transform: translate3d(431px, 592px, 229px);
  background: #6bd926;
}

.bubble:nth-child(133) {
  height: 26px;
  width: 26px;
  animation-delay: -26.6s;
  transform: translate3d(4px, 309px, 404px);
  background: #9126d9;
}

.bubble:nth-child(134) {
  height: 30px;
  width: 30px;
  animation-delay: -26.8s;
  transform: translate3d(200px, 469px, 751px);
  background: #26d971;
}

.bubble:nth-child(135) {
  height: 19px;
  width: 19px;
  animation-delay: -27s;
  transform: translate3d(9px, 349px, 1609px);
  background: #2680d9;
}

.bubble:nth-child(136) {
  height: 18px;
  width: 18px;
  animation-delay: -27.2s;
  transform: translate3d(731px, 756px, 154px);
  background: #26d97d;
}

.bubble:nth-child(137) {
  height: 9px;
  width: 9px;
  animation-delay: -27.4s;
  transform: translate3d(19px, 304px, 266px);
  background: #26d9c4;
}

.bubble:nth-child(138) {
  height: 12px;
  width: 12px;
  animation-delay: -27.6s;
  transform: translate3d(380px, 11px, 1235px);
  background: #4426d9;
}

.bubble:nth-child(139) {
  height: 30px;
  width: 30px;
  animation-delay: -27.8s;
  transform: translate3d(240px, 161px, 1741px);
  background: #26d997;
}

.bubble:nth-child(140) {
  height: 25px;
  width: 25px;
  animation-delay: -28s;
  transform: translate3d(541px, 433px, 170px);
  background: #26d95c;
}

.bubble:nth-child(141) {
  height: 19px;
  width: 19px;
  animation-delay: -28.2s;
  transform: translate3d(551px, 100px, 514px);
  background: #85d926;
}

.bubble:nth-child(142) {
  height: 20px;
  width: 20px;
  animation-delay: -28.4s;
  transform: translate3d(665px, 183px, 1300px);
  background: #c126d9;
}

.bubble:nth-child(143) {
  height: 14px;
  width: 14px;
  animation-delay: -28.6s;
  transform: translate3d(545px, 682px, 1410px);
  background: #d9ca26;
}

.bubble:nth-child(144) {
  height: 22px;
  width: 22px;
  animation-delay: -28.8s;
  transform: translate3d(166px, 663px, 1774px);
  background: #26d93e;
}

.bubble:nth-child(145) {
  height: 18px;
  width: 18px;
  animation-delay: -29s;
  transform: translate3d(736px, 303px, 1500px);
  background: #26d9a3;
}

.bubble:nth-child(146) {
  height: 8px;
  width: 8px;
  animation-delay: -29.2s;
  transform: translate3d(842px, 641px, 958px);
  background: #5cd926;
}

.bubble:nth-child(147) {
  height: 7px;
  width: 7px;
  animation-delay: -29.4s;
  transform: translate3d(198px, 161px, 465px);
  background: #266ed9;
}

.bubble:nth-child(148) {
  height: 7px;
  width: 7px;
  animation-delay: -29.6s;
  transform: translate3d(550px, 929px, 836px);
  background: #26d944;
}

.bubble:nth-child(149) {
  height: 19px;
  width: 19px;
  animation-delay: -29.8s;
  transform: translate3d(958px, 362px, 386px);
  background: #26d935;
}

.bubble:nth-child(150) {
  height: 12px;
  width: 12px;
  animation-delay: -30s;
  transform: translate3d(356px, 856px, 1446px);
  background: #26b2d9;
}

.bubble:nth-child(151) {
  height: 28px;
  width: 28px;
  animation-delay: -30.2s;
  transform: translate3d(90px, 51px, 1892px);
  background: #26a0d9;
}

.bubble:nth-child(152) {
  height: 28px;
  width: 28px;
  animation-delay: -30.4s;
  transform: translate3d(594px, 991px, 634px);
  background: #d92677;
}

.bubble:nth-child(153) {
  height: 17px;
  width: 17px;
  animation-delay: -30.6s;
  transform: translate3d(510px, 946px, 950px);
  background: #6226d9;
}

.bubble:nth-child(154) {
  height: 11px;
  width: 11px;
  animation-delay: -30.8s;
  transform: translate3d(77px, 147px, 504px);
  background: #26d9ca;
}

.bubble:nth-child(155) {
  height: 25px;
  width: 25px;
  animation-delay: -31s;
  transform: translate3d(533px, 534px, 951px);
  background: #26d96e;
}

.bubble:nth-child(156) {
  height: 22px;
  width: 22px;
  animation-delay: -31.2s;
  transform: translate3d(376px, 321px, 122px);
  background: #d926b2;
}

.bubble:nth-child(157) {
  height: 8px;
  width: 8px;
  animation-delay: -31.4s;
  transform: translate3d(277px, 920px, 1947px);
  background: #d9263e;
}

.bubble:nth-child(158) {
  height: 6px;
  width: 6px;
  animation-delay: -31.6s;
  transform: translate3d(729px, 253px, 1313px);
  background: #d92694;
}

.bubble:nth-child(159) {
  height: 3px;
  width: 3px;
  animation-delay: -31.8s;
  transform: translate3d(802px, 233px, 1419px);
  background: #d9266e;
}

.bubble:nth-child(160) {
  height: 19px;
  width: 19px;
  animation-delay: -32s;
  transform: translate3d(8px, 116px, 1532px);
  background: #269dd9;
}

.bubble:nth-child(161) {
  height: 22px;
  width: 22px;
  animation-delay: -32.2s;
  transform: translate3d(517px, 571px, 224px);
  background: #26d959;
}

.bubble:nth-child(162) {
  height: 3px;
  width: 3px;
  animation-delay: -32.4s;
  transform: translate3d(721px, 620px, 1869px);
  background: #c4d926;
}

.bubble:nth-child(163) {
  height: 5px;
  width: 5px;
  animation-delay: -32.6s;
  transform: translate3d(824px, 764px, 779px);
  background: #d94426;
}

.bubble:nth-child(164) {
  height: 3px;
  width: 3px;
  animation-delay: -32.8s;
  transform: translate3d(234px, 412px, 1111px);
  background: #7a26d9;
}

.bubble:nth-child(165) {
  height: 24px;
  width: 24px;
  animation-delay: -33s;
  transform: translate3d(748px, 377px, 1604px);
  background: #d926bb;
}

.bubble:nth-child(166) {
  height: 22px;
  width: 22px;
  animation-delay: -33.2s;
  transform: translate3d(518px, 933px, 436px);
  background: #26d997;
}

.bubble:nth-child(167) {
  height: 24px;
  width: 24px;
  animation-delay: -33.4s;
  transform: translate3d(137px, 300px, 1263px);
  background: #d92656;
}

.bubble:nth-child(168) {
  height: 11px;
  width: 11px;
  animation-delay: -33.6s;
  transform: translate3d(690px, 852px, 581px);
  background: #2644d9;
}

.bubble:nth-child(169) {
  height: 29px;
  width: 29px;
  animation-delay: -33.8s;
  transform: translate3d(531px, 512px, 255px);
  background: #26d9a0;
}

.bubble:nth-child(170) {
  height: 23px;
  width: 23px;
  animation-delay: -34s;
  transform: translate3d(955px, 53px, 1008px);
  background: #26d982;
}

.bubble:nth-child(171) {
  height: 17px;
  width: 17px;
  animation-delay: -34.2s;
  transform: translate3d(724px, 601px, 102px);
  background: #26d97d;
}

.bubble:nth-child(172) {
  height: 16px;
  width: 16px;
  animation-delay: -34.4s;
  transform: translate3d(779px, 441px, 190px);
  background: #3b26d9;
}

.bubble:nth-child(173) {
  height: 10px;
  width: 10px;
  animation-delay: -34.6s;
  transform: translate3d(283px, 400px, 1578px);
  background: #d9af26;
}

.bubble:nth-child(174) {
  height: 19px;
  width: 19px;
  animation-delay: -34.8s;
  transform: translate3d(879px, 620px, 334px);
  background: #26d929;
}

.bubble:nth-child(175) {
  height: 22px;
  width: 22px;
  animation-delay: -35s;
  transform: translate3d(529px, 145px, 1542px);
  background: #b826d9;
}

.bubble:nth-child(176) {
  height: 10px;
  width: 10px;
  animation-delay: -35.2s;
  transform: translate3d(59px, 559px, 1139px);
  background: #26d92f;
}

.bubble:nth-child(177) {
  height: 20px;
  width: 20px;
  animation-delay: -35.4s;
  transform: translate3d(650px, 891px, 196px);
  background: #b826d9;
}

.bubble:nth-child(178) {
  height: 10px;
  width: 10px;
  animation-delay: -35.6s;
  transform: translate3d(879px, 263px, 1566px);
  background: #26bed9;
}

.bubble:nth-child(179) {
  height: 10px;
  width: 10px;
  animation-delay: -35.8s;
  transform: translate3d(914px, 134px, 765px);
  background: #26a9d9;
}

.bubble:nth-child(180) {
  height: 6px;
  width: 6px;
  animation-delay: -36s;
  transform: translate3d(298px, 497px, 77px);
  background: #6b26d9;
}

.bubble:nth-child(181) {
  height: 13px;
  width: 13px;
  animation-delay: -36.2s;
  transform: translate3d(472px, 344px, 410px);
  background: #9726d9;
}

.bubble:nth-child(182) {
  height: 8px;
  width: 8px;
  animation-delay: -36.4s;
  transform: translate3d(203px, 432px, 610px);
  background: #2662d9;
}

.bubble:nth-child(183) {
  height: 7px;
  width: 7px;
  animation-delay: -36.6s;
  transform: translate3d(392px, 810px, 1588px);
  background: #26d9bb;
}

.bubble:nth-child(184) {
  height: 13px;
  width: 13px;
  animation-delay: -36.8s;
  transform: translate3d(568px, 814px, 1153px);
  background: #b5d926;
}

.bubble:nth-child(185) {
  height: 29px;
  width: 29px;
  animation-delay: -37s;
  transform: translate3d(34px, 84px, 875px);
  background: #d92635;
}

.bubble:nth-child(186) {
  height: 16px;
  width: 16px;
  animation-delay: -37.2s;
  transform: translate3d(583px, 152px, 1777px);
  background: #d926d3;
}

.bubble:nth-child(187) {
  height: 20px;
  width: 20px;
  animation-delay: -37.4s;
  transform: translate3d(987px, 922px, 304px);
  background: #d9a626;
}

.bubble:nth-child(188) {
  height: 23px;
  width: 23px;
  animation-delay: -37.6s;
  transform: translate3d(237px, 959px, 1641px);
  background: #d9263b;
}

.bubble:nth-child(189) {
  height: 11px;
  width: 11px;
  animation-delay: -37.8s;
  transform: translate3d(19px, 378px, 1213px);
  background: #d926d3;
}

.bubble:nth-child(190) {
  height: 5px;
  width: 5px;
  animation-delay: -38s;
  transform: translate3d(196px, 974px, 170px);
  background: #4ad926;
}

.bubble:nth-child(191) {
  height: 1px;
  width: 1px;
  animation-delay: -38.2s;
  transform: translate3d(185px, 394px, 550px);
  background: #d92680;
}

.bubble:nth-child(192) {
  height: 10px;
  width: 10px;
  animation-delay: -38.4s;
  transform: translate3d(470px, 906px, 1768px);
  background: #d926a9;
}

.bubble:nth-child(193) {
  height: 20px;
  width: 20px;
  animation-delay: -38.6s;
  transform: translate3d(250px, 262px, 917px);
  background: #d926a0;
}

.bubble:nth-child(194) {
  height: 15px;
  width: 15px;
  animation-delay: -38.8s;
  transform: translate3d(605px, 206px, 842px);
  background: #3826d9;
}

.bubble:nth-child(195) {
  height: 9px;
  width: 9px;
  animation-delay: -39s;
  transform: translate3d(993px, 146px, 1610px);
  background: #5026d9;
}

.bubble:nth-child(196) {
  height: 14px;
  width: 14px;
  animation-delay: -39.2s;
  transform: translate3d(168px, 251px, 174px);
  background: #2688d9;
}

.bubble:nth-child(197) {
  height: 13px;
  width: 13px;
  animation-delay: -39.4s;
  transform: translate3d(579px, 63px, 1402px);
  background: #d98826;
}

.bubble:nth-child(198) {
  height: 28px;
  width: 28px;
  animation-delay: -39.6s;
  transform: translate3d(751px, 47px, 1627px);
  background: #acd926;
}

.bubble:nth-child(199) {
  height: 2px;
  width: 2px;
  animation-delay: -39.8s;
  transform: translate3d(425px, 859px, 185px);
  background: #2691d9;
}

.bubble:nth-child(200) {
  height: 12px;
  width: 12px;
  animation-delay: -40s;
  transform: translate3d(476px, 166px, 1629px);
  background: #7726d9;
}

/* --------------------------------

call blink start

-------------------------------- */
.pogoda-hld {
  position: absolute;
  right: 0%;
  top: 40px;
  z-index: 999;
  height: 55px;
  transition: right 0.4s ease 0;
  z-index: 9999;
  cursor: pointer;
}

.pogoda-hld .info-btn.call-btn {
  border-radius: 50%;
  cursor: pointer;
  height: 45px;
  padding: 11px 13px;
  position: absolute;
  right: -30px;
  width: 45px;
}

.info-btn.call-btn, .btn.gallery-btn, .btn.content-btn {
  -webkit-animation: dot-pulse-idle 4s cubic-bezier(0.19, 1, 0.22, 1) infinite both;
  animation: dot-pulse-idle 4s cubic-bezier(0.19, 1, 0.22, 1) infinite both;
}

@-webkit-keyframes dot-pulse-idle {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  50% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
}
@keyframes dot-pulse-idle {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  50% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
}
.pogoda-hld .close, .pogoda-hld .open {
  color: #fff;
  margin-top: 25px;
  position: absolute;
  right: -45px;
  width: 222px;
}

.pogoda-hld .open {
  display: none;
}

.pogoda-hld.book {
  top: 16% !important;
  position: fixed !important;
  right: 35px !important;
  transition: all 0.5s ease 0s;
}

.pogoda-hld.book .close, .pogoda-hld.book .open {
  right: 0;
  width: 165px;
}

.book .info-btn.call-btn {
  transform: rotate(0deg);
  border: none;
}

.pogoda-hld .close .txt-hld, .pogoda-hld .open .txt-hld {
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  padding: 10px 10px 0 0;
  text-transform: uppercase;
}

.call-btn i {
  color: #399d4f;
  font-size: 23px;
  line-height: 23px;
}

.pogoda-hld:hover .open {
  display: block;
  color: #222;
}

@media (min-width: 1920px) {
  .pogoda-hld .close, .pogoda-hld .open {
    margin-top: 0;
    right: 0;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .pogoda-hld {
    right: 0px;
    top: 28%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .pogoda-hld {
    right: 0px;
    top: 28%;
  }
}
@media (min-width: 981px) and (max-width: 1024px) {
  .pogoda-hld {
    right: 0px;
    top: 25%;
  }
}
@media (min-width: 801px) and (max-width: 980px) {
  .pogoda-hld {
    right: 0px;
    top: 19px;
  }
}
@media (min-width: 769px) and (max-width: 800px) {
  .pogoda-hld {
    right: 0px;
    top: 75px;
  }

  .pogoda-hld .close, .pogoda-hld .open {
    margin-top: -2px;
    right: 5px;
  }
}
@media (min-width: 737px) and (max-width: 768px) {
  .pogoda-hld {
    right: 0px;
    top: 25px;
  }
}
@media (max-width: 500px) {
  .pogoda-hld {
    right: 35px;
    top: 80px;
  }
}
.is-sticky .appointment-inline .pogoda-hld {
  display: none;
}

/*side Enquiry Start*/
.side-icon {
  position: fixed;
  right: 10px;
  bottom: 8%;
  z-index: 999;
  /*! -webkit-animation: mymove 5s infinite; */
  /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 2s;
  /* Safari 4.0 - 8.0 */
  /*! animation: mymove 5s infinite; */
  /*! animation-delay: 2s; */
}

@-webkit-keyframes mymove {
  from {
    top: 0px;
  }
  to {
    top: 400px;
  }
}
@keyframes mymove {
  from {
    top: 0px;
  }
  to {
    top: 400px;
  }
}
/*side Enquiry End*/
/*product img*/
.draw-border {
  box-shadow: inset 0 0 0 4px #292929;
  color: #292929;
  transition: color 0.25s 0.0833333333s;
  position: relative;
}
.draw-border::before, .draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.draw-border::before {
  border-bottom-width: 4px;
  border-left-width: 4px;
}
.draw-border::after {
  border-top-width: 4px;
  border-right-width: 4px;
}
.draw-border:hover {
  color: #e7ba05;
}
.draw-border:hover::before, .draw-border:hover::after {
  border-color: #e7ba05;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.draw-border:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}

/*===============slick slider==================*/
.slider {
  width: 90%;
  margin: 40px auto;
}

.slick-slide {
  margin: 0px 10px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

/*=========================counter==========================*/
.counter {
  background-color: rgba(53, 62, 119, 0.9);
  padding: 25px 0;
  border-radius: 0px;
}
.counter span {
  position: relative;
  display: block;
  font-size: 80px;
  line-height: 1em;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 35px;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  color: #e7ba05 !important;
  text-align: center;
}

.count-text {
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #fff !important;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #000;
  -webkit-box-shadow: 5px 8px 30px -6px #676767;
  -moz-box-shadow: 5px 8px 30px -6px #676767;
  box-shadow: 5px 8px 30px -6px #676767;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
  border: solid 6px #e5e5e5;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  font-weight: 400 !important;
  font-size: 16px;
  letter-spacing: 0.8px;
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-weight: 400 !important;
  font-size: 16px;
  letter-spacing: 0.8px;
}

/*==========================Download Broucher=================*/
.buttons {
  margin-top: 50px;
  text-align: center;
  border-radius: 10px;
}

.blob-btn {
  z-index: 1;
  position: relative;
  padding: 20px 46px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #DD5144;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 10px;
}
.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #DD5144;
  border-radius: 10px;
}
.blob-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.2s;
  border-radius: 10px;
}
.blob-btn:hover {
  color: #FFFFFF;
  border-radius: 10px;
}
.blob-btn:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #ffffff;
}
.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#goo");
}
.blob-btn__blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: #DD5144;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
  .blob-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
  transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
  .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.4);
  }
}

.element-1 {
  animation: pulse 5s infinite;
}

@keyframes pulse {
  0% {
    background-color: #001F3F;
  }
  100% {
    background-color: #FF4136;
  }
}
.element-2 {
  /*animation-delay: 2s;*/
  animation: pulse 3s infinite;
  animation-direction: alternate;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.pulse {
  animation: pulse 3s infinite;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.product-card .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  font-size: small;
  text-align: center;
  vertical-align: middle;
}
.product-card .table-sm td, .product-card .table-sm th {
  padding: 0.3rem;
  text-align: center;
  vertical-align: middle;
}

.google-lag img {
  max-width: initial;
  display: initial;
}

.goog-te-menu-value {
  text-decoration: none;
  color: #0000cc;
  white-space: nowrap;
  margin-left: 4px;
  margin-right: 4px;
  display: inline-flex !important;
}

.loader-rotate {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fil8 {
  fill: #A42713;
}

.fil2 {
  fill: #1F72A3;
}

.fil5 {
  fill: #2C2D3D;
}

.fil7 {
  fill: #335F3C;
}

.fil6 {
  fill: #353E77;
}

.fil12 {
  fill: #3A894B;
}

.fil13 {
  fill: #3D94A1;
}

.fil3 {
  fill: #4F3260;
}

.fil4 {
  fill: #5E3980;
}

.fil0 {
  fill: #8F3571;
}

.fil11 {
  fill: #95A346;
}

.fil9 {
  fill: #9F6E39;
}

.fil10 {
  fill: #A48C3F;
}

.fil1 {
  fill: #B9529D;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99999;
}
.loading .logo-position {
  top: 40%;
  left: 42%;
  position: relative;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

.infrast #image-gallery .modal-footer {
  display: block;
}
.infrast .thumb {
  margin-top: 15px;
  margin-bottom: 15px;
}
.infrast .modal-content {
  width: 80%;
  margin: auto;
}

.inquiry-animation .bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
.inquiry-animation .animated {
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*use industry Section*/
.service_image {
  overflow: hidden;
  position: relative;
  display: block;
}

.service_box_area .service_box_item:hover .service_image img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.service_box_area .service_box_item:hover .service_image span {
  opacity: 1;
}
.service_box_area .service_box_item .service_image {
  padding: 0px;
}
.service_box_area .service_box_item .service_image:before {
  content: "";
  background: rgba(85, 88, 98, 0.7);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  opacity: 0;
}
.service_box_area .service_box_item .service_image img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.service_box_area .service_box_item .service_image span {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #04071b;
  text-align: center;
  line-height: 83px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 100;
}
.service_box_area .service_box_item .service_image span i {
  color: #fff;
  font-size: 30px;
}
.service_box_area .service_box_item .service_text {
  padding-left: 15px;
  margin-top: 0px;
  background-color: #fff;
  padding: 25px 15px 30px;
  display: table;
  border: 1px solid #f1f1f1;
}
.service_box_area .service_box_item .service_text p {
  font-size: 16px;
  color: #414141;
  font-weight: 400;
  letter-spacing: 0.34px;
}
.service_box_area .service_box_item .service_text a {
  font-size: 15px;
  position: relative;
  font-weight: bold;
  color: #293b87;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  padding-bottom: 8px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  padding: 15px 5px;
}
.service_box_area .service_box_item .service_text a:after {
  content: "";
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fe8f01;
}
.service_box_area .service_box_item:hover .service_image:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.service_box_area .owl-nav {
  position: absolute;
  right: 48px;
  top: 0px;
  margin-top: -55px;
  text-align: center;
}
.service_box_area .owl-nav button {
  margin: 0 5px;
}
.service_box_area .owl-nav button i {
  color: #293B87;
  font-size: 30px;
}
.service_box_area .owl-nav button.owl-prev {
  left: 0px;
}

@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 32px;
  }

  /* 35px */
  h2, .h2 {
    font-size: 26px;
  }

  /* 28px */
  h3, .h3 {
    font-size: 22px;
  }

  /* 24px */
  h4, .h4 {
    font-size: 19px;
  }

  /* 21px */
  .services-area .section-title h1, .services-area .section-title .h1 {
    font-size: 32px;
  }

  .banner-carousel .owl-item .carousel-caption {
    top: 3%;
    left: 10%;
    -webkit-transform: translateY(-3%);
    -moz-transform: translateY(-3%);
    -ms-transform: translateY(-3%);
    transform: translateY(-3%);
  }
  .banner-carousel .owl-item .carousel-caption h1, .banner-carousel .owl-item .carousel-caption .h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .banner-carousel .owl-item .carousel-caption p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 28px;
  }

  /* 32px */
  h2, .h2 {
    font-size: 24px;
  }

  /* 26px */
  h3, .h3 {
    font-size: 20px;
  }

  /* 22px */
  h4, .h4 {
    font-size: 18px;
  }

  /* 19px */
  .banner-carousel .owl-item .carousel-caption h1, .banner-carousel .owl-item .carousel-caption .h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .banner-carousel .owl-item .carousel-caption .h2, .banner-carousel .owl-item .carousel-caption h2 {
    font-size: 25px;
  }
  .banner-carousel .owl-item .carousel-caption p {
    display: none;
  }
  .banner-carousel .owl-item .carousel-caption .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  .banner-carousel.owl-carousel .owl-dots {
    bottom: 10px;
    display: none;
  }
  .banner-carousel .owl-nav {
    display: none;
  }
  .banner-carousel .owl-dots {
    display: block;
  }

  .mouse {
    margin-top: -16%;
    z-index: 99 !important;
  }
}
@media (max-width: 575.98px) {
  .vh-2-100 {
    height: auto !important;
  }

  .dd-none {
    display: none;
  }

  .pt-b-20 {
    padding-bottom: 20px;
  }

  #banner .tp-caption h4 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 6px 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 800;
  }

  .navbar {
    background: #f1f0f0;
    padding: 0.2rem 1rem;
  }
  .navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link {
    color: red !important;
  }
  .navbar .logo {
    width: 150px;
  }

  .dropdown {
    border-radius: 0;
    border: 0;
  }

  .dropdown-menu {
    background: #e2e2e2;
    border: 0;
    top: 80%;
    border-radius: 0px 0px 5px 5px;
  }
  .dropdown-menu a {
    color: #303030;
  }

  .dropdown-item:hover {
    background: #303030;
    color: #fff;
  }

  .theme-default-menu .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 0px 15px;
    background: transparent;
    letter-spacing: 1px;
  }

  .theme-main-menu.fixed {
    background: #f1f0f0 !important;
    position: fixed;
    width: 100%;
    top: 12px;
    left: 0;
    z-index: 999;
    margin: 0;
    animation-name: menu_sticky;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
    padding: 0;
  }

  footer {
    padding: 0;
    color: #eeecec;
    font-size: 15px;
    overflow: hidden !important;
    position: relative;
    background-color: #04071b;
  }
  footer .link {
    color: #7c7c7c;
  }
  footer .link:hover {
    color: #fff;
  }
  footer .footer-wrapper {
    margin-bottom: 30px;
  }
  footer .footer-wrapper .footer-title {
    color: #fff;
    letter-spacing: 1px;
    border-bottom: 1px solid #8a8a8a;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 18px;
    padding-bottom: 8px;
  }
  footer .footer-wrapper ul.list-topics li {
    line-height: 18px;
    position: relative;
    padding-left: 20px;
  }
  footer .footer-wrapper ul.list-topics li a {
    color: inherit;
    font-size: 15px;
  }
  footer .footer-wrapper ul.list-topics li a:hover {
    color: #fff;
  }
  footer .footer-wrapper ul.list-topics li:after {
    width: 10px;
    background: #e7ba05;
    height: 2px;
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
  }
  footer .footer-wrapper ul.list-topics.social {
    position: relative;
  }
  footer .footer-wrapper ul.list-topics.social li:after {
    display: none;
  }
  footer .footer-wrapper ul.list-topics.social li i {
    padding-right: 10px;
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 22px;
  }
  footer .footer-wrapper ul.list-topics.social-fo li {
    display: inline-block;
    padding: 0px 6px;
  }
  footer .footer-wrapper ul.list-topics.social-fo li a {
    font-size: 18px;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .footer-wrapper ul.list-topics.social-fo li a.fill-back-color-facebook {
    background-color: #353e77;
  }
  footer .footer-wrapper ul.list-topics.social-fo li a.fill-back-color-twitter {
    background-color: #00ACED;
  }
  footer .footer-wrapper ul.list-topics.social-fo li a.fill-back-color-google-plus {
    background-color: #DD5144;
  }
  footer .footer-wrapper ul.list-topics.social-fo li a.fill-back-color-linkedin {
    background-color: #0274B3;
  }
  footer .footer-wrapper ul.list-topics.social-fo li a.fill-back-color-youtube {
    background-color: #FD2725;
  }
  footer .footer-wrapper ul.list-topics.social-fo li a.fill-back-color-whatsapp {
    background-color: #189D0E;
  }
  footer .footer-wrapper ul.list-topics.social-fo li:after {
    display: none;
  }
  footer .footer-wrapper ul.list-topics.contact-info li {
    padding-left: 30px;
  }
  footer .footer-wrapper ul.list-topics.contact-info li i {
    color: #e7ba05;
  }
  footer .footer-wrapper .form-control {
    background-color: #e7ba05;
    border: 2px solid #b4061b;
    color: #e7ba05;
  }
  footer .copyright-wrap {
    text-align: center;
    background-color: #2c2d3d;
    padding: 10px 0;
  }
  footer .copyright-wrap a {
    color: #facf20;
  }

  #particles-js {
    width: 100%;
    height: 400px;
    background-color: transparent !important;
    /* background-image: url(../images/curtains.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    bottom: 3%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .theme-default-menu .navbar-nav > li:before {
    background: #fff;
    bottom: 0px;
  }

  .theme-main-menu.fixed.style-One, .theme-main-menu.fixed .menu-style-two.theme-menu-wrapper, .theme-main-menu.fixed .menu-style-three.theme-menu-wrapper {
    -webkit-box-shadow: -1px 5px 13px -2px rgba(78, 78, 78, 0.46);
    -moz-box-shadow: -1px 5px 13px -2px rgba(78, 78, 78, 0.46);
    box-shadow: -1px 5px 13px -2px rgba(78, 78, 78, 0.46);
  }

  #banner .tp-caption h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 2em;
    text-shadow: 1px 3px 4px #222;
    font-weight: 600;
    text-align: center;
    margin-top: 1.6rem;
  }

  .loading .logo-position {
    top: 30%;
    left: 23%;
    position: relative;
  }

  .infrast .thumb {
    margin: 10px;
  }
  .infrast .modal-content {
    width: 95% !important;
  }

  .box1 {
    margin: 10px 10px;
  }

  .typewriter h1 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 38px;
    font-weight: 700;
    text-shadow: 1px 3px 4px #222;
    color: #fff;
    overflow: hidden;
    border-right: 0px solid #a0a0a0;
    white-space: nowrap;
    margin: 0 auto;
    animation: typing 3.5s steps(30, end), blink-caret 0.5s step-end infinite;
  }

  /* The typing effect */
  @keyframes typing {
    from {
      width: 0;
    }
    to {
      width: 95%;
    }
  }
  /* The typewriter cursor effect */
  @keyframes blink-caret {
    from, to {
      border-color: transparent;
    }
    50% {
      border-color: #a0a0a0;
      display: inline-block;
      border-right: 0px solid #a0a0a0;
      /* The typwriter cursor */
    }
  }
}
/* / main css */

/*# sourceMappingURL=main.css.map */
