/*@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('../../Content/webfonts/ProximaNova-Semibold.eot');
    src: url('../../Content/webfonts/ProximaNova-Semibold.woff2') format('woff2'), url('../../Content/webfonts/ProximaNova-Semibold.woff') format('woff'), url('../../Content/webfonts/ProximaNova-Semibold.ttf') format('truetype'), url('../../Content/webfonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg'), url('../../Content/webfonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../../Content/webfonts/ProximaNova-Regular.eot');
    src: url('../../Content/webfonts/ProximaNova-Regular.woff2') format('woff2'), url('../../Content/webfonts/ProximaNova-Regular.woff') format('woff'), url('../../Content/webfonts/ProximaNova-Regular.ttf') format('truetype'), url('../../Content/webfonts/ProximaNova-Regular.svg#ProximaNova-Black') format('svg'), url('../../Content/webfonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Black';
    src: url('../../Content/webfonts/ProximaNova-Black.eot');
    src: url('../../Content/webfonts/ProximaNova-Black.woff2') format('woff2'), url('../../Content/webfonts/ProximaNova-Black.woff') format('woff'), url('../../Content/webfonts/ProximaNova-Black.ttf') format('truetype'), url('../../Content/webfonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg'), url('../../Content/webfonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}*/


body {
    padding: 0;
    margin: 0;
    background: #fff;
    position: relative;
    font-family: 'ProximaNova-Regular';
}

    body a {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

a {
    color: #1f295c
}

    a:hover {
        text-decoration: none;
        color: #e90a4a;
    }

input[type="button"], input[type="submit"], .contact-form input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}
/*--/navigation --*/
a.navbar-brand {
    font-size: 2.8em;
}

li.nav-item a {
    font-size: 1em;
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 600;
    line-height: 1.42857143;
    color: #333;
    letter-spacing: 1px;
}

    li.nav-item a:hover {
        color: #009688;
    }

li.nav-item {
    margin: 0 1em;
}

.agile-banner_nav {
    width: 100%;
}

.bg-light {
    background-color: transparent !important;
}

.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
    color: #333;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 0;
    font-weight: 600;
    margin: 0;
}

span.display {
    font-size: 14px;
    display: block;
    font-weight: 600;
    color: #009688;
    text-align: center;
    margin-top: -10px;
    letter-spacing: 3px;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-weight: 600;
}

    .navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.active {
        color: #009688;
        text-decoration: underline;
    }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #009688;
        text-decoration: underline;
    }

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
    color: #2b3945;
}

.header {
    border-bottom: 1px solid #f0f0f0;
}

.client-logo {
    /*padding: 22px 0 0 00px;*/
    padding: 15px 0px 0px 5px;
    text-align: right;
}

.login {
    padding: 30px 0;
    margin-left: 0px;
    background: url(../../Content/images/bg.png) no-repeat;
    background-position: right;
}

.login-new {
    padding: 30px 0;
    margin-left: 0px;
    /*background: url(../../Content/images/bg.png) no-repeat;*/
    background-position: right;
}

.login-lft h1 {
    font-size: 38px;
    font-family: 'ProximaNova-Black';
    color: #1f295c;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin-bottom: 0;
    line-height: 34px;
}

.input_box {
    padding: 0px 0 0 0;
}

.left-icon-img {
    float: left;
    padding: 6px 10px 25px 10px;
}

.right-in {
    float: left;
    width: 88.2%;
}


.button-arrow {
    padding: 12px 0px 0 0;
    text-align: left
}

    .button-arrow i {
        position: relative;
        font-size: 1.01em;
        color: #fff;
        background: #1f295c;
        padding: 11px 25px 11px 20px;
        font-family: 'ProximaNova-Regular';
        font-style: normal;
        text-transform: uppercase;
    }

        .button-arrow i:hover {
            position: relative;
            font-size: 1.01em;
            color: #fff;
            background: #e90a4a;
            font-family: 'ProximaNova-Regular';
            font-style: normal;
            text-transform: uppercase;
        }


        .button-arrow i::before {
            background: url(../../Content/images/arrow.png) no-repeat #e90a4a 14px 14px;
            content: "";
            float: right;
            padding: 31px 16px 31px 20px;
            position: absolute;
            display: block;
            padding-top: 8px;
            top: 0px;
            right: -36px;
            font-size: 16px;
            font-weight: bold;
            color: #8fd1ea;
        }

