﻿@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Oswald:300,400,700|Merriweather:400,900,700|Roboto:700);

html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: Calibri;
    margin: 0;
    padding: 0;
}


html, body {
    /*height: 100%;*/
}


a {
    color: #333;
    outline: none;
    /*padding-left: 3px;
    padding-right: 3px;*/
    text-decoration: none;
}

/*a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }*/

header, footer, hgroup, nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    /*content: ".";*/
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 100%;
}

.ipod-inner {
    margin: 0 auto;
    width: 1300px;
    overflow: hidden;
}

.ipod-inner-body {
    margin: 0 auto;
    /*width: 1300px;
    overflow:hidden;*/
}

.main_body {
    width: 1300px;
    margin: 120px auto 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

.TSP_features {
    overflow: hidden;
    width: 100%;
}



#body {
    background-color: #efeeef;
    clear: both;
    /*padding-bottom: 35px;*/
    min-height: 250px;
}

.main-content {
    /*padding-left: 10px;
    padding-top: 30px;*/
}

.featured + .main-content {
}

header .content-wrapper {
    padding: 35px 0px;
    background-color: #000;
    overflow: hidden;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    /*font-size: .8em;
    height: 100px;*/
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    margin: 11px 0 0 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
        display: inline-block;
        padding: 0px;
        margin: 0px;
    }


/*-------------------------------------------------menu---------------------------------------------------*/
ul#menu {
    /*font-size: 1.3em;
    font-weight: 600;*/
    margin: 0 0 5px;
    padding: 0;
    /*text-align: right;*/
}

    ul#menu li {
        display: inline;
        list-style: none;
        /* padding: 0px 0px 0px 30px; */
        float: left;
        overflow: hidden;
    }

.dropmenu {
    max-height: 0px;
    overflow: hidden;
    position: fixed;
    left: 0px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 5px -1px #444;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    transition: max-height 0.5s;
}


ul#menu li:hover div.dropmenu {
    max-height: 500px;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    transition: max-height 1s;
    z-index: 10000;
}

.dropmenu div {
    width: 1300px;
    margin: 0 auto;
    padding: 25px 0px;
    overflow: hidden;
    line-height: normal;
}

    .dropmenu div li {
        line-height: normal !important;
    }



ul#menu li a {
    background: none;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    /* padding:36px 15px; */
    padding: 36px 30px;
    box-shadow: inset 0 0 0 0 #bb9912;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}


ul#menu li:last-child a {
    /*padding-top: 4px;
            display: inline-block;*/
    cursor: pointer;
}


    ul#menu li:last-child a img.search_menu {
        position: relative;
        top: 4px;
    }


ul#menu li a.home {
    /*background-image: url(../images/home_menu_icon.png);*/
    background-position-y: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 19px;
    /*display: inline-block;*/
}

    ul#menu li a.home:hover {
        /*background-image: url(../images/home_menu_icon_hover.png);*/
    }

ul#menu li a:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: inset 0 122px 0 0 #bb9912;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

ul#menu li a.active {
    box-shadow: inset 0 122px 0 0 #383838;
}

.menu-open {
    display: none;
}

.min-search {
    display: none;
}


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    /*margin-bottom: 10px;*/
    padding-top: 150px;
}

    hgroup.title h1, hgroup.title h2 {
        /*display: inline;*/
        padding: 0 0 80px 0;
        margin: 0;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
/*#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}*/

#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

/*#loginForm input {
    width: 250px;
}*/

#loginForm input[type="checkbox"], #loginForm input[type="submit"], #loginForm input[type="button"], #loginForm button {
    width: auto;
}

/*#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

#socialLoginForm h2 {
    margin-bottom: 5px;
}*/

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
    outline: none;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"], input[type="button"], button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"], td input[type="button"], td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}


/*===========================
    ERROR PAGE STYLES
===========================*/

.error_div {
    width: 1300px;
    margin: 0 auto;
    text-align: center;
}

/*===========================
    ERROR PAGE STYLES
===========================*/


