﻿@charset "utf-8";

/*
------------------------------------------------------------
Project Name : Discretionary Trustdeed;
------------------------------------------------------------
*/
@font-face{
 font-family:'ProximaNovaRegular';
 src:url('../fonts/ProximaNova-Regular.eot');
 src:url('../fonts/ProximaNova-Regular.eot') format("embedded-opentype"),
 url('../fonts/ProximaNova-Regular.woff2') format("woff2"),
 url('../fonts/ProximaNova-Regular.woff') format("woff"),
 url('../fonts/ProximaNova-Regular.ttf') format("truetype"),
 url('../fonts/ProximaNova-Regular.svg') format("svg");
 font-style:normal;
 font-weight:400;
}

/* General 
--------------------------------------------------------------------------------------------------------*/
*, *:focus {
    outline: none !important;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

a, .container, .logo img, #header, .login-info, .btn {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

html, body {
    height: 100%;
}

body {
    /*font-size: 14px;*/
	font-size: 15px;
    line-height: 18px;
    color: #4e6271;
    font-family: 'ProximaNovaRegular', sans-serif;
    font-weight: 400;
}

.wrapper {
    min-height: 100%;
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}

    .wrapper:before {
        position: absolute;
        top: 0;
        left: 0;
        background: #e77e16;
        height: 85px;
        content: "";
        width: 100%;
    }

.content-wrapper {
    max-width: 980px;
    margin: 0 auto;
}

a {
    /*color: #e77e16;*/
    text-decoration: none !important;
}

    a:hover {
        text-decoration: none;
        color: #ef9235;
    }

hr {
    border-color: #c0c7cf;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
    padding: 0 0 20px;
    margin: 0;
}

    h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
        display: block;
        font-size: 0.5em;
        line-height: 1.2em;
    }

h1 {
    font-size: 3.2em;
}

h2 {
    font-size: 3.14em;
}

h3 {
    font-size: 3em;
}

h4 {
    font-size: 2.14em;
}

h5 {
    font-size: 1.71em;
}

h6 {
    font-size: 1.28em;
}

strong {
    font-weight: 700;
}

p {
    padding: 0 0 20px;
    margin: 0;
}

    p a {
        color: #e77e16;
    }

        p a:hover {
            color: #ef9235;
        }

    p b {
        font-weight: bold;
    }

    p i {
        font-style: italic;
    }

    p u {
        text-decoration: underline;
    }

    p span {
        display: block;
    }

input[type=text], input[type=email], input[type=password], textarea {
    -webkit-appearance: none;
    appearance: none;
}

section.pt50 {
    padding-top: 50px;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b7b7b7;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #b7b7b7;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #b7b7b7;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #b7b7b7;
}


.btn {
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 1.286em;
    line-height: 1.23em;
    border: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 11px 20px;
    text-transform: capitalize;
    cursor: pointer;
    color: #fff;
    outline: none !important;
    position: relative;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}


.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #ef9235;
}

    .btn-primary:hover {
        background: #e77e16;
    }

.form-control {
    outline: none !important;
    box-shadow: none !important;
}

/* Header
--------------------------------------------------------------------------------------------------------*/
#header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    padding: 9px 0;
    background: #fff;
}

.small-header #header {
    box-shadow: 0 0 5px #cacaca;
}

.login-info {
    /*text-align: right;
    padding: 0 0 10px;*/
    float: right;
}

.header-btn-outer {
    position: relative;
    display: inline-block;
}

.login-info .btn {
    margin-left: 10px;
    text-transform: uppercase;
    padding: 6px 10px;
    font-size: 1em;
}

    .login-info .btn img {
        vertical-align: -7px;
        margin-left: 5px;
    }

.helpline {
    color: #656565;
    font-size: 1.285em;
    font-weight: 400 !important;
    vertical-align: sub;
}

    .helpline strong {
        font-weight: 400 !important;
    }

    .helpline > img {
        margin-right: 5px;
        vertical-align: sub;
    }

    .helpline strong {
        font-weight: 700;
        text-transform: none;
    }


/* MainNavigation
--------------------------------------------------------------------------------------------------------*/
.nav-icon {
    float: right;
    background: #ef9235;
    width: 40px;
    padding: 3px 8px;
    border-radius: 4px;
    display: none;
    box-shadow: none;
    outline: none !important;
    margin-top: 8px;
}

    .nav-icon:hover {
        background: #e77e16;
    }

    .nav-icon span {
        display: block;
        height: 3px;
        margin: 5px 0;
        background: #fff;
    }

.navbar {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    /*text-transform: capitalize;*/
	text-transform: uppercase;
    margin-bottom: 0;
}

.navbar-brand {
    height: auto;
    padding: 0;
    margin: 13px 0 0 !important;
}

