﻿@charset "utf-8";
/********* Reset CSS *********/
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/********* Clear floats *********/
.cf:before, .cf:after, .container:before, .container:after, .row:before, .row:after, .boxs:before, .boxs:after {
    content: " ";
    display: table;
}

.cf:after, .container:after, .row:after, .boxs:after {
    clear: both;
}
/********* Common Classes *********/




.blueBg {
    background: none;
    color: #fff;
    border-color: #fff;
}

    .blueBg:hover, .blueBg:focus {
        color: #2f69b0;
        border-color: #fff;
    }

input.blueBg:hover, input.blueBg:focus {
    background: #fff;
}

.blueBg:before {
    background: #fff;
}

.btnBig {
    font-size: 20px;
    line-height: 35px;
}

.blueBtn {
    background: #2f69b0;
    color: #fff;
    border-color: #2f69b0;
}

    .blueBtn:hover, .blueBtn:focus {
        color: #2f69b0;
    }

input.blueBtn:hover, input.blueBtn:focus {
    background: #fff;
}

.blueBtn:before {
    background: #fff;
}

.alignLeft {
    float: left;
}

.alignRight {
    float: right;
}
/********** Image Formating & Alignment **********/
.imgLeft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.imgRight {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.imgCenter {
    float: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.imgBorder {
    border: 1px solid #ccc;
    padding: 5px;
}

.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.shadow {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 4px;
}
/********** Alignment **********/
.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.justify {
    text-align: justify !important;
}
/********** Error/Alert Messages **********/
.message {
    padding: 10px 38px 10px 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    position: relative;
}

    .message.success {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .message.success a {
            color: #2b542c;
        }

    .message.error {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .message.error a {
            color: #843534;
        }
/********** Table **********/
.tableOut {
    overflow-y: hidden;
    overflow-x: auto;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
    border: none;
    border-top: 1px solid #E9E9EA;
    border-left: 1px solid #E9E9EA;
}

    table table {
        margin: 0;
    }

th, td {
    border: none;
    padding: 8px 10px;
    border-bottom: 1px solid #E9E9EA;
    border-right: 1px solid #E9E9EA;
}

caption, th, td {
    font-weight: normal;
    background: #fff;
}

th {
    background: #f3f3f3;
}

.tableScroll {
    overflow-y: hidden;
    overflow-x: auto;
}

.textLeft {
    text-align: left !important;
}

.textRight {
    text-align: right !important;
}

.textCenter {
    text-align: center !important;
}

.textJustify {
    text-align: justify !important;
}
/* ******** Grid : 12 Coloum and Boxs ******** */
.row {
    margin: 0 -15px;
}

.cols1, .cols2, .cols3, .cols4, .cols5, .cols6, .cols7, .cols8, .cols9, .cols10, .cols11, .cols12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.cols12 {
    width: 100%;
}

.cols11 {
    width: 91.66666667%;
}

.cols10 {
    width: 83.33333333%;
}

.cols9 {
    width: 75%;
}

.cols8 {
    width: 66.66666667%;
}

.cols7 {
    width: 58.33333333%;
}

.cols6 {
    width: 50%;
}

.cols5 {
    width: 41.66666667%;
}

.cols4 {
    width: 33.33333333%;
}

.cols3 {
    width: 25%;
}

.cols2 {
    width: 16.66666667%;
}

.cols1 {
    width: 8.33%;
}

.loaderDiv {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999;
}

.sk-folding-cube {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #333;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .sk-folding-cube .cube1:before {
        background-color: #78b833;
    }

    .sk-folding-cube .cube2:before {
        background-color: #e93d3d;
    }

    .sk-folding-cube .cube3:before {
        background-color: #0059a5;
    }

    .sk-folding-cube .cube4:before {
        background-color: #ff671d;
    }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
/********** Layout **********/
#wrapper {
    max-width: 1902px;
    margin: 0 auto;
    overflow-x: hidden;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}

#middleSection {
}

.contentLeft {
    float: left;
    width: 68%;
}

.sidebar {
    float: right;
    width: 27%;
    margin-bottom: 50px;
}
/*Header*/
.headerWrap {
    position: relative;
}

#header {
    background-color: #fff;
    background: rgba(255,255,255,0.95);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    border-top: 4px solid #c62727;
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

.siteLogo {
    float: left;
    width: 170px;
    margin: 10px 0;
}

    .siteLogo a {
        display: block;
    }

    .siteLogo .tagline {
        font-size: 12px;
        text-align: center;
        display: block;
        color: #dc1c23;
    }

.topLink {
    float: right;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #6f6f6f;
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

    .topLink li {
        float: left;
        position: relative;
        padding: 0 0 0 35px;
    }

        .topLink li:first-child {
            padding-left: 0;
        }

        .topLink li:before {
            content: " ";
            position: absolute;
            left: 17px;
            top: 50%;
            z-index: auto;
            height: 14px;
            width: 1px;
            background: #6f6f6f;
            overflow: hidden;
            margin-top: -7px;
        }

        .topLink li:first-child:before {
            display: none;
        }

        .topLink li a {
            color: #6f6f6f;
            text-decoration: none;
        }

            .topLink li a:hover {
                color: #dc1c23;
                text-decoration: none;
            }

.mainNav {
    clear: right;
    float: right;
    position: relative;
    margin: 50px 0 0;
}





/*Intro Text*/
.introText {
    text-align: justify;
    padding: 40px 0 15px;
}

    .introText h2 {
        font-size: 30px;
        font-weight: 300;
    }
/********** Owl Carousel **********/
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden; /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0, 0);
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
    }

        .owl-carousel .owl-item img {
            display: block;
            -webkit-transform-style: preserve-3d;
            margin: 0 auto;
        }

    .owl-carousel .owl-grab {
        cursor: move;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

    .owl-carousel .owl-item .owl-lazy {
        opacity: 0;
        -webkit-transition: opacity 400ms ease;
        -moz-transition: opacity 400ms ease;
        -ms-transition: opacity 400ms ease;
        -o-transition: opacity 400ms ease;
        transition: opacity 400ms ease;
    }

    .owl-carousel .owl-item img {
        transform-style: preserve-3d;
    }

    .owl-carousel .owl-video-wrapper {
        position: relative;
        height: 100%;
        background: #000;
    }

    .owl-carousel .owl-video-play-icon {
        position: absolute;
        height: 80px;
        width: 80px;
        left: 50%;
        top: 50%;
        margin-left: -40px;
        margin-top: -40px;
        cursor: pointer;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -webkit-transition: scale 100ms ease;
        -moz-transition: scale 100ms ease;
        -ms-transition: scale 100ms ease;
        -o-transition: scale 100ms ease;
        transition: scale 100ms ease;
    }

    .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
        display: none;
    }

    .owl-carousel .owl-video-tn {
        opacity: 0;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        -webkit-transition: opacity 400ms ease;
        -moz-transition: opacity 400ms ease;
        -ms-transition: opacity 400ms ease;
        -o-transition: opacity 400ms ease;
        transition: opacity 400ms ease;
    }

    .owl-carousel .owl-video-frame {
        position: relative;
        z-index: 1;
    }

.owlCarousel .item {
    text-align: center;
    position: relative;
}

.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-controls .owl-nav .owl-prev, .owl-theme .owl-controls .owl-nav .owl-next {
        color: #fff;
        cursor: pointer;
        display: block;
        width: 80px;
        height: 80px;
        position: absolute;
        top: 50%;
        margin-top: -40px;
        background-image: url(../images/arrows.png);
        background-repeat: no-repeat;
        overflow: hidden;
        text-indent: -1000px;
    }

    .owl-theme .owl-controls .owl-nav .owl-prev {
        left: 0;
        background-position: 25px center;
    }

    .owl-theme .owl-controls .owl-nav .owl-next {
        right: 0;
        background-position: -55px center;
    }

    .owl-theme .owl-controls .owl-nav .disabled {
        opacity: .5;
        cursor: default;
    }

.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 999;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 15px;
            height: 15px;
            margin: 5px 7px;
            background: #fff;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity 200ms ease;
            -moz-transition: opacity 200ms ease;
            -ms-transition: opacity 200ms ease;
            -o-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
            cursor: pointer;
            border: 2px solid #fff;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #2f69b0;
        }

