.margin_top125 {
    margin-top: 125px;
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.margin10 {
    margin-left: 10px;
}

.prv_btn {
    padding: 1%;
    border-radius: 0;
    background: #ccc;
    width: 15%;
}

.next_btn {
    padding: 1%;
    border-radius: 0;
    background: #357cc7;
    width: 15%;
}

.sub_title {
    color: #2419b7;
    padding-top: 10px;
    padding-bottom: 10px;
}

hr {
    box-shadow: 2px 4px 2px #18157b;
}

.title_head {
    background: #1e10820d;
    font-size: 24px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 27px;
    color: #ebebeb;
    font-weight: 600;
    font-family: 'Lobster', cursive;
    margin: 0 auto;
    box-shadow: 2px 4px 10px #1f1f33;
    text-shadow: 0 6px 4px #000;
}

h1.title_head span {
    color: #f9bd33;
    font-size: 42px;
    font-family: cursive;
}

.no_padding {
    padding: 0 !important;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.steps.clearfix {
    position: fixed;
    width: 25.6%;
}

.insti_details {
    padding-left: 50px;
    padding-right: 50px;
}

.pad_t_b10 {
    padding-bottom: 10px;
}

.paddt20 {
    padding-top: 20px;
}

display-flex,
.form-flex,
.form-date-group,
.steps ul,
.title,
.title .step-number,
.actions ul li a,
.form-radio-flex,
.form-find {
    display: flex;
    display: -webkit-flex;
}


/* @extend list-type-ulli; */

list-type-ulli,
.steps ul,
.actions ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


/* roboto-slab-300 - latin */

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/roboto-slab/roboto-slab-v7-latin-300.eot");
    /* IE9 Compat Modes */
    src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.svg#RobotoSlab") format("svg");
    /* Legacy iOS */
}


/* roboto-slab-regular - latin */

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.svg#RobotoSlab") format("svg");
    /* Legacy iOS */
}


/* roboto-slab-700 - latin */

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/roboto-slab/roboto-slab-v7-latin-700.eot");
    /* IE9 Compat Modes */
    src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.svg#RobotoSlab") format("svg");
    /* Legacy iOS */
}

a:focus,
a:active {
    text-decoration: none;
    outline: none;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
}

input,
select,
textarea {
    outline: none;
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important;
}

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        appearance: none !important;
        -moz-appearance: none !important;
        -webkit-appearance: none !important;
        -o-appearance: none !important;
        -ms-appearance: none !important;
        margin: 0;
    }

    input:focus,
    select:focus,
    textarea:focus {
        outline: none;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -o-box-shadow: none !important;
        -ms-box-shadow: none !important;
    }

    input[type=checkbox] {
        appearance: checkbox !important;
        -moz-appearance: checkbox !important;
        -webkit-appearance: checkbox !important;
        -o-appearance: checkbox !important;
        -ms-appearance: checkbox !important;
    }

    input[type=radio] {
        appearance: radio !important;
        -moz-appearance: radio !important;
        -webkit-appearance: radio !important;
        -o-appearance: radio !important;
        -ms-appearance: radio !important;
    }

.clear {
    clear: both;
}

h2 {
    font-size: 1.5em;
    margin: 0px;
}


/* body {
  font-size: 14px;
  line-height: 1.6;
  color: #222;
  font-weight: 400;
  font-family: 'Roboto Slab';
  margin: 0px;
  background: #222;
  position: relative;
  padding: 0px; }

.main {
  padding: 50px 0;
  position: relative;
  z-index: 99; }

.container {
  width: 1400px;
  margin: 0 auto;
  background: #fff; } */

fieldset {
    padding: 0px;
    margin: 0px;
    border: none;
    padding-left: 25px;
    padding-right: 55px;
    padding-top: 20px;
}

p.desc {
    margin: 0px;
    margin-bottom: 40px;
    color: #555;
}

.form-label {
    display: block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}

.text-input {
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 5px;
}

    .text-input span {
        color: #222;
        font-weight: bold;
    }

.bnn_App {
    background: url(../img/bann2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
}


/* input {
    width: 100%;
    display: block;
    border: 1px solid #ebebeb;
    height: 35px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #222;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Roboto Slab';
} */


/* #steps-uid-0-p-0 .form-row,
#steps-uid-0-p-0 .form-group,
#steps-uid-0-p-0 .form-date {
    width: 680px;
} */

.form-flex {
    margin: 0 -10px;
}

    .form-flex .form-group {
        width: 50%;
        padding: 0 10px;
    }

.form-group,
.form-date {
    margin-bottom: 18px;
    position: relative;
}

.form-date-group {
    border: 1px solid transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

    .form-date-group select {
        border: 1px solid #ebebeb;
        width: 100%;
        box-sizing: border-box;
        appearance: none !important;
        -moz-appearance: none !important;
        -webkit-appearance: none !important;
        -o-appearance: none !important;
        -ms-appearance: none !important;
        position: relative;
        background: 0 0;
        z-index: 10;
        cursor: pointer;
        padding: 0 20px;
        height: 50px;
        font-size: 14px;
        font-family: 'Roboto Slab';
        color: #999;
        box-sizing: border-box;
        background-color: #fff;
        color: #222;
        font-weight: bold;
    }

.form-date-item {
    position: relative;
    overflow: hidden;
    width: 100px;
    margin-right: 10px;
}

.vertical {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .vertical .steps {
        float: left;
        width: 25%;
        position: fixed;
    }

    .vertical .content,
    .vertical .actions {
        float: right;
        width: 75%;
    }

.steps ul {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
    padding-left: 40px;
    padding-top: 60px;
}

    .steps ul li {
        padding-bottom: 40px;
        position: relative;
        z-index: 99;
        padding-left: 5px;
    }

        .steps ul li a {
            text-decoration: none;
            color: #222;
        }

    .steps ul:after {
        position: absolute;
        content: '';
        width: 2px;
        height: 220px;
        background: #ebebeb;
        left: 64px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        z-index: 9;
    }

.title {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    font-size: 16px;
}

    .title .step-number {
        width: 40px;
        height: 40px;
        align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        background: #ebebeb;
        color: #999;
        margin-right: 15px;
        border: 5px solid #fff;
        font-weight: bold;
    }

    .title .step-text {
        font-weight: bold;
        color: #fff;
        font-size: 16px !important;
    }

.current .title .step-number {
    background: #1e1083;
    color: #fff;
}

.active1 .title .step-number {
    background: #519e0c;
    color: #fff;
}

.current .title .step-text {
    color: #fff;
}


.content,
.actions {
    background: #f8f8f8;
    min-height: 80vh;
}

.actions {
    padding-bottom: 90px;
}

    .actions ul {
        padding-left: 45px;
        padding-right: 55px;
    }

        .actions ul .disabled {
            display: none;
        }

        .actions ul li {
            float: right;
        }

            .actions ul li:first-child {
                float: left;
            }

                .actions ul li:first-child a {
                    background: #e8e8e8;
                    color: #999;
                }

            .actions ul li a {
                width: 140px;
                height: 50px;
                color: #fff;
                background: #4966b1;
                align-items: center;
                -moz-align-items: center;
                -webkit-align-items: center;
                -o-align-items: center;
                -ms-align-items: center;
                justify-content: center;
                -moz-justify-content: center;
                -webkit-justify-content: center;
                -o-justify-content: center;
                -ms-justify-content: center;
                text-decoration: none;
            }

.form-radio-flex {
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 -15px;
}

    .form-radio-flex .form-radio-item {
        padding: 0 15px;
        margin-bottom: 25px;
    }

    .form-radio-flex input {
        width: 0;
        height: 0;
        position: absolute;
        left: -9999px;
    }

        .form-radio-flex input + label {
            margin: 0px;
            width: 223px;
            height: 133px;
            box-sizing: border-box;
            position: relative;
            display: inline-block;
            text-align: center;
            background-color: transparent;
            border: 1px solid transparent;
            text-align: center;
            text-transform: none;
            transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
        }

            .form-radio-flex input + label img {
                width: 100%;
                height: 100%;
            }

        .form-radio-flex input:checked + label {
            border: 1px solid #4966b1;
            z-index: 1;
        }

        .form-radio-flex input:focus + label {
            outline: none;
        }

        .form-radio-flex input:hover {
            border: 1px solid #4966b1;
        }

label.error {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
}

    label.error:after {
        font-family: 'Material-Design-Iconic-Font';
        position: absolute;
        content: '\f135';
        right: 20px;
        top: 50px;
        font-size: 13px;
        color: #f63726;
    }

input.error {
    border: 1px solid #f63726;
}

#find_bank {
    padding: 0 55px;
    width: 680px;
    margin-right: 20px;
}

    #find_bank::-webkit-input-placeholder {
        font-weight: 400;
    }

    #find_bank::-moz-placeholder {
        font-weight: 400;
    }

    #find_bank:-ms-input-placeholder {
        font-weight: 400;
    }

    #find_bank:-moz-placeholder {
        font-weight: 400;
    }

.submit {
    width: 150px;
    background: #666;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

    .submit:hover {
        background-color: #4d4d4d;
    }

.form-find {
    position: relative;
    padding-bottom: 70px;
    border-bottom: 1px solid #ebebeb;
}

.form-icon {
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 18px;
    color: #999;
}

.choose-bank-desc {
    color: #666;
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 35px;
}

.contant {
    background: #f8f8f8;
    min-height: 80vh;
}

#slider-margin {
    height: 9px;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    background: #e8e8e8;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    position: relative;
    margin-top: 110px;
}

    #slider-margin .noUi-marker-horizontal.noUi-marker-large,
    #slider-margin .noUi-marker-horizontal.noUi-marker {
        height: 0px;
    }

    #slider-margin .noUi-connect {
        background: #4966b1;
    }

    #slider-margin .noUi-connects {
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -o-border-radius: 0px;
        -ms-border-radius: 0px;
    }

    #slider-margin .noUi-handle {
        width: 15px;
        height: 30px;
        top: -12px;
        background: #e8e8e8;
        outline: none;
        border: none;
        right: -15px;
        border: 1px solid #4966b1;
        border-radius: 0px;
    }

        #slider-margin .noUi-handle:after,
        #slider-margin .noUi-handle:before {
            width: 0px;
        }

        #slider-margin .noUi-handle .noUi-tooltip {
            bottom: 33px;
            border: none;
            background: transparent;
            font-size: 16px;
            color: #4966b1;
            padding: 0px;
        }

    #slider-margin .noUi-pips {
        width: 96%;
    }

        #slider-margin .noUi-pips .noUi-value {
            top: -50px;
            font-size: 16px;
            color: #666;
        }

            #slider-margin .noUi-pips .noUi-value:before {
                content: '$';
            }

        #slider-margin .noUi-pips .noUi-value-horizontal {
            transform: none;
            -moz-transform: none;
            -webkit-transform: none;
            -o-transform: none;
            -ms-transform: none;
        }

.your-money {
    font-size: 16px;
    color: #222;
    margin: 0px;
    padding-top: 62px;
}

    .your-money .money {
        font-size: 28px;
        font-weight: bold;
    }

