
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

img {
    max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none; }

a:focus,
a:hover {
    text-decoration: none; }

i,
a {
    display: inline-block; color: #d93f4d; }
a:hover{
    color: #ef3a50; }
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 400;
    /*color: #212849;*/
    margin: 0px; }

h1 {
    font-size: 48px; }

h2 {
    font-size: 36px; }

h3 {
    font-size: 28px; }

h4 {
    font-size: 22px; }

h5 {
    font-size: 18px; }

h6 {
    font-size: 16px; }

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }

p {
    /*font-size: 16px;*/
    font-weight: 400;
    line-height: 27px;
    color: #56566a;
    margin: 0px; }
@media (max-width: 767px) {
    p {
        font-size: 15px;
        line-height: 25px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    p {
       /* font-size: 16px;*/
        line-height: 27px; } }
.menu-card .avatar{
    width: 95px;
}
.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; }

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #d93f4d;
    padding: 0 30px;
    font-size: 14px;
    height: 50px;
    line-height: 46px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #d93f4d;
    font-family: inherit;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    border-radius: 4px; }
@media (max-width: 767px) {
    .main-btn {
        padding: 0 20px;
        height: 45px;
        line-height: 45px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .main-btn {
        padding: 0 30px;
        height: 50px;
        line-height: 48px; } }
.main-btn::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ef3a50;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    border-radius: 0px; }
.main-btn:hover {
    color: #fff;
    border-color: #d93f4d; }
.main-btn:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
.main-btn.main-btn-2 {
    background-color: #fff;
    color: #ef3a50;
    border-color: #fff;
    border-radius: 50px; }
.main-btn.main-btn-2::before {
    display: none; }
.main-btn.main-btn-2:hover {
    background-color: #ef3a50;
    border-color: #ef3a50;
    color: #fff; }

/*===== All Section Title Style =====*/
.section-title .sub-title {
    font-size: 18px;
    color: #0c2074;
    text-transform: uppercase;
    padding-bottom: 15px; }
@media (max-width: 767px) {
    .section-title .sub-title {
        /*font-size: 16px;*/ } }
.section-title .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 65px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title .title {
        font-size: 26px;
        line-height: 55px; } }
@media (max-width: 767px) {
    .section-title .title {
        font-size: 22px;
        line-height: 35px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title .title {
        font-size: 24px;
        line-height: 50px; } }
.section-title.section-title-two .sub-title, .section-title.section-title-two .title {
    color: #fff; }

/*===== All Pagination Style =====*/
.pagination .page-item {
    margin: 0 10px; }
@media (max-width: 767px) {
    .pagination .page-item {
        margin: 0 5px; } }
.pagination .page-item a {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    /*font-size: 16px;*/
    border-radius: 50%;
    color: #56566a;
    border: 2px solid rgba(4, 154, 229, 0.1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-weight: 700; }
@media (max-width: 767px) {
    .pagination .page-item a {
        font-size: 15px;
        width: 40px;
        height: 40px;
        line-height: 36px; } }
.pagination .page-item a i {
    font-size: 18px; }
.pagination .page-item a.active, .pagination .page-item a:hover {
    background-color: #0c2074;
    color: #fff;
    -webkit-box-shadow: 0px 6px 9px 0px rgba(4, 154, 229, 0.4);
    -moz-box-shadow: 0px 6px 9px 0px rgba(4, 154, 229, 0.4);
    box-shadow: 0px 6px 9px 0px rgba(4, 154, 229, 0.4); }

/*===== All Preloader Style =====*/
.preloader {
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    /* Change Background Color */
    background: #fff;
    z-index: 99999; }
.preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
.preloader .loader .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none; }
.preloader .loader .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%; }
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%; }
.preloader .loader .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    /* Spinner Color */
    border-color: #0c2074 #0c2074 #ddd;
    border-radius: 50%;
    border-width: 6px; }
.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #ddd;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #ddd;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); } }
@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); } }
@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg); }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg); }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg); }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg); }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg); }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg); }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg); } }
@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg); }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg); }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg); }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg); }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg); }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg); }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg); } }
@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg); }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg); }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg); } }
@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg); }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg); }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg); } }
@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg); }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg); }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg); } }
@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg); }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg); }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg); } }
/*===========================
    2.HEADER css 
===========================*/
.header-top {
    background-color: #0c2074; }
.header-top .header-info ul li {
    /*font-size: 16px;*/
    color: #fff;
    display: inline-block; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top .header-info ul li {
        font-size: 13px; } }
.header-top .header-info ul li + li {
    margin-left: 45px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-top .header-info ul li + li {
        margin-left: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top .header-info ul li + li {
        margin-left: 15px; } }
.header-top .header-info ul li i {
    margin-right: 5px;
    /*font-size: 16px;*/ }
.header-top .header-info ul li i.fa-mobile {
    font-size: 18px; }
.header-top .header-social ul li {
    display: inline-block; }
.header-top .header-social ul li + li {
    margin-left: 20px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-top .header-social ul li + li {
        margin-left: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top .header-social ul li + li {
        margin-left: 5px; } }
@media (max-width: 767px) {
    .header-top .header-social ul li + li {
        margin-left: 8px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-top .header-social ul li + li {
        margin-left: 20px; } }
.header-top .header-social ul li a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top .header-social ul li a {
        font-size: 13px;
        width: 30px;
        height: 30px;
        line-height: 30px; } }
@media (max-width: 767px) {
    .header-top .header-social ul li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-top .header-social ul li a {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 35px; } }
.header-top .header-social ul li a:hover {
    background-color: #fff;
    color: #0c2074; }

.navigation {
    padding: 25px 0; }
.navigation .navbar {
    padding: 0;
    position: relative;
    background-color: #fff;
    text-align: left;
}
.navigation .navbar .navbar-brand {
    padding: 0; max-width: 200px; }
.navigation .navbar .navbar-brand img {
    background-color: #fff;
    position: relative;
    z-index: 10; max-width: 200px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navigation .navbar .navbar-brand img {
        width: 140px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-brand img {
        width: 150px; } }
@media (max-width: 767px) {
    .navigation .navbar .navbar-brand img {
        width: 120px; } }
.navigation .navbar .navbar-toggler {
    padding: 0; }
.navigation .navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    display: block;
    margin: 5px 0;
    background-color: #212849; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 160%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        padding: 8px 15px;
        -webkit-box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.1);
        -moz-box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.1);
        box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.1); } }
@media (max-width: 767px) {
    .navigation .navbar {     
        text-align: center;
    }
    .img-chatbot, #box{
        right: 100px!important;
    }
    .slider-search-wrapper{
        width: 80%!important;
    }
    .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 175%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        padding: 8px 15px;
        -webkit-box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.1);
        -moz-box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.1);
        box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.1); } }
.navigation .navbar .navbar-nav .nav-item {
    position: relative; }
.navigation .navbar .navbar-nav .nav-item a {
    /*font-size: 16px;*/
    color: #777;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding: 15px 18px;
    font-weight: 700; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navigation .navbar .navbar-nav .nav-item a {
        padding: 15px 12px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item a {
        display: block;
        padding: 5px 0; } }
@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item a {
        display: block;
        padding: 5px 0; } }
.navigation .navbar .navbar-nav .nav-item a.active {
    color: #0c2074; }
.navigation .navbar .navbar-nav .nav-item .sub-menu {
    min-width: 230px;
    border-top: 2px solid #0c2074;
    position: absolute;
    top: 110%;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    padding: 7px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 9; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all none ease-out 0s;
        -moz-transition: all none ease-out 0s;
        -ms-transition: all none ease-out 0s;
        -o-transition: all none ease-out 0s;
        transition: all none ease-out 0s;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0; } }
@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all none ease-out 0s;
        -moz-transition: all none ease-out 0s;
        -ms-transition: all none ease-out 0s;
        -o-transition: all none ease-out 0s;
        transition: all none ease-out 0s;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0; } }
.navigation .navbar .navbar-nav .nav-item .sub-menu li a {
    padding: 8px 20px;
    display: block;
    text-transform: capitalize;
    font-weight: 400; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item .sub-menu li a {
        border-bottom: 1px solid rgba(4, 154, 229, 0.2); } }
@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item .sub-menu li a {
        border-bottom: 1px solid rgba(4, 154, 229, 0.2); } }
.navigation .navbar .navbar-nav .nav-item .sub-menu li a.active, .navigation .navbar .navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #0c2074; }
.navigation .navbar .navbar-nav .nav-item:hover > a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #0c2074; }
.navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%; }
.navigation .navbar .navbar-btn {
    margin-left: 45px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navigation .navbar .navbar-btn {
        margin-left: 35px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-btn {
        position: absolute;
        top: -5px;
        right: 55px; } }
@media (max-width: 767px) {
    .navigation .navbar .navbar-btn {
        position: absolute;
        top: -5px;
        right: 55px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .navigation .navbar .navbar-btn .main-btn {
        padding: 0 20px;
        font-size: 14px;
        height: 45px;
        line-height: 41px; } }
/*.navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.1);
    -moz-box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.1);
    -webkit-animation: sticky 0.5s;
    -moz-animation: sticky 0.5s;
    -o-animation: sticky 0.5s;
    animation: sticky 0.5s; }
.navigation.sticky .navbar .navbar-brand {
    margin-top: 0; }
.navigation.sticky .navbar .navbar-brand img {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation.sticky .navbar .navbar-collapse {
        top: 150%; } }
@media (max-width: 767px) {
    .navigation.sticky .navbar .navbar-collapse {
        top: 170%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation.sticky .navbar .navbar-btn {
        position: absolute;
        top: -5px;
        right: 55px; } }
@media (max-width: 767px) {
    .navigation.sticky .navbar .navbar-btn {
        position: absolute;
        top: -5px;
        right: 55px; } }
*/
@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%); }
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%); } }
@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%); }
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%); } }
@-o-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%); }
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%); } }
@-moz-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%); }
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%); } }
@-ms-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%); }
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%); } }
.navigation-two .navbar-btn .main-btn {
    border-radius: 4px;
    /* -webkit-box-shadow: 0px 6px 20px 0px rgba(4, 154, 229, 0.65);
     -moz-box-shadow: 0px 6px 20px 0px rgba(4, 154, 229, 0.65);
     box-shadow: 0px 6px 20px 0px rgba(4, 154, 229, 0.65); */}
.navigation-two .navbar-btn .main-btn::before {
    border-radius: 4px; }

.sub-nav-toggler {
    display: none; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 3px 8px;
        /*font-size: 16px;*/
        color: #212849;
        background: none;
        border: 0; } }
@media (max-width: 767px) {
    .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 3px 8px;
        /*font-size: 16px;*/
        color: #212849;
        background: none;
        border: 0; } }

/*===========================
      3.SLIDER css 
===========================*/
.slider-area{
    position: relative;
}
.slider-search-wrapper{
    position: absolute;
    right: 50px;
    top: 50px;
    width: 40%;
}
.slider-active {
    width: 100%; }
.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0; }
.slider-active .slick-arrow.next {
    left: auto;
    right: 0px; }
.slider-active .slick-arrow i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #efefef;
    border-radius: 50%;
    cursor: pointer;
    /*font-size: 16px;*/
    color: #0c2074;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider-active .slick-arrow i {
        width: 45px;
        height: 45px;
        line-height: 45px; } }
.slider-active .slick-arrow i:hover {
    background-color: #0c2074;
    color: #fff; }
.slider-active:hover .slick-arrow {
    left: 30px;
    opacity: 1; }
.slider-active:hover .slick-arrow.next {
    left: auto;
    right: 30px; }
.slider-active .slick-dots {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: auto;
    left: 50%;
    transform: translate(-50%, 0);
}
.slider-active .slick-dots li {
    display: inline-block;
    margin: 0 3px; }
.slider-active .slick-dots li button {
    font-size: 0;
    width: 13px;
    height: 13px;
    background-color: #efefef;
    border: 0;
    border-radius: 50%; }
.slider-active .slick-dots li.slick-active button {
    background-color: #0c2074; }

.single-slider {
    position: relative; }
.single-slider .slider-image {
    height: 275px;
    width: 100%; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-slider .slider-image {
        height: 250px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slider .slider-image {
        height: 200px; } }
@media (max-width: 767px) {
    .single-slider .slider-image {
        height: 200px; } }
.single-slider .slider-image img {
    max-height: 800px;
    width: 100%;
    object-fit: cover;
    object-position: center center; }
.single-slider .slider-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 9; }
.single-slider .slider-content .slider-sub-title {
    font-family: inherit;
    font-size: 24px;
    color: #0c2074;
    text-transform: uppercase;
    font-weight: 700; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slider .slider-content .slider-sub-title {
        font-size: 22px; } }
@media (max-width: 767px) {
    .single-slider .slider-content .slider-sub-title {
        font-size: 18px; } }
.single-slider .slider-content .slider-sub-title.sub-title {
    color: #fff; }
.single-slider .slider-content .slider-title {
    font-size: 40px;
    color: #212849;
    font-weight: 700;
    margin-top: 15px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slider .slider-content .slider-title {
        font-size: 56px; } }
@media (max-width: 767px) {
    .single-slider .slider-content .slider-title {
        font-size: 35px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-slider .slider-content .slider-title {
        font-size: 40px; } }
.single-slider .slider-content .slider-title.title {
    color: #fff; }
.single-slider .slider-content .main-btn {
    margin-top: 50px;
    height: 60px;
    line-height: 60px; }
.single-slider .slider-content .main-btn i {
    margin-left: 5px; }

.kenburns {
    -webkit-animation: kenburns 10s;
    -moz-animation: kenburns 10s;
    -o-animation: kenburns 10s;
    animation: kenburns 10s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s; }

@keyframes kenburns {
    from {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); }
    to {
        -webkit-transform: scale(1.2, 1.2) rotate(0.1deg);
        -moz-transform: scale(1.2, 1.2) rotate(0.1deg);
        -ms-transform: scale(1.2, 1.2) rotate(0.1deg);
        -o-transform: scale(1.2, 1.2) rotate(0.1deg);
        transform: scale(1.2, 1.2) rotate(0.1deg); } }
@-webkit-keyframes kenburns {
    from {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); }
    to {
        -webkit-transform: scale(1.2, 1.2) rotate(0.1deg);
        -moz-transform: scale(1.2, 1.2) rotate(0.1deg);
        -ms-transform: scale(1.2, 1.2) rotate(0.1deg);
        -o-transform: scale(1.2, 1.2) rotate(0.1deg);
        transform: scale(1.2, 1.2) rotate(0.1deg); } }
@-o-keyframes kenburns {
    from {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); }
    to {
        -webkit-transform: scale(1.2, 1.2) rotate(0.1deg);
        -moz-transform: scale(1.2, 1.2) rotate(0.1deg);
        -ms-transform: scale(1.2, 1.2) rotate(0.1deg);
        -o-transform: scale(1.2, 1.2) rotate(0.1deg);
        transform: scale(1.2, 1.2) rotate(0.1deg); } }
@-moz-keyframes kenburns {
    from {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); }
    to {
        -webkit-transform: scale(1.2, 1.2) rotate(0.1deg);
        -moz-transform: scale(1.2, 1.2) rotate(0.1deg);
        -ms-transform: scale(1.2, 1.2) rotate(0.1deg);
        -o-transform: scale(1.2, 1.2) rotate(0.1deg);
        transform: scale(1.2, 1.2) rotate(0.1deg); } }
@-ms-keyframes kenburns {
    from {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); }
    to {
        -webkit-transform: scale(1.2, 1.2) rotate(0.1deg);
        -moz-transform: scale(1.2, 1.2) rotate(0.1deg);
        -ms-transform: scale(1.2, 1.2) rotate(0.1deg);
        -o-transform: scale(1.2, 1.2) rotate(0.1deg);
        transform: scale(1.2, 1.2) rotate(0.1deg); } }
