﻿@font-face {
    font-family: 'MontserratBlack';
    src: url('../fonts/MontserratBlack.eot');
    src: local('MontserratBlack'), url('../fonts/MontserratBlack.woff') format('woff'), url('../fonts/MontserratBlack.ttf') format('truetype');
}

.MontserratBlack {
    font-family: 'MontserratBlack', Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: 'MontserratRegular';
    src: url('../assets/fonts/MontserratRegular.eot');
    src: local('MontserratRegular'), url('../fonts/MontserratRegular.woff') format('woff'), url('../fonts/MontserratRegular.ttf') format('truetype');
}

.MontserratRegular {
    font-family: 'MontserratRegular', Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: 'MontserratLight';
    src: url('../fonts/montserrat-light.eot');
    src: local('montserrat-light'), url('../fonts/montserrat-light.woff') format('woff'), url('../fonts/montserrat-light.ttf') format('truetype');
}

.MontserratRegular {
    font-family: 'MontserratLight', Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: 'MontserratBold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: local('Montserrat-Bold'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
}

.MontserratRegular {
    font-family: 'MontserratBold', Arial, Helvetica, sans-serif;
}

body {
    font-family: Arial,sans-serif
}

p {
    font-family: Arial,sans-serif;
    line-height: 1.6 !important
}

ul li {
    font-size: 14px
}

.screen-1 {
    padding: 0 15px;
    margin-bottom: 40px
}

    .screen-1 > div {
        padding: 0 15px;
        margin: 15px 0;
        border: 1px solid rgba(0,0,0,0.2)
    }

    .screen-1 .term-condition-text {
        color: #939598;
        width: 50%;
        float: right;
        font-size: 12px;
        /*margin-top: 10vh;*/
        margin-bottom: 10px
    }

    .screen-1 .right-scope table {
        width: 100%;
        max-width: 100%;
        height: auto !important;
    }

    .screen-1 .right-scope img {
        width: 100%;
        height: auto !important;
    }

.header-scope {
    background: #0877a6;
    padding: 10px 15px
}

    .header-scope .logo {
        background: #fff;
        padding: 10px 20px 0 20px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px
    }

        .header-scope .logo img {
            height: 65px
        }

    .header-scope .heading {
        display: inline-block;
        vertical-align: top
    }

        .header-scope .heading h1, .header-scope .heading h2 {
            padding: 0;
            color: #fff;
            font-family: Arial,sans-serif;
            font-weight: bold
        }

        .header-scope .heading h1 {
            font-size: 170%;
            margin: 5px 0
        }

        .header-scope .heading h2 {
            font-size: 220%;
            margin: 10px 0 0 0
        }

.right-side-bottom-img {
    max-width: 250px
}

.summary-screen-3 {
    padding-bottom: 25px
}

    .summary-screen-3 + div {
    }

/*  .summary-screen-3 .img-responsive {
        margin-top: 10vh;
    }*/

/*.screen-1 .img-responsive {
    max-width: 80%;
    margin: 0 auto
}*/
.border-right {
    border-right: 1px solid rgba(0,0,0,0.2);
}

.border-left {
    border-left: 1px solid rgba(0,0,0,0.2);
}

.summary {
    position: static;
}

    .summary:after {
        position: absolute;
        content: '';
        border-right: 1px solid rgba(0,0,0,0.2);
        top: 0;
        bottom: 0;
        left: calc(50% - 5px)
    }

@media screen and (max-width: 991px) {
    .summary:after {
        display: none
    }
}

.summary h3 {
    padding: 0;
    margin: 10px 0 5px 0;
    color: #0877a6;
    font-family: Arial,sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
}

.summary h4 {
    padding: 0;
    margin: 10px 0 0 0;
}

    .summary h4 + p {
        margin: 0 0 10px 0;
    }

.summary-screen-3 h3 {
    padding: 0;
    margin: 15px 0 5px 0;
    color: #0877a6;
    font-family: Arial,sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 29px
}

.summary-screen-3 p {
    padding: 0;
    /* color: #939598; 
    font-family: Helvetica Rounded,Arial,sans-serif;*/
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    margin: 20px 0
}

.summary-screen-3 table {
    width: 100%
}

    .summary-screen-3 table img {
        max-width: 100%;
        height: auto
    }

.summary p {
    padding: 0;
    color: #414042;
    /* font-family: Helvetica Rounded,Arial,sans-serif;
    font-weight: normal;
    font-size: 13px;*/
    line-height: 21px
}

.summary > ul {
    margin-bottom: 10px
}

.summary ul li {
    padding: 0;
    color: #414042;
    /* font-family: Helvetica Rounded,Arial,sans-serif; */
    /* font-weight: normal; */
    /* font-size: 13px; */
    /* line-height: 21px */
}

.presenters-display-img {
    width: 150px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 5px
}

    .presenters-display-img img {
        min-width: 150px;
        min-height: 150px;
        width: 100%
    }

.presenters-without-img {
    width: 150px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 5px
}

    .presenters-without-img img {
        min-width: 150px;
        min-height: 150px;
        width: 100%;
        border: 1px solid #0877a6
    }

    .presenters-without-img h4, .presenters-display-img h4 {
        margin: 5px 0;
        font-size: 18px;
        font-family: Arial,sans-serif;
        font-weight: bold;
    }

    .presenters-without-img p, .presenters-display-img p {
        padding: 0;
        color: #414042;
        /* font-family: Helvetica Rounded,Arial,sans-serif; */
        /* font-weight: normal; */
        /* font-size: 13px; */
        /* line-height: 19px */
    }

.when-scope .row {
    margin-bottom: 0 !important;
}

.when-scope h3 {
    padding: 0;
    margin: 10px 0 5px 0;
    color: #0877a6;
    font-family: Arial,sans-serif;
    font-weight: bold;
    font-size: 18px
}

.blue-heading {
    padding: 0;
    margin: 0px 0 0 0;
    color: #0877a6;
    font-family: Arial,sans-serif;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
}

.when-scope .when-div {
    margin-top: 5px
}

    .when-scope .when-div .heading {
        font-size: 14px;
        font-family: Arial,sans-serif;
        font-weight: bold;
        width: 90px;
        display: inline-block
    }

.registration-scope h3 {
    padding: 0;
    margin: 10px 0 5px 0;
    color: #0877a6;
    font-family: Arial,sans-serif;
    font-weight: bold;
    /*font-weight: normal;*/
    font-size: 18px
}

.registration-scope .form-group {
    display: block;
    margin: 5px 0
}

.whitepaper-scope .form-group label {
    display: inline-block;
    width: 130px;
    font-weight: normal;
    color: #939598 !important;
    font-size: 16px !important
}

.whitepaper-scope h3 {
    margin-bottom: 10px
}

.registration-scope .form-group label {
    display: inline-block;
    width: 130px;
    font-weight: normal;
    font-size: 13px;
    color: #414042
}

.registration-scope .form-group input {
    width: calc(100% - 135px);
    background: #eee;
    border: 1px solid rgba(0,0,0,0.2)
}

.registration-scope .form-group select {
    width: calc(100% - 135px);
    background: #eee;
    border: 1px solid rgba(0,0,0,0.2)
}

.registration-scope .submit-scope {
    margin-left: 135px;
    text-align: center;
    margin-bottom: 20px
}

    .registration-scope .submit-scope .submit-btn {
        font-size: 14px;
        color: #fff;
        background: #0877a6;
        width: 170px;
        max-width: 100%;
        border: none;
        padding: 5px;
        -ms-transition: .5s all ease;
        -moz-transition: .5s all ease;
        -o-transition: .5s all ease;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .registration-scope .submit-scope .Download-whitepapper-btn {
        font-size: 14px;
        color: #fff;
        background: #0877a6;
        width: 140px;
        padding: 5px;
        border: 1px solid #fff;
        box-shadow: 0 5px 10px rgba(0,0,0,0.4);
        -ms-transition: .5s all ease;
        -moz-transition: .5s all ease;
        -o-transition: .5s all ease;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

        .registration-scope .submit-scope .submit-btn:hover, .registration-scope .submit-scope .Download-whitepapper-btn:hover {
            background: #ee741a
        }

.about-wrap {
    background: #0877a6;
    text-align: center;
    padding: 10px 15px
}

    .about-wrap h3 {
        color: #fff;
        margin: 0;
        font-family: Arial,sans-serif;
        font-weight: bold;
    }

    .about-wrap h5 {
        color: #fff;
        margin: 0;
        font-size: 16px;
        line-height: 31px;
        font-family: Arial,sans-serif;
        font-weight: bold;
    }

    .about-wrap p {
        color: #fff;
        margin: 10px 0px;
        /* font-size: 14px; */
        /* line-height: 19px; */
        /* font-family: Arial Rounded MT,Helvetica Rounded,Arial,sans-serif */
    }

    .about-wrap .download-simergy-v3 {
        color: #fff;
        margin: 10px auto;
        padding: 2px 10px;
        display: inline-block;
        font-size: 14px;
        line-height: 19px;
        font-family: Arial,sans-serif;
        border: 1px solid #fff;
        box-shadow: 0 5px 10px rgba(0,0,0,0.3);
        background: rgba(0,0,0,0.3);
        cursor: pointer;
        -ms-transition: .5s all ease;
        -moz-transition: .5s all ease;
        -o-transition: .5s all ease;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

        .about-wrap .download-simergy-v3:hover {
            background: #ee741a
        }

.footer-scope {
    background: #0877a6;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
    position: fixed
}




@font-face {
    font-family: 'web_symbolsregular';
    src: url("../fonts/websymbols-regular-webfont.eot");
    src: url("../fonts/websymbols-regular-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/websymbols-regular-webfont.woff") format("woff"),url("../fonts/websymbols-regular-webfont.ttf") format("truetype"),url("../fonts/websymbols-regular-webfont.svg#web_symbolsregular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    left: 3px
}

a {
    transition: all .5s ease;
    text-decoration: none;
    color: #108db6
}

    a, a:hover, a:visited {
        text-decoration: none !important;
    }

        a:hover {
            color: #ee741a
        }

.navbar-inverse .navbar-brand {
    color: #fff
}

.navbar-inverse .navbar-nav {
    float: right
}

    .navbar-inverse .navbar-nav > li > a {
        color: #fff
    }

.navbar-inverse {
    background-color: rgba(11,123,165,1);
    border-color: #0877a6;
    margin: 0 -15px
}

.navbar-brand > img {
    display: inline-block;
    margin-right: 10px
}

.navbar-brand {
    padding: 9px 15px 15px 15px;
    font-size: 22px
}

    .navbar-brand span {
        display: inline-block
    }

.navbar-brand {
    display: inline-block
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #ee741a
}

.dropdown-menu > li > a {
    padding: 5px 20px
}

.navbar-inverse .navbar-nav > li > a {
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #000
}

h1, h2, h3 {
    padding: 10px;
    margin: 20px;
    font-family: Arial,sans-serif;
    font-weight: bold;
}

h1, h2, h3 {
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0
}

.cb {
    clear: both
}

.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f21 {
    font-size: 21px
}

.f24 {
    font-size: 24px
}

.txt-center {
    text-align: center
}

.txt-left {
    text-align: center
}

.float-l {
    float: left
}

.float-r {
    float: right
}

.letter-spacing {
    letter-spacing: 0
}

.line-heigh1 {
    line-height: 1
}

.color1 {
    color: #fff !important
}

.carousel-caption h1 {
    font-size: 51px;
    font-weight: normal
}

.padding30 {
    padding: 30px
}

.padding10 {
    padding: 10px
}

.padding15 {
    padding: 15px
}

.pdg-0 {
    padding: 30px 20px 30px 20px
}

.pdg-1 {
    padding: 10px 20px 10px 10px
}

.pdg-2 {
    padding: 10px 10px 10px 20px
}

.pdg-3 {
    padding: 0px 10px 10px 10px
}

.pd-t5 {
    padding-top: 5px
}

.pd-t12 {
    padding-top: 12px
}

.marg-btm20 {
    margin-bottom: 20px
}

.marg-top20 {
    margin-top: 20px
}

.marg-10 {
    margin-top: 10px
}

.marg-20 {
    margin: 20px
}

.marg-top50 {
    margin: 50px
}

.marg-top35 {
    margin-top: 35px
}

.marg-1 {
    margin-top: 15px
}

.marg-r15 {
    margin-right: 15px
}

.marg-l25 {
    margin-left: 25px
}

.navbar {
    border-radius: 0px;
    padding-top: 50px
}

.navbar-wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999
}

.navbar-wrapper {
    margin-top: 0px
}

.carousel {
    height: 550px;
    margin-bottom: 0px;
    position: relative
}

.carousel-inner {
    height: 550px;
}

.inner-page-top {
    height: 250px;
    margin-bottom: 0px;
    position: relative;
    background: #000
}

.inner-page-header {
    height: 0px;
    overflow: hidden
}

.carousel .inner-content {
    width: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0;
    z-index: 9999;
    padding: 0;
    display: block
}

.bg1 {
    background: #f3f3f3
}

.border-ryt {
    border-right: solid 1px #c1c1c1
}

.projects a {
    display: block;
    padding: 15px 0;
    background: none
}

    .projects a:hover {
        display: block;
        background: rgba(0,0,0,0.5)
    }

    .projects a p {
        text-decoration: none;
        transition: all .5s ease;
        font-size: 21px
    }

    .projects a:hover p {
        text-decoration: none;
        color: #fff
    }

    .projects a span {
        width: 65px;
        height: 65px;
        border-radius: 100%;
        display: block;
        background-color: #ee741a;
        margin: 0 auto;
        transition: all .5s ease
    }

    .projects a:hover span {
        background-color: #108db6;
    }

.sprite {
    background-image: url(../Content/Images/images/sprite.png)
}

.icon1 {
    background-position: 18.5px -90px;
    background-repeat: no-repeat
}

.icon2 {
    background-position: 17px 13.5px;
    background-repeat: no-repeat
}

.icon3 {
    background-position: 17px -34.7px;
    background-repeat: no-repeat
}

#myCarousel .carousel-inner .item .container {
    display: block
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #ee741a;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0.6)
}

.carousel-indicators .active {
    background: #007399;
    margin: 1px;
}

h1 {
    font-size: 33px
}

.carousel-caption {
    position: absolute;
    top: 130px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff
}

    .carousel-caption .caption-text {
        color: #fff !important
    }

.carousel-indicators {
    top: 390px
}

.slider-btn-bg {
    background: rgba(11,123,165,0.7);
    color: #fff;
    transition: all .5s ease
}

    .slider-btn-bg:hover {
        background: rgba(238,116,26,0.7);
        color: #fff
    }

.prodcut-box {
    width: 80%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding-bottom: 25px;
    display: block
}

    .prodcut-box .pro-box-heading {
        position: absolute;
        left: -13px;
        top: 30px;
        background: #ee741a;
        color: #ffffff
    }

        .prodcut-box .pro-box-heading h2 {
            font-size: 24px;
            position: relative;
            padding: 10px 25px 10px 15px;
            margin: 0;
            line-height: 24px;
            color: #fff
        }

            .prodcut-box .pro-box-heading h2 sup {
                font-size: 12px;
                top: -0.8em;
            }

            .prodcut-box .pro-box-heading h2:before {
                position: absolute;
                content: '';
                width: 0;
                height: 0;
                border-top: 12px solid #ca4700;
                border-left: 13px solid transparent;
                top: 44px;
                left: 1px;
                z-index: 1
            }

            .prodcut-box .pro-box-heading h2:after {
                content: '';
                position: absolute;
                width: 30px;
                right: -15px;
                top: 0px;
                background: #ee741a;
                z-index: 0;
                height: 100%;
                -ms-transform: skew(30deg,0deg); /* IE 9 */
                -webkit-transform: skew(30deg,0deg); /* Chrome, Safari, Opera */
                transform: skew(30deg,0deg);
                display: inline-block;
            }

    .prodcut-box p {
        font-size: 14px;
        line-height: 23px;
        margin-top: 15px;
        text-align: left;
        color: #000;
        text-decoration: none
    }

    .prodcut-box img {
        border: 1px solid #dedede;
        border-radius: 10px
    }

.container-fluid:after, .up-coming-data:after, .upcoming-training-panel:after, .pricing-boxs:after, .traning-details-containter:after {
    background: none;
    border: none;
    clear: both;
    content: '';
    display: block;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%
}

button {
    padding: 0;
    margin: 0;
    border: none;
    outline: none
}

.read-more {
    background-color: #108db6;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    color: #fff;
    border-radius: 30px;
    transition: background .5s
}

    .read-more:hover {
        background-color: #ee741a;
        cursor: pointer;
        color: #fff
    }

.testimonials-bg {
    background: url(../Content/Images/images/testimonail-bg.jpg) center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 35px
}

    .testimonials-bg .item p, .testimonials-bg .item .client-name {
        color: #fff !important
    }

    .testimonials-bg h2 {
        font-size: 33px;
        text-align: center;
        color: #fff;
        margin-bottom: 35px
    }

        .testimonials-bg h2 span {
            color: #05b4e0
        }

section {
    padding-top: 50px;
    padding-bottom: 50px
}

.section-default {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
}


.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
    color: #fff;
    font-size: 15px
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
#fade-quote-carousel.carousel {
    padding-bottom: 60px;
    height: 240px;
}

    #fade-quote-carousel.carousel .carousel-inner {
        height: 300px
    }

        #fade-quote-carousel.carousel .carousel-inner .item {
            opacity: 0;
            -webkit-transition-property: opacity;
            -ms-transition-property: opacity;
            transition-property: opacity;
            color: #fff
        }

        #fade-quote-carousel.carousel .carousel-inner .active {
            opacity: 1;
            -webkit-transition-property: opacity;
            -ms-transition-property: opacity;
            transition-property: opacity
        }

    #fade-quote-carousel.carousel .carousel-indicators {
        bottom: 10px;
        top: 220px
    }

        #fade-quote-carousel.carousel .carousel-indicators > li {
            background-color: #e84a64;
            border: none
        }

#fade-quote-carousel blockquote {
    text-align: center;
    border: none
}

#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    background: #fff
}

    #fade-quote-carousel .profile-circle img {
        width: 65px;
        height: auto;
        margin: 16px 0px 0px 0px;
    }

#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #fff
}

#fade-quote-carousel.carousel .carousel-indicators .active {
    background-color: #ec8500
}

.client-name {
    color: #05b4e0;
    margin-top: 5px;
    font-size: 15px;
    font-style: italic;
    font-weight: bold
}

/*caption slider (feature products)*/
#carousel-example-generic .carousel-caption {
    position: relative;
    left: 0%;
    right: 0%;
    bottom: 0px;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
    text-shadow: none
}

#carousel-example-generic carousel-caption .carousel {
    position: relative
}

#carousel-example-generic .controllers {
    position: absolute;
    top: 270px;
    right: 0
}

#carousel-example-generic .carousel-control.left,
#carousel-example-generic .carousel-control.right {
    background-image: none
}

#carousel-example-generic h2 {
    margin-bottom: 15px;
    font-size: 25px;
    color: #108db6;
    padding: 0px;
}

#carousel-example-generic p {
    color: #000;
    line-height: 24px
}

