/* OBFUSCATED BY CSSOBFUSCATOR.COM at 2021/09/30 00:33:34 */

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #6b6b6b;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* Parallax section */
.parallax_one {
  position: relative;
  background-color: #D5D6D6;
  min-height: 100vh;
  overflow: hidden;
}

/* Background image overlay */
.parallax_one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../img/network-6.gif');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  filter: blur(3px);
  opacity: 0.7;
  z-index: 0;
}

/* Parallax section */
.parallax_two {
  position: relative;
  background-color: #D5D6D6;
  min-height: 100vh;
  overflow: hidden;
}

/* Background image overlay */
.parallax_two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../img/network-2.gif');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  filter: blur(3px);
  opacity: 0.7;
  z-index: 0;
}


  .parallax_three{
    position: relative;

    background-color:#D5D6D6;
  }
  .parallax_three::before {
    content: ""; /* Necessary for pseudo-elements */
    position: absolute; /* Positioning it on top of the background */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/network-5.gif');
    min-height: 400px; 
    width: 100%; 
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-size:cover;
    /*filter: blur(3px); /* Adjust the blur value as needed */
    z-index: 0; /* Sends the pseudo-element behind the content */
}

.parallax_four {
  position: relative;
  background-color: #D5D6D6;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

/* Background image overlay */
.parallax_four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('../img/network-2.gif');
  background-size: 100% 100%; /* Stretch to full width and height */
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  filter: blur(3px);
  opacity: 0.7;
  z-index: 0;
}

/* Foreground content */
.parallax_content {
  position: relative;
  z-index: 1;
}


a,
button {
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
}

.container-fluid {
  max-width: 1310px;
}

.small,
small {
  font-size: 90%;
}

.parallax-window {
  min-height: 50px;
  background: transparent;
}

.parallax-window_one {
  min-height: 100px;
  background: transparent;
}


.tm-bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
box-shadow: 0 18px 30px rgba(0, 0, 0, 0.3);

border: 3px solid rgba(255, 255, 255, 8);
}

.tm-brand-row {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 28px;
}

.tm-brand-container {
  max-width: 400px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tm-brand-icon {
  width: 79px;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333436;
  color: white;
  border-radius: 50%;
  margin-right: 25px;
}

.tm-brand-name {
  font-size: 2.3rem;
  color: #333333;
}

/* Nav */
.tm-navbar {/*   padding: 19px 63px; */max-width: 840px;min-height: 110px;justify-content:;}

.tm-navbar .navbar-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}


.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #666768;
}

.navbar-light .navbar-nav .nav-item.green-highlight.active > .nav-link,
.navbar-light .navbar-nav .nav-item.green-highlight .nav-link.active,
.navbar-light .navbar-nav .nav-item.green-highlight .nav-link.show,
.navbar-light .navbar-nav .nav-item.green-highlight .show > .nav-link {
  color: #006868;
}

.nav-item {
  position: relative;
}

.nav-link {
  font-size: 1.2rem;
}

.nav-item .tm-nav-link-highlight {
  visibility: hidden;
}

.nav-item:hover .tm-nav-link-highlight,
.nav-item.active .tm-nav-link-highlight {
  visibility: visible;
}

.nav-item .nav-link {
  border-top: 1px solid transparent;
}

.nav-item.active .nav-link,
.nav-item:hover .nav-link {
  border-top-color: #666768;
}

.tm-nav-link-highlight {
  width: 16px;
  height: 16px;
  background-color: #666768;
  position: absolute;
  top: -8px;
  left: calc(50% - 8px);
}

.nav-item.active.green-highlight .nav-link,
.nav-item.green-highlight:hover .nav-link {
  border-top-color: #006868;
}

.nav-item.active.green-highlight
.tm-nav-link-highlight {
  background-color: #006868;
}

/* Home */
#tmHome {
  padding-top: 30px;
  padding-bottom: 68px;
}

.tm-home-left {
  max-width: 420px;
  width: 100%;
  margin-right: 185px;
}