.navbar .nav > li {
    margin-left: 10px;
}

    .navbar .nav > li > a {
        font-size: 1.14285em;
    }

        .navbar .nav > li > a, .navbar .nav > li > a:focus {
            color: #455465;
            padding: 8px 15px;
            border: 1px solid transparent;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            display: block;
            line-height: 17px;
            background: none;
        }

            .navbar .nav > li > a .caret {
                margin-top: -1px;
                display: none;
            }

    .navbar .nav > li.active > a, .navbar .nav > li:hover > a, .navbar .nav .open > a, .navbar .nav .open > a:focus, .navbar .nav .open > a:hover {
        border-color: #ef9235;
        color: #ef9235;
        background: none;
    }

    .navbar .nav > li > a:hover {
        background: none;
        color: #ef9235;
    }

    .navbar .nav > li.hover > a {
        border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
    }

    .navbar .nav > li ul.dropdown-menu {
        border-color: #e1e1e1;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 0;
        overflow: hidden;
        margin-top: 0px;
    }

        .navbar .nav > li ul.dropdown-menu a {
            padding: 8px 15px;
            font-size: 15px;
            line-height: 18px;
            color: #494949;
        }

            .navbar .nav > li ul.dropdown-menu a:hover {
                color: #fff;
                background: #ef9235;
            }