#carousel-example-generic .carousel-inner {
    height: 500px !important
}

#carousel-example-generic.carousel {
    height: 500px;
    margin-bottom: 40px;
}

#carousel-example-generic .carousel-indicators {
    top: 240px
}

#carousel-example-generic .carousel-control.left {
    left: 14px
}

.caption-text {
    padding-top: 5px;
    margin-bottom: 20px;
    font-size: 30px;
    display: block
}
/*end caption slider */

/*case study*/
.case-study-bg {
    background: #f3f3f3
}

    .case-study-bg .carousel-inner {
        height: 600px
    }

    .case-study-bg .carousel {
        height: 580px
    }

.fa.fa-chevron-circle-right {
    right: 0
}

.fa.fa-chevron-circle-left {
    left: 0
}

.fa.fa-chevron-circle-right, .fa.fa-chevron-circle-left {
    margin-bottom: 1px;
    position: absolute;
    top: -30px;
    color: #FF7700
}

.col-img-responsive02 span {
    color: #fff
}

.col-img-responsive02 {
    display: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    width: 100%;
}

.carousel-control {
    width: 5%;
    display: block
}

    .carousel-control.left {
        background-image: none
    }

    .carousel-control.right {
        background-image: none
    }
/* news and events*/
.news-events {
    color: #000;
    height: 550px
}

    .news-events h3 {
        margin-bottom: 10px;
        font-size: 20px;
        color: #108db6;
        margin-top: 10px
    }

.news-event-date {
    position: relative;
    padding-left: 70px; /*//40px;*/
    margin-top: 35px
}

    .news-event-date h3 {
        margin: 0px;
        padding: 10px 0px 10px 0px;
    }

.news-calender {
    width: 16px;
    height: 16px;
    background: url(../Content/Images/images/calender.png) 0 0 no-repeat;
    position: absolute;
    top: 1px;
    left: 35px; /*11px*/
}
/* Upcoming trainings*/
.up-coming {
    position: relative;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 404px
}

.up-coming-background {
    background: url(../Content/Images/images/upcoming-trainings.png) center;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    height: auto;
    width: 100%;
    min-height: 200px;
}

.up-coming-dates {
    width: 96%;
    margin: -30px 1% 0px 1%;
    float: left;
}

a.up-coming-data {
    /*background: #ec8500;*/
    margin-bottom: 15px;
    display: block;
    padding: 0px
}

a.up-coming-training-data-bg {
    background: #ec8500;
    color: #fff;
}

a.up-coming-webinar-data-bg {
    background: #ec5200;
    color: #ffffff !important;
}

.up-coming-date-format {
    color: #fff;
    padding: 10px 15px;
    line-height: 1;
    font-size: 24px;
    float: left;
    width: 140px;
    border-right: 1px solid #fff;
    min-height: 60px;
}

    .up-coming-date-format strong {
        font-weight: normal !important
    }

.up-coming-content1 {
    color: #fff;
    padding: 5px 20px;
    line-height: 1;
    font-size: 15px;
    float: left;
    width: calc(100% - 150px);
    padding-bottom: 5px;
    display: block;
}

.up-coming-content2 {
    color: #fff;
    padding: 18px 20px;
    line-height: 1;
    font-size: 15px;
    float: left;
    width: 84%;
    display: block
}
/* footer*/
.footer {
    background: #108db6;
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 35px;
    padding-left: 0;
}

.title-widget {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 0;
    font-weight: bold
}

.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0
}

.widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px
}

.widget_nav_menu ul li .glyphicon {
    font-size: 11px;
    padding-right: 5px;
    top: 1px
}

.widget_nav_menu ul li {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    position: relative;
    text-transform: titlecase;
    border-bottom: none;
    margin-bottom: 7px;
    padding-bottom: 7px;
    width: 95%
}

    .widget_nav_menu ul li a {
        color: #fff
    }

        .widget_nav_menu ul li a:hover {
            color: #11e3fc
        }

.title-median {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    margin-left: -13px;
    text-transform: titlecase
}

.nomargin {
    margin: 0px;
    padding: 0px
}

.footer-bottom {
    background-color: #007399;
    min-height: 30px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999
}

.footerp p {
    color: #fff;
    font-weight: normal
}

.copyright {
    color: #fff;
    padding: 7px 0;
    text-align: right
}

.design a {
    color: #fff
}

.navbar-collapse {
    position: relative;
    padding-top: 30px !important;
    max-height: 270px
}

    .navbar-collapse form[role="search"] {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        padding: 0px;
        margin: 0px;
        z-index: 0;
    }

        .navbar-collapse form[role="search"] button,
        .navbar-collapse form[role="search"] input {
            padding: 8px 12px;
            border-radius: 0px;
            border-width: 0px;
            color: rgb(119, 119, 119);
            background-color: #fff;
            border-color: rgb(231, 231, 231);
            box-shadow: none;
            outline: none;
        }

        .navbar-collapse form[role="search"] input {
            padding: 16px 12px;
            font-size: 12px;
            font-style: normal;
            color: rgb(160, 160, 160);
            box-shadow: none;
            line-height: 1.5;
        }

.navbar-form button.btn {
    font-size: 19px
}

.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

    .footer-links ul li {
        font-size: 14px;
        color: #fff;
        text-align: center;
        list-style: none
    }

        .footer-links ul li a {
            padding: 8px 12px;
            display: block;
            float: left;
            color: #fff
        }

            .footer-links ul li a:hover {
                text-decotration: none;
                color: #05b4e0
            }
/*inside page*/
.breadcrumb {
    margin-top: 15px;
    margin: 0 0px;
    border-radius: 0
}

.prdocut-details, .partners-details, .common-page-details, .case-study, .projects-section, .services-section, .case-study-inner-section, .contact-details {
    margin-bottom: 40px
}

    .prdocut-details h1, .partners-details h1, .common-page-details h1, .cutomers-details h1, .case-study h1, .projects-section h1, .services-section h1, .case-study-inner-section h1, .contact-details h1 {
        font-family: Arial,sans-serif;
        font-weight: bold;
        font-size: 33px;
        color: #444;
        margin: 15px auto
    }

        .prdocut-details h1 sup {
            font-size: 16px;
            vertical-align: top;
            display: inline-block;
            margin-top: 16px
        }

    .prdocut-details h2, .partners-details h2, .common-page-details h2, .cutomers-details h2, .case-study h2, .projects-section h2, .services-section h2, .case-study-inner-section h2, .contact-details h2 {
        font-size: 21px;
        margin: 15px auto;
        color: #ee741a
    }

    .prdocut-details h3, .partners-details h3, .common-page-details h3, .cutomers-details h3, .case-study h3, .projects-section h3, .services-section h3, .case-study-inner-section h3 {
        font-size: 19px;
        color: #000;
        margin: 15px auto;
    }

    .contact-details h3 {
        font-size: 22px;
        color: #ee741a;
        margin: 15px auto;
        font-weight: bold
    }

.contact-details {
    background: url(Content/Images/images/pattern2.png);
    padding: 20px
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.services-section h1 {
    padding-left: 0;
    padding-right: 0;
}

.prdocut-details p, .partners-details p, .common-page-details p, .cutomers-details p, .case-study p, .projects-section p, .services-section p, .case-study-inner-section p {
    margin: 15px auto;
    color: #000;
    line-height: 18px;
    font-size: 14px;
}

.prdocut-details > .row {
    padding: 0px 40px;
    margin-bottom: 0px;
}

.prdocut-details h1, .prdocut-details h2 {
    margin-bottom: 5px !important;
    padding-bottom: 0px;
    padding-left: 0px;
}

.prdocut-details p {
    margin-top: 0px;
}

.prdocut-details ul, .partners-details ul, .common-page-details ul, .case-study ul, .projects-section ul, .services-section ul, .case-study-inner-section ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .prdocut-details ul li, .partners-details ul li, .common-page-details ul li, .case-study ul li, .projects-section ul li, .services-section ul li, .case-study-inner-section ul li {
        padding: 5px 5px 5px 20px;
        color: #000;
        font-size: 16px;
        position: relative
    }

        .prdocut-details ul li ul, .partners-details ul li ul, .common-page-details ul li ul, .case-study ul li ul, .projects-section ul li ul, .services-section ul li ul, .case-study-inner-section ul li ul {
            list-style: none;
            margin: 0;
            padding: 0;
            margin-top: 8px
        }

    .prdocut-details ul li, .partners-details ul li, .common-page-details ul li, .case-study ul li, .projects-section ul li, .services-section ul li, .case-study-inner-section ul li {
        padding: 5px 5px 5px 20px;
        color: #000;
        font-size: 16px;
        position: relative
    }

        .prdocut-details ul li:before, .partners-details ul li:before, .common-page-details ul li:before, .case-study ul li:before, .projects-section ul li:before, .services-section ul li:before, .case-study-inner-section ul li:before {
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 100%;
            background: #0b87b5;
            position: absolute;
            top: 13px;
            left: 0;
            content: ''
        }

        .prdocut-details ul li ul li:before, .partners-details ul li ul li:before, .common-page-details ul li ul li:before, .case-study ul li ul li:before, .projects-section ul li ul li:before, .services-section ul li ul li:before, .case-study-inner-section ul li ul li:before {
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 100%;
            background: #a2a2a2;
            position: absolute;
            top: 13px;
            left: 0;
            content: ''
        }


.separator-h-line {
    width: 100%;
    margin: 20px 0;
    background: #4da0bb;
    height: 3px;
    display: block
}

.border-all {
    border: 1px solid #e3e3e3;
}

.enlage-text {
    padding: 20px 0;
    font-size: 14px;
    font-weight: bold
}

a.download-text {
    color: #444;
    transition: all .5s ease;
    font-size: 17px
}

a:hover.download-text {
    color: #108db6
}

a.download-text img {
    display: inline-block;
    margin: 0 8px
}

.panel {
    margin-bottom: 30px;
}

    .panel:hover a.read-more {
        background-color: #ee741a;
        cursor: pointer;
        color: #fff
    }

    .panel .panel-body h4 {
        color: #444;
        transition: all .5s ease;
        z-index: 222
    }

    .panel .panel-body {
        transition: all .5s ease;
    }
    /*.panel .panel-body:after{ background-color:#fff; height:22px; position:absolute; top:0; left:0%; content:'' ; width:100%; z-index:111 }*/
    .panel:hover .panel-body h4 {
        color: #ee741a;
    }

.about-us-image-box {
    float: right;
    margin-left: 0px !important;
    display: block
}



/*9 june 17*/
.table-scope {
    width: 100%;
    overflow: auto;
    margin: 20px 0
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 120px;
    height: auto;
    margin-bottom: 5px;
}

.media > .pull-left {
    margin-right: 10px;
    white-space: normal;
}

.table > tbody > tr > td {
    /*white-space: nowrap;*/
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    text-align: left
}

.percent {
    display: inline-block;
    font-size: 14px;
    color: #6d6e71;
    font-weight: bold;
    padding: 1px 3px
}

.text-message {
    font-size: 12px;
    color: #6d6e71;
    position: absolute;
    display: block;
    font-size: 11px;
    color: #6d6e71;
    position: absolute;
    display: block;
    left: 14px;
    bottom: 8px;
}

.panel-default-traning {
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.18);
    border: medium none;
    border-radius: 0;
    margin: 15px 0
}

    .panel-default-traning .table {
        margin: 0;
    }

.error-template {
    padding: 40px 15px;
    text-align: center;
    min-height: 450px;
    padding-top: 80px
}

    .error-template h1, h2 {
        margin: 10px 0
    }

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .error-actions .btn {
        margin-right: 10px;
    }

.message-scope {
    min-height: 450px;
    padding-top: 80px
}

@media screen and (max-width:768px) {
    .table-scope {
        overflow: scroll
    }

    .media-body {
        float: left;
    }
}
/*end 9 june 17*/






.small-links-top li {
    font-size: 12px;
    float: left
}

    .small-links-top li ul li {
        float: none
    }

.nav-postioning1 {
    position: absolute;
    right: 15px;
    top: 0
}


.case-study-inner p, .project-inner p {
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-size: 15px
}

.case-study-inner .panel:hover .panel-body a {
    color: #ee741a
}

.case-study-inner .panel .panel-body a {
    color: #444;
    transition: all .5s ease;
    z-index: 222;
    display: block;
    padding: 10px;
    font-size: 18px;
}

    .case-study-inner .panel .panel-body a:hover {
        color: #ee741a
    }

.case-study-inner .panel, .project-inner .panel {
    overflow: hidden;
}

    .project-inner .panel .panel-default {
        -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
        -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
        box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
        border: medium none;
        border-radius: 0;
    }

.project-inner .panel-heading {
    position: relative
}

    .project-inner .panel-heading img {
        max-width: 100%;
        height: 300px
    }

.case-study-inner .panel .col-img-responsive02, .project-inner .panel .col-img-responsive02 {
    display: block;
    height: 100%;
    width: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    left: -100%;
    top: -100%;
    overflow: hidden;
    position: absolute;
    transition: left .5s ease, top .5s ease;
    padding: 10%
}

    .case-study-inner .panel .col-img-responsive02 span, .project-inner .panel .col-img-responsive02 span {
        font-size: 100%;
    }

.case-study-inner .panel:hover .col-img-responsive02, .project-inner .panel:hover .col-img-responsive02 {
    left: 0;
    top: 0;
}

.col-img-responsive02 span {
    color: #fff
}

.project-inner .panel .panel-body .project-heading {
    padding: 10px;
    background: #fff;
    transition: all .5s ease;
}

.project-inner .panel:hover .panel-body .project-heading {
    background: #ee741a
}

.project-inner .panel .panel-body a {
    color: #444;
    transition: all .5s ease;
    z-index: 222;
    display: block;
    padding: 10px;
    font-size: 18px;
}

.project-inner .panel:hover .panel-body a {
    color: #fff
}

.well {
    padding: 12px !important;
}

.layout-content-image, .layout-content-vector {
    width: 100%;
}

.services-section .well .media-body {
    padding-left: 15px;
}

    .services-section .well .media-body a h4.media-heading {
        color: #444
    }

    .services-section .well .media-body p {
        font-size: 100%;
        line-height: 16px
    }

.simergy-section .well .media-body {
    padding-left: 25px;
}

    .simergy-section .well .media-body a h4.media-heading {
        color: #444
    }

    .simergy-section .well .media-body p {
        font-size: 100%;
        line-height: 16px;
    }

.simergy-section .services-section {
    margin-bottom: 0px;
}

.simergy-section .product-details-scope ul {
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 10px;
}

.simergy-section .services-section ul li {
    font-size: 14px;
    line-height: 16px;
}

    .simergy-section .services-section ul li:before {
        top: 9px;
    }

.download-software {
    min-height: 20px;
    padding: 12px;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    position: relative;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #f3f3f3, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #f3f3f3, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #f3f3f3, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #f3f3f3, #fff); /* Standard syntax */
    display: block;
    transition: all .5s ease;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);   box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);*/
}

    .download-software a {
        color: #108db6;
        transition: all .5s ease;
        display: inline-block
    }

        .download-software a:hover {
            color: #ee741a
        }

    .download-software span.download-btn {
        width: 42px;
        height: 42px;
        transition: all .5s ease;
        display: inline-block;
        position: absolute;
        left: 20px;
        top: 22px;
    }

    /*.download-software:hover{border: 1px solid #ee741a;}*/
    .download-software:hover span.download-btn {
        top: 28px;
    }

    .download-software span + span {
        display: inline-block;
        margin-left: 8px;
        font-size: 24px;
        transition: all .5s ease;
        padding: 4px 10px 4px 61px;
    }


    .download-software span.download-under-text {
        color: #525252;
        font-size: 20px
    }






.cutomers-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left
}

    .cutomers-details ul + ul {
        margin-left: 35px;
    }

    .cutomers-details ul li {
        padding: 5px 5px 5px 20px;
        color: #000;
        font-size: 16px;
        position: relative
    }

        .cutomers-details ul li:before {
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 100%;
            background: #0b87b5;
            position: absolute;
            top: 13px;
            left: 0;
            content: ''
        }

.get-quote-btn {
    background: #ee741a;
    display: inline-block;
    padding: 8px 25px 8px 25px;
    color: #fff;
    border-radius: 30px;
    transition: background .5s;
    font-size: 24px;
    transition: all .5s ease
}

    .get-quote-btn:hover {
        background-color: #f35906;
        cursor: pointer;
        color: #fff;
        box-shadow: 0px 2px 8px 3px rgba(0,0,0,.22)
    }

.feature_box {
    border-right: 1px solid #e9e9e9
}

.applications {
    padding-left: 3%
}

.content-body-inner {
    width: 100%;
    height: 100%;
    position: relative;
    clear: both;
    margin-top: 0px
}

    .content-body-inner:after, #box:after, .feature-content:after, .up-coming-data:after, .upcoming-training-panel:after {
        background: none;
        border: none;
        clear: both;
        content: '';
        display: block;
        float: none;
        font-size: 0;
        height: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
        visibility: hidden;
        width: 100%
    }

.vertical-line {
    right: 0;
    border: none;
    border-left: 1px solid #e6e7e8;
    bottom: 0;
    height: 100%;
    position: absolute;
    width: 1px;
    display: block
}

.form-bg {
    background: url(../Content/Images/images/from-bg.gif) center center no-repeat
}

#box {
    width: 600px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #f1f1f1;
    margin-bottom: 60px;
    margin-top: 30px;
    margin-bottom: 30px
}

    #box h1 {
        text-align: center;
        margin-bottom: 30px;
        color: #fff;
        font-size: 30px
    }

#box {
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); /* Standard syntax (must be last) */
    border-radius: 4px;
    top: 50px
}

button.marg-right {
    margin-right: 10px
}

/*new product page*/
.product-page-hdg h1 {
    font-size: 52px;
    color: #747474
}

.product-page-hdg p.under-heading-txt {
    font-size: 21px;
    color: #5c5b5b;
    text-align: center;
    margin-top: 25px
}

.product-page-hdg p.under-heading-txt2 {
    font-size: 16px;
    color: #616161;
    text-align: center;
    margin-top: 25px
}


.buttons-inside {
    text-align: center
}

    .buttons-inside ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 60px;
        margin-bottom: 30px;
        clear: both;
        width: 100% !important
    }

        .buttons-inside ul li {
            margin: 0;
            padding: 0;
            list-style: none;
            display: inline-block;
            text-align: center;
            font-size: 21px;
        }

            .buttons-inside ul li a {
                background: #f5691e;
                border-radius: 3px;
                padding: 12px 35px;
                text-align: center;
                color: #fff;
                border: solid 2px transparent
            }

            .buttons-inside ul li:before {
                content: '' !important
            }

            .buttons-inside ul li a:hover {
                background: none;
                color: #444;
                border: solid 2px #f5691e
            }

            .buttons-inside ul li + li a {
                margin-left: 15px
            }

            .buttons-inside ul li a.seagreen {
                background: #0382b1;
            }

            .buttons-inside ul li a:hover.seagreen {
                background: #fff;
                border: solid 2px #0382b1
            }

            .buttons-inside ul li a.gray {
                background: #6a6a6a;
            }

            .buttons-inside ul li a:hover.gray {
                background: #fff;
                border: solid 2px #6a6a6a
            }