/* info and errors */
.message-info {
    /*border: 1px solid;*/
    clear: both;
    /*padding: 10px 20px;*/
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    /*color: #e80c4d;*/
    color: #a57d09;
    font-weight: normal;
    text-transform: uppercase;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.email-validator .field-validation-error {
    position: absolute;
    margin-left: 335px;
    margin-top: -33px;
    /* color: #E88329; */
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    /*border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;*/
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '?';
        }

        th.desc a:after {
            content: '?';
        }

td {
    /*padding: 0.25em 2em 0.25em 0em;
    border: 0 none;*/
}

tr.pager td {
    padding: 0 0.25em 0 0;
}




/******************************Home Styles*********************************/

.intro_home {
    background-image: url(../Images/banner_back.jpg);
    background-attachment: fixed;
    position: relative;
    /*height: 714px;*/
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
}


.header_pading {
    margin-top: 120px;
    overflow: hidden;
}

.intro-bgcover {
    /*position: absolute;*/
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
    /*background-image: url(../Images/stripe_pattern.png);
    opacity: 0.7;*/
}

body, html, div, section {
    display: block;
}

.left-float {
    width: 50%;
    float: left;
}

.right-float {
    width: 48%;
    float: right;
}

.pricingDiv {
    padding: 80px 0 80px 0;
    text-align: center;
}


    .pricingDiv h2 {
        font-size: 51px;
        color: #fff;
        padding: 0px;
        margin: 0px;
        font-weight: lighter;
    }

.caption {
    font-size: 23px;
    font-family: Calibri;
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

.disc-text {
    font-size: 31px;
    color: #6cbef7;
    text-transform: uppercase;
    padding: 17px;
    line-height: 40px;
    /*background: rgba(255,255,255,0.2);
    width: 75%;*/
    margin: 0 auto;
    margin-top: 40px;
    /*border: #DEDEDE solid 1px;*/
    border-radius: 10px;
}

.gold_text {
    font-size: 26px;
    color: #e7bb22;
    font-family: Arial;
    font-weight: 600;
}

.header_coments {
    font-family: Calibri;
    font-weight: lighter;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    padding-top: 15px;
}

/*.disc-text span {
        color: #A58E06;
        font-weight: bold;
        text-shadow: 1px 1px 0px #000;
    }*/

.trail {
    margin-top: 57px;
}

    .trail a {
        display: inline-block;
        border: #e7bb22 solid 3px;
        background: rgba(231,187,34,0.3);
        padding: 25px 50px;
        border-radius: 12px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 20px;
        font-family: Calibri;
        letter-spacing: 2px;
        transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    }

        .trail a:hover {
            background-color: #e7bb22;
        }



/*************************New Home Page***************************/

.TSP_features {
    background-color: #ededed;
}

.tsp-left-float {
    width: 50%;
    float: left;
    border-bottom: #fff solid 1px;
}

    .tsp-left-float:nth-child(4n+1) {
        background-color: #fff;
    }

.tsp-right-float {
    width: 50%;
    float: right;
    border-bottom: #fff solid 1px;
}

    .tsp-right-float:nth-child(4n) {
        background-color: #fff;
    }

.tsp_left_BG {
    width: 650px;
    float: right;
    /*max-height: 599px;*/
    min-height: 622px;
}

.tsp-left-float:nth-child(4n+1) div.tsp_left_BG {
    background-image: url(../Images/tsp_left_bg.jpg);
    background-repeat: repeat-y;
}

.tsp_right_BG {
    width: 650px;
    float: left;
    /*max-height: 599px;*/
    min-height: 622px;
}

.tsp-right-float:nth-child(4n) div.tsp_right_BG {
    background-image: url(../Images/tsp_right_bg.jpg);
    background-repeat: repeat-y;
}



/*************************New Home Page***************************/








.videoDiv {
    border: #000 solid 16px;
    width: auto;
    height: 346px;
    display: inline-block;
    border-radius: 6px;
    margin-left: 75px;
    overflow: hidden;
    margin-top: 45px;
}

.ipod-inner-home {
    position: relative;
    height: 100%;
    margin: 0 auto;
    width: 1300px;
    overflow: hidden;
    background-image: url(../images/video_bg.png);
    background-repeat: no-repeat;
    background-position: center 102px;
}

.playBtn {
    position: absolute;
    margin-top: -350px;
    height: 316px;
    width: 476px;
    background-image: url(../images/play_btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

    .playBtn:hover {
        background: rgba(0,0,0,0.5);
        background-image: url(../images/play_btn.png);
        background-repeat: no-repeat;
        background-position: center center;
    }



.mbl-app {
    border-top: #EAEAEA solid 1px;
    height: 417px;
    z-index: 1;
    width: 100%;
}

.one {
    background-image: url(../images/mobileleft_bg.jpg);
    background-repeat: repeat-x;
    min-height: 417px;
}

.two {
    background-image: url(../images/mobileright_bg.jpg);
    background-repeat: repeat-x;
    min-height: 417px;
}

.mbl-inn {
    width: 650px;
}

.left {
    float: right;
}

    .left img {
        float: right;
    }

.right {
    float: left;
    text-align: center;
    padding: 50px 0;
}

.padding-box {
    padding: 0px 30px;
    font-size: 15px;
    line-height: 23px;
    color: #5e5e5e;
    padding-bottom: 20px;
    padding-top: 20px;
}

.right h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: #017ea6;
    padding-bottom: 35px;
    margin: 0px;
}

.sub_title {
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 15px;
    display: inline-block;
}

.devices {
    margin-bottom: 25px;
}

    .devices img {
        margin-right: 15px;
    }

.moreBtn {
    padding: 13px 56px;
    display: inline-block;
    background-color: #1e1e1e;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 6px;
    color: #fff;
}


.demo-div {
    background-color: #f4f1f0;
    border-top: #E8E8E8 solid 1px;
    /*overflow: hidden;*/
    height: 418px;
    z-index: 1;
    width: 100%;
}

.three {
    min-height: 417px;
}

.four {
    background-image: url(../Images/live_demo.jpg);
    background-repeat: no-repeat;
    min-height: 417px;
    background-size: cover;
    background-position: center;
}

.Seven {
    background-image: url(../Images/accounts.jpg);
    background-repeat: no-repeat;
    min-height: 417px;
    background-size: cover;
    background-position: center;
}

.demo-inn {
    width: 650px;
}

.l {
    float: right;
    text-align: center;
    padding: 50px 0;
    width: 650px;
}


    .l h2 {
        font-size: 29px;
        /* text-transform: uppercase; */
        font-weight: 400;
        color: #c6820c;
        padding-bottom: 20px;
        margin: 0px;
    }

.demo-form {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
}

    .demo-form div {
        width: 50%;
        float: left;
    }

        .demo-form div input {
            border: #DADADA solid 2px;
            background-color: #fff;
            padding: 10px 10px;
            width: 94%;
            border-radius: 6px;
            outline: none;
            color: #666;
        }

.r {
    float: left;
}


.Web-portal {
    background-color: #e6e6e6;
    border-top: #e5e5e5 solid 1px;
    /*overflow: hidden;*/
    height: 418px;
    z-index: 1;
    width: 100%;
}

.five {
    background-image: url(../images/web_portal.jpg);
    background-repeat: repeat-x;
    min-height: 417px;
    background-size: cover;
    background-position: center;
}

.six {
    /*background-image: url(../images/mobileright_bg.jpg);
    background-repeat: repeat-x;*/
    min-height: 417px;
}

.mbl-inn {
    width: 650px;
}

.left {
    float: right;
}

    .left img {
        float: right;
    }

.right {
    float: left;
    text-align: center;
    padding: 50px 0;
}

    /*.padding-box {
    padding: 0px 70px;
    font-size: 15px;
    line-height: 23px;
    color: #5e5e5e;
    padding-bottom: 25px;
}*/

    .right h3 {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 400;
        color: #017ea6;
        padding-bottom: 35px;
        margin: 0px;
    }

.devices {
    margin-bottom: 25px;
}

    .devices img {
        margin-right: 15px;
    }


.bg_two {
    /* background-image: url(../Images/parallax_bg.jpg); */
    background-position: center -275px;
    position: relative;
    width: 100%;
    background-color: #ECECEC;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    border-top: #D0D0D0 solid 1px;
}


.lastrow {
    width: 1300px;
    margin: 0 auto;
    padding: 100px 0;
}

    .lastrow h3 {
        font-size: 45px;
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
        padding-bottom: 35px;
        margin: 0px;
        line-height: 1.2;
        font-weight: 300;
        color: #353535;
        letter-spacing: 3px;
    }

.bg-cover {
    width: 100%;
    /* background: rgba(0,0,0, 0.20); */ text-align: center;
}

.last-text {
    color: #464646;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    max-width: 1000px;
    margin: 0 auto;
}




/*************************Features*******************************/

.features {
    width: 100%;
    background-color: #fff;
    display: none;
}

.features_inn {
    width: 1300px;
    margin: 0 auto;
    padding: 45px 0px;
    text-align: center;
}


    .features_inn h3 {
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        color: #b1530b;
        padding-bottom: 35px;
        margin: 0px;
    }

.featured_items {
    text-align: center;
    display: inline-block;
}

    .featured_items section {
        width: 325px;
        text-align: center;
        float: left;
    }

.imgdiv {
    width: 107px;
    height: 139px;
    background-image: url(../Images/icon_bg.png);
    background-position-x: 0;
    text-align: center;
    display: inline-block;
}



.featured_items section:hover .imgdiv {
    background-position-x: -100%;
}

.imgdiv:hover {
    background-position-x: -100%;
}

.imgdiv img {
    margin-top: 35px;
}


.featured_items section {
    padding: 0 20px;
}

    .featured_items section h4 {
        color: #264E82;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 13px 0;
        margin: 0px;
    }

    .featured_items section p.sub {
        color: #d09a45;
        font-size: 18px;
        font-weight: normal;
        padding: 0 0 10px 0;
        margin: 0px;
    }

    .featured_items section p {
        font-size: 15px;
        line-height: 23px;
        color: #8A8A8A;
        padding: 0 0 10px 0;
        margin: 0px;
    }


/*************************End of Features*******************************/







.footer-bg {
    width: 100%;
    background-color: #232323;
    padding: 50px 0px;
}

.footer-links {
    width: 350px;
    float: left;
}

    .footer-links h4 {
        color: #bb9912;
        text-transform: uppercase;
        font-size: 20px;
        padding: 0px;
        margin: 0 0 20px 0;
    }

    .footer-links a {
        color: #b3b2b2;
        font-size: 15px;
        /*text-transform: uppercase;*/
        display: block;
        clear: both;
        text-decoration: none;
        margin-bottom: 5px;
        cursor: pointer;
    }

        .footer-links a:hover {
            color: #925e01;
        }


.social-links {
    float: right;
}

    .social-links ul {
        padding: 0px;
        margin: 0px;
    }

        .social-links ul li {
            list-style: none;
            float: left;
            padding: 0 10px;
            border-right: #bb9912 solid 1px;
        }

            .social-links ul li:last-child {
                border-right: none;
            }

            .social-links ul li a {
                color: #bb9912;
                font-size: 16px;
                text-transform: uppercase;
                text-decoration: none;
                cursor: pointer;
            }

                .social-links ul li a:hover {
                    color: #fff;
                }

    .social-links img {
        margin: 20px 10px 0 0px;
        cursor: pointer;
    }


    .social-links ul {
        float: right;
        /*display: inline-block;
            margin: 15px auto 0;
            text-align: center;
            width: auto;
            overflow: hidden;*/
    }

    .social-links div {
        float: right;
        clear: both;
    }



/****************************Home Styles End*******************************/

/**************************Animated Button Styles*****************************/


/* Common button styles */
/*.button {
    color: #FFF;
    border: #ccc 1px solid;
    border-radius: 5px;
    font-weight: 300;
    font-size: 16px;
    min-width: 120px;
    display: inline-block;
    margin: 0 auto;
    padding: 13px 56px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    background-color: #1e1e1e;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
}


.button--wayra {
    overflow: hidden;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

    .button--wayra::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        background: #1e1e1e;
        z-index: -1;
        -webkit-transform: rotate3d(0, 0, 1, -0deg) translate3d(0, -3em, 0);
        transform: rotate3d(0, 0, 1, -0deg) translate3d(0, -3em, 0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    }

    .button--wayra:hover {
        color: #fff;
        border-color: #A58E06;
    }

    .button--wayra.button--inverted:hover {
        color: #3f51b5;
        border-color: #fff;
    }

    .button--wayra:hover::before {
        opacity: 1;
        background-color: #A58E06;
        -webkit-transform: rotate3d(0, 0, 1, -0deg);
        transform: rotate3d(0, 0, 1, -0deg);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }

    .button--wayra.button--inverted:hover::before {
        background-color: #1e1e1e;
    }*/





.btn {
    display: inline-block;
    border-radius: 0.25em;
    padding: 23px 90px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    min-width: 120px;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .btn.red {
        background: #c6463d;
        color: #fff;
    }



#intro .btn {
    -webkit-animation: smooth-entry-btn 1.2s;
    -moz-animation: smooth-entry-btn 1.2s;
    animation: smooth-entry-btn 1.2s;
}

.btn.hide-text {
    overflow: hidden;
    position: relative;
}

    .btn.hide-text::before {
        content: '';
        position: absolute;
        right: 100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: right 0.3s;
        -moz-transition: right 0.3s;
        transition: right 0.3s;
        background-image: url("../images/readmore_arrow.png");
    }

    .btn.hide-text span {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        -webkit-transition: right 0.3s;
        -moz-transition: right 0.3s;
        transition: right 0.3s;
    }

    .btn.hide-text span {
        line-height: 48px;
        text-align: center;
    }

    .btn.hide-text:hover span {
        right: -100%;
    }

    .btn.hide-text:hover::before {
        right: 0;
    }



.btn-r {
    display: inline-block;
    border-radius: 25px;
    padding: 23px 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    min-width: 45px;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .btn-r.red {
        background: #313131;
        color: #fff;
    }



#intro .btn-r {
    -webkit-animation: smooth-entry-btn 1.2s;
    -moz-animation: smooth-entry-btn 1.2s;
    animation: smooth-entry-btn 1.2s;
}

.btn-r.hide-text {
    overflow: hidden;
    position: relative;
}

    .btn-r.hide-text::before {
        content: '';
        position: absolute;
        right: 100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: #c6463d;
        border-radius: 25px;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: right 0.3s;
        -moz-transition: right 0.3s;
        transition: right 0.3s;
        background-image: url("../images/readmore_arrow.png");
    }

    .btn-r.hide-text span {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        -webkit-transition: right 0.3s;
        -moz-transition: right 0.3s;
        transition: right 0.3s;
    }

    .btn-r.hide-text span {
        line-height: 48px;
    }

    .btn-r.hide-text:hover span {
        right: -100%;
    }



    .btn-r.hide-text:hover::before {
        right: 0;
    }



/**************************End of Animated Button Styles*****************************/



.soluton_div {
    width: 25%;
    float: left;
    border-right: #ccc solid 1px;
    margin-bottom: 50px;
}

    .soluton_div:last-child {
        border-right: none;
    }


.border-div {
    width: 80%;
    border-bottom: #ccc solid 1px;
    margin-left: 10%;
    position: relative;
    top: 25px;
}

/*.solution_innerdiv {
    margin: 40px 10px 10px 10px;
    line-height: 19px;
}

    .solution_innerdiv img {
        width: 60px;
        float: left;
        padding-right: 8px;
    }

    .solution_innerdiv div {
        margin-left: 60px;
    }

    .solution_innerdiv h3 {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        color: #666666;
        font-size: 16px;
        font-weight: bold;
        font-family: Calibri;
        cursor: pointer;
    }

        .solution_innerdiv h3:hover {
            color: #bb9912;
        }


    .solution_innerdiv h4 {
        margin: 0;
        padding: 6px 0 0 0;
        text-transform: uppercase;
        color: #c7473e;
        font-size: 14px;
        font-weight: normal;
        font-family: Calibri;
    }

    .solution_innerdiv p {
        overflow: hidden;
        color: #666;
        font-size: 14px;
        line-height: 17px;
        margin: 2px 0 0 0;
        padding: 0px;
    }*/



/*.min-search {
        display:none;
    }*/

.drop-menu {
    width: 100%;
    /* margin: 15px 0px; */
    overflow: hidden;
}

    .drop-menu ul#options {
        padding: 0px;
        margin: 0px;
        overflow: visible;
    }

        .drop-menu ul#options li {
            width: 100%;
            float: left;
        }

            .drop-menu ul#options li a {
                box-shadow: inset 0px 0px 0 0 #bb9912;
                display: block;
                padding: 0px;
                line-height: normal;
                color: #000;
                padding: 10px 15px;
                margin: 0;
                background-color: #212121;
                /* min-height: 175px; */
                cursor: pointer;
                border-top: #000000 solid 1px;
                transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -webkit-transition: all .5s ease-in-out;
            }