.indexBanner .owl-theme .owl-controls .owl-nav .owl-prev, .indexBanner .owl-theme .owl-controls .owl-nav .owl-next {
    background-image: url(../images/arrows-white.png);
    margin-top: 0;
}
/*Our CLients*/
.ourClients {
    background-color: #e2e2e2;
    border-bottom: 1px solid #c7c7c8;
    border-top: 1px solid #c7c7c8;
    padding: 10px 0;
    z-index: 9998;
    position: relative;
}

.resLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.ourClients .container {
    position: relative;
}
/*.ourClients .container:before, .ourClients .container:after {content: "";position: absolute;width:100%;height:150px;top:0; background-color: #e2e2e2; z-index:999}
.ourClients .container:before {left:100%}
.ourClients .container:after {right:100%}*/
.ourClients img {
    height: 120px;
    margin: 0 auto;
}

.ourClients .owl-stage-outer {
    overflow: visible;
}

.grayscale, .ourClients img, .productLink img, .clientBlock .mainImg {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray;
}

    .grayscale.grayscale-fade, .ourClients img, .productLink img, .clientBlock .mainImg {
        transition: filter .5s;
    }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .grayscale.grayscale-fade, .ourClients img, .productLink img, .clientBlock .mainImg {
        -webkit-transition: -webkit-filter .5s;
        transition: -webkit-filter .5s;
    }
}

.grayscale.grayscale-off, .ourClients .item:hover img, .productLink a:hover img, .productLink a.active img, .clientBlock:hover .mainImg {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.grayscale.grayscale-replaced {
    -webkit-filter: none;
    filter: none;
}

    .grayscale.grayscale-replaced > svg {
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease;
        opacity: 1;
    }

    .grayscale.grayscale-replaced.grayscale-off > svg, .grayscale.grayscale-replaced.grayscale-fade:hover > svg {
        opacity: 0;
    }

.clientInfo {
    width: 580px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -290px;
    background-color: #fff;
    padding: 30px;
    z-index: 999;
    color: #6f6e6e;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    display: none;
    text-align: left;
}

    .clientInfo:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 15px;
        margin-left: -15px;
    }