.tm-home-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tm-slogan {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.tm-home-hr {
  border-top-color: white;
  margin-bottom: 30px;
}

.tm-home-title {
  font-size: 3.5rem;
  margin-bottom: 40px;
}

.tm-home-text {
  margin-bottom: 47px;
}

.btn {
  border-radius: 0;
  padding: 13px 40px;
  font-size: 1.3rem;
}

.btn-primary {
  background-color: white;
  border: 0;
  color: #3E3F40;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #495057;
  outline: none;
  border: none;
}

/* Features section */
#tmFeatures {
  padding-top: 68px;
  padding-bottom: 60px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

#tmFeatures h3 {
color:rgb(79, 84, 88);
}

.tm-feature-box {
  max-width: 360px;
  min-height: 480px;
  border-radius: 10px;
  text-align: center;
  padding: 40px 50px;
  margin-left: auto;
  margin-right: auto;
}

.tm-feature-name {
  color: black;
  margin-bottom: 50px;
}

.tm-feature-icon-container {
  width: 110px;
  height: 110px;
  border: 1px solid #3E3F40;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

/* Call to Action section */
#tmCallToAction {
  padding-top: 60px;
  padding-bottom: 60px;
}

.tm-bg-white {
  background-color: white;
}

.tm-call-to-action-col {
  display: flex;
  align-items: center;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  flex-direction:;
}

.tm-call-to-action-image {
  margin-right: 20px;
  width: 400px;
  height: auto;
}

.tm-call-to-action-text {
  padding: 50px 60px;
  min-height: 400px;
  width: calc(100% - 400px);
}

.tm-call-to-action-title {
  margin-bottom: 45px;
}

.tm-call-to-action-description {
  margin-bottom: 55px;
  font-size: 1.1rem;

}

p {
  line-height: 1.7;
}

.tm-call-to-action-form {
  display: flex;
}

.tm-email-input {
  padding: 15px;
  margin: 0;
  width: 355px;
  margin-right: 20px;
}

.btn-secondary {
  background-color: #0299CC;
  border: none;
  padding: 10px 50px;
}

.btn-secondary:hover {
  background-color: #0fb7f0;
}

.btn-tertiary {
  background-color: #006868;
  color: white;
  padding: 10px 60px;
}

.btn-tertiary:hover {
  background-color: #099f9f;
  color: white;
}

.tm-copyright-text {
  font-size: 1rem;
  padding-top: 50px;
  padding-bottom: 45px;
}

.tm-copyright-link {
  color: white;
}

.tm-copyright-link:hover {
  color: #0fb7f0;
}

/* About Page */
#tmAbout {
  padding-bottom: 80px;
  display:flex;
}

.tm-about-page-title {
  font-size: 2.5rem;
  margin-top: 72px;
  margin-bottom: 40px;
}

.tm-about-box {
  padding: 25px;
  max-width: 360px;
  margin-bottom: 30px;
}

.tm-about-title-hr {
  border-top-color: black;
  max-width: 450px;
  margin-bottom:;
}

.tm-bg-black-transparent {
  background-color: rgba(15, 29, 32, 0.76);
  color: white;
}

.tm-about-header {
  padding-bottom: 80px;
}

.tm-about-number-container {
  width: 83px;
  height: 83px;
  font-size: 2.2rem;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.tm-about-name {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.tm-about-description {
  margin-bottom: 30px;
  line-height: 1.8;
}

.tm-app-header {
  max-width: 644px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

#tmAppFeatures {
  padding-top: 80px;
  padding-bottom: 24px;
}

.tm-app-feature-header {
  font-size: 2.8rem;
}

.tm-app-feature-box {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  margin-bottom: 40px;
}

.tm-app-feature-icon {
  margin-right: 30px;
  border-radius: 50%;
  border: 1px solid;
  width:  120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tm-btn-app-feature {
  margin-bottom: 35px;
}

.tm-app-feature-description-box {
  color: #2C3030;
}

.tm-app-feature-title {
  font-size: 2rem;
}

/* Services */





.tm-services-parallax-header {
  min-height: 500px;
  display: flex;
  align-items: center;
  margin-top: 42px;
  margin-bottom: 22px;
}

.tm-services-header {
  position: relative;
  z-index: 102;
  width: 100%;
  padding: 85px 15px 37px 15px;
}

.tm-services-page-title {
  font-size: 2.8rem;
  padding-bottom: 37px;
}

.tm-services-detail-box {
  padding: 80px 70px;
  margin-top: 22px;
  margin-bottom: 41px;
}

#tmServices .tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tm-tabs-container {
  display: flex;
  padding-top: 40px;
  padding-bottom: 135px;
}

.tm-tab-links {
  margin-right: 40px;
  width: 380px;
}

.tm-tab-contents {
  width: calc(100% - 420px);

}

#tmServices .tabs li {
  margin-bottom: 36px;
}

#tmServices .tabs li:last-child {
  margin-bottom: 0;
}