/* Banner
--------------------------------------------------------------------------------------------------------*/
#banner {
    padding: 30px 0 0;
    margin-bottom: 2px;
    background: #f4a343;
    background: -moz-linear-gradient(top, #f4a343 0%, #e6721b 100%);
    background: -webkit-linear-gradient(top, #f4a343 0%,#e6721b 100%);
    background: linear-gradient(to bottom, #f4a343 0%,#e6721b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4a343', endColorstr='#e6721b',GradientType=0 );
}
#banner .owl-dots{position: absolute; bottom: 40px; left: 0; width: 100%; text-align:center;}
#banner .owl-dots .owl-dot{width:16px; height: 16px; margin-right: 10px; border-radius: 16px; display: inline-block; background:rgba(255,255,255,0.3);}
#banner .owl-dots .owl-dot.active{background: #fff;}
#banner .owl-dots .owl-dot:last-child{margin-right: 0;}
.slides {
    position: relative;
    bottom: 0px;
    margin-bottom: 0;
}

    .slides li {
        float: left;
        /*width: 100%;*/
        position: relative;
    }

    .slides .banner-img {
        float: left;
        width: auto !important;
    }

    .slides .play-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -60px 0 0 -120px;
    }

    .slides .content {
        float: right;
        width: 1200px;
        text-align: right;
        /*padding: 80px 0 30px;*/
		padding: 35px 0 5px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
    }

        .slides .content p {
            font-size: 2.5714em;
            font-weight: 400;
            line-height: 1.135em;
            color: #fff;
            padding-bottom: 0px;
        }

        .slides .content h2 {
            font-size: 5.1428em;
            font-weight: 700;
            line-height: 1.115em;
            padding: 0;
            margin-bottom: 0px;
        }

        .slides .content h4 {
            /*font-size: 1.715em;*/
			font-size: 1.615em;
            font-weight: 700;
            line-height: 1.67em;
            padding: 0 0 40px;
        }

            .slides .content h4 span {
                font-size: 1em;
                color: #171717;
                display: inline-block;
            }

        .slides .content .btn {
            margin-left: 10px;
            background-color: #59be45;
            border: 1px solid #fff;
            text-transform: uppercase;
        }

            .slides .content .btn:hover {
                background:#3ba426; border: 1px solid #fff;
            }

/* availability form
--------------------------------------------------------------------------------------------------------*/
.availability {
    background: #e4e7ea none repeat scroll 0 0;
    padding: 20px 0;
    position: relative;
    z-index: 1;
    /*padding-top: 35px;
    padding-bottom: 5px;*/
}

    .availability .form-group {
        margin-bottom: 0;
    }

    .availability .control-label {
        padding: 0;
        font-weight: 400;
        color: #566262;
        font-size: 1.285em;
        line-height: 2.44em;
    }

    .availability .form-control {
        border: 0;
        background: #fff;
        font-size: 1.285em;
        line-height: 1.22em;
        height: 44px;
        padding: 8px 15px;
        border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
    }

    .availability .input-group-addon {
        padding: 0;
        border: 0;
        background: none;
    }

        .availability .input-group-addon .btn {
            border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            padding: 0 15px;
            height: 44px;
            font-size: 1.285em;
            line-height: 1.22em;
            text-transform: capitalize;
        }

/* Main Content
--------------------------------------------------------------------------------------------------------*/
.content-block {
    text-align: center;
    padding: 65px 0;
}

    .content-block h2 {
        font-weight: 700;
        color: #494949;
        padding-bottom: 20px;
        position: relative;
        margin-bottom: 100px;
    }

        .content-block h2:after {
            position: absolute;
            content: "";
            left: 50%;
            bottom: 0;
            margin-left: -73px;
            height: 4px;
            width: 146px;
            background: #e6721b;
            background: -moz-linear-gradient(top, #e6721b 0%, #f4a343 100%);
            background: -webkit-linear-gradient(top, #e6721b 0%,#f4a343 100%);
            background: linear-gradient(to bottom, #e6721b 0%,#f4a343 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6721b', endColorstr='#f4a343',GradientType=0 );
        }

.reg-steps {
    width: 100%;
    display: table;
    margin: 0;
}

    .reg-steps li {
        display: table-cell;
        text-align: center;
        padding: 0 50px;
    }

        .reg-steps li > a {
            background-color: #ef9235;
            border-radius: 7px;
            display: table;
            margin: auto;
            width: 100%;
        }

    .reg-steps .step-icon {
        background-color: transparent;
        padding: 30px 30px 0px;
        transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

        .reg-steps .step-icon img {
            display: inline-block;
            max-width: 100%;
        }

    .reg-steps .step-detail {
        background-color: transparent;
        padding: 20px 30px 30px;
        position: relative;
        color: #fff;
        transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .reg-steps .step-no {
        width: 46px;
        height: 46px;
        font-size: 2.1248em;
        line-height: 36px;
        font-weight: 400;
        background: #494949;
        border: 2px solid #fff;
        border-radius: 38px;
        color: #fff;
        position: absolute;
        top: -13px;
        left: 33px;
    }

    .reg-steps .step-detail h5 {
        padding: 0;
        font-weight: 400;
    }

        .reg-steps .step-detail h5 b {
            display: block;
            font-weight: 700;
            font-weight: normal;
        }
.navbar-right {
    float: right!important;
    margin-right: 0px;
    margin-top: 6px;
}


.use-us {
    margin-bottom: 0;
}

    .use-us li {
        margin-bottom: 40px;
        min-height:380px;
    }

        .use-us li .icon {
            display: inline-block;
            margin-bottom: 25px;
        }

        .use-us li h6 {
            font-weight: 700;
            padding-bottom: 10px;
            color: #494949;
            min-height: 52px;
        }

        .use-us li p {
            color: #707070;
            font-size: 1.2em;
        }

.simple-text-block {
    text-align: center;
    color: #fff;
    padding: 60px 0;
    background: #f4a343; /* Old browsers */
    background: -moz-linear-gradient(top, #f4a343 0%, #e77621 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f4a343 0%,#e77621 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f4a343 0%,#e77621 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4a343', endColorstr='#e77621',GradientType=0 ); /* IE6-9 */
}

    .simple-text-block h4 {
        font-weight: 700;
        padding-bottom: 40px;
    }

    .simple-text-block p {
        font-size: 1.285em;
        line-height: 1.2em;
        padding-bottom: 25px;
    }

    .simple-text-block .btn {
        font-size: 1.285em;
        padding: 10px 25px;
    }


.work-flow {
    width: 100%;
    display: table;
}

    .work-flow li {
        display: table-cell;
        position: relative;
    }

        .work-flow li:after {
            position: absolute;
            top: 87px;
            left: 50%;
            width: 100%;
            border-top: solid 2px #ef9235;
            content: "";
            z-index: -1;
        }

        .work-flow li:last-child:after {
            display: none;
        }

        .work-flow li .work-icon {
            position: relative;
            width: 175px;
            height: 175px;
            padding: 47px;
            margin: 0 auto 20px;
        }

            .work-flow li .work-icon:before {
                position: absolute;
                z-index: -1;
                width: 122px;
                height: 122px;
                background: #ef9235;
                border-radius: 10px;
                content: "";
                left: 50%;
                top: 50%;
                margin: -61px 0 0 -61px;
                transform: rotate(45deg);
            }

        .work-flow li h6 {
            font-weight: 700;
            color: #566262;
        }

.fs16 {
    font-size: 1.14285em;
    line-height: 1.4em;
    color: #707070;
}

.testimonials .owl-item .client-img {
    width: 195px;
    height: 195px;
    margin: 0 auto 20px;
    border-radius: 195px;
}

.testimonials .owl-item p {
    font-size: 1.14285em;
    line-height: 1.4em;
    color: #707070;
    padding: 0 0 10px;
}

.testimonials .owl-dots {
    padding-top: 20px;
}

    .testimonials .owl-dots .owl-dot {
        width: 16px;
        height: 16px;
        border: solid 1px #98999a;
        margin-right: 10px;
        border-radius: 16px;
        display: inline-block;
    }

        .testimonials .owl-dots .owl-dot.active {
            background: #ef9235;
            border-color: #ef9235;
        }

        .testimonials .owl-dots .owl-dot:last-child {
            margin-right: 0;
        }

/* Inner Page
--------------------------------------------------------------------------------------------------------*/
.inner-banner {
    position: relative;
}

.inner-banner-img {
    height: 350px;
    overflow: hidden;
}

.inner-banner-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -36px;
    width: 100%;
    left: 0;
}

    .inner-banner-content h2 {
        padding: 0;
        font-weight: 700;
    }

        .inner-banner-content h2 span {
            font-size: 0.4em;
        }

.page-content {
    padding: 0 0 50px;
}

.page-name {
    font-size: 2.57em;
    color: #4a5d71;
    font-weight: 700;
    border-bottom: solid 1px #cdcdcd;
    padding: 0 0 10px;
    margin: 30px 0;
}

.accordion-heading {
    background: #eeeeee;
    border: 1px solid #dbdddf;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    margin-top: 25px;
    padding: 15px 10px 15px 25px;
    font-size: 1.2857em;
    line-height: 1.25em;
    color: #566262;
}

    .accordion-heading span {
        position: absolute;
        top: 21px;
        left: 8px;
        background: url(../images/ar_down.png) 0px 0px no-repeat;
        height: 11px;
        width: 11px;
    }

    .accordion-heading.openheader span {
        position: absolute;
        top: 22px;
        left: 8px;
        background: url(../images/ar_up.png) 0px 0px no-repeat;
        height: 11px;
        width: 11px;
    }

.accordion-content {
    border: 1px solid #cdcdcd;
    border-top: none;
    text-align: justify;
    padding: 13px 15px 3px;
    font-size: 1em;
    line-height: 1.25em;
}

    .accordion-content p {
        padding: 0 0 10px;
        color: #515151;
    }

        .accordion-content p a {
            color: #e77e16;
        }

            .accordion-content p a:hover {
                color: #69b859;
            }

    .accordion-content ul {
        padding: 0 0 5px 10px;
    }

        .accordion-content ul li {
            padding: 0 0 5px 15px;
            position: relative;
        }

            .accordion-content ul li:before {
                position: absolute;
                width: 7px;
                height: 7px;
                content: "";
                border-radius: 7px;
                -moz-border-radius: 7px;
                -webkit-border-radius: 7px;
                background: #7b7b7b;
                left: 0;
                top: 7px;
            }

    .accordion-content ol {
        padding: 0 0 5px 25px;
    }

        .accordion-content ol li {
            padding: 0 0 5px 0;
            position: relative;
            list-style-type: decimal;
        }

    .accordion-content .table {
        min-width: 1000px;
    }

.table {
    border: 1px solid #cccccc;
}

    .table > thead {
        background: #4a5d71 !important;
        color: #FFF;
        font-weight: normal;
        font-size: 1.07em;
    }

        .table > thead > tr > th {
            padding: 10px;
            line-height: 1.25em;
            border-bottom: 0;
            vertical-align: middle;
        }

    .table > tbody > tr > td {
        padding: 6px 10px;
        border-top: 1px solid #d6d6d6;
        vertical-align: middle;
        white-space: normal !important;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background: #eeeeee;
}

.table-striped > tbody > tr.subhead {
    background: #b7b7b7;
    font-weight: 700;
}

.table a.linkbtn {
    background: #e77e16;
    text-decoration: none;
    display: inline-block;
    line-height: 18px;
    padding: 4px 16px;
    cursor: pointer;
    color: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: background ease 0.4s;
    -moz-transition: background ease 0.4s;
    -webkit-transition: background ease 0.4s;
}

    .table a.linkbtn:hover {
        background: #69b859;
    }


.steps {
    margin-bottom: 30px;
}

    .steps.owl-carousel .owl-item {
        padding: 0 10px;
    }

    .steps li a {
        border: 1px solid #ef9235;
        display: block;
        text-align: center;
        color: #6a7070 !important;
        padding: 15px 10px;
        font-weight: 400;
        border-radius: 7px;
        text-decoration: none;
        height: 129px;
        box-sizing: border-box;
        font-size: 1.2em;
        line-height: 1.38em;
    }

        .steps li a span {
            font-style: 24px;
            font-weight: 700;
            display: block;
            width: 35px;
            height: 35px;
            margin: 0 auto;
            line-height: 33px;
            border-radius: 35px;
            -moz-border-radius: 35px;
            -webkit-border-radius: 35px;
            margin-bottom: 10px;
            border: 1px solid #6a7070;
            color: #6a7070;
        }

        .steps li a em {
            font-style: normal;
            font-weight: 700;
        }

        .steps li a:hover {
            background: #ef9235;
        }

        .steps li a:hover {
            background: #ef9235;
            cursor: default;
            color: #fff !important;
        }

            .steps li a:hover span {
                color: #fff;
                border-color: #fff;
            }

    .steps li.active a {
        background: #ef9235;
        cursor: default;
        color: #fff !important;
    }

        .steps li.active a span {
            color: #fff;
            border-color: #fff;
        }

    .steps li.complete a {
        background: #E4E7EA;
        cursor: pointer;
        color: black !important;
    }

        .steps li.complete a span {
            color: black;
            border-color: black;
        }



    .steps .owl-nav {
        height: 0;
        top: 0;
        position: absolute;
        left: -30px;
        right: -30px;
    }

        .steps .owl-nav div {
            width: 30px;
            height: 129px; /* background: #cfd0d2; */
            text-indent: -9999px;
            overflow: hidden;
            position: relative;
        }

            .steps .owl-nav div:hover {
                background: #e4e4e4;
            }

        .steps .owl-nav .owl-prev {
            border-radius: 5px 0 0 5px;
            -moz-border-radius: 5px 0 0 5px;
            -webkit-border-radius: 5px 0 0 5px;
            float: left;
        }

            .steps .owl-nav .owl-prev:after {
                content: "";
                position: absolute;
                border-right: solid 8px #71787f;
                border-top: solid 8px transparent;
                border-bottom: solid 8px transparent;
                top: 50%;
                left: 11px;
                margin-top: -8px;
            }

        .steps .owl-nav .owl-next {
            border-radius: 0 5px 5px 0;
            -moz-border-radius: 0 5px 5px 0;
            -webkit-border-radius: 0 5px 5px 0;
            margin-left: -1px;
            float: right;
        }

            .steps .owl-nav .owl-next:after {
                content: "";
                position: absolute;
                border-left: solid 8px #71787f;
                border-top: solid 8px transparent;
                border-bottom: solid 8px transparent;
                top: 50%;
                left: 12px;
                margin-top: -8px;
            }


.page-content .form-group {
    margin-bottom: 40px;
}

.login-content .form-group {
    margin-bottom: 10px;
}

.page-content .form-group h6 {
    background: #e4e7ea;
    padding: 12px;
    margin-bottom: 25px;
    color: #566262;
}

.page-content .form-group p {
    padding: 0 0 15px;
    color: #566262;
}

    .page-content .form-group p a {
        color: #2ba9e8;
    }

        .page-content .form-group p a:hover {
            color: #59be45;
        }

.page-content .control-label {
    font-weight: normal;
    font-size: 1em;
    line-height: 40px;
    margin: 0;
}

.page-content .value-label {
    font-weight: normal;
    font-size: 1em;
    line-height: 40px;
    margin: 0;
}

.page-content .form-control {
    border: #d8d8d8 1px solid;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #566262;
    padding: 6px;
    height: 40px;
    box-shadow: none;
    font-size: 1em;
    line-height: 1.2em;
}

    .page-content .form-control:focus {
        border-color: #b7b7b7;
    }

.page-content .mt10 {
    margin-top: 10px;
}

.page-content .radio-inline {
    font-size: 1em;
    line-height: 1.8em;
    color: #566262;
}

.page-content .form-control[disabled], .page-content .form-control[readonly], .page-content fieldset[disabled] .form-control {
    background: #fcfcfc;
}

.form-controls .form-control-outer {
    margin-bottom: 10px;
}

    .form-controls .form-control-outer span {
        color: #e59242;
        padding-top: 13px;
        display: inline-block;
    }

.page-content .calendar-input {
    position: relative;
}

    .page-content .calendar-input .form-control {
        padding-right: 50px;
    }

    .page-content .calendar-input:after {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 47px;
        content: "";
        z-index: 10;
        background: #71787f url(../images/calendar-icon.png) center center no-repeat;
    }

.page-content .table > thead {
    background: #E89E56 !important;
    color: #fff;
    font-weight: 700;
}

/*.page-content .table, .page-content .table > tbody > tr > td {
    border: 0;
}*/

.page-content .table > tbody > tr > td {
    padding: 10px;
}

.page-content .table-striped > tbody > tr:nth-of-type(even) {
    background: #f5f7f8;
}

.page-content .table .form-control {
    height: 30px;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0;
}

.page-content .table select.form-control {
    width: 80%;
    display: inline-block;
}



.subscribe-block {
    background: #eceff1;
    padding: 10px 15px;
    margin: 0 0 50px;
}

.year-month .form-group {
    margin: 0 20px 0 0;
}

    .year-month .form-group label {
        font-weight: normal;
        padding-right: 5px;
    }

    .year-month .form-group .form-control {
        font-size: 1em;
        line-height: 1.2em;
        height: 32px;
    }

.subscribe-block .btn {
    border-radius: 4px;
}

.sub-heading {
    border-bottom: solid 1px #d1d2d2;
    font-weight: 400;
    padding: 0 0 10px;
    margin: 20px 0 10px;
    color: #566262;
}

    .sub-heading span {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #8d9294;
    }

.year-month.form-inline {
    margin-top: 10px;
}

.content-box {
    margin-bottom: 20px;
}

    .content-box h5 {
        color: #4a5d71;
        font-weight: 700;
        text-transform: uppercase;
    }

    .content-box p {
        font-size: 1.1428em;
        /*padding-bottom: 10px;*/
    }

    .content-box strong {
        min-width: 65px;
        display: inline-block;
    }

    .content-box p a {
        color: #566262;
    }

        .content-box p a:hover {
            color: #ef9235;
        }
/* Socail Icons
--------------------------------------------------------------------------------------------------------*/
.social-icons {
    text-align: center;
}

    .social-icons li {
        display: inline-block;
        padding: 0 2px;
        position: relative;
    }

        .social-icons li a {
            display: block;
            text-align: center;
            width: 20px;
            height: 20px;
            line-height: 20px;
            font-size: 16px;
            color: #fff;
            border: solid 1px #fff;
        }

            .social-icons li a:hover {
                background: #fff;
                color: #333;
            }

/* Footer
--------------------------------------------------------------------------------------------------------*/
#footer {
    padding: 35px 0 100px;
    background: #eceff1 url(../images/footerbg.png) bottom center repeat-x;
    width: 100%;
    color: #666;
    font-size: 1em;
}

    #footer h5 {
        color: #6b767f;
        font-size: 1.07em;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 1em;
        padding: 0 0 11px 0;
    }

    #footer p {
        padding: 0;
    }

    #footer .maillink {
        color: #666666;
    }

        #footer .maillink:hover {
            color: #ef9235;
        }

    #footer .footer-right a {
        color: #3b93d0;
    }

        #footer .footer-right a:hover {
            color: #ef9235;
        }