.ourClients .item:hover .clientInfo {
    display: block;
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

.clientInfo p {
    margin-bottom: 15px;
    font-style: italic;
}

.clientInfo .clientName {
    border-top: 1px solid #cccccc;
    padding-top: 15px;
}

    .clientInfo .clientName strong {
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: #e11b22;
    }

.clientInfo .textButton {
    text-align: right;
    margin-bottom: 20px;
}

    .clientInfo .textButton a {
        color: #ee2124;
        text-decoration: underline;
    }

        .clientInfo .textButton a:hover {
            color: #ee2124;
            text-decoration: none;
        }
/*Services*/
.services {
    background: url(../images/services-bg.html) no-repeat center top;
    background-size: cover;
    padding: 40px 0;
}

    .services h2 {
        font-size: 25px;
        font-weight: bold;
        color: #e73d1d;
        line-height: normal;
        margin: 0 0 40px;
        text-align: center;
    }

    .services .row {
        margin: 0 -5px;
    }

    .services .cols3 {
        padding: 0 5px;
    }

.servicesBlock {
}

.serviceText {
    position: relative;
}

    .serviceText:hover {
        z-index: 9;
    }

.servicesBlock h3 {
    padding: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

.servicesBlock.lerms a {
    color: #78b833;
}

.servicesBlock.lars a {
    color: #e93d3d;
}

.servicesBlock.llcs a {
    color: #0059a5;
}

.servicesBlock.licm a {
    color: #ff671d;
}

.servicesBlock a {
    text-decoration: none;
    display: block;
    border-bottom: 8px solid transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
}

.servicesBlock:hover a {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.servicesBlock a:hover {
    color: #fff;
}

.servicesBlock.lerms a {
    border-bottom-color: #78b833;
}

.servicesBlock.lars a {
    border-bottom-color: #e93d3d;
}

.servicesBlock.llcs a {
    border-bottom-color: #0059a5;
}

.servicesBlock.licm a {
    border-bottom-color: #ff671d;
}

.servicesBlock.lerms:hover h3 {
    background-color: #78b833;
}

.servicesBlock.lars:hover h3 {
    background-color: #e93d3d;
}

.servicesBlock.llcs:hover h3 {
    background-color: #0059a5;
}

.servicesBlock.licm:hover h3 {
    background-color: #ff671d;
}


.aboutText {
    padding: 40px 0;
    background: url(../images/about-text-bg.jpg) no-repeat center bottom;
}

    .aboutText h2 {
        font-size: 20px;
        font-weight: normal;
        color: #6f6e6e;
        margin-bottom: 30px;
    }

.bullet {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .bullet li {
        padding: 0 0 10px 35px;
        position: relative;
    }

        .bullet li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            width: 12px;
            height: 12px;
            border: 2px solid #ccc;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }




.middleContent {
    padding: 15px 0;
}

    .middleContent h2 {
        font-size: 25px;
        color: #9A32CD;
        font-weight: 400;
        margin-bottom: 15px;
        line-height: normal;
    }

    .middleContent strong {
        font-weight: bold;
        font-size: 18px;
    }


.requestDemoFooterLink {
    background-color: #c62727;
}

    .requestDemoFooterLink a {
        display: block;
        padding: 15px 0 35px;
        line-height: 38px;
        font-size: 25px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        text-decoration: none;
        background: url(../images/arrow-down.png) no-repeat center 55px;
    }

.midImg {
    float: left;
    width: 35%;
    margin-top: -110px;
    position: relative;
    z-index: 9;
}

.midSContent {
    float: right;
    width: 60%;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font-size: 14px;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}


#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}


.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 9999;
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
    visibility: hidden;
    font-size: 16px;
    line-height: normal;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/********** Responsive Tab **********/
.r-tabs .r-tabs-nav {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
}

    .r-tabs .r-tabs-tab .r-tabs-anchor {
        display: block;
        background-color: #d9d9d9;
        color: #616161;
        font-size: 24px;
        font-weight: 300;
        line-height: 38px;
        padding: 15px 30px;
        text-decoration: none;
        border: none;
    }

        .r-tabs .r-tabs-tab .r-tabs-anchor:hover {
            color: #fff;
        }

.r-tabs .r-tabs-state-active .r-tabs-anchor {
    color: #fff;
    background-color: #ff0000;
}

.r-tabs .r-tabs-panel {
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

.r-tabs .r-tabs-tab {
    position: relative;
}


/*Product */
.bannerImg {
    margin: 200px 0 0;
    background-color: #fff;
    background: rgba(255,255,255,0.4);
    padding: 12px;
    display: inline-block;
}

.productPage .sidebar {
    margin-bottom: 25px;
    text-align: center;
}

.productPage .sidebarRes {
    display: none;
}

.productPage .btns {
    margin: 40px 0;
}

    .productPage .btns .button {
        padding: 17px 25px;
        margin-right: 5px;
    }



.productPage .tabContent ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.productPage .tabContent li {
    transition: all 0.1s ease;
    padding: 0 0 15px 25px;
}

    .productPage .tabContent li:hover {
        background-position: 10px 10px;
    }

#keyFeatures {
    text-align: center;
}

.lrmsPage .r-tabs .r-tabs-tab:first-child, .lrmsPage .r-tabs .r-tabs-tab:first-child:before {
    background-color: #daf0d1;
}

.lrmsPage .r-tabs .r-tabs-tab:last-child, .lrmsPage .r-tabs .r-tabs-tab:last-child:before {
    background-color: #c5e8b6;
}

.larsPage .r-tabs .r-tabs-tab:first-child, .larsPage .r-tabs .r-tabs-tab:first-child:before {
    background-color: #ffcbc4;
}

.larsPage .r-tabs .r-tabs-tab:last-child, .larsPage .r-tabs .r-tabs-tab:last-child:before {
    background-color: #ffaa9f;
}

.licmPage .r-tabs .r-tabs-tab:first-child, .licmPage .r-tabs .r-tabs-tab:first-child:before {
    background-color: #ffcdc4;
}

.licmPage .r-tabs .r-tabs-tab:last-child, .licmPage .r-tabs .r-tabs-tab:last-child:before {
    background-color: #ffaea0;
}

.llcsPage .r-tabs .r-tabs-tab:first-child, .llcsPage .r-tabs .r-tabs-tab:first-child:before {
    background-color: #cee6ff;
}

.llcsPage .r-tabs .r-tabs-tab:last-child, .llcsPage .r-tabs .r-tabs-tab:last-child:before {
    background-color: #a0ceff;
}

.contactForm {
    margin-bottom: 60px;
}

.sidebar .contactForm {
    margin-bottom: 0;
}

.contactForm .inputElement {
    margin-bottom: 15px;
}

.contactForm .field50 {
    margin: 0 -2%;
}

    .contactForm .field50 .inputElement {
        float: left;
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
    }

.contactForm .inputElement label {
    color: #6f6e6e;
}

.sidebar .contactForm .inputElement label {
    font-size: 14px;
}

.sidebar .contactForm .captchaDiv label {
    top: 45px;
}

.sidebar .contactForm .captchaDiv.active label {
    top: 35px;
}

.sidebar .contactForm .inputElement.active label {
    font-size: 10px;
}

.contactForm .star {
    color: #ff0000;
}

.contactForm .inputElement .inputBox {
    border-color: #d0d1d3;
    color: #333;
    padding: 20px 0 8px;
    height: 52px;
}

.contactForm .inputElement textarea.inputBox {
    height: 65px;
    line-height: normal;
}

.contactForm .btn {
    text-align: right;
}

.sidebar .contactForm .btn {
    text-align: center;
}

.contactForm .btn .button {
    min-width: inherit;
    margin-left: 8px;
}

.contactForm .indicateDiv {
    float: left;
    font-size: 14px;
    padding-top: 15px;
}

.sidebar .contactForm .indicateDiv {
    float: none;
    padding: 0 0 10px;
}

.sidebar .contactForm .button {
    padding: 10px 18px;
}

.captchaImg {
    position: absolute;
    right: 0;
    top: 5px;
}

.sidebar .contactForm .captchaImg {
    position: static;
    display: block;
}

.captchaElement {
    position: relative;
}

    .captchaElement .captchaDiv {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        width: auto;
    }

.sidebar .captchaElement .captchaDiv {
    position: static;
    display: block;
}

.captchaElement .captchaDiv div {
    background: none !important;
    border: none !important;
    height: auto !important;
}

.captchaElement .captchaDiv img {
    width: 140px !important;
}

.captchaElement .inputBox {
    padding-right: 160px;
}



/*Parnter Right sidebar*/
.contactDetails span {
    color: #df5247;
}

.contactDetails p:last-child {
    margin: 0;
}

.partnerBtn .button {
    display: block;
    padding: 20px 40px;
    text-align: left;
}

    .partnerBtn .button:after {
        position: absolute;
        right: 40px;
        top: 50%;
        margin-top: -8px;
        content: " ";
        height: 16px;
        width: 10px;
        transition: all 0.1s ease;
    }

    .partnerBtn .button:hover:after {
    }





.clientLink {
    color: #6f6e6e;
}

    .clientLink:hover {
        color: #ee2124;
    }



    .clientContent .whitebg {
        background-color: #fff;
    }


    .clientBlock img {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 180px;
    }

    .clientBlock .max {
        max-width: 250px;
    }

    .clientBlock .clientInfo {
        display: none;
        position: absolute;
        top: 0;
        z-index: 9;
        background-color: #fff;
        padding: 30px;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
        border-top: 6px solid #e11a1a;
    }

    .clientBlock:hover .clientInfo {
        -webkit-animation-name: fadeInDownBig;
        animation-name: fadeInDownBig;
        display: block;
        font-size: 14px;
    }

    .clientBlock .clientInfo:after {
        top: 0;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(225, 26, 26, 0);
        border-top-color: #e11a1a;
        border-width: 15px;
        margin-left: -15px;
    }

    .clientBlock .companyInfo {
        float: left;
        width: 33%;
    }

        .clientBlock .companyInfo img {
            margin: 0 0 30px !important;
        }

        .clientBlock .companyInfo .name {
            font-size: 25px;
            line-height: 1.3;
            font-weight: 300;
            margin-bottom: 20px;
        }

        .clientBlock .companyInfo .owner {
            font-size: 16px;
        }

            .clientBlock .companyInfo .owner strong {
                font-size: 20px;
                display: block;
            }

    .clientBlock .testiBlock {
        float: right;
        width: 62%;
    }

    .clientBlock .clientInfo p {
        margin-bottom: 10px;
    }

    .clientBlock .clientInfo {
        left: 50%;
        margin-left: -375px;
        width: 750px;
    }

    .clientBlock #client1, .clientBlock #client7 {
        left: 0;
        margin-left: 20px;
    }

    .clientBlock #client6, .clientBlock #client12 {
        left: 100%;
        margin-left: -770px;
    }

.importantLinks a {
    float: left;
    width: 33.33%;
    position: relative;
    display: block;
    text-decoration: none;
}

.importantLinks .linkText {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 25px;
    font-weight: bold;
}

    .importantLinks .linkText h3 {
        margin: 0;
        font-size: 25px;
        font-weight: bold;
    }

/**/
.innerBanner .tagline {
    background-color: #000;
    background: rgba(0,0,0,0.75);
    width: auto;
    display: inline-block;
    margin: 140px 0 0;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 20px 30px;
    line-height: normal;
}


.productFeatures {
    background:url(../images/workflow-icon/top-bg.png) no-repeat center center fixed;
    padding: 80px 0;
    font-size: 18px;
    color: #fff;
	background-color: #11346c;
    background-size: cover;
    background-position: center center;
}

    .productFeatures .container {
        background-color: #000;
        background: rgba(0,0,0,0.68);
        padding: 0 75px 50px;
        border-bottom: 7px solid transparent;
        position: relative;
		display:none;
    }

.otherProducts {
    padding: 20px 0 20px;
}

    .otherProducts h2 {
        margin-bottom: 40px;
    }

.OurClients {
    padding: 10px 0 10px;
}

    .OurClients h2 {
        margin-bottom: 20px;
    }

.productLink {
    margin: 0 -1.5%;
}

    .productLink a {
        float: left;
        margin: 0 1.5%;
        display: block;
    }

    .productLink .active {
        display: none;
    }

    .productLink img {
        width: 100%;
        display: block;
        opacity: 0.5;
    }

    .productLink a:hover img {
        opacity: 1;
    }


    .grayscale, .productLink img, .clientPageBlock .mainImg {
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        filter: gray;
    }

        .grayscale.grayscale-fade, .productLink img, .clientPageBlock .mainImg {
            transition: filter .5s;
        }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .grayscale.grayscale-fade, .productLink img, .clientPageBlock .mainImg {
        -webkit-transition: -webkit-filter .5s;
        transition: -webkit-filter .5s;
    }
}

.grayscale.grayscale-off, .productLink a:hover img, .clientPageBlock a:hover .mainImg {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.grayscale.grayscale-replaced {
    -webkit-filter: none;
    filter: none;
}

    .grayscale.grayscale-replaced > svg {
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease;
        opacity: 1;
    }

    .grayscale.grayscale-replaced.grayscale-off > svg, .grayscale.grayscale-replaced.grayscale-fade:hover > svg {
        opacity: 0;
    }



    .benefits .benefitsImg {
        float: left;
        width: 50%;
       
		padding: 0px 0 0 40px;
    }

.productPage .benefitsImg img {
    float: right;
}

.benefitText {
    float: left;
    width: 100%;
    max-width: 585px;
    padding: 50px 0 0 40px;
}

    .benefitText h2 {
        padding-left: 27px;
    }

    .benefitText ul {
        list-style: none;
        padding: 0;
        margin: 0 0 25px;
    }

    .benefitText li {
        padding: 0 0 10px 35px;
        position: relative;
    }

     /*   .benefitText li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            width: 12px;
            height: 12px;
            border: 2px solid #ccc;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }*/
		
		.benefitText .far {
    color: #9a38d2;
    padding-right: 5px;
}

.featuresIcons {
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
}

    .featuresIcons .ico {
        position: relative;
        padding-top: 100px; /*background:url(../images/ico-sep.png) no-repeat center 250px*/
    }

        .featuresIcons .ico:before {
            content: "";
            position: absolute;
            left: 85%;
            top: 170px;
            width: 40px;
            height: 1px;
            background-color: #fff;
            z-index: 1;
        }

    .featuresIcons .owl-item:last-child .ico:before {
        display: none;
    }

    .featuresIcons .ico a {
        display: block;
        width: 146px;
        height: 146px;
        border: 8px solid transparent;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        z-index: 99;
        margin: 0 auto;
    }

        .featuresIcons .ico a:after {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: transparent;
            border-width: 15px;
            margin-left: -15px;
            margin-bottom: -3px;
        }


.lermsPage .featuresIcons .ico a:hover, .lermsPage .featuresIcons .ico.active a {
    background-color: #722779;
    border-color: #c4c8ca;
}

    .lermsPage .featuresIcons .ico a:hover:after, .lermsPage .featuresIcons .ico.active a:after {
        border-bottom-color: #722779;
    }

.lermsPage .productFeatures .container {
    border-color: #88c141;
}



.larsPage .featuresIcons .ico a:hover, .larsPage .featuresIcons .ico.active a {
    background-color: #e85222;
    border-color: #606d72;
}

    .larsPage .featuresIcons .ico a:hover:after, .larsPage .featuresIcons .ico.active a:after {
        border-bottom-color: #e85222;
    }

.larsPage .productFeatures .container {
    border-color: #e85222;
}



.llcsPage .featuresIcons .ico a:hover, .llcsPage .featuresIcons .ico.active a {
    background-color: #2681ce;
    border-color: #606d72;
}

    .llcsPage .featuresIcons .ico a:hover:after, .llcsPage .featuresIcons .ico.active a:after {
        border-bottom-color: #2681ce;
    }

.llcsPage .productFeatures .container {
    border-color: #2681ce;
}



.licmPage .featuresIcons .ico a:hover, .licmPage .featuresIcons .ico.active a {
    background-color: #ec6928;
    border-color: #606d72;
}

    .licmPage .featuresIcons .ico a:hover:after, .licmPage .featuresIcons .ico.active a:after {
        border-bottom-color: #ec6928;
    }

.licmPage .productFeatures .container {
    border-color: #ec6928;
}



.featuresIcons .hoverText {
    display: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 1.2;
}

.featuresIcons .ico a:hover .hoverText, .featuresIcons .ico.active a .hoverText {
    display: block;
}

.featureContent {
    display: none;
    text-align: center;
    position: relative;
}

.featuresIcons .featureContent {
    display: none !important;
}

.benefitCarousel .owl-controls {
    position: static;
    width: 100%;
    text-align: center;
}

.benefitCarousel .owl-dots {
    display: inline-block;
    position: static;
    width: auto;
    padding: 12px 20px 8px;
}

    .benefitCarousel .owl-dots .owl-dot span {
        margin: 0 5px;
        border: none;
        background-color: #ddd;
    }

    .benefitCarousel .owl-dots .owl-dot.active span, .benefitCarousel .owl-dots .owl-dot:hover span {
        background: #000000;
    }


.featuresIcons .owl-controls {
    width: 100%;
}

    .featuresIcons .owl-controls .owl-nav .owl-prev, .featuresIcons .owl-controls .owl-nav .owl-next {
        display: inline-block;
        background: url(../images/features-arrow.png) no-repeat;
        width: 45px;
        height: 45px;
        margin-top: 0;
        top: 60%;
    }

    .featuresIcons .owl-controls .owl-nav .owl-prev {
        background-position: 16px 12px;
        left: -60px;
    }

    .featuresIcons .owl-controls .owl-nav .owl-next {
        background-position: -70px 12px;
        right: -60px;
    }

    .featuresIcons .owl-controls .owl-nav .owl-prev:hover {
        background-position: 16px -67px;
    }

    .featuresIcons .owl-controls .owl-nav .owl-next:hover {
        background-position: -70px -67px;
    }

.clientsList {
    padding-top: 30px;
}

    .clientsList .row {
        position: relative;
    }

.clientPageBlock {
    position: relative;
    background: #fff;
    border: 1px solid #bebebe;
    margin-bottom: 30px;
}

    .clientPageBlock:after, .clientPageBlock:before {
        display: none;
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .clientPageBlock:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 20px;
        margin-left: -20px;
    }

    .clientPageBlock:before {
        border-color: rgba(190, 190, 190, 0);
        border-top-color: #bebebe;
        border-width: 21px;
        margin-left: -21px;
    }

    .clientPageBlock.active {
    }

        .clientPageBlock.active:after, .clientPageBlock.active:before {
            display: block;
        }

    .clientPageBlock .mainImg {
        height: 215px;
        margin: 0 auto;
        display: block;
        opacity: 0.6;
    }

    .clientPageBlock:hover img {
        opacity: 1;
    }

    .clientPageBlock h3 {
        margin: 0;
        font-size: 16px;
        font-weight: normal;
        padding: 10px 15px;
        border-top: 1px solid #bebebe;
        position: relative;
    }

    .clientPageBlock a {
        text-decoration: none;
        color: #6f6e6e;
    }

        .clientPageBlock a:hover {
            color: #ee2124;
        }

    .clientPageBlock h3:before {
        content: " ";
        position: absolute;
        top: -20px;
        left: 20px;
        z-index: auto;
        height: 20px;
        width: 53px;
        overflow: hidden;
    }

.clientsList .clientsInfo {
    display: none;
    clear: both;
    width: 100%;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    background-color: #fff;
    padding: 30px;
    z-index: 999;
    color: #6f6e6e;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    text-align: left;
    margin: 0 0 30px 15px;
    position: relative;
}

.clientPageBlock:hover .clientsInfo {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

.clientsList .clientsInfo .cf {
    border-bottom: 1px solid #9d9d9d;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.clientsList .clientsInfo .cntImg {
    float: left;
    width: 40%;
}

    .clientsList .clientsInfo .cntImg img {
        height: 180px;
        display: block;
        margin: 0 auto;
    }

.clientsList .clientsInfo .clientName {
    float: left;
    width: 55%;
    padding-top: 25px;
}

    .clientsList .clientsInfo .clientName span, .clientsList .clientsInfo .clientName strong {
        display: block;
    }

    .clientsList .clientsInfo .clientName span {
        font-size: 25px;
        font-weight: 300;
        color: #ee2124;
        line-height: normal;
        margin-bottom: 3px;
    }

    .clientsList .clientsInfo .clientName strong {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px;
    }

.clientsList .clientsInfo p {
    margin: 0;
}

.clientsList .clientsInfo .closeBtn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent: -1000px;
}

.clickSticky1 {
    position: fixed;
    right: 17px;
    bottom: 50%;
    margin-top: -40px;
    background-color: #c62727;
    /* border: 2px solid #c62727; */
    border-bottom: none;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    z-index: 99999;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    transform: rotate(-90deg);
    transform-origin: right center 0px;
    float: right;
}

    .clickSticky1:hover {
        background-color: #fff;
        color: #c62727;
    }

.clickSticky {
    position: fixed;
    right: 17px;
    bottom: 50%;
    margin-top: -40px;
    background-color: #c62727;
    /* border: 2px solid #c62727; */
    border-bottom: none;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    z-index: 99999;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    transform: rotate(-90deg);
    transform-origin: right center 0px;
    float: right;
}

    .clickSticky:hover {
        background-color: #fff;
        color: #c62727;
    }
/*.clickStickyv { width:30px; top:50%; text-transform:uppercase;margin-top:-130px;}*/

/*-------------------------------Blogs CSS Added By Sunil 10-07-2019---------start-------------*/

.Blogs {
    background-color: #e2e2e2;
    border-bottom: 1px solid #c7c7c8;
    border-top: 1px solid #c7c7c8;
    padding: 1.5rem;
}

.carouselBlogsDiv {
    padding: 1.5rem;
    background-color: #ffffff;
    min-height: 300px;
    /*box-shadow: 2px 6px 5px 0px rgba(0, 0, 0, 0.15);*/
}

.carouselBlogs {
    clear: both;
}

.test-div-img {
    width: 50%;
    margin: 0 auto;
}

.carouselBlogsDiv h5 {
    margin: 0;
    text-align: left;
}

.carouselBlogsDiv p {
    font-size: 0.8rem;
    text-align: left;
    padding-top: 10px;
}

.carouselBlogsDiv a {
    font-weight: bold;
    text-align: left;
}

.view-all-post {
    float: right;
    margin: 4% 0 2%;
    text-transform: uppercase;
    height: 3%;
}

    .view-all-post a {
        font-size: 13px;
    }

.view-header {
    clear: both;
}

.carouselBlogsDiv .readMore {
    text-align: left;
    position: absolute;
    bottom: 50px;
}

.Readmore1 .readMore {
    text-align: right;
    float: right;
    width: 100%;
    position: inherit;
    display: inline-block;
    width: auto;
}

    .Readmore1 .readMore span {
        text-align: left;
        font-size: 12px;
        font-weight: 100;
        color: cadetblue;
        cursor: pointer;
    }

        .Readmore1 .readMore span:active des-p-h {
            height: auto;
            overflow: hidden;
        }

.page-title {
    margin-top: 2rem;
    position: relative;
    display: inline-block;
    font-weight: 600;
    height: 5%;
    font-size: 2rem;
    color: #000;
    text-transform: uppercase;
}

    .page-title::after {
        height: 2px;
        width: auto;
        background: #ffffff;
        content: "";
        display: block;
        margin-top: 0.5rem;
        background: #e23434;
    }

.carouselBlogs .owl-prev {
    left: -60px !important;
}

.carouselBlogs .owl-next {
    right: -60px !important;
}

.itl p {
    font-style: italic;
    font-size: 16px;
}

.itl div {
    font-style: italic;
    font-size: 16px;
}

.itl span {
    font-style: italic;
    font-size: 16px;
}

.carouselBlogs .clientName {
    border-top: 1px solid #cccccc;
    padding-top: 15px;
    text-align: left;
}

.des-p-h {
    height: 300px;
    overflow: hidden;
    position: relative;
    cursor: default;
    overflow-y: scroll;
}

.des-p-h1 {
    height: auto;
    overflow: hidden;
    position: relative;
    display: none;
}

.gradientback {
    position: absolute;
    bottom: 88px;
    left: 0px;
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(137,255,241,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,255,241,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(137,255,241,0) 0%,rgb(255, 255, 255) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}



/*-------------------------------Blogs CSS Added By Sunil 10-07-2019-----------End-----------*/
/*-------------------------------FAQ CSS Added By Sunil 10-07-2019-----------Start-----------*/



.et_pb_row {
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
}

.et_pb_module {
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
}

.et_pb_module {
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

.gbsecthead1 {
    margin: 1em 0 .6em 0;
    padding: 0 0 0 20px;
    position: relative;
    font-size: 24px !important;
    line-height: 40px;
    text-align: left !important;
}

    .gbsecthead1:after, .gbsecthead2:after {
        background: #9a38d2;
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        width: 6px;
        border-radius: 2px;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.5), 0 1px 1px rgba(255,255,255,.3);
    }

.et_pb_row {
    max-width: 1100px !important;
    width: 90%;
}

.et_pb_module {
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
}

.et_pb_accordion.custom-accordion .et_pb_toggle {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}

    .et_pb_accordion.custom-accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title {
        font-size: 25px;
        color: #9a38d2 !important;
		font-family:inherit;
    }

    .et_pb_accordion.custom-accordion .et_pb_toggle .et_pb_toggle_title {
        color: #9a38d2 !important;
        padding: 10px 0 10px 65px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
		font-family:inherit;
    }
	h5.et_pb_toggle_title {
    /* margin-bottom: 0px; */
    margin-bottom: 5px!important;
    padding-bottom: 10px!important;
}

    .et_pb_accordion.custom-accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
        display: block;
        padding: 4px;
        margin: -0px 0 0 -14px;
        color: #FFF;
        
        background-color: #6b119e;
        left: 0;
        right: auto;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        text-align: center;
    }

.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\2212";
    /*content: "\002B";*/
}

.et_pb_toggle_close .et_pb_toggle_title:before {
    content: "\002B";
    color: #6b119e !important;
    text-align: center;
    width: 21px !important;
    height: 21px;
    line-height: 20px;
    padding: 2px;
}

.et_pb_accordion.custom-accordion .et_pb_toggle .et_pb_toggle_title:before {
    overflow: hidden;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px solid #6b119e;
    color: transparent;
    left: -13px;
    right: auto;
    top: 14px;
    width: 38px;
}

.et_pb_toggle_title {
    position: relative;
    font-size: 16px;
    cursor: pointer;
}

.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    display: none;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\2212";
    color: white !important;
    width: 20px !important;
}

