
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

* {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.error {
    color: red;
    display: none;
}

.archives {
    font-size: 14px;
    color: #ffa600;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
    text-align: right;
    cursor: pointer;
    padding-right: 20px;
}

.height-auto {
    height: auto;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: darkred;
}

body,
html {
    height: 100% !important;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
}






/*faq css starts heare*/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.faq-panel h4.panel-title {
    font-size: 16px;
    color: #525251;
}

.faq-panel i.more-less {
    font-size: 14px;
}

.faq-panel .panel-body p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #525251;
    line-height: 24px;
    margin: 0px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #223b55;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

/*faq css Ends heare*/



a {
    transition: all 0.3s;
    outline: none;
}

    a:focus {
        outline: none;
    }

.margin_top_30 {
    margin-top: 30px;
}

.padding_tb {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding_t {
    padding-top: 100px;
}

.padding_t-24 {
    padding-top: 24px !important;
}

.padding_lf {
    padding: 0 40px;
}

.padding-left-12 {
    padding-left: 12px !important;
}

.padding-left-8 {
    padding-left: 8px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding_b {
    padding-bottom: 100px;
}

.padding_th {
    padding-top: 50px;
}

.padding_bh {
    padding-bottom: 50px;
}

.padding_tq {
    padding-top: 30px;
}

.padding_bq {
    padding-bottom: 30px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-12 {
    margin-bottom: 12px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-0 {
    margin: 0px !important;
}
/*
inspired from https://codepen.io/Rowno/pen/Afykb
& https://jsfiddle.net/q0rgL8ws/
*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    overflow: hidden;
}

/*.item.active img {
    transition: transform 5000ms linear 0s;
    transform: scale(1.05, 1.05);
}*/

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner img.img-responsive {
    width: 100%;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
/*@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}*/



header {
    position: absolute;
    top: 0;
    padding: 18px 0px;
    background: #223b55;
    z-index: 100;
    width: 100%;
}

.header-inner {
    position: absolute;
    top: 0;
    padding: 18px 0px;
    background: #525252;
    z-index: 1;
    width: 100%;
}

.logo img {
    width: 315px;
    height: 47px;
}



/*  NAV  STYLES 	============================================================================= */


nav ul {
    margin: 0px;
    padding: 0px;
}

nav li {
    display: block;
    float: left;
    position: relative;
}

.nav li a {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
    padding: 8px 15px !important;
    margin: 0 17px;
    cursor: pointer;
}

    .nav li a.login {
        color: #ffa600;
    }

.nav > li > a:focus, .nav > li > a:hover, .nav > li > a.active {
    border-bottom: solid 3px #ffa600;
    color: #fff;
    text-decoration: none;
    background: none;
}

.nav > li > a:focus, .nav > li > a.login:hover, .nav .open > a, .nav .open > a:focus {
    border-bottom: none;
    background: none;
    color: #ffa600;
    outline: none;
}


nav li .dropdown {
    display: none;
    background: #f74;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    z-index: 999;
}

    nav li .dropdown li {
        display: block;
        float: none;
        text-align: left;
    }

        nav li .dropdown li:hover a {
            background: #444;
            padding-left: 25px;
        }

nav button {
    display: none;
    width: 40px;
    height: 40px;
    color: #333;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    border: none;
    box-shadow: none;
    outline: none;
}

    nav button i.close {
        width: 40px;
        height: 40px;
        background: url(/images/close.png) center center no-repeat;
    }

nav.right ul {
    float: right;
}

nav.center {
    text-align: center;
}

    nav.center li {
        display: inline-block;
        float: none;
    }

header .navbar-nav > li > ul.dropdown-menu .login-form {
    width: 305px;
    background: #fff;
    padding: 18px;
}

    header .navbar-nav > li > ul.dropdown-menu .login-form .alert-success {
        height: auto;
    }

.login-detial .dropdown-menu {
    right: 28px;
}

header .navbar-nav > li > ul.dropdown-menu .login-form:before {
    content: "";
    position: absolute;
    top: -6px;
    right: 17px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
}

.login-form input[type="text"] {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    border-radius: 5px;
    box-shadow: none;
}

.login-form input[type="password"] {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    border-radius: 5px;
    box-shadow: none;
}


.forget label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #646464;
}

.forget .checkbox {
    margin: 0px;
}

.forget a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px !important;
    color: #646464 !important;
    text-transform: initial !important; /*Modified under the bug CER-I325 Request new password typo*/
    padding: 0px !important;
    margin: 0px !important;
}
    /*.forget .form-group {
    margin-bottom:0px;
}*/

    .forget a:hover {
        color: #ffa600;
    }

.login-btn {
    text-align: center;
}

    .login-btn .btn {
        background: none;
        border: solid 3px #ffa600;
        margin: 0 auto;
        font-size: 16px;
        color: #ffa600;
        font-weight: 600;
        text-transform: uppercase;
        width: 100%;
        padding: 6px 48px;
        border-radius: 0;
        height: auto;
    }

        .login-btn .btn:hover {
            background: #ffa600;
            color: #fff;
        }

.banner-title .carousel-caption {
    left: 0px;
    margin-left: 10.5% !important;
    top: 46%;
    bottom: auto;
    margin: 0 auto;
    width: 79%;
    height: auto;
    background: rgba(0,0,0,0.6);
    padding: 0px;
    text-align: left;
    display: table;
}

    .banner-title .carousel-caption .get-edge {
        box-sizing: border-box;
        background: rgba(0,0,0,0.7);
        width: 22%;
        height: 100%;
        padding: 20px 20px 8px 20px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

        .banner-title .carousel-caption .get-edge h1 {
            color: #fff;
            font-weight: 600;
            text-transform: uppercase;
            margin: 0px;
        }

        .banner-title .carousel-caption .get-edge span {
            color: #ffa600;
            font-weight: 600;
            text-transform: uppercase;
            display: block;
            line-height: normal;
        }


    .banner-title .carousel-caption .slide-text {
        display: table-cell;
        width: 75.3%;
        padding: 21px 10px;
    }

        .banner-title .carousel-caption .slide-text p {
            font-family: 'Montserrat', sans-serif;
            font-size: 15px;
            color: #fff;
            line-height: 26px;
        }

        .banner-title .carousel-caption .slide-text .view {
            font-size: 24px;
            color: #ffa600;
            font-weight: 600;
            text-transform: uppercase;
            padding-right: 18px;
            text-decoration: none;
        }

            .banner-title .carousel-caption .slide-text .view:hover {
                color: #f1af33;
            }

            .banner-title .carousel-caption .slide-text .view span.view-btn {
                width: 23px;
                height: 23px;
                margin: 0 5px 0 0;
            }


.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}


.video-pop-up .modal-backdrop {
    z-index: 000;
}

.video-pop-up .modal-footer .next-btn {
    background: #e10926;
    border-radius: 0;
    border: none;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 20px
}

.video-pop-upx .modal-footer .next-btn:hover {
    background: #ce0722;
}

.video-pop-up .modal-header .close:focus {
    outline: none;
}


.video-pop-up .modal-dialog {
    width: 60%;
}

.video-pop-up .modal-header {
    background: #252f38;
    padding: 10px 20px;
}

    .video-pop-up .modal-header h4.modal-title {
        font-size: 22px;
        color: #fff;
        text-transform: uppercase;
    }

    .video-pop-up .modal-header .close {
        margin-top: 4px;
        color: #d4d8dc;
        opacity: inherit;
    }

.video-pop-up .modal-body {
    padding: 10px 10px 0 10px;
}

.video-pop-up .modal-footer .next-btn {
    background: #e10926;
    border-radius: 0;
    border: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 20px
}

    .video-pop-up .modal-footer .next-btn:hover {
        background: #ce0722;
    }

.video-pop-up .modal-header .close:focus {
    outline: none;
}

.video-pop-up .modal-dialog {
    width: 40%;
}

.video-pop-up .modal-header {
    background: #252f38;
    padding: 10px 20px;
}

    .video-pop-up .modal-header h4.modal-title {
        font-size: 22px;
        color: #fff;
        text-transform: uppercase;
    }

    .video-pop-up .modal-header .close {
        margin-top: 4px;
        color: #d4d8dc;
        opacity: inherit;
    }

.video-pop-up .modal-body {
    padding: 10px 10px;
}

.video-pop-up .modal-footer .next-btn {
    background: #e10926;
    border-radius: 0;
    border: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 20px
}

    .video-pop-up .modal-footer .next-btn:hover {
        background: #ce0722;
    }

.video-pop-up .modal-header .close:focus {
    outline: none;
}

.video-pop-up .modal-dialog {
    width: 70%;
    height: 100%;
    margin: 10px auto;
}

.video-pop-up .modal-header {
    background: #223b55;
    padding: 10px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .video-pop-up .modal-header h4.modal-title {
        font-size: 22px;
        color: #fff;
        text-transform: uppercase;
    }

    .video-pop-up .modal-header .close {
        margin-top: 4px;
        color: #d4d8dc;
        opacity: inherit;
    }

.video-pop-up .modal-body {
    padding: 10px 10px;
}

.video-pop-up .modal-header h5.modal-title {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}



.about-us {
    /*background: url("/images/about-bg.png") no-repeat center bottom;*/
    padding: 50px 0 50px 0;
    text-align: center;
}

    .about-us p {
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        color: #333333;
        text-align: center;
        line-height: 28px;
        margin: 0 0 35px 0;
    }

h1.main-heading {
    font-size: 46px;
    color: #525251;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 16px 0;
    margin: 0 0 30px 0;
    position: relative;
}

    h1.main-heading::before {
        content: "";
        position: absolute;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
        width: 128px;
        height: 3px;
        background: #ffa600;
    }

    h1.main-heading span {
        color: #ffa600;
    }

.about-us h3 {
    font-size: 18px;
    color: #ffa600;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.read-more-btn {
    font-size: 16px;
    color: #ffa600;
    font-weight: 600;
    text-transform: uppercase;
    border: solid 3px #ffa600;
    padding: 8px 30px;
    display: inline-block;
}

    .read-more-btn:hover,
    .read-more-btn:focus {
        background: #ffa600;
        color: #fff;
        text-decoration: none;
    }

.market-report {
    background: url("/images/market-report-bg.jpg") no-repeat center;
    padding: 50px 0 50px 0;
    background-size: cover;
}

    .market-report h1 {
        font-size: 46px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        padding: 0 0 16px 0;
        margin: 0 0 50px 0;
        position: relative;
    }

        .market-report h1::before {
            content: "";
            position: absolute;
            bottom: 0;
            margin: auto;
            left: 0;
            right: 0;
            z-index: 1;
            width: 128px;
            height: 3px;
            background: #ffa600;
        }

        .market-report h1 span {
            color: #ffa600;
        }

.new-panel {
    background: rgba(0,0,0,0.6);
    padding: 24px 10px 24px 30px;
}

    .new-panel ul {
        margin: 0px;
        padding: 0px;
        height: 248px;
    }

        .new-panel ul li {
            list-style: none;
            padding: 0 24px 0 0;
        }

    .new-panel h2 {
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 24px 0;
    }

    .new-panel h3 {
        font-size: 18px;
        color: #ffa600;
        line-height: 24px;
        font-weight: 600;
        margin: 0 0 12px 0;
    }

    .new-panel p {
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        color: #fff;
        line-height: 28px;
        margin: 0 0 12px 0;
        text-align: justify;
    }

    .new-panel .read-more {
        font-size: 14px;
        color: #ffa600;
        font-weight: 600;
        text-transform: uppercase;
        font-style: italic;
        text-align: right;
        cursor: pointer;
        padding-right: 20px;
    }

.quar-report {
    background: rgba(0,0,0,0.6);
    padding: 24px 10px 24px 30px;
}

    .quar-report h2 {
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 24px 0;
    }

    .quar-report ul {
        margin: 0px;
        padding: 0px;
        height: 248px;
    }

        .quar-report ul li {
            list-style: none;
            display: block;
        }

            .quar-report ul li a {
                font-family: 'Montserrat', sans-serif;
                font-size: 15px;
                color: #fff;
                display: block;
                padding: 0 20px 20px 0;
                word-break: break-all;
            }

                .quar-report ul li a:hover {
                    color: #ffa600;
                    text-decoration: none;
                }

                .quar-report ul li a i {
                    padding: 0 10px 0 0;
                }

.features {
    padding: 50px 0 50px 0;
}

.research-img img {
    width: 100%;
}

.research-section {
    margin: 20px 0 50px 0;
}

    .research-section h2 {
        font-size: 24px;
        color: #525251;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 0 14px 0
    }

    .research-section p {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        color: #525251;
        margin: 0 0 16px 0;
        line-height: 30px;
        letter-spacing: .25px;
    }

.great-features h2 {
    font-size: 24px;
    color: #525251;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 24px 0
}

.great-features ul {
    margin: 0px;
    padding: 0px;
}

    .great-features ul li {
        list-style: none;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        color: #525251;
        margin: 0 0 20px 0;
    }

        .great-features ul li i {
            color: #ffa600;
            margin-right: 8px;
        }

footer {
    padding: 30px 0 0;
    text-align: center;
    background: #223b55;
    /*background: url(/images/footer-bg.png) no-repeat center #223b55;*/ */
}

.footer-logo {
    margin: 0 0 30px;
}

    .footer-logo img {
        width: 315px;
    }

.footer-links {
    margin-bottom: 30px;
}

    .footer-links ul {
        margin: 0px;
        padding: 0px;
    }

        .footer-links ul li {
            list-style: none;
            display: inline-block;
        }

            .footer-links ul li a {
                font-family: 'Montserrat', sans-serif;
                font-size: 14px;
                color: #fff;
                display: inline-block;
                padding: 0 12px;
                text-decoration: none;
            }

                .footer-links ul li a:hover {
                    color: #ffa600;
                }

.copy {
    background: #223b55;
    padding: 10px 0;
}

    .copy p {
        font-family: 'Montserrat', sans-serif;
        font-size: 11px;
        color: #a2c3e5;
        margin: 0px;
    }

.scroll-down {
    position: absolute;
    bottom: 23px;
    left: 50%;
}

.inner-banner {
    margin: 82px 0 0 0;
    padding: 30px 0 10px;
    text-align: center;
}

    .inner-banner h3 {
        font-size: 18px;
        color: #ffa600;
        font-weight: 600;
        margin: 0 0 20px 0;
        text-transform: uppercase;
    }

.contact-panel {
    background: #f5f5f5;
    padding: 30px 0;
}

.contact-form h2 {
    font-size: 24px;
    color: #525251;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.contact-form input[type="text"] {
    border-radius: 5px;
    padding: 8px;
    box-shadow: none;
}

.contact-form textarea {
    border-radius: 5px;
    box-shadow: none;
    resize: none;
}

.contact-form select {
    color: #999ca2;
    padding: 8px;
    box-shadow: none;
}

.contact-form .submit-btn {
    text-align: right;
}

.captcha-form span {
    font-size: 16px;
    color: #fff;
    padding: 6px;
    border-radius: 3px;
    display: block;
    text-align: center;
    background: url("/images/captcha_bg.jpeg") no-repeat center;
}

.captcha-form input[type="text"] {
    width: 100%;
}

.captcha-form input[type="button"] {
    background: none;
    border: none;
    margin: 4px 0 0 0;
    background: url("/images/refresh-icon.png") no-repeat center;
    padding: 5px;
    width: 100%;
    height: 26px;
    background-size: 51%;
    text-align: center;
    outline: none;
}


.contact-form .submit-btn .btn {
    background: none;
    border: solid 3px #ffa600;
    margin: 0 auto;
    font-size: 16px;
    color: #ffa600;
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
    width: 47%;
    border-radius: 0;
    height: auto;
}

    .contact-form .submit-btn .btn:hover {
        background: #ffa600;
        color: #fff;
    }

.submit-btn .reset-btn {
    background: none;
    border: solid 3px #525251;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    background: #525251;
    width: auto;
    width: 47%;
    border-radius: 0;
    height: auto;
    text-align: center;
    padding: 6px 0;
    cursor: pointer;
}

    .submit-btn .reset-btn:hover {
        color: #525251;
        text-decoration: none;
        border: solid 3px #525251;
        background: none;
    }

.form-btn .reset-btn {
    background: none;
    border: solid 3px #525251;
    margin: 0 auto;
    font-size: 16px;
    color: #525251;
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
    padding: 6px 48px;
    border-radius: 0;
    height: auto;
}

.feed-head {
    font-size: 22px;
    color: #275e97;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.feed-head2 {
    font-size: 24px;
    color: #275e97;
    margin: 14px 0 10px 0;
    text-transform: uppercase;
}

.address-panel h2 {
    font-size: 24px;
    color: #525251;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.address-details {
    margin-bottom: 27px;
}

    .address-details h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        color: #525251;
        font-weight: 600;
        margin: 0 0 10px 0;
        text-transform: uppercase;
    }

    .address-details p {
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        color: #525251;
        line-height: 27px;
        margin: 0 0 0px 0;
    }

        .address-details p a {
            color: orange !important;
            text-decoration: underline;
            cursor: pointer;
        }

.map {
    margin: 30px 0 0 0;
}

.contact-inner {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.3) box-shadow: 0px 2px 5px 0px rgba(0,0,0,.3)
}

.contact-radio p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
}

.no_well {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 19px 25px;
}

.no_pwell {
    padding: 0;
}

.address-well-pad h1 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

.no_well .panel-title > a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    font-size: 14px;
    background-color: #ececea;
    font-weight: 600;
    color: #444444;
    letter-spacing: 0.2px;
}

pre {
    tab-size: 8;
}


@media only screen and (min-width: 1400px) {
    .banner-title .carousel-caption .slide-text p {
        font-size: 18px;
    }
}


@media only screen and (max-width: 1024px) {
    .nav li a {
        font-size: 13px;
        margin: 0 6px;
    }

    .banner-title .carousel-caption {
        top: 30%;
    }

        .banner-title .carousel-caption .get-edge h1 {
            font-size: 30px;
        }

        .banner-title .carousel-caption .get-edge span {
            font-size: 57px;
        }

        .banner-title .carousel-caption .slide-text {
            padding: 10px;
        }

            .banner-title .carousel-caption .slide-text p {
                line-height: 24px;
                font-size: 15px;
            }



    .quar-report {
        min-height: 330px;
    }
}

@media only screen and (max-width: 992px) {

    nav ul#toggleNav {
        display: none;
    }

    .no_well .panel-title > a {
        display: block;
        padding: 12px 15px;
        text-decoration: none;
        font-size: 14px;
        background-color: #ececea;
        font-weight: 600;
        color: #444444;
        letter-spacing: 0.2px;
        text-align: left;
        font-size: 12px;
        line-height: 20px;
    }

    nav li {
        display: block;
        float: none;
        text-align: left;
    }

    nav.center li {
        display: block;
    }

    nav.right ul {
        float: none;
    }

    nav li .dropdown {
        position: relative;
        top: 0;
    }

    nav button {
        display: block;
        background: none;
        color: #FFF;
    }

    .navbar-toggle .icon-bar {
        background: #FFF;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-side-nav {
        background: #0d0d0d;
    }

    .nav li a {
        margin: 0;
        padding: 14px !important;
    }

    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }

        .side-collapse-container.out {
            left: 200px;
        }

    .side-collapse {
        top: 0px;
        bottom: 0;
        left: 0;
        width: 250px;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
    }

        .side-collapse.in {
            width: 0;
        }







    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }

    .container-fluid > .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
    }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header, .navbar-nav > li {
        float: none;
    }

    .navbar-nav {
        width: 100%;
        float: none;
    }


    nav {
        padding: 0;
    }

    .banner-title .carousel-caption {
        top: 35%;
    }

        .banner-title .carousel-caption .get-edge h1 {
            font-size: 22px;
        }

        .banner-title .carousel-caption .get-edge span {
            font-size: 40px;
        }

        .banner-title .carousel-caption .slide-text {
            padding: 10px;
        }

            .banner-title .carousel-caption .slide-text p {
                line-height: 20px;
                font-size: 13px;
            }

    h1.main-heading, .market-report h1 {
        font-size: 30px;
        margin: 0 0 20px 0;
    }

    .about-us p {
        line-height: 24px;
        font-size: 14px;
    }

    .new-panel h2, .quar-report h2, .research-section h2, .great-features h2 {
        font-size: 20px;
        margin: 0 0 15px 0;
    }

    .research-section h2 {
        margin: 0 0 10px 0;
    }

    .new-panel p, .quar-report ul li a, .research-section p {
        font-size: 13px;
        line-height: 24px;
    }

    .quar-report, .new-panel {
        padding: 20px;
        margin-bottom: 20px;
        min-height: 367px;
    }

        .quar-report ul li a i {
            padding: 0 5px 0 0;
        }

    .read-more-btn {
        padding: 5px 20px;
    }

    .great-features ul li {
        font-size: 13px;
        margin: 0 0 10px 0;
    }

    .quar-report ul li a {
        padding: 0 0 10px 0;
    }

    .logo img {
        width: 240px;
        height: auto;
        margin: 10px 0px 0px 18px;
    }

    .navbar-collapse {
        background: rgba(0,0,0,0.9);
        border-top: 1px solid rgba(255,255,255,0.5);
    }

    .navbar-nav {
        margin: 0px;
        padding: 0;
    }

    nav li a {
        padding: 8px 4px !important;
    }

    .scroll-down {
        bottom: 6px;
    }

        .scroll-down img {
            width: 16px;
        }

    .quar-report {
        margin-bottom: 0px;
    }



    header {
        padding: 2px 0;
    }

    .quar-report {
        min-height: 314px;
    }

    .login-detial .dropdown-menu {
        right: auto;
        left: 0;
    }

    .inner-banner {
        margin: 49px 0 0;
    }
}