.search-pannel {
    /*background: #1a2c5e url(../images/bg_banner.png) 100% 100% no-repeat; background-position: top left; */
    background-color: #1a2c5e;
    padding: 60px;
}

.btn-search {
    color: #fff;
    background-color: #ed1651;
}

    .btn-search:hover,
    .btn-search:focus,
    .btn-search:active,
    .btn-search.active,
    .open .dropdown-toggle.btn-search {
        color: #fff;
        background-color: #f7366b;
    }

.search-pannel h1 {
    color: #fff;
    text-align: center;
    font-size: 42px;
    padding: 0 0 10px 0px;
    font-family: 'ProximaNova-Regular';
    font-weight: normal;
}



#form-buscar > .form-group > .input-group > .form-control {
    height: 50px;
    background-color: #e9eaef;
}

#form-buscar > .form-group > .input-group > .input-group-btn > .btn {
    height: 50px;
    width: 50px ;
    font-size: 14px;
    font-weight: 300;
}

    #form-buscar > .form-group > .input-group > .input-group-btn > .btn .glyphicon {
        margin-right: 12px;
    }


#form-buscar > .form-group > .input-group > .form-control {
    font-size: 25px;
    font-weight: 300;
}

    #form-buscar > .form-group > .input-group > .form-control:focus {
        border-color: #ed1651;
        outline: 0;
        background-color: #fff;
    }


.about-us-left, .view-points-hd, .connect-hd {
    margin: 0 0 0 0px;
}

.view-points {
    padding: 50px 0 50px 00px;
    background-color: #f9f9f9;
}

.view-points-dt {
    margin: 50px 0 0 0;
    text-align: center;
}

    .view-points-dt h4 {
        font-family: 'ProximaNova-Semibold';
        font-size: 24px;
        color: #000;
        line-height: 20px;
        padding: 20px 0 0 0;
    }

    .view-points-dt p {
        font-size: 16px;
        font-family: 'ProximaNova-Regular';
        color: #00000;
        line-height: 20px;
        padding: 10px 0 0 0;
    }


@media screen and (min-width: 800px) and (max-width: 5000px) {

    .view-points-hd h2 {
        font-size: 38px;
        font-family: 'ProximaNova-Black';
        color: #1f295c;
        text-transform: uppercase;
        padding: 0 0 00px 0;
        margin-bottom: 0;
        line-height: 34px;
    }

    .view-points-hd h3 {
        font-size: 22px;
        font-family: 'ProximaNova-Regular';
        color: #e90a4a;
    }
}

.copyright p {
    padding: 11px 0 11px 0px;
    font-size: 12px;
    color: #fff;
}

    .copyright p a {
        color: #eee;
    }

        .copyright p a:hover {
            color: #009688;
        }

.copyright {
    background: #1b1b1b;
}

.power {
    text-align: right;
    padding: 6px 0 5px 0;
}

.logo {
    /*padding: 15px 0;*/
    padding:15px 0px 0px 5px; 
    float: left;
}
.logo a {
    display:inline-block;
}

.nav {
    padding: 6px 0 0 0;
}

.straight-menu {
    background-color: #f1f1f1;
    padding: 10px 0 13px 0;
    margin: 1px 0 0 0;
}

