@import "font-awesome.min.css";
@import "font-awesome-animation.min.css";
@import "pe-icon-7-stroke.css";
/*@import "../css/felegant-icons.css";
@import "../css/fstroke-gap-icons.css";*/
/*@import "/utility-classes.css";*/
@import url(https://fonts.googleapis.com/css?family=Poppins);

/*
 * Typography.less
 * -----------------------------------------------
*/
::selection {
    background: #333333;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #333333;
    /* Firefox */
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #333333;
    /* Safari */
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}

html {
    font-size: 100%;
}

body {
    line-height: 1.7;
    color: #666666;
    font-size: 14px;
    font-family: "Gotham";
    background-color: #ffffff;
    /*background-color: #f1f5f6;*/
}

a {
    color: #808080;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #ffc20e;
        text-decoration: none;
    }

    a img {
        border: none;
    }

img {
    max-width: 100%;
}

iframe {
    border: none;
}
/* -------- Headings ---------- */
h1,
.h1 {
    font-size: 3.4rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 14px;
}

h5 {
    font-size: 1.3rem;
    color: #B2B2B2;
}

h1,
h2,
.h1,
.h2 {
    font-family: "Poppins";
    font-weight: 500;
    line-height: 1.42857143;
    color: #333333;
}

    h1 small,
    h2 small,
    .h1 small,
    .h2 small,
    h1 .small,
    h2 .small,
    .h1 .small,
    .h2 .small {
        font-weight: normal;
        line-height: 1;
        color: #333333;
    }

    h1 a,
    h2 a,
    .h1 a,
    .h2 a {
        color: #333333;
    }

h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Poppins";
    font-weight: 100;
    line-height: 1.42857143;
    color: #333333;
}

    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #333333;
    }

    h3 a,
    h4 a,
    h5 a,
    h6 a,
    .h3 a,
    .h4 a,
    .h5 a,
    .h6 a {
        color: #333333;
    }
/* -------- Body Text ---------- */


p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 10px;
}

.container-fluid {
    width: 100%;
}
a:focus, a:hover {
    text-decoration: none !important;
}
/* -------- Custom Font Family ---------- */
.font-opensans {
    font-family: "Poppins";
}

.font-raleway {
    font-family: 'Raleway', sans-serif;
}

.font-titillium {
    font-family: "Poppins";
}
/* breadcrumb */
.breadcrumb {
    background-color: transparent;
    padding-left: 0;
}

    .breadcrumb > li + li::before {
        content: "\f105";
        font-family: fontawesome;
        font-size: 15px;
        color: #ffffff;
    }

    .breadcrumb li.active {
        color: #ffffff;
    }

    .breadcrumb.white li.active {
        color: #fff;
    }

    .breadcrumb.white li a {
        color: #808080;
    }

.form-para {
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .breadcrumb.text-right {
        text-align: right;
    }
}
/*Drop Caps*/
.drop-caps p {
    text-align: justify;
}

    .drop-caps p:first-child:first-letter {
        color: #111111;
        display: block;
        float: left;
        font-size: 48px;
        line-height: 48px;
        margin: 6px 3px;
        padding: 10px 18px;
    }

.drop-caps.text-colored p:first-child:first-letter {
    display: block;
    float: left;
    font-size: 48px;
    line-height: 48px;
    margin: 6px 3px;
    padding: 10px 18px;
}

.drop-caps.border p:first-child:first-letter {
    border: 1px solid;
    margin: 8px 16px 0 0;
    padding: 15px 20px;
}

.drop-caps.border-rounded p:first-child:first-letter {
    border: 1px solid;
    border-radius: 50%;
    margin: 8px 16px 0 0;
    padding: 15px 20px;
}

.drop-caps.colored-square p:first-child:first-letter {
    color: #fff;
    margin: 8px 16px 0 0;
    padding: 15px 20px;
}

.drop-caps.colored-rounded p:first-child:first-letter {
    color: #fff;
    margin: 8px 16px 0 0;
    padding: 15px 20px;
    border-radius: 50%;
}

.drop-caps.dark-square p:first-child:first-letter {
    background: #222222;
    color: #fff;
    margin: 8px 16px 0 0;
    padding: 15px 20px;
}

.drop-caps.dark-rounded p:first-child:first-letter {
    background: #222222;
    color: #fff;
    margin: 8px 16px 0 0;
    padding: 15px 20px;
    border-radius: 50%;
}
/*Text Highlight*/
.text-highlight {
    background: none repeat scroll 0 0 #111111;
    border-radius: 4px;
    color: #fff;
    padding: 0 5px 3px;
}

    .text-highlight.light {
        background: #808080;
    }
/*
 * common.less
 * -----------------------------------------------
*/
/* -------- Basic Structure ---------- */
html {
    font-size: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 90%;
    }

    .rev_slider_wrapper {
        top: -88px !important;
    }

    .menuzord .showhide {
        display: none !important;
    }

    .styled-icons.icon-sm a {
        font-size: 22px !important;
        width: 18px !important;
        margin-top: -11px !important;
    }

    .menuzord-logo-img {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 85%;
    }

    .rev_slider_wrapper {
        top: -104px !important;
    }

    .menuzord .showhide {
        display: none !important;
    }

    .styled-icons.icon-sm a {
        font-size: 22px !important;
        width: 18px !important;
        margin-top: -11px !important;
    }

    .menuzord-logo-img {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 479px) {
    html {
        font-size: 80%;
    }

    .rev_slider_wrapper {
        top: -109px !important;
    }

    .styled-icons.icon-sm a {
        font-size: 15px !important;
        height: 30px !important;
        line-height: 0px !important;
        margin: 2px 21px 2px 0 !important;
        width: 0px !important;
    }

    .fnt-sz {
        font-size: 15px !important;
        margin-top: 10px;
    }

    .enquire-cta2 {
        font-size: 18px !important;
    }

    .enquire-cta {
        font-size: 18px !important;
        top: 56% !important;
    }

    .call-to-action {
        z-index: 0 !important;
        top: -214px !important;
        width: 91% !important;
    }

    .mob-txt {
        font-size: 16px;
    }

    .pl-70 {
        padding-left: 12px !important;
    }

    .menuzord .showhide {
        display: none !important;
    }

    .menuzord-logo-img {
        margin-left: 0px !important;
    }

    .pulse {
        left: 11% !important;
    }
}

html,
html a {
    -webkit-font-smoothing: antialiased;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: "Poppins";
}

strong {
    color: #000000 !important;
}

img {
    max-width: 100%;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*-- font size --*/

.fs-12 {
    font-size: 12px;
}

.fs-10 {
    font-size: 10px;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px;
}

.fs-17 {
    font-size: 17px;
}

.fs-20 {
    font-size: 20px;
}

.fs-30 {
    font-size: 30px;
}

.fs-35 {
    font-size: 35px;
}

.web-url {
    font-size: 1.0rem;
    color: #2aa5ab;
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fww-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700;
}

.f-italic {
    font-style: italic;
}

.text-right {
    text-align: right;
    padding-right: 35px !important;
}

.inrow {
    display: flex;
}

.inrow-minut {
    display: flex;
    align-items: center;
    margin: 50px 7px;
    z-index: 1;
    position: relative;
}

.disply-con {
    display: contents;
}

.height-150 {
    height: 150px;
}

.d-block {
    display: inline-block;
}

.fc-black {
    color: #000000 !important;
}

.fluid-video-wrapper {
    padding: 0;
    position: relative;
    width: 100%;
}

iframe {
    border: none;
    width: 100%;
}

.lead {
    font-size: 18px;
}

.text-highlight {
    background: none repeat scroll 0 0 #111111;
    border-radius: 4px;
    color: #fff;
    padding: 0 5px 3px;
}

    .text-highlight.light {
        background: #808080;
    }

.inline-block {
    display: inline-block;
}

.display-block {
    display: block;
}

.fullwidth {
    width: 100%;
}

.bg-hover-theme-colored {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* Text-decoration */
.text-underline {
    text-decoration: underline;
}
/* -------- Line-Bottom ---------- */
.heading-line-bottom {
    border-bottom: 1px dashed #808080;
    display: inline-block;
    margin: 0;
    position: relative;
    margin: 20px 0;
}

    .heading-line-bottom::after {
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        top: 4px;
        width: 20px;
    }

.heading-title {
    margin-top: 10px;
}

.line-bottom {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .line-bottom:after {
        bottom: -1px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 50px;
    }

.line-bottom-centered {
    position: relative;
    margin: 10px 0 20px;
}

    .line-bottom-centered:after {
        background: #2b96cc none repeat scroll 0 0;
        bottom: -8px;
        content: "";
        height: 1px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        position: absolute;
        right: 0;
        width: 30px;
    }

.title-icon [class^="flaticon-"]::after,
.title-icon [class^="flaticon-"]::before {
    font-size: 48px;
    margin-left: 10px;
}

.title-icon {
    margin: 0 auto;
    max-width: 160px;
    position: relative;
}

    .title-icon::after {
        content: "";
        height: 2px;
        left: 24px;
        position: absolute;
        top: 10px;
        width: 30px;
    }

    .title-icon::before {
        content: "";
        height: 2px;
        position: absolute;
        right: 20px;
        top: 10px;
        width: 30px;
    }
/* -------- List ---------- */
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul ul,
    ol ul {
        margin-left: 2px;
    }

    ul.list {
        list-style: outside none none;
        margin-top: 13px;
        padding-left: 0;
        font-family: 'Poppins';
    }

        ul.list li {
            margin: 0px 0;
            font-weight: 500;
            padding-left: 0px;
            position: relative;
        }

            ul.list li:before {
                border: none;
                color: #a9a9a9;
                content: "\f111";
                display: inline-block;
                font-family: fontawesome;
                font-size: 9px;
                margin-right: 10px;
                padding: 0;
                left: 0;
                position: absolute;
                top: 1px;
            }

            ul.list li:hover:before {
                background: none;
                border-color: transparent;
            }

            ul.list li a {
                text-decoration: none;
                -webkit-transition: all 300ms ease-in;
                -o-transition: all 300ms ease-in;
                transition: all 300ms ease-in;
            }
        /* -------- List White ---------- */
        ul.list.list-white li:before {
            color: #fff;
        }

        ul.list.list-white li:hover:before {
            background: none;
            border-color: transparent;
        }

        ul.list.list-white li a {
            color: #fff;
            text-decoration: none;
            -webkit-transition: all 300ms ease-in;
            -o-transition: all 300ms ease-in;
            transition: all 300ms ease-in;
        }
    /* -------- List border bottom ---------- */
    ul.list-border-bottom li {
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 10px;
    }

    ul.list.list-border-bottom li:last-child {
        border-bottom: none;
    }

    ul.list-border-bottom.no-padding li {
        padding-bottom: 0px;
    }

        ul.list-border-bottom.no-padding li:last-child {
            border-bottom: none;
        }
/* -------- List Icons ---------- */
.list-icon li {
    margin: 0;
    font-size: 1.0em;
    font-family: "Poppins";
    color: #333;
    line-height: 25px;
}

    .list-icon li i {
        color: #555555;
        font-size: 14px;
        height: 28px;
        line-height: 28px;
        margin: 5px 10px 5px 0;
        text-align: center;
        width: 28px;
    }

.list-icon.square li i {
    background: #c0c0c0;
    color: #555555;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin: 5px 10px 5px 0;
    text-align: center;
    width: 28px;
}

.list-icon.rounded li i {
    color: #555555;
    background: #c0c0c0;
    border-radius: 50%;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin: 5px 10px 5px 0;
    text-align: center;
    width: 28px;
}

.list-icon.theme-colored.square li i {
    color: #fff;
}

.list-icon.theme-colored.rounded li i {
    color: #fff;
}
/* -------- Personal Info List ---------- */
.list-info li {
    clear: both;
    position: relative;
}

    .list-info li label {
        display: inline-block;
        font-weight: bold;
        padding: 5px 0 0;
    }

    .list-info li span {
        left: 110px;
        padding: 5px 0;
        position: absolute;
    }

.list-features {
    -moz-column-count: 3;
    column-count: 3;
}

.list-dashed > article {
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.list-dashed > div {
    border-bottom: 1px dashed #d3d3d3;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.list-dashed > li {
    border-bottom: 1px dashed #d3d3d3;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.list-dashed.dark-dash > article {
    border-bottom: 1px dashed #333333;
}

.list-dashed.dark-dash > div {
    border-bottom: 1px dashed #333333;
}

.list-dashed.dark-dash > li {
    border-bottom: 1px dashed #333333;
}

ul.list.check li:before {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 12px;
}

ul.list.angle-double-right li:before {
    content: "\f101";
    font-family: fontawesome;
    font-size: 12px;
}

ul.list.angle-right li:before {
    content: "\f105";
    font-family: fontawesome;
}

ul.list.check-circle li:before {
    content: "\f058";
    font-family: fontawesome;
    font-size: 14px;
}
/* -------- Call To Actions ---------- */
.call-to-action {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    z-index: 1;
    top: -112px;
    border-radius: 10px;
}

.choose-discipline-hm {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 0px;
    z-index: 1;
    border-radius: 10px;
}
/* -------- Section & Divider ---------- */
section {
    position: relative;
}

    section > .container,
    section > .container-fluid {
        padding-top: 40px;
        padding-bottom: 40px;
    }
/* -------- Background Video ---------- */
.bg-video {
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: -1;
}

    .bg-video .video {
        height: 100%;
        left: 0;
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
    }

        .bg-video .video .mbYTP_wrapper {
            z-index: -1;
        }
/* -------- Box Table ---------- */
.display-table-parent {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.display-table {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.display-table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
/* -------- Scroll To Top ---------- */
.scrollToTop {
    background: #fff;
    bottom: 85px;
    display: none;
    height: 40px;
    padding: 0px;
    position: fixed;
    right: 56px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    z-index: 99999;
    border-radius: 50px;
}

    .scrollToTop i {
        color: #0a999f;
        font-size: 36px;
    }

    .scrollToTop:hover {
        background: rgba(0, 0, 0, 0.6);
        text-decoration: none;
    }
/*  
 * Extra.less 
 * -----------------------------------------------
*/
/* -------- Heading Style ---------- */
.heading-border {
    border-bottom: 1px solid #d3d3d3;
    margin: 30px 0;
    padding: 20px 0;
}
/* -------- FullCalendar - Plugin ---------- */
.fc-day-number {
    color: #333333;
}

    .fc-day-number.fc-other-month {
        opacity: 0.4;
    }
/* scrolltofixed-container */
.scrolltofixed-container {
    position: static;
}

@media only screen and (max-width: 767px) {
    .scrolltofixed-container .scrolltofixed {
        position: static !important;
    }

        .scrolltofixed-container .scrolltofixed + div {
            display: none !important;
        }
}
/* vertical-align-middel*/
.vertical-align-middle {
    vertical-align: middle;
}
/*
 * Overlays.less
 * -----------------------------------------------
*/
.layer-overlay {
    position: relative;
    /* overlay-dark */
    /* overlay-white */
}

    .layer-overlay::before {
        /* background: rgb(14 192 176 / 41%) none repeat scroll 0 0; */
        content: " ";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .layer-overlay.overlay-light::before {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .layer-overlay.overlay-lighter::before {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .layer-overlay.overlay-deep::before {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .layer-overlay.overlay-dark::before {
        background-color: rgba(17, 17, 17, 0.85);
    }

    .layer-overlay.overlay-dark-1::before {
        background-color: rgba(17, 17, 17, 0.1);
    }

    .layer-overlay.overlay-dark-2::before {
        background-color: rgba(17, 17, 17, 0.2);
    }

    .layer-overlay.overlay-dark-3::before {
        background-color: rgba(17, 17, 17, 0.3);
    }

    .layer-overlay.overlay-dark-4::before {
        background-color: rgba(17, 17, 17, 0.4);
    }

    .layer-overlay.overlay-dark-5::before {
        /*background-color: rgba(17, 17, 17, 0.5);*/
        background-color: #004043;
    }

    .layer-overlay.overlay-dark-6::before {
        background-color: rgba(17, 17, 17, 0.6);
    }

    .layer-overlay.overlay-dark-7::before {
        background-color: rgba(17, 17, 17, 0.7);
    }

    .layer-overlay.overlay-dark-8::before {
        background-color: rgba(17, 17, 17, 0.8);
    }

    .layer-overlay.overlay-dark-9::before {
        background-color: rgba(17, 17, 17, 0.9);
    }

    .layer-overlay.overlay-white::before {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .layer-overlay.overlay-white-1::before {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .layer-overlay.overlay-white-2::before {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .layer-overlay.overlay-white-3::before {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .layer-overlay.overlay-white-4::before {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .layer-overlay.overlay-white-5::before {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .layer-overlay.overlay-white-6::before {
        background-color: rgba(255, 255, 255, 0.6);
    }

    .layer-overlay.overlay-white-7::before {
        background-color: rgba(255, 255, 255, 0.7);
    }

    .layer-overlay.overlay-white-8::before {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .layer-overlay.overlay-white-9::before {
        /*background-color: rgba(255, 255, 255, 0.9);*/
    }

    .layer-overlay.layer-pattern::before {
        background-image: url(../images/pattern1.png);
        background-color: rgba(0, 0, 0, 0.6);
    }

    .layer-overlay.layer-pattern2::before {
        background-image: url(../images/pattern2.png);
        background-color: rgba(0, 0, 0, 0.8);
    }

    .layer-overlay.layer-pattern3::before {
        background-image: url(../images/pattern3.png);
        background-color: rgba(0, 0, 0, 0.8);
    }

    .layer-overlay.maximage-layer-overlay::before {
        z-index: 1;
    }

    .layer-overlay.overlay-blue::before {
        background-color: rgba(1, 162, 208, 0.9);
    }

    .layer-overlay.overlay-blue-light::before {
        background-color: rgba(1, 162, 208, 0.45);
    }

    .layer-overlay.overlay-pink::before {
        background-color: rgba(235, 110, 142, 0.9);
    }

    .layer-overlay.overlay-pink-light::before {
        background-color: rgba(235, 110, 142, 0.45);
    }

    .layer-overlay.overlay-brown::before {
        background-color: rgba(60, 171, 111, 0.9);
    }

    .layer-overlay.overlay-brown-light::before {
        background-color: rgba(60, 171, 111, 0.45);
    }

    .layer-overlay.overlay-yellow::before {
        background-color: rgba(255, 187, 34, 0.9);
    }

    .layer-overlay.overlay-yellow-light::before {
        background-color: rgba(255, 187, 34, 0.45);
    }

    .layer-overlay.overlay-green::before {
        background-color: rgba(16, 196, 92, 0.9);
    }

    .layer-overlay.overlay-green-light::before {
        background-color: rgba(16, 196, 92, 0.45);
    }

    .layer-overlay.overlay-theme-color-1::before {
        background-color: rgba(173, 216, 230, 0.9);
    }

    .layer-overlay.overlay-theme-color-2::before {
        background-color: rgba(230, 173, 188, 0.9);
    }

    .layer-overlay.overlay-theme-color-3::before {
        background-color: rgba(230, 216, 173, 0.9);
    }

.half-divider .overlay-theme-color-1,
.half-divider .overlay-theme-color-2,
.half-divider .overlay-theme-color-3 {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
/*
 * Header.less
 * -----------------------------------------------
*/
.header-top {
    padding: 5px 0;
}

    .header-top .header-widget .styled-icons a i:hover {
        background: none;
    }

    .header-top .header-widget .list-border li {
        border-right: 1px solid rgba(0, 0, 0, 0.06);
        padding: 5px 15px;
    }

        .header-top .header-widget .list-border li:last-child {
            border-right: 0;
        }

@media only screen and (max-width: 767px) {
    .header-top .header-widget .contact-info {
        margin-bottom: 20px;
    }

        .header-top .header-widget .contact-info li {
            display: block;
            text-align: center;
        }
}

.menuzord-brand img {
    max-height: 58px;
}
/* -------- Custom theme style ---------- */
.header-nav .header-nav-wrapper .menuzord {
    padding: 0;
}

.header-nav.navbar-transparent.animated-active {
    background-color: rgba(0, 0, 0, 0.25);
}
/*
 * Nav.less
 * -----------------------------------------------
*/
/* -------- Nav Sidebar ---------- */
.nav-sidebar li {
    background: #f1f1f1;
    padding-bottom: 0;
}

    .nav-sidebar li a {
        border-radius: 0;
    }

.nav-pills li a:hover,
.nav-pills li.active > a,
.nav-pills li.active > a:hover,
.nav-pills li.active > a:focus {
    background: #d3d3d3;
    color: #777777;
}
/* -------- Header Nav ---------- */
.header-nav {
    position: relative;
}

    .header-nav .header-nav-absolute-wrapper {
        width: 100%;
    }

    .header-nav .header-nav-wrapper .menuzord {
        padding: 0;
    }
/* -------- Menuzord ---------- */
.menuzord {
    background: transparent none repeat scroll 0 0;
}

.menuzord-menu > li > a {
    font-size: 15px;
    font-weight: 700;
}

@media only screen and (min-width: 901px) {
    .menuzord-menu > li > a {
        color: #fff;
    }
}

.menuzord-menu.dark > li > a {
    color: #666666;
}

.menuzord .menuzord-menu > li.active > a i,
.menuzord .menuzord-menu > li:hover > a i,
.menuzord .menuzord-menu ul.dropdown li:hover > a i {
    color: #fff;
}

.menuzord .menuzord-menu.dark > li.active > a i,
.menuzord .menuzord-menu.dark > li:hover > a i,
.menuzord .menuzord-menu.dark ul.dropdown li:hover > a i {
    color: #fff;
}

.menuzord-menu ul.dropdown li {
    margin: 0;
}

    .menuzord-menu ul.dropdown li a {
        padding: 7px 25px 7px 22px;
    }

    .menuzord-menu ul.dropdown li .indicator {
        top: 4px;
    }
/* -------- Megamenu-Row ---------- */
.menuzord-menu > li > .megamenu .megamenu-row li {
    border: 0 none;
    clear: both;
    font-size: 12px;
    margin: 0;
    padding: 2px;
    position: relative;
    width: 100%;
}

    .menuzord-menu > li > .megamenu .megamenu-row li a {
        display: block;
        padding: 8px 10px;
        -webkit-transition: padding 0.2s linear;
        -o-transition: padding 0.2s linear;
        transition: padding 0.2s linear;
    }

    .menuzord-menu > li > .megamenu .megamenu-row li.active > a,
    .menuzord-menu > li > .megamenu .megamenu-row li:hover > a {
        color: #111;
        padding-left: 15px;
    }

    .menuzord-menu > li > .megamenu .megamenu-row li a i {
        color: #444;
    }

    .menuzord-menu > li > .megamenu .megamenu-row li.active a i,
    .menuzord-menu > li > .menuzord-menu > li > .megamenu .megamenu-row li:hover a i {
        color: #fff;
    }

@media only screen and (max-width: 900px) {
    .menuzord-menu {
        background: #fff;
    }
}
/* -------- Scrolltofixed ---------- */
.header-nav .header-nav-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
    border-bottom: 1px solid #eee;
}

.header-nav .header-nav-absolute-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed .menuzord {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.header .inner-sticky-wrapper {
    height: 80px;
}

@media only screen and (min-width: 901px) {
    .header-nav .header-nav-absolute-wrapper {
        bottom: -36px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        z-index: 1111;
    }


        .header-nav .header-nav-absolute-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
            bottom: auto;
        }
}
/* -------- Navbar Fixed  ---------- */
.header-nav {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

    .header-nav.navbar-fixed-top {
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 1;
        top: 48px;
    }
/* -------- Navbar Sticky Animated ---------- */
.navbar-sticky-animated .header-nav-wrapper .container {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
/* -------- Header White ---------- */
.header-nav.navbar-white {
    border: medium none;
}

    .header-nav.navbar-white .menuzord {
        background: transparent;
    }
/* -------- Header Transparent ---------- */
.header-nav.navbar-transparent .menuzord {
    background: transparent;
}

.header-nav.navbar-transparent .header-nav-wrapper {
    border-bottom: 1px solid #eee;
}

.header-nav.navbar-transparent.animated-active {
    background-color: rgba(0, 0, 0, 0);
    border-top: 2px solid rgb(255 255 255 / 15%);
}

    .header-nav.navbar-transparent.animated-active .header-nav-wrapper {
        border-bottom: none;
    }

    .header-nav.navbar-transparent.animated-active .menuzord-menu > li > a {
        color: #fff;
    }

@media only screen and (max-width: 900px) {
    .header-nav.navbar-transparent.animated-active .menuzord-menu > li > a {
        color: #888;
    }
}
/*
 * Topbar.less
 * -----------------------------------------------
*/
#top-search-bar {
    background: #eee;
}

    #top-search-bar form {
        position: relative;
    }

    #top-search-bar .form-control {
        background: #eee;
        border: none;
        box-shadow: none;
        font-size: 18px;
        height: 72px;
        margin: 0;
        width: 100%;
    }

    #top-search-bar .search-close {
        background: none repeat scroll 0 0 transparent;
        border: medium none;
        color: #999;
        cursor: pointer;
        font-size: 14px;
        height: 40px;
        line-height: 38px;
        margin-top: -20px;
        outline: medium none;
        overflow: hidden;
        position: absolute;
        right: 1px;
        top: 50%;
        width: 42px;
    }

    #top-search-bar button i {
        color: #777;
    }
/*
 * Inner-Header-Title.less
 * -----------------------------------------------
*/
.inner-header .title {
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 100;
}
/*
 *  Vertical-Nav.less
 * -----------------------------------------------
*/
.vertical-nav {
    /* vertical-nav-black*/
}

    .vertical-nav .header {
        width: 260px;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        background: #fff;
        z-index: 101;
        padding: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        background-size: cover;
    }

    .vertical-nav .main-content,
    .vertical-nav .footer {
        margin-left: 260px;
    }

    .vertical-nav .container {
        max-width: 940px;
    }

    .vertical-nav .menuzord {
        background: none;
    }

        .vertical-nav .menuzord .menuzord-menu ul.dropdown li:hover > a {
            background: #eeeeee none repeat scroll 0 0;
            color: #111111;
        }

    .vertical-nav .menuzord-menu li {
        padding: 5px 0;
        position: relative;
        width: 100%;
    }

        .vertical-nav .menuzord-menu li .indicator {
            float: right;
        }

        .vertical-nav .menuzord-menu li a {
            padding-left: 30px;
            width: 100%;
        }

    .vertical-nav .menuzord-menu ul.dropdown,
    .vertical-nav .menuzord-menu .megamenu {
        left: 100%;
        top: 4px;
    }

    .vertical-nav .menuzord-brand img {
        max-height: none;
    }

    .vertical-nav .vertical-nav-black {
        background: #111111;
    }

        .vertical-nav .vertical-nav-black .menuzord-menu ul.dropdown {
            background: #111111;
            border-color: #222222;
        }

            .vertical-nav .vertical-nav-black .menuzord-menu ul.dropdown li a {
                background: #111111;
            }

                .vertical-nav .vertical-nav-black .menuzord-menu ul.dropdown li a .indicator i {
                    color: #fff;
                }

            .vertical-nav .vertical-nav-black .menuzord-menu ul.dropdown li:hover > a {
                background: #111111 none repeat scroll 0 0;
                color: #fff;
            }

        .vertical-nav .vertical-nav-black .menuzord-menu > li > a {
            color: #808080;
        }

    .vertical-nav.vertical-nav-right .header {
        left: auto;
        right: 0;
    }

    .vertical-nav.vertical-nav-right .main-content,
    .vertical-nav.vertical-nav-right .footer {
        padding-left: auto;
        margin-right: 260px;
        padding-top: 0;
    }

    .vertical-nav.vertical-nav-right .menuzord-menu ul.dropdown,
    .vertical-nav.vertical-nav-right .menuzord-menu .megamenu {
        left: auto;
        right: 100%;
        top: 0;
    }

@media only screen and (min-width: 1920px) {
    .expSearchFrom {
        bottom: 104px !important;
        right: 424px !important;
    }
}


@media only screen and (max-width: 1199px) {
    .vertical-nav .container {
        width: 100%;
    }

    .four-o-mtmb {
        margin-top: 100px !important;
        margin-bottom: 50px !important;
    }
}

@media only screen and (max-width: 900px) {
    .vertical-nav .header {
        border: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .vertical-nav .vertical-nav-widget {
        display: none;
    }

    .vertical-nav .menuzord {
        background: #fff;
    }

    .vertical-nav .vertical-nav-black .menuzord {
        background: none;
    }

    .vertical-nav .menuzord-brand {
        margin: 0;
        padding: 0;
    }

        .vertical-nav .menuzord-brand img {
            max-height: 65px;
            padding: 10px;
        }

    .vertical-nav .header-nav-wrapper {
        background: #111111 none repeat scroll 0 0;
        position: fixed;
        top: 0;
        width: 100%;
    }

    .vertical-nav .vertical-nav-black .menuzord .menuzord-menu li > a,
    .vertical-nav .vertical-nav-black .menuzord .menuzord-menu li .indicator {
        border-color: #222222;
    }

    .vertical-nav .main-content,
    .vertical-nav .footer {
        padding-left: 0;
    }

    .vertical-nav.vertical-nav-right .main-content,
    .vertical-nav.vertical-nav-right .footer {
        margin-right: 0;
    }
}
/*
 *  menu-full-page.less
 * -----------------------------------------------
*/
/* menu-full-page plugin code */
.menu-full-page #fullpage-nav {
    background: rgba(255, 255, 255, 0.97);
    z-index: -1;
    position: fixed;
    /*left: -100%;*/
    /*left or right and the width of your navigation panel*/
    left: 0;
    /*left or right and the width of your navigation panel*/
    opacity: 0;
    width: 100%;
    /*should match the above value*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .menu-full-page #fullpage-nav ul {
        margin-top: 50px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .menu-full-page #fullpage-nav li {
        text-align: center;
        transition: all 0.4s ease;
        padding: 10px 0;
        position: relative;
    }

        .menu-full-page #fullpage-nav li a {
            color: #111;
            font-size: 18px;
            font-family: "Poppins";
            text-decoration: none;
            font-weight: 400;
            text-transform: uppercase;
            padding: 0;
            position: relative;
        }

            .menu-full-page #fullpage-nav li a:hover {
                color: #888;
                -webkit-transition: color 2s time;
                -o-transition: color 2s time;
                transition: color 2s time;
            }

        .menu-full-page #fullpage-nav li:hover:after a {
            position: absolute;
            content: '';
            color: #FFF;
        }

    .menu-full-page #fullpage-nav ul ul {
        display: none;
    }

        .menu-full-page #fullpage-nav ul ul li a {
            font-size: 13px;
        }

            .menu-full-page #fullpage-nav ul ul li a:hover {
                color: #888;
            }

.menu-full-page .fullpage-nav-toggle.menu-open + #fullpage-nav {
    opacity: 1;
    z-index: 998;
}

    .menu-full-page .fullpage-nav-toggle.menu-open + #fullpage-nav > ul {
        margin-top: 70px;
    }

.menu-full-page .fullpage-nav-toggle {
    z-index: 999;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 70px;
    height: 70px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    background-color: transparent;
    /* active state, i.e. menu open */
}

    .menu-full-page .fullpage-nav-toggle i {
        text-decoration: none;
        font-size: 40px;
        color: #fff;
    }

    .menu-full-page .fullpage-nav-toggle:focus {
        outline: none;
    }

    .menu-full-page .fullpage-nav-toggle span {
        display: block;
        position: absolute;
        top: 45px;
        left: 18px;
        right: 18px;
        height: 4px;
        border-radius: 2px;
        background: #888;
        -webkit-transition: background 0 0.3s;
        transition: background 0 0.3s;
    }

        .menu-full-page .fullpage-nav-toggle span:before,
        .menu-full-page .fullpage-nav-toggle span:after {
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
            height: 4px;
            border-radius: 0;
            background-color: #888;
            content: "";
            -webkit-transition-duration: 0.3s, 0.3s;
            transition-duration: 0.3s, 0.3s;
            -webkit-transition-delay: 0.3s, 0;
            transition-delay: 0.3s, 0;
        }

        .menu-full-page .fullpage-nav-toggle span:before {
            top: -12px;
            -webkit-transition-property: top, -webkit-transform;
            transition-property: top, transform;
        }

        .menu-full-page .fullpage-nav-toggle span:after {
            bottom: -12px;
            -webkit-transition-property: bottom, -webkit-transform;
            transition-property: bottom, transform;
        }

    .menu-full-page .fullpage-nav-toggle.menu-open {
        background-color: transparent;
    }

        .menu-full-page .fullpage-nav-toggle.menu-open span {
            background: none;
        }

            .menu-full-page .fullpage-nav-toggle.menu-open span:before,
            .menu-full-page .fullpage-nav-toggle.menu-open span:after {
                background-color: #111;
                -webkit-transition-delay: 0, 0.3s;
                transition-delay: 0, 0.3s;
            }

            .menu-full-page .fullpage-nav-toggle.menu-open span:before {
                top: 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .menu-full-page .fullpage-nav-toggle.menu-open span:after {
                bottom: 0;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }
/* menu-full-page custom code */
.menu-full-page .header #fullpage-nav li {
    padding: 5px 0;
}

    .menu-full-page .header #fullpage-nav li a {
        background: none;
        display: inline;
        font-size: 18px;
        text-transform: none;
    }

.menu-full-page .header #fullpage-nav ul ul {
    margin-top: 0;
}

    .menu-full-page .header #fullpage-nav ul ul li {
        padding: 3px 0;
    }

        .menu-full-page .header #fullpage-nav ul ul li a {
            font-size: 12px;
        }

.menu-full-page .header #fullpage-nav ul li .dropdown {
    background: none;
    box-shadow: none;
    border: none;
    float: none;
    padding: 0;
    position: relative;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1);
    -moz-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1);
    -ms-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1);
    -o-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1);
    transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1);
    display: block;
    visibility: visible;
}

.menu-full-page .header #fullpage-nav ul li:hover .dropdown {
    max-height: 700px;
}
/*
 *  Boxed-layout.less
 * -----------------------------------------------
*/
@media only screen and (min-width: 768px) {
    .boxed-layout .container {
        max-width: 1170px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .boxed-layout .header,
    .boxed-layout .main-content,
    .boxed-layout .footer,
    .boxed-layout #footer {
        margin: 0 auto;
        max-width: 1170px;
    }
}

.boxed-layout .header,
.boxed-layout section,
.boxed-layout .footer,
.boxed-layout #footer {
    background-color: #fff;
}

    .boxed-layout .header .navbar-default {
        background-color: #fff;
        border-color: #fff;
        padding: 0;
    }

        .boxed-layout .header .navbar-default .navbar-nav > li > a {
            padding: 30px 5px;
        }

        .boxed-layout .header .navbar-default .navbar-collapse {
            background-color: #fff;
            border-color: #fff;
            margin-right: 30px;
        }

    .boxed-layout .header #header-logo {
        margin: 0;
        padding-top: 27px;
    }

@media only screen and (max-width: 991px) {
    .boxed-layout {
        padding-top: 0;
    }

        .boxed-layout .header .navbar-default .navbar-nav > li > a {
            padding: 10px;
        }

        .boxed-layout .header .navbar-default .navbar-collapse {
            margin-right: 15px;
        }

        .boxed-layout .navbar-header {
            padding: 15px 0;
        }

        .boxed-layout .navbar-collapse .navbar-nav li a .caret {
            margin-right: 0;
        }
}

.boxed-layout.fullwidth .container {
    max-width: 1170px;
    padding-left: 30px;
    padding-right: 30px;
}

.boxed-layout.fullwidth .header,
.boxed-layout.fullwidth .main-content,
.boxed-layout.fullwidth .footer {
    margin: 0 auto;
    max-width: 1170px;
}

.boxed-layout.fullwidth .header,
.boxed-layout.fullwidth section,
.boxed-layout.fullwidth .footer {
    background-color: #fff;
}

    .boxed-layout.fullwidth .header .navbar-default {
        background-color: #fff;
        border-color: #fff;
        padding: 0;
    }

        .boxed-layout.fullwidth .header .navbar-default .navbar-nav > li > a {
            padding: 30px 5px;
        }

        .boxed-layout.fullwidth .header .navbar-default .navbar-collapse {
            background-color: #fff;
            border-color: #fff;
            margin-right: 30px;
        }

    .boxed-layout.fullwidth .header #header-logo {
        margin: 0;
        padding-top: 27px;
    }

@media only screen and (max-width: 991px) {
    .boxed-layout.fullwidth {
        padding-top: 0;
    }

        .boxed-layout.fullwidth .header .navbar-default .navbar-nav > li > a {
            padding: 10px;
        }

        .boxed-layout.fullwidth .header .navbar-default .navbar-collapse {
            margin-right: 15px;
        }

        .boxed-layout.fullwidth .navbar-header {
            padding: 15px 0;
        }

        .boxed-layout.fullwidth .navbar-collapse .navbar-nav li a .caret {
            margin-right: 0;
        }
}

.boxed-layout .service-block .thumb .desc {
    bottom: -34%;
}

.boxed-layout .service-block:hover .thumb .desc {
    bottom: 0;
}
/*
 * Form.less
 * -----------------------------------------------
*/
/* -------- Form ---------- */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    font-size: 14px;
}

.form-control {
    border-radius: 5px;
    box-shadow: none;
    height: 50px;
    font-family: "Poppins";
    border-radius: 10x;
}

label {
    font-weight: normal;
}

.form-control:focus,
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="password"]:focus,
form input[type="date"]:focus,
form input[type="color"]:focus,
form select:focus,
form textarea:focus {
    color: #404040;
    border-color: #009297;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    outline: none;
}

.form-transparent .form-control {
    background: transparent;
    color: #f7f7f7;
}

    .form-transparent .form-control:focus,
    .form-transparent form input[type="text"]:focus,
    .form-transparent form input[type="email"]:focus,
    .form-transparent form input[type="number"]:focus,
    .form-transparent form input[type="url"]:focus,
    .form-transparent form input[type="search"]:focus,
    .form-transparent form input[type="tel"]:focus,
    .form-transparent form input[type="password"]:focus,
    .form-transparent form input[type="date"]:focus,
    .form-transparent form input[type="color"]:focus,
    .form-transparent form select:focus,
    .form-transparent form textarea:focus {
        color: #f7f7f7;
    }

.form-transparent textarea.form-control,
.form-white textarea.form-control {
    height: 150px;
}

.form-white .form-control {
    background: #fff;
}

.form-transparent.form-line .form-control {
    border: none;
    border-bottom: 1px solid #c0c0c0;
    padding-left: 0;
}

.form-transparent.form-line textarea.form-control {
    height: 70px;
}

form label {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 100;
}
/* form error */
form .form-control.error {
    border: 1px solid #ee163b;
}

form .error {
    color: #ee163b;
}
/* -------- Donation Form ---------- */
.donation-form .form-group label.radio-inline {
    color: #808080;
}
/*-------- form-text-white ---------*/
.form-text-white .form-group label {
    color: #fff;
}

.text-white {
    color: #fff;
}
/*-------- ddslick form ---------*/
.dd-container,
.dd-select {
    width: 100%;
}

.dd-options {
    width: 100%;
}

.ui-widget-content {
    background: #2aa1c0 none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
    height: 36px;
    margin-top: 6px;
}

.ui-widget-header {
    background: #fff none repeat scroll 0 0;
}

.ui-state-default {
    background-color: #eee;
    border: 1px solid #ccc;
    color: #202c45;
    font-weight: normal;
}

.ui-slider-horizontal .ui-slider-range-max {
    border-radius: 0;
}

.ui-state-active {
    background-color: #fff;
    border: 1px solid #ddd;
}

.ui-slider .ui-slider-handle {
    height: 50px;
    width: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -1px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -9px;
}

.control__indicator {
    height: 24px;
    width: 24px;
}

.control--checkbox .control__indicator::after {
    height: 10px;
    left: 10px;
    top: 5px;
    width: 6px;
}

.control.control--checkbox,
.control.control--radio {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-right: 12px;
    padding-left: 36px;
}

.control--radio .control__indicator::after {
    height: 6px;
    left: 9px;
    top: 9px;
    width: 6px;
}
/*
 *  Side-Push-Panel.less
 * -----------------------------------------------
*/
.side-push-panel {
    overflow-x: hidden;
}

    .side-push-panel.fullwidth-page #wrapper {
        right: 0;
        position: relative;
    }

    .side-push-panel.fullwidth-page header .header-nav-wrapper.scroll-to-fixed-fixed .container {
        right: 0;
    }

    .side-push-panel.fullwidth-page.side-panel-left #wrapper {
        left: 0;
        right: auto;
    }

    .side-push-panel.fullwidth-page.side-panel-left header .header-nav-wrapper.scroll-to-fixed-fixed .container {
        left: 0;
        right: auto;
    }

    .side-push-panel.fullwidth-page.side-panel-open #wrapper {
        right: 300px;
    }

    .side-push-panel.fullwidth-page.side-panel-open header .header-nav-wrapper.scroll-to-fixed-fixed .container {
        right: 300px;
    }

    .side-push-panel.fullwidth-page.side-panel-left.side-panel-open #wrapper {
        left: 300px;
        right: auto;
    }

    .side-push-panel.fullwidth-page.side-panel-left.side-panel-open header .header-nav-wrapper.scroll-to-fixed-fixed .container {
        left: 300px;
        right: auto;
    }
    /* -------- Has Side Panel ---------- */
    .side-push-panel.has-side-panel .menuzord .showhide {
        float: left;
    }
/* -------- Body Overlay ---------- */
.has-side-panel .body-overlay {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.has-side-panel.side-panel-open .body-overlay {
    opacity: 1;
    pointer-events: auto;
    z-index: 1111;
}

.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .body-overlay:hover {
    cursor: url('../images/close.png') 15 15, default;
}
/* -------- Side Panel ---------- */
#side-panel {
    -webkit-backface-visibility: hidden;
    background-color: #f3f3f3;
    height: 100%;
    overflow: hidden;
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    z-index: 1112;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    #side-panel .side-panel-wrap {
        bottom: 0;
        height: 100%;
        left: 0;
        overflow: auto;
        padding: 50px 70px 50px 40px;
        position: absolute;
        top: 0;
        width: 330px;
    }

    #side-panel .widget {
        border-top: 1px solid #eeeeee;
        margin-top: 40px;
        padding-top: 40px;
        width: 220px;
    }

        #side-panel .widget:first-child {
            border-top: 0;
            margin: 0;
            padding-top: 0;
        }

.side-panel-open #side-panel {
    right: 0;
}

.side-panel-left #side-panel {
    left: -300px;
    right: auto;
}

.side-panel-left.side-panel-open #side-panel {
    left: 0;
    right: auto;
}

.device-touch #side-panel .side-panel-wrap {
    overflow-y: scroll;
}
/* -------- Side-Panel-Nav ---------- */
#side-panel .side-panel-nav .nav li a {
    padding: 5px 0;
}

    #side-panel .side-panel-nav .nav li a:hover {
        background-color: transparent;
        color: #a9a9a9;
    }

#side-panel .side-panel-nav .nav ul.tree {
    display: none;
    margin-left: 15px;
}
/* -------- Side-Panel-Trigger And Close ---------- */
#side-panel-trigger {
    cursor: pointer;
    display: block;
    float: right;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 25px;
    z-index: 11;
}

@media only screen and (max-width: 767px) {
    #side-panel-trigger {
        margin-top: 15px;
    }
}

#side-panel-trigger-close {
    left: 0;
    margin: 10px;
    position: absolute;
    top: 0;
}
/* -------- Transition ---------- */
.side-push-panel.fullwidth-page #wrapper,
.side-push-panel.fullwidth-page header .header-nav-wrapper.scroll-to-fixed-fixed .container {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*
 *  Box-Hover-Effect.less
 * -----------------------------------------------
*/
.box-hover-effect {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

    .box-hover-effect img {
        position: relative;
        display: block;
        max-height: 100%;
        max-width: 100%;
        opacity: 1;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .box-hover-effect .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .box-hover-effect .overlay::before,
        .box-hover-effect .overlay::after {
            pointer-events: none;
        }

        .box-hover-effect .overlay .details {
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .box-hover-effect .overlay .title {
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .box-hover-effect .overlay .para {
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .box-hover-effect .overlay .entry-meta {
            bottom: 10px;
            font-size: 70%;
            opacity: 0;
            position: absolute;
            width: 89%;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

            .box-hover-effect .overlay .entry-meta.top {
                top: 10px;
            }

            .box-hover-effect .overlay .entry-meta i {
                color: #fff;
            }

        .box-hover-effect .overlay .icons {
            left: 0;
            opacity: 0;
            position: absolute;
            text-align: center;
            top: 40%;
            width: 100%;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

    .box-hover-effect:hover .overlay {
        background: rgba(0, 0, 0, 0.85);
    }

        .box-hover-effect:hover .overlay.white {
            background: rgba(255, 255, 255, 0.75);
        }

        .box-hover-effect:hover .overlay.black {
            background: rgba(0, 0, 0, 0.85);
        }

        .box-hover-effect:hover .overlay .entry-meta {
            opacity: 1;
        }

        .box-hover-effect:hover .overlay .icons {
            opacity: 1;
        }

            .box-hover-effect:hover .overlay .icons i {
                color: #fff;
            }

            .box-hover-effect:hover .overlay .icons.twin i {
                padding: 10px;
            }

            .box-hover-effect:hover .overlay .icons.bordered i {
                border: 1px solid #fff;
            }

                .box-hover-effect:hover .overlay .icons.bordered i.text-black {
                    border-color: #000;
                }

.shadow-overlay {
    background-image: url("../images/shadow-overlay.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    bottom: 0;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
/* Individual effects */
/* -------- effect1 ---------- */
.box-hover-effect.effect1 .thumb {
    position: relative;
    overflow: hidden;
}

    .box-hover-effect.effect1 .thumb:before {
        background-color: rgba(255, 255, 255, 0.5);
        left: -40%;
        content: "";
        height: 150%;
        opacity: 0;
        position: absolute;
        top: -40%;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -webkit-transform: rotate(-70deg);
        -moz-transform: rotate(-70deg);
        -ms-transform: rotate(-70deg);
        -o-transform: rotate(-70deg);
        transform: rotate(-70deg);
        width: 100%;
        z-index: 1;
    }

.box-hover-effect.effect1:hover .thumb:before {
    opacity: 1;
}

.box-hover-effect.effect1:hover .thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* -------- effect2 ---------- */
.box-hover-effect.effect2 .thumb {
    position: relative;
    overflow: hidden;
}

.box-hover-effect.effect2 .overlay .overlay-details {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box-hover-effect.effect2:hover .overlay-details {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.box-hover-effect.effect2:hover .details {
    opacity: 0;
}

.box-hover-effect.effect2:hover img {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* -------- effect3 ---------- */
.box-hover-effect.effect3 .overlay {
    position: relative;
}

.box-hover-effect.effect3 .thumb {
    position: relative;
}

    .box-hover-effect.effect3 .thumb:after {
        background-color: rgba(255, 255, 255, 0.15);
        bottom: 0;
        content: "";
        height: 0;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        width: 0;
    }

    .box-hover-effect.effect3 .thumb:before {
        background-color: rgba(255, 255, 255, 0.15);
        left: 0;
        content: "";
        height: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        width: 0;
        z-index: 1;
    }

.box-hover-effect.effect3:hover .thumb:before,
.box-hover-effect.effect3:hover .thumb:after {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
/* -------- Custom Theme Style ---------- */
.box-hover-effect.effect2 .overlay.white .overlay-details p {
    color: #777777;
}
/*
 * Work-Gallery.less
 * -----------------------------------------------
*/
.work-gallery {
    margin: 0 auto 30px;
    max-width: 400px;
}

    .work-gallery .gallery-thumb {
        overflow: hidden;
        position: relative;
    }

    .work-gallery .gallery-bottom-part {
        background-color: #f7f7f7;
        padding: 10px 10px 16px;
    }

    .work-gallery .gallery-thumb .gallery-overlay {
        height: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
        -o-transform: scale(0.2);
        transform: scale(0.2);
        -webkit-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
        width: 100%;
    }

    .work-gallery:hover .gallery-thumb .gallery-overlay {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

.gallery-contect {
    height: 100%;
    opacity: 0;
    padding: 30px;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s;
    width: 100%;
}

.work-gallery:hover .gallery-thumb .gallery-contect {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.work-gallery .gallery-thumb .styled-icons a {
    border-color: #fff;
    height: 36px;
    width: 36px;
    line-height: 34px;
}

    .work-gallery .gallery-thumb .styled-icons a i {
        color: #fff;
    }

    .work-gallery .gallery-thumb .styled-icons a:hover i {
        color: #fff;
    }

    .work-gallery .gallery-thumb .styled-icons a:hover {
        color: #fff;
        -webkit-transition: all 100ms ease-in-out 0s;
        -o-transition: all 100ms ease-in-out 0s;
        transition: all 100ms ease-in-out 0s;
    }

.work-gallery .gallery-thumb .gallery-contect .styled-icons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 45%;
}

.work-gallery:hover .gallery-bottom-part {
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

    .work-gallery:hover .gallery-bottom-part .title {
        color: #fff;
    }

    .work-gallery:hover .gallery-bottom-part .sub-title {
        color: #fff;
    }
/*
 * gallery-isotope.less
 * -----------------------------------------------
*/
/* -------- Portfolio Isotop Filter ---------- */
.portfolio-filter {
    margin-bottom: 30px;
}

    .portfolio-filter a {
        border-left: 3px solid transparent;
        background-color: #f8f8f8;
        display: inline-block;
        float: none;
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        margin-right: 5px;
        outline: medium none;
        padding: 5px 15px;
        -webkit-transition: all 100ms ease-in-out 0s;
        -o-transition: all 100ms ease-in-out 0s;
        transition: all 100ms ease-in-out 0s;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 8px rgb(9 4 18 / 20%);
        box-shadow: 0 0 8px rgb(9 4 18 / 20%);
    }

        .portfolio-filter a.active,
        .portfolio-filter a:hover {
            color: #2aa5ab;
        }

@media only screen and (max-width: 479px) {
    .portfolio-filter a {
        margin-bottom: 10px;
    }
}
/* -------- Portfolio Isotop Gallery ---------- */
.gallery-isotope {
    /*gutter*/
    /* by default 4 grids */
    /*portfolio 2 grids*/
    /*portfolio 2 grids*/
    /*portfolio 3 grids*/
    /*portfolio 4 grids*/
    /*portfolio 5 grids*/
    /*portfolio 6 grids*/
    /*portfolio 7 grids*/
    /*portfolio 8 grids*/
    /*portfolio 9 grids*/
    /*portfolio 10 grids*/
}

    .gallery-isotope.gutter .gallery-item {
        padding-right: 5px;
        padding-bottom: 5px;
    }

    .gallery-isotope.gutter-small .gallery-item {
        padding-right: 2px;
        padding-bottom: 2px;
    }

    .gallery-isotope.gutter-30 .gallery-item {
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .gallery-isotope.gutter-40 .gallery-item {
        padding-right: 40px;
        padding-bottom: 40px;
    }

    .gallery-isotope.gutter-50 .gallery-item {
        padding-right: 50px;
        padding-bottom: 50px;
    }

    .gallery-isotope.gutter-60 .gallery-item {
        padding-right: 60px;
        padding-bottom: 60px;
    }

    .gallery-isotope .gallery-item {
        width: 25%;
    }

        .gallery-isotope .gallery-item.wide {
            width: 50%;
        }

    .gallery-isotope.grid-1 .gallery-item {
        width: 100%;
    }

        .gallery-isotope.grid-1 .gallery-item.wide {
            width: 100%;
        }

    .gallery-isotope.grid-2 .gallery-item {
        width: 50%;
    }

        .gallery-isotope.grid-2 .gallery-item.wide {
            width: 100%;
        }

    .gallery-isotope.grid-3 .gallery-item {
        width: 33.333%;
    }

        .gallery-isotope.grid-3 .gallery-item.wide {
            width: 66.6667%;
        }

    .gallery-isotope.grid-4 .gallery-item {
        width: 25%;
    }

        .gallery-isotope.grid-4 .gallery-item.wide {
            width: 50%;
        }

    .gallery-isotope.grid-5 .gallery-item {
        width: 20%;
    }

        .gallery-isotope.grid-5 .gallery-item.wide {
            width: 40%;
        }

    .gallery-isotope.grid-6 .gallery-item {
        width: 16.666666667%;
    }

        .gallery-isotope.grid-6 .gallery-item.wide {
            width: 33.333%;
        }

    .gallery-isotope.grid-7 .gallery-item {
        width: 14.2857143%;
    }

        .gallery-isotope.grid-7 .gallery-item.wide {
            width: 28.5714286%;
        }

    .gallery-isotope.grid-8 .gallery-item {
        width: 12.5%;
    }

        .gallery-isotope.grid-8 .gallery-item.wide {
            width: 25%;
        }

    .gallery-isotope.grid-9 .gallery-item {
        width: 11.11%;
    }

        .gallery-isotope.grid-9 .gallery-item.wide {
            width: 22.22%;
        }

    .gallery-isotope.grid-10 .gallery-item {
        width: 10%;
    }

        .gallery-isotope.grid-10 .gallery-item.wide {
            width: 20%;
        }
/* -------- Portfolio Isotop Item Media Query ---------- */
@media only screen and (min-width: 1024px) and (max-width: 1340px) {
    .section--banner .banner--caption {
        width: 40% !important;
        height: 100px !important;
    }
}

@media only screen and (max-width: 1240px) {
    .gallery-isotope .gallery-item {
        width: 33.333% !important;
    }

        .gallery-isotope .gallery-item.wide {
            width: 66.6667% !important;
        }
}

@media only screen and (max-width: 991px) {
    .gallery-isotope .gallery-item {
        width: 33.333% !important;
    }

        .gallery-isotope .gallery-item.wide {
            width: 66.6667% !important;
        }
}

@media only screen and (max-width: 767px) {
    .gallery-isotope .gallery-item {
        width: 50% !important;
    }

        .gallery-isotope .gallery-item.wide {
            width: 100% !important;
        }
}

@media only screen and (max-width: 479px) {
    .gallery-isotope .gallery-item {
        width: 100% !important;
    }

        .gallery-isotope .gallery-item.wide {
            width: 100% !important;
        }
}
/* -------- Portfolio Isotop Overlay Effect ---------- */
.gallery-isotope .gallery-item {
    overflow: hidden;
}

    .gallery-isotope .gallery-item .thumb {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
    }

    .gallery-isotope .gallery-item .hover-link {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: 100%;
        background: none !important;
        color: transparent !important;
        z-index: 11;
    }

    .gallery-isotope .gallery-item .overlay-shade {
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 12;
        background-color: #333;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }

    .gallery-isotope .gallery-item:hover .overlay-shade {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .gallery-isotope .gallery-item .icons-holder {
        position: absolute;
        top: 0%;
        left: 50%;
        display: inline-block;
        width: auto;
        height: 36px;
        vertical-align: middle;
        z-index: 13;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .gallery-isotope .gallery-item .icons-holder .icons-holder-inner {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            margin: -18px 0 0 -50%;
        }

            .gallery-isotope .gallery-item .icons-holder .icons-holder-inner a {
                opacity: 0;
                filter: alpha(opacity=0);
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

    .gallery-isotope .gallery-item:hover .icons-holder {
        top: 50%;
    }

        .gallery-isotope .gallery-item:hover .icons-holder .icons-holder-inner a {
            opacity: 1;
            filter: alpha(opacity=1);
        }

    .gallery-isotope .gallery-item .portfolio-description {
        padding: 10px 15px;
        background-color: #f8f8f8;
    }

        .gallery-isotope .gallery-item .portfolio-description .title {
            margin: 0;
        }

            .gallery-isotope .gallery-item .portfolio-description .title a {
                color: #333333;
            }

    .gallery-isotope .gallery-item .text-holder {
        box-sizing: border-box;
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        overflow: hidden;
        padding: 25px 30px 60px;
        position: absolute;
        top: 0;
        -webkit-transition: opacity 0.3s ease-in-out 0s;
        -o-transition: opacity 0.3s ease-in-out 0s;
        transition: opacity 0.3s ease-in-out 0s;
        width: 100%;
        z-index: 13;
    }

        .gallery-isotope .gallery-item .text-holder .title {
            color: #fff;
        }

    .gallery-isotope .gallery-item:hover .text-holder {
        opacity: 1;
    }

.gallery-isotope .flex-control-nav {
    z-index: 111;
}
/*
 * Slider.less
 * -----------------------------------------------
*/
/* -------- Rev Slider ---------- */
#home .revslider-fullscreen {
    min-height: auto;
}
/* -------- Home Revolution Slider For Minimal Layouts ---------- */
.minimal-revslider-wrapper {
    left: 0;
    width: 100%;
}

    .minimal-revslider-wrapper .tp-leftarrow {
        left: 0;
    }

    .minimal-revslider-wrapper .tp-rightarrow {
        right: 0;
    }
/* -------- Tab-Slider ---------- */
.tab-slider .tab-content {
    padding: 0;
    border: 0;
}

.tab-slider .nav.nav-pills > div {
    background-color: #fff;
    float: left;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tab-slider .nav.nav-pills i {
    color: #d3d3d3;
}

.tab-slider .nav.nav-pills a {
    display: block;
    padding: 40px 30px;
    background: #f3f3f3;
}

    .tab-slider .nav.nav-pills a:hover i,
    .tab-slider .nav.nav-pills a:hover h6,
    .tab-slider .nav.nav-pills a.active i,
    .tab-slider .nav.nav-pills a.active h6 {
        color: #fff;
    }
/* -------- MaxImage Slider ---------- */
.maximage-slider .fullscreen-controls .img-prev,
.maximage-slider .fullscreen-controls .img-next {
    background: rgba(0, 0, 0, 0.3);
}
/* -------- Testimonial-Carousel ---------- */
.testimonial-carousel,
.testimonial-carousel-style2 {
    /* fullwidth */
}

    .testimonial-carousel .quote,
    .testimonial-carousel-style2 .quote,
    .testimonial-carousel .thumb,
    .testimonial-carousel-style2 .thumb {
        margin-bottom: 40px;
    }

        .testimonial-carousel .quote i,
        .testimonial-carousel-style2 .quote i {
            background: #555555;
            border-radius: 50%;
            color: #fff;
            font-size: 25px;
            height: 60px;
            line-height: 1;
            padding: 20px 0 0;
            text-align: center;
            width: 60px;
        }

    .testimonial-carousel .author,
    .testimonial-carousel-style2 .author {
        margin-top: 30px;
        text-transform: uppercase;
    }

    .testimonial-carousel.owl-theme .owl-controls,
    .testimonial-carousel-style2.owl-theme .owl-controls {
        margin-top: 10px;
    }

    .testimonial-carousel.fullwidth .content p,
    .testimonial-carousel-style2.fullwidth .content p {
        font-size: 15px;
        font-style: italic;
        color: #fff;
    }

        .testimonial-carousel.fullwidth .content p::after,
        .testimonial-carousel-style2.fullwidth .content p::after {
            content: "\f10e";
            font-family: fontawesome;
            font-size: 100px;
            left: 42%;
            opacity: 0.1;
            position: absolute;
        }

    .testimonial-carousel.bullet-white .owl-dots span,
    .testimonial-carousel-style2.bullet-white .owl-dots span {
        background: #fff;
    }

    .testimonial-carousel .owl-item img,
    .testimonial-carousel-style2 .owl-item img {
        display: inline-block;
        width: auto;
        max-width: 90px;
    }

    .testimonial-carousel.boxed .quote,
    .testimonial-carousel-style2.boxed .quote,
    .testimonial-carousel.boxed .thumb,
    .testimonial-carousel-style2.boxed .thumb {
        margin-bottom: 20px;
    }

    .testimonial-carousel.boxed .owl-item img,
    .testimonial-carousel-style2.boxed .owl-item img {
        display: inline-block;
        width: auto;
        max-width: 65px;
    }

    .testimonial-carousel.boxed .content::after,
    .testimonial-carousel-style2.boxed .content::after {
        bottom: 12px;
        content: "\f10e";
        font-family: fontawesome;
        font-size: 55px;
        opacity: 0.2;
        position: absolute;
        right: 10px;
    }

    .testimonial-carousel.boxed .owl-controls,
    .testimonial-carousel-style2.boxed .owl-controls {
        margin-top: 0;
    }

    .testimonial-carousel.boxed.owl-theme .owl-dots .owl-dot.active span,
    .testimonial-carousel-style2.boxed.owl-theme .owl-dots .owl-dot.active span,
    .testimonial-carousel.boxed.owl-theme .owl-dots .owl-dot:hover span,
    .testimonial-carousel-style2.boxed.owl-theme .owl-dots .owl-dot:hover span {
        opacity: 1;
    }
/* -------- Widget-Testimonial-Carousel ---------- */
.widget-testimonial-carousel .item img {
    max-width: 75px;
    float: right;
}
/* -------- Owl Carousel ---------- */
.owl-controls {
    margin: 0;
}

    .owl-controls .owl-nav > div {
        background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);
        border-radius: 0;
        display: block;
        margin: 0;
        padding: 10px;
        position: absolute;
        top: 45%;
        -webkit-transition: all .4s ease 0s;
        -moz-transition: all .4s ease 0s;
        -ms-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all 0.4s ease 0s;
        z-index: 6;
    }

    .owl-controls .owl-next {
        right: 0px;
        position: absolute;
        left: 30%;
        width: 39px;
        background: none;
    }

        .owl-controls .owl-next i {
            color: #009297;
            font-size: 37px;
            font-weight: 600;
        }

    .owl-controls .owl-prev i {
        color: #009297;
        font-size: 28px;
        background: none;
    }

.owl-carousel .owl-item .testimonial-wrapper img {
    display: inline-block;
    width: 75px;
}
/* owl dots */
.owl-theme .owl-dots {
    text-align: center;
    margin-top: 10px;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
    }

        .owl-theme .owl-dots .owl-dot span {
            background: #fff;
            border-radius: 50%;
            display: block;
            height: 12px;
            margin: 5px 3px;
            opacity: 0.8;
            -webkit-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
            width: 12px;
        }
/* Image Carousel */
.image-carousel .owl-controls .owl-nav > div {
    opacity: 0;
}

.image-carousel:hover .owl-controls .owl-nav > div {
    opacity: 1;
}
/* Owl top nav style */
.owl-carousel.owl-nav-top.bullet-white .owl-dots span {
    background: #fff;
}

.owl-carousel.owl-nav-top .owl-controls .owl-nav > div {
    background-color: transparent;
    top: -60px;
    right: 0;
}

    .owl-carousel.owl-nav-top .owl-controls .owl-nav > div:hover {
        background-color: #d3d3d3;
    }

.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev {
    right: 35px;
}

.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
    right: 0;
}

.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev,
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
    background: #eeeeee;
    border: none;
    line-height: 28px;
    padding: 0 12px;
    text-align: center;
}

    .owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev i,
    .owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next i {
        color: #888;
        font-size: 14px;
    }

.owl-carousel.no-bullet .owl-nav {
    display: none;
}

.recent-project .owl-controls .owl-nav > div {
    top: 38%;
}

.recent-project .owl-controls .owl-nav .owl-prev i,
.recent-project .owl-controls .owl-nav .owl-next i {
    padding: 2px 16px;
}

.featured-gallery.style2 {
    float: right;
    width: 92%;
}

    .featured-gallery.style2 .owl-controls {
        bottom: 58px;
        left: -80px;
        margin: 0;
        position: absolute;
    }

        .featured-gallery.style2 .owl-controls .owl-nav > div {
            top: 95%;
        }

        .featured-gallery.style2 .owl-controls .owl-nav .owl-prev {
            left: 0px;
        }

        .featured-gallery.style2 .owl-controls .owl-nav .owl-next {
            display: inline-table;
            left: 40px;
        }

            .featured-gallery.style2 .owl-controls .owl-nav .owl-prev i,
            .featured-gallery.style2 .owl-controls .owl-nav .owl-next i {
                color: #fff;
                font-size: 35px;
            }

@media only screen and (max-width: 991px) {
    .featured-gallery.style2 {
        float: none;
        margin-top: 58px;
        width: 100%;
    }

    .four-o-mtmb {
        margin-top: 100px !important;
        margin-bottom: 50px !important;
    }

    .four-o-dflex {
        display: flex;
    }

    .col-sm-register {
        width: 50% !important;
    }

    .section--banner .banner--caption {
        width: 100% !important;
    }

    .col-sm-12 {
        width: 100%;
    }

    .featured-gallery.style2 .owl-controls {
        bottom: auto;
        left: auto;
        top: -45px;
    }

    .sticky-cont {
        position: unset !important;
        overflow: auto;
        top: 5%;
        z-index: 1;
    }
}

.image-carousel .owl-controls .owl-nav > div {
    opacity: 0;
}

.image-carousel:hover .owl-controls .owl-nav > div {
    opacity: 1;
}
/* -------- Owl Fullwidth Carousel ---------- */
.fullwidth-carousel .owl-controls .owl-nav > div {
    top: 45%;
}

.fullwidth-carousel .carousel-item {
    min-height: 615px;
    width: 100%;
}

.fullwidth-carousel.blog-fullwidth-carousel .carousel-item {
    height: 600px;
    min-height: auto;
    width: 100%;
}

.fullwidth-carousel.blog-fullwidth-carousel .owl-controls .owl-nav > div {
    background: none;
}
/* -------- Twitter Feed Carousel ---------- */
.owl-dots-bottom-right .owl-dots {
    bottom: -10px;
    position: absolute;
    right: 0;
}
/* -------- Twitter Feed Carousel ---------- */
.twitter-feed.twitter-carousel {
    color: #111111;
    font-size: 16px;
}

    .twitter-feed.twitter-carousel a {
        color: #111111;
    }

.twitter-feed .date {
    font-size: 12px;
}

.twitter-feed.twitter-white,
.twitter-feed.twitter-white a {
    color: #fff;
}
/* -------- BX Slider ---------- */
.bx-wrapper {
    margin: 0 auto 7px;
    padding: 0;
    position: relative;
}

    .bx-wrapper .bx-viewport {
        background: inherit;
        border: 0 solid #fff;
        box-shadow: 0 0 0 #ccc;
        left: 0;
        transform: translateZ(0px);
    }
/* bx top nav style */
.bx-controls .bx-controls-direction > a {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    height: auto;
    line-height: 26px;
    padding: 0 12px;
    text-indent: 0;
    top: -38px;
    width: auto;
    z-index: 0;
}

    .bx-controls .bx-controls-direction > a:hover {
        background: #ddd;
    }

    .bx-controls .bx-controls-direction > a i {
        color: #888;
    }

.bx-controls .bx-controls-direction .bx-prev {
    right: 35px;
    left: auto;
}

.bx-controls .bx-controls-direction .bx-next {
    right: 0;
}
/* -------- Typed Animation Slider ---------- */
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*
 * Home.less
 * -----------------------------------------------
*/
/* -------- Setion-Bottom-Absolute-Div ---------- */
.setion-bottom-absolute-div {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}
/*
 * About.less
 * -----------------------------------------------
*/
/* -------- Bg Img Box ---------- */
.bg-img-box {
    position: relative;
}

    .bg-img-box .caption {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        position: absolute;
        top: 0;
    }

        .bg-img-box .caption .title {
            font-size: 30px;
            line-height: 39px;
        }

        .bg-img-box .caption p {
            max-width: 280px;
        }

.video-popup {
    position: relative;
    margin-left: -110px;
}

    .video-popup a i {
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 44%;
    }


/*
 * Contact.less
 * -----------------------------------------------
*/
.contact-wrapper {
    padding: 50px 50px 50px 100px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-control {
    background-image: none;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    box-shadow: none;
    height: 48px;
}

    .contact-form .form-control:focus,
    .contact-form .form-control:active {
        box-shadow: none;
        color: #333333;
    }

.contact-form .form-control2 {
    background-color: rgba(0, 0, 0, 0.8);
    color: #c0c0c0;
}

.contact-form .form-group button {
    margin-top: 0;
}

.contact-form textarea.form-control {
    height: 110px;
    resize: none;
}

textarea {
    resize: none;
}
/*
 * campaign.less
 * -----------------------------------------------
*/
/* -------- Recent Causes ---------- */
.campaign .progress-item .progress-bar .percent {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid;
    color: #333333;
    font-size: 10px;
    line-height: 8px;
    padding: 8px 5px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -7px;
}

.campaign .progress-item .progress {
    background-color: #efefef;
    border-bottom: 1px solid #d3d3d3;
    box-shadow: none;
    height: 15px;
}
/*
 * 3.6  -> Causes
 * -----------------------------------------------
*/
.campaign .thumb {
    position: relative;
    overflow: hidden;
}

    .campaign .thumb img {
        transition: all 500ms ease 0s;
    }

.campaign:hover .thumb img {
    transform: scale(1.1);
}

.campaign .thumb .overlay-donate-now {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -50px;
    transition: all 400ms ease 0s;
}

.campaign:hover .thumb .overlay-donate-now {
    top: 10%;
}

.campaign-overlay {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(3, 3, 3, 0.5);
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 400ms ease-in-out 0s;
}

.campaign:hover .thumb .campaign-overlay {
    opacity: 1;
}

.donate-piechart {
    margin: 0 auto;
}

    .donate-piechart.piechart-absolute {
        bottom: -40px;
        right: 15px;
        position: absolute;
    }

    .donate-piechart .piechart-block {
        border-radius: 50%;
    }

    .donate-piechart .piechart canvas {
        max-height: 70px;
    }

    .donate-piechart .piechart canvas {
        background-color: #eeeeee;
        border-radius: 50%;
        max-height: 80px;
    }

    .donate-piechart .piechart-block .piechart {
        min-height: 80px;
        min-width: 80px;
    }

    .donate-piechart .piechart-block .percent::after {
        font-size: 12px;
    }

    .donate-piechart .piechart-block .percent {
        font-size: 18px;
        line-height: 77px;
        position: relative;
    }
/*
 * 3.29  -> Pie Charts
 * -----------------------------------------------
*/
.piechart {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

    .piechart .percent {
        font-size: 18px;
        z-index: 100;
        line-height: 60px;
    }

        .piechart .percent:after {
            content: "%";
            font-size: 18px;
        }

    .piechart canvas {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
/*
 * 3.29  -> Featured Causes
 * -----------------------------------------------
*/
.project-conditions {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 8px;
}

    .project-conditions li {
        border-right: 1px solid #d3d3d3;
        color: #808080;
        width: 32%;
    }

        .project-conditions li:last-child {
            border-right: medium none;
        }

        .project-conditions li strong {
            display: block;
            font-weight: 600;
            color: #222222;
        }
/*
 * Services.less
 * -----------------------------------------------
*/
.service-block {
    margin: 0 auto 30px;
    max-width: 400px;
}

    .service-block:hover .thumb .desc {
        bottom: 0;
    }

    .service-block .thumb {
        overflow: hidden;
        position: relative;
    }

        .service-block .thumb .price {
            right: -1px;
            padding: 5px 10px;
            position: absolute;
            top: -1px;
        }

        .service-block .thumb .desc {
            bottom: -31%;
            padding: 10px 6px 5px 20px;
            position: absolute;
            -webkit-transition: all 400ms ease-in-out 0s;
            -o-transition: all 400ms ease-in-out 0s;
            transition: all 400ms ease-in-out 0s;
            width: 100%;
        }

            .service-block .thumb .desc p {
                color: #fff;
                font-size: 13px;
            }

    .service-block .content {
        border: 1px solid #eeeeee;
        padding: 12px 20px 20px;
        border-radius: 10px;
    }
/*
 * shop.less
 * -----------------------------------------------
*/
/* -------- Product Details Page ---------- */
.product {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.products .product {
    border: 1px solid #eeeeee;
    max-width: 400px;
}

    .products .product:hover {
        border: 1px solid #eeeeee;
    }

    .products .product .product-details .product-title {
        font-size: 15px;
        margin-top: 20px;
        text-transform: uppercase;
    }

.btn-add-to-cart-wrapper,
.btn-product-view-details {
    opacity: 0;
    height: auto;
    margin: 0 0 15px;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    position: absolute;
    bottom: 0;
    left: -60px;
}

.product:hover .btn-add-to-cart-wrapper,
.product:hover .btn-product-view-details {
    left: 0;
    opacity: 1;
}

.btn-product-view-details {
    left: auto;
    bottom: 0;
    right: -60px;
}

.product:hover .btn-product-view-details {
    left: auto;
    opacity: 1;
    right: 0;
}
/* -------- Price ---------- */
.product .price {
    margin-top: 5px;
}

    .product .price .amount {
        font-size: 18px;
        font-weight: 600;
    }

    .product .price del .amount {
        color: #999999;
        font-size: 14px;
        font-weight: 500;
    }

    .product .price ins {
        margin-left: 10px;
        text-decoration: none;
    }
/* -------- Product-Summary ---------- */
.product .product-summary .product-title {
    margin-top: 0;
}

.product .product-summary .short-description {
    margin-bottom: 15px;
}

.product .product-summary .cart-form-wrapper .btn {
    margin-top: 0;
}

.product .product-summary .variations {
    width: 100%;
}

.product .product-tab {
    margin-top: 30px;
}

.product .commentlist .comment {
    margin-top: 30px;
    position: relative;
}

    .product .commentlist .comment .meta {
        font-size: 12px;
    }

    .product .commentlist .comment .author {
        font-size: 14px;
        font-weight: bold;
    }

.product .product-thumb {
    position: relative;
}

    .product .product-thumb:hover .overlay {
        opacity: 1;
    }

    .product .product-thumb .overlay .add-to-wishlist {
        color: #fff;
        right: 10px;
        top: 10px;
        position: absolute;
    }

.product .product-summary .cart-form-wrapper .quantity,
.tbl-shopping-cart .quantity {
    display: inline-block;
    margin-right: .8571em;
    position: relative;
    width: 4.1429em;
    vertical-align: top;
}

    .product .product-summary .cart-form-wrapper .quantity .minus,
    .tbl-shopping-cart .quantity .minus,
    .product .product-summary .cart-form-wrapper .quantity .plus,
    .tbl-shopping-cart .quantity .plus {
        background: none repeat scroll 0 0 transparent;
        border: 1px solid #ccc;
        border-radius: 3px;
        font-family: "Poppins";
        height: 18px;
        left: 2.8571em;
        line-height: 1;
        outline: medium none;
        padding: 0;
        position: absolute;
        width: 18px;
    }

    .product .product-summary .cart-form-wrapper .quantity .minus,
    .tbl-shopping-cart .quantity .minus {
        bottom: 0;
    }

    .product .product-summary .cart-form-wrapper .quantity .plus,
    .tbl-shopping-cart .quantity .plus {
        top: 0;
    }

    .product .product-summary .cart-form-wrapper .quantity .qty,
    .tbl-shopping-cart .quantity .qty {
        -moz-appearance: textfield;
        border: 1px solid #ccc;
        height: 41px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 40px;
    }
/* -------- Star-Rating ---------- */
.star-rating {
    font-size: 14px;
    height: 16px;
    width: 75px;
    line-height: 1;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 0px;
}

    .star-rating::before,
    .star-rating span::before {
        color: #c0c0c0;
        content: "\f005\f005\f005\f005\f005";
        float: left;
        font-family: fontawesome;
        left: 0;
        letter-spacing: 2px;
        position: absolute;
        top: 0;
    }

    .star-rating span {
        float: left;
        left: 0;
        overflow: hidden;
        padding-top: 1.5em;
        position: absolute;
        top: 0;
    }

        .star-rating span::before {
            color: #ffc300;
        }
/* -------- Tag Sale ---------- */
.product .tag-sale {
    margin: 0;
    top: 0;
    display: block;
    left: auto;
    right: 0;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    padding: 4px 10px 4px 16px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    z-index: 9;
}

    .product .tag-sale .tag-sale::before {
        border-color: transparent transparent transparent #dcdcdc;
        border-style: solid;
        border-width: 12px 13px 13px 8px;
        content: "";
        height: 0;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 1px;
        width: 0;
    }
/* -------- Cart Page ---------- */
.tbl-shopping-cart .product-thumbnail img {
    max-width: 72px;
    max-height: 72px;
}

.tbl-shopping-cart .product-remove {
    text-align: center;
}

.tbl-shopping-cart .variation .variation-size,
.tbl-shopping-cart .variation .variation-size span {
    font-size: 12px;
}

.tbl-shopping-cart tr th,
.tbl-shopping-cart tr td,
.tbl-shopping-cart .coupon label,
.tbl-shopping-cart .coupon input,
.tbl-shopping-cart .coupon button {
    vertical-align: middle;
}

.tbl-shopping-cart tr td {
    padding: 10px 12px;
}

table.no-border td {
    border: medium none;
}
/* -------- Checkout Page ---------- */
.payment-method .radio {
    border: 1px solid #eee;
    padding: 10px;
}

    .payment-method .radio > label {
        color: #111;
        font-size: 17px;
    }

    .payment-method .radio input {
        margin-top: 8px;
        vertical-align: initial;
    }

    .payment-method .radio > p {
        margin-left: 20px;
    }

#checkout-shipping-address {
    display: none;
}
/* -------- Top Nav Search And Cart ---------- */
.top-nav-search-box .indicator,
.top-nav-cart-box .indicator {
    display: none;
}

.has-dropdown + .dropdown {
    display: none;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
    left: auto;
    position: absolute;
    right: -1px;
    top: 100%;
    z-index: 1000;
    padding: 5px;
    width: 300px;
    font-size: 12px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
}

.top-dropdown-outer {
    position: relative;
}

    .top-dropdown-outer:hover .has-dropdown + .dropdown {
        display: block;
    }

.dropdown-cart {
    padding: 10px;
}

    .dropdown-cart .cart-table-list,
    .dropdown-cart .cart-table-list i {
        color: #222222;
        border: none;
    }

        .dropdown-cart .cart-table-list a {
            line-height: normal;
            color: #222222;
        }

        .dropdown-cart .cart-table-list td img {
            width: 50px;
            height: auto;
        }

        .dropdown-cart .cart-table-list.table > tbody > tr > td {
            border: none;
            line-height: 20px;
            height: 20px;
            vertical-align: middle;
            padding: 3px;
        }

    .dropdown-cart .total-cart {
        display: inline-block;
        width: 100%;
        padding-top: 20px;
        color: #222;
        text-align: right;
    }

        .dropdown-cart .total-cart ul {
            float: right;
            list-style: none;
            padding: 0;
            width: 100%;
        }

            .dropdown-cart .total-cart ul li {
                display: block;
                overflow: hidden;
            }

                .dropdown-cart .total-cart ul li span {
                    width: 100px;
                    display: inline-block;
                    text-align: right;
                    white-space: nowrap;
                }

        .dropdown-cart .total-cart .table > tbody > tr > td,
        .dropdown-cart .total-cart .table > tbody > tr > th,
        .dropdown-cart .total-cart .table > tfoot > tr > td,
        .dropdown-cart .total-cart .table > tfoot > tr > th,
        .dropdown-cart .total-cart .table > thead > tr > td,
        .dropdown-cart .total-cart .table > thead > tr > th {
            border: 0;
        }

    .dropdown-cart .cart-btn .btn {
        width: auto;
        float: none;
        padding: 5px 15px;
    }

.top-shop-cart {
    margin-top: 8px;
    position: relative;
}

    .top-shop-cart .cart-number {
        background: #fff none repeat scroll 0 0;
        border-radius: 30px;
        padding: 0 8px 0 3px;
    }
/*
 * blog.less 
 * -----------------------------------------------
*/
.post {
    position: relative;
}

    .post .entry-title {
        margin-top: 20px;
        line-height: 18px;
    }

        .post .entry-title a {
            margin-top: 0;
            line-height: 30px;
            color: #00666A;
            font-size: 25px;
            font-weight: 500;
        }

    .post .entry-content {
        position: relative;
    }

    .post .entry-date {
        font-size: 13px;
    }

    .post .entry-meta.meta-absolute {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

        .post .entry-meta.meta-absolute i {
            display: block;
            font-size: 28px;
        }

        .post .entry-meta.meta-absolute span a {
            color: #454545;
            font-size: 12px;
            font-style: italic;
            letter-spacing: 2px;
            margin-right: 5px;
        }

    .post.media-post .post-thumb {
        float: left;
        margin: 0 10px 10px 0;
    }

    .post .post-thumb {
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    /* -------- Entry-Meta Absolute ---------- */
    .post .entry-header {
        position: relative;
    }

        .post .entry-header .entry-date {
            bottom: -25px;
            position: absolute;
            right: 10px;
            z-index: 2;
        }

    .post .entry-meta.meta-absolute {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

        .post .entry-meta.meta-absolute i {
            display: block;
            font-size: 28px;
        }
    /*
 * Blog Style 2
 * -----------------------------------------------
*/
    .post.style2,
    .post.style3 {
        position: relative;
        overflow: hidden;
    }

        .post.style2 .entry-content,
        .post.style3 .entry-content {
            background-color: rgba(0, 0, 0, 0.8);
            bottom: -30px;
            left: 0;
            padding: 30px;
            position: absolute;
            right: 0;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
        }

            .post.style2 .entry-content .entry-date,
            .post.style3 .entry-content .entry-date {
                font-size: 11px;
                margin-bottom: 10px;
            }

        .post.style2:hover .entry-content,
        .post.style3:hover .entry-content {
            bottom: 0;
        }

        .post.style2:hover .post-thumb,
        .post.style3:hover .post-thumb {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

.blog-pull-right {
    float: right;
}

@media only screen and (max-width: 767px) {
    .blog-pull-right {
        float: none;
    }
}

.featured-blog {
    overflow: hidden;
    position: relative;
}

.featured-blog-details {
    bottom: -18%;
    padding: 30px;
    position: absolute;
    transition: all 400ms ease-in-out 0s;
    width: 100%;
}

.featured-blog:hover .featured-blog-details {
    bottom: 0;
}

/* -------- Btn-Default ---------- */
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #fff;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #fff;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

    .btn-default:hover {
        background-color: #eeeeee;
        border-color: #eeeeee;
    }
/* -------- Btn-Border ---------- */
.btn-border {
    color: #222222;
    background-color: #fff;
    border-color: #222222;
}

    .btn-border:focus,
    .btn-border.focus {
        color: #222222;
        border-color: #000000;
    }

    .btn-border:hover {
        color: #222222;
        border-color: #040404;
    }

    .btn-border:active,
    .btn-border.active,
    .open > .dropdown-toggle.btn-border {
        color: #222222;
        border-color: #040404;
    }

        .btn-border:active:hover,
        .btn-border.active:hover,
        .open > .dropdown-toggle.btn-border:hover,
        .btn-border:active:focus,
        .btn-border.active:focus,
        .open > .dropdown-toggle.btn-border:focus,
        .btn-border:active.focus,
        .btn-border.active.focus,
        .open > .dropdown-toggle.btn-border.focus {
            color: #222222;
            background-color: #d4d4d4;
            border-color: #000000;
        }

    .btn-border:active,
    .btn-border.active,
    .open > .dropdown-toggle.btn-border {
        background-image: none;
    }

    .btn-border.disabled:hover,
    .btn-border[disabled]:hover,
    fieldset[disabled] .btn-border:hover,
    .btn-border.disabled:focus,
    .btn-border[disabled]:focus,
    fieldset[disabled] .btn-border:focus,
    .btn-border.disabled.focus,
    .btn-border[disabled].focus,
    fieldset[disabled] .btn-border.focus {
        background-color: #fff;
        border-color: #222222;
    }

    .btn-border .badge {
        color: #fff;
        background-color: #222222;
    }

.btn-border {
    border-width: 2px;
}

    .btn-border:hover,
    .btn-border:active,
    .btn-border:focus {
        background-color: #222222;
        border-color: #222222;
        color: #fff;
    }
/* -------- Btn-Dark ---------- */
.btn-dark {
    color: #fff;
    background-color: #2ab3bb;
    border-color: #2ab3bb;
}

    .btn-dark:focus,
    .btn-dark.focus {
        color: #fff;
        background-color: #090909;
        border-color: #000000;
    }

    .btn-dark:hover {
        color: #fff;
        background-color: #090909;
        border-color: #040404;
    }

    .btn-dark:active,
    .btn-dark.active,
    .open > .dropdown-toggle.btn-dark {
        color: #fff;
        background-color: #090909;
        border-color: #040404;
    }

        .btn-dark:active:hover,
        .btn-dark.active:hover,
        .open > .dropdown-toggle.btn-dark:hover,
        .btn-dark:active:focus,
        .btn-dark.active:focus,
        .open > .dropdown-toggle.btn-dark:focus,
        .btn-dark:active.focus,
        .btn-dark.active.focus,
        .open > .dropdown-toggle.btn-dark.focus {
            color: #fff;
            background-color: #000000;
            border-color: #000000;
        }

    .btn-dark:active,
    .btn-dark.active,
    .open > .dropdown-toggle.btn-dark {
        background-image: none;
    }

    .btn-dark.disabled:hover,
    .btn-dark[disabled]:hover,
    fieldset[disabled] .btn-dark:hover,
    .btn-dark.disabled:focus,
    .btn-dark[disabled]:focus,
    fieldset[disabled] .btn-dark:focus,
    .btn-dark.disabled.focus,
    .btn-dark[disabled].focus,
    fieldset[disabled] .btn-dark.focus {
        background-color: #222222;
        border-color: #222222;
    }

    .btn-dark .badge {
        color: #222222;
        background-color: #fff;
    }
/* -------- Btn-Gray ---------- */
.btn-gray {
    color: #333333;
    background-color: #fff;
    border-color: #eeeeee;
}

    .btn-gray:focus,
    .btn-gray.focus {
        color: #333333;
        background-color: #d5d5d5;
        border-color: #afafaf;
    }

    .btn-gray:hover {
        color: #333333;
        background-color: #d5d5d5;
        border-color: #d0d0d0;
    }

    .btn-gray:active,
    .btn-gray.active,
    .open > .dropdown-toggle.btn-gray {
        color: #333333;
        background-color: #d5d5d5;
        border-color: #d0d0d0;
    }

        .btn-gray:active:hover,
        .btn-gray.active:hover,
        .open > .dropdown-toggle.btn-gray:hover,
        .btn-gray:active:focus,
        .btn-gray.active:focus,
        .open > .dropdown-toggle.btn-gray:focus,
        .btn-gray:active.focus,
        .btn-gray.active.focus,
        .open > .dropdown-toggle.btn-gray.focus {
            color: #333333;
            background-color: #c3c3c3;
            border-color: #afafaf;
        }

    .btn-gray:active,
    .btn-gray.active,
    .open > .dropdown-toggle.btn-gray {
        background-image: none;
    }

    .btn-gray.disabled:hover,
    .btn-gray[disabled]:hover,
    fieldset[disabled] .btn-gray:hover,
    .btn-gray.disabled:focus,
    .btn-gray[disabled]:focus,
    fieldset[disabled] .btn-gray:focus,
    .btn-gray.disabled.focus,
    .btn-gray[disabled].focus,
    fieldset[disabled] .btn-gray.focus {
        background-color: #eeeeee;
        border-color: #eeeeee;
    }

    .btn-gray .badge {
        color: #eeeeee;
        background-color: #333333;
    }

.btn-circled {
    border-radius: 25px;
}

.btn-flat {
    border-radius: 0;
}
/* -------- Btn-Default ---------- */
.btn {
    font-size: 13px;
    padding: 8px 22px;
}
/* -------- Btn-xs ---------- */
.btn-xs {
    font-size: 11px;
    padding: 3px 14px;
}
/* -------- Btn-sm ---------- */
.btn-sm {
    font-size: 12px;
    padding: 5px 17px;
}
/* -------- Btn-lg ---------- */
.btn-lg {
    font-size: 14px;
    padding: 10px 26px;
}
/* -------- Btn-xl ---------- */
.btn-xl {
    font-size: 16px;
    padding: 13px 32px;
}
/* -------- Btn-transparent ---------- */
.btn-transparent {
    background-color: transparent;
    color: #fff;
}
/* -------- Btn-Quick-contact ---------- */
.btn-quick-contact {
    background-color: rgba(5, 15, 5, 0.1);
    color: #fff;
}
/* btn read more*/
.btn-read-more {
    padding: 0;
}

    .btn-read-more::after {
        display: inline-block;
        content: "\f18e";
        font-family: fontawesome;
        font-size: 16px;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        margin-left: 5px;
        position: relative;
        text-shadow: none;
        text-transform: none;
        top: 2px;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }
/*
 * Blockquote.less
 * -----------------------------------------------
*/
blockquote {
    border-left: 3px solid #eeeeee;
    margin: 20px 0;
    padding: 30px;
}

    blockquote.gray {
        border-left: 3px solid #666666;
        background-color: #eeeeee;
        color: #333333;
    }

        blockquote.gray.bg-theme-colored {
            background-color: #eeeeee;
        }

    blockquote.dark {
        border-left: 3px solid #3c3c3c;
        background-color: #555555;
        color: #fff;
    }

        blockquote.dark footer {
            color: #d3d3d3;
        }

    blockquote p {
        font-family: "Poppins";
        font-size: 16px;
    }
/*
 * Shortcode: Clients.less
 * -----------------------------------------------
*/
.clients-logo .item {
    background: #eeeeee;
    border-color: transparent;
    margin-bottom: 30px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.clients-logo img {
    width: auto;
    display: inline;
    opacity: 0.7;
}

    .clients-logo img:hover {
        opacity: 1;
    }

.clients-logo.carousel {
    text-align: center;
}

    .clients-logo.carousel .item {
        box-shadow: none;
    }

.clients-logo.style2 .item {
    box-shadow: none;
}

    .clients-logo.style2 .item img {
        max-height: 120px;
    }

.client-img {
    opacity: 0.7;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .client-img:hover {
        opacity: 1;
    }

.clients-logo.carousel {
    text-align: center;
}

    .clients-logo.carousel .item {
        box-shadow: none;
        margin: 0 10px;
    }

.clients-logo.transparent .item {
    background: transparent;
    margin-bottom: 10px;
}

.clients-logo.transparent img {
    opacity: 0.9;
}
/*
 * Shortcode: Countdown.less
 * -----------------------------------------------
*/
.countdown-timer li {
    color: #808080;
    display: inline-block;
    padding: 30px 20px;
    background-color: #f1f1f1;
    margin-right: 15px;
    font-size: 40px;
    text-align: center;
    min-width: 120px;
    min-height: 120px;
}

    .countdown-timer li span {
        color: #c0c0c0;
        display: block;
        font-size: 15px;
        margin-top: 5px;
    }

.countdown-timer.timer-box {
    padding: 20px;
    padding-top: 40px;
    text-align: center;
}

    .countdown-timer.timer-box li {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.05);
        margin-bottom: 15px;
    }

        .countdown-timer.timer-box li span {
            color: #eeeeee;
        }

.countdown-timer.timer-deep-bg li {
    background-color: rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 767px) {
    .timer-responsive li {
        margin-top: 30px;
        font-size: 20px;
        min-width: 60px;
        min-height: 60px;
        padding: 20px 10px;
    }

    .countdown-timer li span {
        font-size: 12px;
    }
}
/*
 * Shortcode: Countdown-Timer.less
 * -----------------------------------------------
*/
/*
 * Shortcode: Dividers.less
 * -----------------------------------------------
*/
.divider,
.parallax {
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
/* -------- Parallax ---------- */
.parallax {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-repeat: repeat-y;
    background-position: top center;
}

.mobile-parallax {
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}

.divider .container {
    padding-top: 80px;
    padding-bottom: 70px;
}

    .divider .container.small-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .divider .container.extra-padding {
        padding-top: 180px;
        padding-bottom: 180px;
    }
/*
 * Shortcode: Facebook-Disqus-Comments.less
 * -----------------------------------------------
*/
.fb-comments,
.fb_iframe_widget,
.fb-comments > span,
.fb_iframe_widget > span,
.fb-comments > span > iframe,
.fb_iframe_widget > span > iframe {
    display: block;
    margin: 0;
    width: 100%;
}
/*
 * Shortcode: Faqs.less
 * -----------------------------------------------
*/
/*
 * Shortcode: Flexslider.less
 * -----------------------------------------------
*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
    border: none;
}

.flex-direction-nav {
    display: none;
}

.flexslider {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    width: auto;
    position: absolute;
    z-index: 10;
    text-align: center;
    bottom: 15px;
    right: 15px;
}

    .flex-control-nav li {
        float: left;
        display: block;
        margin: 0 3px;
        width: 10px;
        height: 10px;
    }

        .flex-control-nav li a {
            display: block;
            cursor: pointer;
            text-indent: -9999px;
            width: 10px;
            height: 10px;
            border: 1px solid #fff;
            border-radius: 50%;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .flex-control-nav li:hover a,
            .flex-control-nav li a.flex-active {
                background-color: #fff;
            }
/*
 * Shortcode: Flip-Box.less
 * -----------------------------------------------
*/
.card {
    float: left;
    min-height: 300px;
    padding-bottom: 25%;
    position: relative;
    text-align: center;
    width: 100%;
}

    .card:nth-child(1) {
        margin-left: -3px;
        margin-right: 1px;
    }

    .card:nth-child(1),
    .card .card:nth-child(3) {
        margin-right: 1px;
    }

    .card .card__front,
    .card .card__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        border-radius: 20px;
    }

    .card .card__back {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }

    .card .card__text {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 300px;
        line-height: 20px;
    }

    .card.effect__hover:hover .card__front {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }

    .card.effect__hover:hover .card__back {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    .card.effect__click.flipped .card__front {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }

    .card.effect__click.flipped .card__back {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    .card.effect__random.flipped .card__front {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }

    .card.effect__random.flipped .card__back {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
/*
 * Shortcode: Font-Icons-Style.less
 * -----------------------------------------------
*/
/* common style */
.styled-icons a {
    color: #333333;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    float: left;
    margin: 5px 7px 5px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .styled-icons a:hover {
        color: #666666;
    }

.styled-icons.icon-gray a {
    background-color: #eeeeee;
    color: #555555;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}

    .styled-icons.icon-gray a:hover {
        color: #bbbbbb;
    }

.styled-icons.icon-gray.icon-bordered a {
    background-color: transparent;
    border: 2px solid #eeeeee;
}

    .styled-icons.icon-gray.icon-bordered a:hover {
        border: 2px solid #d5d5d5;
    }

.styled-icons.icon-dark a {
    background-color: #333333;
    color: #eeeeee;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}

    .styled-icons.icon-dark a:hover {
        color: #5e5e5e;
    }

.styled-icons.icon-dark.icon-bordered a {
    background-color: transparent;
    border: 2px solid #111111;
    color: #111111;
}

    .styled-icons.icon-dark.icon-bordered a:hover {
        background-color: #111111;
        border-color: #111111;
        color: #fff;
    }

.styled-icons.icon-bordered a {
    border: 1px solid #777777;
}

    .styled-icons.icon-bordered a:hover {
        background-color: #777777;
        color: #fff;
    }

.styled-icons.icon-rounded a {
    border-radius: 3px;
}

.styled-icons.icon-circled a {
    border-radius: 50%;
}

.styled-icons.icon-sm a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px;
}

.styled-icons.icon-md a {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}

.styled-icons.icon-lg a {
    font-size: 32px;
    height: 60px;
    line-height: 60px;
    width: 60px;
}

.styled-icons.icon-xl a {
    font-size: 60px;
    height: 120px;
    line-height: 120px;
    width: 120px;
}

.styled-icons li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}
/*
 * Shortcode: Funfacts.less
 * -----------------------------------------------
*/
.funfact {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .funfact.border {
        border: 1px solid #d3d3d3;
    }

    .funfact.no-border {
        border: 0;
    }

    .funfact.border {
        border: 1px solid #d3d3d3;
    }

    .funfact i {
        font-size: 45px;
    }

    .funfact h2 {
        position: relative;
    }

        .funfact h2:after {
            bottom: 0;
        }

    .funfact span {
        color: #eeeeee;
        font-size: 18px;
    }
    /* funfact style-1*/
    .funfact.style-1 i,
    .funfact.style-1 .funfact-title {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .funfact.style-1 .funfact-title {
        color: #999999;
        font-size: 14px;
        text-transform: uppercase;
    }

    .funfact.style-1:hover i {
        font-size: 40px;
        opacity: 0.3;
    }

    .funfact.style-1:hover .funfact-title {
        color: #333333;
    }

.did-you-know-text {
    margin-top: 85px;
}
/*
 * Shortcode: Icon-Boxes.less
 * -----------------------------------------------
*/
.icon-box {
    padding: 0px;
}

    .icon-box .icon {
        display: inline-block;
        height: 40px;
        margin-bottom: 20px;
        text-align: center;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 68px;
    }

        .icon-box .icon i {
            line-height: 68px;
        }

        .icon-box .icon.icon-gray {
            background-color: #eeeeee;
            color: #555555;
        }

            .icon-box .icon.icon-gray:hover {
                background-color: #d5d5d5;
                color: #bbbbbb;
            }

            .icon-box .icon.icon-gray.icon-bordered {
                background-color: transparent;
                border: 2px solid #eeeeee;
            }

                .icon-box .icon.icon-gray.icon-bordered:hover {
                    background-color: #eeeeee;
                    color: #555555;
                }

        .icon-box .icon.icon-dark {
            background-color: #2ab3bb;
            color: #fff;
        }

            .icon-box .icon.icon-dark:hover {
                color: #5e5e5e;
            }

            .icon-box .icon.icon-dark.icon-bordered {
                background-color: transparent;
                border: 2px solid #111111;
                color: #111111;
            }

                .icon-box .icon.icon-dark.icon-bordered:hover {
                    background-color: #111111;
                    border-color: #111111;
                    color: #fff;
                }

        .icon-box .icon.icon-white {
            background-color: #fff;
            color: #333333;
        }

            .icon-box .icon.icon-white:hover {
                background-color: #b3b3b3;
                color: #000000;
            }

            .icon-box .icon.icon-white.icon-bordered {
                background-color: transparent;
                border: 2px solid #fff;
                color: #fff;
            }

                .icon-box .icon.icon-white.icon-bordered:hover {
                    background-color: #fff;
                    border-color: #fff;
                    color: #111111;
                }

            .icon-box .icon.icon-white.icon-border-effect {
                position: relative;
            }

                .icon-box .icon.icon-white.icon-border-effect::after {
                    box-shadow: 0 0 0 3px #fff;
                }

        .icon-box .icon.icon-bordered {
            border: 1px solid #777777;
        }

            .icon-box .icon.icon-bordered:hover {
                background-color: #777777;
                color: #fff;
            }

        .icon-box .icon.icon-rounded {
            border-radius: 3px;
        }

        .icon-box .icon.icon-circled {
            border-radius: 50%;
        }

        .icon-box .icon.icon-xs {
            height: 30px;
            width: 30px;
        }

            .icon-box .icon.icon-xs i {
                font-size: 18px;
                line-height: 30px;
            }

        .icon-box .icon.icon-sm {
            height: 50px;
            width: 50px;
        }


            .icon-box .icon.icon-sm i {
                font-size: 22px;
                line-height: 50px;
            }

        .icon-box .icon.icon-md {
            height: 75px;
            width: 75px;
        }

            .icon-box .icon.icon-md i {
                font-size: 36px;
                line-height: 75px;
            }

        .icon-box .icon.icon-lg {
            height: 90px;
            width: 90px;
        }

            .icon-box .icon.icon-lg i {
                font-size: 48px;
                line-height: 90px;
            }

        .icon-box .icon.icon-xl {
            height: 120px;
            width: 120px;
        }

            .icon-box .icon.icon-xl i {
                font-size: 60px;
                line-height: 120px;
            }

        .icon-box .icon.icon-border-effect {
            position: relative;
        }

            .icon-box .icon.icon-border-effect::after {
                border-radius: 50%;
                box-shadow: 0 0 0 3px #eeeeee;
                box-sizing: content-box;
                content: "";
                height: 100%;
                left: -4px;
                opacity: 0;
                padding: 4px;
                top: -4px;
                transform: scale(0.8);
                transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
                pointer-events: none;
                position: absolute;
                width: 100%;
            }

            .icon-box .icon.icon-border-effect.effect-flat::after {
                border-radius: 0;
            }

            .icon-box .icon.icon-border-effect.effect-rounded::after {
                border-radius: 3px;
            }

            .icon-box .icon.icon-border-effect.effect-circled::after {
                border-radius: 50%;
            }

            .icon-box .icon.icon-border-effect.icon-gray::after {
                box-shadow: 0 0 0 3px #eeeeee;
            }

        .icon-box .icon.icon-top {
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            top: -32px;
        }

    .icon-box i {
        display: inline-block;
        font-size: 40px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .icon-box i[class*="pe-7s-"] {
            vertical-align: text-bottom;
        }

    .icon-box.left {
        text-align: left;
        background-color: #202c45;
    }

        .icon-box.left a {
            margin-right: 30px;
            padding: 0;
        }

    .icon-box.iconbox-border {
        border: 1px solid #dcdcdc;
    }

    .icon-box.iconbox-bg {
        background-color: #fafafa;
    }

        .icon-box.iconbox-bg.iconbox-bg-dark {
            background-color: #333333;
        }

    .icon-box .icon-box-title {
        margin-bottom: 15px;
        color: #ccc;
        font-weight: bold;
    }

    .icon-box .icon-box-title-step {
        margin-bottom: 15px;
        color: #fff;
        font-weight: 600;
        line-height: 24px;
        text-transform: none;
        font-size: 21px;
    }

    .icon-box .icon-border-effect:hover::after,
    .icon-box:hover .icon-border-effect::after {
        opacity: 1;
        transform: scale(1);
    }

    .icon-box .icon-box-details {
        margin-left: 80px;
        margin-top: 3px;
    }
/*
 * Shortcode: Infinitescroll.less
 * -----------------------------------------------
*/
#infscr-loading {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    color: #fff;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    left: 48%;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 50px;
    z-index: 100;
}

    #infscr-loading img {
        display: none;
    }
/*
 * Shortcode: Instagram.less
 * -----------------------------------------------
*/
/* -------- Instagram-Feed ---------- */
.instagram-feed-carousel figure,
.instagram-feed figure {
    position: relative;
}

    .instagram-feed-carousel figure .link-out,
    .instagram-feed figure .link-out {
        position: absolute;
        right: 10px;
        bottom: 10px;
        background: rgba(0, 0, 0, 0.45);
        color: #f8f8f8;
        line-height: 1;
        padding: 10px;
        font-weight: 300;
        opacity: 0;
    }

        .instagram-feed-carousel figure .link-out:hover,
        .instagram-feed figure .link-out:hover {
            background: rgba(0, 0, 0, 0.7);
            color: #f8f8f8;
        }

    .instagram-feed-carousel figure:hover .link-out,
    .instagram-feed figure:hover .link-out {
        opacity: 1;
    }
/* -------- Instagram-Feed ---------- */
.instagram-feed .item {
    width: 100px;
    float: left;
    margin-bottom: 2px;
    margin-right: 2px;
}
/*
 * Shortcode: Light-Box.less
 * -----------------------------------------------
*/
.nivo-lightbox-theme-default .nivo-lightbox-nav {
    height: 100%;
    top: 0;
}

.lightbox .lb-dataContainer {
    left: 0;
    position: absolute;
    right: 0;
    top: -45px;
}
/*
 * Shortcode: Map.less
 * -----------------------------------------------
*/
.toggle-map {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 30px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 200;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .toggle-map:hover {
        color: #fff;
    }

    .toggle-map span:after {
        content: "\f107";
        font-family: fontawesome;
        margin-left: 10px;
    }

    .toggle-map.open span:after {
        content: "\f106";
    }

.map-canvas {
    height: 400px;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    .map-canvas.big {
        height: 720px;
    }

    .map-canvas.map-hidden {
        height: 0;
    }

.btn-show-map {
    color: #111111;
    font-size: 18px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 45%;
}

    .btn-show-map i {
        font-size: 48px;
    }
/*
 * Shortcode: Pegination.less
 * -----------------------------------------------
*/
.pagination.theme-colored li.active a {
    background: #BF9E58;
    color: #fff;
    border: 1px solid transparent;
}

.pagination.dark li a {
    color: #333;
}

.pagination.dark li.active a {
    background: #333;
    color: #fff;
    border: 1px solid transparent;
}

.pager.theme-colored li.active a {
    color: #fff;
    border: 1px solid transparent;
}

.pager.dark li a {
    color: #fff;
    background-color: #333;
    border: 1px solid transparent;
}
/*
 * Shortcode: Pricing.less
 * -----------------------------------------------
*/
.pricing-table {
    margin-bottom: 30px;
    position: relative;
}

    .pricing-table .table-price {
        color: #111111;
        font-size: 45px;
    }

        .pricing-table .table-price span {
            font-size: 13px;
            vertical-align: middle;
        }

    .pricing-table.featured {
        border: 1px solid #111111;
    }

    .pricing-table .table-type {
        display: inline;
    }

    .pricing-table .btn-signup {
        margin-right: 0;
        width: 100%;
    }

    .pricing-table .table-list {
        list-style: outside none none;
        padding: 0 0px 20px;
    }

        .pricing-table .table-list li {
            border-bottom: 0;
            font-size: 12px;
            padding: 10px 0;
        }

            .pricing-table .table-list li i {
                margin-right: 8px;
            }

    .pricing-table .package-type span {
        position: relative;
        padding-left: 15px;
        margin-left: 10px;
    }

        .pricing-table .package-type span::after {
            background: #2d915b;
            content: "";
            height: 20px;
            left: -20px;
            position: absolute;
            top: 11px;
            width: 20px;
        }
/*
 * Shortcode: Process-Steps.less
 * -----------------------------------------------
*/
/*
 * Shortcode: Progress-Bar.less
 * -----------------------------------------------
*/
.progress-item {
    margin-top: 20px;
}

    .progress-item .progress {
        background-color: #f8f8f8;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.4) inset;
        border-radius: 0;
        height: 10px;
        margin-bottom: 15px;
        overflow: visible;
    }

    .progress-item .progress-bar {
        font-size: 11px;
        padding-left: 10px;
        position: relative;
        text-align: left;
        width: 0;
        line-height: 18px;
        -webkit-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
    }

        .progress-item .progress-bar .percent {
            background: none repeat scroll 0 0 #555555;
            border-radius: 8px 0 0;
            padding: 3px 5px;
            position: absolute;
            right: 0;
            top: -30px;
        }

    .progress-item.progress-white .progress {
        padding: 2px;
    }

    .progress-item.style2 .progress {
        height: 25px;
    }

    .progress-item.style2 .progress-bar .percent {
        background: none;
        color: #555555;
        font-size: 14px;
    }
/*
 * Shortcode: Promo.less
 * -----------------------------------------------
*/
.modal-promo-box {
    max-width: 700px;
    padding: 90px 60px;
    margin: 0 auto;
}
/*
 * Shortcode: Section-Title.less
 * -----------------------------------------------
*/
.small-title {
    position: relative;
}

    .small-title i {
        font-size: 36px;
        margin-top: 7px;
        padding-top: 0px;
    }

    .small-title .title {
        margin-left: 15px;
        line-height: 1;
    }

        .small-title .title:after {
            bottom: -6px;
            content: "";
            height: 1px;
            left: 45px;
            position: absolute;
            width: 45px;
        }

.section-title .both-side-line::after {
    background: #c0c0c0 none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    right: -40px;
    top: 10px;
    width: 30px;
}

.section-title .both-side-line::before {
    background: #c0c0c0 none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    left: -40px;
    top: 10px;
    width: 30px;
}

.section-title .top-side-line::after {
    background: #c0c0c0 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -8px;
    width: 40px;
}

.section-title .left-side-line::before {
    background: #c0c0c0 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: -8px;
    width: 35px;
}

.section-title .right-side-line::before {
    background: #c0c0c0 none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: -8px;
    width: 35px;
}

.section-title .sub-title {
    margin: 0;
    position: relative;
    display: inline-block;
}

.section-title .title {
    margin-top: 0;
    position: relative;
}

.section-title .title-icon {
    left: -60px;
    position: absolute;
    top: -10px;
}

    .section-title .title-icon i {
        opacity: 0.5;
    }

.section-title p {
    font-size: 14px;
}

    .section-title p.left-bordered {
        border-left: 2px solid #c0c0c0;
        padding-left: 10px;
    }

    .section-title p.right-bordered {
        border-right: 2px solid #c0c0c0;
        padding-right: 10px;
    }
/*Theme Section Title*/
.section-title {
    margin-bottom: 30px;
    position: relative;
}

    .section-title.title-border {
        padding-left: 30px;
    }

        .section-title.title-border.title-right {
            border-left: 0;
            padding-left: 0;
            padding-right: 30px;
            text-align: right;
        }

    .section-title.icon-bg p {
        font-size: 14px;
        font-style: italic;
        margin-bottom: 0;
    }

    .section-title.icon-bg .page-title {
        font-size: 38px;
        line-height: 52px;
    }

        .section-title.icon-bg .page-title i {
            font-size: 42px;
            line-height: 1.3;
            position: absolute;
            opacity: 0.15;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

.section-title-pattern {
    color: #333;
    font-size: 2.313em;
    font-weight: 500;
    margin-bottom: 40px;
}

.title-dots {
    /*background: url("../images/title-dots.png") repeat scroll 0 0;*/
    height: 30px;
    margin-bottom: 20px;
}

    .title-dots span {
        color: #333;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
    }

    .title-dots.small {
        height: 24px;
        margin-bottom: 15px;
    }

        .title-dots.small span {
            font-size: 11px;
            line-height: 23px;
        }
/*
 * Shortcode: Separators.less
 * -----------------------------------------------
*/
.title-separator {
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 16px;
    height: auto;
    line-height: 20px;
    margin: 10px 0;
    width: 70%;
}

    .title-separator span {
        background: #fff none repeat scroll 0 0;
        border-radius: 2px;
        letter-spacing: 0.2em;
        padding: 2px 10px;
        position: relative;
        text-transform: uppercase;
        top: -12px;
    }

.separator {
    color: #ccc;
    line-height: 1.2em;
    margin: 30px auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

    .separator::before,
    .separator::after {
        border-bottom: 1px solid #eee;
        content: "";
        display: inline-block;
        height: .65em;
        margin: 0 -4px 0 -100%;
        vertical-align: top;
        width: 50%;
    }

    .separator::after {
        margin: 0 -100% 0 0;
    }

    .separator i,
    .separator span,
    .separator a {
        display: inline-block;
        margin: 0 20px 0 24px;
        font-size: 20px;
    }

    .separator.separator-left,
    .separator.left i {
        float: left;
        margin: 2px 50px 0 0;
    }

    .separator.right i {
        float: right;
        margin: 0 0 2px 50px;
    }

    .separator.separator-medium-line {
        margin: 10px auto;
        width: 20%;
    }

    .separator.separator-small-line {
        width: 10%;
    }

    .separator.separator-rouned i,
    .separator.separator-border-rouned i {
        background-color: #f5f5f5;
        border-radius: 50%;
        height: 40px;
        left: 0;
        line-height: 40px;
        margin: -12px auto auto;
        position: absolute;
        right: 0;
        width: 40px;
    }

    .separator.separator-border-rouned i {
        background: transparent;
        border: 1px solid #f5f5f5;
    }

    .separator.separator-rouned.separator-rouned-left i {
        margin: -12px auto auto;
        right: auto;
        left: 0;
    }

    .separator.separator-rouned.separator-rouned-right i {
        margin: -12px auto auto;
        right: 0;
        left: auto;
    }

    .separator.dotted::before,
    .separator.dotted::after {
        border-bottom: 2px dotted #ccc;
    }
/*
 * Shortcode: styled-icons.less
 * -----------------------------------------------
*/
/* common style */
.styled-icons a {
    color: #333333;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    float: left;
    margin: 5px 7px 5px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .styled-icons a:hover {
        color: #666666;
    }

.styled-icons.icon-gray a {
    background-color: #eeeeee;
    color: #555555;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}

    .styled-icons.icon-gray a:hover {
        color: #bbbbbb;
    }

.styled-icons.icon-gray.icon-bordered a {
    background-color: transparent;
    border: 2px solid #eeeeee;
}

    .styled-icons.icon-gray.icon-bordered a:hover {
        border: 2px solid #d5d5d5;
    }

.styled-icons.icon-dark a {
    background-color: #333333;
    color: #eeeeee;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}

    .styled-icons.icon-dark a:hover {
        color: #5e5e5e;
    }

.styled-icons.icon-dark.icon-bordered a {
    background-color: transparent;
    border: 2px solid #111111;
    color: #111111;
}

    .styled-icons.icon-dark.icon-bordered a:hover {
        background-color: #111111;
        border-color: #111111;
        color: #fff;
    }

.styled-icons.icon-bordered a {
    border: 1px solid #777777;
}

    .styled-icons.icon-bordered a:hover {
        background-color: #777777;
        color: #fff;
    }

.styled-icons.icon-rounded a {
    border-radius: 3px;
}

.styled-icons.icon-circled a {
    border-radius: 50%;
}

.styled-icons.icon-sm a {
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    margin: 2px 21px 2px 0;
    width: 34px;
}

.styled-icons.icon-md a {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}

.styled-icons.icon-lg a {
    font-size: 32px;
    height: 60px;
    line-height: 60px;
    width: 60px;
}

.styled-icons.icon-xl a {
    font-size: 60px;
    height: 120px;
    line-height: 120px;
    width: 120px;
}

.styled-icons li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}
/*
 * Shortcode: Tabs.less
 * -----------------------------------------------
*/

.tab-content {
    padding: 50px 120px;
}

.nav-tabs {
    border: none;
    border-radius: 12px;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li.active a,
        .nav-tabs > li.active a:hover,
        .nav-tabs > li.active a:focus {
            color: #111111;
            /*background-color: #f8f8f8;*/
        }

        .nav-tabs > li > a {
            border-radius: 0;
            font-family: "Poppins";
            font-size: 12px;
            color: #555555;
            padding: 12px 20px;
            margin-right: 0;
        }

            .nav-tabs > li > a .fa {
                margin-right: 10px;
            }

            .nav-tabs > li > a:hover,
            .nav-tabs > li > a:focus {
                color: #333333;
                background-color: transparent;
            }

            .nav-tabs > li > a i {
                font-size: 32px;
                margin-right: 20px;
                vertical-align: middle;
            }
    /* -------- Nav Tabs ---------- */
    .nav-tabs > li {
        text-align: center;
    }

        .nav-tabs > li > a i {
            display: block;
            font-size: 48px;
            margin-right: 0;
            margin-bottom: 10px;
            vertical-align: middle;
        }
/* -------- Horizontal-Tab-Centered ---------- */
.horizontal-tab-centered .nav-pills {
    display: inline-block;
}

    .horizontal-tab-centered .nav-pills > li > a {
        background: #eeeeee;
        color: #555555;
        font-size: 14px;
        padding: 8px 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

        .horizontal-tab-centered .nav-pills > li > a:hover {
            color: #fff;
        }

        .horizontal-tab-centered .nav-pills > li > a i {
            font-size: 14px;
            margin-right: 8px;
        }

    .horizontal-tab-centered .nav-pills > li.active > a,
    .horizontal-tab-centered .nav-pills > li.active > a:hover,
    .horizontal-tab-centered .nav-pills > li.active > a:focus {
        color: #fff;
    }
/* -------- Horizontal-Tab Fullwide ---------- */
.horizontal-tab.fullwide .nav-tabs > li {
    width: 20%;
}
/* -------- Vertical Nav-Tabs ---------- */
.vertical-tab .tab-content {
    padding: 5px 5px 20px 20px;
    border: none;
}

.vertical-tab .nav-tabs > li {
    float: none;
    margin-bottom: 0;
}

    .vertical-tab .nav-tabs > li > a {
        background: none;
        border-radius: 0;
        border-bottom: 1px solid #2aa5ab;
        border-right: 1px solid #2aa5ab;
        border-top: 1px solid #2aa5ab;
        border-left: 1px solid #2aa5ab;
        font-size: 1.2em;
        padding: 30px 0 30px 15px;
        text-align: left;
    }

    .vertical-tab .nav-tabs > li:first-child > a {
        border-top: 1px solid #2aa5ab;
    }

    .vertical-tab .nav-tabs > li.active > a,
    .vertical-tab .nav-tabs > li.active > a:hover,
    .vertical-tab .nav-tabs > li.active > a:focus {
        background: none;
        border-top: 1px solid #2aa5ab;
        border-left: 1px solid #f68522;
        border-right: 2px solid #f68522;
        border-bottom: 1px solid #2aa5ab;
    }

.vertical-tab .small-padding .nav-tabs > li a {
    padding: 20px 0 20px 15px;
}

.vertical-tab .small-padding .nav-tabs > li i {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    .vertical-tab .tab-content {
        padding: 20px 5px;
    }

    .nav-tabs > li > a {
        border-radius: 0;
        border-bottom: none;
        border-left: 2px solid #d3d3d3;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border-bottom: none;
        border-left: 2px solid #d3d3d3;
    }
}

.custom-nav-tabs {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none solid none none;
    border-width: medium 0px medium medium;
    margin-right: 53px;
}

    .custom-nav-tabs > li {
        float: none;
        margin: 0 0 1px;
    }

        .custom-nav-tabs > li a {
            background: #eeeeee none repeat scroll 0 0;
            border: medium none;
            border-radius: 0;
            display: block;
            font-size: 17px;
            font-weight: 700;
            line-height: 59px;
            margin: 0;
            outline: medium none;
            padding: 0;
            text-align: center;
            text-transform: uppercase;
        }

        .custom-nav-tabs > li.active > a,
        .custom-nav-tabs > li.active > a:hover,
        .custom-nav-tabs > li.active > a:focus,
        .custom-nav-tabs > li > a:hover,
        .custom-nav-tabs > li > a:focus {
            border: medium none;
            color: #000;
            padding: 0;
        }
/*
 * Shortcode: Teams.less
 * -----------------------------------------------
*/
.team-members .team-member .team-thumb {
    overflow: hidden;
}

.team-members .team-member img {
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.team-members .team-member:hover img {
    transform: scale3d(1.1, 1.08, 1.1);
}

.team-member .team-details {
    background: #f7f8fa none repeat scroll 0 0;
    border: 1px solid #eee;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.team-member:hover .team-details h4,
.team-member:hover .team-details p,
.team-member:hover .team-details a {
    color: #fff;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.team-member .team-details a {
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.team-block {
    margin: 0 auto 30px;
}

    .team-block .team-thumb {
        overflow: hidden;
        position: relative;
    }

        .team-block .team-thumb .team-overlay {
            height: 85.4%;
            padding: 40px 20px 0 30px;
            position: absolute;
            top: -90%;
            -webkit-transition: all 300ms ease-in-out 0s;
            -o-transition: all 300ms ease-in-out 0s;
            transition: all 300ms ease-in-out 0s;
            width: 100%;
        }

            .team-block .team-thumb .team-overlay .styled-icons {
                position: absolute;
                bottom: 4px;
            }

                .team-block .team-thumb .team-overlay .styled-icons a {
                    border-color: #fff;
                }

                    .team-block .team-thumb .team-overlay .styled-icons a:hover {
                        background: #fff none repeat scroll 0 0;
                    }

                    .team-block .team-thumb .team-overlay .styled-icons a i {
                        color: #fff;
                    }

            .team-block .team-thumb .team-overlay::after {
                -moz-border-bottom-colors: none;
                -moz-border-left-colors: none;
                -moz-border-right-colors: none;
                -moz-border-top-colors: none;
                border-image: none;
                border-style: solid;
                border-width: 22px;
                bottom: -44px;
                content: "";
                display: block;
                height: 44px;
                left: -2px;
                position: absolute;
                width: 40px;
            }

        .team-block .team-thumb .styled-icons {
            bottom: 0;
            padding: 7px 20px 0 0;
            position: absolute;
            right: 0;
            width: 84%;
        }

            .team-block .team-thumb .styled-icons a {
                margin: 0px;
            }

                .team-block .team-thumb .styled-icons a i {
                    color: #fff;
                    font-size: 14px;
                    margin-top: 8px;
                }

                .team-block .team-thumb .styled-icons a:hover {
                    border-color: #fff;
                    -webkit-transition: all 100ms ease-in-out 0s;
                    -o-transition: all 100ms ease-in-out 0s;
                    transition: all 100ms ease-in-out 0s;
                }

            .team-block .team-thumb .styled-icons::after {
                -moz-border-bottom-colors: none;
                -moz-border-left-colors: none;
                -moz-border-right-colors: none;
                -moz-border-top-colors: none;
                border-image: none;
                border-style: solid;
                border-width: 22px;
                bottom: 0;
                content: "";
                display: block;
                height: 40px;
                left: -44px;
                position: absolute;
                width: 40px;
            }

    .team-block .team-bottom-part {
        background: #eeeeee none repeat scroll 0 0;
        margin-top: 6px;
        padding: 10px 16px 12px 30px;
    }

    .team-block:hover .team-overlay {
        top: 0;
    }
/*
 * Shortcode: Testimonials.less
 * -----------------------------------------------
*/
.testimonial .content {
    position: relative;
}

    .testimonial .content::after {
        color: #202c45;
        content: "\f10e";
        font-family: fontawesome;
        font-size: 48px;
        opacity: 0.2;
        position: absolute;
        right: 20px;
        top: -15px;
    }
/*
 * Shortcode: Toggles-Accordions.less
 * -----------------------------------------------
*/
.panel-group .panel {
    box-shadow: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: none;
    position: relative;
}

.panel-group .panel-title {
    font-size: 13px;
}

    .panel-group .panel-title a {
        /*background-image: linear-gradient(88deg, #dbeced, #ffffff);*/
        background-color: #c8e8e9;
        display: block;
        font-size: 15px;
        padding: 10px 15px 10px 48px;
        white-space: normal;
        font-family: "Poppins";
        /*border: 1px solid #c2c2c2;*/
        font-weight: 600;
    }

        .panel-group .panel-title a.active {
            background: #16174f none repeat scroll 0 0;
            color: #000000;
            font-size: 15px;
            font-family: "Poppins";
            font-weight: 600;
        }

            .panel-group .panel-title a.active .open-sub:after {
                display: none;
            }

            .panel-group .panel-title a.active::after {
                color: #000;
                content: "\f0da";
            }

        .panel-group .panel-title a::after {
            color: #000;
            content: "\f0d7";
            font-family: fontawesome;
            font-size: 18px;
            left: 0;
            padding: 10px 14px;
            position: absolute;
            top: 0;
            margin-top: 2px;
        }

    .panel-group .panel-title.active.panel-group .panel-title:hover a,
    .panel-group .panel-title.active.panel-group .panel-title:focus a {
        color: #333333;
    }

    .panel-group .panel-title .open-sub {
        display: block;
        position: relative;
    }

        .panel-group .panel-title .open-sub:before,
        .panel-group .panel-title .open-sub:after {
            content: "";
            display: block;
            position: absolute;
            height: 1px;
            top: 50%;
            margin-top: -0.5px;
            left: 50%;
        }

.panel-group .panel-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f0f0;
    padding: 10px 20px 20px;
    margin-top: 5px;
}

    .panel-group .panel-content ul {
    }

.register-faq-panel {
    font-size: 1.0em;
    color: #000000;
    font-family: 'Poppins';
    list-style: disc;
    margin-left: 25px;
    line-height: 25px;
}

.panel-group .panel-content > :last-child {
    margin-bottom: 0;
}

.panel-group.white .panel-title a {
    background-color: #fff;
}
/* -------- Toggle ---------- */
.panel-group.toggle .panel-heading {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-group.toggle .panel-body {
    padding: 10px 0 5px 25px;
}

.panel-group.accordion.transparent .panel-title a,
.panel-group.toggle.transparent .panel-title a,
.panel-group.accordion.transparent .panel-title a.active,
.panel-group.toggle.transparent .panel-title a.active {
    background: transparent;
    border: none;
    color: #333333;
}

    .panel-group.accordion.transparent .panel-title a::after,
    .panel-group.toggle.transparent .panel-title a::after,
    .panel-group.accordion.transparent .panel-title a.active::after,
    .panel-group.toggle.transparent .panel-title a.active::after {
        color: #333333;
        background: transparent;
    }

.panel-group.accordion.transparent .panel-content,
.panel-group.toggle.transparent .panel-content {
    background: transparent;
}

.panel-group.toggle .panel-heading + .panel-collapse > .panel-body,
.panel-group.toggle .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}
/*
 * Shortcode: Vertical-Timeline.less
 * -----------------------------------------------
*/
.cd-timeline-content {
    background: #d4f4fb;
}

    .cd-timeline-content::before {
        border-color: transparent transparent transparent #eee;
    }

.cd-timeline-block:nth-child(2n) .cd-timeline-content::before {
    border-color: transparent #eee transparent transparent;
}

#cd-timeline.cd-timeline-simple::before {
    background: #ccc none repeat scroll 0 0;
    height: 82%;
    top: 65px;
    width: 2px;
}

#cd-timeline.cd-timeline-simple.time-line-media::before {
    height: 65%;
}

.cd-timeline-simple .cd-timeline-block {
    margin: 38px 0 20px 0;
}

    .cd-timeline-simple .cd-timeline-block .cd-timeline-content::before {
        display: none;
    }

    .cd-timeline-simple .cd-timeline-block .cd-timeline-content {
        padding-top: 0;
        background: none;
        box-shadow: none;
    }

        .cd-timeline-simple .cd-timeline-block .cd-timeline-content p {
            font-size: 14px;
        }

    .cd-timeline-simple .cd-timeline-block .cd-timeline-img {
        background: #333 none repeat scroll 0 0;
        box-shadow: 0 0 0 4px #ccc, 0 3px 0 rgba(0, 0, 0, 0.06) inset, 0 0px 0 3px rgba(0, 0, 0, 0.05);
    }

@media only screen and (max-width: 992px) {
    .cd-timeline-simple .cd-timeline-block .cd-timeline-content {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .cd-timeline-simple .cd-timeline-block .cd-timeline-content {
        margin-bottom: 10px;
    }

    .regbg-financial {
        width: 45% !important;
    }

    .regbg-onestop {
        width: 45% !important;
    }

    .regbg-topranked {
        width: 45% !important;
    }

    .regbg-diverse {
        width: 45% !important;
    }

    .regbg-contact {
        width: 45% !important;
    }

    .regbg-visa {
        width: 45% !important;
    }
}

@media only screen and (max-width: 992px) {
    .cd-timeline-simple .cd-timeline-block .cd-timeline-content h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .cd-timeline-simple .cd-timeline-block .cd-timeline-content h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .cd-timeline-simple .cd-timeline-block .cd-timeline-content .cd-date {
        font-size: 14px;
    }
}
/* Vertical Masonry Timeline */
.vertical-masonry-timeline .each-masonry-item {
    position: relative;
    width: 50%;
    margin-bottom: 30px;
}

    .vertical-masonry-timeline .each-masonry-item:nth-child(2) {
        margin-top: 80px;
    }

    .vertical-masonry-timeline .each-masonry-item:nth-child(2n) {
        padding-left: 50px;
    }

    .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) {
        padding-right: 50px;
    }

    .vertical-masonry-timeline .each-masonry-item .timeline-block {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #d7e4ed;
        height: 100%;
        padding: 20px;
        position: relative;
        width: 100%;
    }

        .vertical-masonry-timeline .each-masonry-item .timeline-block:before,
        .vertical-masonry-timeline .each-masonry-item .timeline-block:after {
            border-style: solid;
            border-width: 8px;
            content: "";
            display: block;
            position: absolute;
            top: 20px;
        }

    .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block:before {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c6d2db;
        left: auto;
        right: -16px;
    }

    .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block:after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
        left: auto;
        right: -15px;
    }

    .vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-block:before {
        border-color: rgba(0, 0, 0, 0) #c6d2db rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        left: -16px;
        right: auto;
    }

    .vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-block:after {
        border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        left: -15px;
        right: auto;
    }

    .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-post-format {
        left: auto;
        right: -82px;
    }

    .vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-post-format {
        left: -80px;
        right: auto;
    }

.timeline-post-format {
    border: 3px solid #bbb;
    border-radius: 100%;
    color: #bbb;
    height: 60px;
    overflow: hidden;
    position: absolute;
    top: -2px;
    width: 60px;
    z-index: 1;
}

    .timeline-post-format:after {
        background: #fff none repeat scroll 0 0;
        color: #fff;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .timeline-post-format i {
        font-size: 18px;
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

.vertical-masonry-timeline-wrapper:before {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 50%;
    margin-left: 0px;
    position: absolute;
    width: 4px;
}

.vertical-masonry-timeline-wrapper:after {
    background: rgba(0, 0, 0, 0) linear-gradient(#ddd, transparent) repeat scroll 0 0;
    bottom: -100px;
    content: "";
    height: 100px;
    left: 50%;
    margin-left: 0px;
    position: absolute;
    width: 4px;
}

.vertical-masonry-timeline::after {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, #ddd) repeat scroll 0 0;
    content: "";
    height: 100px;
    left: 50%;
    position: absolute;
    top: -65px;
    width: 4px;
}

@media only screen and (min-width: 768px) {
    .vertical-masonry-timeline .each-masonry-item.item-right {
        padding-right: 0px;
        padding-left: 50px;
    }

    .container-five-steps .card-five-steps .face {
        width: 210px !important;
    }

    .vertical-masonry-timeline .each-masonry-item.item-right .timeline-block:before {
        border-color: rgba(0, 0, 0, 0) #c6d2db rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        left: -16px;
        right: auto;
    }

    .vertical-masonry-timeline .each-masonry-item.item-right .timeline-block:after {
        border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        left: -15px;
        right: auto;
    }

    .vertical-masonry-timeline .each-masonry-item.item-right .timeline-post-format {
        left: -80px;
        right: auto;
    }

    .vertical-masonry-timeline .each-masonry-item.item-left {
        padding-right: 50px;
        padding-left: 0px;
    }

        .vertical-masonry-timeline .each-masonry-item.item-left .timeline-block:before {
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c6d2db;
            right: -16px;
            left: auto;
        }

        .vertical-masonry-timeline .each-masonry-item.item-left .timeline-block:after {
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
            right: -15px;
            left: auto;
        }

        .vertical-masonry-timeline .each-masonry-item.item-left .timeline-post-format {
            right: -81px;
            left: auto;
        }
}

@media only screen and (max-width: 768px) {
    .vertical-masonry-timeline .each-masonry-item {
        width: 100%;
    }

        .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) {
            padding-right: 0px;
            padding-left: 71px;
        }

        .vertical-masonry-timeline .each-masonry-item:nth-child(2n) {
            padding-left: 71px;
            padding-right: inherit;
        }

        .vertical-masonry-timeline .each-masonry-item:nth-child(2) {
            margin-top: 0;
        }

        .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-post-format {
            left: -72px;
            right: auto;
        }

        .vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-post-format {
            left: -72px;
        }

        .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block::before {
            border-color: rgba(0, 0, 0, 0) #c6d2db rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
            left: -16px;
            right: auto;
        }

        .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block::after {
            border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
            left: -15px;
            right: auto;
        }

    .vertical-masonry-timeline:after {
        left: 29px;
    }

    .vertical-masonry-timeline-wrapper:before,
    .vertical-masonry-timeline-wrapper:after {
        left: 44px;
    }
}
/*
 * Shortcode: Working-Process.less
 * -----------------------------------------------
*/
.working-process > li {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .working-process > li::after {
        border-top: 1px dashed #333333;
        content: "";
        left: 6px;
        margin-left: -32px;
        overflow: hidden;
        position: absolute;
        top: 25px;
        width: 50%;
    }

    .working-process > li::before {
        border-top: 1px dashed #333333;
        content: "";
        margin-right: -25px;
        position: absolute;
        right: 0;
        top: 25px;
        width: 50%;
    }

    .working-process > li :first-child::after {
        border-top: medium none;
    }

    .working-process > li :last-child::before {
        border-top: medium none;
    }

.working-process li a {
    border: 1px solid;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 50px;
    border-radius: 50%;
}

    .working-process li a:hover {
        background: #333333 none repeat scroll 0 0;
        border: 1px solid transparent;
        color: #fff;
    }

    .working-process li a i {
        font-size: 18px;
    }

.working-process.square li a,
.working-process.square.large-circle li a {
    border-radius: 0;
}

.working-process.large-circle li a {
    height: 120px;
    line-height: 130px;
    width: 120px;
    border-radius: 50%;
}

    .working-process.large-circle li a i {
        font-size: 28px;
    }

.working-process.large-circle > li::before {
    margin-right: -60px;
    top: 60px;
}

.working-process.large-circle > li::after {
    margin-left: -64px;
    top: 60px;
}

.working-process.theme-colored li a {
    color: #fff;
}
/*
 * Widgets.less
 * -----------------------------------------------
*/
/* -------- Top Search Bar ---------- */
.search-form-wrapper {
    position: relative;
    /* form absolute */
}

    .search-form-wrapper.toggle {
        display: none;
    }

        .search-form-wrapper.toggle.active {
            display: block;
        }

    .search-form-wrapper form {
        padding: 10px;
        position: relative;
    }

        .search-form-wrapper form label {
            margin: 0px;
            position: absolute;
            right: 11px;
            top: 11px;
        }

            .search-form-wrapper form label:before {
                color: #555555;
                cursor: pointer;
                content: "\f002";
                font-family: fontawesome;
                font-size: 16px;
                position: absolute;
                right: 13px;
                top: 6px;
            }

        .search-form-wrapper form input[type="text"] {
            background-color: #fff;
            border: 1px solid #c0c0c0;
            height: 46px;
            padding: 8px 17px;
            width: 100%;
        }

        .search-form-wrapper form input[type="submit"] {
            background-color: #fff;
            border-left: 1px solid #c0c0c0;
            border: none;
            height: 44px;
            width: 50px;
            text-indent: -999px;
        }

    .search-form-wrapper.form-absolute form {
        background-color: #333333;
        position: absolute;
        right: 0px;
        top: 12px;
        width: 370px;
        z-index: 99;
    }
    /* -------- Form Round ---------- */
    .search-form-wrapper.round form input[type="text"] {
        border-radius: 30px;
        border-width: 4px;
    }

    .search-form-wrapper.round form input[type="submit"] {
        height: auto;
        width: auto;
        margin-right: 10px;
        margin-top: 10px;
    }

    .search-form-wrapper.round form label::before {
        color: #c0c0c0;
    }

.widget .list-border li {
    border-bottom: 1px dashed #d3d3d3;
}

.widget.dark .list-border li {
    border-bottom: 1px dashed #404040;
}
/* -------- Footer & Sidebar Widgets ---------- */
.widget {
    margin-bottom: 10px;
}

.insti-search-wigbg {
    border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    background-image: linear-gradient(#f3fdff, #ffffff);
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
}

.widget .widget-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.0em;
    font-weight: 100 !important;
}

.widget ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget ul.list li,
.widget .post {
    margin-bottom: 2px;
    padding-bottom: 2px;
    font-weight: 100;
    font-size: 0.9em;
}

.widget.brochures > li {
    margin-bottom: 10px;
    padding: 10px;
}

.widget.brochures i {
    color: #666666;
    font-size: 16px;
    margin-right: 10px;
}

.widget.address > li {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 5px 10px;
}

    .widget.address > li i {
        font-size: 16px;
        margin-right: 8px;
        vertical-align: middle;
    }

.widget .twitter-feed li {
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-left: 30px;
}

    .widget .twitter-feed li.item {
        position: relative;
    }

    .widget .twitter-feed li::after {
        content: "\f099";
        font-size: 24px;
        font-family: fontawesome;
        left: 0;
        position: absolute;
        top: 0;
    }

.tags h3 {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-categ .category1 {
    border: 1px solid #9a005a !important;
}

    .blog-categ .category1:hover {
        background: #9a005a !important;
    }

.blog-categ .category2 {
    border: 1px solid #00666a !important;
}

    .blog-categ .category2:hover {
        background: #00666a !important;
    }

.blog-categ .category3 {
    border: 1px solid #afe2de !important;
}

    .blog-categ .category3:hover {
        background: #afe2de !important;
    }

.widget .styled-icons li {
    margin-bottom: 0;
    padding-bottom: 0;
}

    .widget .styled-icons li a {
        margin-bottom: 0;
    }

.widget .tags a {
    border: 1px solid #FFC20E;
    display: inline-block;
    font-size: 11px;
    margin: 5px 20px 5px 0px;
    padding: 5px 20px;
    color: #8B8B8B;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category-divider {
    padding: 0px 20px;
    color: #b9b9b9;
}

.widget .tags a:hover {
    color: #fff !important;
}

.widget .search-input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c0c0c0;
    border-radius: initial;
    box-shadow: none;
    height: 45px;
    padding: 10px;
}

.tags a:hover {
    background: #ffc20e !important;
}

.blog-tag-date {
    border: 0px !important;
}

.blog-sbg {
    padding: 10px 75px;
    background-color: #EFEFEF;
}

.widget .item {
    margin-bottom: 55px;
}

    .widget .item h4 {
        color: #00666A;
        font-weight: 500;
        font-size: 18px;
        margin: 20px 0px;
    }

    .widget .item a {
        color: #00666A;
    }

        .widget .item a:hover {
            color: #02999f;
        }

.widget h3 {
    color: #505050;
    font-weight: 700;
    font-size: 16px;
}

.widget .search-button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    height: 45px;
}

.widget .nav-tabs li {
    border-bottom: 1px solid transparent;
    margin-bottom: -2px;
    padding-bottom: 0;
}

    .widget .nav-tabs li:hover {
        border-bottom: 1px solid transparent;
    }

.widget .post-title a {
    font-size: 13px;
    letter-spacing: 0;
}

.widget .quick-contact-form .form-control {
    background-color: rgba(241, 241, 241, 0.8);
    border-color: #d3d3d3;
    color: #a9a9a9;
}

.widget .product-list .product-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-top: -9px;
}

.widget.dark .widget-title {
    color: #dfdedc;
}

.widget.dark .tags a {
    border: 1px solid #404040;
}

.widget.dark .widget-image-carousel .title {
    color: #fff;
}

.widget.dark .search-input {
    border: 1px solid #333333;
}

.widget.dark .styled-icons li a:hover i {
    color: #fff;
}

.widget.dark .search-button {
    border: 1px solid #333333;
}

.widget.dark .widget-subscribe .subscribe-title {
    color: #fff;
}

.widget.dark .widget-subscribe .subscribe-sub-title {
    color: #666666;
}

.widget.dark .nav-tabs li {
    border-bottom: 1px solid transparent;
    margin-bottom: -2px;
    padding-bottom: 0;
}

    .widget.dark .nav-tabs li:hover {
        border-bottom: 1px solid transparent;
    }

        .widget.dark .nav-tabs li:hover a {
            border: 1px solid #555555;
        }

    .widget.dark .nav-tabs li.active a {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: #333333 none repeat scroll 0 0;
        border-color: #555555 #555555 transparent;
        border-image: none;
        border-style: solid;
        border-width: 1px;
    }

.widget.dark .product-title a {
    color: #808080;
}

.widget.dark .post-title a {
    color: #c0c0c0;
}

.widget.dark .tab-content {
    background: #333333 none repeat scroll 0 0;
    border: 1px solid #555555;
}

.widget.dark .quick-contact-form .form-control {
    background-color: rgba(5, 15, 5, 0.1);
    border-color: #333333;
}

.widget.dark .widget-title.line-bottom-theme-colored-2.border-bottom {
    border-bottom: 1px solid #444;
}

.widget.no-border ul li {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget ul.list li::before {
    display: none;
}

.widget.dark ul.list li::before {
    display: none;
}
/* --------Horizontal Contact Widget  ---------- */
.horizontal-contact-widget {
    border-top: 1px dashed #666666;
}

    .horizontal-contact-widget .each-widget::before {
        content: "\f111";
        font-family: FontAwesome;
        left: 0;
        position: absolute;
        right: 0;
        top: -42px;
    }
    /* -------- Horizontal Contact Widget Dark ---------- */
    .horizontal-contact-widget.dark {
        border-top: 1px dashed #333333;
    }

.widget.dark .btn.btn-default {
    border-color: #333;
}
/* -------- Flickr-Feed ---------- */
#flickr-feed img {
    background: none repeat scroll 0 0 #000;
    float: left;
    height: 60px;
    margin: 0 5px 5px 0;
    padding: 0;
    width: 70px;
}

.text-hover-theme-colored {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget .services-list li {
    background-color: #eeeeee;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px 10px 20px;
}

    .widget .services-list li.active {
        position: relative;
        border-bottom: 1px solid transparent;
    }

        .widget .services-list li.active a {
            color: #fff;
        }

        .widget .services-list li.active::after {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-image: none;
            border-style: solid;
            border-width: 21px;
            bottom: 0;
            content: "";
            height: 21px;
            left: -42px;
            position: absolute;
            top: 0;
            width: 23px;
        }
/*
 * Footer.less
 * -----------------------------------------------
*/
.footer {
    background: #fafafa;
}

.footer-bottom {
    border-top: 1px solid #ccc;
}

.footer-btm-txt {
    color: #dfdedc;
}

.footer-cont {
    display: flex;
    font-size: 14px;
    line-height: 22px;
}

.footer-f-col {
    font-size: 18px;
    line-height: 22px;
    font-family: "Poppins";
}

.footer a {
    color: #fff;
}

    .footer a:focus,
    .footer a:hover,
    .footer a:active {
        color: #666666;
    }

.footer .widget .widget-title {
    margin-top: 0px;
}

.footer .widget.dark .quick-contact-form button {
    border-color: #333333;
    color: #909090;
}

    .footer .widget.dark .quick-contact-form button:hover {
        background-color: #eeeeee;
        border-color: #eeeeee;
        color: #333333;
    }

.footer--social-media li {
    transition: transform 500ms;
}

    .footer--social-media li:hover {
        transform: translateY(-5px);
    }

/*
Rounded Boxed Skin
*/

/* Menu items */
.menuzord-menu > li {
    padding: 20px;
}

    .menuzord-menu > li > a {
        padding: 8px 16px;
    }

    /* Active/hover state (Menu items) */
    .menuzord-menu > li.active > a,
    .menuzord-menu > li:hover > a {
        background: #333;
        color: #fff;
    }

/* Dropdown */
.menuzord-menu ul.dropdown {
    top: 71px;
}

    .menuzord-menu ul.dropdown li ul.dropdown {
        top: 0;
    }

/* Dropdown items */
.menuzord .menuzord-menu ul.dropdown li:hover > a {
    background: #333;
    color: #fff;
}

/* Megamenu */
.menuzord-menu > li > .megamenu {
    top: 71px;
}

/* Search field */
.menuzord-menu > li.search form {
    padding: 2px 16px;
}

/* Color schemes */
/* blue */
.menuzord.blue .menuzord-menu > li.active > a,
.menuzord.blue .menuzord-menu > li:hover > a,
.menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
    background: #5D9CEC;
    color: #fff;
}
/* green */
.menuzord.green .menuzord-menu > li.active > a,
.menuzord.green .menuzord-menu > li:hover > a,
.menuzord.green .menuzord-menu ul.dropdown li:hover > a {
    background: #48CFAD;
    color: #fff;
}
/* red */
.menuzord.red .menuzord-menu > li.active > a,
.menuzord.red .menuzord-menu > li:hover > a,
.menuzord.red .menuzord-menu ul.dropdown li:hover > a {
    background: #FC6E51;
    color: #fff;
}
/* orange */
.menuzord.orange .menuzord-menu > li.active > a,
.menuzord.orange .menuzord-menu > li:hover > a,
.menuzord.orange .menuzord-menu ul.dropdown li:hover > a {
    color: #fff;
}
/* yellow */
.menuzord.yellow .menuzord-menu > li.active > a,
.menuzord.yellow .menuzord-menu > li:hover > a,
.menuzord.yellow .menuzord-menu ul.dropdown li:hover > a {
    background: #FFCE54;
    color: #fff;
}
/* purple */
.menuzord.purple .menuzord-menu > li.active > a,
.menuzord.purple .menuzord-menu > li:hover > a,
.menuzord.purple .menuzord-menu ul.dropdown li:hover > a {
    background: #AC92EC;
    color: #fff;
}
/* pink */
.menuzord.pink .menuzord-menu > li.active > a,
.menuzord.pink .menuzord-menu > li:hover > a,
.menuzord.pink .menuzord-menu ul.dropdown li:hover > a {
    background: #EC87C0;
    color: #fff;
}

/* Mobile mode (Responsive mode) */
@media (max-width: 900px) {
    /* Menu items */
    .menuzord-responsive .menuzord-menu > li {
        padding: 0;
    }

        .menuzord-responsive .menuzord-menu > li > a {
            padding: 12px 20px !important;
            border-radius: 0;
        }
}




/* Theme Skin Color */


.text-theme-color-2,
.widget .twitter-feed li::after,
.work-gallery .gallery-bottom-part .title {
    color: #2ab3bb;
}

.bg-theme-colored {
    background-color: #202C45 !important;
}

.bg-theme-colored-lighter2 {
    background-color: #25334f !important;
}

.bg-theme-colored-lighter3 {
    background-color: #283756 !important;
}

.bg-theme-colored-lighter4 {
    background-color: #2b3c5d !important;
}

.bg-theme-colored-darker2 {
    background-color: #1b253b !important;
}

.bg-theme-colored-darker3 {
    background-color: #182134 !important;
}

.bg-theme-colored-darker4 {
    background-color: #151c2d !important;
}
/* background-color-transparent */
.bg-theme-colored-transparent-9 {
    background-color: rgba(32, 44, 69, 0.9);
}

.bg-theme-colored-transparent-8 {
    background-color: rgba(32, 44, 69, 0.8);
}

.bg-theme-colored-transparent-7 {
    background-color: rgba(32, 44, 69, 0.7);
}

.bg-theme-colored-transparent-6 {
    background-color: rgba(32, 44, 69, 0.6);
}

.bg-theme-colored-transparent-5 {
    background-color: rgba(32, 44, 69, 0.5);
}

.bg-theme-colored-transparent-4 {
    background-color: rgba(32, 44, 69, 0.4);
}

.bg-theme-colored-transparent-3 {
    background-color: rgba(32, 44, 69, 0.3);
}

.bg-theme-colored-transparent-2 {
    background-color: rgba(32, 44, 69, 0.2);
}

.bg-theme-colored-transparent-1 {
    background-color: rgba(32, 44, 69, 0.1);
}

.bg-theme-colored-transparent {
    background-color: rgba(32, 44, 69, 0.75) !important;
}

.bg-theme-color-2,
.line-bottom:after,
.line-bottom-center:after {
    background-color: rgba(0, 0, 0, 0);
}

.team-block .team-thumb .styled-icons a:hover,
.work-gallery .gallery-thumb .styled-icons a:hover,
.work-gallery:hover .gallery-bottom-part,
.line-bottom-theme-colored-2:after,
.panel-group .panel-title a.active::after {
}

.panel-group .panel-title a.active::after {
    background-color: none;
}

.btn-theme-color-2 {
    background-color: #f68522;
}

.bg-trasparent {
    background-color: #000000a6;
}

.txt-wrap-head {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #ffffff;
}
/*Theme Colored Red Bg-transparent-color*/
/*Theme Colored Red Border-top-color*/
.border-theme-color-2-1px {
    border: 1px solid #F2184F !important;
}

.border-top-theme-color-2-1px {
    border-top: 1px solid #F2184F !important;
}

.border-top-theme-color-2-2px {
    border-top: 2px solid #F2184F !important;
}

.border-top-theme-color-2-3px {
    border-top: 3px solid #F2184F !important;
}

.border-top-theme-color-2-4px {
    border-top: 4px solid #F2184F !important;
}

.border-top-theme-color-2-5px {
    border-top: 5px solid #F2184F !important;
}

.border-top-theme-color-2-6px {
    border-top: 6px solid #F2184F !important;
}

.border-top-theme-color-2-7px {
    border-top: 7px solid #F2184F !important;
}

.border-top-theme-color-2-8px {
    border-top: 8px solid #F2184F !important;
}

.border-top-theme-color-2-9px {
    border-top: 9px solid #F2184F !important;
}

.border-top-theme-color-2-10px {
    border-top: 10px solid #F2184F !important;
}
/*Theme Colored Red Border-bottom-color*/
.border-bottom-theme-color-2-1px {
    border-bottom: 1px solid #f68522 !important;
}

.border-bottom-theme-color-2-2px {
    border-bottom: 2px solid #F2184F !important;
}

.border-bottom-theme-color-2-3px {
    border-bottom: 3px solid #F2184F !important;
}

.border-bottom-theme-color-2-4px {
    border-bottom: 4px solid #F2184F !important;
}

.border-bottom-theme-color-2-5px {
    border-bottom: 5px solid #F2184F !important;
}

.border-bottom-theme-color-2-6px {
    border-bottom: 6px solid #F2184F !important;
}

.border-bottom-theme-color-2-7px {
    border-bottom: 7px solid #F2184F !important;
}

.border-bottom-theme-color-2-8px {
    border-bottom: 8px solid #F2184F !important;
}

.border-bottom-theme-color-2-9px {
    border-bottom: 9px solid #F2184F !important;
}

.border-bottom-theme-color-2-10px {
    border-bottom: 10px solid #F2184F !important;
}
/*Theme Colored Red Border-left-color*/
.border-left-theme-color-2-1px {
    border-left: 1px solid #F2184F !important;
}

.border-left-theme-color-2-2px {
    border-left: 2px solid #F2184F !important;
}

.border-left-theme-color-2-3px {
    border-left: 3px solid #f68522 !important;
}

.border-left-theme-color-2-4px {
    border-left: 4px solid #F2184F !important;
}

.border-left-theme-color-2-5px {
    border-left: 5px solid #F2184F !important;
}

.border-left-theme-color-2-6px {
    border-left: 6px solid #F2184F !important;
}

.border-left-theme-color-2-7px {
    border-left: 7px solid #F2184F !important;
}

.border-left-theme-color-2-8px {
    border-left: 8px solid #F2184F !important;
}

.border-left-theme-color-2-9px {
    border-left: 9px solid #F2184F !important;
}

.border-left-theme-color-2-10px {
    border-left: 10px solid #F2184F !important;
}
/*Theme Colored Red Border-right-color*/
.border-right-theme-color-2-1px {
    border-right: 1px solid #F2184F !important;
}

.border-right-theme-color-2-2px {
    border-right: 2px solid #F2184F !important;
}

.border-right-theme-color-2-3px {
    border-right: 3px solid #F2184F !important;
}

.border-right-theme-color-2-4px {
    border-right: 4px solid #F2184F !important;
}

.border-right-theme-color-2-5px {
    border-right: 5px solid #F2184F !important;
}

.border-right-theme-color-2-6px {
    border-right: 6px solid #F2184F !important;
}

.border-right-theme-color-2-7px {
    border-right: 7px solid #F2184F !important;
}

.border-right-theme-color-2-8px {
    border-right: 8px solid #F2184F !important;
}

.border-right-theme-color-2-9px {
    border-right: 9px solid #F2184F !important;
}

.border-right-theme-color-2-10px {
    border-right: 10px solid #F2184F !important;
}

.service-block .thumb .desc {
    border-top: 4px solid #F2184F;
}
/*Theme Colored Red Border-right-color*/
.service-block .thumb .price {
    border-left: 3px solid #F2184F;
}
/*Theme Colored Red Border-left-color*/
.portfolio-filter a.active,
.portfolio-filter a:hover {
    border-left: 3px solid #F2184F;
}

.widget.dark .tags a:hover,
.title-dots span {
    /*background-color: #F2184F;*/
}

.horizontal-contact-widget .widget::before,
.horizontal-contact-widget .each-widget::before {
    color: #F2184F;
}
/*
 * background: theme-color
 * -----------------------------------------------
*/
.tab-slider .nav.nav-pills a:hover,
.tab-slider .nav.nav-pills a.active,
.custom-nav-tabs > li > a:hover,
.widget .tags a:hover,
.progress-item .progress-bar,
.small-title .title::after,
.testimonial .item::after,
.drop-caps.colored-square p:first-child:first-letter,
.drop-caps.colored-rounded p:first-child:first-letter,
.list-icon.theme-colored.square li i,
.list-icon.theme-colored.rounded li i,
.working-process.theme-colored a,
.blog-posts .post .entry-content .post-date.right,
.horizontal-tab-centered .nav-pills > li > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a,
.horizontal-tab-centered .nav-pills > li.active > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a:focus,
.owl-theme.dot-theme-colored .owl-controls .owl-dot span,
.pagination.theme-colored li.active a,
.section-title .both-side-line::after,
.section-title .both-side-line::before,
.section-title .top-side-line::after,
.section-title .left-side-line::before,
.section-title .right-side-line::before,
.product .tag-sale,
.team-member:hover .team-details,
.owl-theme .owl-dots .owl-dot.active span,
.portfolio-filter a.active,
.portfolio-filter a:hover {
    background: #2aa5ab;
}

.panel-group .panel-title a.active {
    background-color: #c8e8e9 !important;
}

.ui-state-highlight {
    background: #202C45 !important;
    color: #fff !important;
}
/*
 * text: theme-color
 * -----------------------------------------------
*/
ul.list.theme-colored li:before,
ul.list.theme-colored.angle-double-right li:before,
ul.list.theme-colored.angle-right li:before,
ul.list.theme-colored.check-circle li:before,
ul.list.theme-colored.check li:before,
.list-icon.theme-colored li i,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a,
.menuzord-menu > li > .megamenu .megamenu-row .post a:hover,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a i,
.menuzord-menu > li > .megamenu .megamenu-row .post a:hover i,
.pricing-table .table-list li i,
.testimonial-carousel.boxed .content::after,
.blog-posts .post .entry-meta li i,
.widget .address li i,
.icon-box.box-style1.practice-style3 i,
.attorney-carousel .content .contact-area i,
.attorney-address li i,
.icon-box.services-style1:hover .heading,
.small-title i,
.drop-caps.text-colored p:first-child:first-letter,
.schedule-box:hover .schedule-details .title a,
.widget.dark .nav-tabs li.active a,
.pagination.theme-colored li a,
.pager.theme-colored a,
.widget .post-title a:hover,
.volunteer .info .name a,
.donation-form .form-group label,
.team-block .team-thumb .team-overlay .styled-icons a:hover i,
.section-title .title-icon i,
.portfolio-filter a,
.panel-group .panel-title a,
.testimonials-details::after {
    color: #202C45;
}

.menuzord .menuzord-menu > li.active > a,
.menuzord .menuzord-menu > li:hover > a,
.menuzord .menuzord-menu ul.dropdown li:hover > a {
    background: #fff none repeat scroll 0 0;
    color: #202C45;
}

    .menuzord .menuzord-menu > li.active > a i,
    .menuzord .menuzord-menu > li:hover > a i,
    .menuzord .menuzord-menu ul.dropdown li:hover > a i {
        color: #202C45;
    }
/* text-theme-color */
.text-theme-colored {
    color: #202C45 !important;
}
/* text-hover-theme-color */
.text-hover-theme-colored:hover {
    color: #202C45 !important;
}
/* background-theme-color */
.bg-theme-colored {
    background-color: #f2f8fb !important;
    -moz-box-shadow: 8px 5px 14px #e7e8e8;
    -webkit-box-shadow: 8px 5px 14px #e7e8e8;
    box-shadow: 8px 5px 14px #e7e8e8;
}

.bg-theme-colored-displine {
    background-color: #00666A !important;
}

.bg-color-five-step {
    background-color: #FFEDC5 !important;
}

.hm-displine-field {
    border-radius: 0px;
    background-color: #007F84;
    color: #ffffff !important;
    border: none;
}

    .hm-displine-field:active {
        color: #ffffff;
    }
/* bg-hover-theme-color */
.bg-hover-theme-colored:hover {
    background: #202C45 !important;
    border-color: #202C45 !important;
    color: #fff !important;
}

    .bg-hover-theme-colored:hover h1,
    .bg-hover-theme-colored:hover h2,
    .bg-hover-theme-colored:hover h3,
    .bg-hover-theme-colored:hover h4,
    .bg-hover-theme-colored:hover h5,
    .bg-hover-theme-colored:hover h6,
    .bg-hover-theme-colored:hover p,
    .bg-hover-theme-colored:hover a,
    .bg-hover-theme-colored:hover i {
        color: #fff !important;
    }

.hover-text-theme-color-2:hover {
    color: #F2184F;
}
/* border-theme-color */
.border-theme-colored {
    border-color: #202C45 !important;
}

.widget .services-list li.active::after {
    border-color: transparent #202C45 transparent transparent;
}

.widget .services-list li.active {
    background-color: #202C45 !important;
    border-right: 6px solid #F2184F !important;
}
/* background-color-transparent */
.bg-theme-colored-transparent,
.piechart-block {
    background-color: rgba(32, 44, 69, 0.75) !important;
}

.service-block .thumb .price,
.service-block .thumb .desc,
.team-block .team-thumb .team-overlay,
.team-block .team-thumb .styled-icons,
.work-gallery .gallery-thumb .gallery-overlay {
    background: rgba(32, 44, 69, 0.7);
}

    .team-block .team-thumb .team-overlay::after {
        border-color: rgba(32, 44, 69, 0.75) transparent transparent rgba(32, 44, 69, 0.75);
    }

    .team-block .team-thumb .styled-icons::after {
        border-color: transparent rgba(32, 44, 69, 0.75) rgba(32, 44, 69, 0.75) transparent;
    }
/* Layer-overlay */
.overlay-theme-colored-1:before {
    background-color: rgba(32, 44, 69, 0.1) !important;
}

.overlay-theme-colored-2:before {
    background-color: rgba(32, 44, 69, 0.2) !important;
}

.overlay-theme-colored-3:before {
    background-color: rgba(32, 44, 69, 0.3) !important;
}

.overlay-theme-colored-4:before {
    background-color: rgba(32, 44, 69, 0.4) !important;
}

.overlay-theme-colored-5:before {
    background-color: rgba(32, 44, 69, 0.5) !important;
}

.overlay-theme-colored-6:before {
    background-color: rgba(32, 44, 69, 0.6) !important;
}

.overlay-theme-colored-7:before {
    background-color: rgba(32, 44, 69, 0.7) !important;
}

.overlay-theme-colored-8:before {
    background-color: rgba(32, 44, 69, 0.8) !important;
}

.overlay-theme-colored-9:before {
    background-color: rgba(32, 44, 69, 0.9) !important;
}
/* Layeroverlay */
.post .entry-meta.meta-absolute,
.volunteer .overlay,
.bg-theme-colored-transparent-deep {
    background-color: rgba(32, 44, 69, 0.9) !important;
}

.icon-box.box-style1.practice-style3:hover .icon-wrapper,
.zeus .tp-bullet::after {
    background-color: #202C45;
}

.preloader-dot-loading .cssload-loading i {
    background: #202C45 !important;
}
/*
 * border: theme-color
 * -----------------------------------------------
*/
.icon-box.icon-rounded-bordered i,
.widget .line-bottom:after,
.widget .line-bottom:after,
.pager.theme-colored a {
    border: 1px solid #202C45;
}

.line-bottom:after {
    border: 1px solid #ffc20e;
}

.border-theme-colored,
.owl-theme .owl-dots .owl-dot span {
    border-color: #202C45;
}

.icon-box.box-style1.practice-style3:hover .icon-wrapper::after {
    border-color: #202C45 transparent transparent;
}

.opening-hours ul li {
}
/* border-left-color */
blockquote.theme-colored {
    border-left: 3px solid #202C45;
}

blockquote.bg-theme-colored {
    border-left: 3px solid #101622;
    color: #fff;
}

    blockquote.bg-theme-colored footer {
        color: #eeeeee;
    }

blockquote.gray.bg-theme-colored {
    background-color: #eeeeee !important;
    border-left: 3px solid #202C45;
    color: #202C45;
}

    blockquote.gray.bg-theme-colored footer {
        color: #777777;
    }

.attorney-address li {
    border-left: 1px solid #202C45;
}

.section-title.title-border {
    border-left: 4px solid #202C45;
}
/* border-top-color */
.member-info {
    border-top: 3px outset #202C45;
}

.cssload-tri {
    border-top: 27px solid #202C45;
}
/* border-right-color */
.border-right-theme-color-2 {
    border-right: 1px solid #202C45;
}

.section-title.title-border.title-right {
    border-right: 4px solid #202C45;
}
/* border-bottom-color */
.event {
    border-bottom-color: #202C45;
}

.cssload-tri.cssload-invert {
    border-bottom: 27px solid #202C45;
}
/* box-shadow */
/*
 * btn-default: theme-color
 * -----------------------------------------------
*/
.btn-default.btn-theme-colored {
    color: #202C45;
    background-color: #fff;
    border-color: #202C45;
}

    .btn-default.btn-theme-colored:focus,
    .btn-default.btn-theme-colored.focus {
        color: #202C45;
        background-color: #e6e6e6;
        border-color: #000000;
    }

    .btn-default.btn-theme-colored:hover {
        color: #202C45;
        background-color: #e6e6e6;
        border-color: #0d111b;
    }

    .btn-default.btn-theme-colored:active,
    .btn-default.btn-theme-colored.active,
    .open > .dropdown-toggle.btn-default.btn-theme-colored {
        color: #202C45;
        background-color: #e6e6e6;
        border-color: #0d111b;
    }

        .btn-default.btn-theme-colored:active:hover,
        .btn-default.btn-theme-colored.active:hover,
        .open > .dropdown-toggle.btn-default.btn-theme-colored:hover,
        .btn-default.btn-theme-colored:active:focus,
        .btn-default.btn-theme-colored.active:focus,
        .open > .dropdown-toggle.btn-default.btn-theme-colored:focus,
        .btn-default.btn-theme-colored:active.focus,
        .btn-default.btn-theme-colored.active.focus,
        .open > .dropdown-toggle.btn-default.btn-theme-colored.focus {
            color: #202C45;
            background-color: #d4d4d4;
            border-color: #000000;
        }

    .btn-default.btn-theme-colored:active,
    .btn-default.btn-theme-colored.active,
    .open > .dropdown-toggle.btn-default.btn-theme-colored {
        background-image: none;
    }

    .btn-default.btn-theme-colored.disabled:hover,
    .btn-default.btn-theme-colored[disabled]:hover,
    fieldset[disabled] .btn-default.btn-theme-colored:hover,
    .btn-default.btn-theme-colored.disabled:focus,
    .btn-default.btn-theme-colored[disabled]:focus,
    fieldset[disabled] .btn-default.btn-theme-colored:focus,
    .btn-default.btn-theme-colored.disabled.focus,
    .btn-default.btn-theme-colored[disabled].focus,
    fieldset[disabled] .btn-default.btn-theme-colored.focus {
        background-color: #fff;
        border-color: #202C45;
    }

    .btn-default.btn-theme-colored .badge {
        color: #fff;
        background-color: #202C45;
    }

    .btn-default.btn-theme-colored:hover,
    .btn-default.btn-theme-colored:active,
    .btn-default.btn-theme-colored:focus {
        background-color: #202C45;
        border-color: #202C45;
        color: #fff;
    }
/*
 * btn-border
 * -----------------------------------------------
*/
.btn-border.btn-theme-colored {
    color: #202C45;
    background-color: #fff;
    border-color: #202C45;
}

    .btn-border.btn-theme-colored:focus,
    .btn-border.btn-theme-colored.focus {
        color: #202C45;
        background-color: #e6e6e6;
        border-color: #000000;
    }

    .btn-border.btn-theme-colored:hover {
        color: #202C45;
        background-color: #e6e6e6;
        border-color: #0d111b;
    }

    .btn-border.btn-theme-colored:active,
    .btn-border.btn-theme-colored.active,
    .open > .dropdown-toggle.btn-border.btn-theme-colored {
        color: #202C45;
        background-color: #e6e6e6;
        border-color: #0d111b;
    }

        .btn-border.btn-theme-colored:active:hover,
        .btn-border.btn-theme-colored.active:hover,
        .open > .dropdown-toggle.btn-border.btn-theme-colored:hover,
        .btn-border.btn-theme-colored:active:focus,
        .btn-border.btn-theme-colored.active:focus,
        .open > .dropdown-toggle.btn-border.btn-theme-colored:focus,
        .btn-border.btn-theme-colored:active.focus,
        .btn-border.btn-theme-colored.active.focus,
        .open > .dropdown-toggle.btn-border.btn-theme-colored.focus {
            color: #202C45;
            background-color: #d4d4d4;
            border-color: #000000;
        }

    .btn-border.btn-theme-colored:active,
    .btn-border.btn-theme-colored.active,
    .open > .dropdown-toggle.btn-border.btn-theme-colored {
        background-image: none;
    }

    .btn-border.btn-theme-colored.disabled:hover,
    .btn-border.btn-theme-colored[disabled]:hover,
    fieldset[disabled] .btn-border.btn-theme-colored:hover,
    .btn-border.btn-theme-colored.disabled:focus,
    .btn-border.btn-theme-colored[disabled]:focus,
    fieldset[disabled] .btn-border.btn-theme-colored:focus,
    .btn-border.btn-theme-colored.disabled.focus,
    .btn-border.btn-theme-colored[disabled].focus,
    fieldset[disabled] .btn-border.btn-theme-colored.focus {
        background-color: #fff;
        border-color: #202C45;
    }

    .btn-border.btn-theme-colored .badge {
        color: #fff;
        background-color: #202C45;
    }

    .btn-border.btn-theme-colored:hover,
    .btn-border.btn-theme-colored:active,
    .btn-border.btn-theme-colored:focus {
        background-color: #101622;
        border-color: #101622;
        color: #fff;
    }
/*
 * btn-dark
 * -----------------------------------------------
*/
.btn-dark.btn-theme-colored {
    color: #fff;
    background-color: #202C45;
    border-color: #202C45;
}

    .btn-dark.btn-theme-colored:focus,
    .btn-dark.btn-theme-colored.focus {
        color: #fff;
        background-color: #101622;
        border-color: #000000;
    }

    .btn-dark.btn-theme-colored:hover {
        color: #fff;
        background-color: #101622;
        border-color: #0d111b;
    }

    .btn-dark.btn-theme-colored:active,
    .btn-dark.btn-theme-colored.active,
    .open > .dropdown-toggle.btn-dark.btn-theme-colored {
        color: #fff;
        background-color: #101622;
        border-color: #0d111b;
    }

        .btn-dark.btn-theme-colored:active:hover,
        .btn-dark.btn-theme-colored.active:hover,
        .open > .dropdown-toggle.btn-dark.btn-theme-colored:hover,
        .btn-dark.btn-theme-colored:active:focus,
        .btn-dark.btn-theme-colored.active:focus,
        .open > .dropdown-toggle.btn-dark.btn-theme-colored:focus,
        .btn-dark.btn-theme-colored:active.focus,
        .btn-dark.btn-theme-colored.active.focus,
        .open > .dropdown-toggle.btn-dark.btn-theme-colored.focus {
            color: #fff;
            background-color: #05060a;
            border-color: #000000;
        }

    .btn-dark.btn-theme-colored:active,
    .btn-dark.btn-theme-colored.active,
    .open > .dropdown-toggle.btn-dark.btn-theme-colored {
        background-image: none;
    }

    .btn-dark.btn-theme-colored.disabled:hover,
    .btn-dark.btn-theme-colored[disabled]:hover,
    fieldset[disabled] .btn-dark.btn-theme-colored:hover,
    .btn-dark.btn-theme-colored.disabled:focus,
    .btn-dark.btn-theme-colored[disabled]:focus,
    fieldset[disabled] .btn-dark.btn-theme-colored:focus,
    .btn-dark.btn-theme-colored.disabled.focus,
    .btn-dark.btn-theme-colored[disabled].focus,
    fieldset[disabled] .btn-dark.btn-theme-colored.focus {
        background-color: #202C45;
        border-color: #202C45;
    }

    .btn-dark.btn-theme-colored .badge {
        color: #202C45;
        background-color: #fff;
    }
/*
 * btn-gray
 * -----------------------------------------------
*/
.btn-gray.btn-theme-colored {
    color: #fff;
    border-color: #88cbce;
}

    .btn-gray.btn-theme-colored:focus,
    .btn-gray.btn-theme-colored.focus {
        color: #fff;
        border-color: #88cbce;
    }

    .btn-gray.btn-theme-colored:hover {
        color: #fff;
        background-color: #202c45;
        border-color: #1d283e;
    }

    .btn-gray.btn-theme-colored:active,
    .btn-gray.btn-theme-colored.active,
    .open > .dropdown-toggle.btn-gray.btn-theme-colored {
        color: #fff;
        background-color: #202c45;
        border-color: #1d283e;
    }

        .btn-gray.btn-theme-colored:active:hover,
        .btn-gray.btn-theme-colored.active:hover,
        .open > .dropdown-toggle.btn-gray.btn-theme-colored:hover,
        .btn-gray.btn-theme-colored:active:focus,
        .btn-gray.btn-theme-colored.active:focus,
        .open > .dropdown-toggle.btn-gray.btn-theme-colored:focus,
        .btn-gray.btn-theme-colored:active.focus,
        .btn-gray.btn-theme-colored.active.focus,
        .open > .dropdown-toggle.btn-gray.btn-theme-colored.focus {
            color: #fff;
            background-color: #151c2d;
            border-color: #080b11;
        }

    .btn-gray.btn-theme-colored:active,
    .btn-gray.btn-theme-colored.active,
    .open > .dropdown-toggle.btn-gray.btn-theme-colored {
        background-image: none;
    }

    .btn-gray.btn-theme-colored.disabled:hover,
    .btn-gray.btn-theme-colored[disabled]:hover,
    fieldset[disabled] .btn-gray.btn-theme-colored:hover,
    .btn-gray.btn-theme-colored.disabled:focus,
    .btn-gray.btn-theme-colored[disabled]:focus,
    fieldset[disabled] .btn-gray.btn-theme-colored:focus,
    .btn-gray.btn-theme-colored.disabled.focus,
    .btn-gray.btn-theme-colored[disabled].focus,
    fieldset[disabled] .btn-gray.btn-theme-colored.focus {
        background-color: #304268;
        border-color: #304268;
    }

    .btn-gray.btn-theme-colored .badge {
        color: #304268;
        background-color: #fff;
    }
/*
 * btn-primary: theme-color
 * -----------------------------------------------
*/

.bx-para {
    color: #dfdedc;
}

.ft-text {
    color: #dfdedc !important;
}

.btn-theme-colored {
    color: #fff;
    border-color: #202C45;
}

    .btn-theme-colored:focus,
    .btn-theme-colored.focus {
        color: #fff;
        background-color: #101622;
        border-color: #000000;
    }

    .btn-theme-colored:hover {
        color: #fff;
        background-color: #101622;
        border-color: #0d111b;
    }

    .btn-theme-colored:active,
    .btn-theme-colored.active,
    .open > .dropdown-toggle.btn-theme-colored {
        color: #fff;
        background-color: #101622;
        border-color: #0d111b;
    }

        .btn-theme-colored:active:hover,
        .btn-theme-colored.active:hover,
        .open > .dropdown-toggle.btn-theme-colored:hover,
        .btn-theme-colored:active:focus,
        .btn-theme-colored.active:focus,
        .open > .dropdown-toggle.btn-theme-colored:focus,
        .btn-theme-colored:active.focus,
        .btn-theme-colored.active.focus,
        .open > .dropdown-toggle.btn-theme-colored.focus {
            color: #fff;
            background-color: #05060a;
            border-color: #000000;
        }

    .btn-theme-colored:active,
    .btn-theme-colored.active,
    .open > .dropdown-toggle.btn-theme-colored {
        background-image: none;
    }

    .btn-theme-colored.disabled:hover,
    .btn-theme-colored[disabled]:hover,
    fieldset[disabled] .btn-theme-colored:hover,
    .btn-theme-colored.disabled:focus,
    .btn-theme-colored[disabled]:focus,
    fieldset[disabled] .btn-theme-colored:focus,
    .btn-theme-colored.disabled.focus,
    .btn-theme-colored[disabled].focus,
    fieldset[disabled] .btn-theme-colored.focus {
        background-color: #202C45;
        border-color: #202C45;
    }

    .btn-theme-colored .badge {
        color: #202C45;
        background-color: #fff;
    }
/*
 * btn-transparent
 * -----------------------------------------------
*/
.btn-transparent {
    background-color: transparent;
    color: #fff;
}

    .btn-transparent.btn-theme-colored {
        background-color: transparent;
    }

    .btn-transparent.btn-dark {
        background-color: #111111;
        border-color: #111111;
    }

        .btn-transparent.btn-dark:hover {
            background-color: #000000;
            border-color: #000000;
        }

        .btn-transparent.btn-dark.btn-theme-colored {
            background-color: #202C45;
            border-color: #202C45;
        }

            .btn-transparent.btn-dark.btn-theme-colored:hover {
                background-color: #101622;
                border-color: #101622;
            }

    .btn-transparent.btn-border {
        background-color: transparent;
        border-color: #eeeeee;
    }

        .btn-transparent.btn-border:hover {
            background-color: #eeeeee;
            color: #000;
        }

        .btn-transparent.btn-border.btn-theme-colored {
            background-color: transparent;
            border-color: #202C45;
        }

            .btn-transparent.btn-border.btn-theme-colored:hover {
                background-color: #202C45;
                color: #fff;
            }

.btn-gray.btn-transparent {
    background-color: #d3d3d3;
    color: #333333;
}

    .btn-gray.btn-transparent:hover {
        background-color: #ececec;
        color: #1a1a1a;
    }

    .btn-gray.btn-transparent.btn-theme-colored {
        background-color: #304268;
        color: #fff;
    }

        .btn-gray.btn-transparent.btn-theme-colored:hover {
            background-color: #f68522;
            color: #e6e6e6;
        }

.btn-hover-theme-colored:hover {
    background-color: #202C45;
    border-color: #202C45;
    color: #fff;
}
/*
 * Shortcode: styled-icons Theme Colored
 * -----------------------------------------------
*/
.icon-theme-colored a {
    color: #202C45;
}

.icon-theme-colored.icon-bordered a {
    border-color: #202C45;
}

    .icon-theme-colored.icon-bordered a:hover {
        background-color: #202C45;
        color: #fff;
    }

.icon-theme-colored.icon-dark a {
    background-color: #202C45;
    color: #fff;
}

    .icon-theme-colored.icon-dark a:hover {
        background-color: #101622;
        color: #e6e6e6;
    }

.icon-theme-colored.icon-dark.icon-bordered a {
    border-color: #202C45;
    color: #202C45;
}

    .icon-theme-colored.icon-dark.icon-bordered a:hover {
        background-color: #202C45;
        border-color: #202C45;
        color: #fff;
    }

.icon-theme-colored.icon-gray a {
    color: #202C45;
}

    .icon-theme-colored.icon-gray a:hover {
        color: #101622;
    }

.icon-theme-colored.icon-gray.icon-bordered a {
    color: #202C45;
}

    .icon-theme-colored.icon-gray.icon-bordered a:hover {
        background-color: #eeeeee;
        border-color: #eeeeee;
        color: #202C45;
    }

.icon-theme-colored a:hover {
    color: #101622;
}

.icon-hover-theme-colored a:hover {
    background-color: #202C45;
    border-color: #202C45;
    color: #fff;
}

.styled-icons.icon-hover-theme-colored a:hover {
    background-color: #202C45;
    border-color: #202C45;
    color: #fff;
}
/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/
.icon-box.iconbox-theme-colored .icon {
    color: #202C45;
}

    .icon-box.iconbox-theme-colored .icon.icon-border-effect::after {
        box-shadow: 0 0 0 3px #202C45;
    }

    .icon-box.iconbox-theme-colored .icon.icon-bordered {
        border-color: #202C45;
    }

        .icon-box.iconbox-theme-colored .icon.icon-bordered:hover {
            background-color: #202C45;
            color: #fff;
        }

    .icon-box.iconbox-theme-colored .icon.icon-gray:hover {
        background-color: #202C45;
        color: #fff;
    }

    .icon-box.iconbox-theme-colored .icon.icon-gray.icon-bordered {
        border-color: #eeeeee;
    }

        .icon-box.iconbox-theme-colored .icon.icon-gray.icon-bordered:hover {
            background-color: #202C45;
            border-color: #202C45;
            color: #fff;
        }

    .icon-box.iconbox-theme-colored .icon.icon-dark {
        background-color: #202C45;
        color: #fff;
    }

        .icon-box.iconbox-theme-colored .icon.icon-dark:hover {
            color: #fff;
        }

        .icon-box.iconbox-theme-colored .icon.icon-dark.icon-bordered {
            background-color: transparent;
            border-color: #202C45;
            color: #202C45;
        }

            .icon-box.iconbox-theme-colored .icon.icon-dark.icon-bordered:hover {
                background-color: #202C45;
                border-color: #202C45;
                color: #fff;
            }

    .icon-box.iconbox-theme-colored .icon.icon-white {
        background-color: #fff;
        color: #202C45;
    }

        .icon-box.iconbox-theme-colored .icon.icon-white:hover {
            background-color: #202C45;
            color: #fff;
        }

        .icon-box.iconbox-theme-colored .icon.icon-white.icon-bordered {
            background-color: transparent;
            border-color: #202C45;
            color: #fff;
        }

            .icon-box.iconbox-theme-colored .icon.icon-white.icon-bordered:hover {
                background-color: #202C45;
                border-color: #202C45;
                color: #fff;
            }

.icon-box.iconbox-theme-colored.iconbox-border {
    border-color: #202C45;
}


/*Change icons size here*/
.social-icons .fa {
    font-size: 1.8em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa {
    border-radius: 50%;
}

.social-icons.icon-rounded .fa {
    border-radius: 5px;
}

.social-icons.icon-flat .fa {
    border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
    color: #FFF;
    -webkit-box-shadow: 1px 1px 3px #333;
    -moz-box-shadow: 1px 1px 3px #333;
    box-shadow: 1px 1px 3px #333;
}

.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active {
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
}

.social-icons .fa-adn {
    background-color: #504e54;
}

.social-icons .fa-apple {
    background-color: #aeb5c5;
}

.social-icons .fa-android {
    background-color: #A5C63B;
}

.social-icons .fa-bitbucket, .social-icons .fa-bitbucket-square {
    background-color: #003366;
}

.social-icons .fa-bitcoin, .social-icons .fa-btc {
    background-color: #F7931A;
}

.social-icons .fa-css3 {
    background-color: #1572B7;
}

.social-icons .fa-dribbble {
    background-color: #F46899;
}

.social-icons .fa-dropbox {
    background-color: #018BD3;
}

.social-icons .fa-facebook, .social-icons .fa-facebook-square {
    background-color: #3C599F;
}

.social-icons .fa-flickr {
    background-color: #FF0084;
}

.social-icons .fa-foursquare {
    background-color: #0086BE;
}

.social-icons .fa-github, .social-icons .fa-github-alt, .social-icons .fa-github-square {
    background-color: #070709;
}

.social-icons .fa-google-plus, .social-icons .fa-google-plus-square {
    background-color: #CF3D2E;
}

.social-icons .fa-html5 {
    background-color: #E54D26;
}

.social-icons .fa-instagram {
    background-color: #A1755C;
}

.social-icons .fa-linkedin, .social-icons .fa-linkedin-square {
    background-color: #0085AE;
}

.social-icons .fa-linux {
    background-color: #FBC002;
    color: #333;
}

.social-icons .fa-maxcdn {
    background-color: #F6AE1C;
}

.social-icons .fa-pagelines {
    background-color: #241E20;
    color: #3984EA;
}

.social-icons .fa-pinterest, .social-icons .fa-pinterest-square {
    background-color: #CC2127;
}

.social-icons .fa-renren {
    background-color: #025DAC;
}

.social-icons .fa-skype {
    background-color: #01AEF2;
}

.social-icons .fa-stack-exchange {
    background-color: #245590;
}

.social-icons .fa-stack-overflow {
    background-color: #FF7300;
}

.social-icons .fa-trello {
    background-color: #265A7F;
}

.social-icons .fa-tumblr, .social-icons .fa-tumblr-square {
    background-color: #314E6C;
}

.social-icons .fa-twitter, .social-icons .fa-twitter-square {
    background-color: #32CCFE;
}

.social-icons .fa-vimeo-square {
    background-color: #229ACC;
}

.social-icons .fa-vk {
    background-color: #375474;
}

.social-icons .fa-weibo {
    background-color: #D72B2B;
}

.social-icons .fa-windows {
    background-color: #12B6F3;
}

.social-icons .fa-youtube, .social-icons .fa-youtube-play, .social-icons .fa-youtube-square {
    background-color: #C52F30;
}

.enquire-cta {
    position: fixed;
    top: 58%;
    right: -56px;
    font-size: 20px;
}

    .enquire-cta a {
        background-image: linear-gradient(to right, #2ab3bb 0%, #2ab3bb 0%, #219fa7 100%);
        display: block;
        transform: rotate( -90deg );
        color: #fff;
        padding: 10px 15px;
        border-radius: 10px 10px 0px 0px;
    }

.enquire-cta2 {
    position: fixed;
    top: 34%;
    right: -56px;
    font-size: 20px;
}

    .enquire-cta2 a {
        background-image: linear-gradient(to right, #2ab3bb 0%, #2ab3bb 0%, #019297 100%);
        display: block;
        transform: rotate( -90deg );
        color: #fff;
        padding: 10px 15px;
        border-radius: 10px 10px 0px 0px;
    }

.enquire-cta-head {
    position: fixed;
    top: 34%;
    left: -11px;
}

    .enquire-cta-head a {
        display: block;
        transform: rotate( -360deg );
        color: #fff;
        padding: 4px 10px;
        border-radius: 50px;
    }

.login-page-logo img {
    height: 147px;
    margin-bottom: -32px !important;
}

.login-signup-text {
    text-align: center;
    margin-top: 20px;
}

.pulse {
    position: fixed !important;
    bottom: 0%;
    left: 3%;
    transform: translate(-50%, -50%);
    background: #1e9f05;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    font-size: 40px;
    z-index: 1;
}

    .pulse:before,
    .pulse:after {
        content: " ";
        display: block;
        position: absolute;
        border: 50%;
        border: 1px solid #31e304;
        left: -20px;
        right: -20px;
        top: -20px;
        bottom: -20px;
        border-radius: 50%;
        animation: animate 1.5s linear infinite;
        opacity: 0;
        backface-visibility: hidden;
    }

    .pulse:after {
        animation-delay: .5s;
    }


@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

/*------------------------------------------------- app bundle css ----------------------------------------------*/



.discover--india-main .discover--india-inner, .discover--india-main .discover--india-inner .left--section .event--box .event--caption .event--link, .discover--india-main .discover--india-inner .right--section .discover--india-cont .know--more-link .btn--link, .explore--programme-wrap .programme--inner, .five--steps ul, .five--steps ul li:first-child, .menu-mobile--container .close-menu--bar a, .menu-mobile--container .mobile--sidebar-withlogin .profile--user, .menu-mobile--container .social ul, .menu-mobile--main-menu li, .menu-mobile--main-menu li a, .mobile_menu_wrapper .mobile--header-main, .mobile_menu_wrapper .mobile--header-main .mobile--right-menu, .mobile_menu_wrapper .mobile--header-main .mobile--right-menu .mobile--search-bar .sliding-panel-outer, .overlay-menu .menu .profile--user, .sidebar--headphone, .sidebar--headphone .headphone--icon, .sideMenu, .sliding-panel-outer .sliding-panel-inner, .submit--application-wrap .important-slider .application--inner .application--caption, .testimonial--wrapper .testimonial--slider-box .testimonial--slides .testimonial--card, .testimonial--wrapper .testimonial--slider-box .testimonial--slides .testimonial--card .item .location, footer .footer--content-left, footer .footer--content-left .innter-wrap, footer .footer--content-list.contacts ul li, footer .footer--content-wrap, footer .footer--copyrights-wrap .copyrights-content, footer .footer--copyrights-wrap .copyrights-content ul, footer .footer--social-media li.instagram--icon a, footer .footer--social-media ul, header.header .main--header-wrap .main--header-main, header.header .main--header-wrap .main--header-main ul.social--icons, header.header .menu_navbar .menu--navbar-inner, header.header .menu_navbar .menu--navbar-inner .navigation {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .btn, .discover--india-main .discover--india-inner, .discover--india-main .discover--india-inner .left--section .event--box .event--caption .event--link, .discover--india-main .discover--india-inner .right--section .discover--india-cont .know--more-link .btn--link, .explore--programme-wrap .programme--inner, .five--steps ul li:first-child, .menu-mobile--container .close-menu--bar a, .menu-mobile--container .mobile--sidebar-withlogin .profile--user, .menu-mobile--main-menu li, .menu-mobile--main-menu li a, .mobile_menu_wrapper .mobile--header-main, .mobile_menu_wrapper .mobile--header-main .mobile--right-menu, .mobile_menu_wrapper .mobile--header-main .mobile--right-menu .mobile--search-bar .sliding-panel-outer, .overlay-menu .menu .profile--user, .sidebar--headphone, .sidebar--headphone .headphone--icon, .sliding-panel-outer .sliding-panel-inner, .submit--application-wrap .important-slider .application--inner .application--caption, .testimonial--wrapper .testimonial--slider-box .testimonial--slides .testimonial--card .item .location, footer .footer--content-wrap, footer .footer--social-media li.instagram--icon a, header.header .main--header-wrap .main--header-main, header.header .main--header-wrap .main--header-main ul.social--icons, header.header .menu_navbar .menu--navbar-inner, header.header .menu_navbar .menu--navbar-inner .navigation {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .btn, .five--steps ul li:first-child, .sidebar--headphone .headphone--icon, .testimonial--wrapper .testimonial--slider-box .testimonial--slides .testimonial--card .item .location, footer .footer--social-media li.instagram--icon a {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .discover--india-main .discover--india-inner, .explore--programme-wrap .programme--inner, .five--steps ul, .menu-mobile--main-menu li, .mobile_menu_wrapper .mobile--header-main, .mobile_menu_wrapper .mobile--header-main .mobile--right-menu, .mobile_menu_wrapper .mobile--header-main .mobile--right-menu .mobile--search-bar .sliding-panel-outer, .submit--application-wrap .important-slider .application--inner .application--caption, footer .footer--copyrights-wrap .copyrights-content, header.header .main--header-wrap .main--header-main, header.header .menu_navbar .menu--navbar-inner {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            font-family: "Poppins";
        }

            .discover--india-main .discover--india-inner .left--section .event--box .event--caption .event--link, .menu-mobile--container .close-menu--bar a, .sidebar--headphone, .sideMenu, .sliding-panel-outer .sliding-panel-inner {
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end
            }

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}


ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure, form {
    margin: 0
}

legend {
    border: 0;
    *margin-left: -7px
}


img {
    border-style: none
}


details {
    display: block
}

summary {
    display: list-item
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/gotham/Gotham-Book.eot);
    src: url(../fonts/gotham/Gotham-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/gotham/Gotham-Book.woff2) format("woff2"), url(../fonts/gotham/Gotham-Book.woff) format("woff"), url(../fonts/gotham/Gotham-Book.ttf) format("truetype"), url(../fonts/gotham/Gotham-Book.svg#Gotham-Book) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/gotham/GothamMedium.eot);
    src: url(../fonts/gotham/GothamMedium.eot?#iefix) format("embedded-opentype"), url(../fonts/gotham/GothamMedium.woff2) format("woff2"), url(../fonts/gotham/GothamMedium.woff) format("woff"), url(../fonts/gotham/GothamMedium.ttf) format("truetype"), url(../fonts/gotham/GothamMedium.svg#GothamMedium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/gotham/Gotham-Bold.eot);
    src: url(../assets/fonts/Gotham-Bold.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/Gotham-Bold.woff2) format("woff2"), url(../assets/fonts/Gotham-Bold.woff) format("woff"), url(../assets/fonts/Gotham-Bold.ttf) format("truetype"), url(../assets/fonts/Gotham-Bold.svg#Gotham-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/gotham/GothamBlack.eot);
    src: url(../fonts/gotham/GothamBlack.eot?#iefix) format("embedded-opentype"), url(../fonts/gotham/GothamBlack.woff2) format("woff2"), url(../fonts/gotham/GothamBlack.woff) format("woff"), url(../fonts/gotham/GothamBlack.ttf) format("truetype"), url(../fonts/gotham/GothamBlack.svg#GothamBlack) format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: study-india;
    src: url(../fonts/gotham/study-india.eot);
    src: url(../fonts/gotham/study-india.eot#iefix) format("embedded-opentype"), url(../fonts/gotham/study-india.ttf) format("truetype"), url(./.fonts/gotham/study-india.woff) format("woff"), url(../fonts/gotham/study-india.svg#study-india) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" sii-"], [class^=sii-] {
    font-family: study-india !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sii-close:before {
    content: ""
}

.sii-menu:before {
    content: ""
}

.sii-long-right-arrow:before {
    content: ""
}

.sii-instagram-new:before {
    content: ""
}

.sii-instagram-c:before {
    content: ""
}

.sii-YouTube-c .path1:before {
    content: "";
    color: red
}

.sii-YouTube-c .path2:before {
    content: "";
    margin-left: -1em;
    color: #fff
}

.sii-facebook-c .path1:before {
    content: "";
    color: #3b5998
}

.sii-facebook-c .path2:before {
    content: "";
    margin-left: -1em;
    color: #fff
}

.sii-twitter-c .path1:before {
    content: "";
    color: #26a6d1
}

.sii-twitter-c .path2:before {
    content: "";
    margin-left: -1em;
    color: #fff
}

.sii-instagram:before {
    content: ""
}

.sii-youtube:before {
    content: ""
}

.sii-facebook:before {
    content: ""
}

.sii-search:before {
    content: ""
}

.sii-twitter:before {
    content: ""
}

.sii-phone:before {
    content: ""
}

.sii-miscall:before {
    content: ""
}

.sii-whatsapp:before {
    content: ""
}

.sii-left-arrow:before {
    content: "\f104";
    font: normal normal normal 32px/1 FontAwesome;
}

.sii-right-arrow:before {
    content: "\f105";
    font: normal normal normal 32px/1 FontAwesome;
}

.sii-application:before {
    content: ""
}

.sii-budget:before {
    content: ""
}

.sii-company:before {
    content: ""
}

.sii-departure:before {
    content: ""
}

.sii-email:before {
    content: ""
}

.sii-facebook-message:before {
    content: ""
}

.sii-headphone:before {
    content: ""
}

.sii-map-pin:before {
    content: ""
}

.sii-office-building:before {
    content: ""
}

.sii-phone:before {
    content: ""
}

.sii-register:before {
    content: ""
}

.sii-result:before {
    content: ""
}

.sii-right-arrow-more:before {
    content: ""
}

.sii-triangle-right:before {
    content: ""
}

.link {
    text-decoration: underline
}

p {
    font-size: 1.0em;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: "Poppins";
}

h1, h2, h3 {
    font-weight: 500;
    font-size: 2.0rem;
    margin-bottom: 10px;
}

h3 {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-top: 20px;
}

h4, h5, h6 {
    font-weight: 100;
}

h5 {
    font-size: 1.3rem;
}

img, svg {
    max-width: 100%
}

img {
    vertical-align: middle
}

    img.center {
        margin: 0 auto;
        display: block
    }
/*------------------------------------- font icons Start -------------------------------------------------
:after, :before {
	font-family: study-india
}
------------------------------------- font icons End -------------------------------------------------*/

.container--responsive {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

.container--responsive-updates {
    width: 100%;
    margin: 0 auto
}

.slick-vertical .slick-slide {
    border: 0 !important
}

.text--left {
    text-align: left
}

.text--center {
    text-align: center
}

.text--right {
    text-align: right
}

.btn {
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 14px 30px;
    background-color: #ffc20e;
    border-radius: 8px;
    color: #fff;
    outline: 0;
    border: 0;
    text-transform: capitalize;
    font: 400 1.25em "Poppins";
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 500;
}

.btn-discipline {
    padding: 14px 19px;
    background-color: #00666A;
    border-radius: 33px;
    color: #d9d9d9;
    outline: 0;
    border: 0;
    text-transform: capitalize;
    font: 500 15px "Poppins";
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: -7px -6px 10px rgb(21 114 118), 6px 6px 10px rgb(0 0 0 / 20%);
    box-shadow: -7px -6px 10px rgb(21 114 118), 6px 6px 10px rgb(0 0 0 / 20%);
}

    .btn-discipline:hover {
        background: linear-gradient(135deg, #ffc92a, #e6ac00);
        color: #ffffff;
        font-weight: 500;
        transition: all .5s;
    }

        .btn-discipline:hover i {
            color: #FFE495;
        }

    .btn-discipline:focus {
        padding: 14px 30px;
        background-color: #ffc20e;
        border-radius: 33px;
        color: #fff;
        outline: 0;
        border: 0;
        text-transform: capitalize;
        font: 100 15px "Poppins";
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-box-shadow: -7px -6px 10px rgb(21 114 118), 6px 6px 10px rgb(0 0 0 / 20%);
        box-shadow: -7px -6px 10px rgb(21 114 118), 6px 6px 10px rgb(0 0 0 / 20%);
    }


.btn.full {
    width: 100%
}

.btn a {
    color: #fff
}

.btn-primary {
    background-image: -o-linear-gradient(2deg, #009297 0, #3bc6cd 100%);
    background-image: linear-gradient(88deg, #009297, #3bc6cd);
}

    .btn-primary:hover {
        background-image: -o-linear-gradient(2deg, #3bc6cd 0, #009297 100%);
        background-image: linear-gradient(88deg, #3bc6cd, #009297)
    }

    .btn-primary:active, .btn-primary:focus {
        background-color: #f68623;
        background-image: inherit
    }

.btn--border-blue {
    background-color: rgba(0,0,0,0);
    border: 2px solid;
    background-image: -o-linear-gradient(2deg, #6bd1bc 0, #5bc9e2 100%, #56e8f2 100%);
    background-image: linear-gradient(88deg, #6bd1bc, #5bc9e2 100%, #56e8f2 0);
    color: #2aa5ab;
    padding: 17px 40px;
    border-radius: 37px;
    background: -o-linear-gradient(left, #009197 0, #7fbbc3 100%);
    background: -webkit-gradient(linear, left top, right top, from(#009197), to(#7fbbc3));
    background: linear-gradient(90deg, #009197 0, #7fbbc3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0)
}

    .btn--border-blue:hover {
        background-image: -o-linear-gradient(2deg, #009297 0, #3bc6cd 100%);
        background-image: linear-gradient(88deg, #009297, #3bc6cd);
        color: #fff;
        -webkit-background-clip: inherit;
        -webkit-text-fill-color: inherit
    }

    .btn--border-blue:active, .btn--border-blue:focus {
        background-color: #f68623;
        border: 2px solid #f68623;
        color: #fff;
        background-image: inherit
    }

.btn--border-white {
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    color: #2aa5ab;
    padding: 17px 40px;
    color: #fff;
    border-radius: 37px
}

    .btn--border-white:hover {
        background-color: #fff;
        color: #2aa5ab
    }

    .btn--border-white:active, .btn--border-white:focus {
        background-color: #f68623;
        border: 1px solid #f68623;
        color: #fff
    }

.btn--link {
    font-size: 1.25em;
    color: #2aa5ab;
    font-weight: 500;
    text-transform: uppercase
}

    .btn--link:active, .btn--link:hover {
        color: #f68623
    }

.search--btn {
    padding: 17px 85px
}

.margin--b5 {
    margin-bottom: 5px
}

.margin--b10 {
    margin-bottom: 10px
}

.margin--b20 {
    margin-bottom: 20px
}

.margin--b30 {
    margin-bottom: 30px
}

.margin--b40 {
    margin-bottom: 40px !important
}

.margin--b50 {
    margin-bottom: 50px
}

.margin--b60 {
    margin-bottom: 60px
}

.margin--b80 {
    margin-bottom: 80px
}

.margin--b100 {
    margin-bottom: 100px
}

.margin--t10 {
    margin-top: 10px
}

.margin--t20 {
    margin-top: 20px
}

.margin--t30 {
    margin-top: 30px
}

.margin--t40 {
    margin-top: 40px
}

.padding--t50 {
    padding-top: 50px
}

.bg--white {
    background-color: #fff
}

.box--shadow {
    -webkit-box-shadow: 0 0 2px rgba(34,33,33,.4);
    box-shadow: 0 0 2px rgba(34,33,33,.4)
}

.section--title {
    color: #333;
    font-size: 2.313em;
    font-weight: 500;
    margin-bottom: 10px
}

.form-group {
    margin-bottom: 0px;
    position: relative
}

select::-ms-expand {
    display: none
}

.select, .select-text {
    position: relative;
    width: 100%
}

.select-text {
    font-family: inherit;
    cursor: pointer;
    border-radius: 15px;
    background-color: #f1f5f5;
    border: 1px solid #bbb;
    padding: 15px;
    color: #999;
    font-size: 1.0em
}

    .select-text option:first-child {
        display: none
    }

    .select-text:focus {
        outline: none
    }

.select .select-text {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none
}

.select:after {
    position: absolute;
    top: 59%;
    right: 23px;
    font-family: study-india;
    content: "";
    pointer-events: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #999
}

.select-label {
    color: #333;
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
    font-size: 1.0em
}

input {
    position: relative;
    font-family: inherit;
    width: 100%;
    border-radius: 15px;
    background-color: #f1f5f5;
    border: .48px solid #bbb;
    padding: 20px;
    color: #999;
    font-size: 1.0em
}

    input::-webkit-input-placeholder {
        color: #999
    }

    input::-moz-placeholder {
        color: #999
    }

    input:-ms-input-placeholder {
        color: #999
    }

    input::-ms-input-placeholder {
        color: #999
    }

    input::placeholder {
        color: #999
    }

.desktop {
    /* display: block; */
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

#scroll, .mobile {
    display: none
}

#scroll {
    position: fixed;
    right: 49px;
    bottom: 30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 3;
    line-height: 30px;
    text-align: center;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
}

.animated-menu {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-3px);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.resiter-loginbtn {
    border-top-left-radius: 40px !important;
}

.modal {
    max-width: 600px;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 150vh);
    -ms-transform: translate(-50%, 150vh);
    transform: translate(-50%, 150vh);
    z-index: 102;
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
    max-height: 90vh;
    overflow: hidden;
    border-radius: 20px
}

    .modal.show {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .modal .modal-content {
        padding: 50px;
        background-color: #fff;
        border-radius: 20px;
        overflow: hidden;
        overflow-y: scroll;
        height: 100%;
        max-height: 90vh
    }

        .modal .modal-content::-webkit-scrollbar {
            width: 5px
        }

        .modal .modal-content::-webkit-scrollbar-track {
            background: #bbb;
            border-radius: 50px
        }

        .modal .modal-content::-webkit-scrollbar-thumb {
            background: #2aa5ab;
            cursor: pointer;
            border-radius: 50px
        }

            .modal .modal-content::-webkit-scrollbar-thumb:hover {
                background: #0c2e30
            }

        .modal .modal-content .close {
            position: absolute;
            top: 0;
            cursor: pointer;
            right: 20px;
            font-size: 50px;
            color: #555;
            padding: 0;
            height: auto;
            background: rgba(0,0,0,0);
            border: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            line-height: normal;
            vertical-align: middle;
            z-index: 1
        }

    .modal.wide {
        max-width: 1200px
    }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    display: none
}

    .overlay.open, .overlay.show {
        display: block;
        opacity: 1;
        z-index: -1;
    }

header.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #ffffff;
}

    header.header .main--header-wrap {
        /* border-bottom: 1px solid #bbb; */
        padding: 5px 0px 5px 0px;
    }

.menu_navbar {
    background-color: #ffc20e;
}

.header-login-section {
    background-color: #009297;
    padding: 0px 25px 0px 25px;
    position: relative;
    top: 0px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    display: none;
}

header.header .main--header-wrap .main--header-main {
    /*padding: 15px 0*/
}

    header.header .main--header-wrap .main--header-main ul.social--icons li {
        padding-right: 15px
    }

        header.header .main--header-wrap .main--header-main ul.social--icons li a {
            font-size: 1.5em;
            color: #fff
        }

            header.header .main--header-wrap .main--header-main ul.social--icons li a:hover {
                font-size: 1.5em;
                color: #fff;
                border-bottom: 1px solid #ffc20e;
                padding-bottom: 10px;
            }

        header.header .main--header-wrap .main--header-main ul.social--icons li:last-child {
            /*padding-right: 0*/
        }

    header.header .main--header-wrap .main--header-main .moelogo {
        max-width: 325px;
    }

    header.header .main--header-wrap .main--header-main .siilogo {
        max-width: 200px
    }

header.header .menu_navbar .menu--navbar-inner {
    padding: 12px 0;
}

    header.header .menu_navbar .menu--navbar-inner li {
        text-transform: none;
        font-size: 1.0em;
        font-weight: 100;
        position: relative;
        padding-right: 30px;
    }

        header.header .menu_navbar .menu--navbar-inner li a {
            color: #4b5231;
            padding: 24px 0;
            font-weight: 600;
            margin-bottom: 15px;
        }

    header.header .menu_navbar .menu--navbar-inner .navigation li a:hover {
        color: #4B5231;
    }

    /*header.header .menu_navbar .menu--navbar-inner .navigation li a:hover {
	border-top:1px solid #ffc20e;
	transition: transform 0.5s ease-in-out 0.5s;
	color:#ffc20e;
}
/*header.header .menu_navbar .menu--navbar-inner .navigation li a:after {    
  background: none repeat scroll 0 0 transparent;
  top: 0;
  content: "";
  display: block;
  height: 1px;
  /*left: 0%;*/
    /*position: absolute;
  background: #ffc20e;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

header.header .menu_navbar .menu--navbar-inner .navigation li a:hover:after { 
  width: 10%; 
  /*left: 0;
  color:#ffc20e;
}*/

    header.header .menu_navbar .menu--navbar-inner .navigation li:last-child a {
        margin-right: 0
    }

    header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down {
        width: max-content;
        display: none;
        position: absolute;
        /*left: -78px;*/
        -webkit-box-shadow: 0 0 13.5px rgb(34 33 33 / 20%);
        box-shadow: 0 0 13.5px rgb(34 33 33 / 20%);
        margin-top: -3px;
    }

.sii-media-dd {
    left: -86px;
}

header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down li {
    font-size: .938em;
    margin: 1px 0px 1px 0px;
    background-color: #ffc20e;
}

.btn-header {
    font-size: 12px;
    padding: 16px;
    color: #004043;
    font-weight: 600;
}

    .btn-header:hover {
        /* box-shadow: inset 10px 10px 30px #00000029; */
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        background-color: #195255;
        color: #ffffff;
    }

.btn-rgt-rad {
    border-bottom-right-radius: 100px;
}

.btn-lft-rad {
    border-bottom-left-radius: 100px;
}

.thrive-banner-dots {
    position: absolute;
    bottom: 0%;
    left: 54%;
    z-index: 1;
}

header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down li.has-submenu a:after {
    content: "\e90d";
    font-family: study-india;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
}

header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down li.has-submenu:hover a:after {
    content: "\e90d";
    font-family: study-india;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .5s ease;
    /*content: "";
    width: 0;
    height: 0;
    border-bottom: 0 solid rgba(0,0,0,0);
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff;
    border-style: solid;
    border-width: 0 15px 15px;
    position: absolute;
    top: 50;
    margin: 0 auto;
    left: 318px;
    transform: rotate(90deg);*/
}

header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down li.has-submenu .sub-menu {
    display: none
}

    /*header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down li.has-submenu .sub-menu:before {
	content: "";
    width: 0;
    height: 0;
    border-bottom: 0 solid rgba(0,0,0,0);
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff;
    border-style: solid;
    border-width: 0 15px 15px;
    position: absolute;
    top: 70px;
    margin: 0 auto;
    left: -23px;
    transform: rotate(90deg);
}*/


    header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down li.has-submenu .sub-menu li a:after {
        content: none
    }

header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down li.has-submenu:hover .sub-menu {
    width: 180px;
    top: 0;
    background-color: #009297;
    position: absolute;
    left: 100%;
    -webkit-box-shadow: 0 0 13.5px rgba(34,33,33,.2);
    box-shadow: 0 0 13.5px rgba(34,33,33,.2);
}

header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down li a {
    color: #4b5231;
    display: block;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #ffc20e;
}

    header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down li a:hover {
        color: #004043;
        border-top: none;
        background-color: #ffc20e;
    }

header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down li:hover .sub-menu {
    display: block
}

header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down:before {
    /*content: "";*/
    width: 0;
    height: 0;
    border-bottom: 0 solid rgba(0,0,0,0);
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff;
    border-style: solid;
    border-width: 0 15px 15px;
    position: absolute;
    top: -6px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: -1;
}

header.header .menu_navbar .menu--navbar-inner .navigation li:hover .dropdown-down {
    display: block;
    top: calc(100% + 24px);
    padding: 0px 0;
    cursor: pointer;
}

header.header.header-scrolled {
    background-color: #009297;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    z-index: 500;
}

    header.header.header-scrolled .main--header-wrap {
        display: none
    }

    header.header.header-scrolled .menu_navbar .menu--navbar-inner .navigation li a, header.header.header-scrolled .sideMenu i {
        color: #4b5231;
    }

header.header.desktop--header.scrollUp {
    /*-webkit-transform: translateY(-150px);
	-ms-transform: translateY(-150px);
	transform: translateY(-150px)*/
}

.sideMenu {
    width: auto;
    cursor: pointer;
    position: absolute;
    right: 30px;
    padding: 8px 12px 4px 12px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    bottom: 12px;
}

    .sideMenu i {
        color: #fff;
        font-size: 1.8em;
        margin: 0 auto;
    }

.overlay-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    margin-top: 0;
    height: 100%;
    z-index: 9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 400px;
    -webkit-box-shadow: 0 0 13.5px rgba(34,33,33,.2);
    box-shadow: 0 0 13.5px rgba(34,33,33,.2);
    background-color: #fff
}

    .overlay-menu .closebtn {
        position: absolute;
        right: 30px;
        top: 40px
    }

    .overlay-menu .menu {
        padding: 2rem 0 0 3.5em;
        margin-top: 4rem;
        overflow-y: auto
    }

        .overlay-menu .menu .profile--user {
            margin-bottom: 40px;
            margin-top: -72px;
            z-index: 1;
            position: absolute;
        }

            .overlay-menu .menu .profile--user .profile--image {
                width: 70px;
                height: 70px;
                border-radius: 50%;
                border: 3px solid #2aa5ab;
                overflow: hidden
            }

                .overlay-menu .menu .profile--user .profile--image img {
                    width: 100%;
                    height: 100%;
                    border-radius: 40px
                }

            .overlay-menu .menu .profile--user .profile--name {
                margin-left: 20px
            }

                .overlay-menu .menu .profile--user .profile--name p {
                    font-size: 1.0em;
                    color: #2aa5ab;
                    font-weight: 700
                }

        .overlay-menu .menu .menu-mainmenu li {
            text-transform: uppercase;
            font-size: 1.25em;
            font-weight: 500;
            margin-bottom: 40px;
            font-family: "Poppins";
        }

            .overlay-menu .menu .menu-mainmenu li a {
                color: #999
            }

                .overlay-menu .menu .menu-mainmenu li a:hover {
                    color: #2aa5ab
                }

        .overlay-menu .menu .menu-mainmenu.profile--menu {
            border-bottom: 2px solid #ddd;
            margin-bottom: 55px
        }

body.nav_open .overlay-menu {
    right: 0;
    z-index: 999
}

.search {
    position: relative
}

.search-wrap {
    position: absolute;
    top: 10px;
    right: 130px;
    display: none;
    -webkit-transition: width 2s;
    -o-transition: width 2s;
    transition: width 2s
}

    .search-wrap input {
        width: 100%;
        height: 50px
    }

    .search-wrap.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: width 2s;
        -o-transition: width 2s;
        transition: width 2s
    }

        .search-wrap.active input {
            width: 100%
        }

.menu-mobile--container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    margin-top: 0;
    height: 100%;
    z-index: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    width: 70%;
    -webkit-filter: drop-shadow(0 0 13.5px rgba(34,33,33,.2));
    filter: drop-shadow(0 0 13.5px rgba(34,33,33,.2));
    background-color: #fff;
    padding: 25px 20px;
    overflow-y: scroll;
    overflow-x: hidden
}

    .menu-mobile--container.show {
        right: 0;
        z-index: 9999;
        display: block;
        overflow: hidden
    }

        .menu-mobile--container.show.active {
            overflow: hidden
        }

    .menu-mobile--container ul li {
        position: relative;
        height: auto;
        overflow: hidden;
        padding: 7px 9px
    }

    .menu-mobile--container a {
        height: auto;
        -webkit-tap-highlight-color: transparent
    }

    .menu-mobile--container span {
        font-size: 24px;
        padding-right: 16px;
        width: 50px;
        text-align: center
    }

    .menu-mobile--container .close-menu--bar a {
        width: 100%;
        text-align: center;
        text-decoration: none;
        position: relative;
        z-index: 9
    }

    .menu-mobile--container .close-menu--bar img {
        width: 30px
    }

    .menu-mobile--container .social {
        padding: 10px 10px 10px 10px;
        border-top: 1px solid #b9eaed;
        border-bottom: 1px solid #b9eaed;
        margin-top: 20px;
    }

        .menu-mobile--container .social ul li {
            padding: 0 30px 0 20px;
        }

            .menu-mobile--container .social ul li a {
                color: #13393b;
                font-size: 1.5em;
            }

    .menu-mobile--container .mobile--sidebar-withlogin .profile--user {
        margin-bottom: 20px;
        margin-top: -43px;
    }

        .menu-mobile--container .mobile--sidebar-withlogin .profile--user .profile--image {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
            border: 1px solid #2aa5ab
        }

            .menu-mobile--container .mobile--sidebar-withlogin .profile--user .profile--image img {
                width: 100%;
                height: 100%;
                border-radius: 40px
            }

        .menu-mobile--container .mobile--sidebar-withlogin .profile--user .profile--name {
            margin-left: 20px
        }

            .menu-mobile--container .mobile--sidebar-withlogin .profile--user .profile--name p {
                font-size: 1.0em;
                color: #2aa5ab;
                font-weight: 700
            }

.menu-mobile--main-menu {
    overflow: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 10px;
}

    .menu-mobile--main-menu.active > li {
        background-color: #b3f3f7;
    }

        .menu-mobile--main-menu.active > li:after {
            color: #fff
        }

        .menu-mobile--main-menu.active > li a {
            color: #000;
        }

            .menu-mobile--main-menu.active > li a i {
                color: #fff
            }

                .menu-mobile--main-menu.active > li a i:after {
                    height: 30px
                }

    .menu-mobile--main-menu.active li:before {
        width: 100%
    }

    .menu-mobile--main-menu li {
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }

        .menu-mobile--main-menu li.has-submenu:after {
            content: "\e90d";
            font-family: study-india;
            font-size: 12px;
            color: #000;
        }

.menu-mobile-3lev {
    float: right;
    font-size: 20px;
}

.menu-mobile--main-menu li a {
    font-size: 1em;
    width: 100%;
    font-weight: 100;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 400;
}

.menu-mobile--main-menu.inner-scroll {
    height: calc(90vh - 275px);
    padding: 15px 0 105px;
    border-bottom: none;
}

.menu-mobile--slide {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #b3f3f7;
    border-left: 1px solid rgba(0,0,0,.1);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
    transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
    -o-transition: transform .6s cubic-bezier(.785, .135, .15, .86);
    transition: transform .6s cubic-bezier(.785, .135, .15, .86);
    transition: transform .6s cubic-bezier(.785, .135, .15, .86), -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
    will-change: transform;
    overflow: hidden;
    overflow-y: scroll;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    z-index: 2;
}

    .menu-mobile--slide > li:first-child {
        font-size: 1em;
        font-weight: 400;
        padding: 20px 10px;
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        left: 0;
        /* background: #fff; */
    }

    .menu-mobile--slide li, .menu-mobile--slide li a {
        font-size: 1em;
        font-weight: 100;
        font-family: "Poppins";
    }

        .menu-mobile--slide li a {
            padding: 4px 0;
            display: block;
            color: #000000;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 500;
        }

        .menu-mobile--slide li .hidden--links {
            padding-left: 20px;
            display: none
        }

            .menu-mobile--slide li .hidden--links > ul > li:first-child {
                padding: 0 0 10px;
                font-size: .875em;
                font-weight: 400
            }

            .menu-mobile--slide li .hidden--links ul {
                padding-bottom: 20px
            }

                .menu-mobile--slide li .hidden--links ul li {
                    height: auto
                }

                    .menu-mobile--slide li .hidden--links ul li:before {
                        display: none
                    }

                    .menu-mobile--slide li .hidden--links ul li a {
                        padding: 5px 0;
                        height: unset
                    }

                .menu-mobile--slide li .hidden--links ul ul {
                    padding-bottom: 0
                }

.hamburger {
    position: relative;
    width: 25px;
    height: 20px;
    margin-right: 20px;
    display: none
}

.mobile_menu_wrapper {
    padding: 14px 15px;
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 101;
}

    .mobile_menu_wrapper .mobile--header-main .logo a {
        padding: 0 15px;
        position: relative;
        display: inline-block;
        border-right: 1px solid #fff
    }

        .mobile_menu_wrapper .mobile--header-main .logo a:first-child {
            padding-left: 0
        }

        .mobile_menu_wrapper .mobile--header-main .logo a:last-child {
            padding-right: 0;
            border-right: 0
        }

        .mobile_menu_wrapper .mobile--header-main .logo a img {
            max-width: 140px;
        }

    .mobile_menu_wrapper .mobile--header-main .mobile--right-menu .search--icon {
        margin-right: 15px
    }

        .mobile_menu_wrapper .mobile--header-main .mobile--right-menu .search--icon img {
            width: 20px
        }

    .mobile_menu_wrapper .mobile--header-main .mobile--right-menu .search-label a {
        color: #333;
        font-size: 20px
    }

    .mobile_menu_wrapper .mobile--header-main .mobile--right-menu .mobile--search-bar .sliding-panel-outer {
        padding: 10px 10px 8px
    }

        .mobile_menu_wrapper .mobile--header-main .mobile--right-menu .mobile--search-bar .sliding-panel-outer .sliding-panel-inner {
            width: 80%;
            max-width: 100%
        }

            .mobile_menu_wrapper .mobile--header-main .mobile--right-menu .mobile--search-bar .sliding-panel-outer .sliding-panel-inner form, .mobile_menu_wrapper .mobile--header-main .mobile--right-menu .mobile--search-bar .sliding-panel-outer .sliding-panel-inner form input {
                width: 100%
            }

        .mobile_menu_wrapper .mobile--header-main .mobile--right-menu .mobile--search-bar .sliding-panel-outer .close_icon {
            width: 18px;
            position: relative;
            right: 10px
        }

.menu-mobile--slide.show {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.menu-mobile--slide ul {
    padding-top: 80px;
}

.menu-mobile--slide li {
    padding: 0px 25px !important;
}

    .menu-mobile--slide li:before {
        background-color: inherit !important
    }

.menu-desktop--container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    margin-top: 0;
    height: 100%;
    z-index: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    width: 90%;
    -webkit-filter: drop-shadow(0 0 13.5px rgba(34,33,33,.2));
    filter: drop-shadow(0 0 13.5px rgba(34,33,33,.2));
    background-color: #fff;
    padding: 25px 20px;
    overflow-y: scroll;
    overflow-x: hidden
}

    .menu-desktop--container.show {
        right: 0;
        z-index: 100;
        display: block;
        overflow: hidden
    }

        .menu-desktop--container.show.active {
            overflow: hidden
        }

    .menu-desktop--container ul li {
        position: relative;
        height: auto;
        overflow: hidden;
        padding: 15px 10px
    }

    .menu-desktop--container a {
        height: auto;
        -webkit-tap-highlight-color: transparent
    }

    .menu-desktop--container span {
        font-size: 24px;
        padding-right: 16px;
        width: 50px;
        text-align: center
    }

    .menu-desktop--container .close-menu--bar a {
        width: 100%;
        text-align: center;
        text-decoration: none;
        position: relative;
        z-index: 9
    }

    .menu-desktop--container .close-menu--bar img {
        width: 30px
    }

    .menu-desktop--container .social {
        padding: 20px;
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
        margin-top: 20px
    }

        .menu-desktop--container .social ul li {
            padding: 0 30px 0 0
        }

            .menu-desktop--container .social ul li a {
                color: #2aa5ab;
                font-size: 1.5em
            }

    .menu-desktop--container .mobile--sidebar-withlogin .profile--user {
        margin-bottom: 20px
    }

        .menu-desktop--container .mobile--sidebar-withlogin .profile--user .profile--image {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
            border: 1px solid #2aa5ab
        }

            .menu-desktop--container .mobile--sidebar-withlogin .profile--user .profile--image img {
                width: 100%;
                height: 100%;
                border-radius: 40px
            }

        .menu-desktop--container .mobile--sidebar-withlogin .profile--user .profile--name {
            margin-left: 20px
        }

            .menu-desktop--container .mobile--sidebar-withlogin .profile--user .profile--name p {
                font-size: 1.0em;
                color: #2aa5ab;
                font-weight: 700
            }

.menu-desktop--main-menu {
    overflow: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    font-family: "Poppins";
}

    .menu-desktop--main-menu.active > li {
        background-color: #fff
    }

        .menu-desktop--main-menu.active > li:after {
            color: #fff
        }

        .menu-desktop--main-menu.active > li a {
            color: #fff
        }

            .menu-desktop--main-menu.active > li a i {
                color: #fff
            }

                .menu-desktop--main-menu.active > li a i:after {
                    height: 30px
                }

    .menu-desktop--main-menu.active li:before {
        width: 100%
    }

    .menu-desktop--main-menu li {
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        padding: 6px;
        display: flex;
    }

        .menu-desktop--main-menu li.has-submenu:after {
            content: "\e90d";
            font-family: study-india;
            font-size: 12px
        }

        .menu-desktop--main-menu li a {
            font-size: 1em;
            width: 100%;
            font-weight: 100;
            text-transform: uppercase;
            text-decoration: none;
            color: #999
        }

    .menu-desktop--main-menu.inner-scroll {
        padding: 15px 0 105px
    }

.menu-desktop--slide {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-left: 1px solid rgba(0,0,0,.1);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
    transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
    -o-transition: transform .6s cubic-bezier(.785, .135, .15, .86);
    transition: transform .6s cubic-bezier(.785, .135, .15, .86);
    transition: transform .6s cubic-bezier(.785, .135, .15, .86), -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
    will-change: transform;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    z-index: 2
}

    .menu-desktop--slide > li:first-child {
        font-size: 1em;
        font-weight: 400;
        padding: 20px 10px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        background: #fff
    }

    .menu-desktop--slide li, .menu-desktop--slide li a {
        font-size: 1em;
        font-weight: 100;
        font-family: "Poppins";
    }

        .menu-desktop--slide li a {
            padding: 4px 0;
            display: block;
            color: #999;
            text-decoration: none;
            text-transform: uppercase
        }

        .menu-desktop--slide li .hidden--links {
            padding-left: 20px;
            display: none
        }

            .menu-desktop--slide li .hidden--links > ul > li:first-child {
                padding: 0 0 10px;
                font-size: .875em;
                font-weight: 400
            }

            .menu-desktop--slide li .hidden--links ul {
                padding-bottom: 20px
            }

                .menu-desktop--slide li .hidden--links ul li {
                    height: auto
                }

                    .menu-desktop--slide li .hidden--links ul li:before {
                        display: none
                    }

                    .menu-desktop--slide li .hidden--links ul li a {
                        padding: 5px 0;
                        height: unset
                    }

                .menu-desktop--slide li .hidden--links ul ul {
                    padding-bottom: 0
                }

.hamburger {
    position: relative;
    width: 25px;
    height: 20px;
    margin-right: 20px;
    display: none
}

.menu-desktop_wrapper {
    padding: 20px 15px;
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.5);
    box-shadow: 0 0 7px rgba(0,0,0,.5)
}

    .menu-desktop_wrapper .mobile--header-main .logo a {
        padding: 0 15px;
        position: relative;
        display: inline-block;
        border-right: 1px solid #000
    }

        .menu-desktop_wrapper .mobile--header-main .logo a:first-child {
            padding-left: 0
        }

        .menu-desktop_wrapper .mobile--header-main .logo a:last-child {
            padding-right: 0;
            border-right: 0
        }

        .menu-desktop_wrapper .mobile--header-main .logo a img {
            max-width: 130px
        }

    .menu-desktop_wrapper .mobile--header-main .mobile--right-menu .search--icon {
        margin-right: 15px
    }

        .menu-desktop_wrapper .mobile--header-main .mobile--right-menu .search--icon img {
            width: 20px
        }

    .menu-desktop_wrapper .mobile--header-main .mobile--right-menu .search-label a {
        color: #333;
        font-size: 20px
    }

    .menu-desktop_wrapper .mobile--header-main .mobile--right-menu .mobile--search-bar .sliding-panel-outer {
        padding: 10px 10px 8px
    }

        .menu-desktop_wrapper .mobile--header-main .mobile--right-menu .mobile--search-bar .sliding-panel-outer .sliding-panel-inner {
            width: 80%;
            max-width: 100%
        }

            .menu-desktop_wrapper .mobile--header-main .mobile--right-menu .mobile--search-bar .sliding-panel-outer .sliding-panel-inner form, .menu-desktop_wrapper .mobile--header-main .mobile--right-menu .mobile--search-bar .sliding-panel-outer .sliding-panel-inner form input {
                width: 100%
            }

        .menu-desktop_wrapper .mobile--header-main .mobile--right-menu .mobile--search-bar .sliding-panel-outer .close_icon {
            width: 18px;
            position: relative;
            right: 10px
        }

.menu-desktop--slide.show {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.menu-desktop--slide ul {
    padding-top: 50px
}

.menu-desktop--slide li {
    padding: 8px 25px !important
}

    .menu-desktop--slide li:before {
        background-color: inherit !important
    }

.sliding-panel-outer {
    width: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    z-index: 5;
    padding: 15px 10px;
    -webkit-transition: all .5s;
    -o-transition: .5s all;
    transition: all .5s
}

    .sliding-panel-outer .sliding-panel-inner {
        max-width: 1280px;
        margin: 0 auto;
        width: 1280px
    }

        .sliding-panel-outer .sliding-panel-inner form {
            text-align: center;
            width: 100%;
            margin: 0 auto;
            position: relative
        }

            .sliding-panel-outer .sliding-panel-inner form input {
                width: 100%;
                height: 40px;
                border: 0;
                border-bottom: 1px solid #000;
                border-radius: 0;
                background-color: rgba(0,0,0,0);
                margin: 0 auto;
                display: block;
                position: relative;
                font-size: 1.25em;
                font-weight: 400;
                padding: 0 5px;
                line-height: 1.1;
                color: #333
            }

                .sliding-panel-outer .sliding-panel-inner form input::-webkit-input-placeholder {
                    color: #333
                }

                .sliding-panel-outer .sliding-panel-inner form input::-moz-placeholder {
                    color: #333
                }

                .sliding-panel-outer .sliding-panel-inner form input:-ms-input-placeholder {
                    color: #333
                }

                .sliding-panel-outer .sliding-panel-inner form input::-ms-input-placeholder {
                    color: #333
                }

                .sliding-panel-outer .sliding-panel-inner form input::placeholder {
                    color: #333
                }

            .sliding-panel-outer .sliding-panel-inner form .search-submit {
                font-size: 1.25em;
                font-weight: 700;
                line-height: 1.95;
                text-align: center;
                color: #000;
                padding: 0 5px;
                position: absolute;
                top: 1px;
                right: 0;
                background-color: #fff;
                cursor: pointer
            }

        .sliding-panel-outer .sliding-panel-inner .close_icon {
            position: relative;
            right: -16%;
            cursor: pointer
        }

    .sliding-panel-outer.active {
        top: 0
    }

footer {
    /* background-image: url(../images/footer-bg.jpg); */
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    color: #fff;
    background-color: #13393B;
    font-family: 'Poppins';
    z-index: 1;
    position: relative;
}

    footer .footer--content-wrap {
        padding: 0px 0
    }

    footer .footer--content-left {
        width: 100%;
        display: block;
    }

        footer .footer--content-left .innter-wrap .footer-text {
            color: #fff;
            font-size: 14px;
        }

        footer .footer--content-left .list-title {
            font-size: 14px;
            font-weight: 500;
            /* margin-bottom: 35px; */
            text-transform: uppercase;
        }

        footer .footer--content-left .footer--logo {
        }

            footer .footer--content-left .footer--logo img {
                max-width: 275px
            }

    footer .footer--content-right {
        width: 30%;
        text-align: center
    }

        footer .footer--content-right img {
            width: 85%
        }
    /*footer .footer--content-list {
	width: calc(33% - 50px);
	margin-right: 60px
}*/
    footer .footer--content-list:last-child {
        margin-right: 0
    }

    footer .footer--content-list ul li {
        font-size: 11px;
        color: #fff;
        margin-bottom: 15px
    }

        footer .footer--content-list ul li a {
            color: #fff;
            text-decoration: none;
            font-family: "Poppins";
        }

    footer .footer--content-list.faqs .faqs--inner ul li:before {
        content: "";
        color: #fff;
        font-size: .813em;
        margin-right: 10px;
        display: none;
    }

    footer .footer--content-list.contacts ul li {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

        footer .footer--content-list.contacts ul li span {
            margin-right: 10px
        }

        footer .footer--content-list.contacts ul li:last-child {
            margin-bottom: 0
        }

    footer .footer--content-list.contacts ul.footer-address li {
        margin-bottom: 32px;
        font-family: "Poppins";
    }

    footer .footer--social-media {
        /*margin-top: 76px*/
    }

        footer .footer--social-media ul li {
            margin-right: 10px;
            margin-bottom: 0
        }

            footer .footer--social-media ul li:last-child {
                margin-right: 0
            }

    footer .footer--copyrights-wrap {
        border-top: 1px solid #13393b;
        padding: 0px 0;
        background-color: #FDC800;
    }

        footer .footer--copyrights-wrap .copyrights-content ul li a {
            text-decoration: none;
            color: #13393b;
            font-size: 10px;
            padding: 0 10px;
            border-right: 1px solid #13393b;
            font-weight: 600;
        }

            footer .footer--copyrights-wrap .copyrights-content ul li a:last-child {
                border-right: 0
            }

    footer .footer--social-media li a {
        font-size: 3.125em
    }

    footer .footer--social-media li.instagram--icon a {
        color: #fff;
        background: -o-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888);
        width: 56px;
        height: 56px;
        font-size: 1.875em;
        border-radius: 50%
    }

        footer .footer--social-media li.instagram--icon a .sii-instagram-c {
            color: #fff
        }

.footer-color-black {
    color: #13393b !important;
    font-size: 12px;
    font-weight: 600;
}

.section--banner {
    position: relative;
}

    .section--banner .slider {
        margin-bottom: 0 !important
    }

    .section--banner .banner--caption {
        position: absolute;
        top: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-100%);
        left: 0;
        right: 0;
        text-align: center;
        /* background-color: rgb(255 255 255 / 52%); */
        width: 30%;
        height: 85px;
        padding-top: 10px;
        background: #ffffffa3;
        box-shadow: 0 8px 32px 0 rgb(31 38 135 / 31%);
        backdrop-filter: blur( 3px);
    }

    .section--banner .banner--ten-reason {
        position: absolute;
        top: 40%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        text-align: center;
        width: 100%;
    }

.banner-ten-reason {
    background-image: url(../images/ten-reasons/ten-reasons-main-banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 500px;
}

    .banner-ten-reason .headin-ten {
        position: absolute;
        top: 50%;
        left: 16%;
        text-align: center;
    }

    .banner-ten-reason .headin-ten-title {
        font-weight: bolder;
        font-size: 105px;
        color: #004043;
        line-height: 100px;
        text-align: center;
    }

    .banner-ten-reason .headin-ten-sub {
        font-size: 112px;
        font-weight: 100;
        color: #004043;
    }

.tr-banner-line {
    position: absolute;
    left: -5%;
    top: 28%;
    width: 464px;
}

.tr-banner-high-pen {
    position: absolute;
    left: -8%;
    bottom: 10%;
    width: 78px;
}

.tr-banner-pen {
    position: absolute;
    right: -8%;
    bottom: 10%;
    width: 83px;
}

.tr-banner-pplane {
    position: absolute;
    left: -4%;
    top: -2%;
    width: 88px;
}

.section--banner .banner--ten-reason .banner-title-ten-reason {
    font-size: 70px;
    line-height: 100px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.head-thin-ten {
    font-weight: bolder;
    font-size: 105px;
    color: #004043;
}

.head-this-ten-sii {
    font-size: 112px;
    font-weight: 100;
    color: #004043;
}

.section--banner .banner--caption .banner--title {
    font-size: 23px;
    line-height: 25px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    -webkit-filter: drop-shadow(9.994px -.349px 5px rgba(0,0,0,.19));
    filter: drop-shadow(9.994px -.349px 5px rgba(0,0,0,.19));
    margin-left: 175px;
}

.say-yes-text {
    font-size: 23px;
    text-align: left;
    position: relative;
    left: -33px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Poppins';
}

.section--banner .banner--caption .subtitle {
    color: #fff;
    font-weight: 100;
    font-size: 1.375em;
    -webkit-filter: drop-shadow(9.994px -.349px 5px rgba(0,0,0,.41));
    filter: drop-shadow(9.994px -.349px 5px rgba(0,0,0,.41))
}

.section--banner .slick-dots {
    bottom: auto;
    width: auto;
    right: 0;
    left: 0;
    top: auto;
    bottom: 140px;
    z-index: 3;
    text-align: center;
    margin: 0 auto
}

    .section--banner .slick-dots li {
        width: 14px;
        height: 14px;
        border-radius: 7px;
        background-color: #fff
    }

        .section--banner .slick-dots li.slick-active {
            background-color: #7fbcc4
        }

        .section--banner .slick-dots li:hover {
            background-color: #7fbcc4
        }

.section--banner .slick-slide .item {
    position: relative
}

    .section--banner .slick-slide .item img {
    }

.sidebar--headphone {
    width: 60px;
    height: 45px;
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
    -webkit-box-shadow: 9.994px -.349px 5px rgba(0,0,0,.15);
    box-shadow: 9.994px -.349px 5px rgba(0,0,0,.15);
    background-color: #fff;
    position: fixed;
    bottom: 20px;
    left: 0;
    padding: 5px;
    cursor: pointer;
    z-index: 4
}

    .sidebar--headphone .headphone--icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #2aa5ab
    }

        .sidebar--headphone .headphone--icon i {
            color: #fff;
            font-size: 2.5em
        }

    .sidebar--headphone:active .headphone--icon, .sidebar--headphone:hover .headphone--icon {
        background-color: #f68623
    }

.register--now-wrap, .student--login-wrap {
    position: relative;
    top: 98px;
    FONT-WEIGHT: 100;
    Display: inline;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: #ffc20e;
    cursor: pointer;
    z-index: 9;
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

    .register--now-wrap .form--text, .student--login-wrap .form--text {
        font-weight: 400;
        color: #fff;
        position: relative;
        font-size: 1.0em
    }

    .register--now-wrap:hover, .student--login-wrap:hover {
        background-color: #027478
    }

    .register--now-wrap:active, .register--now-wrap:focus, .student--login-wrap:active, .student--login-wrap:focus {
        background-color: #f68623
    }

.register--now-wrap {
    bottom: 65px;
    right: -55px;
    background-color: #2bb3ba
}

    .register--now-wrap:hover {
        background-color: #1d8f95
    }

    .register--now-wrap:active, .register--now-wrap:focus {
        background-color: #f68623
    }

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand:
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0,0,0,0)
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    /*background: #fff url(./assets/images/ajax-loader.gif) 50% no-repeat*/
}

@font-face {
    font-family: slick;
    src: url(../fonts/gotham/slick.eot);
    src: url(../fonts/gotham/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/gotham/slick.woff) format("woff"), url(../fonts/gotham/slick.ttf) format("truetype"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfont id='slick' horiz-adv-x='512'%3E%3Cfont-face font-family='slick' units-per-em='512' ascent='480' descent='-32'/%3E%3Cglyph unicode='→' d='M241 113l130 130c4 4 6 8 6 13s-2 9-6 13L241 399c-3 3-7 5-12 5s-10-2-13-5l-29-30c-4-3-6-7-6-12s2-10 6-13l87-88-87-88c-4-3-6-8-6-13s2-9 6-12l29-30c3-3 8-5 13-5s9 2 12 5zm234 143c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29s-77 9-110 29c-34 20-60 46-80 80-20 33-29 70-29 110s9 77 29 110c20 34 46 60 80 80 33 20 70 29 110 29s77-9 110-29c34-20 60-46 80-80 20-33 29-70 29-110z'/%3E%3Cglyph unicode='←' d='M296 113l29 30c4 3 6 7 6 12s-2 10-6 13l-87 88 87 88c4 3 6 8 6 13s-2 9-6 12l-29 30c-3 3-8 5-13 5s-9-2-12-5L141 269c-4-4-6-8-6-13s2-9 6-13l130-130c3-3 7-5 12-5s10 2 13 5zm179 143c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29s-77 9-110 29c-34 20-60 46-80 80-20 33-29 70-29 110s9 77 29 110c20 34 46 60 80 80 33 20 70 29 110 29s77-9 110-29c34-20 60-46 80-80 20-33 29-70 29-110z'/%3E%3Cglyph unicode='•' d='M475 256c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29s-77 9-110 29c-34 20-60 46-80 80-20 33-29 70-29 110s9 77 29 110c20 34 46 60 80 80 33 20 70 29 110 29s77-9 110-29c34-20 60-46 80-80 20-33 29-70 29-110z'/%3E%3Cglyph unicode='a' d='M475 439V311c0-5-1-9-5-13s-8-5-13-5H329c-8 0-13 3-17 11-3 7-2 14 4 20l40 39c-28 26-62 39-100 39-20 0-39-4-57-11-18-8-33-18-46-32-14-13-24-28-32-46-7-18-11-37-11-57s4-39 11-57c8-18 18-33 32-46 13-14 28-24 46-32 18-7 37-11 57-11 23 0 44 5 64 15 20 9 38 23 51 42 2 1 4 3 7 3s5-1 7-3l39-39c2-2 3-3 3-6 0-2-1-4-2-6-21-25-46-45-76-59-29-14-60-20-93-20-30 0-58 5-85 17s-51 27-70 47c-20 19-35 43-47 70s-17 55-17 85 5 58 17 85 27 51 47 70c19 20 43 35 70 47s55 17 85 17c28 0 55-5 81-15 26-11 50-26 70-45l37 37c6 6 12 7 20 4 8-4 11-9 11-17z'/%3E%3C/font%3E%3C/defs%3E%3C/svg%3E#slick") format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0,0,0,0);
    color: rgba(0,0,0,0);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none
}

    .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
        outline: none;
        background: rgba(0,0,0,0);
        color: rgba(0,0,0,0)
    }

        .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
            opacity: 1
        }

    .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
        opacity: .25
    }

    .slick-next:before, .slick-prev:before {
        font-family: slick;
        font-size: 20px;
        line-height: 1;
        color: #fff;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: 0px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0
    }

        .slick-dots li, .slick-dots li button {
            height: 20px;
            width: 20px;
            cursor: pointer
        }

            .slick-dots li button {
                border: 0;
                background: rgba(0,0,0,0);
                display: block;
                outline: none;
                line-height: 0;
                font-size: 0;
                color: rgba(0,0,0,0);
                padding: 5px
            }

                .slick-dots li button:focus, .slick-dots li button:hover {
                    outline: none
                }

                    .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                        opacity: 1
                    }

                .slick-dots li button:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "•";
                    width: 20px;
                    height: 20px;
                    font-family: slick;
                    font-size: 0;
                    line-height: 20px;
                    text-align: center;
                    color: #000;
                    opacity: .25;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale
                }

            .slick-dots li.slick-active button:before {
                color: #000;
                opacity: .75
            }

.submit--application-wrap {
    position: absolute;
    top: calc(100% - 69px);
    width: 100%
}

    .submit--application-wrap .submit--application-box {
        padding: 10px 17%;
        position: relative
    }

    .submit--application-wrap .important-slider .application--inner .application--caption p {
        font-size: 20px;
        font-weight: 400;
        margin-right: 20px;
    }

        .submit--application-wrap .important-slider .application--inner .application--caption p span {
            text-transform: uppercase;
            color: #ffffff;
            font-weight: 700
        }

    .submit--application-wrap .important-slider .slide-arrow {
        background: rgba(0,0,0,0);
        border: 0
    }

        .submit--application-wrap .important-slider .slide-arrow.next-arrow, .submit--application-wrap .important-slider .slide-arrow.prev-arrow {
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50%;
            position: absolute;
            left: -40px
        }

        .submit--application-wrap .important-slider .slide-arrow.next-arrow {
            right: -40px;
            left: auto
        }

        .submit--application-wrap .important-slider .slide-arrow i {
            color: #a1a1a1;
        }

.explore--programme-wrap {
    background-color: #f1f5f5;
    padding: 160px 0 100px
}

    .explore--programme-wrap .programme--inner .left--section {
        width: calc(50% - 100px)
    }

    .explore--programme-wrap .programme--inner .right--section {
        width: calc(50% - 20px)
    }

        .explore--programme-wrap .programme--inner .right--section .avail--scholarship {
            position: relative;
        }

.overlay--bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -o-linear-gradient(92deg, #009297 0, #3bc6cd 100%);
    background-image: linear-gradient(-2deg, #009297, #3bc6cd);
    opacity: .42;
    border-radius: 10px
}

.caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 90%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto
}

.scholarship--title {
    font-size: 2.313em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 30px;
    text-shadow: 4.997px -.174px 2.5px rgba(0,0,0,.14)
}

.scholarship--btn a {
    padding: 17px 60px;
}

.five--steps {
    margin-bottom: 100px;
    background-color: #fff;
    margin-top: 0px;
    border-top: 1px solid #f1f5f5;
}

    .five--steps ul {
        border-bottom: 2px solid #f1f5f5;
    }

        .five--steps ul li {
            position: relative;
            border-right: 2px solid #f1f5f5;
            width: 20%;
            text-align: center;
            display: block;
            overflow: hidden;
        }

            .five--steps ul li:first-child a {
                pointer-events: none;
            }

            .five--steps ul li:last-child {
                border-right: 0;
            }

            .five--steps ul li a {
                display: block;
                padding: 70px 0;
            }

                .five--steps ul li a:hover {
                    background-color: #f2feff;
                }

                    .five--steps ul li a:hover i {
                        color: #009197;
                    }

                .five--steps ul li a:active i,
                .five--steps ul li a:focus i {
                    color: #f68623
                }

            .five--steps ul li .step--heading {
                font-size: 1.75em;
                line-height: normal;
                color: #333;
                font-weight: 500
            }

            .five--steps ul li i {
                font-size: 3.5em;
                display: block;
                color: #3bc5cd;
                margin-bottom: 15px;
                cursor: pointer;
            }

            .five--steps ul li .step-list {
                text-transform: uppercase;
                font-size: 1.188em;
                line-height: normal;
                position: relative;
                z-index: 1;
                font-family: "Poppins";
                color: #000;
            }

.discover--india-main {
    margin-bottom: 80px;
    background-color: #fff;
}

.left--section {
    width: 50%;
    position: relative;
}

.event--box {
    position: relative;
    top: 0;
    left: 0;
    /*margin-left: -100%;*/
}

.event--image {
    width: 100%;
}

    .event--image img {
        height: 480px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        -o-object-position: right;
        object-position: right;
        border-top-right-radius: 10px;
    }

.event--caption {
    border-bottom-right-radius: 10px;
    background: #55b5b3;
    background: -o-linear-gradient(top, #55b5b3 0, #54b4b0 2%, #56b7b0 26%, #55b6ad 27%, #57b8a7 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#55b5b3), color-stop(2%, #54b4b0), color-stop(26%, #56b7b0), color-stop(27%, #55b6ad), to(#57b8a7));
    background: linear-gradient(180deg, #55b5b3 0, #54b4b0 2%, #56b7b0 26%, #55b6ad 27%, #57b8a7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#55b5b3", endColorstr="#57b8a7", GradientType=0);
    text-align: right;
    padding: 18px 20px;
}

.event--link {
    color: #fff;
    font-size: 1.75em;
    font-weight: 500;
}

.discover--india-main .discover--india-inner .left--section .event--box .event--caption .event--link i {
    margin-left: 25px;
    color: #fff;
    position: relative;
    font-size: 1.5em;
}
/* NF */
.blr-gdr {
    backdrop-filter backdrop-filter: blur(10px);
    background: rgba(0,0,0,0.8);
    backdrop-filter: saturate(180%) blur(10px);
}
/*.grd{background-image:
    linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)),
    url('./assets/images/banner-1.jpg');}*/ /* NFE */


@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .blr-gdr {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
}

.discover--india-main .discover--india-inner .right--section {
    width: calc(50% - 80px);
}

    .discover--india-main .discover--india-inner .right--section .discover--india-cont {
        max-width: 75%
    }

        .discover--india-main .discover--india-inner .right--section .discover--india-cont p {
            font-size: 1.0em;
            line-height: 25px;
            color: #333;
            margin-bottom: 40px;
            text-align: justify;
        }

        .discover--india-main .discover--india-inner .right--section .discover--india-cont .know--more-link .btn--link {
            margin-right: 20px
        }

        .discover--india-main .discover--india-inner .right--section .discover--india-cont .know--more-link i {
            margin-left: 25px;
            color: #2aa5ab;
            font-size: 1.75em
        }

        .discover--india-main .discover--india-inner .right--section .discover--india-cont .know--more-link:hover i {
            color: #f68623
        }

.testimonial--wrapper {
    margin-bottom: 120px
}

    .testimonial--wrapper .testimonial--slider-box .testimonial--slides {
        position: relative
    }

        .testimonial--wrapper .testimonial--slider-box .testimonial--slides:before {
            content: "";
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJUAAACbAgMAAAAWxjGsAAAACVBMVEV/u8NHcEx/u8O6rFypAAAAA3RSTlMyABdeSnDnAAACNklEQVRYw+3YTY6jMBAFYAeJBQfgCFnMnMJH8AIQmhXLOYYvkUNMn7LbBv8U8auqSGi6W2pWSfRB41c8qxMzH8fizb8ZHdakV94Y8xDZ3w9lRpGFi8lXW4My4r1tQXUii3/zJrHFqNh+a73ENh2zkd0lFleA0z3YvgKc7mtsXygeAmGdxJyQ7sH22AaJWSFdwu4SM5AdDalZawh+/zwynK4zFZtguqkhkcF0c0Mq1kg3NyQyOARPGBpCaYg1zBDWfHpkHqRbGlKxsTGidHpkKN1yemBwCOXzwNAQJsrQEKrTC7uBPLrEHEi3Gk5gaAOphhMYGoJtsTuTbmRoCJ4yPt2RMvAY7ad/sEVON7CJZR1l7BACW+UhFMYOITDHptsntsnpFsY94pFZeQiFoSHkbdDLQ8iMTzcwkC5pSGI9GMKQ2KIYQmbcPlMxbp+Jb/aFv6Xj0RpCZvkYn/eZyFaWzQKjDVEz12a0IZDRhgisz2xrM9oQgY0S23SMNsQay7FZYrQhPLvp2FCYbzPzAusldmoIz0aJ7c/R79QQzzJ8vMbWS5n7wmz7DGa/P/Pfn5nPuNoP+7/MX8rspWzTMadjq45NOrbQtw/AZiWjicyIkUQ6yMhSb5CRNQyQkYbfMXPoPwLKlucVtFi11oFjyzncNpv/HKv4dfoi8xx78/vOVcxeyjYdczq26tikY8t5BwE/fimZPe0gsyKRDjLaEMhoQyAjN9djRhqCGWkIZqQhDKsbwrC6IfYdJUz0dySwBxYAAAAASUVORK5CYII=);
            background-repeat: no-repeat;
            height: 125px;
            width: 125px;
            position: absolute;
            top: -80px;
            z-index: 2;
            background-size: cover;
            left: 40px
        }

        .testimonial--wrapper .testimonial--slider-box .testimonial--slides:after {
            content: "";
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJUAAACbAgMAAAAWxjGsAAAACVBMVEV/u8NHcEx/u8O6rFypAAAAA3RSTlMyABdeSnDnAAACPElEQVRYw+3YTW6DMBAF4AEpCw7AEXIPH4EFICsrH8WXyBGyaE9ZYuKfcf3GboOUtiqrKPpk8HsTSEILOi6Wbv61IsgsEV3rbFPUta3mlxOYurOhysyd9VU2UTxrlZ1rTFO8OIHNFC9OYKtjVGMLxT1IzMY9HMBM3OoBbM+3qzEdg5PYHIOT2BqDc+xi+1sDS6f+cw2jZ8mYgnzDaqXl3JjTyTMFlov5OpZO/ed8OSucNdbgWDr15RocS6e+XINj6dSX83UsnfrymO+dEtiD9TWkbMQ1KOJxgxpkFmrYmQGJTJwlU1/It/NMg+BCoCkjXMPOUL5rkV1hDY9Plpzv6JkFo6Q4k/M9e2ZEduIM1RCYXMPgmVxDYLOYb+eZnG8fblzimOcM1RCYEmvIGMr36hmqYeJsAjXsgY6eaVDDXGKohrNncg2ByXebwPIa3v2xJxCY5TUQOyJTEhsCM7ytJ9nE2+KsCyy7myM2t7GVl8pZH5/OX2F9lVlWKmRKYBSZaWMTGxHINOv+e8xS9uGosZWNCGSLzLKpRyyb+qdYfgyHsu4Hs/4VjP4Au/5+Nr5itX/2AmZfwdSRrG9jXRsb2tgJMZ7AuY2NiPH3F8QMv9MiNvEnFGKa7QCyld8JEFv4kwcyk54TM82eKJDFgG8lFr5HXx5vvC0iK/xW+TpbjmR9G+va2NDGTohlU9/GRsRUQx4bMw15bGxq2OjGdMMONjY3XNr9Z2y9A8dM/Zx3pqv73P82YVOPGZt6wD4AJh7z/VO4dDQAAAAASUVORK5CYII=);
            background-repeat: no-repeat;
            height: 125px;
            width: 125px;
            position: absolute;
            bottom: -50px;
            z-index: 2;
            background-size: cover;
            right: 40px
        }

        .testimonial--wrapper .testimonial--slider-box .testimonial--slides .slick-list {
            display: -webkit-box !important
        }

        .testimonial--wrapper .testimonial--slider-box .testimonial--slides .testimonial--card {
            margin: 0 30px;
            padding: 20px 0
        }

            .testimonial--wrapper .testimonial--slider-box .testimonial--slides .testimonial--card .item {
                border-radius: 12px;
                -webkit-box-shadow: 0 0 8px rgba(34,33,33,.17);
                box-shadow: 0 0 8px rgba(34,33,33,.17);
                background-color: #fff;
                padding: 32px 25px 60px
            }

                .testimonial--wrapper .testimonial--slider-box .testimonial--slides .testimonial--card .item .profile--image img {
                    margin: 0 auto
                }

                .testimonial--wrapper .testimonial--slider-box .testimonial--slides .testimonial--card .item .user--name {
                    color: #333;
                    font-size: 1.5em;
                    margin-bottom: 8px;
                    font-weight: 500;
                    font-family: "Poppins";
                }

                .testimonial--wrapper .testimonial--slider-box .testimonial--slides .testimonial--card .item .location {
                    margin-bottom: 40px;
                    font-family: "Poppins";
                }

                    .testimonial--wrapper .testimonial--slider-box .testimonial--slides .testimonial--card .item .location .map--icon {
                        margin-right: 8px
                    }

                        .testimonial--wrapper .testimonial--slider-box .testimonial--slides .testimonial--card .item .location .map--icon i {
                            color: #2aa5ab;
                            font-size: 1.25em
                        }

                    .testimonial--wrapper .testimonial--slider-box .testimonial--slides .testimonial--card .item .location .location--dtl {
                        color: #333;
                        font-size: 1em;
                        text-transform: capitalize
                    }

                .testimonial--wrapper .testimonial--slider-box .testimonial--slides .testimonial--card .item .testimonial--info {
                    color: #333;
                    font-size: 1.0em
                }

        .testimonial--wrapper .testimonial--slider-box .testimonial--slides .slide-arrow {
            border: 0
        }

            .testimonial--wrapper .testimonial--slider-box .testimonial--slides .slide-arrow.next-arrow, .testimonial--wrapper .testimonial--slider-box .testimonial--slides .slide-arrow.prev-arrow {
                top: 50%
            }

.common-wraper {
    padding: 80px 0
}

.common-slider .slide-arrow {
    background: rgba(0,0,0,0);
    border: 0
}

    .common-slider .slide-arrow.prev-arrow {
        position: absolute;
        left: -30px;
        top: 45%
    }

    .common-slider .slide-arrow.next-arrow {
        position: absolute;
        right: -30px;
        top: 45%
    }

    .common-slider .slide-arrow i {
        color: #ffffff;
        font-size: 1.25em;
    }

.section-title {
    font-size: 2.375em;
    text-align: center;
    padding: 50px 0
}

.blog--slider-wrap .slick-slide {
    margin: 0 10px;
}

.blog--slider-wrap .blog-box {
    position: relative;
    overflow: hidden
}

    .blog--slider-wrap .blog-box .img-hover-zoom {
        overflow: hidden;
        border-radius: 10px
    }

        .blog--slider-wrap .blog-box .img-hover-zoom .blog-img {
            width: 100%;
            border-radius: 10px;
            -webkit-transition: -webkit-transform .5s ease;
            transition: -webkit-transform .5s ease;
            -o-transition: transform .5s ease;
            transition: transform .5s ease;
            transition: transform .5s ease, -webkit-transform .5s ease
        }

        .blog--slider-wrap .blog-box .img-hover-zoom:hover .blog-img {
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5)
        }

    .blog--slider-wrap .blog-box .blog-title {
        font-size: 1.25em;
        line-height: 1.25;
        font-weight: 400;
        padding: 0 25px;
        text-align: center;
        margin-top: 20px
    }

.download--brochure-main {
    border-top: 1px solid #ddd
}

    .download--brochure-main .download--brochure-title {
        padding: 50px 0
    }

        .download--brochure-main .download--brochure-title .brochure-txt {
            color: #000;
            font-size: 2.188em;
            font-weight: 500
        }

            .download--brochure-main .download--brochure-title .brochure-txt span {
                color: #2aa5ab
            }

@media screen and (max-width:1440px) {
    .pure-material-textfield-outlined > input, .pure-material-textfield-outlined > textarea {
        padding: 8px 13px
    }

        .pure-material-textfield-outlined > input:not(:focus):-moz-placeholder-shown ~ span, .pure-material-textfield-outlined > textarea:not(:focus):-moz-placeholder-shown ~ span {
            line-height: 52px
        }

        .pure-material-textfield-outlined > input:not(:focus):-ms-input-placeholder ~ span, .pure-material-textfield-outlined > textarea:not(:focus):-ms-input-placeholder ~ span {
            line-height: 52px
        }

        .pure-material-textfield-outlined > input:not(:focus):placeholder-shown ~ span, .pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown ~ span {
            line-height: 52px
        }

    footer .footer--content-left .list-title {
        /*margin-bottom: 25px*/
    }

    .testimonial--wrapper .testimonial--slider-box .testimonial--slides .testimonial--card .item {
        padding: 32px 25px 70px
    }

    .blog--container-wrap {
        padding-top: 0
    }
}

@media not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance:none) {
        .pure-material-textfield-outlined > input, .pure-material-textfield-outlined > input ~ span, .pure-material-textfield-outlined > input ~ span:after, .pure-material-textfield-outlined > input ~ span:before, .pure-material-textfield-outlined > textarea, .pure-material-textfield-outlined > textarea ~ span, .pure-material-textfield-outlined > textarea ~ span:after, .pure-material-textfield-outlined > textarea ~ span:before {
            -webkit-transition-duration: .1s;
            -o-transition-duration: .1s;
            transition-duration: .1s
        }
    }
}


@media only screen and (max-width:1440px) {
    body {
        font-size: .875em;
        font-family: "Poppins";
    }

    #scroll {
        bottom: 20px
    }
    /*header.header .main--header-wrap .main--header-main, header.header .menu_navbar .menu--navbar-inner {
	/*padding: 10px 
}
header.header .menu_navbar .menu--navbar-inner .desktop--logo img {
	width: 170px
}
header.header .menu_navbar .menu--navbar-inner .navigation li {
	font-size: 1em
}
header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down {
	width: 250px;
	left: -94px
}
header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down li.has-submenu:hover .sub-menu {
	width: 100%
}
header.header .menu_navbar .menu--navbar-inner .navigation li .dropdown-down li a {
	padding: 10px 20px
}
header.header .menu_navbar .menu--navbar-inner .navigation li:hover .dropdown-down {
	padding: 33px 0
}*/
    .overlay-menu .closebtn img {
        width: 34px
    }

    .sliding-panel-outer {
        padding: 7px 10px 12px
    }

        .sliding-panel-outer .sliding-panel-inner {
            width: 100%;
            max-width: 1024px
        }

            .sliding-panel-outer .sliding-panel-inner .close_icon {
                right: -8%
            }

    footer .footer--content-left .innter-wrap .footer-text {
        font-size: 14px;
    }

    footer .footer--social-media {
        /*margin-top: 70px*/
        padding-top: 15px;
    }

        footer .footer--social-media li a {
            font-size: 2.5em
        }

        footer .footer--social-media li.instagram--icon a {
            width: 40px;
            height: 40px;
            font-size: 1.375em
        }

    .section--banner .banner--caption .banner--title {
        font-size: 23px;
        line-height: 25px;
        font-weight: 400;
    }

    .section--banner .slick-dots {
        bottom: 170px
    }

        .section--banner .slick-dots li {
            width: 12px;
            height: 12px
        }

    .submit--application-wrap .submit--application-box {
        padding: 10px 205px
    }

    .discover--india-main .discover--india-inner .left--section .event--box .event--image img {
        height: 440px
    }

    .discover--india-main .discover--india-inner .left--section .event--box .event--caption {
        padding: 12px 20px
    }

    .discover--india-main .discover--india-inner .right--section .discover--india-cont {
        max-width: 80%
    }
}

@media screen and (max-width:1024px) {
    .container--responsive {
        padding: 0 20px
    }

    .submit--application-wrap {
        top: calc(100% - 76px);
    }

    .btn {
        font-size: 1.0em
    }

    .btn-primary {
        padding: 15px 30px;
        border-radius: 30px
    }

    .btn--border-blue {
        padding: 15px 20px;
        border-radius: 30px
    }

    .btn--border-white {
        padding: 15px 30px;
        border-radius: 30px
    }

    .desktop {
        display: none
    }

    .mobile {
        display: block
    }

    header.header.desktop--header {
        display: none
    }

    .search-wrap input {
        height: 20px;
        border-radius: 5px
    }

    .search-wrap.active {
        width: 180px;
        top: 15px;
        right: 90px
    }

    .submit--application-wrap {
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto
    }

        .submit--application-wrap .important-slider .application--inner .application--caption {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .submit--application-wrap .important-slider .application--inner .application--caption p {
                text-align: center;
                font-size: 1.0em
            }

            .submit--application-wrap .important-slider .application--inner .application--caption .btn {
                margin-top: 30px
            }

                .submit--application-wrap .important-slider .application--inner .application--caption .btn a {
                    padding: 15px;
                    font-size: 1em
                }

        .submit--application-wrap .important-slider .slide-arrow.next-arrow, .submit--application-wrap .important-slider .slide-arrow.prev-arrow {
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    .testimonial--wrapper {
        margin-bottom: 50px
    }

    .common-wraper {
        padding: 50px 0
    }

    .common-slider .slide-arrow.prev-arrow {
        left: -10px
    }

    .common-slider .slide-arrow.next-arrow {
        right: -10px
    }

    .container-alumni {
        position: relative !important;
        width: 100% !important;
    }

    .alumni-quote {
        color: #ffefc1;
        font-size: 40px !important;
        margin-left: -25px;
    }

    .overlay-alumni p {
        font-size: 20px !important;
    }

    .image-alumni {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }

    .overlay-alumni {
        position: absolute !important;
        bottom: 100% !important;
        left: 0 !important;
        right: 0 !important;
        top: 102.8%;
        background-color: #ffffff !important;
        overflow: hidden !important;
        width: 100% !important;
        height: 0 !important;
        transition: .5s ease !important;
        border-image-source: linear-gradient(#ffffff, #cccccc) !important;
    }

    .container-alumni:hover .overlay-alumni {
        bottom: 0 !important;
        height: 100% !important;
    }

    .text-alumni {
        color: white !important;
        font-size: 20px !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        text-align: center !important;
    }

    /*--alumni right--*/

    .overlay-alumni-right {
        top: -103% !important;
        margin-left: 0px !important;
    }

    .alumni-quote-right {
        color: #ffefc1;
        font-size: 40px !important;
        margin-left: -25px;
    }

    .overlay-alumni-right p {
        font-size: 20px !important;
    }

    .container-alumni-right {
        margin-top: 16px;
    }
}

@media only screen and (max-width:768px) {
    .section--title {
        font-size: 1.875em;
        margin-bottom: 20px
    }
    /* .carousel-blog{
	display:none!important;
} */
    .blog-drag {
        height: 400px !important;
        padding: 0px !important;
    }

    .card-text-blog {
        position: inherit !important;
    }

    .card-blog {
        margin: 10px 15px;
    }

    .mobile-blog-footer {
        display: block !important;
    }

    .slider-blog {
        height: 222px !important;
    }

    .qf-slider-text p {
        width: 60% !important;
    }

    .col-sm-register {
        width: 50% !important;
    }

    .choose-discipline-hm {
        margin-left: 16%;
    }

    .qf-heading {
        font-size: 40px !important;
    }

    .banner-ten-reason .headin-ten-title {
        font-size: 62px;
    }

    .banner-ten-reason .headin-ten-sub {
        font-size: 67px;
    }

    .banner-ten-reason .headin-ten {
        left: 16%;
    }

    .btn-group-justified {
        display: none !important;
    }

    footer .footer--content-left .innter-wrap .footer-text {
        font-size: 1.0em
    }

        footer .footer--content-left .innter-wrap .footer-text br {
            display: none
        }

    footer .footer--content-left .footer--logo img {
        max-width: 215px
    }

    footer .footer--social-media {
        margin-top: 30px
    }

    .submit--application-wrap .submit--application-box {
        padding: 0px 120px
    }

    .five--steps ul li .step-list {
        font-size: 1.0em
    }

    .discover--india-main .discover--india-inner .left--section .event--box .event--image img {
        height: auto
    }

    .discover--india-main .discover--india-inner .right--section {
        width: 100%;
        padding: 30px 20px
    }

        .discover--india-main .discover--india-inner .right--section .discover--india-cont {
            max-width: 100%
        }

            .discover--india-main .discover--india-inner .right--section .discover--india-cont p {
                font-size: 1.063em;
                line-height: 23px
            }
}

@media only screen and (max-width:500px) {
    .modal {
        top: 0;
        left: 0;
        -webkit-transform: translateY(150vh);
        -ms-transform: translateY(150vh);
        transform: translateY(150vh);
        border-radius: 0;
        max-height: 100vh
    }

        .modal.show {
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0)
        }

        .modal .modal-content {
            padding: 50px 30px;
            max-height: 100vh;
            border-radius: 0
        }
}

@media only screen and (min-width:1025px) {
    .menu-mobile--container, .mobile_menu_wrapper {
        display: none
    }

    .btn-group-justified {
        display: none !important;
    }
}

@media only screen and (max-width:376px) {
    .mobile_menu_wrapper .mobile--header-main .logo a {
        padding: 0 5px
    }
}

@media only screen and (max-width:360px) {
    .mobile_menu_wrapper .mobile--header-main .logo a img {
        width: 110px
    }
}

@media only screen and (max-width:1024px) {
    .hamburger {
        display: block;
        margin-right: 0;
        cursor: pointer;
    }

    .breadcrumb-space {
        margin-top: 17px !important;
    }

    .hi-culture-dance {
        position: relative !important;
    }

    .parachute {
        right: 15% !important;
        top: 20% !important;
        width: 85px;
    }

    .drone {
        width: 120px;
    }

    .mechanic {
        width: 75px;
    }

    .text-animate-slider p {
        width: 38% !important;
    }

    .testimonial-bg {
        left: 17% !important;
        top: -3% !important;
    }

    .ml-30-syc {
        margin-left: 10px !important;
    }

    .ten-reason-heading {
        font-size: 1.8rem;
    }

    .cd-half-block:nth-of-type(2) {
        padding: 2em 2% !important;
    }

    .cd-half-number {
        font-size: 72px;
        font-weight: 700;
        color: #FFF0C2;
        position: absolute;
        top: 2%;
        left: 0%;
        z-index: -1;
    }

    .container-five-steps .card-five-steps .face.face1 {
        transform: translateX(70px) !important;
        height: 200px !important;
        text-align: center;
        width: 200px;
    }
    /* .container-five-steps .card-five-steps:hover .face.face1{
    background: #009297;
    transform: translateY(50px);
    box-shadow: inset 10px 10px 99px #00000029;	
    width:149px!important;
}
.container-five-steps .card-five-steps .face.face2{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 20px 20px 40px rgb(17 125 128);
    transform: translateY(-180px);
	height: 280px;
}

.container-five-steps .card-five-steps:hover .face.face2 .content{
	width:257px!important;
} */

    .institute-portal {
        padding-top: 0px !important;
    }

    .dis-mb {
        margin-bottom: 15px;
    }

    .container-five-steps .card-five-steps {
        height: 200px !important;
    }

        .container-five-steps .card-five-steps .face.face2 {
            height: 200px !important;
            top: -200px !important;
            transform: translate(70px, 0px) !important;
            width: 200px;
        }

        .container-five-steps .card-five-steps:hover .face.face1 {
            background: #009297;
            transform: translateX(0) !important;
            box-shadow: inset 10px 10px 99px #00000029;
        }

        .container-five-steps .card-five-steps .face.face1 .content {
            text-align;
            center;
        }

        .container-five-steps .card-five-steps .face.face2 .content p {
            font-size: 10px !important;
            /* padding-left:20px!important; */
            line-height: 13px !important;
        }

        .container-five-steps .card-five-steps:hover .face.face2 {
            transform: translate(185px, 0px) !important;
        }

        .container-five-steps .card-five-steps .face.face1 .content h4 {
            font-size: 16px !important;
            text-align: center;
        }

    .five-step-icon {
        position: absolute !important;
        right: 6% !important;
        top: 92% !important;
        transform: rotate(90deg);
    }

    .container-five-steps .card-five-steps .face.face2 .content a {
        margin: 5px 0 0 !important;
    }

    .container-five-steps {
        display: inline-block !important;
        width: auto !important;
    }

    .container-five-steps {
        left: 22%;
    }

    .main_menu {
        display: none
    }

    .insti-mdetails {
        font-size: 10px !important;
        margin-top: 19px !important;
    }

    .card-institute {
        height: 300px !important;
    }

    .mb--35 {
        margin-bottom: 0px !important;
    }

    .btn-group-justified {
        display: none !important;
    }

    .sliding-panel-outer .sliding-panel-inner {
        width: 80%;
        max-width: 80%
    }

    .expSearchFrom {
        right: 66px !important;
    }

    .search-wrapper.active .input-holder {
        width: 400px !important;
    }

    .search-wrapper {
        top: 81% !important;
        left: 92% !important;
    }

        .search-wrapper.active .input-holder .search-icon {
            width: 25px;
            height: 22px;
        }

        .search-wrapper .input-holder .search-icon span::before {
            background: #565656 !important;
        }

        .search-wrapper .input-holder .search-icon span::after {
            border: 3px solid #565656 !important;
            top: 2px;
        }

        .search-wrapper .close::before {
            width: 3px !important;
            height: 16px !important;
            left: 9px !important;
            background: #555 !important;
            top: 0px;
        }

        .search-wrapper .close::after {
            width: 16px !important;
            height: 3px !important;
            background: #555 !important;
            left: 2px;
            top: 7px !important;
        }

        .search-wrapper.active .close {
            right: -23px !important;
        }

        .search-wrapper .close {
            top: 16px !important;
        }

        .search-wrapper.active .input-holder {
            width: 520px !important;
        }
}


@media only screen and (max-width:1280px) {
    .sliding-panel-outer .sliding-panel-inner .close_icon {
        right: -5%
    }

    .section--banner .banner--caption .banner--title {
        font-size: 2.9em;
        line-height: 50px
    }

    .say-yes-text {
        left: -80px;
    }

    .btn-footr {
        display: none;
    }
}

@media screen and (max-width:768px) {
    footer .footer--content-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 50px 0
    }

    .four-o-dflex {
        display: block !important;
    }

    .four-o-mtmb {
        margin-top: 80px !important;
        margin-bottom: 50px !important;
    }

    .four-btn {
        width: 250px;
        display: block;
        margin: 0 auto;
    }

    .four-o-img {
        width: 280px;
        display: block;
        margin: 0 auto;
    }

    .four-o-page h1 {
        text-align: center !important;
        font-size: 120px !important;
    }

    .four-o-page h2 {
        text-align: center !important;
        font-size: 28px !important;
        margin-top: -40px !important;
    }

    .four-o-page h3 {
        text-align: center !important;
        font-size: 28px !important;
    }

    .four-bth {
        margin-top: 26px !important;
    }


    .section--banner .banner--caption {
        width: 100%;
    }

    .sideMenu {
        display: none;
    }

    .login-bgimage {
        position: relative !important;
    }

    .btn-group-justified {
        display: none !important;
    }

    .mb--35 {
        margin-bottom: 0px !important;
    }

    footer .footer--content-left {
        width: 100%
    }

        footer .footer--content-left .innter-wrap {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

    footer .footer--content-right {
        width: 100%;
        text-align: left
    }

        footer .footer--content-right img {
            max-width: 50%
        }

    footer .footer--content-list {
        width: 100%;
        margin-right: 0;
        margin-top: 30px
    }

    footer .footer--copyrights-wrap .copyrights-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        footer .footer--copyrights-wrap .copyrights-content ul {
            margin-bottom: 15px
        }

    .outer_circle {
        display: none !important;
    }

    .container-alumni {
        position: relative !important;
        width: 100% !important;
    }

    .alumni-quote {
        color: #ffefc1;
        font-size: 40px !important;
        margin-left: -25px;
    }

    .overlay-alumni p {
        font-size: 20px !important;
    }

    .image-alumni {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }

    .overlay-alumni {
        position: absolute !important;
        bottom: 100% !important;
        left: 0 !important;
        right: 0 !important;
        top: 103%;
        background-color: #ffffff !important;
        overflow: hidden !important;
        width: 100% !important;
        height: 0 !important;
        transition: .5s ease !important;
        border-image-source: linear-gradient(#ffffff, #cccccc) !important;
    }

    .container-alumni:hover .overlay-alumni {
        bottom: 0 !important;
        height: 100% !important;
    }

    .text-alumni {
        color: white !important;
        font-size: 20px !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        text-align: center !important;
    }

    /*--alumni right--*/

    .overlay-alumni-right {
        top: -103% !important;
        margin-left: 0px !important;
    }

    .alumni-quote-right {
        color: #ffefc1;
        font-size: 40px !important;
        margin-left: -25px;
    }

    .overlay-alumni-right p {
        font-size: 20px !important;
    }

    .container-alumni-right {
        margin-top: 16px;
    }


    .search-wrapper {
        top: 81% !important;
        left: 92% !important;
    }

        .search-wrapper.active .input-holder .search-icon {
            width: 25px;
            height: 22px;
        }

        .search-wrapper .input-holder .search-icon span::before {
            background: #565656 !important;
        }

        .search-wrapper .input-holder .search-icon span::after {
            border: 3px solid #565656 !important;
            top: 2px;
        }

        .search-wrapper .close::before {
            width: 3px !important;
            height: 16px !important;
            left: 9px !important;
            top: 0px;
        }

        .search-wrapper .close::after {
            width: 16px !important;
            height: 3px !important;
            left: 2px;
            top: 7px !important;
        }

        .search-wrapper.active .close {
            right: -4px !important;
        }

        .search-wrapper .close {
            top: 16px !important;
        }

        .search-wrapper.active .input-holder {
            width: 520px !important;
        }

    .section--banner .slick-dots {
        display: none !important
    }

    .register--now-wrap,
    .sidebar--headphone,
    .student--login-wrap {
        display: none;
    }

    .slick-dots {
        position: relative
    }

        .slick-dots li {
            width: 9px;
            height: 6px
        }

            .slick-dots li button {
                background-color: #c6c6c6;
                width: 9px;
                height: 6px;
                padding: 0;
                border-radius: 3px;
                -webkit-transition: all .3s;
                -o-transition: .3s all;
                transition: all .3s
            }

                .slick-dots li button:before {
                    width: 9px;
                    height: 6px
                }

            .slick-dots li.slick-active {
                width: 22px
            }

                .slick-dots li.slick-active button {
                    width: 5px;
                    background-color: ffc20e;
                }

    .submit--application-wrap {
        position: relative;
        width: 100%;
        margin-top: -7.5%;
        margin-bottom: -46px;
    }

    .video-play-button-header {
        bottom: 6% !important;
    }

    .explore--programme-wrap {
        padding: 80px 0
    }

        .explore--programme-wrap .programme--inner {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .explore--programme-wrap .programme--inner .left--section {
                width: 100%;
                margin-bottom: 50px
            }

                .explore--programme-wrap .programme--inner .left--section .search--btn {
                    padding: 17px 80px
                }

            .explore--programme-wrap .programme--inner .right--section {
                width: 100%
            }

                .explore--programme-wrap .programme--inner .right--section .avail--scholarship .caption .scholarship--title {
                    font-size: 1.375em
                }

    .five--steps {
        margin-bottom: 0px;
        margin-bottom: 76px;
        margin-top: 0px;
        border-top: 1px solid #f1f5f5;
    }

    .testimonial--wrapper {
        margin-bottom: 0px;
    }

    .five--steps {
        margin-bottom: 50px;
    }

        .five--steps ul {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: 0
        }

            .five--steps ul li {
                width: 50%;
                border-bottom: 1px solid #f1f5f5
            }

                .five--steps ul li a {
                    padding: 50px 10px;
                    position: relative;
                    z-index: 1
                }

                .five--steps ul li:after {
                    position: absolute;
                    color: #f1f5f5;
                    font-size: 15em;
                    right: -20px;
                    bottom: 0;
                    font-family: "Poppins";
                    line-height: .75em
                }

                .five--steps ul li:nth-child(2):after {
                    content: "1"
                }

                .five--steps ul li:nth-child(3):after {
                    content: "2";
                    right: -40px
                }

                .five--steps ul li:nth-child(4):after {
                    content: "3";
                    right: -50px
                }

                .five--steps ul li:nth-child(5):after {
                    content: "4";
                    left: -100%
                }

                .five--steps ul li:nth-child(6):after {
                    content: "5";
                    left: -100%
                }

    .discover--india-main .discover--india-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

        .discover--india-main .discover--india-inner .left--section {
            width: 100%
        }

            .discover--india-main .discover--india-inner .left--section .event--box {
                margin-left: 0
            }

    .testimonial--wrapper .testimonial--slider-box .testimonial--slides:before {
        height: 60px;
        width: 60px;
        top: -20px;
        left: 10px
    }

    .testimonial--wrapper .testimonial--slider-box .testimonial--slides:after {
        height: 60px;
        width: 60px;
        bottom: -10px;
        right: 10px
    }

    .testimonial--wrapper .testimonial--slider-box .testimonial--slides .testimonial--card {
        margin: 0 22px
    }
}

@media only screen and (max-width:405px) {
    .share-button.blog-share .social {
        margin-left: -151px !important;
    }

    .btn-discipline {
        padding: 12px 7px !important;
    }
}

@media only screen and (max-width:360px) {
    .container-five-steps {
        left: -4% !important;
    }

    .btn-discipline {
        padding: 12px 7px !important;
    }
}

@media only screen and (max-width:450px) {
    .container-five-steps {
        left: 4% !important;
    }
}

@media only screen and (max-width:550px) {
    .section--banner .banner--caption {
        width: 100%;
        padding: 10px 0px 10px 0px;
    }

    /*---- SII Redesign Start ----*/

    .register-bg {
        color: #333;
        background: linear-gradient(to bottom, #ffffff 10%, #ffffff 18% 14%, #ffffff 16% 77%, #ffffff 65% 54%, #ffffff 62%) !important;
    }

    .tab-content {
        padding: 10px 10px;
    }

    .registeri-mimg {
        /* margin-top: 50px; */
    }

    .followus-more {
        margin-top: 25px;
    }

        .followus-more img {
            margin: 10px;
        }

    .blog-cardhm {
        margin: 20px 2px !important;
    }

    .minutscard {
        padding: 8px !important;
    }

    .bg-india-minute h2 {
        font-size: 32px !important;
    }

    .bg-india-minute span {
        color: #212121 !important;
        font-size: 9px;
        line-height: 0px;
        font-weight: 600;
    }

    .minutscard {
        margin-bottom: 15px !important;
        height: 140px !important;
    }

    .banner-info {
        line-height: 15px !important;
        text-align: center !important;
        padding: 10px !important;
        width: 100% !important;
        display: block;
        margin-top: -58px;
    }

    .playvideo-text {
        color: #000 !important;
    }

    .fivestep-card {
        width: 100% !important;
        margin-bottom: 15px !important;
        height: 190px !important;
    }

    .fives-arrow-reg {
        display: none;
    }

    .text-animate-slider {
        width: 100% !important;
        display: contents;
    }

        .text-animate-slider a {
            padding: 10px;
            line-height: 16px !important;
            font-size: 16px;
            display: inline-block;
            margin-bottom: 10px;
        }

    .lte-img {
        width: 100% !important;
        border-radius: 20px;
        height: 100% !important;
    }

    .lte-arrow {
        margin-top: -32px !important;
    }

    .register-formhead {
        text-align: center;
    }

    .regbg-topranked {
        margin: 10px 0px !important;
    }

    .regbg-onestop {
        margin: 10px 0px !important;
    }

    .regbg-diverse {
        margin: 10px 0px !important;
    }

    .regbg-financial {
        margin: 10px 0px !important;
    }

    .regbg-contact {
        margin: 10px 0px !important;
    }

    .regbg-visa {
        margin: 10px 0px !important;
    }

    .register-servicesbg {
        padding: 15px;
    }

        .register-servicesbg span {
            font-size: 24px !important;
        }

    .register-hthhead h3 {
        font-size: 22px !important;
        margin-top: 20px !important;
    }

    .reg-mimage {
        padding: 0px;
    }

    .reg-usp-dnone {
        display: none;
    }

    .regbg-diverse {
        width: 100% !important;
    }

    .regbg-financial {
        width: 100% !important;
    }

    .regbg-contact {
        width: 100% !important;
    }

    .regbg-visa {
        width: 100% !important;
    }

    .regbg-topranked {
        width: 100% !important;
    }

    .regbg-onestop {
        width: 100% !important;
    }

    .fivestep-right-element {
        bottom: 1% !important;
        width: 100px;
    }

    .fivestep-card .imagen {
        right: 28px !important;
    }

    .fivestep-card h1 {
        font-size: 18px !important;
    }

    .minutscard__title {
        text-align: center;
    }

    .minutscard__category {
        text-align: center !important;
    }

    .regform-pattern {
        display: none;
    }

    .bg-color-five-step {
        background-color: #FFEDC5 !important;
        margin-top: -10%;
    }

    .menu-mobile--container {
        background-color: #c8fcff !important;
    }
    /*-- testimonial for mobile start --*/
    .testimonial-content.quote1 {
        padding: 10px 0px 10px 0px;
        color: #000000;
        font-family: 'Poppins';
    }

    .testimonial-mob {
        display: block !important;
    }

    .testimonial-mobl {
        display: none !important;
    }
    /*-- testimonial for mobile end --*/
    /* .owl-carousel .owl-item img {
    width: 100%!important;
	height: 200px!important;
	border-top-right-radius: 10px!important;
}
.testimonial-item.equal-height.style-6{
	height:500px!important;
	width: 65%;
}
.testimonial-content.quote {
    padding: 10px 0px 10px 0px!important;
}  */


    /*---- SII Redesign End ----*/

    /*--- home page banner animation start ---*/
    .banner-pragatii-men {
        top: 16% !important;
        left: 0% !important;
    }

    .item-1, .item-2, .item-3 {
        top: 10% !important;
        width: 40% !important;
        right: 0%;
        overflow: hidden !important;
    }

    .item-4, .item-5, .item-6 {
        top: 20% !important;
        width: 260px !important;
        right: 0%;
        overflow: hidden !important;
    }

    .button-banner {
        padding: 8px 18px !important;
        margin: 0px !important;
        font-size: 10px;
    }

        .button-banner:hover {
            font-size: 10px;
        }

    .button-banner-move {
        top: 32% !important;
        right: 7% !important;
    }
    /*--- home page banner animation end ---*/

    .banner-getready-men {
        width: 165px !important;
    }

    .banner-getready-bag {
        left: 5% !important;
        width: 100px !important;
    }

    .alumni-login-bg-mobile {
        background-image: url(../images/bg/alumni-login-bg-m.jpg) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        min-height: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin-top: 20px !important;
        padding-bottom: 50px !important;
        display: block !important;
    }

    .alum-bg-element {
        position: relative !important;
        right: -20px !important;
        bottom: 22px !important;
        width: 305px !important;
    }

    .scholarship-back {
        display: flex;
        position: absolute;
        top: 18% !important;
        left: 52%;
        transform: translate(-50%, -50%);
        /* background: url(../images/vector/scholarship-bg.png) no-repeat; */
    }

        .scholarship-back > span {
            animation: shake 0.5s infinite;
            font-size: 1.5rem !important;
            color: #023a3c;
            font-weight: 600;
            text-align: center;
            font-family: "Poppins" !important;
            background: url(../images/vector/scholarship-bg-m.png) no-repeat !important;
            width: 340px !important;
            height: 125px !important;
            line-height: 30px !important;
            padding-top: 30px !important;
            padding-right: 15px !important;
        }

    .star.star-1 {
        width: 80px;
        height: 65px;
        top: 9% !important;
        left: 6% !important;
    }

    .star.star-2 {
        width: 83px;
        height: 77px;
        top: 22% !important;
        left: 13% !important;
    }

    .star.star-3 {
        width: 55px !important;
        height: 52px !important;
        top: 9% !important;
        left: 75% !important;
    }

    .star.star-4 {
        width: 82px !important;
        height: 78px !important;
        top: 19% !important;
        left: 53% !important;
    }

    .contact-rightco {
        top: 0px !important;
    }

    .reg-formtext {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .reg-form-padding {
        padding: 0px !important;
    }

    .register-usppa {
        padding: 0px !important;
    }

    .banner-none-mob {
        display: none;
    }

    .newsletter {
        left: 0% !important;
    }

    .testimonial-slider__title {
        left: 0% !important;
        font-size: 20px !important;
        padding: 16px !important;
        margin-top: -15% !important;
    }

    .testimonial-slider__content {
        margin-top: 0px !important;
    }

    .testimonial-slider__svg {
        left: 0% !important;
    }

    .testimonial-slider__price {
        height: auto !important;
    }

    .reg-testimonial-sep {
        display: none !important;
    }

    .swiper-slide .titre-cours {
        padding: 0px 20px 0px 20px !important;
    }

    .swiper-slide.bleu {
        padding: 20px 25px 25px 25px !important;
    }

    .swiper-slide .titre-cours h2 {
        font-size: 25px !important;
    }

    .testimonial-slider__title span {
        color: #00AFB5;
        display: block !important;
    }

    .reg-ttestimonial-sep {
        display: none !important;
        color: #007176 !important;
    }

    .testimonial-slider__content i {
        left: 0% !important;
    }

    .login-say-yes {
        font-size: 25px !important;
    }

    .pr-page {
        padding-right: 0px;
    }

    .section--banner .banner--caption {
        display: block !important;
    }

    .apply-btn-footer {
        display: none !important;
    }

    .container-five-steps .card-five-steps .face.face1 .number {
        top: -26px !important;
        left: -20px !important;
    }

    .container-five-steps .card-five-steps:hover .face.face1 .number {
        top: -20px !important;
        left: -16px !important;
    }

    .video-play-button-header:after {
        width: 60px !important;
        height: 60px !important;
    }

    .video-play-button-header:before {
        width: 80px !important;
        height: 80px !important;
    }

    .video-play-button-header span {
        border-left: 20px solid #000 !important;
        border-top: 14px solid transparent !important;
        border-bottom: 14px solid transparent !important;
        top: 7px !important;
        left: 5px !important;
    }

    .contact-rightd {
        left: 0% !important;
    }

    .azadi-mahotsav-mb {
        margin-bottom: 20px !important;
    }

    .loc-support-dnone {
        display: block !important;
    }

    .loc-support-dnonet {
        display: none !important;
    }

    .stats span {
        float: inherit !important;
    }

    .institute-gallary-right {
        left: -29% !important;
    }

    .institute-video-right {
        top: -119px !important;
        left: -29% !important;
    }

    .time-zone-am-pm h5 {
        right: 28%;
    }

    footer .footer--content-list {
        margin-top: 0px;
    }

    .cont-mb0 {
        margin-bottom: 0px !important;
    }

    .hi-glance-num {
        width: 100px;
    }

    .table-equalm {
        display: none;
    }

    .footer-detail-prpl-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .page-detail-pr0 {
        padding-right: 0px !important;
    }

    .page-detail-mrml-0 {
        margin-right: 0px !important;
    }

    .about-sctesti {
        left: 28% !important;
    }

    .local-support-right {
        padding: 8px 35px 8px 0px !important;
    }

    .travel-metro {
        padding: 20px 20px 20px 20px !important;
    }

    .travel-train {
        padding: 20px 20px 20px 20px !important;
    }

    .travel-metro {
        padding: 20px 20px 20px 20px !important;
    }

    .travel-train {
        padding: 20px 20px 20px 20px !important;
    }

    .travel-metro {
        padding: 20px 20px 20px 20px !important;
    }

    .pragati-glance-count {
        width: 73% !important;
    }

    .plan-yb-icon {
        margin-right: 0px !important;
    }

    .plan-yb-table-right {
        font-size: 16px !important;
    }

    .todo-textmobile {
        font-size: 44px;
    }

    .ttd-banner .title h4 {
        padding: 22px 25px !important;
    }

    .hi-glance-t2 {
        padding: 10px 0px 10px 35px !important;
    }

    .full-wimg-mob {
        width: 120vw;
        position: relative;
        left: 50%;
        margin-left: -70vw;
        max-width: 1000%;
        height: 545px;
        object-fit: cover;
    }

    .full-wimg-ki-mob {
        width: 100vw;
        position: relative;
        left: 60%;
        margin-left: -60vw;
        max-width: 1000%;
        height: auto;
    }

    .full-abtsii-mob {
        width: 100vw;
        position: relative;
        left: 60%;
        margin-left: -60vw;
        max-width: 1000%;
        height: 600px;
        object-fit: cover;
    }

    .full-wimg-dance-mob {
        width: 105vw;
        position: relative;
        left: 64%;
        margin-left: -60vw;
        max-width: 1000%;
        height: auto;
        top: 0% !important;
    }

    .full-wimg-dancev-mob {
        width: 90vw;
        position: relative;
        left: 69%;
        margin-left: -60vw;
        max-width: 1000%;
        height: auto;
        top: 0% !important;
    }

    .tab .nav-tabs {
        background-color: #ffffff !important;
        display: flex;
        width: auto !important;
    }

    .strip-prelative {
        position: relative;
    }

    .sii-benefit-heading {
        text-align: center;
    }

    .sii-benefit-sec {
        padding: 30px 0px 30px 0px !important;
    }

    .sii-b-border-y {
        border-bottom: none !important;
    }

    .sii-b-border-w {
        border-bottom: none !important;
    }

    .sii-benefit-text {
        text-align: center;
    }

    .cd-half-number-ten {
        font-size: 72px;
        font-weight: 700;
        color: #FFF0C2;
        position: absolute;
        top: 1%;
        left: 0%;
        z-index: -1;
    }

    .ten-ponint-margin {
        margin-left: 34px !important;
    }
    /* things to do in India */
    .ttd-banner img {
        height: 540px !important;
        object-fit: cover;
        width: 102vw !important;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        max-width: 1000%;
    }

    .ttd-adventure-mobile {
        display: block !important;
    }

    .ttd-festival img {
        height: 540px;
        object-fit: cover;
    }

    .ttd-backwater img {
        height: 540px !important;
        object-fit: cover;
        width: 102vw !important;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        max-width: 1000%;
    }

    .camel-safari-bg {
        background-color: rgb(238 150 53 / 82%);
        width: 101vw !important;
        position: relative;
        left: 3%;
        max-width: 1000%;
    }

    .adventurous-bg {
        background-color: rgb(7 7 7 / 82%);
        width: 101vw !important;
        position: relative;
        left: 3%;
        max-width: 1000%;
    }

    .blackwater-bg {
        background-color: rgb(6 29 1 / 82%);
        width: 101vw !important;
        position: relative;
        left: 3%;
        max-width: 1000%;
    }

    .inner-peace-bg {
        background-color: rgb(57 43 23 / 82%);
        width: 101vw !important;
        position: relative;
        left: 3%;
        max-width: 1000%;
    }

    .festival-bg {
        background-color: #051E30;
        width: 101vw !important;
        position: relative;
        left: 3%;
        max-width: 1000%;
    }

    .city-hopping-bg {
        background-color: rgb(61 11 2 / 82%);
        width: 101vw !important;
        position: relative;
        left: 3%;
        max-width: 1000%;
    }

    .himalaya-bg {
        background-color: rgb(9 41 75 / 82%);
        width: 101vw !important;
        position: relative;
        left: 3%;
        max-width: 1000%;
    }

    .beaches-bg {
        background-color: rgb(255 230 200 / 82%);
        width: 101vw !important;
        position: relative;
        left: 3%;
        max-width: 1000%;
    }

    .ttd-travel img {
        height: 540px;
        object-fit: cover;
        width: 102vw !important;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        max-width: 1000%;
    }

    .ttd-tiger img {
        height: 540px !important;
        object-fit: cover;
        width: 102vw !important;
        position: relative;
        left: 100%;
        margin-left: -52vw;
        max-width: 1000%;
    }

    .ttd-adventure-desktop {
        display: none !important;
    }

    .cruise-mobile {
        display: block !important;
        margin-top: -4px;
    }

    .cruise-mobilet {
        display: block !important;
        margin-top: -30px;
    }

    .cruise-mobile-desktop {
        display: none !important;
        position: relative;
    }

    .switch-section {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

        .switch-section .first_div {
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2;
        }

        .switch-section .second_div {
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1;
        }

    .ttd-mb {
        margin-bottom: 0px !important;
    }

    .tavelling-left {
        margin-top: -96px;
        color: #fff !important;
        float: left;
        text-align: left !important;
    }

    .celeb-left {
        top: -66px;
        color: #fff !important;
        position: absolute;
        z-index: 1;
    }

    .ttd-travel .text p {
        text-align: left !important;
    }

    /* things to do in India */

    .testmonial-headhome {
        font-size: 32px !important;
        margin-left: 5% !important;
        padding-top: 0px !important;
    }

    .testimonial .description {
        height: 160px !important;
    }

    .testimonial .title {
        font-size: 12px !important;
    }

        .testimonial .title span {
            font-size: 14px !important;
        }

    .categ-dispm {
        display: inline !important;
    }

    .prev-animate-slider, .next-animate-slider {
        color: #009297 !important;
    }

    .category-divider {
        display: none;
    }

    .card-content-blog {
        padding: 0px 28px 0px 27px !important;
    }

    .tabset > label {
        padding: 8px 10px 8px !important;
    }

    .blog-sbg {
        padding: 10px 0px !important;
    }

    .card-title-blog {
        font-size: 13px !important;
    }

    .blog-pt0 {
        padding-top: 0px !important;
    }

    .main-blog-mt {
        margin-top: 50px;
    }

    .blog-drag {
        height: 400px !important;
        padding: 0px !important;
    }

    .card-text-blog {
        position: inherit !important;
    }

    .card-blog {
        margin: 10px 15px;
    }

    .categoris-mobile {
        display: flex;
        align-items: baseline;
        overflow-x: scroll;
        width: auto;
    }

        .categoris-mobile a {
            flex: none;
        }

    .categoris-top h3 {
        color: #000000;
        font-weight: 800;
        font-size: 16px;
        padding-left: 15px;
        text-transform: uppercase;
    }

    .categoris-top {
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .ten-mhead {
        text-align: left !important;
        margin-left: 11px;
    }

    .fav-mhead {
        text-align: left !important;
        margin-left: -86px;
    }

    .fullwidth-trending {
        padding: 0;
        width: 100%;
    }

    .image-blog-flex {
        width: 228px;
        height: 127px;
        object-fit: cover;
    }

    .container-tabblog {
        height: 750px;
        width: 400px;
        border-style: solid;
    }


    .container-tabblog {
        display: flex;
        flex-wrap: nowrap;
        height: 320px;
        overflow-x: auto;
        width: auto;
    }

    .row-tabblog {
        max-width: 100%;
    }

        .row-tabblog .col-tabblog {
            height: 200px;
            width: 228px;
            border-style: solid;
            margin: 10px;
            flex: none;
        }

    .scroll-regform, .mobile {
        display: block !important;
    }

    .image-widget-mobile {
        display: flex;
        flex-wrap: nowrap;
        height: auto;
        width: 988px;
        flex: none;
    }
    /* .carousel-blog{
	display:none!important;
} */
    .mobile-blog-footer {
        display: block !important;
    }

    .sbh-heading {
        font-size: 30px !important;
    }

    .mobile-padgtop {
        padding-top: 0px !important;
    }

    .single-quote {
        text-align: center !important;
        font-size: 19px !important;
        margin-top: 40px;
    }

    .tag-sb-mobt {
        text-align: center;
    }

    .tag-sb-mob {
        text-align: center;
        position: relative;
        left: 0%;
    }

        .tag-sb-mob a {
            padding: 5px 6px 5px 4px !important;
            display: inline-block !important;
        }

    .slider-blog li {
        position: relative;
        width: 88% !important;
        height: 100% !important;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: inherit !important;
        font-size: 300px;
        flex-shrink: 0;
    }

    .blog-imgfit {
        object-fit: cover;
    }

    .slider-blog {
        height: 300px !important;
    }

    .slider-nav .prev, .slider-nav .next {
        height: 46px !important;
        width: 45px !important;
    }

    .slider-nav .next {
        right: 12% !important;
    }

        .slider-nav .next span {
            display: none;
        }

        .slider-nav .next i {
            right: 3% !important;
            top: 28% !important;
        }

    .single-quote-icon {
        font-size: 41px !important;
        left: 45% !important;
        top: -25% !important;
    }

    .sii-single-blog {
        width: 137vw;
        position: relative;
        left: 50%;
        margin-left: -59vw;
        max-width: 1000%;
        height: 326px !important;
        object-fit: cover;
    }

    .did-you-know-bg {
        background-color: #eaf6f6;
    }

    .learn-thrive-img {
        object-fit: cover;
        width: 100%;
        /* min-height: 400px; */
        width: 169vw;
        position: relative;
        /* left: 50%; */
        /* margin-left: -105vw; */
        max-width: 1000%;
        /* margin-top: 20%; */
    }

    .wdt-100 {
        width: 155vw !important;
    }

    .prev-animate-slider, .next-animate-slider {
        margin-top: -126px !important;
        top: 65% !important;
    }

    .pl-pr-0 {
        padding-right: 15px !important;
    }

    .pr-pl-0 {
        padding-left: 15px !important;
    }

    .travel-acco-fl {
        float: none !important;
        padding-top: 70px;
    }

    .travel-acco-fr {
        float: none !important;
        padding-top: 70px;
    }

    .scroll-regform {
        position: fixed;
        right: 44%;
        top: 200px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        z-index: 3;
        line-height: 30px;
        text-align: center;
        color: #fff;
        font-size: 28px;
    }

        .scroll-regform.hideIcon {
            display: none !important;
        }

    .popup-register {
        width: 90% !important;
    }

    .reg-mardesk {
        margin-top: 0px !important;
    }

    .col-sm-register {
        width: 50% !important;
    }

    .insti-alreg {
        left: 0px !important;
    }

    .choose-discipline-hm {
        margin-left: 0%;
    }

    .hm-discipline-moblm {
        margin-left: 16.66666667%;
    }

    .bg-color-five-step h3 {
        font-size: 26px !important;
    }

    .section--banner .banner--caption .subtitle {
        font-size: 1.0em;
        line-height: 20px;
        margin-bottom: 15px
    }

    .container-five-steps {
        left: 14%;
    }

    .five-steps-title {
        font-size: 31px !important;
        margin-left: -23px !important;
    }

    .five-steps-number {
        font-size: 86px !important;
        margin-left: -8px !important;
    }

    .tab .nav-tabs li a {
        font-size: 12px !important;
        padding: 15px 15px 15px 15px !important;
    }

    .breadcrumb-space {
        margin-top: -16px !important;
        padding-bottom: 68px !important;
    }

    #tcb-testimonial-carousel .item {
        padding: 10px 10px !important;
    }

    .sii-program-title {
        font-size: 22px !important;
    }

    .cd-vertical-nav {
        display: none !important;
    }

    .section--banner .slick-slide .item img {
        /*height: calc(100vh - 0px);
	-o-object-fit: cover;
	object-fit: cover*/
    }

    .testimonial--wrapper .testimonial--slider-box .testimonial--slides .slide-arrow i {
        color: #ddd;
        font-size: 1.875em
    }

    .common-slider .slide-arrow.prev-arrow {
        left: 0;
        z-index: 1
    }

    .common-slider .slide-arrow.next-arrow {
        right: 0
    }

    .common-slider .slide-arrow i {
        color: #fff;
        font-size: 1.875em
    }

    .blr-gdr {
        filter: blur(8px) !important;
    }

    .section--banner .banner--caption .banner--title {
        font-size: 28px;
        line-height: 15px;
        margin-left: 55px !important;
        margin-top: 16px;
        font-weight: 100;
    }

    .did-you-know-text {
        margin-top: 0px !important;
    }

    .menu-social-drop-up.bottomRight {
        bottom: 50px !important;
    }

    .sii-text-padding {
        padding: 44px 15px 31px 15px !important;
    }

    .qf-image {
        height: auto !important;
    }

    .qf-slider-text {
        width: 100% !important;
        height: auto !important;
        position: relative !important;
        background-color: rgb(14 14 14) !important;
    }

        .qf-slider-text .yellow-box {
            width: 40px !important;
            height: 40px !important;
        }

        .qf-slider-text .teal-bg {
            width: 30px !important;
            height: 30px !important;
            bottom: 2.5% !important;
            right: 16% !important;
        }

        .qf-slider-text p {
            font-size: 16px !important;
            line-height: 26px !important;
            width: 100% !important;
            padding: 3.8% !important;
            margin-top: 19px;
        }

    .hi-img-btm {
        margin-bottom: 0px !important;
    }

    .hi-culture-dance {
        position: relative !important;
        bottom: 12px !important;
        right: 0% !important;
    }

    .ttd-festival .text {
        padding: 0px 30px 20px 30px !important;
    }

        .ttd-festival .text h4 {
            font-size: 25px !important;
            line-height: 27px !important;
        }

    .ttd-backwater .title p {
        padding: 12px 32px !important;
    }

    .ttd-backwater .title h4 {
        padding: 12px 32px !important;
    }

    .ttd-banner h4 {
        font-size: 85px !important;
        white-space: normal !important;
        line-height: 60px;
    }

    .ttd-banner .title {
        top: 31% !important;
    }

    .thing-text-b {
        font-weight: 600;
    }

    .todo-text-b {
        font-weight: 500;
    }

    .ttd-backwater .title {
        position: relative !important;
        left: 50%;
        transform: translate(-50%, -0%);
        color: white;
        text-align: left;
        width: 100%;
        margin-top: -58px !important;
    }

        .ttd-backwater .title h4 {
            font-size: 25px !important;
            margin-left: 2% !important;
        }

    .ttd-travel .text {
        padding: 0px 30px 20px 30px !important;
    }

        .ttd-travel .text h4 {
            font-size: 25px !important;
            line-height: 27px !important;
        }

    .ttd-tiger .text {
        padding: 29px 30px 20px 30px !important;
    }

        .ttd-tiger .text h4 {
            font-size: 25px !important;
            line-height: 27px !important;
        }

    .prev-qf-slider-text, .next-qf-slider-text {
        padding: 5px 12px 5px 12px !important;
        bottom: 35% !important;
        font-size: 18px !important;
        left: 84% !important;
    }

    .next-qf-slider-text {
        margin-left: 32px !important;
    }

    .banner-ten-reason .headin-ten-title {
        font-size: 40px
    }

    .banner-ten-reason .headin-ten-sub {
        font-size: 40px
    }

    .banner-ten-reason .headin-ten-title {
        line-height: 38px
    }

    .banner-ten-reason {
        height: 210px
    }

    .tr-banner-pplane {
        top: 4%;
        width: 37px;
    }

    .tr-banner-pen {
        bottom: 34%;
        width: 40px;
    }

    .tr-banner-high-pen {
        bottom: 30%;
        width: 40px;
    }

    .sii-y-strip {
        left: auto !important;
        margin-left: 15px;
        display: none;
    }

    .video-play-button-header {
        top: 49% !important;
        bottom: -8% !important;
        right: 58% !important;
        z-index: 2 !important;
    }

    .submit--application-wrap {
        top: -17px !important;
    }

    footer .footer--social-media {
        margin-top: 0px !important;
    }

    footer .footer--content-wrap {
        padding: 0px 0 !important;
    }

    .header-login-section {
        display: block;
        text-align: center;
        padding: 0px 15px 0px 15px !important;
        border-radius: 0px;
        top: -4px;
    }

    #quote-carousel .carousel-indicators li {
        width: 50px !important;
        height: 42px !important;
    }

    #quote-carousel .carousel-indicators .active {
        width: 100px !important;
        height: 64px !important;
    }

    #quote-carousel .carousel-indicators .active {
        margin-bottom: 12px !important;
    }

    #quote-carousel .carousel-indicators {
        top: 34px !important;
    }

    .carousel-control-home {
        top: 146px !important;
        width: 3% !important;
    }

    .ml-30-syc {
        margin-left: 10px !important;
    }

    .item blockquote p {
        font-size: 14px !important;
        padding-right: 30px;
    }

    .testimonial-bg {
        height: 110px !important;
        left: 15% !important;
        top: 71% !important;
        width: 266px !important;
    }

    .btn {
        font-size: 1.0em;
    }

    .header-login {
        top: 56px;
        z-index: 1;
    }

    .top-institue-text {
        padding: 12px 6px !important;
        display: inline-block;
        font-size: 11px !important;
    }

    .inner-header .title {
        font-size: 12px;
    }

    .top-institue-text a {
        color: #fff;
    }

    .section--banner {
        position: relative;
        clear: both;
        margin-top: 4%;
    }

    .parachute {
        right: 7% !important;
        top: 6% !important;
        width: 68px !important;
    }

    .plane {
        width: 100px;
        top: 52% !important;
    }

    .drone {
        width: 125px;
        top: 2% !important;
        left: -5% !important;
    }

    .mechanic {
        display: none !important;
    }

    .mechanic {
        width: 50px;
        bottom: 22% !important;
    }

    .institute-portal {
        padding-top: 0px !important;
    }

    .thrive-banner-dots {
        top: 102% !important;
        left: 0%;
        left: auto !important;
    }

    .text-animate-slider p {
        width: 100% !important;
        border-bottom-right-radius: 0px !important;
        position: relative !important;
        margin-top: 25px;
        /* background-image: url("../images/bg/Mobile-ui-Banner02.jpg")!important; */
    }

    .say-yes-text {
        font-size: 21px !important;
    }

    .submit--application-wrap .submit--application-box {
        padding: 7px 60px !important;
        bottom: 28px;
    }

    .thumb-institute-logo {
        margin: auto;
    }

    .sticky-cont {
        position: unset !important;
        overflow: auto;
        top: 5%;
        z-index: 1;
    }

    .mb--35 {
        margin-bottom: 0px !important;
    }

    .outer_circle {
        display: none !important;
    }

    .abt-sii {
        margin-top: 20px;
    }

    .container-alumni {
        position: relative !important;
        width: 100% !important;
    }

    .alumni-quote {
        color: #ffefc1;
        font-size: 40px !important;
        margin-left: -25px;
    }

    .overlay-alumni p {
        font-size: 1.0em !important;
    }

    .image-alumni {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }

    .overlay-alumni {
        position: absolute !important;
        bottom: 100% !important;
        left: 0 !important;
        right: 0 !important;
        top: 105%;
        background-color: #ffffff !important;
        overflow: hidden !important;
        width: 100% !important;
        height: 0 !important;
        transition: .5s ease !important;
        border-image-source: linear-gradient(#ffffff, #cccccc) !important;
    }

    .container-alumni:hover .overlay-alumni {
        bottom: 0 !important;
        height: 100% !important;
    }

    .text-alumni {
        color: white !important;
        font-size: 20px !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        text-align: center !important;
    }

    /*--alumni right--*/

    .overlay-alumni-right {
        top: -105% !important;
        margin-left: 0px !important;
    }

    .alumni-quote-right {
        color: #ffefc1;
        font-size: 40px !important;
        margin-left: -25px;
    }

    .overlay-alumni-right p {
        font-size: 1.0em !important;
    }

    .container-alumni-right {
        margin-top: 16px;
    }

    .register-left-top {
        border-top-left-radius: 0px !important;
    }

    .register-left {
        border-bottom-left-radius: 0px !important;
    }

    .login-bgimage {
        position: relative !important;
        margin-top: 25px !important;
        background: linear-gradient(to bottom, #FFEDC5 15%, #FFEDC5 12% 50%, #F4FAFB 26% 46%, #F4FAFB 65% 83%, #F4FAFB 78%) !important;
        height: 135vh !important;
    }

    .login-form-element {
        display: none;
    }

    .login-student {
        width: 100% !important;
    }

    .popup {
        min-width: 310px;
        width: 310px;
        height: 180px;
    }

    .launch-img-m {
        width: 310px;
        height: 163px;
    }

    .cd-half-block {
        padding: 20px !important;
    }

    #gallery {
        display: inline-block !important;
    }

    .insti-search-wigbg {
        border-radius: 10px;
        border: 1px solid #dcdcdc;
        padding-top: 15px;
        clear: both;
        display: inline-block;
    }

    .institute-main {
        margin-bottom: 10px;
    }

    .pull-right {
        float: none !important;
    }

    .sbuttons {
        bottom: 6.8% !important;
        z-index: 9999 !important;
    }

    .btn-mob {
        padding: 8px 13px !important;
        font-size: 13px !important;
        border-radius: 5px;
        background: #13393b;
    }

    div.scrollmenu {
        overflow: auto;
    }

        div.scrollmenu a {
            display: inline-block;
            color: white;
            text-align: center;
            padding: 14px;
            text-decoration: none;
        }

            div.scrollmenu a:hover {
            }

    .event-list-add {
        line-height: 25px;
    }

    .main-timeline .year {
        font-size: 22px !important;
        margin-top: 20px;
    }

    .contact-page-social {
        padding: 0px 20px 0px 20px !important;
    }

    .title-dots {
        font-size: 11px;
    }

    .section--title-step-left {
        margin-top: 20px !important;
    }

    .card {
        margin-top: 20px;
    }

    .accordions__title {
        font-size: 0.6em !important;
    }

    .section--title-buddhist {
        text-align: justify;
        font-size: 1.2em !important;
    }

    .cd-timeline-content .cd-content {
        left: 0px !important;
        display: contents;
    }

    .cd-timeline-content .cd-content-step-two {
        left: 0px !important;
        display: contents;
        width: 50% !important;
    }

    .cd-half-block:nth-of-type(2) {
        padding: 4em 2% !
    }

    .mt-280 {
        margin-top: 0px !important;
    }

    .mt-150 {
        margin-top: 0px !important;
    }

    .section--title-step-left {
        font-size: 1.4em !important;
    }


    .cd-timeline-img img {
        width: 47px !important;
        height: 42px !important;
        left: 31% !important;
        top: 27% !important;
    }

    .btn-footr {
        position: fixed !important;
        left: 0 !important;
        bottom: 0 !important;
        border-right: 1px solid #cecccc;
        z-index: 11;
    }

    .s-soft {
        bottom: 50px !important;
    }

    #so-open {
        bottom: 50px !important;
    }

    #scroll {
        bottom: 50px !important;
    }

    .btn-footr a:hover {
        background-color: #FFC20E !important;
        box-shadow: inset 0px 5px 20px #00000029;
    }

    .btn-footr-radius {
        border-radius: 0px !important;
        /*border-right: 1px solid #2e898e;*/
    }

    .btn-radius-log {
        border-top-right-radius: 0px !important;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        background-color: #13393b;
    }

    .btn-radius-reg {
        border-top-left-radius: 0px !important;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        background-color: #13393b;
    }

    .btn-radius-reglog {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        background-color: #13393b;
    }

    .cd-half-block p {
        font-size: 1.0em !important;
        line-height: 25px !important;
        color: #333 !important;
        margin-bottom: 20px !important;
        text-align: left !important;
    }

    .cd-half-block h3 {
        font-size: 1.5em !important;
        margin-bottom: 10px !important;
    }

    .cd-half-block h4 {
        font-size: 1.2em !important;
        color: #39c4cb !important;
        margin-bottom: 10px !important;
    }

    .section-title-pattern {
        font-size: 1.9em;
    }

    .btn-group-justified {
        display: block !important;
    }

    .footer--copyrights-wrap {
        margin-bottom: 35px !important;
    }

    .sep-discover-mob {
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .submit--application-wrap {
        position: relative;
        width: 100%;
        margin-top: -7.5%;
        margin-bottom: -14px;
    }

    .slick-list.dragging {
        cursor: e-resize !important;
        cursor: e-resize !important :
    }

    .mob-marg-explore-prgm {
        margin-top: -260px;
    }

    .right--section {
        margin-top: 40px;
    }

    #scroll {
        bottom: 25px;
        right: 7px;
    }

    .sidebar--headphone {
        display: block;
    }

    .headphone--icon {
        width: 37px !important;
        height: 37px !important;
        margin-left: 10px;
    }

    .sidebar--headphone {
        bottom: 24px;
    }

    .dropup-content {
        bottom: 35px !important;
        margin-left: 10px;
    }

    .application--caption p {
        font-size: 13px !important;
        line-height: 18px;
    }

    .application--caption .btn {
        margin-top: 19px !important;
    }

    .btn--border-blue {
        padding: 10px 10px !important;
    }

    .search-wrapper {
        top: 82% !important;
        left: 90% !important;
    }

        .search-wrapper.active .input-holder {
            width: 363px !important;
        }

        .search-wrapper .close {
            top: 15px !important;
            width: 23px !important;
        }

            .search-wrapper .close::before, .search-wrapper .close::after {
                position: absolute;
                content: '';
                background: #565656;
                border-radius: 2px;
            }

        .search-wrapper.active .input-holder .search-icon {
            width: 50px;
            height: 22px;
        }

        .search-wrapper .input-holder .search-icon span::before {
            background: #565656 !important;
        }

        .search-wrapper .input-holder .search-icon span::after {
            border: 3px solid #565656 !important;
            top: 2px;
        }

        .search-wrapper .close::before {
            width: 3px !important;
            height: 16px !important;
            left: 9px !important;
            top: 0px;
        }

        .search-wrapper .close::after {
            width: 16px !important;
            height: 3px !important;
            left: 2px;
            top: 7px !important;
        }

    .txt-wrap {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2 !important; /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    .expSearchFrom {
        border: 2px solid #555555 !important;
        border-radius: 20px;
        display: inline-block;
        height: 21px !important;
        position: relative;
        bottom: 24px !important;
        right: 64px !important;
        z-index: 9999;
    }

    input#field {
        height: 17px !important;
        left: 0px !important;
        padding: 5px 8px !important;
        font-size: 12px !important;
    }

        input#field:focus {
            width: 300px;
            outline: none;
            margin-right: 20px;
            background-color: #fff;
        }

    .close {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0px;
        right: -2px !important;
        -webkit-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        cursor: pointer;
        z-index: 1
    }

        .close span {
            background: #555555 none repeat scroll 0 0 !important;
            border-radius: 3px;
            display: block;
            height: 2px !important;
            position: absolute;
            right: -8px;
            top: 29px;
            width: 11px !important;
            -webkit-transition: .2s .5s ease-in-out;
            -moz-transition: .2s .5s ease-in-out;
            -o-transition: .2s .5s ease-in-out;
            transition: .2s .5s ease-in-out;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }


            .close span.back {
                top: 12px !important;
            }


            .close span.front1 {
                top: 20px !important;
            }

    input#field:focus + .close span {
        top: 12px;
        right: 5px;
    }

        input#field:focus + .close span.back {
            -webkit-transition: .5s .7s ease-in-out;
            -moz-transition: .5s .7s ease-in-out;
            -o-transition: .5s .7s ease-in-out;
            transition: .5s .7s ease-in-out;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            opacity: 1;
        }

    .active {
        /*background-color: #fff!important;*/
        opacity: 1;
    }

    .mrg-rgt {
        margin-right: 26px;
    }
}

@media screen and (max-width:1366px) {
    .section--banner .banner--caption .subtitle {
        margin-bottom: 20px;
        font-family: "Poppins";
    }
}

@media screen and (max-width:1266px) {
    .container-nav {
        width: 1040px;
    }

    .container-five-steps .card-five-steps .face {
        width: 185px !important;
    }
}

@media screen and (max-width:600px) {
    .blog--slider-wrap .slick-slide {
        margin: 0
    }
}

.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropup {
    position: relative;
    display: inline-block;
}

.dropup-content {
    display: none;
    position: absolute;
    min-width: 0;
    border-radius: 50px;
    bottom: 40px;
    z-index: 1;
}

    .dropup-content a {
        padding: 0px 0px;
        text-decoration: none;
        display: block;
        margin-bottom: 5px;
        list-style-type: none;
    }

        .dropup-content a:hover {
            background-color: none;
        }

.dropup:hover .dropup-content {
    display: block;
}

.dropup:hover .dropbtn {
    background-color: #2980B9;
}

.footer-drp-ico {
    color: #55b5b3;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

/*.expSearchBox {
    float: right;
}
.expSearchFrom {
    border: 3px solid #fff;
    border-radius: 20px;
    display: inline-block;
    height: 18px;
    position: absolute;
    bottom: 82px;
    right: 44px;

}

input#field{
	cursor:pointer;
    border:none;
    background:transparent;
    height:21px;
    width:0px;
    line-height:0px;
    vertical-align:top;
    padding:5px 6px;
    -webkit-transition: width .5s;
    transition: width .5s; 
    position:relative;
    z-index:2;
   color:#404040;
   left: -2px;
   font-size: 13px;
    font-family: "Poppins";
    }
input#field:focus{
    width:300px;
    outline:none;
    margin-right:20px;
	background-color:#fff;
}

.close{
    position:absolute;
    width:30px;
    height:30px;
    top:-4px;
    right:0px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;   
    z-index:1
}

.close:hover {
    position:absolute;
    width:30px;
    height:30px;
    top:-4px;
    right:0px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;   
    z-index:1
}

.close span {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    display: block;
    height: 3px;
    position: absolute;
    right: -7px;
    top: 18px;
    width: 8px;
	
	 -webkit-transition: .2s .5s ease-in-out ;
    -moz-transition: .2s .5s ease-in-out;
    -o-transition: .2s .5s ease-in-out;
    transition: .2s .5s ease-in-out;    
   -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);    
}
   

.close span.back{
    top:12px;
    right:5px;
    opacity:0;
}
input#field:focus + .close span{
    top:12px;
    right:5px;
}

input#field:focus + .close span.back{
    -webkit-transition: .5s .7s ease-in-out ;
    -moz-transition: .5s .7s ease-in-out;
    -o-transition: .5s .7s ease-in-out;
    transition: .5s .7s ease-in-out;    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity:1;
}

.active {
    background-color: rgb(5 0 0 / 7%);
    opacity: 1;
}*/

.mrg-rgt {
    margin-right: 26px;
}

.pt-8 {
    padding-top: 3px;
}

.fluid--container {
    padding: 0 3%
}

.txt-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}


.search-wrapper {
    position: absolute;
    transform: translate(-100%, -100%);
    top: 43%;
    left: 98%;
}

    .search-wrapper.active {
    }

    .search-wrapper .input-holder {
        height: 45px;
        width: 70px;
        overflow: hidden;
        background: rgba(255,255,255,0);
        border-radius: 6px;
        position: relative;
        transition: all 0.3s ease-in-out;
    }

    .search-wrapper.active .input-holder {
        width: 400px;
        border-radius: 50px;
        background: #38c3ca;
        transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    }

    .search-wrapper .input-holder .search-input {
        width: 100%;
        height: 23px;
        padding: 0px 70px 0 20px;
        opacity: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        background: transparent;
        box-sizing: border-box;
        border: none;
        outline: none;
        font-family: "Poppins", Arial, Verdana;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #FFF;
        transform: translate(0, 60px);
        transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
        transition-delay: 0.3s;
    }

        .search-wrapper .input-holder .search-input::placeholder {
            color: #FFF;
        }

    .search-wrapper.active .input-holder .search-input {
        opacity: 1;
        transform: translate(0, 10px);
    }

    .search-wrapper .input-holder .search-icon {
        width: 70px;
        height: 39px;
        border: none;
        border-radius: 6px;
        background: none;
        padding: 0px;
        outline: none;
        position: relative;
        z-index: 2;
        float: right;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .search-wrapper.active .input-holder .search-icon {
        width: 50px;
        height: 22px;
        margin: 10px;
        border-radius: 30px;
    }

    .search-wrapper .input-holder .search-icon span {
        width: 22px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        transform: rotate(320deg);
        transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    }

    .search-wrapper.active .input-holder .search-icon span {
        transform: rotate(280deg);
    }

    .search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
        position: absolute;
        content: '';
    }

    .search-wrapper .input-holder .search-icon span::before {
        width: 3px;
        height: 8px;
        left: 7px;
        top: 19px;
        border-radius: 2px;
        background: #ffffff;
    }

    .search-wrapper .input-holder .search-icon span::after {
        width: 18px;
        height: 18px;
        left: 0px;
        top: 0px;
        border-radius: 16px;
        border: 3px solid #ffffff;
        top: 2px;
    }

    .search-wrapper .close {
        position: absolute;
        z-index: 1;
        top: 12px;
        right: 20px;
        width: 25px;
        height: 25px;
        cursor: pointer;
        transform: rotate(-180deg);
        transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
        transition-delay: 0.2s;
        visibility: hidden;
    }

    .search-wrapper.active .close {
        right: -24px;
        transform: rotate(45deg);
        transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
        transition-delay: 0.5s;
        visibility: visible;
    }

    .search-wrapper .close::before, .search-wrapper .close::after {
        position: absolute;
        content: '';
        background: #fff;
        border-radius: 2px;
    }

    .search-wrapper .close::before {
        width: 4px;
        height: 20px;
        left: 10px;
        top: 0px;
    }

    .search-wrapper .close::after {
        width: 20px;
        height: 4px;
        left: 2px;
        top: 8px;
    }

/*------------ sticky footer social old Start ------------------*/

/*.s-soft{ position: fixed; bottom:18px;
 left: 10; z-index: 1000; transition:all linear 0.2s;}
.s-soft a:first-child{ border-radius: 0px 30px 30px 0px;}
.s-soft a:last-child{ border-radius: 0px 30px 30px 0px;}
.s-item { display:block;
width: 52px;
height: 46px;
color: white; 
font-size: 25px;
line-height: 51px;
text-align: center;
transition:all linear 0.2s;
margin-bottom: 2px;
border-radius: 0px 30px 30px 0px; 
}
.s-item:hover { width:80px;
border-radius:0px 20px 20px 0px;
color:#fff;  
}
#so-open { position: fixed;
bottom:18px;
left: -90px;
border-radius:0 30px 30px 0;
transition:all linear 0.2s;
z-index: 1;
}
.facebook {background-color:  #3b5999;}
.twitter {background-color: #3AAFD6;}
.print {background-color: #39c4cb;}
.pinterest{background-color: #BD081C;}
.linkedin{background-color: #0e76a8 ;}
.instagram{background-color:  #c32aa3;}
.call{background-color:  #08b21c;}
.whatsapp{background-color:  #25D366;}
.phone{background-color:  #37f656;}
.so-collapse{left: -60px;}*/

/*------------ sticky footer social old End ------------------*/

/* scrolbar design */

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    scrollbar-width: thin;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #2aa5ab;
    -webkit-box-shadow: inset 0 0 6px rgb(66, 198, 192);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background-color: #2aa5ab;
    }

::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

/*---- discover in India ------*/

.section-content p {
    font-size: 18px;
    line-height: 25px;
    color: #333;
    margin-bottom: 0px;
    text-align: left;
    font-weight: 400;
}

.bradius {
    border-radius: 15px;
}


/*---------------------------------- 10 reasons css -------------------------------------*/

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

a {
    color: #2aa5ab;
    text-decoration: none;
    font-family: 'Poppins';
}

.asterisk {
    color: #ffc20e;
}
/* -------------------------------- 

Main Components 

-------------------------------- */
@media only screen and (min-width: 1170px) {
    .cd-section {
        height: 100vh;
    }

        .cd-section h1 {
            font-size: 4.2rem;
        }

    .cd-block {
        position: fixed;
        width: 100%;
        min-height: 100vh;
        top: 0;
        left: 0;
        height: 100vh;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
        visibility: hidden;
        z-index: -1;
    }

    .cd-section:first-of-type .cd-block {
        /*visibility: visible;*/
    }

    .cd-block > * {
        visibility: visible;
    }
}

.cd-section h1 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 2.6rem;
}

@media only screen and (min-width: 768px) {
    .cd-section h1 {
        font-size: 3.2rem;
    }
}

.cd-block, .cd-half-block {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-block {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    opacity: 00001 !important;
}

.cd-section:first-of-type .cd-block {
    /*visibility: visible;*/
    /*height: 100vh;*/
}

.cd-half-block {
    background: #ffffff;
    color: #263b40;
}

    .cd-half-block:nth-of-type(1) {
        height: 60vh;
        background-color: #263b40;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .cd-half-block:nth-of-type(2) {
        padding: 15em 10%;
    }

    .cd-half-block p {
        font-size: 1.0rem;
        line-height: 1.8;
    }

.cd-section:nth-of-type(1) .cd-half-block:first-of-type {
    background-image: url("../images/ten-reasons/1-reason.jpg");
    background-size: cover;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 8px !important;
}

.cd-section:nth-of-type(2) .cd-half-block:first-of-type {
    background-image: url("../images/ten-reasons/2-reason.jpg");
    background-size: cover;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 8px !important;
}

.cd-section:nth-of-type(3) .cd-half-block:first-of-type {
    background-image: url("../images/ten-reasons/3-reason.jpg");
    background-size: cover;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 8px !important;
}

.cd-section:nth-of-type(4) .cd-half-block:first-of-type {
    background-image: url("../images/ten-reasons/4-reason.jpg");
    background-size: cover;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 8px !important;
}

.cd-section:nth-of-type(5) .cd-half-block:first-of-type {
    background-image: url("../images/ten-reasons/5-reason.jpg");
    background-size: cover;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 8px !important;
}

.cd-section:nth-of-type(6) .cd-half-block:first-of-type {
    background-image: url("../images/ten-reasons/6-reason.jpg");
    background-size: cover;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 8px !important;
}

.cd-section:nth-of-type(7) .cd-half-block:first-of-type {
    background-image: url("../images/ten-reasons/7-reason.jpg");
    background-size: cover;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 8px !important;
}

.cd-section:nth-of-type(8) .cd-half-block:first-of-type {
    background-image: url("../images/ten-reasons/8-reason.jpg");
    background-size: cover;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 8px !important;
}

.cd-section:nth-of-type(9) .cd-half-block:first-of-type {
    background-image: url("../images/ten-reasons/9-reason.jpg");
    background-size: cover;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 8px !important;
}

.cd-section:nth-of-type(10) .cd-half-block:first-of-type {
    background-image: url("../images/ten-reasons/10-reason.jpg");
    background-size: cover;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 8px !important;
}

@media only screen and (min-width: 1170px) {
    .cd-half-block {
        height: 100vh !important;
        width: 50%;
        position: absolute;
        top: 0;
    }

    .container-five-steps .card-five-steps .face {
        width: 228px !important;
    }

    .cd-half-block p {
        position: absolute;
        left: 38%;
        top: 52%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 65%;
        /* padding: 0 30%; */
        font-size: 1.0em;
        margin-left: 13%;
        margin-top: 20px;
    }

    .cd-half-block h3 {
        font-weight: 600;
        font-size: 34px;
        left: 50%;
        margin-left: -12px;
        width: 100%;
        margin-top: -90px;
        z-index: 100;
        margin-bottom: 50px;
    }

    .cd-half-number {
        font-size: 150px;
        font-weight: 700;
        color: #FFF0C2;
        position: absolute;
        top: 9%;
        left: 9%;
        z-index: -1;
    }

    .cd-half-number-ten {
        font-size: 150px;
        font-weight: 700;
        color: #FFF0C2;
        position: absolute;
        top: 9%;
        left: 0%;
        z-index: -1;
    }

    .cd-half-block h4 {
        font-size: 2.125em;
        margin-left: -24%;
        left: 25%;
        margin-top: 20%;
        margin-bottom: 10px;
        color: #39c4cb;
    }

    .cd-section:nth-of-type(even) .cd-half-block:first-of-type, .cd-section:nth-of-type(odd) .cd-half-block:nth-of-type(2) {
        left: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .cd-section:nth-of-type(odd) .cd-half-block:first-of-type, .cd-section:nth-of-type(even) .cd-half-block:nth-of-type(2) {
        right: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.cd-vertical-nav {
    position: fixed;
    z-index: 0;
    right: 2.5%;
    top: 65%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

    .cd-vertical-nav a {
        display: block;
        height: 40px;
        width: 40px;
        /* image replace */
        overflow: hidden;
        text-indent: 100%;
        background: url(../images/ten-reasons/arrow-btn.png) no-repeat center center;
        -webkit-transition: opacity 0.2s 0s, visibility 0.2s 0s;
        -moz-transition: opacity 0.2s 0s, visibility 0.2s 0s;
        transition: opacity 0.2s 0s, visibility 0.2s 0s;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 50px;
        transition: transform 500ms;
    }

        .cd-vertical-nav a:hover {
            transform: translateY(5px);
        }

        .cd-vertical-nav a.cd-prev {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            margin-bottom: 10px;
            transition: transform 500ms;
        }

            .cd-vertical-nav a.cd-prev:hover {
                transform: translateY(-5px) rotate(180deg);
            }

        .cd-vertical-nav a.inactive {
            visibility: hidden;
            opacity: 0;
            -webkit-transition: opacity 0s 0s, visibility 0s 0.2s;
            -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
            transition: opacity 0.2s 0s, visibility 0s 0.2s;
        }


        .cd-vertical-nav a.active {
            visibility: hidden;
            opacity:;
            -webkit-transition: opacity 0s 0s, visibility 0s 0.2s;
            -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
            transition: opacity 0.2s 0s, visibility 0s 0.2s;
        }

@media only screen and (min-width: 1170px) {
    .cd-vertical-nav {
        display: block;
    }
}

.ten-reason-blog-bg {
    background-color: #ffffff;
}

.menu-log-btn {
    padding: 10px 21px;
}

.footer-link-bullets {
    margin-right: 0px;
}

/*----------------------- sticky social footer Start ------------------------*/

/*
.sbuttons {
  bottom: 2%;
  position: fixed;
  margin: 0.4em;
  left: 0;
  z-index:9999;
}
.sbutton {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin: 5px auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  padding: 0px 0px 15px 10px;
  box-shadow: 0 0 4px 1px rgb(0 0 0 / 50%);
}
.sbutton > i {
  font-size: 25px;
  line-height: 47px;
  transition: all .2s ease-in-out;
  transition-delay: 2s;
}
.sbutton:active,
.sbutton:focus,
.sbutton:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}
.sbutton:not(:last-child) {
  width: 43px;
  height: 43px;
  margin: 20px auto 0;
  opacity: 0;
}
.sbutton:not(:last-child) > i {
  font-size: 25px;
  line-height: 47px;
  transition: all .3s ease-in-out;
}
.sbuttons:hover .sbutton:not(:last-child) {
  opacity: 1;
  width: 43px;
  height: 43px;
  margin: 5px auto 0;
}
.sbutton:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}
.sbutton:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}
.sbutton:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}
.sbutton:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}
.sbutton:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}
.sbutton:not(:last-child):nth-last-child(6) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
 
[tooltip]:before {
  font-family: "Poppins";
  font-weight: 100;
  border-radius: 2px;
  background-color: #2aa5ab;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-left: 10px;
  position: absolute;
  left: 100%;
  bottom: 20%;
  white-space: nowrap;
}
 
[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
.sbutton.mainsbutton {
  background: #2aa5ab;
}
.sbutton.gplus {
  background: #167b31;
}
.sbutton.pinteres {
  background: #e60023;
}
.sbutton.twitt {
  background: #03A9F4;
}
.sbutton.fb {
  background: #25a747;
}
.sbutton.whatsapp {
  background: #00e676;
}
.sbutton.messenger {
  background: #006AFF;
}
.sbutton.email {
  background: #D44638;
}

*/

.menu-social-drop-up {
    z-index: 999;
    position: fixed;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .menu-social-drop-up .share i.fa {
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        background: rgb(255 255 255);
        border-radius: 50px;
        color: #3bc6cd;
        box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
    }

    .menu-social-drop-up .share:hover.top .submenu-social li:nth-child(1) {
        opacity: 1;
        top: -51px;
        transition-delay: 0.08s;
        transform: rotateY(0deg);
    }

    .menu-social-drop-up .share:hover.top .submenu-social li:nth-child(2) {
        opacity: 1;
        top: -102px;
        transition-delay: 0.16s;
        transform: rotateY(0deg);
    }

    .menu-social-drop-up .share:hover.top .submenu-social li:nth-child(3) {
        opacity: 1;
        top: -153px;
        transition-delay: 0.24s;
        transform: rotateY(0deg);
    }

    .menu-social-drop-up .share:hover.top .submenu-social li:nth-child(4) {
        opacity: 1;
        top: -205px;
        transition-delay: 0.32s;
        transform: rotateY(0deg);
    }

    .menu-social-drop-up .share:hover.top .submenu-social li:nth-child(5) {
        opacity: 1;
        top: -257px;
        transition-delay: 0.4s;
        transform: rotateY(0deg);
    }

    .menu-social-drop-up .submenu-social {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .menu-social-drop-up .submenu-social li {
            transition: all ease-in-out 0.5s;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            opacity: 0;
        }

            .menu-social-drop-up .submenu-social li a {
                color: #212121;
            }

                .menu-social-drop-up .submenu-social li a:hover i.fa {
                    color: #fff;
                }

                .menu-social-drop-up .submenu-social li a:hover.facebook i.fa {
                    background-color: #3b5999;
                }

                .menu-social-drop-up .submenu-social li a:hover.twitter i.fa {
                    background-color: #55acee;
                }

                .menu-social-drop-up .submenu-social li a:hover.googlePlus i.fa {
                    background-color: #dd4b39;
                }

                .menu-social-drop-up .submenu-social li a:hover.instagram i.fa {
                    background-color: #e4405f;
                }

                .menu-social-drop-up .submenu-social li a:hover.phone i.fa {
                    background-color: #41af1d;
                }

            .menu-social-drop-up .submenu-social li:nth-child(1) {
                transform: rotateX(45deg);
            }

            .menu-social-drop-up .submenu-social li:nth-child(2) {
                transform: rotateX(90deg);
            }

            .menu-social-drop-up .submenu-social li:nth-child(3) {
                transform: rotateX(135deg);
            }

            .menu-social-drop-up .submenu-social li:nth-child(4) {
                transform: rotateX(180deg);
            }

    .menu-social-drop-up.bottomRight {
        bottom: 18px;
        left: 10px;
    }

/*----------------------- sticky social footer End ------------------------*/

.mob-header-social-search {
    position: relative;
    top: -4px;
    bottom: 0;
    right: 6%;
    margin-top: 0;
    height: 100%;
    z-index: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    width: 100%;
    /* -webkit-filter: drop-shadow(0 0 13.5px rgba(34,33,33,.2)); */
    /* filter: drop-shadow(0 0 13.5px rgba(34,33,33,.2)); */
    background-color: #fff;
    /* overflow-y: scroll; */
    overflow-x: hidden;
}

    /*-------------- mobile header social icons & search bar start --------------------*/

    .mob-header-social-search .social {
        margin-top: 0px;
        font-size: 18px;
    }

    .mob-header-social-search ul {
        display: flex;
    }

    .mob-header-social-search .social ul li {
        padding: 0 9px 0 31px;
    }

        .mob-header-social-search .social ul li a {
            padding: 0px;
            color: #2aa5ab;
        }

    .mob-header-social-search ul li {
        position: relative;
        height: auto;
        overflow: hidden;
        padding: 7px 9px;
    }

.mob-header-ss-align {
    padding: 10px 5px;
}

/*-------------- mobile header social icons & search bar end --------------------*/

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: 100;
    margin-left: 2px;
    color: #2aa5ab;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.readm {
    display: none;
}

.readl {
    display: block;
}

/*------------------- 5 Steps Pages Start -----------------------*/

.cd-timeline-content .cd-content {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
}

.cd-timeline-content .cd-content {
    float: left;
    padding: .8em 0;
}

.cd-timeline-content .cd-content-step-two {
    position: absolute;
    width: 100%;
    left: -122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
}

.cd-timeline-content .cd-content-step-two {
    float: left;
    padding: .8em 0;
}

.section--title-steps {
    color: #2aa5ab;
    font-size: 1.1em;
    font-weight: 100;
    margin-bottom: 10px;
}

.mt-280 {
    margin-top: 200px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-85 {
    margin-top: 85px;
}

.pb-25 {
    padding-bottom: 25px;
}


.section--title-step {
    color: #333333;
    font-size: 2.313em;
    font-weight: 500;
    margin-bottom: 10px;
}

.section--title-step-left {
    color: #333333;
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}

.section--title-step span {
    color: #f68522;
}

.cd-timeline-content p {
    font-size: 1.0em;
    line-height: 25px;
    color: #333;
    margin-bottom: 20px;
    text-align: justify;
}

/*-- 5 Steps Pages End --*/


/*-- Contact Page Start --*/

.bg-deep {
    background-color: #2aa5ab;
}

blockquote {
    border-left: 3px solid #ffc20e;
    margin: 20px 0;
    padding: 10px 10px 10px 30px;
}

    blockquote.bg-theme-colored-contact {
        border-left: 3px solid #202C45;
        color: #fff;
    }

.bg-theme-colored-contact {
    background-color: #2aa5ab !important;
}

.contact-brochure {
    display: block;
}

.contact-page-social {
    padding: 0px 40px 0px 40px;
}

.cta-buddhist {
    background-color: #ffc20e;
}

/*-- Contact Page End ---*/


/*-- Buddhist Page Start ---*/

.section--title-buddhist {
    color: #ffffff;
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: 100;
    line-height: 25px;
}

.buddhist-button {
    background-color: #0a0a0a !important;
    border: 2px solid;
    background-image: #ffffff;
    background-image: #ffffff;
    color: #ffffff !important;
    padding: 17px 40px;
    border-radius: 37px;
    background: #2aa5ab;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    display: block;
}

/*-- Buddhist Page End ---*/

.font-20 {
    font-size: 20px;
    color: #f68522
}

.font-18 {
    font-size: 18px;
    font-weight: 500;
}

/*-- Travel Page Start --*/

.travel-table {
    background-color: #009297;
}

.travel-table-inner {
    color: #ffffff;
}

.travel-table-border {
    border: 2px solid #d9edf7;
}

/*-- Travel Page End --*/

/*-- 5 Steps Page V1 Start --*/

.app {
    font-family: "Gotham";
    color: #031d3d;
    padding-bottom: 50px;
}

/*.container-five-steps {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 38px;
  box-sizing: border-box;
}*/


button {
    border: none;
    background: none;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.accordions__controls {
    display: flex;
    justify-content: flex-end;
    padding-top: 38px;
    padding-bottom: 19px;
}

.accordions__control {
    font-weight: 100;
    font-size: 18px;
    color: #00a5a9;
    transition: color 0.3s ease-in-out;
}

    .accordions__control:hover, .accordions__control:focus {
        color: #031d3d;
    }

.accordions__header {
    font-size: 32px;
    font-weight: 600;
    background-color: #f0f0f0;
    position: relative;
    border-bottom: solid 1px #d3d3d3;
}

.accordions__container {
    display: flex;
}

.accordions__title {
    position: relative;
    padding: 28px 0;
    padding-right: 38px;
    flex: 1;
    z-index: 2;
    background-color: #f0f0f0;
    font-size: 0.7em;
    font-weight: 100;
}

    .accordions__title span {
        color: #2aa5ab;
        font-weight: 100;
    }

    .accordions__title::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        border-bottom: solid 1px #d3d3d3;
        z-index: 1;
    }

.accordions__button {
    color: white;
    padding-left: 38px;
    line-height: 1;
    transition: padding 0.3s ease-in-out;
}

    .accordions__button::before {
        content: "";
        background-color: #08ced2;
        position: absolute;
        top: 0;
        left: 50%;
        right: 0;
        bottom: 0;
        bottom: -1px;
        z-index: 1;
        border-bottom: solid 1px #09a5a8;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    }

    .accordions__button:hover {
        padding-right: 38px;
    }

        .accordions__button:hover::before {
            background-color: #09a5a8;
        }

    .accordions__button:focus::before {
        background-color: #09a5a8;
    }

    .accordions__button:active, .accordions__button--active {
        padding-right: 38px;
    }

        .accordions__button:active::before, .accordions__button--active::before {
            background-color: #031d3d !important;
            border-bottom: solid 1px #031730;
        }

        .accordions__button:active .accordions__icon, .accordions__button--active .accordions__icon {
            transform: rotate(45deg);
        }

.accordions__icon {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease-in-out;
}

.accordions__content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 1.2s ease-in-out, opacity 0.6s ease-in-out 0.6s, transform 0.6s ease-in-out 0.6s;
    transform: translateY(38px);
}

.accordions__content--expanded {
    max-height: 200vh;
    opacity: 1;
    padding-bottom: 76px;
    transform: none;
}

.rich-text {
    font-size: 16px;
    line-height: 32px;
}

    .rich-text p {
        margin-top: 25px;
    }

/*-- 5 Steps Page V1 End --*/

/*-- Ranking Accreditation Start --*/

.bg-theme-colored-box-ihe {
    background-color: #bddade !important;
    background: url("../images/five-steps-to-india/step-1.png");
}

.bg-theme-colored-box-ihe-1 {
    background-color: #ffedc5 !important;
    background: url("../images/five-steps-to-india/step-2.png");
}

.bg-theme-colored-box-ihe-2 {
    background-color: #ddb5c7 !important;
    background: url("../images/five-steps-to-india/step-3.png");
}

.bg-theme-colored-box-ihe-3 {
    background-color: #e5f79e !important;
    background: url("../images/five-steps-to-india/step-4.png");
}

.icon-box .icon-box-title-ihe {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 34px;
    text-shadow: 2px 2px 4px #888888;
}

.cd-timeline-content-gc {
    background: #ffffff;
}

.cd-timeline-content-naac {
    background: #ffffff;
}

.cd-timeline-content-nirf {
    background: #ffffff;
}

/*-- Ranking Accreditation End --*/

/*-- Scholarships Page Start --


.tab .nav-tabs{
    background: #ecfcff;
    padding: 5px 0;
    text-align: center;
}
.tab .nav-tabs li{
    margin-bottom: 0;
    margin-right: 0;
    float: none;
    display: inline-block;
}
.tab .nav-tabs li a{
    font-size: 14px;
    color: #00779c;
    background: #fafbfb;
    margin-right: 5px;
    padding: 20px 64px;
    border-radius: 0;
	background-image: url("../images/scholarship-tab-institute.png");
	background-repeat: no-repeat;
    background-position: right;
	border-bottom:2px solid #2aa5ab;
}
.tab .nav-tabs li a:hover{
    color: #00779c;
    border-color: transparent;
	border-bottom:2px solid #2aa5ab;
}
.tab .nav-tabs li a i{
    font-size: 14px;
    margin-right: 10px;
	display: inline-block;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:hover{
    background: #2aa5ab;
    color: #fff;
    border: 1px solid transparent;
	background-image: url("../images/scholarship-tab-institute.png");
	background-repeat: no-repeat;
    background-position: left;
}
.tab .tab-content{
    font-size: 14px;
    color: #00779c;
    line-height: 30px;
    background: #ecfcff;
    padding: 20px 10px;
}
@media only screen and (max-width: 990px){
    .tab .nav-tabs li a{ padding: 15px 10px; }
    .tab .tab-content{ padding: 20px 25px; }
}
@media only screen and (max-width: 767px){
    .tab .nav-tabs li a{ padding: 15px 5px; }
}
@media only screen and (max-width: 480px){
    .tab .nav-tabs li{ width:100%; }
	.tab-content>.active{background-color: #ecfcff!important;}
}



-- Scholarships Page End --*/
.copyrights-content p {
    color: #ffffff;
}

blockquote.bg-theme-colored-pyb {
    border-left: none;
    color: #fff;
}

.sbuttons a:hover {
    color: #fff;
}

.media {
    height: auto !important;
}

    .media h5 {
        font-weight: 26px;
        font-weight: 600;
        color: #009297;
    }

    .media h6 {
        font-weight: 16px;
        font-weight: 600;
        color: #009297;
    }

.bg-theme-colored-date {
    background-color: #2aa5ab !important;
}

.title-blog-main {
    font-size: 1.0em;
    font-weight: 100;
    line-height: 25px;
    color: #2aa5ab;
}

.single-blog-social {
    margin-right: 0px;
}

/*-- Events Page Start --*/

.main-timeline {
    overflow: hidden;
    position: relative;
}

    .main-timeline .timeline {
        width: 50%;
        float: left;
        z-index: 1;
        position: relative;
    }

        .main-timeline .timeline:before,
        .main-timeline .timeline:after {
            content: "";
            display: block;
            clear: both;
        }

        .main-timeline .timeline:before {
            content: "";
            width: 40px;
            height: 90%;
            background: #727cb6;
            position: absolute;
            top: 10%;
            right: -20px;
        }

.country-flag {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.guest-title {
    font-size: 12px;
    float: left;
    color: #7f8386;
    padding-top: 2px;
}

.face-align {
    text-align: left !important;
    width: 50px !important;
    margin-bottom: 0px !important;
}

.add-line-height {
    line-height: 25px;
}


.timeline-flt {
    float: left;
}

.timeline-flt-guest {
    float: left;
    font-size: 18px;
    color: #2aa5ab;
    font-weight: 100;
}

.main-timeline .timeline:last-child:before {
    height: 0;
}

.main-timeline .timeline-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #727cb6;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 3;
}

    .main-timeline .timeline-icon:before {
        content: "";
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #fff;
        border: 2px solid #727cb6;
        box-shadow: 0 0 0 4px #a5afe4;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .main-timeline .timeline-icon i {
        font-size: 35px;
        color: #303a3b;
        line-height: 80px;
        z-index: 1;
        position: relative;
        margin-left: 9px;
    }

.main-timeline .year {
    display: block;
    padding: 0 60px 0 30px;
    font-size: 30px;
    color: #303a3b;
    text-align: right;
    border-bottom: 2px solid #303a3b;
    z-index: 2;
    position: relative;
}

    .main-timeline .year:before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #727cb6;
        border: 5px solid #fff;
        box-shadow: 0 0 0 4px #727cb6;
        margin: auto;
        position: absolute;
        bottom: -15px;
        left: 4px;
    }

    .main-timeline .year:after {
        content: "";
        border-left: 10px solid #303a3b;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        bottom: -11px;
        left: 50px;
    }

.main-timeline .timeline-content {
    padding: 18px 60px 18px 40px;
    text-align: right;
    position: relative;
    z-index: 1;
}

    .main-timeline .timeline-content:before,
    .main-timeline .timeline-content:after {
        content: "";
        width: 80px;
        height: 150px;
        border-radius: 50%;
        /*background: #fff;*/
        position: absolute;
        top: -7%;
        right: 15px;
        z-index: -1;
    }

    .main-timeline .timeline-content:after {
        left: auto;
        right: -95px;
    }

.main-timeline .timeline:last-child .timeline-content:before,
.main-timeline .timeline:last-child .timeline-content:after {
    width: 0;
    height: 0;
}

.main-timeline .title {
    font-size: 22px;
    font-weight: bold;
    color: #727cb6;
    margin-top: 0;
}

.main-timeline .description {
    font-size: 15px;
    color: #7f8386;
    line-height: 25px;
    margin-bottom: 10px;
}

.main-timeline .timeline:nth-child(2) {
    margin-top: 140px;
}

.main-timeline .timeline:nth-child(even) {
    margin-bottom: 80px;
}

.main-timeline .timeline:nth-child(odd) {
    margin: -140px 0 0 0;
}

.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even) {
    margin: 0 !important;
}

.main-timeline .timeline:nth-child(2n):before,
.main-timeline .timeline:nth-child(2n) .timeline-icon {
    right: auto;
    left: -20px;
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    left: -40px
}

.main-timeline .timeline:nth-child(2n) .year {
    padding: 0 30px 0 60px;
    text-align: left;
}

    .main-timeline .timeline:nth-child(2n) .year:before {
        left: auto;
        right: 3px;
    }

    .main-timeline .timeline:nth-child(2n) .year:after {
        border-left: none;
        border-right: 10px solid #303a3b;
        right: 50px;
    }

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 18px 40px 18px 60px;
    text-align: left;
}

    .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        left: -95px;
    }

    .main-timeline .timeline:nth-child(2n) .timeline-content:after {
        left: 15px;
    }

.main-timeline .timeline:nth-child(2n):before,
.main-timeline .timeline:nth-child(2n) .timeline-icon {
    background: #e77e21;
}

    .main-timeline .timeline:nth-child(2n) .timeline-icon:before {
        border-color: #e77e21;
        box-shadow: 0 0 0 4px #f1a563;
    }

.main-timeline .timeline:nth-child(2n) .year:before {
    background: #e77e21;
    box-shadow: 0 0 0 4px #e77e21;
}

.main-timeline .timeline:nth-child(2n) .title {
    color: #e77e21;
}

.main-timeline .timeline:nth-child(3n):before,
.main-timeline .timeline:nth-child(3n) .timeline-icon {
    background: #008b8b;
}

    .main-timeline .timeline:nth-child(3n) .timeline-icon:before {
        border-color: #008b8b;
        box-shadow: 0 0 0 4px #50b5b4;
    }

.main-timeline .timeline:nth-child(3n) .year:before {
    background: #008b8b;
    box-shadow: 0 0 0 4px #008b8b;
}

.main-timeline .timeline:nth-child(3n) .title {
    color: #008b8b;
}

.main-timeline .timeline:nth-child(4n):before,
.main-timeline .timeline:nth-child(4n) .timeline-icon {
    background: #ed687c;
}

    .main-timeline .timeline:nth-child(4n) .timeline-icon:before {
        border-color: #ed687c;
        box-shadow: 0 0 0 4px #f798a8;
    }

.main-timeline .timeline:nth-child(4n) .year:before {
    background: #ed687c;
    box-shadow: 0 0 0 4px #ed687c;
}

.main-timeline .timeline:nth-child(4n) .title {
    color: #ed687c;
}

@media only screen and (max-width: 990px) {
    .main-timeline .timeline {
        width: 100%;
    }

        .main-timeline .timeline:nth-child(even),
        .main-timeline .timeline:nth-child(odd) {
            margin: 0;
        }

        .main-timeline .timeline:before,
        .main-timeline .timeline:nth-child(2n):before {
            width: 30px;
            height: 100%;
            left: 25px;
        }

        .main-timeline .timeline-icon,
        .main-timeline .timeline:nth-child(2n) .timeline-icon {
            left: 0;
        }

        .main-timeline .year,
        .main-timeline .timeline:nth-child(2n) .year {
            text-align: left;
            padding: 0 30px 0 100px;
        }

            .main-timeline .year:before,
            .main-timeline .timeline:nth-child(2n) .year:before {
                left: auto;
                right: 4px;
            }

            .main-timeline .year:after {
                left: auto;
                right: 50px;
                border-right: 10px solid #303a3b;
                border-left: none;
            }

        .main-timeline .timeline-content,
        .main-timeline .timeline:nth-child(2n) .timeline-content {
            text-align: left;
            padding: 18px 40px 18px 100px;
        }

            .main-timeline .timeline-content:before,
            .main-timeline .timeline-content:after {
                width: 0;
                height: 0;
            }
}

/*-- Events Page End --*/

/*-- Events Section Home Page Start ---*/

.eventbox {
    background-color: #ffffff;
    font-family: "Gotham";
    padding: 0 0 20px;
    margin: 5px 5px 0 15px;
    text-align: right;
    border-radius: 20px 0;
    position: relative;
    z-index: 1;
    webkit-box-shadow: 0 0 8px rgb(34 33 33 / 17%);
    box-shadow: 0 0 8px rgb(34 33 33 / 17%);
}

    .eventbox .title {
        color: #fff;
        background: linear-gradient(to right,#ffc10f,#f78921);
        font-size: 18px;
        font-weight: 500;
        text-align: right;
        text-transform: uppercase;
        padding: 12px 25px;
        margin: -6px -6px 30px 0;
        border-radius: 0 0 0 20px;
        box-shadow: -2px 4px 1px rgba(0,0,0,0.2);
        display: inline-block;
        position: relative;
    }

        .eventbox .title:before,
        .eventbox .title:after {
            content: "";
            background: linear-gradient(to right bottom, transparent 49%, #f83600 50%);
            width: 5px;
            height: 5px;
            position: absolute;
            top: 0;
            left: -4px;
        }

    .eventbox .heading {
        text-align: left;
        font-size: 18px;
        font-weight: 500;
        color: #333;
        margin: 0 15px 15px;
        line-height: 25px;
    }

    .eventbox .title:after {
        transform: rotate(180deg);
        top: auto;
        bottom: -5px;
        left: auto;
        right: 0;
    }

    .eventbox .description {
        color: #555;
        font-size: 1.0em;
        letter-spacing: 0.5px;
        line-height: 25px;
        text-align: left;
        margin: 0 15px 15px;
    }

    .eventbox .service-icon {
        color: #fff;
        background: #36353a;
        font-size: 35px;
        text-align: center;
        line-height: 68px;
        width: 70px;
        height: 70px;
        margin: 0 auto 20px;
        border: 2px solid #000;
        border-radius: 50%;
        transition: all 0.3s ease 0s;
    }

    .eventbox:hover .service-icon {
        transform: rotateY(360deg);
    }

    .eventbox .read-more {
        color: #fff;
        background: linear-gradient(to right,#ffc20e,#f68522);
        font-size: 17px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
        width: 140px;
        padding: 7px 0;
        border-radius: 0 30px 30px 0;
        box-shadow: 4px 4px 1px rgba(0,0,0,0.2);
        display: block;
        position: relative;
    }

        .eventbox .read-more:hover {
            text-shadow: 0 0 5px #555;
        }

        .eventbox .read-more:before,
        .eventbox .read-more:after {
            content: "";
            background: linear-gradient(to bottom,#ffc10f,#f68621);
            width: 15px;
            height: 25px;
            border-radius: 50px 0 0 50px;
            position: absolute;
            top: -25px;
            left: -15px;
        }

        .eventbox .read-more:after {
            background: #ffc20e;
            border-radius: 50px 0 0 50px;
            height: 62px;
            z-index: -2;
        }

    .eventbox.past .title,
    .eventbox.past .read-more {
        background: linear-gradient(to right, #2aa5ab, #009297);
    }

        .eventbox.past .title:before,
        .eventbox.past .title:after {
            background: linear-gradient(to right bottom, transparent 49%, #039b68 50%);
        }

        .eventbox.past .read-more:before {
            background: linear-gradient(to bottom,#2aa5ab, #009297);
        }

        .eventbox.past .read-more:after {
            background: #28a4aa;
        }

@media only screen and (max-width:990px) {
    .eventbox {
        margin: 5px 5px 30px 15px;
    }
}

/*-- Events Section Home Page End ---*/

.event-guest {
    font-size: 0.8em !important;
    font-weight: 100;
}

.event-guest-name {
    font-size: 18px;
    font-weight: 100;
}

.pl-8 {
    padding-left: 8px;
}

.radi-img {
    border-radius: 30px;
}

/*-- Event Page Guest Start --*/

.our-team {
    text-align: center;
}

    .our-team .pic {
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }

        .our-team .pic:before,
        .our-team .pic:after {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 13px solid #e6e5e5;
            position: absolute;
            top: 0;
            left: 0;
        }

        .our-team .pic:after {
            border-color: #37b0f1 #e6e5e5 #e6e5e5 #37b0f1;
            z-index: 1;
            transform: rotate(-10deg);
            transition: all 0.5s ease 0s;
        }

    .our-team:hover .pic:after {
        transform: rotate(350deg);
    }

    .our-team img {
        width: 100%;
        height: auto;
    }

    .our-team .title {
        font-size: 26px;
        font-weight: bold;
        color: #222;
        padding-bottom: 10px;
        margin: 15px 0 10px 0;
        position: relative;
    }

        .our-team .title:after {
            content: "";
            width: 30px;
            height: 2px;
            background: #222;
            margin: 0 auto;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

    .our-team .post {
        display: block;
        font-size: 16px;
        font-style: italic;
        color: #777;
    }

    .our-team .icon {
        list-style: none;
        padding: 0;
        margin: 10px 0 0 0;
    }

        .our-team .icon li {
            display: inline-block;
        }

            .our-team .icon li a {
                display: inline-block;
                width: 30px;
                height: 30px;
                line-height: 30px;
                border-radius: 50%;
                background: #e0e0e0;
                font-size: 14px;
                color: #999;
                margin-right: 5px;
                transition: all 0.3s ease-out 0s;
            }

                .our-team .icon li a:hover {
                    background: #37b0f1;
                    color: #fff;
                }

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

/*-- Event Page Guest End --*/

/*-- Event Page Country Start --*/

.flag {
    width: 260px;
    height: 173px;
}

.flag-element {
    -webkit-animation: oscill 1s ease-in-out infinite alternate;
    -moz-animation: oscill 1s ease-in-out infinite alternate;
    -ms-animation: oscill 1s ease-in-out infinite alternate;
    animation: oscill 1s ease-in-out infinite alternate;
    background: url('../images/events/country-flags/mauritius.jpg');
    background-size: 300px 100%;
    position: relative;
    height: 100%;
    width: 1px;
    display: inline-block;
    box-shadow: 0 1px grey, 0 -1px gray;
}

@-webkit-keyframes oscill {
    0% {
        top: 5%;
    }

    100% {
        top: -5%;
    }
}

@-moz-keyframes oscill {
    0% {
        top: 5%;
    }

    100% {
        top: -5%;
    }
}

@-ms-keyframes oscill {
    0% {
        top: 5%;
    }

    100% {
        top: -5%;
    }
}

@keyframes oscill {
    0% {
        top: 5%;
    }

    100% {
        top: -5%;
    }
}

/*-- Event Page Country End --*/

/*-- Sitemap Page Start --*/

.sitemap {
    margin: 0 0 2em 0;
}

/* ------------------------------------------------------------
	Page Styles
------------------------------------------------------------ */

/* -------- Top Level --------- */

.primaryNav {
    clear: both;
    width: 100%;
    margin-top: 3em;
}

.main-nav-sitemap {
    background-color: #2aa5ab !important;
}

    .main-nav-sitemap li a:hover {
        background-color: #009297;
    }

.mt--19 {
    margin-top: -19px !important;
}

.mt--7 {
    margin-top: -4px !important;
}

.primaryNav #home {
    position: absolute;
    margin-top: -3em;
    margin-bottom: 0;
    min-width: 11.5em;
    width: 100%;
}

    .primaryNav #home:before {
        display: none;
    }

.primaryNav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    margin-left: 0px !important;
}

.primaryNav li {
    flex: 1;
    flex-basis: 11.5em;
    padding-right: 1.25em;
    position: relative;
}

.primaryNav > ul > li {
    margin-top: 3em;
}

.primaryNav li a {
    margin: 0;
    padding: .875em .9375em .9375em .9375em;
    display: block;
    font-size: 1.1em;
    color: white;
    background: #00666a;
    text-shadow: 0 0 10px rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.025);
    box-shadow: 0px 2px 1px rgba(0,0,0,0.15);
    text-decoration: none;
}

    .primaryNav li a:hover {
        background-color: #009297;
    }

.primaryNav a:link:after,
.primaryNav a:visited:after,
.utilityNav a:link:after,
.utilityNav a:visited:after {
    /*content: " "attr(href)" ";*/
    display: block;
    font-size: .75em;
    margin-top: .25em;
    word-wrap: break-word;
    color: rgba(255,255,255,.75);
}

/* -------- Second Level --------- */

.primaryNav ul ul {
    display: block;
}

    .primaryNav ul ul li {
        padding-top: .6875em;
        padding-right: 0;
    }

        .primaryNav ul ul li a {
            background-color: #ffc20e;
        }

            .primaryNav ul ul li a:hover {
                background-color: #00666a;
            }

        .primaryNav ul ul li:first-child {
            padding-top: 2em;
        }

    /* -------- Third Level --------- */

    .primaryNav ul ul ul {
        margin-top: .6em;
        padding-top: .6em;
        padding-bottom: .625em;
    }

        .primaryNav ul ul ul li {
            padding-top: .3125em;
            padding-bottom: .3125em;
        }

            .primaryNav ul ul ul li a {
                background-color: #a64374;
                font-size: .75em;
                padding: .75em;
                width: 90%;
                margin-right: 0;
                margin-left: auto;
            }

                .primaryNav ul ul ul li a:hover {
                    background-color: #ff831b;
                }

            .primaryNav ul ul ul li:first-child {
                padding-top: 1em;
            }

            .primaryNav ul ul ul li a:link:after,
            .primaryNav ul ul ul li a:visited:after {
                font-size: .75em;
            }

        /* --------	Fourth Level --------- */

        .primaryNav ul ul ul ul {
            margin-top: 0;
            padding-top: .3125em;
            padding-bottom: .3125em;
        }

            .primaryNav ul ul ul ul li a {
                background-color: #de003a;
                padding: .75em;
                width: 80%;
            }

                .primaryNav ul ul ul ul li a:hover {
                    background-color: #c20035;
                }

                .primaryNav ul ul ul ul li a:link:after,
                .primaryNav ul ul ul ul li a:visited:after {
                    display: none;
                }

/* ------------------------------------------------------------
	Connecting Lines:
	Uncomment 'border-color: red' for debugging
------------------------------------------------------------ */

.primaryNav ul:before,
.primaryNav ul:after,
.primaryNav ul li:before,
.primaryNav ul li:after {
    display: block;
    content: '';
    position: absolute;
    border-width: 0;
    border-color: #e3e3e3;
    border-style: solid;
    z-index: -1;
    /* border-color: red; */
}

.primaryNav > ul > li:before {
    height: 1.375em;
    top: -1.375em;
    ;
    right: calc(50% + .625em);
    width: calc(100% - 2px);
    border-top-width: 2px;
    border-right-width: 2px;
    /* border-color: red; */
}

.primaryNav > ul > li:first-child + li:before {
    border-top-width: 0;
    height: 5em;
    top: -5em;
    /* border-color: red; */
}

.primaryNav ul ul li:after {
    width: 50%;
    height: .6875em;
    top: 0;
    right: 1px;
    border-left-width: 2px;
    /* border-color: red */;
}

.primaryNav ul ul li:first-child:before {
    width: 50%;
    height: 1.3125em;
    top: .6875em;
    right: 1px;
    border-left-width: 2px;
    /* border-color: red; */
}

.primaryNav > ul > li:last-child:after {
    border-bottom-width: 0;
}

.primaryNav ul ul ul li:before {
    width: calc(50% - 5px) !important;
    height: calc(100% - 2px);
    top: -50%;
    left: 0;
    border-left-width: 2px;
    border-bottom-width: 2px;
    /* border-color: red; */
}

.primaryNav ul ul ul li:first-child:before {
    height: 2.125em;
    top: -1px;
    border-top-width: 2px;
    /* border-color: red; */
}

.primaryNav ul ul ul:before {
    width: 50%;
    height: 1.25em;
    top: -10px;
    right: 1px;
    border-left-width: 2px;
    /* border-color: red; */
}

.primaryNav ul ul ul li:after {
    border-width: 0;
}

.primaryNav ul ul ul ul li:before,
.primaryNav ul ul ul ul li:first-child:before {
    display: none;
}

.primaryNav ul ul ul ul:before {
    width: 1px;
    height: calc(100% + 2.5em);
    top: -2.5em;
    left: 0;
    border-left-width: 2px;
    /* border-color: red; */
}

/* ------------------------------------------------------------
	Utility Navigation
------------------------------------------------------------ */

.utilityNav {
    float: right;
    margin-top: 0;
    margin-bottom: -.25em;
    margin-right: 1.25em;
    max-width: 48%;
    list-style-type: none;
}

    .utilityNav li {
        padding: 0 0 .625em .625em;
        display: inline-block;
    }

        .utilityNav li:first-child {
        }

        .utilityNav li a {
            display: block;
            font-size: .75em;
            padding: .75em 1em;
            text-align: left;
            color: white;
            background-color: #ffc20e;
            border: 1px solid rgba(0,0,0,.025);
            box-shadow: 0px 2px 0 rgba(0,0,0,0.15);
            text-shadow: 0 0 10px rgba(0,0,0,.15);
            text-decoration: none;
        }

            .utilityNav li a:hover {
                background-color: #00666a;
            }

            .utilityNav li a:link:after,
            .utilityNav li a:visited:after {
                color: rgba(255,255,255,.75);
                font-size: .75em;
                font-weight: 600;
                margin-top: .25em;
            }

/* ------------------------------------------------------------
	Responsive Styles
------------------------------------------------------------ */

@media screen and (max-width: 30em) {
    .primaryNav ul {
        display: block;
    }

    .primaryNav li {
        width: 100%;
        padding-right: 0;
    }

    .primaryNav #home {
        width: 100%;
        position: relative;
        margin-bottom: -1em;
        margin-top: 0;
    }

    .utilityNav {
        float: none;
        display: block;
        width: 100%;
        text-align: right;
        margin-bottom: 2.5em;
        max-width: 100%;
    }
}

/* two column */
@media screen and (min-width: 30em) {
    .primaryNav > ul > li {
        max-width: 50%;
    }
}
/* three column */
@media screen and (min-width: 38.5em) {
    .primaryNav > ul > li {
        max-width: 33%;
    }
}
/* four column */
@media screen and (min-width: 50em) {
    .primaryNav > ul > li {
        max-width: 25%;
    }
}
/* five column */
@media screen and (min-width: 61em) {
    .primaryNav > ul > li {
        max-width: 20%;
    }
}
/* six column */
@media screen and (min-width: 73em) {
    .primaryNav > ul > li {
        max-width: 16.66%;
    }
}
/* seven column */
@media screen and (min-width: 84.5em) {
    .primaryNav > ul > li {
        max-width: 14.285%;
    }
}
/* eight column */
@media screen and (min-width: 96em) {
    .primaryNav > ul > li {
        max-width: 12.5%;
    }
}
/* nine column */
@media screen and (min-width: 107.5em) {
    .primaryNav > ul > li {
        max-width: 11.11%;
    }
}
/* ten column */
@media screen and (min-width: 119em) {
    .primaryNav > ul > li {
        max-width: 10%;
    }
}

/*-- Sitemap Page End --*/

.top-institue-text {
    font-size: 9px;
    line-height: 15px;
    padding: 25px;
}

.lb {
    color: #ffc20e;
}

/*--button call us page --*/



.call-me-heading {
    font-size: 18px;
    line-height: 24px;
    font-weight: 100;
}

.instruction-img {
    float: right;
}

.download-grade {
    margin: 0 auto;
    float: none;
}

.btn-ten-reason {
    background-color: #ffc20e;
    padding: 5px 20px 5px 20px;
}

.pt-250 {
    padding-top: 250px !important;
}

.pt-135 {
    padding-top: 135px !important;
}

.breadcrumb {
    color: #ffc20e;
    list-style: none;
    border-radius: 4px;
    padding: 0px;
    font-family: 'Poppins';
    font-size: 12px;
}

.breadcrumb-space {
    margin-top: 50px;
    margin-bottom: -82px !important;
}


/*-- Institute Search Page Start --*/

.product-grid {
    background: #fff;
    border: 1px solid #e2dfdf;
    border-radius: 22px;
}

.institute-main {
    background: #fff;
    border: 1px solid #e2dfdf;
    border-radius: 22px;
    margin-bottom: 10px;
}

.product-grid .product-image {
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
}

    .product-grid .product-image a.image {
        margin: 0 auto;
    }

        .product-grid .product-image a.image:before {
            content: '';
            background-color: #98d0cb;
            width: 100%;
            height: 65%;
            border-radius: 20px;
            opacity: .1;
            position: absolute;
            left: 0;
            bottom: 0;
            transition: all ease .35s;
        }

.product-grid:hover .product-image a.image:before {
    opacity: 0.4;
    height: 100%;
}

.product-grid .product-image img {
    /*width:100%;*/
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transform: scale(.85);
    transition: all 0.5s ease 0s;
}

.product-grid:hover .product-image img {
    transform: scale(1);
}

.product-grid .product-like-icon {
    color: #020202;
    font-size: 10px;
    line-height: 13px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    transition: all 0.3s ease 0s;
    background-color: #eaf6f7;
    padding: 5px;
    border-radius: 8px;
}

.product-grid:hover .product-like-icon {
    color: #222;
    top: 20px;
    right: 18px;
    transition-delay: 0.2s;
}

.product-grid .product-like-icon:hover {
    color: #1b33a1;
}

.product-grid .product-content {
    padding: 10px 10px;
    position: relative;
}

.product-grid .rating {
    color: #999;
    font-size: 12px;
    padding: 0;
    margin: 0 0 7px;
    list-style: none;
}

    .product-grid .rating li.fas {
        color: #e52d53;
    }

.product-grid .title {
    font-size: 13px;
    font-weight: 100;
    text-transform: capitalize;
    margin: 0 0 8px;
    height: 50px;
    line-height: 16px;
}

    .product-grid .title a {
        color: #000;
        transition: all 0.3s ease 0s;
    }

        .product-grid .title a:hover {
            color: #e52d53;
        }

.product-grid .price {
    color: #009297;
    font-size: 12px;
    font-weight: 100;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.product-grid .add-to-cart {
    color: #333;
    background-color: #e52d53;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 16px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: all 0.3s ease 0s;
}

.product-grid .product-link {
    border-top: 1px solid rgba(34, 34, 43, 0.102);
}

    .product-grid .product-link li {
        color: #7f7f82;
        font-size: 12px;
        font-weight: 100;
        text-transform: capitalize;
        width: 32%;
        padding: 2px 0;
        display: inline-block;
        transition: all 0.3s ease 0s;
        text-align: center;
        vertical-align: text-top;
        margin-top: 4px;
    }

.institute-details {
    color: #009297;
}

.insti-icon {
    margin-right: 2px;
}

.insti-rm {
    background-color: #22b0b6;
    padding: 5px 5px 5px 5px;
    border-radius: 8px;
    color: #fff;
    font-size: 10px;
}

.insti-location {
    margin-bottom: 8px;
    font-weight: 100;
    line-height: 16px;
    font-size: 13px;
}

.product-grid .product-link li:nth-child(2) {
    border-left: 1px solid rgba(34, 34, 43, 0.102);
}

.product-grid .product-link li:nth-child(3) {
    border-left: 1px solid rgba(34, 34, 43, 0.102);
}

.product-grid .add-to-cart:hover {
    color: #fff;
}

@media screen and (max-width: 990px) {
         .product-grid {
        margin: 0 0 30px;
    }
}

/*-- Institute Search Page End --*/

/*-- List of Institute View Details Page Start --*/


a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.tab {
    font-family: "Gotham";
}

    .tab .nav-tabs {
        /* background-color: #c8e8e9; */
        padding: 0 0 1px;
        /* margin: 0 0 10px; */
        border: none;
        /* box-shadow: 3px 3px 15px rgb(0 0 0 / 15%); */
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 20px;
        border: 1px solid #195255;
    }

        .tab .nav-tabs li a {
            color: #195255;
            /* background: #c8e8e9; */
            font-size: 1.0em;
            font-weight: 600;
            padding: 15px 30px 15px 30px;
            /* margin: 0 5px 0 0; */
            border: none;
            overflow: hidden;
            position: relative;
            z-index: 1;
            transition: all 0.3s ease 0.3s;
            border-radius: 10px;
        }

        .tab .nav-tabs li.active a {
            color: #fff;
            border: none;
        }

            .tab .nav-tabs li a:hover,
            .tab .nav-tabs li.active a:hover {
                /* color: #195255; */
                border: none;
            }

        .tab .nav-tabs li a:before,
        .tab .nav-tabs li a:after {
            content: "";
            width: 100%;
            height: 100%;
            /*border-radius: 50px;*/
            opacity: 0.5;
            transform: scaleX(0);
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }

        .tab .nav-tabs li a:after {
            transform: scaleX(0);
            transition-duration: 0.6s;
            transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

        .tab .nav-tabs li.active a:before,
        .tab .nav-tabs li a:hover:before {
            opacity: 0;
            transform: scaleX(0);
        }

        .tab .nav-tabs li.active a:after {
            opacity: 1;
            transform: scaleX(1);
            background-color: #195255;
            border-radius: 10px;
        }

        .tab .nav-tabs li a:hover:after {
            opacity: 1;
            transform: scaleX(1);
            border-radius: 10px;
        }


    .tab .tab-content {
        color: #333;
        background-color: #fff;
        /*box-shadow: 1px 1px 21px rgb(0 0 0 / 9%);
	box-shadow: rgb(0 0 0 / 4%) 5.4px 5.4px 5.2px;*/
        border-radius: 20px;
        position: relative;
    }

    .tab .nav-tabs li a i {
        font-size: 14px;
        margin-right: 10px;
        display: inline-block;
        margin-top: 5px;
    }

.tabs .title {
    font-size: 16px;
    margin-right: 10px;
    color: #101010;
    font-weight: 100;
}

.tabs .title-head {
    font-size: 18px;
    margin-right: 10px;
    color: #2aa5ab;
    font-weight: 500;
}

@media only screen and (max-width: 479px) {
    .tab .nav-tabs {
        padding: 0;
        border-radius: 20px;
    }

        .tab .nav-tabs li {
            width: 100%;
            text-align: center;
            margin: 0 0 0px;
            border-radius: 50px;
        }

            .tab .nav-tabs li:last-child {
                margin-bottom: 0;
            }

            .tab .nav-tabs li a {
                margin: 0;
            }
}


/*-- List of Institute View Details Page End --*/


.ed_detail_wrap {
    width: 100%;
    display: block;
}

ul.list_ed_detail2 {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

    ul.list_ed_detail2 li.tag-2 {
        background: rgba(255,152,1,.1);
        color: #ff9800;
    }

    ul.list_ed_detail2 li {
        width: 100%;
        margin-bottom: 2px;
        display: block;
        padding: 15px 15px;
        background: #f4f5f7;
    }

.course-details {
    float: right;
}

.saarc-ctr {
    float: left;
    height: 35px;
    margin-right: 20px;
    margin-top: 28px;
    font-weight: 600;
    font-family: 'Poppins';
}

.institue-eligi {
    font-size: 1.0em;
}

    .institue-eligi strong {
        font-size: 1.0em;
        font-weight: 700;
        font-family: 'Poppins';
        color: #000 !important;
    }

.non-saarc {
    color: #8c0153 !important;
}

.intitute-reach {
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    padding: 10px 10px 0px 10px;
}

.insti-noborder {
    border-top: none !important;
}

.insti-mt0 {
    margin-bottom: 0px !important;
}

.insti-pt10 {
    padding-top: 25px !important;
}

.insti-bl {
    border-left: 2px solid #333;
    padding-left: 10px;
}

/*-- Login Form--*/

.form-container {
    background-color: #fff;
    font-size: 0;
    background: #ffffff;
    box-shadow: 0 8px 32px 0 rgb(181 184 229 / 37%);
}

    .form-container .left-content {
        /*background: linear-gradient(180deg, #cbfbfd, #ffffff);*/
        width: 40%;
        padding: 66px 50px;
        display: inline-block;
        vertical-align: top;
    }

        .form-container .left-content .title {
            color: #FF97A8;
            font-size: 20px;
            font-weight: 300;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin: 0 0 55px;
        }

        .form-container .left-content .sub-title {
            color: #f9f9f9;
            font-size: 18px;
            font-weight: 100;
            margin: 0;
        }

    .form-container .right-content {
        text-align: center;
        width: 100%;
        padding: 30px 50px;
        display: inline-block;
    }

        .form-container .right-content .form-title {
            color: #002147;
            font-size: 20px;
            font-weight: 600;
            text-align: left;
            /* text-transform: uppercase; */
            padding: 0 0 2px;
            margin: 0 0 10px;
            /* border-bottom: 2px solid #2aa5ab; */
        }

        .form-container .right-content .form-horizontal {
            color: #999;
            font-size: 14px;
            text-align: left;
            margin: 0 0 15px;
        }

    .form-container .form-horizontal .form-group {
        margin: 0 0 20px;
    }

        .form-container .form-horizontal .form-group:nth-of-type(2) {
            margin-bottom: 18px;
        }

        .form-container .form-horizontal .form-group label {
            font-weight: 100;
        }

    .form-container .form-horizontal .form-control {
        color: #888;
        background: #f5f6fa;
        font-weight: 400;
        letter-spacing: 0px;
        height: 40px;
        padding: 6px 12px;
        border-radius: 5px;
        border: none;
        box-shadow: none;
        /* border: 1px solid #ccc; */
        font-size: 13px;
    }

form-container .form-horizontal .signin

.form-container .form-horizontal .form-control:focus {
    box-shadow: 0 0 5px #2aa5ab;
}

.form-container .form-horizontal .signin {
    color: #fff;
    background: #073b7e;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    width: 100%;
    padding: 9px 11px;
    margin: 0 0 20px;
    border-radius: 5px;
    FONT-WEIGHT: 500;
}

.form-container .form-horizontal .btn:hover,
.form-container .form-horizontal .btn:focus {
    box-shadow: 0 0 5px #2aa5ab;
    outline: none;
}

.form-container .form-horizontal .remember-me {
    width: calc(90% - 105px);
    display: inline-block;
}

.login-page-remem {
    color: #195255 !important;
    font-size: 14px !important;
    font-family: 'Poppins';
}

.login-say-yes {
    font-size: 45px;
    font-weight: 500;
    color: #ffffff;
}

.reg-faq-sii {
    list-style: none;
}

.login-say-yes-span {
    color: #ffffff;
    font-weight: 700;
}

.login-form-mt {
    margin-top: 10%;
}

.signup-here-text {
    color: #ffc20e !important;
}

.form-container .form-horizontal .remember-me .check-label {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
}

.form-container .form-horizontal .remember-me .checkbox {
    height: 17px;
    width: 17px;
    min-height: auto;
    margin: 0 1px 0 0;
    border: 2px solid #2aa5ab;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.3s ease 0s;
}

    .form-container .form-horizontal .remember-me .checkbox:before {
        content: '';
        height: 5px;
        width: 10px;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        transform: rotate(-45deg);
        position: absolute;
        left: 2px;
        top: 2.5px;
        transition: all 0.3s ease;
    }

    .form-container .form-horizontal .remember-me .checkbox:checked {
        background-color: #04959a;
    }

        .form-container .form-horizontal .remember-me .checkbox:checked:before {
            opacity: 1;
        }

    .form-container .form-horizontal .remember-me .checkbox:not(:checked):before {
        opacity: 0;
    }

    .form-container .form-horizontal .remember-me .checkbox:focus {
        outline: none;
    }

.form-container .form-horizontal .forgot {
    color: #999;
    font-size: 12px;
    text-align: right;
    width: 120px;
    vertical-align: top;
    display: block;
    transition: all 0.3s ease 0s;
    margin: 0 auto;
}

    .form-container .form-horizontal .forgot:hover {
        text-decoration: underline;
    }

.form-container .right-content .separator {
    color: #999;
    font-size: 15px;
    text-align: center;
    margin: 0 0 15px;
    display: block;
}

.form-container .right-content .social-links {
    text-align: center;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
}

    .form-container .right-content .social-links li {
        margin: 0 2px 5px;
        display: inline-block;
    }

        .form-container .right-content .social-links li a {
            color: #fff;
            background-color: #F16262;
            font-size: 12px;
            padding: 9px 12px;
            border-radius: 5px;
            display: block;
            transition: all 0.3s ease 0s;
        }

        .form-container .right-content .social-links li:nth-child(2) a {
            background-color: #3B5897;
        }

        .form-container .right-content .social-links li a i {
            margin-right: 10px;
        }

        .form-container .right-content .social-links li a:hover {
            box-shadow: 0 0 5px rgba(0,0,0,0.5);
        }

.form-container .right-content .signup-link {
    color: #999;
    font-size: 13px;
}

    .form-container .right-content .signup-link a {
        color: #2aa5ab;
        transition: all 0.3s ease 0s;
    }

        .form-container .right-content .signup-link a:hover {
            text-decoration: auto;
        }

.login-footer {
    text-align: center;
}

@media only screen and (max-width:767px) {
    .form-container .left-content,
    .form-container .right-content {
        width: 100%;
        padding: 30px;
    }

        .form-container .left-content .title {
            margin: 0 0 20px;
        }

        .form-container .left-content .sub-title {
            font-size: 40px;
        }
}

/*-- Service box register page --*/

.serviceBox-register {
    color: #606060;
    font-family: 'Bitter', serif;
    padding: 5px 10px 0;
}

    .serviceBox-register .service-icon {
        color: #2aa5ab;
        font-size: 50px;
        text-align: center;
        line-height: 100px;
        width: 105px;
        height: 105px;
        margin: 0 auto 25px;
        border: 3px solid #2aa5ab;
        border-radius: 20px 20px;
        position: relative;
    }

        .sserviceBox-register .service-icon:before,
        .serviceBox-register .service-icon:after {
            content: "";
            width: 60px;
            height: 60px;
            border-top: 8px solid #2aa5ab;
            border-right: 8px solid #2aa5ab;
            border-radius: 0 20px 0 0;
            position: absolute;
            top: -6px;
            right: -6px;
        }

        .serviceBox-register .service-icon:after {
            transform: rotate(180deg);
            top: auto;
            bottom: -6px;
            right: auto;
            left: -6px;
        }

    .serviceBox-register .title {
        color: #06BBBD;
        font-size: 16px;
        font-weight: 100;
        text-align: center;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        margin: 0 0 5px;
    }

    .serviceBox-register .titlec1 {
        color: #06BBBD;
        font-size: 25px;
        font-weight: 100;
        text-align: center;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        margin: 0 0 5px;
    }

    .serviceBox-register .description {
        font-size: 14px;
        letter-spacing: 0.5px;
        line-height: 23px;
        margin: 0;
    }

    .serviceBox-register.yellow .service-icon {
        color: #ffc20e;
        border-color: #ffc20e
    }

        .serviceBox-register.yellow .service-icon:before,
        .serviceBox-register.yellow .service-icon:after {
            border-color: #ffc20e;
        }

    .serviceBox-register.yellow .title {
        color: #ffc20e;
    }

    .serviceBox-register.purple .service-icon {
        color: #8c0052;
        border-color: #8c0052;
    }

        .serviceBox-register.purple .service-icon:before,
        .serviceBox-register.purple .service-icon:after {
            border-color: #8c0052;
        }

    .serviceBox-register.purple .title {
        color: #8c0052;
    }

    .serviceBox-register.gray .service-icon {
        color: #404E51;
        border-color: #404E51;
    }

.partnership-check {
    float: left;
    display: contents;
}



@media only screen and (max-width:990px) {
    .serviceBox-register {
        margin: 0 0 30px;
    }
}

.checkbx {
    width: 20px !important;
    top: 3px;
}

/*-- Plan your Budget Page--*/

.serviceBox-pyb {
    font-family: "Poppins";
    text-align: center;
    margin-top: 54px;
}

    .serviceBox-pyb .service-icon {
        color: #4e4e4e;
        /*background: #ededed;*/
        font-size: 50px;
        line-height: 120px;
        width: 100px;
        height: 100px;
        margin: 0 auto 40px;
        border-radius: 36px;
        position: relative;
        z-index: 1;
        margin-bottom: 18px;
    }

        .serviceBox-pyb .service-icon span img {
            padding-bottom: 28px;
            width: 25%;
        }

        .serviceBox-pyb .service-icon:before,
        .serviceBox-pyb .service-icon:after {
            content: "";
            background: #ffffff;
            width: 88%;
            height: 88%;
            border-radius: 32px;
            box-shadow: 5px 6px 9px rgb(0 0 0 / 4%);
            transform: translateX(-50%) translateY(-50%);
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: -1;
        }

    .serviceBox-pyb .title {
        color: #333;
        font-size: 16px;
        font-weight: 100;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

    .serviceBox-pyb .title-cost {
        color: #2aa5ab;
        font-size: 20px;
        font-weight: 100;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

    .serviceBox-pyb .title-cost-total {
        color: #ffc20e;
        font-size: 55px;
        margin-top: 40px;
    }

.title-cost-total span {
    font-size: 14px;
}

.title-cost-text {
    font-size: 14px;
    text-align: center;
}

.serviceBox-pyb .description {
    color: #555;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}

@media only screen and (max-width: 990px) {
    .serviceBox-pyb {
        margin: 0 0 30px;
    }
}

/*-- pragatii list--*/

ol.gradient-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin: 0.75rem 0;
    padding-left: 1rem;
}

    ol.gradient-list > li {
        background: white;
        border-radius: 0 0.5rem 0.5rem 0.5rem;
        counter-increment: gradient-counter;
        margin-top: 0rem;
        min-height: 2.2rem;
        padding: 0rem 1rem 0rem 1rem;
        position: relative;
        font-size: 1.030em;
    }

        ol.gradient-list > li::before, ol.gradient-list > li::after {
            background: linear-gradient(135deg, #83e4e2 0%, #a2ed56 100%);
            border-radius: 1rem 1rem 0 1rem;
            content: "";
            height: 1.5rem;
            left: -1rem;
            overflow: hidden;
            position: absolute;
            top: 0rem;
            width: 1.5rem;
        }

        ol.gradient-list > li::before {
            align-items: flex-end;
            content: counter(gradient-counter);
            color: #1d1f20;
            display: flex;
            /*font: 900 1.5em/1 "Montserrat";*/
            justify-content: flex-end;
            padding: 0.125em 0.25em;
            z-index: 1;
        }

        ol.gradient-list > li:nth-child(10n+1):before {
            background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
        }

        ol.gradient-list > li:nth-child(10n+2):before {
            background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%);
        }

        ol.gradient-list > li:nth-child(10n+3):before {
            background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%);
        }

        ol.gradient-list > li:nth-child(10n+4):before {
            background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%);
        }

        ol.gradient-list > li:nth-child(10n+5):before {
            background: linear-gradient(135deg, #a2ed56 0%, #fddc32 100%);
        }

        ol.gradient-list > li:nth-child(10n+6):before {
            background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%);
        }

        ol.gradient-list > li:nth-child(10n+7):before {
            background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%);
        }

        ol.gradient-list > li:nth-child(10n+8):before {
            background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%);
        }

        ol.gradient-list > li:nth-child(10n+9):before {
            background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
        }

        ol.gradient-list > li:nth-child(10n+10):before {
            background: linear-gradient(135deg, rgba(162, 237, 86, 0) 0%, rgba(253, 220, 50, 0) 100%);
        }

.bg-event {
    background-image: url("../images/bg/event-bg.jpg");
    background-repeat: no-repeat;
}

.bg-blog {
    /* background-image: url("../images/bg/home-blog-section-bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
    background-color: #F4FAFB;
}

.bg-india-minute {
    background-image: url("../images/bg/india-in-a-minute-bg.jpg");
    background-repeat: no-repeat;
}

.login-bgimage {
    /* background-image: url(../images/bg/login-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    width: 100%;
    height: 650px;
    margin-top:0px;
    padding-bottom: 50px;
    /*background: linear-gradient(to right, #FFEDC5 15%, #FFEDC5 12% 50%, #F4FAFB 26% 46%, #F4FAFB 65% 83%, #F4FAFB 78%);*/
}
.login-bgimage .rotateGif {top: 5px; left: -25px;}

.login-radius {
    border-radius: 20px;
    z-index: 1;
    position: relative;
}

.register-bg {
    color: #333;
    background: linear-gradient(to right, #30BEC7 15%, #30BEC7 12% 28%, #ffffff 26% 46%, #ffffff 65% 83%, #ffffff 78%);
}

.register-left {
    background-image: linear-gradient(88deg, #00afb5, #005d61);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.register-left-top {
    background: #30bfc7;
    border-top-left-radius: 20px;
}

.register-left-usp {
    background: #009297;
}

.register-usp-list {
    color: #ffffff;
    font-size: 30px;
}

.register-usp-sub-list {
    color: #ffffff;
    font-size: 20px;
}

/* testimonial */



.testimonial p {
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 35px;
}

.testimonial .name {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 35px;
    text-align: left;
    color: #005d61;
}

.testimonial .designation {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #005d61;
    opacity: 0.65;
}

.unt {
    margin-bottom: 20px;
    margin-top: 60px;
}

.hero-text {
    font-size: 30px;
    letter-spacing: 0.02em;
    color: #fff;
}

.gallery-thumbs {
    height: 100%;
}

    .gallery-thumbs .swiper-wrapper {
        align-items: center;
    }

    .gallery-thumbs .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 250px !important;
        height: 330px;
        position: relative;
    }

        .gallery-thumbs .swiper-slide img {
            filter: contrast(0.5) blur(1px);
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

    .gallery-thumbs .swiper-slide-active img {
        filter: contrast(1) blur(0px) !important;
    }

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

    .flex-row .flex-col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

.gallery-thumbs .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.testimonial-section .quote {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px;
}

.swiper-container.testimonial {
    height: 60vh;
}

.testimonial-section .user-saying {
    background: #ffecc1;
    width: 60%;
    color: #fff;
    height: 100%;
    border-radius: 50px;
}

.testi-user-img {
    width: 40%;
}

.testimonial-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

    .testimonial-section .quote p {
        font-size: 1.0em;
        font-weight: 300;
        line-height: 25px;
        margin: 0;
        color: #005d61;
    }

.quote-icon {
    width: 38px;
    display: block;
    margin-bottom: 30px;
}

.usp {
    background-image: linear-gradient(88deg, #00afb5, #005d61);
}

.register-full-usp {
    color: #ffffff;
    font-size: 20px;
    margin-top: 50px;
}

.register-img {
    float: left;
    margin-top: -60px;
}

.font-40 {
    font-size: 40px;
}

/* -- Field arrow start --*/



/* -- Field arrow end --*/

/* -- Calender start --*/

input[type="date"], input[type="month"] {
    position: relative;
}

    input[type="date"]:after, input[type="month"]:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 100;
        content: "\f073";
        color: #00afb5;
        font-size: 16px;
    }

    input[type="date"]:hover:after, input[type="month"]:hover:after {
        color: #00afb5;
    }

    input[type="date"]::-webkit-calendar-picker-indicator, input[type="month"]::-webkit-calendar-picker-indicator {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        color: transparent;
        background: transparent;
    }
/* -- Calender start end --*/

/*-- YT Play button start --*/
.play-btn {
    width: 100px;
    height: 100px;
    background: radial-gradient( rgb(0 0 0 / 36%) 60%, rgb(255 255 255) 62%);
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 0px 25px 3px rgb(255 255 255);
}

    /* triangle */
    .play-btn::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-40%) translateY(-50%);
        transform: translateX(-40%) translateY(-50%);
        transform-origin: center center;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 25px solid #fff;
        z-index: 100;
        -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    /* pulse wave */
    .play-btn:before {
        content: "";
        position: absolute;
        width: 150%;
        height: 150%;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate1 2s;
        animation: pulsate1 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgba(255, 255, 255, .75);
        top: -25%;
        left: -25%;
        background: rgba(198, 16, 0, 0);
    }

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}


/*-- YT Play button end --*/

.yt-bg {
    background-image: url("../images/bg/yt-bg.jpg");
    /*background-position: 50% 144px;*/
    cursor: pointer;
}

/*-- Testimonial --*/
.section-title-testimonial {
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

    .section-title-testimonial:after,
    .section-title-testimonial:before {
        content: "";
        position: absolute;
        bottom: 0;
    }

    .section-title-testimonial:after {
        height: 2px;
        background-color: rgba(252, 92, 15, 0.46);
        left: 25%;
        right: 25%;
    }

    .section-title-testimonial:before {
        width: 15px;
        height: 15px;
        border: 3px solid #fff;
        background-color: #fc5c0f;
        left: 50%;
        transform: translatex(-50%);
        bottom: -6px;
        z-index: 9;
        border-radius: 50%;
    }

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
    width: 200px;
    height: 200px;
}

.feedback-slider-item {
    position: relative;
    padding: 60px;
    margin-top: -40px;
    background-color: #ffecc1;
}

.customer-name {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}

.feedback-slider-item p {
    line-height: 1.875;
}

.customer-rating {
    background-color: #ffecc1;
    border: 3px solid #fff;
    color: rgba(1, 1, 1, 0.702);
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    width: 47px;
    height: 47px;
    line-height: 44px;
    font-size: 15px;
    right: 0;
    top: 40px;
    text-indent: -3px;
}

.thumb-prev .customer-rating {
    top: -20px;
    left: 0;
    right: auto;
}

.thumb-next .customer-rating {
    top: -20px;
    right: 0;
}

.customer-rating i {
    color: rgb(251, 90, 13);
    position: absolute;
    top: 5px;
    right: 0px;
    font-weight: 600;
    font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    top: 103px;
    background-color: #f6f6f6;
    border: 1px solid rgba(251, 90, 13, 0.1);
    border-radius: 10px;
    z-index: -1;
}

.thumb-prev,
.thumb-next {
    position: absolute;
    z-index: 99;
    top: 45%;
    width: 98px;
    height: 98px;
    left: -35px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.thumb-next {
    left: auto;
    right: -35px;
}

.feedback-slider-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.feedback-slider-thumb:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.feedback-slider-thumb-side img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.feedback-slider-thumb-side:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    bottom: 45px;
    transition: all 0.2s ease-in;
    background-color: #ffecc1;
}

.customer-feedback .owl-nav i {
    background-color: transparent;
    color: rgb(251, 90, 13);
    font-size: 25px;
}

.customer-feedback .owl-prev {
    left: -15px;
}

    .customer-feedback .owl-prev:hover {
        left: -20px;
    }

.customer-feedback .owl-next {
    right: -15px;
}

    .customer-feedback .owl-next:hover {
        right: -20px;
    }

/* DOTS */
.customer-feedback .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
}

.customer-feedback .owl-dot {
    display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid rgb(251, 90, 13);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
    background-color: rgb(251, 90, 13);
}

.texti-text {
    color: #005d61 !important;
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
    .feedback-slider-item:after {
        left: 30px;
        right: 30px;
    }

    .customer-feedback .owl-nav [class*="owl-"] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 45px;
        bottom: auto;
    }

    .customer-feedback .owl-prev {
        left: 0;
    }

    .customer-feedback .owl-next {
        right: 0;
    }
}


.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate 25s linear infinite;
        bottom: -150px;
    }

        .circles li:nth-child(1) {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
        }


        .circles li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
        }

        .circles li:nth-child(3) {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }

        .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
        }

        .circles li:nth-child(5) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }

        .circles li:nth-child(6) {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s;
        }

        .circles li:nth-child(8) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
        }

        .circles li:nth-child(9) {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
        }

        .circles li:nth-child(10) {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 11s;
        }



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}


.col-half-offset {
    margin-left: 4.166666667%
}

.col-sm-register {
    width: 19.9%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.icon-box-title {
    margin-bottom: 0px;
    color: #ccc;
    font-weight: 600;
    text-transform: uppercase;
}

    .icon-box-title a:hover {
        color: #000;
    }

.icon-box-bg {
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
    transition: 0.4s;
    cursor: pointer;
}

    .icon-box-bg a:hover {
        background-color: #ffc20e;
        transform: translate(0, -3px);
    }

    .icon-box-bg:hover {
        background-color: #ffc20e;
        transform: translate(0, -3px);
        box-shadow: rgba(0, 0, 0, 0.10) 5.4px 5.4px 12.2px;
    }

        .icon-box-bg:hover img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
            transition: all 0.4s ease 0s;
        }

.icon-box-title-sub {
    color: #ccc;
    text-transform: uppercase;
    text-align: center !important;
    font-size: 14px !important;
}

/* -- institute search sidebar accordion start --*/

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.panel-institute {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0px;
}

.panel-heading-institute {
    padding: 0;
}

.panel-title-institute a {
    display: block;
    padding: 12px 29px;
    background: #ffc20e;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #eaeaea;
    border-left: 3px solid #fbc02d;
    position: relative;
    transition: all 0.3s ease 0s;
}

    .panel-title-institute a.collapsed {
        color: #333;
    }

        .panel-title-institute a:before,
        .panel-title-institute a.collapsed:before {
            content: "\f0d7";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 14px;
            color: #333;
            line-height: 24px;
            position: absolute;
            top: 10px;
            right: 25px;
        }

.panel-institute ul li {
    text-transform: uppercase !important;
    color: #000;
    font-weight: 500;
}

    .panel-institute ul li a {
        text-transform: uppercase !important;
        color: #000;
    }

.panel-title-institute a.collapsed:before {
    content: "\f0da";
}

.panel-title-institute a:hover,
.panel-title-institute a.collapsed:hover,
.panel-title-institute a:before,
.panel-title-institute a:hover:before {
    color: #000;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.175rem;
    text-align: right;
    pointer-events: none;
    margin-bottom: 0px !important;
    color: #aaa;
}

.form-control-institute {
    box-shadow: none;
    height: 31px;
    border: 1px solid #d6d6d6;
    font-family: "Poppins";
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 22px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.text-black-light {
    width: auto;
    display: inline-block;
    margin-right: 2px !important;
}

.list-size {
    height: 220px;
    overflow: scroll;
    overflow-x: hidden;
}

input[type=checkbox], input[type=radio] {
    top: 2px;
}

.alert-warning {
    color: #050505 !important;
    background-color: #ffffff !important;
    border-color: #ffc20e !important;
    border-radius: 50px !important;
    width: fit-content !important;
}


.alert {
    padding: 2px 5px 3px 6px !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    margin-bottom: 0px !important;
    color: #ccc !important;
}

.fil-text {
    font-size: 12px;
    color: #848383;
    font-family: 'Poppins';
}

.mt-3 {
    margin-top: 3px;
    margin-left: 5px;
}

button.close {
    color: #ffc20e !important;
}

.selt-filter {
    background: #ebebeb !important;
    border-left: none !important;
}

.filter-select {
    border-color: #ffc20e !important;
    border-radius: 50px !important;
    color: #000 !important;
    margin-right: 5px;
}

.panel-body-institute {
    padding: 15px 27px;
    font-size: 14px;
    color: #808080;
    line-height: 23px;
    border: 1px solid #eaeaea;
    border-top: none;
    border-left: 3px solid #eaeaea;
}

    .panel-body-institute span {
        font-weight: 600;
        font-family: 'Poppins';
        color: #333333;
    }

    .panel-body-institute p {
        margin-bottom: 0;
    }

.institute-type-h {
    height: 175px;
    overflow: hidden;
}
/* -- institute search sidebar accordion end --*/

.card-institute {
    width: 380px;
    border: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    /*padding: 8px;*/
    background-color: #fff;
    position: relative;
    height: 300px;
    border: 1px solid #ccc;
}

.upper {
    height: 100px;
    overflow: hidden;
}

    .upper img {
        width: 100%;
    }

.user {
    position: relative
}

.profile img {
    height: 60px;
    width: 60px;
    margin-top: 2px;
    border-radius: 50%;
}

.profile {
    position: absolute;
    top: -50px;
    left: 2%;
    height: 70px;
    width: 70px;
    border: 3px solid #fff;
    border-radius: 50% !important;
}

.follow {
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    height: 35px
}

.insti-name {
    font-weight: 500;
    text-align: left;
    margin-left: 82px;
}

    .insti-name h4 {
        font-weight: 700;
    }

.stats {
    margin-top: 4px;
}

    .stats span {
        font-size: 12px;
        margin-left: 25px;
        width: 165px;
        float: right;
    }

    .stats h6 {
        font-size: 12px;
        font-weight: 600;
    }

.d-block {
    display: block !important
}

.text-muted {
    color: #6c757d !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.institute-gallary-left {
    position: relative;
    z-index: 1;
    top: -125px;
    left: 6%;
}

.institute-video-left {
    position: relative;
    z-index: 1;
    top: -100px;
    left: 6%;
}

.institute-gallary-right {
    position: relative;
    z-index: 1;
    top: -125px;
    left: -20%;
}

.institute-video-right {
    position: relative;
    z-index: 1;
    top: -100px;
    left: -20%;
}

#more {
    display: none;
}

.rm {
    padding: 12px 29px 12px 29px;
    background-color: #ffD872;
    color: #000;
    border-radius: 50px;
    font-weight: 500;
    float: right;
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-size: 13px;
}

.seperator-text {
    border-bottom: 1px solid #ffc20e;
    position: relative;
    top: 24px;
    margin-right: 152px;
    border-left: 1px solid #ffc20e;
}

.insti-mdetails {
    font-size: 11px;
    margin-top: 10px;
}

.seperator-arrow {
    text-align: right;
    display: block;
    position: relative;
    top: 16px;
    color: #ffd872;
    font-size: 23px;
    margin-right: 0px;
}

.collage-details {
    display: flow-root;
}

.select-filter-bg {
    padding: 15px 10px 15px 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.flt-rht {
    float: right;
}

.about-collage-right-head {
    background-color: #ffc20e;
    padding: 15px;
    border-radius: 50px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 40px;
}

.abt-collage-left-divider {
    border-right: 2px solid #2aa5ab;
    padding-right: 20px;
}

.collage-news {
    margin-top: 20%;
    margin-left: 40%;
    border-right: 4px solid #ffc20e;
}

.date-event {
    text-align: center;
    margin-top: 4%;
}

/*-- collage gallary --*/

#gallery {
    display: grid;
    height: calc(100vh - 10px);
    grid-template: repeat(6, 1fr)/repeat(6, 1fr);
    grid-gap: 0.5em;
}

@media (max-width: 800px) {
    #gallery {
        display: grid;
        align-items: flex-start;
        flex-wrap: wrap;
    }

        #gallery > div {
            width: 80%;
            margin: 1%;
        }
}

@media (max-width: 800px) and (max-width: 550px) {
    #gallery > div {
        width: 98%;
    }

    #gallery {
        display: grid;
        height: calc(100vh - 10px) !important;
        grid-template: repeat(2, 1fr)/repeat(2, 1fr) !important;
        grid-gap: 0.5em;
    }
}

#gallery > div:nth-child(6n+1) {
    grid-column: span 2;
    grid-row: span 2;
}

#gallery > div:nth-child(2) {
    grid-column: span 3;
    grid-row: span 3;
}

#gallery > div:nth-child(4) {
    grid-column: span 1;
    grid-row: span 2;
}

#gallery > div > a {
    opacity: 0;
    position: absolute;
    color: #000;
    background-color: #000;
    font: bold 4em "Helvetica";
    text-shadow: 0 -1px 5px #fff, -1px 0px 5px #fff, 0 1px 5px #fff, 1px 0px 5px #fff;
    padding: 2rem;
    mix-blend-mode: difference;
    width: 100%;
    height: 100%;
    transition: all ease 1s;
}

#gallery > div > img {
    width: 100%;
    min-height: 100%;
    transition: all ease 1s;
}

#gallery > div:hover img {
    filter: blur(1px);
}

#gallery > div:hover a {
    opacity: 1;
}

#gallery > div {
    overflow: hidden;
    position: relative;
}

#gallery div,
#gallery a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

[id^=lightbox-] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    opacity: 0;
    transition: opacity 450ms ease-in-out;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

    [id^=lightbox-]:target {
        opacity: 1;
        pointer-events: inherit;
    }

        [id^=lightbox-]:target img {
            filter: blur(0);
        }

    [id^=lightbox-] .content {
        max-width: 90%;
        position: relative;
        color: #fff;
    }

        [id^=lightbox-] .content:hover > a.close {
            opacity: 1;
            transform: scale(1, 1);
        }

        [id^=lightbox-] .content:hover > .title {
            opacity: 1;
            transform: translateY(-3px);
        }

            [id^=lightbox-] .content:hover > .title::after {
                opacity: 1;
            }

        [id^=lightbox-] .content > * {
            transition: all 450ms ease-in-out;
        }

    [id^=lightbox-] .title {
        display: block;
        margin: 0;
        padding: 1em;
        position: absolute;
        bottom: 0;
        width: 100%;
        transform: translateY(50%);
        font-size: 1.5em;
        opacity: 0;
        color: #fff;
    }

        [id^=lightbox-] .title::after {
            content: " ";
            background-color: rgba(0, 0, 0, 0.4);
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            position: absolute;
            transition: all 350ms ease-in-out 250ms;
            opacity: 0;
            transform-origin: bottom;
            mix-blend-mode: soft-light;
        }

    [id^=lightbox-] img {
        max-height: 90vh;
        max-width: 100%;
        margin: 0;
        padding: 0;
        filter: blur(2px);
    }

    [id^=lightbox-] a.close {
        width: 2em;
        height: 2em;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        transform: scale(0, 0);
        opacity: 0;
        transform-origin: right top;
        text-decoration: none;
        color: #fff;
    }

        [id^=lightbox-] a.close::after {
            content: "X";
        }

/*-- institute gallery play button --*/
@-webkit-keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.stroke-dotted {
    opacity: 0;
    stroke-dasharray: 4,5;
    stroke-width: 1px;
    transform-origin: 50% 50%;
    -webkit-animation: spin 4s infinite linear;
    animation: spin 4s infinite linear;
    transition: opacity 1s ease, stroke-width 1s ease;
}

.stroke-solid {
    stroke-dashoffset: 0;
    stroke-dashArray: 300;
    stroke-width: 4px;
    transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.icon {
    transform-origin: 50% 50%;
    transition: transform 200ms ease-out;
    cursor: pointer;
}

#play:hover .stroke-dotted {
    stroke-width: 4px;
    opacity: 1;
}

#play:hover .stroke-solid {
    opacity: 0;
    stroke-dashoffset: 300;
}

#play:hover .icon {
    transform: scale(1.05);
}


#play {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.thumb-institute-logo {
    background-color: #fff;
    border-radius: 100px;
    height: 150px;
    width: 150px;
    position: relative;
    bottom: 85px;
}

.institute-profile-logo {
    width: 50px;
    top: 16px;
    left: 50px;
    position: relative;
}

.color-teal {
    color: #2aa5ab;
}

.color-yellow {
    color: #ffc20e;
}

.institute-logo-h {
    height: 50px;
}

.container-alumni {
    position: relative;
    width: 100%;
}

.image-alumni {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-alumni {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 105.8%;
    right: 0;
    background-color: #ffffff;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
    border: 2px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to left, #cccccc, #ffffff);
}

.container-alumni:hover .overlay-alumni {
    width: 100%;
}

.container-alumni p {
    color: #000;
    margin: 12% 10% 5% 10%;
    padding-bottom: 20px;
    font-size: 20px;
    color: #000;
    text-align: normal;
    font-family: "Poppins" !important;
}

.container-alumni span {
    color: #006D71;
    margin: 0% 10% 5% 10%;
    padding-bottom: 20px;
    font-size: 20px;
    text-align: normal;
    font-weight: 600;
    ;
    font-family: "Poppins" !important;
}

.divider-alum {
    border-bottom: 2px solid #ffc20e;
}


.text-alumni {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.container-alumni-right {
    position: relative;
    width: 100%;
    border: 0px;
}

    .container-alumni-right p {
        color: #000;
        margin: 12% 10% 5% 10%;
        padding-bottom: 20px;
        font-size: 20px;
        color: #000;
        text-align: normal;
        font-family: "Poppins" !important;
    }

    .container-alumni-right span {
        color: #006D71;
        margin: 0% 10% 5% 10%;
        padding-bottom: 20px;
        font-size: 20px;
        text-align: normal;
        font-weight: 600;
        ;
        font-family: "Poppins" !important;
    }

.image-alumni-right {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-alumni-right {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 100%;
    margin-left: -105.6%;
    background-color: #ffffff;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
    border: 2px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to left, #ffffff, #cccccc);
}

.container-alumni-right:hover .overlay-alumni-right {
    width: 100%;
    left: 0;
}

.text-alumni-right {
    color: white;
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #000;
}

.alumni-quote {
    color: #ffefc1;
    font-size: 100px;
    margin-left: -25px;
}

.alumni-box {
    position: relative;
    display: inline-block; /* Make the width of box same as image */
}

    .alumni-box .alumni-narea {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 0%;
        background: rgb(255 246 246 / 80%);
        font-family: Arial,sans-serif;
        color: #fff;
        width: 100%;
        border-top-left-radius: 50px;
        padding-bottom: 20px;
    }

.alumni-name {
    text-align: right;
    padding: 20px 50px 0px 0px;
    color: #009297;
    font-size: 2.4em;
    margin-top: 0px;
}

.alumni-designation {
    text-align: right;
    padding-right: 50px;
    color: #009297;
    font-size: 1.4em;
    margin-top: -13px;
    text-transform: uppercase;
}

.alumni-box-right {
    position: relative;
    display: inline-block; /* Make the width of box same as image */
}

    .alumni-box-right .alumni-narea-right {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 0%;
        background: rgb(255 246 246 / 80%);
        font-family: Arial,sans-serif;
        color: #fff;
        width: 100%;
        border-top-right-radius: 50px;
        padding-bottom: 20px;
    }

.alumni-name-right {
    text-align: left;
    padding: 20px 0px 0px 50px;
    color: #009297;
    font-size: 2.4em;
    margin-top: 0px;
}

.alumni-designation-right {
    text-align: left;
    padding-left: 50px;
    color: #009297;
    font-size: 1.4em;
    margin-top: -13px;
    text-transform: uppercase;
}

.searchbox {
    float: left;
}

input[type=text] {
    padding: 12px 20px;
    /*font-size: 17px;
    margin-top: 8px;
    border: none;*/
    border-radius: 10px;
    margin-bottom: 10px;
}

.searchbox button {
    padding: 8px;
    margin-top: 10px;
    margin-left: 10px;
    background: orange;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

    .searchbox button:hover {
        background: blue;
    }

.institute-submit {
    float: right;
    position: absolute;
    right: 0px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    background-color: #ffc20e;
    padding: 8px 35px 8px 40px;
    border-radius: 50px;
    font-family: 'Poppins';
    top: 57px;
}

.empty {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 0;
    font-weight: normal;
    padding: 20px;
    /*font-family: FontAwesome;*/
    font-family: "Poppins";
    padding-left: 0px;
    transition: 0.6s;
}

input::placeholder {
    font-size: 14px;
    line-height: 0;
    font-weight: normal;
    padding: 20px;
    /*font-family: FontAwesome;*/
    font-family: "Poppins";
    padding-left: 0px;
    transition: 0.6s;
}

.outer_circle {
    position: relative;
    margin: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #2aa5ab;
    left: -43px;
    bottom: 25px;
    margin-bottom: -8px;
}

.mb--35 {
    margin-bottom: -35px;
}

.row-bottom {
    margin-bottom: 50px;
}

.abt-sii {
    background-color: aliceblue;
    font-size: 16px;
    font-weight: 500;
}

.abt-sii-sh {
    background-color: #ffffff;
    padding-right: 10px;
}

.about-sii-tab {
    width: fit-content;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
}

/*-- about institute image carousel --*/

.institute-map {
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
}

/*-- Header button --*/


.register-login {
    transform: rotate(-90deg);
    background-color: #ffc20e;
    position: absolute;
    top: 65px;
    padding: 13.7px;
    border-radius: 100px;
    color: #000;
    z-index: -1;
    width: 200px;
    right: -75px;
    box-shadow: rgb(10 0 0 / 8%) -14px 3px 11px 0px, rgb(0 0 0 / 4%) 0px 0px 0px 0px;
    display: none;
}

    .register-login a {
        color: #003D3F;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        padding-left: 30px;
        padding-right: 50px;
    }

        .register-login a:hover {
            color: #ffffff;
            transition: .5s ease;
        }

.pb-150 {
    padding-bottom: 150px;
}

.src-head {
    background-color: #ffc20e;
    padding: 5px 0px 5px 38px;
    font-size: 13px;
    font-weight: 600;
}

.sticky-cont {
    position: sticky;
    overflow: auto;
    top: 5%;
    z-index: 1;
}
/* video play */

.video-play-button-header {
    position: absolute;
    z-index: 1;
    /* bottom: -2%; */
    right: 18%;
    transform: translateX(264%) translateY(115%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    top: 66%;
}

.video-play-button-header-reg {
    top: 22% !important;
    left: -1% !important;
}

.video-play-button-header:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    /* background: #e1e1e1 */;
    border-radius: 50%;
    /* animation: pulse-border 1500ms ease-out infinite; */
}

.video-play-button-header:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 48%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background-color: rgb(255 255 255);
    border-radius: 50%;
    transition: all 200ms;
    /* border: 2px solid #fff; */
}

.video-play-button-header:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button-header img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button-header span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 15px solid #000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 10px;
    left: 7px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-overlay-header {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.80);
    opacity: 0;
    transition: all ease 500ms;
}

    .video-overlay-header.open {
        position: fixed;
        z-index: 1000;
        opacity: 1;
    }

.video-overlay-header-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

    .video-overlay-header-close:hover {
        color: #fa183d;
    }

.video-overlay-header iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0,0,0,0.75);
}

/* video play */

.container-five-steps {
    width: 1170px;
    position: relative;
    display: flex;
    /*justify-content: space-between;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

    .container-five-steps .card-five-steps {
        position: relative;
        cursor: pointer;
    }

        .container-five-steps .card-five-steps .face {
            width: 235px;
            height: 200px;
            transition: 0.5s;
        }

            .container-five-steps .card-five-steps .face.face1 {
                position: relative;
                background: #009297;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 1;
                transform: translateY(100px);
                height: 280px;
                text-align: center
            }

        .container-five-steps .card-five-steps:hover .face.face1 {
            background: #009297;
            transform: translateY(0);
            box-shadow: inset 10px 10px 99px #00000029;
            height: 200px;
        }

            .container-five-steps .card-five-steps:hover .face.face1 .number {
                font-size: 80px;
                position: absolute;
                top: -15px;
                left: 0;
                font-weight: 700;
                color: #066c6f;
                text-shadow: inset 0px 3px 6px #00000029;
                opacity: 1;
                margin-left: 20px;
                font-family: 'Poppins';
            }

        .container-five-steps .card-five-steps .face.face1 .content {
            /*opacity: 0.2;*/
            transition: 0.5s;
            display: contents;
        }

        .container-five-steps .card-five-steps:hover .face.face1 .content {
            opacity: 1;
        }

        .container-five-steps .card-five-steps .face.face1 .content img {
            max-width: 50px;
        }

        .container-five-steps .card-five-steps .face.face1 .content h4 {
            margin: 0px 0px 0px 10px;
            padding: 0;
            color: #fff;
            font-size: 20px;
            font-weight: 600;
            text-align: left;
            font-family: 'Poppins';
        }

        .container-five-steps .card-five-steps .face.face1 .number {
            font-size: 80px;
            position: absolute;
            top: -62px;
            left: 0;
            color: #00878B;
            font-weight: 700;
            font-family: 'Poppins';
        }

.bg-color-five-step h3 {
    color: #004043;
    text-align: center;
    font-size: 56px;
    font-weight: 800;
}

.container-five-steps .card-five-steps .face.face2 {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 20px 20px 40px rgb(17 125 128);
    transform: translateY(-180px);
    height: 280px;
}

.five-step-icon {
    position: absolute;
    right: -6%;
    top: 40%;
    z-index: 10;
}

.container-five-steps .card-five-steps:hover .face.face2 {
    transform: translateY(0);
}

.container-five-steps .card-five-steps .face.face2 .content p {
    /* margin: 0;
    padding: 0; */
    color: #009297;
    line-height: 20px;
    text-align: left;
    font-size: 13px;
}

.container-five-steps .card-five-steps .face.face2 .content h4 {
    color: #009297;
    font-size: 13px;
    font-weight: 700;
}


.container-five-steps .card-five-steps .face.face2 .content a {
    margin: 15px 0 0;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    color: #000000;
    padding: 5px 15px 5px 15px;
    background-color: #FFDB72;
    float: right;
    border-radius: 20px;
    font-size: 9px;
}

    .container-five-steps .card-five-steps .face.face2 .content a:hover {
        background: #333;
        color: #fff;
    }

.india-minute-heading {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.india-minute-sh {
    font-size: 13px;
    color: #ffffff;
    line-height: 15px;
    font-family: 'Poppins';
}

.im-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #008b8f, #006265);
    position: absolute;
    top: 25%;
    z-index: 0;
    left: 8%;
}

.hovicon.effect-7 {
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

    .hovicon.effect-7:after {
        top: -6px;
        left: -6px;
        padding: 5px;
        z-index: -1;
        opacity: 0;
    }

    .hovicon.effect-7.sub-b:after {
        box-shadow: 3px 3px rgba(255, 195, 14, 1);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-180deg);
        -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
        -moz-transition: opacity 0.2s, -moz-transform 0.2s;
        transition: opacity 0.2s, transform 0.2s;
    }

    .hovicon.effect-7.sub-b:hover:after {
        opacity: 1;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .hovicon.effect-7.sub-b:before {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.7;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
        -moz-transition: -moz-transform 0.2s, opacity 0.2s;
        transition: transform 0.2s, opacity 0.2s;
    }

.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* -- testimonial --
.gallery {
  width: 100%;
  position: relative;
}

.gallery-container {
  align-items: center;
  display: flex;
  height: 400px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.gallery-item {
  height: 150px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100px;
  z-index: 0;
}

.gallery-item-1 {
  left: 15%;
  opacity: .4;
  transform: translateX(-50%);
  margin-top: 150px;
}

.gallery-item-2,
.gallery-item-4 {
  height: 150px;
  opacity: 1;
  width: 100px;
  z-index: 1;
}

.gallery-item-2 {
  left: 30%;
  transform: translateX(-88%);
  margin-top: 150px;
}

.gallery-item-3 {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  height: 250px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    z-index: 2;
    margin-top: 50px;
}

.gallery-item-4 {
  left: 70%;
  transform: translateX(-12%);
  margin-top: 150px;
}

.gallery-item-5 {
  left: 85%;
  opacity: .4;
  transform: translateX(-48%);
  margin-top: 150px;
}

.gallery-controls {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.gallery-controls button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  margin: 0 20px;
  padding: 0 12px;
  text-transform: capitalize;
}

.gallery-controls-next{
	position: absolute!important;
    right: 8%;
    top: 58%;
}
.gallery-controls-previous {
	position: absolute!important;
    left: 8%;
    top: 58%;
}

.gallery-controls button:focus {
  outline: none;
}

.gallery-controls-previous {
  position: relative;
}

.gallery-controls-previous::before {
  border: solid #ffc20e;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 15px;
  left: -10px;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: rotate(135deg) translateY(-50%);
  transition: left 0.15s ease-in-out;
  width: 15px;
}

.gallery-controls-previous:hover::before {
  left: -18px;
}

.gallery-controls-next {
  position: relative;
}

.gallery-controls-next::before {
  border: solid #ffc20e;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 15px;
  padding: 2px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: right 0.15s ease-in-out;
  width: 15px;
}

.gallery-controls-next:hover::before {
  right: -18px;
}

.gallery-nav {
  bottom: -15px;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
}

.gallery-nav li {
  background: #ccc;
  border-radius: 50%;
  height: 10px;
  margin: 0 16px;
  width: 10px;
}

.gallery-nav li.gallery-item-selected {
  background: #555;
}

.testimonial-bg{
	background: #ffecc1;
    height: 170px;
    width: 250px;
    position: absolute;
    left: 39%;
    top: 49%;
}



*/

/* home blog slider */

.tile {
    width: 100%;
    height: 370px;
    background-color: #000000;
    display: inline-block;
    background-size: cover;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.44);
    overflow: hidden;
    color: white;
    font-family: 'Poppins';
}

    .tile img {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        transition: all 0.4s ease-out;
        object-fit: cover;
    }

    .tile .text {
        /*   z-index:99; */
        position: absolute;
        padding: 30px;
        height: calc(100% - 0px);
        background-color: rgb(0 0 0 / 25%);
    }

    .tile h3 {
        font-weight: 600;
        margin: 0;
        text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
        color: #ffffff;
        font-size: 20px;
        font-family: 'Poppins';
    }

    .tile h4 {
        font-weight: 100;
        margin: 20px 0 0 0;
        font-style: italic;
        transform: translateX(200px);
    }

    .tile p {
        font-weight: 100;
        margin: 20px 0 0 0;
        line-height: 22px;
        transform: translateX(-200px);
        transition-delay: 0.2s;
        color: #ffffff;
        font-family: 'Poppins';
        padding-top: 10%;
        font-size: 14px;
        text-align: left;
    }

.animate-text {
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.tile:hover {
    /*   background-color:#99aeff; */
    box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.64);
    transform: scale(1.05);
}

    .tile:hover img {
        opacity: 0.2;
    }

    .tile:hover .animate-text {
        transform: translateX(0);
        opacity: 1;
    }

    .tile:hover span {
        opacity: 1;
        transform: translateY(0px);
    }

.btn-blog-hm {
    background-color: #009297;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    border-radius: 40px;
    font-size: 10px;
    position: absolute;
    left: 10%;
    bottom: 10%;
    text-transform: uppercase;
}

    .btn-blog-hm:hover {
        color: #ffffff;
    }
/* home blog slider end */

#main-carousel {
    margin-top: 20px;
    text-shadow: 1px 2px 3px #0000001f;
}

    #main-carousel h5 {
        font-size: 3rem;
        font-family: inherit;
        font-weight: 300;
        -webkit-animation: leftToRight 1s ease-in-out .5s;
        animation: leftToRight 1s ease-in-out .5s;
    }

    #main-carousel h2 {
        font-size: 6.6rem;
        font-weight: 900;
        font-family: inherit;
        letter-spacing: 2px;
        -webkit-animation: topToBottom 1s linear .3s;
        animation: topToBottom 1s linear .3s;
    }

    #main-carousel .carousel-caption {
        right: 15%;
        bottom: unset;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left;
    }

    #main-carousel .carousel-control-next,
    #main-carousel .carousel-control-prev {
        top: 50%;
        bottom: unset;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 4%;
        font-size: 3.5rem;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 5px;
        -webkit-transition: 5s all;
        transition: 5s all;
    }

    #main-carousel .carousel-control-next {
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    #main-carousel .carousel-control-prev {
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    #main-carousel .btn-info {
        background: transparent;
        text-transform: uppercase;
        border: 0;
        font-family: "helveticaregular";
        font-size: 1.8rem;
        position: relative;
        padding: 20px 0 0;
        margin: 20px 0 0;
    }

        #main-carousel .btn-info::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 63px;
            height: 5px;
            background-color: #fff;
        }

.home__form {
    padding: 1.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    top: -50px;
    font-size: 1.6rem;
    width: 80%;
    margin: auto;
}

    .home__form h3 {
        font-size: 2.6rem;
        font-weight: bold;
    }

    .home__form p {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }

    .home__form form {
        text-align: left;
    }

        .home__form form label {
            font-size: 1.4rem;
            color: rgba(0, 0, 0, 0.7);
            font-family: "helveticaregular";
        }

        .home__form form .input-box {
            position: relative;
        }

            .home__form form .input-box .fa {
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                border-left: 1px solid #cdcdcd;
                padding: 3px 15px 3px 10px;
                color: #898989;
            }

            .home__form form .input-box input {
                height: 45px;
            }

            .home__form form .input-box textarea,
            .home__form form .input-box input {
                border-color: #efefef;
                -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
                box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
                border-radius: 5px;
                font-size: 1.6rem;
                padding: 10px;
                caret-color: #fc5546;
            }

                .home__form form .input-box textarea:focus + .fa,
                .home__form form .input-box input:focus + .fa {
                    color: #fc5546;
                    border-color: #fc5546;
                }

                .home__form form .input-box textarea:not(:placeholder-shown),
                .home__form form .input-box input:not(:placeholder-shown) {
                    border-color: green;
                }

.btn.btn-danger {
    width: 100%;
    height: 45px;
    font-size: 1.7rem;
    background-color: #fc5546;
    text-transform: uppercase;
    border-radius: 5px;
    border-color: transparent;
    -webkit-transition: .3s all;
    transition: .3s all;
}

    .btn.btn-danger:hover {
        background: #231833;
    }

.btn-more {
    font-size: 1.6rem;
    color: #000;
    font-family: "helveticaregular";
}

    .btn-more span {
        border-bottom: 1px dotted #000;
    }


@-webkit-keyframes leftToRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px);
    }

    80% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: .7;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes leftToRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px);
    }

    80% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: .7;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes topToBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: .7;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes topToBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: .7;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideshow-container {
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev-animate-slider, .next-animate-slider {
    cursor: pointer;
    /* position: absolute;
  top: 86%;
  width: auto;
  padding: 16px;
  /* background-color: #ffc20e; */
    margin-top: -22px;
    color: #ffc20e;
    font-weight: 100;
    font-size: 35px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */
.next-animate-slider {
    right: 0;
    border-radius: 3px 0 0 3px;
    /*background-color: #ffc20e;*/
}

    /* On hover, add a black background color with a little bit see-through */
    .prev-animate-slider:hover, .next-animate-slider:hover {
    }

/* Caption text */
.text-animate-slider {
    color: #010101;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    width: 46%;
    text-align: left;
    padding: 0%;
    line-height: 30px;
    /* background: rgba(255, 255, 255, 0.7); */
    /* border-bottom-right-radius: 100px; */
    right: 0;
    top: 0;
}

.text-animate-slider-anc {
    color: #010101;
}

.slider-text-bg {
    padding: 50px;
    background: rgba(255, 255, 255, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #888B8C;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .dot.active, .dot:hover {
        background-color: #ffc20e;
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

.shape {
    -webkit-animation: action 1.5s infinite alternate;
    animation: action 1.5s infinite alternate;
}

.parachute {
    animation: updown 8s ease infinite;
    z-index: 1;
    position: absolute;
    display: block;
    left: 5%;
    top: 16%;
    width: 85px;
}

@keyframes updown {
    0% {
        transform: translateY(-10%);
    }

    50% {
        transform: translateY(20%);
    }

    100% {
        transform: translateY(-10%);
    }
}

.drone {
    animation: drone 8s ease infinite;
    z-index: 1;
    position: absolute;
    display: block;
    left: 0%;
    top: 21%;
}

@keyframes drone {
    0% {
        transform: translateY(-50%);
    }

    50% {
        transform: translateY(50%);
    }

    100% {
        transform: translateY(-50%);
    }
}

.mechanic {
    animation: mechanic 8s ease infinite;
    z-index: 1;
    position: absolute;
    display: block;
    right: 8%;
    bottom: 22%;
}

@keyframes mechanic {
    0% {
        transform: translateY(-10%);
    }

    50% {
        transform: translateY(50%);
    }

    100% {
        transform: translateY(-10%);
    }
}

.plane {
    webkit-animation: linear infinite;
    -webkit-animation-name: plane;
    -webkit-animation-duration: 25s;
    z-index: 1;
    position: absolute;
    display: block;
    right: 20%;
    top: 5%;
}

@keyframes plane {
    0% {
        left: 0%;
    }

    50% {
        left: 70%;
    }

    100% {
        left: 0%;
    }
}

/* social feeds */

.social-feeds {
    min-height: 360px;
    max-height: 400px;
    overflow-x: hidden;
}

.social-heading {
    font-size: 18px;
    color: #1877F2;
    font-weight: 700;
    background-color: #F3F3F3;
    padding: 15px;
    text-align: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.social-feed-internal {
    height: 500px;
}

.institute-portal {
    padding-top: 298px;
}

.institute-portal-align {
    text-align: right;
}

.institute-portal-bl {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .institute-portal-bl:after {
        bottom: -1px;
        content: "";
        height: 2px;
        right: 0;
        position: absolute;
        width: 50px;
        border: 1px solid #ffc20e;
    }

.line-bottom-heading {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .line-bottom-heading:after {
        bottom: -1px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 200px;
        border: 1px solid #ffc20e;
    }

.line-bottom-thrive {
    position: relative;
}

    .line-bottom-thrive:after {
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 150px;
        border: 1px solid #ffc20e;
        margin-top: 10px;
    }

/* testimonial home page */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}

    #quote-carousel .carousel-control {
        background: none;
        color: #ffc20e;
        font-size: 1.5em;
        text-shadow: none;
        margin-top: 30px;
    }

    #quote-carousel .carousel-indicators {
        position: relative;
        left: 30%;
        top: auto;
        bottom: 0px;
        z-index: 0;
        width: 100%;
    }

        #quote-carousel .carousel-indicators li {
            width: 74px;
            height: 126px;
            cursor: pointer;
            opacity: 0.4;
            overflow: hidden;
            border-radius: 0px;
            /*transition: all .4s ease-in;
    vertical-align: middle;*/
        }

        #quote-carousel .carousel-indicators .active {
            width: 200px;
            height: 128px;
            opacity: 1;
            /*transition: all .4s ease-in;*/
            margin-bottom: 80px;
        }

.item blockquote {
    border-left: none;
    margin: 0;
    height: 196px;
}
    /*.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}*/
    .item blockquote p {
        font-family: "Poppins";
        font-size: 14px;
        color: #007176;
    }

    .item blockquote .small, blockquote footer, blockquote small {
        color: #007176;
        font-size: 17px;
        font-weight: 600;
        padding-right: 20px;
        margin-top: 10px;
        font-family: 'Poppins';
    }

.testimonial-country {
    color: #ffc20e
}

.testimonial-bg {
    background: #ffecc1;
    height: 450px;
    width: 500px;
    position: absolute;
    left: 28%;
    top: -16%;
    z-index: -1;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: none;
}

.carousel-indicators li {
    border: 0px;
}

.header-plane {
    width: 150px;
    position: absolute;
    left: 37%;
    top: 6%;
}

/* About SII */

.tabs-b-none {
    border: none;
    padding: 0px !important;
}

.sii-benefit-bg-b {
    background-color: #009297;
}

.sii-benefit-bg-y {
    background-color: #FFC20E;
}

.sii-benefit-bg-p {
    background-color: #8C0052;
}

.sii-benefit-text {
    font-size: 16px;
    font-family: "Poppins" !important;
    line-height: 25px;
    font-weight: 100;
}

.sii-benefit-heading {
    font-size: 35px;
    font-family: "Poppins" !important;
    font-weight: 100;
}

.sii-text-padding {
    padding: 44px 0px 14px 0px;
}

.sii-b-border-y {
    border-bottom: 2px solid #ffc20e;
}

.sii-b-border-w {
    border-bottom: 2px solid #ffffff;
}

.sii-benefit-sec {
    padding: 140px 0px 140px 0px;
}

.head-support {
    position: absolute;
    left: 2%;
    display: flex;
    line-height: 65px;
}

    .head-support li a {
        padding: 8px !important;
        margin-right: 0px !important;
    }

        .head-support li a:hover {
            background-color: #00797D;
            box-shadow: inset 10px 10px 99px #00797D;
        }

    .head-support img:hover {
        filter: invert(28%) sepia(43%) saturate(3451%) hue-rotate(354deg) brightness(120%) contrast(150%);
    }

.sii-switch-text {
    font-size: 12px !important;
    font-family: 'Poppins' !important;
}

.color-d-teal {
    color: #00666A;
}

.sii-switch-box {
    display: flex;
    align-items: baseline;
}

    .sii-switch-box img {
        transition: transform 500ms;
    }

        .sii-switch-box img:hover {
            transform: translateX(10px);
        }

.sii-program-title {
    font-size: 35px;
    color: #000000;
    font-family: "Poppins" !important;
    margin-bottom: 10px;
    line-height: 30px;
    margin-top: 30px;
}

.sii-y-strip {
    background-color: #ffc20e;
    width: 87%;
    position: absolute;
    height: 31px;
    border-radius: initial !important;
    left: -1010px;
}

.sii-y-strip-blog {
    background-color: #ffc20e;
    width: 87%;
    position: absolute;
    height: 31px;
    border-radius: initial !important;
    left: -586px;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    width: auto;
}

.tab-wrap {
    -webkit-transition: 0.3s box-shadow ease;
    transition: 0.3s box-shadow ease;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    background-color: #fff;
    margin: 40px 0;
}

.tab-sii {
    display: none;
}

    .tab-sii:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
        opacity: 1;
        -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
        transition: 0.5s opacity ease-in, 0.2s transform ease;
        position: relative;
        top: 0;
        z-index: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        text-shadow: 0 0 0;
    }

    .tab-sii:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
        opacity: 1;
        -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
        transition: 0.5s opacity ease-in, 0.2s transform ease;
        position: relative;
        top: 0;
        z-index: 100;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        text-shadow: 0 0 0;
    }

    .tab-sii:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
        opacity: 1;
        -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
        transition: 0.5s opacity ease-in, 0.2s transform ease;
        position: relative;
        top: 0;
        z-index: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        text-shadow: 0 0 0;
    }

    .tab-sii:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
        opacity: 1;
        -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
        transition: 0.5s opacity ease-in, 0.2s transform ease;
        position: relative;
        top: 0;
        z-index: 100;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        text-shadow: 0 0 0;
    }

.tab:first-of-type:not(:last-of-type) + label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tab-sii:not(:first-of-type):not(:last-of-type) + label {
    border-radius: 0;
}

.tab-sii:last-of-type:not(:first-of-type) + label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tab-sii:checked + label {
    background-color: #8C0052;
    box-shadow: 0 -1px 0 #fff inset;
    cursor: default;
    color: #ffffff;
}

    .tab-sii:checked + label[for="tab1"] {
        background-color: #8C0052;
    }

    .tab-sii:checked + label[for="tab2"] {
        background-color: #009297;
    }

    .tab-sii:checked + label[for="tab3"] {
        background-color: #FFC20E;
    }

/*.tab-sii:checked + label:before {
   content: "";
    border-top: 15px solid #8C0052;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: 49px;
    position: absolute;	
    margin-left: 25px;
}*/
.tab-sii .tab-sii-1:checked + label {
    background-color: #009297 !important;
    box-shadow: 0 -1px 0 #fff inset;
    cursor: default;
    color: #ffffff;
}

.tab-sii .tab-sii-2:checked + label {
    background-color: #ffc20e !important;
    box-shadow: 0 -1px 0 #fff inset;
    cursor: default;
    color: #ffffff;
}
/*.tab-sii input[name="tabGroup1"]:checked + label::after {
    content: '';
    margin: auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
}*/
.tab-sii:checked + label:hover {
    box-shadow: 0 -1px 0 #fff inset;
}

.tab-sii + label {
    width: 100%;
    box-shadow: 0 -1px 0 #eee inset;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #333;
    -webkit-box-flex: 3;
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    text-align: center;
    background-color: #EAF6F6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    height: 50px;
    box-sizing: border-box;
    padding: 15px;
    color: #000000;
    font-size: 22px;
}

@media (min-width:768px) {

    .tab-sii + label {
        width: auto;
    }
}

.tab-sii + label:hover {
    background-color: #eaf6f6;
    box-shadow: 0 1px 0 #f4f4f4 inset;
}


.tab__content {
    padding: 20px 0px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    border-radius: 6px;
}

.sii-benefit-blog {
    background: linear-gradient(to left, #FFF0C5 18%, #FFDB72 6% 39%, #FFC20E 31% 100%);
    font-size: 23px;
    font-weight: 600;
    padding: 10px 0px 10px 22px;
    font-family: "Poppins" !important;
}

.sii-blog-y-m {
    background-color: #FFDB72;
    font-size: 23px;
    font-weight: 600;
    padding: 5px 0px 5px 22px;
    font-family: "Poppins" !important;
}

.sii-blog-y-r {
    background-color: #FFF0C5;
    font-size: 23px;
    font-weight: 600;
    padding: 5px 0px 5px 22px;
    font-family: "Poppins" !important;
}

#tcb-testimonial-carousel {
    clear: both;
    display: flex;
    top: 40px;
}

.did-you-know-bg {
    background-image: url(../images/sii-benefits/did-you-know-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.learn-bg {
    background-image: url(../images/sii-benefits/learn-testimonial-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.thrive-bg {
    background-image: url(../images/sii-benefits/thrive-testimonial-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #c8e8e9 !important;
}

.thrive-img {
    border: 2px solid #008085 !important;
}

.thirve-arrow {
    color: #008085 !important;
}

.explore-bg {
    background-image: url(../images/sii-benefits/explore-testimonial-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #ffe391 !important;
}

.explore-img {
    border: 2px solid #ffc20e !important;
}

.explore-arrow {
    color: #ffc20e !important;
}

#tcb-testimonial-carousel a {
    color: #b20000;
}

#tcb-testimonial-carousel .text-brand {
    color: #b20000;
}

#tcb-testimonial-carousel .carousel-inner {
    border-radius: 0px;
    background-color: #f9e4f0;
}

#tcb-testimonial-carousel .carousel-inner-thrive {
    border-radius: 0px;
    background-color: #f9e4f0;
}

#tcb-testimonial-carousel .carousel-indicators .active {
    background: #b20000;
}

#tcb-testimonial-carousel .no-margin {
    margin: 0;
}

#tcb-testimonial-carousel .carousel-indicators li {
    border: 1px solid #ccc;
}

#tcb-testimonial-carousel .carousel-control {
    color: #971657;
    width: 3%;
    font-size: 22px;
    text-shadow: none !important;
    top: 36%;
}

    #tcb-testimonial-carousel .carousel-control:hover,
    #tcb-testimonial-carousel .carousel-control:focus {
        color: #b20000;
    }

    #tcb-testimonial-carousel .carousel-control.left,
    #tcb-testimonial-carousel .carousel-control.right {
        background-image: none;
    }

#tcb-testimonial-carousel .item {
    padding: 30px 60px;
}

#tcb-testimonial-carousel .media-object {
    border-radius: 50%;
    border: 2px solid #971657;
    width: 120px;
    padding: 3px;
}

#tcb-testimonial-carousel .caption-sii {
}

@media screen and (max-width: 768px) {
    #tcb-testimonial-carousel .media-object {
        margin-bottom: 15px;
    }
}

.typing-container-sii {
    /*This part is important for centering*/
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 47.5%;
    left: 36%;
}

/* SII Benefits Animation */
.typing-sii {
    width: 16ch;
    animation: typing 5s steps(15), blink .5s step-end infinite;
    /* animation-iteration-count: 100; */
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: "Poppins";
    font-size: 10.5px;
    font-weight: 600;
    color: #00666a;
}

@keyframes typing {
    from {
        width: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.message-vibrate {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
    position: absolute;
    top: 30%;
    left: 42%;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.sii-bft-setting {
    position: absolute;
    bottom: -15%;
    left: 73%;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.sii-benefits-img {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    max-width: 1000%;
}

.sii-bft-stars {
    position: absolute;
    top: 2%;
    left: 15%;
    animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.sii-bft-pencil {
    position: absolute;
    bottom: -6%;
    left: 15%;
    -webkit-transform: rotate(-25deg);
    -webkit-animation: pencil 3s forwards infinite;
}

@-webkit-keyframes pencil {
    0% {
        -webkit-transform: rotate(-25deg);
    }

    40% {
        -webkit-transform: rotate(25deg);
    }

    50% {
        -webkit-transform: rotateZ(15deg);
    }

    60% {
        -webkit-transform: rotateZ(25deg);
    }

    70% {
        -webkit-transform: rotateZ(15deg);
    }

    80% {
        -webkit-transform: rotateZ(25deg);
    }

    90% {
        -webkit-transform: rotateZ(15deg);
    }

    100% {
        -webkit-transform: rotateZ(25deg);
    }
}

.sii-bft-bulb {
    position: absolute;
    bottom: 41%;
    right: 21%;
    animation: bulb 1s ease infinite;
}

@keyframes bulb {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.sii-bft-book {
    position: absolute;
    top: 0%;
    left: 5%;
    -webkit-animation: linear infinite;
    -webkit-animation-name: book;
    -webkit-animation-duration: 5s;
}

@-webkit-keyframes book {
    0% {
        left: 30%;
    }

    50% {
        left: 10%;
    }

    100% {
        left: 30%;
    }
}

.sii-bft-caps {
    position: absolute;
    top: 0%;
    right: 5%;
    -webkit-animation: linear infinite;
    -webkit-animation-name: caps;
    -webkit-animation-duration: 7s;
}

@-webkit-keyframes caps {
    0% {
        right: 30%;
    }

    50% {
        right: 10%;
    }

    100% {
        right: 30%;
    }
}

.sii-bft-scale {
    position: absolute;
    top: 20%;
    left: 20%;
    -webkit-animation: linear infinite;
    -webkit-animation-name: scale;
    -webkit-animation-duration: 5s;
}

@-webkit-keyframes scale {
    0% {
        left: 20%;
    }

    50% {
        left: 30%;
    }

    100% {
        left: 20%;
    }
}

.sii-bft-cap {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-animation: linear infinite;
    -webkit-animation-name: cap;
    -webkit-animation-duration: 5s;
}

@-webkit-keyframes cap {
    0% {
        left: 10%;
    }

    50% {
        left: 5%;
    }

    100% {
        left: 10%;
    }
}

.sii-bft-puzzle {
    position: absolute;
    bottom: 4%;
    right: 29%;
    animation: updown 8s ease infinite;
}

@-webkit-keyframes puzzle {
    0% {
        transform: translateY(60%);
    }

    50% {
        transform: translateY(40%);
    }

    100% {
        transform: translateY(60%);
    }
}

.sii-bft-man {
    position: absolute;
    bottom: 0%;
    right: 14%;
}

.sii-bft-plant {
    position: absolute;
    bottom: 0%;
    right: 40%;
}

.sii-bft-cloud {
    position: absolute;
    bottom: -4%;
    right: 3%;
    -webkit-animation: linear infinite;
    -webkit-animation-name: cloud;
    -webkit-animation-duration: 5s;
}

@-webkit-keyframes cloud {
    0% {
        right: 5%;
    }

    50% {
        right: 0%;
    }

    100% {
        right: 5%;
    }
}

.sii-bft-rays {
    position: absolute;
    top: 8%;
    left: 35%;
    -webkit-animation: rays 4s infinite;
    -moz-animation: rays 4s infinite;
    -o-animation: rays 4s infinite;
    animation: rays 4s infinite;
}

@keyframes rays {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes rays {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes rays {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes rays {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.sii-bft-dollar {
    position: absolute;
    top: -28%;
    right: 8%;
    animation: dollar 8s ease infinite;
}

@-webkit-keyframes dollar {
    0% {
        transform: translateY(60%);
    }

    50% {
        transform: translateY(40%);
    }

    100% {
        transform: translateY(60%);
    }
}

.sii-bft-ques {
    animation: ques 0.5s;
    animation-iteration-count: infinite;
    position: absolute;
    top: 33%;
    right: 12%;
}

@keyframes ques {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.sii-bft-ques-r {
    animation: ques-r 0.5s;
    animation-iteration-count: infinite;
    position: absolute;
    top: 30%;
    right: 16%;
}

@keyframes ques-r {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.sii-bft-setting-cc {
    position: absolute;
    top: 5%;
    left: 15%;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.sii-bft-aeroplane {
    position: absolute;
    top: 18%;
    left: 23%;
    animation: aeroplane 8s ease infinite;
}

@-webkit-keyframes aeroplane {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.sii-bft-bell {
    animation: bell 0.5s;
    animation-iteration-count: infinite;
    position: absolute;
    top: 37%;
    right: 38%;
}

@keyframes bell {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.sii-bft-birds {
    position: absolute;
    top: 2%;
    left: 28%;
    -webkit-animation: linear infinite;
    -webkit-animation-name: birds;
    -webkit-animation-duration: 5s;
}

@-webkit-keyframes birds {
    0% {
        left: 30%;
    }

    50% {
        left: 10%;
    }

    100% {
        left: 30%;
    }
}


.sii-bft-social-icon {
    position: absolute;
    top: -2%;
    left: 3%;
    -webkit-animation: flickerAnimation 4s infinite;
    -moz-animation: flickerAnimation 4s infinite;
    -o-animation: flickerAnimation 4s infinite;
    animation: flickerAnimation 4s infinite;
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*  about ihe page */

.ihe-sub-title {
    font-size: 20px;
    padding: 10px 0px 10px 12px;
    background-color: #EAF6F6;
    font-weight: 600;
    margin: 20px 0;
    border-left: 5px solid #ffc20e;
}

.container-ihe-list .list .num {
    padding: 0.1rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: 0.25s;
    margin: 10px 0;
}

    .container-ihe-list .list .num:nth-child(0):before {
        content: '0';
        font-size: 3rem;
        color: #009297;
        width: 2rem;
        opacity: 0.2;
        transition: 0.25s;
    }

    .container-ihe-list .list .num:nth-child(1):before {
        content: '1';
        font-size: 3rem;
        font-weight: bold;
        color: #009297;
        width: 2rem;
        opacity: 0.2;
        transition: 0.25s;
    }

    .container-ihe-list .list .num:nth-child(2):before {
        content: '2';
        font-size: 3rem;
        font-weight: bold;
        color: #009297;
        width: 2rem;
        opacity: 0.2;
        transition: 0.25s;
    }

    .container-ihe-list .list .num:nth-child(3):before {
        content: '3';
        font-size: 3rem;
        font-weight: bold;
        color: #009297;
        width: 2rem;
        opacity: 0.2;
        transition: 0.25s;
    }

    .container-ihe-list .list .num:nth-child(4):before {
        content: '4';
        font-size: 3rem;
        font-weight: bold;
        color: #009297;
        width: 2rem;
        opacity: 0.2;
        transition: 0.25s;
    }

    .container-ihe-list .list .num:nth-child(5):before {
        content: '5';
        font-size: 3rem;
        font-weight: bold;
        color: #009297;
        width: 2rem;
        opacity: 0.2;
        transition: 0.25s;
    }

    .container-ihe-list .list .num:nth-child(6):before {
        content: '6';
        font-size: 3rem;
        font-weight: bold;
        color: #009297;
        width: 2rem;
        opacity: 0.2;
        transition: 0.25s;
    }

    .container-ihe-list .list .num:nth-child(7):before {
        content: '7';
        font-size: 3rem;
        font-weight: bold;
        color: #009297;
        width: 2rem;
        opacity: 0.2;
        transition: 0.25s;
    }

    .container-ihe-list .list .num:nth-child(8):before {
        content: '8';
        font-size: 3rem;
        font-weight: bold;
        color: #009297;
        width: 2rem;
        opacity: 0.2;
        transition: 0.25s;
    }

    .container-ihe-list .list .num:nth-child(9):before {
        content: '9';
        font-size: 3rem;
        font-weight: bold;
        color: #009297;
        width: 2rem;
        opacity: 0.2;
        transition: 0.25s;
    }

    .container-ihe-list .list .num p {
        position: relative;
        left: 0rem;
        color: #3d3d3d;
        font-size: 0.85rem;
        transition: 0.25s;
    }

    .container-ihe-list .list .num strong {
        font-weight: 600;
        color: #009297 !important;
    }

    .container-ihe-list .list .num:hover {
        background-color: #f2fbfb;
        cursor: pointer;
    }

        .container-ihe-list .list .num:hover:before {
            opacity: 0.2;
        }

        .container-ihe-list .list .num:hover p {
            left: 1rem;
        }

.list-insti-ranking {
    margin: 10px 0;
}

    .list-insti-ranking li {
        background: url("../images/icon/list-icon.png") no-repeat left 0px top 11px;
        padding-left: 1.5em;
        font-size: 1.0em;
        line-height: 25px;
        color: #009297;
    }

.list-contact {
    margin: 10px 0;
}

    .list-contact li {
        background: url("../images/icon/list-icon.png") no-repeat left 0px top 16px !important;
        padding-left: 1.5em !important;
        font-size: 1.0em !important;
        line-height: 35px !important;
        color: #000000 !important;
        margin-left: 0px !important;
        font-family: 'Poppins' !important;
    }

.accordion-ihe {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}

.accordion-thumb-ihe {
    margin: 0;
    padding: 1rem 1em;
    cursor: pointer;
    font-weight: 600;
    color: #002147;
    background-color: #F0F4F9;
    margin-bottom: 10px;
    font-weight: 600;
}

    .accordion-thumb-ihe::before {
        content: "";
        display: inline-block;
        height: 7px;
        width: 7px;
        margin-right: 1rem;
        margin-left: 0.5rem;
        vertical-align: middle;
        border-right: 1px solid;
        border-bottom: 1px solid;
        transform: rotate(-45deg);
        transition: transform 0.2s ease-out;
    }

.accordion-panel-ihe {
    margin: 0;
    padding-bottom: 0.8rem;
    display: none;
}

    .accordion-panel-ihe p {
        margin-left: 33px;
    }

.accordion-item-ihe.is-active .accordion-thumb-ihe::before {
    transform: rotate(45deg);
}

.accordion-panel-ihe li {
    background: url("../images/icon/list-icon.png") no-repeat left 0px top 11px;
    padding-left: 1.5em;
    font-size: 1.0em;
    line-height: 25px;
    color: #000000;
    margin-left: 30px;
}

.list-insti-grade {
    margin: 10px 0;
}

    .list-insti-grade li {
        background: url("../images/icon/list-icon.png") no-repeat left 0px top 11px;
        padding-left: 1.5em;
        font-size: 1.0em;
        line-height: 25px;
        color: #000000;
    }

/* Things to do in india */

.ttd-banner {
    position: relative;
}

    .ttd-banner .title {
        position: absolute;
        top: 50%;
        left: 52%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
    }

        .ttd-banner .title h4 {
            text-transform: uppercase;
            margin: 0;
            font-size: 70px;
            white-space: nowrap;
            color: #ffffff;
            padding: 12px 45px;
            background-color: rgb(0 0 0 / 40%);
        }

    .ttd-banner img {
        width: 100%;
        height: 350px;
    }

.ttd-backwater {
    position: relative;
}

    .ttd-backwater .title {
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%, -0%);
        color: white;
        text-align: left;
        width: 100%;
    }

        .ttd-backwater .title h4 {
            margin: 0;
            font-size: 40px;
            white-space: nowrap;
            color: #ffffff;
            padding: 12px 130px;
        }

        .ttd-backwater .title p {
            margin: 0;
            font-size: 1.0em;
            color: #ffffff;
            padding: 12px 130px;
        }

    .ttd-backwater img {
        width: 100%;
        height: auto;
    }

/*.ttd-float-layout {
  float: left;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0;
}

.ttd-card-container {
  overflow: hidden;
}

.ttd-card {
  background-color: dodgerblue;
  color: black;
  min-height: 100%;
  width: 50%;
  float: right;
}

.ttd-card-title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
}

.ttd-card-desc {
  padding: 10px;
  text-align: left;
  font-size: 18px;
}

.ttd-card-image {
  display: flex;
}

div.ttd-card-image img {
  width: 50%;
  height: auto;
}

@media only screen and (max-width: 37.5em) {
  div.ttd-card-image img {
    width: 100%;
    height: auto;
  }
  
  .ttd-card-image {
     flex-direction: column;
  }

  .ttd-card {
    width: 100%;
    margin-top: -4px;
  }
}
*/

.ttd-festival {
}

.festival-bg {
    background-color: #051E30;
}

.ttd-festival .text {
    padding: 124px 30px 0px 138px;
}

    .ttd-festival .text h4 {
        font-size: 40px;
        color: #ffffff;
        line-height: 48px;
    }

.ttd-festival img {
    float: right;
}

.ttd-festival .text p {
    color: #ffffff;
    margin-top: 25px;
}

.ttd-travel {
}

    .ttd-travel .text {
        padding: 124px 138px 87px 120px;
    }

        .ttd-travel .text h4 {
            font-size: 40px;
            color: #00666A;
            line-height: 48px;
            text-align: right;
        }

        .ttd-travel .text p {
            color: #000000;
            margin-top: 25px;
            text-align: right;
        }

.ttd-head-color {
    color: #00666A;
}

.ttd-tiger {
}

    .ttd-tiger .text {
        padding: 70px 30px 68px 138px;
    }

        .ttd-tiger .text h4 {
            font-size: 40px;
            color: #00666A;
            line-height: 48px;
            text-align: left;
        }

    .ttd-tiger img {
        float: right;
    }

    .ttd-tiger .text p {
        color: #000000;
        margin-top: 25px;
        text-align: left;
    }

.ttd-head-color {
    color: #00666A;
}

.blackwater-bg {
    background-color: rgb(6 29 1 / 82%);
}

.city-hopping-bg {
    background-color: rgb(61 11 2 / 82%);
}

.himalaya-bg {
    background-color: rgb(9 41 75 / 82%);
}

.camel-safari-bg {
    background-color: rgb(238 150 53 / 82%);
}

.beaches-bg {
    background-color: rgb(255 230 200 / 82%);
}

.inner-peace-bg {
    background-color: rgb(57 43 23 / 82%);
}

.adventurous-bg {
    background-color: rgb(7 7 7 / 82%);
}


/*-- Quick Fact Page --*/
.qf-heading {
    font-size: 70px;
    font-weight: 100;
    text-align: center;
    color: #004043;
}

.qf-slider-text {
    color: #ffffff;
    font-size: 16px;
    padding: 8px 12px;
    position: absolute;
    top: 0px;
    width: 50%;
    text-align: left;
    line-height: 20px;
    height: 600px;
    background-color: rgb(1 1 1 / 40%);
    backdrop-filter: blur(5px);
}

    .qf-slider-text .yellow-box {
        width: 138px;
        height: 138px;
        position: absolute;
        top: 4%;
        background-color: #ffc20e;
        left: 0;
    }

    .qf-slider-text .teal-bg {
        width: 103px;
        height: 103px;
        position: absolute;
        bottom: 11.5%;
        background-color: #00929778;
        right: 12%;
    }

    .qf-slider-text p {
        color: #ffffff;
        font-size: 30px;
        padding: 142px 41px 140px 129px;
        text-align: left;
        /*padding: 7.3%;*/
        line-height: 44px;
    }

.qf-quote-y {
    color: #ffffff;
    font-weight: 700;
}

.qf-quote-b {
    color: #03d8df;
    font-weight: 700;
}

.slider-arrow-bg {
    background-color: #009297;
}

.next-qf-slider-text {
    margin-left: 77px;
}

.prev-qf-slider-text, .next-qf-slider-text {
    cursor: pointer;
    position: absolute;
    bottom: 0%;
    /* width: auto; */
    padding: 10px 30px 10px 30px;
    background-color: #009297;
    margin-top: -22px;
    color: #ffffff;
    font-weight: 100;
    font-size: 35px;
    transition: 0.6s ease;
    border-radius: 0 0px 0px 0;
    user-select: none;
    text-align: center;
    left: 44%
}

.qf-slider-dots {
    position: absolute;
    bottom: 7%;
    left: 7%;
    z-index: 1;
}

.qf-slider-dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #8edde1;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .qf-slider-dot.active, .qf-slider-dot:hover {
        background-color: #2a787c;
    }

.qf-image {
    width: 100%;
    height: 600px;
}

.hi-food-spices {
    font-size: 24px;
    line-height: 37px;
    text-align: left;
    font-style: italic;
    font-weight: 100;
}

.hi-glance-count {
    padding: 35px 18px 35px 40px !important;
    background-color: #ffc20e !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 10px;
    width: 95px;
    color: #000000;
}

.hi-glance-t2 {
    padding: 35px 0px 35px 35px !important;
    background-color: #ffffff !important;
    border: 1px solid #00666A;
    margin: 10px;
    border-top: 1px solid #00666A !important;
    width: 283px;
    color: #000000;
}

.hi-glance-t3 {
    padding: 35px 0px 35px 35px !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 10px;
    color: #000000;
}

.hi-glance-num {
    padding: 35px 35px 35px 35px !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 10px;
    color: #000000;
    text-align: right;
}

.hi-gla-t3-bg {
    background-color: #ffffff !important;
    border: 1px solid #00666A;
    border-top: 1px solid #00666A !important;
}

.hi-table {
    border-spacing: 4px;
    border-collapse: inherit;
    margin-bottom: -4px;
}

.hi-culture-dance {
    position: absolute;
    top: -47px;
    right: -6%;
}

.hi-img-btm {
    margin-bottom: 50px;
}

.selectdiv-home {
    position: relative;
}

    .selectdiv-home:after {
        content: '\f0d7';
        font: normal normal normal 20px/1 FontAwesome;
        color: #ffffff;
        right: 20px;
        top: 6px;
        height: 34px;
        padding: 10px 0px 0px 8px;
        position: absolute;
        pointer-events: none;
    }

/* IE11 hide native button */
select::-ms-expand {
    display: none;
}

.selectdiv-home select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    /*max-width: 320px;*/
    height: 50px;
    padding: 0px 24px;
    color: #ffffff;
    word-break: normal;
    font-weight: 500;
}

.selectdiv-home-am {
    position: relative;
}

    .selectdiv-home-am:after {
        content: '\f0d7';
        font: normal normal normal 20px/1 FontAwesome;
        color: #ffc20e;
        right: 25px;
        top: 10px;
        height: 34px;
        padding: 10px 0px 0px 8px;
        position: absolute;
        pointer-events: none;
    }

    .selectdiv-home-am select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        width: 100%;
        /*max-width: 320px;*/
        height: 50px;
        padding: 0px 24px;
        color: #ffffff;
        word-break: normal;
        font-weight: 500;
    }

-----------------------------------------



.selectdiv {
    position: relative;
}

.selectdiv:after {
    content: '\f0d7';
    font: normal normal normal 20px/1 FontAwesome;
    color: #ffffff;
    right: 20px;
    top: 6px;
    height: 34px;
    padding: 10px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

/* IE11 hide native button */
select::-ms-expand {
    display: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    /*max-width: 320px;*/
    height: 50px;
    padding: 0px 24px;
    color: #8f8f8f;
    word-break: normal;
    font-weight: 500;
}


/* 
.selectdiv {
  position: relative;
}
.selectdiv:after {
    content: '\f0d7';
    font: normal normal normal 22px/1 FontAwesome;
    color: #00afb5;
    right: 11px;
    top: 6px;
    height: 34px;
    padding: 10px 15px 0px 15px;
    position: absolute;
    pointer-events: none;
}
select::-ms-expand {
display: none;
}
.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;  
} */


option:hover {
    background-color: #ffc20e;
    color: #fff;
}

select option {
    padding: 10px 0;
}

.carousel-control-home {
    top: 163px;
    width: 29%;
}

.carousel-inner {
    padding-bottom: 10px;
}

.sin-testiImage.slick-current img {
    border: 2px solid #fff;
    height: 146px;
    margin-top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 146px;
}

.border-register {
    border: 1px solid !important;
}

.register-pl-btn {
    padding-left: 58px !important;
}

.ml-30-syc {
    margin-left: 30px;
}

/* -- Pragatii --*/

.pragati-glance-count {
    padding: 35px 18px 35px 40px !important;
    background-color: #FFDB72 !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 10px;
    width: 40%;
    font-weight: 600;
    font-family: 'Poppins' !important;
    color: #000000;
}

.pragati-glance-t3 {
    padding: 35px 20px 35px 0px !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 10px;
    border-top: 0px !important;
    text-align: right;
    background-color: #ffffff !important;
    border: 1px solid #00666A;
    border-top: 1px solid #00666A !important;
    font-weight: 600;
    font-family: 'Poppins' !important;
    color: #000000;
}

.pragati-n-ques {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    text-align: left;
    padding: 35px 0px 35px 20px !important;
    font-weight: 600;
    font-family: 'Poppins' !important;
}

.pragati-n-sub {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: left;
    padding: 35px 0px 35px 20px !important;
    font-weight: 600;
    font-family: 'Poppins' !important;
}

.pragati-n-marks {
    text-align: left;
    padding: 35px 0px 35px 20px !important;
    font-weight: 600;
    font-family: 'Poppins' !important;
}

.pragatii-sub-details {
    width: 60%;
    float: right;
    margin-top: 10px;
    font-family: 'Poppins' !important;
}

.pragatii-firstr {
    width: 27%;
    font-family: 'Poppins' !important;
}

.pragatii-secr {
    width: 49%;
    text-align: center;
    font-family: 'Poppins' !important;
}

.pragatii-thirdr {
    width: 24%;
    text-align: right;
    font-family: 'Poppins' !important;
}

.panel-heading {
    padding: 0px;
}

.accordion-body-pragatii li {
    background: url(../images/icon/list-icon.png) no-repeat left 0px top 11px;
    padding-left: 1.5em;
    font-size: 1.0em;
    line-height: 25px;
    color: #000000;
    margin-left: 30px;
    font-family: 'Poppins';
}

.scholar-fee-waiver {
    width: 100%;
    margin-top: 10px;
    font-family: 'Poppins' !important;
}

.fee-waiver-frst {
    width: 25%;
    text-align: center;
    font-family: 'Poppins' !important;
}

.fee-waiver-scnd {
    width: 25%;
    text-align: center;
    font-family: 'Poppins' !important;
}

.fee-waiver-thir {
    width: 25%;
    text-align: center;
    font-family: 'Poppins' !important;
}

.fee-waiver-fort {
    width: 25%;
    text-align: center;
    font-family: 'Poppins' !important;
}

.fee-waiver-tution {
    padding: 35px 20px 35px 0px !important;
    margin: 10px;
    width: 25%;
    border-top: 0px !important;
    text-align: center;
    background-color: #FFDB72 !important;
    font-weight: 600;
    font-family: 'Poppins' !important;
}

.fee-waiver-waived {
    padding: 35px 20px 35px 0px !important;
    margin: 10px;
    width: 25%;
    border-top: 0px !important;
    text-align: center;
    font-weight: 600;
    font-family: 'Poppins' !important;
}

.fee-radius-left {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.fee-radius-right {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.fee-testimonial {
    top: 0px !important;
}

.five-steps-number {
    font-size: 170px;
    color: #FFF0C2;
    font-weight: 700;
    margin-left: -72px;
}

.five-steps-title {
    font-size: 60px;
    color: #00666A;
    font-weight: 100;
    margin-left: -35px;
}

.plan-yb-table {
    padding: 35px 18px 35px 24px !important;
    background-color: #00666A !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 10px;
    width: 40%;
    font-weight: 600;
    font-family: 'Poppins' !important;
    color: #ffffff;
    font-size: 22px !important;
}

.plan-yb-table-right {
    padding: 35px 20px 35px 0px !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 10px;
    border-top: 0px !important;
    text-align: right;
    background-color: #00666A !important;
    border: 1px solid #00666A;
    border-top: 1px solid #00666A !important;
    font-weight: 600;
    font-family: 'Poppins' !important;
    color: #ffffff;
    font-size: 22px !important;
    line-height: 24px !important;
}

.plan-yb-icon {
    float: right;
    margin-right: 18px;
}

.local-support-first {
    padding: 35px 18px 35px 22px !important;
    background-color: #00666A !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 10px;
    width: 95px;
    color: #ffffff;
    font-size: 22px !important;
}

.local-support-mid {
    padding: 35px 0px 35px 35px !important;
    background-color: #00666A !important;
    border: 1px solid #00666A;
    margin: 10px;
    border-top: 1px solid #00666A !important;
    width: 283px;
    color: #ffffff;
    font-size: 22px !important;
}

.local-support-right {
    padding: 35px 35px 35px 5px !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 10px;
    background-color: #00666A !important;
    color: #ffffff;
    font-size: 22px !important;
    text-align: right;
}

.travel-metro {
    padding: 50px 170px 84px 20px;
    background-color: #EAF6F6;
}

.travel-metro-head {
    font-size: 20px;
    font-weight: 600;
}

.travel-metro-img {
    right: 31%;
    position: relative;
}

.travel-train {
    padding: 50px 20px 84px 170px;
    background-color: #FFF9E2;
}

.travel-train-img {
    left: 31%;
    position: relative;
    z-index: 1;
}

/* -- Blog page --*/

.sbh-heading {
    font-size: 70px;
    font-weight: 100;
    text-align: left;
    color: #004043;
}

.sii-single-blog {
    width: 109.8vw;
    position: relative;
    left: 50%;
    margin-left: -60vw;
    max-width: 1000%;
    height: 600px;
    object-fit: cover;
}

.single-quote {
    font-size: 25px;
    color: #A5A5A5;
    font-style: italic;
    line-height: 34px;
    text-align: left;
    font-weight: 100;
}

.single-quote-icon {
    color: #a3d2d2;
    font-size: 34px;
    position: absolute;
    left: -6%;
    top: 4%;
}

.widget .tagsside a {
    display: block;
    font-size: 12px;
    margin: 5px 4px 5px -2px;
    padding: 5px 0px;
    color: #A5A5A5;
    line-height: 6px;
}

.widget .tagstitle {
    font-size: 16px;
    margin: 5px 4px 5px -2px;
    padding: 5px 0px;
    color: #A5A5A5;
    line-height: 6px;
    font-weight: 700;
}

/*-- blog big slider --*/

.slider-blog {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.blog-imgfit {
    object-fit: cover;
    height: 600px;
    width: 100%;
}

.slider-blog ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    transform: translateX(0%);
}

.slider-blog li {
    position: relative;
    width: 80%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 300px;
    flex-shrink: 0;
}

    .slider-blog li:nth-child(1) {
        background: #fff;
        margin-right: 10px;
    }

    .slider-blog li:nth-child(2) {
        background: #fff;
        margin-right: 10px;
    }

    .slider-blog li:nth-child(3) {
        background: #fff;
        margin-right: 10px;
    }

    .slider-blog li:nth-child(4) {
        background: #fff;
        margin-right: 10px;
    }

    .slider-blog li:nth-child(5) {
        background: #fff;
        margin-right: 10px;
    }

    .slider-blog li:nth-child(6) {
        background: #fff;
        margin-right: 10px;
    }

.slider-nav .prev,
.slider-nav .next {
    position: absolute;
    background: #ffffff;
    height: 92px;
    width: 368px;
    bottom: 0;
    /* transform: translateY(-50%); */
}

.slider-nav .prev {
    left: 0;
}

.slider-nav .next {
    right: 20%;
    bottom: 0;
    cursor: pointer;
}

    .slider-nav .next span {
        font-size: 13px;
        font-weight: 700;
        color: #000;
        position: absolute;
        top: 42%;
        left: 20%;
        font-family: 'Poppins';
        letter-spacing: 2px;
    }

    .slider-nav .next i {
        right: 30%;
        color: #009297;
        font-size: 22px;
        font-weight: 100;
        position: absolute;
        top: 40%;
    }

.blog-nxtic {
    right: 25%;
    color: #009297;
    font-size: 22px;
    font-weight: 100;
    position: absolute;
    top: 40%;
}

.transition {
    transition: transform 0.5s ease;
}

.left-institute {
    transform: translateX(0%);
}

.right-institute {
    transform: translateX(570%);
}

.left {
    transform: translateX(-101%);
}

.right {
    transform: translateX(100%);
}

/*-- blog big slider --*/

.copyrights-content ul {
    align-items: center;
}

.clearfix {
    clear: both;
}

.insti-regissh {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px !important;
}

.full-width {
    position: relative;
    margin: 0 -9999rem;
    padding: 20px 9999rem;
    background: #FFC20E;
    color: #000000;
    font-size: 35px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.insti-reghead {
    font-size: 40px;
    color: #00666A;
}

.list-insti-criteria {
    margin: 20px 0px;
}

    .list-insti-criteria li {
        background: url(../images/icon/list-icon.png) no-repeat left 0px top 11px;
        padding-left: 1.5em;
        font-size: 1.0em;
        line-height: 25px;
        color: #3a3a3a;
        margin-left: 60px;
    }

.list-insti-partnership {
    margin: 20px 0px;
}

    .list-insti-partnership li {
        background: url(../images/icon/list-icon-p.png) no-repeat left 0px top 11px;
        padding-left: 1.5em;
        font-size: 1.0em;
        line-height: 25px;
        color: #3a3a3a;
        margin-left: 60px;
    }

.insti-submit-btn {
    background-image: linear-gradient(88deg, #ffbe00, #ffd96a);
    color: #000;
    width: 70%;
}

.choose-file-bg {
    border: 1px solid #707070;
    border-radius: 50px;
    padding: 10px;
}

.choose-label {
    padding: 0.3rem !important;
    font-weight: 500;
}

.percent {
    display: none !important;
}

.no-file {
    float: right;
    padding-top: 5px;
    padding-right: 5px;
}

.ut-download {
    background-color: #009297;
    color: #fff;
    font-size: 10px;
    padding: 5px 10px;
    font-weight: 500;
    border-radius: 50px;
}

.ut-fa {
    vertical-align: text-botttom;
    margin-right: 4px;
}

.mb-2 {
    margin-bottom: 2px;
}

.insti-alreg {
    line-height: 70px;
    left: -80px;
}

.reg-mardesk {
    margin-top: 50px;
}

.overlay-respop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

    .overlay-respop:target {
        visibility: visible;
        opacity: 1;
    }

.popup-register {
    margin: 200px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 2s ease-in-out;
}

    .popup-register h4 {
        font-size: 16px;
        color: #00666a;
    }

    .popup-register .close-register {
        position: absolute;
        top: 10px;
        right: 18px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

    .popup-register .content-register {
        max-height: 30%;
        overflow: auto;
        padding-top: 0px;
        color: #000;
    }

.reg-pupbtn {
    padding: 5px 15px;
    font-size: 12px;
    margin-top: 0px;
}

/*-- Testimonial --*/

.shadow-effect {
    background: #ffebb2;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    height: 300px;
}

#student-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 1.0em;
    line-height: 25px;
    color: #333;
    margin: 0 0 17px 0;
    font-weight: 400;
    font-family: 'Poppins';
}

.student-testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #ffc20e;
    padding: 9px 20px;
    border-radius: 100px;
    text-align: center;
    color: #000;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

#student-testimonials .item {
    text-align: center;
    padding: 30px;
    margin-bottom: 0px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#student-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    /* max-width: 90px; */
    margin: 0 auto 17px;
}

#student-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#student-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #009297;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#student-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    #student-testimonials.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
    }

        #student-testimonials.owl-carousel .owl-dots .owl-dot span {
            background: #009297;
            display: inline-block;
            height: 20px;
            margin: 0 2px 5px;
            transform: translate3d(0px, -50%, 0px) scale(0.3);
            transform-origin: 50% 50% 0;
            transition: all 250ms ease-out 0s;
            width: 20px;
        }

/*-- testimonial end --*/
.validate-email {
    border: 1px solid #e7e7e7;
    padding: 15px;
}

    .validate-email img {
        margin-right: 10px;
    }

.scroll-regform, .mobile {
    display: none
}

.social-feeds iframe {
    width: 100%;
}

.menu-dcont {
    display: contents !important;
}

.pr-pl-0 {
    padding-left: 0px;
}

.pl-pr-0 {
    padding-right: 0px;
}

.travel-acco-fl {
    float: left;
    padding-top: 70px;
}

.travel-acco-fr {
    float: right;
    padding-top: 70px;
}

.single-blog-subt h5 {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: 700;
    font-family: 'Poppins';
}

.single-blog-subth {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: 700;
    font-family: 'Poppins';
}

.blog-date {
    color: #B2B2B2;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    font-family: 'Poppins';
}

/*-- like heart --*/

.heart {
    cursor: pointer;
    height: 28px;
    width: 28px;
    background-image: url( ../images/vector/like-heart-animation.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 2900%;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin-right: 15px;
}

    .heart:hover {
        background-position: right;
    }

.is_animating {
    animation: heart-burst .8s steps(28) 1;
}

@keyframes heart-burst {
    from {
        background-position: left;
    }

    to {
        background-position: right;
    }
}

/* -- Favourite blog -- */
.favorite-button {
    position: relative;
}

    .favorite-button:after, .favorite-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        height: 28px;
        width: 28px;
        opacity: 0;
        border-radius: 50%;
    }

    .favorite-button:hover .favorite-button-icon {
        color: #bbb;
    }

.favorite-button--on:before {
    animation: wave-1 0.8s ease-out;
    z-index: 1;
}

.favorite-button--on:after {
    animation: wave-2 0.8s ease-out;
    z-index: 2;
}

.favorite-button--on .favorite-button-icon {
    animation: favorite-star 0.6s linear forwards;
    position: relative;
    z-index: 3;
}

.favorite-button-icon {
    width: 11px;
    font-size: 11px;
    color: #00666a;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 8px 18px 8px 8px;
}

@keyframes favorite-star {
    5% {
        transform: scale(0.85);
    }

    50% {
        transform: scale(1.0);
        color: #f9ca06;
    }

    100% {
        transform: scale(1);
        color: #f9ca06;
    }
}

@keyframes wave-1 {
    0% {
        transform: scale(0);
        opacity: 1;
        background-color: #00666a;
    }

    50% {
        background-color: #00666a;
    }

    80% {
        background-color: #00666a;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
        background-color: #00666a;
    }
}

@keyframes wave-2 {
    30% {
        background-color: #e82cb2;
        opacity: 1;
        transform: scale(0);
    }

    70% {
        background-color: #fff;
        opacity: 0.4;
        transform: scale(1.2);
    }
}

/* -- favourite end --*/

.social-tags {
    display: flex;
    align-items: center;
}

/* .social-share-blog {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social-share-blog .share i.fa {
  height: 28px;
    width: 28px;
    text-align: center;
    line-height: 25px;
    border-radius: 2px;
    border: 1px solid #ccc;
    border-radius: 50px;
}
.social-share-blog .share:hover.bottom .submenu li:nth-child(1) {
  opacity: 1;
  top: 50px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.08s;
}
.social-share-blog .share:hover.bottom .submenu li:nth-child(2) {
  opacity: 1;
  top: 100px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.16s;
}
.social-share-blog .share:hover.bottom .submenu li:nth-child(3) {
  opacity: 1;
  top: 150px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.24s;
}
.social-share-blog .share:hover.bottom .submenu li:nth-child(4) {
  opacity: 1;
  top: 200px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.32s;
}
.social-share-blog .share:hover.bottom .submenu li:nth-child(5) {
  opacity: 1;
  top: 250px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.4s;
}
.social-share-blog .share:hover.left .submenu li:nth-child(1) {
  opacity: 1;
  left: -51px;
  transform: rotate(0deg);
  transition-delay: 0.5s;
  border-right: 1px dashed #cccccc;
}
.social-share-blog .share:hover.left .submenu li:nth-child(2) {
  opacity: 1;
  left: -102px;
  transform: rotate(0deg);
  transition-delay: 1s;
  border-right: 1px dashed #cccccc;
}
.social-share-blog .share:hover.left .submenu li:nth-child(3) {
  opacity: 1;
  left: -153px;
  transform: rotate(0deg);
  transition-delay: 1.5s;
  border-right: 1px dashed #cccccc;
}
.social-share-blog .share:hover.left .submenu li:nth-child(4) {
  opacity: 1;
  left: -204px;
  transform: rotate(0deg);
  transition-delay: 2s;
  border-right: 1px dashed #cccccc;
}
.social-share-blog .share:hover.left .submenu li:nth-child(5) {
  opacity: 1;
  left: -255px;
  transform: rotate(0deg);
  transition-delay: 2.5s;
  border-right: 1px dashed #cccccc;
}
.social-share-blog .share:hover.right .submenu li:nth-child(1) {
  opacity: 1;
  left: 50px;
  transform: rotate(0deg);
  transition-delay: 0.08s;
  border-left: 1px dashed #cccccc;
}
.social-share-blog .share:hover.right .submenu li:nth-child(2) {
  opacity: 1;
  left: 100px;
  transform: rotate(0deg);
  transition-delay: 0.16s;
  border-left: 1px dashed #cccccc;
}
.social-share-blog .share:hover.right .submenu li:nth-child(3) {
  opacity: 1;
  left: 150px;
  transform: rotate(0deg);
  transition-delay: 0.24s;
  border-left: 1px dashed #cccccc;
}
.social-share-blog .share:hover.right .submenu li:nth-child(4) {
  opacity: 1;
  left: 200px;
  transform: rotate(0deg);
  transition-delay: 0.32s;
  border-left: 1px dashed #cccccc;
}
.social-share-blog .share:hover.right .submenu li:nth-child(5) {
  opacity: 1;
  left: 250px;
  transform: rotate(0deg);
  transition-delay: 0.4s;
  border-left: 1px dashed #cccccc;
}
.social-share-blog .share:hover.top .submenu li:nth-child(1) {
  opacity: 1;
  top: -51px;
  transition-delay: 0.08s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.social-share-blog .share:hover.top .submenu li:nth-child(2) {
  opacity: 1;
  top: -102px;
  transition-delay: 0.16s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.social-share-blog .share:hover.top .submenu li:nth-child(3) {
  opacity: 1;
  top: -153px;
  transition-delay: 0.24s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.social-share-blog .share:hover.top .submenu li:nth-child(4) {
  opacity: 1;
  top: -204px;
  transition-delay: 0.32s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.social-share-blog .share:hover.top .submenu li:nth-child(5) {
  opacity: 1;
  top: -255px;
  transition-delay: 0.4s;
  transform: rotateY(0deg);
  border-bottom: 1px dashed #d9d9d9;
}
.social-share-blog .submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.social-share-blog .submenu li {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.social-share-blog .submenu li a {
  color: #212121;
}
.social-share-blog .submenu li a:hover i.fa {
  color: #fff;
}
.social-share-blog .submenu li a:hover.facebook i.fa {
  background-color: #3b5999;
}
.social-share-blog .submenu li a:hover.twitter i.fa {
  background-color: #55acee;
}
.social-share-blog .submenu li a:hover.googlePlus i.fa {
  background-color: #dd4b39;
}
.social-share-blog .submenu li a:hover.instagram i.fa {
  background-color: #e4405f;
}
.social-share-blog .submenu li:nth-child(1) {
  transform: rotateX(45deg);
}
.social-share-blog .submenu li:nth-child(2) {
  transform: rotateX(90deg);
}
.social-share-blog .submenu li:nth-child(3) {
  transform: rotateX(135deg);
}
.social-share-blog .submenu li:nth-child(4) {
  transform: rotateX(180deg);
}
.social-share-blog.topLeft {
  top: 10px;
  left: 10px;
}
.social-share-blog.topRight {
  top: 10px;
  right: 10px;
}
.social-share-blog.bottomLeft {
  bottom: 10px;
  left: 10px;
}
.social-share-blog.bottomRight {
  bottom: 10px;
  right: 10px;
} 
.color-teal-share{
   color:#00666a!important;
   } 


/* Blog page carousel footer */

.wrapper-blog {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.carousel-blog {
    width: 100%;
    margin: 0px auto;
}

.slick-slide-blog {
    margin: 10px;
}

    .slick-slide-blog img {
        width: 100%;
    }

.slick-prev-blog, .slick-next-blog {
    background: #000;
    border-radius: 15px;
    border-color: transparent;
}

.card-blog {
    display: flex;
    /* margin-left: 60px; */
}

.card-header-blog {
    width: 334px;
}

.card-body-blog {
    background: #fff;
    width: 100%;
    vertical-align: top;
}

.card-content-blog {
    text-align: left;
    color: #333;
    padding: 0px 60px 0px 27px;
}

.card-title-blog {
    font-size: 18px;
    font-weight: 400;
    color: #00666A;
}

.card-text-blog {
    position: absolute;
    bottom: -10px;
}

    .card-text-blog p {
        font-size: 14px;
        font-weight: 500;
        color: #B2B2B2;
    }

.carousel-blog {
    display: block;
}

.blog-footer-img {
    float: left;
    height: 100px;
    margin-right: 10px;
}

.blog-footer-heading {
    color: #00666A;
    font-weight: 500;
    font-size: 18px;
    height: 80px;
}

.blog-footer-date {
    color: #B2B2B2;
    font-size: 16px;
}

.mobile-blog-footer {
    display: none;
}

/* blog read more  */

/* tab side bar blog page start */

.tabs-tending {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden;
}

    .tabs-tending [class^="tab"] label,
    .tabs-tending [class*=" tab"] label {
        color: #505050;
        cursor: pointer;
        display: block;
        font-size: 16px;
        font-weight: 800;
        line-height: 1em;
        padding: 0.5rem 0;
        text-align: center;
    }

    .tabs-tending [class*=" tab"] label {
        color: #000000;
        cursor: pointer;
        display: block;
        font-size: 1.0em;
        font-weight: 600;
        line-height: 1em;
        padding: 0.5rem 0;
        text-align: center;
    }

    .tabs-tending [class^="tab"] [type="radio"],
    .tabs-tending [class*=" tab"] [type="radio"] {
        /*  border-bottom: 1px solid rgba(239, 237, 239, 0.5); */
        cursor: pointer;
        -webkit-appearance: media-slider;
        -moz-appearance: media-slider;
        appearance: media-slider;
        display: block;
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .tabs-tending [class^="tab"] [type="radio"]:hover,
        .tabs-tending [class^="tab"] [type="radio"]:focus,
        .tabs-tending [class*=" tab"] [type="radio"]:hover,
        .tabs-tending [class*=" tab"] [type="radio"]:focus {
            /* border-bottom: 1px solid #ffc20e; */
        }

    .tabs-tending [class^="tab"]:hover label,
    .tabs-tending [class^="tab"]:hover label,
    .tabs-tending [class*=" tab"]:hover label,
    .tabs-tending [class*=" tab"]:hover label {
        color: #E1E1E1;
    }

    .tabs-tending [class^="tab"] [type="radio"]:checked,
    .tabs-tending [class*=" tab"] [type="radio"]:checked {
        /* border-bottom: 2px solid #009297; */
    }

        .tabs-tending [class^="tab"] [type="radio"]:checked + div,
        .tabs-tending [class*=" tab"] [type="radio"]:checked + div {
            opacity: 1;
        }

    .tabs-tending [class^="tab"] [type="radio"] + div,
    .tabs-tending [class*=" tab"] [type="radio"] + div {
        display: block;
        opacity: 0;
        padding: 0rem 0;
        width: 90%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .tabs-tending .tabs-tending-2 {
        width: 50%;
    }

        .tabs-tending .tabs-tending-2 [type="radio"] + div {
            width: 200%;
            margin-left: 200%;
        }

        .tabs-tending .tabs-tending-2 [type="radio"]:checked + div {
            margin-left: 0;
        }

        .tabs-tending .tabs-tending-2:last-child [type="radio"] + div {
            margin-left: 100%;
        }

        .tabs-tending .tabs-tending-2:last-child [type="radio"]:checked + div {
            margin-left: -100%;
        }

/* tab side bar blog page end */

.image-blog-trend {
    width: 228px;
    height: 121px;
    object-fit: cover;
}

.trend-headingl {
    text-align: left !important;
}

.trend-headingr {
    text-align: right !important;
}

.trending-date {
    font-size: 14px;
    color: #B2B2B2;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    font-family: 'Poppins';
}

/* .social-share-overlay a.overlay-button {
  color: #328487;
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 50px;
  border-radius: 5px;
  overflow: hidden;
  margin: 10px;
  transition: all 0.2s ease 0s;
}
.social-share-overlay a.overlay-button i {
  padding-right: 10px;
  display: block;
}
.social-share-overlay a.overlay-button p {
  display: none;
}
.social-share-overlay a.overlay-button:hover {
  width: 190px;
  opacity: 1;
  transition: all 0.2s ease 0s;
}
.social-share-overlay a.overlay-button:hover p {
  display: inline;
}
.social-share-overlay a.overlay-button.facebook {
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
	padding: 9px 10px;
	display: flex;
}
.social-share-overlay a.overlay-button.facebook a {
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
}
 */

.social .fbtn {
    width: 30px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 21px;
    float: left;
    height: 30px;
    border-radius: 50px;
    margin: 1px;
}

.share-btn {
    width: 28px;
    height: 28px;
    border-radius: 50px;
    border: 1px solid #ccc;
    color: #009297;
    font-weight: 100;
    padding: 3px 6px;
    margin-left: 6px;
}

.social .fa {
    padding: 7px 8px;
}

.facebook {
    color: #009297 !important;
}

.facebook-blog {
    background-color: #ffffff;
    border: 1px solid #ccc;
    color: #009297 !important;
}

.gplus {
    background-color: #ffffff;
    border: 1px solid #ccc;
    color: #009297 !important;
}

.twitter {
    color: #009297 !important;
}

.twitter-blog {
    background-color: #ffffff;
    border: 1px solid #ccc;
    color: #009297 !important;
}

.stumbleupon {
    background-color: #ffffff;
    border: 1px solid #ccc;
    color: #009297 !important;
}

.pinterest {
    background-color: #ffffff;
    border: 1px solid #ccc;
    color: #009297 !important;
}

.linkedin {
    background-color: #ffffff;
    border: 1px solid #ccc;
    color: #009297 !important;
}

.buffer {
    background-color: #ffffff;
    border: 1px solid #ccc;
    color: #009297 !important;
}

.share-button.blog-share {
    height: 20px;
    display: contents;
}

    .share-button.blog-share .social.active.top {
        transform: scale(1) translateY(-10px);
    }

    .share-button.blog-share .social.active {
        opacity: 1;
        transition: all 0.4s ease 0s;
        visibility: visible;
    }

    .share-button.blog-share .social.networks-5 {
    }

    .share-button.blog-share .social.top {
        margin-top: -51px;
        transform-origin: 0 0 0;
    }

    .share-button.blog-share .social {
        margin-left: -100px;
        opacity: 0;
        transition: all 0.4s ease 0s;
        visibility: hidden;
    }

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}


.tabset > label {
    position: relative;
    display: inline-block;
    padding: 8px 2px 8px;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 800;
    font-size: 16px;
    color: #E1E1E1;
    font-family: 'Poppins';
}

/* .tabset > label::after { */
/* content: ""; */
/* position: absolute; */
/* left: 15px; */
/* bottom: 10px; */
/* width: 22px; */
/* height: 4px; */
/* background: #8d8d8d; */
/* } */

/* .tabset > label:hover, */
.tabset > input:focus + label {
    color: #505050;
}
/* 
.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
} */

.tabset > input:checked + label {
    border-color: #505050;
    margin-bottom: -1px;
    font-size: 16px;
    font-weight: 800;
    color: #505050;
    font-family: 'Poppins';
}

/* .tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
} */


.tabset {
    max-width: 65em;
}

.categ-dispm {
    display: inline-flex;
    align-items: baseline;
}

.text-animate-slider a {
    color: #004043;
    text-decoration: none;
    font-family: 'Poppins';
    /* background-color: #66C5C8; */
    padding: 10px;
    /* border-radius: 10px; */
    line-height: 55px;
    font-size: 16px;
    border: 1px solid #004043;
}

    .text-animate-slider a:hover {
        background-color: #004043;
        color: #ffffff;
    }

.ttd-adventure-mobile {
    display: none;
}

.ttd-adventure-desktop {
    display: block;
}

.cruise-mobile-desktop {
    display: block;
}

.ttd-mb {
    margin-bottom: 30px;
}

/* testimonial home */

.testimonial {
    margin: 0 20px 50px;
}

    .testimonial .pic {
        display: inline-block;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        margin: 0 15px 15px 0;
        border: 2px solid #971657;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
            border-radius: 50%;
        }

    .testimonial .testimonial-profile {
        display: inline-block;
        position: relative;
        top: -49px;
    }

    .testimonial .title {
        display: block;
        font-size: 16px;
        font-weight: 600;
        color: #000000;
        margin: 0 0 7px 0;
    }

        .testimonial .title span {
            font-size: 16px;
            font-weight: 100;
            color: #000000;
        }

    .testimonial .post {
        display: block;
        font-size: 14px;
        color: #5d7aa7;
    }

    .testimonial .description {
        padding: 20px 0px;
        font-size: 15px;
        color: #000;
        line-height: 25px;
        margin: 0;
        position: relative;
        height: 120px;
    }

        .testimonial .description:after {
            border-width: 18px 18px 0 0;
            left: auto;
            right: 0;
        }

.owl-theme .owl-controls {
    margin-top: 10px;
    margin-left: 30px;
    position: absolute;
    right: 0;
    top: -60px;
}

    .owl-theme .owl-controls .owl-buttons div {
        opacity: 0.8;
        background: #fff;
    }

.owl-prev:before,
.owl-next:before {
    content: "\f060";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 20px;
    color: #971657;
    float: right;
}

.owl-next:before {
    content: "\f061";
}

.testmonial-headhome {
    font-size: 50px;
    font-weight: 500;
    line-height: 49px;
    margin-left: 5%;
    padding-top: 0px;
}

.sii-y-strip-testimonial {
    width: 100%;
    position: absolute;
    border-radius: initial !important;
    left: -926px;
    z-index: -1;
}

.hometesti-margin {
    margin-top: 120px;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 15px;
    margin: 0px;
    padding: 3px 0px;
    font-size: 12px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    filter: Alpha(Opacity=50);
    opacity: 10;
}

.testimonial-quote {
    position: absolute;
    top: 10%;
}

.readmorep {
    font-size: 1.0em;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}

.page {
    min-height: 100vh;
    overflow-x: hidden;
    padding-top: 2.5rem;
}

    .page .container {
        padding: 0 2rem;
    }

@media (min-width: 1024px) {
    .page .container {
        padding: 0 4rem;
    }
}

.header h1 {
    margin: 0;
    font-size: 3rem;
}

.card {
    /*  border: 1px solid #333;
  max-width: 250px; */
    border-radius: 3px;
    margin: 0 auto;
    transition: box-shadow 0.25s;
    transition-timing-function: ease-in-out;
    transform: scale(0.94);
    height: 333px;
}

    .card img {
        display: block;
        max-width: 100%;
        height: auto;
        /* background-color: #eee; */
    }

    .card .card-text-content {
        padding: 0 0.5rem;
    }

.swiper-slide-testimonial {
    width: 265px;
}

.swiper-container {
    padding-bottom: 1rem;
}

.cards-slider {
    padding-top: 2.5rem;
}


/* .swiper-slide-active {
  transform: scale(1);
} */

.swiper-slide-active .card {
    box-shadow: 0 13px 35px -16px rgba(0, 0, 0, 0.5);
}

.read-more {
    text-decoration: none;
    color: inherit;
    border: 1px solid #333;
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 3px;
}

.post-slide {
    padding-right: 20px;
}

    .post-slide img {
        width: 100%;
        height: auto;
    }
    /* .post-slide .post-review{
    padding:0 17px 17px 0;
} */
    .post-slide .post-date {
        float: left;
        margin-right: 10px;
        padding: 8px 15px;
        text-align: center;
        background: #444;
        font-size: 26px;
        color: #fff;
        font-weight: 700;
        transition: background 0.20s linear 0s;
    }

    .post-slide:hover .post-date {
        background: #078071;
    }

    .post-slide .post-date small {
        display: block;
        margin-bottom: 10px;
        font-size: 13px;
        text-transform: capitalize;
    }

        .post-slide .post-date small:before {
            content: "";
            display: block;
            margin-bottom: 5px;
            border-top: 1px solid #fff;
        }

    .post-slide .post-title {
        margin: 0;
        padding-top: 15px;
        background: #000;
        height: 220px;
    }

        .post-slide .post-title p {
            color: #fff;
            padding: 30px 10px 20px 10px;
            font-weight: 100;
        }

        .post-slide .post-title a {
            font-size: 15px;
            color: #444;
            text-transform: uppercase;
            margin-bottom: 6px;
            display: block;
            line-height: 20px;
            font-weight: bold;
        }

    .post-slide:hover .post-title a {
        color: #078071;
        text-decoration: none;
    }

.post-comment {
    margin: 0;
    list-style: none;
}

    .post-comment li a {
        color: #a9a9a9;
        text-transform: capitalize;
    }

        .post-comment li a:before {
            content: "|";
            margin: 0 5px 0 5px;
            color: #d3d3d3;
        }

.owl-buttons {
    text-align: center;
    margin-top: 20px;
}

    .owl-buttons .owl-prev,
    .owl-buttons .owl-next {
        display: inline-block;
        border-radius: 4px;
        margin-right: 20px;
        padding: 8px 15px;
        transition: all 0.30s linear 0s;
        margin-right: 54px !important;
        margin-top: 3px !important;
    }
/* .owl-buttons .owl-prev:after,
.owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #d3d3d3;
    font-size:16px;
} */
/* .owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
.owl-buttons .owl-prev:hover,
.owl-buttons .owl-next:hover{
    border: 1px solid #078071;
    box-shadow: 0 3px 0 #fff;
} */

.wdt-100 {
    width: 100%;
}

.overflow-h {
    overflow: hidden;
}

.ten-reasonp-relative {
    position: relative;
}

.ten-ponint-margin {
    margin-left: 60px;
}

.about-sctesti {
    left: 0%;
}

@media only screen and (max-width: 550px) {
    .post-slideimg {
        width: 540px !important;
        padding: 6px;
    }

    #simple_gallery ul li {
        width: calc(50% - 0px) !important;
    }

    #simple_gallery #big-gallery-img {
        width: 100% !important;
    }

    .sitemap-pr0 {
        padding-right: 15px !important;
    }

    .four-o-dflex {
        display: block !important;
    }

    .four-btn {
        width: 250px;
        display: block;
        margin: 0 auto;
    }

    .four-o-mtmb {
        margin-top: 80px !important;
        margin-bottom: 50px !important;
    }

    .four-o-img {
        width: 280px;
        display: block;
        margin: 0 auto;
    }

    .four-o-page h1 {
        text-align: center !important;
        font-size: 120px !important;
    }

    .four-o-page h2 {
        text-align: center !important;
        font-size: 28px !important;
        margin-top: -40px !important;
    }

    .four-o-page h3 {
        text-align: center !important;
        font-size: 28px !important;
    }

    .four-bth {
        margin-top: 26px !important;
    }

    .timeline-item::after {
        font-size: 14px !important;
    }

    .timeline-item {
        border-bottom: none !important;
    }

    .timeline {
        left: 58px !important;
    }

    .coverage-media-container {
        display: block !important;
    }

    .post-slide-quick img {
        width: 540px !important;
    }

    .sii-single-blog {
        margin-left: -70vw;
    }

    .post-title .yellow-box {
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: 31.5%;
        background-color: #ffc20e;
        left: 0;
    }

    .post-title .teal-bg {
        width: 35px;
        height: 35px;
        position: absolute;
        bottom: 2.5%;
        background-color: #00929778;
        right: 9%;
    }
}

/* events & media page */
.event-sidebar {
    background-color: #EFEFEF;
    margin-top: -40px;
    padding: 24px;
}

.media-rdate {
    border-right: 2px solid #ffc20e;
    margin-right: 15px;
}


/*CSS Gallery*/
#simple_gallery {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto 0;
    padding: 0;
}

    #simple_gallery #big-gallery-img {
        width: 94.5%;
    }

    #simple_gallery ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #simple_gallery ul li {
            display: block;
            float: left;
            width: calc(50% - 20px);
            margin: 0;
            padding: 2px;
        }

            #simple_gallery ul li img {
                width: 100%;
                display: block;
                cursor: pointer;
                transition: .5s;
                /* filter: grayscale(100%); */
            }

                #simple_gallery ul li img:hover {
                    filter: grayscale(0);
                }

#overflow {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.7);
    top: 0;
    left: 0;
    margin: 0;
    z-index: 10;
    display: none;
}

    #overflow img {
        width: 80%;
        margin: auto;
        display: block;
        margin-top: 5%;
        max-width: 1100px;
    }

    #overflow .fa {
        float: right;
        font-size: 40px;
        color: #fff;
        margin: 30px 30px 0 0;
        cursor: pointer;
    }

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.more {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-top: -9px;
    font-family: 'Poppins';
}

.ne-side-heading {
    font-size: 16px;
    font-weight: 700;
    margin-left: 94px;
    margin-bottom: 20px;
}

.m-coverage-bdr {
    border-left: 5px solid #FFDB72;
}

/* TIMELINE */
#timeline-container {
    overflow: auto;
    padding: 60px 0;
}

    #timeline-container .inner-container {
        margin: 0 auto;
    }

        #timeline-container .inner-container .heading {
            text-align: center;
            font-family: var(--font-family-1);
            font-weight: 700;
            font-size: 3rem;
            color: white;
            margin-top: 0;
        }

.timeline {
    margin: 0 auto;
    position: relative;
    left: 96px;
    width: 80%;
    max-width: 900px;
    margin-top: 16px;
    margin-left: 5%;
}

.timeline-item {
    color: #009297;
    font-family: var(--font-family-2);
    text-align: center;
    font-size: 1.0em;
    padding: 0rem 1.5rem 0rem 1.5rem;
    border-left: 4px solid #FFDB72;
    border-bottom: 1px solid #ffffff;
    position: relative;
    list-style-type: none;
    --item-width: calc(100%);
    margin-top: -2px;
}

    .timeline-item p {
        margin-top: -2px;
        font-size: 14px;
    }

    .timeline-item::after {
        content: attr(data-date);
        position: absolute;
        right: calc(var(--item-width) + 40px);
        top: 4px;
        float: right;
        font-weight: bold;
        white-space: nowrap;
        font-size: 20px;
    }

    .timeline-item::before {
        content: "";
        border-radius: 50%;
        width: 16px;
        height: 16px;
        background-color: #ffffff;
        position: absolute;
        left: -10px;
        top: 5px;
        border: 2px solid #ffdb72;
    }

    .timeline-item:last-child {
        border-bottom: none;
    }

.coverage-media-container {
    display: flex;
    margin-bottom: 30px;
}

.prev-event {
    position: absolute;
    top: 100%;
    left: 88%;
    color: #fff;
    height: 22px;
    width: 22px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    background-image: none !important;
}

.next-event {
    position: absolute;
    top: 100%;
    right: 10% !important;
    color: #fff;
    height: 22px;
    width: 22px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    background-image: none !important;
}

.event-bradius {
    border-radius: 0px !important;
}

.event-arrow {
    vertical-align: middle;
    margin-right: 0px;
}

.cov-media-img {
    float: left;
    width: 229px;
    height: 139px;
    margin-right: 15px;
}

@media only screen and (max-width: 800px) {
    .timeline {
        margin: 0 auto;
        position: relative;
        left: 85px;
    }

        .timeline .timeline-item {
            font-size: 1.1rem;
        }
    /* .timeline .timeline-item::after {
    right: calc(var(--item-width) + 30px);
  } */
}

@media only screen and (max-width: 800px) {
    .timeline-item {
        padding: 1rem 1.5rem 1rem 0.5rem;
    }

        .timeline-item::after {
            right: calc(var(--item-width) + 15px);
        }
}
/* TIMELINE end */


.time-zone-field {
    border-radius: 0px;
    background: #009297 0% 0% no-repeat padding-box;
    color: #ffffff !important;
    border: none;
    box-shadow: inset 10px 10px 20px #00000029;
    border-radius: 15px !important;
    height: 59px !important;
}

    .time-zone-field::placeholder {
        color: #fff;
        font-size: 19px;
        text-align: right;
        margin-right: -20px !important;
    }

.time-zone-am-pm {
    border-radius: 0px;
    background: #009297 0% 0% no-repeat padding-box;
    color: #ffffff !important;
    border: none;
    box-shadow: inset 10px 10px 20px #00000029;
    border-radius: 15px !important;
    height: 59px !important;
}

    .time-zone-am-pm h5 {
        font-size: 40px;
        color: #FFFFFF;
        text-align: right;
        position: absolute;
        left: 26%;
    }

.time-sycountry {
    font-size: 19px !important;
}

.text-black {
    color: #000000 !important;
}

.contact-rightd {
    left: 35%;
    position: relative;
}

/* home page currency am pm */
.toggle-wrapper {
    position: absolute;
    top: 50%;
    right: -9%;
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 2.5rem;
    font-family: sans-serif;
    font-size: 0.75rem;
    font-weight: 100;
}

.toggle-am {
    display: none;
}

.foux-toggle {
    position: relative;
    width: 5rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #009297;
    background-color: #009297;
    transition: background-color 0.2s cubic-bezier(0.34, 0.93, 0.85, 0.91);
}

    .foux-toggle:before {
        content: "";
        position: absolute;
        top: 0.25rem;
        left: 0.3125rem;
        display: block;
        width: 1.875rem;
        height: 1.875rem;
        border-radius: 1.875rem;
        background: #00666aad;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        transition: left 0.2s cubic-bezier(0.34, 0.93, 0.85, 0.91);
        border: 1px solid #61BEBE;
        z-index: 8;
    }

.toggle-am:checked ~ .foux-toggle {
    border-color: #009297;
    background-color: #009297;
}

    .toggle-am:checked ~ .foux-toggle:before {
        left: 2.75rem;
    }

.toggle--label:after, .toggle--label:before {
    position: absolute;
    top: 0;
    bottom: 0;
    transition: opacity 0.4s linear;
}

.toggle--label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 2.5rem;
    cursor: pointer;
    z-index: 10;
    letter-spacing: 0.0625rem;
}

    .toggle--label:before {
        content: "AM";
        right: 40%;
        left: 0;
        color: white;
        opacity: 0;
        z-index: 9;
    }

.toggle-am:checked + .toggle--label:before {
    opacity: 1;
}

.toggle--label:after {
    content: "PM";
    position: absolute;
    right: 0;
    left: 40%;
    opacity: 1;
    color: #fff;
    z-index: 9;
}

.toggle-am:checked + .toggle--label:after {
    opacity: 0;
    transition-duration: 0.05s;
}

.currency-timemt {
    margin-top: 36px;
}

.four-or-page {
    position: relative;
}
/* .four-o-page h1{
	font-size: 194px;
    font-weight: 100;
    color: #0BA8AF;
	text-align:right;
}
.four-o-page h2{
	font-size: 45px;
    font-weight: 100;
    text-align: right;
    position: absolute;
    bottom: 15%;
    right: 0;
}
.four-o-page h3{
	font-size: 45px;
    font-weight: 700;
	text-align:right;
} */
.four-o-page h1 {
    font-size: 194px;
    font-weight: 100;
    color: #0BA8AF;
    text-align: right;
}

.four-o-page h2 {
    font-size: 34px;
    font-weight: 100;
    text-align: right;
    margin-top: -58px;
    color: #002E30;
}

.four-o-page h3 {
    font-size: 34px;
    font-weight: 700;
    text-align: right;
    margin-top: -15px;
    color: #002E30;
}

.four-bth {
    margin-top: 312px;
}

.four-o-mtmb {
    margin-top: 200px;
    margin-bottom: 100px;
}

.faq-sublist {
    margin-left: 45px;
    margin-bottom: 0px;
}

.sitemap-pr0 {
    padding-right: 0px;
}

.data_more_less_inner {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.action_less {
    display: none;
}

.less_active .action_less {
    display: inline-block;
}

.less_active .action_more {
    display: none;
}

.data_more_less:not(.less_active):not(.action_disabled) .data_more_less_inner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    height: 80px;
}

.data_more_less.action_disabled .more_less_action {
    display: none;
}

/* @keyframes fadeInregister {
  from {
    opacity: 0.5;
  }
}
.register-login {
  animation: fadeInregister 1s infinite alternate;
}
 */

.btn-theme-color-convert {
    background-image: linear-gradient(88deg, #009297, #009297);
    box-shadow: inset 10px 10px 20px #00000029;
}

.grade-conv-scroll {
    overflow: auto;
}

.loc-support {
    color: #000;
    font-size: 16px;
}

    .loc-support tr {
        border-top: 1px solid #fff;
    }

    .loc-support td {
        border-top: 1px solid #fff !important;
        padding: 15px !important;
    }

.loc-support-sn {
    background-color: #ffc20e;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.loc-support-md {
    border: 1px solid #00666A;
}

.loc-support-no {
    background-color: #d9edf7;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.loc-support-tsn {
    background-color: #00666A;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #ffffff;
}

.loc-support-tno {
    background-color: #00666A;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #ffffff;
}

.loc-support-tmd {
    background-color: #00666A;
    color: #ffffff;
}

.loc-support-dnone {
    display: none;
}

.loc-support-dnone {
    display: none;
}

.loc-support-dnonet {
    display: block;
}

/* launch soon pupup */

.popup {
    position: fixed;
    padding: 10px;
    max-width: 500px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,.9);
    visibility: hidden;
    opacity: 0;
    /* "delay" the visibility transition */
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
    z-index: 1;
}

    .popup:target {
        visibility: visible;
        opacity: 1;
        /* cancel visibility transition delay */
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

.popup-close {
    position: absolute;
    padding: 10px;
    max-width: 500px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,.9);
}

.popup .close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px;
    color: #000;
    transition: color .3s;
    font-size: 2em;
    line-height: .6em;
    font-weight: bold;
}

    .popup .close:hover {
        color: #00E5EE;
    }

.btn-pop {
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 14px 30px;
    border-radius: 37px;
    color: #fff;
    outline: 0;
    border: 0;
    text-transform: capitalize;
    font: 400 1.25em "Poppins";
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 500;
    line-height: 10px;
}

.close-popup {
    background: rgba(0,0,0,.7);
    cursor: default;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    /* "delay" the visibility transition */
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
}

.popup:target + .close-popup {
    opacity: 1;
    visibility: visible;
    /* cancel visibility transition delay */
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.azadi-mahotsav-mb {
    margin-bottom: 100px;
}

.apply-btn-footer {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 70px;
    right: 0px;
    width: 200px;
    border: none;
    box-shadow: none;
    overflow: hidden;
    padding-top: 8px;
    padding-bottom: 12px;
    border-radius: 5px;
    animation-name: animation2;
    animation-duration: 1.3s;
    animation-delay: 3s;
    animation-iteration-count: infinite;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

    .apply-btn-footer::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #ffc20e;
    }

    .apply-btn-footer::after {
        width: 70%;
        height: 100%;
        content: '';
        background-color: rgba(255,255,255,.2);
        position: absolute;
        top: 0;
        right: 110%;
        transform: skew(-30deg) translateX(0px);
        animation-name: animation;
        animation-duration: 1.3s;
        animation-delay: 3s;
        animation-iteration-count: infinite;
    }

    .apply-btn-footer span {
        position: relative;
        color: #003D3F;
        font-size: 25px;
        font-weight: 600;
        font-family: 'Poppins';
    }

@keyframes animation {
    0% {
        transform: skew(-30deg) translateX(0px);
    }


    100% {
        transform: skew(-30deg) translateX(400px);
    }
}

@keyframes animation2 {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.1);
    }

    60% {
        transform: scale(1);
    }
}

/**/
.owl-item {
    /* height: 482px!important; */
    width: 510px !important;
    margin: 35px;
}

#owl-demo .item {
    background: #3498DB;
    padding: 30px 0px;
    margin: 0;
    color: #FFF;
    border-radius: 0;
    text-align: center;
    height: 482px;
    width: 414px;
    margin: 35px;
    border-radius: 25px;
}

.customNavigation {
    text-align: center;
}
    /*use styles below to disable ugly selection*/
    .customNavigation a {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

.bg-register-points {
    background-image: linear-gradient(to right, #FFE788, #EF8700);
}


/* ------ testimonial -------- */

.wrapper-testimonial {
    width: 100%;
    height: 90vh;
    /* min-height: 750px; */
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
}

@media screen and (max-width: 992px) {
    .wrapper-testimonial {
        height: auto;
        min-height: 100vh;
    }
}

.content-testimonial {
    height: 600px;
    margin: auto;
    width: 100%;
    max-width: 1050px;
    display: flex;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .content-testimonial {
        max-width: 920px;
    }

    .wrapper-testimonial {
        height: 70vh;
    }
}

@media screen and (max-width: 992px) {
    .content-testimonial {
        max-width: 920px;
        margin-top: 100px;
        height: auto;
        min-height: 100vh;
    }
}

@media screen and (max-width: 767px) {
    .content-testimonial {
        margin-top: 20px;
    }
}

@media screen and (max-width: 576px) {
    .content-testimonial {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.bg-shape {
    height: 100%;
    background-image: linear-gradient(-45deg, #cc3843 0%, #cb193f 100%);
    box-shadow: 0px 30px 139px 0px rgba(10, 22, 31, 0.26);
    border-radius: 30px;
    padding: 45px 40px;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .bg-shape {
        width: 45%;
    }
}

@media screen and (max-width: 992px) {
    .bg-shape {
        width: 90%;
        height: 290px;
        align-items: flex-start;
        padding: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 767px) {
    .bg-shape {
        padding: 30px;
        width: 95%;
        border-radius: 20px;
    }
}

@media screen and (max-width: 576px) {
    .bg-shape {
        height: 200px;
        padding: 30px;
    }
}

.bg-shape img {
    object-fit: contain;
    width: 510px;
    display: block;
    object-position: left center;
    opacity: 0.2;
    transform: rotate(-90deg) translateY(-50%);
    max-width: inherit;
    left: 10px;
    position: absolute;
}

@media screen and (max-width: 1200px) {
    .bg-shape img {
        width: 430px;
        left: 10px;
    }
}

@media screen and (max-width: 992px) {
    .bg-shape img {
        transform: none;
        width: 100%;
        position: relative;
        left: auto;
        margin-left: auto;
        margin-right: auto;
        object-fit: contain;
        height: 100%;
        object-position: top center;
    }
}

.next-testimonial, .prev-testimonial {
    z-index: 22;
    display: inline-flex;
    border: none;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    position: absolute;
    top: 50%;
    outline: none;
    cursor: pointer;
}

    .next-testimonial.disabled, .prev-testimonial.disabled {
        cursor: not-allowed;
    }

    .next-testimonial:focus, .prev-testimonial:focus {
        outline: none;
    }

@media screen and (max-width: 992px) {
    .next-testimonial, .prev-testimonial {
        top: 170px;
    }
}

.prev-testimonial {
    left: -30%;
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 1200px) {
    .prev-testimonial {
        left: -21%;
    }
}

@media screen and (max-width: 992px) {
    .prev-testimonial {
        left: 0;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 576px) {
    .prev-testimonial {
        transform: translate(-20%, 28%);
    }
}

.next-testimonial {
    right: -5%;
    transform: translate(50%, -50%);
}

@media screen and (max-width: 576px) {
    .next-testimonial {
        transform: translate(55%, 28%);
    }
}

.testimonial-slider {
    width: 75%;
    height: 85%;
    border-radius: 30px;
    /* box-shadow: 0 28px 79px 0 rgba(10, 22, 31, 0.35); */
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .testimonial-slider {
        width: 80%;
    }
}

@media screen and (max-width: 992px) {
    .testimonial-slider {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        position: relative;
        top: 0;
    }

        .testimonial-slider br {
            display: none;
        }
}

@media screen and (max-width: 767px) {
    .testimonial-slider {
        border-radius: 20px;
    }
}

@media screen and (max-width: 576px) {
    .testimonial-slider {
        width: 85%;
        margin-top: 130px;
    }
}

.testimonial-slider__wrp {
    height: 100%;
}

.testimonial-slider__item {
    position: relative;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .testimonial-slider__item {
        height: auto;
    }
}

.testimonial-slider__item.swiper-slide-active .testimonial-slider__content > * {
    opacity: 1;
    transform: none;
}

    .testimonial-slider__item.swiper-slide-active .testimonial-slider__content > *:nth-child(1) {
        transition-delay: 0s;
    }

    .testimonial-slider__item.swiper-slide-active .testimonial-slider__content > *:nth-child(2) {
        transition-delay: 0.2s;
    }

    .testimonial-slider__item.swiper-slide-active .testimonial-slider__content > *:nth-child(3) {
        transition-delay: 0.4s;
    }

    .testimonial-slider__item.swiper-slide-active .testimonial-slider__content > *:nth-child(4) {
        transition-delay: 0.6s;
    }

    .testimonial-slider__item.swiper-slide-active .testimonial-slider__content > *:nth-child(5) {
        transition-delay: 0.8s;
    }

    .testimonial-slider__item.swiper-slide-active .testimonial-slider__content > *:nth-child(6) {
        transition-delay: 1s;
    }

    .testimonial-slider__item.swiper-slide-active .testimonial-slider__content > *:nth-child(7) {
        transition-delay: 1.2s;
    }

    .testimonial-slider__item.swiper-slide-active .testimonial-slider__content > *:nth-child(8) {
        transition-delay: 1.4s;
    }

    .testimonial-slider__item.swiper-slide-active .testimonial-slider__content > *:nth-child(9) {
        transition-delay: 1.6s;
    }

    .testimonial-slider__item.swiper-slide-active .testimonial-slider__content > *:nth-child(10) {
        transition-delay: 1.8s;
    }

    .testimonial-slider__item.swiper-slide-active .testimonial-slider__content > *:nth-child(11) {
        transition-delay: 2s;
    }

    .testimonial-slider__item.swiper-slide-active .testimonial-slider__content > *:nth-child(12) {
        transition-delay: 2.2s;
    }

    .testimonial-slider__item.swiper-slide-active .testimonial-slider__content > *:nth-child(13) {
        transition-delay: 2.4s;
    }

    .testimonial-slider__item.swiper-slide-active .testimonial-slider__content > *:nth-child(14) {
        transition-delay: 2.6s;
    }

    .testimonial-slider__item.swiper-slide-active .testimonial-slider__content > *:nth-child(15) {
        transition-delay: 2.8s;
    }

.testimonial-slider__item.swiper-slide-active circle {
    animation: progress 1s ease-out forwards;
    animation-delay: 0.5s;
    opacity: 0.75;
}

.testimonial-slider__card {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    /* background-color: #ffc20e; */
}

@media screen and (max-width: 992px) {
    .product-slider__card {
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-slider__card {
        border-radius: 20px;
    }
}

.testimonial-slider__cover {
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .testimonial-slider__cover {
        border-radius: 20px;
    }
}

.testimonial-slider__content {
    color: #fff;
    padding-top: 1px;
    position: relative;
    z-index: 2;
    width: 100%;
    padding-left: 250px;
    padding-right: 80px;
    margin-top: -140px;
}

.testimonial-slider__svg {
    position: relative;
    left: -8%;
}

@media screen and (max-width: 1200px) {
    .testimonial-slider__content {
        padding-left: 220px;
    }
}

@media screen and (max-width: 992px) {
    .testimonial-slider__content {
        padding: 20px 60px 100px;
        padding-top: 280px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-slider__content {
        padding: 20px 30px 50px;
        padding-top: 300px;
    }
}

@media screen and (max-width: 576px) {
    .testimonial-slider__content {
        padding-top: 220px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.testimonial-slider__title {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
    color: #007176;
    left: -25%;
    position: relative;
    background-color: #FFECC1;
    padding: 30px;
    height: 100px;
}

    .testimonial-slider__title span {
        color: #00AFB5;
        display: inline-block;
    }

.entrepreneur {
    font-weight: 400;
    color: #00AFB5 !important;
    font-size: 16px;
}

.reg-testimonial-sep {
    display: inline-block;
    color: #007176 !important;
}

@media screen and (max-width: 1200px) {
    .testimonial-slider__title {
        font-size: 34px;
    }
}

.testimonial-slider__price {
    display: block;
    font-size: 16px;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
    padding-bottom: 20px;
    color: #000;
    height: 25px;
    font-family: 'Poppins';
}

.testimonial-slider__study {
    display: block;
    font-size: 16px;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
    color: #006D71;
    margin-top: 20px;
}

@media screen and (max-width: 1200px) {
    .testimonial-slider__price {
        font-size: 16px;
    }

    .testimonial-slider__title {
        left: 0%;
    }

    .testimonial-slider__content {
        margin-top: 0px;
    }
}

@media screen and (max-width: 576px) {
    .testimonial-slider__price {
        font-size: 16px;
    }
}

.testimonial-slider__price sup {
    top: -20px;
    font-size: 65%;
}

.testimonial-slider__cart {
    box-shadow: 0 7px 99px 0 rgba(204, 51, 66, 0.6);
    background-image: linear-gradient(-45deg, #cc3843 0%, #cb193f 100%);
    border: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    min-height: 50px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    margin-right: 40px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .testimonial-slider__cart {
        margin-right: 30px;
    }
}

@media screen and (max-width: 576px) {
    .testimonial-slider__cart {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-inf {
        width: 100%;
    }
}

.testimonial-inf__percent {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-family: "Dosis", sans-serif;
    position: relative;
}

    .testimonial-inf__percent circle {
        transform: rotate(180deg) scaleY(-1);
        transform-origin: 50%;
    }

.testimonial-inf__percent-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-inf__title {
    font-family: "Dosis", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 18px;
}

.testimonial-img {
    position: absolute;
    z-index: 0;
    width: 500px;
    left: 25%;
    transform: translateX(-53%);
    max-height: 500px;
    height: 100%;
    pointer-events: none;
}

@media screen and (max-width: 1200px) {
    .testimonial-img {
        width: 430px;
        left: 20%;
    }
}

@media screen and (max-width: 992px) {
    .testimonial-img {
        width: 430px;
        left: 54%;
        transform: translateX(-50%);
        top: 0;
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-img {
        width: 100%;
        max-width: 400px;
        top: 30px;
        height: 390px;
    }
}

@media screen and (max-width: 576px) {
    .testimonial-img {
        max-width: 300px;
        height: 300px;
    }
}

.testimonial-img__item {
    display: flex;
    align-items: center;
    position: absolute;
    pointer-events: none;
    user-select: none;
    top: 50%;
    right: 10%;
    transform: translateY(-50%) translateX(-130px);
    opacity: 0;
    transition: all 0.3s;
}

    .testimonial-img__item.active {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
        transition-delay: 0.3s;
    }

    .testimonial-img__item img {
        object-fit: contain;
        object-position: center right;
    }


/* ------ testimonial -------- */


/* quick register form start */
.newsletter {
    height: auto;
    max-width: 600px;
    padding: 2rem 1rem;
    padding-bottom: 1rem;
    border-radius: 10px;
    position: fixed;
    overflow: hidden;
    background-color: white;
    box-shadow: 0px 8px 20px 5px rgb(50 50 50 / 20%);
    margin: 1rem;
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 20%;
    left: 30%;
    z-index: 99;
}

@media (max-width: 280px) {
    .newsletter {
        padding: 1rem 0.5rem;
    }
}

.newsletter__container {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .newsletter__container .quick-form {
        height: 400px;
        overflow: scroll;
        overflow-x: hidden;
    }

.newsletter__background {
    position: absolute;
    top: -10px;
    left: -10px;
    filter: blur(10px);
    background: white;
    background: radial-gradient(circle at top left, rgb(230 226 255 / 95%) 0%, rgb(218 234 248 / 95%) 15%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%), radial-gradient(circle at top center, rgb(255 232 241 / 95%) 20%, rgba(255, 255, 255, 0) 50%), radial-gradient(circle at top right, rgb(255 201 200 / 95%) 8%, rgb(255 225 177 / 95%) 20%, rgb(254 240 184 / 95%) 30%, rgba(238, 242, 215, 0.7) 45%, rgba(255, 255, 255, 0) 50%);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 110%;
    height: 110%;
}

.newsletter__slogan {
    margin-top: 2rem;
    padding: 0.5rem 1rem;
    border: 2px solid black;
    border-radius: 13px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.1rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 280px) {
    .newsletter__slogan {
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem;
        border: 2px solid black;
    }
}

@media (max-width: 300px) {
    .newsletter__slogan {
        font-size: 0.6rem;
        padding: 0.3rem 0.5rem;
    }
}

.newsletter__header {
    font-size: 2rem;
    width: 60%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

@media (max-width: 522px) {
    .newsletter__header {
        font-size: 2rem;
        width: 100%;
    }
}

@media (max-width: 340px) {
    .newsletter__header {
        font-size: 1.5rem;
    }
}

@media (max-width: 325px) {
    .newsletter__header {
        font-size: 1.5rem;
    }
}

@media (max-width: 280px) {
    .newsletter__header {
        font-size: 1.2rem;
        width: 100%;
    }
}

.newsletter__instructions {
    width: 60%;
    text-align: center;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 560px) {
    .newsletter__instructions {
        width: 90%;
        font-size: 0.9rem;
        line-height: 1rem;
    }
}

@media (max-width: 230px) {
    .newsletter__instructions {
        font-size: 0.75rem;
    }
}

.newsletter__form {
    width: 90%;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 1.5rem;
}

@media (max-width: 325px) {
    .newsletter__form {
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

.newsletter__asterisk {
    font-size: 0.7rem;
    width: 60%;
    text-align: center;
    line-height: 0.8rem;
    color: grey;
}

@media (max-width: 280px) {
    .newsletter__asterisk {
        font-size: 0.5rem;
        width: 90%;
        line-height: 0.6rem;
    }
}

@media (max-width: 560px) {
    .newsletter__asterisk {
        width: 90%;
    }
}

.hidden {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.btn-quickform {
    padding: 0.6rem 1rem;
    border-radius: 4px;
    line-height: 1rem;
    text-transform: capitalize;
    position: relative;
    min-width: 74px;
    min-height: 35.19px;
    overflow: hidden;
}

.btn__close {
    position: absolute;
    top: 12px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    right: 26px;
    background-color: #ffc20e;
}

    .btn__close::after, .btn__close::before {
        content: "";
        height: 1px;
        width: 18px;
        background-color: white;
        position: absolute;
        top: 11.5px;
        left: 3.5px;
        transition: transform 0.4s ease;
    }

    .btn__close::after {
        transform: rotate(45deg);
    }

    .btn__close::before {
        transform: rotate(-45deg);
    }

    .btn__close:hover::before {
        transform: rotate(45deg);
    }

    .btn__close:hover::after {
        transform: rotate(-45deg);
    }

@media (max-width: 280px) {
    .btn__close {
        top: 19px;
        left: 19px;
        width: 20px;
        height: 20px;
    }

        .btn__close::after, .btn__close::before {
            width: 20px;
            top: 9px;
        }
}

.btn__primary--submit {
    margin-left: 10px;
}

@media (max-width: 325px) {
    .btn__primary--submit {
        margin-top: 0.5rem;
        align-self: flex-end;
    }
}

.btn--valid {
    background-color: #50C878;
}

.darken {
    filter: brightness(0.6);
}

.plane-quickform {
    position: absolute;
    left: 10px;
    top: 7px;
    transform: translate(-30px, 30px) rotate(20deg);
    transition: transform 0.4s ease;
}

.plane_path {
    fill: white;
}

.slideIn {
    -webkit-animation: slideIn 1.1s forwards;
    animation: slideIn 1.1s forwards;
}

@-webkit-keyframes slideIn {
    0% {
        transform: translateY(-100vw);
    }

    80% {
        transform: translateY(0vw);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(-100vw);
    }

    80% {
        transform: translateY(0vw);
    }

    100% {
        transform: translateY(0);
    }
}

.slideOut {
    -webkit-animation: slideOut 1.1s forwards;
    animation: slideOut 1.1s forwards;
}

@-webkit-keyframes slideOut {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(0vw);
    }

    100% {
        transform: translateY(-200vw);
    }
}

@keyframes slideOut {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(0vw);
    }

    100% {
        transform: translateY(-200vw);
    }
}

.shake {
    -webkit-animation: 0.3333333333s shake forwards;
    animation: 0.3333333333s shake forwards;
}

@-webkit-keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-20px);
    }

    40% {
        transform: translateX(20px);
    }

    60% {
        transform: translateX(-20px);
    }

    80% {
        transform: translateX(20px);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-20px);
    }

    40% {
        transform: translateX(20px);
    }

    60% {
        transform: translateX(-20px);
    }

    80% {
        transform: translateX(20px);
    }
}

/* quick register form end */

.hotspot {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50% 50%;
    background-color: #994e77;
    color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    backface-visibilty: hidden;
    transition: all 0.3s ease 0.1, border-radius 0.1s ease 0.2;
}

    .hotspot.open {
        border-radius: 0 0;
        width: 300px;
        height: 250px;
        max-height: 300px;
        transition: all 0.3s ease, border-radius 0.1s ease;
    }

        .hotspot.open .icon {
            transform: rotate(45deg);
        }

        .hotspot.open .content {
            opacity: 1;
            transition: opacity 0.2s ease 0.2s;
        }

    .hotspot .icon {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        overflow: hidden;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .hotspot .content {
        position: absolute;
        top: 30px;
        left: 30px;
        margin: 0;
        overflow: auto;
        height: 240px;
        width: 240px;
        opacity: 0;
        transition: opacity 0.1s ease 0s;
    }

        .hotspot .content h4 {
            margin: 0 0 10px 0;
        }

        .hotspot .content p {
            margin: 0 0 30px 0;
        }

        .hotspot .content .btn {
            padding: 10px 20px;
            line-height: 20px;
            background-color: white;
            color: black;
            text-decoration: none;
            box-shadow: 0px 0px 5px #422133;
        }

    .hotspot.left-top .icon {
        top: 0;
        left: 0;
    }

    .hotspot.right-top .icon {
        left: auto;
        top: 0;
        right: 0;
    }

    .hotspot.left-bottom .icon {
        left: 0;
        bottom: 0;
    }

    .hotspot.right-bottom .icon {
        bottom: 0;
        right: 0;
    }

.reg-form-padding {
    padding: 30px;
}

.f-size-14 {
    font-size: 14px;
}

.f-size-10 {
    font-size: 10px;
}

.fw-700 {
    font-weight: 700;
}

.contact-rightco {
    position: relative;
    top: -156px;
}

.sii-contact-title {
    font-size: 29px;
    color: #000000;
    font-family: "Poppins" !important;
    margin-bottom: 10px;
    line-height: 30px;
    margin-top: 30px;
}

.contact-clem {
    color: #000;
    font-size: 21px;
    padding-left: 10px;
    vertical-align: middle;
}

.btn-theme-color-2 {
    background-image: linear-gradient(2deg, #195255, #009297);
}

.timecu-btn {
    background-color: #008084;
    border-radius: 10px;
    font-size: 25px;
}

.star {
    position: absolute;
    background: url(../images/icon/sparkle.png) no-repeat;
    background-size: contain;
    overflow: hidden;
}

    .star.star-1 {
        width: 80px;
        height: 65px;
        top: 35%;
        left: 35%;
    }

    .star.star-2 {
        width: 83px;
        height: 77px;
        top: 15%;
        left: 34%;
    }

    .star.star-3 {
        width: 74px;
        height: 70px;
        top: 20%;
        left: 60%;
    }

    .star.star-4 {
        width: 100px;
        height: 120px;
        top: 35%;
        left: 53%;
    }

.scholarship-back {
    display: flex;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%); /* 
  -ms-transform: rotate(3deg); 
  transform: rotate(3deg); */
}

    .scholarship-back > span {
        animation: shake 0.5s infinite;
        font-size: 3rem;
        color: #023a3c;
        font-weight: 600;
        text-align: center;
        font-family: "Poppins" !important;
        background: url(../images/vector/scholarship-bg.png) no-repeat;
        width: 620px;
        height: 220px;
        line-height: 52px;
        padding-top: 50px;
        padding-right: 38px;
    }

@keyframes shake {
    0% {
        transform: translate(1px, -2px) rotate(-1deg);
    }

    10% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    20% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    100% {
        transform: translate(1px, 1px) rotate(0deg);
    }
}


.awesome {
    -webkit-animation: colorchange 20s infinite alternate;
}

@-webkit-keyframes colorchange {
    0% {
        color: #ffc20e;
    }

    10% {
        color: #fff;
    }

    20% {
        color: #ffc20e;
    }

    30% {
        color: #fff;
        .single-blog-subt h5
    }

    40% {
        color: #ffc20e;
    }

    50% {
        color: #fff;
    }

    60% {
        color: #ffc20e;
    }

    70% {
        color: #fff;
    }

    80% {
        color: #ffc20e;
    }

    90% {
        color: #fff;
    }

    100% {
        color: #ffc20e;
    }
}


/*---- Alumni Portal ----*/

.alumni-register-form {
    background-color: #ffffff;
    padding: 40px;
    height: 475px;
    overflow: hidden;
}

.alumni-login-form {
    background-color: #ffffff;
    padding: 40px;
    height: auto;
    overflow: hidden;
}

.alumni-reg-form {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 332px;
    padding: 0px 10px 0px 0px;
}

.alumni-reg-login {
    height: 332px;
    padding: 0px 10px 0px 0px;
}

.alumni-reg-text {
    text-align: center;
}

.alum-form-heading {
    color: #00757A;
    font-size: 40px;
    font-weight: 100;
}

.alum-login-form-heading {
    color: #00757A;
    font-size: 20px;
    font-weight: 100;
}

.alumni-login-bg {
    background-image: url(../images/bg/alumni-login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding-bottom: 50px;
}

.alum-heading-border {
    position: relative;
    display: inline-block;
}

    .alum-heading-border:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        width: 80%;
        height: 2px;
        background: #FFC20E;
    }

.alum-bg-element {
    position: absolute;
    right: 106px;
    bottom: 88px;
}

.btn-alum-register {
    background-image: linear-gradient(88deg, #3bc6cd, #009297);
    width: 250px;
}

.btn-alum-login {
    background-image: linear-gradient(88deg, #00757a, #00757a);
    width: 250px;
}

/*---- Like & Favorite ----*/
[class^="fa"] {
    font-style: normal;
}

input[name^="like"],
input[name^="favourite"] {
    display: none;
}

    input[name^="like"] + label[for],
    input[name^="favourite"] + label[for] {
        /* background-color: #009297; */
        -webkit-border-radius: 0.25em;
        -moz-border-radius: 0.25em;
        border-radius: 0.25em;
        color: #00666a;
        cursor: pointer;
        font-weight: 400;
        margin: 0.35em;
        padding: 4px 12px;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        border: 1px solid #009297;
    }

    input[name^="favourite"] + label[for] {
        /* background-color: #009297; */
    }

        input[name^="like"] + label[for]:hover, input[name^="like"] + label[for]:focus,
        input[name^="favourite"] + label[for]:hover, input[name^="favourite"] + label[for]:focus {
            background-color: #ffffff;
            outline: 0;
        }

        input[name^="favourite"] + label[for]:hover, input[name^="favourite"] + label[for]:focus {
            background-color: #ffffff;
        }

    /*start transparent button*/
    input[name^="like"] + label[for].transparent {
        background-color: transparent;
        color: #FF6770;
    }

    input[name^="favourite"] + label[for].transparent {
        background-color: transparent;
        color: #FACE1F;
    }

        input[name^="like"] + label[for].transparent:hover, input[name^="like"] + label[for].transparent:focus,
        input[name^="favourite"] + label[for].transparent:hover, input[name^="favourite"] + label[for].transparent:focus {
            color: #FF6770;
        }

        input[name^="favourite"] + label[for].transparent:hover, input[name^="favourite"] + label[for].transparent:focus {
            color: #FACE1F;
        }

            input[name^="like"] + label[for].transparent:hover .fa-heart, input[name^="like"] + label[for].transparent:focus .fa-heart,
            input[name^="favourite"] + label[for].transparent:hover .fa-star, input[name^="favourite"] + label[for].transparent:focus .fa-star {
                opacity: 0.25;
            }

        input[name^="favourite"] + label[for].transparent :hover, input[name^="favourite"] + label[for].transparent :focus {
            color: #FACE1F;
        }
    /*end transparent button*/

    /*start labels*/
    input[name^="like"] + label[for] .do,
    input[name^="like"] + label[for] .done,
    input[name^="favourite"] + label[for] .do,
    input[name^="favourite"] + label[for] .done {
        margin-left: 0.35em;
    }

    input[name^="like"] + label[for] .done, input[name^="favourite"] + label[for] .done,
    input[name^="like"]:checked + label[for] .do, input[name^="favourite"]:checked + label[for] .do {
        display: none;
    }

    input[name^="like"] + label[for] .do, input[name^="favourite"] + label[for] .do,
    input[name^="like"]:checked + label[for] .done, input[name^="favourite"]:checked + label[for] .done {
        display: inline-block;
    }
    /*end labels*/

    /*start icons*/
    input[name^="like"] + label[for] .fa,
    input[name^="favourite"] + label[for] .fa {
        display: inline-block;
        position: relative;
    }

        input[name^="like"] + label[for] .fa .fa-heart-o,
        input[name^="favourite"] + label[for] .fa .fa-star-o {
            -webkit-transition: all .2s linear;
            transition: all .2s linear;
        }

        input[name^="like"] + label[for] .fa .fa-heart,
        input[name^="favourite"] + label[for] .fa .fa-star {
            position: absolute;
            left: 0;
            opacity: 0;
            top: 0;
            -webkit-transition: all .2s linear;
            transition: all .2s linear
        }

            input[name^="like"] + label[for] .fa .fa-heart.fx {
                color: #D91E3C;
            }

            input[name^="favourite"] + label[for] .fa .fa-star.fx {
                color: #F4B800;
            }

    input[name^="like"]:checked + label[for] .fa .fa-heart-o,
    input[name^="favourite"]:checked + label[for] .fa .fa-star-o {
        opacity: 0;
        color: #ffe000;
    }

    input[name^="like"]:checked + label[for] .fa .fa-heart {
        opacity: 1;
        color: #f74d32;
    }

    input[name^="favourite"]:checked + label[for] .fa .fa-star {
        opacity: 1;
        color: #ffe000;
    }

        input[name^="like"]:checked + label[for] .fa .fa-heart.fx,
        input[name^="favourite"]:checked + label[for] .fa .fa-star.fx {
            -moz-animation: expand .65s cubic-bezier(.43, .475, 1, .08);
            -o-animation: expand .65s cubic-bezier(.43, .475, 1, .08);
            -webkit-animation: expand .65s cubic-bezier(.43, .475, 1, .08);
            animation: expand .65s cubic-bezier(.43, .475, 1, .08);
            opacity: 0;
        }
/*end icons*/

/*start animation*/
@keyframes expand {
    0% {
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -moz-transform: scale(2, 2);
        -o-transform: scale(2, 2);
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: .7;
    }

    100% {
        -moz-transform: scale(6, 6);
        -o-transform: scale(6, 6);
        -webkit-transform: scale(6, 6);
        transform: scale(6, 6);
        opacity: 0;
    }
}

/*---- Blog Like & Favorite ----*/

/*---- Blog social share ----*/

.blog-social-share {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    float: left;
    height: 30px;
    line-height: 29px;
    border-radius: 3px;
    clear: both;
    float: right;
    left: 5px;
    z-index: 0;
}

    .blog-social-share:after {
        cursor: pointer;
        display: block;
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        content: "";
    }

    .blog-social-share:active:after {
        height: 0;
        z-index: -1;
        opacity: 0;
    }

.thing2__text {
    position: absolute;
    text-align: center;
    width: 45%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
}

.thing2__content {
    position: relative;
    height: inherit;
}

    .thing2__content:after, .thing2__content:before {
        content: "";
        display: none;
        height: 100%;
        position: absolute;
        width: 6px;
        z-index: -1;
    }

    .thing2__content:after {
        left: -6px;
    }

    .thing2__content:before {
        right: -6px;
    }

    .thing2__content:hover {
        z-index: 1000;
    }

        .thing2__content:hover:after, .thing2__content:hover:before {
            display: block;
        }

        .thing2__content:hover .thing2__text {
            transition: 0s all ease-out;
            transition-delay: 0s;
            opacity: 0;
            z-index: -1;
        }

        .thing2__content:hover .thing2__social {
            width: 35px;
            border-radius: 3px;
            margin-left: 6px;
        }

        .thing2__content:hover .thing2__social--first {
            margin-left: 0;
        }

        .thing2__content:hover .thing2__social:after {
            opacity: 1;
        }

        .thing2__content:hover .thing2__social--facebook {
            background-color: #496094;
        }

        .thing2__content:hover .thing2__social--twitter {
            background-color: #4ac4f3;
        }

        .thing2__content:hover .thing2__social--linkedin {
            background-color: #2388d6;
        }

        .thing2__content:hover .thing2__social--google {
            background-color: #da4835;
        }

        .thing2__content:hover .thing2__social--instagram {
            background-image: linear-gradient(#6758a9, #df2094, #ffac40);
        }

        .thing2__content:hover .thing2__social--youtube {
            background-color: #da4835;
        }

.thing2__social {
    position: relative;
    display: block;
    height: 30px;
    width: 27px;
    float: left;
    color: white;
    /* background-color: #4a524c; */
    transition: all 0.15s ease-out;
}

.thing2__social--first {
    border-radius: 3px 0 0 3px;
}

.thing2__social--last {
    border-radius: 0 3px 3px 0;
}

.thing2__social:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    content: "";
    opacity: 0;
    transition: 0.15s all ease-out;
}

.thing2__social--facebook:after {
    content: "";
}

.thing2__social--twitter:after {
    content: "";
}

.thing2__social--linkedin:after {
    content: "";
}

.thing2__social--google:after {
    content: "";
}

.thing2__social--instagram:after {
    content: "\f16d";
}

.thing2__social--youtube:after {
    content: "\f167";
}

.thing2__text {
    color: #009297;
    font-weight: bold;
    font-size: 16px;
}

/*---- Blog social share ----*/

/*--- Discover India ---*/

.discover-india-bg {
    align-items: flex-start;
    background: transparent linear-gradient(126deg, #FF9900 0%, #EB5D00 100%) 0% 0% no-repeat;
    display: flex;
    min-height: 100%;
    justify-content: center;
    padding: var(--spacing-xxl) var(--spacing-l);
}

.discover-india-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container);
    width: 100%;
}

@media(min-width: 540px) {
    .discover-india-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width: 960px) {
    .discover-india-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.discover-india-card {
    list-style: none;
    position: relative;
    margin: 8px;
}

    .discover-india-card:before {
        content: '';
        display: block;
        padding-bottom: 150%;
        width: 100%;
    }

.discover-india-card__background {
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    bottom: 0;
    filter: brightness(0.40) saturate(1.2) contrast(0.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    trsnsform: scale(1) translateZ(0);
    transition: filter 200ms linear, transform 200ms linear;
}

.discover-india-card:hover .discover-india-card__background {
    transform: scale(1.05) translateZ(0);
}

.discover-india-grid:hover > .discover-india-card:not(:hover) /* .discover-india-card__background */ {
    filter: brightness(0.9) saturate(0.5) contrast(1.2) blur(5px);
}

.discover-india-card__content {
    left: 0;
    padding: var(--spacing-l);
    position: absolute;
    top: 0;
}

    .discover-india-card__content p {
        color: #fff;
        padding: 0px 35px 0px 35px;
    }

.discover-india-card__category {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: var(--spacing-s);
    text-transform: uppercase;
}

.discover-india-card__heading {
    color: #fff;
    font-size: 1.9rem;
    text-shadow: 2px 2px 20px rgba(0,0,0,0.2);
    line-height: 1.4;
    padding: 35px 35px 0px 35px;
}

.discover-india-btn {
    width: 120px;
    height: 40px;
    font-size: 12px;
    border-radius: 10px;
    background-color: #0066AA !important;
    margin-bottom: 50px;
    float: right;
    margin-right: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

    .discover-india-btn:hover {
        color: #FF9900;
    }

/*--- discpline table ---*/
.rwd-table {
    margin: auto;
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px 10px 0px;
}

    .rwd-table tr:first-child {
        border-top: none;
        background: #ebf3f9;
        color: #2e2e2e;
    }

    .rwd-table tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background-color: #f5f9fc;
        font-family: "Poppins";
    }

        .rwd-table tr:nth-child(odd):not(:first-child) {
            background-color: #ebf3f9;
        }

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
    }

        .rwd-table td:first-child {
            margin-top: .5em;
        }

        .rwd-table td:last-child {
            margin-bottom: .5em;
        }

        .rwd-table td:before {
            content: attr(data-th) ": ";
            font-weight: bold;
            width: 120px;
            display: inline-block;
            color: #000;
        }

    .rwd-table th,
    .rwd-table td {
        text-align: left;
    }

.rwd-table {
    color: #333;
    border-radius: .4em;
    border: 1px solid #c9c9c9;
}

    .rwd-table tr {
        border-color: #bfbfbf;
    }

    .rwd-table th,
    .rwd-table td {
        padding: .5em 1em;
    }

@media screen and (max-width: 601px) {
    .rwd-table tr:nth-child(2) {
        border-top: none;
    }
}

@media screen and (min-width: 600px) {
    .rwd-table tr:hover:not(:first-child) {
        background-color: #d8e7f3;
    }

    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

        .rwd-table th:first-child,
        .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child,
        .rwd-table td:last-child {
            padding-right: 0;
        }

    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

/*--- discpline table ---*/

/*--- home page banner animation start ---*/
.item-1,
.item-2,
.item-3 {
    position: absolute;
    display: block;
    top: 30%;
    width: 60%;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    z-index: 0;
}

.item-1 {
    animation-name: anim-1;
}

.item-2 {
    animation-name: anim-2;
}

.item-3 {
    animation-name: anim-3;
}

@keyframes anim-1 {
    0%, 8.3% {
        left: -100%;
        opacity: 0;
    }

    8.3%,25% {
        left: 32%;
        opacity: 1;
    }

    33.33%, 100% {
        left: 110%;
        opacity: 0;
    }
}

@keyframes anim-2 {
    0%, 33.33% {
        left: -100%;
        opacity: 0;
    }

    41.63%, 58.29% {
        left: 32%;
        opacity: 1;
    }

    66.66%, 100% {
        left: 110%;
        opacity: 0;
    }
}

@keyframes anim-3 {
    0%, 66.66% {
        left: -100%;
        opacity: 0;
    }

    74.96%, 91.62% {
        left: 32%;
        opacity: 1;
    }

    100% {
        left: 110%;
        opacity: 0;
    }
}

.item-4,
.item-5,
.item-6 {
    position: absolute;
    display: block;
    top: 53%;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    z-index: 0;
    width: 630px;
}

.item-4 {
    animation-name: anim-4;
}

.item-5 {
    animation-name: anim-5;
}

.item-6 {
    animation-name: anim-6;
}

@keyframes anim-4 {
    0%, 8.3% {
        right: -100%;
        opacity: 0;
    }

    8.3%,25% {
        right: 11%;
        opacity: 1;
    }

    33.33%, 100% {
        right: 110%;
        opacity: 0;
    }
}

@keyframes anim-5 {
    0%, 33.33% {
        right: -100%;
        opacity: 0;
    }

    41.63%, 58.29% {
        right: 11%;
        opacity: 1;
    }

    66.66%, 100% {
        right: 110%;
        opacity: 0;
    }
}

@keyframes anim-6 {
    0%, 66.66% {
        right: -100%;
        opacity: 0;
    }

    74.96%, 91.62% {
        right: 11%;
        opacity: 1;
    }

    100% {
        right: 110%;
        opacity: 0;
    }
}

.banner-pragatii-men {
    position: absolute;
    top: 20%;
    left: 15%;
    z-index: 0;
    width: 500px;
}

.button-banner {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 40px;
    box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15);
    transition: 0.5s all ease-in-out;
}

    .button-banner:hover {
        cursor: pointer;
        background: #004749;
        color: #ffffff;
        -webkit-animation: none;
        animation: none;
    }

.button-banner-move {
    -webkit-animation: move 4s 2s infinite;
    animation: move 4s 2s infinite;
    position: absolute;
    top: 65%;
    right: 10%;
}

@-webkit-keyframes move {
    5%, 50% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.9);
    }

    15% {
        transform: scale(1.15);
    }

    20% {
        transform: scale(1.15) rotate(-5deg);
    }

    25% {
        transform: scale(1.15) rotate(5deg);
    }

    30% {
        transform: scale(1.15) rotate(-3deg);
    }

    35% {
        transform: scale(1.15) rotate(2deg);
    }

    40% {
        transform: scale(1.15) rotate(0);
    }
}

@keyframes move {
    5%, 50% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.9);
    }

    15% {
        transform: scale(1.15);
    }

    20% {
        transform: scale(1.15) rotate(-5deg);
    }

    25% {
        transform: scale(1.15) rotate(5deg);
    }

    30% {
        transform: scale(1.15) rotate(-3deg);
    }

    35% {
        transform: scale(1.15) rotate(2deg);
    }

    40% {
        transform: scale(1.15) rotate(0);
    }
}

/*--- home page banner animation end ---*/

.color-red {
    color: red;
}

.pragatii-date-blink {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.accordion-pragatii {
    padding-left: 1.5em;
    font-size: 1.0em;
    line-height: 30px;
    color: #000000;
    margin-left: 30px;
    font-family: 'Poppins';
}

/*------ fade in fade out ------*/
.fadeinout {
    animation: fadeinout 4s infinite;
}

@keyframes fadeinout {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/*------ fade in fade out ------*/

/*------ Get Ready Banner ------*/
.banner-getready-men {
    position: absolute;
    bottom: 0;
    left: 25%;
    z-index: 0;
    width: 280px;
}

.banner-getready-bag {
    position: absolute;
    bottom: -7%;
    left: 15%;
    z-index: 0;
    width: 190px;
}

.bag-banner-move {
    -webkit-animation: bagmove 4s 1s infinite;
    animation: bagmove 4s 1s infinite;
    position: absolute;
}

@-webkit-keyframes bagmove {
    5%, 50% {
        transform: scale(1);
    }

    10% {
        transform: scale(1);
    }

    15% {
        transform: scale(1);
    }

    20% {
        transform: scale(1) rotate(-5deg);
    }

    25% {
        transform: scale(1) rotate(5deg);
    }

    30% {
        transform: scale(1) rotate(-3deg);
    }

    35% {
        transform: scale(1) rotate(2deg);
    }

    40% {
        transform: scale(1) rotate(0);
    }
}

@keyframes bagmove {
    5%, 50% {
        transform: scale(1);
    }

    10% {
        transform: scale(1);
    }

    15% {
        transform: scale(1);
    }

    20% {
        transform: scale(1) rotate(-5deg);
    }

    25% {
        transform: scale(1) rotate(5deg);
    }

    30% {
        transform: scale(1) rotate(-3deg);
    }

    35% {
        transform: scale(1) rotate(2deg);
    }

    40% {
        transform: scale(1) rotate(0);
    }
}

.moving-man {
    transform: rotate(-60deg);
    -webkit-animation: moveman 1.8s ease-in-out infinite alternate;
    animation: moveman 1.8s ease-in-out infinite alternate;
}

@-webkit-keyframes moveman {
    0% {
        transform: rotate(-0deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}
/*------ Get Ready Banner ------*/

.img-radius {
    border-radius: 20px;
}

/*------- SII Redesign Start --------*/

.head-loginbtn {
    background-color: #004043;
    border-radius: 4px;
    padding: 8px 25px;
    color: #fff;
    border: 1px solid #004043;
}

.head-registerbtn {
    border: 1px solid #004043;
    border-radius: 4px;
    padding: 8px 25px;
    color: #004043;
    margin-left: 0px;
}

.tophead-cta {
    background-color: #E6F0F0;
    border-radius: 4px;
    padding: 6px 15px;
    color: #0F6B6F;
    font-size: 10px;
    margin-left: -25px;
    font-weight: 600;
}

.register-formnote {
    font-size: 12px;
    line-height: 30px;
    color: #002147;
    margin-bottom: 0px;
    text-align: left;
    font-weight: 400;
    background: #f9f4c9;
    border-radius: 4px;
    padding: 10px;
}

.formnote-circle {
    height: 15px;
    width: 15px;
    background-color: #FDC800;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.register-formhead {
    color: #002147;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.reservation-form p {
    font-size: 14px;
    line-height: 25px;
    color: #818181;
    margin-bottom: 0px;
    text-align: left;
}

.btn-theme-color-4 {
    background-color: #fff;
    border: 1px solid #175659;
    color: #004043;
}

.regis-sayyesimg {
    margin-top: 20%;
    z-index: 2;
    position: relative;
}

.usp-bg {
    background-color: #F4FAFB;
}

    .usp-bg h2 {
        font-size: 40px;
        color: #002147;
    }

    .usp-bg h5 {
        font-size: 16px;
        color: #004043;
    }

.register-servicesbg {
    background-color: #fff;
}

    .register-servicesbg h4 {
        font-size: 18px;
        color: #212121;
        text-align: left;
        font-weight: 700;
    }

    .register-servicesbg h2 {
        font-size: 16px;
        color: #FDC800;
        text-align: center;
    }

    .register-servicesbg span {
        font-size: 48px;
        color: #002147;
        text-align: center;
        font-family: 'Poppins';
    }

    .register-servicesbg p {
        font-size: 16px;
        color: #212121;
        text-align: left;
    }

    .register-servicesbg img {
        background-color: #ffffff;
        padding: 10px;
        border-radius: 50%;
    }

.regbg-onestop {
    background-color: #FFFBF1;
    padding: 8px;
    border-radius: 24px;
    margin: 10px;
    transition: 0.6s;
    width: 31%;
}

    .regbg-onestop:hover {
        transform: translate(0, -10px);
    }

.regbg-topranked {
    background-color: #F3F6F6;
    padding: 8px;
    border-radius: 24px;
    margin: 10px;
    transition: 0.6s;
    width: 31%;
}

    .regbg-topranked:hover {
        transform: translate(0, -10px);
    }

.regbg-diverse {
    background-color: #FAF3F6;
    padding: 8px;
    border-radius: 24px;
    margin: 10px;
    transition: 0.6s;
    width: 31%;
}

    .regbg-diverse:hover {
        transform: translate(0, -10px);
    }

.regbg-financial {
    background-color: #EEFAFB;
    padding: 8px;
    border-radius: 24px;
    margin: 10px;
    transition: 0.6s;
    width: 31%;
}

    .regbg-financial:hover {
        transform: translate(0, -10px);
    }

.regbg-contact {
    background-color: #FFF2F2;
    padding: 8px;
    border-radius: 24px;
    margin: 10px;
    transition: 0.6s;
    width: 31%;
}

    .regbg-contact:hover {
        transform: translate(0, -10px);
    }

.regbg-visa {
    background-color: #FFFBF1;
    padding: 8px;
    border-radius: 24px;
    margin: 10px;
    transition: 0.6s;
    width: 31%;
}

    .regbg-visa:hover {
        transform: translate(0, -10px);
    }

.register-faq {
    background-color: #F4FAFB;
}

.register-hthhead h3 {
    font-size: 38px;
}

.register-hthhead p {
    font-size: 16px;
}

/*---- Testimonial start ----*/

.owl-carousel .owl-item img {
    display: block;
    width: 30%;
    float: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: 35px;
    height: 285px;
}

.testimonial-item.equal-height.style-6 {
    background-color: #ffffff;
    border-radius: 10px;
    margin: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cell-right {
    text-align: left;
    margin-right: 80px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.testimonial-name {
    font-weight: 600;
    color: #8C0153;
    font-family: 'Poppins';
}

.testimonial-job {
    color: #009297;
    font-family: 'Poppins';
}

.testimonial-content.quote {
    padding: 10px 20px 10px 20px;
    color: #000000;
    font-family: 'Poppins';
    min-height: 0 !important;
}

.et_right_sidebar #main-content .container:before {
    display: none;
}

#main-content .container {
    padding-top: 10px;
}

i.fa.fa-quote-left {
    padding: 20px 0px 0px 0px;
    color: #FDC800;
    font-size: 20px;
    min-height: 0em !important;
}

.testmonial-subhead {
    font-size: 16px;
    font-weight: 500;
    margin-left: 5%;
    padding-top: 50px;
    color: #FDC800;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out
        }

    .owl-carousel .owl-item {
        float: left
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.grabbing {
    cursor: url(grabbing.png) 8 8,move
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

/*--Testimonial end--*/

/*--Banner start--*/

.banner-heading {
    color: #004043;
    font-size: 56px;
    line-height: 56px;
    font-weight: 800;
}

.banner-ticker {
    color: #212121;
    font-size: 16px;
}

.banner-spantext {
    color: #212121;
    font-size: 28px;
    font-family: 'Poppins';
}

.banner-info {
    font-size: 16px;
    line-height: 49px;
    color: #ffffff;
    margin-bottom: 0px;
    text-align: left;
    font-weight: 600;
    background: #004043;
    /* border-radius: 4px; */
    padding: 10px;
    width: fit-content;
    position: absolute;
    z-index: 1;
}

.banner-infodt {
    height: 15px;
    width: 15px;
    background-color: #004043;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.banner-bg {
    background-color: #f4f9fc;
}

/*--Banner end--*/

/*--five step start--*/
.fivestep-card {
    top: 30%;
    background: #ffffff;
    width: 88%;
    height: 220px;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 5px 5px 10px #aaaaaa;
    margin-bottom: 50px;
    transition: 0.6s;
}

    .fivestep-card button {
        width: 100px;
        height: 26px;
        /* padding: 4px; */
        border: none;
        /* background: #195255; */
        color: #004043;
        /* border-radius: 6px; */
        font-family: Montserrat;
        /* box-shadow: 2px 2px 3px #a2a2a2; */
        font-family: 'Poppins';
        text-align: left;
        text-decoration: underline;
    }

        .fivestep-card button:hover {
            cursor: pointer;
        }

        .fivestep-card button:focus {
            box-shadow: inset 2px 2px 3px #187A64;
        }

    .fivestep-card h1 {
        margin: 0;
        font-size: 24px;
        color: #000000;
        font-weight: 500;
    }

    .fivestep-card p {
        margin: 0 0 8px 0;
        font-size: 14px;
        color: #009297;
        line-height: 25px;
    }

    .fivestep-card .imagen {
        position: absolute;
        right: 70px;
        top: 10px;
        width: 32px;
        height: 32px;
        border-radius: 100%;
        background: #FDC800;
        text-align: center;
        line-height: 32px;
        font-weight: 800;
        color: #004043;
        transition: 0.6s;
    }

    .fivestep-card:hover {
        transform: translate(0, -10px);
        background: #ffffff;
    }

    .fivestep-card img {
        width: 40px;
        margin-bottom: 15px;
    }

    .fivestep-card:hover img {
        -webkit-filter: grayscale(80%) brightness(139%) sepia(123%) hue-rotate(0deg) saturate(495%) contrast(1.2);
        filter: grayscale(80%) brightness(139%) sepia(123%) hue-rotate(0deg) saturate(495%) contrast(1.2);
    }

.fivestep-heading {
    color: #004043;
    font-size: 56px;
}
/*--five step end--*/

.playvideo-text {
    width: max-content;
    color: #fff;
    margin-left: 48px;
    margin-top: -16px;
}

.followus-footer-bg {
    background-color: #FFEDC5;
}

.register-video-button {
    transform: translateX(-45%) translateY(115%);
}

/*--learn thrive explore start--*/

.learn-thrive-explore-bg {
    background-color: #F4FAFB;
    padding: 25px;
    border-radius: 20px;
    /* margin: 42px 0px 23px 100px; */
}

.lte-img {
    width: 50%;
    border-radius: 20px;
    height: 500px;
}

.lte-arrow {
    float: right;
    margin-top: -50px;
}

.text-animate-slider p {
    font-size: 18px;
    color: #000000;
}

/*--learn thrive explore end--*/

/*--India in a minuts start--*/

.minutscard {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 2px 2px 5.3px rgba(0, 0, 0, 0.028), 6.7px 6.7px 17.9px rgba(0, 0, 0, 0.042), 30px 30px 80px rgba(0, 0, 0, 0.07);
    margin-bottom: 25px;
    height: 120px;
    transition: 0.6s;
}

    .minutscard:hover {
        transform: translate(0, -10px);
    }

@media (min-width: 900px) {
    .minutscard {
        flex: 0 0 320px;
        flex-direction: row;
        gap: 1rem;
        align-items: initial;
    }
}

.minutscard__img {
    display: block;
    max-width: 50px;
    width: 50px;
    height: 50px;
}

.minutscard__content {
    flex: 0 0 70%;
}

.minutscard__title {
    font-size: 15px;
    margin-top: 0px;
    color: #009297;
    font-weight: 100;
}

.minutscard__category {
    color: #000000 !important;
    margin: -10px 0px;
    font-weight: 700 !important;
}

.minutscard__description {
    font-size: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fives-arrow-reg {
    position: absolute;
    z-index: 1;
    left: 74%;
    transform: rotate(288deg);
    top: 33%;
}

.bg-india-minute h2 {
    font-size: 40px;
    color: #004043;
    font-weight: 700;
}

.bg-india-minute span {
    color: #ffffff;
}

.india-minute-language {
    color: #000000 !important;
    font-size: 10px;
}

.learn-thrive-padding {
    padding: 50px 0px;
}
/*--India in a minuts end--*/


/*-- Blog start --*/
.blog-wrapper {
    display: flex;
    max-width: 1920px;
    position: relative;
}

    .blog-wrapper i {
        /* top: 50%; */
        height: 44px;
        width: 44px;
        color: #ffffff;
        cursor: pointer;
        font-size: 1.15rem;
        position: absolute;
        text-align: center;
        line-height: 44px;
        background: #004043;
        border-radius: 50%;
        transform: translateY(-67%);
        transition: transform 0.1s linear;
        z-index: 1;
    }

    .blog-wrapper h3 {
        color: #212121;
        font-size: 20px;
    }

    .blog-wrapper i:active {
        transform: translateY(-50%) scale(0.9);
    }

    .blog-wrapper i:hover {
        background: #004043;
    }

    .blog-wrapper i:first-child {
        right: 35px;
        display: none;
    }

    .blog-wrapper i:last-child {
        right: -22px;
    }

    .blog-wrapper .blog-carousel {
        /* font-size: 0px; */
        cursor: pointer;
        overflow: hidden;
        /* white-space: nowrap; */
        scroll-behavior: smooth;
        display: -webkit-box;
    }

    .blog-wrapper.dragging {
        cursor: grab;
        scroll-behavior: auto;
    }

.blog-carousel.dragging img {
    pointer-events: none;
}

.blog-carousel img {
    height: 235px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    /*  width: calc(100% / 3); */
}

    .blog-carousel img:first-child {
        margin-left: 0px;
    }

.blog-arrowhm {
    z-index: 9;
}

.blog-cardhm {
    background-color: #fff;
    margin: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
    padding-right: 0px;
    padding-left: 0px;
    width: calc(100% / 3.8)
}

.btn-viewall {
    background-color: #e9ebff !important;
    border-radius: 0px !important;
    top: 41%;
    position: absolute;
    left: 38%;
}

.image-box-details {
    padding: 20px;
}

.btn-bloghm {
    border: 1px solid #004043;
    color: #004043;
    border-radius: 8px;
    padding: 10px 20px;
    font: 400 1em "Poppins";
    transition: all .5s;
    margin-top: 20px;
    display: table;
}

    .btn-bloghm a {
        border: 1px solid #004043;
        color: #004043;
        border-radius: 8px;
        padding: 10px 20px;
        font: 400 1em "Poppins";
        transition: all .5s;
        margin-top: 50px;
    }

        .btn-bloghm a:hover {
            color: #ffffff;
            background-color: #004043;
        }

.btn-bloghm-vl {
    text-align: center;
}

.btn-bloghm-blg {
    text-align: center;
    font-weight: 800;
}

.blog-cardhm p {
    font-size: 1.0em;
    line-height: 26px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}

@media screen and (max-width: 900px) {
    .blog-carousel img {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 550px) {
    .blog-carousel img {
        width: 100%;
    }

    .blog-cardhm {
        width: calc(100% / 1)
    }
}


/*-- Blog start end --*/

.follow-ussocial {
    background-color: #FFEDC5;
}

.followus-more {
    background-color: #fff;
    padding: 40px 0px 40px 40px;
    border-radius: 10px;
    z-index: 1;
}

.social-official {
    padding-right: 50px;
}

.fivestep-right-element {
    position: absolute;
    right: 0px;
    bottom: 20%;
}

.learnthrive-top-element {
    position: absolute;
    right: 0;
    top: 0;
    width: 114px;
}

.india-minute-element {
    position: absolute;
    left: -10%;
    top: -8%;
}

.reg-faq-element {
    position: absolute;
    left: -7%;
    top: 4%;
}

.followus-element {
    position: absolute;
    left: 45%;
    bottom: 5%;
    z-index: 0;
}

.logo-siim {
    width: 120px;
}

.logo-ministm {
    width: 175px;
}

.floating-label-group {
    position: relative;
}

    .floating-label-group .floating-label {
        font-size: 14px;
        color: #9a9a9b;
        position: absolute;
        pointer-events: none;
        top: 12px;
        left: 16px;
        transition: all 0.1s ease;
    }

    .floating-label-group input:focus ~ .floating-label,
    .floating-label-group input:not(:focus):valid ~ .floating-label {
        top: -9px;
        /* bottom: 0px; */
        left: 12px;
        font-size: 11px;
        opacity: 1;
        color: #009297;
        /*background-image: linear-gradient(white, #f5f6fa);*/
    }

.flcountry-grid {
    display: grid;
}

.pattern-dots {
    position: absolute;
    right: 2%;
    bottom: 6%;
    z-index: -1;
}

.regvideo-pattern {
    position: absolute;
    left: 0%;
    bottom: 32%;
    z-index: -1;
}

.regform-pattern {
    position: absolute;
    left: 65%;
    top: 5%;
    z-index: 0;
}

/*------- SII Redesign End --------*/
/*@*------ Chatbot css 11.5.22 -- Dharmishtha*@*/

#chatDetails img.icon {
    border-radius: 0 !important;
}

#chatDetails {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px 8px 0 0;
    height: 60px;
    overflow: hidden;
    padding: 15px 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 100;
    font-size: 15px;
    letter-spacing: 0.15px;
    background-size: 30px;
    color: #ffffff !important;
    background: #e0fffc !important;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    z-index: 999999;
    position: relative;
}

#ymDivBar {
    width: 90px !important;
    border-radius: 4px 4px 4px 4px;
    height: 56px;
    padding: 9px 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 100;
    font-size: 15px;
    background-size: 30px;
    color: #ffffff;
    background: var(--primaryColor);
    z-index: 999999;
    position: fixed;
    bottom: 24px;
    left: 20px !important;
    -webkit-box-shadow: 0 5px 40px rgb(0 0 0 / 16%) !important;
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 5px 40px rgb(0 0 0 / 16%) !important;
    line-height: 0.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--fontFamily);
    cursor: pointer;
    border: none;
    appearance: none;
    bottom: 14% !important;
}

#ymFramebranding {
    float: right;
    margin: 0px 22px;
    position: fixed;
    bottom: 11px;
    right: 0;
    display: none !important;
}





#ymDivBar img {
    width: 90px !important;
    height: 90px !important;
}

#ymFrameHolder {
    display: none;
    left: 20px !important;
    bottom: 95px;
    position: fixed;
    width: 387px;
    min-width: 320px;
    border-radius: 8px;
    z-index: 99999;
    background: white;
    -webkit-box-shadow: 0 5px 40px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 40px rgb(0 0 0 / 16%);
    line-height: 0.5;
}

#ymDivCircle {
    display: none;
    z-index: 99999;
    width: 60px;
    height: 60px;
    background: #4384f5;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 40px rgba(0,0,0,.5) !important;
    -moz-box-shadow: 0 5px 40px rgba(0,0,0,.5) !important;
    box-shadow: 0 5px 40px rgba(0,0,0,.5) !important;
    cursor: pointer;
    position: fixed;
    left: 20px !important;
    bottom: 20px;
    background-image: url(https://cdn.yellowmessenger.com/T30Ya9q28aXo1568730999153.svg);
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background-image 300ms ease-in-out;
    -moz-transition: background-image 300ms ease-in-out;
    -o-transition: background-image 300ms ease-in-out;
    transition: background-image 300ms ease-in-out;
}

.testimonial-mob {
    display: none;
}

.testimonial-mobl {
    display: block;
}

.btn-mtestimoial {
    color: #fdc800 !important;
    background-color: #f4fafb !important;
}

.cell-left {
    min-height: 0em !important;
}
/*---- inner page culture ----*/

.culture-img {
    width: 500px;
}

.culture-heading {
    font-size: 28px;
    color: #004043;
    font-weight: 700;
}

.cuture-secbg {
    align-items: center;
    display: flex;
}

.contentfl {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* max-width: 1000px; */
}

.headingfl {
    width: 100%;
    margin-left: 1rem;
    font-weight: 900;
    font-size: 1.618rem;
    text-transform: uppercase;
    letter-spacing: 0.1ch;
    line-height: 1;
    padding-bottom: 0.5em;
    margin-bottom: 1rem;
    position: relative;
}

    .headingfl:after {
        display: block;
        content: "";
        position: absolute;
        width: 60px;
        height: 4px;
        background: linear-gradient(135deg, #1a9be6, #1a57e6);
        bottom: 0;
    }

.descriptionfl {
    width: 100%;
    margin-top: 0;
    margin-left: 1rem;
    margin-bottom: 3rem;
}

.cardfl {
    color: inherit;
    cursor: pointer;
    width: calc(33% - 2rem);
    min-width: calc(33% - 2rem);
    height: 350px;
    min-height: 350px;
    perspective: 1000px;
    margin: 1rem;
    position: relative;
}

@media screen and (max-width: 800px) {
    .cardfl {
        width: calc(50% - 2rem);
    }
}

@media screen and (max-width: 500px) {
    .cardfl {
        width: 100%;
    }
}

.frontfl,
.backfl {
    display: flex;
    border-radius: 15px;
    background-position: center;
    background-size: cover;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: ease-in-out 600ms;
}

.frontfl {
    background-size: cover;
    padding: 2rem;
    font-size: 1.618rem;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    font-family: Poppins, sans-serif;
}

    .frontfl p {
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        margin-bottom: 10px;
        margin-top: 10px;
        position: absolute;
        bottom: 0;
        text-transform: uppercase;
    }

.backfl p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
}

.frontfl:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(255 255 255 / 0%) 42%);
    opacity: 0.90;
    z-index: -1;
}

.cardfl:hover .frontfl {
    transform: rotateY(180deg);
}

.cardfl:nth-child(even):hover .frontfl {
    transform: rotateY(-180deg);
}

.backfl {
    background: #e8fbfa;
    transform: rotateY(-180deg);
    padding: 0 2em;
}

    .backfl .buttonfl {
        background: linear-gradient(135deg, #1a9be6, #1a57e6);
    }

        .backfl .buttonfl:before {
            box-shadow: 0 0 10px 10px rgba(26, 87, 230, 0.25);
            background-color: rgba(26, 87, 230, 0.25);
        }

.cardfl:hover .backfl {
    transform: rotateY(0deg);
}

.cardfl:nth-child(even) .backfl {
    transform: rotateY(180deg);
}

    .cardfl:nth-child(even) .backfl .buttonfl {
        background: linear-gradient(135deg, #e61a80, #e61a3c);
    }

        .cardfl:nth-child(even) .backfl .buttonfl:before {
            box-shadow: 0 0 10px 10px rgba(230, 26, 60, 0.25);
            background-color: rgba(230, 26, 60, 0.25);
        }

.cardfl:nth-child(even):hover .backfl {
    transform: rotateY(0deg);
}

.food-indiabg {
    background-color: #009297;
}

.food-indiahead {
    color: #fff !important;
}

/*--India at a glance start--*/
.india-glance-card {
    top: 30%;
    background: #ffffff;
    width: 88%;
    height: 240px;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 5px 5px 10px #aaaaaa;
    margin-bottom: 50px;
    transition: 0.6s;
    text-align: center;
}

    .india-glance-card h1 {
        margin: 0;
        font-size: 20px;
        color: #000000;
        font-weight: 600;
        text-align: center;
    }

    .india-glance-card p {
        margin: 0 0 8px 0;
        font-size: 14px;
        color: #000000;
        line-height: 22px;
        text-align: center;
    }

    .india-glance-card .imagen {
        position: absolute;
        right: 70px;
        top: 10px;
        width: 32px;
        height: 32px;
        border-radius: 100%;
        background: #FDC800;
        text-align: center;
        line-height: 32px;
        font-weight: 800;
        color: #004043;
        transition: 0.6s;
    }

    .india-glance-card img {
        width: 40px;
        margin-bottom: 15px;
    }

.india-glance-card-heading {
    color: #004043;
    font-size: 56px;
}

.glancebg1 {
    background-color: #FEF7EB;
}

.glancebg2 {
    background-color: #F9EEE4;
}

.glancebg3 {
    background-color: #F8FCF4;
}

.glancebg4 {
    background-color: #FDEDEB;
}

.glancebg5 {
    background-color: #F0FBFD;
}

.glancebg6 {
    background-color: #F2F0F0;
}

.glancebg7 {
    background-color: #E8F4FE;
}

.glancebg8 {
    background-color: #FBF5EE;
}

.glancebg9 {
    background-color: #E5F4F4;
}

.glancebg10 {
    background-color: #FEFBF1;
}

.glancebg11 {
    background-color: #FFF3F2;
}

.glancebg12 {
    background-color: #F3F3F3;
}

.glancebg13 {
    background-color: #ECFBFF;
}

.culture-bggrey {
    background-color: #FAFAFA;
}
/*--India at a glance end--*/


/*---- inner page culture ----*/

/*---- login page start ----*/
.resend-btn {
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px 10px;
    background-color: #E6F0F0;
    border-radius: 5px;
    color: #fff;
    outline: 0;
    border: 0;
    text-transform: capitalize;
    font: 400 12px "Poppins";
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
}

    .resend-btn a:hover {
        text-transform: auto;
    }

.login-form-element {
    position: absolute;
    left: -11%;
    top: -2%;
}

.login-form-pattern {
    position: absolute;
    right: -8%;
    bottom: -10%;
    z-index: 0;
}

.login-img-element {
    position: absolute;
    left: 2px;
    top: 10%;
    width: 100px;
}

.login-student {
    position: absolute;
    top: 75px;
    left: 0%;
    width: 50%;
    height: auto;
}
.modal-backdrop {
    background-color: #13393b!important;
}
.loginlftImg img{margin-top:75px; border-radius:10px}
.loginlftImg {margin-bottom:75px}
@media only screen and (min-width: 1500px) {
 .lognRgtCnt{margin-top:95px}
 .login-bgimage .rotateGif{top:45px}
}
/*---- login page end ----*/