.et_pb_toggle_title:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.5em;
    color: #ccc;
    font-size: 14px;
    content: "\e050";
}

.et_pb_accordion.custom-accordion .et_pb_toggle .et_pb_toggle_content {
    padding: 0 0 15px 65px;
}

.et_pb_toggle_content p:last-of-type {
    padding-bottom: 0;
}

p {
    line-height: 1.5em !important;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    content: " ";
}

.et_pb_accordion.custom-accordion:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #d8d6da;
    position: absolute;
    top: 0;
    left: 0;
}

.FAQ p, .FAQ h5 {
    margin: 0;
}

/*-------------------------------FAQ CSS Added By Sunil 10-07-2019-----------End-----------*/





/* ************* Media Queries Tablets ****************** */
@media only screen and (max-width: 1169px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bannerCaption {
        max-width: 960px;
        padding: 0 50px;
    }

    .bannerService li a br, .banner1 .bannerCaption p.desc br {
        display: none;
    }

    .bannerService {
        margin: 0 -5px 30px;
    }

        .bannerService li {
            width: 25%;
            padding: 0 5px;
            margin: 0;
        }

    .servicesBlock h3 {
        padding: 15px;
    }

    .benefitText {
        width: 50%;
    }

    .benefits .benefitsImg {
        border: none;
    }
}

