@charset "UTF-8";










body.clip {
    overflow: hidden !important;
}

a, a:active, a:focus {
    color: #0d83dd;
    text-decoration: none;
}

    a:hover, a:active {
        color: #029fe1;
        text-decoration: none;
    }

    a:focus, a:active, button:focus, button:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: none;
        text-decoration: none;
    }









hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

p {
    margin: 1em 0;
}

small {
    font-size: 80%;
}


.page-title:first-letter {
    color: #ff214f;
    display: block;
}

.subTitle {
    text-align: center;
    font-size: 15px;
    margin: 0 auto 30px;
    max-width: 700px;
    font-weight: 300;
}

input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"] {
    -webkit-appearance: none;
    outline: none;
}

    input:focus, textarea:focus {
        outline: none;
    }

    input[type="button"]:focus {
        outline: none;
    }

select::-ms-expand {
    display: none;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input[type=tel], input[type=number],
input[type=search], textarea, select, select.form-control {
    background-color: transparent;
    height: 3em;
    width: 100%;
    margin: 0 0 15px 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}

    .form-control:focus, textarea:focus {
        background: #fff;
        border-color: #0d83dd;
        box-shadow: none;
        transition-property: border;
        transition-duration: 0.7s;
        transition-timing-function: ease;
    }

    input[type=text].form-control-border, input[type=password].form-control-border, input[type=email].form-control-border, input[type=url].form-control-border, input[type=date].form-control-border, input[type=tel].form-control-border, input[type=number].form-control-border,
    input[type=search].form-control-border, textarea.form-control-border, select.form-control-border, select.form-control.form-control-border, .form-control.form-control-border {
        border: 1px solid #ccc;
    }

        .form-control.form-control-border:focus, textarea.form-control-border:focus {
            border-color: #0d83dd;
        }


    textarea.form-control {
        height: auto;
        border-radius: 0;
    }

textarea {
    overflow-y: hidden;
    padding: 1.1em;
    resize: none;
    min-height: 3em;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    height: auto;
    margin-bottom: 15px;
}



.required label:after {
    content: " (Required)";
}

figure, footer, header, main, nav, section {
    display: block;
}

*, *:after, *:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

.link-button {
    background: none;
    border: 0;
    padding: 0;
    color: #ff8100;
}

    .link-button:hover, .link-button:focus {
        box-shadow: none;
        outline: none;
        border: 0;
    }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

section p, section ol, section ul {
    /*color: #696969;*/
    line-height: 28px;
}

@media (max-width:1400px) {
    section p, section ol, section ul {
        line-height: 24px;
    }
}

ol, ul {
    margin: 1em 0;
}

ol, ul {
    padding: 0 0 0 0;
    margin: 0;
    list-style-type: none;
}

nav ul, nav ol {
    list-style: none;
    list-style-type: none;
}

nav ul {
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}

p {
    font-weight: 400;
    line-height: 1.5;
}

body.menuopen {
    overflow: hidden;
}

.inner {
    max-width: 1268px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

    .inner:after {
        content: " ";
        display: block;
        clear: both;
    }

    .inner:before, .inner:after {
        content: " ";
        display: table;
    }

    .inner:after {
        clear: both;
    }


@media (min-width: 767px) {
    .inner {
        /*width: 750px;*/
    }
}

@media (min-width: 992px) {
    .inner {
        width: 970px;
    }
}

@media (min-width: 1199px) {
    .inner {
        width: 1170px;
    }
}

.scroll-box h1 {
    padding-top: 20px;
}

.page-big-title {
    position: relative;
    padding: 30px 0;
}

.heading {
    position: relative;
    overflow: hidden;
}

    .heading span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
    }

    .heading:after {
        content: "";
        display: inline-block;
        width: 100%;
        background: #ff214f;
        height: 1px;
        top: 50%;
        position: absolute;
    }

.heading2 {
    position: relative;
    margin-bottom: 45px;
}

    .heading2:after {
        content: "";
        display: inline-block;
        width: 60px;
        background: #ff214f;
        height: 3px;
        position: absolute;
        left: 0;
        bottom: -19px;
    }

    .heading2.text-center:after {
        margin: auto;
        left: 0;
        right: 0;
    }

    .heading2.blue-line:after {
        background: #029fe0;
    }

.bread_crumb-title {
    position: relative;
}

    .bread_crumb-title .title-heading {
        font-size: 55px;
        color: #fff;
        color: #0b0b0f;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 50px;
        display: block;
    }

    .bread_crumb-title .line > span.dots {
        display: inline-block;
        vertical-align: middle;
        margin-left: 29px;
        line-height: 7px;
    }

    .bread_crumb-title .line > span.hori-line {
        display: inline-block;
        vertical-align: middle;
        background-color: #0a0a0f;
        position: relative;
        right: 0;
        width: 195px;
        height: 1px;
    }

        .bread_crumb-title .line:after, .bread_crumb-title .line span.dots:after, .bread_crumb-title .line > span.hori-line:after {
            content: "";
            display: table;
            clear: both;
        }

    .bread_crumb-title .line > span.dots > span {
        background-color: #029fe1;
        width: 7px;
        height: 7px;
        display: inline-block;
        vertical-align: top;
        border-radius: 50%;
        margin-right: 12px;
    }

    .bread_crumb-title.right {
        text-align: right;
    }

.bread_crumb {
    margin-top: 3px;
}

    .bread_crumb li {
        color: #0a0a0f;
        /*float: left;*/
        display: inline-block;
        margin-right: 6px;
        list-style-type: none;
    }

        .bread_crumb li a {
            color: #0a0a0f;
        }

            .bread_crumb li a:after {
                content: "/";
                margin-left: 10px;
            }

.bread_crumb-title.white .title-heading {
    color: #fff;
}

.bread_crumb-title.white .line > span.hori-line {
    background-color: #ffffff;
}

.bread_crumb-title.white .line > span.dots > span {
    background-color: #0098da;
}

.bread_crumb-title .line > span.dots.white > span {
    background-color: #ffffff;
}

.bread_crumb.white li {
    color: #fff;
}

    .bread_crumb.white li a {
        color: #ffffff;
    }

.bread_crumb-title.big .title-heading {
    font-size: 70px;
    line-height: 80px;
}

.bread_crumb-title.big .line > span.dots > span {
    width: 13px;
    height: 13px;
}

@media (max-width:1199px) {

    .bread_crumb-title.big .title-heading {
        font-size: 50px;
        line-height: 60px;
    }

    .bread_crumb-title.big .line > span.dots > span {
        width: 10px;
        height: 10px;
    }
}

@media (max-width:500px) {
    .bread_crumb-title .line > span.hori-line {
        width: 170px;
    }

    .bread_crumb-title .title-heading {
        font-size: 46px;
        line-height: 46px;
    }

    .bread_crumb-title.big .title-heading {
        font-size: 35px;
        line-height: 35px;
    }

    .bread_crumb-title.big .line > span.dots > span {
        width: 7px;
        height: 7px;
    }

    .bread_crumb-title .line > span.dots {
        margin-left: 10px;
    }

        .bread_crumb-title .line > span.dots > span {
            margin-right: 5px;
        }
}

@media (max-width:315px) {
    .bread_crumb-title .line > span.hori-line {
        width: 130px;
    }

    .bread_crumb-title .title-heading {
        font-size: 39px;
        line-height: 39px;
    }

    .bread_crumb-title.big .title-heading {
        font-size: 27px;
        line-height: 27px;
    }
}



.image-block-content {
    position: relative;
    background: url('../images/image-block-1.jpg');
    background-size: cover;
    padding: 30px;
}

    .image-block-content .slider-overlay {
        opacity: 0.4;
    }

    .image-block-content h2 {
        font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #2b2b2b;
        display: block;
        position: relative;
        font-weight: 400;
        font-size: 32px;
        font-size: 2.2vw;
        line-height: 1.2;
        letter-spacing: -2px;
        margin: 0;
    }

    .image-block-content .content-block {
        padding: 35px;
    }


@media (max-width:1250px) {
    .image-block-content h2 {
        font-size: 26px;
    }
}

.overlay-quotes, .overlay-quotes span {
    left: 50%;
    top: 50%;
    position: absolute;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    color: #ffffff;
}

.overlay-quotes {
    width: 53%;
    padding: 9%;
    z-index: 5;
    background-color: #029fe1;
    text-align: center;
    color: #ffffff;
}

    .overlay-quotes span {
        font-size: 80px;
        line-height: 120px;
        top: 0;
    }

    .overlay-quotes h2, .overlay-quotes h1 {
        color: #ffffff;
    }

    .overlay-quotes h1 {
        margin-top: 0;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .overlay-quotes h3 {
        font-weight: 300;
        margin: 0;
        color: #ffffff;
    }

@media (max-width: 1465px) {
    .overlay-quotes {
        width: 56%;
    }
}

@media (max-width: 1199px) {
    .overlay-quotes {
        width: 70%;
    }
}

@media (max-width: 992px) {
    .overlay-quotes {
        padding: 7% 10%;
    }
}

@media (max-width: 767px) {
    .overlay-quotes {
        width: 85%;
        padding-left: 5%;
        padding-right: 5%;
    }
}

.feature-content .box {
    padding-top: 20px;
    padding-bottom: 46px;
    /*padding-left: 20px;
    padding-right: 20px;*/
}

.feature-content .box {
    position: relative;
    width: 100%;
    padding-bottom: 46px;
}

.feature-content .box_icon {
    float: left;
    padding-right: 26px;
}

    .feature-content .box_icon .icon {
        border-radius: 50%;
        display: inline-block;
        position: relative;
        font-weight: 300;
        font-family: "Open Sans",sans-serif;
        text-align: center;
        font-size: 30px;
        width: 70px;
        height: 70px;
        line-height: 67px;
        color: #fff;
        background: #0097d9;
    }

.feature-content .box_heading {
    padding-left: 96px;
    text-align: left;
}

    .feature-content .box_heading h2 {
        font-family: 'Noto Sans',sans-serif;
        font-weight: 300;
        font-size: 35px;
        color: #1c1e22;
        margin-top: 0;
        margin-bottom: 0;
    }

    .feature-content .box_heading p {
        margin-top: 0px;
        color: #0097d9;
        font-size: 18px;
        font-family: 'Noto Sans', sans-serif;
    }

.feature-content .box_header {
    position: relative;
    padding: 10px 0;
}

    .feature-content .box_header:before {
        content: "";
        position: absolute;
        width: 100%;
        background: #e3e4e5;
        height: 2px;
        bottom: 0;
        left: 0;
    }

    .feature-content .box_header:after {
        content: "";
        height: 2px;
        width: 34px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #029fe1;
        -webkit-transition: 0.35s all ease;
        transition: 0.35s all ease;
    }

.feature-content .box:hover .box_header::after {
    width: 100%;
}
/*-----------------------------------------------------------------------------
              feature box
-----------------------------------------------------------------------------*/
.feature-box-1 {
        position: relative;
    padding-left: 85px;
    margin-bottom: 10px;
    display:table;
    min-height: 60px;
    width:100%
}
.feature-box-1 .icon {
    position: absolute;
    left: 0;
    top: 0;
}
.feature-box-1 .icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    background: #fff;
    text-align: center;
    box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
        color: #029ee0;
}
.feature-box-1 .feature-content {
    display:table-cell;
    vertical-align:middle;
}
.feature-box-1 h4 {
    font-size: 18px;
    margin: 0;
}
.feature-box-1 p {
    margin: 0;
    padding-right: 40px;
}
.feature-box-1 .icon:after {
    content: "";
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    position: absolute;
    border-radius: 50%;
        background-image: linear-gradient(to right, #0020dd, #0575E6);
    opacity: 0.1;
}
/*-----------------------------------------------------------------------------
              column block content
-----------------------------------------------------------------------------*/
/****<div class="two-column-block "><div class=" container-fluid"><div class="row"><div class="col-md-6 content-block"></div> <div class="col-md-6 image-block"></div></div></div></div>*********/
.two-column-block {
    position: relative;
}

    .two-column-block.black {
        background: #1c1c1c;
    }

    .two-column-block .content-block {
        padding: 100px;
    }

    .two-column-block.gray {
        background: #ededed;
    }

    .two-column-block .image-block {
        position: absolute;
        right: 0;
        width: 50%;
        height: 100%;
        background: url(../images/about1.jpg);
        background-size: cover;
        background-position: center;
    }
/**************three block*****************/
/****<div class="three-column-block "><div class="row"><div class="col-sm-4 content-block block1"></div><div class="col-sm-4 content-block block2"></div> <div class="image-block col-md-4 col-sm-12 md-full-width"></div></div></div>*********/
.three-column-block {
    position: relative;
    background: #1c1c1c;
}

    .three-column-block .content-block {
        padding: 70px 50px;
    }

        .three-column-block .content-block.block1 {
            background: #000;
        }

        .three-column-block .content-block.block2 {
            background: #1c1c1c;
        }

    .three-column-block .image-block {
        position: absolute;
        right: 0;
        width: 33.33333333%;
        height: 100%;
        background: url(../images/vision.jpg);
        background-size: cover;
        background-position: center;
    }
/************four block*******************/
/****<div class="four-column-block "><div class="row"><div class="col-md-3 content-block block1"></div> <div class="image-block block1"></div><div class="col-md-3 col-md-offset-3 content-block block2"></div> <div class="image-block block2"></div></div></div>*********/
.four-column-block {
    position: relative;
    background: #1c1c1c;
}

    .four-column-block .content-block {
        padding: 70px 50px;
    }

        .four-column-block .content-block.block1 {
            background: #000;
        }

        .four-column-block .content-block.block2 {
            background: #1c1c1c;
        }

    .four-column-block .image-block {
        position: absolute;
        right: 0;
        width: 25%;
        height: 100%;
        background: url(../images/vision.jpg);
        background-size: cover;
        background-position: center;
    }

        .four-column-block .image-block.block1 {
            left: 25%;
        }

@media (max-width:1250px) {
    .two-column-block .content-block {
        padding: 80px 50px;
    }
}

@media (max-width:992px) {
    .three-column-block .image-block.md-full-width {
        position: static;
        width: 100%;
        height: 300px;
    }
}

@media (max-width:767px) {
    .two-column-block .content-block {
        padding: 40px;
        border: 1px solid #777;
        margin: 15px;
    }

    .two-column-block .image-block {
        display: none;
    }
}

@media (max-width:500px) {
    .two-column-block .content-block {
        padding: 30px;
        border: 1px solid #777;
        margin: 15px;
    }

    .three-column-block .image-block {
        display: none;
    }
}

/*-----------------------------------------------------------------------------------------------------------
			vertical tab
------------------------------------------------------------------------------------------------------------*/

.vertical-tab.tab-wrap {
    border: 1px solid #e1e1e1;
    background: #fafafa;
}

.vertical-tab .nav-tabs {
    border-bottom: transparent;
    border-right: 1px solid #e6e6e6;
    padding: 0;
}

    .vertical-tab .nav-tabs > li {
        margin-bottom: 0px;
        border-bottom: 1px solid #e6e6e6;
    }

.vertical-tab .nav-stacked > li + li {
    margin-top: 0;
}

.vertical-tab .nav-tabs > li > a {
    background: #f5f5f5;
    border-radius: 0;
    border: 0 none;
    line-height: 24px;
    margin-right: 0;
    padding: 13px 30px;
    color: #444444;
    margin: 0;
    font-weight: 500;
}

.vertical-tab .nav-tabs > li.active > a, .vertical-tab .nav-tabs > li.active > a:hover, .vertical-tab .nav-tabs > li.active > a:focus {
    border: 0;
    color: #fff;
    background: #3c3d41;
    position: relative;
}

    .vertical-tab .nav-tabs > li.active > a:after {
        position: absolute;
        content: "";
        width: auto;
        height: auto;
        border-style: solid;
        border-color: transparent transparent transparent #222222;
        border-width: 25px 22px;
        right: -44px;
        top: 0;
        z-index: 1;
    }

.vertical-tab .tab-pane {
    padding: 10px 5px 10px 20px;
}

.vertical-tab .nav-tabs > li:hover {
    border-bottom: 1px solid #d6d6d6;
}

    .vertical-tab .nav-tabs > li:hover > a {
        background: #d6d6d6;
    }

        .vertical-tab .nav-tabs > li:hover > a:after {
            position: absolute;
            content: "";
            width: auto;
            height: auto;
            border-style: solid;
            border-color: transparent transparent transparent #bdbdbd;
            border-width: 25px 22px;
            right: -44px;
            top: 0;
            z-index: 1;
        }

.vertical-tab .nav-tabs > li.active:hover > a:after {
    border-color: transparent transparent transparent #222222;
}

/*-----------------------------------------------------------------------------------------------------------
				box style
------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------
				colon box border hover
------------------------------------------------------------------------------------------------------------*/

.box-style {
    margin-top: 50px;
}

    .box-style .box-wrapper {
        overflow: hidden;
        position: relative;
        text-align: center;
        cursor: pointer;
    }

.box-wrapper {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}

    .box-wrapper .content {
        padding: 35px 15px;
    }

        .box-wrapper:before, .box-wrapper .content:before, .box-wrapper:after, .box-wrapper .content:after {
            display: inline-block;
            position: absolute;
            content: "";
            background-color: #c3bcbc;
            z-index: 1;
        }

        .box-wrapper:before, .box-wrapper .content:before {
            right: 0;
            top: 0;
            transition-duration: 0.5s;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            -ms-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
        }

        .box-wrapper:after, .box-wrapper .content:after {
            left: 0;
            bottom: 0;
            transition-duration: 0.5s;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            -ms-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
        }

    .box-wrapper:hover:before, .box-wrapper:hover .content:before, .box-wrapper:hover:after, .box-wrapper:hover .content:after {
        display: inline-block;
        position: absolute;
        content: "";
        background-color: #029fe1;
        z-index: 1;
    }

    .box-wrapper:hover:before, .box-wrapper:hover:after {
        transform: scaleY(1);
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
    }

    .box-wrapper:before {
        transform-origin: right top 0;
        -webkit-transform-origin: right top 0;
        -moz-transform-origin: right top 0;
        -ms-transform-origin: right top 0;
        -o-transform-origin: right top 0;
    }

    .box-wrapper:after {
        transform-origin: left bottom 0;
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
    }

    .box-wrapper .content:before {
        transform-origin: right top 0;
        -webkit-transform-origin: right top 0;
        -moz-transform-origin: right top 0;
        -ms-transform-origin: right top 0;
        -o-transform-origin: right top 0;
    }

    .box-wrapper .content:after {
        transform-origin: top left 0;
        -webkit-transform-origin: top left 0;
        -moz-transform-origin: top left 0;
        -ms-transform-origin: top left 0;
        -o-transform-origin: top left 0;
    }

    .box-wrapper:before, .box-wrapper:after {
        height: 100%;
        width: 3px;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
    }

    .box-wrapper:hover .content:before, .box-wrapper:hover .content:after {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
    }

    .box-wrapper .content:before, .box-wrapper .content:after {
        width: 100%;
        height: 3px;
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
    }

    /*default gray border*/

    .box-wrapper:before, .box-wrapper:after {
        transform: scaleY(0.1);
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
    }


    .box-wrapper:before, .box-wrapper:after {
        transform: scaleY(0.1);
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
    }

    .box-wrapper .content:before, .box-wrapper .content:after {
        transform: scaleX(0.14);
        -webkit-transform: scaleX(0.14);
        -moz-transform: scaleX(0.14);
        -ms-transform: scaleX(0.14);
        -o-transform: scaleX(0.14);
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
    }

/*end default gray border*/
.box-style .box-wrapper .content {
    padding: 35px 15px;
}

    .box-style .box-wrapper .content i {
        margin-bottom: 25px;
        font-size: 50px;
        display: inline-block;
    }

.box-style .box-wrapper p {
    margin-bottom: 0;
}
/*-----------------------------------------------------------------------------------------------------------
			box-style2
------------------------------------------------------------------------------------------------------------*/
/* <div class="box-style2"><i class="icon-browser text-blue"></i><div class="heading-font text-extra-dark-gray font-weight500 line-height-20">content</div></div>*/
.box-style2 {
    position: relative;
    padding-left: 70px;
    margin-bottom: 50px;
}

    .box-style2 i {
        position: absolute;
        top: 50%;
        font-size: 40px;
        left: 0;
        transform: translateY(-22px);
        -webkit-transform: translateY(-22px);
        -moz-transform: translateY(-22px);
        -ms-transform: translateY(-22px);
        -o-transform: translateY(-22px);
    }
/*-----------------------------------------------------------------------------------------------------------
			box-style3
------------------------------------------------------------------------------------------------------------*/
/*<div class="box-style3"><div class="marB15 heading-font" >h3 class="num text-pink heading-font font-weight600">01.</h3><span class="text-extra-dark-gray">Creativity.<br> Discover talent.</span></div><p>Lorem Ipsum</p> </div>  */

.box-style3 {
    display: table;
}

    .box-style3 .num {
        display: table-cell;
        vertical-align: middle;
        letter-spacing: -1px;
        font-size: 47px;
    }

    .box-style3 span {
        display: table-cell !important;
        font-size: 20px;
        line-height: 22px;
        vertical-align: middle;
        padding-left: 15px;
        width: 100%;
    }

@media (max-width:1475px) {
    .box-style3 span {
        font-size: 18px;
    }
}
/*@media (min-width: 1200px) and (max-width:1355px) {
    .col-lg-3 {
    width: 50%;
}
}*/
@media (max-width:1410px) {
    .box-style3 .num {
        font-size: 40px;
    }
}

@media (max-width:992px) {
}
/*-----------------------------------------------------------------------------------------------------------
				rotate box style 
------------------------------------------------------------------------------------------------------------*/
.rotate-box {
    margin-bottom: 30px;
}

    .rotate-box .icon-block {
        font-size: 35px;
        width: 100px;
        height: 100px;
        border-radius: 6px;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #d6d5d5;
        display: table-cell;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transition: ease-in-out 0.6s;
        -webkit-transition: ease-in-out 0.6s;
        -moz-transition: ease-in-out 0.6s;
        -ms-transition: ease-in-out 0.6s;
        -o-transition: ease-in-out 0.6s;
    }

    .rotate-box .content-block {
        padding-left: 30px;
        display: table-cell;
        vertical-align: middle;
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transition: ease-in-out 0.6s;
        -webkit-transition: ease-in-out 0.6s;
        -moz-transition: ease-in-out 0.6s;
        -ms-transition: ease-in-out 0.6s;
        -o-transition: ease-in-out 0.6s;
        opacity: 1;
    }

    .rotate-box .hover-content-box, .rotate-box .content-block {
        backface-visibility: hidden;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
    }

    .rotate-box .hover-content-box {
        padding: 35px;
        background-color: #232323;
        width: 80%;
        transition: ease-in-out 0.6s;
        -webkit-transition: ease-in-out 0.6s;
        -moz-transition: ease-in-out 0.6s;
        -ms-transition: ease-in-out 0.6s;
        -o-transition: ease-in-out 0.6s;
        transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        position: absolute;
        top: -40px;
        left: 0;
        opacity: 0;
    }

    .rotate-box:hover .icon-block, .rotate-box:hover .content-block {
        transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        opacity: 0;
    }

    .rotate-box:hover .hover-content-box {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        opacity: 1;
    }
/*-----------------------------------------------------------------------------
              Top Header (logo-header)
-----------------------------------------------------------------------------*/

.border-box-dark {
    padding: 40px 0 !important;
    background: #303030;
}

    .border-box-dark.light {
        background: #383838;
    }

.border-box-light {
    padding: 20px;
    background: #f6f6f6;
}

    .border-box-light.dark {
        background: #efefef;
    }

    .border-box-dark:before, .border-box-light:before, .border-box-light:after, .border-box-dark:after {
        content: '';
        position: absolute;
    }

    .border-box-dark:before, .border-box-light:before {
        height: 100%;
        top: 0;
        left: -1px;
        border-left: 1px solid rgba(0,0,0,0.2);
    }

    .border-box-light:before {
        border-left: 1px solid rgba(0,0,0,0.1);
    }

    .border-box-dark:after, .border-box-light:after {
        width: 100%;
        height: 0;
        top: auto;
        left: 0;
        bottom: 0;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }

    .border-box-light:after {
        width: 100%;
        height: 0;
        top: auto;
        left: 0;
        bottom: 0;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .border-box-dark span, .border-box-light span {
        display: block;
    }

    .border-box-dark span, .border-box-light i {
        color: #9a9a9a;
    }

.row.border-box-light-border {
    border-top: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    margin-right: 0;
    margin-left: 0;
}

.border-box-dark:hover {
    background: #3c3c3c;
}

.border-box-light:hover {
    background: #dedede;
}
/*-----------------------------------------------------------------------------
              Top Header (logo-header)
-----------------------------------------------------------------------------*/

.logo {
    padding: 0;
    margin-top: 11px;
    position: absolute;
    left: 121px;
    top: 0;
    letter-spacing: 2.6px;
    font-size: 21px;
}

    .logo img {
        height: 85px;
    }

.logo-header .mobile-open {
    display: none;
    float: right;
    line-height: 2em;
    padding: 0;
    margin: 23px 0 0 0;
}

    .logo-header .mobile-open i {
        margin: 0;
        font-size: 35px;
    }

@media only screen and (max-width:1400px) {
    .logo, .index .logo {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1250px) {
    .logo {
        left: 50px;
    }
}

@media only screen and (max-width:900px) {
    .logo, .index .logo, .logo-header.scrolled .logo {
        margin-top: 0;
    }

    .logo-header {
        padding-bottom: 7px;
        padding-top: 8px;
    }

        .logo-header .mobile-open {
            display: block;
            margin-top: -53px;
        }

            .logo-header .mobile-open i {
                color: #029fe1;
            }

        .logo-header.scrolled .logo {
            float: left;
            margin: 5px 0;
        }

        .logo-header.scrolled .mobile-open {
            margin-top: 17px;
        }

            /*.logo-header .mobile-open i {
        color: #fff;
    }*/

            .logo-header.scrolled .mobile-open i {
                color: #0d83dd;
            }

        .logo-header.open {
            z-index: 1001;
        }

            .logo-header.open nav {
                -webkit-transition: opacity .5s,visibility 0s .5s;
                transition: opacity .5s,visibility 0s .5s;
                opacity: 1;
                visibility: visible;
                -webkit-transition: opacity .5s;
                transition: opacity .5s;
                display: block;
                z-index: 9;
                overflow: auto;
            }

                .logo-header.open nav ul.main-menu {
                    opacity: 1;
                    -webkit-transform: rotateX(0deg);
                    transform: rotateX(0deg);
                    text-align: center;
                }



        .logo-header.close nav {
            -webkit-transition: opacity .5s,visibility 0s .5s;
            transition: opacity .5s,visibility 0s .5s;
        }

            .logo-header.close nav ul {
                -webkit-transform: translateY(25%) rotateX(-35deg);
                transform: translateY(25%) rotateX(-35deg);
            }
}


@media only screen and (max-width:600px) {
    .logo-header .mobile-open {
        line-height: inherit;
    }
}


.logo-header nav {
    *zoom: 1;
}

.logo-header nav {
    /*display: none;*/
    position: relative;
}

.logo-header ul {
    padding: 0;
    margin: 0;
    line-height: 1;
}


.logo-header li {
    list-style-type: none;
    display: inline-block;
    margin: 0 0.9em;
    position: inherit;
    text-align: left;
}

.logo-header .main-menu > li {
    padding: 35px 0 25px 0;
}

.logo-header nav li a:hover {
    color: #414141;
}


.logo-header nav:before, .logo-header nav:after {
    content: " ";
    display: table;
}

.logo-header nav:after {
    clear: both;
}

.logo-header nav .mobile-close {
    display: none;
    position: absolute;
    right: .3em;
    top: 0;
    overflow: hidden;
    border: 0;
    color: transparent;
    outline: 0;
    z-index: 100;
}

    .logo-header nav .mobile-close i {
        color: #fff;
    }

@media (max-width:1400px) {

    .logo img {
        height: 78px;
    }

    .logo-header .main-menu > li {
        padding: 30px 0 20px 0;
    }
}

@media (max-width:1380px) {
    .logo-header nav {
        position: static;
    }
}

@media (max-width:1000px) {
    .logo img {
        height: 65px;
    }

    .logo-header .main-menu > li {
        padding: 25px 0 15px 0;
    }
}

@media (max-width:900px) {

    .logo-header nav {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        line-height: inherit;
        background-color: transparent;
        background-color: rgba(0,0,0,.9);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6000000,endColorstr=#E6000000);
        zoom: 1;
        text-align: center;
        opacity: 0;
        visibility: hidden;
    }

        .logo-header nav .mobile-close {
            display: block;
        }

        .logo-header nav ul.main-menu {
            list-style: none;
            padding: 0;
            margin: 1em auto 0;
            display: inline-block;
            height: 100%;
            width: 100%;
            position: relative;
            opacity: .4;
            margin-left: 0;
            padding-top: 25px;
            -webkit-transform: translateY(-25%) rotateX(35deg);
            transform: translateY(-25%) rotateX(35deg);
            -webkit-transition: -webkit-transform .5s,opacity .5s;
            transition: transform .5s,opacity .5s;
        }



            .logo-header nav ul.main-menu li {
                display: block;
                clear: both;
            }

        .logo-header nav li a {
            font-weight: 300;
            display: inline;
            color: #fff;
            color: white;
            -webkit-transition: color .2s;
            transition: color .2s;
        }

            .logo-header nav li a:hover, .logo-header nav li a:focus {
                color: #fff;
                color: white;
                border-bottom-color: #fff;
            }

    .logo-header ul li ul.dropdown-menu .dropdown-sub-menu.arrow-list.type2 li {
        margin: 8px 0;
        padding: 0;
    }

    .logo-header nav li.open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}


@media only screen and (max-width:1268px) {
    .logo-header li {
        margin: 0 .7em;
    }
}

@media only screen and (max-width:1268px) {
    .logo-header li {
        margin: 0 .5em;
    }
}

.logo-header li.active a {
    color: #000;
    color: black;
    border-bottom: 1px solid #000;
}


.logo-header nav a.active {
    color: #7aa71d;
}

.logo-header a:hover, .logo-header a:focus {
    color: #000;
    color: black;
}

.logo-header {
    position: relative;
    width: 100%;
    z-index: 99;
    left: 0;
    background: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    /*background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
    background: #fff;
    border-bottom: #fff;
    /*box-shadow: 0 1px 3px #505050;*/
}

.site-header:before, .site-header:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.site-header:after {
    clear: both;
}
/*.logo-header::before {
            content: "";
    position: absolute;
    border-right: 20px solid white;
    border-bottom: 20px solid transparent;
    bottom: -20px;
    z-index: 9;
    right: 70%;
    }
    .logo-header::after {
    content: "";
    display: block;
    background: #fff;
    height: 20px;
    width: 70%;
    position: absolute;
    bottom: -20px;
    right: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}*/

.logo-header.scrolled {
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

    .logo-header.scrolled:after, .logo-header.scrolled:before {
        visibility: hidden;
    }

    .logo-header.scrolled .main-menu > li {
        /*display: block;*/
        padding: 18px 0 10px 0;
    }

.logo-header.open {
    top: 0;
}

.logo-header.close {
    opacity: 1;
}

    .logo-header.close:hover {
        -moz-opacity: 1;
        opacity: 1;
    }

.logo-header .submenu {
    border-top: 1px solid #0d83dd;
}


@media (max-width:900px) {
    .logo {
        position: initial;
        /* float: left; */
        padding: 0;
        display: inherit;
    }

    .menuopen .logo-header.scrolled.open nav {
        height: 100%;
    }
}


.logo-header nav {
    text-align: right;
}

@media only screen and (max-width:900px) {
    .logo-header nav.menu {
        height: 80px;
    }
}

.logo-header nav .inner {
    height: 100%;
    width: 100%;
}


.logo-header a {
    /*font-family:Nunito;
    font-weight: 300;
        color: #222;*/
    /*color: #546E7A;*/
    color: #232323;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    z-index: 9;
}

.logo-header ul li a span {
    font-size: 11px;
    display: block;
    color: #9eacb3;
    /*color:#b3b3b3;*/
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 20px;
    margin-top: 3px;
}


.logo-header ul li ul.dropdown-menu > li {
    width: 33%;
    float: left;
    position: relative;
    margin: 0;
}

/*.logo-header ul li ul.dropdown-menu > li:after {
            content: '';
            position: absolute;
            height: 100%;
            right: 30px;
            top: 0;
            border-right: 1px solid rgba(255, 255, 255, 0.05);
        }

        .logo-header ul li ul.dropdown-menu > li:last-child:after {
            border-right: 1px solid transparent;
        }*/

.logo-header ul li ul.dropdown-menu .dropdown-sub-menu {
}

    .logo-header ul li ul.dropdown-menu .dropdown-sub-menu li {
        margin: 0;
        width: 100%;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }

        .logo-header ul li ul.dropdown-menu .dropdown-sub-menu li a {
            color: #9d9d9d;
            line-height: 30px;
            font-size: 11px;
        }

        .logo-header ul li ul.dropdown-menu .dropdown-sub-menu li:hover a {
            color: #fff;
            background: transparent;
            margin-left: 5px;
        }

    .logo-header ul li ul.dropdown-menu .dropdown-sub-menu.arrow-list.type2 li {
        padding-left: 0;
    }

        .logo-header ul li ul.dropdown-menu .dropdown-sub-menu.arrow-list.type2 li:before {
            color: #9d9d9d;
        }

        .logo-header ul li ul.dropdown-menu .dropdown-sub-menu.arrow-list.type2 li:before {
            top: 17px;
            left: -18px;
        }

        .logo-header ul li ul.dropdown-menu .dropdown-sub-menu.arrow-list.type2 li.m-heading a {
            font-size: 15px;
            color: #d8d8d8;
            margin-left: -18px;
            display: block;
        }

        .logo-header ul li ul.dropdown-menu .dropdown-sub-menu.arrow-list.type2 li.m-heading:before {
            content: '';
        }

.logo-header nav li a.linkButton.login i {
    min-width: 15px;
    min-height: 15px;
    background-color: #fff;
    color: #eb2c8e;
    border-radius: 100%;
    display: inline-block;
    font-size: 11px;
    padding: 1px 0px;
    line-height: 1.2;
    display: inline-block;
    float: right;
    margin-top: 5px;
    margin-left: 10px;
    transition: all 0.2s ease 0s;
}

.logo-header nav li a.linkButton, .site-button {
    transition: all 0.3s ease 0s;
    background: #232323;
    color: #fff;
    line-height: 1.8;
    height: auto;
    width: auto;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-weight: 500;
    border-radius: 0;
    vertical-align: middle;
    padding: 6px 26px 5px;
    font-size: 11px;
    min-width: 115px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    font-family: 'Montserrat', sans-serif;
}

    .logo-header nav li a.linkButton.login {
        background: #029fe1;
    }

    .logo-header nav li a.linkButton:before, .site-button:before {
        background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
        content: "";
        height: 10px;
        left: 5%;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        transition-duration: 0.3s;
        transition-property: transform, opacity;
        width: 90%;
        /*z-index: -1;*/
    }

    .site-button:focus, .site-button:active {
        color: #ffffff;
    }

    .logo-header nav li a.linkButton:hover, .site-button:hover {
        background-color: inherit;
        color: #232323;
        border: 2px solid #232323;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    }

    .logo-header nav li a.linkButton.login:hover {
        background-color: #fff;
        color: #029fe1;
        border: 2px solid #029fe1;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    }

        .logo-header nav li a.linkButton.login:hover i {
            background-color: #029fe1;
            color: #fff;
        }

    .logo-header nav li a.linkButton:hover, .logo-header nav li a.linkButton:focus, .logo-header nav li a.linkButton:active,
    .site-button:hover, .site-button:focus, .site-button:active {
        transform: translateY(-5px);
    }

        .logo-header nav li a.linkButton:hover::before, .logo-header nav li a.linkButton:focus::before, .logo-header nav li a.linkButton:active::before,
        .site-button:hover::before, .site-button:focus::before, .site-button:active::before {
            opacity: 1;
            transform: translateY(5px);
        }

.logo-header a:hover, .logo-header a:active {
    color: #F6322F;
}

.logo-header .btn {
    /*position: absolute;
       right: 15px;
       top: 0;*/
    margin: 13px 0 8px;
    background: #0d83dd;
    color: #fff;
}

    .logo-header .btn:hover, .logo-header .btn:active {
        color: #fff;
    }


.logo-header.scrolled a {
    color: #555555;
    font-size: 13px;
}

@media (min-width:900px) {
    .logo-header ul li ul.dropdown-menu {
        display: block;
        left: auto;
        margin: 0;
        right: 0;
        width: 100%;
        box-sizing: border-box;
        background: rgba(35,35,35,1);
        padding: 45px 50px;
        box-shadow: none;
        border-radius: 0;
        border: 0;
        transform: translateX(20px);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .logo-header ul > li:hover ul.dropdown-menu {
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        opacity: 1;
        transform: translateX(0px);
        visibility: visible;
    }
}


@media only screen and (max-width:1400px) {

    .logo-header .btn {
        margin: 9px 0 8px;
    }


    h1 {
        font-size: 40px;
    }



    .category-heading a {
        padding: 8px 10px 8px 15px;
    }

    .logo-header ul li ul.dropdown-menu > li {
        padding-right: 30px;
    }

        .logo-header ul li ul.dropdown-menu > li:last-child {
            padding-right: 0;
        }

        .logo-header ul li ul.dropdown-menu > li:after {
            right: 15px;
        }
}

@media (max-width:1380px) {


    .logo-header ul > li ul.dropdown-menu {
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@media (max-width:1200px) {
    .logo-header ul li ul.dropdown-menu .dropdown-sub-menu li:hover a {
        margin-left: 0;
    }
}

@media only screen and (max-width:1024px) {
    .logo-header .btn {
        padding: 0 1em;
    }

    .logo-header.open nav li a {
        font-size: 3em;
        color: #fff;
    }

    .logo-header.open nav li {
        margin: 0 1em;
        padding: 1em 0.5em;
    }

        .logo-header.open nav li:hover a {
            color: #0d83dd;
        }

    .logo-header nav .mobile-close {
        font-size: 30px;
    }
}


@media only screen and (max-width:900px) {
    .logo-header .hidden {
        display: block;
    }

    .logo-header ul li ul.dropdown-menu > li {
        width: 100%;
        padding-right: 0;
    }

        .logo-header ul li ul.dropdown-menu > li > ul.dropdown-sub-menu {
            padding-left: 20px;
        }

    .logo-header ul li ul.dropdown-menu .dropdown-sub-menu.arrow-list.type2 li.m-heading a {
        font-size: 20px;
        color: #f74166;
        font-weight: 500;
    }

    .logo-header ul li ul.dropdown-menu .dropdown-sub-menu li a {
        color: #dad8d8;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.7px;
    }
}


@media only screen and (max-width:450px) {
    .logo-header nav li {
        margin: 0 1em;
    }

    .logo-header.open nav li a {
        font-size: 2.5em;
    }
}


.logo-header .hidden {
    display: none;
}

.index .logo-header .btn {
    border: 1px solid #fff;
    color: #fff;
}

.logo-header .btn:hover, .logo-header .btn:focus {
    background: #fff;
    color: #0d83dd;
}



.logo-header.scrolled {
    background-color: #fff;
    /*border-bottom: 1px #0d83dd solid;*/
    top: 0;
    box-shadow: 0 1px 1px #6b6b6b;
}

    .logo-header.scrolled .logo {
        margin-top: 6px;
    }

        .logo-header.scrolled .logo img {
            height: 57px;
        }



.index .logo-header.scrolled .btn {
    background: #0d83dd;
    color: #fff;
}

    .index .logo-header.scrolled .btn:hover, .index .logo-header.scrolled .btn:focus {
        background: #353332;
        color: #fff;
    }

@media only screen and (max-width:900px) {
    .logo-header .btn, .index .logo-header .btn {
        background: inherit;
        border: 0;
        padding: 0;
        text-transform: capitalize;
    }

        .logo-header .btn:hover, .index .logo-header .btn:hover {
            background: inherit;
            color: #0d83dd;
        }
}

@media only screen and (max-width:600px) {

    .index .logo-header a:hover, .index .logo-header a:focus {
        color: #0d83dd;
    }
}

.top-section {
    background-color: #f8f8f8;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgb(228,228,228);
    position: relative;
    z-index: 1;
}

    .top-section .top-menu a {
        margin: 0;
        display: inline-block;
        padding: 6px 30px;
        color: #94a3ab;
        font-size: 13px;
        border-right: 1px solid #DBDBDB;
    }

        .top-section .top-menu a i {
            float: left;
            margin-top: 0;
            color: #9eacb3;
            padding: 4px 5px;
        }

    .top-section .top-menu.right {
        text-align: right;
    }

    .top-section .social-links a {
        cursor: pointer;
        outline: none;
    }

        .top-section .social-links a i {
            font-size: 15px;
            line-height: 33px !important;
            padding-top: 1px;
            display: block !important;
            float: left;
            color: #9eacb3;
            cursor: pointer;
            border-right: 1px solid #DBDBDB;
            width: 35px;
            text-align: center;
        }

        .top-section .social-links a:first-child i {
            border-left: 1px solid #DBDBDB;
        }

@media (max-width:992px) {
    .top-section .top-menu.right a:last-child {
        display: none;
    }
}

@media (max-width:805px) {
    .top-section .top-menu a:first-child {
        border: 0;
        box-shadow: none;
    }

    .top-menu.text-right {
        text-align: center;
    }
}


@media (max-width:646px) {
    .hidden-646px {
        display: none;
    }
}

@media (max-width:383px) {
    .top-section {
        height: auto;
    }

        .top-section .top-menu a {
            padding: 3px 0;
        }
}

@media (max-width:340px) {

    .top-section .top-menu a {
        padding: 5px 0;
    }
}

.font_086em, .font_086em a {
    font-size: 13px;
}

/*****************************************************************************
--------Page Slider
/****************************************************************************/
#content-body.scrolledHeader {
    padding-top: 125px;
}

.index-page {
    padding-bottom: 0;
}

    .index-page .hero {
        position: relative;
    }

.slider-intro-panel {
    /*background-color: #141414;*/
    background-color: #f6f6f6;
    background-image: url(../images/testimonial-bg.png);
    overflow: hidden;
    padding: 30px 0 30px 0;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #d6d5d5;
}

    .slider-intro-panel p {
        color: #FFF;
        display: inline-block;
        font-size: 1.3em;
        font-weight: 300;
        max-width: 800px;
        padding-top: 5px;
        font-family: "Open Sans",Arial,sans-serif;
        line-height: 24px;
        margin: 5px 0 20px;
    }

        .slider-intro-panel p span {
            color: #999;
            display: block;
            font-size: 0.7em;
            padding-top: 5px;
        }

        .slider-intro-panel p em {
            font-family: "Shadows Into Light",cursive;
            font-size: 1.5em;
            color: #ef4099;
        }

    .slider-intro-panel .get-started {
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative;
        text-align: right;
    }

        .slider-intro-panel .get-started .btn {
            position: relative;
            z-index: 1;
            background-color: #0097d9;
            border-color: #038ecc;
            transition: all 0.3s ease 0s;
        }


            .slider-intro-panel .get-started .btn:before {
                background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(51, 51, 51, 0.85) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
                content: "";
                height: 10px;
                left: 5%;
                opacity: 0;
                pointer-events: none;
                position: absolute;
                top: 100%;
                transition-duration: 0.3s;
                transition-property: transform, opacity;
                width: 90%;
                /*z-index: -1;*/
            }

            .slider-intro-panel .get-started .btn:hover, .slider-intro-panel .get-started .btn:focus, .slider-intro-panel .get-started .btn:active {
                transform: translateY(-5px);
                text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
            }

                .slider-intro-panel .get-started .btn:hover::before, .slider-intro-panel .get-started .btn:focus::before, .slider-intro-panel .get-started .btn:active::before {
                    opacity: 1;
                    transform: translateY(5px);
                }




    .slider-intro-panel .read-more, .slider-intro-panel .learn-more {
        display: inline-block;
        white-space: nowrap;
        margin-left: 15px;
        color: #777;
    }

    .slider-intro-panel .get-started a:not(.btn) {
        color: #ef4099;
        margin-left: 5px;
    }



/*-----------------------------------------------------------------------------------------------------------
------------------------------------------Home page career blog section------------------------------- 
------------------------------------------------------------------------------------------------------------*/

.blog-sec {
    height: 320px;
    position: relative;
    background: url('../images/blog.jpg');
    background-size: cover;
}

    .blog-sec.MD-Blog {
        height: 320px;
        position: relative;
        background: url('../images/PuneetSir2.jpg');
        background-size: cover;
    }

    .blog-sec .slider-overlay {
        opacity: 0.7;
    }

    .blog-sec .content-block {
        position: absolute;
        padding: 35px;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .blog-sec .content-block p {
            margin-top: 0;
            text-transform: uppercase;
            margin-bottom: 0;
            color: #ffffff;
            font-size: 16px;
        }

        .blog-sec .content-block h2 {
            font-weight: 600;
            font-size: 42px;
            line-height: 1.1;
            margin-bottom: 0;
            text-transform: uppercase;
            color: #ffffff;
        }

        .blog-sec .content-block h3 {
            margin-top: 10px;
            color: #ffffff;
            text-transform: uppercase;
            margin-bottom: 0;
        }

            .blog-sec .content-block h3 a {
                color: #ffffff;
            }

            .career-sec .content-block h4:hover a, .blog-sec .content-block h3:hover a {
                color: #e7236d;
            }

.career-blog-section .section-info {
    margin-top: 40px;
    height: 320px;
    background: #ecebe8;
    padding: 20px;
}

    .career-blog-section .section-info h2 {
        font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #2b2b2b;
        display: block;
        position: relative;
        font-weight: 400;
        font-size: 36px;
        line-height: 1.2;
        letter-spacing: -2px;
        margin: 0;
    }

@media (max-width:1400px) {
    .career-blog-section .section-info h2 {
        font-size: 33px;
    }
}

@media (max-width:1350px) {
    .blog-sec .content-block h2 {
        font-size: 36px;
    }
}

@media (max-width:1250px) {
    .blog-sec .content-block h2 {
        font-size: 40px;
    }
}

@media (max-width:1170px) {
    .blog-sec .content-block h2 {
        font-size: 36px;
    }

    .blog-sec .content-block h3 {
        font-size: 1.2em;
    }
}

@media (max-width:1093px) {
    .blog-sec .content-block h2 {
        font-size: 30px;
    }

    .blog-sec .content-block h3 {
        font-size: 1.1em;
    }

    .career-blog-section .section-info h2 {
        font-size: 31px;
    }
}

@media (max-width:1035px) {
    .career-blog-section .section-info h2 {
        font-size: 30px;
    }
}

@media (max-width:992px) {
    .blog-sec {
        margin-top: 40px;
    }

    .career-blog-section .section-info h2 {
        font-size: 36px;
    }
}

@media (max-width:785px) {
    .career-blog-section .section-info h2 {
        font-size: 35px;
    }
}

@media (max-width:767px) {
    .career-blog-section .section-info {
        height: auto;
    }
}

@media (max-width:700px) {
    .career-sec {
        background: url(../images/career-block.jpg);
        background-size: cover;
        background-position: center;
    }
}

@media (max-width:500px) {
    .career-blog-section .section-info h2 {
        font-size: 30px;
    }
}

@media (max-width:450px) {
    .career-sec .content-block {
        width: 100%;
        height: auto;
        padding: 10px 20px;
        bottom: 0;
    }
}

@media (max-width:350px) {
    .blog-sec .content-block {
        padding: 20px;
    }
}






/*-----------------------------------------------------------------------------------------------------------
    ------------------------------------------------------------------------------------------------------------
    ------------------------------------------------------------------------------------------------------------
    ------------------------------------------------------------------------------------------------------------
------------------------------------------Home Page all section----------------------------- 
    ------------------------------------------------------------------------------------------------------------
    ------------------------------------------------------------------------------------------------------------
    ------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------*/
.content-section {
    margin-bottom: 0;
    padding: 45px 0 50px;
}

.index_welcome_section {
    padding: 0 0 50px;
}

.welcome_note .about-title .heading {
    font-size: 30px;
    line-height: 40px;
}

.welcome_note .about-title p {
    color: #a5a5a5;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.welcome_note blockquote {
    border-left: 4px solid #029fe1;
}

/* Iconbox
-------------------------------------------------------------- */
.iconbox .icon {
    position: relative;
}

.iconbox .icon-bg {
    position: absolute;
    left: 0;
    top: 10px;
    margin: 0;
    width: 70px;
    height: 70px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: box-shadow 0.5s ease-in-out;
    -moz-transition: box-shadow 0.5s ease-in-out;
    -ms-transition: box-shadow 0.5s ease-in-out;
    -o-transition: box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out;
}

.iconbox:hover .icon-bg {
    -webkit-box-shadow: inset 0 0 0 3px transparent;
    -moz-box-shadow: inset 0 0 0 3px transparent;
    -o-box-shadow: inset 0 0 0 3px transparent;
    box-shadow: inset 0 0 0 3px transparent;
    -webkit-animation: rotate 5s infinite linear;
    -moz-animation: rotate 5s infinite linear;
    -o-animation: rotate 5s infinite linear;
    animation: rotate 5s infinite linear;
}

.iconbox:hover .icon-bg {
    background: transparent url(../images/spin.png) no-repeat center center;
    background-size: 100% 100%;
}

.iconbox .icon i {
    line-height: 148px;
    font-size: 35px;
    width: 148px;
    height: 148px;
    margin: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.iconbox:hover .box_icon .icon {
    background: transparent;
    color: #0197d9;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

/*-----------------------------------------------------------------------------------------------------------
------------------------------------------Home page Partners-Client (Client Partners )------------------------------- 
------------------------------------------------------------------------------------------------------------*/


.client-partners {
    /*background: #fff url(../images/parallax-1.jpg);
        -webkit-background-size: cover;
    background-size: cover;
    background-position: center ;
    background-repeat: no-repeat;
    position: relative;*/
    padding: 60px 0 60px;
    /*background-attachment:fixed;*/
}

#counter_threeup {
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    font-weight: 400;
}

.counter_threeup {
    text-align: center;
}

    .counter_threeup .counter_threeup-content {
        padding: 0 0;
    }

        .counter_threeup .counter_threeup-content .icon {
            font-size: 50px;
            color: #FFC107;
            margin-bottom: 15px;
            font-weight: 100;
        }

        .counter_threeup .counter_threeup-content h5 {
            font-size: 60px;
            margin: 0;
            color: #ffffff;
            font-weight: 100;
        }

        .counter_threeup .counter_threeup-content p {
            color: #ffffff;
            margin: 0;
            text-transform: uppercase;
            margin-top: 10px;
        }

        .counter_threeup .counter_threeup-content h1 {
            color: #252633;
            font-weight: 300;
            margin: 0 10px;
        }

@media (max-width:1199px) {

    .counter_threeup .counter_threeup-content h5 {
        font-size: 50px;
    }
}

@media (max-width:992px) {

    .counter_threeup .counter_threeup-content h5 {
        font-size: 40px;
    }
}

@media (max-width:767px) {
    .counter_threeup {
        padding: 15px 10px 20px 10px;
        border: 1px solid #dcdcdc;
        margin-bottom: 20px;
    }

        .counter_threeup .counter_threeup-content h5 {
            font-size: 40px;
        }

}


.font-blue {
    color: #1392f2;
}




/*-----------------------------------------------------------------------------------------------------------
------------------------------------------Home page Our mission and vission ------------------------------- 
------------------------------------------------------------------------------------------------------------*/
.our-workflow {
    padding-bottom: 50px;
}

    .our-workflow .word-rotate {
        background: #029fe1;
        color: #fff;
        padding: 3px 10px;
        margin-right: 10px;
    }

    .our-workflow h1 {
        font-family: 'Noto Sans',sans-serif;
        font-weight: 300;
    }

.strategy-concept {
    background: transparent url(../images/strategy_concept.png) no-repeat center 0;
    width: 100%;
    overflow: hidden;
}


    .strategy-concept strong {
        display: block;
        font-family: "Shadows Into Light", cursive;
        font-size: 2.1em;
        font-weight: normal;
        position: relative;
        margin-top: 30px;
        color: #ff214f;
    }

    .strategy-concept .row {
        position: relative;
    }

    .strategy-concept .process-image {
        background: transparent url(../images/strategy-concept-item.png) no-repeat 0 0;
        width: 160px;
        margin: 135px auto 0 auto;
        padding-bottom: 50px;
        position: relative;
        z-index: 1;
    }

        .strategy-concept .process-image img {
            border-radius: 150px;
            margin: 7px 8px;
            width: auto;
            height: auto;
            max-width: 145px;
            max-height: 145px;
        }

    .strategy-concept .our-work {
        margin-top: 52px;
        font-size: 2.6em;
    }

    .strategy-concept .project-image {
        background: transparent url(../images/strategy-concept-item.png) no-repeat 100% 0;
        width: 350px;
        margin: 15px 0 0 -30px;
        padding-bottom: 45px;
        position: relative;
        z-index: 1;
    }

    .strategy-concept .sun {
        background: transparent url(../images/strategy-concept-icons.png) no-repeat 0 0;
        width: 60px;
        height: 56px;
        display: block;
        position: absolute;
        left: 10%;
        top: 35px;
    }

    .strategy-concept .cloud {
        background: transparent url(../images/strategy-concept-icons.png) no-repeat 100% 0;
        width: 116px;
        height: 56px;
        display: block;
        position: absolute;
        left: 57%;
        top: 35px;
    }

/* Responsive */
@media (max-width: 991px) {
    .strategy-concept {
        background: none;
    }

        .strategy-concept .project-image {
            margin: 20px auto 0 auto;
        }

        .strategy-concept .process-image {
            margin-top: 0;
            padding-bottom: 25px;
        }
}

@media (max-width: 479px) {
    .strategy-concept .project-image {
        background-position: 0 0;
        margin-left: auto;
        max-width: 160px;
    }

    .strategy-concept .fc-slideshow {
        max-width: 145px;
        height: 145px;
    }

        .strategy-concept .fc-slideshow img {
            max-height: 145px;
            max-width: 145px;
        }
}

/*-----------------------------------------------------------------------------------------------------------
------------------------------------------Home page call-action------------------------------- 
------------------------------------------------------------------------------------------------------------*/
.call-action {
    background: #0097d9;
    position: relative;
    padding: 40px 0 50px;
}

    .call-action:before {
        content: "";
        display: block;
        width: 65%;
        height: 20px;
        float: left;
        background: #0097d9;
        position: absolute;
        top: -20px;
    }

    .call-action:after {
        content: "";
        display: block;
        width: 35%;
        height: 20px;
        right: 0;
        background: #0097d9;
        position: absolute;
        bottom: -20px;
    }

    .call-action .call-action-inner-wrapper:before {
        content: "";
        display: block;
        position: absolute;
        left: 65%;
        top: -40px;
        border-bottom: 20px solid #0097d9;
        border-top: 20px solid transparent;
        border-right: 20px solid transparent;
        z-index: 9;
    }

    .call-action .call-action-inner-wrapper:after {
        content: "";
        display: block;
        position: absolute;
        right: 35%;
        bottom: -40px;
        border-top: 20px solid #0097d9;
        border-bottom: 20px solid transparent;
        border-left: 20px solid transparent;
    }

.call-action-description h2 {
    color: #fff;
    font-weight: 300;
    font-size: 35px;
    font-family: "Open Sans",Arial,sans-serif;
}

.call-action-button {
    text-align: right;
    margin-top: 20px;
}

@media (max-width:1199px) {
    .call-action-description h2 {
        font-size: 29px;
    }
}

@media (max-width:992px) {
    .call-action-description, .call-action-button {
        text-align: center;
    }

    .call-action {
        padding: 25px 0 40px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
------------------------------------------Home page our features------------------------------- 
------------------------------------------------------------------------------------------------------------*/
.features-section {
    padding: 0 0 0;
}

.features-description {
    text-align: center;
    padding: 40px 0 50px;
    background: #141414 url(../images/black_bg.jpg);
}

    .features-description h1 {
        color: #fff;
    }

    .features-description p.subTitle {
        color: #fff;
    }

.features-block-section .features-content-section {
    padding: 30px;
}

.features-block-section .feature-img-section {
    padding: 0;
}

.features-block-section .feature-item-box {
    padding: 10px 15px 15px 15px;
    margin-bottom: 0;
}

.features-block-section .feature-item-title {
    margin-bottom: 10px;
}

.features-block-section .feature-img-section img {
    vertical-align: middle;
}

.features-block-section .feature-item-box a.feature-icon {
    color: #0097d9;
    font-size: 38px;
    line-height: 0.6;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    text-align: center;
    margin: 0 0 15px;
    display: block;
}

.feature-item-box.feature-item-1, .feature-item-box.feature-item-2 {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.feature-item-box.feature-item-3, .feature-item-box.feature-item-4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.features-block-section .feature-item-box.feature-item-2 .feature-icon {
    color: #F23434;
}

.features-block-section .feature-item-box.feature-item-3 .feature-icon {
    color: #ff9c07;
}

.features-block-section .feature-item-box.feature-item-4 .feature-icon {
    color: #cc0a97;
}

.features-block-section .feature-item-box.feature-item-5 .feature-icon {
    color: #8046A5;
}

.features-block-section .feature-item-box.feature-item-6 .feature-icon {
    color: #0FA573;
}

.features-block-section .box-wrapper-inner-content {
    display: block;
    text-align: center;
}

.features-block-section .box-wrapper-inner {
    position: relative;
    z-index: 9;
}

.features-block-section .feature-icon-shadow {
    display: block;
    position: absolute;
    left: 30px;
    top: 10px;
    font-size: 140px;
    color: #f7f7f7;
    z-index: -1;
    line-height: 1;
}

.features-block-section .feature-item-title a {
    color: #222;
}

.features-block-section .feature-item-box:hover .feature-item-title a {
    color: #029fe1;
}
/*-----------------------------------------------------------------------------------------------------------
------------------------------------------Home page news post section------------------------------- 
------------------------------------------------------------------------------------------------------------*/

.news-post-section {
}

    .news-post-section .news-wrapper {
        clear: both;
        overflow: hidden;
        padding-bottom: 15px;
        border-bottom: 1px solid #f7f7f7;
    }

    .news-post-section .news-box {
        padding: 15px 25px;
        margin: 15px 0;
        text-align: left;
    }

        .news-post-section .news-box .news-title a {
            color: #272727;
            font-family: 'Noto Sans', sans-serif;
        }

            .news-post-section .news-box .news-title a:hover {
                color: #0097d9;
            }

        .news-post-section .news-box img {
            margin: 0;
            border-radius: 5px 5px 0 0;
        }

    .news-post-section .news-title {
        line-height: 1.2;
        margin-bottom: 10px;
        font-size: 21px;
    }

    .news-post-section .news-title-subtext {
        margin-bottom: 15px;
        padding-bottom: 35px;
        border-bottom: 1px solid #f7f7f7;
    }

        .news-post-section .news-title-subtext span {
            color: #9ea2a5;
            margin: 0px 10px 0 0;
            display: inline-block;
            font-weight: 100;
            font-size: 15px;
        }

            .news-post-section .news-title-subtext span a {
                color: #029fe1;
            }

.news-box-content .news-month {
    background: #029fe1;
    color: #fff;
    width: 72px;
}

.news-box-content .news-date {
    float: right;
    width: 70px;
    border-radius: 5px 5px 0 0;
}

.news-box-content .news-day {
    font-size: 30px;
    line-height: 1.3;
    background: #f5f5f5;
    color: #222;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}

.news-box-content .news-date span {
    display: block;
    padding: 3px 10px;
    text-align: center;
}
/*-----------------------------------------------------------------------------------------------------------
------------------------------------------Home page our testimonials------------------------------- 
------------------------------------------------------------------------------------------------------------*/
.our-testimonials {
    background: #141414 url(../images/footer.jpg);
}

    .our-testimonials h1, .our-testimonials h3 {
        color: #fff;
        margin-top: 0;
    }

    .our-testimonials h3 {
        margin-bottom: 20px;
        font-family: "Open Sans",Arial,sans-serif;
        font-weight: 300;
    }

.testi-item-inner {
    text-align: center;
    padding: 0 80px;
}

.our-testimonials .testi-item-inner .testi-author-img {
    padding: 0;
    margin: 6px 0 0;
}

    .our-testimonials .testi-item-inner .testi-author-img img {
        transform-style: unset;
        max-width: 55px;
        height: auto;
        margin: 0 auto 10px;
    }

.our-testimonials .testi-item-inner blockquote {
    background: #CCC;
    font-family: Georgia, serif;
    font-style: italic;
    margin: 0;
    position: relative;
    background: transparent;
    padding: 6px 20px;
    border-radius: 0;
    border: 0;
}

    .our-testimonials .testi-item-inner blockquote:before {
        color: #dedede;
        display: block !important;
        left: 10px;
        top: 0;
        content: "“";
        font-size: 80px;
        font-style: normal;
        line-height: 1;
        position: absolute;
    }

    .our-testimonials .testi-item-inner blockquote:after {
        color: #dedede;
        display: block !important;
        right: 10px;
        font-size: 80px;
        font-style: normal;
        line-height: 1;
        position: absolute;
        bottom: -0.5em;
        content: "”";
    }

    .our-testimonials .testi-item-inner blockquote p {
        padding: 0 40px;
        font-family: Georgia, serif;
        font-style: italic;
        line-height: 1.9;
        color: #dedede;
    }

.our-testimonials .testi-item-inner .testi-author-name {
    padding: 0;
    margin: 6px 0 0;
}

    .our-testimonials .testi-item-inner .testi-author-name p {
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .our-testimonials .testi-item-inner .testi-author-name strong {
        color: #dedede;
        display: block;
        padding-top: 10px;
        margin-bottom: -5px;
    }

    .our-testimonials .testi-item-inner .testi-author-name span {
        color: #a5a5a5;
        display: block;
        font-size: 12px;
    }

.our-testimonials .carousel-control {
    width: 50px;
    height: 50px;
    background: #000;
    font-size: 37px;
    font-weight: 300;
    margin: auto;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

    .our-testimonials .carousel-control.left .left-arrow, .our-testimonials .carousel-control.right .right-arrow {
        width: 100%;
        height: 50px;
        display: block;
    }

    .our-testimonials .carousel-control.left {
        left: -20px;
    }

    .our-testimonials .carousel-control.right {
        right: -20px;
    }

    .our-testimonials .carousel-control.left .left-arrow {
        background: url(../images/slide-arrow.png) no-repeat 0 0;
        background-position: 4px center;
    }

    .our-testimonials .carousel-control.right .right-arrow {
        background: url(../images/slide-arrow.png) no-repeat 0 0;
        background-position: -34px center;
    }

.our-testimonials:hover .carousel-control {
    opacity: 0.9;
    visibility: visible;
}

    .our-testimonials:hover .carousel-control.left {
        left: 0;
    }

    .our-testimonials:hover .carousel-control.right {
        right: 0;
    }

@media (max-width:992px) {
    .testi-item-inner {
        padding: 0;
    }
}

@media (max-width:600px) {
    .our-testimonials .testi-item-inner blockquote p {
        padding: 0 20px;
        line-height: 1.6;
        font-size: 16px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
    ------------------------------------------------------------------------------------------------------------
    ------------------------------------------------------------------------------------------------------------
    ------------------------------------------------------------------------------------------------------------
------------------------------------------Home Page all section----------------------------- 
    ------------------------------------------------------------------------------------------------------------
    ------------------------------------------------------------------------------------------------------------
    ------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------------------------------
------------------------------------------Home Page Our Services------------------------------ 
------------------------------------------------------------------------------------------------------------*/
.Our-Services-section {
    padding-bottom: 70px;
    padding-top: 90px;
}

    .Our-Services-section .heading-block h2 {
        font-size: 27px;
        line-height: 40px;
        color: #232323;
        margin-bottom: 5px;
    }

    .Our-Services-section .heading-block p {
        font-size: 25px;
        color: #232323;
        font-weight: 300;
        margin-top: 0;
    }

        .Our-Services-section .heading-block p span {
            display: block;
            line-height: 40px;
            color: #232323;
            margin-bottom: 0;
            margin-top: 0;
        }

    .Our-Services-section .heading-box {
        width: 500px;
        margin: 0 auto;
        padding: 30px;
        background: #e9ecef;
    }

        .Our-Services-section .heading-box h5 {
            font-family: "Open Sans",Arial,sans-serif;
            text-transform: uppercase;
        }

    .Our-Services-section .paragraph {
        width: 60%;
        margin: 0 auto;
        margin-top: 30px;
    }

.center-col {
    float: none;
    margin-left: auto;
    margin-right: auto;
    /*display: inline-block;*/
}

.item-box-wrap {
    margin-top: 40px;
    position: relative;
}

    .item-box-wrap:before {
        position: absolute;
        left: -60px;
        top: -40px;
        height: 441px;
        width: 290px;
        content: "";
        background-image: url(../images/dots.png);
    }

.Our-Services-section .item-box, .icon-box-wrap .icon-box {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    padding: 20px 0;
}

    .Our-Services-section .item-box .icon-img, .icon-box-wrap .icon-box .icon-img {
        position: absolute;
        font-size: 40px;
        color: #555555;
        width: 70px;
        font-weight: 100;
    }

        .Our-Services-section .item-box .icon-img:after, .icon-box-wrap .icon-box .icon-img:after {
            content: '';
            height: 30px;
            width: 2px;
            background: #ff214f;
            position: absolute;
            right: 0;
            top: 4px;
        }

    .Our-Services-section .item-box .contemt-block, .icon-box-wrap .icon-box .content-block {
        padding-left: 90px;
    }

        .Our-Services-section .item-box .contemt-block h3, .icon-box-wrap .icon-box .content-block h3 {
            font-size: 20px;
            line-height: 38px;
        }

        .Our-Services-section .item-box .contemt-block ul, .Our-Services-section .item-box .contemt-block ul li a, .Our-Services-section .item-box .contemt-block p, .icon-box-wrap .icon-box .content-block p {
            color: #6f6f6f;
        }




@media (max-width:1400px) {

    .Our-Services-section .paragraph {
        width: 70%;
    }
}

@media (max-width:1200px) {

    .Our-Services-section .paragraph {
        width: 80%;
    }
}

@media (max-width:992px) {

    .Our-Services-section .paragraph {
        width: 100%;
    }

    .Our-Services-section .heading-block p {
        font-size: 21px;
        font-weight: 400;
        color: #6f6f6f;
    }

        .Our-Services-section .heading-block p span {
            color: #000;
        }
}

@media (min-width:768px) and (max-width:1400px) {
    .Our-Services-section .item-box {
        padding-top: 100px;
    }

        .Our-Services-section .item-box .contemt-block {
            padding-left: 0;
        }

            .Our-Services-section .item-box .contemt-block h3 {
                font-size: 17px;
            }

        .Our-Services-section .item-box .icon-img {
            top: 0;
        }

            .Our-Services-section .item-box .icon-img:after {
                content: '';
                height: 2px;
                width: 50px;
                left: 0;
                top: 71px;
            }
}

@media (min-width:500px) and (max-width:768px) {
    .Our-Services-section .item-box .icon-img {
        width: 90px;
    }

    .Our-Services-section .item-box .contemt-block {
        padding-left: 130px;
    }
}

@media (max-width:768px) {
    .Our-Services-section .heading-block h2 {
        font-size: 25px;
        line-height: 1.3;
    }

    .Our-Services-section {
        padding-top: 50px;
    }
}

@media (max-width:740px) {
    .Our-Services-section .heading-block p span {
        line-height: 1.3;
        width: 400px;
        margin: 5px auto;
    }
}

@media (max-width:560px) {
    .Our-Services-section .heading-block {
        width: 100%;
    }

        .Our-Services-section .heading-block p span {
            width: 90%;
        }
}

@media (max-width:500px) {
    .Our-Services-section .heading-block p {
        font-size: 18px;
    }
}

@media (max-width:420px) {
    .Our-Services-section .heading-block h1 {
        font-size: 35px;
    }

    .Our-Services-section .heading-block p span {
        width: 100%;
    }

    .Our-Services-section .heading-block p {
        font-size: 17px;
    }

    .Our-Services-section .item-box {
        padding-top: 100px;
    }

        .Our-Services-section .item-box .contemt-block {
            padding-left: 0;
            text-align: center;
        }

            .Our-Services-section .item-box .contemt-block h3 {
                font-size: 18px;
            }

        .Our-Services-section .item-box .icon-img {
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

    .Our-Services-section .item-box-wrap .arrow-list.type4 li:before {
        display: none;
    }

    .Our-Services-section .item-box-wrap .arrow-list.type4 li {
        padding: 0 0 10px 0;
        padding: 0 0 10px 0;
    }

    .Our-Services-section .item-box .icon-img:after {
        content: '';
        height: 2px;
        width: 50px;
        left: 0;
        top: 71px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
------------------------------------------Home Page Our Clients------------------------------ 
------------------------------------------------------------------------------------------------------------*/

.client-section {
    padding: 50px 0 70px 0;
    background-color: #ffffff;
    /*background-image: url(../images/white-bg3.jpg);*/
    background-attachment: fixed;
    border-top: 1px solid #d6d5d5;
}


.client-section-box {
    margin-top: 50px;
    text-align: center;
}

.client-section .client-img-box .client-img {
    /*display:inline-block;*/
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.client-section .client-img-box.col-sm-10-per, .client-section .client-img-box.col-sm-20-per {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.client-section .client-img-box.col-sm-10-per {
    width: 10%;
}

.client-section .client-img-box.col-sm-20-per {
    width: 20%;
}

.client-section .client-img-box .client-img:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    filter: alpha(opacity=60);
}

.client-section .client-img {
    margin: 15px 20px;
}

    .client-section .client-img img {
        width: 100%;
    }

.client-section .col-sm-20 {
    padding: 0;
}

.client-section .rotate-box .hover-content-box {
    width: 100%;
    top: -15px;
}

.rotate-box .icon-block {
    height: auto;
}

.client-section .rotate-box .hover-content-box {
    z-index: 1;
}

@media (max-width:1500px) {
    .client-section .client-img-box.col-sm-20-per .client-img img {
        width: auto;
        height: 75px;
    }

    .client-section .client-img-box.col-sm-10-per {
        width: 11.11111%;
    }

    .client-section .client-img-box.col-sm-20-per {
        width: 40%;
    }
}

@media (max-width:1400px) {
    /*.client-section .client-img img {
     width: auto;
    height: 75px;
}*/
    .client-section .client-img-box.col-sm-10-per {
        width: 12.5%;
    }
}

@media (max-width:1200px) {
    .client-section .client-img {
        margin: 15px;
    }
}

@media (max-width:1100px) {
    .client-section .client-img {
        margin: 15px 10px;
    }
}

@media (max-width:992px) {
    .client-section .client-img-box.col-sm-10-per {
        width: 16.666%;
    }

    .client-section .client-img {
        margin: 15px 20px;
    }
}

@media (max-width:768px) {

    .client-section .client-img {
        margin: 15px 10px;
    }
}

@media (max-width:650px) {
    .client-section .client-img {
        margin: 15px 3px;
    }
}

@media (max-width:600px) {
    .client-section .client-img-box.col-sm-10-per {
        width: 20%;
    }

    .client-section .client-img {
        margin: 15px 8px;
    }

    .client-section .client-img-box.col-sm-20-per {
        width: 60%;
    }
}

@media (max-width:550px) {
    .client-section .client-img {
        margin: 15px 3px;
    }
}

@media (max-width:500px) {
    .client-section .client-img {
        margin: 15px 0;
    }
}

@media (max-width:450px) {
    .client-section .client-img-box.col-sm-10-per {
        width: 25%;
    }

    .client-section .client-img {
        margin: 15px 5px;
    }

    .client-section .client-img-box.col-sm-20-per {
        width: 100%;
    }

        .client-section .client-img-box.col-sm-20-per .client-img img {
            width: auto;
            height: auto;
        }
}

@media (max-width:400px) {
    .client-section .client-img-box.col-sm-10-per {
        width: 33.333%;
    }

    .client-section .client-img {
        margin: 15px 10px;
    }

    .client-section .client-img-box.col-sm-20-per .client-img img {
        width: auto;
        height: auto;
    }
}

@media (max-width:350px) {
    .client-section .client-img {
        margin: 15px 3px;
    }
}

.target-market {
    position: relative;
    padding: 50px 0 80px 0;
    background-color: #ffffff;
    background-image: url(../images/banner-clients.jpg);
    background-size: cover;
    background-position: bottom right;
    /*border-top: 1px solid #d6d5d5;*/
    box-shadow: 0 -2px 6px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 -2px 6px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -2px 6px -1px rgba(0, 0, 0, 0.2);
}

    .target-market .heading-block p {
        font-size: 27px;
        font-weight: 300;
        margin-top: 0;
        color: #fff;
        line-height: 1.3;
    }

        .target-market .heading-block p span {
            display: block;
            font-weight: 300;
            margin-bottom: 0;
            margin-top: 0;
        }

    .target-market .container, .target-market .box-row {
        width: 1000px;
    }

    .target-market .slider-overlay {
        opacity: 0.7;
        background-color: #1c1c1c;
    }

    .target-market .box-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        box-sizing: border-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
        margin-top: 50px;
    }

        .target-market .box-row:after, .target-market .box-row:before {
            display: table;
            content: " ";
        }

        .target-market .box-row:after {
            clear: both;
        }

        .target-market .box-row .box-column {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            width: 200px;
            height: 220px;
            float: left;
        }

    .target-market .box {
        box-sizing: border-box;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 1;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        transition: all 500ms ease;
        /*-webkit-box-shadow: 0 15px 46px rgba(0,0,0,.1);
    -ms-box-shadow: 0 15px 46px rgba(0,0,0,.1);
    box-shadow: 0 15px 46px rgba(0,0,0,.1);*/
        margin: 5px 0;
    }

        .target-market .box:before, .target-market .box:after {
            content: " ";
            display: table;
        }

        .target-market .box:after {
            clear: both;
        }

        .target-market .box .box-inner {
            width: 200px;
            background-color: #fff;
            background: url('../images/hexagon-light.png');
            background-size: 200px 220px;
            padding: 25px 40px;
            overflow: hidden;
            position: relative;
            z-index: 5;
            margin: 0;
            height: 220px;
            border-radius: 2px;
            text-align: center;
            display: table;
            /*-webkit-box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px #fff, 0 2px 1px 0 rgba(135, 92, 65, 0.5), inset 0 0 4px 3px rgba(15, 8, 22, 0.2);
    -moz-box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px #fff, 0 2px 1px 0 rgba(121, 65, 135, 0.5), inset 0 0 4px 3px rgba(15, 8, 22, 0.2);
    box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px #fff, 0 2px 1px 0 rgba(135, 101, 65, 0.5), inset 0 0 4px 3px rgba(15, 8, 22, 0.2);*/
        }

            .target-market .box .box-inner.darkBg {
                background: url('../images/hexagon-dark.png');
                background-size: 200px 220px;
            }

            .target-market .box .box-inner span {
                display: table-cell;
                vertical-align: middle;
                font-weight: 500;
                color: #0b0b0f;
                font-size: 15px;
                line-height: 1.5;
            }

            .target-market .box .box-inner.darkBg span {
                color: #fff;
                font-weight: 400;
            }

    .target-market .box-row .box-column.sixth {
        margin-left: 100px;
    }

    .target-market .box-row .box-column.second-row, .target-market .box-row .box-column.third-row {
        margin-top: -47px;
    }

    .target-market .box-row .box-column.third-row {
    }
/*.target-market .box .box-inner .box-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    position: absolute;
    z-index: -2;
    background-color: #ff214f;
         border-radius:0;
}
    .target-market .box .box-inner:hover {
    color: #fff;
}
    .target-market .box .box-inner:hover .box-overlay {
    height: 100%;
    background: #2f2f2f;
}*/
/*.target-market:before{
        content: '';
    z-index: -2;
    position: absolute;
    height: 100px;
    top: -71px;
    left: 0;
    right: 0;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    background: #fff;
    z-index: 1;
}*/
/*.svgAnimation #Layer_1
{
				
				stroke: #383838;
				stroke-width: 3;
				stroke-linecap: round;
				stroke-linejoin: round;
				stroke-miterlimit: 10;
			}
.svgAnimation #Layer_1 * {
  fill-opacity: 0;

}
	.svgAnimation #Layer_1 .imagePath,.svgAnimation #Layer_1 text {
		opacity: 0;
	}
.svgAnimation #Layer_1.finished *,.svgAnimation #Layer_1.finished text {
  fill-opacity: 1;
  opacity:1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration: 1;
    animation-name: DrawLine, FadeStroke, FillIn;
    animation-duration: 4s, 1s, 1s;
    animation-delay: 0, 3.5s, 3.5s;
}
.svgAnimation #Layer_1.finished .imagePath  {
     opacity:0.2;
	    stroke-miterlimit: 5;
    animation-delay: 3s, 4.5s, 4.5s;
    animation-duration: 3s, 3s, 3s;  
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration: 1;
    animation-name:FillImage;
    animation-duration: 5s, 2s, 2s;
    animation-delay: 0, 4.5s, 4.5s;
}
@keyframes DrawLine {
  to { stroke-dashOffset: 0; }
}

@keyframes FadeStroke {
  to { stroke-opacity: 0; }
}

@keyframes FillIn {
  from { fill-opacity: 0; }
  to { fill-opacity: 1; }
}
@keyframes FillImage {
  from { opacity: 0; }
  to { opacity: 0.2; }
}

@media (max-width:768px) {
    .target-market {
        padding:50px 15px;
    }
    .target-market .heading-block {
        margin-bottom:50px;
    }
}*/
@media (max-width:1400px) {

    .target-market .container, .target-market .box-row {
        width: 923px;
    }

        .target-market .box-row .box-column {
            width: 180px;
            height: 199px;
        }

    .target-market .box .box-inner, .target-market .box .box-inner.darkBg {
        width: 180px;
        height: 199px;
        background-size: 180px 199px;
    }

    .target-market .box-row .box-column.second-row, .target-market .box-row .box-column.third-row {
        margin-top: -41px;
    }

    .target-market .box-row .box-column.sixth {
        margin-left: 92px;
    }

    .target-market .box .box-inner.darkBg span, .target-market .box .box-inner span {
        font-size: 14px;
    }
}

@media (max-width:1200px) {
    .target-market {
        background-position: bottom center;
    }
}

@media (max-width:992px) {
    .target-market .container, .target-market .box-row {
        width: 700px;
    }

        .target-market .box-row .box-column {
            width: 160px;
            height: 177px;
        }

    .target-market .box .box-inner, .target-market .box .box-inner.darkBg {
        width: 160px;
        height: 177px;
        background-size: 160px 177px;
    }

    .target-market .box .box-inner {
        padding: 25px 22px 25px 19px;
    }

    .target-market .box-row .box-column.sixth {
        margin-left: 0;
    }

    .target-market .box-row .box-column.fifth, .target-market .box-row .box-column.twelve {
        margin-left: 80px;
        margin-top: -34px;
    }

    .target-market .box-row .box-column.second-row, .target-market .box-row .box-column.third-row {
        margin-top: -34px;
    }
}

@media (max-width:768px) {
    .target-market .box-row {
        margin-top: 20px;
    }

    .target-market .container, .target-market .box-row {
        width: 550px;
    }

        .target-market .box-row .box-column {
            width: 180px;
            height: 199px;
        }

    .target-market .box .box-inner, .target-market .box .box-inner.darkBg {
        width: 180px;
        height: 199px;
        background-size: 180px 199px;
    }

    .target-market .box-row .box-column.fifth, .target-market .box-row .box-column.twelve {
        margin-left: 0;
        margin-top: -44px;
    }

    .target-market .box-row .box-column.second-row, .target-market .box-row .box-column.third-row {
        margin-top: -44px;
    }

    .target-market .box-row .box-column.fourth, .target-market .box-row .box-column.ninth, .target-market .box-row .box-column.fourteen {
        margin-left: 90px;
        margin-top: -44px;
    }
}

@media (max-width:600px) {
    .target-market .container, .target-market .box-row {
        width: 450px;
    }

        .target-market .box-row .box-column {
            width: 145px;
            height: 161px;
        }

    .target-market .box .box-inner, .target-market .box .box-inner.darkBg {
        width: 145px;
        height: 161px;
        background-size: 145px 161px;
    }

    .target-market .box-row .box-column.fourth, .target-market .box-row .box-column.ninth, .target-market .box-row .box-column.fourteen {
        margin-left: 73px;
        margin-top: -36px;
    }

    .target-market .box-row .box-column.fifth, .target-market .box-row .box-column.twelve {
        margin-left: 0;
        margin-top: -36px;
    }

    .target-market .box-row .box-column.second-row, .target-market .box-row .box-column.third-row {
        margin-top: -36px;
    }

    .target-market .box .box-inner.darkBg span, .target-market .box .box-inner span {
        font-size: 13px;
    }
}

@media (max-width:500px) {
    .target-market .container, .target-market .box-row {
        width: 350px;
        padding: 0;
    }

        .target-market .box-row .box-column {
            width: 116px;
            height: 129px;
        }

    .target-market .box .box-inner, .target-market .box .box-inner.darkBg {
        width: 116px;
        height: 129px;
        background-size: 116px 129px;
    }

    .target-market .box .box-inner {
        padding: 10px 12px 10px 10px;
    }

        .target-market .box .box-inner.darkBg span, .target-market .box .box-inner span {
            font-size: 12px;
            line-height: 1.3;
        }

    .target-market .box-row .box-column.fourth, .target-market .box-row .box-column.ninth, .target-market .box-row .box-column.fourteen {
        margin-left: 58px;
        margin-top: -28px;
    }

    .target-market .box-row .box-column.fifth, .target-market .box-row .box-column.twelve {
        margin-left: 0;
        margin-top: -28px;
    }

    .target-market .box-row .box-column.second-row, .target-market .box-row .box-column.third-row {
        margin-top: -28px;
    }
}

@media (max-width:400px) {
    .target-market .container, .target-market .box-row {
        width: 300px;
    }

        .target-market .box-row .box-column {
            width: 100px;
            height: 111px;
        }

    .target-market .box .box-inner {
        padding: 0px 6px 0px 8px;
    }

        .target-market .box .box-inner, .target-market .box .box-inner.darkBg {
            width: 100px;
            height: 111px;
            background-size: 105px 111px;
        }

    .target-market .box-row .box-column.fourth, .target-market .box-row .box-column.ninth, .target-market .box-row .box-column.fourteen {
        margin-left: 51px;
        margin-top: -27px;
    }

    .target-market .box-row .box-column.fifth, .target-market .box-row .box-column.twelve {
        margin-left: 0;
        margin-top: -27px;
    }

    .target-market .box-row .box-column.second-row, .target-market .box-row .box-column.third-row {
        margin-top: -27px;
    }

    .target-market .box .box-inner.darkBg span, .target-market .box .box-inner span {
        font-size: 11px;
        line-height: 1.3;
    }
}

@media (max-width:355px) {
    .target-market .container, .target-market .box-row {
        width: 100%;
    }

    .target-market .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .target-market .box-row .box-column {
        width: 50%;
        height: auto;
    }
    .target-market .box .box-inner.darkBg span, .target-market .box .box-inner span {
    font-size: 13px;
    line-height: 1.3;
}
    .target-market .box .box-inner, .target-market .box .box-inner.darkBg {
        width: 100%;
        height: 111px;
    }

    .target-market .box .box-inner {
        background: #fff;
    }

        .target-market .box .box-inner.darkBg {
            background: #098fc7;
        }
        .target-market .box-row .box-column.fourth, .target-market .box-row .box-column.ninth, .target-market .box-row .box-column.fourteen,.target-market .box-row .box-column.fifth, .target-market .box-row .box-column.twelve,.target-market .box-row .box-column.second-row, .target-market .box-row .box-column.third-row {
    margin-left: 0;
    margin-top: 0;
}
}
/*-----------------------------------------------------------------------------------------------------------
------------------------------------------About us page------------------------------- 
------------------------------------------------------------------------------------------------------------*/


/*----------------------------------------first screen--------------------------------------------------------*/
.about-page-bg-image {
    background: url(../images/about-us.jpg);
    background-size: cover;
}

.about-page .about-us-description {
    background: url(../images/testimonial-bg.png);
}

    .about-page .about-us-description .content-section {
        padding: 90px 0 90px;
    }

.about-us-description .content-block1, .about-us-description .content-block2, .about-us-description .content-block3 {
    height: 320px;
}

.about-page .about-us-description h1 {
    font-size: 60px;
    margin-bottom: 15px;
}

.about-page-title-bg {
    background: url(../images/about_section2.jpg);
    background-size: cover;
    position: relative;
    padding: 80px 0;
}

    .about-page-title-bg .slider-overlay {
        background-color: #000000;
        opacity: 0.6;
    }


.about-us-description .content-block1 p {
    width: 100%;
}

.about-us-description .content-block2 {
    padding: 0 20px;
    background: #e3e7e9;
    margin: 0 -13px;
}

blockquote {
    border-left: 5px solid #029fe1;
}

.about-page .head-image-block {
    height: 300px;
}

.about-page .page-big-title {
    background: linear-gradient(to right,#029fe1 0%,#0384e0 100%);
    height: 340px;
    width: 100%;
}

.about-page .bread_crumb-wrap {
    height: 340px;
}

.page-slider-content {
    overflow: hidden;
}

    .page-slider-content h1 {
        font-size: 80px;
        font-size: 6vw;
        font-weight: 900;
        margin: 0;
        line-height: 0.9;
        transform: rotate(-3deg);
        font-family: 'Montserrat', sans-serif;
    }

    .page-slider-content h3 {
        font-size: 43px;
        font-size: 3.5vw;
        font-weight: 900;
        margin: 0;
        line-height: 1;
        transform: rotate(-4deg);
        color: #e6e6e6;
        margin-left: 100px;
    }

    .page-slider-content p {
        font-size: 20px;
        font-size: 1.3vw;
        padding: 0 20px;
    }

.main-content-block {
    background: #ecebe8;
    padding: 15px 30px;
    height: 300px;
}

    .main-content-block h2 .main-content-block h2 {
        color: #252525;
        display: block;
        position: relative;
        font-weight: 500;
        font-size: 30px;
        /*font-size: 1.8vw;*/
        line-height: 1.3;
        letter-spacing: -1px;
        margin: 0;
        margin-bottom: 10px;
        text-transform: uppercase;
        margin-top: 20px;
    }

    .main-content-block h4 {
        margin: 0;
        font-size: 16px;
        /*font-size: 1vw;*/
        line-height: 1.4;
    }

.about-page .about-content {
    color: #fff;
    padding: 60px;
}

.about-page .text-white {
    color: #fff;
}

.about-page .about-us-description .content-section .row {
    position: relative;
}

.about-page .about-us-description .image-block {
    position: absolute;
    left: 0;
    width: 45%;
    background: url(../images/about-img1.jpg);
    background-size: cover;
    height: 100%;
    /*-webkit-filter: grayscale(0.4);
    filter: grayscale(0.4);
    filter: alpha(opacity=60);*/
}

.about-page .about-us-description .content-block {
    padding: 20px 0;
}

.about-page .about-us-description .image-block img.cmmi-logo {
    position: absolute;
    bottom: 104px;
    right: -140px;
    height: 70px;
    background: #028dc7;
    padding: 10px;
    transform: rotate(-90deg);
    z-index: 9;
}

.about-page .about-us-description .separator-line {
    background-color: #1c1c1c;
    height: 4px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 60%;
}

.about-page .our-history {
    background: url(../images/team-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
}

    .about-page .our-history h1 {
        font-size: 60px;
        margin-top: 35px;
    }

        .about-page .our-history h1 span {
            display: block;
        }

/*******************************Our Value***********************************/
.about-page .values-img {
    position: relative;
    margin-bottom: 10px;
}

    .about-page .values-img img {
        height: 70px;
        width: 70px;
    }

.about-page .our-values .our-value-box {
    margin-bottom: 20px;
    text-align: center;
}

    .about-page .our-values .our-value-box h3 {
        font-size: 23px;
        line-height: 22px;
        text-transform: uppercase;
        line-height: 1.2;
        border-bottom: 1px dotted #d3d2d2;
        padding-bottom: 15px;
        min-height: 70px;
    }

.about-page .values-01 h3, .about-page .values-01 span {
    color: #0dad8c;
}

.about-page .values-02 h3, .about-page .values-02 span {
    color: #198fca;
}

.about-page .values-03 h3, .about-page .values-03 span {
    color: #ed2d5e;
}

.about-page .values-04 h3, .about-page .values-04 span {
    color: #5a9309;
}

.about-page .values-05 h3, .about-page .values-05 span {
    color: #d22610;
}

.about-page .values-06 h3, .about-page .values-06 span {
    color: #df651f;
}

.about-page .values-07 h3, .about-page .values-07 span {
    color: #4d4d4d;
}

.about-page .values-08 h3, .about-page .values-08 span {
    color: #ed9007;
}

@media (max-width: 1520px) {
    .about-page .our-values .our-value-box h3 {
        font-size: 22px;
    }
}

@media (max-width: 1500px) {
    /*.about-page .bread_crumb-title.big .title-heading {
        font-size: 80px;
        line-height: 90px;
    }*/
    .about-page .our-values .our-value-box h3 {
        font-size: 20px;
    }

    .about-us-description .content-block1, .about-us-description .content-block2, .about-us-description .content-block3 {
        height: 350px;
    }

    .main-content-block {
        height: 330px;
    }
}

@media (max-width: 1400px) {
    .about-page .about-us-description .content-section {
        padding: 70px 0 100px 0;
    }

    .about-page .our-history h1 {
        margin-top: 25px;
    }
    /*.main-content-block {
        height: 272px;
        padding: 15px 20px;
    }

        .main-content-block h2 {
            margin-top: 0px;
            margin-bottom: 5px;
        }

        .main-content-block h4 {
            font-size: 14px;
            font-size: 1.1vw;
        }*/

    .about-page .head-image-block {
        /*height: 600px;*/
    }

    .about-page .page-big-title {
        height: 300px;
    }

    .about-us-description .content-block1 p {
        width: 100%;
    }

    .main-content-block {
        margin: 0 -10px;
        height: 350px;
    }
}

@media (max-width: 1365px) {
    /*.about-page .bread_crumb-title.big .title-heading {
        font-size: 70px;
        line-height: 80px;
    }*/
    .about-page .our-values .our-value-box h3 {
        min-height: 88px;
    }
}

@media (max-width: 1300px) {
    .about-us-description .content-block1, .about-us-description .content-block2, .about-us-description .content-block3 {
        height: 360px;
    }

    .about-page .our-history h1 {
        margin-top: 10px;
    }

    .about-page .our-values .our-value-box span {
        font-size: 17px;
    }
}

@media (max-width: 1250px) {
    /*.about-page .bread_crumb-title.big .title-heading {
        font-size: 80px;
        line-height: 90px;
    }*/

    .main-content-block {
        height: 305px;
    }

        .main-content-block h2 {
            margin-bottom: 10px;
        }
    /*.main-content-block h2 {
        font-size: 29px;
        font-size: 1.9vw;
    }

    .main-content-block h4 {
        font-size: 15px;
        font-size: 1.22vw;
    }

    .main-content-block h2 {
        margin-top: 0;
    }*/
}

@media only screen and (max-width: 1250px) and (min-width: 992px) {
    .main-content-block {
        padding-left: 20px;
    }
}

@media (max-width: 1199px) {
    .about-page .about-us-description .image-block {
        background-position: center;
    }

    .about-page .our-values .our-value-box h3 {
        font-size: 18px;
    }
    /*.about-page .bread_crumb-title.big .title-heading {
        font-size: 60px;
        line-height: 70px;
    }*/
    .about-page .our-values .our-value-box h3 {
        min-height: 60px;
    }

    .about-page .our-values .our-value-box {
        min-height: 260px;
    }

    .main-content-block {
        height: auto;
        padding: 20px 30px;
        margin: 0;
    }

    .about-page .page-big-title {
        height: 275px;
    }

    .about-us-description blockquote p {
        margin-top: 0;
    }

    /*.main-content-block {
        height: 255px;
    }*/

    .page-slider-content p {
        font-size: 17px;
        font-size: 1.5vw;
    }

    .about-page-bg-image .no-lg-only-pad {
        padding-top: 0;
    }

    .about-us-description .content-block1, .about-us-description .content-block2 {
        height: 175px;
    }

    .about-us-description .content-block2 {
        margin: 5px 0;
    }
}

@media (max-width: 1155px) {
    .about-us-description .content-block1 h2 {
        font-size: 1.6em;
    }
}

@media (max-width: 1100px) {
    /*.main-content-block h4 {
        font-size: 14px;
        font-size: 1.2vw;
    }*/

    .about-us-description .content-block1 h2 {
        font-size: 1.5em;
    }
}

@media (max-width: 992px) {
    .about-us-description .content-block2 {
        margin: 0 -13px;
    }

    .about-page .about-us-description .image-block img.cmmi-logo {
        right: -125px;
    }

    .about-page .our-history {
        padding: 60px 0;
    }

        .about-page .our-history h1 {
            margin-top: 0;
            margin-bottom: 60px;
        }

            .about-page .our-history h1 span {
                display: inline-block;
            }

    .about-page .our-values .our-value-box {
        min-height: 280px;
    }

    .about-page-bg-image {
        padding: 10px 0;
    }

    .main-content-block {
        padding-left: 20px;
    }
    /*.about-page .head-image-block {
        height: 300px;
    }
    .about-page .page-big-title, .main-content-block {
            height: 260px;
    }*/
    .main-content-block {
        padding: 20px;
        margin-top: 0;
    }

    .about-page-bg-image .no-lg-only-pad {
        padding-top: 15px;
    }

    .main-content-block.second {
        height: auto;
    }

    .main-content-block h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .main-content-block h4 {
        font-size: 15px;
    }

    .page-slider-content p {
        font-size: 17px;
        font-size: 2vw;
    }

    .about-page .head-image-block {
        height: 255px;
    }

    .about-us-description .content-block2 {
        background: #0098da;
    }

        .about-us-description .content-block2 p {
            color: #ffffff;
        }

    .about-page .about-us-description .content-section {
        padding: 50px 0 50px;
    }

    .about-us-description .content-block1, .about-us-description .content-block2 {
        height: 300px;
    }

    .about-us-description .content-block3 {
        height: auto;
    }
}

@media (max-width: 710px) {
    .about-page .our-values .our-value-box h3 {
        min-height: 80px;
    }

    .about-page .our-values .our-value-box {
        min-height: 330px;
    }
}

@media (max-width: 767px) {

    .about-page-bg-image {
        background: none;
    }

    .about-page .page-big-title, .main-content-block {
        height: auto;
    }

    /*.about-page .bread_crumb-title.big .title-heading {
        font-size: 60px;
        line-height: 70px;
    }*/

    .about-page .head-image-block {
        /*height: 200px;*/
        background: url(../images/about-us.jpg);
        background-size: cover;
        height: 200px;
    }

    .about-page .bread_crumb-title.right {
        text-align: left;
        left: 10%;
    }

    .about-page .about-us-description .content-section {
        padding: 20px 0 50px;
    }

    .main-content-block h2 {
        font-size: 21px;
    }

    .page-slider-content h1 {
        font-size: 70px;
    }

    .page-slider-content h3 {
        font-size: 42px;
    }

    .page-slider-content p {
        font-size: 17px;
        margin-top: 30px;
    }

    .about-us-description .content-block1 {
        height: auto;
    }

    .about-us-description .content-block2 {
        margin: 25px 0;
        padding: 0 20px;
        height: 260px;
    }

    .about-page .about-us-description .content-block {
        padding: 30px 15px;
    }
}

@media (max-width: 580px) {
    .about-page .our-values .our-value-box {
        min-height: 350px;
    }
}

@media (max-width: 550px) {
    .about-page .our-values .our-value-box, .about-page .our-values .our-value-box h3 {
        min-height: initial;
    }
}

@media (max-width: 500px) {
    .about-page .our-values .our-value-box h3 {
        height: auto;
    }
    /*.about-page .bread_crumb-title.big .title-heading {
        font-size: 50px;
        line-height: 60px;
    }*/

    .main-content-block h2 {
        font-size: 26px;
    }

    .page-slider-content h1 {
        font-size: 59px;
    }

    .page-slider-content h3 {
        font-size: 32px;
        margin-left: 60px;
    }

    .about-us-description .content-block1 h2 {
        font-size: 1.2em;
    }

    .about-us-description .content-block2 {
        margin: 15px 0;
        padding: 30px 20px;
        height: auto;
    }
}

@media (max-width: 400px) {
    /*.about-page .bread_crumb-title.big .title-heading {
        font-size: 35px;
        line-height: 35px;
    }*/

    .about-page .bread_crumb-title .line > span.hori-line {
        width: 110px;
    }

    .about-page .bread_crumb li {
        font-size: 13px;
    }

    .main-content-block h2 {
        font-size: 23px;
        letter-spacing: -1px;
    }

    .page-slider-content h1 {
        font-size: 55px;
    }

    .page-slider-content h3 {
        font-size: 30px;
        margin-left: 30px;
    }

    .page-slider-content p {
        font-size: 14px;
        margin-top: 15px;
    }
}

@media (max-width: 315px) {
    .about-page .bread_crumb-title .line > span.hori-line {
        width: 100px;
    }

    .main-content-block h2 {
        font-size: 22px;
    }

    .page-slider-content h1 {
        font-size: 40px;
    }

    .page-slider-content h3 {
        font-size: 20px;
    }
}
/*----------------------------------------second screen--------------------------------------------------------*/
.column-block-content {
    padding: 40px 0 40px 0;
}

.column-block-content-header {
    height: 430px;
    background: #0197d9;
}

    .column-block-content-header h1 {
        font-size: 98px;
        font-size: 6.5vw;
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        padding-left: 40px;
    }

        .column-block-content-header h1 span {
            display: block;
        }

.column-block-content-para {
}

    .column-block-content-para .description-para {
        padding: 50px;
        margin-top: 50px;
        position: relative;
    }

        .column-block-content-para .description-para:before {
            content: '';
            position: absolute;
            left: -67px;
            top: 0;
            width: 100%;
            height: 100%;
            border-top: solid 5px #ffffff;
            border-left: solid 5px #dcdfe1;
            border-bottom: solid 5px #dcdfe1;
        }

        .column-block-content-para .description-para:after {
            content: '';
            position: absolute;
            left: -30px;
            top: 0;
            width: 100%;
            height: 100%;
            border-top: solid 5px #b5b8bd;
            border-right: solid 5px #b5b8bd;
            border-bottom: solid 5px #b5b8bd;
        }

    .column-block-content-para p, .column-block-content-para h3, .column-block-content-para span {
        line-height: 1.5;
        margin-left: -50px;
        margin-right: 10px;
    }

    .column-block-content-para h3 {
        color: #232323;
        font-weight: 400;
        margin-top: 7px;
        margin-bottom: 7px;
    }

.about-page .image-block-content {
    height: 430px;
}

    .about-page .image-block-content .content-block {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

@media (max-width:992px) {
    .column-block-content-header {
        height: 100px;
    }

        .column-block-content-header h1 {
            font-size: 37px;
            padding: 0 20px;
        }

            .column-block-content-header h1 span {
                display: inline-block;
            }

    .column-block-content-para .description-para {
        margin-top: -15px;
    }

        .column-block-content-para .description-para:before {
            border-top: solid 5px #ffffff;
            border-left: solid 5px #cdcecf;
            border-bottom: solid 5px #cdcecf;
        }

    .about-page .image-block-content h2 {
        font-size: 34px;
    }

    .about-page .image-block-content .content-block {
        position: static;
        top: 0;
        transform: translateY(0);
        padding: 10px 30px;
    }
}

@media (max-width:805px) {

    .column-block-content-header h1 {
        font-size: 34px;
    }
}

@media (max-width:767px) {
    .column-block-content {
        padding: 20px 0;
    }

    .about-page .image-block-content {
        height: auto;
        margin-bottom: 15px;
    }

    .column-block-content-header {
        height: auto;
        padding: 15px 0;
        background: inherit;
    }

        .column-block-content-header h1 {
            color: #0b0b0f;
            padding: 0;
        }

    .column-block-content-para .description-para {
        margin-top: 0;
        padding: 20px;
        background: #fff;
        border: solid 5px #b5b8bd;
    }

    .column-block-content-para p, .column-block-content-para h3, .column-block-content-para span {
        margin-left: 0;
    }

    .column-block-content-para .description-para:before, .column-block-content-para .description-para:after {
        display: none;
    }
}

.our-team {
}

.heading-box-white {
    padding: 50px 0;
    /*background: #ecebe8;*/
}

    .heading-box-white h1 {
        margin: 0 0 0 0;
        font-weight: 700;
        font-size: 60px;
        font-family: 'Noto Sans',sans-serif;
    }

    .heading-box-white p {
        margin-bottom: 0;
        font-weight: 400;
    }

.our-team-wrap {
    background: url(../images/footer-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0;
}

.our-team .our-team-block {
    background: #fff;
    margin: 10px 0 15px 0;
    box-shadow: 0 3px 3px rgba(5,5,8,0.07), 0 6px 6px rgba(5,5,8,0.07), 0 12px 12px rgba(5,5,8,0.07), 0 12px 12px rgba(5,5,8,0.07), 0 15px 15px rgba(5,5,8,0.07);
    opacity: 1;
    filter: alpha(opacity=100);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translateY(0px) translateZ(0) rotateX(0deg);
    -ms-transform: translateY(0px) translateZ(0) rotateX(0deg);
    transform: translateY(0px) translateZ(0) rotateX(0deg);
    -webkit-transition: all 0.8s cubic-bezier(0.29,0.65,0.64,0.97);
    transition: all 0.8s cubic-bezier(0.29,0.65,0.64,0.97);
}

.our-team .our-team-block-img {
    position: relative;
    overflow: hidden;
}

    .our-team .our-team-block-img img {
        width: 100%;
        height: auto;
        -webkit-transition: all 0.6s ease-out;
        -o-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out;
        -webkit-transition-delay: .05s;
        -o-transition-delay: .05s;
        transition-delay: .05s;
        max-width: none;
    }

.our-team .our-team-block:hover .our-team-block-img img {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

.our-team .our-team-block-info {
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top,#1d1d1de8 54%,rgba(0, 0, 0, 0.21) 100%);
}

    .our-team .our-team-block-info h4 {
        margin: 0;
        font-size: 23px;
    }

    .our-team .our-team-block-info p {
        margin: 0;
        font-size: 13px;
        line-height: 1.3;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -moz-line-clamp: 1;
        -o-line-clamp: 1;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
    }

.our-team .our-team-block .cover {
    /*background-color: rgba(255, 33, 79, 0.85);*/
    background-color: rgba(39, 39, 39, 0.95);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 1;
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -webkit-transition-delay: .05s;
    -o-transition-delay: .05s;
    transition-delay: .05s;
}

.our-team .our-team-block:hover .cover {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: all 0.37s ease-out;
    -o-transition: all 0.37s ease-out;
    transition: all 0.37s ease-out;
    opacity: 1;
}

.our-team-overlay {
    margin-top: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    text-align: center;
    z-index: 2;
}

    .our-team-overlay h4, .our-team-overlay p {
        color: #fff;
        line-height: 1.5;
    }

    .our-team-overlay h4 {
        -webkit-transform: translateX(-100%) translateZ(0);
        transform: translateX(-100%) translateZ(0);
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .our-team-overlay p {
        -webkit-transform: translateX(-100%) translateZ(0);
        transform: translateX(-100%) translateZ(0);
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        -webkit-transition-delay: .07s;
        -o-transition-delay: .07s;
        transition-delay: .07s;
    }

    .our-team-overlay .separator-line {
        width: 100%;
        height: 1px;
        background-color: #ffffff;
        -webkit-transform: translateX(-100%) translateZ(0);
        transform: translateX(-100%) translateZ(0);
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        -webkit-transition-delay: .14s;
        -o-transition-delay: .14s;
        transition-delay: .14s;
    }

    .our-team-overlay .our-team-social-links {
        -webkit-transform: translateY(100%) translateZ(0);
        transform: translateY(100%) translateZ(0);
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        -webkit-transition-delay: .21s;
        -o-transition-delay: .21s;
        transition-delay: .21s;
        margin-top: 10px;
    }

.our-team-social-links a {
    color: #fff;
    padding: 13px;
}

.our-team .our-team-block:hover .our-team-overlay .separator-line {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: all 0.55s ease-out;
    -o-transition: all 0.55s ease-out;
    transition: all 0.55s ease-out;
    -webkit-transition-delay: .13s;
    -o-transition-delay: .13s;
    transition-delay: .13s;
}

.our-team .our-team-block:hover .our-team-overlay h4 {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-transition-delay: .17s;
    -o-transition-delay: .17s;
    transition-delay: .17s;
}

.our-team .our-team-block:hover .our-team-overlay p {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: all 0.45s ease-out;
    -o-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out;
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.our-team .our-team-block:hover .our-team-overlay .our-team-social-links {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: all 0.65s ease-in;
    -o-transition: all 0.65s ease-in;
    transition: all 0.65s ease-in;
    -webkit-transition-delay: .11s;
    -o-transition-delay: .11s;
    transition-delay: .11s;
}

.our-vision-mission {
    background-color: #1c1c1c;
}

    .our-vision-mission .image-block {
        background: url('../images/vision.jpg');
        background-size: cover;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        height: 560px;
    }

    .our-vision-mission .our-mission .image-block {
        background: url('../images/mission.jpg');
        background-size: cover;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

    .our-vision-mission .content-block {
    }

    .our-vision-mission .content-block-text {
        padding: 15%;
    }

.para-with-img-block {
    padding: 5% 0;
}

    .para-with-img-block .content-block {
        padding: 0 15%;
    }

.image-coulm-row-content h1 {
    margin-top: 0;
    font-weight: 600;
    font-size: 90px;
}

.image-coulm-row-content .content-heading-block {
    height: 300px;
}

    .image-coulm-row-content .content-heading-block p {
        width: 75%;
    }

.image-coulm-row-content .image-content-block {
    position: relative;
    background: #0097d9;
    float: left;
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
}

    .image-coulm-row-content .image-content-block.block1 {
        background: url(../images/life1.jpg);
        background-size: cover;
    }

    .image-coulm-row-content .image-content-block.block2 {
        background: url(../images/life2.jpg);
        background-size: cover;
        background-position: right bottom;
    }

    .image-coulm-row-content .image-content-block.block3 {
        background: url(../images/life3.jpg);
        background-size: cover;
    }

    .image-coulm-row-content .image-content-block.block4 {
        background: url(../images/life4.jpg);
        background-size: cover;
    }

.image-coulm-row-content .content-block {
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.95);
}

    .image-coulm-row-content .content-block.center {
        margin: 30px;
    }

    .image-coulm-row-content .content-block.left-bottom {
        padding: 20px 30px;
        background: rgba(255, 255, 255, 0.95);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60%;
    }

    .image-coulm-row-content .content-block.right-top {
        padding: 30px;
        background: rgba(255, 255, 255, 0.95);
        position: absolute;
        right: 0;
        top: 0;
        width: 60%;
    }


@media (max-width:1400px) {

    .para-with-img-block .content-block {
        padding: 0 13%;
    }

    .our-team .our-team-block-info p {
        font-size: 13px;
    }

    .our-team .our-team-block-info h4 {
        font-size: 20px;
    }
}

@media (max-width:1360px) {

    .para-with-img-block .content-block {
        padding: 0 10%;
    }
}

@media (max-width:1276px) {

    .para-with-img-block .content-block {
        padding: 0 9%;
    }

    .our-team-overlay {
        left: 10px;
        right: 10px;
    }
}

@media (max-width: 1200px) {
    .para-with-img-block .content-block {
        padding: 0 13%;
    }

    .our-team .our-team-block-info h4 {
        font-size: 18px;
    }
}

@media (max-width: 1110px) {
    .our-team .our-team-block-info h4 {
        font-size: 15px;
    }
}

@media (max-width: 1100px) {
    .para-with-img-block .content-block {
        padding: 0 5%;
    }
}

@media (max-width: 1030px) {
    .para-with-img-block .heading-font {
        font-size: 1.5em;
    }
}

@media (max-width:992px) {
    .our-vision-mission .image-block {
        height: 380px;
    }

    .our-vision-mission .content-block-text {
        padding: 10%;
    }

    .para-with-img-block .content-block {
        padding: 0 2%;
    }

    .para-with-img-block .image-block {
        padding-top: 35px;
    }


    .our-team .our-team-block-img {
        max-height: 225px;
    }
}

@media (max-width:767px) {
    .our-team .our-team-block {
        margin-bottom: 5px;
    }

    .our-vision-mission .image-block {
        height: 340px;
    }

    .para-with-img-block .content-block {
        padding: 0;
    }

    .our-team .our-team-block-img {
        max-height: 250px;
    }

    .our-team-wrap .row {
        margin-right: -7px;
        margin-left: -7px;
    }

    .our-team-wrap .col-lg-20, .our-team-wrap .col-md-20, .our-team-wrap .col-sm-20, .our-team-wrap .col-xs-20 {
        padding-right: 7px;
        padding-left: 7px;
    }
}

@media (max-width:600px) {
    .our-team .our-team-block-img {
        max-height: 210px;
    }
}

@media (max-width:500px) {
    .our-vision-mission .image-block {
        height: 300px;
    }

    .our-vision-mission .content-block-text {
        padding: 10% 6%;
    }

    .para-with-img-block {
        padding: 10% 0%;
    }


    .our-team .our-team-block-info h4 {
        font-size: 15px;
    }

    .our-team .our-team-block-img {
        max-height: 150px;
    }
}


@media (max-width:380px) {
    .our-team .our-team-block-img {
        max-height: initial;
        height: 160px;
    }

        .our-team .our-team-block-img img {
            width: auto;
            height: 100%;
        }
}
/*-----------------------------------------------------------------------------------------------------------
------------------------------------------Career page------------------------------- 
------------------------------------------------------------------------------------------------------------*/
.career-page {
}

.career-page-slide .slider-overlay {
    background: #000;
    opacity: 0.6;
    /*background: #fff;
    opacity: 0.9;*/
}

.career-page-slide.page-title-block {
    background-image: url(../images/career-bg.jpg);
    background-position: top center;
}

.career-page-slide.page-title-block {
    position: relative;
    overflow: hidden;
}

.career-page-slide .bg-video {
    position: absolute;
    z-index: 0;
    bottom: 0;
    width: 100%;
    width: 100%;
    height: 100%;
}

.career-page-slide .bg-video-inner {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-image: url(../images/video/career-video.jpg);
}

    .career-page-slide .bg-video-inner video {
        margin: auto;
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%);
        visibility: visible;
        opacity: 1;
        width: 1585px;
        height: auto;
    }

.career-page-slide.page-title-block .page-title, .career-page-slide.page-title-block .col-lg-2 {
    height: 450px;
}

/*.career-page .page-title-block .page-title:before, .career-page .page-title-block .page-title:after {
            content: '';
            position: absolute;
            height: 100%;
            width: 20px;
            background: #fff;
            left: 15px;
        }*/
.career-page-slide.page-title-block .bread_crumb-title .title-heading {
    text-transform: capitalize;
    font-weight: 300;
}

.career-page-slide.page-title-block .bread_crumb-title .line > span.hori-line {
    width: 60%;
}

.career-page-slide.page-title-block .bread_crumb-title p {
    font-size: 20px;
    font-weight: 300;
}

.career-page-slide.page-title-block .page-title:after {
    left: auto;
    right: 15px;
}

.career-page .about-section {
    position: relative;
    padding-top: 30px;
    /*padding-bottom: 60px;*/
    /*background: url(../images/white-bg3.jpg);*/
    background: url(../images/career-bg.jpg);
    background-size: cover;
    border-bottom: 1px solid #e0e0e0;
}
    /*.career-page .about-section .slider-overlay {
       background: #000;
       opacity:0.5;    
}*/ .career-page .about-section .slider-overlay {
        background: #1c1c1c;
        opacity: 0.9;
    }

    .career-page .about-section i {
        font-size: 40px;
        color: #909090;
    }

    .career-page .about-section p {
        color: #909090;
        margin-top: 0;
    }

    .career-page .about-section .box {
        position: relative;
        padding: 30px 10px;
        margin: 0 -10px;
        transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-duration: .2s;
        -moz-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
    }

        .career-page .about-section .box:hover {
            padding-top: 10px;
            padding-bottom: 50px;
        }


.career-page .progress-wrap {
    margin-bottom: 10px;
}

    .career-page .progress-wrap p {
        margin: 0;
        margin-top: 5px;
    }


    .career-page .progress-wrap .progress {
        margin: 0;
        height: 4px;
        border-radius: 0;
    }

    .career-page .progress-wrap .progress-bar {
        line-height: 4px;
    }

        .career-page .progress-wrap .progress-bar.progress-bar-orange {
            background: #ff340d;
        }

        .career-page .progress-wrap .progress-bar.progress-bar-yellow {
            background: #ff900d;
        }

        .career-page .progress-wrap .progress-bar.progress-bar-green {
            background: #11a35d;
        }

        .career-page .progress-wrap .progress-bar.progress-bar-blue {
            background: #0382c4;
        }

.career-page .featured-jobs-listings {
    padding-top: 50px;
    background: #f4f5fa;
}

    .career-page .featured-jobs-listings .heading-content {
        margin-bottom: 50px;
    }

    .career-page .featured-jobs-listings .featured-box {
        margin-bottom: 20px;
    }

        .career-page .featured-jobs-listings .featured-box .featured-inner {
            border: 1px solid #e6e7ef;
            padding: 7px 12px 7px 12px;
            box-sizing: border-box;
            background-color: #fff;
            -webkit-transition: all .20s ease-out;
            -moz-transition: all .20s ease-out;
            transition: all .20s ease-out;
        }

    .career-page .featured-jobs-listings .location-info {
        margin-top: 5px;
        padding-top: 5px;
        border-top: 1px solid #e6e7ef;
    }

        .career-page .featured-jobs-listings .location-info .location, .career-page .featured-jobs-listings .location-info .date {
            display: inline-block;
            font-size: 13px;
            color: #8a959e;
            line-height: 12px;
        }

        .career-page .featured-jobs-listings .location-info .location {
            padding-right: 6px;
            margin-right: 5px;
            border-right: 1px solid #e2e2e2;
        }

            .career-page .featured-jobs-listings .location-info .location i, .career-page .featured-jobs-listings .location-info .date i {
                color: #06c0de;
                margin-right: 6px;
            }

            .career-page .featured-jobs-listings .location-info .location span, .career-page .featured-jobs-listings .location-info .date span {
                color: #8a959e;
            }

    .career-page .featured-jobs-listings .featured-box h4 {
        color: #323a45;
        margin: 5px 0 8px;
        height: 26px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -moz-line-clamp: 1;
        -o-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .career-page .featured-jobs-listings .featured-box h4 a {
            color: #323a45;
        }

        .career-page .featured-jobs-listings .featured-box h4 span {
            color: #fff;
            display: inline-block;
            font-size: 12px;
            font-weight: bold;
            margin-left: 4px;
            padding: 4px 8px;
            vertical-align: middle;
            background-color: #ffb607;
            line-height: 1;
            margin-top: -6px;
            border-radius: 1px;
        }

    .career-page .featured-jobs-listings .featured-box p {
        margin: 0 0 10px 0;
        font-size: 12px;
        line-height: 1.5em;
        color: #7e8890;
        /*color: #999999;*/
        height: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -moz-line-clamp: 1;
        -o-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }


    .career-page .featured-jobs-listings .featured-box .site-button.btn-info {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 1px;
        margin: 0 0 0 0;
        padding: 0 13px;
        line-height: 24px;
        float: right;
    }

    .career-page .featured-jobs-listings .featured-box .site-button.apply-btn {
        line-height: 24px;
        display: block;
        width: 100%;
        border: 1px solid #e6e7ef;
        border-top: 0;
        font-weight: 600;
        background: #e6e7ef;
        border-radius: 1px;
    }

        .career-page .featured-jobs-listings .featured-box .site-button.apply-btn:hover {
            background: #212121;
        }

    .career-page .featured-jobs-listings .featured-box .site-button.btn-info:hover {
        border: 2px solid transparent;
        color: #fff;
    }

    .career-page .featured-jobs-listings .featured-box:hover {
        -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
        -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
        -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }

        .career-page .featured-jobs-listings .featured-box:hover .featured-inner {
            background: #006aa2;
        }

        .career-page .featured-jobs-listings .featured-box:hover h4 a {
            color: #f4f5fa;
        }

        .career-page .featured-jobs-listings .featured-box:hover p, .career-page .featured-jobs-listings .featured-box:hover .location-info .location span, .career-page .featured-jobs-listings .featured-box:hover .location-info .date span {
            color: #d9ecf7;
        }

        .career-page .featured-jobs-listings .featured-box:hover .location-info {
            border-top: 1px solid #0d7cb7;
        }

.featured-jobs-listings .pagination {
    margin-bottom: 80px;
    margin-top: 80px;
}

    .featured-jobs-listings .pagination ul, .featured-jobs-listings .pagination ul li {
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: inline-block;
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        .featured-jobs-listings .pagination ul li {
            float: left;
            font-family: Montserrat;
            font-size: 12px;
            margin: 0 10px 0 0;
        }

    .featured-jobs-listings .pagination a, .featured-jobs-listings .pagination span {
        background: #ffffff none repeat scroll 0 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        font-family: Open Sans;
        padding: 3px 13px;
        text-decoration: none;
        border: 3px solid #edeff7;
        padding: 9px 15px;
        font-size: 14px;
        color: #000000;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        height: 41px;
    }

        .featured-jobs-listings .pagination a i {
            font-size: 15px;
            color: #fb236a;
        }

    .featured-jobs-listings .pagination li.prev a, .featured-jobs-listings .pagination li.next a {
        padding: 9px 25px;
    }

    .featured-jobs-listings .pagination li.active a, .featured-jobs-listings .pagination li a:hover {
        color: #ffffff;
        background-color: #029fe1;
        border-color: #029fe1;
    }

.career-objective-para {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    padding-top: 40px !important;
    padding-bottom: 31px !important;
    background-color: #f9f9f9 !important;
    border-top-color: #e6e6e6 !important;
    border-top-style: solid !important;
    border-bottom-color: #e6e6e6 !important;
    border-bottom-style: solid !important;
}

    .career-objective-para h2 {
        line-height: 1.6;
        letter-spacing: 0.7px;
    }

    .career-objective-para p {
        margin-top: 30px;
        width: 90%;
        line-height: 28px;
        letter-spacing: 0.9px;
    }

    .career-objective-para .site-button {
        display: inline-block;
        padding: 17px 30px;
        line-height: 1;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 2px;
        overflow: hidden;
        position: relative;
        margin-top: 30px;
    }

        .career-objective-para .site-button:hover {
            color: #232323;
            text-shadow: none;
        }

.career-testimonials {
    background: url(../images/testimonial.jpg);
    background-size: cover;
    position: relative;
    padding: 100px 0;
}

    .career-testimonials .slider-overlay {
        opacity: 0.94;
        background-color: #121212;
    }

    .career-testimonials .testi-author-name {
        font-size: 25px;
    }

        .career-testimonials .testi-author-name p {
            color: #fff;
        }

    .career-testimonials.our-testimonials .testi-item-inner .testi-author-name span {
        font-size: 16px;
    }

.upload-button {
    clear: both;
}

    .upload-button input[type="file"] {
        display: none;
    }

    .upload-button h3 {
        display: inline-block;
        padding: 10px 20px;
        color: #009fce;
        /*border: 1px solid #e2e4e4;*/
        margin: 0;
    }

.upload-resume-sec .form-control {
    border: 1px solid #e2e4e4;
    border-radius: 5px;
}

.upload-resume-sec ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
    color: #0b0b0f;
}

.upload-resume-sec :-moz-placeholder { /* Firefox 18- */
    color: #0b0b0f;
}

.upload-resume-sec ::-moz-placeholder { /* Firefox 19+ */
    color: #0b0b0f;
}

.upload-resume-sec :-ms-input-placeholder { /* IE 10+ */
    color: #0b0b0f;
}

.upload-resume-sec ::-ms-input-placeholder { /* Edge */
    color: #0b0b0f;
}

.upload-resume-sec :placeholder-shown { /* Standard one last! */
    color: #0b0b0f;
}

@media (max-width:1400px) {
    .career-page-slide.page-title-block .page-title, .career-page-slide.page-title-block .col-lg-2 {
        height: 400px;
    }

    .career-page-slide.page-title-block .bread_crumb-title.big .title-heading {
        font-size: 60px;
    }
}

@media (max-width:1199px) {
    .career-page-slide.page-title-block .col-lg-2 {
        height: auto;
    }

    .career-page-slide.page-title-block .page-title {
        height: 350px;
        width: 100%;
    }

    .career-testimonials {
        padding: 80px 0;
    }
}

@media (max-width: 1024px) {
    .career-page .featured-jobs-listings .featured-box .site-button.btn-info {
        float: none;
        display: block;
        margin-top: 10px;
    }
}

@media (max-width: 992px) {
    /**********blog-post-title*************/
    .career-page-slide.page-title-block .page-title {
        height: 300px;
    }

    .career-page-slide.page-title-block .bread_crumb-title.big .title-heading {
        font-size: 50px;
        line-height: 1;
    }

    .career-page-slide.page-title-block .bread_crumb-title p {
        font-size: 18px;
        margin: 0;
    }

    .career-page-slide.page-title-block .bread_crumb-title .line > span.hori-line {
        width: 50%;
    }
}

@media (max-width:767px) {
    .career-page-slide.page-title-block .page-title {
        height: 270px;
    }

    .career-page-slide .bg-video {
        display: none;
    }


    .career-page-slide.page-title-block .col-lg-2 {
        height: auto;
    }


    .career-page-slide.page-title-block .page-title:before, .career-page-slide.page-title-block .page-title:after {
        display: none;
    }
}

@media (max-width:500px) {
    .career-page-slide.page-title-block .page-title {
        height: auto;
        padding: 30px 0;
    }

    .career-page-slide.page-title-block .bread_crumb-title.big .title-heading {
        font-size: 43px;
    }

    .career-page-slide.page-title-block .bread_crumb-title p {
        font-size: 17px;
    }
}
/*.career-page {
}

.career-page-slide {
    background: url(../images/career.jpg);
    background-size: cover;
    position: relative;
}

    .career-page-slide .slider-overlay {
        opacity: 0.3;
    }

    .career-page-slide .bread_crumb-title {
        position: absolute;
        width: 90%;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        padding: 50px 0 50px 100px;
        background: rgba(255, 77, 21, 0.89);
    }

    .career-page-slide .content-block {
        background: #fff;
        padding: 50px 60px;
    }

        .career-page-slide .content-block h2 {
            text-transform: uppercase;
            font-weight: 600;
            line-height: 1.5;
            color: #232323;
            margin: 0;
        }

        .career-page-slide .content-block .separator-line {
            background-color: #1c1c1c;
            height: 5px;
            margin-bottom: 25px;
            margin-top: 20px;
            width: 80%;
        }

        .career-page-slide .content-block p {
            margin-bottom: 0;
        }

        .career-page-slide .content-block .site-button {
            margin-top: 30px;
        }

.career-page .work-culture .image-block {
    height: 430px;
    background: url(../images/work-culture.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.career-page .work-culture .content-block {
    height: 430px;
    padding: 50px;
}

.work-environment .content-heading-block {
    padding-top: 10px;
    padding-bottom: 30px;
}

    .work-environment .content-heading-block h1 {
        position: relative;
        font-family: 'Noto Sans',sans-serif;
        font-size: 80px;
        margin: 0;
    }

        .work-environment .content-heading-block h1:after {
            content: '';
            position: absolute;
            height: 8px;
            width: 150px;
            background: #ff214f;
            bottom: -30px;
            left: 0;
        }

.work-environment .content-text-block {
    padding: 10px 200px 30px 15px;
}

.why-Vidhya {
    background: url(../images/why-Vidya.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}

    .why-Vidhya .slider-overlay {
        opacity: 0.75;
        background: #1c1c1c;
    }

    .why-Vidhya .image-block {
        padding: 60px 100px;
        height: 450px;
    }

    .why-Vidhya .content-block {
        height: 450px;
    }

        .why-Vidhya .content-block .slider-overlay {
            background: #029fe1;
            opacity: 0.75;
        }

        .why-Vidhya .content-block h2 {
            position: relative;
            color: #fff;
            font-size: 110px;
            line-height: 1.1;
        }

    .why-Vidhya .image-block h2 {
        margin: 20px 0;
    }

    .why-Vidhya .image-block p {
        line-height: 2;
    }

    .why-Vidhya .content-block h2 span {
        display: block;
    }

@media (min-width: 768px) {
    .career-page-slide .bread_crumb-title {
        width: 50%;
    }
}

@media (max-width: 1500px) {
    .career-page-slide .content-block h2 {
        line-height: 1.3;
    }

    .work-environment .content-text-block {
        padding-right: 150px;
    }

    .why-Vidhya .image-block {
        padding: 60px 82px;
    }
}

@media (max-width: 1400px) {

    .career-page .work-culture .image-block, .career-page .work-culture .content-block {
        height: 420px;
    }

    .career-page .work-culture .content-block {
        min-height: initial;
        padding: 30px 40px;
    }

    .career-page-slide .content-block {
        padding: 40px 50px;
    }

        .career-page-slide .content-block h2 {
            font-size: 1.5em;
        }

    .work-environment .content-text-block {
        padding-right: 100px;
    }

    .work-environment .content-heading-block h1 {
        font-size: 70px;
    }

    .why-Vidhya .image-block h2 {
        margin: 15px 0;
    }

    .why-Vidhya .image-block p {
        line-height: 1.7;
    }

    .why-Vidhya .content-block h2 {
        font-size: 80px;
    }
}

@media (max-width: 1250px) {

    .career-page .work-culture .image-block, .career-page .work-culture .content-block {
        height: 385px;
    }

    .why-Vidhya .image-block {
        padding: 60px 50px;
    }
}

@media (max-width: 1200px) {
    .career-page .work-culture .content-block h2 {
        line-height: 1.3;
        font-size: 1.6em;
    }

    .career-page-slide .content-block {
        padding: 40px 60px;
    }
}

@media (max-width: 1128px) {

    .career-page .work-culture .image-block, .career-page .work-culture .content-block {
        height: 430px;
    }

    .why-Vidhya .content-block h2 {
        font-size: 78px;
    }
}

@media (max-width: 1100px) {
    .career-page .work-culture .image-block, .career-page .work-culture .content-block {
        height: 400px;
    }

    .career-page .work-culture .content-block {
        min-height: initial;
        padding: 20px 30px;
    }

        .career-page .work-culture .content-block p {
            line-height: 21px;
        }

    .why-Vidhya .content-block h2 {
        font-size: 70px;
    }

    .work-environment .content-text-block {
        padding-right: 50px;
    }

    .work-environment .content-heading-block h1 {
        font-size: 60px;
    }

        .work-environment .content-heading-block h1:after {
            height: 6px;
            width: 115px;
        }
}

@media (max-width: 991px) {
    .career-page .work-culture .image-block, .career-page .work-culture .content-block {
        height: 450px;
    }

    .career-page-slide .content-block .site-button {
        margin-top: 20px;
    }

    .work-environment.content-section {
        padding-bottom: 0;
    }

    .work-environment .content-heading-block h1 {
        font-size: 50px;
    }

    .work-environment .content-text-block h2 {
        margin: 0;
    }

    .work-environment .content-heading-block h1:after {
        height: 5px;
        width: 80px;
    }

    .why-Vidhya .image-block, .why-Vidhya .content-block {
        height: 411px;
    }

    .why-Vidhya .image-block {
        padding: 40px;
    }

    .why-Vidhya .content-block h2 {
        font-size: 24px;
    }

        .why-Vidhya .content-block h2 span {
            display: inline-block;
        }
}

@media (max-width: 800px) {
    .career-page .work-culture .image-block, .career-page .work-culture .content-block {
        height: 472px;
    }

    .career-page-slide .content-block {
        padding: 40px 50px;
    }

    .why-Vidhya .content-block h2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .work-environment .content-heading-block h1 {
        font-size: 40px;
    }

        .work-environment .content-heading-block h1:after {
            height: 4px;
            bottom: -15px;
        }

    .career-page .work-culture .content-block {
        height: auto;
    }

    .career-page .work-culture .image-block {
        height: 300px;
    }

    .career-page-slide {
        background: none;
        position: relative;
    }

        .career-page-slide .content-block {
            padding: 40px;
        }

        .career-page-slide .image-block {
            height: 300px;
            background: url(../images/career.jpg);
            background-size: cover;
            position: relative;
            background-position: left top;
        }

        .career-page-slide .bread_crumb-title {
            top: auto;
            transform: translateY(0);
            left: 40px;
            bottom: 0;
        }

        .career-page-slide .content-block .site-button {
            margin-top: 15px;
        }

    .why-Vidhya .image-block, .why-Vidhya .content-block {
        height: auto;
    }

    .why-Vidhya .image-block {
        height: 100px;
    }

    .why-Vidhya .content-block {
        padding: 10px;
    }
}

@media (max-width: 600px) {

    .career-page-slide .image-block, .career-page .work-culture .image-block {
        height: 250px;
    }

    .career-page-slide .bread_crumb-title {
        padding: 30px 50px;
    }

    .career-page-slide .bread_crumb-title {
        left: 15px;
    }

    .career-page-slide .content-block {
        padding: 40px 15px;
    }
}

@media (max-width: 500px) {
    .career-page-slide .content-block .separator-line {
        width: 50%;
        margin-bottom: 15px;
    }

    .career-page-slide .image-block, .career-page .work-culture .image-block {
        height: 200px;
    }

    .career-page-slide .bread_crumb-title {
        width: auto;
    }

    .work-environment .content-heading-block h1 {
        font-size: 35px;
    }

        .work-environment .content-heading-block h1:after {
            width: 60px;
        }

    .work-environment .content-heading-block, .work-environment .content-text-block {
        padding-top: 0;
    }

    .work-environment .content-text-block {
        padding-right: 15px;
    }

    .why-Vidhya .image-block {
        padding: 20px 15px;
    }
}

@media (max-width: 400px) {
    .career-page-slide .bread_crumb-title {
        left: 20px;
        padding: 14px 20px;
    }

    .career-page-slide .image-block {
        height: 150px;
    }

    .career-page-slide .content-block {
        padding: 40px 20px;
    }

    .work-environment .content-heading-block h1 {
        font-size: 30px;
    }
}*/
/*-----------------------------------------------------------------------------------------------------------
------------------------------------------career page description------------------------------- 
------------------------------------------------------------------------------------------------------------*/
.career-page-description .page-slide {
    position: relative;
    background-image: url(../images/banner-career.jpg);
    background-position: bottom;
    height: 300px;
    margin-bottom: -190px;
}

.career-page-description .slider-overlay {
    opacity: 0.4;
}

.career-page-description .job-description {
    color: #999999;
    line-height: 24px;
}

.job-description .jobdetail-info {
    background-color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    padding: 30px;
}

    .job-description .jobdetail-info figure {
        padding: 30px;
        border: 1px solid #e2e5e6;
        min-height: 240px;
    }

        .job-description .jobdetail-info figure .jobdetail-thumbnail {
            float: left;
            width: 200px;
            border: 1px solid #e2e5e6;
            text-align: center;
            padding: 40px 20px 40px 20px;
            height: 180px;
        }

            .job-description .jobdetail-info figure .jobdetail-thumbnail img {
                height: 100%;
            }

        .job-description .jobdetail-info figure figcaption {
            /*margin-left: 230px;*/
            padding-top: 5px;
        }

            .job-description .jobdetail-info figure figcaption h2 {
                clear: inherit;
                font-weight: 500;
                margin-bottom: 8px;
                letter-spacing: 1.1px;
                margin-bottom: 13px;
                font-size: 26px;
                line-height: 1;
            }

            .job-description .jobdetail-info figure figcaption .jobdetail-type {
                display: inline-block;
                font-size: 12px;
                color: #ffffff;
                padding: 3px 8px 3px 8px;
                line-height: 1;
                margin-right: 5px;
                font-weight: 400;
                text-transform: capitalize;
                width: auto;
                min-width: initial;
            }

            .job-description .jobdetail-info figure figcaption .postinfo {
                font-style: italic;
                color: #13b5ea;
                font-size: 11px;
                margin-left: 5px;
                font-weight: 400;
            }

            .job-description .jobdetail-info figure figcaption .jobdetail-options {
                margin-top: 10px;
                margin-bottom: 5px;
                WIDTH: 100%;
            }

                .job-description .jobdetail-info figure figcaption .jobdetail-options li {
                    display: inline-block;
                    list-style: none;
                    margin-right: 20px;
                    margin-bottom: 3px;
                    line-height: 24px;
                }

                    .job-description .jobdetail-info figure figcaption .jobdetail-options li i {
                        color: #13b5ea;
                    }

                .job-description .jobdetail-info figure figcaption .jobdetail-options .view-on-map {
                    display: inline-block;
                    font-size: 10px;
                    background-color: #13b5ea;
                    padding: 1px 9px;
                    border-radius: 40px;
                    margin-left: 4px;
                    color: #fff;
                    line-height: 1.4;
                }

    .job-description .jobdetail-info .jobdetail-content {
        margin-top: 20px;
    }

        .job-description .jobdetail-info .jobdetail-content .box-style2 small {
            display: block;
            color: #999999;
        }

        .job-description .jobdetail-info .jobdetail-content .box-style2 {
            padding-left: 55px;
        }

            .job-description .jobdetail-info .jobdetail-content .box-style2 i {
                font-size: 30px;
                top: 0;
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
            }

        .job-description .jobdetail-info .jobdetail-content .jobdetail-tags span {
            display: inline-block;
            font-size: 14px;
            padding: 10px 14px 10px 14px;
            background-color: #eaeaea;
            border-radius: 20px;
            line-height: 1;
            margin: 10px 14px 0px 0px;
            color: #666;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .job-description .jobdetail-info .jobdetail-content .jobdetail-tags span:hover {
                background-color: #13b5ea;
                color: #fff;
            }

.rangeSlidecontainer {
    width: 100%;
}

    .rangeSlidecontainer .slider {
        -webkit-appearance: none;
        width: 100%;
        height: 10px;
        background: #fff;
        border: 1px solid #ccc4c4;
        outline: none;
        border-radius: 9px;
        opacity: 0.7;
        -webkit-transition: .2s;
        transition: opacity .2s;
    }

        .rangeSlidecontainer .slider:hover {
            opacity: 1;
        }

        .rangeSlidecontainer .slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 25px;
            height: 25px;
            background: url(../images/SliderRange.png) no-repeat;
            cursor: pointer;
        }

        .rangeSlidecontainer .slider::-moz-range-thumb {
            width: 21px;
            height: 21px;
            background: #4CAF50;
            cursor: pointer;
        }

    .rangeSlidecontainer p {
        color: #f6931f;
        font-weight: bold;
    }

.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: 0.70;
}

#applyJob .form-control {
    border-color: #e2e5e6;
    padding: 10px 20px;
    padding-right: 40px;
    font-size: 14px;
    line-height: normal;
    border-radius: 0;
    margin: 0;
}

#applyJob .form-group label {
    font-weight: 400;
    font-size: 14px;
}

#applyJob .form-group.upload-CV .disabled-input {
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #e2e5e6;
    font-size: 12px;
    color: #333;
    padding: 6px 14px;
    margin-bottom: 13px;
}

#applyJob .form-group.upload-CV.form-group label {
    width: 100%;
}

#applyJob .form-group.upload-CV .upload-CV-file {
    position: absolute;
    overflow: hidden;
    right: 15px;
    top: 32px;
}

    #applyJob .form-group.upload-CV .upload-CV-file span {
        padding: 11px 22px;
        line-height: 1;
        color: #ff214f;
        font-size: 14px;
        border: 1px solid #ff214f;
        border-radius: 3px;
        font-weight: 500;
        display: block;
        margin-bottom: 13px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    #applyJob .form-group.upload-CV .upload-CV-file .upload-CV-btn {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

@media (min-width:1200px) and (max-width:1400px) {
    .jobdetail-options-more .col-lg-3 {
        width: 50%;
    }
}

@media (max-width:830px) {
    .job-description .jobdetail-info .jobdetail-content .box-style2 {
        min-height: 60px;
    }
}

@media (max-width:768px) {
    .job-description .jobdetail-info figure figcaption {
        margin-left: 0;
    }

    .job-description .jobdetail-info figure .jobdetail-thumbnail {
        display: none;
    }
}

@media (max-width:600px) {
    .career-page-description .page-slide {
        height: 230px;
    }
}

@media (max-width:550px) {
    .job-description .jobdetail-info .jobdetail-content .box-style2 {
        min-height: initial;
        margin-bottom: 30px;
    }

    .col-xxs-12 {
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    .col-xxs-offset-0 {
        margin-left: 0;
    }
}

@media (max-width:500px) {
    .job-description .jobdetail-info {
        padding: 10px;
    }

        .job-description .jobdetail-info figure {
            padding: 10px 20px;
        }
}
/*-----------------------------------------------------------------------------------------------------------
------------------------------------------Blog page------------------------------- 
------------------------------------------------------------------------------------------------------------*/

.parallax {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}
/**********blog-post-title*************/
.blog-page .page-title-block {
    position: relative;
    background-image: url(../images/blog-bg.jpg);
    background-position: center;
}

    .blog-page .page-title-block .page-title, .blog-page .page-title-block .col-sm-2 {
        height: 500px;
    }

        .blog-page .page-title-block .page-title:before, .blog-page .page-title-block .page-title:after {
            content: '';
            position: absolute;
            height: 100%;
            width: 20px;
            background: #fff;
            left: 15px;
        }

        .blog-page .page-title-block .page-title:after {
            left: auto;
            right: 15px;
        }
/**********blog-post*************/
.blog-post-content .left-sidebar {
    padding-right: 45px;
}

.blog-post-content {
    padding: 120px 0;
}

    .blog-post-content .blog-post {
        margin-bottom: 45px;
        padding-bottom: 45px;
        display: inline-block;
        border-bottom: 1px solid #ededed;
    }

    .blog-post-content .blog-image {
        margin-right: 45px;
        height: 300px;
    }

    .blog-post-content .blog-text {
        height: 300px;
    }

        .blog-post-content .blog-text .content-block {
            margin-bottom: 20px;
        }

            .blog-post-content .blog-text .content-block a {
                margin-bottom: 5px;
            }

            .blog-post-content .blog-text .content-block div {
                margin-bottom: 15px;
            }

    .blog-post-content .right-sidebar .blog-widget {
        margin-bottom: 45px;
    }

.blog-widget .search_box .form-control {
    border-color: #dcdcdc;
    padding: 12px 20px;
    padding-right: 40px;
    font-size: 14px;
    line-height: normal;
    border-radius: 0;
}

.blog-widget .search_box .btn {
    position: absolute;
    right: 0;
    top: 1px;
    height: 100%;
    border-radius: 0;
    color: #6f6f6f;
    background: transparent;
}

.blog-widget .search_box ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
    color: #6f6f6f;
}

blog-widget .search_box :-moz-placeholder { /* Firefox 18- */
    color: #6f6f6f;
}

blog-widget .search_box ::-moz-placeholder { /* Firefox 19+ */
    color: #6f6f6f;
}

blog-widget .search_box :-ms-input-placeholder { /* IE 10+ */
    color: #6f6f6f;
}

blog-widget .search_box ::-ms-input-placeholder { /* Edge */
    color: #6f6f6f;
}

blog-widget .search_box .form-control:placeholder-shown { /* Standard one last! */
    color: #6f6f6f;
}

.blog-widget p {
    color: #6f6f6f;
}

.social-links li {
    display: inline-block;
    margin: 0 2px;
}

    .social-links li a {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 29px;
        text-align: center;
        display: inline-block;
        transition: all 400ms;
        -webkit-transition: all 400ms;
        -moz-transition: all 400ms;
        -ms-transition: all 400ms;
        -o-transition: all 400ms;
        color: #fff;
    }

.social-links a.facebook {
    background-color: #3b5998;
}

.social-links a.twitter {
    background-color: #00aced;
}

.social-links a.google {
    background-color: #dc4a38;
}

.social-links a.linkedin {
    background-color: #007bb6;
}

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

    .blog-widget .list li {
        position: relative;
        padding: 0 15px 8px 0;
        margin: 0 0 8px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        .blog-widget .list li a {
            color: #6f6f6f;
        }

        .blog-widget .list li span {
            position: absolute;
            top: 3px;
            right: 0;
        }

    .blog-widget .list > li:before {
        content: "\f10c";
        display: none;
    }

.blog-widget .latest-post {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .blog-widget .latest-post li {
        display: table;
        padding: 10px 0;
    }

        .blog-widget .latest-post li:first-child {
            padding-top: 0;
        }

        .blog-widget .latest-post li figure {
            height: 33px;
            margin: 0;
            float: left;
            display: table-cell;
            vertical-align: top;
            width: 75px;
        }

            .blog-widget .latest-post li figure a {
                color: #6f6f6f;
                text-decoration: none;
            }

        .blog-widget .latest-post li div {
            line-height: normal;
            padding-left: 13px;
            position: relative;
            top: -1px;
        }

.blog-widget .tag-cloud a {
    font-size: 10px;
    padding: 3px 8px;
    border: 1px solid #d9d9d9;
    margin: 0 8px 8px 0;
    display: inline-block;
    text-transform: uppercase;
    color: #232323;
    line-height: 18px;
}
/*-----------------------------------blog-post-content-page-------------------------------------*/
.blog-post-content-page {
}

.blog-post-content-title {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #ededed;
}

    .blog-post-content-title .title-heading h2 {
        font-size: 26px;
        line-height: 34px;
        text-align: left;
        margin: 0;
    }

    .blog-post-content-title .breadcrumb-title {
        text-align: right;
    }

        .blog-post-content-title .breadcrumb-title ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .blog-post-content-title .breadcrumb-title ul li {
                display: inline-block;
            }

            .blog-post-content-title .breadcrumb-title ul > li:after {
                content: "\f111";
                font-family: 'FontAwesome';
                padding: 0 11px 0 14px;
                display: inline-block;
                vertical-align: middle;
                font-size: 5px;
                opacity: .6;
            }

            .blog-post-content-title .breadcrumb-title ul > li:last-child:after {
                border-right: 0;
                content: "";
                padding: 0;
            }

.blog-post-content.blog-details {
    padding: 50px 0;
}

.blog-details .blog-reply {
    margin-top: 15px;
    overflow: hidden;
    zoom: 1;
    background: #f5f5f5;
}

.blog-details .post-img {
    margin-left: 10px;
    margin-top: 30px;
    padding-right: 10px;
    float: left;
}

    .blog-details .post-img img {
        width: 85px;
        height: 85px;
    }

    .blog-details .post-img ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
        margin-top: 5px;
    }

        .blog-details .post-img ul li {
            display: inline-block;
        }

            .blog-details .post-img ul li a {
                display: block;
            }

                .blog-details .post-img ul li a i {
                    border: 1px solid #DDDDDD;
                    color: #FFFFFF;
                    font-size: 14px;
                    height: 30px;
                    margin-right: 3px;
                    padding-top: 7px;
                    text-align: center;
                    width: 30px;
                }

                    .blog-details .post-img ul li a i.fa-facebook {
                        background: #3b5998;
                    }

                    .blog-details .post-img ul li a i.fa-twitter {
                        background: #00aced;
                    }

                    .blog-details .post-img ul li a i.fa-google-plus {
                        background: #dc4a38;
                    }

.blog-details .post-content {
    display: table-cell;
    vertical-align: top;
    padding: 30px;
}

.blog-details .btn-reply {
    float: right;
    border: 1px solid #cbcbcb;
    padding: 6px 8px;
    font-size: 10px;
    position: relative;
    background: inherit;
}

.blog-details .post-content h3 {
    margin-top: 0;
}

.blog-details .post-content p {
    line-height: 1.5;
    margin: 0;
}

.blog-reply-comment {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}

    .blog-reply-comment.child-comment {
        margin-left: 100px;
    }

    .blog-reply-comment .post-content {
        background: #f5f5f5;
        padding: 30px;
        position: relative;
    }

        .blog-reply-comment .post-content:before {
            border-color: transparent #e5e1e1 transparent transparent;
            border-style: solid;
            border-width: 15px;
            content: " ";
            height: 0;
            left: -23px;
            position: absolute;
            top: 62px;
        }

.blog-post-form {
}



@media (max-width:1400px) {
    .blog-page .page-title-block .page-title, .blog-page .page-title-block .col-sm-2 {
        height: 450px;
    }

    .blog-widget .latest-post li figure {
        width: 55px;
    }
}

@media (max-width:1199px) {
    .blog-page .page-title-block .page-title, .blog-page .page-title-block .col-sm-2 {
        height: 400px;
    }

    .bread_crumb-title.big .title-heading {
        font-size: 70px;
        line-height: 80px;
    }

    .blog-post-content {
        padding: 90px 0;
    }
}

@media (max-width: 992px) {
    /**********blog-post-title*************/
    .blog-page .page-title-block .page-title, .blog-page .page-title-block .col-sm-2 {
        height: 350px;
    }

    .bread_crumb-title.big .title-heading {
        font-size: 50px;
        line-height: 60px;
    }

    .blog-page .bread_crumb-title .line > span.hori-line {
        width: 100px;
    }
    /**********blog-post*************/
    .blog-post-content .left-sidebar {
        padding-right: 15px;
        margin-bottom: 60px;
    }

    .blog-post-content .blog-post {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 0;
    }

    .blog-post-content .blog-image {
        margin-bottom: 30px;
        margin-right: 0;
    }

    .blog-post-content .blog-image, .blog-post-content .blog-text {
        height: auto;
    }

    .blog-post-content {
        padding: 75px 0;
    }
}

@media (max-width:767px) {
    .blog-page .page-title-block .col-sm-2 {
        height: auto;
    }

    .blog-page .page-title-block .page-title {
        height: 300px;
    }

        .blog-page .page-title-block .page-title:before, .blog-page .page-title-block .page-title:after {
            display: none;
        }
    /**********blog-post*************/
    .blog-post-content .left-sidebar {
        margin-bottom: 40px;
    }

    .blog-post-content .blog-image {
        margin-bottom: 20px;
    }

    .blog-post-content .right-sidebar .blog-widget {
        margin-bottom: 25px;
    }

    .blog-post-content {
        padding: 50px 0;
    }

    .blog-post-content-title .breadcrumb-title {
        text-align: left;
    }

        .blog-post-content-title .title-heading h2, .blog-post-content-title .breadcrumb-title ul {
            text-align: center;
        }

    .blog-reply-comment .post-content {
        background: #fff;
        padding: 10px;
    }

    .blog-reply-comment.child-comment {
        margin-left: 40px;
    }

    .blog-details .post-img {
        float: none;
    }

    .blog-reply-comment .post-content:before {
        border: 0;
    }

    .blog-reply-comment {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .blog-details .post-img img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width:500px) {
    .blog-page .page-title-block .page-title {
        height: 200px;
    }

    .bread_crumb-title.big .title-heading {
        font-size: 35px;
        line-height: 35px;
    }

    .blog-reply-comment.child-comment {
        margin-left: 30px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
------------------------------------------news and media------------------------------- 
------------------------------------------------------------------------------------------------------------*/
.news-media-post {
    margin-bottom: 50px;
}

    .news-media-post .content-block .content {
        padding: 50px;
    }

.news-post-info {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.news-post-info-block {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .news-post-info-block.info-mid-section {
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed;
    }

.info-image-block img {
    /*width: 30px;
    border-radius: 100%;*/
    height: 25px;
}

.news-media-page .blog-widget .blog-sec p {
    /*border-bottom: 1px solid #f7f7f7;*/
    padding-bottom: 4px;
    font-size: 14px;
}

.news-media-page .blog-widget .blog-sec .content-block h2 {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width:767px) {
    .news-media-post {
        margin-bottom: 30px;
    }

        .news-media-post .content-block .content {
            padding: 20px;
        }

    .news-post-info-block.info-mid-section {
        border: 0;
    }

    .news-post-info-block {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*-----------------------------------------------------------------------------------------------------------
------------------------------------------services page------------------------------- 
------------------------------------------------------------------------------------------------------------*/
/*.services-page {
    
}
    .services-page .page-content {
        padding: 30px 0 50px 0;
    }

    .services-page .post-block {
        margin-bottom: 50px;
    }

        .services-page .post-block .content-block .content {
            padding: 40px 10px 20px 10px;
        }

            .services-page .post-block .content-block .content p.content-paragraph {
                height: 104px;
                -webkit-line-clamp: 4;
                text-overflow: ellipsis;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
            }

        .services-page .post-block.full-image {
            position: relative;
            padding: 30px;
        }

        .services-page .post-block .slider-overlay {
            opacity: 0.7;
        }

        .services-page .post-block.full-image.service-img-2 {
            background-image: url(../images/service2.jpg);
            background-size: cover;
        }

        .services-page .post-block.full-image.service-img-4 {
            background-image: url(../images/service4.jpg);
            background-size: cover;
        }

        .services-page .post-block.full-image.service-img-6 {
            background-image: url(../images/service6.jpg);
            background-size: cover;
        }

        .services-page .post-block.full-image.service-img-8 {
            background-image: url(../images/service8.jpg);
            background-size: cover;
        }

        .services-page .post-block.full-image.service-img-10 {
            background-image: url(../images/service10.jpg);
            background-size: cover;
        }

        .services-page .post-block.full-image.service-img-12 {
            background-image: url(../images/service12.jpg);
            background-size: cover;
        }
         .services-page .post-block.full-image.service-img-14 {
            background-image: url(../images/service14.jpg);
            background-size: cover;
        }
          .services-page .post-block.full-image.service-img-16 {
            background-image: url(../images/service16.jpg);
            background-size: cover;
        }
           .services-page .post-block.full-image.service-img-18 {
            background-image: url(../images/service18.jpg);
            background-size: cover;
        }*/
/*-----------------------------------------------------------------------------------------------------------
------------------------------------------services page------------------------------- 
------------------------------------------------------------------------------------------------------------*/

/*.services-des-page-title {
    background: #ffffff url(../images/testimonial-bg.png);
    position: relative;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 20px;
}

.services-des-page .slider-overlay {
    opacity: 0.7;
}

.services-des-page .bread_crumb-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    height: 110px;
    margin: auto;
}

.services-des-page-title .image-block {
    background: url(../images/service-banner.jpg);
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}



.services-des-content-block {
    padding: 50px 0 0 0;
}


    .services-des-content-block .affix {
        top: 100px;
        width: 20%;
    }*/

/*.services-des-content-block .erp-image-block {
        position: absolute;
        width: 48.66666667%;
        background: url(../images/erp.jpg);
        background-size: cover;
        background-position: center;
        height: 100%;
    }

    .services-des-content-block #ums .erp-image-block {
        background: url(../images/ums.jpg);
        background-size: cover;
        background-position: center;
    }

    .services-des-content-block #edu-grid .erp-image-block {
        background: url(../images/edu.jpg);
        background-size: cover;
        background-position: center;
    }

    .services-des-content-block .erp-content-block {
        border: 1px solid #d6d5d5;
        padding: 30px;
        margin-bottom: 10px;
        text-align: justify;
    }

        .services-des-content-block .erp-content-block.darkgrey {
            background: #029fe1;
            color: #fff;
        }

.services-des-page .heading span {
    display: inline;
}

.services-des-page #tab1 .box-style2 {
    height: 100px;
}

    .services-des-page #tab1 .box-style2 i {
        top: 0;
        transform: initial;
    }

.services-des-content-block .right-sidebar h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 50px;
}

    .services-des-content-block .right-sidebar h2.noTMar {
        margin-top: 0;
    }

.services-des-page .two-column-block .content-block {
    padding: 20px 50px;
}

.services-des-page .arrow-list.type4 li {
    padding: 0 0 5px 22px;
    margin: 0 0 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgb(68, 68, 68);
}

.services-des-page .two-column-block .image-block:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.59);
    top: 0;
    left: 0;
}

.services-des-page .two-column-block .content-block {
    z-index: 1;
    position: relative;
}

.services-des-page .tab {
    position: relative;
    min-height: 1px;
}

    .services-des-page .tab .media {
        padding: 40px 0;
    }

.services-des-page .bg-light-gray {
    background: #ededed;
}

.services-des-page #tab3 .image-block {
    background: url('../images/service-img2.jpg') no-repeat;
    background-position: center;
}

.services-des-page #tab3 .three-column-block .content-block {
    padding: 40px;
}


@media (min-width:1200px) {

    .services-des-page-title .image-block {
        position: absolute;
        right: 0;
        height: 100%;
        top: 0;
        bottom: 0;
    }
}

@media (max-width:1520px) {
    .services-des-page #tab1 .box-style2 {
        height: 122px;
    }
}

@media (max-width:1250px) {
    .services-des-page .two-column-block .content-block {
        padding: 20px 50px;
    }
}

@media (max-width:1200px) {
    .services-des-content-block .erp-content-block {
        padding: 20px;
    }

    .services-des-page-title .image-block {
        position: absolute;
        right: 0;
        height: 300px;
        top: 0;
    }

    .services-des-page-title .content-block {
        margin-top: 300px;
    }

    .services-des-page #tab1 .box-style2 {
        height: 81px;
    }
}


@media (max-width:1100px) {
    .services-des-page #tab1 .box-style2 {
        height: 100px;
    }
}

@media (max-width:992px) {
    .services-des-page-title .content-block {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .box-style .box-wrapper .content i {
        margin-bottom: 15px;
    }

    .services-des-page #tab1 .box-style2 {
        height: 62px;
        margin-bottom: 20px;
    }

    .services-des-page .two-column-block .image-block {
        position: relative;
        width: 100%;
    }
    .services-des-page .container-full {
        max-width: initial;
              padding-left: 55px;
    padding-right: 55px;
    }
}
@media (max-width:900px) {
    .services-des-page .container-full {
            padding-left: 15px;
    padding-right: 15px;
    }
}
@media (max-width:811px) {
    .services-des-page #tab1 .box-style2 {
        height: 75px;
    }
}

@media (max-width:767px) {
    .services-des-page-title .content-block {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .box-style .box-wrapper {
        margin-bottom: 5px;
    }

    .services-des-page #tab1 .box-style2 {
        height: auto;
        margin-bottom: 30px;
    }

        .services-des-page #tab1 .box-style2 i {
            font-size: 30px;
        }

    .services-des-page .two-column-block .content-block {
        padding: 20px 50px;
    }

    .services-des-page .two-column-block .image-block {
        display: block;
    }
}

@media (max-width:500px) {
    .services-des-page .bread_crumb-title {
        height: 81px;
    }

    .box-style2 {
        padding-left: 60px;
    }

    .services-des-page .two-column-block .content-block {
        padding: 20px 50px;
    }

    .services-des-page .two-column-block .content-block, .services-des-page .two-column-block .image-block {
        padding: 20px;
    }
}





.features-benifit-gallery.content-section {
    padding: 70px 0 20px 0;
}

.features-benifit-gallery {
    background: url(../images/black-wood-bg.jpg);
    background-size: cover;
    position: relative;
}

    .features-benifit-gallery .slider-overlay {
        opacity: 0.7;
        background-color: #252525;
    }


    .features-benifit-gallery .gallery-item {
        margin: 0 8px;
    }

.services-des-page #tab1 .features-benifit-gallery .box-style2 {
    height: auto;
    min-height: 140px;
}

.features-benifit-gallery .owl-pagination {
    margin-top: 30px;
    margin-bottom: 20px;
    opacity: 1;
    display: inline-block;
}
.features-benifit-gallery .owl-carousel.owl-drag .owl-item {
}

.features-benifit-gallery .owl-pagination .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0px 5px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    background-color: #e22184;
}


.features-benifit-gallery .box-style2 .num {
    font-size: 24px;
    background-color: #ffffff;
    font-style: normal;
    padding: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.features-benifit-gallery .box-style2 .heading-font {
    width: 80%;
}
.digital-Question .border-box-light {
    height:216px
}
@media (max-width:1400px) {
    .features-benifit-gallery .box-style2 .heading-font {
        font-size: 13px;
    }
}

@media (max-width:1200px) {
    .features-benifit-gallery .box-style2 .heading-font {
        width: 100%;
    }
}
@media (max-width:1150px) {
    .digital-Question .border-box-light span {
        line-height: 50px;
    }
}
@media (max-width:1024px) {
    .digital-Question .border-box-light {
        padding: 15px;
    }
}
@media (max-width:992px) {
   .digital-Question .border-box-light {
    height: 233px;
}
    .digital-Question .border-box-light span.f40 {
   font-size: 31px;
}
}
@media (max-width:768px) {
    .digital-Question .border-box-light {
    height: 178px;
}
    .digital-Question .row.border-box-light-border {
    border-left: 1px solid rgba(0,0,0,0.2);
}
}
@media (max-width:500px) {
    .digital-Question .border-box-light {
    height: auto;
}
}*/


/**********************************************************************************************************
******************************************************Single Services , Service single*********************************************
**********************************************************************************************************/

.service-single-page .banner-content h1 {
    line-height: 1.1;
    margin-bottom: 50px;
    font-size: 50px;
    margin-top: 0;
}



.service-single-page .page-content {
    padding-top: 70px;
}

/*****************************online-Examination***********************************************/

.service-single-page.onlineExam .page-banner {
    background: url(../images/banner-onlineExam.jpg);
    background-size: cover;
    height: 450px;
    /*overflow: hidden;*/
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
}

.service-single-page.onlineExam .page-content {
    padding-bottom: 80px;
}

.service-single-page.onlineExam .big-quote {
    font-size: 100px;
    color: #dddddd;
    float: left;
    margin-right: 17px;
    margin-top: -37px;
}


.service-single-page.onlineExam .box-text {
    border: 4px solid;
    height: 110px;
    width: 233px;
}

.service-single-page.onlineExam .banner-content h1 {
    margin-top: 70px;
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.service-single-page.onlineExam .banner-content p {
    font-size: 18px;
}

.service-single-page.onlineExam .banner-content .site-button {
    margin-top: 30px;
    font-size: 14px;
    background: #000;
}

    .service-single-page.onlineExam .banner-content .site-button:hover {
        background: transparent !important;
        color: #232323;
        border: 2px solid #232323;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
        background: #ffffff;
    }

.onlineExam-benifits {
    background-color: #3b3b3b;
    background-color: #1c1c1c;
    padding: 0 0 40px 0;
}

.service-single-page.onlineExam .onlineExam-benifits h2 {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 40px;
}

.onlineExam-benifits .box-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .onlineExam-benifits .box-row .box-column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

.service-single-page.onlineExam .box, .service-single-page.onlineExam .box-row .box-inner {
    height: 100%;
    width: 100%;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.service-single-page.onlineExam .box {
    box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}

    .service-single-page.onlineExam .box:before, .service-single-page.onlineExam .box:after {
        content: " ";
        display: table;
    }

    .service-single-page.onlineExam .box:after {
        clear: both;
    }

    .service-single-page.onlineExam .box .box-inner {
        background-color: #fff;
        padding: 40px 30px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 0 3px rgba(0,0,0,.1);
        z-index: 5;
        color: #666666;
    }

        .service-single-page.onlineExam .box .box-inner .box-overlay {
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 2px;
            position: absolute;
            z-index: -2;
            background-color: #ff214f;
        }

        .service-single-page.onlineExam .box .box-inner:hover .box-overlay {
            height: 100%;
            background: #2f2f2f;
        }

        .service-single-page.onlineExam .box .box-inner:hover {
            color: #fff;
        }

.service-single-page.onlineExam .eon-digital-exam h2 {
    margin-bottom: 70px;
}


.service-single-page.onlineExam .eon-digital-exam .colored-border-arrow-box {
    /*border: 0.5px solid;*/
    height: 230px;
    /* padding-top: 126px; */
    text-align: center;
    margin: 15px 0;
    padding: 20px;
    position: relative;
    box-shadow: 0 0 43px 1px rgba(0, 0, 0, 0.26) inset;
}

    .service-single-page.onlineExam .eon-digital-exam .colored-border-arrow-box p.text {
        margin: 0;
        font-size: 17px;
    }

    .service-single-page.onlineExam .eon-digital-exam .colored-border-arrow-box img {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .service-single-page.onlineExam .eon-digital-exam .colored-border-arrow-box.top-border img {
        bottom: 30px;
    }

    .service-single-page.onlineExam .eon-digital-exam .colored-border-arrow-box.bottom-border img {
        top: 30px;
    }

    .service-single-page.onlineExam .eon-digital-exam .colored-border-arrow-box.top-border {
        padding-top: 35px;
        padding-bottom: 60px;
    }

    .service-single-page.onlineExam .eon-digital-exam .colored-border-arrow-box.bottom-border {
        padding-bottom: 35px;
        padding-top: 100px;
    }


    .service-single-page.onlineExam .eon-digital-exam .colored-border-arrow-box.top-border {
        border: 1px solid #626264;
        border-top: 13px solid #626264;
    }

    .service-single-page.onlineExam .eon-digital-exam .colored-border-arrow-box.bottom-border {
        border: 1px solid #626264;
        border-bottom: 13px solid #626264;
    }

    .service-single-page.onlineExam .eon-digital-exam .colored-border-arrow-box.top-border.orange-border {
        border-color: rgb(253,120,0);
    }

    .service-single-page.onlineExam .eon-digital-exam .colored-border-arrow-box.top-border.red-border {
        border-color: rgb(216,58,54);
    }

    .service-single-page.onlineExam .eon-digital-exam .colored-border-arrow-box.top-border.aqua-border {
        border-color: rgb(0,202,237);
    }

    .service-single-page.onlineExam .eon-digital-exam .colored-border-arrow-box.top-border.green-border {
        border-color: rgb(0,161,151);
    }


    .service-single-page.onlineExam .eon-digital-exam .colored-border-arrow-box.bottom-border.orange-border {
        border-color: rgb(253,120,0);
    }

    .service-single-page.onlineExam .eon-digital-exam .colored-border-arrow-box.bottom-border.red-border {
        border-color: rgb(216,58,54);
    }

    .service-single-page.onlineExam .eon-digital-exam .colored-border-arrow-box.bottom-border.aqua-border {
        border-color: rgb(0,202,237);
    }

    .service-single-page.onlineExam .eon-digital-exam .colored-border-arrow-box.bottom-border.green-border {
        border-color: rgb(0,161,151);
    }

.trangle {
    width: 30px;
    position: absolute;
    right: 30px;
}

    .trangle.up {
        border-top: solid 23px rgb(253,120,0);
        border-left: solid 15px transparent;
        border-right: solid 15px transparent;
        top: 0;
    }

    .trangle.down {
        border-bottom: solid 25px rgb(0,161,151);
        border-left: solid 15px transparent;
        border-right: solid 15px transparent;
        bottom: 0;
    }

.service-single-page.onlineExam .eon-digital-exam .trangle.up.orange-arrow {
    border-top-color: rgb(253,120,0);
}

.service-single-page.onlineExam .eon-digital-exam .trangle.up.red-arrow {
    border-top-color: rgb(216,58,54);
}

.service-single-page.onlineExam .eon-digital-exam .trangle.up.aqua-arrow {
    border-top-color: rgb(0,202,237);
}

.service-single-page.onlineExam .eon-digital-exam .trangle.up.green-arrow {
    border-top-color: rgb(0,161,151);
}



.service-single-page.onlineExam .eon-digital-exam .trangle.down.orange-arrow {
    border-bottom-color: rgb(253,120,0);
}

.service-single-page.onlineExam .eon-digital-exam .trangle.down.red-arrow {
    border-bottom-color: rgb(216,58,54);
}

.service-single-page.onlineExam .eon-digital-exam .trangle.down.aqua-arrow {
    border-bottom-color: rgb(0,202,237);
}

.service-single-page.onlineExam .eon-digital-exam .trangle.down.green-arrow {
    border-bottom-color: rgb(0,161,151);
}

@media (max-width:1200px) {

    .service-single-page.onlineExam .banner-content h1 {
        font-size: 40px;
    }
}
@media (max-width:1100px) {

    .service-single-page.onlineExam .item-box-paper .text-ease .text-content {
        height: 180px;
        line-height: 19px;
    }
}


@media (max-width:992px) {
    .service-single-page.onlineExam .banner-content {
        padding-left: 180px;
        padding-bottom: 40px;
    }

    .service-single-page.onlineExam .page-banner {
        height: auto;
    }
    .service-single-page.onlineExam .banner-content h1 {
    margin-top:50px;
}
    .service-single-page.onlineExam .banner-content p {
    font-size: 17px;
}
    .service-single-page.onlineExam .banner-content .site-button {
        margin-top: 0px;
    }

    .service-single-page.onlineExam .box-column {
        margin-bottom: 20px;
    }
}

@media (max-width:830px) {
    .service-single-page.onlineExam .banner-content h1 {
        font-size: 45px;
    }

    .service-single-page.onlineExam .banner-content {
        padding-left: 150px;
    }
}

@media (max-width:768px) {

    .service-single-page.onlineExam .banner-content {
        padding-left: 120px;
    }
}

@media (max-width:700px) {
    .service-single-page.onlineExam .page-banner {
        background-position: right;
    }

    .service-single-page.onlineExam .banner-content {
        padding-left: 15px;
    }

        .service-single-page.onlineExam .banner-content h1 {
            margin-top: 45px;
        }
    .service-single-page.onlineExam .banner-content .site-button {
            line-height: 1.8;
    padding: 6px 26px 5px;
    font-size: 11px;
    }
}

@media (max-width:550px) {
    .service-single-page.onlineExam .banner-content h1 {
        font-size: 35px;
    }

    .service-single-page.onlineExam .banner-content p {
        padding-right: 0;
    }

    .service-single-page.onlineExam .banner-content .site-button {
        margin-top: 15px;

    }

    .service-single-page.onlineExam .onlineExam-benifits h2 {
        font-size: 27px;
        line-height: 30px;
    }
}

@media (max-width:400px) {
    .service-single-page.onlineExam .banner-content h1 {
        font-size: 30px;
    }
}

/*****************************loba***********************************************/

.service-single-page.loba .page-banner {
    background: url(../images/banner-loba.jpg);
    background-size: cover;
    height: 450px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}

.service-single-page.loba .banner-content h2 {
    color: #fcd20f;
    padding-top: 40px;
    margin-top: 0;
}.service-single-page.loba .page-banner .banner-content p {
        font-size: 18px;
    }

.service-single-page.loba .page-content .two-column-block .image-block {
    background: url(../images/loba-img.jpg);
    background-size: cover;
    background-position: center;
}

.service-single-page.loba .page-content .two-column-block .content-block {
    padding: 10px 30px;
}


.stepAssessment {
    padding: 180px 0 170px 0;
}

.service-single-page.loba .step {
    border: 12px solid #00695b;
    border-radius: 50px;
    padding: 15px;
    position: relative;
    height: 249px;
    background: #fff;
    padding-top: 35px;
}

    .service-single-page.loba .step p {
        line-height: 20px;
        margin: 0;
        font-size: 14px;
    }

    .service-single-page.loba .step h4 {
        /*margin: 0;
    background: #00695a;
    color: #fff;
    padding: 17px 20px;
    border-radius: 19px;
    margin-top: -58px;
    margin-bottom: 13px;
    position: relative;*/
        font-size: 15px;
        margin: 0;
        background: #00695a;
        color: #fff;
        padding: 17px 20px;
        border-radius: 19px;
        position: absolute;
        left: 20px;
        right: 20px;
        top: -39px;
    }

    .service-single-page.loba .step.step2 {
        border: 12px solid #3a8e3d;
    }

        .service-single-page.loba .step.step2 h4 {
            background: #3a8e3d;
        }

    .service-single-page.loba .step.step3 {
        border: 12px solid #7db443;
    }

        .service-single-page.loba .step.step3 h4 {
            background: #7db443;
        }

    .service-single-page.loba .step.step4 {
        border: 12px solid #c1ca33;
    }

        .service-single-page.loba .step.step4 h4 {
            background: #c1ca33;
        }


.service-single-page.loba .step1:after {
    /*arrow-line-green*/
    content: '';
    background: url(../images/arrow-line-green.png) no-repeat;
    position: absolute;
    top: -153px;
    right: -175px;
    width: 100%;
    height: 100%;
    transform: rotate(-13deg);
    z-index: -1;
}

.service-single-page.loba .step.step2:after {
    content: '';
    background: url(../images/arrow-line-green2.png) no-repeat;
    position: absolute;
    bottom: -220px;
    right: -175px;
    width: 100%;
    height: 100%;
    transform: rotate(13deg);
    z-index: -1;
}

.service-single-page.loba .step.step3:before {
    content: '';
    background: url(../images/arrow-line-green3.png) no-repeat;
    position: absolute;
    top: -153px;
    right: -175px;
    width: 100%;
    height: 100%;
    transform: rotate(-13deg);
    z-index: -1;
}

.service-single-page.loba .step.step4:after, .service-single-page.loba .step.step4:before {
    display: none;
}

.service-single-page.loba .stepAssessment .s1 {
    position: absolute;
    top: -172px;
}

.service-single-page.loba .stepAssessment .s2, .service-single-page.loba .stepAssessment .s4 {
    position: absolute;
    right: -35px;
}

.service-single-page.loba .stepAssessment .s3, .service-single-page.loba .stepAssessment .s5 {
    position: absolute;
    top: -172px;
    right: 0;
}



@media (max-width: 1400px) {

    .stepAssessment-wrap .container-full {
        padding: 0 50px;
    }
}

@media (max-width: 1200px) {
    .service-single-page.loba .two-column-block .content-block h2 {
        font-size: 20px;
        font-weight: 500;
    }

    .service-single-page.loba .feature-wrapper h1 {
        font-size: 60px;
    }
}

@media (max-width: 1325px) {
    .service-single-page.loba .step {
        padding-top: 55px;
    }
}

@media (max-width: 1200px) {
    .service-single-page.loba .step1:after, .service-single-page.loba .step.step2:after, .service-single-page.loba .step.step3:before {
        background-size: 100%;
    }

    .service-single-page.loba .step.step2:after {
        bottom: -258px;
        right: -127px;
    }
    .service-single-page .banner-content h1 {
        font-size:40px;
    }
    .service-single-page.loba .banner-content h2 {  
    padding-top: 50px;
    }
}

@media (max-width: 992px) {
    .service-single-page.loba .two-column-block .image-block {
        display: none;
    }

    .service-single-page.loba .two-column-block .content-block {
        padding: 40px;
        border: 1px solid #777;
        margin: 15px;
    }

    

    

    .service-single-page.loba .stepAssessment .s1, .service-single-page.loba .stepAssessment .s2, .service-single-page.loba .stepAssessment .s3, .service-single-page.loba .stepAssessment .s5, .service-single-page.loba .stepAssessment .s4 {
        position: absolute;
        top: -172px;
        right: 0;
        visibility: hidden;
    }

    .service-single-page.loba .step {
        border: 12px solid #00695b;
        border-radius: 50px;
        padding: 15px;
        margin-bottom: 40px;
        position: relative;
        height: 249px;
        background: #fff;
        padding-top: 35px;
    }




    .service-single-page.loba .page-banner .banner-content p {
        font-size: 17px;
    }

    .service-single-page.loba .page-banner .banner-content {
        padding-bottom: 35px;
    }

    .service-single-page.loba .step.step3:before {
        /*background: url (../images/arrow-line-green.png) no-repeat;*/
        position: absolute;
        top: -153px;
        right: -175px;
        background-color: #fff;
        width: 100%;
        height: 100%;
        transform: rotate(-13deg);
        z-index: -1;
        display: none;
    }

    .service-single-page.loba .step1:after {
        content: '';
        background: url(../images/arrow-line-green.png) no-repeat;
        position: absolute;
        background-color: #fff;
        top: -153px;
        right: -175px;
        width: 100%;
        height: 100%;
        transform: rotate(-13deg);
        z-index: -1;
        display: none;
    }

    .service-single-page.loba .step.step2:after {
        content: '';
        background: url(../images/arrow-line-green2.png) no-repeat;
        position: absolute;
        bottom: -220px;
        right: -175px;
        width: 100%;
        height: 100%;
        transform: rotate(13deg);
        z-index: -1;
        display: none;
    }

    .service-single-page.loba .feature-wrapper h1 {
        font-size: 48px;
    }

    .service-single-page.loba .stepAssessment {
        padding: 25px 0 50px 0;
    }

    .service-single-page.loba .page-content#goDown {
        padding-top: 50px;
    }
}



@media (max-width: 768px) {
    .service-single-page.loba .page-banner {
        background: #4c3786;
        height: auto;
        overflow: hidden;
        background-position: right;
        background-repeat: no-repeat;
        padding: 0;
    }



    .service-single-page .banner-content .site-button {
        margin-top: 10px;
    }


    .service-single-page.loba .feature-wrapper h1 {
        font-size: 40px;
        margin-bottom: 0px;
    }

    .service-single-page.loba .stepAssessment {
        padding: 55px 0 100px 0;
    }
    .service-single-page.loba .banner-content h2 {  
    padding-top: 45px;
    }
}

@media (max-width: 550px) {
    .service-single-page .banner-content h1 {
        margin-bottom: 38px;
        margin-top: 1px;
        font-size: 35px;
    }
    .heading2.yellow-line:after {
    bottom: -19px;
}
    .service-single-page.loba .banner-content h1, .service-single-page.loba .banner-content h2, .service-single-page.loba .banner-content p {
        padding-left: 0px;
    }

    .service-single-page.loba .banner-content .site-button {
        margin-left: 0px;
    }
    .service-single-page.loba .banner-content .heading2.yellow-line:after {
        left:0;
    }
}

/***********************************sage******************************************/

.text-yellow {
    color: #ffe900;
}

.service-single-page h1.big-heading {
    font-size: 58px;
}

    .service-single-page h1.big-heading.text-gray, .text-brown-gray {
        color: #4e4e4e;
    }

.service-single-page.sage .page-banner {
    background: url(../images/banner-sage.jpg);
    background-size: cover;
    height: 450px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}

.service-single-page.sage .banner-content {
    position: absolute;
    left: 100px;
    width: 65%;
}

    .service-single-page.sage .banner-content h1 {
        font-size: 50px;
        line-height: 1.1;
        padding-top: 70px;
    }

    .service-single-page.sage .banner-content p {
        width: 60%;
        font-size:18px;
    }

.service-single-page.sage .sage-first-para h1 {
    font-size: 35px;
    word-wrap: break-word;
}

.service-single-page .page-content.major-concern {
    padding-top: 50px;
}

.service-single-page.sage .arrow-list.type4 li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgb(68, 68, 68);
}

.service-single-page.sage .page-content.major-concern .three-column-block .image-block {
    background: url(../images/imgsase.jpg);
    background-size: cover;
    background-position: right;
}

.service-single-page.sage .sage-first-para .box-style3 li {
    position: relative;
    margin-bottom: 30px;
}

.service-single-page.sage .sage-first-para .box-style3 .icon-sage {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    border: 3px solid #ff214f;
    position: absolute;
    left: 0;
    text-align: center;
    padding: 11px 0;
}

    .service-single-page.sage .sage-first-para .box-style3 .icon-sage img {
        width: 36px;
    }

.service-single-page.sage .sage-first-para .box-style3 p {
    padding-left: 90px;
}

@media (min-width: 992px) {
    .service-single-page.sage .banner-content h1 span {
        display: block;
    }

    .service-single-page.sage .sage-first-para h1 {
        width: 400px;
    }

    .service-single-page.sage .sage-first-para P {
        margin-right: 30PX;
    }
}

@media (max-width: 1400px) {
    .service-single-page.sage .banner-content p {
        width: 65%;
    }
}

@media (max-width: 1280px) {
    .service-single-page h1.big-heading {
        font-size: 50px;
    }
}

@media (max-width: 1200px) {
    .service-single-page.sage .banner-content h1 {
        font-size: 40px;
    }
    .service-single-page.sage .sage-first-para .box-style3 li {
        margin-bottom: 25px;
    }

}

@media (max-width: 992px) {
    .service-single-page.sage .banner-content p {
        padding: 0;
        font-size:17px;
    }

    .service-single-page h1.big-heading {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .service-single-page.sage .page-content#goDown {
        padding-top: 50px;
    }

    .service-single-page.sage .banner-content {
        width: 100%;
        position: relative;
        left: 0;
        margin: 0 15px;
    }

    .service-single-page.sage .page-banner {
        height: auto;
        background-position: left;
        padding-bottom: 20px;
    }

    .service-single-page.sage .banner-content {
        position: static;
        left: 0px;
        padding-bottom: 20px;
    }

        .service-single-page.sage .banner-content h1 {
            width: 80%;
        }

        .service-single-page.sage .banner-content p {
            margin-right: 0px;
        }

    .service-single-page.sage .sage-first-para h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .service-single-page h1.big-heading {
        font-size: 30px;
    }

    .service-single-page.sage .page-content .scroll .site-button {
        margin-left: 0px;
    }

    .service-single-page h1.big-heading {
        font-size: 35px;
    }

    .service-single-page .page-content {
        padding-bottom: 0px;
    }
}

@media (max-width: 650px) {
    .service-single-page.sage .banner-content h1 {
        width: 100%;
    }

    .service-single-page.sage .banner-content p {
        width: 90%;
    }
}


@media (max-width: 550px) {
    .service-single-page.sage .banner-content h1 {
        font-size: 35px;
    }
}
@media (max-width: 450px) {
    .service-single-page.sage .banner-content h1 {
        font-size: 30px;
    }

    .service-single-page.sage .sage-first-para h1 {
        font-size: 25px;
        line-height: 1.2;
    }

    .service-single-page.sage .banner-content p {
        width: 100%;
    }
}

/*************************OMR BASED EXAMINATION********************************/

.service-single-page.omr .page-banner {
    background: url(../images/banner-omr.jpg);
    background-size: cover;
    height: 500px;
    /*overflow: hidden;*/
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
}

.service-single-page.omr .page-content {
    padding-bottom: 50px;
}

    .service-single-page.omr .page-content.first {
        padding-top: 130px;
        padding-bottom: 0;
    }


.service-single-page.omr .banner-content-block {
    background: linear-gradient(to right, #fe7c30, #e84010);
    background-color: #f2591e;
    position: relative;
    bottom: -60px;
    padding: 20px 30px;
}

.service-single-page.omr .banner-content h1 {
    font-size: 50px;
    margin-top: 70px;
    margin-bottom: 40px;
    line-height:1.1;
}

.service-single-page.omr .banner-content p {
    font-size: 18px;
}

.service-single-page.omr .page-content h2 {
    font-size: 30px;
}

@media (max-width:1200px) {
    .service-single-page.omr .page-banner {
        height:auto;
    }
    .service-single-page.omr .banner-content h1 {
        font-size: 40px;
        margin-top:50px;
    }
    .service-single-page.omr .banner-content-block {
    bottom: -40px;
    }
}


@media (max-width:992px) {
    .service-single-page.omr .banner-content-block h2 {
        font-size: 20px;
    }
    
.service-single-page.omr .banner-content p {
    font-size: 17px;
}
    

    .service-single-page.omr .page-content.first {
        padding-top: 46px;
        padding-bottom: 0;
    }

        .service-single-page.omr .page-content.first .box-conduction .row.text-gray li {
            height: 300px;
        }


    .service-single-page.omr .border-box-dark span {
        color: #9a9a9a;
        padding: 10px;
    }
}
@media (max-width:768px) {

    .service-single-page .banner-content .site-button {
        line-height: 1.8;
        padding: 6px 26px 5px;
        font-size: 11px;
    }
     .service-single-page.omr .banner-content h1 {
        margin-top:45px;
    }
}
@media (max-width:550px) {
     .service-single-page.omr .banner-content h1 {
        font-size: 35px;
    }
    .service-single-page.omr .banner-content-block h2 {
        font-size: 16px;
    }
}


@media (max-width:400px) {
    .service-single-page.omr .banner-content-block h2 {
        font-size: 14px;
    }
}

@media (max-width:437px) {
    .service-single-page.omr .page-content.first {
        padding-top: 120px;
        padding-bottom: 0;
    }
}



@media (max-width: 350px) {

    .service-single-page.omr .banner-content h1 {
        font-size: 21px;
        margin-bottom: 40px;
    }

    .service-single-page.omr .banner-content p {
        /* line-height: 2; */
        font-size: 13px;
    }
}



/*************************Competitive Exam and Olympiad’s********************************/

.Competitive-exam-bg-image {
    background: url(../images/comptitveexam.png);
    background-size: cover;
    background-position: right top;
}

.Competitive-exam-content .content {
    color: #fff;
    padding: 45px;
    font-size: 31px;
    font-weight: 100;
    text-align: right;
}

.Competitive-exam-content.pad {
    padding: 47px 30px;
}

.Competitive-exam-content h1 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.Competitive-exam .Competitive-exam-description .content-section {
    padding: 80px 0;
}

.Competitive-exam-description .content-block1, .Competitive-exam-description .content-block2, .Competitive-exam-description .content-block3 {
    height: 320px;
}

.Competitive-exam .Competitive-exam-description h1 {
    font-size: 60px;
    margin-bottom: 15px;
}

.objectiveBox {
    padding: 25px;
    /*border-bottom: 6px solid #ddd;*/
    height: 190px;
    width: 100%;
    text-align: center;
    box-shadow: 4px 4px 15px #a7a4a4, 0 0 43px 1px rgba(0, 0, 0, 0.26) inset;
}

.border-color-pink {
    background-color: #719e3d;
    background: linear-gradient(to top,#5a7e2e,#86b949);
}

.border-color-blue {
    /*border-bottom: 6px solid #3299c4;*/
    background-color: #db730f;
    background: linear-gradient(to top,#bc6109,#f38215);
}

.border-color-yellow {
    /*border-bottom: 6px solid #dccb02;*/
    background-color: #d3a40a;
    background: linear-gradient(to top,#c08707,#e5c00d);
}

.border-color-green {
    /*border-bottom: 6px solid #2a9c57;*/
    background-color: #80562a;
    background: linear-gradient(to top,#6d3d0a,#8c663e);
}

.border-color-darkgreen {
    /*border-bottom: 6px solid #638805;*/
    background-color: #1890cc;
    background: linear-gradient(to top,#106997,#1ca8ed);
}

.border-color-orange {
    /*border-bottom: 6px solid #e54916;*/
    background-color: #b84156;
    background: linear-gradient(to top,#842f3f,#d64c64);
}

.border-color-purple {
    /*border-bottom: 6px solid #9e42af;*/
    background-color: #af653e;
    background: linear-gradient(to top,#724027,#d0784a);
}

.border-color-aqua {
    /*border-bottom: 6px solid #01c3bb;*/
    background-color: #08a9b8;
    background: linear-gradient(to top,#048592,#0cc6d8);
}

.Competitive-exam-bg-image .button-wrap {
    margin-left: 30px;
    padding-bottom: 60px;
}

@media (max-width:1400px) {
    .objectiveBox {
        height: 200px;
    }

        .objectiveBox p {
            line-height: 24px;
        }

    .Competitive-exam-content.pad {
        padding: 30px 0;
    }

    .Competitive-exam-bg-image .button-wrap {
        margin-left: 0;
    }
}

@media (max-width:1280px) {
    .Competitive-exam-content .content {
        font-size: 28px;
    }
}

@media (max-width:1200px) {
    .Competitive-exam-bg-image {
        background-position: calc(100% + 135px);
    }

    .Competitive-exam-content .content {
        font-size: 25px;
    }
}

@media (max-width:1120px) {
    .Competitive-exam-bg-image {
        background-position: calc(100% + 165px);
    }
}

@media (max-width:1100px) {
    .Competitive-exam-bg-image {
        background-position: calc(100% + 185px);
    }

    .objectiveBox {
        height: 230px;
    }

        .objectiveBox p {
            line-height: 22px;
        }

    .Competitive-exam-content .content {
        font-size: 23px;
    }

    .Competitive-exam-bg-image .button-wrap {
        margin-left: 20px;
        padding-bottom: 40px;
    }
}




@media (max-width:992px) {
    .Competitive-exam-bg-image {
        background-color: #30354d;
        background-position: left;
    }



    .Competitive-exam-content .content {
        color: #fff;
        padding: 10px 45px;
        font-size: 26px;
        font-weight: 100;
        text-align: left;
    }

    .Competitive-exam-content h1 {
        color: #fff;
        font-size: 35px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .Competitive-exam-content.pad {
        padding: 1px 45px;
    }

    .Competitive-exam-bg-image .site-button.border-button {
        padding-left: 23px;
        margin-left: 25px;
    }
}

@media (max-width:768px) {
    .Competitive-exam-content {
        padding-top: 20px;
    }

        .Competitive-exam-content .content {
            font-size: 22px;
            line-height: 27px;
        }

        .Competitive-exam-content.pad, .Competitive-exam-content .content {
            padding: 10px;
        }

        .Competitive-exam-content h1 {
            font-size: 33px;
            margin-top: 0;
        }

    .Competitive-exam-bg-image .button-wrap {
        margin-left: 0;
    }

    .Competitive-exam-bg-image .site-button.border-button {
        margin-left: 10px;
    }

    .Competitive-exam-content .pad {
        padding: 10px 45px;
    }

    .objectiveBox {
        height: 165px;
    }

    .objective-section.bg-white.content-section {
        margin-bottom: 0;
        padding: 10px 0 10px;
    }

    .targetmarket-section.bg-white.content-section {
        padding: 0px 0 50px;
    }
}

@media (max-width:500px) {
    .Competitive-exam-content.pad, .Competitive-exam-content .content {
        font-size: 16px;
    }

    .Competitive-exam-content h1 {
        font-size: 25px;
    }
}
/*************************ONLINE TEST PREPARATION ********************************/

.service-single-page.mockExam .page-banner {
    background: url(../images/banner-mockExam.jpg);
    background-size: cover;
    background-position: left;
    height: 450px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}

.service-single-page.mockExam .banner-image-block {
    height: 450px;
    background: #262f8b;
    width: 37.666667%;
}

.service-single-page.mockExam .banner-img {
    position: absolute;
    height: 300px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -56px;
}

    .service-single-page.mockExam .banner-img img {
        height: 100%;
        max-width: initial;
    }

.service-single-page.mockExam .banner-content h2 {
    padding-top: 50px;
    color: #fcd20f;
}

.service-single-page.mockExam .banner-content h1 {
    font-size: 50px;
    line-height: 1.1;
    padding-top: 0;
}

.service-single-page.mockExam .banner-content p {
    width: 90%;
    font-size: 18px;
}

.service-single-page.mockExam .page-content {
    padding-top: 70px;
}

.mock-test-interface h1 {
    font-size: 35px;
}

.mock-test-graph {
    position: relative;
    background: #F44336;
    color: #fff;
    padding: 8px 30px;
    border-radius: 40px;
    margin-top: 17px;
    margin-bottom: 42px;
}

    .mock-test-graph.right-arrow {
        text-align: right;
    }

        .mock-test-graph.right-arrow:before {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 23px 0 12px 46px;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-left-color: #424242;
            position: absolute;
            right: -36px;
            top: 50%;
            margin-top: -17px;
        }

        .mock-test-graph.right-arrow.color-aqua {
            margin-right: -67px;
            margin-left: 67px;
        }

            .mock-test-graph.right-arrow.color-aqua:before {
                border-left-color: #01afb4;
                border-width: 26px 0 10px 46px;
            }

        .mock-test-graph.right-arrow.color-seagreen {
        }

            .mock-test-graph.right-arrow.color-seagreen:before {
                border-left-color: #2184a3;
                border-width: 20px 0 17px 46px;
            }

        .mock-test-graph.right-arrow.color-darkgray {
            margin-right: -67px;
            margin-left: 67px;
        }

            .mock-test-graph.right-arrow.color-darkgray:before {
                border-left-color: #2d5169;
                border-width: 14px 0 21px 46px;
            }



    .mock-test-graph.left-arrow:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 23px 46px 12px 0;
        border-top-color: transparent;
        border-left-color: transparent;
        border-bottom-color: transparent;
        border-right-color: #424242;
        position: absolute;
        left: -36px;
        top: 50%;
        margin-top: -17px;
    }

    .mock-test-graph.left-arrow.color-lightpurple {
        margin-left: -67px;
        margin-right: 67px;
    }

        .mock-test-graph.left-arrow.color-lightpurple:before {
            border-right-color: #6d88b5;
            border-width: 26px 46px 10px 0;
        }

    .mock-test-graph.left-arrow.color-gray {
    }

        .mock-test-graph.left-arrow.color-gray:before {
            border-right-color: #4d5872;
            border-width: 20px 46px 17px 0;
        }

    .mock-test-graph.left-arrow.color-black {
        margin-left: -67px;
        margin-right: 67px;
    }

        .mock-test-graph.left-arrow.color-black:before {
            border-right-color: #2d363f;
            border-width: 14px 46px 21px 0;
        }

.mock-test-img img {
    margin: 0 auto;
    display: block;
    z-index: 9;
    position: relative;
}

.color-aqua {
    background: #01aeb4;
}

.color-seagreen {
    background: #2184a3;
}

.color-darkgray {
    background: #2d5169;
}

.color-lightpurple {
    background: #6d88b5;
}

.color-gray {
    background: #4d5973;
}

.color-black {
    background: #303942;
}

.light-bulb-wrap .borderTop1px {
    border-top: 1px solid #818181;
}

.light-bulb-box {
    background: url(../images/bulb-pink.jpg) no-repeat;
    height: 700px;
    background-position: center;
    position: relative;
    bottom: 7px;
    padding: 0 123px;
    text-align: center;
}

    .light-bulb-box.box2 {
        background: url(../images/bulb-yellow.jpg) no-repeat;
        background-position: center;
        bottom: 84px;
    }

    .light-bulb-box.box3 {
        background: url(../images/bulb-green.jpg) no-repeat;
        background-position: center;
        bottom: 7px;
    }

    .light-bulb-box span {
        position: absolute;
        bottom: 14%;
        font-size: 23px;
        color: #fff;
        /* text-align: center; */
        line-height: 23px;
        left: 0;
        right: 6%;
    }

    .light-bulb-box.box2 span {
        bottom: 25%;
    }

    .light-bulb-box.box3 span {
        bottom: 20%;
    }

    .light-bulb-box p {
        position: absolute;
        color: #ffffff;
        top: 64%;
        font-size: 60px;
        font-weight: 600;
        margin: 0;
        left: 0;
        right: 6%;
    }

    .light-bulb-box.box2 p {
        top: 54%;
    }

    .light-bulb-box.box3 p {
        top: 64%;
    }

.service-single-page.mockExam .benefits {
    padding-bottom: 80px;
}

    .service-single-page.mockExam .benefits h1 {
        margin-bottom: 80px;
    }

.colored-bg-arrow-box.second-row .col-md-3:first-child {
    margin-left: 12.5%;
}

.colored-bg-arrow-box .box {
    text-align: center;
}

    .colored-bg-arrow-box .box .content-block {
        height: 177px;
        padding: 23px;
        border-top-left-radius: 45px;
        border-top-right-radius: 45px;
        position: relative;
    }

    .colored-bg-arrow-box .box.arrow-up .content-block {
        height: 177px;
        padding: 23px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 45px;
        border-bottom-right-radius: 45px;
        position: relative;
    }

.colored-bg-arrow-box .content-block p {
    line-height: 19px;
    margin: 10px 0 0;
}

.colored-bg-arrow-box .box h4 {
    margin: 0;
}

.colored-bg-arrow-box .content-block.bg-teal {
    background: #16a6b1;
}

.colored-bg-arrow-box .content-block.bg-red {
    background: #f34757;
}

.colored-bg-arrow-box .content-block.bg-dark-yellow {
    background: #ff8f29;
}

.colored-bg-arrow-box .content-block.bg-blue {
    background: #105d8c;
}

.colored-bg-arrow-box .content-block.bg-green {
    background: #779943;
}

.colored-bg-arrow-box .content-block.bg-dark-brown {
    background: #694128;
}

.colored-bg-arrow-box .content-block.bg-aqua {
    background: #1ba0c0;
}

.colored-bg-arrow-box .content-block:after {
    content: '';
    position: absolute;
}

.colored-bg-arrow-box .box .image-block {
    height: 125px;
    padding-top: 16px;
}

.colored-bg-arrow-box .box .image-block {
    background: url(../images/arrow-bg-teal.png) no-repeat;
    background-size: 100% 100%;
}

.colored-bg-arrow-box .box.box2 .image-block {
    background: url(../images/arrow-bg-red.png) no-repeat;
    background-size: 100% 100%;
}

.colored-bg-arrow-box .box.box3 .image-block {
    background: url(../images/arrow-bg-dark-yellow.png) no-repeat;
    background-size: 100% 100%;
}

.colored-bg-arrow-box .box.box4 .image-block {
    background: url(../images/arrow-bg-blue.png) no-repeat;
    background-size: 100% 100%;
}

.colored-bg-arrow-box .box.box5 .image-block {
    background: url(../images/arrow-bg-green.png) no-repeat;
    background-size: 100% 100%;
}

.colored-bg-arrow-box .box.box6 .image-block {
    background: url(../images/arrow-bg-dark-brown.png) no-repeat;
    background-size: 100% 100%;
}

.colored-bg-arrow-box .box.box7 .image-block {
    background: url(../images/arrow-bg-aqua.png) no-repeat;
    background-size: 100% 100%;
}

.colored-bg-arrow-box .image-block .image-circle {
    margin: 0 auto;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    text-align: center;
    padding: 21px 0;
    background: #fff;
}

.colored-bg-arrow-box .image-block img {
    height: 45px;
}


@media (min-width:1470px) {
    .mock-test-interface .container-fluid {
        padding: 0 120px;
    }
}


@media (max-width:1400px) {
    .colored-bg-arrow-box .box {
        margin: 0 -10px;
    }
}


@media (max-width:1385px) {

    .colored-bg-arrow-box .content-block {
        height: 190px;
    }
}

@media (max-width:1260px) {

    .mock-test-graph {
        margin-bottom: 24px;
        line-height: 21px;
    }
}

@media (max-width:1200px) {
  
    .service-single-page.mockExam .banner-content h1 {
        font-size: 40px;
    }
    .mock-test-graph.left-arrow.color-lightpurple, .mock-test-graph.left-arrow.color-black {
        margin-left: -40px;
        margin-right: 40px;
    }

    .mock-test-graph.right-arrow.color-aqua, .mock-test-graph.right-arrow.color-darkgray {
        margin-right: -40px;
        margin-left: 40px;
    }
    .colored-bg-arrow-box .box .content-block, .colored-bg-arrow-box .box.arrow-up .content-block {
        height: 225px;
    }

}

@media (max-width:1160px) {

    .colored-bg-arrow-box .content-block {
        padding: 25px 15px;
    }
}

@media (max-width:1100px) {

    .colored-bg-arrow-box .content-block {
        height: 220px;
        padding: 25px 15px;
    }
}






@media (max-width: 992px) {
    .service-single-page.mockExam .banner-content p {
        font-size: 17px;
    }

    .colored-bg-arrow-box .box .content-block, .colored-bg-arrow-box .box.arrow-up .content-block {
        height: 175px;
    }

    .colored-bg-arrow-box .box {
        margin-bottom: 10px;
    }

    .colored-bg-arrow-box.second-row .col-md-3:first-child {
        margin-left: 0;
    }

    .colored-bg-arrow-box.second-row .col-md-3:last-child {
        margin-left: 25%;
    }

    .service-single-page.mockExam .page-content {
        padding-top: 25px;
    }

    .service-single-page.mockExam .page-banner {
        height: auto;
        background-position: right;
    }

    .service-single-page.mockExam .banner-content .site-button.border-button {
        padding-right: 14px;
        line-height: 26px;
    }

    .service-single-page.mockExam .banner-content {
        padding-bottom: 30px;
    }

    .page-content.light-bulb-wrap h1 {
        font-size: 33px;
    }

    .service-single-page.mockExam .benefits h1 {
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .service-single-page.mockExam .banner-content h2 {
        padding-top:45px;
    margin-top: 0;
    }
    .service-single-page.mockExam .banner-image-block {
        height: 450px;
        background: #262f8b;
        width: 37.666667%;
        display: none;
    }

    .service-single-page.paperless-university .page-banner {
        background: url(../images/banner-paperlessUniversity.jpg);
        background-size: cover;
        height: 550px;
        background-position: right;
    }
}



@media (max-width: 630px) {

    .colored-bg-arrow-box .box .content-block, .colored-bg-arrow-box .box.arrow-up .content-block {
        height: 200px;
    }
}

@media (max-width: 550px) {
    .service-single-page.mockExam .banner-content h1 {
        font-size: 35px;
    }

    .colored-bg-arrow-box .box .content-block, .colored-bg-arrow-box .box.arrow-up .content-block {
        height: 100%;
    }

    .colored-bg-arrow-box.second-row .col-md-3:last-child {
        margin-left: 0;
    }
}

@media (max-width: 450px) {
    .service-single-page.mockExam .banner-content h1 {
        font-size: 30px;
    }
}

/*-----------------------------------------------------------------------------------------------------------
-----------------------------------------Technology Solution (second service)----------------------------- 
------------------------------------------------------------------------------------------------------------*/
/*.service-single-page.paperless-university .page-banner{
    height:500px;
    background:url(../images/paperlessUniversity.jpg) no-repeat;
    background-size:cover;
    background-position:bottom;
   
}

  .border-box-dark.blue-bg{
    background: #074e8e;
}
.service-single-page .blog-post-content .item-box-paper .border-box-dark .num {
        float: left;
    width: 40px;
    height: 40px;
    background: #023764;
    color: #e6e6e6;
    border-radius: 50%;
    border: 3px solid #e6e6e6;
    line-height: 35px;
    text-align: center;

}
.service-single-page .blog-post-content .item-box-paper .border-box-dark {
    padding-left:15px !important;
    padding-right:15px !important;
}
.service-single-page .blog-post-content .item-box-paper .border-box-dark .content {
color: #d6d5d5;
    padding-left: 50px;
}

.service-single-page .blog-post-content .item-box-paper .border-box-dark .content h4{
font-size: 1.17em;
margin:0px;
}

.service-single-page .box-style2 i{
    
   top: 5%;
    font-size: 60px;
    left: -12px;
    font-style: inherit;
    color: black;
}*/

/*-----------------------------------------------------------------------------------------------------------
------------------------------------------papeless University------------------------------ 
------------------------------------------------------------------------------------------------------------*/

.service-single-page.paperless-university .page-banner {
    background: url(../images/banner-paperlessUniversity.jpg);
    background-size: cover;
    height: 550px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.service-single-page.paperless-university .banner-content {
        padding-left: 80px;
}
.service-single-page.paperless-university .banner-content h1 {
    line-height: 1.1;
    margin-bottom: 50px;
    margin-top: 15px;
    padding-top: 80px;
    font-size: 50px;
}

.service-single-page.paperless-university .banner-content p {
    font-size: 17px;
}

.service-single-page.paperless-university .page-content {
    padding-top: 50px;
}

.service-single-page.paperless-university .latest-trends {
    background: linear-gradient(to top,#fff,#edffff);
}

.service-single-page.paperless-university .latest-trends-box {
    margin-top: 100px;
}

    .service-single-page.paperless-university .latest-trends-box img {
        height: 90px;
    }

    .service-single-page.paperless-university .latest-trends-box hr {
        border-top: 1px solid #9d9d9d;
    }

.service-single-page.paperless-university .feature-benifits h2 {
    margin-bottom: 80px;
}

.box-style4-wrapper {
    box-shadow: 0 4px 18px #00000061;
}

.box-style4 {
    /*box-shadow: 1px  8px 8px 5px #dbd5d5;
      box-shadow:-1px 2px 10px -2px #00000063;*/
    padding-right: 0;
    padding-left: 0;
    position: relative;
    border-bottom: 10px solid;
    height: 445px;
}

.box-style100 {
    /*box-shadow: 1px  8px 8px 5px #dbd5d5;
      box-shadow:-1px 2px 10px -2px #00000063;*/
    padding-right: 0;
    padding-left: 0;
    position: relative;
    border-bottom: 10px solid;
    height: 620px;
}
    .box-style4:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 25px;
        left: -25px;
        top: 0px;
        box-shadow: 10px 0 22px -7px #00000087;
    }

    .box-style4.border-box1:after {
        display: none;
    }

    .box-style4 .content-block {
        padding: 30px 20px;
    }

	.box-style4 .content-block .img-fluid {
	  max-width: 80%;
	  height: auto;
	}


    .box-style4 p {
        color: #696969;
        line-height: 24px;
        margin: 0;
    }

.white-bg {
    background-color: #fff;
}

.padB40 {
    padding-bottom: 40px;
}

.service-single-page.paperless-university .page-content .num1, .service-single-page.paperless-university .page-content .num2, .service-single-page.paperless-university .page-content .num3, .service-single-page.paperless-university .page-content .num4, .service-single-page.paperless-university .page-content .num5, .service-single-page.paperless-university .page-content .num6 {
    width: 100%;
    height: 150px;
    color: #ffffff;
    text-align: center;
    font-size: 78px;
    display: block;
    line-height: 150px;
    font-family: Bebas;
    box-shadow: 0 0 43px 1px rgba(0, 0, 0, 0.26) inset;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.66);
}

.box-style4 .num1 {
    background: linear-gradient(to right,#feda00,#ffc210);
}

.box-style4 .num2 {
    background: linear-gradient(to right,#f68d1f,#f05721);
}


.box-style4 .num3 {
    background: linear-gradient(to right,#d05498,#b63292);
}

.box-style4 .num4 {
    background: linear-gradient(to right,#665394,#514593);
}

.box-style4 .num5 {
    background: linear-gradient(to right,#0195b5,#03a8aa);
}

.box-style4 .num6 {
    background: linear-gradient(to right,#9abc2e,#7bc242);
}

.box-style4.border-box1 {
    color: #f9b212;
}

.box-style100.border-box1 {
    color: #f9b212;
}

.box-style4.border-box2 {
    color: #f95008;
}
.box-style100.border-box2 {
    color: #f95008;
}

.box-style4.border-box3 {
    color: #921960;
}


.box-style100.border-box3 {
    color: #921960;
}

.box-style4.border-box4 {
    color: #2a1d6f;
}


.box-style100.border-box4 {
    color: #2a1d6f;
}

.box-style4.border-box5 {
    color: #0c92a9;
}

.box-style100.border-box5 {
    color: #0c92a9;
}


.box-style4.border-box6 {
    color: #5dca4f;
}

.box-style100.border-box6 {
    color: #5dca4f;
}


.padL80 {
    padding-left: 80px;
}

.nopadT {
    padding-top: 0 !important;
}

.padT140 {
    padding-top: 140px;
}

.padT18 {
    padding-top: 18px;
}

.marT70 {
    margin-top: 70px;
}


@media (max-width:1520px) {
    .box-style4 {
        height: 470px;
    }
}

@media (max-width:1405px) {
    .box-style4 {
        height: 500px;
    }
}

@media (max-width:1350px) {
    .box-style4 {
        height: 530px;
    }
}

@media (max-width:1285px) {
    .box-style4 {
        height: 550px;
    }
}

@media (max-width:1200px) {
    .box-style4 {
        height: 356px;
    }
        .box-style4.border-box1, .box-style4.border-box2, .box-style4.border-box3 {
            margin-bottom: 30px;
        }
    .service-single-page.paperless-university .page-banner {
        height:500px;
    }
    .service-single-page.paperless-university .banner-content h1 {
        font-size:40px;
    }
}

@media (max-width:1035px) {
    .box-style4 {
        height: 385px;
    }
}

@media (max-width:992px) {
    .box-style4 {
        height: 400px;
    }
    .service-single-page.paperless-university .banner-content h1 {
        padding-top:50px;
    }
    .service-single-page.paperless-university .page-banner {
        height:auto;
        padding-bottom:60px;
    }
    .service-single-page.paperless-university .banner-content {
        padding-left: 40px;
    }

}

@media (max-width:885px) {
    .box-style4-wrapper {
        margin: 0 15px;
    }
}

@media (max-width:800px) {
    .box-style4 {
        height: 420px;
    }
}

@media (max-width:768px) {
    .box-style4 {
        margin-bottom: 30px;
        height: 350px;
    }
    .service-single-page.paperless-university .page-banner {
        position:relative;
    }
    .service-single-page.paperless-university .page-banner:before {
          content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,#c3ffff,transparent);
    opacity:0.9
    }
        .box-style4.border-box5, .box-style4.border-box6 {
            margin-bottom: 0;
        }
        
}

@media (max-width:680px) {
    .box-style4 {
        height: 380px;
    }
}

@media (max-width:600px) {
    .box-style4 {
        height: 450px;
    } .service-single-page.paperless-university .banner-content {
        padding-left: 40px;
    }
}

@media (max-width:500px) {
    .box-style4 {
        height: auto;
    }

        .box-style4.border-box5 {
            margin-bottom: 30px;
        }

        .box-style4.col-xxs-12 {
            padding-left: 0;
            padding-right: 0;
        }
        .service-single-page.paperless-university .banner-content {
    padding-left: 20px;
}
}
/*-----------------------------------------------------------------------------------------------------------
------------------------------------------process automation section------------------------------- 
------------------------------------------------------------------------------------------------------------*/
.page.gps-tracking .page-banner {
    position: relative;
    background: #fff url(../images/banner-gpsTracking.jpg);
    height: 400px;
    overflow: hidden;
    background-position: right;
    background-repeat: no-repeat;
    padding: 0;
}


.page.gps-tracking .page-banner .banner-content {
    width:50%;
}
        .page.gps-tracking .page-banner .banner-content h1 {
               line-height: 1.1;
    margin-bottom: 50px;
    margin-top: 15px;
    padding-top: 70px;
    font-size: 50px;
        }

    .page.gps-tracking .page-banner .banner-content p {
        font-size:18px;
    }
.service-single-page.gps-tracking .about-gpsTracking h4{
    font-size: 1.1em;
}
.service-single-page.gps-tracking .features .border-box-dark {
    padding:10px !important;
}
.service-single-page.gps-tracking .features .border-box-dark p {
    width:75%;
}
.service-single-page.gps-tracking .features .border-box-dark p.long-text {
    width:100%;
}
.service-single-page.gps-tracking .application-area {
    margin-top:0;    
    padding-top:20px;
    background: #f7f7fd;
}
@media (max-width:1400px) {
    .page.gps-tracking .page-banner {
            background-position: right -150px center;
    }
}
@media (max-width:1470px) {
    .service-single-page.gps-tracking .features .border-box-dark p {
        width: 80%;
        min-height: 66px;
        line-height: 1.5;
    }
}
@media (max-width:1200px) {
        .page.gps-tracking .page-banner .banner-content h1 {
    font-size: 40px;
        }
}
    
@media (max-width:992px) {
   .page.gps-tracking .page-banner {
    background-position: right -250px center;
}
   .page.gps-tracking .page-banner .banner-content h1 {
    padding-top: 50px;
}
    .page.gps-tracking .page-banner .banner-content p {
        font-size:17px;
    }
.service-single-page.gps-tracking .features .border-box-dark {
    padding:0 !important;
}
      .service-single-page.gps-tracking .features .border-box-dark p {
        width: 100%;        
    }

}
@media (max-width:768px) {
   .page.gps-tracking .page-banner {
       height:auto;
    background-position: center;
    padding-bottom:40px;
}
   .page.gps-tracking .page-banner .banner-content {
    width: 70%;
}
   .page.gps-tracking .page-banner .banner-content h1 {
    margin-top:0;
}
      .service-single-page.gps-tracking .features .border-box-dark p {
        width: 100%;  
        min-height:44px;      
    }
}
@media (max-width:550px) {
   .page.gps-tracking .page-banner .banner-content {
    width: 80%;
}
    .service-single-page.gps-tracking .features .border-box-dark span {
            font-size: 20px;
    position:absolute;
    left:0; 
}
    .service-single-page.gps-tracking .features h2.heading-font {
        margin-bottom:0;
    }
    .service-single-page.gps-tracking .features .border-box-dark {
        background:#fff;
    }
   .service-single-page.gps-tracking .features .border-box-dark p {
        width: 100%;
        min-height:initial;  
    padding: 8px 0 0 50px; 
        color: #696969;
    }
    .border-box-dark:before, .border-box-light:before {
    }
    .border-box-dark:after, .border-box-light:after {
            border-bottom: 1px dashed rgba(0, 0, 0, 0.11);
    }
}


@media (max-width:400px) {
   .page.gps-tracking .page-banner .banner-content {
    width: 90%;
}

}

/*-----------------------------------------------------------------------------------------------------------
------------------------------------------process automation section------------------------------- 
------------------------------------------------------------------------------------------------------------*/
.page.process-automation .page-banner {
    position: relative;
    background: url(../images/banner-processAutomation.jpg);
    background-size: cover;
    height: 450px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}

    .page.process-automation .page-banner .banner-content {
        position: absolute;
        bottom: 23px;
        left: 0;
        right: 0;
    }

        .page.process-automation .page-banner .banner-content p {
            width: 50%;
            margin: 0 auto 20px auto;
            font-size: 17px;
        }

.page.process-automation .title-heading {
    font-size: 78px;
    line-height: 80px;
    padding-right: 35px;
    padding-top: 65px;
}

.page.process-automation .bread_crumb span {
    font-size: 85px;
    /* position: absolute; */
    /* padding-right: 30px; */
    margin-right: 20px;
    float: left;
    margin-top: 20px;
    font-weight: 300;
}

.page.process-automation .process-post-content.page-content {
    margin-top: 40px;
}

.page.process-automation .process-post-content .box1, .page.process-automation .process-post-content .box2, .page.process-automation .process-post-content .box3 {
    background: linear-gradient(#5c5253, #312728);
    border-radius: 20px;
    border-bottom: 20px solid;
    border-bottom-color: #615758;
    position: relative;
}

.page.process-automation .process-post-content .box2 {
    background: linear-gradient(#7eaa0f, #496008);
    border-bottom-color: #64880a;
}

.page.process-automation .process-post-content .box3 {
    background: linear-gradient(#4f698e, #21416a);
    border-bottom-color: #546d8c;
}

.page.process-automation .process-post-content .boximg .icon-block {
    width: 150px;
    height: 150px;
    border: 14px solid;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    left: 0;
    top: -80px;
    right: 0;
}

.nopad {
    padding: 0;
}

.padT45 {
    padding-top: 45px;
}

.padT60 {
    padding-top: 60px;
}

.page.process-automation .process-post-content .box1 .icon-block {
    /*border-color: #504647;
   border-bottom-color: rgb(100, 136, 10);*/
    background: #fff;
    border-style: solid;
    color: #615758;
    background: linear-gradient(to top #ff214f 50%, #496008 50%);
}

    .page.process-automation .process-post-content .box1 .icon-block img, .page.process-automation .process-post-content .box2 .icon-block img, .page.process-automation .process-post-content .box3 .icon-block img {
        height: 70px;
        margin-top: 26px;
    }

.page.process-automation .process-post-content .box2 .icon-block {
    border-color: #698e0d;
    background: #fff;
    border-bottom-color: rgb(100, 136, 10);
}

.page.process-automation .process-post-content .box3 .icon-block {
    border-color: #3b577e;
    background: #fff;
    border-bottom-color: rgb(84, 109, 140);
}

.page.process-automation .process-post-content .content-block {
    padding-top: 95px;
    padding-bottom: 20px;
}

    .page.process-automation .process-post-content .content-block h3 {
        border-bottom: .5px solid;
        margin: 0 30px;
        padding-bottom: 20px;
        color: #fff;
    }

    .page.process-automation .process-post-content .content-block p {
        padding: 0 30px;
        line-height: 20px;
    }

.page.process-automation .process-post-content .box1 .trangle {
    border-top: solid 39px rgb(97, 87, 88);
    border-left: solid 40px transparent;
    border-right: solid 40px transparent;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: -50px;
    right: 0;
}

.page.process-automation .process-post-content .box2 .trangle {
    border-top: solid 39px rgb(100, 136, 10);
    border-left: solid 40px transparent;
    border-right: solid 40px transparent;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: -50px;
    right: 0;
}


.page.process-automation .process-post-content .box3 .trangle {
    border-top: solid 39px rgb(84, 109, 140);
    border-left: solid 40px transparent;
    border-right: solid 40px transparent;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: -50px;
    right: 0;
}

@media (max-width:1250px) {
    .page.process-automation .page-banner .banner-content p {
        width: 60%;
    }
}

@media (max-width:1160px) {
    /*.page.process-automation .process-post-content .box1, .page.process-automation .process-post-content .box2, .page.process-automation .process-post-content .box3 {
            height: 330px;
    }*/
}

@media (max-width:1100px) {
    .page.process-automation .page-banner .banner-content p {
        width: 70%;
    }
}

@media (max-width:992px) {
    .page.process-automation .process-post-content .box1, .page.process-automation .process-post-content .box2, .page.process-automation .process-post-content .box3 {
        height: auto;
        margin-top: 100px;
    }

    .page.process-automation .process-post-content .box1 {
        margin-top: 40px;
    }
}


@media (max-width:1025px) {
    .page.process-automation .process-post-content .border-box-light.content {
        height: 253px;
    }
}

@media (max-width:1030px) {
    .page.process-automation .process-post-content .border-box-light.content {
        height: 158px;
    }
}


@media (max-width: 992px) {
    .page.process-automation .bread_crumb-title.big .title-heading {
        font-size: 78px;
        margin-top: 20px;
        /* line-height: 60px; */
    }
}

/*-----------------------------------------------------------------------------------------------------------
------------------------------------------online councelling and admission section------------------------------- 
------------------------------------------------------------------------------------------------------------*/

.service-single-page.Online-Counseling .banner-content {
    background: url(../images/banner-online-councelling.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

    .service-single-page.Online-Counseling .banner-content .slider-overlay {
        opacity: 0.41;
        background: #000;
    }


    .service-single-page.Online-Counseling .banner-content .content-block {
        background: #fff;
        padding: 50px 60px;
    }

        .service-single-page.Online-Counseling .banner-content .content-block h2 {
            text-transform: uppercase;
            font-weight: 600;
            line-height: 1.5;
            color: #232323;
            margin: 0;
        }

        .service-single-page.Online-Counseling .banner-content .content-block .separator-line {
            background-color: #1c1c1c;
            height: 5px;
            margin-bottom: 25px;
            margin-top: 20px;
            width: 80%;
        }

        .service-single-page.Online-Counseling .banner-content .content-block p {
            margin-bottom: 0;
        }

        .service-single-page.Online-Counseling .banner-content .content-block .site-button {
            margin-top: 30px;
        }

.service-single-page.Online-Counseling .admission-solution h1 {
    margin-bottom: 70px;
}

.fly-colored-box {
    position: relative;
    border: 1px solid #d8d6d6;
    border-bottom: 0;
}

    .fly-colored-box:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 25px;
        bottom: 0;
        box-shadow: 0 10px 12px -11px #00000087;
        z-index: 1;
    }

    .fly-colored-box span {
        position: absolute;
        width: 80px;
        vertical-align: middle;
        height: 100%;
        top: -18px;
        left: 0;
        font-size: 40px;
        line-height: initial;
        background: linear-gradient(to right,#338b87,#49b9b4);
        box-shadow: 0px 0px 5px #a7a4a4, 0 0 28px 1px rgba(0, 0, 0, 0.26) inset;
        font-family: Bebas;
        z-index: 1;
    }

        .fly-colored-box span:after {
            content: '';
            position: absolute;
            width: 40px;
            height: 99.5%;
            background: #338b87;
            right: -40px;
            top: 9px;
            z-index: 1;
            transform: skewY(25deg);
            -webkit-transform: skewY(25deg);
            -moz-transform: skewY(25deg);
            -ms-transform: skewY(25deg);
            -o-transform: skewY(25deg);
        }

    .fly-colored-box.right span:after {
        right: auto;
        left: -40px;
        transform: skewY(-25deg);
        -webkit-transform: skewY(-25deg);
        -moz-transform: skewY(-25deg);
        -ms-transform: skewY(-25deg);
        -o-transform: skewY(-25deg);
    }

    .fly-colored-box.right span {
        left: auto;
        right: 0;
    }

    .fly-colored-box span.num2 {
        background: linear-gradient(to right,#8f921f,#bec128);
    }

        .fly-colored-box span.num2:after {
            background: #8f921f;
        }

    .fly-colored-box span.num3 {
        background: linear-gradient(to right,#b72f3f,#f02b41);
    }

        .fly-colored-box span.num3:after {
            background: #b72f3f;
        }

    .fly-colored-box span.num4 {
        background: linear-gradient(to right,#bc5204,#f7941e);
    }

        .fly-colored-box span.num4:after {
            background: #bc5204;
        }

    .fly-colored-box span.num5 {
        background: linear-gradient(to right,#3f5566,#839da7);
    }

        .fly-colored-box span.num5:after {
            background: #3f5566;
        }

    .fly-colored-box.right span.num6 {
        background: linear-gradient(to right,#3ebde1,#268bd7);
    }

    .fly-colored-box span.num6:after {
        background: #3ebde1;
    }

    .fly-colored-box.right span.num7 {
        background: linear-gradient(to right,#9f62eb,#7a3ecc);
    }

    .fly-colored-box span.num7:after {
        background: #9f62eb;
    }

    .fly-colored-box.right span.num8 {
        background: linear-gradient(to right,#ee749e,#e55386);
    }

    .fly-colored-box span.num8:after {
        background: #ee749e;
    }

    .fly-colored-box.right span.num9 {
        background: linear-gradient(to right,#34a465,#1f9251);
    }

    .fly-colored-box span.num9:after {
        background: #34a465;
    }

    .fly-colored-box.right span.num10 {
        background: linear-gradient(to right,#5e65e4,#3841ee);
    }

    .fly-colored-box span.num10:after {
        background: #5e65e4;
    }

    .fly-colored-box p {
        margin: 0;
        padding-left: 130px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        background: linear-gradient(to right,#e0e0e0,#fcfcfc);
    }

    .fly-colored-box.right p {
        padding-left: 20px;
        padding-right: 130px;
        background: linear-gradient(to left,#e0e0e0,#fcfcfc);
    }

section.first-content {
    padding-bottom: 60px;
    background: #e6e6e6;
}

.counseling-solution {
    padding-bottom: 70px;
}

.colored-fill-arrow-box {
    position: relative;
    background: linear-gradient(to left,#e7e5e5 50%, #f3f3f3 50%);
    border: 1px solid #cacaca;
    box-shadow: 0 0 10px 0 #00000040;
}

    .colored-fill-arrow-box .arrow {
        position: relative;
        background: url(../images/arrow2-blue.png) no-repeat;
        background-size: 100% 100%;
        margin: -26px 0 0 -15px;
        width: 90%;
        border-radius: 8px;
        border-top-right-radius: 0;
        padding: 20px 0;
        height: 140px;
    }

        .colored-fill-arrow-box .arrow.arrow2 {
            background: url(../images/arrow2-royalblue.png) no-repeat;
            background-size: 100% 100%;
        }

        .colored-fill-arrow-box .arrow.arrow3 {
            background: url(../images/arrow2-yellow.png) no-repeat;
            background-size: 100% 100%;
        }

        .colored-fill-arrow-box .arrow.arrow4 {
            background: url(../images/arrow2-red.png) no-repeat;
            background-size: 100% 100%;
        }

        .colored-fill-arrow-box .arrow.arrow5 {
            background: url(../images/arrow2-green.png) no-repeat;
            background-size: 100% 100%;
        }


        .colored-fill-arrow-box .arrow:before {
            content: '';
        }

        .colored-fill-arrow-box .arrow:after {
            content: '';
        }

    .colored-fill-arrow-box .number {
        font-size: 65px;
        font-family: bebas;
        color: #2187b2;
    }

        .colored-fill-arrow-box .number.number2 {
            color: #176eb2;
        }

        .colored-fill-arrow-box .number.number3 {
            color: #db9f27;
        }

        .colored-fill-arrow-box .number.number4 {
            color: #d21726;
        }

        .colored-fill-arrow-box .number.number5 {
            color: #2a8814;
        }

    .colored-fill-arrow-box p {
        padding: 0 20px;
        margin-top: 0;
        margin-bottom: 30px;
    }

@media (max-width: 1575px) {
    section.first-content h2 {
        font-size: 23px;
    }
}

@media (max-width: 1500px) {
    .service-single-page.Online-Counseling .banner-content .content-block h2 {
        line-height: 1.3;
    }
}

@media (max-width: 1400px) {

    section.first-content h2 {
        font-size: 21px;
    }

    .service-single-page.Online-Counseling .banner-content .content-block {
        padding: 40px 50px;
    }

        .service-single-page.Online-Counseling .banner-content .content-block h2 {
            font-size: 1.5em;
        }

    .colored-fill-arrow-box .arrow {
        height: 120px;
    }

        .colored-fill-arrow-box .arrow img {
            height: 47px;
        }
}

@media (max-width: 1200px) {
    .service-single-page.Online-Counseling .banner-content .content-block {
        padding: 40px 60px;
    }

    .colored-fill-arrow-box .arrow {
        height: 110px;
    }

        .colored-fill-arrow-box .arrow img {
            height: 42px;
        }
}

@media (max-width: 1100px) {
    section.first-content h2 {
        font-size: 19px;
    }
}

@media (max-width: 991px) {

    .service-single-page.Online-Counseling .banner-content .content-block .site-button {
        margin-top: 20px;
    }
}

@media (max-width: 800px) {

    .service-single-page.Online-Counseling .banner-content .content-block {
        padding: 40px 50px;
    }
}

@media (max-width: 767px) {
    .service-single-page.Online-Counseling .banner-content {
        background: none;
        position: relative;
    }

        .service-single-page.Online-Counseling .banner-content .content-block {
            padding: 40px;
        }

        .service-single-page.Online-Counseling .banner-content .image-block {
            height: 300px;
            background: url(../images/career.jpg);
            background-size: cover;
            position: relative;
            background-position: left top;
        }

        .service-single-page.Online-Counseling .banner-content .content-block .site-button {
            margin-top: 15px;
        }
}

@media (max-width: 600px) {

    .service-single-page.Online-Counseling .banner-content .image-block {
        height: 250px;
    }


    .service-single-page.Online-Counseling .banner-content .content-block {
        padding: 40px 15px;
    }
}

@media (max-width: 500px) {
    .service-single-page.Online-Counseling .banner-content .content-block .separator-line {
        width: 50%;
        margin-bottom: 15px;
    }

    .service-single-page.Online-Counseling .banner-content .image-block, .career-page .work-culture .image-block {
        height: 200px;
    }
}

@media (max-width: 400px) {

    .service-single-page.Online-Counseling .banner-content .image-block {
        height: 150px;
    }

    .service-single-page.Online-Counseling .banner-content .content-block {
        padding: 40px 20px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
----------------------------------------Digital Question paper delivery------------------------------ 
------------------------------------------------------------------------------------------------------------*/

.service-single-page.Digital-Question-Paper .page-banner {
    position: relative;
    background: #fbf8f3 url(../images/banner-digitalQuestionPaper.jpg);
    height: 580px;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 0;
    border-bottom: 3px solid #33508a;
}

.Digital-Question-Paper .page-banner .page-banner-img {
    position: absolute;
    bottom: 0;
    height: 300px;
    width: 100%;
}

    .Digital-Question-Paper .page-banner .page-banner-img img {
        width: auto;
        height: 100%;
    }

.service-single-page.Digital-Question-Paper .page-title-block .site-button {
    float: left;
    background-color: #089ee0;
}

.service-single-page.Digital-Question-Paper .banner-content h1 {
    margin-top: 50px;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #ff6ba9;
}

.service-single-page.Digital-Question-Paper .banner-icons {
    width: 100%;
    left: 0;
    background: #33508a;
}

    .service-single-page.Digital-Question-Paper .banner-icons img {
        margin-right: 10px;
    }

    .service-single-page.Digital-Question-Paper .banner-content p, .service-single-page.Digital-Question-Paper .banner-icons p {
        font-size: 18px;
    }

.padT60 {
    padding-top: 60px;
}

.service-single-page.Digital-Question-Paper .about-digital-qus .contact-block h2 {
    font-size: 35px;
    margin-top: 60px;
}

.service-single-page.Digital-Question-Paper .about-digital-qus .image-block {
    text-align: center;
}

.service-single-page.Digital-Question-Paper .border-box-dark {
    padding: 40px 0 !important;
    background: transparent;
}

.service-single-page.Digital-Question-Paper .digital-qus-properties {
    background: url(../images/black-wood-bg.jpg);
    margin-top: 100px;
    position: relative;
    background-attachment: fixed;
}

    .service-single-page.Digital-Question-Paper .digital-qus-properties .slider-overlay {
        opacity: 0.6;
    }

    .service-single-page.Digital-Question-Paper .digital-qus-properties .box {
        padding-top: 50px;
        padding-bottom: 50px;
        border-right: 1px solid #272727;
        height: 417px;
    }


        .service-single-page.Digital-Question-Paper .digital-qus-properties .box:last-child {
            border-right: 0;
        }

        .service-single-page.Digital-Question-Paper .digital-qus-properties .box img {
            margin-bottom: 40px;
        }




.colored-fill-arrow-box3 {
    padding: 0;
    height: 76px;
    margin-bottom: 25px;
    background-color: #ebecef;
    width: 100%;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
    box-shadow: 1px 1px 8px #adadad;
}

    .colored-fill-arrow-box3 .arrow {
        position: relative;
        border: 6px solid;
        width: 76px;
        border-radius: 50%;
        height: 76px;
        background: linear-gradient(to right,#e4e4e4,#fff);
        float: left;
        text-align: center;
        line-height: 76px;
    }

        .colored-fill-arrow-box3 .arrow i {
            color: #626262;
            font-size: 24px;
            font-weight: 600;
        }

    .colored-fill-arrow-box3 .content-block {
        padding-left: 36px;
        margin: 0;
        width: 100%;
        font-size: 17px;
        padding-right: 10px;
    }



    .colored-fill-arrow-box3 .arrow.arrow-bg1 {
        border-color: #f08a01;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg2 {
        border-color: #ff6cb5;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg3 {
        border-color: #bda001;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg4 {
        border-color: #a66526;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg5 {
        border-color: #a43333;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg6 {
        border-color: #575757;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg7 {
        border-color: #319c8c;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg8 {
        border-color: #10afd7;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg9 {
        border-color: #3273c2;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg10 {
        border-color: #449325;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg11 {
        border-color: #9c55c9;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg12 {
        border-color: #a8472a;
    }


    .colored-fill-arrow-box3 .arrow.arrow-bg1 i {
        color: #f08a01;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg2 i {
        color: #ff6cb5;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg3 i {
        color: #bda001;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg4 i {
        color: #a66526;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg5 i {
        color: #a43333;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg6 i {
        color: #575757;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg7 i {
        color: #319c8c;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg8 i {
        color: #10afd7;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg9 i {
        color: #3273c2;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg10 i {
        color: #449325;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg11 i {
        color: #9c55c9;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg12 i {
        color: #a8472a;
    }




    .colored-fill-arrow-box3 .arrow:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 21px solid transparent;
        border-left: 30px solid #626262;
        border-bottom: 21px solid transparent;
        position: absolute;
        left: 64px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .colored-fill-arrow-box3 .arrow:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 19px;
        right: 0px;
        top: 0px;
        box-shadow: 11px 0 15px -7px #00000087;
        border-radius: 50%;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg1:before {
        border-left-color: #f08a01;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg2:before {
        border-left-color: #ff6cb5;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg3:before {
        border-left-color: #bda001;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg4:before {
        border-left-color: #a66526;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg5:before {
        border-left-color: #a43333;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg6:before {
        border-left-color: #575757;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg7:before {
        border-left-color: #319c8c;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg8:before {
        border-left-color: #10afd7;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg9:before {
        border-left-color: #3273c2;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg10:before {
        border-left-color: #449325;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg11:before {
        border-left-color: #9c55c9;
    }

    .colored-fill-arrow-box3 .arrow.arrow-bg12:before {
        border-left-color: #a8472a;
    }

    .colored-fill-arrow-box3 .arrow.heading-text {
        /*border:.5px solid;*/
        box-shadow: 5px 6px 4px #888888;
        height: 67px;
        margin-top: 10px;
        background: linear-gradient(#ececec, #fcfcfc);
    }

    .colored-fill-arrow-box3 .arrow.border-box h4, .colored-fill-arrow-box3 .arrow.border-box p {
        margin-left: 125px;
    }

.text-left {
    text-align: left;
}




.colored-fill-arrow-box3 .arrow.icon-block {
    width: 28px;
    position: absolute;
    margin-left: 5px;
    padding-top: 30px;
}



@media (max-width: 1500px) {
    .service-single-page.Digital-Question-Paper .about-digital-qus .contact-block h2 {
        font-size: 33px;
        line-height: 1.1;
    }
}

@media (max-width: 1400px) {
    .service-single-page.Digital-Question-Paper .page-banner {
        height: 500px;
    }

    .Digital-Question-Paper .page-banner .page-banner-img {
        height: 250px;
    }

    .service-single-page.Digital-Question-Paper .banner-content h1 {
        margin-top: 45px;
    }


    .service-single-page.Digital-Question-Paper .about-digital-qus .image-block {
        text-align: left;
    }
}

@media (max-width: 1200px) {

    .service-single-page.Digital-Question-Paper .banner-content h1 {
        font-size: 40px;
    }
    .service-single-page.Digital-Question-Paper .page-banner {
        height: auto;
        padding-bottom: 250px;
    }

    .Digital-Question-Paper .page-banner .page-banner-img {
        height: 220px;
    }

    .service-single-page.Digital-Question-Paper .digital-qus-properties .box {
        height: 445px;
    }

    .service-single-page.Digital-Question-Paper .banner-content p {
        margin-bottom: 0;
        font-size: 17px;
    }

    .service-single-page.Digital-Question-Paper .about-digital-qus .contact-block h2 {
        font-size: 29px;
        line-height: 1.2;
    }

    .digital-question-features .colored-fill-arrow-box3 {
        height: 85px;
    }

        .digital-question-features .colored-fill-arrow-box3 .arrow {
            margin-top: 4px;
        }

        .digital-question-features .colored-fill-arrow-box3 .content-block h4 {
            line-height: 1;
            margin-bottom: 5px;
        }

        .digital-question-features .colored-fill-arrow-box3 .content-block p {
            font-size: 15px;
            line-height: 1.3;
        }
}

@media (max-width: 1100px) {

    .service-single-page.Digital-Question-Paper .about-digital-qus .contact-block h2 {
        font-size: 25px;
    }

    .service-single-page.Digital-Question-Paper .about-digital-qus .contact-block p {
        line-height: 22px;
    }
}

@media (max-width: 992px) {

    .service-single-page.Digital-Question-Paper .digital-qus-properties .box {
        height: 375px;
        border-bottom: 1px solid #272727;
    }

        .service-single-page.Digital-Question-Paper .digital-qus-properties .box:nth-child(2) {
            border-right: 0;
        }

    .service-single-page.Digital-Question-Paper .page-content {
        padding-top: 60px;
    }

    .service-single-page.Digital-Question-Paper .about-digital-qus .contact-block h2 {
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 28px;
    }

    .service-single-page.Digital-Question-Paper .digital-qus-properties {
        margin-top: 60px;
    }

    .service-single-page.Digital-Question-Paper .banner-icons .row .col-md-4 {
        float: left;
    }
}

@media (max-width: 768px) {
    .service-single-page.Digital-Question-Paper .digital-qus-properties .box {
        height: 398px;
    }

    .digital-question-features .colored-fill-arrow-box3 {
        height: auto;
    }

    .service-single-page.Digital-Question-Paper .banner-icons img {
        margin-right: 6px;
        width: 35px;
    }

    .service-single-page.Digital-Question-Paper .banner-icons p {
        font-size: 14px;
    }
}

@media (max-width: 700px) {
    .service-single-page.Digital-Question-Paper .page-banner {
        /*padding-bottom: 160px;
    background-size: 290px;*/
    }

    .service-single-page.Digital-Question-Paper .banner-content h1 {
        margin-top: 35px;
    }

    .service-single-page.Digital-Question-Paper .page-banner {
        padding-bottom: 200px;
    }

    .Digital-Question-Paper .page-banner .page-banner-img {
        height: 170px;
    }
}

@media (max-width: 600px) {
    .service-single-page.Digital-Question-Paper .digital-qus-properties .box {
        height: 422px;
    }

    .service-single-page.Digital-Question-Paper .banner-icons img {
        margin-right: 4px;
        width: 30px;
    }

   
}

@media (max-width: 550px) {
                            .service-single-page.Digital-Question-Paper .banner-content h1 {
        font-size: 35px;
    }
    .service-single-page.Digital-Question-Paper .digital-qus-properties .box {
        height: auto;
        border-right: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .service-single-page.Digital-Question-Paper .banner-content p {
        font-size: 15px;
    }

    .service-single-page.Digital-Question-Paper .banner-icons .row .col-md-4 {
        float: none;
        padding: 0px 15px;
        border-bottom: 1px dotted #3f5fa0;
    }
}

@media (max-width: 500px) {
    .Digital-Question-Paper .page-banner .page-banner-img {
        height: 140px;
    }

    .service-single-page.Digital-Question-Paper .digital-qus-properties .box {
        border-right: 0;
        height: auto;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .service-single-page.Digital-Question-Paper .about-digital-qus .contact-block h2 {
        font-size: 25px;
    }
}

@media (max-width: 400px) {
    .digital-question-features .colored-fill-arrow-box3 .content-block h4 {
        line-height: 1.3;
    }

    .digital-question-features .colored-fill-arrow-box3 .content-block {
        padding: 10px 10px 10px 36px;
    }

    .service-single-page.Digital-Question-Paper .page-banner {
        padding-bottom: 50px;
    }

    .Digital-Question-Paper .page-banner .page-banner-img {
        display: none;
    }
}

@media (max-width: 330px) {
    .digital-question-features .colored-fill-arrow-box3 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

        .digital-question-features .colored-fill-arrow-box3 .arrow {
            display: none;
        }

        .digital-question-features .colored-fill-arrow-box3 .content-block {
            padding: 10px;
        }
}
/*-----------------------------------------------------------------------------------------------------------
-----------------------------------------On screen marking section------------------------------- 
------------------------------------------------------------------------------------------------------------*/
.onScreen-marking {
}

.page.onScreen-marking .page-banner {
    position: relative;
    background: url(../images/banner-onScreenMarking.jpg);
    background-size: cover;
    height: 450px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    border-top: 1px solid #e3dfdf;
    padding-top: 50px;
}

.page.onScreen-marking .banner-content h1 {
    color: #ca7303;
    font-size: 50px;
    line-height: 1.01;
    margin-bottom: 15px;
}


.page.onScreen-marking .banner-content p {
    width: 650px;
    margin: 10px auto;
    font-size: 18px;
}

.page.onScreen-marking .marking-solution .content-block h3 {
    font-size: 36px;
    line-height: 1.1;
    padding-left: 66px;
}


.page.onScreen-marking .marking-solution .content-block i {
    font-size: 50px;
}

    .page.onScreen-marking .marking-solution .content-block i.fa-quote-right {
        margin-top: -25px;
    }


.page.onScreen-marking .product-usp h1 {
    font-size: 70px;
}


.page.onScreen-marking .product-usp .colored-fill-arrow-box2 {
    padding: 0;
    height: 70px;
    margin-bottom: 25px;
    background-color: #dedede;
    width: 100%;
}


    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow {
        width: 90px;
        height: 90px;
        position: relative;
        float: left;
        margin-left: 0px;
        background-color: #d25542;
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 p {
        padding-left: 40px;
        margin: 0;
        width: 100%;
        font-size: 17px;
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow i {
        color: #fff;
        font-size: 30px;
        margin: 31px 27px;
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow.bg1 {
        background: linear-gradient(to right,#cf5542, #f05841);
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow.bg2 {
        background: linear-gradient(to right,#d95a07, #f9690b);
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow.bg3 {
        background: linear-gradient(to right,#de8b00, #fd9e02);
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow.bg4 {
        background: linear-gradient(to right,#0f40a4, #2461de);
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow.bg5 {
        background: linear-gradient(to right,#0f71a4, #1189c5);
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow.bg6 {
        background: linear-gradient(to right,#1a91c9, #13c0f2);
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow.bg7 {
        background: linear-gradient(to right,#5a9c24, #7fb950);
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow.bg8 {
        background: linear-gradient(to right,#249c64, #29bb74);
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow.bg9 {
        background: linear-gradient(to right,#278f81, #67b2a8);
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-left: 25px solid #d75642;
        border-bottom: 20px solid transparent;
        position: absolute;
        margin-left: 85px;
        top: 0;
        bottom: 0;
        right: -25px;
        margin: auto;
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 19px;
        right: 0px;
        top: 0px;
        box-shadow: 10px 0 14px -7px #00000087;
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow.bg1:before {
        border-left: 25px solid #d15542;
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow.bg2:before {
        border-left: 25px solid #ec6309;
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow.bg3:before {
        border-left: 25px solid #ee9501;
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow.bg4:before {
        border-left: 25px solid #1950bf;
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow.bg5:before {
        border-left: 25px solid #107eb6;
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow.bg6:before {
        border-left: 25px solid #199ad0;
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow.bg7:before {
        border-left: 25px solid #6aa937;
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow.bg8:before {
        border-left: 25px solid #26a76a;
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow.bg9:before {
        border-left: 25px solid #4ba397;
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow p {
        padding-top: 25px;
        text-align: center;
        padding-left: 70px;
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow .img-block {
        padding-top: 20px;
        position: absolute;
        z-index: 1;
        width: 25px;
        margin-left: 20px;
    }

.page.onScreen-marking .product-usp .content-block span {
    font-size: 14px;
    font-weight: 600;
}

.page.onScreen-marking .page-content.key-features {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page.onScreen-marking .key-features p {
    min-height: 56px;
}

@media (max-width: 1500px) {
    .page.onScreen-marking .marking-solution .content-block h3 {
        font-size: 29px;
    }
}

@media (max-width: 1400px) {
    .page.onScreen-marking .page-banner {
        height: 500px;
        padding-top: 30px;
    }
}

@media (max-width: 1380px) {
    .page.onScreen-marking .marking-solution .content-block h3 {
        font-size: 27px;
    }
}

@media (max-width: 1200px) {
    .page.onScreen-marking .banner-content h1 {
        font-size:40px;
    }
    .page.onScreen-marking .page-banner {
        height: auto;
        padding-top: 30px;
        padding-bottom: 130px;
    }

    .page.onScreen-marking .product-usp h1 {
        margin-top: 0;
    }
}

@media (max-width: 992px) {
.page.onScreen-marking .banner-content p {
    font-size: 17px;
}

    .service-single-page .page-content.marking-solution {
        padding-top: 80px;
    }

    .page.onScreen-marking .marking-solution .image-block {
        margin-top: 50px;
    }

    .page.onScreen-marking .key-features p {
        min-height: 50px;
    }

    .service-single-page .page-content.product-usp {
        padding-top: 60px;
    }

    .page.onScreen-marking .product-usp h1 {
        font-size: 60px;
    }
}

@media (max-width: 768px) {
    .page.onScreen-marking .banner-content p {
        width: 100%;
    }
    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 p {
        font-size: 14px;
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow {
        width: 80px;
        height: 80px;
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 p {
        padding-left: 29px;
    }

    .page.onScreen-marking .product-usp .colored-fill-arrow-box2 .arrow i {
        margin: 25px 24px;
    }

    .page.onScreen-marking .key-features p {
        min-height: initial;
    }
}

@media (max-width: 700px) {

    .page.onScreen-marking .banner-content h1 {
        font-size: 55px;
    }
}

@media (max-width: 550px) {
    .page.onScreen-marking .banner-content h1 {
    font-size: 35px;
}
    .page.onScreen-marking .page-banner {
        padding-bottom: 100px;
    }

    .page.onScreen-marking .product-usp .col-xxs-12 {
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    .page.onScreen-marking .key-features .box-style3 .num {
        font-size: 30px;
    }

    .page.onScreen-marking .key-features .box-style3 span {
        font-size: 16px;
    }

    .page.onScreen-marking .marking-solution .content-block h3 {
        font-size: 22px;
        line-height: 1.2;
    }

    .page.onScreen-marking .product-usp h1 {
        font-size: 50px;
    }
}

@media (max-width: 500px) {
    .page.onScreen-marking .banner-content h1 {
        font-size: 45px;
    }

    .page.onScreen-marking .banner-content p {
        font-size: 15px;
    }
}

/*-----------------------------------------------------------------------------------------------------------
-----------------------------------------Digital Fee Collection------------------------------- 
------------------------------------------------------------------------------------------------------------*/
.service-single-page.digital-fee-collection .page-banner {
    padding: 0;
    text-align: center;
    background: url(../images/banner-digitalFeeCollection.jpg) center top repeat-x;
    position: relative;
    background-attachment: fixed;
}

    .service-single-page.digital-fee-collection .page-banner .header-img {
        margin-bottom: -150px;
    }

.service-single-page.digital-fee-collection .banner-content {
    background-color: #ffe401;
    padding: 30px;
}

    .service-single-page.digital-fee-collection .banner-content h1 {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccb600;
    }

.service-single-page.digital-fee-collection .about-quikfee {
    margin-top: 0px;
    padding-bottom: 100px;
}

    .service-single-page.digital-fee-collection .about-quikfee h2 {
        font-size: 70px;
        letter-spacing: 3px;
        font-weight: 900;
        padding-bottom: 0;
        margin-top: 40px;
    }

    .service-single-page.digital-fee-collection .about-quikfee .box-content h4 {
        border-bottom: .5px solid;
        border-bottom-color: #d6d5d5;
        padding-bottom: 30px;
        font-size: 26px;
        font-weight: 300;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .service-single-page.digital-fee-collection .about-quikfee .box-content p {
        margin: 0;
        padding: 0;
    }




.page.service-single-page.digital-fee-collection .quikfee-benifit {
    position: relative;
    background: url(../images/black-checked.jpg);
    background-size: cover;
    background-position: left;
    padding: 80px 0 80px 120px;
    background-attachment: fixed;
}

    .page.service-single-page.digital-fee-collection .quikfee-benifit .benifit-points {
        padding-right: 130px;
    }

    .page.service-single-page.digital-fee-collection .quikfee-benifit .num-list-box {
        margin-bottom: 25px;
        padding-right: 50px;
    }

        .page.service-single-page.digital-fee-collection .quikfee-benifit .num-list-box .circle {
            border: 4px solid;
            height: 50px;
            width: 50px;
            border-radius: 50%;
            position: absolute;
            left: 0;
            right: 0;
            border-color: #ff214f;
            color: #0b0b0f;
            background-color: #fff;
            font-size: 20px;
            padding: 5px 0 0 14px;
            font-weight: 600;
        }


        .page.service-single-page.digital-fee-collection .quikfee-benifit .num-list-box .num {
            padding-top: 10px;
            /*color:#ededed;*/
            padding-left: 45px;
            color: #bcb8b8;
            line-height: 22px;
        }

            .page.service-single-page.digital-fee-collection .quikfee-benifit .num-list-box .num span {
                color: #ededed;
            }

    .page.service-single-page.digital-fee-collection .quikfee-benifit .benifit-points .site-button {
        margin-top: 20px;
    }

    .page.service-single-page.digital-fee-collection .quikfee-benifit .box-outer {
        margin-left: -204px;
        width: 345px;
        background-color: white;
        padding: 20px;
    }


    .page.service-single-page.digital-fee-collection .quikfee-benifit .box-inner {
        border: 10px solid #029fe1;
        padding: 20px;
        text-align: center;
        width: 100%;
    }

        .page.service-single-page.digital-fee-collection .quikfee-benifit .box-inner img {
            width: 50px;
            padding-top: 30px;
        }

        .page.service-single-page.digital-fee-collection .quikfee-benifit .box-inner h1 {
            border-bottom: .5px solid #acb6bb;
            border-bottom-width: 1px;
            padding-bottom: 20px;
            font-size: 35px;
            font-weight: 500;
            color: #2b2c2d;
        }

.page.service-single-page.digital-fee-collection .quikfee-features.page-content {
    padding: 70px 0;
}

.page.service-single-page.digital-fee-collection .quikfee-features h1 {
    color: #2b2c2d;
    font-size: 55px;
    font-family: unset;
}

.page.service-single-page.digital-fee-collection .quikfee-features .image-block {
    margin-top: -100px;
}


@media (min-width: 1200px) {
    .service-single-page.digital-fee-collection .banner-content.col-lg-3 {
        width: 30%;
    }
}

@media (min-width: 1400px) {
    .service-single-page.digital-fee-collection .banner-content.col-lg-3 {
        width: 27%;
    }
}

@media (max-width: 1400px) {
    .service-single-page.digital-fee-collection .about-quikfee .box-content h4 {
        font-size: 23px;
        line-height: 28px;
    }

    .service-single-page.digital-fee-collection .about-quikfee h2 {
        font-size: 60px;
    }

    .page.service-single-page.digital-fee-collection .quikfee-benifit .benifit-points .site-button {
        margin-top: 30px;
    }

    .page.service-single-page.digital-fee-collection .quikfee-benifit .num-list-box {
        margin-bottom: 10px;
        padding-right: 0;
    }
}

@media (max-width: 1250px) {
    .page.service-single-page.digital-fee-collection .quikfee-benifit {
        padding-left: 50px;
    }

        .page.service-single-page.digital-fee-collection .quikfee-benifit .box-outer {
            margin-left: -150px;
        }

        .page.service-single-page.digital-fee-collection .quikfee-benifit .benifit-points {
            padding-right: 60px;
        }
}

@media (max-width: 1100px) {
    .page.service-single-page.digital-fee-collection .quikfee-features .image-block {
        margin-top: -20px;
    }

    .service-single-page.digital-fee-collection .about-quikfee h2 {
        margin-top: 60px;
    }
}

@media (max-width: 992px) {
    .page.service-single-page.digital-fee-collection .quikfee-benifit .benifit-points {
        padding-right: 0;
    }

    .page.service-single-page.digital-fee-collection .quikfee-benifit {
        background: url(../images/banner-digitalFeeCollection.jpg);
        background-size: cover;
    }

    .page.service-single-page.digital-fee-collection .quikfee-features .image-block {
        margin-top: 0;
    }

    .service-single-page.digital-fee-collection .about-quikfee {
        padding-bottom: 50px;
    }

        .service-single-page.digital-fee-collection .about-quikfee .box-content {
            margin-bottom: 40px;
        }

    .page.service-single-page.digital-fee-collection .quikfee-features h1 {
        margin-top: 0;
    }
}

@media (max-width: 900px) {
    .page.service-single-page.digital-fee-collection .quikfee-benifit {
        padding: 50px 15px;
    }
}

@media (max-width: 768px) {
    .service-single-page.digital-fee-collection .banner-content {
        background-color: transparent;
    }

        .service-single-page.digital-fee-collection .banner-content h1 {
            border-bottom: 1px solid #3c3c3d;
            color: #e7cf06;
        }

        .service-single-page.digital-fee-collection .banner-content p.text-extra-dark-gray {
            color: #c7c7c7;
        }

        .service-single-page.digital-fee-collection .banner-content .site-button {
            background: #fff;
            color: #232323;
        }

            .service-single-page.digital-fee-collection .banner-content .site-button:hover {
                background-color: inherit;
                color: #ffffff;
                border: 2px solid #ffffff;
            }

    .service-single-page.digital-fee-collection .about-quikfee h2 {
        margin-top: 80px;
        font-size: 51px;
    }

    .page.service-single-page.digital-fee-collection .quikfee-features h1 {
        font-size: 45px;
    }
}

@media (max-width: 500px) {
    .service-single-page.digital-fee-collection .about-quikfee h2 {
        margin-top: 75px;
        font-size: 48px;
        letter-spacing: 0;
        margin-bottom: 0;
    }
}
/*-----------------------------------------------------------------------------------------------------------
----------------------------------------Secure Printing of Exam Material------------------------------- 
------------------------------------------------------------------------------------------------------------*/

.page.service-single-page.SecurePrinting-ofExamMaterial .page-banner {
    position: relative;
    background: url(../images/banner-SecurePrinting.jpg);
    background-size: cover;
    height: 450px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}

    .page.service-single-page.SecurePrinting-ofExamMaterial .page-banner img {
        margin-top: 50px;
    }




.padL50 {
    padding-left: 50px;
}

.page.service-single-page.SecurePrinting-ofExamMaterial .banner-content {
    padding-left: 50px;
}

    .page.service-single-page.SecurePrinting-ofExamMaterial .banner-content h1 {
        line-height: 1.2;
        margin-bottom: 20px;
        margin-top: 0px;
        padding-top: 120px;
        /* padding-left: 40px; */
        font-size: 55px;
        color: #ededed;
        font-weight: 800;
    }


        .page.service-single-page.SecurePrinting-ofExamMaterial .banner-content h1 span {
            display: block;
        }

    .page.service-single-page.SecurePrinting-ofExamMaterial .banner-content .btn .site-button {
        background-color: #fff;
        color: #232323;
    }

.page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam {
    position: relative;
}

.page.service-single-page.SecurePrinting-ofExamMaterial .page-content.IBA-Certified-Secure {
    padding-top: 70px;
}

.page.service-single-page.SecurePrinting-ofExamMaterial .IBA-Certified-Secure h2 {
    font-size: 50px;
    line-height: 1.2;
}

    .page.service-single-page.SecurePrinting-ofExamMaterial .IBA-Certified-Secure h2.heading2:after {
        height: 5px;
    }

.page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .border-color-box {
    clear: both;
    display: table;
}

.page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .box2 {
    border: 5px solid;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    float: left;
}

.page.service-single-page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .content-block .heading-font .circle {
    border: 5px solid;
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50%;
    background: linear-gradient(#f2f0f0, #ffffff);
}

.page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .border-color-box p {
    padding: 0px 0 0 18px;
    display: table-cell;
    vertical-align: middle;
}

.page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .border-line::before {
    border: 1px solid;
    content: "";
    width: 1px;
    margin-top: 27px;
    padding-bottom: -38px;
    height: 430px;
    margin-left: 23px;
    color: #ececf0;
    position: absolute;
}




.page.service-single-page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam {
    /*background-color:#ebecef;*/
    position: relative;
    background: radial-gradient(#ffffff, #e8e8eb, #f3f3f5);
    box-shadow: 10px 28px 20px 20px;
    border-top: 1px solid #dfdfe5;
}


    .page.service-single-page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .box2.border-color1 {
        border-color: #da6a00;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .box2.border-color2 {
        border-color: #c61a26;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .box2.border-color3 {
        border-color: #1698bc;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .box2.border-color4 {
        border-color: #187176;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .box2.border-color5 {
        border-color: #638e07;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .box2.border-color6 {
        border-color: #497dcd;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .box2.border-color7 {
        border-color: #4623bf;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .numcolor1 {
        color: #da6a00;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .numcolor2 {
        color: #c61a26;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .numcolor3 {
        color: #1698bc;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .numcolor4 {
        color: #187176;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .numcolor5 {
        color: #638e07;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .numcolor6 {
        color: #497dcd;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .numcolor7 {
        color: #4623bf;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .num {
        padding-top: 12px;
        color: #ffa100;
    }

.padT70 {
    padding-top: 70px;
}

.page.service-single-page.SecurePrinting-ofExamMaterial .SecurePrinting-ofExam .secure-images {
    /*padding-top: 70px;*/
}

@media (max-width:1300px) {
    .page.service-single-page.SecurePrinting-ofExamMaterial .banner-content h1 span {
        display: initial;
    }
}

@media (max-width:1200px) {
    .page.service-single-page.SecurePrinting-ofExamMaterial .page-banner {
        height: auto;
        padding: 90px 0;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .banner-content h1 {
        padding-top: 0;
    }
}

@media (max-width:1085px) {
    .page.service-single-page.SecurePrinting-ofExamMaterial .page-banner {
        padding: 70px 0;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .IBA-Certified-Secure h2 {
        font-size: 45px;
    }
}

@media (max-width:992px) {
    .page.service-single-page.SecurePrinting-ofExamMaterial .banner-content {
        padding-left: 80px;
    }

        .page.service-single-page.SecurePrinting-ofExamMaterial .banner-content h1 {
            font-size: 50px;
        }
}

@media (max-width:768px) {
    .page.service-single-page.SecurePrinting-ofExamMaterial .page-banner {
        background-position: right;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .banner-content {
        padding-left: 170px;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .page-content.IBA-Certified-Secure {
        padding-top: 45px;
    }
}

@media (max-width:740px) {
    .page.service-single-page.SecurePrinting-ofExamMaterial .banner-content {
        padding-left: 150px;
    }
}

@media (max-width:700px) {
    .page.service-single-page.SecurePrinting-ofExamMaterial .banner-content {
        padding-left: 110px;
    }
}

@media (max-width:650px) {
    .page.service-single-page.SecurePrinting-ofExamMaterial .banner-content {
        padding-left: 80px;
    }
}

@media (max-width:625px) {
    .page.service-single-page.SecurePrinting-ofExamMaterial .banner-content {
        padding-left: 40px;
    }
}

@media (max-width:500px) {
    .page.service-single-page.SecurePrinting-ofExamMaterial .page-banner {
        padding: 50px 0;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .IBA-Certified-Secure h2 {
        font-size: 40px;
    }
}

@media (max-width:400px) {
    .page.service-single-page.SecurePrinting-ofExamMaterial .banner-content {
        padding-left: 20px;
    }

    .page.service-single-page.SecurePrinting-ofExamMaterial .IBA-Certified-Secure .right-section img {
        height: 35px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
------------------------------------------Exam Management------------------------------- 
------------------------------------------------------------------------------------------------------------*/

.page.service-single-page.exam-management .page-banner {
    position: relative;
    background: url(../images/banner-ExamManagement.jpg);
    background-size: cover;
    height: 500px;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
}

.page.service-single-page.exam-management .banner-content {
    margin-top: 95px;
}

    .page.service-single-page.exam-management .banner-content h1 {
        font-size: 77px;
        position: relative;
        line-height: 1;
    }

        .page.service-single-page.exam-management .banner-content h1::before {
            content: "";
            width: 60px;
            height: 7px;
            background: #ff214f;
            position: absolute;
            left: -68px;
            top: 19px;
        }

.page.service-single-page.exam-management .exam-manage-about {
    background-color: #f6f6f6;
    /*height: 770px;*/
    position: relative;
}


    .page.service-single-page.exam-management .exam-manage-about .heading-content {
        margin-top: 70px;
        font-size: 23px;
    }

    .page.service-single-page.exam-management .exam-manage-about .borde-bottom {
        border-bottom: 1px solid #e1e1e1;
    }

    .page.service-single-page.exam-management .exam-manage-about .box {
        height: 230px;
    }

    .page.service-single-page.exam-management .exam-manage-about .border-right {
        border-right: 1px solid #e1e1e1;
    }


    .page.service-single-page.exam-management .exam-manage-about .box h1 {
        color: #0da2ce;
        font-size: 115px;
        font-weight: 100;
        text-align: center;
        margin: 0;
        padding-left: 30px;
        padding-right: 30px;
        font-family: Bebas;
    }

    .page.service-single-page.exam-management .exam-manage-about .box p {
        padding-left: 30px;
        padding-right: 30px;
    }


    .page.service-single-page.exam-management .exam-manage-about .icon-block {
        padding: 40px 0 20px 0;
    }

    .page.service-single-page.exam-management .exam-manage-about .box-large {
        height: 375px;
    }




        .page.service-single-page.exam-management .exam-manage-about .box-large:hover, .page.service-single-page.exam-management .exam-manage-about .box-large:hover {
            background-color: white;
        }


    .page.service-single-page.exam-management .exam-manage-about .heading-content {
        font-size: 15px;
        padding-top: 65px;
    }

.page.service-single-page.exam-management .exam-manage-deliverable {
    position: relative;
    background: url(../images/exam-manage-img.jpg);
    background-size: 100%;
    height: auto;
    background-position: left;
    background-repeat: no-repeat;
    padding: 150px 0 100px 0;
}

    .page.service-single-page.exam-management .exam-manage-deliverable .arrow-list {
        margin-left: 40px;
    }

.page.service-single-page.exam-management .exam-manage-about .box1.box-right {
    border-right-color: #f6f6f6;
}

.page.service-single-page.exam-management .exam-manage-examination .heading-content {
    margin-top: 40px;
}

    .page.service-single-page.exam-management .exam-manage-examination .heading-content h1 {
        font-size: 70px;
        line-height: 1;
        padding-bottom: 20px;
    }

.page.service-single-page.exam-management .exam-manage-examination .row {
}

.page.service-single-page.exam-management .exam-manage-examination .box {
    border: 2px solid #000000;
    height: 127px;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(#f6f5f8, #f6eeec);
    box-shadow: 0px 3px 5px 0px;
    height: 150px;
    margin-bottom: 10px;
}

    .page.service-single-page.exam-management .exam-manage-examination .box i {
        font-size: 40px;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box p {
        line-height: 21px;
        margin: 0;
    }



    .page.service-single-page.exam-management .exam-manage-examination .box .icon-inner {
        padding: 30px 0 5px 0;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border1 {
        border-color: #0da2ce;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border2 {
        border-color: #7f0dce;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border3 {
        border-color: #de66b0;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border4 {
        border-color: #ce0d0d;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border5 {
        border-color: #e25704;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border6 {
        border-color: #299f0e;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border7 {
        border-color: #0fa790;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border8 {
        border-color: #0d21e2;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border9 {
        border-color: #34a9e5;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border10 {
        border-color: #a6b905;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border11 {
        border-color: #db8b00;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border12 {
        border-color: #ec3687;
    }




    .page.service-single-page.exam-management .exam-manage-examination .box.border1 i {
        color: #0da2ce;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border2 i {
        color: #7f0dce;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border3 i {
        color: #de66b0;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border4 i {
        color: #ce0d0d;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border5 i {
        color: #e25704;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border6 i {
        color: #288a11;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border7 i {
        color: #0fa790;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border8 i {
        color: #0d21e2;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border9 i {
        color: #34a9e5;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border10 i {
        color: #a1b115;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border11 i {
        color: #db8b00;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box.border12 i {
        color: #ec3687;
    }





.page.service-single-page.exam-management .exam-manage-examination p {
    padding: 10px;
}

.marT95 {
    margin-top: 95px;
}

@media (min-width: 550px) {
    .page.service-single-page.exam-management .exam-manage-examination .col-md-20 {
        position: relative;
        min-height: 1px;
        padding-right: 7px;
        padding-left: 0px;
    }
}

@media (min-width: 992px) {
    .page.service-single-page.exam-management .exam-manage-examination .clear-left {
        clear: left;
    }
}

@media (max-width:1400px) {
    .page.service-single-page.exam-management .page-banner {
        height: 450px;
    }

    .page.service-single-page.exam-management .exam-manage-deliverable {
        padding: 100px 0 70px 0;
    }
}

@media (max-width:1265px) {
    .page.service-single-page.exam-management .exam-manage-about .box-large {
        height: 430px;
    }

    .page.service-single-page.exam-management .exam-manage-examination .heading-content h1 {
        font-size: 55px;
    }
}

@media (max-width:1250px) {
    .exam-manage-deliverable .arrow-list.type4 li {
        padding: 0 0 6px 22px;
    }
}

@media (max-width:1200px) {
    .page.service-single-page.exam-management .page-banner {
        height: auto;
        padding-bottom: 70px;
    }

    .page.service-single-page.exam-management .exam-manage-about .box {
        height: 260px;
    }
}

@media (max-width:1100px) {
    .page.service-single-page.exam-management .exam-manage-deliverable {
        padding: 80px 0 70px 0;
    }
}


@media (max-width:1050px) {
    .page.service-single-page.exam-management .exam-manage-examination .box {
        height: 170px;
    }
}

@media (max-width:992px) {
    .page.service-single-page.exam-management .banner-content {
        margin-left: 10%;
    }

        .page.service-single-page.exam-management .banner-content h1 {
            font-size: 65px;
        }

    .page.service-single-page.exam-management .exam-manage-about .icon-block {
        padding: 20px 0;
    }

    .page.service-single-page.exam-management .exam-manage-about .box-large {
        height: auto;
        border-right: 0;
    }

    .page.service-single-page.exam-management .exam-manage-about .box {
        height: 300px;
    }

    .page.service-single-page.exam-management .exam-manage-about .about-border, .page.service-single-page.exam-management .exam-manage-about .border {
        height: auto;
        padding: 30px 20px;
    }

    .page.service-single-page.exam-management .exam-manage-deliverable {
        background: #fff;
    }

        .page.service-single-page.exam-management .exam-manage-deliverable .arrow-list {
            margin-left: 0;
        }

    .page.service-single-page.exam-management .exam-manage-deliverable {
        padding: 50px 15px;
    }

    .page.service-single-page.exam-management .exam-manage-examination {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:768px) {

    .page.service-single-page.exam-management .exam-manage-about .box {
        height: auto;
        width: 100%;
    }

    .page.service-single-page.exam-management .exam-manage-about .box-large {
        border: 0;
        width: 50%;
        float: left;
    }

        .page.service-single-page.exam-management .exam-manage-about .box-large:first-child, .page.service-single-page.exam-management .exam-manage-about .box-large:nth-child(2) {
            height: 330px;
        }

        .page.service-single-page.exam-management .exam-manage-about .box-large:nth-child(3), .page.service-single-page.exam-management .exam-manage-about .box-large:last-child {
            height: 378px;
        }

    .page.service-single-page.exam-management .exam-manage-about .box h1 {
        font-size: 60px;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        line-height: 2;
    }

    .page.service-single-page.exam-management .exam-manage-about .box p {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }
}

@media (max-width:600px) {
    .page.service-single-page.exam-management .exam-manage-examination .heading-content {
        margin-top: 0;
    }

        .page.service-single-page.exam-management h1.big-heading, .page.service-single-page.exam-management .exam-manage-examination .heading-content h1 {
            font-size: 50px;
        }

    .page.service-single-page.exam-management .exam-manage-about .box h1 {
        font-size: 50px;
    }
}

@media (max-width:550px) {
    .page.service-single-page.exam-management .exam-manage-about .box-large {
        width: 100%;
        float: none;
    }

        .page.service-single-page.exam-management .exam-manage-about .box-large:first-child, .page.service-single-page.exam-management .exam-manage-about .box-large:nth-child(2), .page.service-single-page.exam-management .exam-manage-about .box-large:nth-child(3), .page.service-single-page.exam-management .exam-manage-about .box-large:last-child {
            height: auto;
            border: 1px solid #cecece;
            margin: 5px 0;
        }

    .page.service-single-page.exam-management .page-banner {
        height: auto;
        padding-bottom: 40px;
    }

    .page.service-single-page.exam-management .banner-content {
        margin-top: 65px;
    }

        .page.service-single-page.exam-management .banner-content h1 {
            font-size: 50px;
            margin-bottom: 20px;
        }

    .page.service-single-page.exam-management .exam-manage-examination .box {
        height: auto;
        padding-bottom: 10px;
    }

        .page.service-single-page.exam-management .exam-manage-examination .box .icon-inner {
            padding: 25px 0 5px 0;
        }

    .page.service-single-page.exam-management .exam-manage-about .box h1 {
        font-size: 40px;
    }

    .page.service-single-page.exam-management h1.big-heading, .page.service-single-page.exam-management .exam-manage-examination .heading-content h1 {
        font-size: 40px;
    }

    .page.service-single-page.exam-management .exam-manage-examination .box {
        height: auto;
        background: none;
        border: 0;
        box-shadow: none;
    }

    .page.service-single-page.exam-management .exam-manage-examination {
        padding-left: 0;
        padding-right: 0;
    }

        .page.service-single-page.exam-management .exam-manage-examination .box .icon-inner {
            padding: 6px 0;
            float: left;
        }

        .page.service-single-page.exam-management .exam-manage-examination .box i {
            font-size: 30px;
        }

        .page.service-single-page.exam-management .exam-manage-examination .box p {
            text-align: left;
            padding-left: 50px;
        }
}

@media (max-width: 386px) {
    .page.service-single-page.exam-management h1.big-heading, .page.service-single-page.exam-management .exam-manage-examination .heading-content h1 {
        font-size: 30px;
    }

    .page.service-single-page.exam-management .banner-content h1 {
        font-size: 40px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
-----------------------------------------OMR Printing and Scanning------------------------------- 
------------------------------------------------------------------------------------------------------------*/

.page.service-single-page.omr-Printing-and-Scanning .page-banner {
    position: relative;
    background: url(../images/banner-OMR-Printing.jpg);
    background-size: cover;
    height: 550px;
    overflow: hidden;
    background-position: center;
    padding-top: 100px;
}

.page.service-single-page.omr-Printing-and-Scanning .banner-content {
    width: 338px;
}

    .page.service-single-page.omr-Printing-and-Scanning .banner-content h1 {
        margin-bottom: 0px;
        margin-top: 15px;
        font-weight: 900;
        line-height: 62px;
        margin-top: 0;
        font-size: 65px;
        color: #282828;
    }


.page.service-single-page.omr-Printing-and-Scanning .banner-img-block {
    text-align: center;
    margin-top: -80px;
    right: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.page.service-single-page.omr-Printing-and-Scanning .our-features.page-content {
    padding-top: 120px;
    padding-bottom: 80px;
}

.page.service-single-page.omr-Printing-and-Scanning .our-features h1 {
    font-size: 75px;
    font-weight: 400;
    margin: 0;
    color: #282828;
    margin-top: 0;
}

.page.service-single-page.omr-Printing-and-Scanning .our-features p {
    margin-bottom: 0;
    font-size: 16px;
}

.page.service-single-page.omr-Printing-and-Scanning .our-features .slider-overlay {
    opacity: 0.5;
}

.page.service-single-page.omr-Printing-and-Scanning .our-features .image-block .bg-img1, .page.service-single-page.omr-Printing-and-Scanning .our-features .image-block .bg-img2, .page.service-single-page.omr-Printing-and-Scanning .our-features .image-block .bg-img3 {
    position: relative;
    background: url(../images/our-features-img1.jpg);
    background-size: cover;
    height: 280px;
    overflow: hidden;
    background-position: center;
    margin-top: 40px;
}

.page.service-single-page.omr-Printing-and-Scanning .our-features .image-block .bg-img2 {
    background: url(../images/our-features-img2.jpg);
    background-size: cover;
}

.page.service-single-page.omr-Printing-and-Scanning .our-features .image-block .bg-img3 {
    position: relative;
    background: url(../images/our-features-img3.jpg);
    background-size: cover;
}


.page.service-single-page.omr-Printing-and-Scanning .our-features .image-block .text-content {
    position: absolute;
    bottom: 0;
    width: 166px;
    right: 0;
    background-color: #fff;
}

.page.service-single-page.omr-Printing-and-Scanning .our-features .image-block .bg-img2 .text-content {
    left: 0;
    margin: auto;
}

.page.service-single-page.omr-Printing-and-Scanning .our-features .image-block .bg-img3 .text-content {
    left: 0;
    right: auto;
}

.page.service-single-page.omr-Printing-and-Scanning .our-features .image-block .text-content p {
    padding: 30px 10px 30px 21px;
    line-height: 20px;
    font-size: 16px;
}




    .page.service-single-page.omr-Printing-and-Scanning .our-features .image-block .text-content p::before {
        content: "";
        width: 35px;
        height: 3px;
        background: #1ab8db;
        position: absolute;
        top: 25px;
    }

@media (max-width:1400px) {
    .page.service-single-page.omr-Printing-and-Scanning .page-banner {
        height: 460px;
        padding-top: 50px;
    }

    .page.service-single-page.omr-Printing-and-Scanning .banner-img-block {
        margin-top: -70px;
    }
}

@media (max-width:1200px) {
    .page.service-single-page.omr-Printing-and-Scanning .page-banner {
        height: auto;
        padding-bottom: 90px;
        padding-top: 40px;
    }

    .page.service-single-page.omr-Printing-and-Scanning .banner-content h1 {
        line-height: 1.02;
        font-size: 60px;
    }
}

@media (max-width:1100px) {
    .page.service-single-page.omr-Printing-and-Scanning .banner-content h1 {
        font-size: 50px;
    }
}

@media (max-width:992px) {
    .page.service-single-page.omr-Printing-and-Scanning .banner-content {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:768px) {
    .page.service-single-page.omr-Printing-and-Scanning .banner-img-block {
        padding: 0 20px;
    }

    .page.service-single-page.omr-Printing-and-Scanning .our-features h1 {
        font-size: 70px;
    }

    .page.service-single-page.omr-Printing-and-Scanning .our-features .image-block .text-content {
        width: 70%;
        padding: 30px;
    }

        .page.service-single-page.omr-Printing-and-Scanning .our-features .image-block .text-content p {
            padding: 15px 10px 30px 21px;
            line-height: 1.5;
            font-size: 22px;
        }
}

@media (max-width:500px) {
    .page.service-single-page.omr-Printing-and-Scanning .banner-content h1 {
        padding: 0 11%;
    }

    .page.service-single-page.omr-Printing-and-Scanning .our-features h1 {
        font-size: 55px;
    }

    .page.service-single-page.omr-Printing-and-Scanning .our-features .image-block .text-content {
        padding: 10px;
    }

        .page.service-single-page.omr-Printing-and-Scanning .our-features .image-block .text-content p {
            padding: 15px 10px 30px 21px;
            line-height: 1.6;
            font-size: 18px;
        }
}

@media (max-width:400px) {
    .page.service-single-page.omr-Printing-and-Scanning .banner-content h1 {
        padding: 0 8%;
        font-size: 40px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
------------------------------------------NCERT Books and Textbooks------------------------------- 
------------------------------------------------------------------------------------------------------------*/


.page.service-single-page.ncert-books-and-text-books .page-banner {
    position: relative;
    background: url(../images/banner-ncert-books.jpg);
    background-size: cover;
    height: 550px;
    overflow: hidden;
    background-position: center;
}

.page.service-single-page.ncert-books-and-text-books .banner-content h1 {
    line-height: 70px;
    margin-bottom: 50px;
    margin-top: 80px;
    font-size: 60px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.56);
}

.page.service-single-page.ncert-books-and-text-books .banner-content .dot-line1, .page.service-single-page.ncert-books-and-text-books .banner-content .dot-line2 {
    position: absolute;
    top: 32px;
    width: 100px;
    height: 2px;
    left: -130px;
    background: #feb822;
}

.page.service-single-page.ncert-books-and-text-books .banner-content .dot-line2 {
    left: auto;
    right: -130px;
}

.page.service-single-page.ncert-books-and-text-books .banner-content .dot-line2 {
}

    .page.service-single-page.ncert-books-and-text-books .banner-content .dot-line1:before, .page.service-single-page.ncert-books-and-text-books .banner-content .dot-line2:before {
        content: '';
        position: absolute;
        left: -2px;
        top: -5px;
        width: 12px;
        height: 12px;
        background: #feb822;
        border-radius: 50%;
    }

    .page.service-single-page.ncert-books-and-text-books .banner-content .dot-line2:before {
        left: auto;
        right: -2px;
    }

.page.service-single-page.ncert-books-and-text-books .banner-content h1 span {
    display: block;
}

.page.service-single-page.ncert-books-and-text-books .about-ncert h2 {
    font-size: 47px;
    font-weight: 600;
}

.page.service-single-page.ncert-books-and-text-books .icon-box-wrap .icon-box .content-block h3 {
    margin: 0;
}

.page.service-single-page.ncert-books-and-text-books .icon-box-wrap .icon-box .icon-img {
    font-size: 35px;
    color: #999b99;
    width: 60px;
}

    .page.service-single-page.ncert-books-and-text-books .icon-box-wrap .icon-box .icon-img:after {
        width: 1px;
    }

.page.service-single-page.ncert-books-and-text-books .how-we-better .image-block {
    background: url(../images/white-bg4.jpg);
    background-repeat: repeat;
}

    .page.service-single-page.ncert-books-and-text-books .how-we-better .image-block h1 {
        margin-top: 0;
    }

    .page.service-single-page.ncert-books-and-text-books .how-we-better .image-block h3 {
        margin-bottom: 0;
        margin-top: 30px;
    }

.page.service-single-page.ncert-books-and-text-books .how-we-better .border-box-dark {
    background: #1c1c1c;
}

    .page.service-single-page.ncert-books-and-text-books .how-we-better .border-box-dark:before {
        border-left: 1px solid #2d2d2d;
    }

    .page.service-single-page.ncert-books-and-text-books .how-we-better .border-box-dark:after {
        border-bottom: 1px solid #2d2d2d;
    }

    .page.service-single-page.ncert-books-and-text-books .how-we-better .border-box-dark .icon {
        height: 75px;
        line-height: 75px;
        overflow: hidden;
    }

    .page.service-single-page.ncert-books-and-text-books .how-we-better .border-box-dark img {
        width: 50px;
    }

    .page.service-single-page.ncert-books-and-text-books .how-we-better .border-box-dark span {
        padding: 0 20px;
        min-height: 60px;
    }

    .page.service-single-page.ncert-books-and-text-books .how-we-better .border-box-dark.last-row span {
        min-height: 90px;
    }

.page.service-single-page.ncert-books-and-text-books .What-do-we-offer.page-content {
    padding-top: 50px;
}

.page.service-single-page.ncert-books-and-text-books .What-do-we-offer .content-block {
    margin-bottom: 30px;
}

@media (min-width:992px) {
    .page.service-single-page.ncert-books-and-text-books .how-we-better .image-block {
        position: absolute;
        width: 41.66666667%;
        height: 100%;
        padding: 50px;
    }
}

@media (min-width:1100px) {
    .page.service-single-page.ncert-books-and-text-books .how-we-better .image-block {
        padding: 70px 50px;
    }
}

@media (min-width:1200px) {
    .page.service-single-page.ncert-books-and-text-books .how-we-better .image-block {
        width: 50%;
        padding: 70px 100px;
    }

    .page.service-single-page.ncert-books-and-text-books .how-we-better .border-box-dark {
        padding: 60px 0 !important;
    }

    .page.service-single-page.ncert-books-and-text-books .how-we-better .image-block h1 {
        margin-bottom: 50px;
    }

    .page.service-single-page.ncert-books-and-text-books .how-we-better .image-block h3 {
        margin-top: 50px;
        padding-right: 30%;
    }
}

@media (max-width:1500px) {
    .page.service-single-page.ncert-books-and-text-books .how-we-better .border-box-dark.last-row span {
        min-height: 112px;
    }
}

@media (max-width:1400px) {
    .page.service-single-page.ncert-books-and-text-books .page-banner {
        height: 500px;
    }

    .page.service-single-page.ncert-books-and-text-books .banner-content h1 {
        margin-top: 52px;
    }
}

@media (max-width:1387px) {
    .page.service-single-page.ncert-books-and-text-books .how-we-better .border-box-dark.last-row span {
        min-height: 120px;
    }
}

@media (max-width:1220px) {
    .page.service-single-page.ncert-books-and-text-books .how-we-better .border-box-dark span {
        min-height: 72px;
    }

    .page.service-single-page.ncert-books-and-text-books .page-banner {
        height: auto;
    }

    .page.service-single-page.ncert-books-and-text-books .banner-content h1 {
        margin-top: 50px;
        font-size: 45px;
        line-height: 1.3;
    }

    .page.service-single-page.ncert-books-and-text-books .image-block .img-responsive-only {
        max-width: 80%;
    }
}

@media (max-width:1300px) {
    .page.service-single-page.ncert-books-and-text-books .about-ncert h2 {
        margin-top: 0;
    }
}

@media (max-width:992px) {
    .page.service-single-page.ncert-books-and-text-books .banner-content h1 {
        margin-top: 40px;
    }

    .page.service-single-page .about-ncert.page-content {
        padding-top: 60px;
    }

    .page.service-single-page .about-ncert .image-block {
        margin-top: 50px;
        height: 300px;
        overflow: hidden;
    }

        .page.service-single-page .about-ncert .image-block img {
            width: 100%;
        }

    .page.service-single-page.ncert-books-and-text-books .how-we-better .image-block {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .page.service-single-page.ncert-books-and-text-books .how-we-better .border-box-dark span {
        min-height: 60px;
    }

    .page.service-single-page.ncert-books-and-text-books .how-we-better .border-box-dark.last-row span {
        min-height: 75px;
    }
}

@media (max-width:768px) {
    .page.service-single-page.ncert-books-and-text-books .page-banner {
        padding-bottom: 20px;
    }

    .page.service-single-page.ncert-books-and-text-books .how-we-better .border-box-dark.last-row span, .page.service-single-page.ncert-books-and-text-books .how-we-better .border-box-dark span {
        min-height: 75px;
    }

    .page.service-single-page.ncert-books-and-text-books .how-we-better .border-box-dark {
        padding: 20px 0 !important;
    }

    .page.service-single-page.ncert-books-and-text-books .how-we-better .image-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .page.service-single-page.ncert-books-and-text-books .What-do-we-offer .content-block {
        margin-bottom: 0;
    }

        .page.service-single-page.ncert-books-and-text-books .What-do-we-offer .content-block h4 {
            margin-bottom: 10px;
        }

    .page.service-single-page.ncert-books-and-text-books .What-do-we-offer .content-block {
        margin-top: 10px;
    }
}

@media (max-width:700px) {
    .page.service-single-page.ncert-books-and-text-books .banner-content .dot-line1, .page.service-single-page.ncert-books-and-text-books .banner-content .dot-line2 {
        width: 50px;
        left: -70px;
    }

    .page.service-single-page.ncert-books-and-text-books .banner-content .dot-line2 {
        left: auto;
        right: -70px;
    }
}

@media (max-width:700px) {
    .page.service-single-page.ncert-books-and-text-books .image-block .img-responsive-only {
        max-width: 100%;
    }

    .page.service-single-page.ncert-books-and-text-books .banner-content h1 {
        font-size: 40px;
    }
}

@media (max-width:500px) {
    .page.service-single-page.ncert-books-and-text-books .how-we-better .border-box-dark.last-row span, .page.service-single-page.ncert-books-and-text-books .how-we-better .border-box-dark span {
        min-height: initial;
    }

    .page.service-single-page.ncert-books-and-text-books .how-we-better .border-box-dark {
        padding: 25px 0 !important;
    }

    .page.service-single-page.ncert-books-and-text-books .how-we-better .image-block {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .page.service-single-page.ncert-books-and-text-books .about-ncert h2, .page.service-single-page.ncert-books-and-text-books .how-we-better .image-block h1 {
            font-size: 40px;
        }
}

@media (max-width:450px) {
    .page.service-single-page.ncert-books-and-text-books .banner-content h1 span {
        display: initial;
    }

    .page.service-single-page.ncert-books-and-text-books .about-ncert h2, .page.service-single-page.ncert-books-and-text-books .how-we-better .image-block h1 {
        font-size: 35px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
------------------------------------------Online marketplace for school supplies ( Plan my school)------------------------------- 
------------------------------------------------------------------------------------------------------------*/

.service-single-page.online-marketplace {
}

    .service-single-page.online-marketplace .page-banner {
        position: relative;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        padding: 10px 0;
        background: url(../images/banner-pms.jpg);
    }

        .service-single-page.online-marketplace .page-banner .slider-leaf-left {
            position: absolute;
            left: 0;
            bottom: 30px;
        }

        .service-single-page.online-marketplace .page-banner .slider-leaf-right {
            position: absolute;
            right: 0;
            bottom: 70px;
        }

        .service-single-page.online-marketplace .page-banner h3 {
            font-size: 1.5em;
            margin-top: 40px;
            margin-bottom: 10px;
        }

        .service-single-page.online-marketplace .page-banner h2 {
            font-size: 2em;
            margin-top: 0;
        }

    .service-single-page.online-marketplace .banner-content {
        margin-top: 50px;
    }

    .service-single-page.online-marketplace .page-banner .image-block img {
        height: 500px;
        margin-top: 50px;
    }

    .service-single-page.online-marketplace .page-banner .site-button {
        margin-top: 20px;
    }

    .service-single-page.online-marketplace .page-content {
        padding-top: 50px;
    }

    .service-single-page.online-marketplace .pms-benefits {
        background: url(../images/bg-gray.png);
        padding-top: 80px;
        padding-bottom: 70px;
    }

        .service-single-page.online-marketplace .pms-benefits h1.big-heading {
            color: #4e4e4e;
            font-size: 45px;
        }

.banafites-parents-boxs {
    background: #fff;
    box-shadow: 2px 2px 18px #ddd;
    border-bottom: 3px solid #ff214f;
    padding: 30px;
    height: 350px;
    margin-bottom: 25px;
}

.service-single-page.online-marketplace .benifit-parent h2 {
    font-size: 1.5em;
}

.pms-box-height {
    height: 170px;
}

.service-single-page.online-marketplace .page-content.about-eBook {
    position: relative;
    padding-bottom: 40px;
}

.service-single-page.online-marketplace .about-eBook .image-block {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
}

    .service-single-page.online-marketplace .about-eBook .image-block img {
        height: 100%;
    }

@media (max-width:1400px) {
    .service-single-page.online-marketplace .page-banner .image-block img {
        height: 440px;
    }

    .service-single-page.online-marketplace .page-banner .slider-leaf-right {
        bottom: 40px;
    }
}

@media (max-width:1250px) {
    .service-single-page.online-marketplace .page-banner .slider-leaf-left {
        left: -20px;
    }
}

@media (max-width:1200px) {
    .service-single-page.online-marketplace .about-eBook .image-block img {
        height: auto;
    }

    .service-single-page.online-marketplace .banner-content {
        margin-top: 30px;
    }

    .service-single-page.online-marketplace .page-banner h2 {
        font-size: 1.7em;
    }

    .service-single-page.online-marketplace .page-banner .image-block img {
        height: 400px;
        margin-top: 20px;
    }

    .service-single-page.online-marketplace .page-banner .slider-leaf-right {
        bottom: 30px;
        width: 200px;
    }
}

@media (max-width:992px) {
    .service-single-page.online-marketplace .banner-content {
        margin-top: 20px;
    }

    .service-single-page.online-marketplace .page-banner .image-block img {
        height: auto;
    }

    .service-single-page.online-marketplace .page-banner h3 {
        margin-top: 20px;
    }

    .service-single-page.online-marketplace .page-banner h3 {
        font-size: 1.2em;
    }

    .service-single-page.online-marketplace .page-banner h2 {
        font-size: 1.3em;
    }
}

@media (max-width:900px) {
    .service-single-page.online-marketplace .page-banner .slider-leaf-left {
        left: -30px;
    }
}

@media (max-width:768px) {
    .service-single-page.online-marketplace .page-banner .slider-leaf-left {
        left: 0;
    }

    .service-single-page.online-marketplace .banner-content {
        margin-left: 70px;
    }

    .service-single-page.online-marketplace .page-banner .slider-leaf-right {
        bottom: 0;
    }

    .service-single-page.online-marketplace .page-banner {
        padding-bottom: 50px;
    }

    .service-single-page.online-marketplace .page-banner {
        padding-bottom: 50px;
    }

    .pms-box-height {
        height: auto;
    }
}

@media (max-width:600px) {
    .service-single-page.online-marketplace .page-banner .slider-leaf-right {
        bottom: -35px;
    }
}

@media (max-width:583px) {
    .banafites-parents-boxs {
        height: 391px;
    }
}

@media (max-width:550px) {
    .banafites-parents-boxs {
        height: auto;
    }
}

@media (max-width:440px) {
    .service-single-page.online-marketplace .page-banner .site-button {
        margin-top: 4px;
    }

    .service-single-page.online-marketplace .banner-content {
        margin-left: 0;
    }

    .service-single-page.online-marketplace .page-banner .slider-leaf-left {
        display: none;
    }
}
/*-----------------------------------------------------------------------------------------------------------
-----------------------------------------E-Book Distribution------------------------------- 
------------------------------------------------------------------------------------------------------------*/





.page.service-single-page.e-book-distribution-system .page-banner {
    position: relative;
    background: #f5f5f5 url(../images/banner-EBook.png);
    background-size: cover;
    height: 600px;
    overflow: hidden;
    background-position: bottom;
    background-repeat: no-repeat;
}

.page.service-single-page.e-book-distribution-system .banner-content {
    background-color: rgba(0,0,0,0.85);
    margin-top: 100px;
    padding: 60px 10px;
}

    .page.service-single-page.e-book-distribution-system .banner-content h1 {
        color: #fff;
        font-size: 50px;
        margin-bottom: 10px;
    }

    .page.service-single-page.e-book-distribution-system .banner-content p {
        padding: 0px;
        margin: 0;
        font-size: 21px;
        color: #939393;
        font-weight: 100;
    }

    .page.service-single-page.e-book-distribution-system .banner-content .site-button, .page.service-single-page.e-book-distribution-system .banner-content .site-button:hover {
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
    }

.page.service-single-page.e-book-distribution-system .about-eBook {
    background-color: #f5f5f5;
}

    .page.service-single-page.e-book-distribution-system .about-eBook .image-block {
        position: absolute;
        width: 50%;
        height: 100%;
        left: 0;
    }

        .page.service-single-page.e-book-distribution-system .about-eBook .image-block img {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

    .page.service-single-page.e-book-distribution-system .about-eBook .content-block {
        padding-top: 40px;
        padding-bottom: 40px;
    }


.page.service-single-page.e-book-distribution-system .e-book-distribution-module-work .row {
    border-right: 1px solid rgba(0, 0, 0, 0.18);
    border-top: 1px solid rgba(0, 0, 0, 0.18);
}

.page.service-single-page.e-book-distribution-system .e-book-distribution-module-work .border-box-light:before {
    border-left: 1px solid rgba(0, 0, 0, 0.18);
}

.page.service-single-page.e-book-distribution-system .e-book-distribution-module-work .border-box-light:after {
    bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.page.service-single-page.e-book-distribution-system .e-book-distribution-module-work .border-box-light .content-block {
    height: 215px;
}



.page.service-single-page.e-book-distribution-system .circle-box-wrapper {
    margin-top: 90px;
}

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box {
        position: relative;
        height: 110px;
    }

        .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box img {
            width: 45px;
            padding-top: 31px;
        }

        .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.left {
            text-align: right;
        }

        .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box p {
        }

        .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.left p {
            padding-left: 170px;
        }

        .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.right p {
            padding-right: 170px;
        }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .circle-icon {
        position: absolute;
        background: #2f2f2f;
        top: 0;
        left: 55px;
        width: 110px;
        height: 110px;
        border-radius: 50%;
    }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.right .circle-icon {
        left: auto;
        right: 55px;
    }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.left.box2 .circle-icon {
        left: 0;
    }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.right.box2 .circle-icon {
        right: 0;
    }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.left.box2 p {
        padding-left: 140px;
    }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.right.box2 p {
        padding-right: 140px;
    }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.left.box1 .circle-icon {
        border: solid #f6961b;
        background-color: #f6961b;
    }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.left.box2 .circle-icon {
        border: solid #87104f;
        background-color: #87104f;
    }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.left.box3 .circle-icon {
        border: solid #fa5622;
        background-color: #fa5622;
    }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.right.box1 .circle-icon {
        border: solid #299ed4;
        background-color: #299ed4;
    }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.right.box2 .circle-icon {
        border: solid #59b232;
        background-color: #59b232;
    }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.right.box3 .circle-icon {
        border: solid #d7120f;
        background-color: #d7120f;
    }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .image-block img {
        position: absolute;
        top: -70px;
        width: 100%;
        right: 0;
    }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .image-block div {
        padding: 10px 0;
        text-align: center;
    }


.page.service-single-page.e-book-distribution-system .e-book-distribution-benefits.page-content {
    padding-bottom: 70px;
}

.page.service-single-page.e-book-distribution-system .e-book-distribution-benefits .content-block {
    position: relative;
    height: 220px;
}

    .page.service-single-page.e-book-distribution-system .e-book-distribution-benefits .content-block.bg-img1 {
        background: url(../images/e-book1.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .page.service-single-page.e-book-distribution-system .e-book-distribution-benefits .content-block.bg-img2 {
        background: url(../images/e-book2.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .page.service-single-page.e-book-distribution-system .e-book-distribution-benefits .content-block.bg-img3 {
        background: url(../images/e-book3.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .page.service-single-page.e-book-distribution-system .e-book-distribution-benefits .content-block.bg-img4 {
        background: url(../images/e-book4.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .page.service-single-page.e-book-distribution-system .e-book-distribution-benefits .content-block p {
        padding: 0 30px;
        font-size: 20px;
        font-weight: 300;
    }

@media (max-width:1500px) {
    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .image-block img {
        top: -20px;
    }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .image-block div {
        padding-top: 60px;
    }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .image-block h1 {
        font-size: 35px;
    }
}

@media (max-width:1400px) {
    .page.service-single-page.e-book-distribution-system .page-banner {
        height: 500px;
    }

    .service-single-page.e-book-distribution-system .page-content {
        padding-top: 40px;
    }

    .page.service-single-page.e-book-distribution-system .banner-content {
        margin-top: 65px;
    }

    .page.service-single-page.e-book-distribution-system .e-book-distribution-module-work .border-box-light .content-block {
        height: 240px;
    }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .image-block div {
        padding-top: 60px;
    }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .image-block h1 {
        font-size: 30px;
    }
}

@media (max-width:1200px) {
    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .image-block img {
        top: 0;
    }

    .page.service-single-page.e-book-distribution-system .page-banner {
        height: auto;
        padding-bottom: 80px;
    }

    .page.service-single-page.e-book-distribution-system .banner-content {
        margin-top: 40px;
        padding: 40px 10px;
    }

    .service-single-page.e-book-distribution-system .page-content {
        padding-top: 20px;
    }
}

@media (min-width:992px) and (max-width:1100px) {
    .circle-box-wrapper .row .col-md-4 {
        width: 50%;
    }
}

@media (max-width:1100px) {

    .circle-box-wrapper .row .col-md-4:nth-child(2) {
        display: none;
    }

    .page.service-single-page.e-book-distribution-system .banner-content h1 {
        font-size: 45px;
    }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper {
        margin-top: 40px;
    }

        .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box {
            width: 100%;
            min-height: 90px;
            height: auto;
            background: linear-gradient(to left, #fff, #d7d7d7);
            margin-bottom: 3px;
        }

            .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.right {
                background: linear-gradient(to right, #fff, #d7d7d7);
            }

        .page.service-single-page.e-book-distribution-system .circle-box-wrapper .circle-icon {
            width: 80px;
            height: 80px;
        }

        .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box img {
            width: 39px;
            padding-top: 18px;
        }

        .page.service-single-page.e-book-distribution-system .circle-box-wrapper .circle-icon, .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.left.box2 .circle-icon {
            left: auto;
            right: 0;
        }

        .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.right .circle-icon, .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.right.box2 .circle-icon {
            left: 0;
            right: auto;
        }

        .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.right p, .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.right.box2 p {
            padding-right: 0;
            padding-left: 100px;
        }

        .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.left p, .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.left.box2 p {
            padding-left: 0;
            padding-right: 100px;
        }
}

@media (max-width:992px) {
    .page.service-single-page.e-book-distribution-system .e-book-distribution-module-work .border-box-light .content-block {
        height: 170px;
    }

    .page.service-single-page.e-book-distribution-system .banner-content h1 {
        font-size: 40px;
        line-height: 1.1;
    }

    .service-single-page.e-book-distribution-system .about-eBook.page-content {
        padding-top: 65px;
    }

    .page.service-single-page.e-book-distribution-system .about-eBook .image-block img {
        top: 0;
        transform: translateY(0);
    }

    .page.service-single-page.e-book-distribution-system .about-eBook .content-block {
        padding-top: 0;
        padding-top: 0;
    }

        .page.service-single-page.e-book-distribution-system .about-eBook .content-block h2 {
            padding-left: 50%;
        }

        .page.service-single-page.e-book-distribution-system .about-eBook .content-block p {
            padding-top: 50px;
        }

    .service-single-page .e-book-distribution-module-work.page-content {
        padding-top: 0;
    }
}

@media (max-width:768px) {
    .page.service-single-page.e-book-distribution-system .e-book-distribution-module-work .border-box-light .content-block {
        height: auto;
    }

    .page.service-single-page.e-book-distribution-system .banner-content {
        margin-left: 50px;
        margin-right: 50px;
    }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.left {
        text-align: left;
    }

        .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.left p, .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.left.box2 p {
            padding-right: 0;
            padding-left: 100px;
        }

        .page.service-single-page.e-book-distribution-system .circle-box-wrapper .circle-icon, .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box.left.box2 .circle-icon {
            left: 0;
            right: auto;
        }

    .page.service-single-page.e-book-distribution-system .circle-box-wrapper .box {
        background: linear-gradient(to right, #fff, #d7d7d7);
    }

    .page.service-single-page.e-book-distribution-system .about-eBook .content-block h2 {
        padding-left: 0;
    }

    .page.service-single-page.e-book-distribution-system .about-eBook .content-block p {
        padding-top: 0;
    }

    .service-single-page.e-book-distribution-system .about-eBook.page-content {
        padding-top: 15px;
    }
}

@media (max-width:500px) {
    .page.service-single-page.e-book-distribution-system .e-book-distribution-benefits .content-block {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page.service-single-page.e-book-distribution-system .about-eBook .content-block h2 {
        font-size: 1.3em;
    }
}

@media (max-width:450px) {
    .page.service-single-page.e-book-distribution-system .banner-content {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width:350px) {
    .page.service-single-page.e-book-distribution-system .banner-content h1 {
        font-size: 30px;
    }
}

/*-----------------------------------------------------------------------------------------------------------
------------------------------------------contact us page, contact page------------------------------- 
------------------------------------------------------------------------------------------------------------*/
.contact-page .slider-overlay {
    opacity: 0.6;
}

.contact-page .bread_crumb-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    height: 110px;
    margin: auto;
}

.contact-page .image-block {
    background: url(../images/contact.jpg);
    background-size: cover;
    height: 700px;
}

.contact-page .content-block {
    height: 700px;
}

.contact-page .content-block-box {
    height: 350px;
}

    .contact-page .content-block-box.first, .contact-page .content-block-box.fourth {
        background-color: #1c1c1c;
    }

    .contact-page .content-block-box.second, .contact-page .content-block-box.third {
        background-color: #000;
    }

    .contact-page .content-block-box i {
        font-size: 36px;
        margin-bottom: 26px;
    }

    .contact-page .content-block-box .heading-line {
        margin-bottom: 5px;
    }

    .contact-page .content-block-box p {
        margin: 0;
        text-align: center;
        font-size: 16px;
        color: #6f6f6f;
    }

.contact-form {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .contact-form .form-group {
        border: 1px solid #e2e4e4;
        padding: 15px 28px 20px;
        margin-bottom: 30px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .contact-form .form-group label {
            font-weight: 500;
            color: #0693d0;
            text-transform: uppercase;
            font-size: 14px;
        }

        .contact-form .form-group .form-control-wrap {
            padding-left: 30px;
            position: relative;
        }

            .contact-form .form-group .form-control-wrap i {
                position: absolute;
                left: 0;
                top: 12px;
                color: #0693d0;
            }

        .contact-form .form-group .form-control {
            border: 0;
            margin: 0;
        }

    .contact-form ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
        color: #0b0b0f;
    }

    .contact-form :-moz-placeholder { /* Firefox 18- */
        color: #0b0b0f;
    }

    .contact-form ::-moz-placeholder { /* Firefox 19+ */
        color: #0b0b0f;
    }

    .contact-form :-ms-input-placeholder { /* IE 10+ */
        color: #0b0b0f;
    }

    .contact-form ::-ms-input-placeholder { /* Edge */
        color: #0b0b0f;
    }

.contact-page :placeholder-shown { /* Standard one last! */
    color: #0b0b0f;
}

.contact-offices {
    margin-top: 50px;
}

    .contact-offices .frame-block, .contact-offices .address-block {
        height: 300px;
        padding: 0;
    }

    .contact-offices .address-block {
        background: #029fe1;
        background: #ffffff;
        box-shadow: 0 0 100px #676767;
    }

        .contact-offices .address-block h3 {
            text-align: center;
            font-size: 25px;
        }

        .contact-offices .address-block p {
            width: 50%;
            text-align: center;
            margin: 0 auto;
        }

    .contact-offices .frame-block.arrow-down:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(245, 245, 245, 0);
        border-top-color: #b9b9b9;
        border-width: 15px;
        margin-left: -15px;
        z-index: 9;
    }


    .contact-offices .frame-block.arrow-up:after {
        top: -29px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(245, 245, 245, 0);
        border-bottom-color: #b9b9b9;
        border-width: 15px;
        margin-left: -15px;
        z-index: 9;
    }

    .contact-offices .embed-responsive.embed-responsive-16by9 {
        position: static;
        padding-bottom: 0;
    }

@media (min-width:768px) {
    .contact-offices .address-block.visible-xs {
        display: none !important;
    }
}

@media (min-width:992px) {
    .contact-page .content-block-box p span {
        display: block;
    }
}

@media (max-width:1400px) {
    .contact-page .image-block, .contact-page .content-block {
        height: 600px;
    }

    .contact-page .content-block-box {
        height: 300px;
    }
}

@media (max-width:1199px) {
    .contact-page .image-block, .contact-page .content-block {
        height: 550px;
    }

    .contact-page .content-block-box {
        height: 275px;
    }

    .contact-offices .address-block h3 {
        margin-bottom: 10px;
    }

    .contact-offices .address-block p {
        width: 60%;
    }
}

@media (max-width:992px) {
    .contact-page .image-block {
        height: 200px;
    }

    .contact-offices .address-block p {
        width: 90%;
    }
}

@media (max-width:768px) {
    .contact-offices .address-block.hidden-xs {
        display: none !important;
    }

    .contact-offices .frame-block.arrow-up:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(245, 245, 245, 0);
        border-top-color: #ffffff;
        border-width: 15px;
        margin-left: -15px;
        z-index: 9;
    }
}

@media (max-width:500px) {
    .contact-page .image-block {
        height: 180px;
    }

    .contact-page .content-block-box.first, .contact-page .content-block-box.third {
        background-color: #1c1c1c;
    }

    .contact-page .content-block-box.second, .contact-page .content-block-box.fourth {
        background-color: #000;
    }

    .contact-page .bread_crumb-title {
        height: 81px;
    }
}



/*-----------------------------------------------------------------------------------------------------------
------------------------------------------gallery page------------------------------- 
------------------------------------------------------------------------------------------------------------*/
.page.gallery-page .gallery-section {
    padding: 50px 0;
}

    .page.gallery-page .gallery-section .links a {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 0;
    }

    .page.gallery-page .gallery-section img {
        border: 0;
        vertical-align: top;
        width: 100%;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .page.gallery-page .gallery-section .row {
        margin: 0;
    }

    .page.gallery-page .gallery-section .col-md-2 {
        padding: 0;
    }

@media (min-width: 481px) {
    .page.gallery-page .navigation {
        list-style: none;
        padding: 0;
    }

        .page.gallery-page .navigation li {
            display: inline-block;
        }

            .page.gallery-page .navigation li:not(:first-child):before {
                content: '| ';
            }
}

@media (max-width: 992px) {

    .page.gallery-page .gallery-section .last-row a {
        width: 20%;
        float: left;
    }
}

@media (max-width: 768px) {

    .page.gallery-page .gallery-section a, .page.gallery-page .gallery-section .last-row a {
        width: 50%;
        float: left;
        height: 235px;
        overflow: hidden;
    }

        .page.gallery-page .gallery-section a img {
            min-height: 100%;
            min-width: 100%;
            width: auto;
        }

    .page.gallery-page .gallery-section .blueimp-gallery > a.prev,
    .page.gallery-page .gallery-section .blueimp-gallery > a.next {
        height: 58px;
        width: 58px;
    }
}

@media (max-width: 650px) {

    .page.gallery-page .gallery-section a, .page.gallery-page .gallery-section .last-row a {
        width: 50%;
        float: left;
        height: 200px;
        overflow: hidden;
    }

    .page.gallery-page .gallery-section .blueimp-gallery > a.prev,
    .page.gallery-page .gallery-section .blueimp-gallery > a.next {
        width: 58px;
        height: 40px;
        width: 40px;
        font-size: 40px;
        line-height: 34px;
    }
}

@media (max-width: 550px) {

    .page.gallery-page .gallery-section a, .page.gallery-page .gallery-section .last-row a {
        width: 50%;
        float: left;
        height: 150px;
        overflow: hidden;
    }

    .page.gallery-page .gallery-section .blueimp-gallery > a.prev,
    .page.gallery-page .gallery-section .blueimp-gallery > a.next {
        border: 0;
        background: transparent;
    }
}

@media (max-width: 450px) {

    .page.gallery-page .gallery-section a, .page.gallery-page .gallery-section .last-row a {
        width: 50%;
        float: left;
        height: 120px;
        overflow: hidden;
    }
}

@media (max-width: 300px) {

    .page.gallery-page .gallery-section a, .page.gallery-page .gallery-section .last-row a {
        width: 50%;
        float: left;
        height: 70px;
        overflow: hidden;
    }
}

/*-----------------------------------------------------------------------------------------------------------
------------------------------------------footer------------------------------- 
------------------------------------------------------------------------------------------------------------*/
#colophon {
    background-color: #24252b;
    clear: both;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

    #colophon p {
        margin: 0;
    }

    #colophon a,
    #colophon a:visited {
        color: #ccc;
    }

        #colophon a:hover,
        #colophon a:focus,
        #colophon a:active {
            color: #fff;
        }

.site-info {
    float: right;
}

.copyright {
    float: left;
}

.colophon-bottom {
    padding: 10px 0;
}

.colophon-top {
    padding: 20px 0;
    background: #2c3038;
}


/*--------------------------------------------------------------
16. Footer Widgets 
--------------------------------------------------------------*/

#footer-widgets {
    background-color: #24252b;
    overflow: hidden;
    padding: 35px 0 100px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    background-image: url("../images/footer-bg.png");
    position: relative;
    z-index: 99;
    background-attachment: fixed;
}

    #footer-widgets::after {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #24252b;
        opacity: 0.9;
        z-index: -1;
    }

    #footer-widgets .widget-title {
        color: #fff;
    }

    #footer-widgets ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #footer-widgets ul li {
            font-size: 15px;
            padding: 0px 15px 0px 25px;
            position: relative;
        }

            #footer-widgets ul li::before {
                color: #fff;
                content: "\f178";
                display: inline-block;
                font-family: FontAwesome;
                font-size: 10px;
                left: 3px;
                position: absolute;
                top: 4px;
            }

            #footer-widgets ul li:hover::before {
                color: #ff214f;
            }

    #footer-widgets .footer-widget-area {
        float: left;
        padding: 0 25px;
        width: 25%;
    }

    #footer-widgets a,
    #footer-widgets a:visited {
        color: #ddd;
    }

        #footer-widgets a:hover,
        #footer-widgets a:active,
        #footer-widgets a:focus {
            color: #fff;
        }

    #footer-widgets .widget-title {
        color: #fff;
        font-weight: 400;
    }

        #footer-widgets .widget-title:after {
            display: block;
            content: "";
            height: 2px;
            background: #029fe0;
            width: 50px;
            margin-top: 10px;
            margin-bottom: 20px;
        }

    #footer-widgets .site-button {
        border: 2px solid #fff;
        background: #fff;
        color: #232323;
    }

        #footer-widgets .site-button:hover {
            color: #fff;
            border: 2px solid #fff;
            background: transparent;
        }
/*Footer Navigation*/

#footer-navigation {
    margin-top: 15px;
}

    #footer-navigation li {
        display: inline-block;
        list-style: outside none none;
    }

        #footer-navigation li a {
            display: block;
            padding: 5px 8px;
            text-transform: capitalize;
        }

    #footer-navigation ul {
        margin: 0;
    }

#footer-contact {
    background: #fbfcfc;
    text-align: center;
    padding: 10px 0 20px 0;
    position: relative;
    z-index: 99;
}

    #footer-contact::before {
        height: 25px;
        content: "";
        display: block;
        background: url(../images/footer-contact-bg.png);
        margin: -35px auto 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        max-width: 1200px;
    }

    #footer-contact .contact-title {
        display: inline-block;
        margin: 10px 0;
    }

    #footer-contact .contact-buttons {
        display: inline-block;
        margin: 0 25px;
    }

    #footer-contact input[type="text"] {
        width: 50%;
        height: 44px;
        border-radius: 36px;
        padding: 30px;
        border: 2px solid #3a85eb;
        color: #ffffff;
    }

    #footer-contact input[type="submit"] {
        height: 60px;
        border-radius: 61px;
        margin-left: -27px;
        padding: 0 35px;
        font-family: FontAwesome;
        font-size: 17px;
        line-height: 1;
    }

@media (max-width:1200px) {
    /*#footer-contact {
        padding: 40px 0;
    }

        #footer-contact::before {
            margin: -87px auto 0;
        }*/

    #footer-contact .contact-title {
        font-size: 22px;
    }
}

@media (max-width:992px) {
    #footer-widgets .footer-widget-area {
        width: 50%;
    }

    #footer-contact .contact-title {
        margin: 0 20px 20px 20px;
    }

    /*#footer-contact {
        padding: 30px 0 10px 0;
    }
    #footer-contact::before {
    margin: -75px auto 0;
}*/
}

@media (max-width:768px) {
    #footer-contact .contact-title {
        font-size: 20px;
    }

    #footer-contact .contact-buttons .site-button.btn-lg {
        line-height: 32px;
    }
}

@media (max-width:745px) {
    #footer-widgets .footer-widget-area {
        min-height: 280px;
    }
}

@media (max-width:615px) {
    #footer-widgets .footer-widget-area {
        width: 100%;
        min-height: initial;
    }
}

@media (max-width:550px) {
    .copyright, .site-info {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:445px) {
    .copyright, .site-info {
        width: 100%;
        text-align: center;
        padding-right: 55px;
    }
}
/*footer Quick Contact Widget (adress mb info)*/

.quick-contact-widget span {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #ddd;
    line-height: 2;
    display: table;
    clear: both;
}

    .quick-contact-widget span i {
        font-size: 18px;
        padding-right: 10px;
        display: table-cell;
    }

.recent-posts-widget p {
    margin-bottom: 5px;
    color: #bbc0d2;
    font-style: italic;
}

.recent-posts-widget ul li,
#footer-widgets .recent-posts-widget ul li {
    padding: 0;
}

    #footer-widgets .recent-posts-widget ul li:before {
        display: none;
    }

.recent-posts-widget h4 {
    margin: 0;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    font-size: 17px;
}

.sidebar .recent-post-item {
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
}

.sidebar .recent-posts-widget h4 a {
    color: #222;
}

.recent-posts-widget img {
    max-width: 105px;
    margin-right: 25px;
}
/*--------------------------------------------------------------
footer  Social Links
--------------------------------------------------------------*/

.site-footer .social-links {
    text-align: center;
}

.site-footer .social-links {
    clear: both;
    overflow: hidden;
}

    .site-footer .social-links ul {
        margin: 0;
        padding: 0;
    }

    .site-footer .social-links li a {
        border: 1px solid #a0a3b5;
        display: inline-block;
        height: 60px;
        line-height: 60px;
        margin-right: 0;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        width: 60px;
    }

    .site-footer .social-links.circle li a {
        border-radius: 100%;
    }

    .site-footer .social-links li {
        display: inline-block;
        margin-right: 2px;
        margin-top: 2px;
        margin-left: 0px;
    }

    .site-footer .social-links ul li::after {
        display: none;
    }

    .site-footer .social-links li a i {
        color: #cacad8;
        font-size: 18px;
        font-weight: normal;
    }

    .site-footer .social-links ul li a::before {
        color: #737582;
        content: "\f0c1";
        display: block;
        font-family: FontAwesome;
        font-weight: normal;
        line-height: 60px;
        font-size: 26px;
    }

    .site-footer .social-links ul li a:hover {
        background-color: #001837;
        border: 1px solid rgba(0, 0, 0, 0);
        -moz-transition: all 0.4s ease-out 0s;
        -webkit-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
    }
        /*.site-footer .social-links ul li a[href*="facebook.com"] {
        border: 1px solid #3b5998;        
    }
    .site-footer .social-links ul li a[href*="twitter.com"] {
        border: 1px solid #00aced;
    }
    .site-footer .social-links ul li a[href*="youtube.com"] {
        border: 1px solid #bb0000;
    }*/

        /*.site-footer .social-links ul li a[href*="facebook.com"]:before {
        color: #3b5998;
        
    }

    .site-footer .social-links ul li a[href*="twitter.com"]:before  {
        color: #00aced;
    }
    .site-footer .social-links ul li a[href*="youtube.com"]:before  {
        color: #bb0000;
    }*/

        .site-footer .social-links ul li a:hover::before {
            color: #fff;
        }

    .site-footer .social-links ul li a[href*="facebook.com"]::before {
        content: "\f09a";
    }

    .site-footer .social-links ul li a[href*="twitter.com"]::before {
        content: "\f099";
    }

    .site-footer .social-links ul li a[href*="linkedin.com"]::before {
        content: "\f0e1";
    }

    .site-footer .social-links ul li a[href*="plus.google.com"]::before {
        content: "\f0d5";
    }

    .site-footer .social-links ul li a[href*="youtube.com"]::before {
        content: "\f167";
    }

    .site-footer .social-links ul li a[href*="instagram.com"]::before {
        content: "\f16d";
    }


    /*social links hover effect */

    .site-footer .social-links ul li a[href*="facebook.com"]:hover {
        background-color: #3b5998;
        border: 1px solid #3b5998;
    }

    .site-footer .social-links ul li a[href*="twitter.com"]:hover {
        background-color: #00aced;
        border: 1px solid #00aced;
    }

    .site-footer .social-links ul li a[href*="plus.google.com"]:hover {
        background-color: #dd4b39;
        border: 1px solid #dd4b39;
    }

    .site-footer .social-links ul li a[href*="linkedin.com"]:hover {
        background-color: #007bb6;
        border: 1px solid #007bb6;
    }

    .site-footer .social-links ul li a[href*="youtube.com"]:hover {
        background-color: #bb0000;
        border: 1px solid #bb0000;
    }

    .site-footer .social-links ul li a[href*="instagram.com"]:hover {
        background-color: #517fa4;
        border: 1px solid #517fa4;
    }

/*-----------------------------------------------------------------------------------------------------------
-----------------------------------------error msgs design------------------------------- 
------------------------------------------------------------------------------------------------------------*/


.error-msg {
    width: 100%;
    font-size: 17px;
    border: 1px solid #db7675;
    border-left-width: 40px;
    padding: 12px 12px 12px 0;
    position: relative;
    padding-left: 10px;
    border-radius: 3px;
    background-color: #f2dede;
    color: #9E3635;
    margin: 0;
    margin-bottom: 5px;
}

    .error-msg:before {
        font: normal normal normal 20px/1 FontAwesome;
        content: "\f071";
        position: absolute;
        left: -30px;
        color: #fff;
    }

.error-warning {
    width: 100%;
    font-size: 16px;
    border: 1px solid #F0AD4E;
    border-left-width: 40px;
    padding: 10px 0;
    position: relative;
    padding-left: 10px;
    border-radius: 3px;
    background-color: #F9ECDA;
    color: #C37402;
    margin: 0;
}

    .error-warning:before {
        font: normal normal normal 20px/1 FontAwesome;
        content: "\f071";
        position: absolute;
        left: -30px;
        color: #fff;
    }

/*.success-msg {
    width: 100%;
    font-size: 17px;
    border: 1px solid #52a053;
    border-left-width: 40px;
    padding: 12px 0;
    position: relative;
    padding-left: 10px;
    border-radius: 3px;
    background-color: #f0fff0;
    color: #368c37;
    margin: 0;
    margin-bottom: 5px;
}
        .success-msg:before {
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f00c";
    position: absolute;
    left: -30px;
    color: #fff;
}*/

.success-msg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
}

    .success-msg .message {
        border: 1px solid #6cbb6d;
        padding-left: 10px;
        border-radius: 3px;
        background-color: #52a053;
        color: #ffffff;
        margin-bottom: 5px;
        width: 500px;
        height: 300px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
        font-size: 30px;
        font-weight: 300;
        padding: 150px 50px 50px 50px;
        line-height: 1.1;
    }

        .success-msg .message:before {
            font: normal normal normal 20px/1 FontAwesome;
            content: "\f00c";
            position: absolute;
            left: 0;
            color: #52a053;
            right: 0;
            margin: auto;
            height: 100px;
            width: 100px;
            background: #ffffff;
            line-height: 100px;
            border-radius: 50%;
            top: 31px;
            font-size: 60px;
        }
/*-----------------------------------------------------------------------------------------------------------
				list style  
------------------------------------------------------------------------------------------------------------*/

.list {
    padding-left: 15px;
    list-style-type: none;
}

    .list li {
        margin-bottom: 5px;
        padding-left: 25px;
        position: relative;
    }

    .list > li:before {
        content: "\f10c";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        color: #FF4C00;
        position: absolute;
        left: 0;
        top: 5px;
    }

    .list.black > li:before {
        color: #333;
    }

    .list.black i {
        color: #333;
    }

    .list.white > li:before {
        color: #fff;
    }

    .list.white i {
        color: #fff;
    }

    .list.gray > li:before {
        color: #a2a4ad;
    }

    .list.gray i {
        color: #a2a4ad;
    }

    .list.list-image-icon li {
        padding-left: 30px;
    }


.list-image-icon > li:before {
    content: '';
    background: url('../images/tick.png');
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
}

.list-with-image > li {
    /*min-height:70px;*/
    min-height: 63px;
    margin: 0;
}

    .list-with-image > li p {
        margin: 0;
        padding-left: 60px;
    }

    .list-with-image > li .img-wrap {
        position: absolute;
        left: 0;
        top: 0;
    }

.list-with-image img {
    /*position:absolute;
    top: 0;
    left:0;*/
    height: 70px;
}

.list-with-image .number {
    /*position: absolute;
    left: 28px;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    top: 21px;*/
    position: relative;
    left: -46px;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    top: 5px;
}

.list.list-with-image > li:before {
    display: none;
}

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

    .arrow-list ul li {
        line-height: 1.9em;
        list-style-type: none;
        margin: 10px 0;
    }

.arrow-list.type1 li, .arrow-list.type2 li {
    padding-left: 30px;
    position: relative;
}

    .arrow-list.type1 li:before, .arrow-list.type3 li:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        color: #ff214f;
        position: absolute;
        font-size: 15px;
        top: 7px;
        left: -30px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #ff214f;
        text-align: center;
        line-height: 18px;
    }

.arrow-list.type1.gray-icon li:before, .arrow-list.type3.gray-icon li:before {
    color: #b1b0b0;
    border: 1px solid #b1b0b0;
}

.arrow-list.type1 li:before {
    left: 0;
    content: "\f105";
    top: 3px;
}

.arrow-list.type2 li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #1674D1;
    position: absolute;
    font-size: 15px;
    top: 50%;
    left: -30px;
    left: -30px;
    margin-top: -9px;
}

.arrow-list.type2.icon-pink li:before {
    color: #ff214f;
}

.arrow-list.type2 li:before {
    left: 0;
    content: "\f105";
}

.arrow-list.type3 li {
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 10px 0;
}

    .arrow-list.type3 li:before {
        content: "";
        width: 10px;
        height: 1px;
        background-color: #029fe1;
        position: absolute;
        top: 13px;
        left: 0;
        border: 0;
    }

.arrow-list.type3.icon-pink li:before {
    background-color: #ff214f;
}

.arrow-list.type4 li {
    position: relative;
    padding: 0 0 10px 22px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .arrow-list.type4 li:before {
        content: "\f192";
        position: absolute;
        top: 1px;
        left: 0;
        font-family: 'FontAwesome';
        color: #c0c0c0;
    }
.arrow-list.type5 li {
    position: relative;
    padding: 0 0 10px 75px;
    margin: 0 0 10px 0;
}

    .arrow-list.type5 li:before {
            content: '';
    width: 35px;
    height: 35px;
    border: 1px solid #ff214f;
    position: absolute;
    left: 0;
    top: 0;
    border-radius:50%;
    }
.arrow-list.type5 li:after
{    content: '';
    width: 32px;
    height: 1px;
    position: absolute;
    top: 16px;
    left: 21px;
    background: #ff214f;
}

.special-char {
    float: left;
    font-size: 50px;
    left: 0;
    line-height: 1;
    margin: 0 20px 10px 0;
    position: relative;
    top: 4px;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 10px;
    background: #1c1c1c;
    color: #fff;
}

.special-char-open {
    float: left;
    font-size: 50px;
    left: 0;
    line-height: 1;
    margin: 0 20px 10px 0;
    position: relative;
    top: 4px;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 10px;
    border: 2px solid #000;
    color: #000;
}

.special-char-only {
    width: 60px;
    height: 60px;
    line-height: 56px;
    color: #1674d1;
    float: left;
    font-size: 60px;
    margin-top: -16px;
    margin-right: -8px;
}

/*.list-box-horizontal {
}

.list-box {
    position: relative;
    margin: 0 20px 20px 64px;
}

    .list-box:before {
        content: '';
        width: 123px;
        height: 123px;
        background: #fff;
        left: -64px;
        position: absolute;
        border-radius: 50%;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 10px;
        z-index: -1;
    }

    .list-box:after {
        content: '';
        position: absolute;
        right: -18px;
        top: 0;
        width: 18px;
        height: 100%;
        z-index: -1;
    }

.list-img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -40px;
}

    .list-img img {
        width: 40px;
    }

.list-content {
    padding: 20px;
    background: #f1f1f1;
    padding-left: 60px;
    box-shadow: -4px 0 9px -3px #565656, 4px 0 9px -3px #3a3a3a;
    min-height: 123px;
}

    .list-content h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }


.list-img {
    background: linear-gradient(to top,#03A9F4 50%,#019be0 50%);
}

.list-box:before {
    border: 18px solid #019be0;
}

.list-box:after {
    background: #019be0;
}

.list-box.yellow .list-img {
    background: linear-gradient(to top,#fec82a 50%,#f1b217 50%);
}

.list-box.yellow:before {
    border: 18px solid #f1b217;
}

.list-box.yellow:after {
    background: #f1b217;
}

.list-box.green .list-img {
    background: linear-gradient(to top,#42aeae 50%,#28908f 50%);
}

.list-box.green:before {
    border: 18px solid #28908f;
}

.list-box.green:after {
    background: #28908f;
}

.list-box.pink .list-img {
    background: linear-gradient(to top,#e23958 50%,#cc3254 50%);
}

.list-box.pink:before {
    border: 18px solid #cc3254;
}

.list-box.pink:after {
    background: #cc3254;
}

.list-box.purple .list-img {
    background: linear-gradient(to top,#8352dc 50%,#673AB7 50%);
}

.list-box.purple:before {
    border: 18px solid #673AB7;
}

.list-box.purple:after {
    background: #673AB7;
}

@media (min-width:1400px) {
    .list-content p {
        margin: 0;
    }
}*/


/*-----------------------------------------------------------------------------------------------------------
				menu scroll
------------------------------------------------------------------------------------------------------------*/
.navScroll_outWrap {
    background: #f7f8f8;
    border-bottom: 1px solid #c0ccd6;
}

.navScroll_outWrap-static {
    position: static;
}

.navScroll_outWrap-fixed {
    width: 100%;
    position: fixed;
    left: 0;
    top: 67px;
    box-shadow: 0 0 3px #465865;
    z-index: 9;
    border-bottom: 0;
}

.navScroll_wrap {
    position: relative;
    padding: 0 26px;
    box-sizing: border-box;
    margin: 8px 0;
}

.navScroll_menu {
    /* Make this scrollable when needed *
    overflow-x: auto;
    /* We don't want vertical scrolling *
    overflow-y: hidden;
        */
    overflow: hidden;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
    white-space: nowrap;
    /* If JS present, let's hide the default scrollbar */
    /* positioning context for advancers */
    position: relative;
    font-size: 0;
}

.js .navScroll_menu {
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* Remove the default scrollbar for WebKit implementations */
}

    .js .navScroll_menu::-webkit-scrollbar {
        display: none;
    }

.navScroll_menu_Contents {
    float: left;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    position: relative;
}

.navScroll_menu_Contents-no-transition {
    -webkit-transition: none;
    transition: none;
}

.navScroll_menu_Link {
    text-decoration: none;
    color: #0a0a0f;
    font-size: 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 11px 4px 11px;
    margin: 0px 5px 0 0;
    border: 1px solid #acb6be;
    border-radius: 3px;
}

    .navScroll_menu_Link:focus {
        color: #f6f6f6;
        background: #656565;
        border-color: #656565;
        text-decoration: none;
    }

/*.navScroll_menu_Link + .navScroll_menu_Link {
            border-left-color: #eee;
        }*/

/*.navScroll_menu_Link[aria-selected="true"] {
        color: #111;
    }*/

.navArrow {
    /* Reset the button */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    /* Now style it as needed */
    position: absolute;
    top: 0;
    bottom: 0;
    /* Set the buttons invisible by default */
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

    .navArrow:focus {
        outline: 0;
    }

    .navArrow:hover {
        cursor: pointer;
    }

.navArrow_Left {
    left: 0;
}

[data-overflowing="both"] ~ .navArrow_Left, [data-overflowing="left"] ~ .navArrow_Left {
    opacity: 1;
}

.navArrow_Right {
    right: 0;
}

[data-overflowing="both"] ~ .navArrow_Right, [data-overflowing="right"] ~ .navArrow_Right {
    opacity: 1;
}

.navArrow_Icon {
    width: 17px;
    height: 22px;
    fill: #373942;
}

.navScroll_menu_Indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100px;
    background-color: #acb6be;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, background-color .2s ease-in-out;
    transition: transform .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

@media (max-width:768px) {
    .navScroll_menu_Link {
        width: 185px;
        text-align: center;
        display: -webkit-inline-block;
        display: -ms-inline-block;
        display: inline-block;
    }
}

@media (max-width:600px) {
    .navScroll_outWrap-fixed {
        width: 100%;
        position: fixed;
        top: 0;
        box-shadow: 0 4px 4px rgba(5, 5, 8, 0.12), 0 12px 12px rgba(5,5,8,0.04), 0 24px 24px rgba(5,5,8,0.04), 0 36px 36px rgba(5,5,8,0.04), 0 72px 72px rgba(5,5,8,0.04);
        z-index: 9;
        border-bottom: 0;
    }
}

/*-----------------------------------------------------------------------------------------------------------
				Page general style
------------------------------------------------------------------------------------------------------------*/
.heading2.yellow-line:after {
    background: #fcd20f;
    height: 2px;
    bottom: -26px;
}

.heading2.black-line:after {
    height: 4px;
    bottom: -24px;
    background: #000;
}
.heading2.white-line:after {
    height: 4px;
    bottom: -24px;
    background: #fff;
}

.borderTop1px {
    border-top: 1px solid #e4e4e4;
}

.curDefault {
    cursor: default;
}


.img-border-out {
    border: 2px solid #d7d7d7;
    height: calc(100% - 0px);
    width: calc(100% - 0px);
    left: 10px;
    top: 10px;
    position: absolute;
    z-index: 2;
}

.hover-shadow:hover, .hover-shadow.active {
    background: #fff;
    box-shadow: 0 0 10px #8e8a8a;
    padding: 15px;
}

.separator-line-verticle-thick {
    width: 109px;
    height: 11px;
}

.separator-line-horrizontal-medium-light {
    width: 36px;
    height: 3px;
}

.separator-line-horrizontal-medium-light2 {
    width: 40%;
    height: 1px;
}

.separator-line-horrizontal-medium-light3 {
    width: 18%;
    height: 1px;
}

.separator-line-horrizontal-medium-thick {
    width: 50px;
    height: 5px;
}

.separator-line-horrizontal-full {
    width: 100%;
    height: 1px;
}

.lrBorder {
    border-left: 1px solid;
    border-right: 1px solid;
}

.border-extra-light-gray {
    border-color: #ededed;
}

li.list-style-none, ul li.list-style-none {
    list-style-type: none;
}

.badge {
    padding: 7px 15px;
    border-radius: 1px;
}

    .badge.pink {
        background-color: #e7236d;
    }

    .badge.blue {
        background-color: #0098da;
    }

.posRel {
    position: relative;
}

.posAbs {
    position: absolute;
}

.posStatic {
    position: static;
}

.posFix {
    position: fixed;
}

.line-height-15 {
    line-height: 15px;
}

.line-height-20 {
    line-height: 20px;
}

.line-height-25 {
    line-height: 25px;
}

.line-height-35 {
    line-height: 35px;
}

.line-height-40 {
    line-height: 40px;
}

.width60px {
    width: 60px;
}

.width70px {
    width: 70px;
}

.width80px {
    width: 80px;
}

.height40px {
    height: 40px;
}

.height50px {
    height: 50px;
}

.height60px {
    height: 60px;
}

.width100px {
    width: 100px;
}

.width150px {
    width: 150px;
}

.width10 {
    width: 10%;
}

.width20 {
    width: 20%;
}

.width30 {
    width: 30%;
}

.width40 {
    width: 40%;
}

.width50 {
    width: 50%;
}

.width60 {
    width: 60%;
}

.width70 {
    width: 70%;
}

.width80 {
    width: 80%;
}

.width90 {
    width: 90%;
}

.width95 {
    width: 95%;
}

.width100 {
    width: 100%;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-3 {
    letter-spacing: 3px;
}

a.text-pink, a.text-pink i, .text-pink {
    color: #ff214f;
}

a.text-blue, a.text-blue i, .text-blue {
    color: #13b5ea;
}

.font-blue {
    color: #087ee2;
}

.font-gray {
    color: #949494;
}

.font-orange {
    color: #f3780d;
}

a.text-orange, a.text-orange i, .text-orange {
    color: #ff4e00;
}

.font-white {
    color: #fff;
}

.text-gray {
    color: #6f6f6f;
}

.text-outside-line-full {
    position: relative;
    display: inline-block;
}

    .text-outside-line-full::before {
        content: "";
        position: absolute;
        top: 50%;
        height: 1px;
        width: 99%;
        display: block;
        border-bottom: 1px solid;
        right: 100%;
        margin-right: 25px;
        opacity: .15;
    }

    .text-outside-line-full::after {
        content: "";
        position: absolute;
        top: 50%;
        height: 1px;
        width: 99%;
        display: block;
        border-bottom: 1px solid;
        left: 100%;
        margin-left: 25px;
        opacity: .15;
    }

.text-very-light-gray {
    color: #ededed;
}

.text-light-gray {
    color: #d6d5d5;
}

.text-medium-gray1 {
    color: #a4a4a4;
}

.text-medium-gray {
    color: #939393;
}

.text-dark-gray {
    color: #626262;
}

.text-extra-dark-gray {
    /*color: #232323;*/
    color: #000;
}

.text-small {
    font-size: 12px;
    line-height: 20px;
}

.text-medium {
    font-size: 16px;
    line-height: 24px;
}

.text-large {
    font-size: 20px;
    line-height: 26px;
}

.text-extra-small {
    font-size: 11px;
    line-height: 14px;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f19 {
    font-size: 19px;
}

.f20 {
    font-size: 20px;
}

.f21 {
    font-size: 21px;
}

.f22 {
    font-size: 22px;
}

.f23 {
    font-size: 23px;
}

.f24 {
    font-size: 24px;
}

.f25 {
    font-size: 25px;
}

.f26 {
    font-size: 26px;
}

.f27 {
    font-size: 27px;
}

.f28 {
    font-size: 28px;
}

.f29 {
    font-size: 29px;
}

.f30 {
    font-size: 30px;
}

.f40 {
    font-size: 40px;
}

.f50 {
    font-size: 50px;
}

.f60 {
    font-size: 60px;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background: #000000;
}

.bg-dark-gray {
    background: #1c1c1c;
}

.bg-dark-gray2 {
    background: #303030;
}

.bg-medium-gray {
    background: #939393;
}

.bg-light-gray {
    background: #dfe4e6;
}

.bg-pink {
    background: #ff214f;
}

.text-white {
    color: #FFF !important;
}

.display-table {
    display: table !important;
}

.display-table-cell {
    display: table-cell !important;
}

.display-block {
    display: block !important;
}

.display-inline-block {
    display: inline-block !important;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-top {
    vertical-align: top;
}


.text-uppercase {
    text-transform: uppercase;
}

.heading-font {
    font-family: 'Montserrat', sans-serif;
}

.heading-font2 {
    font-family: 'Raleway', sans-serif;
}

.heading-font3 {
    font-family: 'Open Sans', sans-serif;
}

.heading-seprator {
    height: 1px;
    width: 150px;
    display: inline-block;
    position: relative;
    background: #c1c1c1;
}

    .heading-seprator:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #a0a0a0;
        top: -4px;
        left: 0;
        right: 0;
        margin: auto;
    }

.f20 {
    font-size: 20px;
}

.f30 {
    font-size: 30px;
}

.font-weight100 {
    font-weight: 100 !important;
}

.font-weight300 {
    font-weight: 300 !important;
}

.font-weight400 {
    font-weight: 400 !important;
}

.font-weight500 {
    font-weight: 500 !important;
}

.font-weight600 {
    font-weight: 600 !important;
}

.font-weight700 {
    font-weight: 700 !important;
}

.font-weight800 {
    font-weight: 800 !important;
}

.font-weight900 {
    font-weight: 900 !important;
}

.img-responsive-only {
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

.goTop {
    width: 45px;
}

.no-border {
    border: 0 !important;
}

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

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

.text-uppercase {
    text-transform: uppercase;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.block {
    display: block;
}

.white-box {
    border-bottom: 1px solid #efefef;
    padding: 10px;
    background-color: #FAFAFA;
    webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.solid-black {
    border: 0;
    border-bottom: 2px solid #333;
}

.solid-blue {
    border: 0;
    border-bottom: 2px solid #0d83dd;
    margin: 10px 0;
}

.solid-blue {
    border: 0;
    border-bottom: 2px solid #efefef;
    margin: 10px 0;
}



.marT5 {
    margin-top: 5px;
}

.marT10 {
    margin-top: 10px !important;
}

.marT15 {
    margin-top: 15px;
}


.marT20 {
    margin-top: 20px;
}

.marT30 {
    margin-top: 30px;
}

.marT25 {
    margin-top: 25px;
}


.marT30 {
    margin-top: 30px;
}

.marT40 {
    margin-top: 40px;
}

.marT50 {
    margin-top: 50px;
}

.marT60 {
    margin-top: 60px;
}

.marT70 {
    margin-top: 70px;
}

.marB5 {
    margin-bottom: 5px;
}

.marB10, ul.li-marB10 li {
    margin-bottom: 10px !important;
}

.marB15 {
    margin-bottom: 15px !important;
}

.marB20 {
    margin-bottom: 20px !important;
}

.marB25 {
    margin-bottom: 25px !important;
}

.marB30 {
    margin-bottom: 30px !important;
}

.marB35 {
    margin-bottom: 35px !important;
}

.marB40 {
    margin-bottom: 40px !important;
}

.marB45 {
    margin-bottom: 45px !important;
}

.marB50 {
    margin-bottom: 50px !important;
}

.marB60 {
    margin-bottom: 60px !important;
}

.marB70 {
    margin-bottom: 70px !important;
}

.marB80 {
    margin-bottom: 80px !important;
}

.marB90 {
    margin-bottom: 90px !important;
}

.marL5 {
    margin-left: 5px;
}

.marL10 {
    margin-left: 10px;
}

.marL20 {
    margin-left: 20px;
}

.marL25 {
    margin-left: 25px;
}

.marL26 {
    margin-left: 26px;
}

.marR5 {
    margin-right: 5px;
}

.marR10 {
    margin-right: 10px;
}

.marR20 {
    margin-right: 20px;
}

.marTB5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.marTB10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.marLR10 {
    margin-left: 10px;
    margin-right: 10px;
}

.marAuto {
    margin: auto;
}

.padL10 {
    padding-left: 10px;
}

.padL20 {
    padding-left: 20px;
}

.padL30 {
    padding-left: 30px;
}

.padL40 {
    padding-left: 40px;
}

.padL490 {
    padding-left: 490px;
}

.padR10 {
    padding-right: 10px;
}

.padR20 {
    padding-right: 20px;
}

.padR30 {
    padding-right: 30px;
}

.padR40 {
    padding-right: 40px;
}

.padT10 {
    padding-top: 10px;
}

.padT15 {
    padding-top: 15px;
}

.padT30 {
    padding-top: 30px;
}

.padT40 {
    padding-top: 40px;
}

.padT5 {
    padding-top: 5px;
}

.padB5 {
    padding-bottom: 5px;
}


.padB8 {
    padding-bottom: 8px;
}

.padB10 {
    padding-bottom: 10px;
}

.padB40 {
    padding-bottom: 40px;
}

.padB50 {
    padding-bottom: 50PX;
}

.padB60 {
    padding-bottom: 60px;
}



.padR14 {
    padding-right: 14px;
}

.padR100 {
    padding-right: 100px;
}

.padTB5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padTB10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padTB20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padTB30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padTB40 {
    padding-top: 40px;
    padding-bottom: 50px;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.pad15 {
    padding: 15px;
}

.pad30 {
    padding: 30px;
}

.pad50 {
    padding: 50px;
}


.lineH26 {
    line-height: 26px;
}

.lineH60 {
    line-height: 60px;
}

.lineH60Imp {
    line-height: 60px !important;
}

.disBlock {
    display: block;
}

.disInlineBlock {
    display: inline-block;
}

.text-justify {
    text-align: justify;
}

.noLetterSpacing {
    letter-spacing: normal !important;
}

.noPad {
    padding: 0;
}

.noTPad {
    padding-top: 0;
}

.noBPad {
    padding-bottom: 0 !important;
}

.noLPad {
    padding-left: 0;
}

.noRPad {
    padding-right: 0;
}

.noMar {
    margin: 0;
}

.noTMar {
    margin-top: 0;
}

.noBMar {
    margin-bottom: 0;
}

.text-normal {
    font-style: normal;
}

@media (max-width: 1200px) {
    .md-text-center {
        text-align: center;
    }

    .text-large {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 992px) {
    .sm-marT10 {
        margin-top: 10px !important;
    }

    .sm-marT20 {
        margin-top: 20px !important;
    }

    .no-md-padT15 {
        padding-top: 0;
    }

    .md-padR15 {
        padding-right: 15px;
    }

    .sm-text-center {
        text-align: center;
    }

    .no-sm-pad {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .xs-marT10 {
        margin-top: 10px !important;
    }

    .xs-marT20 {
        margin-top: 20px !important;
    }

    .xs-text-center {
        text-align: center;
    }

    .xs-text-left {
        text-align: left;
    }

    .xs-text-right {
        text-align: right;
    }

    .xs-pad30 {
        padding: 30px;
    }
}

.horizontal-tab .nav-tabs {
    border: 0;
}

.horizontal-tab .tab-content > .active {
    padding: 15px 0;
}

.horizontal-tab .nav-tabs > li > a {
    color: #222222;
    font-size: 13px;
    background: #e3e5e6;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 2px;
    border: 0;
    position: relative;
}

.horizontal-tab .nav-tabs > li.active > a, .horizontal-tab .nav-tabs > li.active > a:focus, .horizontal-tab .nav-tabs > li.active > a:hover {
    color: #ffffff;
    background: #383838;
    text-transform: uppercase;
    border-radius: 2px;
    border: 0;
    position: relative;
}

    .horizontal-tab .nav-tabs > li:hover > a::after, .horizontal-tab .nav-tabs > li.active > a::after {
        transform: scale(1);
    }

.horizontal-tab .nav-tabs > li a::after {
    content: "";
    background: #383838;
    height: 3px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-links {
    text-align: center;
}

    .nav-links ul li {
        display: inline-block;
        margin-top: 20px;
        margin-right: 5px;
        position: relative;
    }

        .nav-links ul li a {
            display: block;
            text-transform: uppercase;
            border-radius: 2px;
            border: 0;
            position: relative;
            padding: 7px 0;
            font-size: 14px;
            width: 220px;
            color: #222222;
            background: #e3e5e6;
        }

        .nav-links ul li.active a {
            color: #ffffff;
            background: #383838;
        }

        .nav-links ul li a::after {
            content: "";
            background: #383838;
            height: 3px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: 0;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

    .nav-links li:hover a::after, .nav-links li.active a::after {
        transform: scale(1);
    }

.nav-tab-border {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 40px;
}

    .nav-tab-border ul {
        border: 0px;
        text-align: center;
        display: inline-block;
        margin: 0 0 20px;
    }

    .nav-tab-border .nav-tabs > li {
        display: inline-block;
        height: auto;
        vertical-align: top;
        margin: 0px;
        border-right: 1px solid #d7d7d7;
        text-align: center;
        padding: 0 15px;
    }

        .nav-tab-border .nav-tabs > li > a {
            line-height: 1.42857143;
            border-radius: 0;
            letter-spacing: 2px;
            text-align: center;
            vertical-align: middle;
            display: inline-block;
            margin: 0 auto;
            outline: none;
            padding: 0 55px;
            border: none;
            float: none;
            color: #626262;
        }

            .nav-tab-border .nav-tabs > li > a i {
                margin-bottom: 10px;
            }

        .nav-tab-border .nav-tabs > li.active > a, .nav-tab-border .nav-tabs > li.active > a i {
            cursor: default;
            color: #000;
        }

        .nav-tab-border .nav-tabs > li:hover > a, .nav-tab-border .nav-tabs > li:hover > a i {
            color: #000;
        }

        .nav-tab-border .nav-tabs > li > a i {
            color: #9a9a9a;
        }

        .nav-tab-border .nav-tabs > li:last-child {
            border: none;
        }

        .nav-tab-border .nav-tabs > li.active > a, .nav-tab-border .nav-tabs > li.active > a:focus, .nav-tab-border .nav-tabs > li.active > a:hover {
            border: 0;
            border-bottom-color: transparent;
        }

    .nav-tab-border .nav > li > a:focus, .nav-tab-border .nav > li > a:hover {
        text-decoration: none;
        background: none;
    }

.alert.alert-sm {
    padding: 8px 10px;
    margin-bottom: 10px;
}

.bs-example {
    width: 100%;
    padding: 5px;
    margin: 3px 0;
    border: 1px solid #d7d7d7;
}

.container-full {
    max-width: 100%;
    width: 100%;
    padding: 0 120px;
}

@media only screen and (max-width: 1250px) and (min-width: 992px) {
    .container-full {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 767px) {
    .container-full {
        max-width: 850px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .container-full {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}





.goTop {
    right: 10px;
    bottom: 50px;
    position: fixed;
    -webkit-animation: bounce 6000ms alternate infinite ease;
    -moz-animation: bounce 6000ms alternate infinite ease;
    -ms-animation: bounce 6000ms alternate infinite ease;
    display: none;
}

.col-lg-20, .col-md-20, .col-sm-20, .col-xs-20 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-xs-20 {
    width: 20%;
}

col-xs-offset-30 {
    margin-left: 30%;
}
    .col-xs-offset-40 {
        margin-left: 40%;
    }


@media (min-width:767px) and (max-width:992px) {
    .col-sm-20 {
        width: 20%;
    }

    col-sm-offset-30 {
        margin-left: 30%;
    }
    .col-sm-offset-40 {
        margin-left: 40%;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .col-md-20 {
        width: 20%;
    }

    .col-md-offset-30 {
        margin-left: 30%;
    }
    .col-md-offset-40 {
        margin-left: 40%;
    }
}

@media (min-width:1199px) {
    .col-lg-20 {
        width: 20%;
    }

    .col-lg-offset-30 {
        margin-left: 30%;
    }

    .col-lg-offset-40 {
        margin-left: 40%;
    }
}

/*-----------------------------------------------------------------------
       all Button Style
-----------------------------------------------------------------------*/
.button-link {
    color: #029fe1;
    transition: all 0.3s ease 0s;
    display: inline-block;
    border: 2PX solid transparent;
    transform: translateX(0);
    padding: 7px 0;
}

    .button-link:hover {
        padding: 7px 15px;
        color: #029fe1;
        border: 2PX solid #029fe1;
        transform: translateX(5px);
    }

.site-button.btn-lg {
    padding-left: 29px;
    padding-right: 36px;
    line-height: 40px;
}

.site-button.btn-sm {
    font-size: 9px;
    padding: 1px 17px;
    line-height: 22px;
}

.site-button.btn-blue {
    background: #029fe1;
}

    .site-button.btn-blue:hover {
        background-color: inherit;
        color: #ffffff;
        border: 2px solid #029fe1;
    }

.site-button.btn-white {
    background: #ffffff;
    color: #212121;
}

    .site-button.btn-white:hover {
        background-color: inherit;
        color: #ffffff;
        border: 2px solid #ffffff;
    }

.site-button.btn-orange {
    background: #ff4e00;
    border: 2px solid #ff4e00;
}

    .site-button.btn-orange:hover {
        background: inherit;
        color: #ff4e00;
        border: 2px solid #ff4e00;
    }

/*.site-button.border-button {
    border: 3px solid #0097d9;
    color: #2f343b;
    display: inline-block;
    position: relative;
    border-radius: 40px;
    background: #fff;
    padding-left: 29px;
    padding-right: 36px;
    line-height: 40px;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}*/
.site-button.border-button {
    border: 2px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    position: relative;
    background: #31375000;
    padding-left: 29px;
    padding-right: 36px;
    line-height: 40px;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
    border-radius: 0;
}

    .site-button.border-button.btn-large {
        font-size: 15px;
    }

        .site-button.border-button.btn-large i {
            font-weight: 700;
            font-size: 15px;
        }


    .site-button.border-button:hover {
        background: transparent;
        color: #fff;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    }

        .site-button.border-button:hover i {
            font-weight: normal;
        }

    .site-button.border-button.black-border {
        border: 2px solid #212121;
        color: #212121;
        display: inline-block;
        position: relative;
        background: #31375000;
        padding: 6px 26px 5px;
        line-height: 1.8;
        -webkit-transition: 0.35s all ease;
        transition: 0.35s all ease;
        border-radius: 0;
    }

        .site-button.border-button.black-border:hover {
            border: 2px solid #212121;
            color: #ffffff;
            display: inline-block;
            position: relative;
            background: #212121;
            padding: 6px 26px 5px;
            line-height: 1.8;
            -webkit-transition: 0.35s all ease;
            transition: 0.35s all ease;
            border-radius: 0;
        }
/*.btn-blue {
    background: #fff;
    border: 2px solid #1674D1;
    color: #1674D1;
    font-size: 12px;
    font-weight: 900;
    padding: 13px 35px;
    margin: 0px 6px 20px 0px;
    border-radius: 0px;
    text-transform: uppercase;
    display: inline-block;
    transition: .4s;
}

    .btn-blue.fill-blue {
        color: #FFF;
        border-color: #087ee2;
        background: #087ee2 none repeat scroll 0% 0%;
    }

    .btn-blue.medium {
        padding: 8px 25px;
    }

    .btn-blue:hover {
        color: #fff;
        border-color: #1674D1;
        background-color: #1674D1;
    }

    .btn-blue.fill-blue:hover {
        color: #fff;
        border-color: #0877d5;
        background-color: #0877d5;
    }*/

.btn-refresh {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 0 15px 0;
    background: #333 url(../Images/refresh.png) no-repeat;
    background-position: center center;
    border: 1px solid #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    background-clip: padding-box;
    text-transform: uppercase;
    transition: all 0.40s ease;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    color: white;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}

    .btn-refresh:hover {
        background: #131313 url(../Images/refresh.png) no-repeat;
        background-position: center center;
    }

.letter-spacing {
    letter-spacing: 1.2px;
}

.site-button.btn-info.bg-pink {
    background-color: #f36;
}

.site-button.btn-info.bg-red {
    background-color: #e12335;
}

.site-button.btn-info.bg-green {
    background-color: #53b427;
}

.site-button.btn-info.bg-blue {
    background-color: #186fc9;
}

.site-button.btn-info.bg-yellow {
    background-color: #f1630d;
}

.site-button.btn-info.bg-orange {
    background-color: #f1630d;
}

.site-button.btn-info:before, .site-button.btn-info:before, .site-button.btn-info:before {
    display: none;
}

.site-button.btn-info:hover, .site-button.btn-info:focus, .site-button.btn-info:active {
    opacity: 1;
    transform: translateY(0);
}

.btn-block {
    display: block;
    width: 100%;
}
/**********************media query************************************/
@media (min-width: 992px) {
    .modal-ex-lg {
        width: 900px;
    }
}

@media (min-width: 1199px) {
    .modal-ex-lg {
        width: 1100px;
    }
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        a[href^="javascript:"]:after, a[href^="#"]:after {
            content: "";
        }


    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

@media print {
    .inner-wrap {
        margin: 0;
    }

    .receipt-wrap {
        width: 100%;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .modal-body {
        padding: 0;
    }

    .modal-content {
        border: 0;
    }

    .modal {
        padding: 0 !important;
        margin: 0;
    }

    .steps p {
        animation: none;
    }

    .col-md-6 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    .col-md-6 {
        width: 50%;
    }

    .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #f9f9f9 !important;
        -webkit-print-color-adjust: exact;
    }
}



::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

a {
    padding-bottom: .2em;
    margin: .2em 0;
    color: #0d83dd;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

    a:hover, a:active {
        color: #0d83dd;
    }

    a:active, a:focus {
        outline: 0;
    }


@media only screen and (max-width:600px) {
    h1 {
        /*font-size: 1.7em;*/
    }

    h2 {
        /*font-size: 1.8em;*/
    }
}



.hline {
    width: 40px;
    border-bottom: 3px solid #E25503;
    margin: 0px auto;
    margin-bottom: 30px;
    margin-top: 10px;
}

.visible-xxs {
    display: none;
}

@media (max-width:500px) {
    .visible-xxs {
        display: block;
    }

    .hidden-xxs {
        display: none;
    }

    .col-xxs-12, .col-xxs-6 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-12 {
        width: 100%;
    }
}

@media (max-width:300px) {
    .col-xxxs-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    .col-xxxs-12 {
        width: 100%;
    }
}
/*-----------------------------------------------------------------------------------------------------------
---------------------------------------------------------radio and checkbox style---------------------------------------  
------------------------------------------------------------------------------------------------------------*/
.form-style .radio, .form-style .checkbox {
    outline: none;
    border: none;
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 13px;
    line-height: 27px;
    color: #555555;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: normal;
    margin-top: 0;
    position: relative;
    display: block;
}

.form-style.font-white .radio, .form-style.font-white .checkbox {
    color: #fff;
}

.form-style .radio.radio-sm {
    line-height: 13px;
    font-size: 12px;
}

.form-style .radio.text-white {
    color: #fff;
}

.form-style .radio {
    text-transform: none;
}

    .form-style .radio:last-child,
    .form-style .checkbox:last-child {
        margin-bottom: 0;
    }

    .form-style .radio input,
    .form-style .checkbox input {
        position: absolute;
        left: -9999px;
    }

    .form-style .radio i,
    .form-style .checkbox i {
        position: absolute;
        top: 5px;
        left: 0;
        display: block;
        width: 17px;
        height: 17px;
        outline: none;
        border-width: 2px;
        border-style: solid;
        background: #fff;
    }

    .form-style .radio i {
        border-radius: 50%;
    }

    .form-style .radio input + i:after,
    .form-style .checkbox input + i:after {
        position: absolute;
        opacity: 0;
        transition: opacity 0.1s;
        -o-transition: opacity 0.1s;
        -ms-transition: opacity 0.1s;
        -moz-transition: opacity 0.1s;
        -webkit-transition: opacity 0.1s;
    }

    .form-style .radio input + i:after {
        content: '';
        top: 3px;
        left: 3px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
    }

.form-style .checkbox input + i:after {
    content: '';
    top: 3px;
    left: 2px;
    width: 10px;
    height: 7px;
    background: url('../images/tick.png') no-repeat;
    text-align: center;
}

.form-style .radio input:checked + i:after,
.form-style .checkbox input:checked + i:after {
    opacity: 1;
}

.form-style .inline-group {
    margin: 0 -30px -4px 0;
}

    .form-style .inline-group:after {
        content: '';
        display: table;
        clear: both;
    }

    .form-style .inline-group .radio,
    .form-style .inline-group .checkbox {
        float: left;
        margin-right: 30px;
    }

        .form-style .inline-group .radio:last-child,
        .form-style .inline-group .checkbox:last-child {
            margin-bottom: 4px;
        }
/* icons */

.form-style [class^="icon-"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
/* normal state */
.form-style .radio i,
.form-style .checkbox i {
    border-color: #E5A43B;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

.checkRadio-white.form-style .radio i, .checkRadio-white.form-style .checkbox i {
    border-color: #fff;
}
/* hover state */
.form-style .radio:hover i,
.form-style .checkbox:hover i {
    border-color: #E5A43B;
    box-shadow: 0 0 5px #3BC7E2;
}

.checkRadio-white.form-style .radio:hover i, .checkRadio-white.form-style .checkbox:hover i {
    border-color: #fafafa;
}

.form-style .button:hover {
    opacity: 1;
}
/* focus state */
.form-style .radio input:focus + i,
.form-style .checkbox input:focus + i {
    border-color: #E5A43B;
}
/* checked state */
.form-style .radio input + i:after {
    background-color: #E5A43B;
}

.checkRadio-white.form-style .radio input + i:after {
    background-color: #01c3c4;
}

.form-style .checkbox input + i:after {
    color: #E5A43B;
}

.form-style .radio input:checked + i,
.form-style .checkbox input:checked + i {
    border-color: #E5A43B;
}

.checkRadio-white.form-style .radio input:checked + i, .checkRadio-white.form-style .checkbox input:checked + i {
    border-color: #fafafa;
}
/*------------------------------------------------------end--radio and checkbox style-------------------------------------*/
.dmtop {
    background-color: #efefef;
    border-bottom: 3px solid #0d83dd;
    background-image: url(../images/gotop.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 9;
    width: 50px;
    height: 50px;
    text-indent: -99999px;
    position: fixed;
    bottom: -100px;
    right: 10px;
    cursor: pointer;
    box-shadow: 0 14px 59px -7px rgba(0,0,0,0.85);
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow: auto;
}

.ui-autocomplete {
    z-index: 2147483647;
}

.error_input {
    border-color: red !important;
    background: rgba(251, 8, 8, 0.1) !important;
}



.success-warning {
    width: 100%;
    font-size: 16px;
    border: 1px solid #F0AD4E;
    border-left-width: 40px;
    padding: 10px 0;
    position: relative;
    padding-left: 10px;
    border-radius: 3px;
    background-color: #d5e6f3;
    color: #73b6e8;
    margin: 0;
}

    .success-warning:before {
        font: normal normal normal 20px/1 FontAwesome;
        content: "\f071";
        position: absolute;
        left: -30px;
        color: #fff;
    }
