body,td,th {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #444;
    font-weight:400;
}
body {
    background-color: #FFF;
    margin:0px;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin:0px;
    padding:0px;
}
p
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 15px 0px;
    line-height: 2em;
}
a {
    color:#fff;
}
a:hover {
    color:#fff;
    text-decoration:none;
}
#wrapper
{
    width:100%;
    clear:both;
    float:left;
}
#header
{
    width:100%;
    clear:both;
    float:left;
    /*padding:25px 0px;*/
    padding:15px 0px;

}
#nav
{
    width:100%;
    clear:both;
    float:left;
    margin-top:15px;
}
.social-icons
{
    float:right;
    width:140px;

}
.social-icons ul
{
    margin:0px;
    padding:0px;
}
.social-icons li
{
    list-style-type:none;
    float:right;
    padding:4px 0px;
    width:38px;
    text-align:center;
    margin-left:5px;
    margin-top:5px;
    color:#fff;
    border:#fff solid 1px;
    font-size:16px;
}
.social-icons li:hover
{
    cursor:pointer;
    color:#00b7f1;
    background-color:#fff;
}
#banner-cntr
{
    width:100%;
    clear:both;
    float:left;
    background:url(../images/banner1.png) no-repeat center;
    height:796px;
    position: relative;
}
#body-ctnr
{
    width:100%;
    clear:both;
    float:left;
}
#footer
{
    width:100%;
    clear:both;
    float:left;
    background-color:#07a687;
    padding:40px 0px;
}

.banner-text
{
    position:absolute;
    z-index:999;
    top:114px;
}
.service-ctnr
{
    position:absolute;
    top:450px;
    z-index:999;
    float:left;
    width:100%;
}