@media screen and (max-width: 1024px) {
    .container {
        width: calc(100% - 40px);
        max-width: 100%;
    }

    .vertical .steps,
    .vertical .content,
    .vertical .actions {
        float: none;
        width: 100%;
    }

    #find_bank {
        width: 100%;
    }

    .form-radio-flex input + label {
        width: 190px;
        height: 120px;
    }
}

@media screen and (max-width: 992px) {
    .form-radio-flex input + label {
        width: 100px;
        height: 65px;
    }
}

@media screen and (max-width: 768px) {
    #steps-uid-0-p-0 .form-row,
    #steps-uid-0-p-0 .form-group,
    #steps-uid-0-p-0 .form-date {
        width: 100%;
    }

    .form-flex {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        margin: 0px;
    }

        .form-flex .form-group {
            padding: 0px;
        }

    fieldset,
    .actions ul {
        padding-left: 30px;
        padding-right: 30px;
    }

    #slider-margin .noUi-pips {
        width: 94%;
    }
}

@media screen and (max-width: 480px) {
    .form-date-group,
    .form-find {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
    }

    #find_bank {
        margin-bottom: 20px;
    }

    .actions ul li a {
        width: 100px;
    }

    .form-radio-flex {
        margin: 0 -5px;
    }

        .form-radio-flex .form-radio-item {
            padding: 0 5px;
        }

        .form-radio-flex input + label {
            width: 90px;
            height: 61px;
        }
    .steps.clearfix {
        position: relative;
        width: 100%;
    }
}


/*# sourceMappingURL=style.css.map */

.bnn_App {
    background: url(../img/bann2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    min-height: 80vh;
}

h6.small-heading1 {
    font-size: 18px;
}

span.rt_underline {
    text-decoration: underline;
    padding-right: 5px;
}

    span.rt_underline a {
        text-decoration-color: #368cd2;
    }

.no-padding {
    padding: 0;
}

.list-unstyled {
    text-align: center;
}

h4.quicklink {
    text-align: center;
    text-decoration: underline;
    color: #fd6d05;
    margin-top: -20px;
}

.name {
    color: #fd6d05;
}

.degnation {
    font-size: 14px;
    font-weight: 600;
    color: #0d0b90;
}

address.address_book {
    font-size: 13px;
}

span.visitsite {
    border-radius: 10px;
    padding: 3px;
    box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.76);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.76);
    -moz-box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.76);
}


/* .blinking{
    animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
} */

.announc_bg {
    background: #f2f9ff;
    height: 356px;
    overflow: hidden;
    box-shadow: 2px 4px 10px #ccc;
}

div#particles-js {
    position: absolute;
}

a.read_more {
    font-weight: 800;
    text-decoration: underline !important;
    color: #e05420;
}

.pagination li {
    border: 1px solid #777;
    padding: 6px;
    background: #693a3a;
    border-radius: 4px;
}

.static-content {
    font-size: 17px;
}

h2.ant_color {
    color: #4914e0;
    font-variant: all-petite-caps;
    font-weight: 400;
}

.static-content h4 strong {
    color: #ec7430;
}

.submitdate {
    color: #e65937;
    font-size: 16px;
    background: #c3c3c324;
}

.author {
    color: #349ce0;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.head_color {
    color: #2bb6de;
}

.head_color1 {
    color: #161678;
}


/* .bg {
    padding: 7px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    color: #220e88;
    border-radius: 4px;
    margin-top: 8px;
} */

.push_button {
    position: relative;
    width: 100%;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    line-height: 43px;
    font-family: 'Oswald', Helvetica;
    display: block;
    margin: 30px 0px;
}

    .push_button:before {
        background: #f0f0f0;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#f0f0f0));
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
        position: absolute;
        content: "";
        left: -6px;
        right: -6px;
        top: -6px;
        bottom: -10px;
        z-index: -1;
    }

    .push_button:active {
        box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
        top: 5px;
    }

        .push_button:active:before {
            top: -11px;
            bottom: -5px;
            content: "";
        }