.marg-top-btm {
    margin: 25px 0 10px 0
}

.pricing-boxs {
    margin: 35px 0
}

.price-box-in {
    border: 1px solid #d7d7d7;
    background: #fff;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 20px
}

    .price-box-in h2 {
        font-size: 22px;
        color: #747474;
        text-align: center;
        margin: 18px 0;
    }

    .price-box-in p {
        font-size: 14px;
        color: #5c5b5b;
        text-align: center;
        margin: 10px 0
    }

        .price-box-in p.product-price {
            font-size: 37px;
            color: #0382b1;
            text-align: center
        }

    .price-box-in .buttons-inside ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 35px;
        margin-bottom: 30px;
        clear: both;
        width: 100% !important
    }

        .price-box-in .buttons-inside ul li {
            margin: 0;
            padding: 0;
            list-style: none;
            display: inline-block;
            text-align: center;
            font-size: 21px;
        }

            .price-box-in .buttons-inside ul li a {
                background: #f5691e;
                border-radius: 3px;
                padding: 8px 25px;
                text-align: center;
                color: #fff;
                border: solid 2px transparent
            }

                .price-box-in .buttons-inside ul li a.seagreen {
                    background: #0382b1;
                }

                .price-box-in .buttons-inside ul li a:hover.seagreen {
                    background: #fff;
                    border: solid 2px #0382b1;
                    color: #747474
                }


.product-details {
    background: #fff;
    padding: 20px
}

.comparison-details {
    background: #f1f1f1;
    padding: 20px
}

.comparison-hdg h1 {
    color: #535353;
    font-size: 31px;
    margin-top: 0px;
    line-height: 31px;
}

.comparison-hdg p {
    text-align: center;
    font-size: 16px;
    margin-top: 15px
}

.bgc1 {
    background: #f1f1f1;
    padding: 25px 0
}

.prodcut-sketch {
    position: relative
}

.features1-bg {
    background: url(../Content/Images/images/product-feature1.png) center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 35px;
    min-height: 450px
}

    .features1-bg .feature-content {
        padding: 75px 60px;
    }

        .features1-bg .feature-content h1 {
            font-size: 28px;
            color: #fff;
            margin: 25px 0 15px 0px
        }

        .features1-bg .feature-content ul {
            list-style: none;
            padding: 0;
            margin: 0
        }

            .features1-bg .feature-content ul li {
                list-style: none;
                padding: 5px;
                margin: 0;
                margin-bottom: 5px;
                color: #fff;
                position: relative;
                padding-left: 15px;
                font-size: 16px
            }

                .features1-bg .feature-content ul li:before {
                    content: '';
                    position: absolute;
                    width: 7px;
                    height: 7px;
                    border-radius: 100%;
                    background: #f67b39;
                    left: -3px;
                    top: 12px
                }

.features2-bg {
    background: #fff;
    min-height: 450px
}

    .features2-bg .feature-content {
        padding: 75px 60px;
    }

        .features2-bg .feature-content h1 {
            font-size: 28px;
            color: #6c6c6c;
            margin: 25px 0 15px 0px
        }

        .features2-bg .feature-content ul {
            list-style: none;
            padding: 0;
            margin: 0
        }

            .features2-bg .feature-content ul li {
                list-style: none;
                padding: 5px;
                margin: 0;
                margin-bottom: 5px;
                color: #6c6c6c;
                position: relative;
                padding-left: 15px;
                font-size: 16px
            }

                .features2-bg .feature-content ul li:before {
                    content: '';
                    position: absolute;
                    width: 7px;
                    height: 7px;
                    border-radius: 100%;
                    background: #269cc8;
                    left: -3px;
                    top: 12px
                }


.features3-bg {
    background: url(../Content/Images/images/product-feature3.png) center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 35px;
    min-height: 450px
}

    .features3-bg .feature-content {
        padding: 75px 60px;
    }

        .features3-bg .feature-content h1 {
            font-size: 28px;
            color: #fff;
            margin: 25px 0 15px 0px
        }

        .features3-bg .feature-content ul {
            list-style: none;
            padding: 0;
            margin: 0
        }

            .features3-bg .feature-content ul li {
                list-style: none;
                padding: 5px;
                margin: 0;
                margin-bottom: 5px;
                color: #fff;
                position: relative;
                padding-left: 15px;
                font-size: 16px
            }

                .features3-bg .feature-content ul li:before {
                    content: '';
                    position: absolute;
                    width: 7px;
                    height: 7px;
                    border-radius: 100%;
                    background: #f67b39;
                    left: -3px;
                    top: 12px
                }

/* the wrapper element that will become the outer circle */
.arrow-wrap {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 5em;
    margin-left: -5em;
    background: #f5691e;
    width: 10em;
    height: 10em;
    padding: 4em 2em;
    border-radius: 50%;
    font-size: 0.5em;
    display: block;
    box-shadow: 0px 0px 5px 0px #c1c1c1;
}

/* a triangle to make the main part of the arrow. Adjust the border-color to fit your needs */
.arrow {
    float: left;
    position: relative;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3em 3em 0 3em;
    border-color: #ffffff transparent transparent transparent;
    -webkit-transform: rotate(360deg); /* added for better anti-aliasing on webkit browsers */
}

    /* a pseudo element arrow placed on top of the other one with the same color as the wrapper */
    .arrow:after {
        content: '';
        position: absolute;
        top: -3.2em;
        left: -3em;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 3em 3em 0 3em;
        border-color: #f5691e transparent transparent transparent;
        -webkit-transform: rotate(360deg); /* added for better anti-aliasing on webkit browsers */
    }

@-webkit-keyframes arrows {
    0% {
        top: 0;
    }

    10% {
        top: 12%;
    }

    20% {
        top: 0;
    }

    30% {
        top: 12%;
    }

    40% {
        top: -12%;
    }

    50% {
        top: 12%;
    }

    60% {
        top: 0;
    }

    70% {
        top: 12%;
    }

    80% {
        top: -12%;
    }

    90% {
        top: 12%;
    }

    100% {
        top: 0;
    }
}

.arrow-wrap .arrow {
    -webkit-animation: arrows 2.8s 0.4s;
    -webkit-animation-delay: .5s;
}

.product-feature-comparison {
    border: solid 1px #d4d4d4;
    text-align: center;
    border-radius: 5px;
    padding: 25px 25px;
    margin-bottom: 15px;
}

    .product-feature-comparison h1 {
        font-size: 29px;
        color: #747474;
        line-height: 30px
    }

    .product-feature-comparison p {
        font-size: 16px;
        color: #5c5b5b;
        margin: 15px 0;
        line-height: 29px
    }

.compare-features-btn {
    margin-top: 35px
}

    .compare-features-btn a {
        font-size: 16px;
        position: relative;
    }

        .compare-features-btn a:after {
            content: '>';
            font-family: 'web_symbolsregular';
            position: absolute;
            font-size: 14px;
            top: 3px;
            right: -14px;
            transition: all .5s ease
        }

        .compare-features-btn a:hover:after {
            right: -18px
        }

.download-fee-box {
    border: solid 1px #d4d4d4;
    text-align: center;
    border-radius: 5px;
    padding: 25px 25px;
    margin-bottom: 15px;
}

    .download-fee-box h1 {
        font-size: 36px;
        color: #f5691e;
        line-height: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f5691e;
        margin-bottom: 15px
    }

    .download-fee-box ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 75%;
        margin: 0 auto;
        margin-bottom: 25px
    }

        .download-fee-box ul li {
            list-style: none;
            padding: 5px 5px 5px 13px;
            font-size: 16px;
            color: #5c5b5b;
            position: relative;
            text-align: left
        }

            .download-fee-box ul li:before {
                content: '.';
                font-family: 'web_symbolsregular';
                position: absolute;
                font-size: 14px;
                top: 7px;
                left: -14px;
                color: #f67b39;
            }

.pro-box {
    border: solid 1px #d4d4d4;
    text-align: center;
    border-radius: 5px;
    padding: 25px 25px;
    margin-bottom: 15px;
}

    .pro-box h1 {
        font-size: 36px;
        color: #0382b1;
        line-height: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #0382b1;
        margin-bottom: 15px
    }

    .pro-box ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 75%;
        margin: 0 auto;
        margin-bottom: 25px
    }

        .pro-box ul li {
            list-style: none;
            padding: 5px 5px 5px 13px;
            font-size: 16px;
            color: #5c5b5b;
            position: relative;
            text-align: left
        }

            .pro-box ul li:before {
                content: '.';
                font-family: 'web_symbolsregular';
                position: absolute;
                font-size: 14px;
                top: 7px;
                left: -14px;
                color: #0382b1;
            }




    .pro-box .buttons-inside {
        text-align: center
    }

        .pro-box .buttons-inside ul {
            margin: 0;
            padding: 0;
            list-style: none;
            margin-top: 20px;
            margin-bottom: 30px;
            clear: both;
            width: 100% !important
        }

            .pro-box .buttons-inside ul li {
                margin: 0;
                padding: 0;
                list-style: none;
                display: inline-block;
                text-align: center;
                font-size: 21px;
            }

                .pro-box .buttons-inside ul li a {
                    background: #f5691e;
                    border-radius: 3px;
                    padding: 12px 35px;
                    text-align: center;
                    color: #fff;
                    border: solid 2px transparent
                }

                    .pro-box .buttons-inside ul li a:hover {
                        background: none;
                        color: #444;
                        border: solid 2px #f5691e
                    }

                .pro-box .buttons-inside ul li + li a {
                    margin-left: 15px
                }

                .pro-box .buttons-inside ul li a.seagreen {
                    background: #0382b1;
                }

                .pro-box .buttons-inside ul li a:hover.seagreen {
                    background: #fff;
                    border: solid 2px #0382b1
                }

                .pro-box .buttons-inside ul li a.gray {
                    background: #6a6a6a;
                }

                .pro-box .buttons-inside ul li a:hover.gray {
                    background: #fff;
                    border: solid 2px #6a6a6a
                }

.comparison-features {
    background: #fff;
    padding: 0
}

.table {
    margin: 0px 0
}

.thingstoknow h1 {
    padding-left: 0px !important;
}

.thingstoknow h2 {
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 8px !important;
    font-weight: bold;
}

.thingstoknow p {
    margin-top: 0px !important;
    font-size: 14px;
    line-height: 20px;
}

.thingstoknow ul li {
    font-size: 14px;
}

.vidtutorial h1 {
    padding-left: 0px !important;
}

.vidtutorial h2 {
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 8px !important;
    font-weight: bold;
}

.vidtutorial p {
    margin-top: 0px !important;
    font-size: 14px;
    line-height: 20px;
}

.vidtutorial ul li {
    font-size: 14px;
}

.content-body-inner h1 {
    margin-top: 0px;
}

.muted.free-hdg {
    color: #f5691e;
    font-size: 28px
}

.muted.pro-hdg {
    color: #0382b1;
    font-size: 28px
}

.table > tbody > tr > td {
    padding: 14px
}



    .table > tbody > tr > td .buttons-inside {
        text-align: center
    }

        .table > tbody > tr > td .buttons-inside ul {
            margin: 0;
            padding: 0;
            list-style: none;
            margin-top: 20px;
            margin-bottom: 30px;
            clear: both;
            width: 100% !important
        }

            .table > tbody > tr > td .buttons-inside ul li {
                margin: 0;
                padding: 0;
                list-style: none;
                display: inline-block;
                text-align: center;
                font-size: 21px;
            }

                .table > tbody > tr > td .buttons-inside ul li a {
                    background: #f5691e;
                    border-radius: 3px;
                    padding: 8px 15px;
                    text-align: center;
                    color: #fff;
                    border: solid 2px transparent
                }

                    .table > tbody > tr > td .buttons-inside ul li a:hover {
                        background: none;
                        color: #444;
                        border: solid 2px #f5691e
                    }

                    .table > tbody > tr > td .buttons-inside ul li a.seagreen {
                        background: #0382b1;
                    }

                    .table > tbody > tr > td .buttons-inside ul li a:hover.seagreen {
                        background: #fff;
                        border: solid 2px #0382b1
                    }

                    .table > tbody > tr > td .buttons-inside ul li a.gray {
                        background: #6a6a6a;
                    }

                    .table > tbody > tr > td .buttons-inside ul li a:hover.gray {
                        background: #fff;
                        border: solid 2px #6a6a6a
                    }

.table > thead > tr > th {
    padding: 14px
}

button {
    margin: 0px;
}

    button.download {
        /*
        border-radius: 3px;
        padding: 10px 25px;
		margin: 5px;
        text-align: center;
        border: solid 2px transparent;
        font-size: 20px*/
        background: #f5691e;
        padding: 5px 15px;
        font-size: 14px;
        height: 48px;
        border-radius: 3px;
        margin: 5px;
        text-align: center;
        color: #fff;
        width: 225px;
        max-width: 100%
    }

    button:hover.download {
        background: #fff;
        color: #444;
        border: solid 2px #f5691e
    }

    button.seagreen {
        background: #0382b1;
        padding: 5px 15px;
        font-size: 14px;
        max-width: 100%;
        width: 225px;
        height: 48px;
        border-radius: 3px;
        margin: 5px;
        text-align: center;
        color: #fff;
    }

    button:hover.seagreen {
        background: #fff;
        color: #444;
        border: solid 2px #0382b1;
    }

    button.gray {
        background: #6a6a6a;
        border-radius: 3px;
        padding: 10px 25px;
        text-align: center;
        color: #fff;
        border: solid 2px transparent;
        font-size: 20px
    }

    button:hover.gray {
        background: #fff;
        color: #444;
        border: solid 2px #6a6a6a
    }

/*end new product page*/


/* form starting stylings ------------------------------- */
#box .group {
    position: relative;
    margin-bottom: 35px;
}

#box input {
    font-size: 18px;
    padding: 5px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent
}

    #box input:focus {
        outline: none
    }

#box .btn-send {
    color: #fff;
    background-color: #ee741a;
    border-color: #ee741a;
    transition: all .5s ease
}

    #box .btn-send:hover {
        background-color: #2c9cb3;
        border-color: #fff
    }

    #box .btn-send:active {
        background-color: #ee741a;
        border-color: #ee741a
    }

#box .btn {
    padding: 8px 18px;
    font-size: 18px
}

form legend {
    border-bottom: none;
}
/* LABEL ======================================= */
#box label {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all
}
/* active state */
#box input:focus ~ label, #box input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #fff
}
/* BOTTOM BARS ================================= */
#box .bar {
    position: relative;
    display: block;
    width: 100%
}

    #box .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #fff;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all
    }

    #box .bar:before {
        left: 50%
    }

    #box .bar:after {
        right: 50%
    }
/* active state */
#box input:focus ~ .bar:before, #box input:focus ~ .bar:after {
    width: 50%
}
/* HIGHLIGHTER ================================== */
#box .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5
}
/* active state */
#box input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease
}
/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #fff
    }

    to {
        width: 0;
        background: transparent
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #fff
    }

    to {
        width: 0;
        background: transparent
    }
}

@keyframes inputHighlighter {
    from {
        background: #fff
    }

    to {
        width: 0;
        background: transparent
    }
}

/* start form fade in down*/
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
/* end form fade in down*/

/*left side navignation*/
.nav-sidebar {
    width: 100%;
    padding: 8px 0;
    height: 100%;
}

    .nav-sidebar .main-hdg {
        font-size: 20px;
        padding: 0 0 15px;
        font-weight: bold;
        color: #444
    }

.nav-postioning {
    margin-left: 15% !important
}

.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    margin-bottom: 5px;
    background: #eeeeee
}

.nav > li > a {
    transition: all .5s ease
}

    .nav > li > a:hover, .nav > li > a:focus {
        background-color: #ee741a;
        color: #fff
    }

.left-nav-custom .nav > ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.left-nav-custom .nav > li {
    font-size: 14px;
    color: red;
    position: relative;
    display: block;
    padding: 5px 0px;
    color: #ee741a;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    margin-bottom: 5px;
    border-bottom: solid 1px #e7e7e7;
    padding-left: 15px
}

    .left-nav-custom .nav > li:before {
        content: '>';
        font-family: web_symbolsregular;
        height: 10px;
        width: 10px;
        position: absolute;
        top: 8px;
        left: 3px;
        font-size: 10px
    }

    .left-nav-custom .nav > li > ul {
        margin: 0;
        padding: 0;
        margin-top: 5px;
        list-style: none
    }

        .left-nav-custom .nav > li > ul > li {
            font-size: 14px;
            color: red;
            position: relative;
            font-weight: normal
        }

            .left-nav-custom .nav > li > ul > li > a {
                display: block;
                padding: 5px 10px;
                background: none
            }

                .left-nav-custom .nav > li > ul > li > a:hover {
                    color: #108db6;
                }

                .left-nav-custom .nav > li > ul > li > a > p {
                    font-size: 12px;
                    color: #108db6;
                    font-weight: bold
                }

    .left-nav-custom .nav > li > a {
        transition: all .5s ease;
        color: red;
        background: none
    }

        .left-nav-custom .nav > li > a:hover, .nav > li > a:focus {
            background-color: none;
            color: #fff
        }




.nav-sidebar .active a {
    cursor: default;
    background-color: #ee741a;
    color: #fff;
    text-shadow: 1px 1px 1px #666;
    transition: all .5s ease;
    cursor: pointer
}

    .nav-sidebar .active a:hover {
        background-color: #ee741a
    }

.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}
/* Right-aligned sidebar */
.nav-sidebar.pull-right {
    border-right: 0;
    border-left: 1px solid #ddd
}

    .nav-sidebar.pull-right a {
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0
    }

.download-panel {
    position: relative;
    padding: 15px 0 15px 5px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-right: 15px;
    margin-top: 15px
}

.download-hdg-box a {
    display: block;
    color: #108db6;
    transition: all .5s ease;
    font-family: 'web_symbolsregular'
}

    .download-hdg-box a:hover {
        color: #ee741a
    }

.download-hdg-box span.download-btn {
    width: 16px;
    height: 16px;
    transition: all .5s ease;
    display: inline-block;
}

.download-hdg-box span + span {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
    color: #108db6;
    transition: all .5s ease
}

    .download-hdg-box span + span:hover {
        color: #ee741a
    }

.download-btn i.sm-download-graphic {
    fill: #ee741a;
    fill-rule: evenodd
}

.download-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

    .download-panel ul li {
        font-size: 12px;
        color: #000
    }

        .download-panel ul li a {
            padding: 5px 8px 5px 15px;
            color: #000;
            display: block;
            position: relative
        }

            .download-panel ul li a:hover {
                color: #ee741a
            }

            .download-panel ul li a:after {
                content: '';
                position: absolute;
                left: 4px;
                top: 11px;
                width: 4px;
                height: 4px;
                border-radius: 100%;
                background: #ee741a
            }

