
@font-face {
  font-family: 'Arista-Pro-Alternate-Light';
    src:  url('../fonts/Arista-Pro-Alternate-Light.ttf.woff') format('woff'),
    url('../fonts/Arista-Pro-Alternate-Light.ttf.svg#Arista-Pro-Alternate-Light') format('svg'),
    url('../fonts/Arista-Pro-Alternate-Light.ttf.eot'),
    url('../fonts/Arista-Pro-Alternate-Light.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');

body {
     /* font-family: 'Arista-Pro-Alternate-Light';*/
     font-family: 'Roboto', sans-serif;
}

.lt-bg {
    background-image: url(../images/lt-bg.jpg);
    min-height: 100vh;
    padding: 25px;
}
.logo {
   /* padding-top: 20px;*/
}
.D-nav {
    padding: 25px 0;
}
.D-nav a {
    color: #3b98d3;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
        font-size: 16px;
    padding: 5px 20px;
}
.D-nav a:hover, .D-nav a.active {
    background-color: #3b98d3;
    border-radius: 25px;
    color: #fff;
}
.HB-text {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    color: #3b98d3;
    font-weight: 300;
}
.HB-text span {
    font-weight: 700;
}
.HB-text2 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    color: #fff;
    font-weight: 300;
        padding: 0px 0 10px 0;
}
.HB-text2 span {
    font-weight: 700;
}
.R-video {
    padding-bottom: 15px;
}

.rt-bg {
    background-image: url(../images/rt-bg.jpg);
    min-height: 100vh;
    padding: 15px 25px;
    background-size: cover;
}
.Replacetext {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.Replacetext .RT-nu {
    font-size: 60px;
    font-weight: 500;
        line-height: 1em;
}
.R-twitter {
     color: #fff;
    font-size: 18px;
}
.R-twitter a{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.text-area {
    max-width: 50%;
    margin: 0 auto;
}
h1 {
    color: #fff;
    font-size: 46px;

    font-weight: bold;
}
p {

    font-size: 22px;
}
.about-content {
   min-height: 300px;
    padding-top: 25px;
}
.about-content h2 {
  font-family: 'Arista-Pro-Alternate-Light';
  font-size: 30px;
  font-weight: bold;
  color: #0091cf;
  text-decoration: underline;
  margin-bottom: 25px;
}
.about-content h2 span {
  color: #25ae60;
}
.about-content p {
  font-family: 'Arista-Pro-Alternate-Light';
  font-weight: bold;
  color: #584b66;
}
.contact-content {
   min-height: 300px;
    padding-top: 25px;
}
.contact-content .form-control{
  border-color: #000;
}
.contact-content .CC-submitbtn {
      background-color: #3b98d3;
    border-radius: 25px;
    color: #fff;
    border-color: #3b98d3;
    padding: 8px 20px;
    min-width: 150px;
}
.contact-content .or {
  border-top:1px solid #000;
  margin-top: 30px;
  position: relative;
  font-size:40px;
  text-align: center;
      height: 30px;

}
.contact-content .or .or-text {
       top: -94px;
    position: relative;
}
.contact-content .or span {
  position: relative;
    height: 7px;
    background-color: #ffffff;
    display: inline-block;
    width: 43px;
    top: -41px
}
.contact-content .CC-Callus {
  font-size: 30px;
  color: #584b66;
  font-family: 'Arista-Pro-Alternate-Light';
padding-bottom: 0px;
  font-weight: bold;
      line-height: 18px;
}
.contact-content .CC-number {
  font-size: 40px;
  color: #584b66;
  
  font-weight: bold;
  padding-bottom: 20px;
}
.tabs-ui {
  border-bottom: 0px;
      padding-top: 30px;
}
.nav-tabs .nav-link {
      border: 0px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
        color: #3b98d3;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 5px 20px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
   
    background-color: #3b98d3;
    border-radius: 25px;
    color: #fff;
}


.css-typing {
    min-height: 300px;
    padding-top: 40px;
}
.css-typing p {
  border-right: .15em solid orange;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  white-space: nowrap;
  overflow: hidden;
  color: #584b66;
  margin: 0px;
    line-height: 43px;
}
.css-typing p:nth-child(1) {
  width: 7.3em;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(2) {
  width: 8.5em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(3) {
  width: 11.3em;
  opacity: 0;
  -webkit-animation: type3 5s steps(20, end), blink .5s step-end infinite alternate;
  animation: type3 5s steps(20, end), blink .5s step-end infinite alternate;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.css-typing2 {
    min-height: 300px;
    padding-top: 40px;
}
.css-typing2 p {
  border-right: .15em solid orange;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  white-space: nowrap;
  overflow: hidden;
  color: #584b66;
  margin: 0px;
    line-height: 43px;
}
.css-typing2 p:nth-child(1) {
  width: 7.3em;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing2 p:nth-child(2) {
  width: 8.5em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing2 p:nth-child(3) {
  width: 13.3em;
  opacity: 0;
  -webkit-animation: type3 5s steps(20, end), blink .5s step-end infinite alternate;
  animation: type3 5s steps(20, end), blink .5s step-end infinite alternate;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing3 {
    min-height: 300px;
    padding-top: 40px;
}
.css-typing3 p {
  border-right: .15em solid orange;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  white-space: nowrap;
  overflow: hidden;
  color: #584b66;
  margin: 0px;
    line-height: 43px;
}
.css-typing3 p:nth-child(1) {
  width: 12.3em;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing3 p:nth-child(2) {
  width: 9.5em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing3 p:nth-child(3) {
  width: 6.3em;
  opacity: 0;
  -webkit-animation: type3 5s steps(20, end), blink .5s step-end infinite alternate;
  animation: type3 5s steps(20, end), blink .5s step-end infinite alternate;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    border: none;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    border: none;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}



@media (max-width: 768px) {
.text-area {
    max-width: initial;
}
.logo {
    padding-bottom: 10px;
}
.lt-bg, .rt-bg {
  min-height: auto;
  padding: 15px;
}
.nav-tabs .nav-link {
      padding: 5px 16px;
}
.HB-text, .HB-text2 {
      font-size: 28px;
}
.Replacetext .RT-nu {
      font-size: 37px;
}
.Replacetext {
    font-size: 11px;
}
.R-twitter a {
  font-size: 12px;
}


}
@media (max-width: 600px) { 
  .css-typing p, .css-typing2 p, .css-typing3 p {
    font-size: 22px;
    line-height: 30px;
}
.logo img {
  height: 44px;
  }
  .css-typing, .css-typing2, .css-typing3 {
    min-height: 180px;
  }
  .contact-content .CC-Callus {
    font-size: 22px;
  }
  .contact-content .CC-number {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
    body {
            background-size: contain;
    }
}
@media (min-width: 768px) { 
  .R-video .RV-h {
  height: 380px;
}
}
@media screen and (max-width: 769px) and (min-width: 768px) {

}
