@font-face {
    font-family: "Comfortaa";
    font-style: cursive;
    src: url('../fonts/Comfortaa-Regular.ttf');
}

@font-face {
    font-family: "Comfortaa-Bold";
    font-style: cursive;
    src: url('../fonts/Comfortaa-Bold.ttf');
}


.stopfade {
    opacity: .5;
}

body {
    background: #fff;
    font-family: 'Comfortaa', cursive;
    overflow-x: hidden;
}

.card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: 0.3s;
}

.card:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: aliceblue;
    transition: 0.3s;

}

/*** Works on common browsers ***/

::selection {
    background-color: #fe0000;
    color: #fff;
}


/*** Mozilla based browsers ***/

::-moz-selection {
    background-color: #fe0000;
    color: #fff;
}


/***For Other Browsers ***/

::-o-selection {
    background-color: #fe0000;
    color: #fff;
}

::-ms-selection {
    background-color: #fe0000;
    color: #fff;
}


/*** For Webkit ***/

::-webkit-selection {
    background-color: #fe0000;
    color: #fff;
}

.navbarlogo > img {
    padding: 10px 0px;
}

.cl-effect-5 li a {
    overflow: hidden;
    padding: 0 4px;
    height: 11;
    margin-top: 25px;
    margin-bottom: 12px;
    margin-left: 15px;
}

.cl-effect-5 li a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cl-effect-5 li a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cl-effect-5 li a:hover span,
.cl-effect-5 li a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.mainnav {
    /*    border-bottom: 2px solid #fe0000;*/
    background: #fff;
    /*    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}

.nav > li > a {
    color: #666666 !important;
    text-transform: uppercase !important;
    font-size: 11px;
    letter-spacing: 2px;
    font-family: 'Comfortaa', cursive;
    font-weight: 500;
}

.nav > li > a:hover {
    color: #fe0000 !important;
    text-transform: uppercase !important;
    font-size: 11px;
    letter-spacing: 2px;
    font-family: 'Comfortaa-Bold';
    font-weight: 400;
}

.nav > li.active > a {
    color: #fe0000 !important;
    font-family: 'Comfortaa-Bold';
    text-transform: uppercase !important;
    margin-left: 20px !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #f8f8f8 !important;
}

.heroimage {
    margin-top: 70px;
    position: relative;
    object-fit: fill;
    height: auto;
    background: url(../img/bg.jpg);
    background-size: cover;
    height: 410px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.btn-joinus {
    border: 1px solid #fe0000 !important;
    color: #fe0000;
}

.smallerscreen_btn {
    position: absolute;
    top: 15px;
    right: 70px;
}

div#heroslider {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: auto;
}

.slidetitle {
    text-align: center;
    color: #fe0000;
    font-weight: bold;
    font-size: 44px;
    display: block;
    vertical-align: middle;
}

.slidedesc {
    text-align: center;
}

.slidercontent {
    height: 410px;
}

.heroimage > video {
    z-index: -100;
    width: 100%;
    height: auto;
    object-fit: contain;
    -webkit-transform: scaleX(2);
    -moz-transform: scaleX(2);
}

.feature {
    text-align: center;
    padding: 50px 0px;
}

.feature span {
    color: #666666;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Comfortaa-Bold', cursive;
    /*    font-weight: 600;*/
    margin-top: 10px;
    display: block;
}

.feature:hover span {
    color: #fe0000;
    font-size: 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}

a:hover {
    text-decoration: none;
}

.feature2 {
    background: #f8f6f9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.title {
    font-size: 20px;
    color: #fe0000;
    text-transform: uppercase;
    margin-top: 25px !important;
}

.photowall-content-wrap {
    display: block;
    position: absolute;
    width: 100%;
    width: -webkit-calc(100% - 5px);
    width: -moz-calc(100% - 5px);
    width: calc(100% - 5px);
    height: 100%;
    height: -webkit-calc(100% - 5px);
    height: -moz-calc(100% - 5px);
    height: calc(100% - 5px);
    top: 0px;
    left: 0px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    opacity: 1;
    -webkit-transition: background 0.4s, opacity 0.5s;
    -moz-transition: background 0.4s, opacity 0.5s;
    transition: background 0.4s, opacity 0.5s;
}