ul#options li a span {
    font-size: 18px;
    color: #adadad;
    font-weight: 500;
    font-family: Calibri;
    text-transform: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}


ul#options li a p {
    padding: 2px 0 0 0;
    margin: 0px;
    text-transform: none;
    color: #7B7B7B;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    display: none;
}

div.drop-menu ul#options li a:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: inset -320px 0px 0 0 #bb9912;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

    div.drop-menu ul#options li a:hover span {
        color: #fff;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
    }

    div.drop-menu ul#options li a:hover p {
        color: #DADADA;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }




.search_option {
    width: 100%;
    line-height: 40px;
    border-radius: 6px;
    border: #ccc solid 1px;
    background-color: #f2f2f2;
    outline: none;
    padding: 5px 50px 5px 20px;
}

.search_glass_img {
    float: right;
    margin-right: 35px;
    margin-top: -41px;
}



/*----------------------------------------------------------Gateway Page styles(added by somesh)-------------------------------------------*/
.adCntnr .acco2 .expand {
    background: url(../images/title_bar_bg.gif) repeat-x;
    line-height: 28px;
    border: 1px solid #cfcece;
    padding: 15px 5px;
    background-color: #f5f5f5;
}

    .adCntnr .acco2 .expand a {
        background: url(../images/rnd_plus_icon.png) no-repeat 0 4px;
        padding-left: 10px;
        text-decoration: none;
    }

