html {
  font-size: 18px;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400 900;
  font-style: normal;
  position: relative;
  background: #fff;
  overflow-x: hidden;
}

a {
  transition: 250ms all ease-in;
}

h3,
h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;

}

h2 {
  font-size: 2.5rem;
}

.bg-black {
    background-color: #ff41bd !important;
}
.text-white {
  display: table;
  margin: 25px auto 0px auto;
  color: #fff;
  background-color: #2c6fb6;
  padding: 5px 15px;
  font-size: 1.5em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
header[role="banner"] #logo-main {
  display: block;
  margin: 20px auto;
}

 .navbar-brand {
    display: inline-block;
    width: 200px;
    height: 86px;
    background: url(../images/logo.png) top left no-repeat transparent;
    background-size: 100% auto;
    text-indent: -9999px;
  }
.bg-dark {
    background-color: #fafe5f!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(44,111,182,1);
    font-weight: 900;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(227,6,19,1);
}

.navbar-dark .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 1);
}

.section {
  padding: 30px 0;
}
@media (max-width: 767.98px) {
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
}  
@media (min-width: 768px) {
  .section {
    padding: 80px 0;
  }
}

.section-header {
  background: url(../images/header-bg.jpg) top center no-repeat #357cac;
  position: relative;
  padding: 0;
}

.section-header h1 {
  color: #fff;
  font-size: 3rem;
  line-height: 3rem;
}

@media (min-width: 992px) {
  .section-header h1 {
    color: #fff;
    font-size: 5.5rem;
    line-height: 5rem;
  }
}
.hero {
    /* Sizing */
    width: 100vw;
    height: 90vh;
    
    /* Flexbox stuff */
    display: flex;
    justify-content: center;
    align-items: top;
    
    /* Text styles */
    text-align: center;
    
    /* Background styles */
    background-image: url(../images/slide-1.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}
.hero h1 {
    /* Text styles */
    color: #3C3D3B;
    font-size: 4em;
    font-weight: 800;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px white;
   
    /* Margins */
    margin-top: 0;
    margin-bottom: 0.5em;
}

@media (max-width: 767.98px) {
.hero h1 {
    font-size: 2em;
  }
} 
.hero .btn {
    background: url(../images/scrollbtn.png);
    height: 101px;
    width: 101px;
    /* Padding and margins */
    padding: 1em;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.section-header p {
  color: #fff;
  font-size: 1.2rem;
  opacity: 0.5;
}

.about {
  color: #8c97a0;
  font-size: 1rem;
  background: url(../images/bg-pattern.png) top center, linear-gradient(180deg, #009FE3, #60C6F2);
  background-size: 1920px auto;

}

.about p {
  display: block;
  text-align: left;
  margin-top: 20px;
  color: #000;
  font-size: .9rem;
  
}

.about h2 {
  display: table;
  margin: 25px auto 0px auto;
  color: #fff;
  background-color: #e30613;
  padding: 5px 15px;
  font-size: 3.5em;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 767.98px) {
.about h2 {
    font-size: 2em;
  }
} 

.about img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.about .btn {
    border-radius: 40px;
    background: #ff41bd;
    border-color: #fff;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    left: 50%;
    padding-left: 4rem;
    padding-right: 4rem;
    transform: translate(-50%, -50%);
    display: inline-block;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.about .btn:hover {
    background: #ff41bd;
    color: #fafe5f;
    border-color: #fafe5f;
}  
@media (min-width: 768px) {
  .about p {
    color: #000;
    font-size: 1.1rem;
  }


  .about h2 {
    font-size: 2.5rem;
  }
}

.products-section {
  background: url(../images/bg-pattern.png) top center, linear-gradient(180deg, #e30613, #d6000d);
  background-size: 1920px auto;
  padding-top: 80px;
  padding-bottom: 50px;
}

.products-section .btn {
    border-radius: 40px;
    background: #fff;
    border-color: #8BC502;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    display: block;
    font-weight: 400;
    text-align: center;
    color: #3C3D3B;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
}
.products-section .btn:hover {
    background: #e2e2e2;
}

@media (min-width: 768px) {
  .products-section {
    padding-top: 25px;
  }
}

.products-section h2 {
  display: table;
  margin: 25px auto 0px auto;
  color: #fff;
  background-color: #2c6fb6;
  padding: 5px 15px;
  font-size: 3.5em;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 767.98px) {
.products-section h2 {
    font-size: 2em;
  }
} 

.products-section p {
  font-size: 0.6rem;
  color: #fff;
}

@media (min-width: 768px) {
  .products-section p {
    color: #fff;
    font-size: 1.1rem;
  }


  .products-section h2 {
    font-size: 2.5rem;
  }
}

.products-section .featured-text {
  padding: 2rem;
}

@media (min-width: 992px) {
  .products-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #64a19d;
  }
}

.products-section .project-text {
  padding: 2rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .products-section .project-text {
    padding: 5rem;
  }
  .products-section .project-text hr {
    border-color: #fff;
    border-width: .25rem;
    width: 30%;
  }
}



.discover {
  color: #8c97a0;
  font-size: 1rem;
  background: url(../images/bg-pattern.svg) top center no-repeat transparent
  background-size: 1920px auto;
}

.discover .card-group {
  padding-top: 80px;

}

.discover h3 {
  color: #000;
}

.discover h6 {
  color: #677075;
  font-weight: 300;
}

.discover p {
  color: #677075;
  font-weight: 300;
  font-size: .9rem;
}

.discover .btn {
    border-radius: 40px;
    background: #3C3D3B;
    border-color: #8BC502;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    display: block;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.discover .btn:hover {
    background: #8BC502;
}   



/*---------------------------------------
 CONTACT               
 -----------------------------------------*/
.contact {
    background: url(../images/bg-pattern.png) top center, linear-gradient(180deg, #009FE3, #60C6F2);
    background-size: 1920px auto;
    padding-top: 25px;
}
 
.contact h2 {
  display: table;
  margin: 25px auto 0px auto;
  color: #fff;
  background-color: #e30613;
  padding: 5px 15px;
  font-size: 3.5em;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 767.98px) {
.contact h2 {
    font-size: 2em;
  }
} 

.contact .logos img {
height: auto;
width: auto;
margin: 10px;
border: 1px solid #bebebe;
margin-bottom: 55px;
}

/*---------------------------------------
 FOOTER               
 -----------------------------------------*/
footer {
  background-color: white;
  background-size: 1920px auto;
  padding-top: 80px;
  padding-bottom: 0px;
}

footer .copy {
  padding: 0.1rem 0;
}

footer p {
  font-size: 1rem;
}

footer a {
  font-size: 1rem;
  color: #000;
}
footer a:hover {
  font-size: 1rem;
  color: #ff41bd;
}
footer h2 {
  display: table;
  margin: 5px auto 15px auto;
  color: #fff;
  background-color: #e30613;
  padding: 5px 15px;
  font-size: 2.5em;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 767.98px) {
footer h2 {
    font-size: 2em;
  }
} 

.social-buttons {
  display: inline-block;
  padding-bottom: 5px;
  border-radius: 10px;
  text-align: center;
  margin: 20px 10px;
  /* Helper class to divide the icons */
}
.social-buttons .social-margin {
  margin-right: 15px;
}
.social-buttons a,
.social-buttons a:hover,
.social-buttons a:focus,
.social-buttons a:active {
  text-decoration: none;
}
.social-buttons .social-icon {
  margin-bottom: 15px;
  box-sizing: border-box;
  -moz-border-radius: 138px;
  -webkit-border-radius: 138px;
  border-radius: 138px;
  border: 5px solid;
  text-align: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 1px;
  padding-top: 11px;
  transition: all 0.5s;
}
.social-buttons .social-icon:hover {
  transform: rotate(360deg) scale(1.3);
}
.social-buttons .social-icon.facebook {
  font-size: 22px;
  padding-top: 9px;
  border-color: #3b5998;
  background-color: #3b5998;
  color: #ffffff;
}
.social-buttons .social-icon.facebook:hover {
  background-color: #ffffff;
  color: #3b5998;
}
.social-buttons .social-icon.youtube {
  font-size: 22px;
  padding-top: 9px;
  padding-left: 0px;
  background-color: #bb0000;
  color: #ffffff;
  border-color: #bb0000;
}
.social-buttons .social-icon.youtube:hover {
  background-color: #ffffff;
  color: #bb0000;
}

.social-buttons .social-icon.instagram {
  font-size: 22px;
  padding-top: 9px;
  padding-left: 0px;
  background: #bb2f98;
  color: #ffffff;
  border-color: #bb2f98;
}
.social-buttons .social-icon.instagram:hover {
  background-color: #ffffff;
  color: #bb2f98;
}

/*--------------Back to top----------------*/

#back-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-block;
    padding: 1em;
    margin: 1em;
}
#back-to-top i {
    font-size: 48px;
    color: #2c6fb6;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
#back-to-top i:hover {
    color: #e30613;
}
#back-to-top:hover {
    cursor: pointer;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-60px);}
  60% {transform: translateY(-15px);}
}
.bounce {
  animation-name: bounce;
}

