body {
    font-family:'Arial',Verdana,sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #001b29;
    -webkit-font-smoothing: antialiased;
    background-color: #fbfbfb;
    height: 100%;
}

html {
    height: 100%;
}

a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
    color: #dab865;
}

input:focus, textarea:focus {
    outline: 0;
}

span.h1-trademark {
    font-size: 20px;
    vertical-align: super;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    text-transform:capitalize;
    letter-spacing: 1px;
}

h1 {
    font-size: 36px;
    line-height: 60px;
}

h2 {
    font-size: 32px;
    line-height: 50px;
}

h3 {
    font-size: 26px;
    line-height: 45px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 25px;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    /*padding-left: 0 !important;*/
    margin-bottom: 15px;
    line-height: 18px;
}

li {
    list-style: none;
}

.horizontal-ul {
    line-height: 40px;
}

.horizontal-ul>li {
    margin-right: 20px;
    display: inline-block;
}

p {
    margin-bottom: 15px;
}

.black-font {
    color: #001b29;
    font-size: 26px;
    font-weight: bolder;
}

.darkgold-font {
    color: #9a7c33;
    font-size: 26px;
    font-weight: bolder;
}
.small-black-font {

    color: #001b29;
    font-size: 20px;
    /*font-weight: bolder;*/
}

.small-darkgold-font {
    color: #9a7c33;
    font-size: 20px;
    /*font-weight: bolder;*/
}
/* --------------- Common Classes --------------- */
.center {
    text-align: center;
}



.left {
    text-align: left;
}

.justify {
    text-align: justify;
}

.strong {
    font-weight: 700;
}

.floatright {
    float:right;
}

.floatleft {
    float:left;
}

.floatnone {
    float:none;
}

.fixed {
    position:fixed;
}

.absolute {
    position:absolute;
}

.relative {
    position:relative;
}

.container {
    position:relative;
    z-index: 10;
}

.section-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.animated {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.section-title {
    margin-bottom: 15px;
    padding-left: 45px;
    padding-right: 45px;
}

.section-title h1, .section-title h2, .section-title h3, .section-title h4 {
    color: #001b29;
    border-top: 1px solid;
    border-bottom: 1px solid;
    display: inline-block;
    margin-top: 0;
    padding: 8px 0;

}

.section-overlay {
    /*background: rgba(18, 53, 73, .7) !important;*/
    background:#f9f9f9;
    z-index: 5;
}



/* --------------- Pre Loader Styles --------------- */
#preloader {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#FFF;
    width: 100%;
    height: 100%;
    z-index: 10050;
}

#preloader>img {
    width: 400px;
}

.loading-circle {
    position: absolute;
    left: 49%;
    top: 49%;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border-top: 2px solid #7F8C8D;
    border-right: 2px solid rgba(0,0,0, 0);
    border-bottom: 2px solid #7F8C8D;
    border-left: 2px solid rgba(0,0,0, 0);
}

/* =============== HTML element styles =============== */
/* --------------- Button Styles --------------- */
.button-line {
    background: transparent;
    display: inline-block;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid;
    margin: 10px;
    overflow: visible;
}

.no-text .icon {
    margin: 0;
}

.btn .icon {
    margin-left: 13px;
}

.button-white {
    border-color: #DAB865;
    margin: auto;
    color: white;
    background: rgba(39, 74, 92, 0.96);
}

.button-white:hover {
    border-color: white;
    color: #DAB865;
}

/* ================ Header Section ================ */

.header-section {
    position:relative;
}

/* --------------- Main Navigation Styles --------------- */
.sticky-bar-wrap {
    position:fixed;
    width: 100%;
    z-index: 1025;
}

