
html, body{
    height:100%;
}
body { 
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'Open Sans', sans-serif;
    color:#333;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;



}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color:#000;
    text-decoration: none;
}
a:hover{
    color:#25CBF5;
    text-decoration:none;
}
strong,b{
    font-weight: 600;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0px;
}
.section-padding{
    padding-top: 80px;
    padding-bottom: 50px;

}
.divided-50{
    height: 50px;
    width:100%;
}
.margin-btm-30{
    margin-bottom: 30px;
}
::selection {
    background:#25CBF5; /* Safari */
    color: #fff;
}
::-moz-selection {
    background:#25CBF5; /* Firefox */
    color: #fff;
}
#home {
    background-color: #444;
    background-position: center 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
    background-image: url(../img/video-bg.jpg);
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
}
.parallax-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-color: rgba(44,62,80,0.6);
    z-index: 2;
}
.home-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
}
h1.slide-logo{
    color:#fff;
    margin-top:0;
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 50px;
}
h2.slide-btm-text{

    text-align: center;
    margin: 30px 0;
    font-weight: 300;
    color:#fff;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}
.main-flex-slider{
    text-align: center;
    overflow: hidden;
}

.main-flex-slider h1{
    font-size: 6em;
    color:#fff;
    font-weight: 300;
    margin-bottom: 60px;
    margin:0;
}
@media(max-width:767px){
    .main-flex-slider h1{
        font-size: 4em;
    }   
}
@media(max-width:420px){
    .main-flex-slider h1{
        font-size: 2.5em;
        margin-bottom: 30px;
    }   
    h2.slide-btm-text{
        display: none;
    }
    .home-link-btn{
        margin-top: 10px;
    }
    h1.slide-logo{
    color:#fff;
    margin-top:0;
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
}
}
/***************buttons*****************************/
.btn {
    font-weight: 300;
    font-size: 16px;
    text-shadow: none !important;
    -webkit-text-shadow:none !important;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
border-radius: 0;
-webkit-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    letter-spacing: 1px;
}
.btn:hover,.btn:focus{
    outline: none;
    color:#fff;
}
.btn-lg {
    padding: 14px 28px 13px 28px;
    font-size: 32px !important;
    text-transform: uppercase;
}
.btn-xs{
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 300;
}
.btn-border-white{
    border: 1px solid #fff;
    color:#fff;

}
.btn-border-white:hover{
    color:#333;
    border-color: #fff;
    background-color: #fff;
}
.btn-dark{
    background-color: #333;
    color:#fff;
}
.btn-dark:hover{
    color:#fff;
    background-color: #25CBF5;
}
.btn-theme{
    background-color: #25CBF5 !important;
    color:#fff;
}
.btn-theme:hover{
    color:#fff;
    background-color: #333 !important;
}

/*heading center**/
.center-heading {
    margin-bottom: 40px
}
.center-heading h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: 0.17em;
    color: #333;
}
@media(max-width:533px){
    .center-heading h2{
        font-size: 30px;
        letter-spacing: 0.10em;
    }
}
.center-heading h2:first-letter{
    text-transform: uppercase;
}
.center-heading .icon {
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    width: 130px;
    margin: 0 auto;
    position: relative;
    color:  #25CBF5;
}
.center-heading .icon:before {
    display: inline-block;
    content: "";
    border-bottom: 1px solid #25CBF5;
    position: absolute;
    left: 0;
    top: 10px;
    width: 50px;
}
.center-heading .icon:after {
    display: inline-block;
    content: "";
    border-bottom: 1px solid #25CBF5;
    position: absolute;
    right: 0;
    top: 10px;
    width: 50px;
}

/*************parallax*************/
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;

}
.cta{
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #f4f5f2;
    color:#666;
    text-align: center;
    margin-bottom: 40px;
}
@media(min-width:768px){
    .cta a{
        float: right;
    }
}
.cta h3{
    margin: 0px;
    font-weight: 300;
}
.cta-1{
    padding: 40px 0;
    background-color: #25CBF5;
}
.cta-2{
    padding: 40px 0;
    background-color: #333;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    border:1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1) inset;
    font-size: 12px;
    color: #7a7a7a;

    background: #FFF;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    border-color: #bbb;
    background: #fbfbfb;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1) inset;
}
#footer {
    position: relative;
    background: #353739;
    padding: 50px 0 40px 0;
    border-bottom: 1px solid #464647;
}
.widget-title {
    color: #d5d5d5;
    font-size: 24px;
    font-weight: 300;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
}
.widget-title:first-letter{
    border-bottom: 3px solid #25CBF5;
}
.footer-col p{
    color:#d5d5d5;
    margin-bottom: 30px;
}
.subscribe-form .form-control{
    height: 46px;
}
.footer-btm{
    background: #353739; 
}
.footer-nav{
    margin: 0px;
    padding: 30px 0 0;
}
.footer-nav  li:first-child:before {
    content: "";
    margin: 0;

}
.footer-nav li:before {
    content: "|";
    margin: 0 12px 0 6px;
    color:#d5d5d5;
}
.footer-nav li a{
    color:#bbb;
}
.copyright{
    padding: 25px 0;
    color:#d5d5d5;
}
.copyright a{
    color:#25CBF5;
}
.social-1{
    margin: 0;
    padding: 0;
}
.social-1 li a i{
    width:42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color:#fff;
    font-size: 16px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.social-1 li a i:hover{
    opacity: 0.8;
}
.social-1 li a i.fa-facebook{
    background-color: #3b5998;
}
.social-1 li a i.fa-twitter{
    background-color: #0084b4;
}
.social-1 li a i.fa-google-plus{
    background-color: #C63D2D;
}
.social-1 li a i.fa-pinterest{
    background-color: #cb2027;
}
.social-1 li a i.fa-dribbble{
    background-color: #ea4c89;
}
.fun-facts{
    background: url('../img/showcase-5.jpg');
    padding: 80px 0;
}
.fact-inner h1{
    color:#fff;
    font-size: 64px;
}
.fact-inner h3{
    color:#fff;
    font-weight: 300;
    margin-bottom: 0px;
}
.fullscreen{
    width:100%;
    height: 100%;
}
.project-single-wrap{
    padding-top: 100px;
}
.project-single-wrap h1{
    color:#fff;
}
.project-single-wrap p{
    color:#fff;
}
.center-line{
    display: block;
    margin: 30px auto;
    width:120px;
    height: 6px;
    border-top: 1px solid #25CBF5;
    border-bottom: 1px solid #25CBF5;
    line-height: 10px;
}
.project-desc h4{
    color:#fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.project-desc p{
    color:#ddd;
}
.technologies p{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 35px;
}
.project-link{
    display: block;
}
.footer-project-single{
    padding: 30px 0;
}
.footer-project-single p{
    color:#fff;
}
.back-link{
   
    display: inline-block;
    color:#fff;
}
.back-wrap{
     padding: 14px 28px;
     border-bottom: 1px solid #ddd;
}
.back-link i{
    margin-right: 6px;
}
.scrollToTop{
	width:40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #fff;
        font-size: 20px;
	text-decoration: none;
	position:fixed;
	bottom:0px;
	right:0px;
        z-index: 999999;
	display:none;
	background: #25CBF5;
            opacity:0.5;
            transition: all 0.3s;
}
.scrollToTop:hover{
	text-decoration:none;
        opacity: 1;
        color:#fff;
}