.footer-links {
    margin-bottom: 5px;
}

    .footer-links li {
        float: left;
        padding-right: 25px;
        position: relative;
    }

        .footer-links li:after {
            content: "|";
            position: absolute;
            right: 12px;
            top: -1px;
            font-size: 16px;
            color: #3b93d0;
        }

        .footer-links li:last-child {
            padding-right: 0;
        }

            .footer-links li:last-child:after {
                display: none;
            }

#footer .copytight {
    font-size: 1.07em;
    line-height: 1.285em;
    padding-bottom: 10px;
}

#footer .small-text {
    font-size: 0.92em;
    line-height: 1.33em;
    padding-bottom: 20px;
}

.footer-box h4 {
    color: #666666;
    font-size: 1.384em;
    line-height: 1.22em;
    padding-bottom: 5px;
}

.footer-box h3 {
    color: #6b767f;
    font-size: 1.538em;
    line-height: 1em;
    font-weight: normal;
}

.sociallink a {
    width: 29px;
    height: 29px;
    display: inline-block;
    margin-right: 10px;
    background: url(../images/social.png) 0px 0px no-repeat;
}

    .sociallink a:hover {
        opacity: 0.8;
    }

    .sociallink a:last-child {
        margin-right: 0;
    }

    .sociallink a.twt {
        background-position: 0px 0px;
    }

    .sociallink a.fb {
        background-position: -37px 0px;
    }

    .sociallink a.gp {
        background-position: -74px 0px;
    }

    .sociallink a.in {
        background-position: -111px 0px;
    }


