

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}

hr {
    max-width: 50px;
    border-color: #0cbdfe;
    border-width: 3px;
	position: relative;
}

.white {
    border-color: #fff;
    border-width: 3px;
    max-width: 50px;
    position: relative;
}


hr.light {
    border-color: #fff;
}

a {
    color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
	color:#222;
}

.bg-primary {
    background-color: #f05f40;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}
ul, ol {
    padding-left: 0 !important;
}
.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #f05f40;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #f05f40;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #0cbdfe!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        background-color: #fff;
    border-color: rgba(34, 34, 34, 0.05);
    box-shadow: 0 0 18px 0 #d1d1d1;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #000;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #0cbdfe;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #0cbdfe;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/slider/background-2.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f05f40;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
      background-color: #fff !important;
    border-color: #ededed;
    color: #0cbdfe;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    background-color: #f00cdeb;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 1px solid #fff;
    font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
    font-weight: lighter;
    padding: 13px;
    text-align: center;
    text-transform: uppercase;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}


a{
    transition: bounce 1s ease-in-out 0s;
}


.scroll-up {
    bottom: 2em;
    display: none;
    position: fixed;
    right: 2em;
    z-index: 999;
}
.scroll-up a {
    background-color: rgba(135, 135, 135, 0.5);
    color: #fff;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    width: 35px;
}
.scroll-up a:hover, .scroll-up a:active {
    background-color: rgba(235, 235, 235, 0.8);
    color: #e7746f;
}
.scroll-down {
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 40px;
    display: block;
    height: 70px;
    left: 48%;
    margin-left: -15px;
    position: absolute;
    text-align: center;
    width: 70px;
    z-index: 10;
}
.scroll-down span {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: drop;
    animation-play-state: running;
    animation-timing-function: linear;
    color: #fff;
    position: relative;


}

@keyframes drop {
0% {
    opacity: 0;
    top: 0;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}



.page-wrapper.gray {
    background-color: #0CBDFE;
	color: #222222;
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.page-wrapper h2.title {
   font-family: Lato;
    font-size: 49px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
	color: #fff;
}
p:last-child {
    color: #fff;
    font-family: Lato;
    margin-bottom: 76px;
    margin-top: 14px;
}

.octa {
    height: 60px;
    left: 42.5%;
    overflow: hidden;
    position: absolute;
    transform: rotate(45deg);
    width: 60px;
}
.octa::after {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
}
.feature {
    text-align: center;
}

.feature i {
    color: #0cbdfe;
    font-size: 30px;
    line-height: 60px;
    position: relative;
}

.feature-content {
    margin-top: 20px;
}
.feature-content h3 {
  color:#fff;
    text-transform: uppercase;
}
.brief-image-right {
    margin-top: 20px;
}
.brief .brief-image-right img {
    float: right;
    width: 92%;
}
.colored-text {
    color: #0cbdfe;
    margin: 0 11px 0 0;
}
.uppercase {
    text-transform: uppercase;
}
.small-text-medium {
 font-weight: 300;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-transform: uppercase;
	font-family:lato;
	 font-size: 34px;
}
.text-left p {
    font-family: lato;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    margin: 21px 0 26px;
}
.brief h2 {
    margin-bottom: 15px;
    margin-top: 10px;
}
h2 strong {
    color: #000;
}
.colored-line-left, .colored-line-right, .colored-line, .white-line, .grey-line {
   display: block;
    height: 2px;
    margin-bottom: 24px;
    width: 80px;
}
.colored-line-left, .colored-line-right, .colored-line {
    background: #fff none repeat scroll 0 0;
}
.feature-list li {
     font-family: lato;
    font-size: 19px;
    font-weight: 300;
    list-style: outside none none;
    padding-bottom: 8px;
    padding-top: 8px;
	color:#222;
}

#about {
    background:none;
	color: #222222;
    display: block;
    float: left;
    position: relative;
    width: 100%;
}
#particle {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
	overflow:hidden;
}
.text-left.dark-text {
    color: #000;
}


.text-center > h3{
    color: #666;
    font-family: lato;
    font-size: 37px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
	position: relative;}