.sticky-section {
    width: 100%;
    height: 80px;
    z-index: 1025;
    transition: all .3s ease-in;
    background: rgba(64, 100, 119, 0.1); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(19, 57, 76, 0.91) 21%, rgba(64, 100, 119, 0.1) 42%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(19, 57, 76, 0.91) 21%, rgba(64, 100, 119, 0.1) 42%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(19, 57, 76, 0.91) 21%, rgba(64, 100, 119, 0.1) 42%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(19, 57, 76, 0.91) 21%, rgba(64, 100, 119, 0.1) 42%); /* Standard syntax */
    color: #001b29;
}
.sticky-section li {
    color: black;
}
.nav-bg {
    background: rgba(19, 57, 76, 0.91) !important;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.nav-bg ul.nav>li>a {
    color: white !important;
}

.nav-bg .navbar-toggle .icon-bar {
    background: rgb(231, 235, 237) !important;
}
.nav-dr {
    /*background: rgba(0,0,0, .6);*/
    background: rgba(18, 53, 73, 50) !important;
}

.nav-marbg {
    /*background: rgba(0,0,0, .6);*/
    background: rgba(18, 53, 73, .7) !important;
}

.nav-mardr {
    /*background: rgba(0,0,0, .6);*/
    background: rgba(18, 53, 73, 50) !important;
}


.site-name {
    font-family: 'Bangers', cursive;
    font-size: 24px;
    padding: 8px 15px;
    letter-spacing: 1px;
}
a.site-name {
    color: #9e9e9e;
}
a.site-name:hover,  a.site-name:focus{
    color: #6c6b6b;
}
.site-name span {
    color: #fff;
    padding: 0 13px;
    font-weight: 400;
    height: 35px;
    width: 35px;
    display: inline-block;
    margin-right: 17px;
    font-size: 28px;
    line-height: 35px;
}

.nav-hold {
    left: -70px;
    right: 0;
    top: 0;
    padding-top: 13px;
    z-index: 1025;
}

ul.nav > li > a {
    color: #002a40;
    font-size: 16px;
    font-weight: 400;
}

ul.nav > li > a:hover, ul.nav > li > a:focus {
    background: rgba(192,192,192,0.3) !important;
    color: #002a40 !important;
    border-top: solid #DAB865;
    outline-color: none !important;
}

li.current a,
ul.nav > li > a:hover {
    color: #000000;
    border-top: solid #DAB865;
    background-color:rgba(192,192,192,0.3);
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: #DAB865;
}
.navbar-toggle .icon-bar {
    background: rgb(39, 74, 91);
}
.navbar-nav>li>.dropdown-menu {
    padding: 0;
    width: 100%;
}
.navbar-nav>li>.dropdown-menu>li>a {
    border-top: 0;
    line-height: 35px;
    color: #002a40;
}
.dropdown-menu .divider {
    margin: 0;
}

/* --------------- Home section --------------- */


#section-home {
    position:relative;
    background: rgba(255, 255, 255, 0.19);
}

.home {
    /*min-height: 750px;*/
}

.well-come {
    position:relative;
    font-size: 50px;
    line-height: 62px;
    margin-top: 240px;
    margin-bottom: 48px;
    color:#fff !important;
    font-weight: 700;
    text-transform:uppercase;
}

.well-come:after {
    position: absolute;
    content: "";
    width: 220px;
    height: 1px;
    background-color: #FFF;
    bottom: -16px;
    left: calc(50% - 110px);
}

.intro-message {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 48px;
    color: #fff;
}


/* ================ Features Section ================ */
#section-feature {
    background-color: #fbfbfb;
}

.container.features {
    padding-top: 30px;
    padding-bottom: 10px;
}

.baraja-container {
    width: 250px;
    height: 400px;
}

.baraja-container .single-feature {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.single-feature .feature-title {
    margin-top: 18px;
}

.single-feature .feature-text {
    line-height: 1.5;
    padding: 0 10px;
    margin-bottom: 16px;
}

.baraja-container .single-feature:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(110, 110, 110, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(110, 110, 110, 0.5);
    -o-box-shadow: 0px 0px 10px rgba(110, 110, 110, 0.5);
    box-shadow: 0px 0px 10px rgba(110, 110, 110, 0.5);
}

.features-control {
    margin: auto;
    margin-top: 55px;
    width: 253px;
    z-index: 1020;
}

.control-icon {
    position: absolute;
    top:0;
    padding: 5px 15px;
    font-size: 20px;
    height: 46px;
}

.feature-link a{
    color:#fff;
    font-weight: 400;
}
.feature-link a i {
    font-weight: 300;
}

.features-control #feature-prev {
    left: 0px;
}