@media only screen and (max-width: 1023px) {
    #header.fixed, #header {
        position: static;
    }

    .indexBanner .container {
        padding: 0;
    }

    .indexBanner .owl-theme .owl-controls .owl-nav .owl-prev, .indexBanner .owl-theme .owl-controls .owl-nav .owl-next {
        width: 50px;
        height: 50px;
    }

    .indexBanner .owl-theme .owl-controls .owl-nav .owl-prev {
        background-position: 15px center;
    }

    .indexBanner .owl-theme .owl-controls .owl-nav .owl-next {
        background-position: -70px center;
    }

    .owl-theme .owl-dots {
        bottom: 0;
    }

    .siteLogo {
        margin: 15px 0;
    }

    .toggleMenu {
        display: block;
    }

    .mainNav .parent {
        position: relative;
    }

        .mainNav .parent .menuIcon {
            display: block;
            width: 40px;
            height: 30px;
            position: absolute;
            right: 0;
            top: 6px;
        }

            .mainNav .parent .menuIcon.active {
            }

    .resHide {
        display: none !important;
    }

   

    .services .cols3 {
        width: 50%;
        margin-bottom: 40px;
    }

        .services .cols3 img {
            width: 100%;
        }

    .servicesBlock h3 {
        min-height: 80px;
    }

    .footerWidget, .aboutFooter {
        width: 50%;
    }

    .footerLinks {
        width: 100%;
    }

    .mvBlock {
        padding: 0 25px;
    }

    .solutionButton a {
        padding: 10px 15px;
    }

    .innerBanner .tagline {
        margin-top: 90px;
    }

    .benefitText, .benefits .benefitsImg {
        float: none;
        width: auto;
        max-width: 100%;
    }

    .benefitText {
        padding: 0 20px;
    }

    .productLink a {
        width: 30.33%;
    }

    .featuresIcons .ico::before {
        display: none;
    }

    .page-title {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 899px) {
    .innerBanner {
        height: 250px;
    }

    .formGroup .inputElement, .formGroup .captchaElement {
        float: none;
        width: auto;
    }

    .servicesBlock:hover a {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .services h2, .middleContent h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .solutionButton a {
        padding: 10px 5px;
    }

    .partnerFeatures .cols4, .widgetPartner .widget {
        float: none;
        width: auto;
    }

    .partnerFeatures .container {
        padding: 30px 0;
    }

    .partnerPage ul {
        min-height: inherit;
        margin-bottom: 30px;
    }

    .eventPhotoListing .epBlock p {
        padding: 10px;
        font-size: 14px;
    }

    .r-tabs .r-tabs-tab .r-tabs-anchor {
        font-size: 20px;
        padding: 5px 15px;
    }

    .eventPhotoListing .epBlock {
        width: 49%;
    }

    .eventBlock {
        width: 50%;
    }

    .contactPage .formSection, .contactAddress {
        float: none;
        width: auto;
    }

    .innerBanner .tagline {
        margin-top: 70px;
    }

    .et_pb_accordion.custom-accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
        left: 4px !important;
    }

    .et_pb_toggle_open .et_pb_toggle_title:before {
        width: 20px !important;
    }
    .et_pb_toggle_title:before {
        font-size: 1px !important;
    }
}
/* ************* Mobiles Media Queries ****************** */
@media only screen and (max-width: 767px) {
    .indexBanner .item:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.4;
    }

    .bannerService li {
        width: auto;
        float: none;
        margin: 0;
        border: none;
        padding: 2px 0;
    }

    .bannerService .lerms a {
        background: rgba(120,184,51,0.90);
    }

    .bannerService .lars a {
        background: rgba(233,61,61,0.90);
    }

    .bannerService .llcs a {
        background: rgba(0,89,165,0.90);
    }

    .bannerService .licm a {
        background: rgba(255,103,29,0.90);
    }

    .services {
        padding: 40px 0 0;
    }

    .servicesBlock h3 {
        font-size: 16px;
    }

    .aboutText {
        padding: 20px 0 50px;
    }

    .indexBanner .item {
        height: 400px;
    }

    .bannerCaption {
        padding: 0 50px;
        margin: 50px 0 0 !important;
    }

    .banner1 .bannerCaption {
        margin: 20px 0 0 !important;
    }

    .bannerCaption h1 {
        font-size: 24px;
        line-height: normal;
    }

    .banner1 .bannerCaption p.desc {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .bannerCaption p.desc, .bannerCaption ul.desc {
        font-size: 18px;
    }

    .bannerCaption .grcSuite a {
        font-size: 22px;
        line-height: 40px;
    }

    .innerBanner {
        height: 200px;
    }

    #backtotop {
        display: block;
    }

    .midImg {
        float: none;
        width: auto;
        margin: 0 0 25px;
    }

        .midImg img {
            width: 100%;
        }

    .midSContent {
        float: none;
        width: auto;
    }

    .ourTeam {
        padding-bottom: 0;
    }

        .mvBlock, .ourTeam .cols4 {
            float: none;
            width: auto;
            margin-bottom: 20px;
        }

    .teamInfo {
        min-height: inherit !important;
    }

    .copyright {
        padding-bottom: 50px;
    }

    .clickSticky {
        right: 80px;
    }

    .services h2, .middleContent h2 {
        font-size: 20px;
    }

    .solutionButton li {
        width: 50%;
        margin-bottom: 10px;
    }

    .solutionsPage .h2Style {
        font-size: 20px;
        padding: 0 20px;
    }

    .clientsList .cols4 {
        float: none;
        width: auto;
    }

    .partnerPage h3 {
        margin-bottom: 20px;
    }

    .innerBanner .tagline {
        margin-top: 30px;
        font-size: 18px;
    }

        .innerBanner .tagline br {
            display: none;
        }

    .productFeatures {
        font-size: 16px;
    }

    .clientsList .clientsInfo .cntImg, .clientsList .clientsInfo .clientName {
        float: none;
        width: auto;
        text-align: center;
    }

    .lermsPage .featuresIcons .ico a, .lermsPage .featuresIcons .ico.active a {
        background-color: #88c141;
        border-color: #606d72;
    }

        .lermsPage .featuresIcons .ico a:after, .lermsPage .featuresIcons .ico.active a:after {
            border-bottom-color: #88c141;
        }

    .larsPage .featuresIcons .ico a, .larsPage .featuresIcons .ico.active a {
        background-color: #e85222;
        border-color: #606d72;
    }

        .larsPage .featuresIcons .ico a:after, .larsPage .featuresIcons .ico.active a:after {
            border-bottom-color: #e85222;
        }

    .llcsPage .featuresIcons .ico a, .llcsPage .featuresIcons .ico.active a {
        background-color: #2681ce;
        border-color: #606d72;
    }

        .llcsPage .featuresIcons .ico a:after, .llcsPage .featuresIcons .ico.active a:after {
            border-bottom-color: #2681ce;
        }

    .licmPage .featuresIcons .ico a, .licmPage .featuresIcons .ico.active a {
        background-color: #ec6928;
        border-color: #606d72;
    }

        .licmPage .featuresIcons .ico a:after, .licmPage .featuresIcons .ico.active a:after {
            border-bottom-color: #ec6928;
        }

    .featuresIcons .hoverText {
        display: block;
    }

    .ourClients .container {
        padding: 0;
    }

    .ourClients .clientInfo {
        padding: 0 40px;
    }

    .featuresIcons .featureContent {
        margin-top: 50px;
        display: block !important;
    }

    .featuresIcons .owl-controls .owl-nav .owl-prev, .featuresIcons .owl-controls .owl-nav .owl-next {
        top: 150px;
    }

    .carouselBlogsDiv {
        min-height: 375px;
    }
}

