



@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700);





/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 21px;
    font-weight: 300;
    color: #666;
    /*background: url(../images/patterns/1.png) fixed repeat;*/
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.margin-bottom {
    margin-bottom: 20px;
}

.classic-title {
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.margin-top {
    margin-top: 20px;
}

.margin-title {
    margin-top: 50px;
}

.marginv30 {
    margin: 30px auto;
}

strong, b {
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

.homeContent h2 {
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.homeContent p {
    text-align: justify;
}

.richtextarea {
    white-space: pre-line;
}

.mainTable td, .mainTable th {
    padding: 5px;
}

a {
    color: red;
}

ul, ol {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

.contentlist ul {
    list-style: disc;
    margin: 5px 20px;
}


a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

    a:hover {
        color: #444;
    }

    a, a:hover {
        text-decoration: none;
    }

i {
    font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 0;
    color: #444;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

p {
    color: #666;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    margin: 0;
}

    p strong {
        font-weight: 600;
    }

.accent-color-bg {
    color: #fff;
}

.whiteHyperlink {
    color: #ccc !important;
}


.uppercase {
    text-transform: uppercase;
}

.image-text {
    margin-right: 10px;
}

a.main-button, input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    a.main-button:hover, input[type="submit"]:hover {
        background: #444;
        color: #fff;
    }

    a.main-button i {
        font-size: 1.2em;
    }

input[type="submit"] {
    border: none;
}

.tooltip .tooltip-inner {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

#content {
    padding: 60px 0;
}

    #content.full-sections {
        padding: 0;
    }

.section {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

    .section.repeat-bg {
        background-repeat: repeat;
        -webkit-background-size: auto !important;
        -moz-background-size: auto !important;
        -o-background-size: auto !important;
        background-size: auto !important;
    }

.bg-parallax {
    background-attachment: fixed;
}

.section-video {
    position: absolute;
    z-index: 33;
    left: 0;
    top: -100px;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

    .section-video object {
        display: block;
        width: 100% !important;
        height: auto !important;
    }

    .section-video img {
        display: block;
        width: 100% !important;
        height: auto !important;
    }

.section-video-content {
    z-index: 35;
    position: relative;
    opacity: 0.98;
}

.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 34;
    opacity: 0.7;
}

.light-section {
    color: #fff;
}

    .light-section .testimonials {
        color: #666;
    }

        .light-section .testimonials .testimonial-content p {
            color: #c4c4c4;
        }

#container {
    background-color: #fff;
}

.boxed-page {
    position: relative;
    width: 1220px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

    .boxed-page header {
        width: 1220px;
    }

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999999999;
}

.spinner {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-animation: rotatee 2.0s infinite linear;
    animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -webkit-animation: bouncee 2.0s infinite ease-in-out;
    animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}



/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/

header {
    /*position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 9999999;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.fixed-header {
    opacity: 0.95;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}

header {
    background: url(../Images/Background.jpg);
    background-size: 100% 100%;
}

.titlebar {
    background: url(../Images/texture.png) repeat;
    padding: 40px 10px;
    margin: 0px auto;
    text-transform: uppercase;
}

.topbar img {
    height: 250px;
    padding: 20px 0px;
}

.topbar p {
    font-size: xx-large;
    color: #f1c967;
}

.topbar h2 {
    color: #bd7c07;
    line-height: 45px;
}

/*.navbar {
    margin-bottom: 0;
    background: #fff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    background: -webkit-linear-gradient(#bd7c07, #f1c967,#bd7c07); 
    background: -o-linear-gradient(#bd7c07, #f1c967,#bd7c07); 
    background: -moz-linear-gradient(#bd7c07, #f1c967,#bd7c07);
    background: linear-gradient(#bd7c07, #f1c967,#bd7c07);
}*/

 .navbar {
    margin-bottom: 0;
    background: #fff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
background:rgba(50, 50, 50, 0.3)
}

.navbar-brand {
    position: relative;
    padding: 15px 0;
    margin: 0 !important;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navbar-brand {
    display: none;
}

    .navbar-brand img {
        display: inline;
    }

    .navbar-brand strong {
        color: #ba7802;
        font-size: medium;
    }

.navbar-default .navbar-nav {
    margin-right: 10px !important;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

    .navbar-default .navbar-nav > li {
        margin-left: 6px;
    }

        .navbar-default .navbar-nav > li:first-child {
            margin-left: 0;
        }

        .navbar-default .navbar-nav > li > a {
            color: white;
            display: block;
            font-size: large;
            font-weight: 300;
            padding: 15px 15px 15px 15px;
            overflow: hidden;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            font-weight: 400;
        }

        .navbar-default .navbar-nav > li.active > a {
            background-color: transparent !important;
            font-weight: bold;
            color: lightgray;
        }

        /*.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
	border-bottom: 2px solid;
}*/

        .navbar-default .navbar-nav > li > a i {
            margin: 0 -2px 0 -5px;
        }

        .navbar-default .navbar-nav > li > a:after {
            position: absolute;
            bottom: 0;
            content: '';
            left: 50%;
            display: block;
            height: 5px;
            width: 5px;
            opacity: 0;
            margin: 0 0 -3px -2px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
        }

        .navbar-default .navbar-nav > li > a.active:after {
            opacity: 1;
        }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: transparent;
    }

/*.navbar-default .navbar-nav .dropdown {
        position: absolute;
        left: 0;
        top: 100%;
        width: 180px;
        background-color: #fff;
        visibility: hidden;
        z-index: 2;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .navbar-default .navbar-nav > li.drop:hover .dropdown {
        visibility: visible;
        opacity: 1;
    }*/


.portfolio-border {
    padding: 10px;
    margin: 10px auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .portfolio-border h3 {
        letter-spacing: 5px;
        padding-bottom: 10px;
    }

    .portfolio-border a {
        margin-top: 10px;
        width: 100px;
    }

    .portfolio-border .portfolio-details {
        height: 90px;
        margin-top: 10px;
    }

    .portfolio-border .img-circle {
        background: #333;
        margin: 10px auto;
        padding: 10px;
        text-align: center;
        color: white;
        width: 50px;
        height: 50px;
    }

.parentTable {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.center-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.inline-center {
    display: inline-block;
    vertical-align: middle;
}


@media (max-width:768px) {

    .topbar {
        display: none;
    }

    .navbar-brand {
        display: block;
    }

    .center-cell {
        display: block !important;
        text-align: center;
    }

    .lcol-2 li {
        float: left;
        width: 100% !important;
    }

    .parentTable .img-responsive
    {
        margin-bottom: 10px;
    }

    .footer-content h4{
        margin-top: 20px;
    }

    .copyright-section, .copyright-section p, .copyright-section .develop
    {
        text-align:center !important;
    }
}


footer {
    /*background-color: #222;*/
     background: url(../Images/Background.jpg);
    background-size: 100% 100%;
    padding-top: 60px;
    border-top: 4px solid blue;
    color: #fff;
}

    footer p {
        color: #fff;
    }

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: whitesmoke;
            text-decoration: underline;
        }

.footer-content h4 {
    color: #eee;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}


.footer-content ul.payment-icons li i {
    font-size: 2.0em;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 3px;
    padding: 0px 1.5px;
    background: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.footer-content address {
    margin-bottom: 0px;
}

.icons-list ul.social-icons li a i {
    color: #333;
}

    .icons-list ul.social-icons li a i:hover {
        color: #fff;
    }

ul.social-icons li a i {
    font-size: 1.4em;
    width: 36px;
    height: 36px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.social-icons li, .footer-content ul.payment-icons li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
}

    ul.social-icons li a:hover {
        text-decoration: none;
    }

    ul.social-icons li a.facebook:hover i {
        background-color: #507CBE;
    }

    ul.social-icons li a.twitter:hover i {
        background-color: #63CDF1;
    }

    ul.social-icons li a.google:hover i {
        background-color: #F16261;
    }

    ul.social-icons li a.youtube:hover i {
        background-color: #B62025;
    }

    ul.social-icons li a.skype:hover i {
        background-color: #36C4F3;
    }

.footer-content ul.payment-icons .fa-cc-paypal {
    color: #253b80;
}

.footer-content ul.payment-icons .fa-cc-visa {
    color: #0157a2;
}

.footer-content ul.payment-icons .fa-cc-mastercard {
    color: #0a3a82;
}

.footer-content ul.payment-icons .fa-cc-discover {
    color: #f68121;
}

.footer-content ul.payment-icons .fa-cc-amex {
    color: #007bc1;
}

.footer-content .services {
    color: #fff;
}

.copyright-section {
    margin-top: 20px;
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(255,255,255,.06);
}

.letter-3x {
    letter-spacing: 3px;
}

.copyright-section p {
    font-size: 11px;
}


.copyright-section .develop a {
    color: #fff;
}

.copyright-section .develop {
    text-align: right;
}

#map {
    position: relative;
    height: 350px;
    width: 100%;
}


.icons-list .contact-icon {
    margin: 3px;
    width: 15px;
    text-align: center;
}

.icons-list .para {
    width: 50px;
    display: inline-block;
}

.icons-list {
    letter-spacing: 2px;
}

.lcol-2 li {
    float: left;
    width: 50% !important;
}


.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    font-size: small;
}

/*.careerSkills li, .careerSkills p
{
    font-size: medium;
    line-height: 25px;
}*/


.main-form .col-xs-3, .main-form .col-xs-9 {
    padding: 0px !important;
}

.checkbox-block {
    margin-left: 20px;
}

.label-center {
    display: table-cell;
    vertical-align: middle;
}

.normalbutton {
    width: 130px;
}

.form-signin {
    padding: 15px;
    margin: 0 auto !important;
}

    .form-signin > div {
        max-width: 330px;
        text-align: center;
        margin: 0 auto !important;
    }

    .form-signin input {
        margin: 15px 5px;
    }

    .form-signin h3 {
        margin: 15px;
    }

.validation-summary-errors {
    font-weight: bold;
    color: red;
}

.profile-img-card {
    height: 96px;
    margin: 20px auto 40px auto;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.homeSlider img {
    width: 100%;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    left: 0px !important;
    border: 0px !important;
}

.message-error {
    color: red;
    font-weight: bold;
    margin: 0px 0px 30px 0px;
}



#txtFinalAmount
{
    font-weight:bold;
}