.adCntnr .acco2 .openAd a {
    background: url(../images/rnd_minus_icon.png) no-repeat 0 4px;
    padding-left: 10px;
    color: #333 !important;
    text-decoration: none;
}

.adCntnr .acco2 .openAd {
    background: url(../images/title_bar_bg.gif) repeat-x;
    line-height: 27px;
    border-left: 1px solid #cfcece;
    border-right: 1px solid #cfcece;
    border-bottom: 1px solid #cfcece;
    padding-left: 5px;
    background-color: #f5f5f5;
}

.adCntnr .acco2 .expand a {
    color: #000;
    font-weight: normal;
    font-size: 18px;
}

.adCntnr .accCntnt {
    border: 1px solid #cfcece;
    border-top: none;
    padding: 10px 15px;
    background: #fff;
    overflow: hidden;
}

.card_dtls {
    width: 180px;
    float: left;
    position: relative;
    top: 5px;
}

.coupon_dtls {
    width: 120px;
    float: left;
    position: relative;
    top: 5px;
}

.gateway_div {
    width: 32%;
    float: left;
    margin-top: 5px;
}

    .gateway_div input[type="text"] {
        margin: 0;
        outline: none;
    }

.card_lbl {
    width: 30px;
    float: left;
}

    .card_lbl input[type="radio"] {
        width: auto;
        float: left;
        margin-right: 5px;
    }

.card_txt {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 3px;
    float: left;
}

.page_header {
    /*margin: 0;
    padding: 12px 20px 15px 20px;
    border: 1px solid #d8d8d8;
    color: #333333;
    background: #ececec;
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#ececec 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ececec)) !important;
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ececec 100%) !important;
    background: -ms-linear-gradient(top, #f4f4f4 0%,#ececec 100%) !important;
    background: -o-linear-gradient(top, #f4f4f4 0%,#ececec 100%) !important;
    background: linear-gradient(to bottom, #f4f4f4 0%,#ececec 100%) !important;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 1em;*/
    padding: 10px;
    background-color: #EAEAEA;
    border: 1px solid #d8d8d8;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: #017ea6;
    margin: 0px;
}

.org_div {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #d8d8d8;
    border-top: none;
    overflow: hidden;
}

.organiz_div {
    /*width: 400px;
    background-color: #fff;
    box-shadow: 0 0 2px 2px #ccc;
    margin: 5px auto 20px auto;
    min-height: 200px;
    text-align:center;*/
    margin-top: 5px;
}

    .organiz_div label {
        width: 180px;
        float: left;
        position: relative;
        top: 10px;
        color: #5e5e5e;
        font-size: 18px;
        font-weight: normal;
    }

.btn_space {
    width: 140px;
    float: left;
    position: relative;
    top: 10px;
    font-size: 16px;
}

.register_div {
    width: 100%;
    float: left;
}

.card_name {
    font-size: 14px;
    font-weight: bold;
    width: 200px;
    float: left;
    color: #000;
}

.space_label {
    width: 200px;
    float: left;
}

.space_div {
    width: 32%;
    float: left;
}

.newcard_div h5 {
    margin: 0 0 15px 0;
    padding: 0;
    color: #D87900;
    font-size: 22px;
    font-weight: normal;
}

.gateway_div select {
    height: 30px;
    width: 300px;
    border: 1px solid #e2e2e2;
    outline: none;
}

.gatewaydiv_head {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: #ed9c32;
}

.choose_payment {
    clear: both;
    position: relative;
    top: 15px;
}

/*----------------------------------------------------------Gateway Page styles(added by somesh)-------------------------------------------*/

/*---------------------------------------------------------- Somesh added styles-----------------------------------------------------------*/

#loginForm {
    /*background-color: #fff;
    border: 1px solid #ccc;*/
    float: left;
    width: 53%;
}

/*#loginForm h2 {
    padding: 10px;
    background-color: #EAEAEA;
    border-bottom: 1px solid #C7C7C7;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: #017ea6;
    margin: 0px;
}

#loginForm form {
    padding: 20px;
}

#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

#loginForm input {
    width: 100%;
    padding: 8px 5px;
    border-radius: 3px;
    outline: none;
}

#loginForm input[type="checkbox"], #loginForm input[type="submit"], #loginForm input[type="button"], #loginForm button {
    width: auto;
}


#logoutForm {
    display: inline;
}*/

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 41.7%;
    /*background-color: #fff;
    border: 1px solid #ccc;*/
}

/*#socialLoginForm h2 {
    padding: 10px;
    background-color: #EAEAEA;
    border-bottom: 1px solid #C7C7C7;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: #017ea6;
    margin: 0px;
}*/

#socialLoginList button {
    margin-bottom: 12px;
}

.register_inner_div {
    padding: 20px;
}

.register_link a {
}

.btn input[type="submit"] {
    background-color: transparent !important;
    border: none !important;
    font-size: 0px !important;
    padding: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
    display: none;
}

.top_header {
    background-color: #2B2B2B;
    color: #fff;
    line-height: 32px;
}

    .top_header section a {
        color: #fff;
    }

.tophead_innerdiv {
    width: 1300px;
    margin: 0 auto;
}

.hello_text {
    font-size: 14px;
    display: none;
}

.register_pane li {
    width: 100%;
    overflow: hidden;
}

    .register_pane li label {
        font-size: 14px;
        width: 100px;
        float: left;
        margin-top: 13px;
    }

    .register_pane li input {
        width: 300px;
        float: left;
        padding: 8px 5px;
        border-radius: 3px;
        outline: none;
    }

.space_lbl {
    width: 100px;
    float: left;
}


/*---------------------------------------------------------- Under Construction Popup styles-----------------------------------------------*/

.main_popup {
    position: fixed;
    background-color: #E6E6E6;
    color: #fff;
    top: 20%;
    left: 31%;
    height: 500px;
    width: 700px;
    z-index: 10000;
    border-radius: 5px;
    box-shadow: 0 0 10px 10px #B9B9B9;
    border: 1px solid #9A9A9A;
    display: none;
}

.popupclose {
    background-color: #363636;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    float: right;
    margin-top: -45px;
    padding: 8px 16px;
    border-bottom: 1px solid #212121;
}

    .popupclose img {
        width: 24px;
        position: relative;
        top: 3px;
    }

.sub_popupdiv {
    padding: 40px 30px;
    text-align: center;
    width: 400px;
    background-color: #363636;
    border-top-left-radius: 6px;
}

.chat_popup {
    width: 400px;
    height: 340px;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 10000;
}

/*.update_txt {
    color:#fff;
    margin:0;
    font-size:19px;
    color:#fff;
    font-weight:400;
    text-transform:uppercase;
}

.update_txt span {
    position:relative;
    top:-40px;
    text-transform:uppercase;
    font-size:30px;
    font-weight:bold;
}*/

.visiting_div {
    background-color: #454545;
    color: #FFA909;
    border: 1px solid #242424;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    font-size: 24px;
}

.progress_div {
    margin: 10px 0;
}

    .progress_div img {
        width: 48px;
    }

    .progress_div h4 {
        color: #fff;
        margin: 0;
        font-size: 18px;
        text-transform: uppercase;
    }

.update_div {
    margin: 10px 0;
}

    .update_div img {
        width: 52px;
    }

    .update_div h4 {
        color: #fff;
        margin: 0;
        font-size: 20px;
        text-transform: uppercase;
    }



/*---------------------------------------------------------- Under Construction Popup styles-----------------------------------------------*/


