/**=======================================================================
* A Customized  CSS File for websites made with love from
* LWEGATECH Team of developers
* ===========================================================================**/
html, body {background-color: transparent;font-family:"Montserrat", sans-serif; font-optical-sizing:auto; font-style:normal; font-size:16px;height:100vh;}
::selection {background:#026b4b; color:#FFF; text-shadow:none;}
::-webkit-selection {background:#026b4b; color:#FFF; text-shadow:none;}
::-moz-selection {background:#026b4b; color:#FFF; text-shadow:none;}
h1, h2, h3, h4, h5, h6 {font-family:"Montserrat", Arial, Helvetica, sans-serif;font-weight:800;}
.bg-video {    position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: -2;}
.overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%; background-color: rgba(0, 0, 0, 0.6);z-index: -1;}
.intro {position: relative;z-index: 2;color: white;padding: 20px;height: 100%;}
.intro .ctop{text-align: center;}
.logo {height:180px; transition:0.3s;background-color: transparent;margin:0 auto;border-radius: 10px;}
.spacer{height: 40px;}
.copyright {top: 100%;background-color: transparent;color: #b5cdd3;height: 35px;line-height: 35px;font-size: 10px;
    text-align: center;}
.copyright a {color:#b5cdd3; text-decoration:none;}

/*==========================================================
# Back to top button
==========================================================**/
.back-to-top {position:fixed; opacity:0; visibility:hidden; right:15px; bottom:15px; z-index:99999; background:#026b4b; width:40px; height:35px; border-radius:4px; transition:all 0.4s;}
.back-to-top i {font-size:35px; color:#fff; line-height: 35px; text-align:center;}
.back-to-top:hover {background:#11507c; color:#fff;}
.back-to-top.active {visibility:visible; opacity:1;}

@media (max-width: 768px) {
    .spacer{height: 10px;}
    .logo {height: 120px;margin-bottom: 50px;}
    .copyright{font-size: 11px;}
}