body {}

P {
    font-size: 14px;
    line-height: 22px;
    font-family: 'PT Sans', sans-serif;
}


ul li {
    font-weight: normal;
}


/*h3
{
    font-size:15px;
    color:red;
}*/
.slider-container {
    position: relative;
    width: 100%;
    height: 512px;
    background-color: #fff;
}

.slider-container ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    list-style: none;
    margin: 0;
    padding: 40px 40px;
    max-height: 512px;
    width: 100%;
    font-weight: 400;
    background: #fff;
    overflow: hidden;
}

.slider-container ul li {
    height: 0;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    display: none;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    color: white;
    font-size: 1.5rem;
    position: relative;
    -webkit-perspective: 100px;
    perspective: 100px;

}

.slider-container ul .post-active {
    opacity: 0;
    display: block;
    height: 0;
    padding: 0;
}

.slider-container ul .active {
    height: 80px;
    display: block;
    opacity: 1;
    color: #d6d7dbbf;
    font-size: 26px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    background-color: transparent;
}

.slider-container ul .active+li {
    height: 80px;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #2dba86;
    font-size: 26px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    background-color: #f7f7f7;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}

.slider-container ul .active+li+li {
    height: 80px;
    display: block;
    opacity: 1;
    color: #d6d7dbbf;
    font-size: 26px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    background-color: transparent;
}

.slider-container ul .active+li+li+li {
    height: 80px;
    display: block;
    opacity: 0;
}

@media (max-width: 767px) {
    .slider-container ul .active {
        height: 80px;
        font-size: 12px
    }

    .slider-container ul .active+li {
        height: 80px;
        font-size: 12px;
    }

    .slider-container ul .active+li+li {
        height: 80px;
        font-size: 12px;
    }
}

/*  */
.slider-container ul #carousel12 li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.slider-container li.active span {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: 0px 2px 36px 0px rgba(32, 33, 32, 0.12);
    transform: rotateX(2deg);
}

.slider-container ul .active+li+li span {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: 0px 2px 36px 0px rgba(32, 33, 32, 0.12);
    transform: rotateX(-2deg);
}

/* ul li span {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} */

.slider-container ul #carousel12 li span p {
    max-width: 500px;
    margin: 0px;
}


.logo-div img {
    width: 135px;
    margin-top: 6px;
}

.header-Div {
    width: 100%;
    min-height: 50px;
    /*background: #400c4d;*/
    background-color: #fff;
    border-bottom: 1px #b9b9b9 dotted;
    box-shadow: #cccccc57 1px 2px 15px;
}

.ban-container {
    width: 100%;
    min-height: 240px;
    position: relative;
}


.ban-crsl-cntrls {
    position: absolute;
    bottom: -53px;
    left: 0px;
    z-index: 61;
}

table.ban-crsl-cntrls {
    border: 2px #fff solid;
    background: #39b7e4;
    padding: 15px;
}

span.fa.fa-chevron-left {
    color: #fff;
}

span.fa.fa-chevron-right {
    color: #fff;
}

table.ban-crsl-cntrls td a {
    padding: 10px;
    line-height: 30px;
}

.logo-rel {
    position: relative;
}

.logo-div {
    width: 152px;
    height: 123px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
}

.hme-heading {
    /*font-family: 'Overlock', cursive;*/
    /* font-family: 'Oswald', sans-serif; */
    font-weight: bold;
    color: #652876;
    text-transform: uppercase;
}

.hme-heading span {
    color: #d81990;
}

