
.btn-primary.active,
.btn-primary:active,
.btn-xl.active,
.btn-xl:active,
.open .dropdown-toggle.btn-primary,
.open .dropdown-toggle.btn-xl {
    background-image: none
}
body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    webkit-tap-highlight-color: #2b9cd4
}
.btn-primary,
.btn-xl,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700
}
.text-muted {
    color: #777
}
.text-primary,
a {
    color: #2b9cd4
}
p {
    font-size: 14px;
    line-height: 1.75
}
p.large {
    font-size: 16px
}
a,
a.active,
a:active,
a:focus,
a:hover {
    outline: 0
}
a.active,
a:active,
a:focus,
a:hover {
    color: #fec503
}
.img-centered {
    margin: 0 auto
}
.bg-light-gray {
    background-color: #eee
}
.bg-darkest-gray {
    background-color: #222
}
.btn-primary {
    color: #fff;
    background-color: #2b9cd4;
    border-color: #2b9cd4
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #2b9cd4;
    border-color: #2b9cd4
}
.btn-primary .badge {
    color: #2b9cd4;
    background-color: #fff
}
.btn-xl {
    color: #fff;
    background-color: #2b9cd4;
    border-color: #2b9cd4;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px
}
.btn-xl.active,
.btn-xl:active,
.btn-xl:focus,
.btn-xl:hover,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01
}
.btn-xl.disabled,
.btn-xl.disabled.active,
.btn-xl.disabled:active,
.btn-xl.disabled:focus,
.btn-xl.disabled:hover,
.btn-xl[disabled],
.btn-xl[disabled].active,
.btn-xl[disabled]:active,
.btn-xl[disabled]:focus,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl,
fieldset[disabled] .btn-xl.active,
fieldset[disabled] .btn-xl:active,
fieldset[disabled] .btn-xl:focus,
fieldset[disabled] .btn-xl:hover {
    background-color: #2b9cd4;
    border-color: #2b9cd4
}
.btn-xl .badge {
    color: #2b9cd4;
    background-color: #fff
}
.navbar-login {
       background: url(../img/headerBG.png);
    padding: 15px;
    position: absolute;
    width: 100%;
    z-index: 99;
    background-size: 100% 100%;
    height: 125px;
}
.nav-logo img{width: 120px;
    opacity: 0.5;
	}
