/*@import url(omnes-pro.css);*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);

/*Global*/

* {
    outline: none !important;
    box-shadow: none;
}
body{
    font-family: 'Open Sans';
    overflow-x: hidden; 
}

#preloader {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loder-box1 {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 1px;
    height: 100px;
    left: 50%;
    margin-left: -64px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 128px;
}

.battery{
    width: 60px;
    height: 25px;
    top: 35%;
    border: 1px #2E2E2E solid;
    border-radius: 2px;
    position: relative;
    -webkit-animation: charge 5s linear infinite;
        -moz-animation: charge 5s linear infinite;
            animation: charge 5s linear infinite;
    margin: 0 auto;
}

.battery:after {
background-color: #2E2E2E;
border-radius: 0 1px 1px 0;
content: "";
height: 10px;
position: absolute;
right: -5px;
top: 7px;
width: 3px;
}
  
@-webkit-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@-moz-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

a:hover {
    color: #39c;
}

.btn {
    border-radius: 0;
    transition: background 0.5s;
}

.navbar-white {
    background-color: #fff !important;
    transition: background 0.5s ease-out;
    box-shadow: 0px 0px 10px #39c;

}

.navbar-white li a {
    color: #39c !important;
}

.navbar-white .navbar-brand{
    color: #39c !important;
}

.navbar-white button.navbar-toggle {
    margin-top: 2px;
    margin-right: 10px;
}

.navbar-white button.navbar-toggle .ion-navicon {
    color: #000;
}

.form-control:focus {
border-color: #39c;
box-shadow: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0);
}

.navbar-default .navbar-toggle {
    border-color: rgba(221, 221, 221, 0);
    margin: 0;
    line-height: 100%;
}

.navbar-toggle {
    padding: 0;
    border-radius: 0;
}

.navbar {
    margin-bottom: 0px;
    padding: 10px 5px;
    min-height: 0;
}

button.navbar-toggle .ion-navicon {
    font-size: 2em;
    color: #fff;
}

p {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 31px;
}

ul li
{
    list-style: none;
    display: inline-block;
}
li a
{
    text-decoration: none;
}
.heading-text 
{
    padding-top: 10px;
}
.heading-text h3 {
    font-size: 40px;
    padding-top: 0;
    margin-top: 0;
    font-weight: lighter;
}

.heading-text p {
    font-size: 18px;
    padding: 5px 0px
}

.main_content 
{
    padding: 50px 0px;
}

iframe
{
    width: 100%;
}
.form-control
{
    border-radius: 0px;
}
/*navbar*/
#overlay-1{
    background-color: rgba(29, 71, 102, .6);
    height: 100vh;
}
#navigation, .navbar-default
{
    border-radius: 0px;
    border: 0;
    background-color: #3399cc;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    transition: all 0.5s cubic-bezier(.17,.67,.83,.67);
    color: #E5E5E5;
    /* margin: 10px 15px; */
    padding: 0;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: lighter;
    padding: 10px 0px;

    padding: 10px 15px;
}

.navbar {
    margin-bottom: 0px;
    padding: 5px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
{
    color: #fff;
}
.navbar-default .navbar-brand{
    color: #fff; 
    padding: 0px 15px;  
    font-size: 49px;  
    line-height: 100%;  
    height: auto;
    font-weight: lighter;
    letter-spacing: 3px;
}

.nav-wrap 
{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#wrapper
{
    background: url(../img/occupational-therapy2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.starting-text
{
    font-weight: bold;
    letter-spacing: 2px;
}
.site-focus-text, .starting-text h2 {
    color: white;
    font-weight: bold;
    line-height: 70px;
    letter-spacing: -1px;
}
.site-focus-text{
    font-size: 80px;
    text-transform: uppercase; 
    margin-top: 0px;
    margin-bottom: 85px;
}
.site-tagline-text{
    font-size: 30px !important;
    text-transform: uppercase; 
    margin-top: 0px;
    margin-bottom: 85px;
}

.starting-text h2 {
    font-size: 40px;
    margin-top: 40px;
}

.bottom 
{
    width: 100%;
    position: absolute;
    bottom: 2%;
}
.bottom a
{
    color: rgba(192, 192, 192, 0.5);
}
h5 
{
    padding-top: 22px;
    font-size: 18px;
}
/*About us*/
.exp
{
    padding-top: 76px;
}
.progress
{
    background-color: #d4e3e4;
    border-radius: 0px;
    border-color: lightseagreen;
}
.progress-bar
{
    background-color: cadetblue;
}
.pro
{
    padding-top: 10px;
}

/*Our service*/
.overlay-our-service{
    background-color: rgba(29, 71, 102, .8);
    padding: 60px 0;
}
#our_service{
    background: url(../img/ot-bg-colurful.jpg);
    /*background-attachment: fixed;*/
    background-position: center;
    background-size: cover;
    
}
#our_service h3{
    color: white;
}
#our_service hr{
    border-color: white;
}
.about-us-text {
    padding: 0px 100px;
    font-size: 15px;
    font-weight: 400;
}
.services
{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.service{
    background-color: white;
}
.service img{
    width: 100%;
}
h4{
    font-size: 20px;
    font-weight: bold;
    padding: 55px 0px 15px ;
}
.service p{
    font-size: 13px;
    font-weight: 400;
    padding: 0px 10px 35px 10px;
    line-height: 22px;
}
.about-service 
{
    font-size: 16px;
    padding: 5px 10px 0px 10px;
}

.service-icon i 
{
    padding: 20px 0px;
    font-size: 5em;
    transition: font-size 0.5s;
    display: table-cell;
    vertical-align: middle;
}
.service-icon
{
    display: table;
    min-height: 140px;
    text-align: center;
    width: 100%;
}
hr
{
    border-color: rgb(101,85,124);
}
.full
{
    width: 10%;
}
.fa-code
{
    color: cadetblue;
}
.fa-desktop
{
    color: lightslategray;
}
.fa-th
{
    color: rgb(114, 184, 211);
}
.fa-gamepad
{
    color: rgba(0, 0, 128, 0.58);
}
.fa-lightbulb-o
{
    color: grey;
}
.fa-stack-overflow
{
    color: #C09553;
}
.service:hover .service-icon i
{
    font-size: 7em;
}
.service:hover .about-service h3 
{
    color: rgb(175, 104, 77)
}
.service
{
    text-align: center;
}
/*Meet Us*/
.meet-item img{
    width: 100%;
}
h4{
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0px ;
}
.meet-item p{
    font-size: 15px;
    font-weight: 400;
    padding: 0px;
    margin-top: -22px;
}
.ico{
    border-radius: 100%;
    border: 1px solid gray;
    text-align: center;
    width: 27px;
    height: 27px;
    display: inline-block;
    padding: 0px;
    margin: 2px;
    color: gray;
    font-size: 20px;
}
.facebook:hover
{
    color: #46629E;
    border-color: #46629E;
}
.twitter:hover
{
    color: #0EAACE;
    border-color: #0EAACE;
}
.google-plus:hover
{
    color: #DD4C39;
    border-color: #DD4C39;
}
/*GALLERY*/
#Gallery{
    background-color: #39c;
    text-align: center;
    padding: 60px 0;
}
#Gallery h3{
    color: white;
}
#Gallery hr{
    border-color: white;
}
#Gallery .owl-carousel {
    display: block;
    position: relative;
    width: 100%;
}
#Gallery .item img{
    padding: 20px;
    width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #39c;
    margin: 5px 20px;
    padding: 2px 15px;
    font-size: 23px;
    border-radius: 100%;
    background: #FFFFFF;
    opacity: 1;
}
/*
 Subscribe Buttons
*/
#subscribe{
    text-align: center;
    margin: 40px 0px 5px;
}
#subscribe h4{
    font-weight: normal;
    font-size: 20px;
}
#subscribe input[type="email"]{
    text-align: center;
    font-style: italic;
    width: 50%;
    height: 35px;
    font-size: 15px;
    min-width: 300px;
    border: 1px solid lightgray;
    font-style: italic;
    margin-bottom: 43px;
}
input[type="email"]:focus{
    border-color: #39c;
}
input[type="submit"]{
    padding: 0px;
}
.btn-sub{
    width: 170px;
    height: 50px;
    border-radius: 30px;
    color: white;
    background-color: #39c;
    padding-top: 15px;
    margin-top: -15px;
    border-color: #39c;
    margin-bottom: 45px;
    text-transform: uppercase;
}