.click_btn {
    color: #f5ad2f;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

    .click_btn:hover {
        text-decoration: underline;
    }

.click_text {
    font-size: 16px;
    color: #000;
    /*overflow: hidden;
    clear: both;
    display: block;
    text-align: center;*/
}

.loadingpanel {
    position: absolute;
    background: rgba(0,0,0,0.7);
    z-index: 10000;
    font-family: calibri;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loading_popup {
    background-color: #fff;
    width: 400px;
    position: fixed;
    left: 40%;
    top: 45%;
    z-index: 1000000;
    padding: 35px 20px;
    border-radius: 4px;
    /*box-shadow: 0 0 4px 2px #C1C1C1;*/
    font-size: 20px;
    font-weight: 400;
}

    .loading_popup span {
        color: #E89144;
        font-weight: bold;
    }

.popup_close {
    position: absolute;
    right: -15px;
    top: -12px;
    cursor: pointer;
}

.loader_img {
    position: fixed;
    top: 50%;
    left: 40%;
}

.trial_div {
    padding: 35px 0;
    overflow: hidden;
}

.trial_crm {
    text-align: center;
    width: 50%;
    float: left;
    border-right: 1px solid #ccc;
}

    .trial_crm h1 {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        color: #e89144;
        font-weight: bold;
    }

    .trial_crm img {
        display: block;
        margin: 10px auto 0 auto;
    }

    .trial_crm p {
        text-align: center;
        font-size: 15px;
        color: #000;
        line-height: 20px;
        padding: 0 40px;
    }


.portal_crm {
    /*text-align: center;*/
    width: 48%;
    float: left;
}

.portal-innerpadding {
    padding: 0 15px;
}

.portal_crm h1 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #e89144;
    font-weight: bold;
}

.portal_crm img {
    display: block;
    margin: 10px auto 15px auto;
}

.portal_crm p {
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: 20px;
    padding: 0 40px;
}

.inner_div {
    padding: 0;
}

/*.site-title a img {
    border: none;
}*/

/*------------------------------------------------------Mobile and device style-----------------------------------------------------------*/

.device_body {
    width: 100%;
    margin: 90px 0 0 0;
    padding: 0;
    overflow: hidden;
    font-family: Calibri;
}

.device_div {
    width: 100%;
    padding: 60px 0;
    /*background-color:#e2dedd;*/
    background-image: url(../Images/devicehead_bg.jpg);
    background-repeat: repeat;
}

.device_header {
    width: 1300px;
    margin: 0 auto;
    padding: 0;
}

    .device_header h2 {
        color: #b28e12;
        padding: 0;
        margin: 0;
        font-size: 36px;
        font-weight: lighter;
    }

    .device_header span {
        color: #3d3d3d;
        font-size: 20px;
    }

    .device_header p {
        /*font-size: 16.5px;*/
        font-size: 14px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #424242;
        line-height: 21px;
        font-weight: 400;
    }


.source_div {
    padding: 60px 0 50px 0;
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.sorce_content p:nth-child(1) {
    margin-top: 0;
}

.sorce_content {
    padding: 0;
    margin: 10px 0 0 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: lighter;
    width: 100%;
}

    .sorce_content img {
        float: right;
    }

/*.sorce_content img {
    margin-top:25px;
}*/

.playstore_btn {
    margin-top: 25px;
    float: left;
    clear: both;
    padding: 0 20px;
}

    .playstore_btn img {
        border: none;
    }

.device_fetures {
    width: 100%;
    background-color: #fff;
    padding: 60px 0 70px 0;
    overflow: hidden;
}

.devicefeture_content {
    width: 1300px;
    margin: 0 auto;
}

    .devicefeture_content h2 {
        color: #b39018;
        font-size: 36px;
        font-weight: lighter;
        padding: 0;
        margin: 0 0 10px 0;
    }

.device_dtls {
    width: 30%;
    margin: 0 65px 0 0;
    float: left;
}

    .device_dtls:hover label {
        background-color: #011f51;
    }

.device_fetures div.device_dtls:nth-child(2) {
    margin: 0 65px 50px 0 !important;
    width: 30%;
}

.device_fetures div.device_dtls:nth-child(3) {
    margin: 0 65px 50px 0 !important;
    width: 30%;
}

.device_fetures div.device_dtls:nth-child(4) {
    margin: 0 0 50px 0 !important;
    width: 30%;
}

.device_fetures div.device_dtls:nth-child(7) {
    margin: 0 !important;
}

.device_dtls label {
    background-color: #e7bb22;
    width: 130px;
    height: 130px;
    text-align: center;
    margin-right: 21px;
    float: left;
}

    .device_dtls label img {
        position: relative;
        top: 27px;
    }

.device_dtls div h3 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: #6a6a6a;
    font-size: 25px;
    font-weight: lighter;
}

.device_dtls div p {
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 20px;
    color: #4d4d4d;
    font-weight: 400;
    font-size: 18px;
    display: inline;
}

.crmapp_div {
    width: 1300px;
    margin: 0 auto;
    padding: 57px 0;
    overflow: hidden;
}

    .crmapp_div img {
        margin: 15px 40px 0 0;
        float: left;
    }

.app_content {
    float: none;
    width: 100%;
}

    .app_content h3 {
        padding: 0;
        margin: 0 0 25px 0;
        color: #3d3d3d;
        font-size: 28px;
        font-weight: normal;
        width: 100%;
    }

    .app_content ul {
        margin: 0 0 0 20px;
        padding: 0;
        position: relative;
        left: 30px;
    }

        .app_content ul li {
            margin: 0;
            padding: 0 0 13px 0;
            list-style-type: none;
            list-style-image: url(../Images/tik_icon.png);
            font-size: 18px;
            font-weight: normal;
            color: #4d4d4d;
        }

/*------------------------------------------------------Mobile and device style-----------------------------------------------------------*/

#login_panel {
    background-color: #fff;
    color: #000;
    padding: 0;
    position: fixed;
}

.login_icon {
    position: relative;
    top: 4px;
    border: none;
}

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 0px;
    text-align: center;
    float: right;
}

    /*#login a {
    background-color: #C6463D !important;
    margin-left: 5px !important;
    margin-right: 0px !important;
    padding: 2px 24px !important;
    padding:0 !important;
    text-decoration: none !important;
    border-radius: 1px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #fff !important;
}*/

    #login a.username {
        background: none !important;
        margin: 0;
        padding: 0 0 !important;
        color: #000 !important;
        text-decoration: none;
        display: none;
    }

    #login ul {
        margin: 0;
        padding: 0px 0px;
    }

    #login li {
        display: inline;
        list-style: none;
        float: right !important;
    }

/*--------------------------------------------portal page styles----------------------------------------------*/