.red {
    text-shadow: -1px -1px 0 #A84155;
    background: #D25068;
    border: 1px solid #D25068;
    background-image: -webkit-linear-gradient(top, #F66C7B, #D25068);
    background-image: -moz-linear-gradient(top, #F66C7B, #D25068);
    background-image: -ms-linear-gradient(top, #F66C7B, #D25068);
    background-image: -o-linear-gradient(top, #F66C7B, #D25068);
    background-image: linear-gradient(to bottom, #F66C7B, #D25068);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
}

    .red:hover {
        background: #F66C7B;
        background-image: -webkit-linear-gradient(top, #D25068, #F66C7B);
        background-image: -moz-linear-gradient(top, #D25068, #F66C7B);
        background-image: -ms-linear-gradient(top, #D25068, #F66C7B);
        background-image: -o-linear-gradient(top, #D25068, #F66C7B);
        background-image: linear-gradient(top, #D25068, #F66C7B);
    }

.blue {
    text-shadow: -1px -1px 0 #2C7982;
    background: #3EACBA;
    border: 1px solid #379AA4;
    background-image: -webkit-linear-gradient(top, #48C6D4, #3EACBA);
    background-image: -moz-linear-gradient(top, #48C6D4, #3EACBA);
    background-image: -ms-linear-gradient(top, #48C6D4, #3EACBA);
    background-image: -o-linear-gradient(top, #48C6D4, #3EACBA);
    background-image: linear-gradient(top, #48C6D4, #3EACBA);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
}

.light_blue {
    text-shadow: -1px -1px 0 #2d74bd;
    background: #49b5ea;
    border: 1px solid #55a5e6;
    background-image: -webkit-linear-gradient(top, #5db5e0, #5599e4);
    background-image: -moz-linear-gradient(top, #5db5e0, #5599e4);
    background-image: -ms-linear-gradient(top, #5db5e0, #5599e4);
    background-image: -o-linear-gradient(top, #5db5e0, #5599e4);
    background-image: linear-gradient(top, #5db5e0, #5599e4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #397fa7, 0 4px 2px rgba(26, 34, 72, 0.5);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #397fa7, 0 4px 2px rgba(26, 34, 72, 0.5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #397fa7, 0 4px 2px rgba(26, 34, 72, 0.5);
}

    .light_blue:hover {
        background: #5274d6;
        background-image: -webkit-linear-gradient(top, #3e5eba, #59b9ea);
        background-image: -moz-linear-gradient(top, #3e5eba, #59b9ea);
        background-image: -ms-linear-gradient(top, #3e5eba, #59b9ea);
        background-image: -o-linear-gradient(top, #3e5eba, #59b9ea);
        background-image: linear-gradient(top, #3e5eba, #59b9ea);
        color: #fff;
    }

.blue:hover {
    background: #48C6D4;
    background-image: -webkit-linear-gradient(top, #3EACBA, #48C6D4);
    background-image: -moz-linear-gradient(top, #3EACBA, #48C6D4);
    background-image: -ms-linear-gradient(top, #3EACBA, #48C6D4);
    background-image: -o-linear-gradient(top, #3EACBA, #48C6D4);
    background-image: linear-gradient(top, #3EACBA, #48C6D4);
}

li.screen_reader {
    background: #121213;
    border-radius: 20px;
}


/*--------------pussbutton*/

a.active {
    color: #f56e0c;
}

.time {
    float: left;
    color: gold !important;
    margin-top: 10px;
    font-size: 12px;
}

.date {
    float: left;
    color: #19e2fb !important;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 12px;
}

.main_bg {
    background: #f6f6f6;
    padding: 10px;
    border: 1px solid #efefef;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; */
    box-shadow: 4px 8px 40px 8px rgba(45, 8, 151, 0.15);
}

.reg-bg {
    /* background-color: #F7F7F7;
    border-left: 4px solid #FFF;
    margin-bottom: 4px;
    padding: 5px; */
    background-color: #fff;
    border: 4px solid rgba(224, 224, 224, 0.9803921568627451);
    border-radius: 5px;
}

.red_col {
    color: #e66110;
    font-size: 16px;
    padding-left: 10px;
}

.green_col {
    color: #12ac1f;
    font-size: 16px;
    padding-left: 10px;
}

ol.hq-list {
    margin-left: 25px;
    font-size: 14px;
}

ul.type-list {
    list-style: none;
}

.reg-bg h6 {
    font-size: 14px;
    line-height: 55px;
    text-align: center;
}

h4 strong {
    font-size: 20px;
    color: #18157a;
}

h5 strong {
    font-size: 15px;
    color: #ec5417;
}

h6 strong {
    color: #2980ef;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #123179;
    background-color: #f5f5f5;
    border-color: #dee2e6 #dee2e6 #fff;
    box-shadow: 0px -3px 4px #666;
}

.mg_top {
    margin-top: 15px;
}

.table-bordered {
    border: 1px solid #dee2e6 !important;
}

.banner-agile-2 h3,
.banner-agile-3 h3,
.banner-agile-4 h3,
.banner-agile-7 h3,
.banner-agile-8 h3,
.banner-agile-9 h3,
.banner-agile-10 h3,
.banner-agile-11 h3,
.banner-agile-12 h3,
.banner-agile-13 h3 {
    position: absolute !important;
    margin: 10% auto;
    color: aliceblue;
    max-width: 100%;
    /* max-height: 50%; */
    left: 0;
    /* right: 0; */
    overflow: 0;
    text-align: center;
    font-size: 3em;
    color: #e7e5ec;
    box-shadow: 2px 4px 10px #343a40;
    text-shadow: 2px 4px 10px #000;
    /* border-bottom-right-radius: 30px;
    border-top-right-radius: 30px; */
    padding: 5px;
}

.text_color1 {
    color: #fff;
    text-align: unset;
}

.title1 {
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    line-height: 1.4;
    color: var(--cyan);
}

.title {
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    color: #2980B9;
}

.bg_color1 {
    background: rgba(32, 201, 179, 0.2);
    box-shadow: 0px 32px 100px rgba(103, 68, 4, 0.4705882352941);
}

.bg_color {
    background: #f2f3f3;
    box-shadow: 0px 32px 100px rgba(41, 11, 145, 0.4705882352941);
}

.left_border {
    padding: 0 5px;
    border-left: 2px dotted #6767ef;
}

span a {
    color: #fff;
    font-size: 13px;
}

#recnt_ann {
    height: 10px;
    ;
}

.navbar-slogan {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #1e1083;
    font-family: fantasy;
    padding-top: 10px;
}

h5.sub-title {
    letter-spacing: 3px;
    font-size: 18px;
}

li.screen_reader {
    background: #121213;
    border-radius: 20px;
}


/*------------------*/

.nav_center {
    margin: 0 auto;
}

.letter,
.space {
    display: inline-block;
    font-weight: bold;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-shadow: 2px 2px 5px black;
}

.space {
    width: .5em;
}

@-webkit-keyframes anim1 {
    0% {
        -webkit-transform: translate3d(-537px, -745px, -1000px) rotate(0deg);
        transform: translate3d(-537px, -745px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-360deg);
        transform: translate3d(0, 0, 0) rotate(-360deg);
        opacity: .8;
    }
}

@keyframes anim1 {
    0% {
        -webkit-transform: translate3d(-537px, -745px, -1000px) rotate(0deg);
        transform: translate3d(-537px, -745px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-360deg);
        transform: translate3d(0, 0, 0) rotate(-360deg);
        opacity: .8;
    }
}

.letter:nth-child(1) {
    -webkit-animation: anim1 5s;
    animation: anim1 5s;
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    color: #fff;
}

@-webkit-keyframes anim2 {
    0% {
        -webkit-transform: translate3d(-414px, -803px, -1000px) rotate(0deg);
        transform: translate3d(-414px, -803px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-360deg);
        transform: translate3d(0, 0, 0) rotate(-360deg);
        opacity: .8;
    }
}

@keyframes anim2 {
    0% {
        -webkit-transform: translate3d(-414px, -803px, -1000px) rotate(0deg);
        transform: translate3d(-414px, -803px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-360deg);
        transform: translate3d(0, 0, 0) rotate(-360deg);
        opacity: .8;
    }
}

.letter:nth-child(2) {
    -webkit-animation: anim2 5s;
    animation: anim2 5s;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
    color: orange;
}

@-webkit-keyframes anim3 {
    0% {
        -webkit-transform: translate3d(715px, 1286px, -1000px) rotate(0deg);
        transform: translate3d(715px, 1286px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
        transform: translate3d(0, 0, 0) rotate(360deg);
        opacity: .8;
    }
}

@keyframes anim3 {
    0% {
        -webkit-transform: translate3d(715px, 1286px, -1000px) rotate(0deg);
        transform: translate3d(715px, 1286px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
        transform: translate3d(0, 0, 0) rotate(360deg);
        opacity: .8;
    }
}

.letter:nth-child(3) {
    -webkit-animation: anim3 5s;
    animation: anim3 5s;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
    color: orange;
}

@-webkit-keyframes anim4 {
    0% {
        -webkit-transform: translate3d(1090px, 1096px, -1000px) rotate(0deg);
        transform: translate3d(1090px, 1096px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
        transform: translate3d(0, 0, 0) rotate(360deg);
        opacity: .8;
    }
}

@keyframes anim4 {
    0% {
        -webkit-transform: translate3d(1090px, 1096px, -1000px) rotate(0deg);
        transform: translate3d(1090px, 1096px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
        transform: translate3d(0, 0, 0) rotate(360deg);
        opacity: .8;
    }
}

.letter:nth-child(4) {
    -webkit-animation: anim4 5s;
    animation: anim4 5s;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    color: orange;
}

@-webkit-keyframes anim5 {
    0% {
        -webkit-transform: translate3d(-848px, -757px, -1000px) rotate(0deg);
        transform: translate3d(-848px, -757px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-360deg);
        transform: translate3d(0, 0, 0) rotate(-360deg);
        opacity: .8;
    }
}

@keyframes anim5 {
    0% {
        -webkit-transform: translate3d(-848px, -757px, -1000px) rotate(0deg);
        transform: translate3d(-848px, -757px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-360deg);
        transform: translate3d(0, 0, 0) rotate(-360deg);
        opacity: .8;
    }
}

.letter:nth-child(5) {
    -webkit-animation: anim5 5s;
    animation: anim5 5s;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    color: orange;
}

@-webkit-keyframes anim6 {
    0% {
        -webkit-transform: translate3d(-816px, -652px, -1000px) rotate(0deg);
        transform: translate3d(-816px, -652px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-360deg);
        transform: translate3d(0, 0, 0) rotate(-360deg);
        opacity: .8;
    }
}

@keyframes anim6 {
    0% {
        -webkit-transform: translate3d(-816px, -652px, -1000px) rotate(0deg);
        transform: translate3d(-816px, -652px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-360deg);
        transform: translate3d(0, 0, 0) rotate(-360deg);
        opacity: .8;
    }
}

.letter:nth-child(6) {
    -webkit-animation: anim6 5s;
    animation: anim6 5s;
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
    color: orange;
}

@-webkit-keyframes anim7 {
    0% {
        -webkit-transform: translate3d(-1085px, -338px, -1000px) rotate(0deg);
        transform: translate3d(-1085px, -338px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-360deg);
        transform: translate3d(0, 0, 0) rotate(-360deg);
        opacity: .8;
    }
}

@keyframes anim7 {
    0% {
        -webkit-transform: translate3d(-1085px, -338px, -1000px) rotate(0deg);
        transform: translate3d(-1085px, -338px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-360deg);
        transform: translate3d(0, 0, 0) rotate(-360deg);
        opacity: .8;
    }
}

.letter:nth-child(7) {
    -webkit-animation: anim7 5s;
    animation: anim7 5s;
    -webkit-animation-delay: -1.4s;
    animation-delay: -1.4s;
    color: orange;
}

@-webkit-keyframes anim8 {
    0% {
        -webkit-transform: translate3d(-650px, -740px, -1000px) rotate(0deg);
        transform: translate3d(-650px, -740px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-360deg);
        transform: translate3d(0, 0, 0) rotate(-360deg);
        opacity: .8;
    }
}

@keyframes anim8 {
    0% {
        -webkit-transform: translate3d(-650px, -740px, -1000px) rotate(0deg);
        transform: translate3d(-650px, -740px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-360deg);
        transform: translate3d(0, 0, 0) rotate(-360deg);
        opacity: .8;
    }
}

.letter:nth-child(8) {
    -webkit-animation: anim8 5s;
    animation: anim8 5s;
    -webkit-animation-delay: -1.6s;
    animation-delay: -1.6s;
    color: orange;
}

@-webkit-keyframes anim9 {
    0% {
        -webkit-transform: translate3d(702px, 870px, -1000px) rotate(0deg);
        transform: translate3d(702px, 870px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
        transform: translate3d(0, 0, 0) rotate(360deg);
        opacity: .8;
    }
}

@keyframes anim9 {
    0% {
        -webkit-transform: translate3d(702px, 870px, -1000px) rotate(0deg);
        transform: translate3d(702px, 870px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
        transform: translate3d(0, 0, 0) rotate(360deg);
        opacity: .8;
    }
}

.letter:nth-child(9) {
    -webkit-animation: anim9 5s;
    animation: anim9 5s;
    -webkit-animation-delay: -1.8s;
    animation-delay: -1.8s;
    color: orange;
}

@-webkit-keyframes anim10 {
    0% {
        -webkit-transform: translate3d(-829px, -351px, -1000px) rotate(0deg);
        transform: translate3d(-829px, -351px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-360deg);
        transform: translate3d(0, 0, 0) rotate(-360deg);
        opacity: .8;
    }
}

@keyframes anim10 {
    0% {
        -webkit-transform: translate3d(-829px, -351px, -1000px) rotate(0deg);
        transform: translate3d(-829px, -351px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-360deg);
        transform: translate3d(0, 0, 0) rotate(-360deg);
        opacity: .8;
    }
}

.letter:nth-child(10) {
    -webkit-animation: anim10 5s;
    animation: anim10 5s;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    color: orange;
}

@-webkit-keyframes anim11 {
    0% {
        -webkit-transform: translate3d(1216px, 483px, -1000px) rotate(0deg);
        transform: translate3d(1216px, 483px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
        transform: translate3d(0, 0, 0) rotate(360deg);
        opacity: .8;
    }
}

@keyframes anim11 {
    0% {
        -webkit-transform: translate3d(1216px, 483px, -1000px) rotate(0deg);
        transform: translate3d(1216px, 483px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
        transform: translate3d(0, 0, 0) rotate(360deg);
        opacity: .8;
    }
}

.letter:nth-child(11) {
    -webkit-animation: anim11 5s;
    animation: anim11 5s;
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    color: orange;
}

@-webkit-keyframes anim12 {
    0% {
        -webkit-transform: translate3d(878px, 713px, -1000px) rotate(0deg);
        transform: translate3d(878px, 713px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
        transform: translate3d(0, 0, 0) rotate(360deg);
        opacity: .8;
    }
}

@keyframes anim12 {
    0% {
        -webkit-transform: translate3d(878px, 713px, -1000px) rotate(0deg);
        transform: translate3d(878px, 713px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
        transform: translate3d(0, 0, 0) rotate(360deg);
        opacity: .8;
    }
}

.letter:nth-child(12) {
    -webkit-animation: anim12 5s;
    animation: anim12 5s;
    -webkit-animation-delay: -2.4s;
    animation-delay: -2.4s;
    color: orange;
}

@-webkit-keyframes anim13 {
    0% {
        -webkit-transform: translate3d(394px, 608px, -1000px) rotate(0deg);
        transform: translate3d(394px, 608px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
        transform: translate3d(0, 0, 0) rotate(360deg);
        opacity: .8;
    }
}

@keyframes anim13 {
    0% {
        -webkit-transform: translate3d(394px, 608px, -1000px) rotate(0deg);
        transform: translate3d(394px, 608px, -1000px) rotate(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
        transform: translate3d(0, 0, 0) rotate(360deg);
        opacity: .8;
    }
}

.letter:nth-child(13) {
    -webkit-animation: anim13 5s;
    animation: anim13 5s;
    -webkit-animation-delay: -2.6s;
    animation-delay: -2.6s;
    color: orange;
}


/*--------*/

.dropdown-menu {
    margin: 0;
}

.table th,
.table td {
    border-top: 0px solid #dee2e6;
    font-size: 13px;
}


/*hover dropdown*/

.dropdown:hover .dropdown-menu {
    display: block;
}


/*hover dropdown==========end*/

ol.hq-list2 {
    font-size: 13px;
    padding-left: 75px;
    text-align: justify;
}

.blinking {
    animation: blinkingText 0.8s infinite;
}

@keyframes blinkingText {
    0% {
        color: #000;
    }

    49% {
        color: red;
    }

    50% {
        color: blue;
    }

    99% {
        color: rgb(12, 199, 212);
    }

    100% {
        color: #000;
    }
}


/*font-face*/


/* cyrillic-ext */

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v9/jizaRExUiTo99u79D0-ExdGM.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v9/jizaRExUiTo99u79D0aExdGM.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* latin-ext */

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v9/jizaRExUiTo99u79D0yExdGM.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v9/jizaRExUiTo99u79D0KExQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoYNNZQyQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoadNZQyQ.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoYdNZQyQ.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobtNZQyQ.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoYtNZQyQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoY9NZQyQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobdNZ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAgM9UvI.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLCwM9UvI.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAwM9UvI.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDAM9UvI.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAAM9UvI.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAQM9UvI.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDwM9.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoYNNZQyQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoadNZQyQ.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoYdNZQyQ.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYobtNZQyQ.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoYtNZQyQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoY9NZQyQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYobdNZ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCkYb8td.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCAYb8td.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCgYb8td.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCcYb8td.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCsYb8td.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCoYb8td.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYbw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DRs5.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DRs5.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DRs5.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DRs5.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DRs5.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCkYb8td.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCAYb8td.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCgYb8td.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCcYb8td.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCsYb8td.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCoYb8td.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*----------------*/


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hmIqOjjg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hvIqOjjg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hnIqOjjg.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hoIqOjjg.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hkIqOjjg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhmIqOjjg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhvIqOjjg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhnIqOjjg.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhoIqOjjg.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhkIqOjjg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhmIqOjjg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhvIqOjjg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhnIqOjjg.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhoIqOjjg.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhkIqOjjg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hmIqOjjg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hvIqOjjg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hnIqOjjg.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hoIqOjjg.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hkIqOjjg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXuhpOqc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUehpOqc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*------------*/

body {
    padding: 0;
    margin: 0;
    background: #fff;
    /* font-family: 'Open Sans', sans-serif; */
    overflow-x: hidden;
    font-family: "PT Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

/*body a {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

body a:focus,
a:hover {
    text-decoration: none;
}*/

input[type="button"],
input[type="submit"] {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

    input[type="button"]:hover,
    input[type="submit"]:hover {
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #1e334a;
    /* text-align: justify; */
}

ul,
ol {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}


/*-- //Reset Code --*/


/*-- bottom-to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 38px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}


/*-- //bottom-to-top --*/


/* header */
header {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    width: 100%;
    top: 0;
    border-bottom: 18px solid #f9bd33;
    z-index: 9;
}


/* hear top */

.top-head-nctels h1 {
    font-size: 15px;
    letter-spacing: 1px;
}

.agile-addresmk p a {
    color: #999;
}


/*-- social-icons --*/

.social-icons ul li {
    display: inline-block;
}

    .social-icons ul li a {
        padding: 10px;
        font-size: 12px;
        color: #fff;
        line-height: 2.6;
        text-align: center;
        vertical-align: top;
        overflow: hidden;
        width: 30px;
        height: 30px;
        /* box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.76); */
    }

li.user-login {
    border-left: 1px solid #FFF;
}

a.fab.fa-facebook-f.icon-border.facebook.rounded-circle,
a.fab.fa-twitter.icon-border.twitter.rounded-circle {
    box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.76);
}

.icon-border {
    position: relative;
}

    .icon-border::before,
    .icon-border::after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
    }

    .icon-border::before {
        z-index: 1;
        -webkit-transition: box-shadow 0.3s;
        -moz-transition: box-shadow 0.3s;
        -o-transition: box-shadow 0.3s;
        -ms-transition: box-shadow 0.3s;
        transition: box-shadow 0.3s;
    }


    /* facebook */

    .icon-border.facebook:hover::before {
        -webkit-box-shadow: inset 0 0 0 48px #3b5998;
        -moz-box-shadow: inset 0 0 0 48px #3b5998;
        -o-box-shadow: inset 0 0 0 48px #3b5998;
        -ms-box-shadow: inset 0 0 0 48px #3b5998;
        box-shadow: inset 0 0 0 48px #3b5998;
    }


    /* twitter */

    .icon-border.twitter:hover::before {
        -webkit-box-shadow: inset 0 0 0 48px #4099ff;
        -moz-box-shadow: inset 0 0 0 48px #4099ff;
        -o-box-shadow: inset 0 0 0 48px #4099ff;
        -ms-box-shadow: inset 0 0 0 48px #4099ff;
        box-shadow: inset 0 0 0 48px #4099ff;
    }


    /* google plus */

    .icon-border.googleplus:hover::before {
        -webkit-box-shadow: inset 0 0 0 48px #d34836;
        -moz-box-shadow: inset 0 0 0 48px #d34836;
        -o-box-shadow: inset 0 0 0 48px #d34836;
        -ms-box-shadow: inset 0 0 0 48px #d34836;
        box-shadow: inset 0 0 0 48px #d34836;
    }


    /* rss */

    .icon-border.rss:hover::before {
        -webkit-box-shadow: inset 0 0 0 48px #ee802f;
        -moz-box-shadow: inset 0 0 0 48px #ee802f;
        -o-box-shadow: inset 0 0 0 48px #ee802f;
        -ms-box-shadow: inset 0 0 0 48px #ee802f;
        box-shadow: inset 0 0 0 48px #ee802f;
    }


/*-- //social-icons --*/


/* //header top */


/* middle header */

a.logo {
    font-size: 48px;
    color: #42a5f5;
    line-height: 1;
}

.nav-middle i {
    font-size: 28px;
    line-height: 1.8;
    color: #42a5f5;
}

.nav-middle {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.agile-addresmk span {
    display: block;
}

a.button-head-moncte {
    background: #42a5f5;
    padding: 9px 25px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
}


/* middle header */


/* navigation */

.bg-light {
    /* background: linear-gradient(to bottom, #2d0897, #2196F3); */
    /*background: linear-gradient(to bottom, #2d0897, #0d1b6b);*/
    background: linear-gradient(to bottom, #e8d33b, #f9bd33);
}

li.nav-item a {
    letter-spacing: 1px;
    font-size: 15px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.nav-item a:hover {
    color: #ffa700 !important;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
    background: linear-gradient(to left, #0d0b90, #1082de);
}


/*-- Sticky Navigation --*/

.sticky-nav.fixed-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
    z-index: 999;
    -webkit-box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.75);
    /* width: 60%; */
    margin: 0 auto;
    z-index: 999999;
}

.brands-nctels {
    background: linear-gradient(to top, #42a5f5, #86c9ff);
}

    .brands-nctels ul li a {
        color: #efefef;
    }


/*-- //Sticky Navigation --*/


/* //navigation */


/* //header */


/* banner */

.banner-nctels-1,
.banner-nctels-2,
.banner-nctels-3,
.banner-nctels-4,
.banner-nctels-5,
.banner-agile {
    min-height: 550px;
    padding: 2px;
}

.banner-nctels-1 {
    background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.banner-nctels-2 {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.banner-nctels-3 {
    background: url(../images/banner3.3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.banner-nctels-4 {
    background: url(../images/banner4.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.banner-nctels-5 {
    background: url(../images/banner5.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}


/* slider */

.slider {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .slider li {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: 0vw;
        overflow: hidden;
        transition: width 800ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
    }

        .slider li.active {
            z-index: 2;
            width: 100%;
        }

        .slider li.prev {
            z-index: 1;
            width: 100%;
        }

.pager {
    z-index: 100;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .pager li {
        display: inline-block;
        border: 2px solid white;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: transparent;
    }

        .pager li.active {
            background: linear-gradient(to right, #42a5f5, #86c9ff);
        }


/* //slider */


/* banner text */

.banner-agile {
    position: relative;
}

.banner-text-posi-nctels {
    position: absolute;
    z-index: 999;
    left: 11%;
}

.banner-text-whtree {
    max-width: 600px;
    padding-top: 5em;
}

    .banner-text-whtree h3 {
        font-size: 28px;
        /* letter-spacing: 1px; */
        /* font-weight: 500; */
        background: rgba(0, 0, 0, 0.52);
    }

        .banner-text-whtree h3 b {
            display: block;
            color: #42a5f5;
        }

    .banner-text-whtree p {
        background: rgba(255, 255, 255, 0.9);
    }

a.button-agiles {
    background: #42a5f5;
    display: inline-block;
    border-radius: 40px;
    padding: 15px 36px;
    font-size: 15px;
    letter-spacing: 1px;
    background: linear-gradient(to right, #42a5f5, #86c9ff);
}


/* //banner text */


/* //banner */


/*-- about --*/


/* heading title */

h3.title,
h3.title1,
h3.title2,
h3.title3 {
    font-size: 30px;
    position: relative;
}

    h3.title:before,
    h3.title:after {
        position: absolute;
        background: #42a5f5;
        width: 10%;
        height: 2px;
        content: " ";
        bottom: -3%;
    }

    h3.title:before {
        left: 43%;
    }

    h3.title:after {
        bottom: -20%;
        right: 43%;
    }


/* //heading title */

.about_right h3 {
    font-size: 38px;
    line-height: 1.3;
    letter-spacing: 1px;
}

    .about_right h3 span {
        display: block;
        color: #42a5f5;
        text-shadow: 3px 1px 4px rgba(0, 0, 0, 0.22);
        font-size: 29px;
    }

.about_right p {
    font-size: 14px;
    border-right: 2px solid #42a5f5 !important;
}

.about_left-list h6 {
    letter-spacing: 1px;
    font-size: 28px;
}

.about_left-list ul li i {
    color: #42a5f5;
}

.about_left-list ul li {
    color: #999;
    font-size: 15px;
    line-height: 1.9em;
    letter-spacing: 1px;
}

.left-img-agikes {
    position: relative;
}

.about-bottom {
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.21);
    background: url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: absolute;
    bottom: -2%;
    width: 100%;
    right: 28%;
}

    .about-bottom ul li {
        display: inline-block;
    }

        .about-bottom ul li:nth-child(2) {
            margin: 0 5em;
        }

        .about-bottom ul li h5 {
            font-size: 40px;
            color: #42a5f5;
        }


/*-- //about --*/


/*-- footer --*/

footer {
    background: url(../images/bg3.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

p.para-agileits-nctelayouts a:hover {
    color: #a5a3a3 !important;
}

h4.contact-title,
h2.contact-title {
    letter-spacing: 1px;
    font-size: 36px;
}

p.conta-para-style {
    border-left: 2px solid #42a5f5 !important;
    color: #dcdcdc;
}


/* subscribe */

.subscribe-nctels h6 {
    font-size: 22px;
    letter-spacing: 1px;
}

.subscribe-nctels input[type="email"] {
    width: 70%;
    float: left;
    padding: 14px;
    font-size: 15px;
    color: #fff;
    outline: none;
    background: rgba(255, 255, 255, 0.26);
    border: none;
    letter-spacing: 1px;
    border-radius: 0;
}

.subscribe-nctels button[type="submit"] {
    font-size: 15px;
    outline: none;
    letter-spacing: 2px;
    padding: 14px 40px;
    border: none;
    background: #4baaf6;
    border-radius: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

    .subscribe-nctels button[type="submit"]:hover {
        background: #000;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
    }


/* //subscribe */

p.para-agileits-nctelayouts i {
    color: #19137b;
}

.map iframe {
    outline: none;
    border: none;
    width: 80%;
    height: 420px;
}

.map {
    position: relative;
}


/* .conta-posi-nctels {
    background: linear-gradient(to left, #42a5f5, #86c9ff);
    width: 50%;
    position: absolute;
    top: 40%;
    right: 4%;
} */

.conta-posi-nctels {
    background: linear-gradient(to left, rgba(66, 165, 245, 0.34901960784313724), rgba(134, 201, 255, 0.6588235294117647));
    width: 90%;
    /* position: absolute; */
    top: -43%;
    /* right: 4%; */
}

    .conta-posi-nctels h5 {
        font-size: 28px;
        letter-spacing: 1px;
    }

    .conta-posi-nctels p {
        color: #efefef;
    }


/* copyright */

.copyright-agiles {
    background: rgba(0, 0, 0, 0.57);
    box-shadow: 2px 1px 2px 1px #f9f5f5;
}

p.copy-right-grids a {
    color: #4baaf6;
}

    p.copy-right-grids a:hover {
        color: #fff;
    }


/* //copyright */


/*-- //footer --*/


/* what we do */

.why-choose-agile {
    background: url(../images/bg4.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.why-choose-agile,
.wthree_features_grid,
.wthree_features_grid i {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

    .wthree_features_grid i {
        font-size: 28px;
        color: #45a6f5;
    }

.agile-why-text h4 {
    font-size: 27px;
    letter-spacing: 1px;
}

.agile-why-text p {
    color: #c5c5c5;
}

a.service-button {
    color: #45a6f5;
}

    a.service-button:hover {
        color: #fff;
    }

.wthree_agile_us:hover .wthree_features_grid {
    background: #45a6f5;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

    .wthree_agile_us:hover .wthree_features_grid i {
        color: #fff;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
    }


/* //what we do */


/* course section */

.ih-item.circle {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

    .ih-item.circle.effect16.left_to_right .img {
        -webkit-transform-origin: 95% 40%;
        -moz-transform-origin: 95% 40%;
        -ms-transform-origin: 95% 40%;
        -o-transform-origin: 95% 40%;
        transform-origin: 95% 40%;
    }

    .ih-item.circle.effect16 .img {
        z-index: 11;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .ih-item.circle .img {
        position: relative;
        width: 220px;
        height: 220px;
        border-radius: 50%;
    }

    .ih-item.circle.effect16 .info {
        background: #333333;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .ih-item.circle .info {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        border-radius: 50%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .ih-item.circle.effect16 .info h3 {
        color: #fff;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 2px;
        font-size: 22px;
        margin: 0 30px;
        padding: 55px 0 0 0;
        height: 110px;
        text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .ih-item.circle.effect16 .info p {
        color: #bbb;
        padding: 10px 5px;
        font-style: italic;
        margin: 0 30px;
        font-size: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .ih-item.circle.effect16.left_to_right a:hover .img {
        -webkit-transform: rotate(-120deg);
        -moz-transform: rotate(-120deg);
        -ms-transform: rotate(-120deg);
        -o-transform: rotate(-120deg);
        transform: rotate(-120deg);
    }

    .ih-item.circle .img:before {
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .ih-item.circle.effect16.left_to_right .img:after {
        content: '';
        width: 8px;
        height: 8px;
        position: absolute;
        border-radius: 50%;
        top: 40%;
        left: 95%;
        margin: -4px 0 0 -4px;
        background: rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
    }

h6.small-heading {
    font-size: 26px;
}


/* //course section */


/* stats */

.stats-nctelayouts {
    background: url(../images/bg5.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.numscroller {
    font-size: 54px;
    color: #fff;
    text-shadow: 2px 4px 6px rgb(8, 8, 8);
    position: relative;
}

    .numscroller:before {
        content: " ";
        background: #45a6f5;
        width: 30%;
        height: 8px;
        position: absolute;
        bottom: -25%;
        left: 35%;
    }


/* //stats */


/* video and event section */

.video iframe {
    width: 634px;
    height: 357px;
    border: none;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.12);
}


/* .events-up h5 {
    font-size: 23px;
} */

.events-up h5 span {
    display: block;
}

.events-up {
    background: #46a7f5;
}

.events-right ul li i {
    color: #46a7f5;
}

.events-right ul li {
    font-size: 15px;
    list-style: none;
}


/* video and event section */


/* testimonials */

.testimonials {
    background: url(../images/bg6.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}


/* //testimonials */


/* brnads */

.brands-nctels ul li {
    display: inline-block;
    margin: 0 1.1em;
}

    .brands-nctels ul li a {
        font-size: 24px;
        font-weight: bold;
    }

.text-white1 {
    color: #fff !important;
    font-size: 1.4em;
}


/* //brnads */


/*-- news --*/

.news-events-agile {
    background: #FFC107;
}

.post-img ul li {
    display: inline-block;
}

.news-grid h5 a {
    font-size: 25px;
}

.detail-bottom h6 a {
    letter-spacing: 1px;
    font-size: 23px;
    line-height: 1.5;
}

.news-grid p {
    font-size: 15px;
}

.news-events-agile.event-colo1 {
    background: #13e094;
}

.news-events-agile.event-colo3 {
    background: #f54a3e;
}

.src_wall {
    background: url(../images/1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.wrc_wall {
    background: url(../images/wrc.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.ERC_wall {
    background: url(../images/4.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.NRC_wall {
    background: url(../images/3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}


/*-- //news --*/


/* inner pages */


/* course page */

.banner-agile-2 {
    background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
}

.banner-agile-3 {
    background: url(../images/banner5.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
}

.banner-agile-4 {
    background: url(../images/banner6.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
}

.banner-agile-7 {
    background: url(../images/banner7.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
}

.banner-agile-8 {
    background: url(../images/banner8.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
}

.banner-agile-9 {
    background: url(../images/banner9.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
}

.banner-agile-10 {
    background: url(../images/banner10.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
}

.banner-agile-11 {
    background: url(../images/banner11.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
}

.banner-agile-12 {
    background: url(../images/banner12.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
}

.banner-agile-13 {
    background: url(../images/banner13.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
}

.banner-2-nctels {
    padding-top: 7em;
}

.breadcrumb {
    box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.12);
    margin: 0;
}

li.breadcrumb-item a {
    color: #42a5f5;
}

.nctels-cource-first {
    background: #F9F9F9;
    box-shadow: -1px 3px 5px 1px rgba(0, 0, 0, 0.15);
}

    .nctels-cource-first ul li i {
        color: #42a5f5;
    }

.nctels-cource-first {
    border-top: 5px solid #f76565;
}

.agile-course-main-2 {
    margin-left: -5em;
}

.cource-list-agile {
    position: relative;
}

.buttons-nctels {
    left: 26%;
}

.buttons-nctels,
.buttons-nctels-2 {
    position: absolute;
    bottom: -6%;
}

    .buttons-nctels a,
    .buttons-nctels-2 a {
        font-size: 15px;
        border-radius: 0;
        letter-spacing: 1px;
        padding: 10px 20px;
    }

        .buttons-nctels a.button-cour-nctels,
        .buttons-nctels-2 a.button-cour-nctels {
            background: #42a5f5;
        }

.agile-course-main-3 {
    margin-right: -5em;
    z-index: 99;
}

.buttons-nctels-2 {
    right: 32%;
}

.cource-list-agile:nth-child(3) .nctels-cource-first {
    border-top: 5px solid #42a5f5;
}

    .cource-list-agile:nth-child(3) .nctels-cource-first ul li i {
        color: #f76565;
    }

.cource-list-agile-2 {
    margin: 5em 0;
}


/* //course page */


/*-- blog single page --*/

.single-left1 p i {
    color: #42a5f5;
    display: block;
}

.admin {
    background: #424040;
}

    .admin p {
        color: #f5f5f5;
        font-size: 14px;
        line-height: 2.4;
    }

        .admin p i {
            font-size: 28px;
            vertical-align: middle;
        }

    .admin a {
        display: inline-block;
        color: #fff;
        font-size: 18px;
        letter-spacing: 1px;
    }

        .admin a:hover {
            color: #fff;
        }


/* comments */

.comments-grid-right ul li {
    display: inline-block;
    color: #888;
    font-size: 14px;
    letter-spacing: 1px;
}

    .comments-grid-right ul li a {
        color: #42a5f5;
    }

        .comments-grid-right ul li a:hover {
            color: #555;
        }

.comments-grid-right p {
    font-size: 14px;
}


/* //comments */

.leave-coment-form input[type="text"],
.leave-coment-form input[type="email"],
.leave-coment-form textarea {
    outline: none;
    border: 1px solid #000;
    background: none;
    padding: 12px;
    font-size: 15px;
    color: #212121;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
}

.leave-coment-form textarea {
    min-height: 200px;
    resize: none;
    width: 100%;
}

.mm_single_submit {
    text-align: right;
}

.leave-coment-form input[type="submit"] {
    outline: none;
    border: none;
    background: #42a5f5;
    padding: 14px 36px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.14);
}

    .leave-coment-form input[type="submit"]:hover {
        background: #212121;
    }


/*-- //blog single page --*/


/* blog page */


/* left side */

h6.blog-first {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
}

    h6.blog-first i {
        color: #42a5f5;
    }

ul.blog_list li {
    display: inline-block;
    color: #777;
}

ul.blog_list.my-3 li a:hover,
h5.card-title a:hover {
    color: #000 !important;
}

ul.blog_list.my-3 li {
    font-size: 15px;
}

h5.card-title a {
    font-size: 24px;
    letter-spacing: 1px;
}

a.blog-button {
    background: #353535;
    border: none;
    font-size: 14px;
    padding: 11px 22px;
    letter-spacing: 1px;
}

    a.blog-button:hover {
        background: #42a5f5;
    }


/* //left side */


/* right side */


/* search */

.event-right input[type="search"] {
    padding: 12px;
    width: 100%;
    letter-spacing: 1px;
    margin-right: 0 !important;
}

.event-right button {
    width: 100%;
    padding: 10px;
}


/* //search */


/* blog right title */

h3.blog-title {
    font-size: 25px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
}


/*// blog right title */


/* Categories */

.categories ul li,
.single-left2-left ul li {
    list-style-type: none;
    font-size: 14px;
}

    .categories ul li i,
    .single-left2-left ul li i {
        color: #42a5f5;
    }

    .categories ul li a,
    .single-left2-left ul li a {
        color: #555;
    }

        .categories ul li a:hover,
        .single-left2-left ul li a:hover,
        .posts-grid-right h4 a:hover,
        .wthree_blog_events_list li a:hover {
            color: #4caf50 !important;
        }


/* //Categories */


/* event */

.posts-grid-right h4 a {
    font-size: 15px;
    letter-spacing: 1px;
}

    .posts-grid-right h4 a:hover {
        color: #999;
    }

.wthree_blog_events_list li {
    display: inline-block;
    font-size: 14px;
}

ul.wthree_blog_events_list li i {
    color: #42a5f5;
}


/* //event */


/* tags */

.tags ul li {
    display: inline-block;
}

    .tags ul li a {
        padding: 10px 10px;
        margin: 0 10px 10px 0;
        display: block;
        letter-spacing: 1px;
        font-size: 15px;
    }

        .tags ul li a:hover {
            background: #42a5f5;
            border: 1px solid #42a5f5;
            color: #fff !important;
        }


/* //tags */


/* //right side */


/* //blog page */


/* course details */

h6.details-heading {
    font-size: 32px;
    color: #42a5f5;
}

h6.reque-title {
    font-size: 30px;
}

.social-details-icons li {
    display: inline-block;
}

    .social-details-icons li a {
        width: 35px;
        height: 35px;
        font-size: 15px;
        line-height: 2.3;
    }


/* //course details */


/*-- contact page  --*/

.con-ic i {
    font-size: 22px;
    color: #42a5f5;
    width: 80px;
    height: 80px;
    line-height: 3.5;
    box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.37);
}

.contact-grid1 h4 {
    font-size: 24px;
    color: #000;
    letter-spacing: 1px;
}

.contact-grid1 p a {
    color: #999;
    text-decoration: none;
}

    .contact-grid1 p a:hover {
        color: #000;
    }

.contact-grid1 p label {
    display: block;
    font-weight: normal;
}

.contact-form1 h4,
.contact-me h4 {
    font-size: 1.2em;
    color: #3e3a3a;
    margin: 0 0 .5em;
}

.contact-form1 input[type="text"],
.contact-form1 input[type="email"],
.contact-me textarea {
    outline: none;
    padding: 10px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    font-size: 14px;
    color: #000;
    width: 100%;
    border-radius: 0;
}

.contact-me textarea {
    min-height: 18em;
    resize: none;
}

    .contact-me textarea:focus {
        background: #f5f5f5;
    }

.contact-grids1 input[type="submit"] {
    outline: none;
    padding: 13px 0;
    border: none;
    background: #000;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    width: 100%;
    margin-top: 1em;
    cursor: pointer;
}

    .contact-grids1 input[type="submit"]:hover {
        background: #42a5f5;
        letter-spacing: 6px;
    }


/*-- //contact page --*/


/*-- gallery --*/

.section_1_gallery_grid1 {
    position: relative;
}

.proj_gallery_grid1_pos {
    background: rgba(14, 15, 16, 0.59);
    bottom: 23px;
    left: 30px;
    opacity: 0;
    padding: 1em;
    position: absolute;
    right: 30px;
    text-align: center;
    visibility: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

    .proj_gallery_grid1_pos h3 {
        font-size: 1.3em;
        letter-spacing: 2px;
        font-weight: 600;
        position: relative;
        color: #42a5f5;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    }

    .proj_gallery_grid1_pos p {
        color: #fff;
        letter-spacing: 1px;
        font-size: 14px;
    }

.section_1_gallery_grid:hover .proj_gallery_grid1_pos {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
}

p.quia {
    font-size: 1.2em;
    color: #140b05;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.proj_gallery_grid img {
    width: 100%;
}


/*-- //gallery --*/


/*-- form styling (login) --*/

.sub-main-ncte form {
    background: url(../images/loginbg.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.sub-main-ncte {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .sub-main-ncte form {
        max-width: 700px;
        padding: 3.5vw;
        box-sizing: border-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .sub-main-ncte label {
        font-size: 14px;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

        .sub-main-ncte label i {
            font-size: 15px;
            margin-left: 5px;
            color: #03A9F4;
            border-radius: 50%;
            line-height: 1.9;
            text-align: center;
        }

.form-style-agile input[type="text"],
.form-style-agile input[type="email"],
.form-style-agile input[type="password"] {
    width: 100%;
    color: #000;
    outline: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 15px;
    box-sizing: border-box;
    border: none;
    border: 1px solid #000;
    background: #fff;
}

.sub-main-ncte input[type="submit"],
.register-form input[type="submit"] {
    color: #fff;
    background: #03A9F4;
    border: none;
    padding: 13px 0;
    margin-top: 30px;
    outline: none;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 2px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49);
}

    .sub-main-ncte input[type="submit"]:hover,
    .register-form input[type="submit"]:hover {
        background: #000;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
    }


/*--placeholder-color--*/

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}


/*-- //placeholder-color --*/


/* switch */

ul.list-unstyled.list-login {
    width: 100%;
}

label.switch {
    position: relative;
    display: inline-block;
    height: 23px;
    padding-left: 5em;
    cursor: pointer;
}

.list-login li:nth-child(2) a,
label.switch {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.switch input {
    display: none;
}

.slider-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 26%;
    background-color: #777;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider-switch:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider-switch {
    background-color: #42a5f5;
}

input:focus + .slider-switch {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-switch:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider-switch.round {
    border-radius: 34px;
}

    .slider-switch.round:before {
        border-radius: 50%;
    }

.slider-switch-2 {
    width: 17%;
}


/* //switch */


/*-- //form styling (login) --*/


/* about page */

.right-abnctels h4 {
    font-size: 38px;
    color: #42a5f5;
    letter-spacing: 2px;
}

.about-page-2 {
    background: rgba(0, 123, 255, 0.1607843137254902);
}


/*-- team --*/

.blog-gd-nctels {
    position: relative;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    padding: 0;
}

.date-ncte {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(14, 14, 14, 0.46);
    width: 100%;
    padding: 25px;
    text-align: center;
}

    .date-ncte h4 {
        font-size: 24px;
        color: #3095fd;
        letter-spacing: 1px;
    }

.blog-gd-nctels:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    z-index: 1;
    border: none;
}

    .blog-gd-nctels:hover .date-ncte {
        display: block;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
    }

.date-ncte p {
    color: #eaeaea;
    font-size: 14px;
    margin: 6px 0 12px;
}


/*-- team social icons --*/

.agileinfo-social-grids ul {
    padding: 0;
    margin: 0;
}

    .agileinfo-social-grids ul li {
        display: inline-block;
        margin: 0 .5em 0 0;
    }

        .agileinfo-social-grids ul li a {
            color: #FFFFFF;
            text-align: center;
        }

            .agileinfo-social-grids ul li a i {
                height: 30px;
                width: 30px;
                border: solid 1px #FFFFFF;
                line-height: 29px;
                color: #FFFFFF;
                -webkit-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -o-transition: 0.5s all;
                -ms-transition: 0.5s all;
                transition: 0.5s all;
            }

                .agileinfo-social-grids ul li a i.fa-facebook-f {
                    background: #3b5998;
                }

                .agileinfo-social-grids ul li a i.fa-twitter {
                    background: #55acee;
                }

                .agileinfo-social-grids ul li a i.fa-rss {
                    background: #f26522;
                }

                .agileinfo-social-grids ul li a i,
                .agileinfo-social-grids ul li a i:hover {
                    background: transparent;
                    -webkit-transition: 0.5s all;
                    -moz-transition: 0.5s all;
                    -o-transition: 0.5s all;
                    -ms-transition: 0.5s all;
                    transition: 0.5s all;
                }


/*-- //team social icons --*/


/*-- //team --*/


/* 404 error page */

.ncte-main-error {
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.agile-info h3 {
    font-size: 14em;
    line-height: 1;
    letter-spacing: 1px;
    color: #42a5f5;
    text-shadow: 11px 8px 10px rgba(0, 0, 0, 0.18);
}

.agile-info h4 {
    font-size: 3em;
    letter-spacing: 2px;
}

.agile-info p {
    letter-spacing: 6px;
}

button.nctels-button2 {
    background: linear-gradient(to left, #42a5f5, #86c9ff);
    border: none;
    padding: 14px 30px;
    letter-spacing: 3px;
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.28);
}


/* //404 error page */


/* coming soon page */

.ncte-main-coming {
    background: url(../images/bg7.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}


/* forms style (coming-soon) */

.sub-main-ncte-2 form {
    max-width: 700px;
    margin: 2.5vw auto;
}

.nctel-agile-coming h3 {
    font-size: 50px;
    letter-spacing: 10px;
}

.form-style-agile {
    flex-basis: 100%;
}

.sub-main-ncte-2 p {
    font-size: 20px;
}


/* forms style (coming-soon) */

.form-style-agile-2 {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    .form-style-agile-2 input[type="email"] {
        outline: none;
        font-size: 14px;
        border: none;
        color: #000;
        letter-spacing: 1px;
        padding: 12px;
        background: #fff;
        flex-basis: 75%;
        -webkit-flex-basis: 75%;
        box-sizing: border-box;
    }

.sub-main-ncte-2 input[type="submit"] {
    color: #fff;
    background: #000;
    border: none;
    padding: 15px 0;
    outline: none;
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}


/* counter */

.examples {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

div#simply-countdown-losange {
    max-width: 800px;
    margin: 2vw 5vw;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

.simply-section {
    flex-basis: 24%;
    -webkit-flex-basis: 24%;
    box-sizing: border-box;
    text-align: center;
    padding: 2vw;
}

span.simply-amount {
    color: #42a5f5;
    font-size: 60px;
    font-weight: bold;
}

span.simply-word {
    font-size: 16px;
    letter-spacing: 2px;
    color: #999;
    display: block;
    text-transform: capitalize;
}


/*-- //Countdown-Timer --*/


/* //forms style (coming-soon) */


/* admission form page */

.form-nctel {
    background: url(../images/bg9.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.register-form {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .register-form form {
        max-width: 700px;
        padding: 3.5vw;
        box-sizing: border-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.3);
        background: rgba(249, 246, 246, 0.3);
    }

.styled-input {
    flex-basis: 100%;
}

.register-form input[type="text"],
.register-form input[type="email"],
select.category2 {
    font-size: 16px;
    color: #5a5656;
    padding: 12px;
    border: none;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.45);
    background: none;
    outline: none;
    box-sizing: border-box;
    border-radius: 0;
}

label.header-admin-form {
    font-size: 18px;
    letter-spacing: 1px;
}


/* //admission form page */


/*-- faq-page --*/

h3.ncte-head {
    font-size: 35px;
}

.faq-ncteagile .faq li {
    list-style-type: none;
}

.faq-ncteagile .faq > li > a {
    color: #025061;
    font-size: 17px;
    letter-spacing: 0.5px;
}

li.subitem1 p {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #000;
}

.faq-ncteagile .faq li li.subitem1 {
    display: block;
}


/*-- //faq-page --*/


/*--responsive--*/

@media(max-width: 1680px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
        width: 100%;
    }
}

@media(max-width: 1600px) {
}

@media(max-width: 1440px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
        width: 100%;
    }

    .banner-agile-2 {
        min-height: 320px;
    }
}

@media(max-width: 1366px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
        width: 100%;
    }
}

@media(max-width: 1280px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
        width: 100%;
    }

    .banner-agile-2 {
        min-height: 300px;
    }

    .banner-nctels-1,
    .banner-nctels-2,
    .banner-nctels-3,
    .banner-nctels-4,
    .banner-nctels-5,
    .banner-agile {
        min-height: 600px;
    }

    .banner-text-whtree h3 {
        font-size: 30px;
    }

    .banner-text-whtree {
        padding-top: 10em;
    }
}

@media(max-width: 1080px) {
    .brands-nctels ul li {
        margin: 0 1.3em;
    }

    .subscribe-nctels button[type="submit"] {
        padding: 14px 30px;
    }

    .map iframe {
        height: 390px;
    }

    .conta-posi-nctels {
        top: 37%;
    }

    h3.ncte-head {
        font-size: 30px;
    }

    .agile-info h3 {
        font-size: 13em;
    }

    .event-right {
        padding: 0;
    }

    .nctels-cource-first h3 {
        font-size: 25px;
    }

    .agile-course-main-2,
    .agile-course-main-3 {
        margin-top: 3em !important;
    }

    .agile-why-text {
        padding-right: 0;
    }

    .left-abnctels {
        margin-top: 4em;
    }

    .about_right h3 {
        font-size: 36px;
    }

    .about-bottom ul li:nth-child(2) {
        margin: 0 4em;
    }

    .about-bottom {
        bottom: 8%;
        right: 22%;
    }

    .numscroller {
        font-size: 48px;
    }

    .stats-grid-ncte-agile p {
        font-size: 14px;
    }

    .numscroller:before {
        bottom: -28%;
    }

    .ih-item.circle,
    .ih-item.circle .img {
        width: 180px;
        height: 180px;
    }

        .ih-item.circle.effect16 .info h3 {
            font-size: 20px;
            margin: 0 17px;
            padding: 48px 0 0 0;
            height: 90px;
            letter-spacing: 1px;
        }

    .video iframe {
        width: 529px;
        height: 298px;
        margin-top: 2em;
    }

    .pager {
        left: 48%;
    }
}

@media(max-width: 1050px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
        width: 98%;
    }

    .proj_gallery_grid1_pos p {
        font-size: 13px;
    }

    li.nav-item a {
        font-size: 11px;
    }
}

@media(max-width: 1024px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
        width: 98%;
    }

    a.logo {
        font-size: 45px;
    }

    .nav-middle i {
        font-size: 26px;
    }

    .banner-agile-2 {
        min-height: 260px;
    }

    li.nav-item a {
        font-size: 11px;
    }
}

@media(max-width: 991px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
        width: 86%;
    }

    .navbar-light .navbar-toggler {
        border-color: #fff;
        border-radius: 0;
        padding: 0.25rem 0.65rem;
        background-color: #fdfdfd;
    }

    .dropdown-menu {
        text-align: center;
    }

    a.logo {
        font-size: 42px;
    }

    .brands-nctels ul li {
        margin: 0 .8em;
    }

        .brands-nctels ul li i {
            font-size: 56px;
        }

    .subscribe-nctels button[type="submit"] {
        padding: 14px 40px;
    }

    .conta-posi-nctels {
        top: 38%;
        width: 42%;
    }

    span.simply-amount {
        font-size: 50px;
    }

    .nctel-agile-coming h3 {
        font-size: 44px;
        letter-spacing: 8px;
    }

    span.simply-word {
        font-size: 14px;
    }

    .agile-info h3 {
        font-size: 12em;
    }

    .section_1_gallery_grid {
        padding: 0 .5em;
    }

    .proj_gallery_grid1_pos {
        padding: 1em .5em;
    }

    .contact-grid {
        padding: 0 .2em;
    }

    .contact-me textarea {
        min-height: 14em;
    }

    .event-right {
        padding: 0 1em;
    }

    .buttons-nctels,
    .buttons-nctels-2 {
        position: initial;
        margin-top: 2em;
        padding: 0 1em;
    }

    .agile-course-main-2 {
        margin-left: 0;
        text-align: center;
    }

    .agile-course-main-3 {
        margin-right: 0;
        text-align: center;
    }

    .agile-course-main-2,
    .agile-course-main-3 {
        margin-top: 0em !important;
    }

    .cource-list-agile-2 {
        margin: 3em 0;
    }

    .left-abnctels {
        margin-top: 0;
    }

    .date-ncte p {
        font-size: 12px;
        margin: 4px 0 10px;
    }

    .date-ncte h4 {
        font-size: 20px;
        letter-spacing: 0px;
    }

    .date-ncte {
        padding: 10px;
    }

    .agile-why-text {
        padding-right: 1em;
    }

    .news-grid {
        padding: 0 .5em;
    }

        .news-grid h5 a,
        .detail-bottom h6 a {
            font-size: 20px;
        }

        .news-grid p {
            font-size: 14px;
        }

    .left-img-agikes {
        margin-bottom: 10em;
    }

    .about-bottom {
        bottom: -32%;
        right: 10%;
    }

        .about-bottom ul li:nth-child(2) {
            margin: 0 5em;
        }

    .stats-grid-ncte-agile p {
        font-size: 12px;
    }

    .ih-item.circle,
    .ih-item.circle .img {
        width: 220px;
        height: 220px;
    }

        .ih-item.circle.effect16 .info h3 {
            padding: 66px 0 0 0;
            height: 118px;
        }

    .banner-text-whtree h3 {
        font-size: 25px;
    }

    .banner-text-whtree p {
        font-size: 14px;
    }

    .banner-nctels-1,
    .banner-nctels-2,
    .banner-nctels-3,
    .banner-nctels-4,
    .banner-nctels-5,
    .banner-agile {
        min-height: 550px;
    }

    .banner-text-whtree {
        padding-top: 8em;
    }

    a.button-agiles {
        padding: 14px 32px;
        font-size: 14px;
    }

    .video iframe {
        width: 688px;
        height: 387px;
        margin-top: 0;
        margin-bottom: 2em;
    }
}

@media(max-width: 900px) {
    .about-bottom {
        right: 5%;
    }
}

@media(max-width: 800px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
        width: 90%;
    }

    .proj_gallery_grid1_pos h3 {
        letter-spacing: 1px;
    }

    .about-bottom {
        right: 12%;
        width: 86%;
        bottom: -24%;
    }

    .left-img-agikes {
        margin-bottom: 8em;
    }

    .banner-nctels-1,
    .banner-nctels-2,
    .banner-nctels-3,
    .banner-nctels-4,
    .banner-nctels-5,
    .banner-agile {
        min-height: 500px;
    }

    .banner-text-whtree h3 {
        font-size: 23px;
    }

    .banner-text-whtree p {
        font-size: 13px;
    }

    .pager {
        bottom: 24px;
    }
}

@media(max-width: 768px) {
}

@media(max-width: 736px) {
    .agile-addresmk p {
        font-size: 14px;
    }

    .right-info-agiles {
        padding: 0 .5em;
    }

    a.logo {
        font-size: 39px;
    }

    .banner-agile-2 {
        min-height: 220px;
    }

    h3.title {
        font-size: 42px;
    }

    .form-style-agile input[type="text"],
    .form-style-agile input[type="email"],
    .form-style-agile input[type="password"] {
        font-size: 13px;
        padding: 13px 15px;
    }

    .sub-main-ncte input[type="submit"],
    .register-form input[type="submit"] {
        padding: 11px 0;
        font-size: 15px;
    }

    .brands-nctels ul li i {
        font-size: 46px;
    }

    .brands-nctels ul li {
        margin: 0 .4em;
    }

    .register-form input[type="text"],
    .register-form input[type="email"],
    select.category2 {
        font-size: 15px;
    }

    span.simply-amount {
        font-size: 40px;
    }

    .nctel-agile-coming h3 {
        font-size: 37px;
    }

    .sub-main-ncte-2 p {
        font-size: 18px;
    }

    .agile-info h3 {
        font-size: 11em;
    }

    .proj_gallery_grid1_pos {
        padding: .8em .2em;
        left: 10%;
        width: 80%;
    }

        .proj_gallery_grid1_pos h3 {
            font-size: 1.2em;
        }

        .proj_gallery_grid1_pos p {
            font-size: 11px;
        }

    .contact-me textarea {
        min-height: 12em;
    }

    h5.card-title a {
        font-size: 23px;
        line-height: 1.4;
        letter-spacing: 0px;
    }

    .about-bottom ul li:nth-child(2) {
        margin: 0 3.5em;
    }

    .about-bottom {
        right: 10%;
        width: 100%;
    }

    .left-img-agikes {
        margin-bottom: 6em;
    }

    .stats-grid-ncte-agile p {
        font-size: 13px;
    }

    .video iframe {
        width: 509px;
        height: 287px;
    }
}

@media(max-width: 667px) {
    .faq-ncteagile .faq > li > a {
        font-size: 16px;
    }

    .about-bottom {
        right: 14%;
        width: 90%;
    }
}

@media(max-width: 640px) {
    .banner-agile-2 {
        min-height: 200px;
    }

    h4.contact-title,
    h2.contact-title {
        font-size: 34px;
    }

    .about_right h3 span {
        font-size: 44px;
    }

    .about-bottom {
        right: 10%;
    }

    .pager {
        left: 45%;
    }
}

@media(max-width: 600px) {
}

@media(max-width: 568px) {
    .right-info-agiles {
        padding: 0 1em;
    }

    .nav-middle i {
        font-size: 24px;
    }

    h3.title {
        font-size: 16px;
    }

    li.subitem1 p {
        font-size: 13px;
    }

    h3.ncte-head {
        font-size: 28px;
    }

    .section_1_gallery_grid {
        padding: 0 1em;
    }

    .proj_gallery_grid1_pos {
        padding: 1em .2em;
        left: 20%;
        width: 60%;
    }

        .proj_gallery_grid1_pos h3 {
            font-size: 1.5em;
        }

        .proj_gallery_grid1_pos p {
            font-size: 12px;
        }

    .posts-grid-right {
        margin-top: 3em;
    }

    .right-abnctels h4 {
        font-size: 34px;
    }

    .about-bottom ul li h5 {
        font-size: 34px;
    }

    .about-bottom {
        right: 5%;
    }

    .ih-item.circle,
    .ih-item.circle .img {
        width: 200px;
        height: 200px;
    }

        .ih-item.circle.effect16 .info h3 {
            padding: 56px 0 0 0;
            height: 104px;
        }

    .banner-text-whtree h3 {
        font-size: 24px;
    }

    .banner-text-whtree p {
        font-size: 12px;
    }

    .banner-nctels-1,
    .banner-nctels-2,
    .banner-nctels-3,
    .banner-nctels-4,
    .banner-nctels-5,
    .banner-agile {
        min-height: 460px;
    }
}

@media(max-width: 480px) {
    .brands-nctels ul li a {
        font-size: 16px;
        font-weight: bold;
    }

    h4.quicklink {
        font-size: 20px;
    }

    .time,
    .date {
        float: none;
    }

    .brands-nctels ul li i {
        font-size: 37px;
    }

    .conta-posi-nctels {
        top: 36%;
        width: 54%;
    }

    p {
        font-size: 14px;
    }

    .subscribe-nctels button[type="submit"] {
        padding: 14px 32px;
        font-size: 14px;
    }

    .subscribe-nctels input[type="email"] {
        font-size: 14px;
    }

    .register-form input[type="submit"] {
        margin-top: 20px;
    }

    .nctel-agile-coming h3 {
        font-size: 32px;
        letter-spacing: 6px;
    }

    span.simply-amount {
        font-size: 35px;
    }

    .agile-info h3 {
        font-size: 10em;
    }

    button.nctels-button2 {
        padding: 13px 28px;
        font-size: 14px;
    }

    .posts-grid-right {
        margin-top: 1.8em;
    }

    .admin p {
        font-size: 13px;
    }

    .comments-grid-left {
        padding-right: 0;
    }

    .nctels-cource-first h3 {
        font-size: 22px;
    }

    .about_right h3 {
        font-size: 32px;
    }

        .about_right h3 span {
            font-size: 40px;
        }

    .left-img-agikes {
        margin-bottom: 4em;
    }

    .ih-item.circle,
    .ih-item.circle .img {
        width: 180px;
        height: 180px;
    }

        .ih-item.circle.effect16 .info h3 {
            padding: 50px 0 0 0;
            height: 96px;
        }

    .banner-text-whtree h3 {
        font-size: 23px;
    }

    a.button-agiles {
        padding: 13px 30px;
        font-size: 13px;
    }

    .banner-text-posi-nctels {
        left: 7%;
    }

    .pager {
        left: 42%;
        bottom: 16px;
    }

    .video iframe {
        width: 432px;
        height: 243px;
    }
}

@media(max-width: 440px) {
    .social-icons,
    .top-head-nctels h1 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }

    .social-icons {
        margin: 10px 0 5px;
    }

    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }

    a.button-head-moncte {
        padding: 13px 24px;
        font-size: 13px;
    }

    a.logo {
        font-size: 37px;
    }

    .top-head-nctels h1 {
        font-size: 14px;
    }

    .banner-agile-2 {
        min-height: 160px;
    }

    .brands-nctels ul li {
        margin: 0 1em;
    }

        .brands-nctels ul li i {
            font-size: 47px;
        }

    .map iframe {
        height: 300px;
    }

    .conta-posi-nctels h5 {
        font-size: 26px;
    }

    .conta-posi-nctels {
        top: 34%;
    }

    h4.contact-title,
    h2.contact-title {
        font-size: 30px;
        letter-spacing: 0px;
    }

    .subscribe-nctels input[type="email"] {
        width: 63%;
    }

    label.switch {
        padding-left: 4em;
    }

    span.simply-amount {
        font-size: 32px;
    }

    .posts-grid-right {
        margin-top: 1em;
    }

    .tags ul li a {
        font-size: 14px;
    }

    .leave-coment-form textarea {
        min-height: 160px;
    }

    .comments-grid-right p {
        font-size: 13px;
    }

    .about-bottom ul li:nth-child(2) {
        margin: 0 2.5em;
    }

    .ih-item.circle,
    .ih-item.circle .img {
        width: 150px;
        height: 150px;
    }

        .ih-item.circle.effect16 .info h3 {
            padding: 40px 0 0 0;
            height: 79px;
            font-size: 16px;
        }

        .ih-item.circle.effect16 .info p {
            margin: 0 15px;
            font-size: 11px;
        }

    h6.small-heading {
        font-size: 22px;
    }

    .banner-text-posi-nctels {
        left: 4%;
        display: none;
    }

    .banner-nctels-1,
    .banner-nctels-2,
    .banner-nctels-3,
    .banner-nctels-4,
    .banner-nctels-5,
    .banner-agile {
        min-height: 420px;
    }

    .banner-text-whtree {
        padding-top: 6em;
    }

    .video iframe {
        width: 392px;
        height: 221px;
    }
}

@media(max-width: 414px) {
    .wthree-text ul li a {
        font-size: 13px;
    }

    .wthree-text ul li:nth-child(2) {
        float: none;
        margin-top: 12px;
    }

    p.dont-do a {
        display: block;
    }

    ul.list-unstyled.list-login li {
        float: none !important;
    }

    .register-form input[type="text"],
    .register-form input[type="email"],
    select.category2 {
        padding: 10px 12px;
    }

    .register-form form {
        padding: 5.5vw;
    }

    h3.ncte-head {
        font-size: 26px;
    }

    .faq-ncteagile .faq > li > a {
        font-size: 15px;
    }

    .nctel-agile-coming h3 {
        letter-spacing: 4px;
    }

    .simply-section {
        flex-basis: 49%;
        -webkit-flex-basis: 49%;
    }

    span.simply-amount {
        font-size: 36px;
    }

    .posts-grid-right {
        margin-top: 0;
    }

    .nctels-cource-first ul li {
        font-size: 15px;
    }

    .about_right h3 {
        font-size: 27px;
    }

        .about_right h3 span {
            font-size: 38px;
        }

    .about_left-list ul li {
        font-size: 14px;
    }

    .banner-text-whtree h3 {
        font-size: 18px;
    }

    .banner-text-whtree p {
        font-size: 11px;
    }

    .video iframe {
        width: 366px;
        height: 206px;
    }
}

@media(max-width: 384px) {
    .brands-nctels ul li {
        margin: 0 .6em;
    }

    p,
    .agile-addresmk p {
        font-size: 13px;
    }

    h3.ncte-head {
        font-size: 23px;
    }

    h5.card-title a {
        font-size: 21px;
    }

    h3.title {
        font-size: 37px;
    }

    .agile-why-text {
        padding-right: 0;
    }

    .about-bottom ul li:nth-child(2) {
        margin: 0 2em;
    }

    .stats-grid-ncte-agile p {
        font-size: 12px;
    }

    .ih-item.circle,
    .ih-item.circle .img {
        width: 160px;
        height: 160px;
        margin: 0 !important;
    }

    h6.small-heading {
        font-size: 22px;
        text-align: left !important;
        margin-top: 15px !important;
    }

    .banner-text-whtree p {
        padding: 12px 10px !important;
    }

    .banner-text-whtree h3 {
        font-size: 17px;
    }

    .banner-nctels-1,
    .banner-nctels-2,
    .banner-nctels-3,
    .banner-nctels-4,
    .banner-nctels-5,
    .banner-agile {
        min-height: 380px;
    }

    a.button-agiles {
        padding: 12px 28px;
        font-size: 12px;
    }

    .banner-text-whtree {
        padding-top: 5em;
    }

    .pager li {
        width: 12px;
        height: 12px;
    }

    .video iframe {
        width: 100%;
        height: 190px;
    }
}

@media(max-width: 375px) {
    .sub-main-ncte form {
        padding: 5vw;
    }

    .conta-posi-nctels {
        top: 30%;
    }

    li.nav-item a {
        font-size: 14px;
    }

    .subscribe-nctels button[type="submit"] {
        padding: 14px 30px;
    }

    label.switch {
        line-height: 2;
    }

    div#simply-countdown-losange {
        margin: 6vw 5vw;
    }

    .contact-form1 {
        margin-bottom: .2rem;
    }

        .contact-form1 label {
            font-size: 15px;
        }

    .contact-grid1 h4 {
        font-size: 22px;
    }

    .buttons-nctels a,
    .buttons-nctels-2 a {
        font-size: 14px;
        padding: 9px 16px;
    }

    .cource-list-agile-2 {
        margin: 2em 0;
    }

    .buttons-nctels,
    .buttons-nctels-2 {
        margin-top: 1.2em;
    }

    .about_right h3 {
        font-size: 26px;
    }

        .about_right h3 span {
            font-size: 36px;
        }

    .about_right p {
        font-size: 13px;
    }

    .about_left-list h6 {
        letter-spacing: 0px;
        font-size: 26px;
    }

    .about_left-list ul li {
        font-size: 13px;
    }

    .about-bottom ul li:nth-child(2) {
        margin: 0 1em;
    }

    .about-bottom ul li h5 {
        font-size: 30px;
    }

    .left-img-agikes {
        margin-bottom: 3em;
    }

    .numscroller {
        font-size: 42px;
    }

        .numscroller:before {
            bottom: -31%;
        }

    .video iframe {
        height: 185px;
    }
}

@media(max-width: 320px) {
    .nav-middle {
        padding-right: 0;
    }

        .nav-middle i {
            font-size: 21px;
            margin-right: 10px !important;
        }

    .top-login-butt {
        padding: 0;
        margin-top: 12px;
    }

    a.button-head-moncte {
        padding: 12px 20px;
    }

    .top-head-nctels h1 {
        font-size: 13px;
    }

    .social-icons ul li a {
        font-size: 11px;
        line-height: 2.8;
        width: 28px;
        height: 28px;
    }

    .social-icons {
        margin: 6px 0 3px;
    }

    .banner-agile-2 {
        min-height: 120px;
    }

    li.breadcrumb-item {
        font-size: 14px;
    }

    h3.title {
        font-size: 30px;
    }

    .sub-main-ncte label {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .form-style-agile input[type="text"],
    .form-style-agile input[type="email"],
    .form-style-agile input[type="password"] {
        font-size: 13px;
        padding: 11px 10px;
    }

    .sub-main-ncte input[type="submit"],
    .register-form input[type="submit"] {
        padding: 10px 0;
        font-size: 14px;
    }

    .brands-nctels ul li {
        margin: 0 .5em;
    }

        .brands-nctels ul li i {
            font-size: 40px;
        }

    .map iframe {
        height: 270px;
        width: 88%;
    }

    .conta-posi-nctels {
        top: 32%;
        width: 66%;
    }

    p,
    .agile-addresmk p {
        font-size: 12px;
    }

    .subscribe-nctels button[type="submit"] {
        padding: 14px 21px;
    }

    .register-form input[type="text"],
    .register-form input[type="email"],
    select.category2 {
        padding: 8px 12px;
    }

    .register-form input[type="submit"] {
        margin-top: 10px;
    }

    h3.ncte-head {
        font-size: 24px;
        line-height: 1.4;
    }

    span.simply-amount {
        font-size: 32px;
    }

    .nctel-agile-coming h3 {
        letter-spacing: 2px;
        font-size: 29px;
    }

    .sub-main-ncte-2 p {
        font-size: 15px;
    }

    .sub-main-ncte-2 input[type="submit"],
    .form-style-agile-2 input[type="email"] {
        font-size: 13px;
    }

    .agile-info h3 {
        font-size: 8em;
    }

    .agile-info h4 {
        font-size: 2em;
    }

    .proj_gallery_grid1_pos {
        padding: 1em .2em;
        left: 10%;
        width: 80%;
        bottom: 18px;
    }

        .proj_gallery_grid1_pos h3 {
            font-size: 1.3em;
        }

    .posts-grid-left,
    .posts-grid-right,
    .comments-grid-left,
    .comments-grid-right,
    .blog-gd-nctels,
    .stats-grid-ncte-agile {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .posts-grid-left {
        padding-right: 1em !important;
    }

    .posts-grid-right {
        margin-top: 1em;
    }

    .tags ul li a {
        padding: 8px 10px;
        margin: 0 4px 10px 0;
        font-size: 13px;
    }

    h6.blog-first {
        font-size: 18px;
    }

    ul.blog_list.my-3 li {
        font-size: 14px;
    }

    h5.card-title a {
        font-size: 23px;
    }

    a.blog-button {
        font-size: 13px;
    }

    .categories ul li,
    .single-left2-left ul li {
        font-size: 13px;
    }

    .admin p {
        font-size: 12px;
        line-height: 2;
    }

    .comments-grid-left {
        text-align: center;
    }

    h5.card-title a {
        font-size: 20px;
    }

    .leave-coment-form input[type="text"],
    .leave-coment-form input[type="email"],
    .leave-coment-form textarea {
        padding: 11px;
        font-size: 14px;
    }

    .leave-coment-form textarea {
        min-height: 130px;
    }

    .leave-coment-form input[type="submit"] {
        padding: 13px 19px;
        font-size: 14px;
    }

    h6.details-heading {
        font-size: 28px;
    }

    .nctels-cource-first ul li {
        font-size: 14px;
    }

    .right-abnctels h4 {
        font-size: 30px;
    }

    .blog-gd-nctels:nth-child(2) {
        margin-top: 1em;
    }

    .events-right h4 {
        font-size: 22px;
    }

    .about_right h3 {
        font-size: 28px;
    }

    .about_left-list ul li {
        font-size: 12px;
    }

    .about-bottom ul li:nth-child(2) {
        margin: 0 .8em;
    }

    .about-bottom ul li h5 {
        font-size: 28px;
    }

    .about-bottom {
        bottom: -32%;
    }

    .stats-grid-ncte-agile:nth-child(2),
    .stats-grid-ncte-agile:nth-child(3),
    .stats-grid-ncte-agile:nth-child(4) {
        margin-top: 1em !important;
    }

    .banner-text-whtree h3 {
        font-size: 13px;
        padding: 15px 20px !important;
    }

    .banner-text-whtree p {
        padding: 12px 16px !important;
    }

    .banner-text-whtree {
        max-width: 280px;
    }

    .banner-nctels-1,
    .banner-nctels-2,
    .banner-nctels-3,
    .banner-nctels-4,
    .banner-nctels-5,
    .banner-agile {
        min-height: 370px;
    }

    .pager {
        left: 40%;
        bottom: 10px;
    }

    .video iframe {
        height: 154px;
    }
}


/*--responsive--*/

.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        line-height: 15px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 21px;
            height: 21px;
            left: 0;
            margin-left: -22px;
            margin-top: -2px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
        }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}