.navbar-custom {
    background-color: #222;
    border-color: transparent
}
.navbar-custom .navbar-brand {
    color: #2b9cd4;
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive
}
.navbar-custom .navbar-brand.active,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:hover {
    color: #fec503
}
.navbar-custom .nav li a,
.navbar-custom .navbar-toggle {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #808080;
    text-transform: uppercase
}
.navbar-custom .navbar-collapse {
    border-color: rgba(255, 255, 255, .02)
}
.navbar-custom .navbar-toggle {
    background-color: #2b9cd4;
    border-color: #2b9cd4;
    font-size: 12px
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:hover {
    background-color: #2b9cd4
}
.navbar-custom .nav li a {
    font-weight: 400;
    letter-spacing: 1px
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover {
    color: #2b9cd4;
    outline: 0
}
.navbar-custom .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #2b9cd4
}
.navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #2b9cd4
}
.fixed {
    position:fixed;
    top:0;
}
@media (min-width: 768px) {
    
    .navbar-custom {
        background-color: #fff;
        padding: 15px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: none
    }
    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-custom .navbar-nav>.active>a {
        border-radius: 3px
    }
    .navbar-custom.affix {
        background-color: #222;
        padding: 10px 0
    }
    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em
    }
}
header {
    background-image: url(../img/header-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff
}
header .intro-text {
	padding-top: 200px;
    padding-bottom: 550px;
}
header .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px
}
header .intro-text .intro-heading {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px
}
@media (min-width: 768px) {
    header .intro-text {
     	padding-top: 150px;
    padding-bottom: 550px;
    }
    header .intro-text .intro-lead-in {
        font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-style: italic;
        font-size: 50px;
        line-height: 40px;
        margin-bottom: 25px
    }
    header .intro-text .intro-heading {
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 50px
    }
}
input[type=submit] {
    width: 14em;  height: 2em;
    background-color:#f8931d;
    font-size: 29px;
    color:white
}
#service .portfolio-item .portfolio-caption p,
section h3.section-subheading {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic
}
section {
    padding: 100px 0;
    border-bottom: 5px solid #fff;
}
section h2.section-heading {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 15px
}
section h3.section-subheading {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 75px
}
#work {
    background: url(../img/work.jpg) no-repeat;
   
    background-size: cover;
    background-position: top center;
    color: #fff;
    position: relative;
}
#features p {
    color: #fff;
    font-style: initial;
    font-size: 18px;
   
	padding-right: 71px;
}
#features .work-item-box {
    background: rgba(255,255,255,0.8);
}
.featuremargin{
	margin-top:165px;
}
.contact-txt {
    color: #fff;
}
#features {
    background: url(../img/features.jpg) no-repeat;
   
    background-size: cover;
    background-position: top center;
    color: #fff;
    position: relative;
	    padding-bottom: 0px;
}
#work{
	padding-bottom:0px;
}
#work p{color: #fff;}
.work-item-box {
    background: #bcfc65;
    color: #333;
    padding: 20px;
    text-align: center;
    min-height: 250px;
    height: auto;
    opacity: 0.8;
}
.work-item-box p {
    color: #333 !important;
    font-size: 16px;
}
@media (min-width: 768px) {
    section {
        padding: 80px 0
    }
}
.service-heading {
    margin: 15px 0;
    text-transform: none
}
#service .portfolio-item {
    margin: 0 0 15px;
    right: 0
}
#service .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto
}
#service .portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(142, 198, 63, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s
}
#service .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1
}
#service .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: #fff
}
#service .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px
}
#service .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#service .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0
}
#service .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 25px
}
#service .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0
}
#service .portfolio-item .portfolio-caption p {
    font-size: 16px;
    margin: 0
}
footer span.copyright,
footer ul.quicklinks {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif
}
#service * {
    z-index: 2
}
@media (min-width: 767px) {
    #service .portfolio-item {
        margin: 0 0 30px
    }
}
.timeline {
    list-style: none;
    padding: 0;
    position: relative
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px
}
.timeline>li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px
}
.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}
.timeline>li:after {
    clear: both
}
.timeline>li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left
}
.timeline>li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}
.timeline>li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}
.timeline>li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #2b9cd4;
    color: #fff;
    border-radius: 100%;
    border: 7px solid #f1f1f1;
    text-align: center
}
.timeline>li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}
.timeline>li:last-child {
    margin-bottom: 0
}
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit
}
.timeline .timeline-heading h4.subheading {
    text-transform: none
}
.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0
}
section.schedule {
    text-align: center;
    background-color: #f8931d;
    padding: 0;
}
section.schedule a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 30px;
    line-height: 90px;
}
.serviceBox {
    text-align: center;
    background: #2a4b61;
    color: #fff;
    padding: 65px 30px;
    min-height: 300px;
}
.service-item {
    padding-left: 2px;
    padding-right: 2px;
}
.service-main {
    padding: 0;
}
@media (min-width: 768px) {
    .timeline:before {
        left: 50%
    }
    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px
    }
    .timeline>li .timeline-panel {
        width: 41%;
        float: left;
        padding: 0 20px 20px 30px;
        text-align: right
    }
    .timeline>li .timeline-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px
    }
    .timeline>li .timeline-image h4 {
        font-size: 13px;
        margin-top: 16px;
        line-height: 18px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        text-align: left;
        padding: 0 30px 20px 20px
    }
}
@media (min-width: 992px) {
    .timeline>li .timeline-panel,
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px
    }
    .timeline>li {
        min-height: 150px
    }
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px
    }
    .timeline>li .timeline-image h4 {
        font-size: 18px;
        margin-top: 30px;
        line-height: 26px
    }
}
@media (min-width: 1200px) {
    .timeline>li {
        min-height: 170px
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px
    }
    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px
    }
    .timeline>li .timeline-image h4 {
        margin-top: 40px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px
    }
}
.team-member {
    text-align: center;
    margin-bottom: 50px
}
.team-member img {
    margin: 0 auto;
    border: 7px solid #fff
}
.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none
}
.team-member p {
    margin-top: 0
}
aside.clients img {
    margin: 50px auto
}
section#contact {
    background-color: #222;
    background-position: center;
    background-repeat: no-repeat;
	border-bottom:0px;
}
.contact-box{color: #fff;}
.contact-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-box ul li{padding: 7px 0px;}
.contact-box ul li a{font-size: 18px;color: #fff;text-decoration: none; transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;}
.contact-box ul li a:hover{color: #f8931d;}
section#contact .section-heading {
    color: #fff
}
section#contact .form-group {
    margin-bottom: 25px
}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px
}
section#contact .form-group input.form-control {
    height: auto
}
section#contact .form-group textarea.form-control {
    height: 236px
}
section#contact .form-control:focus {
    border-color: #2b9cd4;
    box-shadow: none
}
section#contact::-webkit-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eee
}
section#contact:-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eee
}
section#contact::-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eee
}
section#contact:-ms-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eee
}
section#contact .text-danger {
    color: #e74c3c
}
.subscribe-form input {
    position: relative;
    background: #808080;
    border: 0;
    max-width: 223px;
    width: 100%;
    height: 51px;
    padding: 18px;
    border-radius: 3px;
    border: 1px solid;
}
.subscribe-form span a {
    background: #a78760;
    padding: 16px;
    line-height: 51px;
    height: 41px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #fff;
}
.social-icons ul li {
    float: left;
    margin: 20px 5px;
    width: 60px;
}
.social-icons ul li a {
    color: #b89872;
    font-size: 35px;
    border: 2px solid #b89872;
    padding: 10px;
}
.subscribe-form span {
    position: absolute;
    transform: translate(-13px, 0px);
    -webkit-transform: translate(-13px, 0px);
    -o-transform: translate(-13px, 0px);
}
footer {
    padding: 25px 0;
    text-align: center
}
.copyright {
    padding: 10px;
    color: #f8931d;
    font-size: 20px;
}
footer span.copyright {
    line-height: 40px;
    text-transform: uppercase;
    text-transform: none
}
footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    text-transform: uppercase;
    text-transform: none
}
ul.social-buttons {
    margin-bottom: 0
}
ul.social-buttons li a {
    display: block;
    background-color: #222;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}
ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    background-color: #2b9cd4
}
.btn.active,
.btn:active,
.btn:active:focus,
.btn:focus {
    outline: 0
}
.portfolio-modal .modal-dialog {
    margin: 0;
    height: 100%;
    width: auto
}
.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center
}
.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em
}
.portfolio-modal .modal-content p {
    margin-bottom: 30px
}
.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px
}
.portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px
}
.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}
.portfolio-modal .close-modal:hover {
    opacity: .3
}
.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}
.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}
.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none
}
::-moz-selection {
    text-shadow: none;
    background: #2b9cd4
}
::selection {
    text-shadow: none;
    background: #2b9cd4
}
img::selection {
    background: 0 0
}
img::-moz-selection {
    background: 0 0
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 4px 15px;
    font-size: 18px;
    line-height: 20px;
}
.login {
    text-align: right;
}
.login a {
    /* background-color: #8dc63f; */
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    text-decoration: none;
}
.carousel-caption {
    left: 10%;
    right: 45%;
    bottom: 30%;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}