.features-control #feature-expand {
    left: 60px;
}

.features-control #feature-close {
    left: 120px;
}

.features-control #feature-next {
    left: 180px;
}

/* ================ Services Section ================ */
#section-services {
    padding-top: 0;
    position:relative;
    background-color: #fbfbfb;
    color: #3a3939;
}

.container.services {
    padding-top: 55px;
    padding-bottom: 20px;
}


.service {
    padding-bottom: 48px;
}

.service-icon {
    float:left;
    width: 30%;
}

.service-desc {
    display:table;
}

.service-desc h4 {
    margin-top: 0;
}

/* ================ Step-1,step-2,step-3 Sections ================ */
.container.step {
    padding-top: 120px;
    padding-bottom: 120px;
}

.container.padder {
    padding-top: 80px;
    padding-bottom: 0;
}

.section-step {
    background-color: #fbfbfb;
}

.welcome {
    /*font-size: 22px;*/
}

.step-even {
    color:#3a3939;
    /*
            background-color:#0A2536;
            color:#e5e5e5; */
}

.step-even .step-desc {
    float:right;
    margin-bottom: 0;
}

.step-even .step-img {
    float:right;
}
.step-img {
    padding: 30px 40px 0 40px;
}
.step-video {
    overflow:hidden;
}

.step-no {
    width: 95px;
    height: 95px;
    border: 2px solid;
    border-radius: 50%;
}

.step-no .no-inner {
    font-size: 72px;
    line-height: 86px;
}

.step-details .step-title {
    margin-top: 0;
    margin-bottom: 24px;
}

.step-details .step-description {
    margin-bottom: 48px;
}

.step-details .sub-steps {
    margin-left: 30px;
}

.step-details .sub-steps li {
    margin-bottom: 24px;
}

.sub-steps .icon {
    float:left;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    line-height: 40px;
    padding: 0px 13px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.sub-steps .sub-text {
    border: 1px solid;
    height: 40px;
    line-height: 40px;
    display: table;
    padding: 0 10px;
}


/* ================ Video Section ================ */
#section-video {
    position:relative;
}
.container.big-video {
    padding-top: 96px;
    padding-bottom: 120px;
}

.video-content iframe {
    border: 0 !important;
}

#section-below-nav {
    background-color: #fbfbfb;
    padding-top: 100px;
    color:#3a3939;
}

/* ================ ScreenShots Section ================ */
#section-screenshots {
    background-color: #fbfbfb;
    color:#3a3939;
}

.container.screenshots {
    padding-top: 20px;
    padding-bottom: 20px;
}

#portfolio-loader {
    display:none;
    position: relative;
    min-height: 700px;
}


.porfolio-container {
    position:relative;
}

.screenshot {
    margin-bottom: 32px;
    padding: 4px;
    border: 1px solid #f9f9f9;
    border-radius: 4px;
}

.photo-box{
    margin: auto;
    width: 225px;
    max-width: 100%;
    position:relative;
    overflow:hidden;
    text-align: center;
}

.photo-box img {
    -moz-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    -webkit-transition: all 1.2s linear;
    transition: all 1.2s linear
}

.photo-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in
}

.photo-overlay h4 {
    display:inline-block;
    color:#fff;
    font-size: 16px;
    font-weight: 700;
    padding: 4px;
    margin-top: 30px;
}

.photo-zoom:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: "";
    border-style: none solid solid none;
    border-width: 0 130px 130px 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    -moz-transform: rotate(-90deg) translatex(-40px) translatey(40px);
    -ms-transform: rotate(-90deg) translatex(-40px) translatey(40px);
    -o-transform: rotate(-90deg) translatex(-40px) translatey(40px);
    -webkit-transform: rotate(-90deg) translatex(-40px) translatey(40px);
    transform: rotate(-90deg) translatex(-40px) translatey(40px);
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in
}