/* Css added on 22-Nov-2016 */
.nav-tabs {
    background: #e4e7ea;
    border-bottom: solid 1px #e77e16;
}

    .nav-tabs li {
        margin: 0;
    }

        .nav-tabs li a {
            color: #646d70 !important;
            border-radius: 0 !important;
            border: 0 !important;
            margin: 0 !important;
            padding: 10px 15px 8px;
        }

            .nav-tabs li a:hover {
                background: #eceff2;
            }

        .nav-tabs li.active > a {
            background: #e77e16 !important;
            color: #fff !important;
        }

    .nav-tabs .dropdown {
        float: right;
    }

        .nav-tabs .dropdown .dropdown-toggle {
            background: #e77e16 !important;
            padding: 6px 10px 5px;
            cursor: pointer !important;
        }

            .nav-tabs .dropdown .dropdown-toggle span {
                display: block;
                width: 20px;
                height: 3px;
                background: #fff;
                margin: 4px 0;
            }

    .nav-tabs .dropdown-menu {
        padding: 0;
        border-radius: 0;
    }

        .nav-tabs .dropdown-menu li a {
            padding: 5px 10px;
        }

.tab-content {
    padding: 15px 0;
}


/* Online Company Registration */
.registration-carousel .item {
    margin: 0 15px;
    background: #fff;
    color: #494949;
    padding: 15px;
    border-radius: 7px;
}

    .registration-carousel .item h5 {
        font-size: 1.28em;
        font-weight: 700;
        padding: 0 0 10px;
        height: 52px;
        overflow: hidden;
    }

    .registration-carousel .item hr {
        margin: 0 0 10px;
    }

    .registration-carousel .item p {
        font-size: 1em;
        text-align: justify;
        color: #707070;
        padding: 0;
    }