@media only screen and (max-width: 639px) {
    .featuresIcons .owl-controls .owl-nav .owl-prev {
        left: 0;
    }

    .featuresIcons .owl-controls .owl-nav .owl-next {
        right: 0;
    }

    .topLink {
        margin: 35px 0 5px;
    }

        .topLink li {
            float: none;
            display: inline-block;
            padding-left: 14px;
        }

            .topLink li::before {
                left: 6px;
            }

    .bannerCaption {
        margin: 0;
    }

        .bannerCaption ul.desc li {
            display: block;
            text-align: left;
        }

        .bannerCaption p.desc br {
            display: none;
        }

    .services .row {
        margin: 0;
    }

    .services .cols3 {
        float: none;
        width: auto;
    }

    .servicesBlock h3 {
        min-height: inherit;
    }

    .footerWidget, .aboutFooter, .footerLinks {
        float: none;
        width: auto;
        text-align: center;
        padding: 0;
    }

    #footer h3 {
        margin-bottom: 10px;
    }

    .footerLinks .links.first, .footerLinks .links, .footerLinks .links.last {
        float: none;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        text-align: left;
    }

    .footerLinks .links {
        padding: 0;
    }

    .contactForm .field50 {
        margin: 0;
    }

        .contactForm .field50 .inputElement {
            float: none;
            width: auto;
            margin: 0 0 15px;
        }

    .eventPhotoListing .epBlock {
        width: 49%;
    }

    .eventBlock {
        width: auto;
        float: none;
        padding: 20px 15px 0;
    }

        .eventBlock img {
            width: 100%;
        }

    .productFeatures .container {
        padding: 0 20px 20px;
    }

    .page-title {
        font-size: 1.3rem;
    }

    .itl div {
        font-size: 12px;
    }

    .gradientback {
        bottom: 76px;
    }
}