.video-tutorial-panel {
    position: relative;
    padding: 15px 0 25px 5px; /*border-top:1px solid #e7e7e7; */
    border-bottom: 1px solid #e7e7e7;
    margin-right: 15px;
    margin-top: 10px;
}

    .video-tutorial-panel h3 {
        font-size: 18px;
        color: #3d3d3d
    }

    .video-tutorial-panel p {
        font-size: 12px;
        color: #000;
        line-height: 19px
    }

    .video-tutorial-panel .video-img {
        max-width: 100%;
        height: 100%;
        margin-top: 10px;
        min-width: 96px;
        min-height: 96px;
        position: relative;
        margin-bottom: 10px
    }

        .video-tutorial-panel .video-img a.light-box {
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            display: block;
            position: absolute;
        }

        .video-tutorial-panel .video-img a i.video-box-icon {
            width: 48px;
            height: 48px;
            position: absolute;
            z-index: 111;
            left: 50%;
            top: 50%;
            margin: -24px 0 0 -24px;
        }

        .video-tutorial-panel .video-img a i .video-graphic {
            fill: #fff;
            fill-rule: evenodd;
            transition: all .5s ease
        }

        .video-tutorial-panel .video-img a:hover i .video-graphic {
            fill: #ee741a
        }

.testimonials-panel {
    position: relative;
    padding: 15px 0 25px 0px; /*border-top:1px solid #e7e7e7; */
    border-bottom: 1px solid #e7e7e7;
    margin-right: 15px;
    margin-top: 10px
}

.testimonials-box {
    background: #f3f3f3;
    border-radius: 5px;
    padding: 5px 8px;
    text-align: center
}

    .testimonials-box h3 {
        font-size: 18px;
        color: #444;
        margin: 10px 0
    }

        .testimonials-box h3 span {
            color: #108db6
        }

    .testimonials-box div.client-details {
        position: relative
    }

    .testimonials-box p {
        font-size: 12px;
        color: #000;
        line-height: 19px;
        text-align: left;
        margin: 16px 22px 0 22px;
    }

        .testimonials-box p.client-name-left {
            color: #000;
            margin-top: 3px;
            margin-bottom: 8px;
            font-size: 12px;
            font-style: italic;
            font-weight: bold;
            text-align: right
        }

    .testimonials-box a {
        display: inline-block
    }

        .testimonials-box a.view-all {
            border: none;
            color: #fff;
            background: #108db6;
            border-radius: 25px;
            transition: all .5s ease;
            padding: 3px 12px;
            border: 1px solid #108db6;
            margin: 10px 0;
            font-size: 12px;
        }

        .testimonials-box a:hover.view-all {
            background: #ee741a;
            color: #fff;
            border: 1px solid #ee741a
        }

.testimonials-details {
    position: relative
}

    .testimonials-details:before {
        content: '"';
        position: absolute;
        top: -11px;
        left: 5px;
        font-size: 31px;
        color: #108db6
    }

a.help-support-panel {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #444;
    transition: all .5s ease
}

    a.help-support-panel span.help-support {
        width: 25px;
        height: 25px;
        background: #ee741a;
        text-align: center;
        content: '?';
        font-size: 18px;
        border-radius: 100%;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        text-decoration: none;
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0
    }

a:hover.help-support-panel {
    color: #ee741a
}

.partner-logo-box {
    display: block;
    margin: 15px 0;
    height: 155px
}

a .partner-logo {
    border: 1px solid #e7e7e7;
    transition: all .5s ease;
    cursor: pointer;
    display: inline-block
}

a:hover .partner-logo {
    border: 1px solid #ee741a;
    margin-top: 5px
}

a .partner-name {
    margin-top: 15px;
    color: #444;
    display: block;
    transition: all .5s ease
}

a:hover .partner-name {
    margin-top: 5px;
    color: #ee741a
}

.navbar-form .input-group .input-group-btn {
    width: 38px
}

.navbar-form .input-group {
    width: 100%
}

.left-panel-body {
    position: relative
}

address p {
    margin: 10px 0;
    font-size: 15px
}

.testimonial-panel {
    display: block;
}

.testimonials-content-box {
    width: 100%;
    display: block;
    padding: 25px 15px 40px 45px;
    position: relative;
    background: #eeeeee;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    min-height: 200px;
    transition: all .5s ease
}

    .testimonials-content-box:before {
        content: '"';
        position: absolute;
        top: 0px;
        left: 20px;
        color: #108db6;
        font-size: 45px;
        transition: all .5s ease
    }

    .testimonials-content-box:hover:before {
        color: #ee741a;
    }

    .testimonials-content-box:hover {
        margin-bottom: 0px;
        box-shadow: 0px 0px 15px 2px rgba(0,0,0,.1);
        background: #fff;
        border: 1px solid #ccc;
    }

    .testimonials-content-box p {
        margin: 0;
        font-size: 15px;
        line-height: 28px
    }

.clients-details {
    display: inline-block;
    position: relative;
    padding: 6px 10px;
    min-height: 35px;
    padding-left: 115px;
    color: #000;
    margin-bottom: 40px;
    font-weight: bold;
}

    .clients-details p {
        padding: 0;
        margin: 0;
        line-height: normal;
        font-size: 14px;
        color: #108db6
    }

    .clients-details span {
        font-size: 11px;
        line-height: 0x
    }

    .clients-details .client-pic {
        width: 75px;
        height: 75px;
        border-radius: 100%;
        border: 3px solid #fff;
        position: absolute;
        left: 25px;
        top: -25px;
        overflow: hidden;
        transition: all .5s ease
    }

    .clients-details:hover .client-pic {
        border: 3px solid #ee741a;
    }

    .clients-details .client-pic i {
        width: 69px;
        height: 69px;
        border-radius: 100%;
        overflow: hidden;
        display: block
    }

/*11 may 17*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none !important;
}

.traning-details-containter {
    width: 600px;
    border: 1px solid #eee;
    height: auto;
    padding: 15px 10px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1)
}



/*end 11 may 17*/


.upcoming-training-panel {
    padding: 10px 0 15px 0;
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 35px;
    position: relative;
}

    .upcoming-training-panel .training-date {
        width: 81px;
        height: 75px;
        background: #ee741a;
        float: none;
        margin-top: 3px;
        padding: 10px;
        font-weight: bold;
        transition: 0.5s ease all;
    }

        .upcoming-training-panel .training-date span {
            color: #fff;
            font-size: 18px;
            display: inline-block;
            margin-top: 3px
        }

            .upcoming-training-panel .training-date span + span {
                letter-spacing: 5px;
                line-height: 16px
            }

    .upcoming-training-panel .horizontal-line {
        position: absolute;
        width: 0;
        height: 2px;
        bottom: -2px;
        left: 0;
        background: #ee741a;
        transition: 0.5s ease all;
    }

    .upcoming-training-panel:hover .horizontal-line {
        width: 100%;
        display: block;
        height: 2px;
        bottom: -2px;
        left: 0;
        background: #ee741a;
    }

    .upcoming-training-panel span {
        font-size: 14px;
        color: #000;
        line-height: 24px
    }

    .upcoming-training-panel .training-hdng {
        font-size: 20px;
        color: #ee741a;
        padding: 6px 0
    }

.training-details-box {
    float: left;
    margin-left: 25px
}

.reg-form {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 15px;
    background: #e4e5e6;
}

button.submitButton {
    display: inline-block;
    font-size: 15px;
    background: #ee741a;
    padding: 8px 15px;
    color: #fff;
    border: 2px solid #fff;
    transition: all .5s ease;
}

.disable-submit-button {
    display: inline-block;
    font-size: 15px;
    background: rgba(0,0,0,0.2);
    padding: 8px 15px;
    color: #fff;
    border: 2px solid #fff;
    cursor: not-allowed !important;
}

button.submitButton:hover {
    background: #fff;
    color: #6d6e71;
    border: 2px solid #ee741a;
}

button.SignUp {
    display: inline-block;
    font-size: 15px;
    background: #108db6;
    padding: 8px 15px;
    color: #fff;
    border: 2px solid #fff;
    transition: all .5s ease;
}

    button.SignUp:hover {
        background: #fff;
        color: #6d6e71;
        border: 2px solid #108db6;
    }

.dynamic-form form .row {
    margin-bottom: 5px !important
}



/*end inside page*/

@media (min-width: 768px) {
    .navbar-collapse {
        padding-top: 0px !important;
        /* padding-right: 38px !important */
    }

        .navbar-collapse form[role="search"] {
            width: 38px;
        }

            .navbar-collapse form[role="search"] button,
            .navbar-collapse form[role="search"] input {
                padding: 12px 10px;
            }

            .navbar-collapse form[role="search"] input {
                padding: 25px 12px;
                font-size: 18px;
                opacity: 0;
                display: none
            }

            .navbar-collapse form[role="search"].active {
                width: 100%;
                transition: all .5s ease
            }

                .navbar-collapse form[role="search"].active button,
                .navbar-collapse form[role="search"].active input {
                    display: table-cell;
                    opacity: 1
                }

                .navbar-collapse form[role="search"].active input {
                    width: 100%;
                    text-align: left;
                    height: 51px;
                    padding: 5px;
                }

                .navbar-collapse form[role="search"].active button[type="submit"] {
                    background-color: #fff
                }

    .upcoming-training-panel .training-date {
        width: 110px;
        height: 80px;
        background: #ee741a;
        float: none;
        margin-top: 3px;
        padding: 12px 22px;
        font-weight: bold;
        transition: 0.5s ease all;
    }

    .small-links-top li {
        font-size: 12px;
        float: left
    }
}

@media screen and (min-width : 320px) and (max-width : 767px) {
    .cutomers-details ul {
        float: none
    }

        .cutomers-details ul + ul {
            margin-left: 0
        }

    .footer {
        padding-bottom: 150px;
    }

    .carousel-caption {
        top: 120px;
    }

        .carousel-caption h1 {
            font-size: 25px
        }

    .btn-lg, .btn-group-lg > .btn {
        padding: 7px 13px;
        font-size: 15px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        margin-top: -75px;
        font-size: 20px
    }

    .carousel-indicators {
        top: 287px
    }

    .carousel {
        height: 444px
    }

    .projects a span {
        width: 55px;
        height: 55px
    }

    .projects a {
        padding: 10px 0
    }

    .caption-text {
        padding-top: 5px;
        margin-bottom: 10px;
        font-size: 15px
    }

    .carousel .inner-content {
        display: none
    }

    .testimonials-bg h2 {
        font-size: 28px;
        margin-bottom: 21px
    }

    .prodcut-box .pro-box-heading h2 {
        font-size: 19px;
        padding: 8px 21px 8px 15px
    }

        .prodcut-box .pro-box-heading h2::before {
            top: 40px
        }

    .nav-postioning {
        margin-left: -15px !important
    }

    .vertical-line {
        display: none
    }

    .navbar-brand {
        font-size: 18px
    }

    .get-quote-btn {
        padding: 8px 10px 8px 10px;
        font-size: 14px
    }

    #box {
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .partner-logo-box {
        display: block;
        margin: 15px 0;
        height: 120px
    }

    blockquote {
        font-size: 14px
    }

    #fade-quote-carousel.carousel {
        height: auto
    }

    .up-coming {
        height: 180px
    }

    .icon1 {
        background-position: 18.5px -90px;
        background-repeat: no-repeat
    }

    .icon2 {
        background-position: 17px 13.5px;
        background-repeat: no-repeat
    }

    .icon3 {
        background-position: 17px -34.7px;
        background-repeat: no-repeat
    }

    .projects a p {
        text-decoration: none;
        transition: all .5s ease;
        font-size: 16px
    }

    .feature_box {
        border: none
    }

    .small-links-top .nav > li {
        float: left;
    }

        .small-links-top .nav > li.buy {
            width: 62px
        }

        .small-links-top .nav > li.insight {
            width: 78px
        }

        .small-links-top .nav > li > a {
            float: left
        }




    h1 {
        font-size: 27px
    }

    .pdg-0 {
        padding: 20px 20px 20px 20px
    }

    .pdg-2 {
        padding: 5px 10px 10px 20px
    }

    a.prodcut-box {
        width: 80%
    }

        a.prodcut-box .pro-box-heading h2 {
            font-size: 20px;
            padding: 10px 18px 10px 15px
        }

        a.prodcut-box p {
            font-size: 13px
        }

    blockquote {
        font-size: 17px
    }

    .padding15 {
        padding: 10px 15px
    }

    #carousel-example-generic.carousel {
        height: auto
    }

    #carousel-example-generic .carousel-indicators {
        top: 70px
    }

    .case-study-bg .carousel {
        height: auto
    }

    .news-events {
        height: auto
    }

    .up-coming-date-format {
        color: #fff;
        padding: 10px;
        font-size: 24px;
        float: left;
        width: 23%
    }

    .up-coming-content2 {
        color: #fff;
        padding: 13px 20px;
        line-height: 1;
        font-size: 14px;
        float: left;
        width: 75%
    }

    .up-coming-content1 {
        color: #fff;
        padding: 5px 20px;
        line-height: 1;
        font-size: 14px;
        float: left;
        width: 75%;
        display: block
    }

    .news-event-date {
        font-size: 15px
    }

    .news-events h3 {
        margin-bottom: 10px;
        font-size: 16px;
        color: #108db6;
        margin-top: 10px
    }

    #carousel-example-generic .carousel-inner {
        height: auto !important
    }

    .case-study-bg .carousel-inner {
        height: auto
    }

    .case-study-bg .carousel {
        height: auto
    }

    .caption-text {
        display: none
    }

    #myCarousel .carousel-indicators {
        top: 246px
    }

    .carousel-example-generic > .carousel-inner > .item {
        height: auto
    }

    #myCarousel .carousel-indicators {
        display: none
    }

    #myCarousel .carousel-inner .item .container {
        display: none
    }

    .carousel-control {
        width: 5%;
        display: none
    }

    .carousel {
        height: auto
    }

    .carousel-inner {
        height: auto
    }

    .navbar-collapse form[role="search"] input {
        padding: 5px;
        height: 43px;
    }

    .navbar-collapse form.active[role="search"] input {
        width: 100%;
        text-align: left;
        height: 43px;
        padding: 5px;
    }

    .navbar-inverse .navbar-nav {
        float: none
    }

    .dropdown-menu {
        min-width: 100%;
        position: static
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #fff;
        border: 0;
        box-shadow: none
    }

    .border-ryt {
        border-right: none
    }

    .pdg-1 {
        padding: 5px 20px 5px 16px
    }

    #fade-quote-carousel.carousel .carousel-indicators {
        top: 350px
    }

    #carousel-example-generic .carousel-indicators {
        top: 410px
    }

    .up-coming-content1 {
        display: none
    }

    .up-coming-content2 {
        display: none
    }

    .up-coming-date-format {
        color: #fff;
        padding: 5px;
        font-size: 12px;
        float: left;
        width: 100%
    }

    a.up-coming-data {
        margin-bottom: 10px;
        padding: 5px
    }

    .up-coming-date-format span.f18 {
        font-size: 12px
    }

    .copyright {
        text-align: center;
    }

    .footer-links ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center
    }

        .footer-links ul li {
            font-size: 14px;
            color: #fff;
            list-style: none;
            display: inline-block;
            text-align: center
        }

            .footer-links ul li a {
                padding: 8px 12px;
                display: inline-block;
                color: #fff
            }

                .footer-links ul li a:hover {
                    text-decotration: none;
                    color: #05b4e0
                }

    .widget_nav_menu ul li {
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        position: relative;
        text-transform: titlecase;
        border-bottom: none;
        margin-bottom: 5px;
        padding-bottom: 3px;
        width: 95%
    }

    .title-widget {
        margin-bottom: 15px
    }

    .list-unstyled {
        padding-bottom: 25px
    }

    h1 {
        font-size: 25px
    }

    .news-event-date {
        margin-top: 20px
    }

    .news-events h3 {
        font-size: 14px
    }

    .news-event-date {
        font-size: 13px;
        line-height: 1.4
    }

    .up-coming {
        margin-top: 20px
    }

    .prdocut-details h1 {
        font-size: 24px;
    }

    .prdocut-details h2 {
        font-size: 18px;
        margin: 12px auto;
    }

    .prdocut-details p {
        margin: 12px auto;
        line-height: 24px;
        font-size: 14px
    }

    .prdocut-details ul li {
        font-size: 14px
    }

        .prdocut-details ul li::before {
            width: 6px;
            height: 6px;
            top: 13px;
            left: 5px
        }

    .marg-top50 {
        margin: 20px
    }

    #slideshow.fullscreen {
        height: 400px
    }

    .applications {
        padding-left: 0
    }

    .about-us-image-box {
        display: none
    }

    .media-object {
        margin: 0 auto
    }

    .training-details-box {
        margin-left: 0px
    }

    .row > .cell {
        padding: 0 !important
    }

    .reg-form {
        width: 300px !important;
    }
}

@media screen and (min-width : 768px) and (max-width : 989px) {
    .media-object {
        margin: 0 auto
    }

    .cutomers-details ul {
        float: none
    }

        .cutomers-details ul + ul {
            margin-left: 0
        }

    .up-coming img {
        max-width: 100%
    }

    .carousel-caption {
        top: 50px;
    }

        .carousel-caption h1 {
            font-size: 30px
        }

    .btn-lg, .btn-group-lg > .btn {
        padding: 7px 13px;
        font-size: 15px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        margin-top: -75px;
        font-size: 20px
    }

    .caption-text {
        margin-bottom: 10px;
        font-size: 18px
    }

    .carousel-indicators {
        top: 287px
    }

    .carousel {
        height: 444px
    }

    .projects a span {
        width: 55px;
        height: 55px
    }

    .projects a {
        padding: 10px 0
    }

    #fade-quote-carousel.carousel {
        height: auto
    }

    .carousel .inner-content {
        display: none
    }

    .carousel-inner {
        height: auto
    }

    .carousel {
        height: auto
    }

    .carousel-control {
        top: 130px
    }

    .news-event-date {
        margin-top: 15px;
        margin-bottom: 20px
    }

    .icon1 {
        background-position: 18.5px -90px;
        background-repeat: no-repeat
    }

    .icon2 {
        background-position: 17px 13.5px;
        background-repeat: no-repeat
    }

    .icon3 {
        background-position: 17px -34.7px;
        background-repeat: no-repeat
    }

    .projects a p {
        text-decoration: none;
        transition: all .5s ease;
        font-size: 16px
    }

    #fade-quote-carousel.carousel {
        padding-bottom: 0px
    }

    .vertical-line {
        display: none
    }

    .partner-logo-box {
        display: block;
        margin: 15px 0;
        height: 150px
    }

    h1 {
        font-size: 27px
    }

    .pdg-0 {
        padding: 10px 20px 10px 20px
    }

    .pdg-2 {
        padding: 5px 10px 10px 13px
    }

    .border-ryt {
        border-right: none
    }

    a.prodcut-box {
        width: 80%
    }

        a.prodcut-box .pro-box-heading h2 {
            font-size: 20px;
            padding: 10px 18px 10px 15px
        }

        a.prodcut-box p {
            font-size: 13px
        }

    blockquote {
        font-size: 17px;
    }

    .padding15 {
        padding: 10px 15px;
    }

    #carousel-example-generic.carousel {
        height: auto
    }

    #carousel-example-generic .carousel-indicators {
        top: 70px;
    }

    .case-study-bg .carousel {
        height: auto;
    }

    .news-events {
        height: auto
    }

    .up-coming-date-format {
        color: #fff;
        padding: 10px;
        font-size: 24px;
        float: left;
        width: 23%;
    }

    .up-coming-content2 {
        color: #fff;
        padding: 13px 20px;
        line-height: 1;
        font-size: 14px;
        float: left;
        width: 75%;
    }

    .up-coming-content1 {
        color: #fff;
        padding: 5px 20px;
        line-height: 1;
        font-size: 14px;
        float: left;
        width: 75%;
        display: block
    }

    .news-event-date {
        font-size: 15px
    }

    .news-events h3 {
        margin-bottom: 10px;
        font-size: 16px;
        color: #108db6;
        margin-top: 10px;
    }

    #carousel-example-generic .carousel-inner {
        height: auto !important
    }

    .case-study-bg .carousel-inner {
        height: auto
    }

    .case-study-bg .carousel {
        height: auto
    }

    .caption-text {
        display: block
    }

    #carousel-example-generic .carousel-indicators {
        top: -10px;
    }

    #fade-quote-carousel.carousel .carousel-inner {
        height: 250px;
    }

    .pdg-1 {
        padding: 5px 20px 0px 10px;
    }

    .float-l {
        float: none
    }

    .up-coming {
        margin-top: 26px
    }

    .applications {
        padding-left: 0
    }

    .nav > li > a {
        padding: 15px 10px
    }

    .get-quote-btn {
        padding: 8px 15px 8px 15px;
        font-size: 18px;
        margin-top: 15px
    }

    .nav-postioning {
        margin-left: 30% !important;
    }

    #box {
        width: 600px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .upcoming-training-panel .training-date {
        width: 110px;
        height: 80px;
        background: #ee741a;
        float: none;
        margin-top: 3px;
        padding: 12px 22px;
        font-weight: bold;
        transition: 0.5s ease all;
    }

    .row > .cell {
        padding: 0 !important
    }
}