.registration-carousel .owl-nav {
    position: absolute;
    height: 0;
    top: 50%;
    left: -27px;
    right: -27px;
}

    .registration-carousel .owl-nav div {
        text-indent: -9999px;
        overflow: hidden;
        width: 27px;
        height: 41px;
        margin-top: -20px;
        border-radius: 3px;
    }

        .registration-carousel .owl-nav div:hover {
            background-color: rgba(0,0,0,0.2);
        }

    .registration-carousel .owl-nav .owl-prev {
        float: left;
        background: url(../images/prev-arrow.png) center center no-repeat;
    }

    .registration-carousel .owl-nav .owl-next {
        float: right;
        background: url(../images/next-arrow.png) center center no-repeat;
    }

.img-top {
    top: 0 !important;
}


.chk_link {
    color: #4B4F50;
}

textarea.multiline {
    height: auto !important;
}

.lbltd {
    width: 65%;
}

.txttd {
    width: 35%;
}

.nopadding {
    padding: 0px !important;
}

.pageselected {
    padding: 10px 8px;
    background: #356780;
    color: #fff;
    border: solid 1px #666;
    margin: 0px 2px;
    display: block;
    float: left;
    height: 44px;
}

.pagging {
    padding: 10px 8px;
    background: #fff;
    border: solid 1px #666;
    margin: 0px 5px;
    display: block;
    float: left;
    font-weight: bold;
    height: 44px;
}

.settopmargin {
    margin-top: 25px;
}

textarea {
    resize: none;
}

#modalPrivacyPolicy .modal-body {
    height: 500px;
    overflow-y: auto;
}

#modalPrivacyPolicy .modal-dialog {
    overflow-y: initial !important;
}

@media(max-width:767px) {
    .btn btn-primary setMargin pull-right {
        float: none !important;
    }
}