@media only screen and (max-width: 479px) {
    .topLink, .clickRequestDemo {
        display: none;
    }

    .innerBanner {
        height: 250px;
    }

    .bannerCaption {
        padding: 0 40px;
        margin-top: 20px !important;
    }

        .bannerCaption h1 {
            line-height: normal;
            font-size: 22px;
            margin-bottom: 15px;
        }

    .banner1 .bannerCaption p.desc {
        font-size: 18px;
    }

    .bannerCaption p.desc, .bannerCaption ul.desc {
        line-height: normal;
        margin-bottom: 15px;
    }

    .bannerCaption .grcSuite a {
        font-size: 16px;
        line-height: 40px;
        padding: 0 15px;
    }

    .bannerService li a {
        font-weight: normal;
        font-size: 12px;
        padding: 5px;
    }

    .eventPhotoListing {
        margin: 0;
    }

        .eventPhotoListing .epBlock {
            width: auto;
            float: none;
            padding: 0 0 30px;
        }

    .prdBanner {
        height: 280px;
    }

    .contactForm .indicateDiv {
        float: none;
        padding: 0 0 10px;
    }

    .contactForm .btn {
        text-align: center;
    }

        .contactForm .btn .button {
            display: block;
            margin: 0 0 10px;
            width: 100%;
        }

    .requestForm .btn {
        text-align: center;
    }

        .requestForm .btn .button {
            display: block;
            margin: 0 0 10px;
            width: 100%;
        }

    .eventGalleryTab .r-tabs-anchor {
        font-size: 14px;
        padding-left: 15px;
    }

    .clientBlock .mainImg {
        height: 80px;
    }

    .solutionButton li {
        width: auto;
        float: none;
    }

    .partnerTitle .button {
        font-size: 15px;
        min-width: inherit;
        padding: 4px 10px;
    }

    .inputElement label {
        font-size: 14px;
    }

    .innerBanner .tagline {
        margin-top: 20px;
        font-size: 16px;
    }

    .otherProducts {
        text-align: center;
    }

    .productLink {
        margin: 0 auto;
        max-width: 250px;
    }

        .productLink a {
            float: none;
            width: auto;
            margin-bottom: 10px;
        }

    .captchaElement .captchaDiv {
        position: static;
    }

    .r-tabs .r-tabs-tab .r-tabs-anchor {
        font-size: 16px;
        padding: 4px;
    }

    .clientInfo {
        width: 280px;
        position: absolute;
        left: 5%;
        bottom: 100%;
        margin-left: 0px;
        background-color: #fff;
        padding: 30px;
        z-index: 999;
        color: #6f6e6e;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
        display: none;
        text-align: left;
    }

    .carouselBlogsDiv {
        min-height: 300px;
    }

        .carouselBlogsDiv .readMore {
            bottom: 10px;
        }
		.middleContent {
    padding: 15px 10px !important;
}
}

@media only screen and (max-width: 359px) {
    .banner1 .bannerCaption p.desc {
        font-size: 16px;
    }
	.middleContent {
    padding: 15px 10px !important;
}
}

#wrapper.article ul li {
    margin: 0px;
    color: #000;
    /* list-style-position: inside; */
    border-color: #9A32CD;
    position: relative;
    list-style: none;
    padding-left: 24px;
    font-size: 14px;
    line-height: 15px !important;
    background: url(../images/list-icon.png) no-repeat 0px 0;
    padding-bottom: 16px;
}

.container.content-txt {
    padding: 15px 0;
}
.container.content-txt p {
    line-height: 30px !important;
}

.gbsecthead1:after, .gbsecthead2:after {
    background: #9a38d2;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5), 0 1px 1px rgba(255,255,255,.3);
}

@media only screen and (min-width: 1400px) and (max-width: 2000px) {
    #wrapper.article ul li {
    line-height: 32px;
}
}