* {
	padding:0px;
	margin:0px;
    font-family: 'Montserrat';
}
body {
    scroll-behavior: smooth;
}



/*    ---   HEADER   ---    */





.slideshow-container {
    width:100%;
    margin:0 !important;
    padding:0 !important;
    clear: both;
}
.heading {
	height:52em;
	width:100%;
	background:url(../img/bg2.jpg); 
	background-position: top;
	background-size: cover;
	background-position-y: 105px;
}
.heading2 {
    height:52em;
    width:100%;
    background:url(../img/bg3.jpg); 
    background-position: top;
    background-size: cover;
    background-position-y: 105px;
}
.base-head {
    height: 52em;
    width:100%;
}

.fadey > figure {
  animation: imageAnimation 10s linear infinite 0s;
  backface-visibility: hidden;
  color: transparent;
  background-position: top;
  background-size: cover;
  background-position-y: 22vw;
  height: 90%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

@media (min-width:768px){.fadey>figure{
    background-position-y: 6.15rem;
}}


.fadey > figure:nth-child(1) { background-image: url('../img/bg2.jpg'); }
.fadey > figure:nth-child(2) {
  animation-delay: 3.5s;
  background-image: url('../img/bg3.jpg');
}
.fadey > figure:nth-child(3) {
  animation-delay: 7s;
  background-image: url('../img/bg4.jpg');
}


@keyframes
imageAnimation {  0% {
 animation-timing-function: ease-in;
 opacity: 0;
}
10% {
    animation-timing-function: ease-out;
    opacity:1;
}
    35% {
 opacity: 1
    }
    40%{
        opacity: 0
    }
    100% {
        
 opacity: 0
    }
}

.tagline {
	z-index:4;
	font-size: 4.5vw;
	font-family: 'Montserrat';
    position: absolute;
    top: 18rem;
    left: 0;
    width: 100%;
	background: #ff4e4eba;
    text-align:center;
    padding:25px 25px 25px 60px;
	border: 1px solid #f7797900;
	color: #fff;

}
@media (min-width: 480px) {.tagline{
        font-size: 4vw;
    top: 22rem;
    left: 0;
    width: 100%;
    padding:25px 25px 25px 60px;
        border-radius: 0 0px 0px 0;
}}
@media (min-width: 580px) {.tagline{
        font-size: 4vw;
    top: 22rem;
    left: 0;
    width: 100%;
    padding:25px 25px 25px 60px;
        border-radius: 0 0px 0px 0;
}}
@media (min-width: 768px) {.tagline{
        font-size: 2.8vw;
    width: 100%;
    top: 22rem;
    padding:25px 25px 25px 60px;
    border-radius: 0 0 0 0;
}}
@media (min-width: 1024px) {.tagline{
            font-size: 24px;
        top: 30rem;
    padding: 55px 325px;

    }
}



/*   --- NAVBAR MOBILE  --- */



.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: #fff; 
}

.btn-red {
    background-color:#7b1115!important;
    color:#fff!important;
}
.btn-red:hover {
    color:#ff4048!important;
}


/*    ---   NAVBAR   ---    */




.nav-bg {
    background-color:#7b1115!important;
    color:#fff!important;
}
.navbar {
    -webkit-box-shadow: 0px 5px 9px 3px #36131387;
box-shadow: 0px 5px 9px 3px #36131387;

}

.nav-link{
    width: calc(100% + 1em);
}

.padd {
	width:8em;
}