@media screen and (min-width : 990px) and (max-width : 1023px) {
    .cutomers-details ul {
        float: none
    }

        .cutomers-details ul + ul {
            margin-left: 0
        }

    .carousel-caption {
        top: 120px;
    }

        .carousel-caption h1 {
            font-size: 35px
        }

    .btn-lg, .btn-group-lg > .btn {
        padding: 7px 13px;
        font-size: 15px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        margin-top: -75px;
        font-size: 20px
    }

    .carousel-indicators {
        top: 287px
    }

    .carousel {
        height: 431px
    }

    .projects a span {
        width: 55px;
        height: 55px
    }

    .projects a {
        padding: 10px 0
    }

    #fade-quote-carousel.carousel {
        height: auto
    }

    #fade-quote-carousel.carousel {
        padding-bottom: 0px
    }

        #fade-quote-carousel.carousel .carousel-inner {
            height: 250px
        }

    .icon1 {
        background-position: 18.5px -90px;
        background-repeat: no-repeat
    }

    .icon2 {
        background-position: 17px 13.5px;
        background-repeat: no-repeat
    }

    .icon3 {
        background-position: 17px -34.7px;
        background-repeat: no-repeat
    }

    .projects a p {
        text-decoration: none;
        transition: all .5s ease;
        font-size: 16px
    }

    h1 {
        font-size: 27px
    }

    .pdg-0 {
        padding: 20px 20px 20px 20px
    }

    .pdg-2 {
        padding: 5px 10px 10px 20px
    }

    a.prodcut-box {
        width: 80%
    }

        a.prodcut-box .pro-box-heading h2 {
            font-size: 20px;
            padding: 10px 18px 10px 15px
        }

        a.prodcut-box p {
            font-size: 13px
        }

    blockquote {
        font-size: 17px
    }

    .padding15 {
        padding: 10px 15px;
    }

    #carousel-example-generic.carousel {
        height: auto
    }

    #carousel-example-generic .carousel-indicators {
        top: 70px;
    }

    .case-study-bg .carousel {
        height: auto;
    }

    .news-events {
        height: auto
    }

    .up-coming-date-format {
        color: #fff;
        padding: 10px;
        font-size: 24px;
        float: left;
        width: 23%;
    }

    .up-coming-content2 {
        color: #fff;
        padding: 13px 20px;
        line-height: 1;
        font-size: 14px;
        float: left;
        width: 75%
    }

    .up-coming-content1 {
        color: #fff;
        padding: 5px 20px;
        line-height: 1;
        font-size: 14px;
        float: left;
        width: 75%;
        display: block
    }

    .news-event-date {
        font-size: 15px
    }

    .news-events h3 {
        margin-bottom: 10px;
        font-size: 16px;
        color: #108db6;
        margin-top: 10px
    }

    #carousel-example-generic .carousel-inner {
        height: auto !important
    }

    .case-study-bg .carousel-inner {
        height: auto
    }

    .case-study-bg .carousel {
        height: auto
    }

    .caption-text {
        display: block;
        font-size: 28px
    }

    .case-study-inner .panel .col-img-responsive02, .project-inner .panel .col-img-responsive02 {
        padding: 10% 10%
    }

        .case-study-inner .panel .col-img-responsive02 span, .project-inner .panel .col-img-responsive02 span {
            font-size: 80%;
        }

    .row > .cell {
        padding: 0 !important
    }
}

@media screen and (min-width : 1001px) and (max-width : 1024px) {
    .cutomers-details ul {
        float: none
    }

        .cutomers-details ul + ul {
            margin-left: 0
        }

    .nav-postioning {
        margin-left: 25% !important;
    }

    .carousel-caption {
        top: 40px;
    }

        .carousel-caption h1 {
            font-size: 35px
        }

    .btn-lg, .btn-group-lg > .btn {
        padding: 7px 13px;
        font-size: 15px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        margin-top: -75px;
        font-size: 20px
    }

    .carousel-indicators {
        top: 287px
    }

    .carousel {
        height: 444px
    }

    .projects a span {
        width: 65px;
        height: 65px
    }

    .projects a {
        padding: 10px 0
    }

    #fade-quote-carousel.carousel {
        height: auto
    }

    #fade-quote-carousel.carousel {
        padding-bottom: 0px
    }

        #fade-quote-carousel.carousel .carousel-inner {
            height: 250px
        }

    .up-coming {
        height: 294px
    }

    .icon1 {
        background-position: 18.5px -90px;
        background-repeat: no-repeat
    }

    .icon2 {
        background-position: 17px 13.5px;
        background-repeat: no-repeat
    }

    .icon3 {
        background-position: 17px -34.7px;
        background-repeat: no-repeat
    }

    .projects a p {
        text-decoration: none;
        transition: all .5s ease;
        font-size: 16px
    }

    h1 {
        font-size: 27px
    }

    .pdg-0 {
        padding: 20px 20px 20px 20px
    }

    .pdg-2 {
        padding: 5px 10px 10px 20px
    }

    a.prodcut-box {
        width: 80%
    }

        a.prodcut-box .pro-box-heading h2 {
            font-size: 20px;
            padding: 10px 18px 10px 15px
        }

        a.prodcut-box p {
            font-size: 13px
        }

    blockquote {
        font-size: 17px
    }

    .padding15 {
        padding: 10px 15px
    }

    #carousel-example-generic.carousel {
        height: auto
    }

    #carousel-example-generic .carousel-indicators {
        top: 70px
    }

    .case-study-bg .carousel {
        height: auto;
    }

    .news-events {
        height: auto
    }

    .up-coming-date-format {
        color: #fff;
        padding: 10px;
        font-size: 20px;
        float: left;
        width: 23%;
    }

    .up-coming-content2 {
        color: #fff;
        padding: 13px 20px;
        line-height: 1;
        font-size: 14px;
        float: left;
        width: 75%
    }

    .up-coming-content1 {
        color: #fff;
        padding: 5px 20px;
        line-height: 1;
        font-size: 14px;
        float: left;
        width: 75%;
        display: block
    }

    .news-event-date {
        font-size: 15px
    }

    .news-events h3 {
        margin-bottom: 10px;
        font-size: 16px;
        color: #108db6;
        margin-top: 10px
    }

    #carousel-example-generic .carousel-inner {
        height: auto !important
    }

    .case-study-bg .carousel-inner {
        height: auto
    }

    .case-study-bg .carousel {
        height: auto
    }

    .caption-text {
        display: block
    }

    .case-study-inner .panel .col-img-responsive02, .project-inner .panel .col-img-responsive02 {
        padding: 10% 10%
    }

        .case-study-inner .panel .col-img-responsive02 span, .project-inner .panel .col-img-responsive02 span {
            font-size: 90%;
        }
}


@media screen and (min-width : 1025px) and (max-width : 1100px), (min-width : 1101px) and (max-width : 1280px), (min-width : 1281px) and (max-width : 1440px), (min-width : 1441px) and (max-width : 1500px) {
    .cutomers-details ul {
        float: none
    }

        .cutomers-details ul + ul {
            margin-left: 0
        }

    .carousel-caption {
        top: 50px;
    }

        .carousel-caption h1 {
            font-size: 35px
        }

    .btn-lg, .btn-group-lg > .btn {
        padding: 7px 13px;
        font-size: 15px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        margin-top: -75px;
        font-size: 20px
    }

    .carousel-indicators {
        top: 287px
    }

    .carousel {
        height: 477px
    }

    .projects a span {
        width: 65px;
        height: 65px
    }

    .projects a {
        padding: 10px 0
    }

    #fade-quote-carousel.carousel {
        height: auto
    }

    #fade-quote-carousel.carousel {
        padding-bottom: 0px
    }

        #fade-quote-carousel.carousel .carousel-inner {
            height: 250px
        }

    .icon1 {
        background-position: 18.5px -90px;
        background-repeat: no-repeat
    }

    .icon2 {
        background-position: 17px 13.5px;
        background-repeat: no-repeat
    }

    .icon3 {
        background-position: 17px -34.7px;
        background-repeat: no-repeat
    }

    .projects a p {
        text-decoration: none;
        transition: all .5s ease;
        font-size: 16px
    }

    h1 {
        font-size: 27px
    }

    .pdg-0 {
        padding: 20px 20px 20px 20px
    }

    .pdg-2 {
        padding: 5px 10px 10px 20px
    }

    a.prodcut-box {
        width: 80%
    }

        a.prodcut-box .pro-box-heading h2 {
            font-size: 20px;
            padding: 10px 18px 10px 15px
        }

        a.prodcut-box p {
            font-size: 13px
        }

    blockquote {
        font-size: 17px
    }

    .padding15 {
        padding: 10px 15px
    }

    #carousel-example-generic.carousel {
        height: auto
    }

    #carousel-example-generic .carousel-indicators {
        top: 70px
    }

    .case-study-bg .carousel {
        height: auto
    }

    .news-events {
        height: auto
    }

    .up-coming-date-format {
        color: #fff;
        padding: 10px;
        font-size: 24px;
        float: left;
        width: 23%
    }

    .up-coming-content2 {
        color: #fff;
        padding: 13px 20px;
        line-height: 1;
        font-size: 14px;
        float: left;
        width: 75%
    }

    .up-coming-content1 {
        color: #fff;
        padding: 5px 20px;
        line-height: 1;
        font-size: 14px;
        float: left;
        width: 75%;
        display: block;
        margin-left: -1px;
    }

    .news-event-date {
        font-size: 15px
    }

    .news-events h3 {
        margin-bottom: 10px;
        font-size: 16px;
        color: #108db6;
        margin-top: 10px
    }

    #carousel-example-generic .carousel-inner {
        height: auto !important
    }

    .case-study-bg .carousel-inner {
        height: auto
    }

    .case-study-bg .carousel {
        height: auto
    }

    .caption-text {
        display: block
    }

    .carousel-inner {
        height: 445px
    }

    .carousel {
        height: 445px
    }

    .training-details-box {
        margin-left: 40px
    }

    .upcoming-training-panel .training-date {
        width: 110px;
        height: 80px;
        background: #ee741a;
        float: none;
        margin-top: 3px;
        padding: 12px 22px;
        font-weight: bold;
        transition: 0.5s ease all;
    }
}

@media screen and (min-width : 1281px) and (max-width : 1400px) {
    .carousel-caption {
        top: 50px;
    }

    .cutomers-details ul {
        float: none
    }

        .cutomers-details ul + ul {
            margin-left: 0
        }

    .carousel-caption h1 {
        font-size: 35px
    }

    .btn-lg, .btn-group-lg > .btn {
        padding: 7px 13px;
        font-size: 15px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        margin-top: -75px;
        font-size: 20px
    }

    .carousel-indicators {
        top: 287px
    }

    .carousel {
        height: 477px
    }

    .projects a span {
        width: 55px;
        height: 55px
    }

    .projects a {
        padding: 10px 0
    }

    #fade-quote-carousel.carousel {
        height: auto
    }

    #fade-quote-carousel.carousel {
        padding-bottom: 0px
    }

        #fade-quote-carousel.carousel .carousel-inner {
            height: 250px
        }

    .icon1 {
        background-position: 18.5px -90px;
        background-repeat: no-repeat
    }

    .icon2 {
        background-position: 17px 13.5px;
        background-repeat: no-repeat
    }

    .icon3 {
        background-position: 17px -34.7px;
        background-repeat: no-repeat
    }

    .projects a p {
        text-decoration: none;
        transition: all .5s ease;
        font-size: 16px
    }

    h1 {
        font-size: 27px
    }

    .pdg-0 {
        padding: 20px 20px 20px 20px
    }

    .pdg-2 {
        padding: 5px 10px 10px 20px
    }

    .pdg-3 {
        padding: 10px 20px 0px 20px
    }

    a.prodcut-box {
        width: 80%
    }

        a.prodcut-box .pro-box-heading h2 {
            font-size: 20px;
            padding: 10px 18px 10px 15px
        }

        a.prodcut-box p {
            font-size: 13px
        }

    blockquote {
        font-size: 17px
    }

    .padding15 {
        padding: 10px 15px
    }

    #carousel-example-generic.carousel {
        height: auto
    }

    #carousel-example-generic .carousel-indicators {
        top: 70px
    }

    .case-study-bg .carousel {
        height: auto
    }

    .news-events {
        height: auto
    }

    .up-coming-date-format {
        color: #fff;
        padding: 10px;
        font-size: 24px;
        float: left;
        width: 23%
    }


    .up-coming-content2 {
        color: #fff;
        padding: 13px 20px;
        line-height: 1;
        font-size: 14px;
        float: left;
        width: 75%
    }

    .up-coming-content1 {
        color: #fff;
        padding: 5px 20px;
        line-height: 1;
        font-size: 14px;
        float: left;
        width: 75%;
        display: block
    }

    .news-event-date {
        font-size: 15px
    }

    .news-events h3 {
        margin-bottom: 10px;
        font-size: 16px;
        color: #108db6;
        margin-top: 10px
    }

    #carousel-example-generic .carousel-inner {
        height: auto !important
    }

    .case-study-bg .carousel-inner {
        height: auto
    }

    .case-study-bg .carousel {
        height: auto
    }

    .caption-text {
        display: block
    }

    .carousel-inner {
        height: 445px;
    }

    .carousel {
        height: 445px;
    }

    .training-details-box {
        margin-left: 55px
    }
}

/*Video Tutorials page*/
div.content {
    border-width: 0px;
    border-style: solid;
    border-color: #D6D6D6;
    background-color: white;
    display: inline-block;
    vertical-align: top;
    margin: .25em .2em .25em .2em;
    padding: 1.0em .15em;
    font-family: Arial,sans-serif;
    line-height: 1.5;
    font-size: 14px
}

h2.contentTitle {
    position: relative;
    top: -0.5em;
    padding: .5em 1em;
    margin-bottom: 0;
    font-size: 120%;
    font-weight: bolder;
    color: white;
    background-color: #214262;
    margin: 0
}

.content-color {
    color: #2A6196
}

.topic-video {
    padding: 10px;
    margin-bottom: 25px;
    border: solid 1px #c1c1c1
}

.font14 {
    font-size: 14px
}

div.help {
    text-align: justify;
    margin: 0em 15px;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    float: left;
    width: 97%;
}

h3.vidTut {
    margin-bottom: -.125em;
    font-weight: bold;
}

img.vidTutImg {
    height: 80px;
    width: 128px;
    margin-left: 30px;
    margin-bottom: 15px;
    float: right;
    box-shadow: 2px 2px 5px #555;
}

.cb {
    clear: both
}

.product-details-scope H1 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.product-details-scope ul {
    margin-bottom: 10px;
    margin-left: -10px;
    margin-top: 10px;
}

.container.case-study h1 {
    margin: 0;
    padding: 0;
    margin-bottom: 15px
}

.container.case-study p {
    margin: 0;
    padding: 0;
    margin-bottom: 15px
}

.container.case-study img {
    border: 1px solid #c1c1c1
}

h1.case-study-title {
    margin-left: -10px
}

.prdocut-details h1, .partners-details h1, .common-page-details h1, .cutomers-details h1, .case-study h1, .projects-section h1, .services-section h1, .case-study-inner-section h1 {
    font-family: Arial,sans-serif;
    font-weight: bold;
    font-size: 33px;
    color: #000;
    margin: 15px auto 0px;
}

.contact-details h1 {
    font-family: Arial,sans-serif;
    font-weight: bold;
    font-size: 33px;
    color: #444;
    margin: 0px auto 0px;
}

img.casestudyImg {
    max-height: 297px
}

img.project1Img {
    height: 80px;
    width: 128px;
    margin-left: 10px;
    margin-bottom: -15px;
    box-shadow: 2px 2px 5px #555;
}

.panel-heading.image-scope-box {
    height: 310px;
    overflow: hidden;
    border: solid 1px #4c4cab
}

    .panel-heading.image-scope-box img {
        width: 100%;
        height: auto;
        display: block;
        min-height: 250px;
    }





.col-lg-1:nth-child(12n+1),
.col-lg-2:nth-child(6n+1),
.col-lg-3:nth-child(4n+1),
.col-lg-4:nth-child(3n+1),
{
    clear: left;
}


.img-space-left {
    margin: 15px 15px 15px 0
}

.img-space-right {
    margin: 0px 0px 15px 15px
}

.span-space-left {
    margin: 0px 15px 15px 0px
}

.span-space-right {
    margin: -15px 0px 15px 15px
}

.row-margin-top {
    margin-top: 15px
}

.td-heading {
    background-color: #b0c4de;
}

.td-border {
    border: solid 1px #444
}

.th-verticalHeader {
    text-align: center;
    white-space: nowrap;
}



.heading-text {
    /*-moz-transform: rotate(-90.0deg); /* FF3.5+ */
    /*-o-transform: rotate(-90.0deg);  Opera 10.5 */
    /*-webkit-transform: rotate(-90.0deg);  Saf3.1+, Chrome */
    /* filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  IE6,IE7 */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";  IE8 */
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    display: block;
    bottom: 0px;
    width: auto;
    height: auto;
    margin: 8px;
    font-weight: bold;
}

.white-bg {
    background: #FFF;
}

.blue-bg {
    background: #b4c6e7;
}

.table-data-scope table {
    border-collapse: collapse;
    border-spacing: 0;
}