.carousel-caption h3 {
    font-size: 90px !important;
    font-weight: normal;
}
.carousel-caption h4 {
    font-size: 50px !important;
    font-weight: normal;
}
.carousel-caption p{font-size: 16px;font-weight: normal;}
a.caption-btn {
    background-color: rgba(247,148,29, 0.8);
    color: #fff;
    padding: 17px 20px;
    border-radius: 3px;
    font-size: 25px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 76px;
    font-weight: bold;
}
.nav-logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
/*    background-color: rgba(000, 000, 000, 0.5);*/
    border-radius: 5px;
    padding: 20px;
    left: 10%;
    top: 85px;
    color: #fff;
    font-size: 40px;
}
.drop-login {
    max-width: 400px;
    position: absolute;
    right: 4px;
    margin-top: 62px;
    z-index: 99;
    background: rgba(255,255,255, 0.8);
    padding: 10px;
    box-shadow: 0px 0px 5px 0px #000;
    display: none;
}
.form-div {
    text-align: left;
    font-size: 24px;
}
.form-div i {
    position: absolute;
    right: 5%;
    margin-top: 7px;
    font-size: 55px;
}
.drop-login a.btn.btn-danger {
    background: #f7941d;
    width: 100%;
    padding: 5px;
    font-size: 27px !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.drop-login a {
    padding: 0;
    font-size: 22px !important;
    text-align: left;
    float: left;
    width: 100%;
    color: #3a3a3a;
}
.form-div input {
    background: transparent;
    border: 0;
    width: 100%;
    position: relative;
    height: 45px;
    margin-bottom: 10px;
    border-bottom: 2px solid #eee;
    padding: 36px 10px;
    box-shadow: 0px 2px 0px 0px #aaa;
}
.carousel-indicators{z-index: 1 !important;}
#mainNav {
    background: #f8931d;
    color: #fff;
   
    border-bottom: 3px solid #fff;
    z-index: 11;
    margin-bottom: 0;
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    o-transition: all 0.5s ease;
		position:fixed;
	bottom:0px;
	width:100%;
	height:100px;
	border-radius:0px;
}
li.navLogo {
    width: 110px;
}
li.navLogo img {
    width: 100%;
}
li.navLogoFew {
    width: 110px;
}
li.navLogoFew img {
    width: 100%;
}
#mainNav a {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.1px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 54px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;

}
ul.nav.navbar-nav li a {
    padding: 10px 30px;
}
.navbar-nav>li>a:hover {
    background-color: #ec8309 !important;
}
.navbar-nav>li>a:focus {
    background-color: #ec8309 !important;
}
.navbar-nav>li>a:active {
    background-color: #ec8309 !important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ec8309 !important;
}