.navbar-brand img {
}
.navbar-brand {
    padding-right:2em;
}
.navbar-toggler {
    border: .1px solid transparent;
    color:#fff;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(225,175,175)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
 @media (max-width: 575px) {
    button.navbar-toggler {
    position: absolute !important;
    right: 10px !important;
    top: 23px !important;
    }
 }

.dropdown-menu, .dropdown-menuu {
	padding:1em;
	border:transparent;
    background-color: #7b1115;
}
.dropdown-item {
    color:#fff;
}
.dropdown-divider {
    border-top: 1px solid #e9ecef54;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #d29596;
    text-decoration: none;
    background-color: #7b1115;
}

.dropdown-item.active, .dropdown-item:active {
    color: #dc7575;
    text-decoration: none;
    background-color: #7b1115;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}
.btn-outline-success {
    color: #ffffff;
    border-color: #ffffff;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #d43d42;
    border-color: #d43d42;
}

.btn-header {
    color: #ffffff;
    background-color: #d43d42;
    border-color: #d43d42;
    margin-top:1em;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 218, 218, 0.7);
    -webkit-transition: color .4s ease;
-moz-transition: color .4s ease;
-ms-transition: color .4s ease;
-o-transition: color .4s ease;
transition: color .4s ease;
}



#about {
	text-align: justify;
}

.align-ctr {
	font-size:24px;
	color:#fa6b6b;
}





/*    ---   HOW IT WORKS   ---    */





.tacara {
    color:#fff;
}
.tacara {
    vertical-align: bottom;
}
.tacara-divider svg { position:relative; top:1px; left:0; height:100%; width:100% }

.tacara span {
    font-size:76px;
}




/*    --- FORM   --- */




.form-control {
    border: 0;
    border-bottom: 1px solid #ccc;
}

.input-group-append button {
    border:0 !important;
    border-bottom: 1px solid #ccc !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #f43636;
    background-color: #f43636;
}
.custom-control {
    margin-left: 5px
}
.custom-control-label {
    color: #696969;
}




/*    ---   FOOTER   ---    */





footer {
    font-size: 12px;
    padding: 20px 15px;
    background-color: #7b1115;
    color: #fff;
}
footer li {
    list-style: none;
    font-size: 13px;
}
footer a {
    color: #fff;
}
footer a:hover {
    text-decoration: none;
    color:#ac6b6b;
}




/*    ---    BLOG   ---    */




.blog {
        margin-bottom: 0px;
        color: #fff 
}
.blog pre {
    color: #fff
}

.blog-img {
    background: url(../img/blog7.jpg) 0 0 no-repeat;
    background-size: cover;
    height:100%;
    overflow:hidden;
    background-position: center;
    color:#FFF;
}
.blog .rowe {
    background: rgba(255, 47, 47, 0.64);
    overflow: hidden;
    height: 100%;
    mix-blend-mode: hue;
    z-index: 2;
}




/*    ---   MISC   ---    */






.curpoint {
    cursor:pointer;
}
.no-pointer {
    cursor:default;
}
.no-pointer:hover {
    color:#fff;
}

pre {
    margin:1.5em 0;
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    font-family: 'Montserrat';
    text-align: justify;
}


.to-top {
	display:none;
    padding:10px; 
    text-align:center; 
    background: #fa6b6b;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position:fixed;
    cursor: pointer;
    z-index: 10000;
    height: 40px;
    border:1px transparent solid;
    border-radius:20px;
    width: 40px;
    bottom:25px;
    line-height: 14px;
    right: 22px;
    cursor: pointer;
    z-index: 10000;
    height: 40px;
    width: 40px;
}
.to-top:hover{
    text-decoration:none;
    color:#444;
}
.to-top .dark {
    background-color: rgba(0,0,0,0.87);
}
            

.jumbotron {
    border-radius: 0 !important;
}
.noair {
    color:#fff;
}

@media (max-width: 480px){
.spe-center {
    text-align:center !important;
}
}

@media (max-width: 768px) {
      .col-xs-12.text-right, .col-xs-12.text-left {
              text-align: center;
       } 
    }




/*    ---   COLORS & SPACERS  ---    */





.red-bg {
    background-color: #d4272d;
}


.small-space {
    height: 5.5em;
}

.bigger-space {
    height: 10em;
}

.img-red {
    filter: saturate(80%) hue-rotate(-50deg);
}



/*   ---    CSS3 ANIMATION   ---   */



@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.beautiful-sky {
    opacity:0;
}

.apply h1 {
    font-size:60px;
    font-weight: 600;
}