.welcome {
    color: #656565;
    font-size: 1.285em;
    vertical-align: sub;
    text-transform: none;
    padding-left: 10px;
}

    .welcome strong {
        font-family: 'Roboto Slab';
    }

    .welcome .dropdown {
        display: inline-block;
        top: -1px;
    }

        .welcome .dropdown .btn {
            text-transform: none;
            border: 0;
            padding: 0 12px 0 0;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            background: none;
            color: #656565 !important;
            margin: 0;
            position: relative;
            overflow: hidden;
            max-width: 140px;
            text-overflow: ellipsis;
        }

            .welcome .dropdown .btn .caret {
                position: absolute;
                top: 50%;
                right: 0;
                margin-top: -2px;
            }

        .welcome .dropdown .dropdown-menu {
            margin-top: 0;
            border-color: #d3d3d3;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            overflow: hidden;
        }

            .welcome .dropdown .dropdown-menu li a {
                padding: 6px 15px;
                font-size: 14px;
     line-height: 18px;
     color: #333;
}

.welcome .dropdown .dropdown-menu li a:hover {
    background: #f3f3f3;
}

div.dropdown:hover > .dropdown-menu {
    display: block;
}

#blanket{background:#111;filter:alpha(opacity=65);left:0;opacity:0.65;position:absolute;top:0;width:100%;z-index:9001;}

 a.activeDocs {
            border-color: #ef9235;
            color: #ef9235;
        }

		
		
		/* New 08-01-2019 */   



    .slides .contentlink {
        float: left;
       /* width: 880px; */
        text-align: left;
        padding: 0px 0 0px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
    }






.navbar .nav-tab1 {
    display:inline-block;
	
    min-width: 100px;
	height: 52px;
	line-height: 52px;
    margin:0px 15px 0px 5px;
  
	vertical-align:bottom;
    
    
}

.navbar .nav-tab1 a {
    color: #ffffff;
    text-decoration: none !important;
}



.navbar .nav-tab1 img {
	
    vertical-align: middle;
    display: inline-block;
	margin-top:6px;
      
	
}





.navbar .nav-tab2 {
    display:inline-block;
	
    min-width: 100px;
	height: 65px;
	line-height: 65px;
    margin:0px 3px 0px 0px;
  
	vertical-align:bottom;
    
    
}

.navbar .nav-tab2 a {
    color: #ffffff;
    text-decoration: none !important;
}



.navbar .nav-tab2 img {
	
    vertical-align: middle;
    display: inline-block;
	
      
	
}





/* the class name selected to lock the color on is done by jquery*/
.navbar .nav-tab1.selected {
	background:#FF4040;
}
  
  
  
  
  
  
  
  
 .tooltip1 {
    display:inline-block;
    position:relative;
    
    text-align:left;
}

.tooltip1 .top1, .tooltip1 .top2 {
    min-width:230px; 
    top:-20px;
    left:50%;
    transform:translate(-50%, -100%);
    padding:15px 15px;
    color:#444444;
    background-color:#ffffff;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
	text-transform: none;
	line-height: normal;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    visibility:hidden; opacity:0; transition:opacity 0.8s;
}


.tooltip1 .top1 img, .tooltip1 .top2 img {
	
	width:255px;
	margin-bottom:10px;
}

.tooltip1:hover .top1, .tooltip1:hover .top2 {
    visibility:visible; opacity:1;
}

.tooltip1 .top1 i, .tooltip1 .top2 i {
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip1 .top1 i::after, .tooltip1 .top2 i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}











.TabbedPanels { margin: 0px; padding: 0px; float: left; clear: none; width: 100%; }
.TabbedPanelsTabGroup { margin: 26px 0 -2px -15px; padding: 0 0 0 10px; height:65px; }


.TabbedExp { position: relative; top: 0px; outline:none; float: left; padding:0; margin:12px 10px 0 10px; list-style: none; -moz-user-select: none; -khtml-user-select: none; cursor: pointer; }