.category {
    float: unset;
    color: #333333;
    margin-top: 0px;
    font-size: 14px;
    font-family: 'ProximaNova-Semibold';
}

    .category ul {
        padding: 0px 0 0 0;
        list-style: none;
    }

        .category ul li {
            display: inline-block;
            margin-right: 10px;
            border-right: solid;
            border-color: #d7d7d7;
        }

            .category ul li:last-child {
                margin-right: 0;
                border-right: none;
            }

            .category ul li a {
                text-align: center;
                padding: 0px 6px;
                font-weight: 400;
                font-size: 16px;
                display: block;
                color: #333333;
                font-family: 'ProximaNova-Semibold';
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .category ul li a:hover {
                    color: #ed1651;
                    text-decoration: underline;
                }

                .category ul li a:active {
                    color: #ed1651;
                }

.useful-tips {
    margin: 10px 0 0 0;
}

    .useful-tips h2 {
        font-size: 28px;
        color: #333;
        font-family: 'ProximaNova-Semibold';
        line-height: 30px;
        padding-bottom: 15px;
    }

.tips-details {
    border-top: #d2d2d2 1px solid;
}

.d-tree {
    margin: 20px 0 0 0;
}

    .d-tree h5 {
        font-size: 17px;
        font-family: 'ProximaNova-Semibold';
        padding-bottom: 2px;
        color: #1a2c5e;
    }

    .d-tree p {
        font-size: 15px;
        font-family: 'ProximaNova-Regular';
        color: #000;
        padding: 0px 0 8px 0;
    }

.views h6 {
    font-size: 13px;
    font-family: 'ProximaNova-Regular';
    color: #333;
}

.views-bg {
    background-color: #ed1651;
    border-radius: 50px;
    padding: 1px 6px;
    color: white;
}

.issue-header {
    background-color: #f1f1f1;
    padding: 15px 0 10px 0;
}

.issue-header-title h2 {
    font-size: 25px;
    font-family: 'ProximaNova-Semibold';
    line-height: 25px;
    color: #000000;
}

.icon-activities {
    padding: 20px 0 0 0;
}

.act-1 {
    border-left: 1px solid #c1c1c1;
    padding: 0 0px 10px 10px;
}

.steps {
    padding: 0 0 25px 0;
}

.steps-nos {
    margin: 0;
    padding: 12px;
    list-style-type: none;
}

    .steps-nos li {
        counter-increment: step-counter;
        margin-bottom: 10px;
        font-size: 14px;
    }

        .steps-nos li::before {
            content: counter(step-counter);
            margin-right: 8px;
            font-size: 80%;
            background-color: #1a2c5e;
            color: white;
            font-weight: bold;
            padding: 3px 8px;
            border-radius: 0px;
        }

.numbertiles {
    padding: 7px 0 7px 0;
    background-color: #1a2c5e;
    text-align: center;
    font-family: 'ProximaNova-Semibold';
    font-size: 37px;
    color: #fff;
}

.numbertiles-sm {
    padding: 3px 0 3px 0;
    background-color: #1a2c5e;
    text-align: center;
    font-family: 'ProximaNova-Semibold';
    font-size: 13px;
    color: #fff;
}

.questions h3 {
    font-size: 18px;
    color: #000;
    font-family: 'ProximaNova-Regular';
    padding: 00px 0 8px 20px;
}

.questions input {
    font-size: 15px;
    color: red;
    margin-left: 20px;
}

.body-area {
    padding: 25px 0 0 0;
}

.documentation {
    border: 1px solid #e9edf0;
    margin-bottom: 25px;
}

    .documentation li {
        cursor: pointer;
    }

.more-help {
    border: 1px solid #e9edf0;
    margin: 25px 25px 0 0;
    height:270px;
}

.comments {
    border: 1px solid #e9edf0;
    margin: 25px 25px 25px 0;
}

.add-cmt {
    float: right;
    margin: -23px 20px 0 0; /*background-image: url(../images/add_btn.png); background-repeat: no-repeat;*/
    padding: 0 0 0 25px;
}

.doc-hd {
    background-color: #f8f9fb;
    padding: 5px 0 5px 15px;
    margin-bottom: 0;
    border-bottom: 1px #e9edf0 solid;
}

    .doc-hd h3 {
        color: #1a2c5e;
        font-size: 15px;
        font-family: 'ProximaNova-Semibold';
        padding: 5px 0px
    }

.text-area {
    padding: 15px;
}

.comments-sec h3 {
    font-size: 18px;
    color: #1a2c5e;
    font-family: 'ProximaNova-Regular';
    padding: 0px 0 0 0px;
}

.comments-sec p {
    font-size: 14px;
    color: #333;
    font-family: 'ProximaNova-Regular';
    padding: 5px 0 5px 0px;
}

.cm-date {
    font-size: 12px;
    color: #666666;
}

.text-area ul {
    margin-left: 25px;
    font-size: 15px;
    color: #000;
}

    .text-area ul li {
        padding: 5px;
    }

.text-area textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    resize: none;
    color: #666;
    margin-bottom: 15px;
}