#tmServices .tabs a {
  display: flex;
  align-items: center;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: rgba(15, 29, 32, 0.77);
  border: 1px solid rgba(15, 29, 32, 0.77);
  color: white;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 30px;
  transition: all 0.3s;
}

#tmServices .tabs .icon-wrap {
  width: 75px;
  height: 75px;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

#tmServices .tabs .active,
#tmServices .tabs a:hover {
    border-color:#008F9F;
    border-width: 3px;
    color: #fff!important;
}

#first-tab-group > div {
  background-color: rgba(15, 29, 32, 0.77);
  color: white;
  padding: 45px 60px;
  min-height: 423px;
}

.tm-service-tab-title,
.tm-service-tab-p {
  margin-bottom: 40px;
}

/* Testimonials */
.tm-testimonials-section {
  padding-top: 45px;
  padding-bottom: 90px;
  margin-left: -35px;
  margin-right: -35px;
}

.tm-testimonials-header {
  padding: 55px 15px 50px;
}

.tm-testimonials-page-title {
  padding-bottom: 0;
  margin-bottom: 20px;
}

.tm-testimonials-parallax-header {
  min-height: 400px;
  margin-bottom: 45px;
}

.tm-person-img-container {
  margin-bottom: 63px;
}

.tm-testimonial-box {
  padding: 60px 30px 85px;
  margin-left: 20px;
  margin-right: 20px;
}

.slick-dots {
  bottom: -88px;;
}

.slick-dots li,
.slick-dots li button {
  width: 30px;
  height: 30px;
}

.slick-dots li {
  margin: 8px;
}

.slick-dots li button {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6em;
  font-weight: 900;
}

.slick-dots li button:before {
  font-family: inherit;
  font-size: inherit;
  content: "\f45c";
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  opacity: 0.85;
}


#tmCallToAction.tm-testimonials-cta {
  padding-bottom: 185px;
}

/* Contact page */
.tm-contact-form {
  height: 100%;
  padding: 67px 115px 67px 70px;
  margin-right: 5px;
}

.tm-contact-text {
  padding: 58px 95px 100px 80px;
  margin-left: 5px;
}

.tm-contact-col-left {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 50px;
}

.form-control {
  background-color: transparent;
  color: white;
  padding: 25px 20px;
}