@keyframes wobble {
  0% {transform: translateX(0%);}
  15% {transform: translateX(-25%) rotate(-5deg);}
  30% {transform: translateX(20%) rotate(3deg);}
  45% {transform: translateX(-15%) rotate(-3deg);}
  60% {transform: translateX(10%) rotate(2deg);}
  75% {transform: translateX(-5%) rotate(-1deg);}
  100% {transform: translateX(0%);}
}
.wobble {
  animation-name: wobble;
}

.slideUp{
  animation-name: slideUp;
  -webkit-animation-name: slideUp;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;  
  -webkit-animation-timing-function: ease;

  visibility: visible !important;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50%{
    transform: translateY(-8%);
  }
  65%{
    transform: translateY(4%);
  }
  80%{
    transform: translateY(-4%);
  }
  95%{
    transform: translateY(2%);
  }     
  100% {
    transform: translateY(0%);
  } 
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  50%{
    -webkit-transform: translateY(-8%);
  }
  65%{
    -webkit-transform: translateY(4%);
  }
  80%{
    -webkit-transform: translateY(-4%);
  }
  95%{
    -webkit-transform: translateY(2%);
  }     
  100% {
    -webkit-transform: translateY(0%);
  } 
}

.no {
    visibility: hidden;
     
}


.video {
  background-color: #fff;
}
.video h2 {
  font-size: 4em;
  margin-bottom: 0.1em;
  font: 5em/1em;
  color: #0967b1;
  text-align: center;
}


@media (max-width: 767.98px) {
.video h2 {
  font-size: 2em;
}
} 
.carousel {
  padding-top: 20px;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid rgba(255,255,255,1);
}