.outlined-iconCols {
    margin-top: 40px;
}
.outlined-iconCols > span[class^="icon-"] {
    font-size: 1.5rem;
    height: 54px;
    left: 27px;
    line-height: 54px;
    margin: 0 -50% 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
}
.outlined-txtCols {
       border: 1px solid #ddd;
    margin-left: 6px;
    padding: 21px 10px 0 18px;
}
span.left.text-center.txtWhite {
      background-color: #0cbdfe;
    color: #fff;
    display: block;
    font-size: 2.5rem;
    height: 54px;
    left: 18px;
    line-height: 54px;
    margin: 0 0 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
	 border-radius: 50%;
}
#services h5 {
    color: black;
    font-family: open sans;
    font-size: 24px;
    font-weight: lighter;
}
#services p {
     color: #666;
    font-family: lato;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 0 20px;
}
span.left.text-center.txtWhite:hover {
    background: #4d4e4f none repeat scroll 0 0;
}


 #Testimonials::before {
     background: rgba(0, 0, 0, 0)  url(../img/bg-pixel-50.png) repeat scroll 0 0 !important;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


#Testimonials {
   background: rgba(0, 0, 0, 0) url(../img/testimonials-bg.jpg) no-repeat fixed center center / cover ;
    overflow: hidden;

}
.relPosition {
    position: relative;
}

.heading{
	color:#fff !important;
	 margin: 0px 0 0 !important;}


.item p {
    font-family: open sans;
    font-size: 22px;
    font-style: italic;
    font-weight: lighter;
}

.load-container {

    position: relative;
    width: 100%;
	margin-top: 85px;


}