.photo-zoom a {
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    bottom: 20px;
    right: 20px;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -moz-transform: translatex(40px) translatey(40px);
    -ms-transform: translatex(40px) translatey(40px);
    -o-transform: translatex(40px) translatey(40px);
    -webkit-transform: translatex(40px) translatey(40px);
    transform: translatex(40px) translatey(40px)
}

.photo-zoom a:hover {
    color:#ccc;
}


/* ------------- ScreenShots hover effect style ------------- */

.screenshot:hover .photo-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.screenshot:hover .photo-box img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.screenshot:hover .photo-zoom:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: rotate(-90deg) translatex(0) translatey(0);
    -ms-transform: rotate(-90deg) translatex(0) translatey(0);
    -o-transform: rotate(-90deg) translatex(0) translatey(0);
    -webkit-transform: rotate(-90deg) translatex(0) translatey(0);
    transform: rotate(-90deg) translatex(0) translatey(0)
}

.screenshot:hover .photo-zoom a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translatex(0) translatey(0);
    -ms-transform: translatex(0) translatey(0);
    -o-transform: translatex(0) translatey(0);
    -webkit-transform: translatex(0) translatey(0);
    transform: translatex(0) translatey(0)
}


/* ------------- Single Project ------------- */
#portfolio-load {
    display: none;
    position:relative;
    left: 105%;
    min-height: 400px;
}

.backToProject {

}

.back-button {
    display:none;
    padding-top: 60px;
}

.project-details h5, .project-info h5 {
    display:inline-block;
    margin-top:0;
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.project-details .details-list {}

.project-details .details-list li {
    color:#e5e5e5;
    margin-bottom: 4px;
}

.project-details .details-list li i {
    margin-right: 7px;
}

.project-details .details-list li .strong {
    margin-right: 8px;
}


/* ================ Testimonials Section ================ */
#section-testimonials {
    color:#e5e5e5;
}

.testimonials-wrap {
    position:relative;
}

.testimonials {
    padding-top: 120px;
    padding-bottom: 120px;
}

.testimonials .comment {
    font-size: 18px;
    margin-bottom: 48px;
}


.testimonial .happy-client {
    display: table;
    border-bottom: 1px solid;
    max-width: 280px;
    font-weight: 400;
    margin: 0 auto 5px;
}

.testimonial .client-info {
    font-size: 14px;
}

#bx-pager {
    margin-top: 48px;
}

.client-photos .photo-hold {
    display:inline-block;
    width: 100px;
    height: 100px;
    padding: 10px;
    margin-right: 20px;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
}


.client-photos .photo-bg {
    background: #000;
    display: block;
}


.client-photos img {
    opacity: .4;
}



.client-photos .active img {
    opacity: 1;
}


/* ================ Pricing Section ================ */
#section-pricing {
    background: #f9f9f9;
    color:#666;
}

.container.pricing {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pricing .section-title h3 {
    color:#666;
}

.single-pricing {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
}

.pricing-head {
    overflow: hidden;
    padding: 24px 0;
}


.best-pricing .pricing-head {
    background: #333;
}

.best-pricing .price h3 {
    color:#e5e5e5;
}

.pricing-heading {
    margin-top: 0;
    margin-bottom: 0;
}

.single-pricing .price h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 38px;
}

.single-pricing .price .dollar {
    font-size: 20px;
    vertical-align: super;
    font-weight: normal;
}

.single-pricing .price .month {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 300;
    color:#959292;
}

.single-pricing .package-features {
    margin-bottom: 15px;
}

.single-pricing .package-features li:first-child {
    border-top: 1px solid #EEE;
}

.single-pricing .package-features li {
    margin: 0px;
    padding-bottom: 9px;
    padding-top: 9px;
    border-bottom: 1px solid #EEE;
    color: #666;
}

.single-pricing .package-features li span {
    margin-right: 8px;
}

.single-pricing .sign-up {
    padding-bottom: 15px;
}


/* ================ Subscribe Section ================ */
#section-subscribe {
    position:relative;
    padding-top: 45px;
    background-color: #fbfbfb;
}

.container.subscribe {
    padding-top: 0;
    padding-bottom: 30px;
}