.TabbedExp a { width:200px; outline:none; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-family: 'ZurichCnBTRegular', arial; text-align:center; color:#566262; height:52px; line-height:100%; padding:12px 1px 0 1px; border-radius:10px 10px 0 0; text-decoration:none; cursor:pointer; background:#05a3da; border:1px solid #037aa4; border-bottom:none; display:block; }



.TabbedExp a:before, .TabbedExp a:after { content:" "; position: absolute; top:0; width: 23px; height: 52px; background-color: inherit; }
.TabbedExp a:before { border-radius: 8px 0 0 0; transform: skew(-15deg); left: -12px; border-left: 1px solid #037aa4; border-top: 1px solid #037aa4; z-index:0; }
.TabbedExp a:after { border-radius: 0 8px 0 0; transform: skew(15deg); right: -12px; border-right: 1px solid #037aa4; border-top: 1px solid #037aa4; z-index:1; }




.TabbedDis { position: relative; top: 0px; outline:none; float: left; padding:0; margin:12px 10px 0 10px; list-style: none; -moz-user-select: none; -khtml-user-select: none; cursor: pointer; }

.TabbedDis a { outline:none; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-family: 'ZurichCnBTRegular', arial; text-align:center; color:#566262; height:52px; line-height:100%; padding:12px 15px 0 15px; border-radius:10px 10px 0 0; text-decoration:none; cursor:pointer; background:#10ae95; border:1px solid #01977a; border-bottom:none; display:block; }



.TabbedDis a:before, .TabbedDis a:after { content:" "; position: absolute; top:0; width: 23px; height: 52px; background-color: inherit; }
.TabbedDis a:before { border-radius: 8px 0 0 0; transform: skew(-15deg); left: -12px; border-left: 1px solid #01977a; border-top: 1px solid #01977a; z-index:0; }
.TabbedDis a:after { border-radius: 0 8px 0 0; transform: skew(15deg); right: -12px; border-right: 1px solid #01977a; border-top: 1px solid #01977a; z-index:1; }




.TabbedSMSF { position: relative; top: 0px; outline:none; float: left; padding:0; margin:12px 10px 0 10px; list-style: none; -moz-user-select: none; -khtml-user-select: none; cursor: pointer; }

.TabbedSMSF a { width:200px; outline:none; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-family: 'ZurichCnBTRegular', arial; text-align:center; color:#566262; height:52px; line-height:100%; padding:12px 1px 0 1px; border-radius:10px 10px 0 0; text-decoration:none; cursor:pointer; background:#2e89c9; border:1px solid #2166a5; border-bottom:none; display:block; }



.TabbedSMSF a:before, .TabbedSMSF a:after { content:" "; position: absolute; top:0; width: 23px; height: 52px; background-color: inherit; }
.TabbedSMSF a:before { border-radius: 8px 0 0 0; transform: skew(-15deg); left: -12px; border-left: 1px solid #2166a5; border-top: 1px solid #2166a5; z-index:0; }
.TabbedSMSF a:after { border-radius: 0 8px 0 0; transform: skew(15deg); right: -12px; border-right: 1px solid #2166a5; border-top: 1px solid #2166a5; z-index:1; }



.TabbedTax { position: relative; top: 0px; outline:none; float: left; padding:0; margin:12px 10px 0 10px; list-style: none; -moz-user-select: none; -khtml-user-select: none; cursor: pointer; }

.TabbedTax a { width:200px; outline:none; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-family: 'ZurichCnBTRegular', arial; text-align:center; color:#566262; height:52px; line-height:100%; padding:12px 1px 0 1px; border-radius:10px 10px 0 0; text-decoration:none; cursor:pointer; background:#282828; border:1px solid #191919; border-bottom:none; display:block; }



.TabbedTax a:before, .TabbedTax a:after { content:" "; position: absolute; top:0; width: 23px; height: 52px; background-color: inherit; }
.TabbedTax a:before { border-radius: 8px 0 0 0; transform: skew(-15deg); left: -12px; border-left: 1px solid #191919; border-top: 1px solid #191919; z-index:0; }
.TabbedTax a:after { border-radius: 0 8px 0 0; transform: skew(15deg); right: -12px; border-right: 1px solid #191919; border-top: 1px solid #191919; z-index:1; }


.TabbedPanelsTab1 { width:200px; outline:none; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-family: 'ZurichCnBTRegular', arial; text-align:center; color:#566262; height:52px; line-height:100%; margin:0 -4px 0 3px; padding:8px 5px 0 9px; border-radius:10px 10px 0 0; text-decoration:none; background:#ffffff; border:1px solid #ffffff; border-bottom:none; display:block; }


.TabbedPanelsTab1:before, .TabbedPanelsTab1:after { content:" "; position: absolute; top:0; width: 23px; height: 52px; background-color: inherit; }
.TabbedPanelsTab1:before { border-radius: 8px 0 0 0; transform: skew(-15deg); left: -12px; border-left: 1px solid #ffffff; border-top: 1px solid #ffffff; z-index:1; }
.TabbedPanelsTab1:after { border-radius: 0 8px 0 0; transform: skew(15deg); right: -12px; border-right: 1px solid #ffffff; border-top: 1px solid #ffffff; z-index:1; }

ul.default-listing {
    padding: 5px 0;
}

    ul.default-listing > li {
        padding: 0 0 5px 15px;
        position: relative;
        font-size: 1.000em;
        line-height: 1.25em;
    }

        ul.default-listing > li:last-child {
            padding-bottom: 0;
        }

        ul.default-listing > li:before {
            position: absolute;
            width: 5px;
            height: 5px;
            content: "";
            border-radius: 7px;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            background: #7b7b7b;
            left: 0;
            top: 7px;
        }
		
		
		
		
/* button holiday */

.btn1 {
height: 41px; 
width: 331px;   
margin-right: 20px;
margin-top: 3px;
background-image:url('../images/holiday1.jpg');
background-repeat:no-repeat;
background-color: rgba(0,0,0,0);
border: none;
}

.call1{ float:left;  padding:0px  0 0px 15px; font-size:20px; color:#656565; font-family: 'ZurichBold', arial;}




/************************** Home Popup ***************************************/



.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
}

.modal-box {
  position: relative;
  width: 670px;
  margin: 50px auto;
  animation-name: modalbox;
  animation-duration: .3s;
  animation-timing-function: ease-out;
}

.modal-header {
  padding: 20px 40px;
  background: #ffffff;
  color: #ff0000;
  border-bottom: 1px solid #ffffff;
}

.modal-body {
  background: #ffffff;
  padding: 30px 40px;
}

/* Close Button */
.close-modal {
  text-align: right;
  cursor: pointer;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}
		
		