.photowall-box {
    display: inline-block;
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 200;
    padding: 0 20px 20px;
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.25px;
    line-height: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    opacity: 1;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.4s, bottom 0.5s;
    -moz-transition: opacity 0.4s, bottom 0.5s;
    transition: opacity 0.4s, bottom 0.5s;
}

.photowallitem:hover .photowallitem-displayed.photowallitem-inner .photowall-box,
.photowallitem-displayed.photowallitem:hover .photowall-box {
    opacity: 1;
    bottom: 0;
}

.photowallitem {
    padding: 0px;
    padding-right: 5px;
    padding-top: 5px;
    cursor: pointer;
}

.photowall-title,
.photowall-desc {
    overflow: hidden;
}

.photowall-button {
    opacity: 0;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    transition: opacity 2s;
}

.photowallitem:hover .photowall-button {
    opacity: 1;
    cursor: pointer;
}

.photowall-box span {
    position: relative;
    bottom: -50px;
    -webkit-transition: bottom 0.7s;
    -moz-transition: bottom 0.7s;
    transition: bottom 0.7s;
}

.photowallitem:hover .photowall-box span {
    bottom: 0;
}

.photowall-title {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #fff;
    font-weight: 700;
    display: block;
}

.photowall-desc a {
    position: relative;
    z-index: 10;
    color: #fff;
    border: 3px solid #fff;
    padding: 5px 10px;
}

.photowall-desc a:hover {
    color: #fff;
    border: 3px solid #fff;
}

.photowallitem .grid-blank-status {
    background: rgba(0, 0, 0, 0.5);
}

.photowallitem .grid-blank-status i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    color: #fff;
    -webkit-transition: background-color 0.5s, color 0.2s;
    -moz-transition: background-color 0.5s, color 0.2s;
    transition: background-color 0.5s, color 0.2s;
    font-size: 42px;
}

.photowall-title,
.photowall-desc {
    overflow: hidden;
}

.btn-viewall {
    width: 200px;
    background: #fe0000;
    color: #fff;
}

.feature3 {
    background: #fff;
    padding: 20px;
}


/* Content */

.content {
    padding-top: 30px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f6f9;
    z-index: 10999;
    text-align: center;
}

.preloader > img {
    margin: auto;
    margin-top: 6.5%;
}

.testimonialwrap {
    border: 1px solid #fe0000;
    padding: 20px;
    background: url(../img/bg.jpg);
    background-size: cover;
    text-align: center;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonialwrap:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 20px #fe0000;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}

.footer {
    background: url(../img/bg.jpg);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

ul.socialicons {
    display: inline;
    list-style: none;
    margin-left: -30px;
}

ul.socialicons > li {
    display: inline-block;
}

ul.socialicons > li > a > img {
    width: 40px;
}

.carousel-inner .active.left {
    left: -33%;
}

.carousel-inner .active.right {
    left: 33%;
}

.carousel-inner .next {
    left: 33%
}

.carousel-inner .prev {
    left: -33%
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.carousel-inner .item {
    background: white;
}

.headertitle {
    background: url(../img/bg.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
}

.headtitle_text {
    font-size: 35px;
    font-family: 'Comfortaa', cursive;
    color: #fe0000;
}

.content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contacttext {
    margin-top: 60px;
}

.inputbox {
    background: transparent !important;
    border: 0px solid #fe0000;
    box-shadow: none;
    border-bottom: 1px solid #fe0000;
    border-radius: 0;
    transition: 1s;
}

.inputbox:focus {
    box-shadow: none;
    border-bottom: 2px solid #fe0000;
    transition: all ease 0.8s;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fe0000;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fe0000;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fe0000;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fe0000;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fe0000;
}

.custombutton {
    color: #fe0000;
    background: #FFF;
    padding: 8px 17px;
    margin: 0x;
    font-family: 'Comfortaa', cursive;
    border: 1px solid #fe0000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #fe0000;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.error{
    color:#fe0000 !important;
    font-family: 'Comfortaa', cursive;
    font-weight: normal;
}
.custombutton:hover {
    box-shadow: inset 0 100px 0 0 #fe0000;
    color: #FFF;
}

.fileinput {
    width: 100%;
}

.smallbtn {
    font-size: 12px !important;
    padding: 5px;
}

.clientCard{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb20{
    margin-bottom: 20px;
}