.subscription-success, .subscription-failed {
    display:none;
    color: #e5e5e5;
}

.subscribe h2 {
    margin-bottom: 30px;
}

#subscription-form {
    overflow: hidden;
    width: 100%;
}

#subscription-form  .input-email {
    display: block;
    height: 55px;
    padding-left: 20px;
    width: 480px;
    color: #F4F4F4;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #fff;
    margin: auto;
    margin-bottom: 14px;
}


/* ================ Download Section ================ */
#section-download {
    background-color: #333;
}

.container.download {
    padding-top: 120px;
    padding-bottom: 120px;
}

.download h2 {
    margin-bottom: 30px;
}

.download-buttons {
    clear:both;
}

.download-buttons a {
    margin-top: 0;
}



/* ================ Contact Section ================ */
#section-contact {
    position:relative;
    background: url('../Images/index/home_contact.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#section-contact:before {
    display: table;
    content: " ";
}
.contact {
    padding-bottom: 45px;
}

.contact h2 {
    margin-bottom: 30px;
}

.confirmation {
    display:none;
    clear: both;
    color: #e5e5e5;
}

.confirmation p span {
    margin-right: 8px;
}

.textarea-field, .input-field {
    border: 1px solid #111;
}

.contact-form-index .form-item {
    border: none;
    width: 100%;
    padding: 5px 15px;
    border-radius: 4px;
    background: rgba(243, 243, 243, 0.8);
    box-shadow: none;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.contact-form-index .input-field {
    margin-bottom: 5px;
    margin-top: 5px;
    height: 50px;
}

.contact-form .textarea-field {
    margin-bottom: 5px;
    margin-top: 5px;
}

.contact-form-index .form-item::-webkit-input-placeholder {
    color: #182b35;
}

.contact-form-index .form-item:-moz-placeholder {
    color: #182b35;
}

.contact-form-index .form-item::-moz-placeholder {
    color: #182b35;
}

.contact-form-index .form-item:-ms-input-placeholder {
    color: #182b35;
}

.contact-form-index .subform {
    margin-top: 20px;
}

.contact-form-index .form-item:hover, .contact-form .form-item:focus {
    border-color:#ccc;
    box-shadow: none;
    color: #ffffff;
    background: rgba(33, 67, 85, 0.61);
}

.contact-form .form-item {
    width: 100%;
    padding: 5px 15px;
    /*border-color:#ffffff;*/
    border-radius: 4px;
    background: rgba(243, 243, 243, 0.85);
    box-shadow: none;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.contact-form .input-field {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
}

.contact-form .form-item::-webkit-input-placeholder {
    color: #182b35;
}

.contact-form .form-item:hover::-webkit-input-placeholder, .contact-form .form-item:focus::-webkit-input-placeholder {
    color: #fff;
}

.contact-form .form-item:-moz-placeholder {
    color: #182b35;
}

.contact-form .form-item:hover:-moz-placeholder, .contact-form .form-item:focus:-moz-placeholder {
    color: #fff;
}

.contact-form .form-item::-moz-placeholder {
    color: #182b35;
}

.contact-form .form-item:hover::-moz-placeholder, .contact-form .form-item:focus::-moz-placeholder {
    color: #fff;
}

.contact-form .form-item:-ms-input-placeholder {
    color: #182b35;
}

.contact-form .form-item:hover:-ms-input-placeholder, .contact-form .form-item:focus:-ms-input-placeholder {
    color: #fff;
}

.contact-form .subform {
    margin-top: 20px;
}

.contact-form .form-item:hover, .contact-form .form-item:focus {
    border-color:#ccc;
    box-shadow: none;
    color: #ffffff;
    background: rgba(33, 67, 85, 0.78);
}

/* ================ Login Section ================ */
#section-login {
    position: relative;
}

#section-login label {
    color: #0e2b3a;
}

#section-login .panel {
    /*background-image: linear-gradient(#274a5b, #385968, #5d7784);*/
    background-color: #f9f9f9;
}

.login {
    padding-top: 120px;
    padding-bottom: 120px;
}