.portal_div {
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    width: 1300px;
}

    .portal_div h1 {
        margin: 0;
        padding: 0 0 20px 0;
        color: #c6820c;
        font-size: 40px;
        font-weight: 400;
    }

    .portal_div h2 {
        color: #b39018;
        font-size: 36px;
        font-weight: lighter;
        padding: 0;
        margin: 0 0 10px 0;
    }

    .portal_div h4 {
        color: #b39018;
        font-size: 32px;
        font-weight: lighter;
        padding: 0;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .portal_div h6 {
        font-weight: bold;
        font-size: 16px;
        color: #000;
        padding: 0 0 20px 0;
        margin: 0;
    }

    .portal_div strong {
        font-weight: bold;
        font-size: 16px;
        color: #c6820c;
    }

    .portal_div h3 {
        margin: 0;
        padding: 0;
        color: #c6820c;
        font-size: 26px;
        font-weight: 400;
    }


    .portal_div h5 {
        padding: 0;
        margin: 0;
        color: #3d3d3d;
        font-size: 28px;
        font-weight: normal;
        width: 100%;
    }

    .portal_div p {
        margin: 0;
        padding: 15px 0;
        line-height: 23px;
        color: #5e5e5e;
        font-size: 16px;
        overflow: hidden;
    }

        .portal_div p span {
            font-weight: bold;
            font-size: 20px;
        }

        .portal_div p a {
            color: #CC7B00;
            font-weight: 500;
            text-decoration: underline;
            font-size: 21px;
        }

            .portal_div p a:hover {
                color: #CC7B00;
                font-weight: 500;
                text-decoration: none;
            }

    .portal_div ul {
        margin: 5px 0 20px 35px;
        padding: 0;
    }

        .portal_div ul li {
            margin: 0;
            padding: 0 0 7px 0;
            list-style-type: decimal;
            color: #5e5e5e;
            font-size: 16px;
        }

.image_div img {
    float: left;
    margin: 5px 0 0 15px;
    width: 300px;
    box-shadow: 0 0 2px 2px #888;
}

.more-content {
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 23px;
    color: #5e5e5e;
    font-size: 18px;
}

/*.image_div img:nth-child(2) {
    margin: 5px 0 0 0;
}*/

.portal_img {
    float: right;
    width: 500px;
    margin: 0 0 0 10px;
    /*border: 2px solid #ccc;*/
}

.DE_link {
    font-style: italic;
    color: #7F462C;
    font-weight: bold;
}

.satisfy {
    color: #7F462C;
    font-weight: bold;
}

.account_list {
    margin-left: 50% !important;
}

/*--------------------------------------------portal page styles----------------------------------------------*/

.contact_form {
    width: 70%;
    float: left;
}

.contact_div {
    margin: 5px 0 0 0;
}

.submit_div {
    margin: 10px 0 0 0;
}

.contctname {
    color: #5e5e5e !important;
    font-size: 18px;
    width: 130px;
    float: left;
    position: relative;
    top: 10px;
    font-weight: 400;
}

.cnctbox {
    overflow: hidden;
    width: auto;
}

    .cnctbox input[type="text"], [type="password"], [type="url"] {
        width: 100%;
        padding: 8px 5px;
        border-radius: 3px;
        outline: none;
        margin: 3px 0;
    }

.cnct_emptydiv {
    width: 130px;
    float: left;
}

.address {
    width: 100%;
}

.head_h3 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.contact_address {
    float: left;
    margin-left: 40px;
}

.address strong {
    color: #c6820c;
    font-weight: 400;
    font-size: 17px;
}

.login_name label {
    color: #5e5e5e !important;
    font-size: 18px;
    width: 110px;
    float: left;
    position: relative;
    top: 10px;
    font-weight: 400;
}

.login_emptydiv {
    width: 110px;
    float: left;
}

.cnctbox textarea {
    width: 100%;
    height: 80px;
}


/*---------------------------------------------------------- Somesh added styles-----------------------------------------------------------*/


@font-face {
    font-family: 'FuturaBT-Book';
    src: url('../Content/fonts/futura_bk_bt_book.eot');
    src: url('../Content/fonts/futura_bk_bt_book.eot?#iefix') format('embedded-opentype'), url('../Content/fonts/futura-bk-bt-book.woff') format('woff'), url('../Content/fonts/futura-bk-bt-book.ttf') format('truetype'), url('../Content/fonts/futurabt-book.otf') format('opentype');
}

.logo_div {
    display: inline-block;
    letter-spacing: 0px !important;
    line-height: 36px;
    float: left;
    overflow: hidden;
    padding-right: 10px;
    margin-left: 7px;
}

.site-title a img {
    float: left;
    position: relative;
    top: 0px;
    border: none;
    /*width: 72px;*/
}

.tsplogo_head {
    border-bottom: 1px solid #9fd4fa;
}

.logo_total {
    color: #d4af37;
    font-size: 43px;
    letter-spacing: -2px;
    font-weight: 400;
    font-family: Calibri;
    text-transform: none;
    position: relative;
    top: -2px;
}

.logo_serv {
    color: #d4af37;
    font-size: 43px;
    font-weight: bold;
    font-family: Calibri;
    padding-left: 1px;
    position: relative;
    top: -2px;
}

.logo_pro {
    padding-left: 7px;
    font-style: italic;
    color: #6cbef7;
    font-size: 38px;
    letter-spacing: -2px;
    font-weight: bold;
    position: relative;
    top: -2px;
    font-family: 'FuturaBT-Book';
    src: url('../Content/fonts/futura_bk_bt_book.eot');
    src: url('../Content/fonts/futura_bk_bt_book.eot?#iefix') format('embedded-opentype'), url('../Content/fonts/futura-bk-bt-book.woff') format('woff'), url('../Content/fonts/futura-bk-bt-book.ttf') format('truetype'), url('../Content/fonts/futurabt-book.otf') format('opentype');
}

.logo_slogan {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    padding: 3px 0;
    font-family: Calibri;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1;
    display: inline-block;
    float: left;
}

.right_image {
    float: right;
    width: 300px;
    margin: 0 0 10px 10px;
    border: 1px solid #D8D8D8;
}

.left_image {
    float: left;
    width: 400px;
    margin: 0 15px 10px 0;
    border: 1px solid #D8D8D8;
}

/*---------------------------------------------------------------------------------------------*/
.header_content {
    text-align: center;
    overflow: hidden;
}

    .header_content img {
        display: none;
    }


    .header_content h1 {
        font-family: Calibri;
        color: #b28e12;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 38px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
    }

    .header_content span {
        color: #5a5a5a;
        font-size: 30px;
    }

.video_img {
    clear: both;
    padding: 10px 0;
    width: 479px;
    margin: 0 auto;
}

.header_content img {
    float: none;
    margin-left: 30px;
    width: 100%;
    height: 200px;
}

.header_content .trail {
    margin-top: 27px;
    text-align: center;
}

    .header_content .trail a {
        display: inline-block;
        border: #5a5a5a solid 3px;
        background: rgba(178,142,18,0.3);
        padding: 25px 50px;
        border-radius: 12px;
        color: #444;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 20px;
        font-family: Calibri;
        letter-spacing: 2px;
        transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    }

        .header_content .trail a:hover {
            background-color: #b28e12;
            color: #fff;
            text-align: center;
        }

.sales_section {
    padding: 0px;
    margin: 0px;
}

    .sales_section h1 {
        font-family: calibri;
        text-align: center;
        color: #a9550b;
        margin: 0px 0px;
        padding: 0px;
        font-size: 30px;
        text-transform: uppercase;
    }

    .sales_section span {
        font-family: calibri;
        color: #353535;
        font-size: 28px;
        text-align: center;
        padding: 0 0 15px 0;
        display: block;
    }

    .sales_section section {
        font-size: 16px;
        width: 625px;
        float: left;
        margin: 0px 25px 10px 0px;
    }

        .sales_section section h3 {
            padding: 0 0 10px 0;
            font-family: calibri;
            color: #a7970f;
            font-size: 22px;
        }

        .sales_section section p span {
            padding: 0 0 0 42px;
            font-family: calibri;
            color: #5e5e5e;
            font-size: 14px;
            text-align: left;
            font-weight: bold;
        }



    .sales_section p {
        font-size: 16px;
    }

    .sales_section h3 img {
        position: relative;
        top: 6px;
        margin-right: 10px;
    }

    .sales_section div span {
        text-align: left;
        font-size: 15px;
        font-family: calibri;
        font-weight: bold;
        color: #212121;
        padding: 0 0 5px 0;
    }

.Dashleft_image {
    float: left;
    margin: 0px 20px 0px 0px;
    width: 100px;
}

.left_img {
    padding: 05px;
    background-color: #2f2f2f;
    float: left;
    margin: 5px 15px 5px 0;
}

.right_img {
    padding: 05px;
    background-color: #2f2f2f;
    float: right;
    margin: 5px 0 5px 15px;
}

.sectionimg {
    padding: 05px;
    background-color: #2f2f2f;
    width: 100%;
}


.Customer_section span i {
    font-style: normal;
    color: #c08a00;
}

.Customer_section span em {
    font-family: 'FuturaBT-Book';
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    color: #29a0f3;
}

.Customer_section section ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: url(../Images/tik_icon.png);
    font-weight: normal;
    color: #4d4d4d;
}


