@charset "UTF-8";
@font-face {
  font-family: "cuprumregular";
  src: url("fonts/cuprum-variablefont_wght-webfont.woff2") format("woff2"), url("fonts/cuprum-variablefont_wght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

body {
  color: #ffffff;
  background-color: #121212;
}

body section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

body section div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

body section div p {
  color: #b3b3b3;
  letter-spacing: 3px;
}

body section div h1 {
  font-size: 54px;
  font-family: "cuprumregular";
  letter-spacing: 1px;
}

body section div img {
  width: 12.4em;
}

.social-index {
  text-align: center;
  margin-top: 11px;
}

.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .sofa {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
          transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-btns .btn:before {
  top: 90%;
  left: -110%;
}

.social-btns .btn .sofa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.social-btns .btn.facebook:before {
  background-color: #3b5998;
}

.social-btns .btn.facebook .sofa {
  color: #3b5998;
}

.social-btns .btn.twitter:before {
  background-color: #3cf;
}

.social-btns .btn.twitter .sofa {
  color: #3cf;
}

.social-btns .btn.google:before {
  background-color: #dc4a38;
}

.social-btns .btn.google .sofa {
  color: #dc4a38;
}

.social-btns .btn.dribbble:before {
  background-color: #f26798;
}

.social-btns .btn.dribbble .sofa {
  color: #f26798;
}

.social-btns .btn.skype:before {
  background-color: #00aff0;
}

.social-btns .btn.skype .sofa {
  color: #00aff0;
}

.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}

.sofab:focus .sofa,
.sofab:hover .sofa {
  color: #fff !important;
  -webkit-transform: scale(1);
          transform: scale(1);
  position: relative;
}

.social-btns {
  margin: auto;
  font-size: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.social-btns .btn {
  display: inline-block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 32px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  opacity: 0.99;
}

.social-btns .btn:before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.social-btns .btn .sofa {
  font-size: 18px;
  vertical-align: middle;
}

.sub-btn {
  margin-left: 10px;
  margin-top: 5px;
}

.traicentre {
  text-align: center;
}

.login h5 {
  margin-bottom: 0px !important;
}

.login {
  padding: 10px;
}

@media (max-width: 450px) {
  .carousel-item img {
    height: 100%;
    width: 100%;
    /* width: 50%; */
    /* left: 3px ; */
  }
  .back-img {
    height: 300px;
    width: 100%;
  }
  .carousel-item {
    width: 100%;
    height: 300px;
  }
  .carousel-inner {
    height: 300px;
    width: 100%;
  }
  .carousel-caption {
    position: relative !important;
    padding-top: 10px !important;
    padding-bottom: -10px !important;
    margin-bottom: -20px !important;
    top: 28px !important;
    padding-left: 10px !important;
  }
  .text-right {
    margin-right: 49px;
  }
  .text-left {
    font-size: 20px;
    margin-right: 50px !important;
  }
  .stm-ea {
    font-size: 30px;
  }
  .wellc {
    text-align: center;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .carousel-captiono {
    position: relative !important;
    /* padding-top: 10px !important;
        padding-bottom: -10px !important;
        margin-bottom: -20px !important; */
    top: 58px !important;
    padding-left: 30px !important;
    padding-right: 50px !important;
    margin-right: 50px !important;
    color: white;
    text-shadow: 2px 2px #333;
    font-weight: 100px;
  }
}

.con-btn {
  background-color: #6c757d;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 30px;
  color: white;
}

.h3-pics {
  text-align: center;
  position: relative;
  bottom: -50px;
}

hr.style-eight {
  overflow: visible;
  /* For IE */
  padding: 0;
  border: none;
  border-top: medium double #333;
  color: #333;
  text-align: center;
}

hr.style-eight:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: white;
}

.do-sep {
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #30336b;
  margin-top: 50px;
}

.foot-do {
  position: relative;
  bottom: -400px;
}

.collapse ul li a:hover {
  color: #0984e3 !important;
  /* text-shadow: 1px 1px 1px #2ecc71; */
}

.collapse ul li a {
  color: #2c3e50 !important;
}

.navbar-brand {
  color: black !important;
}

.navbar-toggler {
  background: #2c3e50 !important;
}

.album-id ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #0984e3;
  padding: 7px 15px;
  border-radius: 7px;
  margin-left: 9px;
}

@media (max-width: 828px) {
  .album-id ul li {
    display: block;
    margin-bottom: 9px;
    margin-left: -38px;
  }
}

.album-id ul li:hover {
  background-color: #2ecc71;
}

.album-id {
  text-align: center;
  margin-bottom: -28px;
}

.album-id ul li a {
  color: #fff !important;
}

.album-id ul li a:hover {
  text-decoration: none;
}

.col-12 h1 {
  color: black !important;
  margin-bottom: 25px;
}

.col-12 {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important;
}

.text-right p,
.text-left p {
  font-weight: 1000;
}

@media (max-width: 370px) {
  .navbar-brand {
    font-size: 0.89em !important;
  }
}

.navbar-toggler {
  padding: 0px;
}

.typed_wrap {
  text-align: center;
  position: relative;
  right: 20px;
}

.typed_wrap h2 {
  display: inline;
}

/*Add custom cursor so it auto inherits font styles*/
.typed::after {
  content: "|";
  display: inline;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor {
  opacity: 0;
  display: none;
}

/*Custom cursor animation*/
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* button */
#container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  z-index: 5;
  position: relative;
}

#container *:focus {
  outline: 0 !important;
}

#container .apply-btn {
  margin: 0 auto !important;
  background-color: Transparent !important;
  background-repeat: no-repeat !important;
  border: none !important;
  cursor: pointer !important;
}

#container .apply-btn .pulse-button {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -62px;
  margin-top: 50px;
  display: block;
  width: 130px;
  height: 45px;
  font-size: 1.3em;
  font-weight: light;
  /* font-family: "Trebuchet MS", sans-serif; */
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
  letter-spacing: 1px;
  font-weight: 500;
  color: white;
  border: none;
  border-radius: 15px;
  background: #7f6ed2;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 0 #7f6ed2;
  box-shadow: 0 0 0 0 #7f6ed2;
  -webkit-animation: pulse 1.5s infinite;
}

#container .apply-btn .pulse-button:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
/*# sourceMappingURL=style.css.map */