.doc-but {
    margin-top: 0em;
    margin-top: 10px;
}

    .doc-but input[type="submit"] {
        background: #1a2c5e;
        color: #FFF;
        font-size: 0.8em;
        padding: 0.5em 1em;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        display: inline-block;
        text-transform: uppercase;
        border: none;
        outline: none;
        font-weight: 500;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        -ms-border-radius: 2px;
    }

        .doc-but input[type="submit"]:hover {
            background: #dc124a;
        }

.tree-view-q {
    padding: 00px 0 10px 0;
}

    .tree-view-q p {
        padding: 0 0 0 10px;
        line-height: 18px;
        font-size: 14px;
        font-family: 'ProximaNova-Regular';
        color: #333333;
    }

.answer {
    padding: 0 0 00px 10px;
    color: #1f295c;
    font-family: 'ProximaNova-Semibold';
}

.comm-but {
    margin: 0px 0 20px 0px;
}

    .comm-but input[type="submit"] {
        background: #e6e6e6;
        color: #333;
        font-size: 0.8em;
        padding: 0.5em 1em 0.5em 1.8em;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        display: inline-block;
        text-transform: uppercase;
        border: none;
        outline: none;
        font-weight: 500;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        -ms-border-radius: 2px;
    }

        .comm-but input[type="submit"]:hover {
            background: #bbb;
        }

.login-button-custom {
    border: none;
    background-color: white;
    padding: 0px 0px 0px 0px;
    outline: none;
}








.login-error-msg {
    padding: 8px 0px 0px 0px;
}

.login-but {
    float: left;
}

    .login-but input[type="submit"] {
        background: #365ebf;
        color: #FFF;
        font-size: 1em;
        padding: 0.8em 4em;
        background: url(../../Content/images/arrow.png) no-repeat #e90a4a 0px 0px;
        display: inline-block;
        text-transform: uppercase;
        border: none;
        outline: none;
        font-weight: 500;
    }

        .login-but input[type="submit"]:hover {
            background: #3f74f4;
        }


.dtree-left {
    float: left;
    display: inline-block;
}

.rating {
    float: left;
    margin: -2px 0 0 5px;
}

    .rating:not(:checked) > input {
        position: absolute;
        top: -9999px;
        clip: rect(0,0,0,0);
    }

    .rating:not(:checked) > label {
        float: right;
        width: 1em;
        padding: 0 .1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 130%;
        line-height: 1.2;
        color: #cbcbcb;
        /*text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);*/
    }

        .rating:not(:checked) > label:before {
            content: &#e80d49;
        }

    .rating > input:checked ~ label {
        color: #e80d49;
    }

   /* .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        color: #e80d49;
    }

    .rating > input:checked + label:hover,
    .rating > input:checked + label:hover ~ label,
    .rating > input:checked ~ label:hover,
    .rating > input:checked ~ label:hover ~ label,
    .rating > label:hover ~ input:checked ~ label {
        color: #e80d49;
    }*/
    .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        color: #1a2c5e;
    }

    .rating > input:checked + label:hover,
    .rating > input:checked + label:hover ~ label,
    .rating > input:checked ~ label:hover,
    .rating > input:checked ~ label:hover ~ label,
    .rating > label:hover ~ input:checked ~ label {
        color: #1a2c5e;
    }

    .rating > label:active {
        position: relative;
        top: 2px;
        left: 2px;
    }

