/* @import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900"); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Titillium+Web:wght@300;400;600;700&display=swap');

body {
  /* font-family: "Raleway", sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  color: #707070;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  transition: all 0.3s ease;
  color: #38B;
}

a:hover,
a:focus {
  text-decoration: none;
  color: rgb(206, 206, 206);
}

a:focus {
  outline: none;
}

.btn {
  padding: 8px 32px;
}

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

.font-16 {
  font-size: 16px;
}

.font-15 {
  font-size: 15px;
}

.font-14 {
  font-size: 14px;
}

/* .btn:hover {
  background-color: #ced4da;
} */

blockquote {
  font-size: 0.86em;
  line-height: 1.8em;
}

.tm-section-pad-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.tm-content-box {
  padding-top: 20px;
  padding-bottom: 40px;
}

.tm-text-primary {
  color: #37A;
}

.colorblack {
  color: #3f3f47;
}

.cologray {
  color: #787887;
}

.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
  color: white;
  background-color: #3881FF;
  padding: 14px 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: white;
  background-color: #38B;
}

/* Navbar */

.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
  background-color: #f7f7f7;
}

.tm-navbar.scroll {
  background-color: #f1f1f1;
  border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: #38B;
}

.tm-navbar.scroll .navbar-brand {
  color: #3881FF;
}

.nav-item {
  list-style: none;
}

.tm-nav-link {
  color: #333;
}

.tm-navbar.scroll .tm-nav-link {
  color: #333;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: #FFF;
  background-color: #bbb;
  border-radius: 10px;
}

.navbar-toggler {
  border: 1px solid #3881FF;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler-icon {
  color: #3881FF;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 1px solid #707070;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #707070;
}

.blue-color {
  color: #1B74E4;
}

.black-color {
  color: #333;
}

.light-yellow {
  background-color: #FFF6DA;
  border: 1px solid #FFC107;
}

.border-radius-15 {
  border-radius: 15px;
}

.registernowbtn {
  background-color: #1B74E4;
  border-radius: 7px;
  color: #fff;
  padding: 10px 20px;
}

.border-gray {
  border: 1px solid #e5e5e5;
}

.privacyPolicy p {
  font-size: 16px;
  color: #333;
  line-height: 23px;
  width: 100%;
}

.privacyPolicy li {
  font-size: 16px;
  color: #333;
  padding-bottom: 15px;
}


h1 {
  font-size: 2rem;
}

/* .myaccordion {
  max-width: 500px;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
} */

.lightblue {
  background: #E5F2F9;
}

.bg-gray {
  background: #f7f7f7;
}

.service-height {
  min-height: 182px;
  background-color: #fbfbfb;
}

.myaccordion .card {
  border: none;
  margin-bottom: 5px;
}

.servicesimage {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 50%;
  height: 130px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.servicesimage:hover {
  border: 2px solid #3881FF;
}

#accordion .btn {
  white-space: normal;
  text-align: left;
}

#accordion .btn p {
  width: 80%;
  line-height: normal;
  margin-bottom: 0px;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li+li {
  margin-top: 10px;
}

/* .step1 {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
  min-height: 190px;  
} */

.step-design::before {
  content: '';
  border-bottom: 2px dashed #ddd;
  position: absolute;
  width: 100%;
  top: 30px;
  width: 76%;
  top: 30px;
  left: 11%;
}

.step2 {
  border-radius: 50%;
  border: 3px solid #1B74E4;
  background-color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #333;
  font-size: 24px;

}

/* Hero */

#infinite {
  /* background-color: #f1f1f1;  */
  /* background-image: url(../img/zyapaar-banner.png); */
  /* background-position: left top !important; */
  /* background-repeat: no-repeat;
  height: 100vh;
  min-height: 450px;
  position: relative; */
  height: 76px;
}

.banner-img {
  width: 100%;
}

.banner-img img {
  width: 100%;
  object-fit: fill;
  max-height: 90vh;
}


/* Register Page */
.register-box {
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(122, 120, 122, 0.5);
  -moz-box-shadow: 0px 0px 6px 0px rgba(122, 120, 122, 0.5);
  box-shadow: 0px 0px 6px 0px rgba(122, 120, 122, 0.5);
}

.registerfild label {
  width: 100%;
}

.registerinput {
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

.registerpage p {
  line-height: 1.3;
}

/* .registerinput:focus-visible {
  border: 1px solid red !important;
} */
.list-unstyled li {
  padding-bottom: 5px;
}

.list-unstyled li a:hover {
  color: #009688 !important;
}


@media (min-height: 600px) and (min-width: 1920px) {
  #infinite {
    background-size: cover;
  }
}

@media (min-height: 830px) {
  #infinite {
    background-position: center -210px;
  }
}

@media (min-height: 680px) and (max-height: 829px) {
  #infinite {
    background-position: center -300px;
  }
}

@media (min-height: 500px) and (max-height: 679px) {
  #infinite {
    background-position: center -400px;
  }
}

@media (max-height: 499px) {
  #infinite {
    background-position: center -450px;
  }
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

/* .tm-hero-text-container-inner {
  margin-top: -90px;
} */

.tm-hero-title {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #333;
}

.tm-hero-subtitle {
  text-shadow: 2px 2px 2px #333;
}

.tm-intro-next {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    margin-top: -40px;
  }

  .tm-intro-next {
    bottom: 20px;
  }
}

.tm-down-arrow-link {
  display: block;
  margin-top: 18%;
}

.tm-down-arrow {
  color: #FFF;
  cursor: pointer;
  background: #357;
  padding: 15px 40px;
  transition: all 0.3s ease;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
  color: #FFF;
  background: #37A;
  padding: 20px 50px;
}