.service-panel-col
{
    width:17%;
    margin:0px 1.5%;
    float:left;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1abc9c+0,05886e+100 */
    background: #1abc9c; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #1abc9c 0%, #05886e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #1abc9c 0%,#05886e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #1abc9c 0%,#05886e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abc9c', endColorstr='#05886e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius:4px;
    text-align:center;
    padding-bottom:20px;
    padding-top:6px;
}
.service-panel-col:hover
{
    cursor:pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb9a00+0,fb7c00+100 */
    background: #fb9a00; /* Old browsers */
    background: -moz-linear-gradient(top, #fb9a00 0%, #fb7c00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fb9a00 0%,#fb7c00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fb9a00 0%,#fb7c00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9a00', endColorstr='#fb7c00',GradientType=0 ); /* IE6-9 */
}
.service-panel-col h2
{
    font-size:14px;
    text-transform:uppercase;
    text-align:center;
    color:#fff;
    font-weight:600;
}

.service-panel-col h2 a
{
    color:#fff;
    font-weight:600;
    text-decoration:none;
}
.service-panel-col h2 a:hover
{
    color:#fff;
    font-weight:600;
    text-decoration:none;
    cursor:pointer;
}
.service-panel-col img
{

    text-align:center;
}
.service-cnt
{
    margin-left: 28px;

}
.page-head
{
    font-size:38px;
    color:#fb8400;
    font-weight:100;
    margin:40px 0px 40px 0px;
    width:100%;
    clear:both;
    text-align:center;
    padding:0px 0px 10px 0px;
    background:url(../images/page-head.png) no-repeat bottom center;
    text-transform:uppercase;
    font-weight:600;
    position:relative;

}

.online-invest-section
{
    width:100%;
    clear:both;
    float:left;
}
.online-invest-cntr
{
    width:95%;
    clear:both;
    float:left;
    margin-bottom:20px;
}
.online-invest-cntr img
{
    width:100%;
    height:164px;

}
.online-invest-cntr h2
{
    color:#fff;
    font-size:17px;
    padding: 10px 20px;
    position:absolute;
    top:10px;

}
.online-invest-cntr button
{
    color:#fff;
    font-size:12px;
    padding: 7px 15px 7px 15px;
    position:absolute;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb9a00+0,fb7c00+100 */
    background: #fb9a00; /* Old browsers */
    background: -moz-linear-gradient(top, #fb9a00 0%, #fb7c00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fb9a00 0%,#fb7c00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fb9a00 0%,#fb7c00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9a00', endColorstr='#fb7c00',GradientType=0 ); /* IE6-9 */
    border-radius:3px;
    bottom:35px;
    font-weight:600;
    border:none;
    text-transform:uppercase;
    margin-left: 20px;

}
.online-invest-cntr button:hover
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1abc9c+0,05886e+100 */
    background: #1abc9c; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #1abc9c 0%, #05886e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #1abc9c 0%,#05886e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #1abc9c 0%,#05886e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abc9c', endColorstr='#05886e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.arrow
{
    font-size:14px !important;

}

.online-invest-cntr h2:hover
{
    color:#fb9600;
    cursor:pointer;
}
#video-news-ctnr
{
    width:100%;
    float:left;
    clear:both;
    margin-top: 30px;
}
.video-section
{
    float:left;
    width:50%;

}
.video-section img
{
    width:100%;
    height:470px;

}
.login-regs-btn
{
    float:right;
    margin:-7px 20px 0px 0px;

}
.login-regs-btn a
{
    color:#0a9478;
    font-weight:bold;
}
.login-regs-btn a:hover
{
    color:#fb9a00;
}
.market-news
{
    float:left;
    width:50%;
}
.news-mf
{
    width:100%;
    float:left;
    background-color:#1abc9c;
    padding: 35px 120px 39px 30px;
    height:200px;
}
.news-img
{
    float:left;
    margin-right:15px;
    width:178px;
    height:auto;
}
.news-img h2
{
    font-size:12px;
    color:#fff;
    float:left;
    margin-top: 10px;
}
.news-img img
{
    float:left;
    width:100%;
    clear:both;
}
.news-mf h3
{
    height:50px;
    color:#fff;
    font-size:15px;
}
.news-mf p
{
    font-size:13px;
    color:#fff;
    text-align: justify;
    margin-top: 3px;

}


.footer-col
{
    width:100%;
    float:left;
    clear:both;
}
.footer-col ul
{
    margin:0px;
    padding:0px;
}
.footer-col li
{
    font-size:14px;
    color:#e9ebec;
    list-style-type:none;
    padding: 8px 0px;
    background:url(../images/arrow.png) no-repeat left;
    padding-left:10px;
}
.footer-col2
{
    background:url(../images/footer-map.png) no-repeat left;
    width:100%;
    float:left;
}
.footer-col li a
{
    font-size:14px;
    color:#e9ebec;
    text-decoration:none;
    font-family: 'Arial';
}
.footer-col li a:hover
{
    font-size:14px;
    color:#fb8400;
    text-decoration:none;
}
.footer-col h2
{
    font-size:20px;
    font-weight:500;
    color:#fff;
}
.footer-col2 h2
{
    font-size:20px;
    font-weight:500;
    color:#fff;
}
.footer-col2 h3
{
    font-family: 'Arial';
    font-size:14px;
    color:#e9ebec;
    list-style-type:none;
    padding: 8px 0px;
    margin-top:5px;
}
.footer-col p
{
    font-size:14px;
    color:#fff;
    margin-top:8px;
}
.footer-col input
{
    background-color:#fff;
    border-radius:4px;
    padding:10px 10px;
    width:90%;
    border:none;
    margin:15px 0px;
}
.footer-col button
{
    background-color:#fb8400;
    border-radius:4px;
    padding:8px 30px;
    color:#fff;
    font-weight:600;
    font-size:15px;
    text-transform:uppercase;
    border:none;
}

.copyright
{
    background-color:#fb8400;
    text-align:center;
    padding:10px 0px;
    color:#fff;
    width:100%;
    clear:both;
}

a.btn-social,
btn-social
{
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height:28px;
    line-height: 24px;
    margin: 0px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 28px;

}

.btn-social .fa,.btn-social i
{
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
    font-size:13px;
}
.btn-social:hover,.btn-social:focus
{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i
{
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}
.btn-social.btn-xs
{
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px;
}
.btn-social.btn-sm
{
    font-size: 13px;
    height: 28px;
    line-height: 18px;
    margin: 6px 2px;
    width:28px;
}
.btn-social.btn-lg
{
    font-size:13px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px;
}
.btn-facebook
{
    background-color: #4060A5;
}
.btn-twitter
{
    background-color: #00ABE3;
}
.btn-google-plus
{
    background-color: #e64522;
}

.btn-linkedin
{
    background-color: #0094BC;
}
.top-social
{
    float:right;
    padding-bottom: 3px;
    margin-top: -12px;
}
.topBar
{
    float: right;
}
.topBar li{
    display: inline-block!important;
    list-style: none;
    padding:10px 10px!important;
}
.client-testimonials {
    width: 100%;
    float: left;
    background-color: #07a687;
    padding: 35px 120px 13px 30px;
    height: 270px;
}
.client-testimonials h2
{

    font-size:18px;
    text-transform:uppercase;
    font-weight:bold;
    color:#fff;
}
#calculator-sec
{
    width:100%;
    float:left;
    clear:both;
    padding-bottom:40px;
}
.calculator
{
    width:100%;
    float:left;
    clear:both;
    text-align:center;
    float: left;
    width: 100%;

}
.calculator img
{
    width:100%;
    height:559px;
    margin-bottom:10px;
}
.calculator-btn
{
    text-align:center;
    float: left;
    width: 100%;
    margin-top:20px;
}
.calculator-btn img
{
    text-align:center;

}
#partner
{
    width:100%;
    float:left;
    clear:both;
    background-color:#e6f6f3;
    padding:20px 0px;
}

#testimonial4{
    overflow: hidden;
    position: relative;

}
#testimonial4 .carousel-inner{
    width: 100%;
    margin: auto;
}
#testimonial4 .carousel-inner:hover{
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{

    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    right:20px;
    top:35px;
    float:right;
}
.testimonial4_indicators .carousel-indicators li{
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #b2b2b2;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    margin: 2px 3px;
    background-color: #fb8400;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
    height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control{
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
    transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
    left: 7%;
    right: auto;
}
.testimonial4_control_button .carousel-control.right{
    right: 7%;
    left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header{
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}
.testimonial4_header h4{
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    position: relative;
    text-align: center;
    background-color:#fff;
    border-radius:4px;
    padding:20px;
    margin-top:20px;
}

.testimonial4_slide p {
    color: #333;
    font-size: 13px;
    text-align:left;

}

.testimonial4_slide h3 {
    color: #fb8100;
    font-size: 16px;
    font-weight: bold;
    text-align:left;

}
.testimonial4_slide h4 {
    color: #1abc9c;
    font-size: 14px;
    font-weight: bold;
    text-align:left;
    padding:10px 0px;
}


@media only screen and (max-width: 480px){
    .testimonial4_control_button .carousel-control{
        display: none;
    }
    .testimonial4_header{
        width: 95%;
    }
    .testimonial4_header h4{
        font-size: 20px;
    }
    .testimonial4_slide{
        width: 100%;
        padding: 14px;
    }
}


/*
CSS Added by pintu maniya
*/
/*.logo  img{
    height: 135px;
}*/
/*#nav{
    margin-top: 46px;
}*/
.out-calculator {
    cursor: pointer
}
.inside-avt {
    width: 100%;
    float: left;
    clear: both;
    background-color: #e9e9e9;
    padding: 14px 0px;
}
.inside-avt-sec {
    width: 100%;
    float: left;
}
.inside-banner img {
    width: 100%;
    float: left;
}
#body-section {
    width: 100%;
    float: left;
    clear: both;
    padding: 30px 0px;
    background-color: #fff;
}
.contact-page {
    width: 100%;
    float: left;
}

.map-section {
    width: 100%;
    float: left;
    height: 450px;
}
#calculator-sec {
    width: 100%;
    float: left;
    clear: both;
    padding-bottom: 40px;
}

.page-head {
    font-size: 40px;
    color: #fb8400;
    font-weight: 100;
    margin: 0px 0px 10px 0px;
    width: 100%;
    clear: both;
    float: left;
    padding: 0px 0px 10px 0px;
}
.page-head_new {
    font-size: 40px;
    color: #fb8400;
    font-weight: 100;
    margin: 0px 0px 10px 0px;
    width: 100%;
    clear: both;
    float: left;
    padding: 0px 0px 10px 0px;

    font-size:38px;
    color:#fb8400;
    font-weight:100;
    margin:40px 0px 40px 0px;
    width:100%;
    clear:both;
    text-align:center;
    padding:0px 0px 10px 0px;
    background:url(../images/page-head.png) no-repeat bottom center;
    text-transform:uppercase;
    font-weight:600;
    position:relative;

}
.page-head_new strong {
    color: #545546;
}
.page-head strong {
    color: #545546;
}

.inside-avt-sec h2 {
    font-size: 18px;
    color: #000;
    float: left;
    margin: 0px;
    padding: 0px;
    font-weight: 800;
    text-transform: uppercase;
}

.inside-avt-sec ul {
    margin: 0px;
    padding: 0px;
}

inside-avt-sec li {
    font-size: 12px;
    color: #333;
    list-style-type: none;
    float: right;
    padding-left: 15px;
    text-transform: uppercase;
}
.inside-avt-sec li a:hover {
    font-size: 12px;
    color: #0082c6;
    text-decoration: none;
}

.inside-avt-sec li a{
    font-size: 12px;
    color: #333;
    float: right;
    text-decoration: none;
}

.contact-page h1 {
    font-size: 28px;
    color: #04689a;
    text-align: center;
    padding-bottom: 8px;
    font-weight: bold;
}
.contact-col {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.contact-col img {
    float: left;
    margin-right: 20px;
}
.contact-col h2 {
    font-size: 18px;
    color: #04689a;
    font-weight: bold;
}
.contact-col h3 {
    font-family: 'arial';
    font-size: 14px;
    color: #7b7e83;
    line-height: 19px;
    margin-top: 5px;
}

.contact-col input {
    /*width: 46%;*/
    width: 95%;
    float: left;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
    color: #747373;
    font-size: 15px;
    padding: 12px 0px 12px 15px;
    margin-bottom: 24px;
    margin-left: 10px;
    margin-right: 10px;
}

.contact-col select {
    /*width: 46%;*/
    width: 95%;
    float: left;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
    color: #747373;
    font-size: 15px;
    padding: 12px 0px 12px 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.contact-col textarea {
    width: 95%;
    float: left;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
    color: #747373;
    font-size: 15px;
    padding: 12px 0px 12px 15px;
    margin-left: 10px;
    margin-right: 10px;
    height: 100px;
}
.send {
    border: 2px solid #333;
    float: left;
    color: #333;
    font-size: 20px;
    background-color: #fff;
    border-radius: 3px;
    float: right;
    margin: 22px 21px;
    padding: 7px 20px 9px 20px;
}

.inside-avt-sec li {
    font-size: 12px;
    color: #333;
    list-style-type: none;
    float: right;
    padding-left: 15px;
    text-transform: uppercase;
}

.plann-section {
    width: 100%;
    float: left;
    border: 1px solid #dedede;
    border-radius: 3px;
    margin-top: 0px;
}

.plann-section h2 {
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #dedede;
    padding: 15px 0px 15px 23px;
}

.plann-section ul {
    margin: 0px;
    padding: 0px;
}

.plann-section li {
    font-size: 16px;
    color: #8a8a8a;
    list-style-type: none;
    clear: both;
    border-bottom: 1px solid #dedede;
    padding: 15px 0px 15px 15px;
}

.plann-section li img {
    float: left;
    margin-top: -13px;
    margin-right: 5px;
}

.plann-section li a {
    font-size: 16px;
    color: #8a8a8a;
    text-decoration: none;
}

.contant-sec p {
    color: #5f646a;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 2em;
}
#menu-button{
    color: #444 !important;
}
.product-div1{
    position: relative;
}
.logo img {
    /*height: 75px;*/
    height: 60px;
}


.contant-sec h3
{
    padding-bottom: 20px;
}
.contant-sec ul li, .contant-sec ol li
{
    line-height: 25pt;
}

.contant-sec table p
{
    padding: 10px;
}

.top-section {
    background-color: #528265;
    padding: 10px 0px;
    width: 100%;
    clear: both;
    float: left;
    font-family: 'arial';

}
.email {
    font-size: 14px;
    color: #fff;
    float: left;
    margin-right: 22px;
    margin-top: 2px;
}
.phone {
    font-size: 14px;
    color: #fff;
    margin-top: 2px;
}

@media only screen and (max-width: 767px) {
    .email {
        font-size: 14px;
        color: #fff;
        float:none;
        clear:both;
        margin-right: 22px;
        margin-top: 2px;
        text-align: center;
    }
    .phone {
        font-size: 14px;
        color: #fff;
        margin-top: 2px;
        text-align: center;
        clear:both;
    }
    .login-btn {
        text-align: center;
        clear:both;
    }
}