/*Start*/
.backarrow {
    margin-left: 20px;
    float: left;
    padding-top: 5px;
    cursor: pointer;
}

.rightarrow {
    margin-left: 7px;
    float: left;
    padding-top: 5px;
    cursor: pointer;
}

.backarrow-disabled {
    margin-left: 20px;
    float: left;
    padding-top: 5px;
}

.rightarrow-disabled {
    margin-left: 7px;
    float: left;
    padding-top: 5px;
}


.comments_txt_link {
    float: left;
    text-decoration: underline;
    padding-left: 10px;
}

.views-bg_1 {
    background-color: #ed1651;
    border-radius: 50px;
    margin-left: 10px;
    padding: 1px 6px;
    color: white;
}

.StepsView {
    list-style-type: none;
}

.sub-btn {
    background-color: #1f295c;
    border: none;
    color: white;
    padding: 0 0px 0 15px;
    font-size: 1.01em;
    font-family: 'ProximaNova-Regular';
    cursor: pointer;
    text-transform: uppercase;
}
    /* Darker background on mouse-over */
    .sub-btn:hover {
        background-color: #e90a4a;
    }

.bg-color {
    background-color: #e90a4a;
    padding: 13px 15px 12px 15px;
    margin: 0 0 0 15px;
}

.bg-color2 {
    background-color: #e90a4a;
    padding: 13px 15px 12px 15px;
    margin: 0 0 0 77px;
}

.text-feedback {
    width: auto;
}

.div-feedback {
    float: right;
    margin: -87px 96px 0px 0px;
}

.approve-button {
    margin-top: 47px;
}

.modal-approve-btn {
    padding-top: 9px;
}

.img-approve {
    margin-left: 12px;
}

.img-deny {
    margin-left: 32px;
}
/*Trending Searches*/
.recent-searches {
    width: 100%;
    text-align: left;
    background-color: transparent;
    padding: 5px 10px;
    margin-top: -15px;
}

    .recent-searches h4 {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        padding: 5px;
        margin: 0;
        font-family: "ProximaNova-Regular";
        vertical-align: top;
    }

    .recent-searches ul {
        display: inline-block;
        list-style: none;
        margin: 0;
        width: calc(100% - 140px);
    }

        .recent-searches ul li {
            display: inline-block;
        }

            .recent-searches ul li a {
                color: #fff;
                display: inline-block;
                padding: 2px;
                border-radius: 50px; /*border: 1px solid #fff;*/
                margin: 0 5px;
                font-size: 14px;
                cursor: pointer;
                text-transform: capitalize;
                font-family: "ProximaNova-Regular";
            }

                .recent-searches ul li a:hover {
                    text-decoration: underline !important;
                    cursor: pointer !important;
                }

textarea {
    max-width: 100%;
    max-height: 100%;
    min-width:calc(100% - 10%);
    min-height:75px;
}
/*Tech CSS*/
.category-menu-container {
    padding: 20px 0px 20px 5px !important;
    display: inline-block;
    width: 100%;
}
    .category-menu-container .right-in {
        width: 100%;
        float: none;
    }
    .category-menu-container .menu {
        padding: 0 20px 0 0px;
    }
.category-menu-container select {
    width: 100%;
    display: block;
}
    .category-menu-container .doc-but {
        margin: 0px !important;
        padding: 5px 0 0 0 !important;
    }

/*div.view-points > div > div > div:nth-child(3) > a > img{
    width:120px;
}*/