.Marketing_section {
    padding: 0px;
    margin: 0px;
}

    .Marketing_section h1 {
        font-family: calibri;
        text-align: center;
        color: #a9550b;
        margin: 0px 0px;
        padding: 0px;
        font-weight: 400;
        font-size: 30px;
        text-transform: uppercase;
    }

    .Marketing_section span {
        font-family: calibri;
        color: #353535;
        font-size: 28px;
        text-align: center;
        padding: 0 0 15px 0;
        display: block;
    }

    .Marketing_section p {
        font-size: 16px;
    }

    .Marketing_section section {
        font-size: 16px;
        width: 625px;
        float: left;
        margin: 0px 25px 10px 0px;
    }

        .Marketing_section section h3 {
            padding: 0 0 0px 0;
            font-weight: 400;
            font-family: calibri;
            color: #a7970f;
            font-size: 22px;
        }

    .Marketing_section h3 img {
        position: relative;
        top: 6px;
        margin-right: 10px;
    }

    .Marketing_section span i {
        font-style: normal;
        color: #c08a00;
    }

    .Marketing_section span em {
        font-family: 'FuturaBT-Book';
        text-transform: uppercase;
        font-weight: bolder;
        font-style: italic;
        color: #29a0f3;
        padding-left: 4px;
        font-size: 26px;
    }

    .Marketing_section section ul {
        list-style: decimal;
    }

        .Marketing_section section ul li {
            margin: 0;
            padding: 0;
            list-style-type: none;
            list-style-image: url(../Images/tik_icon.png);
            font-weight: normal;
            color: #4d4d4d;
        }

.Customer_section {
    padding: 0px;
    margin: 0px;
}

    .Customer_section h1 {
        font-family: Calibri;
        text-align: center;
        color: #a9550b;
        margin: 0px 0px;
        padding: 0px;
        font-weight: 400;
        font-size: 30px;
        text-transform: uppercase;
    }

    .Customer_section span {
        font-family: calibri;
        color: #353535;
        font-size: 28px;
        text-align: center;
        padding: 0 0 15px 0;
        display: block;
    }

    .Customer_section p {
        font-size: 16px;
    }

    .Customer_section section {
        font-size: 16px;
        width: 625px;
        float: left;
        margin: 0px 25px 10px 0px;
    }

        .Customer_section section h3 {
            padding: 0 0 10px 0;
            font-weight: 400;
            font-family: 'calibri';
            color: #a7970f;
            font-size: 22px;
        }

    .Customer_section h3 img {
        position: relative;
        top: 6px;
        margin-right: 10px;
        /*width:32px;*/
        height: 29px;
    }

.top-padding {
    padding-top: 25px;
}


.bg-clr {
    background-color: #fff;
}
/*-----------------------------------------------------------------------------------------------------*/


.page-section-header {
    background-color: transparent;
}

    .page-section-header:nth-child(2n+1) {
        background-color: #ffffff;
    }

.content-panel {
    padding: 60px 0 50px 0;
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

    .content-panel h2 {
        font-family: calibri;
        text-align: center;
        color: #a9550b;
        margin: 0px 0px;
        padding: 0px;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 400;
    }


.portal_div h2 {
    font-family: calibri;
    text-align: center;
    color: #a9550b;
    margin: 0px 0px;
    padding: 0px;
    font-size: 30px;
    font-weight: 400;
}

    .content-panel span {
        font-family: calibri;
        color: #353535;
        font-size: 28px;
        text-align: center;
        padding: 0 0 15px 0;
        display: block;
    }

    .content-panel p {
        font-size: 16px;
        width: 100%;
        font-family: Calibri;
        line-height: 23px;
        color: #5e5e5e;
        text-align: left;
    }

    .content-panel img.right {
        background-color: #2f2f2f;
        float: left;
        padding: 5px 5px 5px 5px;
        width: 50%;
        margin-right: 20px;
    }

    .content-panel img.left {
        background-color: #2f2f2f;
        float: right;
        padding: 5px 5px 5px 5px;
        width: 50%;
        margin-left: 25px;
    }

.features-left {
    width: 50%;
    float: left;
    text-align: left;
}

.features-right {
    width: 50%;
    float: left;
    text-align: left;
}

.features-left h3 {
    padding: 0 0 0px 0;
    font-weight: 400;
    font-family: calibri;
    color: #a7970f;
    font-size: 22px;
}

.features-left ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: url(../Images/tik_icon.png);
    font-weight: normal;
    color: #4d4d4d;
}

.features-right h3 {
    padding: 0 0 0px 0;
    font-weight: 400;
    font-family: Calibri;
    color: #a7970f;
    font-size: 22px;
}

.features-right ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: url(../Images/tik_icon.png);
    font-weight: normal;
    color: #4d4d4d;
}


.cbp-hrsub {
    overflow: hidden;
    max-height: 0px;
    max-width: 320px;
    position: absolute;
    background: #fff;
    width: auto;
    transition: max-height 0.3s ease-in-out, color .3s ease-in-out;
}

ul#menu li:hover div.cbp-hrsub {
    max-height: 1000px;
    max-width: 320px;
    transition: max-height 0.5s ease-in-out, color .3s ease-in-out;
}


.tsp-demo {
    width: 100%;
    /*background-color: #444;
    padding: 50px 0px;*/
    overflow: hidden;
    background-attachment: fixed;
    background-image: url(../Images/banner_back.jpg);
}

.tsp-demo-inn {
    width: 1300px;
    margin: 0 auto;
}
    .tsp-demo-inn h3 {
        font-size: 29px;
        text-transform: uppercase;
        font-weight: 400;
        color: #bb9912;
        padding-bottom: 0px;
        margin: 0px;
        text-align: center;
    }
    .tsp-demo-inner {
    width: 100%;
}

    .tsp-demo-inner h3 {
        font-size: 29px;
        text-transform: uppercase;
        font-weight: 400;
        color: #bb9912;
        padding-bottom: 0px;
        margin: 0px;
        text-align: center;
    }

.tsp-demo-form {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 10px;
}

    .tsp-demo-form div {
        width: 33%;
        float: left;
        padding: 0 5px;
    }

        .tsp-demo-form div input[type=text] {
            width: 100%;
            background-color: #ffffff;
            border-radius: 4px;
            padding: 10px;
            border: #000000 solid 1px;
            font-size: 15px;
            color: #080808;
            margin: 6px 0 6px 0;
        }

/**************************************************************/




.Reports_div {
    clear: both;
}

.download_app {
    font-style: italic;
    color: #B8590B;
    font-size: 18px;
    text-decoration: underline;
}

.client_download {
    font-size: 20px;
    color: #927000;
    font-style: italic;
}