.form-control:focus {
  background-color: transparent;
  color: white;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.tm-contact-row {
  padding-top: 45px;
  padding-bottom: 40px;
}

/* Media Queries */
@media (max-width: 1149px) {
  .tm-call-to-action-text {
    width: calc(100% - 420px);
  }
}

@media (max-width: 1145px) {
  .tm-email-input {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .tm-call-to-action-form {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .tm-nav {
    position: relative;
  }

  #navbarNav {
        position: absolute;
    top: 80px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1001;
  }

 .tm-navbar {
   background-color: transparent;
   justify-content: flex-end;
 }

 .navbar-toggler {
   background-color: rgba(255,255,255,0.8);
 }

 .tm-home-left {
   margin-right: 50px;
 }

 .tm-feature-box {
   margin-bottom: 20px;
   max-width: 600px;
 }

 .navbar-expand-lg .navbar-nav .nav-link {
   padding: 14px 19px;
 }

 .tm-about-box,
 .tm-app-feature-box {
   margin-left: auto;
   margin-right: auto;
   max-width: 600px;
 }

 .tm-tabs-container {
   flex-direction: column;
 }

 .tm-tab-links {
   margin-right: 0;
   margin-bottom: 40px;
 }

 .tm-tab-links,
 .tm-tab-contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 100%;
 }

 .tm-contact-col-left {
   margin-bottom: 40px;
 }


  .tm-contact-form {
    margin-right: 0;
  }

 .tm-contact-text {
   margin-left: 0;
 }

}

@media (max-width: 849px) {
  .tm-call-to-action-col {
    flex-direction: column;
  }

  .tm-call-to-action-image {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .tm-call-to-action-text {
    width: 100%;
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .tm-home-container {
    flex-direction: column;
  }

  .tm-home-left {
    margin-bottom: 50px;
    margin-right: 0;
  }
}

@media (max-width: 479px) {
  .tm-app-feature-box {
    flex-direction: column;
  }

  .tm-app-feature-icon {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .slick-dots {
    width: 300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -80px;
  }

  .slick-dots li {
    margin: 8px;
  }

  .tm-contact-form {
    padding: 45px;
  }

  .tm-contact-text {
    padding: 60px;
  }
}



@import url(https://fonts.googleapis.com/css?family=Raleway);


.container {
    margin-top: 100px
}

.title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px
}

.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.content:hover .content-overlay {
    opacity: 1
}

.content-image {
    width: 100%
}

img {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase
}

.content-details p {
    color: #fff;
    font-size: 0.8em
}

.fadeIn-bottom {
    top: 80%
}



* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}



.container_carousel {
    margin: 4% auto;
    width: 210px;
    height: 140px;
    position: relative;
    perspective: 1000px
}

#carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    animation: rotation 20s infinite linear
}

#carousel:hover {
    animation-play-state: paused
}

#carousel figure {
    display: block;
    position: absolute;
    width: 90%;
    height: 210%;
    border-radius: 25px;
    left: 10px;
    top: 10px;
    background: black;
    overflow: hidden;

}

#carousel figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(288px)
}

#carousel figure:nth-child(2) {
    transform: rotateY(40deg) translateZ(288px)
}

#carousel figure:nth-child(3) {
    transform: rotateY(80deg) translateZ(288px)
}

#carousel figure:nth-child(4) {
    transform: rotateY(120deg) translateZ(288px)
}

#carousel figure:nth-child(5) {
    transform: rotateY(160deg) translateZ(288px)
}

#carousel figure:nth-child(6) {
    transform: rotateY(200deg) translateZ(288px)
}

#carousel figure:nth-child(7) {
    transform: rotateY(240deg) translateZ(288px)
}

#carousel figure:nth-child(8) {
    transform: rotateY(280deg) translateZ(288px)
}

#carousel figure:nth-child(9) {
    transform: rotateY(320deg) translateZ(288px)
}

#carousel figure img {
    height: 200px
}

img:hover {
    -webkit-filter: grayscale(0);
    transform: scale(1.2, 1.2)
}

@keyframes rotation {
    from {
        transform: rotateY(0deg)
    }

    to {
        transform: rotateY(360deg)
    }
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .container_carousel{
    margin-bottom: 40px;

  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .container_carousel{
    margin-bottom: 40px;

  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .container_carousel{
    margin-bottom: 40px;

  }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .container_carousel{
    margin-bottom: 40px;

  }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .container_carousel{
    margin-bottom: 40px;

  }
}


.maincard {
    position: relative;
    width: 120px;
    height: 80px
}

.thecard {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 0.8s ease
}

.thecard:hover {
    transform: rotateY(180deg)
}

.thefront {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #eee;
    box-shadow: 5px 6px 6px 2px #e9ecef;
    padding: 4px
}

.theback {
    position: absolute;
    width: 110%;
    height: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    border-radius: 10px;
    transform: rotateY(180deg);
    border: 1px solid #eee;
    box-shadow: 5px 6px 6px 2px #e9ecef;
    padding: 4px
    
}

.social-text small {
    font-size: 20px
}

@media (max-width:700px) {
    .social-list {
        display: block
    }
}

.facebook {
    background: #3b5998
}

.instagram {
    background: #3f729b
}

.youtube {
    background: #ff0000
}

.whatsapp {
    background: #4dc247
}

.pinterest {
    background: #cb2027
}












/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}










.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width:991.98px) {
    .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .padding {
        padding: 1rem
    }
}

