﻿@charset "utf-8";
/* CSS document written by Harish Kohli */
/*.table {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 13px;
	color: #000;*/
/*overflow-y: scroll;*/
/*font-weight: normal;*/ /*-webkit-animation: fadein 1s;

-moz-animation: fadein 1s; 

-ms-animation: fadein 1s; 

-o-animation: fadein 1s; 

animation: fadein 1s;*/
/*}*/

/*error or success class*/


/*h1, h2, h3, h4, h5, h6,  a, span, p, input {
	margin: 0px;
	padding: 0px;
	float: left;
	box-sizing: border-box;
}*/



.fontweightNone {
    font-weight: normal;
}

h6, a, span, p, input {
    margin: 0px;
    padding: 0px;
    float: left;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 30px;
}

h4 {
    font-size: 16px;
}

.pull_left {
    float: left !important;
}

/*.pull_right {
	float: right!important;
}*/
/*align Text*/

/*.alignRight {
	text-align: right!important;
}*/
.alignCenter {
    text-align: center !important;
}
/*.alignLeft {
	text-align: left!important;
}*/
/*.alignJustify {
	text-align: justify!important;
}*/
/*margin*/

/*.marginRight {
	margin-right: 10px;
}
.marginLeft {
	margin-left: 10px;
}
.marginTop {
	margin-top: 10px;
}*/
.marginBottom {
    margin-bottom: 10px;
}

/*padding*/


.paddingTop {
    padding-top: 10px;
}

/*Font colors*/

.blue {
    color: #1c88c8;
}

.black {
    color: #000;
}

p {
    line-height: 20px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    width: 100%;
    text-align: justify;
}


/*containers*/

.row {
    width: 100%;
}

.container {
    margin: 0 auto;
    float: none;
    display: table;
}

.wrap {
    width: 940px;
    margin: 0px auto;
    display: table;
    float: none;
}

.content {
    line-height: 20px;
    text-align: justify;
}

    .content p {
        margin: 0px 0px 20px;
    }

    .content ul {
        list-style: none;
    }

        .content ul li {
            width: 100%;
            padding: 3px 0px;
        }

/*theme styles*/

/*.whyChooseHFC:before{ background:#FFC400; position:absolute; top:-14px; height:7px; content:""; left:0px; width:100%;}

.whyChooseHFC:after{ background:#C60B1E; position:absolute; top:-21px; height:7px; content:""; left:0px; width:100%;}*/

.title {
    background: #333;
    color: #fff;
    padding: 5px 10px;
    font-size: 20px;
    float: none;
    margin: 0px auto 1px;
    width: 45%;
    text-align: center;
    position: relative;
    line-height: 24px;
}

    .title:before {
        content: "";
        position: absolute;
        top: 0px;
        left: -20px;
        border-style: solid;
        border-width: 34px 0px 0px 20px;
        border-color: #333 #333 transparent transparent;
    }

    .title:after {
        content: "";
        position: absolute;
        top: 0px;
        right: -20px;
        border-style: solid;
        border-width: 34px 20px 0px 0px;
        border-color: #333 transparent transparent #333;
    }

.step {
    background: #bf8f2c;
    border-radius: 100%;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    line-height: 50px;
    text-align: center;
    width: 60px;
    height: 60px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    position: absolute;
    top: -35px;
}

.aboutUsPanel {
    /*background: url(../images/aboutBackgound.png) 0 0 scroll;*/
    background: #fff;
    padding: 40px 0px 20px;
    font-family: Verdana;
    /*border: solid #ddd;
	border-width: 1px 0px;*/
}

/* skip */

.tab-panel {
    padding: 0px;
    margin: 10px 0px;
    float: left;
    width: 100%;
    font-family: Verdana;
    font-size: 13px;
}

.tabs-menu {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px;
    /*padding: 0px;*/
    list-style: none;
    text-align: center;
    padding: 0.5rem !important;
    /*background-color: #bf8f2c;*/
    color: #bf8f2c;
}

    .tabs-menu li {
        line-height: 20px;
        float: left;
        color: #bf8f2c; /*#08376a*/
        margin-right: 5px;
        /*background-color: #bf8f2c;*/
        border-radius: 5px 5px 5px 5px; /*5px 5px 0px 0px;*/
        /*padding: 0.5rem 1rem;*/
        white-space: nowrap;
    }

        .tabs-menu li.current {
            position: relative;
            /*background-color: #bf8f2c;*/ /*#818181;*/
            z-index: 5;
            border-radius: 5px 5px 5px 5px; /*5px 5px 0px 0px;*/
        }

        .tabs-menu li a {
            padding: 5px 15px;
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            border-radius: 5px 5px 5px 5px; /*5px 5px 0px 0px;*/
        }

    .tabs-menu .current a {
        color: #fff;
    }

.tab {
    border: 1px solid #cdd6de;
    background-color: #fff;
    float: left;
    width: 100%;
}

.tab-content {
    width: 100%;
    padding: 20px;
    display: none;
    box-sizing: border-box;
    min-height: 300px;
}

    .tab-content p {
        line-height: 20px;
        margin: 0px 0px 15px 0px;
        padding: 0px;
        width: 100%;
        text-align: justify;
    }

    .tab-content li {
        line-height: 20px;
        margin: 0px 0px 15px 0px;
        padding: 0px;
        width: 100%;
        text-align: justify;
    }

#tab-1 {
    display: block;
}

.table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

    .table th {
        padding: 7px;
        vertical-align: top;
        text-align: left;
        background: #f1f1f1;
        font-weight: normal;
    }

    .table tr:nth-child(odd) {
        background: #f7f7f7;
    }

    .table tr:nth-child(even) {
        background: #fff;
    }

    .table td {
        padding: 7px;
        vertical-align: top;
        text-align: left;
        white-space: normal;
    }


.points {
    width: 100%;
}

    .points ul {
        list-style: outside;
        width: 98%;
        margin: 0px 0px 15px 2%;
    }

        .points ul li {
            width: 100%;
            padding: 2px;
            box-sizing: border-box;
            line-height: 20px;
        }

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes slide {
    100% {
    }
}

@keyframes slide {
    100% {
    }
}





/*chorme hack*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
}



/*IE 11 Hack*/

@media all and (-ms-high-contrast:none) {
    .foo {
        color: green
    }
    /* IE10 */
    *::-ms-backdrop, .foo {
        color: red
    }
    /* IE11 */
}

.col-sm-8.container {
    width: 100%;
}

@keyframes marquee {
    0% {
        top: 100%;
    }

    100% {
        top: -515px; /* same as your text width */
    }
}