.features-text {
    text-transform: uppercase;
    display: inline-block!important;
    color: #a9550b!important;
}


.tsp-anim-img {
    width: 100%;
    margin: 0;
    z-index: 1000;
}

.video-text {
    padding: 0 25px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-top: 9%;
}

.playvideo-btn {
    /*margin: 18.5% 0 0 21.6%;*/
    margin: 245px 0 0 284px;
    position: absolute;
    cursor: pointer;
}

.home-video {
    background-color: #313131;
    border: 1px solid #888888;
    height: 400px;
    margin-top: 125px;
}

    .home-video:hover .playvideo-btn {
        z-index: 9999999;
    }

.transparent {
    background-color: #000;
    opacity: 0.5;
    display: none;
    height: 398px;
    margin-top: 150px;
    position: absolute;
    width: 622px;
    top: 96px;
    margin-left: 0px;
}

.home-video:hover .transparent {
    display: block !important;
}



/*------------------------------------------------------------------------------*/
.intro_opendiv {
    padding: 80px 0;
    text-align: center;
}

    .intro_opendiv h1 {
        font-size: 34px;
        color: #fff;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
    }

.intro_gold {
    font-size: 21px;
    color: #d4af37;
    font-family: calibri;
    font-weight: 600;
    padding: 50px 0;
}

.intro_opendiv p {
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    padding: 0 50px;
    line-height: 24px;
    font-family: Calibri;
}
/*-----------------------------------------------------------------------------*/
.col-3 p {
    font-size: 15px;
}

.col-3 {
    width: 33%;
    float: left;
    border-bottom: #e4e4e4 solid 1px;
    border-top: #e4e4e4 solid 1px;
    border-left: #e4e4e4 solid 1px;
    border-right: #e4e4e4 solid 1px;
}

    .col-3:nth-child(2) {
        border-bottom: #e4e4e4 solid 1px;
        border-top: #e4e4e4 solid 1px;
        border-left: none;
        border-right: none;
    }

.colmnprice {
    background-color: #f3f3f3;
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px;
}

.priceDiv {
    /*border-top: #ccc solid 1px;*/
    border-bottom: #e6e6e6 solid 1px;
    text-align: center;
    /*padding: 10px 0:;*/
}

.textdisc {
    padding: 25px;
    min-height: 539px;
}

.textdisc2 {
    padding: 25px;
    min-height: 792px;
}

.note_div1 {
    border-top: #e6e6e6 solid 1px;
    padding: 25px;
    min-height: 119px;
    font-weight: 600;
    font-style: italic;
}

.note_div {
    border-top: #e6e6e6 solid 1px;
    padding: 25px;
    min-height: 156px;
    font-weight: 600;
    font-style: italic;
}

.tipline {
    width: 100%;
    padding: 25px;
    background-color: #fff;
    margin-bottom: 10px;
}

.tipheader {
    text-align: left;
    font-size: 24px;
    line-height: 29px;
}

    .tipheader img {
        float: left;
        padding-right: 10px;
    }

    .tipheader span {
        float: left;
        padding: 0px 10px 0px 0px;
        font-size: 27px;
        color: #828282;
        font-weight: 600;
    }

.tiptext {
    text-align: left;
    padding-top: 13px;
}


/********************************************************************/


.clmnPrice {
    padding: 15px;
    overflow: hidden;
    /*border: #e4e4e4 solid 1px;*/
    margin-bottom: 15px;
}

.clmnHeader {
    float: left;
    font-size: 33px;
    text-transform: uppercase;
    color: #d48138;
    width: 100%;
    text-align: left;
}

.clmndisc {
    clear: both;
    padding-top: 8px;
    margin-bottom: 20px;
    border-top: #e4e4e4 solid 1px;
}

    .clmndisc p {
        padding: 10px 0 0 0;
        margin: 0px;
        font-size: 15px;
    }

.clmnnote {
    font-weight: bold;
    font-style: italic;
    text-align: left;
    color: #226492;
}


/*--------------------------------Resource page styles-------------------------*/

.resource_div {
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    width: 1300px;
}



    .resource_div h2 {
        color: #a9550b;
        font-size: 26px;
        font-weight: lighter;
        padding: 0;
        margin: 15px 0 5px 0;
    }

    .resource_div p {
        margin: 0;
        padding: 0 0 15px 0;
        line-height: 23px;
        color: #5e5e5e;
        font-size: 18px;
        overflow: hidden;
    }

.material_section {
    padding: 0px;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.resource-panel:nth-child(2n+1) {
    background-color: #fff;
}

.resource-panel div {
    background-color: transparent!important;
}

.material_div {
    width: 270px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

    .material_div a {
        clear: both;
        text-align: center;
        width: 100%;
        color: #c6463d;
        font-weight: normal;
        font-size: 19px;
        padding: 10px 0;
        margin: 0;
        line-height: 19px;
        cursor: pointer;
        display: block;
    }

        .material_div a:hover {
            color: #353535;
        }

.material_box {
    background-color: #eae9ea;
    border: 1px solid #d2d2d2;
    -webkit-box-shadow: inset 1px -1px 40px 18px rgba(212,212,212,1);
    -moz-box-shadow: inset 1px -1px 40px 18px rgba(212,212,212,1);
    box-shadow: inset 1px -1px 40px 18px rgba(212,212,212,1);
    width: 270px;
    height: 200px;
    float: left;
    border-radius: 6px;
    text-align: center;
}


.material_box_video {
    background-color: #eae9ea;
    border: 1px solid #d2d2d2;
    -webkit-box-shadow: inset 1px -1px 40px 18px rgba(212,212,212,1);
    -moz-box-shadow: inset 1px -1px 40px 18px rgba(212,212,212,1);
    box-shadow: inset 1px -1px 40px 18px rgba(212,212,212,1);
    width: 270px;
    height: 200px;
    float: left;
    border-radius: 6px;
    text-align: center;
}


    .material_box_video a {
        padding: 0px;
    }

.resource_video {
    position: absolute;
    width: 248px;
    height: 179px;
}

.material_box_video iframe {
    margin: 10px;
    width: 248px;
    height: 179px;
}

.material_box img {
    margin-top: 25px;
}

.casestudy_div {
    background-color: #ffffff;
}

.casestudy_div {
    margin: 10px 0 30px 0;
}

    .casestudy_div h4 {
        color: #264e82;
        font-size: 20px;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

        .casestudy_div h4 span {
            color: #a37e00;
            font-size: 20px;
            font-weight: bold;
        }

.casestudydtls_div {
    margin: 10px 0 20px 0;
}

.casestudy_links {
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
}

    .casestudy_links label {
        font-size: 17px;
        color: #000000;
        font-weight: bold;
        float: left;
        width: 160px;
    }

    .casestudy_links div {
        float: left;
        color: #282828;
        font-size: 17px;
        font-weight: normal;
    }

.download_btn {
    background-color: #c6473d;
    border-radius: 6px;
    background-image: url(../Images/pdfbtn_icon.png);
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 10px 50px 10px 30px;
    border: none;
    font-size: 22px;
    font-weight: lighter;
    background-position: 82% center;
}

.resource_sectoin {
    font-weight: bold;
    color: #252525;
    font-size: 18px;
    margin: 10px 0 0px 0px;
    border-bottom: #ccc solid 1px;
    padding-bottom: 5px;
}


.videotitle {
    font-size:17px;
    font-weight: bold;
    color: #c39200;
    margin:5px 0 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.material_box_video img {
    margin-top:10px;
}
/*--------------------------------Resource page styles-------------------------*/