li.navLogo a {
    padding: 5px !important;
}
li.navLogo {
    width: 96px;
    display: none;
}
.fixed li.navLogo {display: block;}

li.navLogoFew a {
    padding: 5px !important;
}
li.navLogoFew {
    width: 96px;
    display: block;
}
.fixed li.navLogoFew {display: block;}

#about {
    background: url(../img/about-bg.jpg) no-repeat;
   
    background-position: center center;
    background-size: cover;
	padding-top: 110px;
}
.menuactive{
	background-color:#002157;
	margin-bottom:-10px;
}
#inner-bg {
    background: url(../img/signup-bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff;
}
#inner-bg h2{font-size: 4em;font-weight: normal;}
#inner-bg p{font-size: 2.5em;}
#inner-bg span{color: #8ec63f;}
#about h2, #about h4 {
    color: #8dc63f;
}
#about p{color: #fff;}
.signupbg {
    background-color: #252525;
    min-height: 600px;
    padding-top: 100px;
	color:#fff;
}
.innerBG {
    background-color: #002157;
    min-height: 400px;
    padding-top: 150px;
	color:#fff;
}
.signup-form {
    background: rgba(255,255,255, 0.8);
    color: #5a5a5a;
    padding: 20px;
    padding-bottom: 97px;
    margin-bottom: 54px;
}
.signup-details h1 {
    font-size: 8em;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
input:focus{
    border-bottom: 2px solid #8ec63f;
}
.form-txt {
font-family: 'Roboto', sans-serif;
    font-size: 2em;
    padding-bottom: 18px;
    border-bottom: 3px solid #ccc;
    padding-top: 10px;
    margin-bottom: 10px;
}
.form-txt span{color: #8ec63f; text-transform: uppercase;font-weight: bold;}
.signup-details h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 3em;
    margin-bottom: 15px;
}
.form-div select {
    background: transparent;
    border: 0;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 2px solid #eee;
    padding: 20px 10px;
    box-shadow: 0px 2px 0px 0px #aaa;
    color: #aeaeae;
	height: 70px;
 
}
.brdnone{ border-bottom:none;}
a.view-btn {
    float: left;
    text-align: center;
    width: 100%;
    padding: 12px;
    background: #f8931d;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
a.view-btn:hover{
    background-color: #f99c2f;
}
.inner-container {
    display: inline-block;
    width: 100%;
}
.inner-txt {
    display: table-cell;
}
.inner-icon {
    float: left;
    padding: 30px;
    padding-top: 0;
}
.inner-icon i {
    font-size: 29px;
    border: 1px solid #fff;
    width: 57px;
    height: 57px;
    border-radius: 50px;
    line-height: 56px;
    text-align: center;
}
.inner-col p {
    font-size: 18px;
    font-weight: normal;
    padding-top: 20px;
}
.featuresBox{
	margin-bottom:30px;
}
.awsome{ font-size:40px;
margin-bottom:30px;}
.featuresBG{background-color: #dbdbdb; padding: 20px 0px; border-bottom:5px solid #fff;border-top:5px solid #fff;}
.features-main h3{color: #fb9318; text-align: center;}
.features-main{float: left;width: 100%;}
.inner-col {
    float: left;width: 100%;
}
.inner-txt h3 {
    text-transform: inherit;
    margin: 0;
}
.featuresBox h3 {
    text-align: left;
    color: #333;
}

@media only screen and (max-width : 480px)   {
	.carousel-caption h4 {
    font-size: 31px !important;
    font-weight: normal;
}
.carousel-caption h3 {
    font-size: 38px !important;
    font-weight: normal;
}
.carousel-caption p {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}
    .navbar-login{position: relative;padding-bottom: 0px;}
    .nav-logo{display: none;}
	.nav-logofew{display: block;}
    .carousel-caption {
    left: 10%;
    right: 0%;
    bottom: 2%;
    text-align: left;
}
    .carousel-inner>.item, .carousel-inner>.item img{min-height: 100%;}
    .navbar-login {
    background: url(../img/headerBG.png) 0 0px no-repeat;
    width: 100%;
    z-index: 99;
    height: 69px;
}
    a.caption-btn {
    padding: 7px 12px;
    font-size: 18px;
}
}
p {
    font-size: 18px;
    line-height: 1.75;
}
.contactbg{
    background: url(../img/contactus.jpg) no-repeat;
    background-position: 0px 69px;
    background-size: 100%;
    min-height: 538px;
    padding-top: 84px;
    color: #fff;
}
#contact-bg{
	background-color:#002157;
	color:#fff;
	border-top: 5px solid #fff;
	
}
#container{
	background-color:#002157;
	color:#fff;
	border-top: 5px solid #fff;
	
}
.navbar-login-innerpage {
    background: none;
    padding: 15px;
    position: fixed;
    width: 30%;
    z-index: 999;
    background-size: 100% 100%;
    height: 125px;
    top: 7px;
    right: 5px;
}
.innerpagemenu {
   
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100px;
}
.drop-login-innerpage {
    
    margin-top: 33px;
    
}