.pdg-1 h1 {
    margin: 0px 20px 0px 0px;
    padding: 20px;
}

.pdg-1 .up-coming .sign-up-note {
    margin: 0px 20px 0px 20px;
    padding: 0px;
    color: #f58220;
    font-style: italic;
    position: absolute;
}

.pd-t20 {
    padding-top: 20px;
}

.pb-b0 {
    padding-bottom: 0px;
}

.mb-b0 {
    padding-bottom: 0px;
}

#CaseStudyContainer {
    margin: 50px 0px 0px 0px !important;
}

    #CaseStudyContainer .case-study {
        margin-bottom: 0px;
    }

        #CaseStudyContainer .case-study .row {
            margin-bottom: 10px;
        }

.table-data-scope td {
    border: 1px solid #6d6e71;
    padding: 5px
}

.top-245 {
    top: 265px !important;
}

.table-data-scope td img {
    border: none !important
}

.navbar-brand > img {
    position: absolute;
    width: 350px;
    height: auto;
    top: 20px;
}
/*Purchase page*/
/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}

.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}

.credit-card-box label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box .payment-errors {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box label {
    display: block;
}
/* The old "center div vertically" hack */
.credit-card-box .display-table {
    display: table;
}

.credit-card-box .display-tr {
    display: table-row;
}

.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
/* Just looks nicer */
.credit-card-box .panel-heading img {
    min-width: 180px;
}

.footer-bottom .row {
    margin-bottom: 0px !important;
}

.case-study h1 {
    padding: 0px;
}

.case-study-main .row {
    margin: 0px;
}

/*05-06-2018 starts -- Payment page*/
.purchase-style {
}

    .purchase-style .table.table-bordered th {
        border-color: #414042;
        border-top: 1px solid !important;
        border-bottom-width: 1px !important;
        font-size: 12px;
        padding: 5px 2px;
        vertical-align: middle;
        height: 48px
    }

    .purchase-style .table.table-bordered td {
        border-color: #414042;
        padding: 5px 2px
    }

    .purchase-style .product-detail .table.table-bordered tbody tr td {
        font-size: 12px
    }

        .purchase-style .product-detail .table.table-bordered tbody tr td.first-td {
        }

            .purchase-style .product-detail .table.table-bordered tbody tr td.first-td h4 {
                font-size: 14px;
                color: #000
            }

                .purchase-style .product-detail .table.table-bordered tbody tr td.first-td h4 span {
                    font-size: 12px
                }

        .purchase-style .product-detail .table.table-bordered tbody tr td.first-td-last {
        }

            .purchase-style .product-detail .table.table-bordered tbody tr td.first-td-last h4 {
                font-size: 14px;
                color: #000
            }

                .purchase-style .product-detail .table.table-bordered tbody tr td.first-td-last h4 span {
                    font-size: 12px
                }

    .purchase-style .discount-detail .product-detail .panel {
        min-height: 270px
    }

.product-detail .panel-heading {
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
}

.product-detail .panel-body {
    padding: 10px;
}

    .product-detail .panel-body .table {
        margin: 0px !important;
    }

    .product-detail .panel-body .discount-details td {
        padding-top: 0 !important
    }

    .product-detail .panel-body .table thead {
        background: #ddd;
    }

.product-detail .panel .panel-body h4 {
    margin: 0px !important;
}

.product-detail .panel:hover .panel-body h4 {
    color: rgb(68, 68, 68);
    margin: 0px !important;
}

.product-detail .panel .panel-body .table h4 small {
    display: block !important;
    margin: 5px 0px 0px 0px;
}

.product-detail .panel-body .table .thumbnail {
    width: 40px;
    padding: 0px;
    border: 0px;
}

.product-detail .panel-body .table .form-control {
    width: 50px;
}

.product-detail .panel-body .table tfoot {
    background: #f5f5f5;
}

.discount-detail {
}

@media screen and (min-width: 1240px) and (max-width: 1366px) {
    .discount-detail .panel {
        min-height: 270px
    }
}

.discount-detail .panel-heading {
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
}

.discount-detail .panel-body {
    padding: 10px;
}

    .discount-detail .panel-body .table {
        margin: 0px !important;
    }

    .discount-detail .panel-body .table {
        margin: 0px !important;
    }

        .discount-detail .panel-body .table thead {
            background: #ddd;
        }

.discount-detail .panel .panel-body h4 {
    margin: 0px !important;
    font-size: 14px
}

.discount-detail .panel:hover .panel-body h4 {
    color: rgb(68, 68, 68);
    margin: 0px !important;
    font-size: 14px
}

.discount-detail .panel .panel-body .table h4 small {
    display: block !important;
    margin: 5px 0px 0px 0px;
    font-size: 14px
}

.discount-detail .panel-body .table .form-control {
    width: calc(100% - 74px);
    margin: 0px 8px;
    height: 30px;
    font-size: 14px;
}

.discount-detail .panel-body .table tfoot {
    background: #f5f5f5;
}

.discount-detail .panel-body .table .btn-success {
    margin: 0px !important;
}

.discount-detail .panel-body .table h3 {
    margin: 0px !important;
    padding: 0px !important;
}

.detail .row {
    margin: 0px !important;
}

.detail .product-detail .row {
    margin: 0px -15px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mh-290 {
    min-height: 290px !important;
}

.detail .button {
    text-align: right;
    margin: 0px 0px 15px 0px;
    padding: 0px 25px;
}

.tableblue th {
    background: #108db6 !important;
    color: #FFF;
    font-size: 16px !important;
}

.tableblue td {
}

.tableblue .gray {
    background: #CCC;
    font-weight: bold;
}

.tableblue .iconactive svg {
    fill: #090;
}

.tableblue .iconnotactive svg {
    fill: #333;
}

.common-page-details h1 {
    padding-left: 0px !important;
}

}

/*Account Summary page*/
.table .thead-theme-blue th {
    color: #fff;
    background-color: #108db6;
    /*border-color: #32383e;*/
}

/* Orchard default-grid bootstrap conflicts so use these bootstrap replacements*/
.row-margin-reset {
    margin-bottom: 0px !important;
    margin-left: -15px;
    margin-right: -15px;
}

.table-td-headermargin {
    margin-left: 0px;
    padding-left: 0px !important;
}

.report-caption-margin {
    margin-top: auto !important;
    margin-left: 0px;
    padding-left: 0px !important;
}


.information-box {
    background: #ffe8ba;
    border: 1px solid #eda514;
    padding: 10px;
    width: 93%;
    margin: 0px auto;
}

.login-information-box {
    background: #ffb3b5;
    border: 1px solid #f78387;
    padding: 10px;
    width: 500px;
    margin: 0px auto 10px;
}

.validation-summary-errors {
    background: #ffb3b5;
    border: 1px solid #f78387;
    padding: 10px;
    width: 93%;
    margin: 0px auto;
}

.regform-validation-summary-errors {
    background: #ffb3b5;
    border: 1px solid #f78387;
    padding: 10px;
    width: 500px;
    margin: 0px auto;
}

/*.pwd-validation-summary-errors {
    background: #ffb3b5;
    border: 1px solid #f78387;
    padding: 10px;
    width: 93%;
    margin: 0px auto 10px;
}*/

.field-validation-error {
    display: block;
    padding: 5px;
    text-align: left;
    background: #ffb3b5;
    border: 1px solid #f78387;
    margin: 5px auto;
    width: 93%;
    float: left;
}
/*Delete these generic modifications*/
/*.panel-body {
    position: relative;
    padding: 0px;
}

.panel-default {
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
    border: medium none;
    border-radius: 0;
}

.panel-heading {
    padding: 0px;
    position: relative;
}

    .panel-heading img {
        width: 100%;
    }*/
/*End*/

.account-summary {
}

    .account-summary .row {
        margin: 0px -15px !important;
    }

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

    .table-user-information > tbody > tr:first-child {
        border-top: 0;
    }


    .table-user-information > tbody > tr > td {
        border-top: 0;
    }


.pageTitleCenter {
    font-family: Arial,sans-serif;
    font-size: 33px;
    color: #444;
    margin-bottom: 15px;
    text-align: center;
}

.pageTitle {
    font-family: Arial,sans-serif;
    font-size: 33px;
    color: #444;
    margin-bottom: 15px;
}

.pageTitle-mt-0 {
    margin-top: 0px !important;
}

/***tab style  license  purchase***/
.tab-container {
    /*width: 1140px;
    margin: 0px auto;
    background: #fff*/
    width: 100%;
    margin: 0px auto 50px auto;
    background: #fff;
    /*overflow: auto;*/
}

    .tab-container .tab-header {
        width: 100%;
        border: 1px solid #eff0f0;
        border-bottom: none
    }

        .tab-container .tab-header .tab-heading {
            margin: 0;
            padding: 0;
            border-bottom: 1px solid #eff0f0;
            display: flex;
            overflow: hidden;
            background: rgba(224,225,226,1);
            background: -moz-linear-gradient(top, rgba(224,225,226,1) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(224,225,226,1)), color-stop(100%, rgba(255,255,255,1)));
            background: -webkit-linear-gradient(top, rgba(224,225,226,1) 0%, rgba(255,255,255,1) 100%);
            background: -o-linear-gradient(top, rgba(224,225,226,1) 0%, rgba(255,255,255,1) 100%);
            background: -ms-linear-gradient(top, rgba(224,225,226,1) 0%, rgba(255,255,255,1) 100%);
            background: linear-gradient(to bottom, rgba(224,225,226,1) 0%, rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e2', endColorstr='#ffffff', GradientType=0 );
        }

            .tab-container .tab-header .tab-heading li {
                float: left;
                list-style: none;
                margin: 0 1px;
                padding: 0 3px;
                width: calc(100% / 4 - 0px);
                font-size: 16px;
                /* font-family: roboto_condensedbold, Arial, Helvetica, sans-serif; */
                color: #6d6e71;
                text-align: center;
                position: relative;
                z-index: 2;
                -ms-transition: .5s all ease;
                -moz-transition: .5s all ease;
                -o-transition: .5s all ease;
                -webkit-transition: .5s all ease;
                transition: .5s all ease;
                border-left: 1px solid rgba(0,0,0,0.1);
                margin-left: -1px;
            }

                .tab-container .tab-header .tab-heading li:first-child {
                    margin-left: 0px;
                }

                .tab-container .tab-header .tab-heading li span {
                    position: relative;
                    z-index: 9;
                    display: block;
                    padding: 20px 5px;
                    text-align: center;
                    height: 100%;
                }

                .tab-container .tab-header .tab-heading li.active {
                    color: #fff;
                    z-index: 0
                }

                    .tab-container .tab-header .tab-heading li.active:hover span {
                        color: #fff;
                        z-index: 3
                    }

                    .tab-container .tab-header .tab-heading li.active:hover {
                        color: #fff
                    }

                    .tab-container .tab-header .tab-heading li.active:after {
                        position: absolute;
                        content: '';
                        height: 300%;
                        top: -100%;
                        left: 5px;
                        right: 0px;
                        -ms-transform: rotate(15deg);
                        -webkit-transform: rotate(15deg);
                        transform: rotate(15deg);
                        background: #0382b1;
                        z-index: 1;
                        -ms-transition: .5s all ease;
                        -moz-transition: .5s all ease;
                        -o-transition: .5s all ease;
                        -webkit-transition: .5s all ease;
                        transition: .5s all ease;
                        display: none;
                    }

                    .tab-container .tab-header .tab-heading li.active:first-child:after {
                        position: absolute;
                        content: '';
                        height: 300%;
                        top: -100%;
                        left: -10%;
                        right: 0px;
                        -ms-transform: rotate(15deg);
                        -webkit-transform: rotate(15deg);
                        transform: rotate(15deg);
                        background: #0382b1;
                        z-index: 1;
                        display: none;
                    }

                .tab-container .tab-header .tab-heading li:before {
                    position: absolute;
                    content: '';
                    height: 300%;
                    top: -100%;
                    left: 5px;
                    right: 0px;
                    -ms-transform: rotate(15deg);
                    -webkit-transform: rotate(15deg);
                    transform: rotate(15deg);
                    z-index: -1;
                    border-right: 1px solid rgba(0,0,0,0.1);
                    display: none;
                }

                .tab-container .tab-header .tab-heading li:last-child:before {
                    display: none
                }

                .tab-container .tab-header .tab-heading li span:hover {
                    color: #0382b1;
                    cursor: pointer
                }

                .tab-container .tab-header .tab-heading li.active:before {
                    position: absolute;
                    content: '';
                    background: #0382b1;
                }

                .tab-container .tab-header .tab-heading li.active {
                    background: #0382b1;
                }

    .tab-container .tab-body .tab-content:first-child {
        display: block;
        border: 1px solid #eff0f0
    }

    .tab-container h1 {
        font-family: Arial,sans-serif;
        font-weight: bold;
        color: #0382b1;
        font-size: 24px;
        margin-bottom: 5px;
        text-align: center
    }

    .tab-container .tab-body .tab-content {
        font-family: Arial,sans-serif;
        display: none;
        position: relative
    }

        .tab-container .tab-body .tab-content .showmove {
            background: #f68220;
            width: 150px;
            height: 4px;
            position: absolute;
            bottom: 0;
            right: 100%;
            display: none
        }

        .tab-container .tab-body .tab-content .radio-icon-select {
            display: none;
            fill: #414042
        }

        .tab-container .tab-body .tab-content .radio-icons {
            fill: #414042
        }

        .tab-container .tab-body .tab-content .radioinput {
            position: absolute;
            width: 16px;
            height: 16px;
            opacity: 0;
        }

            .tab-container .tab-body .tab-content .radioinput:checked + .radio-icons {
                display: none;
                cursor: pointer
            }

                .tab-container .tab-body .tab-content .radioinput:checked + .radio-icons + .radio-icon-select {
                    display: block
                }

        .tab-container .tab-body .tab-content .bgselect {
            background: #0382b1;
            color: #fff
        }

        .tab-container .tab-body .tab-content .bgselect2 {
            background: #fdbc76;
            color: #414042
        }

            .tab-container .tab-body .tab-content .bgselect2 .radio-icon-select {
                fill: #414042
            }

        .tab-container .tab-body .tab-content .bgselect .radio-icon-select {
            fill: #fff
        }


        .tab-container .tab-body .tab-content p {
            font-size: 14px;
            margin: 10px 15px
        }

        .tab-container .tab-body .tab-content .subsciption-grid table {
            width: 100%;
        }

        .tab-container .tab-body .tab-content .subsciption-grid thead th {
            padding: 5px;
            font-size: 14px;
            font-family: Arial,sans-serif;
            font-weight: bold;
            color: #414042;
            background: #ffe6cb;
            text-align: left;
            border: none
        }

        .tab-container .tab-body .tab-content .subsciption-grid2 thead th {
            background: #0382b1;
            color: #fff;
        }

        .tab-container .tab-body .tab-content .subsciption-grid tbody tr td:first-child {
            padding: 10px 15px;
        }

.buynow {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Arial,sans-serif;
    background: #0382b1;
    border: 0;
    height: 42px;
    /*width: 120px;*/
    /*margin: 25px calc(50% - 60px);*/
    margin: 25px;
    cursor: pointer;
    border-radius: 3px;
    -ms-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -webkit-transition: .5s all ease;
    transition: .5s all ease
}

    .buynow:hover {
        background: #f68220
    }

.buynowWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-thumb {
    border: 1px solid #d2d3d5;
    margin-bottom: 30px
}

    .list-thumb .img {
        position: relative;
        padding: 2px;
        text-align: center
    }

        .list-thumb .img img {
            max-width: 100%;
            max-height: 230px
        }

    .list-thumb .date-time-scope {
        font-size: 12px;
        border-radius: 3px;
        overflow: hidden;
        width: calc(100% - 150px);
        display: inline-block;
        vertical-align: top;
        min-height: 60px;
    }

        .list-thumb .date-time-scope .wrap-date-time {
            display: table-cell;
            vertical-align: middle;
            height: 60px
        }

        .list-thumb .date-time-scope .date {
            font-size: 14px;
            /*font-weight:bold;*/
            display: inline-block;
            vertical-align: middle;
            background: #0877a6;
            padding: 3px 5px;
            border-radius: 5px;
            color: #fff;
            /*border: 1px solid rgba(0,0,0,0.25);*/
            border: 1px solid #fff;
            margin: 3px
        }

        .list-thumb .date-time-scope .time {
            font-size: 14px;
            /*font-weight:bold;*/
            display: inline-block;
            vertical-align: middle;
            background: #0877a6;
            padding: 3px 5px;
            border-radius: 5px;
            color: #fff;
            /*border: 1px solid rgba(0,0,0,0.25)*/
            border: 1px solid #fff;
            margin: 3px
        }

    .list-thumb .heading-title {
        color: #f58220;
        font-size: 18px;
        padding: 5px 10px;
        font-family: Arial,sans-serif;
        font-weight: bold;
    }

    .list-thumb .text-scope {
        color: #6d6e71;
        font-size: 14px;
        padding: 0 10px;
        line-height: 1.5;
        position: relative;
        min-height: 65px;
    }

    .list-thumb .sign-up-btn {
        color: #fff;
        float: right;
        padding: 6px 12px;
        margin: 15px 0 10px 0;
        border-radius: 5px;
        background: #f58220
    }

        .list-thumb .sign-up-btn:hover {
            color: #fff;
            background: #e87c1e
        }

    .list-thumb .ftr-scope {
        background: #0877a6;
        position: relative;
        margin: 10px -15px 0 -15px;
        padding: 5px
    }

        .list-thumb .ftr-scope:after {
            content: '';
            display: block;
            clear: both
        }

    .list-thumb .status {
        border: 1px solid #067299;
        background: #0b7ba5;
        color: #fff;
        padding: 0 10px;
        border-radius: 3px;
        display: block;
        position: absolute;
        top: 5px;
        left: 5px
    }

.disabled {
    color: #fff !important;
    background: #747474 !important;
}
/***end tab style***/
.thumb-box-scope {
    display: flex;
    flex-wrap: wrap;
}

.whitepaper-home-banner {
    background-color: #007399;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    padding: 5px 5px;
    font-size: 24px;
}

.download-whitepaper {
    background: #f5691e;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    /*border: solid 2px transparent;*/
    font-size: 20px;
    display: inline-block;
}

div.subscribe-calendar .btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
    display: none;
}

div.subscribe-calendar .btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

div.subscribe-calendar .btn {
    margin-bottom: 10px;
    padding: 5px 12px;
    background: #108db6;
    border: none;
    color: #fff;
}

    div.subscribe-calendar .btn:hover {
        background: #ee741a;
    }