.padding {
    padding: 5rem
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 0
}

.card .card-body {
    padding: 1.25rem 1.75rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card .card-title {
    color: #000000;
    margin-bottom: 0.625rem;
    text-transform: capitalize;
    font-size: 0.875rem;
    font-weight: 500
}

p {
    font-size: 0.875rem;
    margin-bottom: .5rem;
    line-height: 1.5rem
}

.lightGallery {
    width: 100%;
    margin: 0
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.lightGallery .image-tile {
    position: relative;
    margin-bottom: 30px;
    margin-right: 10px
}

.lightGallery .image-tile .demo-gallery-poster {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.lightGallery .image-tile .demo-gallery-poster img {
    display: block;
    margin: auto;
    width: 40%;
    max-width: 60px;
    min-width: 20px;
    margin-top: 80px
}

.validation_error{
  color: #0299CC;
  font-weight:bolder;
	font-size: 13px;
  width:400px;
}

.browser_error h1{
  text-align: center;
  font-size: 20px;
  font-weight:bolder;
  margin-top: 10px;
}

.browser_error h2{
  text-align: center;
  font-size: 20px;
  font-weight:bolder;
  margin-top: 10px;
}


.browser_error h4{
  text-align: center;
 margin-top: 20px;
}

.browser_error button{
 margin-left: 638px;
 margin-top: 10px;
 background-color: #0c94c2;
 width: 100px;
 height: 40px ;
 font-weight: bolder;
 font-size: 17px;
 color: #ffffff;
}

.browser_error img{
width:400px;
height:400px;
margin-left: 480px;
margin-top: 20px;
}



.message_box{
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
width: -moz-fit-content;
width: fit-content;
height: 455px;
margin-top: 20px;
margin-left:90%;
}

.message_box h1{
 font-size: 26px;
 margin-left: 50px;
 margin-top: 60px;
 color: #0d7681;
 font-weight: bolder;
}

.message_box button{
 width: 100px;
 height: 40px;
 background-color:#008F9F;
 color: #ffffff;
 font-weight: bolder;
 margin-top: 50px;
 margin-left: 250px;
 }


 .message_box_two{
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: -moz-fit-content;
  width: fit-content;
  height: 455px;
  margin-top: 20px;
  margin-left:90%;
  }
  
  .message_box_two h1{
   font-size: 26px;
   margin-left: 44px;
   margin-top: 60px;
   color: #0d7681;
   font-weight: bolder;
  }
  
  .message_box_two button{
   width: 100px;
   height: 40px;
   background-color:#008F9F;
   color: #ffffff;
   font-weight: bolder;
   margin-top: 50px;
   margin-left: 250px;
   }
  
  
   .message_box_three{
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: -moz-fit-content;
    width: fit-content;
    height: 455px;
    margin-top: 20px;
    margin-left:90%;
    }
    
    .message_box_three h1{
     font-size: 26px;
     margin-left: 40px;
     margin-top: 60px;
     color: #0d7681;
     font-weight: bolder;
    }
    
    .message_box_three button{
     width: 100px;
     height: 40px;
     background-color:#008F9F;
     color: #ffffff;
     font-weight: bolder;
     margin-top: 50px;
     margin-left: 250px;
     }
    

     .message_box_four{
      background: rgba(255, 255, 255, 0.2);
      border-radius: 16px;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      border: 1px solid rgba(255, 255, 255, 0.3);
      width: -moz-fit-content;
      width: fit-content;
      height: 455px;
      margin-top: 20px;
      margin-left:90%;
      }
      
      .message_box_four h1{
       font-size: 26px;
       margin-left: 60px;
       margin-top: 60px;
       color: #0d7681;
       font-weight: bolder;
      }
      
      .message_box_four button{
       width: 100px;
       height: 40px;
       background-color:#008F9F;
       color: #ffffff;
       font-weight: bolder;
       margin-top: 50px;
       margin-left: 250px;
       }
      

       .message_box_five{
        background: rgba(255, 255, 255, 0.2);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        width: -moz-fit-content;
        width: fit-content;
        height: 480px;
        margin-top: 20px;
        margin-left:90%;
        }
        
        .message_box_five h1{
         font-size: 26px;
         margin-left: 60px;
         margin-right: 18px;
         margin-top: 60px;
         color: #0d7681;
         font-weight: bolder;
        }
        
        .message_box_five button{
         width: 100px;
         height: 40px;
         background-color:#008F9F;
         color: #ffffff;
         font-weight: bolder;
         margin-top: 40px;
         margin-left: 250px;
         }
        

         .message_box_six{
          background: rgba(255, 255, 255, 0.2);
          border-radius: 16px;
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          backdrop-filter: blur(5px);
          -webkit-backdrop-filter: blur(5px);
          border: 1px solid rgba(255, 255, 255, 0.3);
          width: -moz-fit-content;
          width: fit-content;
          height: 465px;
          margin-top: 20px;
          margin-left:90%;
          }
          
          .message_box_six h1{
           font-size: 26px;
           margin-left: 54px;
           margin-right: 18px;
           margin-top: 60px;
           color: #0d7681;
           font-weight: bolder;
          }
          
          .message_box_six button{
           width: 100px;
           height: 40px;
           background-color:#008F9F;
           color: #ffffff;
           font-weight: bolder;
           margin-top: 40px;
           margin-left: 250px;
           }
          

           .message_box_seven{
            background: rgba(255, 255, 255, 0.2);
            border-radius: 16px;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            width: -moz-fit-content;
            width: fit-content;
            height: 455px;
            margin-top: 20px;
            margin-left:90%;
            }
            
            .message_box_seven h1{
             font-size: 26px;
             margin-left: 45px;
             margin-top: 60px;
             color: #0d7681;
             font-weight: bolder;
            }
            
            .message_box_seven button{
             width: 100px;
             height: 40px;
             background-color:#008F9F;
             color: #ffffff;
             font-weight: bolder;
             margin-top: 50px;
             margin-left: 250px;
             }
            

  /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .message_box{
    margin-left: 5% ;
    width: -moz-fit-content;
    width: fit-content;
     }
   .message_box button{
     margin-left: 150px;
   }
       
   .message_box_two{
    margin-left: 5% ;
    width: -moz-fit-content;
    width: fit-content;
     }
   .message_box_two button{
     margin-left: 150px;
     margin-top:20px;
   }
       
   .message_box_three{
    margin-left: 5% ;
    width: -moz-fit-content;
    width: fit-content;
     }
   .message_box_three button{
     margin-left: 150px;
   }
       
   .message_box_four{
    margin-left: 5% ;
    width: -moz-fit-content;
    width: fit-content;
     }
   .message_box_four button{
     margin-left: 150px;
   }
       

   .message_box_five{
    margin-left: 5% ;
    width: -moz-fit-content;
    width: fit-content;
    height: 530px;
     }
   .message_box_five button{
     margin-left: 150px;
    
   }
       

   .message_box_six{
    margin-left: 5% ;
    width: -moz-fit-content;
    width: fit-content;
    height: 530px;
     }
   .message_box_six button{
     margin-left: 150px;
   }
       


  .message_box_seven{
   margin-left: 5% ;
   width: -moz-fit-content;
   width: fit-content;
    }
  .message_box_seven button{
    margin-left: 150px;
  }
      

   
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .message_box{
    margin-left:5% ;
    width: -moz-fit-content;
    width: fit-content;
     }

  .message_box button{
      margin-left: 230px;
    }
      

  .message_box_two{
      margin-left:5% ;
      width: -moz-fit-content;
      width: fit-content;
       }
  
.message_box_two button{
        margin-left: 230px;
      }
        
.message_box_three{
        margin-left:5% ;
        width: -moz-fit-content;
        width: fit-content;
         }
    
  .message_box_three button{
          margin-left: 230px;
        }
          

 .message_box_four{
          margin-left:5% ;
          width: -moz-fit-content;
          width: fit-content;
           }
      
  .message_box_four button{
            margin-left: 230px;
          }
         
          
  .message_box_five{
            margin-left:5% ;
            width: -moz-fit-content;
            width: fit-content;
             }
        
  .message_box_five button{
              margin-left: 230px;
            }
              
  .message_box_six{
              margin-left:5% ;
              width: -moz-fit-content;
              width: fit-content;
               }
          
  .message_box_six button{
                margin-left: 230px;
              }
                

  .message_box_seven{
    margin-left:5% ;
    width: -moz-fit-content;
    width: fit-content;
     }

     .message_box_seven button{
      margin-left: 230px;
       }
      
   

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  
  .message_box{
    margin-left: 20% ;
   width: 600px;
     }
   .message_box button{
     margin-left: 250px;
   }
       

   .message_box_two{
    margin-left: 20% ;
   width: 600px;
     }
   .message_box_two button{
     margin-left: 250px;
   }
       

   .message_box_three{
    margin-left: 20% ;
   width: 600px;
     }
   .message_box_three button{
     margin-left: 250px;
   }
       

   .message_box_four{
    margin-left: 20% ;
   width: 600px;
     }
   .message_box_four button{
     margin-left: 250px;
   }
       

   .message_box_five{
    margin-left: 20% ;
   width: 600px;
     }
   .message_box_five button{
     margin-left: 250px;
   }
       

   .message_box_six{
    margin-left: 20% ;
   width: 600px;
     }
   .message_box_six button{
     margin-left: 250px;
   }
       

  .message_box_seven{
    margin-left: 20% ;
   width: 600px;
     }
   .message_box_seven button{
     margin-left: 250px;
   }
       


} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

  .message_box{
    margin-left: 20% ;
   width: 600px;
     }
   .message_box button{
     margin-left: 250px;
   }


   .message_box_two{
    margin-left: 20% ;
   width: 600px;
     }
   .message_box_two button{
     margin-left: 250px;
   }


   .message_box_three{
    margin-left: 20% ;
   width: 600px;
     }
   .message_box_three button{
     margin-left: 250px;
   }


   .message_box_four{
    margin-left: 20% ;
   width: 600px;
     }
   .message_box_four button{
     margin-left: 250px;
   }


   .message_box_five{
    margin-left: 20% ;
   width: 600px;
     }
   .message_box_five button{
     margin-left: 250px;
   }

   .message_box_six{
    margin-left: 20% ;
   width: 600px;
     }
   .message_box_six button{
     margin-left: 250px;
   }



  .message_box_seven{
    margin-left: 20% ;
   width: 600px;
     }
   .message_box_seven button{
     margin-left: 250px;
   }


} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

  .message_box{
    margin-left: 90% ;
   width: 600px;
     }
   .message_box button{
     margin-left: 250px;
   }


   .message_box_two{
    margin-left: 90% ;
   width: 600px;
     }
   .message_box_two button{
     margin-left: 250px;
   }


   .message_box_three{
    margin-left: 90% ;
   width: 600px;
     }
   .message_box_three button{
     margin-left: 250px;
   }


   .message_box_four{
    margin-left: 90% ;
   width: 600px;
     }
   .message_box_four button{
     margin-left: 250px;
   }


   .message_box_five{
    margin-left: 90% ;
   width: 600px;
     }
   .message_box_five button{
     margin-left: 250px;
   }


   .message_box_six{
    margin-left: 90% ;
   width: 600px;
     }
   .message_box_six button{
     margin-left: 250px;
   }



  .message_box_seven{
    margin-left: 90% ;
   width: 600px;
     }
   .message_box_seven button{
     margin-left: 250px;
   }
       

}      

.background_one{
  
}


#blink{
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker{
  50%{
    opacity: 0;
  }
}









.content {
  margin: auto;
  padding: 30px;
  width: 50%;
  max-width: 1200px;
  min-width: 300px;
}

.slick-slider {
  margin: 30px auto 50px;
}

.slick-prev,
.slick-next {
  color: white;
  opacity: 1;
  height: 40px;
  width: 40px;
  margin-top: -20px;
}
.slick-prev path,
.slick-next path {
  fill: rgba(255, 255, 255, 0.4);
}
.slick-prev:hover path,
.slick-next:hover path {
  fill: #FFFFFF;
}