/*
Contact
 */
 .input-group
 {
    padding: 18px 0px;
 }
 .map
 {
    padding: 18px 0px;
 }
 #contact
 {
    padding: 60px 15px;
 }

form
{
    width: 100%;
}
.message{
    height: 174px;
}
/*
FOOTER
*/
#footer{
    border-top: 1px solid lightgray;
    padding: 20px 0px 0px;
    text-align: center;
}
.up{
    background-color: #39c;
    color: white;
    display: inline-block;
    width: 40px;
    height: 40px;;
    font-size: 28px;
    border: 1px solid transparent;
    transition: all 0.4s;
}
.up:hover, .up:focus, .up:visited, .up:active{
    background-color: transparent;
    /* font-size: 37px; */
    border-color: rgb(51, 153, 204);
}
/*Button*/

#we_helps .bttn{
    background-color: #333;
}
.bttn{
    font-family: Montserrat;
    width: 265px;
    margin: 40px 3px;
    padding: 0px;
    border: 0px;
    background-color: #fff;
}
.btn img{
    display: inline-block;
    float: left;
    padding: 0px;
    margin: 0px;
}
.btn>p{
    font-size: 11px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    margin-bottom: -10px;
    margin-top: 10px;
}
.btn>h6{
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

/* We helps*/
.we_helps_list{
    font-size: 16px;
}
.we_helps_list i{
    color: #39c;
}

/*
                        Media Query
*/
@media (max-width: 966px){
    .navbar-nav>li{
        margin: 0px -6px 0px;
    }
    .main_content figure {
        padding: 0px;
    }
    .navbar-default .navbar-nav>li>a{
        text-align: center;
    }
    #price_table .big {
        font-size: 60px;
    }
}

@media (max-width: 480px){
    .starting-text h2 {
        font-size: 18px;
        margin-top: 0px;
        padding-top: 62px;
    }
    .site-focus-text{
        font-size: 36px;
        margin-bottom: 0px !important;
        padding-bottom: 55px;
    }
    .site-tagline-text{
        padding-top: 20px !important;
        font-size: 22px !important;
        text-transform: uppercase; 
        margin-top: 0px;
        margin-bottom: 85px;
        line-height: 40px !important;
        padding-right:5px !important;
        padding-left:5px !important;
    }
    .bttn{
        margin: -90px 3px 110px;
    }
    .about-us-text{
        padding: 0px;
    
}
    .download-subtitle {
        margin-bottom: 110px;
    }
    #price_table li {
        display: block;
        width: 100%;
    }
    .main_content{
        padding: 0px;
    }
}

/* fixes */
.navbar-toggle i {
    color: white;
    font-size: 32px;
    margin-right: 25px;
    margin-top: 7px;
}
.navbar-white .navbar-toggle i{
    color: #39C;
}

section#about {
    padding: 60px 0;
}

section#Meet {
    padding: 60px 0 30px 0;
}

.meet-item {
    margin-bottom: 30px;
    margin-top: 20px;
}

section#we_helps {
    padding: 60px 15px;
}