/***product-details-scope 2 dec***/
#product-details-scope {
    padding: 0;
    width: 100%
}

    #product-details-scope .panel-group {
        margin: 0;
        padding: 0;
        max-width: 100%
    }

        #product-details-scope .panel-group .well {
            background: none;
            margin: 1px 0;
            padding: 0 !important;
            border: none
        }

        #product-details-scope .panel-group .panel-heading {
            padding: 0
        }

            #product-details-scope .panel-group .panel-heading h4.panel-title {
                font-size: 18px;
                color: #fff;
                font-family: Arial,sans-serif;
                font-weight: bold;
                background: #0382b1;
                padding: 10px 10px 8px 10px !important;
                border-radius: 0;
                margin: 0;
                cursor: pointer;
                position: relative
            }

                #product-details-scope .panel-group .panel-heading h4.panel-title:after {
                    content: '';
                    position: absolute;
                    border-top: 6px solid #0382b1;
                    border-left: 6px solid transparent;
                    border-right: 6px solid transparent;
                    top: 10px;
                    right: 10px
                }

                #product-details-scope .panel-group .panel-heading h4.panel-title:before {
                    content: '';
                    position: absolute;
                    border-top: 6px solid #fff;
                    border-left: 6px solid transparent;
                    border-right: 6px solid transparent;
                    top: 12px;
                    right: 10px
                }

                #product-details-scope .panel-group .panel-heading h4.panel-title[aria-expanded="false"]:after {
                    border-top: 6px solid #0382b1;
                    border-bottom: 0
                }

                #product-details-scope .panel-group .panel-heading h4.panel-title[aria-expanded="false"]:before {
                    border-top: 6px solid #fff;
                    border-bottom: 0
                }

                #product-details-scope .panel-group .panel-heading h4.panel-title[aria-expanded="true"]:after {
                    border-top-width: 0;
                    border-bottom: 6px solid #0382b1;
                    top: 12px
                }

                #product-details-scope .panel-group .panel-heading h4.panel-title[aria-expanded="true"]:before {
                    border-top-width: 0;
                    border-bottom: 6px solid #fff;
                    top: 10px
                }

                #product-details-scope .panel-group .panel-heading h4.panel-title strong {
                    font-weight: bold
                }

        #product-details-scope .panel-group .panel-body img {
            float: right !important;
            max-width: 50%;
            max-height: 350px
        }

        #product-details-scope .panel-group .panel-body .content-text .video-btn-group > span.video-heading {
            display: block;
            font-weight: bold;
            font-size: 14px;
        }

        #product-details-scope .panel-group .panel-body .content-text .video-btn-group a {
            background: #f5691e;
            padding: 5px 15px;
            font-size: 14px;
            border-radius: 3px;
            margin: 2px;
            text-align: center;
            color: #fff;
            display: inline-block;
            vertical-align: top;
            position: relative
        }

            #product-details-scope .panel-group .panel-body .content-text .video-btn-group a:after {
                content: ' Video'
            }

        #product-details-scope .panel-group .panel-body {
            padding: 10px
        }

            #product-details-scope .panel-group .panel-body ul {
                margin-left: 15px
            }

                #product-details-scope .panel-group .panel-body ul li {
                    line-height: 1.6;
                    padding-left: 10px;
                    font-size: 14px;
                    color: #000
                }

                    #product-details-scope .panel-group .panel-body ul li:before {
                        height: 1px;
                        background: #000;
                        top: 16px;
                        width: 5px;
                        color: #000
                    }

#about-simergy h1 {
    border: 1px solid #09c
}

#about-simergy p, #product-details-scope .panel-group .panel-body p {
    color: #000;
    font-size: 14px;
    line-height: 1.6
}

#about-simergy #about-simergy-description ul li {
    color: #000;
    font-size: 14px;
    line-height: 1.6
}
/***end product-details-scope 2 dec***/
#simergy-logo {
    padding: 0
}

    #simergy-logo .simergy-logo {
        max-width: 80%
    }

    #simergy-logo .list-li {
        margin-top: 50px
    }

        #simergy-logo .list-li ul {
            margin: 0;
            padding: 0 0 0 20px
        }

            #simergy-logo .list-li ul li {
                text-align: left;
                margin: 5px;
                padding: 0 0 0 10px;
                position: relative;
                list-style: none
            }

                #simergy-logo .list-li ul li:after {
                    content: '';
                    width: 5px;
                    height: 5px;
                    border-radius: 99px;
                    background: #f5691e;
                    position: absolute;
                    right: 100%;
                    top: 7px
                }

#about-simergy .start-free-trial-btn-scope {
    margin-top: 20px;
    display: block;
    text-align: center
}

    #about-simergy .start-free-trial-btn-scope button.download {
        padding: 5px 15px;
        font-size: 18px;
        font-weight: bold;
        max-width: 100%;
        width: 225px
    }

#simergy-logo .start-free-trial-btn-scope .requires-login-text {
    text-align: center;
    display: block;
    padding-top: 10px;
    width: 50%
}

#simergy-logo + .span-6 p {
    margin-bottom: 15px
}

#about-simergy .button-group a {
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
    margin: 10px
}

.sloganline {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin: 40px -15px
}

button.downloadNew {
    background: none
}

.simergy-logo { /*font-family: 'MontserratBold', Arial, Helvetica, sans-serif;*/
    color: #0382b1;
    font-size: 08vh;
    text-align: center;
    line-height: 1.2;
    position: relative;
    margin-top: -20px;
    font-weight: bold
}

    .simergy-logo:after {
        content: 'TM';
        color: #0382b1;
        font-size: 20px;
        display: inline-block;
        vertical-align: top;
        margin-top: 15px
    }


@media (min-width: 1366px) {
    .container {
        width: 80%
    }
}

#simergy-page-btn-grp button {
    font-size: 18px !important;
    font-weight: bold !important;
}

.news-event-container li {
    color: #000
}

/* Video Tutorials */
.screen-1 {
    padding: 0 15px;
    margin-bottom: 55px;
    border: 1px solid rgba(0,0,0,0.2)
}

    .screen-1 .term-condition-text {
        color: #939598;
        width: 100%;
        float: right;
        font-size: 12px;
        margin-top: 5vh;
        margin-bottom: 10px
    }

.header-scope {
    background: #0877a6;
    padding: 10px 15px
}

    .header-scope .logo {
        background: #fff;
        padding: 10px 20px 0 20px;
        display: inline-block;
        vertical-align: top;
        ;
        margin-right: 10px
    }

        .header-scope .logo img {
            height: 65px
        }

    .header-scope .heading {
        display: inline-block;
        vertical-align: top
    }

        .header-scope .heading h1, .header-scope .heading h2 {
            padding: 0;
            color: #fff;
            font-family: Arial Rounded MT,Helvetica Rounded,Arial,sans-serif;
            font-weight: normal
        }

        .header-scope .heading h1 {
            font-size: 170%;
            margin: 5px 0
        }

        .header-scope .heading h2 {
            font-size: 220%;
            margin: 10px 0 0 0
        }

.right-side-bottom-img {
    max-width: 250px
}

.left-img {
    width: 100%;
    max-width: 300px;
    margin-top: 10vh
}

.video-scope .panel {
    margin-bottom: 20px;
    border: none;
    position: relative;
    box-shadow: none
}

    .video-scope .panel:after {
        content: '';
        display: block;
        clear: both
    }

    .video-scope .panel .collapse {
        padding-bottom: 15px
    }

.video-scope .video-thumb {
    padding: 3px;
    margin: 0 0 35px 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.4);
    cursor: pointer
}

    .video-scope .video-thumb.col-md-3 {
        max-width: calc(100% / 4 - 30px);
        margin: 15px 15px 0 15px
    }

    .video-scope .video-thumb .img {
        text-align: center;
        background: #eee;
        border-bottom: 1px solid rgba(0,0,0,0.4);
        padding-bottom: 10px;
        height: 200px;
        position: relative
    }

        .video-scope .video-thumb .img img {
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto auto
        }

    .video-scope .video-thumb:hover {
        box-shadow: 0 0 5px rgba(0,0,0,0.25)
    }

    .video-scope .video-thumb h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #000;
        font-size: 18px;
        padding: 5px 5px 5px 10px;
        margin: 5px 0 0 0
    }

    .video-scope .video-thumb p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        padding: 0 10px;
        margin: 0 0 10px 0
    }

.video-scope .panel .card-header {
    background: none;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 15px
}

    .video-scope .panel .card-header .card-link {
        color: #ee741a;
        font-size: 18px;
        font-weight: bold;
        display: block;
        margin: 0 -10px;
        position: relative
    }

        .video-scope .panel .card-header .card-link:after {
            content: '';
            border-top: 7px solid #ee741a;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            float: left;
            margin: 8px 10px 0 0
        }

        .video-scope .panel .card-header .card-link:before {
            content: '';
            border-bottom: 7px solid #ee741a;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            float: left;
            margin: 8px 10px 0 0;
            display: none
        }

        .video-scope .panel .card-header .card-link[aria-expanded="true"]:before {
            display: block
        }

        .video-scope .panel .card-header .card-link[aria-expanded="true"]:after {
            display: none
        }

.video-scope .panel:first-child .card-header .card-link:after {
    display: none
}

.video-scope .panel:first-child .card-header .card-link:before {
    display: block
}

.video-scope .panel:first-child .card-header .card-link[aria-expanded="false"]:before {
    display: none
}

.video-scope .panel:first-child .card-header .card-link[aria-expanded="false"]:after {
    display: block
}

.video-scope-2 .panel {
    margin: 0
}

    .video-scope-2 .panel .card-header .card-link {
        color: #fff;
        background: #0382b1;
        border-radius: 3px;
        padding: 3px 10px
    }

        .video-scope-2 .panel .card-header .card-link:after {
            border-top-color: #fff
        }

        .video-scope-2 .panel .card-header .card-link:before {
            border-bottom-color: #fff
        }

    .video-scope-2 .panel .card-header {
        border-bottom: none;
        margin: 0
    }


#videoModal {
    z-index: 99999
}

    #videoModal .modal-header {
        padding: 0;
        min-height: 1px;
        border: none
    }

        #videoModal .modal-header .close {
            background: #fff;
            color: #000;
            border-radius: 99px;
            width: 42px;
            height: 42px;
            padding: 0;
            position: absolute;
            top: -20px;
            right: -20px;
            opacity: 1;
            box-shadow: 0 0 5px #000;
            z-index: 9
        }

    #videoModal .modal-body {
        padding: 0 !important
    }

@media (min-width: 992px) {
    #videoModal .modal-dialog.modal-lg {
        width: 70%;
        margin-top: 10vh !important
    }
}
/* End Video Tutorials */


.collapse .row {
    display: flex;
    flex-wrap: wrap;
}

    .collapse .row .video-thumb.col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 4 - 30px);
        flex: 0 0 calc(100% / 4 - 30px);
        max-width: calc(100% / 4 - 30px);
    }

@media (min-width:600px) and (max-width:991px) {
    .collapse .row .video-thumb.col-md-3 {
        -ms-flex: 0 0 calc(100% / 2 - 30px);
        flex: 0 0 calc(100% / 2 - 30px);
        max-width: calc(100% / 2 - 30px);
    }
}

@media screen and (max-width:600px) {
    .collapse .row .video-thumb.col-md-3 {
        -ms-flex: 0 0 calc(100% / 1 - 30px);
        flex: 0 0 calc(100% / 1 - 30px);
        max-width: calc(100% / 1 - 30px);
    }
}



/* Training & Webinars page*/
.docs-collapse {
    border: 1px solid #ddd;
    margin: 5px 0
}

    .docs-collapse .box-sec .header-sec {
        background: #2378a4;
        padding: 5px 5px 0 5px
    }

        .docs-collapse .box-sec .header-sec h2 {
            font-size: 160%;
            color: #fff;
            display: inline-block;
            vertical-align: top;
            margin: 0;
            padding: 0
        }

    .docs-collapse .box-sec .content-sec {
        margin: 0 0 20px 0;
        padding: 10px
    }

        .docs-collapse .box-sec .content-sec p {
            font-size: 14px;
            color: #000;
            margin: 10px 0
        }

        .docs-collapse .box-sec .content-sec ul {
            margin: 0 0 0 40px;
            padding: 0
        }

            .docs-collapse .box-sec .content-sec ul li {
                margin: 0 0 7px 0;
                padding: 0;
                font-size: 14px;
                color: #000
            }

                .docs-collapse .box-sec .content-sec ul li strong {
                    font-weight: bold
                }

                    .docs-collapse .box-sec .content-sec ul li strong + span {
                        display: block;
                        position: relative;
                        margin-left: 30px
                    }

                        .docs-collapse .box-sec .content-sec ul li strong + span:after {
                            position: absolute;
                            content: '';
                            width: 5px;
                            height: 5px;
                            background: #000;
                            border-radius: 50%;
                            left: -10px;
                            top: 8px
                        }

    .docs-collapse .box-sec #accordion .card {
        border: none
    }

    .docs-collapse .box-sec #accordion h2 {
        font-size: 18px;
        font-weight: bold;
        padding: 0
    }

    .docs-collapse .box-sec #accordion .card-header {
        padding: 5px;
        border: none;
        position: relative;
        background: #2378a4;
        margin-top: 3px
    }

        .docs-collapse .box-sec #accordion .card-header .card-link {
            padding: 0;
            font-size: 16px;
            color: #fff;
            display: block;
            position: relative
        }

            .docs-collapse .box-sec #accordion .card-header .card-link:after {
                content: '';
                border-top: 6px solid #fff;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                position: absolute;
                top: 7px;
                right: 10px;
                z-index: 1
            }

            .docs-collapse .box-sec #accordion .card-header .card-link:before {
                content: '';
                border-top: 6px solid #2378a4;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                position: absolute;
                top: 5px;
                right: 10px;
                z-index: 2
            }

            .docs-collapse .box-sec #accordion .card-header .card-link[aria-expanded="true"]:after {
                content: '';
                border-bottom: 6px solid #fff;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: none;
                position: absolute;
                top: 5px;
                right: 10px;
                z-index: 1
            }

            .docs-collapse .box-sec #accordion .card-header .card-link[aria-expanded="true"]:before {
                content: '';
                border-bottom: 6px solid #2378a4;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: none;
                position: absolute;
                top: 7px;
                right: 10px;
                z-index: 2
            }

    .docs-collapse .box-sec #accordion .content-wrap {
        padding: 0;
        font-size: 14px;
        color: #000
    }

        .docs-collapse .box-sec #accordion .content-wrap h3 {
            margin: 30px 0 10px 0;
            padding: 0
        }

        .docs-collapse .box-sec #accordion .content-wrap h4 {
            padding: 0;
            margin: 10px 0 0 0;
        }

            .docs-collapse .box-sec #accordion .content-wrap h4 + p {
                margin: 0 0 10px 0;
            }

        .docs-collapse .box-sec #accordion .content-wrap .btn-orange {
            background: #f5691e;
            padding: 10px 15px;
            font-size: 18px;
            border-radius: 30px;
            margin: 10px;
            text-align: center;
            color: #fff;
            display: inline-block;
            vertical-align: top
        }

            .docs-collapse .box-sec #accordion .content-wrap .btn-orange.single-btn {
                width: 70%;
                max-width: 350px;
                display: block;
                margin: 10px auto !important
            }

        .docs-collapse .box-sec #accordion .content-wrap .double-btn {
            width: 40%;
            max-width: calc(70% / 2);
            display: inline-block;
            vertical-align: top;
            margin: 5px 4%
        }

        .docs-collapse .box-sec #accordion .content-wrap .presenters-scope {
            /*border: 1px solid #f00*/
        }

            .docs-collapse .box-sec #accordion .content-wrap .presenters-scope .img-responsive {
                width: 100%;
                max-width: 100%;
            }

        .docs-collapse .box-sec #accordion .content-wrap .bottom-img .img-responsive {
            width: 100%;
            height: auto;
            margin-top: 40px
        }

.summary .btn-orange {
    background: #f5691e;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 30px;
    margin: 10px;
    text-align: center;
    color: #fff;
    display: inline-block;
    vertical-align: top
}

    .summary .btn-orange.single-btn {
        width: 70%;
        max-width: 350px;
        display: block;
        margin: 10px auto !important
    }

    .summary .btn-orange.double-btn {
        width: 40%;
        max-width: calc(70% / 2);
        display: inline-block;
        vertical-align: top;
        margin: 5px 4%
    }

.summary .presenters-scope {
    border: 1px soldi #f00
}

    .summary .presenters-scope .img-responsive {
        max-width: 179px !important;
    }

.summary .bottom-img .img-responsive {
    width: 100%;
    height: auto;
    margin-top: 20px
}

/*END  Training & Webinars page*/
.hide {
    display: none;
}

.training-panel-heading {
    font-size: 18px !important;
    font-weight: bold !important
}

    .training-panel-heading .sub-heading {
        color: #f5691e;
        font-size: 14px;
    }

.event-time {
    color: #F4D03F
}

.login-rediect-box {
    background: #000;
    min-height: 450px;
    position: relative;
    margin: 15px 0
}

    .login-rediect-box .login-redirect-button {
        color: #fff;
        padding: 5px 15px;
        font-size: 14px;
        max-width: 100%;
        width: 200px;
        height: 48px;
        border-radius: 3px;
        margin: auto auto;
        text-align: center;
        color: #fff;
        background: rgba(255,0,0,0.5);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }


.customer-building-energy-models {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #000;
    display: flex;
    align-items: center;
}

    .customer-building-energy-models div, .customer-building-energy-models a {
        box-sizing: border-box
    }

    .customer-building-energy-models .left-scope {
        width: calc(100% - 310px);
        display: inline-block;
        vertical-align: top
    }

        .customer-building-energy-models .left-scope > div {
            display: flex;
            flex-wrap: wrap;
            padding-left: 2px
        }

        .customer-building-energy-models .left-scope a {
            border-right: 1px solid #000;
            border-top: 1px solid #000;
            padding: 0;
            width: calc(100% / 4);
            min-width: 150px;
            min-height: 155px;
            position: relative;
            z-index: 1;
            cursor: pointer;
            /*margin-left: -1px;*/
            margin-top: -1px;
            padding: 1px;
            -ms-transition: .5s all ease;
            -moz-transition: .5s all ease;
            -o-transition: .5s all ease;
            -webkit-transition: .5s all ease;
            transition: .5s all ease;
			justify-content: center;
			align-items: center;
			display: flex;
        }

            .customer-building-energy-models .left-scope a img {
                max-width: 100%;
                height: auto
            }

    .customer-building-energy-models .right-scope {
        width: calc(310px - 5px);
        display: inline-block;
    }

        .customer-building-energy-models .right-scope a {
            display: block;
            padding: 0px;
            height: auto;
            position: relative;
            text-align: center;
            cursor: pointer;
            -ms-transition: .5s all ease;
            -moz-transition: .5s all ease;
            -o-transition: .5s all ease;
            -webkit-transition: .5s all ease;
            transition: .5s all ease
        }

            .customer-building-energy-models .right-scope a img { /*height: 460px; max-height: 100%;*/
                /*width: 100%;
            height: 74vh;*/
                max-width: 100%;
                height: auto;
                /*object-fit: contain;*/

                max-height: 800px;
                min-width: 310px
            }

@media (min-width:1400px) and (max-width:1600px) {
    .customer-building-energy-models .right-scope a img { /*height: 460px; max-height: 100%;*/
        max-width: 100%;
        height: auto;
        /*height: 50vh*/

        max-height: 800px;
        min-width: 310px
    }
}

.customer-building-energy-models a:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.55);
    z-index: 2
}