/*==== INDEX 2 ====*/
.slider-two {
    position: relative; }
.slider-two::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(4, 154, 229, 0.9); }

.slider-two-active .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0; }
.slider-two-active .slick-arrow.next {
    left: auto;
    right: 0px; }
.slider-two-active .slick-arrow i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #efefef;
    border-radius: 50%;
    cursor: pointer;
    /*font-size: 16px;*/
    color: #0c2074;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider-two-active .slick-arrow i {
        width: 45px;
        height: 45px;
        line-height: 45px; } }
.slider-two-active .slick-arrow i:hover {
    background-color: #0c2074;
    color: #fff; }
.slider-two-active:hover .slick-arrow {
    left: 30px;
    opacity: 1; }
.slider-two-active:hover .slick-arrow.next {
    left: auto;
    right: 30px; }

.single-slider-two {
    padding-top: 235px;
    padding-bottom: 235px;
    position: relative; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-slider-two {
        padding-top: 160px;
        padding-bottom: 180px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slider-two {
        padding-top: 160px;
        padding-bottom: 180px; } }
@media (max-width: 767px) {
    .single-slider-two {
        padding-top: 140px;
        padding-bottom: 150px; } }
.single-slider-two .single-slider-content .slider-title {
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-slider-two .single-slider-content .slider-title {
        font-size: 62px; } }
@media (max-width: 767px) {
    .single-slider-two .single-slider-content .slider-title {
        font-size: 34px; } }
.single-slider-two .single-slider-content .text {
    color: #fff;
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 30px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-slider-two .single-slider-content .text {
        font-size: 18px;
        line-height: 27px; } }
@media (max-width: 767px) {
    .single-slider-two .single-slider-content .text {
        font-size: 15px;
        line-height: 24px; } }
.single-slider-two .single-slider-content .main-btn {
    line-height: 60px;
    height: 60px; }
@media (max-width: 767px) {
    .single-slider-two .single-slider-content .main-btn {
        height: 45px;
        line-height: 45px; } }
.single-slider-two .single-slider-content .main-btn i {
    margin-right: 10px; }
.single-slider-two .slider-hero {
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    bottom: 0; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-slider-two .slider-hero {
        width: 45%; } }

/*===========================
    4.FEATURES  css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-area {
        padding-top: 70px;
        padding-bottom: 50px; } }
@media (max-width: 767px) {
    .features-area {
        padding-top: 50px;
        padding-bottom: 30px; } }

.single-features {
    border: 5px solid rgba(4, 154, 229, 0.1);
    padding: 55px 15px 47px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-features {
        padding: 40px 10px 35px; } }
@media (max-width: 767px) {
    .single-features {
        padding: 40px 10px 35px; } }
.single-features .features-icon i {
    font-size: 85px;
    line-height: 80px;
    color: #0c2074;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.single-features .features-content {
    margin-top: 35px; }
.single-features .features-content .features-title a {
    font-weight: 700;
    font-size: 24px;
    color: #212849;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-features .features-content .features-title a {
        font-size: 20px; } }
@media (max-width: 767px) {
    .single-features .features-content .features-title a {
        font-size: 20px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-features .features-content .features-title a {
        font-size: 24px; } }
.single-features .features-content .text {
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.single-features .features-content .more {
    color: #0c2074;
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.single-features .features-content .more i {
    font-size: 13px; }
.single-features.active, .single-features:hover {
    background-color: #0c2074; }
.single-features.active .features-icon i, .single-features:hover .features-icon i {
    color: #fff; }
.single-features.active .features-content .features-title a, .single-features:hover .features-content .features-title a {
    color: #fff; }
.single-features.active .features-content .text, .single-features.active .features-content .more, .single-features:hover .features-content .text, .single-features:hover .features-content .more {
    color: #fff; }

/*===========================
    5.ABOUT css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area {
        padding-top: 0;
        padding-bottom: 100px; } }
@media (max-width: 767px) {
    .about-area {
        padding-top: 0;
        padding-bottom: 80px; } }

.about-image {
    position: relative; }
.about-image::before {
    position: absolute;
    content: '';
    width: 183px;
    height: 183px;
    background-repeat: repeat;
    top: -50px;
    left: -50px;
    z-index: -1;
    -webkit-animation: up-down 3s infinite;
    -moz-animation: up-down 3s infinite;
    -o-animation: up-down 3s infinite;
    animation: up-down 3s infinite; }
.about-image img {
    width: 100%; }

@keyframes up-down {
    0% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    100% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); } }
@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    100% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); } }
@-o-keyframes up-down {
    0% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    100% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); } }
@-moz-keyframes up-down {
    0% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    100% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); } }
@-ms-keyframes up-down {
    0% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    100% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); } }
.about-content .text {
    margin-top: 20px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-content .text {
        margin-top: 10px; } }
.about-content .about-form {
    position: relative;
    margin-top: 35px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-content .about-form {
        margin-top: 25px; } }
.about-content .about-form input {
    width: 100%;
    height: 65px;
    border: 2px solid #0c2074;
    padding: 0 30px;
    border-radius: 50px; }
.about-content .about-form input::placeholder {
    opacity: 1;
    color: #56566a; }
.about-content .about-form input::-ms-input-placeholder {
    opacity: 1;
    color: #56566a; }
.about-content .about-form input::-moz-placeholder {
    opacity: 1;
    color: #56566a; }
.about-content .about-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #56566a; }
.about-content .about-form .main-btn {
    border-radius: 50px;
    position: absolute;
    top: 7px;
    right: 7px; }
.about-content .about-form .main-btn:hover {
    -webkit-box-shadow: 0px 11px 20px 0px rgba(4, 154, 229, 0.4);
    -moz-box-shadow: 0px 11px 20px 0px rgba(4, 154, 229, 0.4);
    box-shadow: 0px 11px 20px 0px rgba(4, 154, 229, 0.4); }
.about-content .about-form .main-btn::before {
    border-radius: 50px; }
@media (max-width: 767px) {
    .about-content .about-form .main-btn {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        margin-top: 7px; } }

/*==== INDEX 2 ====*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-two-area {
        padding-top: 0px;
        padding-bottom: 100px; } }
@media (max-width: 767px) {
    .about-two-area {
        padding-top: 0px;
        padding-bottom: 80px; } }

.about-two-image {
    margin-right: 45px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-two-image {
        margin-right: 0; } }
@media (max-width: 767px) {
    .about-two-image {
        margin-right: 0; } }
.about-two-image img {
    padding: 6px;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.35);
    -moz-box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.35);
    box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.35); }

.about-two-content > .text {
    margin-top: 25px; }
.about-two-content .about-list {
    position: relative;
    margin-top: 20px; }
.about-two-content .about-list .list-icon {
    position: absolute;
    top: 3px;
    left: 0; }
.about-two-content .about-list .list-icon i {
    font-size: 18px;
    color: #0c2074; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-two-content .about-list .list-icon i {
        /*font-size: 16px;*/ } }
@media (max-width: 767px) {
    .about-two-content .about-list .list-icon i {
        /*font-size: 16px;*/ } }
.about-two-content .about-list .list-content {
    padding-left: 25px; }
.about-two-content .about-list .list-content p {
    font-size: 18px;
    color: #212849; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-two-content .about-list .list-content p {
        /*font-size: 16px; */} }
@media (max-width: 767px) {
    .about-two-content .about-list .list-content p {
        /*font-size: 16px;*/ } }

/*===========================
     6.DEPARTMENT css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .department-area {
        padding-top: 95px;
        padding-bottom: 100px; } }
@media (max-width: 767px) {
    .department-area {
        padding-top: 75px;
        padding-bottom: 80px; } }

.department-tab .nav .nav-item {
    margin-top: 20px; }
@media (max-width: 767px) {
    .department-tab .nav .nav-item {
        width: 19%; } }
.department-tab .nav .nav-item a {
    text-align: center;
    border: 1px solid #ddd;
    padding: 30px 5px;
    width: 165px;
    height: 165px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .department-tab .nav .nav-item a {
        width: 130px;
        height: 130px;
        padding: 12px 5px; } }
@media (max-width: 767px) {
    .department-tab .nav .nav-item a {
        width: auto;
        height: auto;
        padding: 8px 5px;
        display: block; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .department-tab .nav .nav-item a {
        width: 95px;
        height: 95px;
        padding: 12px 5px; } }
.department-tab .nav .nav-item a::before {
    position: absolute;
    content: '';
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 30px;
    height: 30px;
    border-right: 1px solid #0c2074;
    border-bottom: 1px solid #0c2074;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: #ecf2ff; }
@media (max-width: 767px) {
    .department-tab .nav .nav-item a::before {
        display: none; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .department-tab .nav .nav-item a::before {
        width: 20px;
        height: 20px;
        bottom: -11px;
        display: block; } }
.department-tab .nav .nav-item a i {
    font-size: 70px;
    color: #212849;
    line-height: 60px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .department-tab .nav .nav-item a i {
        font-size: 50px;
        line-height: 45px; } }
@media (max-width: 767px) {
    .department-tab .nav .nav-item a i {
        font-size: 26px;
        line-height: 20px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .department-tab .nav .nav-item a i {
        font-size: 30px;
        line-height: 20px; } }
.department-tab .nav .nav-item a span {
    font-size: 20px;
    font-weight: 500;
    color: #212849;
    display: block;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .department-tab .nav .nav-item a span {
        /*font-size: 16px;*/ } }