.work-block {
    float: left;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    width: 100%;
}
.work-block img {
    height: auto;
    width: 100%;
}
.work-block h5 {
    padding-bottom: 20px;
    padding-left: 50px;
    transition: all 0.3s ease-in 0s;
    font-size: 29px;
	color:#0CBDFE;
}
.work-block p {
    color: #8b8b8b;
    font-size: 18px;
    padding-bottom: 15px;
    padding-right: 50px;
    transition: all 0.3s ease-in 0s;
}
.line-big {
    background: #000 none repeat scroll 0 0;
    display: inline-block;
    float: none;
    height: 1px;
    position: relative;
    width: 40px;
}
.layer {
    backface-visibility: hidden;
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    color: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: rotateX(90deg);
    transition: all 0.3s ease-in 0s;
    width: 100%;
	cursor: context-menu;
}
.align-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.work-block:hover .layer {
    opacity: 1;
    transform: translateX(0px);
}
.work-block:hover h5 {
    padding-left: 0;
}
.work-block:hover p {
    padding-right: 0;
}
.blog-cat {
    color: #a0a0a0;
    float: left;
    font-size: 12px;
    padding-top: 30px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.blog-wrap {
    float: left;
    padding-top: 75px;
    position: relative;
    width: 100%;
}

.contact-wrapper {
    background-color:#0CBDFE;
    padding: 70px 0;
}


.contact-wrapper .map-overlay {
    min-height: 400px;
    position: relative;
    z-index: 1;
}
.contact-wrapper .map-overlay::after {
    background: rgba(0, 0, 0, 0)  url(../img/map-bg.png) no-repeat scroll 50% 50% / contain ;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.contact-wrapper .contact-head {

}
.contact-wrapper h1 {
    color: #fff;
    font-family: lato;
    font-size: 48px !important;
    font-weight: 700;
    text-align: center;
}
.contact-head > p {
    text-align: center;
}
.contact-wrapper span {
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}

.form-wrapper .message textarea, .form-wrapper form input {
    border-bottom: 3px solid #fff;
    color: #fff;

}
.form-control {

    border-radius: 6px;
    font-size: 14px;


}
.c-name {
    background: rgba(0, 0, 0, 0)  url(../img/sub-name.png) no-repeat scroll 15px 18px;
}

.c-email {
    background: rgba(0, 0, 0, 0)  url(../img/sub-email.png) no-repeat scroll 15px 18px;
}

.c-company{
    background: rgba(0, 0, 0, 0)  url(../img/c-suitcase.png) no-repeat scroll 15px 18px;
}
.c-phone{
    background: rgba(0, 0, 0, 0)  url(../img/c-phone.png) no-repeat scroll 15px 18px;
}
.c-msg{
    background: rgba(0, 0, 0, 0)  url(../img/c-msg.png) no-repeat scroll 15px 18px;
}

.add-wrap {
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.add-wrap::before {
    background-color:rgba(55, 55, 55, 0.847);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}
.add-wrap::after {
    background: rgba(0, 0, 0, 0)  url(../img/locations-bg.jpg) no-repeat scroll center center / cover ;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -12;
}
.addr-content .addr-txt h5 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0;
}
.addr-content .addr-txt .addr-str, .addr-content .addr-txt .addr-state, .addr-content .addr-txt .addr-country {
    color: #ccc;
    display: block;
    font-family: "open sans",sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: 18px;
}
.addr-content .addr-txt .addr-country {
    padding-bottom: 13px;
}
.addr-content .addr-txt .addr-hr {
    background-color: #1b9ad8;
    height: 2px;
    width: 51px;
}
.addr-txt, ul.numbers {

}
ul.numbers {

    margin-top: 20px;
}
ul.numbers li {
    color: #ccc;
    font-family: "open sans",sans-serif;
    font-size: 12px;
    line-height: 25px;
}
ul.numbers li > i {
    color: #ccc;
    font-size: 15px;
    margin-right: 10px;
    vertical-align: middle;
}

.footer-social-section {
    background: rgba(0, 0, 0, 0)  url(../img/footer-bg.jpg) repeat fixed 0 0 / cover ;
    min-height: 200px;
    text-align: center;
}

.overlay {
    background: rgba(0, 0, 0, 0.5)  url(../img/pattern-black.png) repeat scroll 0 0;
}

.outlined-title {
    border-left: 4px solid #0CBDFE;
    border-right: 4px solid #0CBDFE;
}
.outlined-title {
   background-color: #000;
    color: #fff;
    margin-bottom: 50px;
    margin-top: 90px;
    opacity: 0.7;
    padding: 20px 10px 15px;
    text-align: center;
    text-transform: uppercase;
}
a, a:hover, a:focus, .flat .plan li > strong, #slider_left i:hover, #slider_right i:hover, .text-color, .cl-effect-21 a:hover, .cl-effect-21 a:focus, .cl-effect-21 .active a, .cl-effect-21 .active a:focus, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li.active > a, .post-date a.date strong, .pagination > li > a, .pagination > li > span, .fun, .btn-1:hover, .btn-1:active, .promo i, .about-box-content h4, .about-icon i, .sixteen i {
    color: #0CBDFE;
}
.sixteen i {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    font-size: 45px;
    height: 100px;
    margin: 12px 12px 55px;
    padding-top: 30px;
    text-align: center;
    width: 100px;
}

.footCreditsContainer {
    background: #1b1b1b none repeat scroll 0 0;
    border-top: 2px solid #0a0a0a;
    color: #fff;
    padding: 20px !important;
    width: 100%;
}
.footCreditsContainer p {
    font-family: open sans;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.scrollup {
    background: #576370 none repeat scroll 0 0;
    bottom: 100px;
    color: #fafafa;
    display: none;
    font-size: 28px;
    height: 40px;
    opacity: 0.8;
    outline: medium none;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 40px;
    z-index: 9999;
}
.scrollup i {
    line-height: 38px;
}
a.scrollup:hover i, a.scrollup:focus i {
    color: #fafafa;
    outline: medium none;
    text-decoration: none;
}

.pull-right > a {
    margin: 0 10px 0 4px;
}

 header .godown {
    animation-play-state: paused;
    background: rgba(0, 0, 0, 0)  url(../img/header-downarrow.png) no-repeat scroll center center / 50px 27px;
    bottom: 0;
    height: 64px;
    left: 0;
    line-height: 64px;
    opacity: 0.5;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    transition: bounce 1s ease-in-out 0s;
    z-index: 1;
}
 header .godown:hover {
    animation-fill-mode: forwards;
    animation-name: bounce;
    animation-play-state: running;
    animation-timing-function: linear;
    opacity: 1;
}


header::before {
    background: rgba(0, 0, 0, 0) url(../img/bg-pixel-50.png) repeat scroll 0 0 !important;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.form-control{
	border-bottom:3px solid #fff;
}
.form-horizontal .form-group {
    margin-left:0px;
    margin-right:0px;
}