.login h2 {
    margin-bottom: 30px;
}

.confirmation {
    display:none;
    clear: both;
    color: #e5e5e5;
}

.confirmation p span {
    margin-right: 8px;
}

.login-form {
    color:#f9f9f9;
}

.login-form .input-field {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
}

.form-control:focus {
    border-color: #294c5d;
}

#login-form a {
    color: #0e2b3a;
}

.login-form .form-item {
    width: 100%;
    padding: 5px 15px;
    border-color:#ffffff;
    border-radius: 4px;
    background: transparent;
    box-shadow: none;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.login-form .form-item::-webkit-input-placeholder {
    color: #f9f9f9;
}

.login-form .form-item:-moz-placeholder {
    color: #f9f9f9;
}

.login-form .form-item::-moz-placeholder {
    color: #f9f9f9;
}

.login-form .form-item:-ms-input-placeholder {
    color: #f9f9f9;
}

.login-form .subform {
    margin-top: 20px;
}

.login-form .form-item:hover, .login-form .form-item:focus {
    border-color:#ccc;
    box-shadow: none;
}


/* ================ Footer Section ================ */
#section-footer {
    background: #284a5c;
    color: #ffffff;
    bottom: 0;
    width: 100%;
}

.footer-title {
    display: inline-block;
    margin-bottom: 40px;
    text-transform: none;
}

.social-icons ul li {
    display: inline-block;
}

.social-icons ul li a{
    margin-left: 10px;
    font-size: 28px;
    color: #9D9D9D;
    font-weight: normal;
    text-shadow: none;

    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.copyright {
    padding-top: 15px;
}

#footer{
    border-top: 1px solid rgb(222, 222, 222);
    margin-top: -2px;
    /*padding-top: 5px;*/
}
#footer .container {
    padding-bottom: 0;
    max-width: 1100px;
}
#footer #final-footer{
    border-top: 1px solid white;
    font-size: 11px;
    color: #ffffff;
}

.footer-index2 {
    background: #142934;
    width: 100%;
    margin-top: 0;
    height: 65px;
    padding-top: 25px;
    display: table;
}
.footer-index2 div.child-footer1 {
    padding-left: 10px;
    color: white;
    font-size: 13px;
}
.footer-index2 div.child-footer2 {
    padding-right: 10px;
    color: white;
}
.column-footer {
    display: inline-block;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    height: 160px;
    padding-top: 28px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: middle;
}
.column-footer>.glyphicon {
    font-size: 30px;
    color: #dab865;
}

i.fa {
    color: #DAB865;
}

.navbar-logo {
    position: relative;
    float: left;
    padding: 0px 0px;
    margin-top: -13px;
    margin-right: 0;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.card-stand {
    position: relative;
}

.card-link {
    position: absolute;
    top: -50px;
}

/*Vegas Button Sliders*/
#section-home #previousSlider {
    float: left;
    /*-webkit-animation: mymoveleft 0.5s infinite;  Chrome, Safari, Opera */
    /*animation: mymoveleft 0.5s infinite;*/
}

#section-home #nextSlider {
    float: right;
    /*-webkit-animation: mymoveright 0.5s infinite;  Chrome, Safari, Opera */
    /*animation: mymoveright 0.5s infinite;*/
}

div.section-playSlider {
    position: absolute;
    top: 377px;
    width: 100%;
}

div.section-playSlider .button-slider {
    border: 1px solid #dab865;
    z-index: 9999;
    background: rgb(46, 80, 97);
    border-radius: 131px;
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 58px;
    cursor: pointer;
    color: #dab865;
    position: relative;
}

div.section-playSlider .button-slider:hover {
    border: 2px solid #dab865;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymoveleft {
    from {right: 0px;}
    to {right: 10px;}
}
/* Standard syntax */
@keyframes mymoveleft  {
    from {right: 0px;}
    to {right: 10px;}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymoveright {
    from {left: 0px;}
    to {left: 10px;}
}
/* Standard syntax */
@keyframes mymoveright  {
    from {left: 0px;}
    to {left: 10px;}
}
/*END - Vegas Button Sliders*/

#section-verfify {
    position: relative;
}