@media only screen and (max-width: 480px) {
    header {
        padding: 0px;
    }

    .no_well .panel-title > a {
        display: block;
        padding: 12px 15px;
        text-decoration: none;
        font-size: 14px;
        background-color: #ececea;
        font-weight: 600;
        color: #444444;
        letter-spacing: 0.2px;
        text-align: left;
        font-size: 12px;
        line-height: 20px;
    }

    .header-inner {
        padding: 0px;
    }

    .banner-title .carousel-caption .slide-text p {
        display: none;
    }

    .banner-title .carousel-caption .get-edge h1 {
        margin: 0px 10px 0px 0px;
        display: inline-block;
    }

    .banner-title .carousel-caption .get-edge span {
        font-size: 22px !important;
    }

    .banner-title .carousel-caption .get-edge, .banner-title .carousel-caption .slide-text {
        float: none;
        width: 100%;
        height: auto;
        text-align: center;
        background: none;
    }

    .banner-title .carousel-caption .slide-text {
        padding: 0px;
    }

        .banner-title .carousel-caption .slide-text .pull-right {
            float: none !important;
        }

        .banner-title .carousel-caption .slide-text .view {
            font-size: 12px;
            background: rgba(0,0,0,0.5);
            padding: 5px;
        }

    .banner-title .carousel-caption {
        height: auto;
        background: none;
        top: 32%;
    }

    .logo img {
        width: 193px;
        margin: 14px 0px 0px 13px;
    }

    h1.main-heading, .market-report h1 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }

    .inner-banner h3 {
        font-size: 14px;
    }

    .navbar-toggle {
        margin-right: 10px;
    }

    .research-section h2, .great-features h2 {
        font-size: 16px;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .new-panel h2, .quar-report h2 {
        font-size: 16px;
        margin: 0 0 16px 0;
    }

    .new-panel h3, .about-us h3 {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 5px 0;
    }

    .about-us p {
        margin-bottom: 30px;
    }

    .new-panel p, .quar-report ul li a {
        line-height: 20px;
        font-size: 12px;
        word-break: break-all;
        table-layout: fixed;
    }

    .research-section p {
        text-align: center;
        line-height: 20px;
    }

    .research-section {
        text-align: center;
    }

    .footer-links ul li a {
        margin-bottom: 8px;
    }

    .research-img img {
        margin-bottom: 15px;
    }

    .reliable-data {
        margin: 40px 0 0px 0 !important;
    }

    .research-section {
        margin: 0px;
    }

    .about-us {
        background: none;
    }

    .great-features h2 {
        margin-top: 10px;
    }

    .features, .about-us, .market-report {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .great-features {
        padding-top: 30px;
    }

    .inner-banner {
        margin: 40px 0 0;
    }

    .video-pop-up .modal-dialog {
        width: 80%;
        height: 100%;
        margin: 10px auto;
    }

    header .navbar-nav > li > ul.dropdown-menu .login-form {
        width: 100%;
    }

    .map {
        margin-bottom: 20px;
    }

    .address-well-pad h1 {
        font-size: 20px;
    }



    .contact-panel {
        padding: 12px 0;
    }

    .contact-inner {
        padding: 10px;
    }

    .address-panel {
        margin-bottom: 20px;
        padding: 16px 16px 0px 16px;
    }

    .address-details h3 {
        font-size: 13px;
        line-height: 22px;
    }

    .address-details p {
        font-size: 14px;
    }

    .contact-form p {
        font-size: 14px;
    }

    .feed-head {
        font-size: 20px;
    }

    .inner-banner h3 {
        margin: 10px 0 0 0;
    }

    header .navbar-nav > li > ul.dropdown-menu .login-form:before {
        top: 34px;
        left: 17px;
    }

    .contact-inner {
        padding: 0px;
        background: none;
        box-shadow: none;
    }

    .captcha-form span {
        margin-bottom: 10px;
    }

    .contact-form .submit-btn .btn {
        padding: 6px 36px;
    }

    .captcha-form input[type="text"] {
        width: 89%;
        display: inline-block;
    }

    .footer-logo img {
        width: 273px;
    }

    .captcha-form input[type="button"] {
        width: 25px;
    }

    .captcha-form input[type="text"] {
        width: 100%;
    }

    .no_pwell {
        text-align: center;
    }

    .feed-head2 {
        padding: 14px 0 0 0;
    }

    .well {
        padding: 8px;
    }

    .quar-report, .new-panel {
        min-height: 210px;
    }

    .banner-title .carousel-caption .get-edge {
        display: inherit;
    }

    .banner-title .carousel-caption {
        display: inherit;
    }

        .banner-title .carousel-caption .slide-text {
            display: inherit;
        }

    .navbar-nav .open .dropdown-menu.mobile-login {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
        background: rgba(0,0,0,0.8);
    }

        .navbar-nav .open .dropdown-menu.mobile-login .login-close-btn {
            position: absolute;
            top: -13px;
            right: -11px;
            transition: all 200ms;
            font-size: 15px;
            font-weight: bold;
            text-decoration: none;
            color: #fff;
            padding: 0 !important;
            background-color: #223b55;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            border-radius: 50%;
            border: none;
            outline: none;
        }

    header .navbar-nav > li > ul.dropdown-menu .login-form {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }

        header .navbar-nav > li > ul.dropdown-menu .login-form:before {
            display: none;
        }
}

@media screen and (max-device-width: 990px) and (orientation: landscape) {


    .logo img {
        width: 200px;
        height: auto;
        margin: 4px 0px 0px 4px;
    }

    .navbar-nav > li > a {
        padding: 0px 8px;
    }

    .banner-title .carousel-caption .get-edge {
        width: 28.2%;
    }

    .banner-title .carousel-caption .slide-text {
        width: 71.3%;
    }

    .banner-title .carousel-caption {
        height: 208px;
    }

        .banner-title .carousel-caption .get-edge {
            height: 208px;
        }

    .captcha-form input[type="button"] {
        width: 25px;
    }

    .no_pwell {
        text-align: center;
    }

    .new-panel {
        min-height: 409px;
    }
}


@media screen and (max-device-width: 767px) and (orientation: landscape) {

    .logo img {
        width: 200px;
        height: auto;
        margin: 13px 0px 0px 18px;
    }

    .banner-title .carousel-caption .slide-text p {
        display: none;
    }

    .banner-title .carousel-caption .get-edge h1 {
        font-size: 40px;
        margin: 0px 10px 0px 0px;
        display: inline-block;
    }

    .banner-title .carousel-caption .get-edge span {
        font-size: 40px !important;
    }

    .banner-title .carousel-caption .get-edge, .banner-title .carousel-caption .slide-text {
        float: none;
        width: 100%;
        height: auto;
        text-align: center;
        background: none;
    }

    .banner-title .carousel-caption .slide-text {
        padding: 0px;
    }

        .banner-title .carousel-caption .slide-text .pull-right {
            float: none !important;
        }

        .banner-title .carousel-caption .slide-text .view {
            font-size: 24px;
            background: rgba(0,0,0,0.5);
            padding: 5px;
        }

    .banner-title .carousel-caption {
        height: auto;
        background: none;
        top: 40%;
    }

    .research-img img {
        margin-bottom: 20px;
    }

    header .navbar-nav > li > ul.dropdown-menu .login-form:before {
        top: 34px;
        left: 17px;
    }

    .header-inner {
        padding: 2px 0;
    }

    .address-panel {
        margin-bottom: 20px;
    }

    .inner-banner {
        margin: 60px 0 0;
        padding: 20px 0 0 0;
    }

    .quar-report {
        min-height: 250px;
    }

    .new-panel {
        min-height: 250px;
    }

    .banner-title .carousel-caption .get-edge {
        display: inherit;
    }

    .banner-title .carousel-caption {
        display: inherit;
    }

        .banner-title .carousel-caption .slide-text {
            display: inherit;
        }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu.mobile-login {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
        background: rgba(0,0,0,0.8);
    }

        .navbar-nav .open .dropdown-menu.mobile-login .login-close-btn {
            position: absolute;
            top: -13px;
            right: -11px;
            transition: all 200ms;
            font-size: 15px;
            font-weight: bold;
            text-decoration: none;
            color: #fff;
            padding: 0 !important;
            background-color: #223b55;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            border-radius: 50%;
            border: none;
            outline: none;
        }

    header .navbar-nav > li > ul.dropdown-menu .login-form {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }

        header .navbar-nav > li > ul.dropdown-menu .login-form:before {
            display: none;
        }
}