.customer-building-energy-models h1 {
    margin: 0;
    padding: 12px 5px;
    border-bottom: none;
    font-size: 16px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #0070c0;
    border-bottom: 1px solid #000
}

.inside-projectImg img {
    max-width: 100%;
    max-height: 400px;
    height: auto;
    margin: 0 auto;
    border: solid 1px #ccc;
}

#projectInfoModal .modal-header {
    padding: 5px 8px !important;
    height: 20px !important
}

#projectInfoModal .modal-body p {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0
}

@media screen and (max-width:1400px) {
    .customer-building-energy-models .left-scope a {
        width: calc(100% / 3);
    }
}

@media screen and (max-width:1200px) {
    .customer-building-energy-models .right-scope {
        display: none
    }

    .customer-building-energy-models .left-scope {
        width: 100%
    }

        .customer-building-energy-models .left-scope a:nth-of-type(3n) {
            border-right: none
        }
}



@media screen and (max-width:650px) {
    .customer-building-energy-models .left-scope a {
        width: 100%; /***calc(100% / 2 )***/
        border-left: none !important;
        border-right: none !important;
        border-bottom: 1px solid #000
    }

        .customer-building-energy-models .left-scope a:last-child {
            border-bottom: none
        }

        .customer-building-energy-models .left-scope a:nth-of-type(3n) {
            border-right: 1px solid #000
        }

        .customer-building-energy-models .left-scope a:nth-of-type(2n) {
            border-right: none
        }
}

.download-btn-wrap {
    float: right;
    max-width: 100%
}

#homepage-section-style {
    position: relative
}

    #homepage-section-style:after {
        content: '';
        clear: both;
        display: block
    }

    #homepage-section-style h1 {
        padding: 0
    }

@media screen and (min-width: 992px) {
    #homepage-section-style h1 {
        width: 25vw;
        margin-right: 0;
        padding: 15px 20px
    }

    #homepage-section-style p {
        width: calc(100vw - 34vw);
        float: left;
        border-left: solid 1px #c1c1c1;
        padding: 15px 20px;
        margin-left: -1px
    }
}

.discount-details div {
    padding: 0 5px;
}

.discount-details input.non-input-style {
    border: none;
    background: none;
    padding: 0;
    outline: none;
    width: 50px;
    text-align: center;
}

.total.non-input-style {
    border: none;
    background: none;
    padding: 0;
    outline: none;
    text-align: center;
    font-weight: bold;
    max-width: 100%;
}

.extended-price.non-input-style, .qty.non-input-style {
    border: none;
    background: none;
    padding: 0;
    outline: none;
    text-align: center;
    max-width: 100%;
}

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.subsciption-table {
    width: 100% !important;
    table-layout: fixed
}

@media (min-width: 280px) and (max-width: 1400px) {
    .subsciption-grid2 {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        overflow: auto;
    }
}

@media only screen and (min-width: 1401px) {
}

@media only screen and (max-width: 1400px) {
    .subsciption-table th {
        white-space: nowrap !important
    }
}

.subsciption-table th {
    white-space: nowrap;
}

.subsciption-table td {
    padding: 2px 5px;
}

@media only screen and (min-width: 1640px) {
    .subsciption-table th {
        font-size: 14px
    }

    .subsciption-table td {
        font-size: 14px
    }
}

@media only screen and (max-width: 1639px) {
    .subsciption-table th {
        font-size: 12px
    }

    .subsciption-table td {
        font-size: 12px
    }
}

.subsciption-table th .unit-price-style {
    width: 100%;
    display: block;
    text-align: center
}

.subsciption-table td .unit-price-style {
    width: 60px;
    display: inline-block;
    text-align: right
}

.subsciption-table td .qty {
    border: none;
    padding: 2px 5px;
    border-radius: 3px;
    outline: none;
    max-width: 100%;
}

@media (min-width: 1140px) and (max-width: 1920px) {
    .container-style {
        width: 80%
    }
}

@media only screen and (min-width: 1921px) {
    .container-style {
        width: 70%
    }
}

@media only screen and (max-width: 1139px) {
    .container-style {
        width: 100%;
        padding-bottom: 100px
    }
}

.container-style {
    padding: 0 15px;
    position: relative;
    margin: 0 auto 10px auto
}

    .container-style:after {
        content: '';
        clear: both;
        display: block;
        height: 1px
    }

.click-signup {
    background: #007399;
    color: #fff;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    padding: 7px;
    text-align: center
}

.click-signup2 {
    background: #007399;
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 11px 7px 7px 7px;
    text-align: center;
    width: 80px;
    float: right;
    margin-top: 0;
    height: 60px;
    position: relative
}

/*Delete Users List*/
table.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}

/** DataTables Fix **/
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #333 !important;
    border: 1px solid transparent;
    float: none;
}



    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
        background: transparent !important;
    }

.dataTables_paginate .prev, .next {
    float: none;
    width: auto !important;
    height: auto !important;
    font-size: 14px !important;
}
/* -------------------- */
#projectInfoModal p {
    float: none;
    width: 100%;
    padding: 0;
    border: none;
    margin: 10px 0 0 0
}

.faq-wrap {
    background: #fafafa;
}

    .faq-wrap .icon-three-bar {
        margin: 5vh 10px;
        display: inline-block;
        vertical-align: top;
        color: #666;
        font-weight: normal;
        font-size: 22px
    }

    .faq-wrap .left-panel {
        display: inline-block;
        vertical-align: top;
        background: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,0.15);
        position: relative;
        z-index: 99;
        max-width: 440px;
        max-height: calc(100vh - 385px);
        overflow: auto;
    }

@media only screen and (max-width:991px) {
    .faq-wrap .left-panel {
        position: fixed;
        top: 330px;
        right: 100%;
        -ms-transition: .3s all ease;
        -moz-transition: .3s all ease;
        -o-transition: .3s all ease;
        -webkit-transition: .3s all ease;
        transition: .3s all ease
    }

        .faq-wrap .left-panel.show {
            right: 0
        }

    .left-panel-btn {
        display: block !important
    }

    .question-wrap {
        margin-top: 40px;
        position: relative
    }
}

.left-panel-btn {
    position: fixed;
    top: 280px;
    left: 7px;
    z-index: 99;
    fill: #ee741a;
    background: none;
    display: none
}

.faq-wrap .left-panel .left-panel-list {
    margin: 0 -15px;
    padding: 0
}

.faq-wrap .left-panel .active {
    color: #0877a6!important;
}

    .faq-wrap .left-panel .left-panel-list li {
        margin: 0;
        padding: 0;
        display: block;
        vertical-align: top;
        position: relative
    }

    .faq-wrap .left-panel .left-panel-list .list-title {
        border-bottom: 1px solid #e8e8e8;
        padding: 15px;
        font-size: 14px;
        color: #59585a;
        position: relative;
        margin: 0;
        cursor: pointer
    }

        .faq-wrap .left-panel .left-panel-list .list-title:after {
            content: '';
            width: 100%;
            position: absolute;
            top: 100%;
            left: 0;
            bottom: 0;
            z-index: -1;
            background: rgb(255,255,255); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,232,233,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,232,233,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(231,232,233,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e8e9',GradientType=0 ); /* IE6-9 */
            -ms-transition: .3s all ease;
            -moz-transition: .3s all ease;
            -o-transition: .3s all ease;
            -webkit-transition: .3s all ease;
            transition: .3s all ease
        }

        .faq-wrap .left-panel .left-panel-list .list-title:hover:after {
            top: 30%
        }

    .faq-wrap .left-panel .left-panel-list .icon-object-arrowdonw {
        position: absolute;
        top: 10px;
        right: 10px;
        fill: #414042;
        z-index: 99
    }

    .faq-wrap .left-panel .left-panel-list .list-dropdown {
        padding: 10px 0 10px 15px;
        margin: 10px 0 0 0;
        border-bottom: 1px solid #e8e8e8;
        display: none;
        overflow: auto;
    }

        .faq-wrap .left-panel .left-panel-list .list-dropdown a {
            margin: 0;
            padding: 3px 10px 3px 20px;
            display: block
        }

        .faq-wrap .left-panel .left-panel-list .list-dropdown > li {
            border-left: 3px solid #108db6;
            padding-left: 10px;
            display: block;
            margin-top: -10px;
            padding-top: 10px
        }

            .faq-wrap .left-panel .left-panel-list .list-dropdown > li > span {
                font-size: 14px;
                color: #59585a;
                position: relative;
                margin: 0 20px 10px 0;
                font-weight: bold;
                font-weight: 600;
                display: inline-block;
                vertical-align: top;
                cursor: pointer;
                width: calc(100% - 40px);
            }

                .faq-wrap .left-panel .left-panel-list .list-dropdown > li > span:hover {
                    color: #108db6
                }

        .faq-wrap .left-panel .left-panel-list .list-dropdown .icon-object-arrow {
            position: relative;
            display: inline-block;
            vertical-align: top;
            width: 12px;
            height: 20px
        }

            .faq-wrap .left-panel .left-panel-list .list-dropdown .icon-object-arrow:after {
                position: absolute;
                content: '';
                border-left: 5px solid #fff;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                top: 5px
            }

            .faq-wrap .left-panel .left-panel-list .list-dropdown .icon-object-arrow:before {
                position: absolute;
                content: '';
                border-left: 5px solid #59585a;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                top: 5px;
                left: 1px
            }

    .faq-wrap .left-panel .left-panel-list .third-level-dropdown {
        margin: 10px 10px 10px 0;
        padding: 10px 10px 5px 10px;
        border-radius: 10px;
        background: #e0e9ff;
        display: none
    }

        .faq-wrap .left-panel .left-panel-list .third-level-dropdown li {
            margin-bottom: 5px
        }

        .faq-wrap .left-panel .left-panel-list .third-level-dropdown li.active a {
            background: #0877a6 !important;
            color: #fff;
            fill: #fff;
        }
        .faq-wrap .left-panel .left-panel-list .third-level-dropdown li.active a svg {
            fill: #fff;
        }
        .faq-wrap .left-panel .left-panel-list .third-level-dropdown li.active a .icon-object-circle {
            background: #fff;
        }
.faq-wrap .left-panel .left-panel-list .third-level-dropdown a {
    padding: 5px;
    margin: 0;
    border-radius: 5px;
    font-size: 14px;
    color: #59585a;
    min-height: 28px;
    line-height: 1.6
}

            .faq-wrap .left-panel .left-panel-list .third-level-dropdown a:hover {
                background: #fff;
                font-weight: bold
            }

            .faq-wrap .left-panel .left-panel-list .third-level-dropdown a .icon-object-circle {
                background: #0b7ba5;
                width: 6px;
                height: 6px;
                display: inline-block;
                vertical-align: top;
                border-radius: 9px;
                margin: 8px 2px 0 3px
            }

            .faq-wrap .left-panel .left-panel-list .third-level-dropdown a .iconright-arrow {
                float: right;
                fill: #59585a;
                margin: 3px
            }

.faq-wrap .answer-wrap {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    padding: 10px 0;
    display: none
}

.faq-wrap .margin-left-0 {
    margin-left: 0
}

.faq-wrap .question-wrap {
    background: #fff9eb;
    padding: 10px 0;
    margin-bottom: 5px;
    display: none;
    position: relative
}

    .faq-wrap .question-wrap .header-title {
        color: #545253;
        font-weight: bold;
        font-size: 16px;
        margin: 0
    }

    .faq-wrap .question-wrap .question {
        margin: 0;
        display: none
    }

        .faq-wrap .question-wrap .question.show {
            display: block
        }

    .faq-wrap .question-wrap .question-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
        background: none;
        border: 1px solid;
        text-align: center;
        padding: 7px;
        z-index: 99;
        box-shadow: none;
        outline: none
    }

        .faq-wrap .question-wrap .question-btn .plus-icon {
            display: none;
            -ms-transition: .3s all ease;
            -moz-transition: .3s all ease;
            -o-transition: .3s all ease;
            -webkit-transition: .3s all ease;
            transition: .3s all ease
        }

        .faq-wrap .question-wrap .question-btn.cls .plus-icon {
            display: block
        }

        .faq-wrap .question-wrap .question-btn.cls .minus-icon {
            display: none;
            -ms-transition: .3s all ease;
            -moz-transition: .3s all ease;
            -o-transition: .3s all ease;
            -webkit-transition: .3s all ease;
            transition: .3s all ease
        }

    .faq-wrap .question-wrap .question-scroll {
        padding: 0;
        max-height: 250px;
        overflow: auto;
    }

    .faq-wrap .question-wrap .question a {
        color: #545253;
        font-size: 12px;
        padding: 8px 50px 8px 10px;
        display: inline-block;
        border-radius: 3px;
        font-weight: bold;
        margin-bottom: 5px
    }

        .faq-wrap .question-wrap .question a:hover, .faq-wrap .question-wrap .question a.active {
            color: #545253;
            background: #fff;
            box-shadow: 0 0 5px rgba(0,0,0,0.15)
        }

.faq-wrap .single-ans {
    display: none;
}

    .faq-wrap .single-ans.active {
        display: block
    }

.faq-wrap .answer-wrap .answer-title {
    color: #545253;
    font-size: 18px;
    margin: 5px 0
}

.faq-wrap .answer-wrap .answer-title2 {
    color: #ccc9cf;
    font-size: 14px;
    margin: 10px 0;
    font-weight: bold
}

.faq-wrap .answer-wrap .blue-heading {
    color: #108db6;
    font-size: 24px;
    margin: 10px 0;
    font-weight: bold
}

.faq-wrap .answer-wrap p {
    color: #414042;
    font-size: 14px;
    margin: 5px 0;
    line-height: 1.8 !important
}

.faq-wrap .answer-wrap strong {
    color: #414042;
    font-size: 16px;
    margin: 5px 0 5px 10px;
    position: relative
}

    .faq-wrap .answer-wrap strong span {
        font-weight: normal;
        font-size: 14px
    }

    .faq-wrap .answer-wrap strong:after {
        content: '';
        position: absolute;
        top: 5px;
        left: -8px;
        width: 5px;
        height: 5px;
        background: #0b7ba5
    }

.faq-wrap .social-icon-wrap {
    color: #ccc9cf;
    font-size: 14px;
    margin: 10px 0;
    font-weight: bold;
    display: none;
    padding: 0
}

    .faq-wrap .social-icon-wrap .social-icon {
        display: inline-block;
        vertical-align: top;
        width: 32px;
        height: 32px;
        text-align: center;
        padding: 4px;
        border-radius: 99px
    }

        .faq-wrap .social-icon-wrap .social-icon:hover {
            background: rgba(0,0,0,0.1)
        }

    .faq-wrap .social-icon-wrap .header-title {
        color: #414042;
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
        vertical-align: top
    }

    .faq-wrap .like-dislike-wrap {
        display: none;padding: 0;margin-top: 10px
    }

    .faq-wrap .like-dislike-wrap .header-title {
        color: #414042;
        font-size: 14px;
        font-weight: bold;
        margin: 16px 5px 0 0;
        display: inline-block;
        vertical-align: top;
    }

    .faq-wrap .like-dislike-wrap .btn {
        background: #fff;
        outline: none
    }

        .faq-wrap .like-dislike-wrap .btn.like-btn {
            fill: #00cc00
        }

        .faq-wrap .like-dislike-wrap .btn.dislike-btn {
            fill: #ff0000;
            transform: rotate(180deg);
        }

.faq-wrap .blank-wrap {
    font-size: 18px;
    color: #000;
    margin: 15vh 0
}

.faq-wrap .answer-content {
    display: none;
    max-height:700px;
    overflow:auto
}

    .faq-wrap .answer-content img {
/*        max-width: 100%
*/    }

.fz14 {
    font-size: 14px
}

.fz18 {
    font-size: 18px
}

.mt-10 {
    margin-top: 10px
}

.faq-header {
    background: #0877a6
}

    .faq-header .faq-search {
        background: #0877a6;
        border-top: 3px solid #fff;
        padding: 5px 0
    }

        .faq-header .faq-search .header-title {
            color: #fff;
            font-weight: normal;
            font-size: 26px;
            margin: 10px 0
        }

        .faq-header .faq-search .input-group {
            display: block;
            position: relative;
            margin-bottom: 3px
        }

            .faq-header .faq-search .input-group:after {
                content: '';
                display: block;
                clear: both
            }

            .faq-header .faq-search .input-group .form-control {
                height: 44px;
                max-width: calc(100% - 40px)
            }

            .faq-header .faq-search .input-group .btn-search {
                background: #ee741a;
                border-radius: 0 5px 5px 0;
                position: absolute;
                top: 0;
                right: 0;
                z-index: 99;
                fill: #fff;
                height: 44px;
                outline: none
            }

                .faq-header .faq-search .input-group .btn-search .icon-object {
                    display: block;
                    margin-top: 2px
                }

.faq-wrap-inner {
}

    .faq-wrap-inner .answer-wrp {
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        padding: 0;
        font-family: Arial,sans-serif;
        line-height: 1.6 !important;
        color: #333;
        font-size: 14px;
    }

        .faq-wrap-inner .answer-wrp .answer-title2 {
            background-color: #f6f6f6;
            padding: 20px 15px;
            border-radius: 2px;
            color: rgba(0, 0, 0, 0.87);
            font-size: 18px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0;
            text-transform: none;
            margin: 0 -15px 15px -15px;
        }

        .faq-wrap-inner .answer-wrp p {
            font-family: Arial,sans-serif;
            line-height: 1.6 !important;
            color: #333;
            font-size: 14px;
            margin-bottom: 10px
        }

        .faq-wrap-inner .answer-wrp img {
            max-width: 850px;
            margin-bottom: 15px
        }

        .faq-wrap-inner .answer-wrp ul li {
            margin-bottom: 5px;
            font-size: 14px
        }

.search-autolist-dropdown {
    background: #fff;
    box-shadow: 0 0 10px rgba(0 0 0 / 15%);
    padding: 0 10px;
    margin-top: -5px;
    width: calc(100% - 82px);
    border-radius: 3px;
    position: absolute;
    left: 15px;
    top: 100%;
    max-height: 200px;
    overflow: auto;
    z-index: 999;
    display: none
}

    .search-autolist-dropdown li {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .search-autolist-dropdown li a {
            border-bottom: 1px solid #a6a6a6;
            padding: 5px;
            display: block;
            text-align: left;
            color: #333;
            cursor: pointer;
        }

            .search-autolist-dropdown li a.hidenone {
                background: #f00
            }

            .search-autolist-dropdown li a.show {
/*                background: #09c
*/            }

        .search-autolist-dropdown li:last-child a {
            border-bottom: none
        }
        .box-img-wrap {
            width: 320px;
        }

@media screen and (max-width: 1280px) {
    .box-img-wrap {
        width: 320px;
    }
}
@media screen and (max-width: 1360px) {
    .box-img-wrap {
        width: 360px;
    }
}
@media screen and (max-width: 1920px) {
    .box-img-wrap {
        width: 500px;
    }
}

@media screen and (min-width: 1921px) {
    .box-img-wrap {
        width: 650px;
    }
}
[id^="more_"] {
    display: none;
}

[id^="myBtn_"] {
   cursor:pointer;
   color:blue;
}