.tm-section-title {
  font-size: 2.0rem;
  font-weight: bold;
}

/* Introduction */


/* Contact */

#contact {
  color: white;
  background-color: #504F4F;
}



p {
  line-height: 1.9;
}

.banner-text {
  position: absolute;
  top: 0;
  max-width: 600px;
}

.banner-text h1 {
  font-size: 2.1rem;
  line-height: 45px;
  color: #333;
  font-weight: bold;
  margin-top: 25%;
}

.banner-normal-text {
  font-size: 21px;
  color: #333;
  margin: 55px 0 15% 0;
}

.text-white-70 {
  color: rgba(255, 255, 255, .7) !important;
}

.mx-2 {
  margin: 0 5px;
}

.gallary-box {
  padding: 5px;
  background: #f7f7f7;
  height: 140px;
}

.gallary-box img {
  width: 100%;
  max-height: 130px;
  object-fit: contain;
}

.cursor-pointer {
  cursor: pointer;
}

/*====== Floating Input box  ======  */
.did-floating-label-content {
  position: relative;
  margin-bottom: 25px;
}

.did-floating-label {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 15px;
  padding: 0 5px;
  background: #fff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.did-floating-input,
.did-floating-select {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #fff;
  color: #323840;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  box-sizing: border-box;
}

.did-floating-input:focus,
.did-floating-select:focus {
  outline: none;
  border: 1px solid #3881FF;
}

.did-floating-input:focus~.did-floating-label,
.did-floating-select:focus~.did-floating-label {
  top: -8px;
  font-size: 13px;
}

.did-floating-input:not(:placeholder-shown)~.did-floating-label {
  top: -8px;
  font-size: 13px;
}

.did-floating-select:not([value=""]):valid~.did-floating-label {
  top: -8px;
  font-size: 13px;
}

.errromsg {
  color: red;
  padding-top: 3px;
  font-size: 13px;
}

.errorborder {
  border: 1px solid red !important;
}

/*====== end Floating Input box  ======  */

/* toas message */
#snackbar {
  visibility: hidden;
  background-color: #374151;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 12px 30px 12px 15px;
  position: fixed;
  z-index: 1;
  /* right: 35%; */
  /* top: 12%; */
  left: 3%;
  bottom: 4%;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#snackbar.success{
  /* background-color: #374151; */
  background-color: #374151;

}
#snackbar.fail{
  background-color: #374151;
  /* background-color: #FEE2E2; */
}
.fail svg {
  color: #EF4444 !important;
}
.tosticon {
  width: 40px;
    margin-right: 15px;    
    padding: 5px 10px;
    border-radius: 8px;
}

.tosticon svg  {
  color: #22C55E;
    width: 20px;
    height: 22px
}
.blog-title {
  position: relative;
  top:-45px;
  width: 80%;
  left: 10%;
  border-radius: 10px;
  padding: 25px;
  box-shadow: -2px 2px 9px 2px rgba(54,54,54,0.55);
  -webkit-box-shadow: -2px 2px 9px 2px rgba(54,54,54,0.55);
  -moz-box-shadow: -2px 2px 9px 2px rgba(54,54,54,0.55);
}
.blog-title h1, .blog-page-content h1 {
  font-size: 24px;
  color:#333;
}
.blog-page-content {  
  width: 85%;
  margin: 35px auto 0 auto;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 15px;
  background: #f7fcff;
}


@-webkit-keyframes fadein {
  from {
    bottom:  0;
    opacity: 0;
  }

  to {
    bottom: 4%;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom:  0;
    opacity: 0;
  }

  to {
    bottom: 4%;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 4%;
    opacity: 1;
  }
  to {
    bottom:  0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 4%;
    opacity: 1;
  }
  to {
    bottom:  0;
    opacity: 0;
  }
}

/* ene toast message */


@media (min-width: 768px) {
  .tm-intro-text-container {
    padding-left: 0px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-item {
    padding: 0 10px;
  }
}

@media (max-width: 575px) {
  .col-xs-6 {
    width: 50%;
  }

  .banner-text {
    position: absolute;
    top: 0;
    max-width: 180px !important;
  }

  .banner-text h1 {
    font-size: 14px !important;
    line-height: 22px;
    color: #333;
    font-weight: bold;
    margin-top: 5% !important;
  }

  .banner-normal-text {
    font-size: 13px;
    color: #333;
    margin: 10px 0 5% 0 !important;
  }

}

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

  .tm-container-gallery {
    max-width: 1290px;
  }

  .tm-container-contact {
    max-width: 1063px;
  }
}

@media (max-width: 991px) {
  .tm-intro-text-container {
    padding-left: 15px;
    padding-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }

  .banner-text {
    position: absolute;
    top: 0;
    max-width: 250px;
  }

  .banner-text h1 {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
    margin-top: 25%;
  }

  .banner-normal-text {
    font-size: 13px;
    color: #333;
    margin: 15px 0 5% 0;
  }

  .bannerbutton {
    font-size: 13px;
    padding: 10px 10px;
  }

}

@media (max-width: 767px) {

  .navbar-nav {
    max-width: 200px;
    text-align: right;
  }

  .navbar-collapse {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
  }

  .navbar-collapse .nav-link {
    color: #707070;
    padding-right: 20px;
  }

  .tm-section-title {
    font-size: 1.5rem;
  }
  #snackbar {   
    left: 10%;
    bottom: 4%;    
  }
}

@media (max-width: 480px) {
  .tm-gallery-container {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-gallery-container-2 {
    max-width: 350px;
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .tm-gallery-item {
    margin: 0;
  }
}