.ban-curve {
    background-image: url('../img/banner-curve-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 153px;
    /*background:red;*/
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    bottom: -80px;
    z-index: 50;
}




.ban-curve-home {
    background-image: url('../img/banner-curve-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 153px;
    /*background:red;*/
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    bottom: -80px;
    z-index: 50;
}


.bordr-right {
    border-right: 1px #808080 dotted;
}

.bordr-left {
    border-left: 1px #808080 dotted;
}

.bordr-top {
    border-top: 1px #808080 dotted;
}

.bordr-bottom {
    border-bottom: 1px #808080 dotted;
}

.right-text {
    color: #0f9fdb;
    font-size: 35px;
    text-transform: uppercase;
    text-align: left;
    /*font-family: 'Overlock', cursive;*/
    font-family: 'Oswald', sans-serif;
    line-height: 40px;
    font-weight: bold;
    margin-top: 35px;
    margin-left: 15px;
}

.right-text-img {
    position: absolute;
    left: 0px;
    top: 0px;
}

table.ltst-pro-carsl-cntls {
    border: 1px #652876 solid;
    margin-left: 15px;
    margin-top: -15px;
    height: 32px;
}

table.ltst-pro-carsl-cntls a {
    padding: 10px 10px 10px 10px;
    line-height: 30px;
    display: block;
}




a.link-btn {
    padding: 5px 10px 5px 10px;
    color: #fff;
    background: #652876;
    text-decoration: none;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
}

a.link-btn:hover {
    padding: 5px 10px 5px 10px;
    color: #fff;
    background: #2a0734;
    text-decoration: none;
    font-size: 14px;
}



.right-txt-heading {
    margin: 0px 15px 0px 15px;
    text-decoration: underline;
    color: #000;
}

.newsletter-div p {
    margin: 0px 15px 0px 15px;
}

.newsletter-div input {
    margin: 15px 15px 0px 15px;
    width: 90%;
    border: 2px #1C97D7 solid;
    padding: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.newsletter-div textarea {
    margin: 15px 15px 0px 15px;
    width: 90%;
    border: 2px #1C97D7 solid;
    padding: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
}


table.newandevents-table {
    margin: 15px 15px 0px 15px;
    width: 100%;
}

table.newandevents-table td span {
    font-style: italic;
    font-size: 12px;
}



.foo-container {
    width: 100%;
    /*min-height:639px;*/
    background: #e7e7e6;
    position: relative;
    margin-top: 35px;
    padding-bottom: 35px;
}

.foo-curve {
    background-image: url('../img/footer-curve.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 200px;
    /*background:red;*/
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: -115px;
    z-index: 50;
}

ul.foo-link {
    list-style: square;
    margin-top: 25px;
    font-family: 'PT Sans', sans-serif;
}

ul.foo-link li a {
    text-decoration: none;
    color: #000000;
    font-size: 13px;
}

ul.foo-link li a:hover {
    text-decoration: none;
    color: #d81990;
    font-size: 13px;
}

.border-left-foo {
    border-left: 1.5px #808080 dotted;
}

.foo-bottom-border {
    width: 100%;
    background: #732578;
    min-height: 64px;
}

.foo-bottom-border p {
    color: #fff;
}

table.social-icon {}

table.social-icon td a {
    padding: 3px;
}

table.bottom-bxtble {
    border: 2px #bebebe solid;
    width: 100%;
    margin-top: 50px;
}


table.bottom-bxtble td {
    text-align: center;
    padding: 15px;
}

table.bottom-bxtble td h4 {
    text-transform: uppercase;
    font-family: 'Overlock', cursive;
    /*font-weight:bold;*/
    font-size: 18px;
}

table.bottom-bxtble td:hover {
    text-align: center;
    padding: 15px;
    /*background:#e7e7e6;*/
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
}


.page-head {
    font-size: 23px;
    color: #df128d;
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
}

.item h3 {
    color: #da168e;
}


@import url(http://fonts.googleapis.com/css?family=Nunito:400,700);



h3 {
    font-size: 18px;
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    /*font-family: 'Nunito', sans-serif;*/
    color: #652876;
}


ul.ctntlist {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    padding-left: 15px;
}

ul.ctntlist li {
    font-size: 13px;
    list-style-image: url('../img/bullet.png');
    line-height: 25px;
}




/* Flexible Slide-to-top Accordion Style*/
.wrapper {
    width: 100%;
}

.st-accordion {
    width: 100%;
    min-width: 270px;
    margin: 0 auto;
}

.st-accordion ul li {
    height: 100px;
    border-bottom: 1px dotted #ecb201;
    border-top: 1px solid #fff;
    overflow: hidden;
}

.st-accordion ul li:first-child {
    border-top: none;
}

.st-accordion ul li>a {
    font-family: 'Oswald', sans-serif;
    text-shadow: 1px 1px 1px #fff;
    font-size: 20px;
    display: block;
    color: #400c4d;
    position: relative;
    line-height: 60px;
    outline: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.st-accordion ul li>a span {
    background: transparent url(../images/down.png) no-repeat center center;
    text-indent: -9000px;
    width: 26px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: -26px;
    margin-top: -7px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.st-accordion ul li>a:hover {
    color: #ecb201;
}

.st-accordion ul li>a:hover span {
    opacity: 1;
    right: 10px;
}

.st-accordion ul li.st-open>a {
    color: #ecb201;
}

.st-accordion ul li.st-open>a span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 10px;
    opacity: 1;
}

.st-content {
    padding: 5px 0px 30px 0px;
}

.st-content p {
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    line-height: 23px;
    padding: 0px 4px 15px 4px;
}

@media screen and (max-width: 320px) {
    .st-accordion ul li>a {
        font-size: 36px;
    }
}


.contact-form input {
    border-radius: 0px;
}

.contact-form textarea {
    border-radius: 0px;
}





/*Additional Page Banner BG*/

.com-overview {
    background-image: url('../img/ad-page-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.it-service-heading {
    background-image: url('../img/it-service-heading.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.company-heading {
    background-image: url('../img/company-heading.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.industry-heading {
    background-image: url('../img/industry-heading.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.product-heading {
    background-image: url('../img/product-heading.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.customer-heading {
    background-image: url('../img/customer-heading.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.career-heading {
    background-image: url('../img/careers-heading.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.contact-heading {
    background-image: url('../img/contact-baner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.business-heading {
    background-image: url('../img/business-heading.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.caption h3 {
    color: #d81990;
}


a.scrooler-more {
    text-decoration: none;
    color: #fff;
    background: #652876;
    line-height: 0px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    display: block;
    padding: 15px 15px 0px 15px;
    height: 30px;
    text-align: center;
    font-weight: normal;
    font-family: Arial;
}

a.scrooler-more:hover {}



.flexslider table {
    width: 100%;
    border: 1px #ccc solid;
}


.hvr-trim {
    cursor: default;
}


.l_img {
    margin-bottom: 5px;
    width: 150px;

}

.thumbnail,
.img-thumbnail {
    box-shadow: none;
}


.carousel-inner.vertical {
    height: 100%;
    /*Note: set specific height here if not, there will be some issues with IE browser*/
}

.carousel-inner.vertical>.item {
    -webkit-transition: .6s ease-in-out top;
    -o-transition: .6s ease-in-out top;
    transition: .6s ease-in-out top;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner.vertical>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

    .carousel-inner.vertical>.item.next,
    .carousel-inner.vertical>.item.active.right {
        -webkit-transform: translate3d(0, 33.33%, 0);
        transform: translate3d(0, 33.33%, 0);
        top: 0;
    }

    .carousel-inner.vertical>.item.prev,
    .carousel-inner.vertical>.item.active.left {
        -webkit-transform: translate3d(0, -33.33%, 0);
        transform: translate3d(0, -33.33%, 0);
        top: 0;
    }

    .carousel-inner.vertical>.item.next.left,
    .carousel-inner.vertical>.item.prev.right,
    .carousel-inner.vertical>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 0;
    }
}

.carousel-inner.vertical>.active {
    top: 0;
}

.carousel-inner.vertical>.next,
.carousel-inner.vertical>.prev {
    top: 0;
    height: 100%;
    width: auto;
}

.carousel-inner.vertical>.next {
    left: 0;
    top: 33.33%;
    right: 0;
}

.carousel-inner.vertical>.prev {
    left: 0;
    top: -33.33%;
    right: 0;
}

.carousel-inner.vertical>.next.left,
.carousel-inner.vertical>.prev.right {
    top: 0;
}

.carousel-inner.vertical>.active.left {
    left: 0;
    top: -33.33%;
    right: 0;
}

.carousel-inner.vertical>.active.right {
    left: 0;
    top: 33.33%;
    right: 0;
}

#carousel-pager .carousel-control.left {
    bottom: initial;
    width: 100%;
}

#carousel-pager .carousel-control.right {
    top: initial;
    width: 100%;
}