@media (max-width: 767px) {
    .department-tab .nav .nav-item a span {
        font-size: 12px;
        margin-top: 5px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .department-tab .nav .nav-item a span {
        font-size: 15px;
        margin-top: 5px; } }
.department-tab .nav .nav-item a:hover, .department-tab .nav .nav-item a.active {
    border-color: #0c2074;
    background-color: #ecf2ff; }
.department-tab .nav .nav-item a:hover i, .department-tab .nav .nav-item a.active i {
    color: #0c2074; }
.department-tab .nav .nav-item a:hover span, .department-tab .nav .nav-item a.active span {
    color: #0c2074; }
.department-tab .nav .nav-item a:hover::before, .department-tab .nav .nav-item a.active::before {
    opacity: 1;
    visibility: visible; }
@media (max-width: 767px) {
    .department-tab .tab-content {
        margin-top: 30px; } }
.department-tab .tab-content .tab-pane .department-content {
    border: 5px solid rgba(4, 154, 229, 0.72);
    padding: 15px 30px 55px; }
@media (max-width: 767px) {
    .department-tab .tab-content .tab-pane .department-content {
        padding: 0 20px 30px; } }
.department-tab .tab-content .tab-pane .department-content .department-image img {
    width: 100%; }
.department-tab .tab-content .tab-pane .department-content .department-info-text .sub-title {
    font-size: 18px;
    font-weight: 500;
    color: #0c2074;
    text-transform: uppercase;
    padding-left: 70px;
    position: relative; }
@media (max-width: 767px) {
    .department-tab .tab-content .tab-pane .department-content .department-info-text .sub-title {
        /*font-size: 16px;*/ } }
.department-tab .tab-content .tab-pane .department-content .department-info-text .sub-title::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background-color: #0c2074;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
.department-tab .tab-content .tab-pane .department-content .department-info-text .title {
    font-size: 30px;
    font-weight: 700;
    margin-top: 15px; }
@media (max-width: 767px) {
    .department-tab .tab-content .tab-pane .department-content .department-info-text .title {
        font-size: 22px; } }
.department-tab .tab-content .tab-pane .department-content .department-info-text .text {
    margin-top: 25px; }
.department-tab .tab-content .tab-pane .department-content .department-info-text .main-btn {
    margin-top: 25px; }

/*===== INDEX 2 =====*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .department-two-area {
        padding-top: 95px;
        padding-bottom: 100px; } }
@media (max-width: 767px) {
    .department-two-area {
        padding-top: 75px;
        padding-bottom: 80px; } }

.single-department-two .department-thumb a {
    display: block; }
.single-department-two .department-thumb a img {
    width: 100%; }
.single-department-two .department-content {
    border: 5px solid rgba(4, 154, 229, 0.1);
    border-top: 0;
    padding: 35px 25px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
@media (max-width: 767px) {
    .single-department-two .department-content {
        padding: 25px 15px; } }
.single-department-two .department-content .department-title a {
    font-size: 24px;
    font-weight: 700;
    color: #212849;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.single-department-two .department-content .department-title a:hover {
    color: #0c2074; }
.single-department-two .department-content .text {
    margin-bottom: 25px; }
.single-department-two .department-content .main-btn {
    border-color: rgba(4, 154, 229, 0.18); }
.single-department-two .department-content .main-btn:hover {
    -webkit-box-shadow: 0px 6px 20px 0px rgba(4, 154, 229, 0.65);
    -moz-box-shadow: 0px 6px 20px 0px rgba(4, 154, 229, 0.65);
    box-shadow: 0px 6px 20px 0px rgba(4, 154, 229, 0.65); }
.single-department-two:hover .department-content {
    border-color: #fff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(4, 154, 229, 0.21);
    -moz-box-shadow: 0px 0px 16px 0px rgba(4, 154, 229, 0.21);
    box-shadow: 0px 0px 16px 0px rgba(4, 154, 229, 0.21); }

/*===========================
     7.APPOINTMENT WORKING css 
===========================*/
.appointment-working {
    position: relative;
    background-color: #0c2074; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appointment-working {
        padding-top: 50px;
        padding-bottom: 100px; } }
@media (max-width: 767px) {
    .appointment-working {
        padding-top: 30px;
        padding-bottom: 80px; } }
.appointment-working::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appointment-working::before {
        width: 100%;
        height: 50%; } }
@media (max-width: 767px) {
    .appointment-working::before {
        width: 100%;
        height: 53%; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .appointment-working::before {
        width: 100%;
        height: 56%; } }
.appointment-working .working-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 47.5%;
    height: 100%;
    background-color: #212849; }
@media only screen and (min-width: 1400px) {
    .appointment-working .working-bg {
        width: 48%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appointment-working .working-bg {
        width: 100%;
        height: 50%;
        top: auto;
        bottom: 0; } }
@media (max-width: 767px) {
    .appointment-working .working-bg {
        width: 100%;
        height: 47%;
        top: auto;
        bottom: 0; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .appointment-working .working-bg {
        height: 43.5%; } }

.appointment-area {
    position: relative;
    z-index: 5; }
.appointment-area .appointment-form .single-appointment-form {
    margin-top: 30px;
    position: relative; }
.appointment-area .appointment-form .single-appointment-form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 15px;
    color: #fff;
    border: 1px solid #ddd;
    background-color: transparent;
    border-radius: 50px; }
.appointment-area .appointment-form .single-appointment-form input::placeholder {
    opacity: 1;
    color: #fff; }
.appointment-area .appointment-form .single-appointment-form input::-ms-input-placeholder {
    opacity: 1;
    color: #fff; }
.appointment-area .appointment-form .single-appointment-form input::-moz-placeholder {
    opacity: 1;
    color: #fff; }
.appointment-area .appointment-form .single-appointment-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff; }
.appointment-area .appointment-form .single-appointment-form .input-group-append {
    position: absolute;
    top: 0;
    right: 0; }
.appointment-area .appointment-form .single-appointment-form .input-group-append .btn.btn-outline-secondary {
    border-radius: 0;
    border: 0;
    width: 50px;
    height: 50px;
    color: #fff; }
.appointment-area .appointment-form .single-appointment-form .nice-select {
    background: none;
    width: 100%;
    height: 50px;
    border-radius: 50px; }
.appointment-area .appointment-form .single-appointment-form .nice-select:focus {
    border-color: #fff; }
.appointment-area .appointment-form .single-appointment-form .nice-select::after {
    width: 8px;
    height: 8px;
    border-color: #fff; }
.appointment-area .appointment-form .single-appointment-form .nice-select .current {
    line-height: 50px;
    font-size: 15px;
    color: #fff;
    font-family: inherit; }
.appointment-area .appointment-form .single-appointment-form .nice-select .list {
    margin-top: 0;
    border-radius: 0;
    width: 100%; }
.appointment-area .appointment-form .single-appointment-form .nice-select .list .option {
    font-size: 14px;
    font-family: inherit;
    line-height: 35px;
    min-height: 35px; }
.appointment-area .appointment-form .single-appointment-form .main-btn {
    border-radius: 50px; }
.appointment-area .appointment-form .single-appointment-form .main-btn:hover {
    border-color: #fff; }

.gj-picker-bootstrap {
    border: 0;
    border-radius: 0;
    padding: 4px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(4, 154, 229, 0.2);
    -moz-box-shadow: 0px 0px 22px 0px rgba(4, 154, 229, 0.2);
    box-shadow: 0px 0px 22px 0px rgba(4, 154, 229, 0.2); }
.gj-picker-bootstrap div[role="navigator"] {
    height: 40px;
    line-height: 40px; }
.gj-picker-bootstrap div[role="navigator"] i {
    font-size: 16px;
    color: #212849; }
.gj-picker-bootstrap div[role="navigator"] div[role="period"] {
    font-weight: 500;
    font-size: 16px;
    font-family: inherit;
    color: #212849; }
.gj-picker-bootstrap table tr th div {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-weight: 500;
    font-size: 16px; }
.gj-picker-bootstrap table tr td div {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #212849; }
.gj-picker-bootstrap table tr td.focused div {
    background: #0c2074;
    border-radius: 0;
    color: #fff; }
.gj-picker-bootstrap table tr td.gj-cursor-pointer div {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.gj-picker-bootstrap table tr td.gj-cursor-pointer div:focus, .gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
    background: #0c2074;
    border-radius: 0;
    color: #fff; }
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background: #0c2074;
    border-radius: 0;
    color: #fff; }
.gj-picker-bootstrap table tr td.disabled div {
    color: #ddd; }
.gj-picker-bootstrap table tr td.other-month div {
    color: #ddd; }
.gj-picker-bootstrap table tr td.today div {
    font-weight: 700;
    color: #212849; }

.working-area {
    position: relative;
    z-index: 5;
    padding-left: 70px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .working-area {
        padding-left: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .working-area {
        padding-left: 0;
        padding-top: 50px;
        padding-right: 70px; } }
@media (max-width: 767px) {
    .working-area {
        padding-left: 0;
        padding-top: 50px;
        padding-right: 0; } }
.working-area .working-content .single-work-time p {
    color: #fff;
    margin-top: 30px; }
.working-area .working-content .single-work-time p .time {
    margin-left: 30px; }
.working-area .working-content .single-work-time p .closed {
    margin-left: 90px;
    text-transform: uppercase; }
.working-area .working-content .single-work-time .number {
    font-size: 18px;
    font-weight: 500;
    color: #fff; }
.working-area .working-content .single-work-time .number i {
    color: #0c2074;
    margin-right: 5px; }
.working-area .working-content .single-work-time .main-btn {
    margin-top: 85px; }

/*===========================
     8.TEAM css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-area {
        padding-top: 95px;
        padding-bottom: 100px; } }
@media (max-width: 767px) {
    .team-area {
        padding-top: 75px;
        padding-bottom: 80px; } }

.single-team {
    border: 5px solid rgba(4, 154, 229, 0.1);
    padding: 55px 45px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-team {
        padding: 45px 20px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-team {
        padding: 45px 20px; } }
@media (max-width: 767px) {
    .single-team {
        padding: 45px 20px; } }
.single-team .team-image img {
    border-radius: 50%;
    display: inline-block; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-team .team-image img {
        width: 180px; } }
@media (max-width: 767px) {
    .single-team .team-image img {
        width: 180px; } }
.single-team .team-content {
    margin-top: 35px; }
.single-team .team-content .team-name a {
    font-size: 20px;
    color: #212849;
    font-weight: 700;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.single-team .team-content .team-name a:hover {
    color: #0c2074; }
.single-team .team-content span {
    font-size: 15px;
    color: #56566a;
    margin-bottom: 20px; }
.single-team .team-content .social {
    border-top: 1px solid #ddd;
    padding-top: 20px; }
.single-team .team-content .social li {
    display: inline-block;
    margin: 0  8px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-team .team-content .social li {
        margin: 0  7px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-team .team-content .social li {
        margin: 0  7px; } }
@media (max-width: 767px) {
    .single-team .team-content .social li {
        margin: 0  7px; } }
.single-team .team-content .social li a {
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    background-color: #efefef;
    color: #a1a1a1;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.single-team .team-content .social li a:hover {
    -webkit-box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.45);
    -moz-box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.45);
    box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.45);
    background-color: #0c2074;
    color: #fff; }
.single-team:hover {
    border-color: #fff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(4, 154, 229, 0.21);
    -moz-box-shadow: 0px 0px 16px 0px rgba(4, 154, 229, 0.21);
    box-shadow: 0px 0px 16px 0px rgba(4, 154, 229, 0.21); }

.team-active .slick-arrow {
    position: absolute;
    top: 50%;
    left: -70px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .team-active .slick-arrow {
        left: -40px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-active .slick-arrow {
        left: -50px; } }
@media (max-width: 767px) {
    .team-active .slick-arrow {
        left: -50px; } }
.team-active .slick-arrow.next {
    left: auto;
    right: -70px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .team-active .slick-arrow.next {
        right: -40px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-active .slick-arrow.next {
        right: -50px; } }
@media (max-width: 767px) {
    .team-active .slick-arrow.next {
        right: -50px; } }
.team-active .slick-arrow i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #efefef;
    border-radius: 50%;
    cursor: pointer;
    /*font-size: 16px;*/
    color: #0c2074;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .team-active .slick-arrow i {
        width: 45px;
        height: 45px;
        line-height: 45px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-active .slick-arrow i {
        width: 45px;
        height: 45px;
        line-height: 45px; } }
@media (max-width: 767px) {
    .team-active .slick-arrow i {
        width: 45px;
        height: 45px;
        line-height: 45px; } }
.team-active .slick-arrow i:hover {
    background-color: #0c2074;
    color: #fff; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-area-tow {
        padding-top: 95px;
        padding-bottom: 70px; } }
@media (max-width: 767px) {
    .team-area-tow {
        padding-top: 75px;
        padding-bottom: 50px; } }

/*==== INDEX 2 =====*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .doctors-two-are {
        padding-top: 95px;
        padding-bottom: 70px; } }
@media (max-width: 767px) {
    .doctors-two-are {
        padding-top: 75px;
        padding-bottom: 50px; } }

.doctors-active .slick-arrow {
    position: absolute;
    top: 50%;
    left: -70px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .doctors-active .slick-arrow {
        left: -40px; } }
.doctors-active .slick-arrow.next {
    left: auto;
    right: -70px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .doctors-active .slick-arrow.next {
        right: -40px; } }
.doctors-active .slick-arrow i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #efefef;
    border-radius: 50%;
    cursor: pointer;
    /*font-size: 16px;*/
    color: #0c2074;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .doctors-active .slick-arrow i {
        width: 45px;
        height: 45px;
        line-height: 45px; } }
.doctors-active .slick-arrow i:hover {
    background-color: #0c2074;
    color: #fff; }

.single-doctors .doctors-image img {
    width: 100%; }
.single-doctors .doctors-content {
    border: 2px solid rgba(4, 154, 229, 0.1);
    border-top: 0;
    padding-bottom: 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.single-doctors .doctors-content .main-btn {
    border-color: rgba(4, 154, 229, 0.18);
    margin-top: -25px;
    position: relative;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px; }
.single-doctors .doctors-content .main-btn:hover {
    -webkit-box-shadow: 0px 6px 20px 0px rgba(4, 154, 229, 0.18);
    -moz-box-shadow: 0px 6px 20px 0px rgba(4, 154, 229, 0.18);
    box-shadow: 0px 6px 20px 0px rgba(4, 154, 229, 0.18); }
.single-doctors .doctors-content .doctors-name a {
    font-size: 20px;
    font-weight: 700;
    color: #212849;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: 20px; }
.single-doctors .doctors-content .doctors-name a:hover {
    color: #0c2074; }
.single-doctors .doctors-content .sub-title {
    font-size: 14px;
    color: #56566a; }
.single-doctors .doctors-content .social {
    margin-top: 25px; }
.single-doctors .doctors-content .social li {
    display: inline-block;
    margin: 0 5px; }
.single-doctors .doctors-content .social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #efefef;
    color: #a1a1a1;
    /*font-size: 16px;*/
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.single-doctors .doctors-content .social li a:hover {
    color: #fff;
    background-color: #0c2074;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.45);
    -moz-box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.45);
    box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.45); }
.single-doctors:hover .doctors-content {
    border-color: #fff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(4, 154, 229, 0.21);
    -moz-box-shadow: 0px 0px 16px 0px rgba(4, 154, 229, 0.21);
    box-shadow: 0px 0px 16px 0px rgba(4, 154, 229, 0.21); }

/*===========================
  9.VIDEO TESTIMONIAL css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-testimonial {
        padding-top: 50px;
        padding-bottom: 100px; } }
@media (max-width: 767px) {
    .video-testimonial {
        padding-top: 30px;
        padding-bottom: 80px; } }

.video-area {
    position: relative;
    z-index: 5; }
.video-area a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 25px;
    color: #0c2074;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    position: relative;
    z-index: 5; }
.video-area a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: video-zoom 3s infinite;
    -moz-animation: video-zoom 3s infinite;
    -o-animation: video-zoom 3s infinite;
    animation: video-zoom 3s infinite;
    z-index: -1; }

@keyframes video-zoom {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0; } }
@-webkit-keyframes video-zoom {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0; } }
@-o-keyframes video-zoom {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0; } }
@-moz-keyframes video-zoom {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0; } }
@-ms-keyframes video-zoom {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0; } }
.testimonial-area {
    position: relative;
    z-index: 5;
    margin-right: 20px; }

.testimonial-active {
    background-color: #0c2074;
    padding: 25px 30px; }
.testimonial-active .slick-dots {
    width: 40px;
    padding: 5px 0 16px;
    background-color: #fff;
    border-radius: 50px;
    border: 2px solid #0c2074;
    text-align: center;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
.testimonial-active .slick-dots li button {
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #a1bdff;
    padding: 0;
    border: 0;
    cursor: pointer; }
.testimonial-active .slick-dots li.slick-active button {
    background-color: #0c2074; }

.single-testimonial .text {
    font-size: 24px;
    font-style: italic;
    color: #fff;
    line-height: 36px; }
@media (max-width: 767px) {
    .single-testimonial .text {
        font-size: 18px;
        line-height: 30px; } }
.single-testimonial .testimonial-name {
    color: #fff;
    font-weight: 700;
    /*font-size: 16px;*/
    padding-bottom: 5px;
    margin-top: 25px; }
.single-testimonial span {
    color: #fff; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-two-area {
        padding-top: 95px;
        padding-bottom: 100px; } }
@media (max-width: 767px) {
    .testimonial-two-area {
        padding-top: 75px;
        padding-bottom: 80px; } }

.testimonial-two-active .slick-dots {
    width: 40px;
    padding: 5px 0 16px;
    background-color: #fff;
    border-radius: 50px;
    border: 2px solid #0c2074;
    text-align: center;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
@media (max-width: 767px) {
    .testimonial-two-active .slick-dots {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: auto;
        right: auto;
        width: auto;
        padding: 0 13px 10px;
        bottom: -20px; } }
@media (max-width: 767px) {
    .testimonial-two-active .slick-dots li {
        display: inline-block;
        margin: 0 3px; } }
.testimonial-two-active .slick-dots li button {
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgba(4, 154, 229, 0.5);
    padding: 0;
    border: 0;
    cursor: pointer; }
.testimonial-two-active .slick-dots li.slick-active button {
    background-color: #0c2074; }

.single-testimonial-two {
    border: 5px solid rgba(4, 154, 229, 0.1);
    padding: 40px;
    position: relative;
    margin-right: 210px;
    background-color: #fff; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-testimonial-two {
        margin-right: 110px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-testimonial-two {
        margin-right: 0; } }
@media (max-width: 767px) {
    .single-testimonial-two {
        margin-right: 0;
        padding: 20px; } }
.single-testimonial-two .testimonial-content {
    max-width: 520px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-testimonial-two .testimonial-content {
        max-width: 465px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-testimonial-two .testimonial-content {
        max-width: 420px; } }
.single-testimonial-two .testimonial-content i {
    font-size: 60px;
    line-height: 50px;
    color: #0c2074;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 10px; }
.single-testimonial-two .testimonial-content .text {
    font-size: 20px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 15px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-testimonial-two .testimonial-content .text {
        font-size: 18px;
        line-height: 36px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-testimonial-two .testimonial-content .text {
        font-size: 18px;
        line-height: 36px; } }
@media (max-width: 767px) {
    .single-testimonial-two .testimonial-content .text {
        /*font-size: 16px;*/
        line-height: 27px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-testimonial-two .testimonial-content .text {
        font-size: 18px;
        line-height: 36px; } }
.single-testimonial-two .testimonial-content .testimonial-name {
    /*font-size: 16px;*/
    font-weight: 700;
    color: #212849;
    padding-bottom: 5px; }
.single-testimonial-two .testimonial-content span {
    color: #56566a;
    font-size: 15px; }
.single-testimonial-two .testimonial-image {
    position: absolute;
    bottom: -5px;
    right: -80px;
    max-width: 400px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-testimonial-two .testimonial-image {
        max-width: 380px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-testimonial-two .testimonial-image {
        right: 0;
        max-width: 230px; } }
@media (max-width: 767px) {
    .single-testimonial-two .testimonial-image {
        position: relative;
        right: 0;
        margin-top: 30px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-testimonial-two .testimonial-image {
        max-width: 100%; } }
.single-testimonial-two .testimonial-image img {
    width: 100%; }

/*===========================
     10.BLOG css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-area {
        padding-top: 95px;
        padding-bottom: 100px; } }
@media (max-width: 767px) {
    .blog-area {
        padding-top: 75px;
        padding-bottom: 80px; } }

.single-blog .blog-thumb {
    overflow: hidden; }
.single-blog .blog-thumb a {
    display: block; }
.single-blog .blog-thumb a img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.single-blog .blog-content {
    padding: 25px 20px;
    border: 5px solid rgba(4, 154, 229, 0.1);
    border-top: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.single-blog .blog-content .sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #0c2074;
    font-family: inherit; }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog .blog-content .sub-title {
        /*font-size: 16px;*/ } }
.single-blog .blog-content .title a {
    font-size: 20px;
    font-weight: 700;
    color: #212849;
    margin-top: 13px;
    line-height: 30px; }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog .blog-content .title a {
        font-size: 24px;
        line-height: 36px; } }
.single-blog .blog-content .more {
    font-size: 14px;
    text-transform: uppercase;
    color: #0c2074;
    font-weight: 500;
    margin-top: 15px; }
.single-blog .blog-content .more i {
    margin-right: 5px; }
.single-blog:hover .blog-thumb a img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
.single-blog:hover .blog-content {
    border-color: #fff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(4, 154, 229, 0.21);
    -moz-box-shadow: 0px 0px 16px 0px rgba(4, 154, 229, 0.21);
    box-shadow: 0px 0px 16px 0px rgba(4, 154, 229, 0.21); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-tow-area {
        padding-top: 50px;
        padding-bottom: 70px; } }
@media (max-width: 767px) {
    .blog-tow-area {
        padding-top: 30px;
        padding-bottom: 50px; } }
.blog-tow-area .section-title {
    padding-bottom: 120px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-tow-area .section-title {
        padding-bottom: 70px; } }
@media (max-width: 767px) {
    .blog-tow-area .section-title {
        padding-bottom: 70px; } }

.blog-tow-active .slick-arrow {
    position: absolute;
    z-index: 5;
    left: -365px;
    bottom: 110px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-tow-active .slick-arrow {
        left: -305px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-tow-active .slick-arrow {
        left: 15px;
        top: -60px;
        bottom: auto; } }
@media (max-width: 767px) {
    .blog-tow-active .slick-arrow {
        left: 15px;
        top: -60px;
        bottom: auto; } }
.blog-tow-active .slick-arrow.next {
    left: -290px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-tow-active .slick-arrow.next {
        left: -240px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-tow-active .slick-arrow.next {
        left: 90px; } }
@media (max-width: 767px) {
    .blog-tow-active .slick-arrow.next {
        left: 90px; } }
.blog-tow-active .slick-arrow i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #efefef;
    border-radius: 50%;
    cursor: pointer;
    /*font-size: 16px;*/
    color: #0c2074;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-tow-active .slick-arrow i {
        width: 45px;
        height: 45px;
        line-height: 45px; } }
.blog-tow-active .slick-arrow i:hover {
    background-color: #0c2074;
    color: #fff; }

/*===========================
   11. Call TO ACTION css 
===========================*/
.call-action {
    position: relative;
    z-index: 5; }

.call-action {
    border: 5px solid #ddd;
    padding: 0 30px 30px;
    background-color: #fff; }
@media (max-width: 767px) {
    .call-action {
        padding: 0 20px 20px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .call-action {
        padding: 0 30px 30px; } }
.call-action .action-content {
    padding: 20px 0;
}
@media (max-width: 767px) {
    .call-action .action-content {
        padding-right: 0;
        padding-top: 20px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .call-action .action-content {
        padding-top: 30px; } }
.call-action .action-content .action-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .call-action .action-content .action-title {
        font-size: 30px; } }
@media (max-width: 767px) {
    .call-action .action-content .action-title {
        font-size: 24px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .call-action .action-content .action-title {
        font-size: 28px; } }
.call-action .action-btn {
    padding-top: 30px; }

/*===========================
      12. FOOTER css 
===========================*/
.footer {
    background-color: #212849;    
}
.page-login .footer{
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100;
}
.page-login .img-chatbot, .page-login #box{
    bottom: 70px;
}


.footer-widget {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget {
        padding-top: 50px;
        padding-bottom: 80px; } }
@media (max-width: 767px) {
    .footer-widget {
        padding-top: 30px;
        padding-bottom: 60px; } }

.footer-title .title {
    font-size: 24px;
    color: #fff; }
@media (max-width: 767px) {
    .footer-title .title {
        font-size: 20px; } }

.footer-contact .single-f-contact {
    margin-top: 20px; }
.footer-contact .single-f-contact .contact-icon i {
    color: #fff;
    font-size: 42px;
    line-height: 36px; }
.footer-contact .single-f-contact .contact-content {
    padding-left: 20px; }
.footer-contact .single-f-contact .contact-content p {
    color: #fff; }

.footer-departments .footer-department-link ul {
    width: 50%; }
.footer-departments .footer-department-link ul li a {
    /*font-size: 16px;*/
    color: #fff;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
@media (max-width: 767px) {
    .footer-departments .footer-department-link ul li a {
        font-size: 14px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-departments .footer-department-link ul li a {
        /*font-size: 16px;*/ } }
.footer-departments .footer-department-link ul li a:hover {
    color: #0c2074; }

.footer-news .single-f-news {
    margin-top: 30px; }
.footer-news .single-f-news .news-thumb a img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center center; }
.footer-news .single-f-news .news-content {
    padding-left: 25px; }
.footer-news .single-f-news .news-content .news-title a {
    /*font-size: 16px;*/
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 28px; }
@media (max-width: 767px) {
    .footer-news .single-f-news .news-content .news-title a {
        font-size: 14px;
        line-height: 26px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-news .single-f-news .news-content .news-title a {
        /*font-size: 16px;*/
        line-height: 28px; } }
.footer-news .single-f-news .news-content span {
    font-size: 15px;
    color: #fff;
    font-style: italic; }
.footer-news .single-f-news:hover .news-content .news-title a {
    color: #0c2074; }

.footer-logo-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
@media (max-width: 767px) {
    .footer-logo-area {
        padding-top: 10px;
        padding-bottom: 60px; } }

.footer-logo {
    padding-right: 70px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-logo {
        padding-right: 30px; } }
@media (max-width: 767px) {
    .footer-logo {
        padding-right: 0; } }
.footer-logo .text {
    color: #fff;
    padding-top: 30px; }

.footer-subscribe .subscribe-form {
    position: relative; }
.footer-subscribe .subscribe-form input {
    width: 100%;
    height: 70px;
    border-radius: 50px;
    background-color: rgba(4, 154, 229, 0.35);
    border: 0;
    padding: 0 30px;
    color: #fff; }
@media (max-width: 767px) {
    .footer-subscribe .subscribe-form input {
        height: 55px; } }
.footer-subscribe .subscribe-form input::placeholder {
    opacity: 1;
    color: #fff; }
.footer-subscribe .subscribe-form input::-ms-input-placeholder {
    opacity: 1;
    color: #fff; }
.footer-subscribe .subscribe-form input::-moz-placeholder {
    opacity: 1;
    color: #fff; }
.footer-subscribe .subscribe-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff; }
.footer-subscribe .subscribe-form .main-btn {
    width: 210px;
    height: 70px;
    line-height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50px; }
.footer-subscribe .subscribe-form .main-btn::before {
    border-radius: 50px; }
@media (max-width: 767px) {
    .footer-subscribe .subscribe-form .main-btn {
        position: relative;
        left: 0;
        right: auto;
        margin-top: 10px;
        height: 55px;
        line-height: 55px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-subscribe .subscribe-form .main-btn {
        position: absolute;
        left: auto;
        right: 0;
        margin-top: 0; } }

.copyright-content {
    padding: 15px 0; }
.copyright-content .text {
    color: #fff;
    font-size: 14px; }
@media (max-width: 767px) {
    .copyright-content .text {
        font-size: 12px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .copyright-content .text {
        /*font-size: 16px; */} }

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    -webkit-transform: rotate(-90deg) translate(50%, 100%);
    -moz-transform: rotate(-90deg) translate(50%, 100%);
    -ms-transform: rotate(-90deg) translate(50%, 100%);
    -o-transform: rotate(-90deg) translate(50%, 100%);
    transform: rotate(-90deg) translate(50%, 100%); }
.back-to-top i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #0c2074;
    color: #fff;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.back-to-top span {
    font-size: 14px;
    text-transform: uppercase;
    color: #0c2074;
    font-weight: 500;
    margin-left: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
.back-to-top:hover i {
    background-color: #ef3a50;
    color: #fff; }
.back-to-top:hover span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

/*===========================
    13. PAGE BANNER css 
===========================*/
.page-content {
    position: relative;
    z-index: 5;
    padding-top: 60px;
    padding-bottom: 70px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-content {
        padding-top: 70px;
        padding-bottom: 70px; } }
@media (max-width: 767px) {
    .page-content {
        padding-top: 60px;
        padding-bottom: 60px; } }
.page-content .page-title {
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .page-content .page-title {
        font-size: 62px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-content .page-title {
        font-size: 48px; } }
@media (max-width: 767px) {
    .page-content .page-title {
        font-size: 30px; } }
.page-content ul li {
    display: inline-block;
    position: relative; }
.page-content ul li + li {
    margin-left: 30px; }
.page-content ul li + li::before {
    position: absolute;
    content: "\ea46";
    font-family: lineicons;
    color: #fff;
    left: -24px;
    top: 3px; }
.page-content ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: inherit; }
@media (max-width: 767px) {
    .page-content ul li a {
        /*font-size: 16px; */} }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .page-content ul li a {
        font-size: 18px; } }

/*===========================
    14. ABOUT PAGE css 
===========================*/
.about-page {
    position: relative; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-page {
        padding-top: 70px;
        padding-bottom: 100px; } }
@media (max-width: 767px) {
    .about-page {
        padding-top: 50px;
        padding-bottom: 80px; } }
.about-page .about-shape-left {
    position: absolute;
    bottom: 130px;
    left: 0;
    max-width: 130px;
    z-index: -1; }
@media only screen and (min-width: 1400px) {
    .about-page .about-shape-left {
        max-width: none; } }
.about-page .about-shape-right {
    position: absolute;
    top: 215px;
    right: 0;
    max-width: 200px;
    z-index: -1; }
@media only screen and (min-width: 1400px) {
    .about-page .about-shape-right {
        max-width: none; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-features {
        padding-bottom: 50px; } }
@media (max-width: 767px) {
    .about-features {
        padding-bottom: 30px; } }

.single-about-features .features-icon i {
    font-size: 50px;
    color: #0c2074;
    width: 95px;
    height: 95px;
    line-height: 91px;
    border: 2px solid #ddd;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-about-features .features-icon i {
        width: 75px;
        height: 75px;
        line-height: 71px;
        font-size: 40px; } }
@media (max-width: 767px) {
    .single-about-features .features-icon i {
        width: 75px;
        height: 75px;
        line-height: 71px;
        font-size: 40px; } }
.single-about-features .features-content {
    padding-left: 20px; }
.single-about-features .features-content .features-title {
    font-weight: 700;
    font-size: 18px;
    margin: 35px 0 0 0 ; 
    white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-about-features .features-content .features-title {
        font-size: 20px; } }
@media (max-width: 767px) {
    .single-about-features .features-content .features-title {
        font-size: 20px; } }
.single-about-features .features-content .text {
    /*font-size: 16px;*/
    line-height: 28px; }

.single-about-features:hover .features-icon i {
    border-color: #0c2074; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-page-content {
        padding-top: 0; } }
@media (max-width: 767px) {
    .about-page-content {
        padding-top: 0; } }
.about-page-content .text {
    margin-bottom: 5px; }
.about-page-content ul li {
    width: 50%;
    float: left;
    /*font-size: 16px;*/
    color: #212849;
    margin-top: 20px; }
@media (max-width: 767px) {
    .about-page-content ul li {
        width: 100%;
        float: none; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-page-content ul li {
        width: 50%;
        float: left; } }
.about-page-content ul li i {
    margin-right: 5px;
    color: #0c2074;
    font-size: 18px; }
.about-page-content .main-btn {
    margin-top: 35px; }

.about-image-tow {
    position: relative; }
.about-image-tow::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(4, 154, 229, 0.3);
    width: 100%;
    height: 100%; }
.about-image-tow img {
    width: 100%; }
.about-image-tow .about-video {
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    color: #fff;
    background-color: #0c2074;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.about-image-tow .about-video:hover {
    color: #0c2074;
    background-color: #fff; }
@media (max-width: 767px) {
    .about-image-tow .about-video {
        width: 80px;
        height: 80px;
        line-height: 80px; } }

/*===========================
     15.Recent News css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .recent-news {
        padding-top: 95px;
        padding-bottom: 100px; } }
@media (max-width: 767px) {
    .recent-news {
        padding-top: 75px;
        padding-bottom: 80px; } }

.news-wrapper .news-thumb {
    overflow: hidden; }
.news-wrapper .news-thumb a {
    display: block; }
.news-wrapper .news-thumb a img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.news-wrapper .news-content {
    padding: 25px 20px;
    border: 5px solid rgba(188, 188, 188, 0.1);
    border-top: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.news-wrapper .news-content .sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #0c2074;
    font-family: inherit; }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .news-wrapper .news-content .sub-title {
        /*font-size: 16px;*/ } }
.news-wrapper .news-content .title a {
    font-size: 20px;
    font-weight: 700;
    color: #212849;
    margin-top: 13px;
    line-height: 30px; }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .news-wrapper .news-content .title a {
        font-size: 24px;
        line-height: 36px; } }
.news-wrapper .news-content .more {
    font-size: 14px;
    text-transform: uppercase;
    color: #0c2074;
    font-weight: 500;
    margin-top: 15px; }
.news-wrapper .news-content .more i {
    margin-right: 5px; }
.news-wrapper:hover .news-thumb a img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
.news-wrapper:hover .news-content {
    border-color: #fff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(188, 188, 188, 0.5);
    -moz-box-shadow: 0px 0px 16px 0px rgba(188, 188, 188, 0.5);
    box-shadow: 0px 0px 16px 0px rgba(188, 188, 188, 0.5); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-tow-area {
        padding-top: 50px;
        padding-bottom: 70px; } }
@media (max-width: 767px) {
    .news-tow-area {
        padding-top: 30px;
        padding-bottom: 50px; } }
.news-tow-area .section-title {
    padding-bottom: 120px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-tow-area .section-title {
        padding-bottom: 70px; } }
@media (max-width: 767px) {
    .news-tow-area .section-title {
        padding-bottom: 70px; } }

.news-tow-active .slick-arrow {
    position: absolute;
    z-index: 5;
    left: -365px;
    bottom: 110px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .news-tow-active .slick-arrow {
        left: -305px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-tow-active .slick-arrow {
        left: 15px;
        top: -60px;
        bottom: auto; } }
@media (max-width: 767px) {
    .news-tow-active .slick-arrow {
        left: 15px;
        top: -60px;
        bottom: auto; } }
.news-tow-active .slick-arrow.next {
    left: -290px; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .news-tow-active .slick-arrow.next {
        left: -240px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-tow-active .slick-arrow.next {
        left: 90px; } }
@media (max-width: 767px) {
    .news-tow-active .slick-arrow.next {
        left: 90px; } }
.news-tow-active .slick-arrow i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #efefef;
    border-radius: 50%;
    cursor: pointer;
    /*font-size: 16px;*/
    color: #0c2074;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .news-tow-active .slick-arrow i {
        width: 45px;
        height: 45px;
        line-height: 45px; } }
.news-tow-active .slick-arrow i:hover {
    background-color: #d93f4d;
    color: #fff; }

/*===========================
     16.Services css 
===========================*/
.app-post {
    text-align: center;
    margin-bottom: 30px;    
}
.app-post-animate .app-post{
    animation: 1s ease-out 0s 1 slideInAppFromBottom;
}
.app-wrapper{
    margin: 50px auto;
}
.app-wrapper-banner-icons .app-post {
    text-align: center;
    margin-bottom: 40px;
}
.app-post a{
    color: inherit;
}
.app-wrapper-sm .app-post .app-icon{
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
}
.app-wrapper-banner-icons .app-post .app-icon{
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
    border-color: #ffffff; 
}
.app-post .app-icon {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 75px;
    height: 75px;
    margin: 0 0 24px;
    line-height: 75px;
    color: inherit;
    font-size: 30px;
    text-align: center;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;    
}
.img-app-icon{
    max-width: 75px;
}

.app-post a:hover{
    text-decoration: none;
}

.app-post:hover h2, .app-post.active h2{
    color: #d93f4d;
}
.app-post h2 {
    color: inherit;
    font-weight: 400;
    margin: 0 auto 15px auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

/* Service Card */

.serv-req {
    --bg-color: #8a68c1;
    --bg-color-light: #F0E7FF;
    --text-color-hover: #ffffff;
    --box-shadow-color: rgba(206, 178, 252, 0.48);  
}
.knlg-base {
    --bg-color: #92cdf5;
    --bg-color-light: #e2fced;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(184, 249, 211, 0.48);
}

.issues {
    --bg-color: #f68685;
    --bg-color-light: #ffeeba;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(255, 193, 197, 0.48);
}

.my-tkt {
    --bg-color: #ffc94b;
    --bg-color-light: #fdeeca;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(255, 215, 97, 0.48);
}

/* Service Card 2*/

.service-card {
    width: 220px;
    height: 300px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 14px 26px rgba(0,0,0,0.04);
    transition: all 0.3s ease-out;
    text-decoration: none;
    vertical-align: top;
    margin: 0 15px 20px 15px;
}

.service-card:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 24px 36px rgba(0,0,0,0.11),
        0 24px 46px var(--box-shadow-color);
}

.service-card:hover .sc-overlay {
    transform: scale(4) translateZ(0);
}

.service-card:hover .sc-circle {
    border-color: var(--bg-color-light);
    background: var(--bg-color);
}

.service-card:hover .sc-circle:after {
    background: var(--bg-color-light);
}

.service-card:hover p {
    color: var(--text-color-hover);
}

.service-card:active {
    transform: scale(1) translateZ(0);
    box-shadow: 0 15px 24px rgba(0,0,0,0.11),
        0 15px 24px var(--box-shadow-color);
}

.service-card p {
    font-size: 17px;
    color: #4C5656;
    margin-top: 30px;
    z-index: 1000;
    transition: color 0.3s ease-out;
}

.sc-circle {
    width: 131px;
    height: 131px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.sc-circle:after {
    content: "";
    width: 118px;
    height: 118px;
    display: block;
    position: absolute;
    background: var(--bg-color);
    border-radius: 50%;
    top: 7px;
    left: 7px;
    transition: opacity 0.3s ease-out;
}

.sc-circle img {
    z-index: 10000;
    transform: translateZ(0);
}

.sc-overlay {
    width: 118px;
    position: absolute; 
    height: 118px;
    border-radius: 50%;
    background: var(--bg-color);
    top: 70px;
    left: 50px;
    z-index: 0;
    transition: transform 0.3s ease-out;
}

.custom-tkt-tag{
    cursor: pointer;
    padding: 10px;
    margin: 0 1px;
}
.nav-tabs.custom-tag-wrapper{
    border: 0;
}

/*
.scrtabs-tab-container , .scrtabs-tab-scroll-arrow, .scrtabs-tabs-fixed-container, .scrtabs-tabs-fixed-container ul.nav-tabs{
    height: 32px;
}
*/
.scrtabs-tab-scroll-arrow{
    padding: 6px 3px;
    border: 1px solid #d3d3d7;
    background: transparent;
    color: #777;
    width: 18px;
}
.scrtabs-tab-scroll-arrow:hover {
    background-color: #212849;
    color: #ffffff;
}
.time-display {
    font-size: 12px;
    color: #6f6d6d;
    display: block;
    margin: 5px 0 0 0;
    padding: 0;
    text-align: left;
}
.search-wrapper{
    flex-direction: row-reverse;
    /*    max-width: 800px;
        overflow: hidden;
        white-space: nowrap;*/
}
.non-support-console .tiles-content-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}
.tiles-wrapper {
    background-color: #f2f2f2;
    padding: 10px 2px;
    border-radius: 5px;
    box-shadow: 1px 3px 5px #e6e5e5;
}
.tiles-wrapper li:hover, .tiles-wrapper li.active {
    box-shadow: 0px 0px 12px 5px #e8e8e8;
}
.tiles-wrapper li:hover .tileHead, .tiles-wrapper li.active .tileHead{
    color: #d93f4d;
}
.tiles-wrapper li {
    display: inline-block;
    width: 24%;
    cursor: pointer;
    margin-left: 6px;
    text-align: center;
}
.tiles-wrapper ul.list-ci li {
    margin: 0 2px;
    padding: 0 5px;
    border: 0;
    border-radius: 5px;
    background: gold;
    box-shadow: none;
    width: auto;
}
.tiles-wrapper li .tileHead {
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    color: #0c2074;
    display: block;
    text-align: center;
}
.tiles-wrapper li .tile-icon img {
    display: block;
    margin: 15px auto;
    width: 50px;
}
.tiles-wrapper li span {
    display: block;
    color: #666;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    width: 85%;
}


@keyframes ticker {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
}

/* Hot News Content */
.ticker-wrap {
    width: 100%;
    /*padding-left: 100%;*/
    /*background-color: #eee;*/
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding: 10px 0;
}
.ticker-move {
    display: inline-block;
    white-space: nowrap;
    /*padding-right: 100%;*/
    animation: ticker 20s linear infinite;    
}
.ticker-move:hover{
    animation-play-state: paused;
}
.ticker-item{
    display: inline-block;
    padding: 0 15px;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    cursor: pointer;
}
.logged-user-wrapper ul {
    text-align: center;
    justify-content: center;
}

.logged-user-wrapper ul li span.display-name {
    max-width: 150px;
}
.logged-user-wrapper .navbar-nav {
    justify-content: flex-end;
}
.img-user{
    width: 30px;
    border-radius: 50%;
    border: 0pximportant;
    margin-right: 10px;
    vertical-align: middle;
}
.img-user.no-border {
    border: 0pximportant;
    margin-right: 5px;
}

/* Chat Bot */
.img-chatbot{
    width: 85px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    border-radius: 50%;
}
#box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    position: fixed;
    bottom: 50px;
    right: 50px;
}
.gradient-border {
    --borderWidth: 3px;
    position: relative;
    border-radius: var(--borderWidth);
}
.gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
    border-radius: 50%;
}


@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/* Tab content */
.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;
}

/*
 Styling
*/


.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0;
}

.tabset > label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
    color: #0c2074;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
    background: #d93f4d;
}

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
    box-sizing: border-box;
}



.tabset {
    max-width: 65em;
}





/*.tile-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tile-item,
.tile-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tile-item a {
    color: #333;
}
.tile-item a:hover {
    text-decoration: none;
}

.tile-item img {
    width: 50%;
    height: 50%;
    margin: 30px 40px;
}
.tile-item.circle .img {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 5px;
    background: rgba(12, 32, 116, 0.2);
}
.tile-item.circle .img h3 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    font-size: 20px;
    transform: translateX(-50%);
    white-space: nowrap;
    color: #455595;
}*/

.tile-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    /*border-radius: 50%;*/
    border-radius: 5px;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
/*.tile-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5ox;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tile-item.circle .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, 0.6);
}
.tile-item.circle .info {
    background: #333333;
    background: rgba(12, 32, 116, 0.7);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tile-item.circle .info h3 {
    visibility: hidden;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tile-item.circle .info p {
    visibility: hidden;
    color: #fff;
    padding: 10px 5px;
    margin: 0 30px;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tile-item.circle a:hover .info, .tile-item.circle a.active .info {
    opacity: 1;
}
.tile-item.circle a:hover h3, .tile-item.circle a.active h3 {
    visibility: visible;
}
.tile-item.circle a:hover p, .tile-item.circle a.active p {
    visibility: visible;
}
*/
.tile-item.circle.anim-left-right .info h3 {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.tile-item.circle.anim-left-right .info p {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.tile-item.circle.anim-left-right a:hover h3, .tile-item.circle.anim-left-right a.active h3 {
    /*    -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);*/
}
.tile-item.circle.anim-left-right a:hover p, .tile-item.circle.anim-left-right a.active p {
    -webkit-transform: translateX(0) translateY(15px);
    -moz-transform: translateX(0) translateY(15px);
    -ms-transform: translateX(0) translateY(15px);
    -o-transform: translateX(0) translateY(15px);
    transform: translateX(0) translateY(15px);
}

.dd-login-wrapper {
    padding: 0;
    overflow: auto;
    border: 0;
    border-radius: 10px;
}
.login-wrapper{
    padding: 15px 20px 10px 20px;
    background: #0c2074;
}
.login-wrapper label{
    color: #ffffff;
}

.custom-datatable thead th{
    /*background: #555760;*/
    background: rgba(12, 32, 116, 0.6);
    color: #ffffff;
    text-align: center;
}
.custom-datatable tr:nth-of-type(odd) {
    background-color: #e3e8ff!important;
}
.custom-datatable-wrapper .pagination{
    display: none;
}

.custom-datatable a{
    color: #5170f4;
}

.modal-header{
    background: #268fb9;
    color: #ffffff;
}
.modal-title, .modal-header .close{
    color: #ffffff;
}

.logged-user{
    color: #555;
}
.custom-tooltip {
    position: fixed;
    /*transform: translate3d(364px, 1505px, 0px);*/
    bottom: 140px;
    right: 10px;
    will-change: transform;
}
.custom-tooltip .tooltip-inner{
    padding: 15px;
}
.custom-btn.main-btn {
    height: 38px;
    line-height: 38px;
    font-weight: 400;    
}
.cust-select .nice-select{
    padding: 0 15px;
    height: 38px;
}
.cust-select1 .nice-select{
    float: none;
    padding: 0 15px;
    height: 38px;
}
.cust-select-ask{
    width: 80%;
}
.cust-select .nice-select .list, .cust-select1 .nice-select .list{
    width: 100%;
}
.input-group-prepend .nice-select:after {
    border-color: #ffffff;
}
.input-group-prepend .nice-select {
    height: 31px;
    padding: 0px 30px 0 15px;
    vertical-align: middle;
    line-height: 31px;
    border-radius: 4px 0 0 4px;
    border: 0;
    background: #343a40;
    color: #ffffff;
}
.input-group-prepend .nice-select .list {
    color: #56566a;
    border-radius: 0 0 5px 5px;
    margin: 0;
}
.input-group-prepend .nice-select .current{
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.input-group-prepend .nice-select .list li:first-child {
    /*display: none;*/
}
h1.main-title{
    font-size: 32px;
    font-weight: 400;
    color: #0c2074;
    margin: 30px 0 20px 0;
}
h1.title-size{
    font-size: 24px;
    font-weight: 400;
    color: #0c2074;
    margin: 30px 0 20px 0;
}
h2.sub-title{
    font-size: 24px;
    font-weight: 400;
    color: #0c2074;
    margin: 30px 0;
}
h2.tbl-sub-title{
    font-size: 24px;
    font-weight: 400;
    color: #e3440f;
    margin: 0 0 10px 0;
}
h3.tbl-sub-title{
    font-size: 18px;
    font-weight: 400;
    color: #e3440f;
    margin: 0 0 10px 0;
}
h4.tbl-sub-title {
    margin: 0;
    padding: 0;
    color: #e3440f;
    font-family: inherit;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
a h3.tbl-sub-title, a h3.tbl-sub-title:hover, a:hover h3.tbl-sub-title  {text-decoration: none!important;}
.tab-panels h2{
    font-size: 22px;
    font-weight: 400;
    color: #d93f4d;
    margin-bottom: 15px;
}

.badge-story-board{
    /*font-size: 16px;*/
    font-weight: 400;
    color: #ffffff;
    padding: 15px 20px;
    margin: 0 15px;
}
.badge-purple.badge-story-board:hover{
    background: #f67171;

    color: #ffffff;
}
.badge-purple{
    background: #8a68c1;
}
.badge-lt-blue{
    background: #51a1f2;
}
.badge-lt-red{
    background: #f67171;
}
.badge-lt-yellow{
    background: #f58b11;
}
body.page-login{
    padding-bottom: 50px;
}

.img-switch-theme{
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: 100;
    width: 50px;
    cursor: pointer;
}

.theme-selector-wrapper{
    position: fixed;
    top: 150px;
    right: 0;
    max-width: 200px;
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 5px;
    z-index: 100;    
    padding: 15px;
}
.theme-selector{
    display: inline-block;
    margin: 1px 2px 1px 0;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #dedede;
    cursor: pointer;
    position: relative;
}
.theme-selector.active:after, .theme-selector:hover:after{
    font-family: FontAwesome;
    content:"\f046";
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    top:0px;
    right: 0px;
    color: #ffffff;
}
.select-theme-blue{
    background: #27a3dd;
}
.select-theme-orange{
    background: #e17b24;
}
.select-theme-red{
    background: #f05c2c;
}
.select-theme-green{
    background: #61a656;
}
.select-theme-default{
    background: #0c2074;
}
.select-theme-purple{
    background: #5e4fa2;
}

.ask-result-wrapper {
    position: relative;
}
.custom-btn.main-btn.btn-ci {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 30px!important;
    line-height: 30px!important;
    padding: 0px 10px;
}


#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: inherit;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid #d93f4d!important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: inherit;
    font-size: 20px;
}



.cust-btn {
  border-radius: 0;
  border: none;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
}
.cust-btn:active {
  transform: translate(0px, 3px);
  -webkit-transform: translate(0px, 3px);
}

.cust-btn.btn-primary {
  background-color: #17a2b8;
  box-shadow: 0px 3px 0px 0px #08869a;
}
.cust-btn.btn-primary:hover {
  background-color: #15b3cc;
}
.cust-btn.btn-inverse{
	box-shadow: 0px -3px 0px 0px #08869a;
}

/*custom by rajesh*/
.main-btn{background-color:/*#00a9e0*/#25c16f; border:1px solid #25c16f;/*#00a9e0;*/ height: 44px; line-height: 42px; letter-spacing:1px;}
.single-slider .slider-content .main-btn{height:44px; line-height: 40px;}
.main-btn:hover{border:1px solid #16a358;/*#0096d7;*/}
.main-btn::before{background-color:#16a358;/*#0096d7;*/}
.main-btn::after{margin-left:12px;}
.navigation{padding:8px 0;}
.navigation .navbar .navbar-brand img{width:100%;}
.dd-login-wrapper{min-width:27rem; position:absolute; right:0; z-index:999;}
.login-wrapper .btnSection{justify-content: center;}
.login-wrapper .btnSection .btn{float:left; color:#fff; border-width:2px; border-radius:0; background-color:#25c16f ; border-color:#25c16f;}
.login-wrapper .btnSection .btn.active{background-color:#10924d; border-color:#10924d; box-shadow:0 0 0 0.1rem rgba(37,193,111,.25);}
.login-wrapper .btnSection .btn:focus{box-shadow:0 0 0 0.1rem rgba(37,193,111,.25);}
.login-wrapper .btnSection .btn-prim{border-top-right-radius:6px; border-bottom-right-radius:6px; border-left: 2px solid rgba(0,0,0,0.3);}
.login-wrapper .btnSection .btn-inf{border-top-left-radius:6px; border-bottom-left-radius:6px; border-right: 2px solid rgba(0,0,0,0.3);}

.login-wrapper label{text-align:left;}
.login-wrapper .form-group{padding-right:15px}

.page-login .footer{border-top: 1px solid #353535; background: #1d2023; position:relative;}
body.page-login{padding-bottom:0px;}
.copyright-content{padding:4px 0;}
.copyright-content .text{font-size:12px;}
i, a{color:#00a9e0;}
a:hover, a:focus{color:#0096d7;}
.main-btn:focus{color:#fff;}
.single-slider .slider-image{height:520px;}
.slider-active .slick-dots li.slick-active button{background-color:#00a9e0;}
.badge{letter-spacing:0.5px; color:transparent; min-width:150px;}
.slider-active .slick-arrow i:hover{background-color:#6c757d;/*rgba(8,199,251,.5)*/}
.scrtabs-tab-scroll-arrow:hover{background-color:#777;}
.sub-menu-bar .scrtabs-tabs-fixed-container{margin-left:-1px;}

.navbar-btn .dropdown-menu{background-color:transparent; border-radius:0; }
.login-wrapper{background-color:rgba(0, 0, 0, 0.6); border-radius:10px; margin-top:12px; position:relative;}
.login-wrapper:before{content:''; position:absolute; top:-12px; right:20px; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 12px solid rgba(0, 0, 0, 0.3); z-index:999;}
.login-wrapper .userHint{font-size:16px; color:#fff; text-decoration: underline;}
.login-wrapper .userHint:hover{text-decoration: none;}
.userLogin .dropdown-menu{background-color:#fff;}
.userLogin .logged-user .img-user{margin-right:5px;}
.userLogin .logged-user span{max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 15px; text-align:left;}
.userLogin .logged-user{padding-left:0; padding-right:0;}

.carouselBg{background-color:rgba(9, 162, 219, 0.64); padding:20px 30px;}
.carouselBg h5{font-size:30px !important; font-weight:normal !important; margin-bottom:10px; }
.carouselBg h1{font-size:20px !important; font-weight:normal !important; letter-spacing:0.3px; line-height:26px;}
.single-slider .slider-content .main-btn{margin-top:0;}

.tile-item.circle .img img{margin: 0 auto; position: relative;  /*width:40%; height:40%; top: 30px; top:16px;*/}
.tile-item.circle .img .iconDB{width:35%; height:35%; top: 40px; top:20px;}

.tile-item.circle .img h3{width:75%; white-space: normal; /*bottom: 38px; font-size:18px; font-weight:400; bottom:16px;*/}
.tile-item.circle .img h3{color:#455595;}
.slider-sub-title.sub-title{text-transform:uppercase;}
.tile-item.circle .img i{width: 26%; height: 26%; margin: 3rem 2rem; line-height: 52px; border-radius:50%; border:1px solid; border-color:#455595; color:#455595;}

.tile-item.circle{overflow:inherit;}
.tile-item.circle .img:before{box-shadow:inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow:none;}
.tile-item.circle .img h3{ font-weight:600;}
.tile-item.circle .img h3.ci{white-space: nowrap;}
/*.tile-item.circle .img i{color:#869dad;}
.tile-item.circle .img{background-color:rgba(53,64,79,0.2); background-color:rgba(0,168,225,0.4);background-color:transparent; }
.tile-item.circle .info{background-color:rgba(8,199,251,0.8); background-color:rgba(53,64,79,0.7);  background-color:rgba(125, 155, 181,0.45);}

.tile-item.circle .img i.color1{border-color:#0394aa; color:#0394aa; font-size:36px; line-height: 68px; width:33%; height:33%; }
.tile-item.circle .img i.color2{border-color:#25c16f; color:#25c16f; font-size: 52px; line-height: 68px; width:33%; height:33%;}
.tile-item.circle .img i.color3{border-color:#4998f7; color:#4998f7; font-size: 46px; line-height: 68px; width:33%; height:33%; }
.tile-item.circle .img i.color4{border-color:#ff7058; color:#ff7058; font-size: 48px; line-height: 63px; width:33%; height:33%;}
.tile-item.circle .img i.color5{border-color:#ff851b; color:#ff851b; font-size: 42px; line-height: 70px; width:33%; height:33%;}
.tile-item.circle .img i.plusIcon{border-color:transparent !important; font-size: 36px; line-height: 7rem;}
*/
.tile-item.circle .img .list-ci{
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.tile-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tile-item.circle .img {
    position: relative;
    width: 100%;
    height: 150px;
    border-radius:5px;
    background: transparent;
}
.tile-item a{
    background: #fff;
        border: 0;
        border-radius: 15px;
}
.tile-item.active a h3, .tile-item.circle a:hover h3{
    color:#fff !important;
}
.tile-item,
.tile-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tile-item a {
    color: #333;
}
.tile-item a:hover {
    text-decoration: none;
}
/*.tile-item img {
  width: 100%;
  height: 100%;
}
.tile-item img {
    width: 50%;
    height: 50%;
    margin: 30px 40px;
}*/
.tile-item.circle {
    position: relative;
    width: calc(25% - 30px);
    max-width: 300px;
    height: 150px;
    /*border-radius: 50%;*/
    border-radius: 5px;
    /*display: inline-block;*/
    margin: 0 15px;
}
.tile-item.circle .img h3 {
    position: absolute;
    /*bottom: 50px;*/
    bottom: 10px;
    left: 50%;
    font-size: 20px;
    transform: translateX(-50%);
    /*white-space: nowrap;*/
    color: #455595;
}

/*.tile-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}*/
.tile-item.circle .img img {
    /*border-radius: 50%;*/
    /*top: 30px;*/
    top: 10px;
    height: auto;
    width: 30%;
}
.tile-item.circle .info {
    position: absolute;  top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*text-align: center;*/
    /*border-radius: 50%;*/
/*    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
}
.tile-item.circle .info {
/*    background: #1a4a72;
    background: rgba(26, 74, 114, 0.6);*/
}
.tile-item.circle .info {
    /*background: #333333;*/
    /*background: rgba(0, 0, 0, 0.6);*/
    /*background: rgba(0, 169, 224, 0.7);*/
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tile-item.circle .info h3 {
    visibility: hidden;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tile-item.circle .info p {
    visibility: hidden;
    color: #fff;
    padding: 10px 5px;
    margin: 0 30px;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tile-item.circle a:hover .info, .tile-item.circle a.active .info {
    opacity: 0;
}
.tile-item.circle a:hover h3, .tile-item.circle a.active h3 {
    visibility: visible;
}
.tile-item.circle a:hover p, .tile-item.circle a.active p {
    visibility: visible;
}

.tile-item.circle.anim-left-right .info h3 {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.tile-item.circle.anim-left-right .info p {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.tile-item.circle.anim-left-right a:hover h3, .tile-item.circle.anim-left-right a.active h3 {
    /*    -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);*/
}
.tile-item.circle.anim-left-right a:hover p, .tile-item.circle.anim-left-right a.active p {
    -webkit-transform: translateX(0) translateY(15px);
    -moz-transform: translateX(0) translateY(15px);
    -ms-transform: translateX(0) translateY(15px);
    -o-transform: translateX(0) translateY(15px);
    transform: translateX(0) translateY(15px);
}

.slick-slide.slick-current.slick-active{outline:none;}
.service-area{position:relative;}
.slider-area .downloadNotes{ background: #36b8c1; color: #fff; font-weight: 600; display: inline-block; padding: 8px 16px; border-radius: 2px; position: absolute; left: 174px; bottom: 25px;}
.slider-area .downloadNotes .mobileIcon{ width:58px; margin-right:12px;}
.slider-area .downloadNotes .mobileIcon img{ width:100%; height:100%;}
.slider-area .downloadNotes p{ color: #fff; display:inline-block; font-weight: 500; font-size: 27px;}
/*#navbarSupportedContent{display:none !important;}*/

/*contact area*/
.contact-area{background-color:#00a9e0; color:#fff; padding-bottom:2.5rem}
.contact-area h4.title{font-size: 30px; font-weight: 600; margin-top: 2rem; color:#fff; text-align:center; width:100%;}
.contact-area h5.subtitle{font-size: 18px; font-weight: 500; margin-top: .75rem; text-align:center; color:#fff; width:100%; letter-spacing:1px;}
.contact-area h3{color:#fff; font-size:20px;}
.contact-area .borderRight{position:relative; margin-top: 3rem;}
.contact-area .borderRight:after{content:''; position:absolute; right:0; top:0; height:100%; width:1px; background-color:rgba(255,255,255,0.5);}
.contact-area .image-box-wrapper, .contact-area .text-editor{text-align:center;}
.contact-area .text-editor span{color:#fff;}
.contact-area .button-wrapper a{border:1px solid #fff; border-radius:4px; padding:6px 18px; width:200px;}
.image-box-title{margin:10px 0;}

/*socialMedia*/
.socialMedia-area .social-network{text-align:right;}
.socialMedia-area{padding:10px 0;}
.socialMedia-area .socialMediaContent{margin:18px 0;}
.socialMedia-area .social-network li{display:inline-block; margin-right:20px; }
.socialMedia-area .social-network li i{font-size:22px;}
.socialMedia-area .social-network li .fa-facebook{color:#3b5998;}
.socialMedia-area .social-network li .fa-twitter{color:#00aced;}
.socialMedia-area .social-network li .fa-linkedin{color:#007bb6 ;}
.socialMedia-area .social-network li .fa-youtube{color:#bb0000;}
.socialMedia-area .social-network li i:hover{opacity:0.8;}
.socialMedia-area .social-network li:last-child{margin-right:0; }

.preloader .loader .ytp-spinner-circle{border-color: #00a9e0 #00a9e0 #ddd;}

.service-carousel .slick-arrow{position:absolute; z-index: 5; bottom: 50%;}
.service-carousel .next.slick-arrow{right:0px;}
.service-carousel .prev.slick-arrow{left:0px;}
.service-carousel .slick-arrow i {width: 55px; height: 55px; line-height: 55px; text-align: center; background-color: #efefef; border-radius: 50%; cursor: pointer; /*font-size: 16px;*/ color: #455595; /*#25c16f;*/ -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
.service-carousel .slick-arrow i:hover{color:#fff; background-color:#25c16f;}
.service-area .main-inc-icon-wrapper{margin:15px 0;}

.bp-widget-widget{bottom: 35px; right: 24px;}
.loginButton, .submit-btn{
    font-size: 20px !important;
}

.chatBhot{position:fixed; bottom: 25px; right: 25px;}
.chatBhot .chatBhotIcon{/*background-color:#3E93E3;*/ text-align: center; }
.chatBhot .chatBhotIcon .chatBotImg{width:90px;}
.chatBhot .chatBhotIcon p{font-size:22px; font-weight:600; letter-spacing:0.2px; margin-bottom:5px;}
.chatBhot .chatBhotIcon .chatBotImg img{width:100%; height:100%;}

.tile-item.circle .img.img-disabled{
	background: #b9ccdc;
}
.tile-item.circle .img.img-disabled .fa{
	color: #8aa1b1;
	line-height: inherit;
	    margin: 30px 0;
}
.tile-item.circle .img.img-disabled h3{
	color: #8aa1b1;
	font-size: 28px !important;
	bottom:16px;
}

.badge {
    color: #fff;
    font-weight: normal;
}

/*nyu*/
.nyuPg .preloader .loader .ytp-spinner-circle {border-color: #580f8b #580f8b #ddd;}

.nyuPg header{background-color:#580f8b; border-bottom: 4px solid #fff;} 
.nyuPg .navigation{padding:10px 0;}
.nyuPg .navigation .navbar{background-color:#580f8b;}
.nyuPg .navigation .navbar .navbar-brand{max-width:110px;}
.nyuPg .navigation .navbar .navbar-brand img{background-color:transparent; max-width:100%; max-height:100%;}
.nyuPg .scrtabs-tab-container, .nyuPg .scrtabs-tabs-fixed-container ul.nav-tabs, .nyuPg .scrtabs-tabs-fixed-container{height:34px;}
.nyuPg .scrtabs-tab-scroll-arrow{border:none; font-size:14px; color:#fff; width: 18px; height: 18px; padding:0; margin-top: 8px; line-height: 16px;}
.nyuPg .scrtabs-tab-scroll-arrow:hover{background-color:transparent;}
.nyuPg .scrtabs-tab-container, .nyuPg #navbarSupportedContent{visibility:visible;}

.nyuPg .main-btn{background-color:#582d75; border-color:#582d75;}
.nyuPg .main-btn::before{background-color:#460b6f;}
.nyuPg .loginButton{background-color:#fff; color: #580f8b; border: none;}
.nyuPg .loginButton::before{background-color:#e9ecef; color: #580f8b; border-radius: 0 !important;}
.nyuPg .login-wrapper .btnSection .btn{background-color: #580f8b; border-color: #8e0ce8; border-width: 1px;}
.nyuPg .login-wrapper .btnSection .btn:focus{box-shadow:0 0 0 0.1rem rgba(102,102,102,.25); -webkit-box-shadow:0 0 0 0.1rem rgba(102,102,102,.25);}
.nyuPg .carouselBg{background-color:transparent;}
.nyuPg .slider-area .downloadNotes{background-color:transparent;}
.nyuPg .scrtabs-tab-container .badge{background-color: #580f8b; border: 1px solid #fff;}
.nyuPg .single-slider .slider-image{height:430px;}
.nyuPg .carouselBg h5{font-size:42px !important; font-weight:800 !important;}
.nyuPg .login-wrapper{margin-top:12px;}
.nyuPg .login-wrapper:before{border-bottom: 12px solid rgba(0,0,0,0.6);}
.nyuPg .login-wrapper .form-group{padding-right:0;}
.nyuPg .logged-user{color:#fff;}
.nyuPg .logged-user:hover{color:#fff; opacity:0.9;}
.nyuPg .slider-active .slick-dots li.slick-active button{background-color:#580f8b;}

.nyuPg .service-area{background-color:#f8f8f8;}

.nyuPg .latestNewsArea .title{color:#190129; font-size: 3rem; font-weight: 900; letter-spacing: -.028em; width:100%; text-align:center; margin-bottom: 28px; border-radius: 4px;}
.nyuPg .latestNewsArea .buttonArea{text-align:center; width:100%; margin-top:16px;}
.nyuPg .latestNewsArea .imgContainer{width:100%; margin: -2px -2px 0 -2px; border: 1px solid #f7f7f7;}
.nyuPg .latestNewsArea .imgContainer img{max-width:100%; max-height:100%; border-radius: 8px;}
.nyuPg .latestNewsArea .tile{padding: 14px; border-radius: 8px; margin: 0 0 12px 0; border:solid 2px transparent;}
.nyuPg .latestNewsArea .tile .content{margin:14px 0 12px;}
.nyuPg .latestNewsArea .tile .imgCategory{font-size: 14px; color: #6f6f6f; margin: 14px 0;}
.nyuPg .latestNewsArea .tile .imgTitle{font-size: 20px; color: #190129; font-weight: 700; line-height: 1.25;}
.nyuPg .latestNewsArea .tile:hover{border: solid 2px #f7f7f7; -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3); box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);}
.nyuPg .latestNewsArea .tile:hover .imgTitle{color: #580f8b; text-decoration: underline;}

.nyuPg .globalContact{background-color: #4f0d7d; color: #ffffff;}
.nyuPg .globalContact .content{padding: 24px; width:100%; }
.nyuPg .globalContact p{font-size:18px; font-weight: 700; color: #ffffff;}
.nyuPg .globalContact p span{font-weight: normal}
.nyuPg .globalContact p span a{font-weight: 700; color: #ffffff;}
.nyuPg .globalContact p span a:hover{font-weight: 700; color: #888888;}

.nyuPg footer{background-color:#212121;}
.nyuPg footer .globalSocialMedia .content{width:100%; color:#fff; text-align:center; padding-top: 24px; padding-bottom: 38px;}
.nyuPg footer .globalSocialMedia span{margin: 4px 24px 0 0; vertical-align: middle;  font-size: 0.875rem; font-weight:700;}
.nyuPg footer .globalSocialMedia ul{list-style:none; display:inline-block; vertical-align: middle;}
.nyuPg footer .globalSocialMedia ul li{float: left; list-style: none; width: 24px; height: 24px; background-color: #888888; border-radius: 50%; text-align: center; margin-right: 24px;}
.nyuPg footer .globalSocialMedia ul li:last-child{margin-right: 0;}
.nyuPg footer .globalSocialMedia ul li:hover{background-color:#fff;}
.nyuPg footer .globalSocialMedia ul li i{color:#1d1d1d; font-size:12px;}

.nyuPg footer .footerNotes{border-top: 1px solid #888888; background-color: #1d1d1d; padding:20px 0 20px;}
.nyuPg footer .footerNotes ul{float:right; list-style:none; display:inline-block; vertical-align: middle;}
.nyuPg footer .footerNotes ul li{margin-right: 24px; font-size:0.6875rem; float:left; color:#888888;}
.nyuPg footer .footerNotes ul li a{color:#888888;}
.nyuPg footer .footerNotes ul li a:hover{opacity:0.8;}
.nyuPg footer .footerNotes .footerLogo{max-width:106px;}
.nyuPg footer .footerNotes .footerLogo img{max-width:100%; max-height:100%;}

.nyuPg footer .globalNav{padding: 38px 0 0;}
.nyuPg footer .globalNav .title{font-size:1.125rem; font-weight:700; text-align:center; margin-bottom: 38px; color:#fff;}
.nyuPg footer .globalNav .groupTitle{font-size: 0.875rem; font-weight: 700; margin: 0 0 18px; color:#fff;}
.nyuPg footer .globalNav ul{list-style:none; }
.nyuPg footer .globalNav ul li{margin: 0 0 12px; }
.nyuPg footer .globalNav ul li a{color:#888888; font-size:14px;}
.nyuPg footer .globalNav ul li a i{color:#888888; font-size:14px; padding-left:2px;}
.nyuPg footer .globalNav ul li a:hover{color: #fff;}
.nyuPg footer .globalNav ul li a:hover span{border-bottom:1px solid #fff;}
.nyuPg footer .globalNav ul li a:hover i{color:#fff;}
.nyuPg .login-wrapper .btnSection .btn.active{
    background-color: #7b6d86;
}

/*nyu*/

/* Login Panel Starts here */
    .nyuPg a {
  color: #92badd;
  display:inline-block;
  text-decoration: none;
  font-weight: 400;
}

.nyuPg h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display:inline-block;
  margin: 40px 8px 10px 8px;
  color: #cccccc;
}



/* STRUCTURE */

.nyuPg .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

.nyuPg .login-wrapper {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(183, 183, 183, 0.3)
  text-align: center;
  border: 1px solid;
}

.nyuPg .formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}



/* TABS */

.nyuPg h2.inactive {
  color: #cccccc;
}

.nyuPg h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/

.nyuPg input[type=button], .nyuPg input[type=submit], .nyuPg input[type=reset]  {
  background-color: #56baed;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -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;
}

.nyuPg input[type=button]:hover, .nyuPg input[type=submit]:hover, .nyuPg input[type=reset]:hover  {
  background-color: #39ace7;
}

.nyuPg input[type=button]:active, .nyuPg input[type=submit]:active, .nyuPg input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.nyuPg #uname,.nyuPg .chkpwd {
  background-color: #ffffff;/*#f6f6f6;*/
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  /*font-size: 16px;*/
  margin: 5px;
  width: 85%;
  border-bottom: 1px solid #9c9c9c;
  -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.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 0;
  height: 50px;
  outline: none;
  box-shadow: none !important;
}

.nyuPg #uname:focus,.nyuPg .chkpwd:focus {
  background-color: #fff !important;
  border-color: #f6f6f6 !important;
  border-bottom: 2px solid #580f8b !important;
}

.nyuPg #uname:placeholder,.nyuPg .chkpwd:placeholder {
  color: #cccccc !important;
}



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.nyuPg .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.nyuPg .fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.nyuPg .fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.nyuPg .fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.nyuPg .fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.nyuPg .fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.nyuPg .underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}

.nyuPg .underlineHover:hover {
  color: #0d0d0d;
}

.nyuPg .underlineHover:hover:after{
  width: 100%;
}



/* OTHERS */

.nyuPg *:focus {
    outline: none;
}

.nyuPg #icon {
  width:60%;
}

.nyuPg .login-wrapper .form-group {
    padding: 0;
}

.nyuPg #error-div{
    padding:10px;
}

.nyuPg .login-wrapper .btnSection .btn-inf {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 2px solid rgba(0,0,0,0.3);
}

.nyuPg .login-wrapper .btnSection .btn-prim {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 2px solid rgba(0,0,0,0.3);
}

.nyuPg .userHint,.nyuPg .auth-msg{
    color:#676767 !important;
}

.nyuPg .navigation-two .navbar-btn .submit-btn {
    box-shadow: 0 10px 30px 0 rgb(208, 171, 234);
}

.nyuPg .login-wrapper:before {
    border-bottom: 12px solid rgba(247, 243, 243, 0.6);
}

.nyuPg .dd-login-wrapper{
    z-index: 1000000;
}

.nyuPg .login-wrapper .btnSection .btn {
    box-shadow: 0 2px 10px 0 rgb(208,171,234);
}

.nyuPg .login-wrapper .btnSection {
    padding: 15px !important;
    margin-bottom: 0 !important;
}

.nyuPg .login-wrapper .btnSection .btn.active {
    background-color: #582d75!important;
    color: #FFF !important;
    font-weight:bold;
}

.nyuPg .login-wrapper .btnSection .btn {
    box-shadow: 2px 2px 5px 0px rgb(102, 63, 130) !important;
}

.nyuPg .login-wrapper .btnSection .btn {
    background-color: #582d75!important;
    border-color: #f7f4f4!important;
    border-width: 1px !important;
}

.nyuPg .dd-login-wrapper {
    overflow:unset !important;
}

.nyuPg .login-wrapper{
    width: 95%;
}

.nyuPg .preloader {
    z-index:10000000;
}

/* Login Panel ends here */

/* Logout Panel Styles starts here */

.nyuPg .logout-link{
    vertical-align: middle !important;
}

.nyuPg .logout-img{
    width: 28px;
    padding-bottom: 3px;
}

.nyuPg .logout-link .fa-power-off {
    color: #FFF !important;
    /*font-size: 16px!important;*/
    -webkit-text-stroke: thin;
}

.nyuPg span.display-name {
    color: #FFF !important;
    padding-right: 5px  !important;
    font-weight: lighter  !important;
}
/* Logout Panel Styles ends here */

/*Quick Tickets Panel starts here */
.nyuPg #navbarSupportedContent{
    margin-right: 12%;
}
/*Quick Tickets Panel ends here */

/* Download Notes starts here */
.nyuPg .downloadNotes{
    padding:0 !important;
    bottom: 50px !important;
}

/* News Marquee */
.news-marquee{
    background-color: #fff;
    color: #676767;
    vertical-align: middle;
    padding-top: 5px;
    height:30px;
    width:100%;
}

.news-marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 60s linear infinite;
    cursor: default;
}

.news-marquee p:hover{
    animation-play-state: paused;
}

.news-marquee .marquee-content{
    margin-right: 4%;
    white-space: nowrap;
    color: #2d2d2d;
    font-size:14px;
}

/* Download Notes */
.nyuPg .slider-area .downloadNotes{
    padding: 15px !important;
    bottom: 19px !important;
    left: 74%;
    text-align: left;
    background: rgba(0,0,0,0.5);
}

.nyuPg .service-carousel{
    padding: 18px 18px;
    padding-left: 100px;
    padding-right: 100px;
}

.nyuPg .service-area{
    padding-bottom:unset;
}

.nyuPg .service-area .container{
    max-width: unset;
}


.nyuPg .downloadNotes a{
    display: block;
    padding-bottom:12px;
}

.nyuPg .slider-area .downloadNotes p{
    font-size: 20px;
}

.nyuPg .slider-area .downloadNotes .mobileIcon{
    width: 23px;
}

.nyuPg .issues-div .title {
    color: #676767;
    text-align:left;

}

.nyuPg .issues-div{
    /*border-right: 1px solid rgba(0,0,0,.1);*/
    padding-left: 38px;
}

.nyuPg .issue-links{
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #098ff9;
    padding-bottom: 5px;
}

.nyuPg .main-inc-icon-wrapper{
    width: 185px !important;
}

.nyuPg .apps-div .slick-track{
    padding-left: 20px !important;
}

.nyuPg .menu-card .card-up{
    height: 83px;
}

.nyuPg .menu-card .avatar{
    width: 93px;
}

.nyuPg .card-link h4{
    left: 9%;
    font-size: 17px;
}

/* Styles for Application UI Items starts here */


.apps-outer-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.apps-outer-wrapper a{
    margin: 0 15px 30px 15px;
    width: 125px;
}
.apps-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.apps-icon-wrapper {
    /*border: 1px solid #d6ddec;*/
    border: 2px solid #07abee;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    transition: all linear 0.2s;
}
.apps-icon-wrapper .img-app-icon{
    width: 40px;
}
.apps-icon-wrapper i {
    font-size: 50px;
    padding: 0;
    margin: 0;
    color: #6c757d;
}
.apps-title {
    /*color: #444444;
    font-size: 14px;*/
   /* color:#000;
    font-size:16px;*/
    /*text-transform: uppercase;*/
    font-weight: 400;
    max-width: 125px;
    word-break: break-word;
    text-align: center;
}
.apps-outer-wrapper a:hover .apps-icon-wrapper {
    background-color: #07abee;
}
.apps-outer-wrapper a:hover .apps-title{
    /*color: #2196f3;*/
}


.app-unauthorized {
    pointer-events: none;
    color: inherit!important;
}
.app-unauthorized .apps-icon-wrapper {
    border-color: #bbb;
    background: #bbb;
}
.app-unauthorized .apps-title {
    color: #bbb !important;
}

.color1 .apps-icon-wrapper, .color1 .apps-icon-wrapper:hover {
    background-color: #cc0001 !important;
}
.color2 .apps-icon-wrapper, .color2 .apps-icon-wrapper:hover{
    background-color: #aca000 !important;
}
.color3 .apps-icon-wrapper, .color3 .apps-icon-wrapper:hover{
    background-color: #f8931d !important;
}
.color4 .apps-icon-wrapper, .color4 .apps-icon-wrapper:hover{
    background-color: #007236 !important;
}
.color5 .apps-icon-wrapper, .color5 .apps-icon-wrapper:hover{
    background-color: #0077a2 !important;
}
.color6 .apps-icon-wrapper, .color6 .apps-icon-wrapper:hover{
    background-color: #010066 !important;
}
.color7 .apps-icon-wrapper, .color7 .apps-icon-wrapper:hover{
    background-color: #7b2e00 !important;
}
.color8 .apps-icon-wrapper, .color8 .apps-icon-wrapper:hover{
    background-color: #4c004a !important;
}
.color9 .apps-icon-wrapper, .color9 .apps-icon-wrapper:hover{
    background-color: #e91e63 !important;
}
.color10 .apps-icon-wrapper, .color10 .apps-icon-wrapper:hover{
    background-color: #673ab7 !important;
}
.color11 .apps-icon-wrapper, .color11 .apps-icon-wrapper:hover{
    background-color: #607d8b !important;
}
.color12 .apps-icon-wrapper, .color12 .apps-icon-wrapper:hover{
    background-color: #009688 !important;
}

/* Styles for Application UI Items ends here */

@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

@media (min-width:1200px){
	.nyuPg .latestNewsArea .container{max-width:1308px !important; padding: 0;}
	.nyuPg footer .container{max-width:1280px !important; padding:0;}
	.nyuPg footer .footerNotes .container{padding:0;}

}
@media (min-width:1024px){
	/*.service-carousel .main-inc-icon-wrapper{min-width:285px;}*/
	.service-carousel .next.slick-arrow{right:-50px;}
	.service-carousel .prev.slick-arrow{left:-50px;}
	.nyuPg .latestNewsArea .container{max-width:980px;}
	.nyuPg footer .container{max-width:960px;}


}
@media (min-width:768px){
	.service-carousel .next.slick-arrow{right:-30px;}
	.service-carousel .prev.slick-arrow{left:-30px;}

}
@media (min-width:567px){

}

@media (max-width:1756px){
	.nyuPg .slider-area .downloadNotes{
        left: 66%;
    }

    .nyuPg .card-link h4{
        font-size: 16px;
    }

    .nyuPg .issues-div{
        padding-left: 0px;
    }
}


@media (max-width:1344px){
	.nyuPg .slider-area .downloadNotes{
        left: 65%;
    }

    .nyuPg .card-link h4{
        font-size: 15px;
    }

    .nyuPg .issues-div{
        padding-left: 0px;
    }
}

@media (max-width:1300px){
	.nyuPg .slider-area .downloadNotes{
        left: 66%;
    }

    .nyuPg .card-link h4{
        font-size: 16px;
    }

    .nyuPg .issues-div{
        padding-left: 0px;
    }
}

@media (max-width:1200px){
	.nyuPg .slider-area .downloadNotes{
        left: 66%;
    }

    .nyuPg .card-link h4{
        font-size: 16px;
    }

    .nyuPg .issues-div{
        padding-left: 0px;
    }
}
@media (max-width:1024px){
	.nyuPg .slider-area .downloadNotes{
        left: 66%;
    }

    .nyuPg .card-link h4{
        font-size: 16px;
    }

    .nyuPg .issues-div{
        padding-left: 0px;
    }
}
@media (max-width:768px){
	.nyuPg .slider-area .downloadNotes{
        left: 66%;
    }

    .nyuPg .card-link h4{
        font-size: 16px;
    }

    .nyuPg .issues-div{
        padding-left: 0px;
    }
}
@media (max-width:567px){

}



/*collaborative chat begins */

.collab-label-container{
	position:fixed;
	bottom:48px;
	right:105px;
	display:table;
	visibility: hidden;
}

.collab-label-text{
	color:#FFF;
	background:rgba(51,51,51,0.5);
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}

.collab-label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
}

.collab-float{
	position:fixed;
	height:55px;
	bottom:40px;
	right:40px;
	background-color:#06C;
	color:#FFF;
	border-radius:5px;
	text-align:center;
	box-shadow: 2px 2px 8px #000;
	padding: 0px 5px;
	font-size:16px;
	cursor:pointer;
	z-index:1500;
}

.collab-my-float{
	margin-top:14px;
	letter-spacing: 0.2rem;
}

a.collab-float + div.collab-label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

div.collab-float:hover + div.collab-label-container{
  visibility: visible;
  opacity: 1;
}
.collab-float a:hover{
    color:#a4e3ff;
}

/*collaborative chat ends*/

/* Wizard section starts here. */
.nsc-section{
    display:none;
}

.nsc-section.open{
    display:block;
}

.no_app_access_heading{
    text-align:center;
    margin-top: 4%;
}
/* Wizard section ends here. */

/* Header Application Icons */
.secondary-app-wrapper {
    padding: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}
.secondary-app-wrapper ul.nav-tabs {
    background: transparent;
    border: none;
    height: auto;
}
.secondary-app-wrapper .scrtabs-tab-scroll-arrow {
    height: auto;
    background: #e8e8e5;
    color: #8e8e8e;
    display: flex;
    align-items: center;
}
.secondary-app-wrapper.txt .scrtabs-tab-scroll-arrow {
    height: 28px;
}
.secondary-app-wrapper.icon .scrtabs-tab-scroll-arrow {
    height: 30px;
}
.secondary-app-wrapper .scrtabs-tab-scroll-arrow:hover {
    background: #d4d4d1;
}
.secondary-app-wrapper .scrtabs-tab-scroll-arrow:hover .fa{
    color: #777;
}
.header_app_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.header_app_wrapper li {
    margin: 0 1px;
    text-align: center;
}
.header_app_wrapper li:last-child {
    border:0;
}
.header_app_wrapper .header_app_icon {
    width: 40px;
    /*max-width: none;*/
}
.header_app_wrapper .header_app_title {
    display: none;
    text-align: center;
    font-family: inherit;
    font-size: 11px;
    color: #555;
}
.secondary-app-wrapper .scrtabs-tabs-fixed-container {
    /*padding: 0 40px;*/
}

.header_app_list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.header_app_list li {
    padding: 2px 8px;
    border-radius: 5px;
    margin: 0 5px ;
    width: auto!important;
}
.header_app_list li:hover a *{
    color: #fff;
}
.header_app_list li, .header_app_list li a {
    display: flex;
    align-items: center;
}
.header_app_list .header_app_icon {
    width: 20px;
    margin-right: 5px;
}
.header_app_list .header_app_title {
    display: block;
    text-align: center;
    font-family: inherit;
    font-size: inherit;
    color: #555;
    overflow: inherit;
    white-space: nowrap;
    text-overflow: inherit;
    max-width: none!important;
}

.header_app_list li:nth-of-type(1), .header_app_list li:nth-of-type(13) {border: 1px solid #FF5252;}
.header_app_list li:nth-of-type(1):hover, .header_app_list li:nth-of-type(13):hover {background: #FF5252;}
.header_app_list li:nth-of-type(2), .header_app_list li:nth-of-type(14) {border: 1px solid #E91E63;}
.header_app_list li:nth-of-type(2):hover, .header_app_list li:nth-of-type(14):hover {background: #E91E63;}
.header_app_list li:nth-of-type(3), .header_app_list li:nth-of-type(15) {border: 1px solid #9C27B0;}
.header_app_list li:nth-of-type(3):hover, .header_app_list li:nth-of-type(15):hover {background: #9C27B0;}
.header_app_list li:nth-of-type(4), .header_app_list li:nth-of-type(16) {border: 1px solid #7E57C2;}
.header_app_list li:nth-of-type(4):hover, .header_app_list li:nth-of-type(16):hover {background: #7E57C2;}
.header_app_list li:nth-of-type(5), .header_app_list li:nth-of-type(17) {border: 1px solid #536DFE;}
.header_app_list li:nth-of-type(5):hover, .header_app_list li:nth-of-type(17):hover {background: #536DFE;}
.header_app_list li:nth-of-type(6), .header_app_list li:nth-of-type(18) {border: 1px solid #42A5F5;}
.header_app_list li:nth-of-type(6):hover, .header_app_list li:nth-of-type(18):hover {background: #42A5F5;}
.header_app_list li:nth-of-type(7), .header_app_list li:nth-of-type(19) {border: 1px solid #00BCD4;}
.header_app_list li:nth-of-type(7):hover, .header_app_list li:nth-of-type(19):hover {background: #00BCD4;}
.header_app_list li:nth-of-type(8), .header_app_list li:nth-of-type(20) {border: 1px solid #26A69A;}
.header_app_list li:nth-of-type(8):hover, .header_app_list li:nth-of-type(20):hover {background: #26A69A;}
.header_app_list li:nth-of-type(9), .header_app_list li:nth-of-type(21) {border: 1px solid #4CAF50;}
.header_app_list li:nth-of-type(9):hover, .header_app_list li:nth-of-type(21):hover {background: #4CAF50;}
.header_app_list li:nth-of-type(10), .header_app_list li:nth-of-type(22) {border: 1px solid #689F38;}
.header_app_list li:nth-of-type(10):hover, .header_app_list li:nth-of-type(22):hover {background: #689F38;}
.header_app_list li:nth-of-type(11), .header_app_list li:nth-of-type(23) {border: 1px solid #F57F17;}
.header_app_list li:nth-of-type(11):hover, .header_app_list li:nth-of-type(23):hover {background: #F57F17;}
.header_app_list li:nth-of-type(12), .header_app_list li:nth-of-type(24) {border: 1px solid #6D4C41;}
.header_app_list li:nth-of-type(12):hover, .header_app_list li:nth-of-type(24):hover {background: #6D4C41;}
.collaborate-link, .parent-child-link{
    cursor:pointer;
}
.site-cm-box{
    z-index:100;
}
.custom_app_list li{
    cursor:pointer;
}
.custom_app_list li.app-disabled, .custom_app_list li.app-disabled a {
    pointer-events: none;
}
.custom_app_list li.app-disabled img.header_app_icon {
    filter: grayscale(1);
    pointer-events: none;
    opacity: 0.4;
}
.custom_app_list li.app-hidden {
    display: none;
}
.sfiguideIcon, .feedbackIcon, .settingIcon {
    display: none;
}

/* Floating Navigation Styles Start */
.btn-floating-nav .display-name:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.flnav-list {
    box-sizing: content-box;
    margin: 0;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*max-height: 200px;
    overflow: hidden;
    overflow-y: auto;*/
}
.flnav-list-item {
    list-style-type: none;
    padding: 1px 5px;
    transition: transform .2s cubic-bezier(.333,0,0,1);
    width: 33.3%;
    text-align: center;
}
.flnav-link {
    /* border-radius: 8px; */
    margin: 8px 2px;
    outline: none;
    text-decoration: none;
}
.flnav-item-icon {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}
.flnav-icon {
	/*max-width: auto;*/
	width: 50px;
}
.flnav-item-title {
    color: #404040;
    font-family: inherit;
    font-size: 12px;
	/*display: flex;*/
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* width: 90px; */
    line-height: 14px;
}
.flnav-item-icon i {
    font-size: 35px;
}
.flnav-list-item.flnav-disabled{
    pointer-events: none;
}
.flnav-list-item.flnav-disabled .flnav-item-icon, .flnav-list-item.flnav-disabled .flnav-item-icon i, .flnav-list-item.flnav-disabled .flnav-item-title {
    color: #bbbbbb!important;
}
.app-home {
    font-size: 20px;
    border-top: 1px dashed #848181;
    text-align: center;
    margin: 10px auto;
    padding: 0;
    color: #007bff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.app-home-icon {
    max-width: auto;
    width: 40px;
}
.app-home-icon-disabled {
    pointer-events: none;
}
.app-home-icon-disabled img{
    filter: grayscale(1);
    pointer-events: none;
    opacity: 0.4;
}
.nano{ /* Slim scroll */
    /*width: 300px;*/
    /*min-height: 250px;*/
}
.popover-body {
	padding:0;
}
.img_fl_nav {
    width: 20px;
    vertical-align: middle;
}
.floatingNav-wrapper a.dropdown-toggle {
    margin: 0px 5px 0 0!important;
    vertical-align: middle;
}
.floatingNav-wrapper a:after {display: none;}
.floatingNav {
    margin-top: 8px;
    padding: 0;
    position: relative;
}
.floatingNav .arrow{
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem;
    top: calc((0.5rem + 1px) * -1);
    right: 0px;
}
.floatingNav .arrow::before, .floatingNav .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.floatingNav .arrow::before{
    top: 0;
    border-bottom-color: rgba(0,0,0,.25);
    border-width: 0 .5rem .5rem .5rem;
}
.floatingNav .arrow::after{
    border-width: 0 .5rem .5rem .5rem;
    top: 1px;
    border-bottom-color: #fff;
}
/* Floating Navigation Styles End */


.custom-tbl-wrapper thead th, .custom-tbl-wrapper tbody td {
    white-space: nowrap;
}
.div.dataTables_wrapper label {color: #fff;}
.toolbar-calendarIcon{
    display:none;
}
.new-cr-options{margin: 0; list-style: none;}
.new-cr-options li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.new-cr-options li a {
    display: block;
    padding: 3px 15px;
    color: #000;
    text-decoration: none;
}
.new-cr-options li a:hover {
    background: #ccc;
}
.template-type-wrapper label {
    display: inline-block;
    margin: 10px 15px 10px 0;
}
.template-type-wrapper label input {
    margin-right: 5px;
}
.form-control-100 {
    width: 100px;
}
.form-control{font-size:inherit;}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {border-radius: 50%!important;}
table.dataTable.tbl-multi-select tbody td.select-checkbox:before, table.dataTable.tbl-multi-select tbody th.select-checkbox:before {border-radius: 0px!important;}
table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    margin-top: -13px!important;
    text-shadow: none!important;
    transform: rotate(15deg)!important;
    top: 20px!important;
}
.rdo_periodic {
    display: inline-block;
    margin: 0 5px 0 10px;
}
.input-group-text-inline {
    background: transparent!important;
    padding-left: 0!important;
    border-color: transparent!important;
}
.input-group-text-inline label{margin: 0;}

.toolbar-calendarIcon, .floatNav_assetMgnt{
    display:none;
}
.ci-table th, .ci-table td {
    padding: 5px 15px;
    white-space: nowrap;
}

.fa-star.checked{
    color:#ffa500;
}
.SFAdminIcon-toolbar{
    padding: 4px 4px;
}

.nsc-menu-tile.active .submissions-link .tileSubmissionCount, .nsc-menu-tile .submissions-link:hover .tileSubmissionCount {
    background: #fff;
    color: #455595;
}
.nsc-menu-tile .submissions-link .tileSubmissionCount {
    position: absolute;
    top: 14px;
    right: 15px;
    min-width: 32px;
    height: 32px;
    background: #455595;
    color: #fff;
    border-radius: 10rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding:0 5px;
}

@media (max-width: 1100px) {
    body{ font-size: 13px!important; font-weight:400 !important}
    .navigation .navbar .navbar-collapse {
        display: inline-block;
        position: relative;
    }
    .logged-user-wrapper .navbar-nav li a.dropdown-toggle {margin: 0;}
    .logged-user-wrapper ul li span.display-name {
        max-width: 120px;
        font-size: 12px!important;
    }
    body footer a{
        font-size:inherit !important;
    }
    body .btn, body button, .input-group-text, .cts h2:not(.issues-div h2){
        font-size:inherit;
    }
    body .header-widget .card-header {
        padding: 5px 10px !important;
    }
    #btn-adv-search{
        padding:2px 6px!important;
    }
    body .notification-filter .btn.dropdown-toggle, body .notifications-menu .footer a, body .notifications-menu .footer a:focus, body a.load-more__btn{
        font-size:12px !important;
    }
    .secondary-app-wrapper ul.nav-tabs .slider-arrow, .secondary-app-wrapper ul.nav-tabs .slider-arrow:hover, .secondary-app-wrapper ul.nav-tabs .slider-arrow:focus {
        padding: 0;
        outline: none;
        border: none;
        background: transparent;
    }
    .secondary-app-wrapper ul.nav-tabs .slider-arrow i{
        color: #888!important;
        font-size: 18px;
        border: 0px solid #ddd;
        padding: 3px 9px;
        border-radius: 50%;
        box-shadow: 0 0 4px -1px #777;
        cursor: pointer;
    }
    .engl .secondary-app-wrapper ul.nav-tabs .slider-arrow i, .bmth .secondary-app-wrapper ul.nav-tabs .slider-arrow i{background: #eee; box-shadow: none;}
    .secondary-app-wrapper ul.nav-tabs .slider-prev {margin-left: 2px;}
    .secondary-app-wrapper ul.nav-tabs .slider-next {margin-right: 2px;}
    .navigation .navbar .navbar-brand img {padding: 5px 8px!important;}
    body .logged-user-wrapper .dropdown.user-menu .dropdown-menu li.user-content a {font-size: 13px;}
}
@media (max-width:992px){
    body .header-widget .card .card-header.card-sub-header, .header-widget .card .list-group-heading {
        font-size: 12px;
        font-weight: 600;
        white-space: nowrap;
        padding: 5px!important;
    }
    body .navbar-nav .dropdown.user-menu .dropdown-menu {position: absolute;}
    body .header-widget .card.card-tkts .card-header {padding: 5px 0px!important; text-align: center;}
    body .header-widget .card.card-tkts .card-header h2 {text-transform: none!important;}
    body .navigation .navbar .navbar-brand {margin: 0;}
    .search_filter_wrapper .section1 .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px !important;
        margin: 0 0 5px 0;
    }
    body .fb-content .w-110 {
        width: 145px!important;
    }
    body .search_filter_wrapper .section1 .mb-2 {
        margin-bottom: 0px!important;
    }
    body .search_filter_wrapper .section2 .adv-search-wrapper .btn-adv-search {
        height: auto;
        white-space: nowrap;
        right: 0;
        position: relative;
    }
    body .adv-search-wrapper {
        padding-right: 0 !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
    body .search_filter_wrapper .col-form-label {
        white-space: nowrap;
    }
    .search_filter_wrapper .section2 .col-md-3 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
    .search_filter_wrapper .section2 .kword-section .col-md-6 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
    .search_filter_wrapper .section2 .kword-section .grid-search-wrapper {
        max-width: 66.66%;
        flex: 0 0 66.66%;
    }
    .search_filter_wrapper .section2{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    body .search_filter_wrapper .section2 > .pr-1{
       padding-right:0 !important;
    }
    body .search_filter_wrapper .showAll-wrapper {
        padding: 0;
        white-space: nowrap;
        margin-left: -20px;
    }

    .navigation .navbar .navbar-collapse {
        box-shadow: none;
        padding: 0;
    }
    .logged-user-wrapper .navbar-nav {flex-direction: row;}
    .logged-user-wrapper ul li span.display-name {
        max-width: 100px;
        font-size: 12px!important;
    }
}