﻿       body, html {
            font-family: 'Roboto', sans-serif;
            font-size: 18px;
            font-weight: 300;
            color: #222222;
            box-sizing: border-box;
            background-color: #ffffff;
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            min-height: 100%;
        }


        body {
            margin: 0px;
            padding: 0px;
            position: relative;
        }
        #carousel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
            .page-container:after {
                content: '';
                background: url(../images/pattern-dot.png) center center !important;
                width: 100%;
                height: 100%;
                display: block;
                position: absolute;
                top: 0px;
                z-index: 0;
                z-index: 2;
            }

        .page-wrap {
            position: relative;
            z-index: 3;
        }

        .r6 {
        }


        .vertical-center {
            display: inline-block;
            vertical-align: middle;
            float: none;
            margin-right: -4px;
        }

        .vcenter {
            min-height: 100%; /* Fallback for browsers do NOT support vh unit */
            min-height: 100vh; /* These two lines are counted as one :-)       */
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .banner.image {
            background-size: cover;
            height: 331px;
            box-shadow: none !important;
        }



        .banner-h1-label {
            color: #fff !important;
            font-size: 20px !important;
            margin-top: 0px !important;
            margin-bottom: 0px !important;
        }

        .banner-span-label {
            font-size: 24px;
            color: #fff;
        }

        .banner-span-label-light {
            font-size: 25px;
        }

        .site-domain-name:before {
            content: '';
            height: 1px;
            width: 76px;
            background: #fff;
            display: inline-block;
            top: 55%;
            position: absolute;
            left: -76px;
        }

        .site-domain-name:after {
            content: '';
            height: 1px;
            width: 76px;
            background: #fff;
            display: inline-block;
            position: absolute;
            right: -76px;
            top: 55%;
        }

        .site-domain-name {
            font-size: 40px;
            color: #fff;
            position: relative;
        }

            .site-domain-name i {
                padding: 0px 15px;
            }

        .sosical-icons {
            border: 2px solid #fff;
            border-radius: 50%;
            display: inline-block;
            color: #fff;
            width: 38px;
            height: 38px;
            margin-right: 10px;
        }

            .sosical-icons:hover {
                background: #fff;
                color: #333;
            }

            .sosical-icons .fa {
                line-height: 34px;
            }

        .text-bolder {
            font-weight: 900;
        }

        .text-light {
            font-weight: 300;
        }

        .text-green {
            color: #81ba00;
        }

        .text-center {
            text-align: center;
        }

        .margin-top-20 {
            margin-top: 20px;
        }

        .margin-top-30 {
            margin-top: 30px;
        }
        .carousel-fade .carousel-inner .item {
  transition-property: opacity;
  -webkit-transition: .8s ease-in-out left !important;
    -o-transition: .8s ease-in-out left !important;
    transition: .8s ease-in-out left !important;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
 #carousel .item {
    height: 100%;
    width: 100%;
    position: relative;
}

 #carousel .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

 #carousel .item:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.62);
    top: 0;
}

.logo img {
    width: 300px;
}
.page-container {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
}