#section-value {
    background: url('../Images/index/home_apexcellor_value.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*Register Form Section*/

.panel-primary {
    border-color: #dab865;
}

.panel-primary>.panel-heading {
    background-color: #f9f9f9;
    color: #0e2b3a;
    border-color: #f9f9f9;
    font-size: 20px;
    margin-top: 12px;
}

#section-login .panel-body .col-xs-4, #section-login .panel-body .col-xs-8, #section-login .panel-body .col-sm-2, 
#section-login .panel-body .col-sm-3, #section-login .panel-body .col-sm-4, #section-login .panel-body .col-sm-6, 
#section-login .panel-body .col-sm-12 {
    padding-right: 8px;
    padding-left: 8px;
}

/*END - Register Form Section*/

/*Divider Section*/
.divider .gradient-background {
    height: 30px;
    background: rgba(64, 100, 119, 0.1); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(right, rgba(19, 57, 76, 0.91) 21%, rgba(64, 100, 119, 0.1) 42%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, rgba(19, 57, 76, 0.91) 21%, rgba(64, 100, 119, 0.1) 42%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, rgba(19, 57, 76, 0.91) 21%, rgba(64, 100, 119, 0.1) 42%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, rgba(19, 57, 76, 0.91) 21%, rgba(64, 100, 119, 0.1) 42%); /* Standard syntax */
}
/*END - Divider Section*/

/*ul, li icons*/ 
.swish ul {  
    margin: 0.75em 0;
    padding: 0 1em;  
    list-style: none;  
}  
.swish li:before {   
    content: url('../Images/icons/golden swish2.png');  
    /*    border-color: transparent #284a5c;  
        border-style: solid;  
        border-width: 0.35em 0 0.35em 0.45em;  */
    display: block;  
    height: 0;  
    width: 0;  
    left: -14px;  
    top: 9px;  
    position: relative;  
} 

.tick ul {  
    margin: 0.75em 0;
    padding: 0 1em;  
    list-style: none;  
}  
.tick li:before {   
    content: url('../Images/icons/tick mark golder.png');
    /*    border-color: transparent #284a5c;  
        border-style: solid;  
        border-width: 0.35em 0 0.35em 0.45em;  */
    display: block;  
    height: 0;  
    width: 0;  
    left: -39px;  
    top: -5px;   
    position: relative;  
} 

/*END - ul, li icons*/

.techzone-services {
    display: inline-block;
    width: 100%;
    color:#f9f9f9; 
    background-color:#284b5c;
}

.techzone-services  .popover-title{
    color: #001b29;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.techzone-services  .popover-content {
    color: #001b29;
}
/*Get Started Form*/
#getStarted .row{
    margin: 8px 0;
}
#getStarted hr {
    border-top: 1px solid #12232c;
}
#getStarted .calPercent {
    height: 22px;
    width: 0px;
    max-width: 100%;
    background: #284a5c;
}
#getStarted .totalPercent {
    width: 200px;
    border: 2px solid #DAB865;
}
.getStarted0 {
    height: 55px;
    width: 100%;
}

#getStarted .radio-inline>label {
    font-weight: 400;
    cursor: pointer;
}
#getStarted input[type=radio] {
    cursor: pointer;
}
#getStarted .btnSectionChange {
    width: 100%;
    height: 40px;
}

#getStarted .btnSectionChange > .btnPrevious {
    float: left;
    color: #dab865;
}

#getStarted .btnSectionChange > .btnNext {
    float: right;
    color: #dab865;
}

#getStarted .inactive {
    display: none;
}

#getStarted a {
    cursor: pointer;
    color: #dab865;
}
/*END - Get Started Form*/

.captcha-input {
    display: inline-block;
    width: 300px !important;
    max-width: 100%;
    height: 40px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #ccc;
}

.download_pdf {
    position: absolute; float: right; right: 0;
    z-index: 999;
}
.download_pdf .button-white{
    border: #dab865 2px solid;
    height: 40px;
}
.g-recaptcha>div {
    margin: auto;
}