@import url('https://fonts.googleapis.com/css2?family=Lunasima:wght@400;700&display=swap') @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* CSS Document */
:root {
  --primary-color: #034883;
  --secondary-color: #fcb618;
}
html {}

body {
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #111;
    /* overflow-x: hidden; */
}
.border-radius-0{border-radius: 0px !important;}
.border-radius {
    border-radius: 0px !important;
}

.table-bordered-primary {
    border-color: #160d38;
}

.list-point {
    position: relative;
}

.list-point ul li {
    line-height: 22px;
    font-size: 18px;
    padding-left: 20px;
    position: relative;
    font-weight: 500;
    margin-bottom: 15px;
    color: #160d38;
}

.list-point ul li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 8px;
    width: 5px;
    height: 5px;
    background-color: #160d38;
    border-radius: 50%;
}

.list-point2 ul li:before {
    width: 9px;
    height: 4px;
    top: 10px;
    border-radius: 30px;
}

.sticky {
    position: fixed !important;
    top: 0px;
    z-index: 999;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 7%);
}

.sticky .hdr-top {}

.sticky .navbar-brand {}

.sticky .navbar-brand>img {
    height: 80px;
}

.media {}

.media .media-left,
.media .media-body,
.media .media-right {
    display: table-cell;
    vertical-align: top;
}

.media .media-left {
    padding-right: calc(var(--bs-gutter-x) * .5);
}

.media .media-body {
    padding-left: calc(var(--bs-gutter-x) * .5);
    width: 10000px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.bg-light-blue {
    background-color: #D1EBF9;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-warning {
    color: var(--secondary-color) !important;
}

select.form-control {
    background: #fff url(../images/down-arrow.png) no-repeat;
    background-position: right 10px center;
    background-size: 18px;
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0px;
    color: #160d38;
}

p {
    line-height: 26px;
    color: #333;
    font-size: 16px;
}

p strong {
    font-weight: 700;
}

.btn-primary {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    color: #fff;
    background-color: #17094c;
    border-color: #17094c;
}

.btn-danger {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d20707;
    border-color: #d20707;
}
.btn-outline-warning {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn-outline-warning:hover {
    color: #fff;
    border-color: var(--secondary-color);
    background-color:var(--secondary-color);
}
.media .d-m-show {
    display: none;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-warning {
    background-color: var(--secondary-color) !important;
}

.bg-info {
    background-color: #2eabbb !important;
}

header {
    z-index: 1000;
    /*box-shadow: 0 2px 4px rgb(0 0 0 / 20%);*/
    transition: 0.5s;
    width: 100%;
}

.hdr-top {
    background-color: var(--primary-color);
    position: relative;
    padding-top: 4px;
    padding-bottom: 3px;
}

.hdr-social-link li {
    padding-right: 2px;
    padding-left: 2px;
}

.hdr-social-link li a {
    font-size: 14px;
    color: #000;
    transition: 0.5s;
    display: block;
    background-color: #f0f0f0;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
}

.hdr-social-link li a.linden {
    background-color: #007BB5;
    color: #fff;
}

.hdr-top-cnt {
    margin-bottom: 0px;
}

.hdr-top-cnt li {
    margin-right: 10px;
}

.hdr-top-cnt li:last-child {
    margin-right: 0px;
}

.hdr-top-cnt li a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    display: block;
    padding: 5px;
}

.hdr-top-cnt li a>span {
    font-size: 15px;
}

.hdr-top-cnt li a i {
    margin-right: 4px;
}

.hdr-top-cnt li a.btn {
    background-color: #fff;
    color: #000;
    font-size: 15px;
    padding: 3px 12px;
    border: none;
    margin-top: 3px;
}

.txt-rgt {
    text-align: right;
}

.header-mid {
    position: relative;
    background-color: #fff;
}

.header-mid marquee {
    color: #160d38;
    font-weight: 700;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.navbar {
    border-bottom: 4px solid #c5c5c5;
    padding: 2px 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #fff;
}

.navbar-brand {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    left: 5%;
    top: -63px;
    background-color: #fff;
    padding: 5px;
    border-radius: 6px;
}

.navbar-brand>img {
    height: 80px;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
}

.navbar-nav>li>a.logo {
    padding: 5px 35px;
    margin-top: 10px;
}

.navbar-nav {}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 5px 9px;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link:before {
    position: absolute;
    right: 0px;
    content: "";
    background-color: #fff;
    width: 1px;
    top: 8px;
    bottom: 8px;
}

.navbar-expand-lg .navbar-nav li:last-child>.nav-link:before {
    display: none;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #77dd76;
}

.navbar-nav>li:hover>.drop-menu {
    display: block;
}

.navbar-expand-lg .navbar-nav .nav-link.login-nav {
    /*background-color: #56B6EA;*/
    color: #56B6EA;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #56B6EA;
}

.navbar-expand-lg .navbar-nav .nav-link.login-nav.login-nav:hover {
    color: #fff;
    background-color: #56B6EA;
}

.drop-menu {
    padding: 5px;
    width: 100%;
    min-width: 15rem;
    border: none;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 18%);
}

.drop-menu-srvs {}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #0f4aa4;
}

.drop-menu>li>a {
    padding: 6px 8px;
    font-weight: 500;
    color: #000;
    white-space: break-spaces;
    font-size: 14px;
    border-radius: 4px;
}

.drop-menu>li>a:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.drop-menu>li>a.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0em;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    position: absolute;
    right: 8px;
    top: 40%;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #e43039;
}

/*.navbar-nav>li>a.logo:hover{background-color: transparent;}*/
.navbar-default .navbar-nav>li>a.logo:focus,
.navbar-default .navbar-nav>li>a.logo:hover {
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--secondary-color);
}

.drop-submenu {
    left: 100% !important;
    padding: 5px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 18%);
    top: 0px !important;
    border: none;
    min-width: 13rem;
}

.drop-submenu>li>a {
    padding: 6px 8px;
    font-weight: 500;
    color: #000;
    white-space: break-spaces;
    font-size: 14px;
    border-radius: 4px;
}

.drop-submenu>li>a:hover {
    color: #fff;
    background-color: var(--primary-color);
}



.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

/*============ slider css =============*/
.type-box {
    text-align: center;
    margin: 30px;
}

.type h1 a {
    color: #fff;
    font-size: 45px;
}

.bs-slider {
    overflow: hidden;
    /* height: 650px;*/
    position: relative;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    height: 650px;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/
.slider-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider-wrap:before {
    /* content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.84);*/
}

.slider-wrap>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-wrap .owl-carousel .owl-item img {
    height: 530px;
    object-fit: cover;
}

.slider-wrap .owl-nav {
    position: absolute;
    top: 50%;
    justify-content: space-between;
    width: 100%;
}

.slider-wrap .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    /* width: 200px; */
    left: 9%;
}

.slider-wrap .owl-nav .owl-prev {
    float: left;
    margin-left: 30px;
}

.slider-wrap .owl-nav .owl-next {
    float: right;
    margin-right: 30px;
}

/*---------- SLIDE CAPTION ----------*/
.mrgn-auto {
    margin: auto;
}

.slide-text {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;

}

.slide-text-dec {
    position: relative;
    background: rgb(231 120 23 / 82%);
    padding: 45px 25px 30px;
    border-radius: 16px;
    border: 5px solid rgb(255 255 255 / 43%);
}

.slide-text h4 {
    font-weight: 400;
    color: #fff;
    font-size: 24px;
}

.slide-text h1 {
    font-weight: 800;
    font-size: 48px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    color: #fff;
    text-shadow: 0px 3px #000;
    margin-bottom: 40px;
    -webkit-text-stroke: 2px #000;
}

.slide-text h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 400;
    text-decoration: underline;
}

.slide-text h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.slide-text p {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 25px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    color: #000;
}

.slide-text a.btn {
    font-weight: 600;
    font-size: 14px;
    padding: 12px 30px;

}

.slide-text p>a.btn:hover {
    border: 1px solid #ff0000;
    color: #fff;
    background-color: #ff0000;
}

.slide-text>a:hover,
.slide-text>a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.slider-form {
    position: absolute;
    right: 30px;
    top: 30px;
    bottom: 80px;
    z-index: 1;
    width: 360px;
    background: #fff;
    /*    border: 4px solid var(--secondary-color);*/
    border-radius: 16px;
    padding: 15px 20px;
}

.slider-form h4 {
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: 700;
}

.slider-form p {
    font-size: 13px;
    color: #160d38;
    line-height: 20px;
    font-weight: 500;
}

.slider-form .form-group {
    position: relative;
    margin-bottom: 10px;
    padding-top: 8px;
}

.slider-form .form-group label {
    color: #160d38;
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    top: 0px;
    left: 10px;
    background-color: #fff;
}

.slider-form .form-group .form-ctrl {
    height: 36px;
    border-radius: 4px;
    padding-left: 12px;
    font-weight: 500;
    font-size: 12px;
    border: 1px solid #160d38;
}

.slider-form .btn {
    border-radius: 4px;
}

.slider-overleft-wrap {
    position: relative;
    margin-top: -50px;
    z-index: 1;
    padding-bottom: 20px;
}

.slider-overleft-wrap .media-item {
    min-height: 125px;
}

.slider-overleft-wrap .media-item .media .media-left,
.slider-overleft-wrap .media-item .media .media-body {}

.media-item {
    background-color: #fff;
    position: relative;
    padding: 12px 10px;
    border-radius: 16px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 35%);
    transition: 0.5s;
}

.media-item .media .media-left {
    padding-right: 0px;
}

.media-item .media .media-body {
    padding-left: 0px;
}

.media-tmb {
    width: 45px;
    height: 45px;
    margin-right: 8px;
}

.media-tmb>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s;
}

.media-item:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.media-item h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.media-item p {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 14px;
    font-size: 11px;
}

/*=========== end ===========*/
/*========== enquire form ======*/
.btn {
    font-size: 14px;
    padding: 8px 25px;
    border-radius: 6px;
}

.btn-lg {
    font-size: 15px;
    padding: 12px 25px;
}

.btn-sm {
    font-size: 12px;
    padding: 5px 15px;
}

.btn-warning {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-warning:hover {
    color: #fff;
    background-color: #ff841c;
    border-color: #ff841c;
}

.GetinTouch-form .close {
    position: absolute;
    right: -30px;
    top: -40px;
    font-size: 50px;
    color: #fff;
    opacity: 0.8;
}

.GetinTouch-form .modal-body {
    padding: 25px 45px;
}

.popup-img {
    text-align: center;
    margin: 10px auto 40px;
    display: block;
}

.popup-img h3 {
    font-weight: 600;
}

.GetinTouch-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-control {
    box-shadow: none;
}

.GetinTouch-form .form-group .form-ctrl-pop {
    border-radius: 30px;
    height: 45px;
    padding-left: 40px;
}

.GetinTouch-form .form-group .form-ctrl-msg {
    border-radius: 30px;
    padding-left: 40px;
}

.GetinTouch-form .form-group .form-icon {
    position: absolute;
    left: 20px;
    top: 10px;
    color: #c22a36;
}

.GetinTouch-form .form-group .btn {
    border-radius: 30px;
}

.wrap {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bg-white {
    background-color: #fff;
}

.title {
    position: relative;
    margin-bottom: 25px;
}

.title h2 {
    font-size: 40px;
    font-weight: 700;
}

.title h2 span {
    /*-webkit-text-stroke: 1px #FF9C00;
    color: transparent;*/
}

.title h3 {
    font-weight: 700;
    font-size: 30px;
}

.title h4 {
    font-weight: 600;
}

.title p {
    font-size: 20px;
    color: #160d38;
}

.title-border-gray {
    width: 200px;
}

.title-dots {
    width: 100px;
}

.title-bg {
    position: relative;
    width: 50px;
    height: 5px;
    background-color: #77dd76;
    display: inline-block;
    border-radius: 4px;
}

.green {
    color: #77dd76;
}

.red {
    color: #e43039;
}

.white {
    color: #fff;
}

.bg-blue {
    background-color: #19ace9;
}

.embed-responsive {
    width: 100%;
    height: 435px;
    background-color: #313131;
}

.embed-responsive>video,
.embed-responsive>iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

/*=========== about hompe page ================*/
#AboutUs {}

.bg-gray {
    background-color: #f6f6f8;
}

.bg-gray-green {
    background-color: #ebfff2;
}

.bg-green {
    background-color: #06da50;
}

.abt-box {
    position: relative;
    margin-bottom: 25px;
    background-color: #ffebc4;
    padding: 20px;
    border-radius: 16px;
    margin-right: 90px;
    min-height: 415px;
}

.abt-box:before {
    content: "";
    position: absolute;
    background-color: var(--secondary-color);
    width: 4px;
    top: 50px;
    bottom: 50px;
    right: -35px;
    border-radius: 30px;
}

.abt-box:after {
    content: "";
    position: absolute;
    right: -37px;
    top: 35%;
    bottom: 35%;
    background-color: var(--primary-color);
    width: 8px;
    border-radius: 30px;
}

.abt-box .title {}

.abt-box .title h2 {
    font-size: 26px;
}

.abt-box .title h2 span {
    display: block;
}

.abt-box .title h6 {
    font-weight: 600;
    margin-bottom: 40px;
    color: #160d38;
    font-size: 18px;
}

.abt-box h4 {
    font-weight: 500;
    font-size: 17px;
}

.abt-box p {
    color: #160d38;
    font-weight: 500;
    margin-bottom: 25px;
}

.abt-box .btn-light {
    padding: 8px 20px;
    background-color: #fff;
    border-radius: 0px;
    color: var(--primary-color);
    border-color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.abt-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
}

.abt-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.abt-img {
    position: relative;
    width: 100%;
    height: 415px;
}

.abt-img>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.abt-img:before {
    content: "";
    position: absolute;
    left: -50px;
    top: -55px;
    background-color: #fffbde;
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.item-box {
    position: relative;
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

.tmb {
    position: relative;
    width: 100%;
    height: 260px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 6px;
}

.tmb>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.item-dec {
    padding: 15px 15px 10px;
}

.item-dec h4 {
    font-size: 16px;
    font-weight: 500;
}

.item-dec p {
    line-height: 22px;
    color: #666;
}

.item-box:hover>.tmb>img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.Getstarted-wrap {
    background: url(../images/slide3.jpg)no-repeat;
}

.Getstarted-wrap .title h2 {
    color: #fff;
    font-size: 50px;
}

.Getstarted-wrap .title h2 span {
    -webkit-text-stroke: 1px #fff;
}

/*========== course-carousel  ========*/
.bg-light-warning {
    background-color: #fffbe0;
}

.course-carousel .item-box {
    margin-bottom: 0px;
    background-color: #fff;
    border: 3px solid #b6b4a3;
    padding: 0px;
    border-radius: 6px;
    box-shadow: none;
}

.course-carousel .item-box .tmb {
    height: auto;
    margin-bottom: 0px;
    border: 2px solid #eceded;
    padding: 10px 5px 10px;
    border-radius: 2px;
}

.course-carousel .item-box .tmb>img {
    /* width: 75px !important; */
    /* height: 75px; */
    object-fit: contain;
    margin: 10px auto;
}

.course-carousel .item-box .tmb h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    min-height: 34px;
}

.course-carousel .item-box .tmb h4.tmb-border {
    border-top: 1px solid #160d38;
    border-bottom: 1px solid #160d38;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: auto;
}

.course-carousel .item-box .item-dec {
    padding: 10px 5px 10px;
    background-color: #eceded;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.course-carousel .item-box .item-dec h5 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
    min-height: 26px;
}

.course-carousel .item-box .item-dec .btn-sm {
    border-radius: 0px;
    border-color: #b6b4a3;
    font-weight: 700;
}

/*========== Campus Life  ========*/
.campus-card {
    border-radius: 40px;
    margin-bottom: 25px;
    overflow: hidden;
    border: 2px solid var(--primary-color);
}

.campus-card>img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    transition: 0.5s;
}

.campus-card .card-title {
    margin-bottom: 0.5rem;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 3px rgb(0 0 0 / 50%);
}

.campus-card:hover>img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

/*========== Ph.D. Admissions  ========*/
.phd-wrap {
    background: url(../images/PhD-Admissions-bg.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}

.phd-title {
    position: relative;
    width: 545px;
    margin: 0px auto;
    border-bottom: 3px solid #1b0b42;
}

.phd-title:before {
    content: "";
    position: absolute;
    right: 38%;
    left: 38%;
    bottom: -6px;
    background-color: var(--secondary-color);
    height: 10px;
    border-radius: 30px;
}

.phd-title>p {
    font-size: 16px;
}

.phd-proccess {}

.phd-proccess .btn {
    border-radius: 30px;
}


/*========== services  ========*/

.services-wrap {}

.srvs-dec {
    position: relative;
    z-index: 1;
}

.srvs-dec p {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    margin-bottom: 35px;
}

.srvs-dec p:last-child {
    margin-bottom: 0px;
}

.srvs-box {
    position: relative;
    z-index: 1;
    padding: 20px 10px;
    border-radius: 6px;
    /*    border: 2px solid var(--secondary-color);*/
    min-height: 240px;
}

.srvs-icon {
    width: 70px;
    height: 70px;
    background-color: #fff;
    padding: 20px;
    margin: 0px auto 15px;
    border-radius: 50%;
}

.srvs-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s;
}

.srvs-box h4 {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}

.srvs-box p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
}

.srvs-box.bg-pink {
    background-color: #cd50ab;
}

.srvs-box.bg-parrot {
    background-color: #bcd800;
}

.srvs-box.bg-info {
    background-color: #00a3d4;
}

.srvs-box.bg-warning {
    background-color: #fdc900;
}

.srvs-box:hover>.srvs-icon>img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/*================= Our Process ===================*/
.bg-light-warning {
    background-color: #fffaec;
}

.process-line-wt {
    position: relative;
    width: 90%;
    margin: auto;
}

.process-line {
    position: absolute;
    top: 60px;
    left: 90px;
    right: 90px;
}

.process-line img {
    z-index: 0;
    margin: auto;
    display: block;
}

.process-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-self: center;
    margin: auto;
    text-align: center;
}

.process-list li {
    width: 33.33%;
}

.process-list li:nth-child(odd) {
    margin-top: 20px;
}

.process-list li:nth-child(even) {
    margin-top: 60px;
}

.process-box {
    position: relative;
}

.process-icon {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0px auto 10px;
    /*box-shadow: 0px 0px 16px 1px rgb(0 0 0 / 8%);
    background-color: #ffffff;*/
    background: url(../images/proccess-bg.png)no-repeat;
    background-position: center;
    background-size: 100%;

}

.process-icon img {
    position: relative;
    top: 30px;
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.process-icon span {
    position: absolute;
    bottom: 35%;
    right: -5px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    background-color: #d3a023;
    border-radius: 50%;
}

.process-list li h4 {
    font-size: 16px;
    font-weight: 400;
    max-width: 185px;
    margin: auto;
}

.process-list li p {
    max-width: 200px;
    margin: auto;
    color: #4c4949;
    line-height: 22px;
}



/*================= client home page ===================*/
.bdr-bg {
    width: 80px;
    background-color: #000;
    height: 3px;
    display: inline-block;
}

.bdr-bg1 {
    width: 80px;
    background-color: #e4be82;
    height: 3px;
    display: inline-block;
}

.lightgold {
    color: #e4be82;
}

.inner-box {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    background-color: #fff;
    text-align: center;
}

.inner-box>.thumbnail {
    margin-bottom: 0px;
}

.inner-box>.thumbnail img {
    width: 100%;
    height: 225px;
}

/*============= button style ================*/
.button-1 {
    width: 100%;
    outline: none;
    height: 50px;
    /* float: left; */
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0px 0px 0px 0;
    background-color: var(--primary-color);
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    border: none;
}

.button-1 a,
.button-1 span {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    font-weight: 500;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}

.button-1 a img {
    float: none;
    margin-left: 10px;
}

.eff-1 {
    width: 100%;
    height: 50px;
    right: -840px;
    background: #17094c;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

.button-1:hover .eff-1 {
    right: 0px;
    top: 0px;
}

.button-1:hover a {
    color: #fff;
}

.button-1:hover a,
.button-1:hover.book-btn {
    color: #fff;
}

/*=============== our team ===================*/
.studiowrap {
    position: relative;
    background-color: #74C2CC;
}

.studiowrap:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #404041;
    width: 10%;
}

.studio-row {}

.studio-row>div:nth-of-type(odd) {
    background-color: #74C2CC;
}

.studio-row>div:nth-of-type(even) {
    background-color: #404041;
}

.team-card {
    position: relative;
    padding: 40px 10px 25px;
}

.team-card-icon {
    width: 80px;
    height: 80px;
    margin: 0px auto 15px;
    transition: 0.5s;
}

.team-card-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.team-card:hover>.team-card-icon {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.team-card h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.ourteam-wrap {
    background-color: #404041;
    position: relative;
    padding-top: 40px;
}

.team-box {
    position: relative;
    padding: 10px;
    margin-bottom: 25px;
}

.team-box .media-left {
    width: 15% !important;
}

.team-box .team-box-img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 5px;
}

.team-box .team-box-img img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    object-fit: cover;
}

/*.team-box:hover> .team-box-img img{transform: scale(1.2);-o-transform: scale(1.2);-webkit-transform: scale(1.2);}*/
.team-box .client_info {
    padding: 15px 0px;
    position: relative;
}

.team-box .client_info h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.team-box .client_info h6 {
    color: #74C2CC;
    font-size: 14px;
    font-weight: 600;
}

.team-box .client_info p {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    margin-right: 46px;
}

.team-box .client_info p:first-child {
    margin-bottom: 0px;
}

.team-box .client_info .collapse-text a {
    font-weight: 400;
    color: #0f4aa4;
}

.team-box .hdr-social-link {}

.team-box .hdr-social-link li a {}

.owl-dots {
    text-align: center;
}

.owl-carousel button.owl-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 5px;
    border-radius: 50%;
    background-color: #f9c287;
}

.owl-carousel button.active {
    background-color: var(--secondary-color);
}

.owl-nav {}

.owl-nav button span {
    font-size: 30px;
    font-weight: 200;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    color: #fff;
    background-color: var(--primary-color);
    justify-content: center;
    align-items: center;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
}

.owl-nav button span:hover {
    /*border: 1px solid #E93131;
    color: #E93131;*/
}

.owl-nav .owl-next {
    position: absolute;
    margin-right: 0px;
    top: 45%;
    right: -35px;
}

.owl-nav .owl-prev {
    position: absolute;
    margin-right: 0px;
    top: 45%;
    left: -35px;
}

.awards-wrap {}

.awards-wrap .blub {
    right: 47%;
    top: -75px;
    width: 110px;
}

.awards-wrap .title h2 {
    color: #fff;
}

.awards-wrap .title h2 span {
    -webkit-text-stroke: 1px #fff;
    color: #74C2CC;
}

.awards-card {
    position: relative;
    background-color: #404041;
    border-radius: 25px;
    overflow: hidden;
    height: 255px;
    margin-bottom: 20px;
}

.awards-tmb {
    width: 100%;
    height: 185px;
    overflow: hidden;
    position: relative;
}

.awards-tmb>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.awards-dec {
    background-color: #404041;
    padding: 35px 35px 5px;
}

.awards-dec h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.awards-dec p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}

.awards-dec.p-2 {
    padding: 10px 15px !important;
}

.compliance-dec {}

.compliance-dec p {}

.compliance-dec p strong {}

.iso-img {}

.iso-img .img-fluid {}

/*====================  ====================*/
/*==================== ====================*/
.testimonial_block {
    width: 100%;
    padding: 30px 35px 20px;
    margin: 30px auto;
    position: relative;

}

/*.testimonial_block:before{    content: "\f10d";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    color:#ffd46c;
    font-size: 40px;
    left: -18px;
    top: -18px;}
*/
.client_message:after {
    content: "\f10e";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    color: #ffd46c;
    font-size: 24px;
    right: 10px;
    bottom: 10px;
}

.testimonial_icon {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0px auto 10px;
}

.testimonial_icon i {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client_message {
    position: relative;
    width: 100%;
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
}

.client_message p {
    font-size: 14px;
    color: #555;
}

.client_info {
    margin-bottom: 15px;
}

.client_info .name h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.client_info .name span {
    font-size: 12px;
    color: #868686;
    line-height: 18px;
}

.testimonial_block .quote_left {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
}

.testimonial_block .quote_left i {
    font-size: 70px;
    color: #e8fff0;
}

#testimonials .owl-carousel .owl-dots {
    text-align: center;
}

#testimonials .owl-carousel .owl-dots .owl-dot {
    width: 12px;
    outline: none;
    height: 12px;
    margin: 2px;
    border-radius: 50%;
    background-color: #ddd;
}

#testimonials .owl-carousel .owl-dots .owl-dot.active {
    background-color: #ff0000;
}

/*========= home page contact =========*/
.contactinfo-rgt .fotr-media {
    margin-bottom: 20px;
}

.contactinfo-rgt .fotr-media h6 {
    font-size: 13px;
    color: #777;
}

.contactinfo-rgt .fotr-media p {
    color: #000;
}

.contactinfo-rgt .fotr-media p a {
    color: #000;
    font-size: 16px;
}

.contactinfo-rgt .fotr-media p a:hover {
    color: var(--secondary-color);
}

.contactinfo-rgt .hdr-social-link li a {
    color: #fff;
    background-color: #d3a023;
}

.contact-form {
    position: relative;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 38%);
    border-top: 12px solid var(--primary-color);
}

.contact-form-info {
    position: relative;
}

.contact-form-info h4 {
    font-size: 18px;
    font-weight: 700;
}

.contact-form-info h3 {
    font-weight: 700;
    font-size: 38px;
}

.contact-form-info p {
    font-size: 16px;
    width: 300px;
    font-weight: 500;
}

.map-col .contact-form {
    padding-left: 50px;
}

.contact-form .title {
    margin-bottom: 15px;
}

.contact-form .title h4 {
    font-weight: 600;
}

.contact-form .title p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form label {
    font-weight: 500;
    font-size: 13px;
    color: #1f1f1f;
    margin-bottom: 5px;
}

.contact-form .form-ctrl {
    height: 35px;
    font-size: 12px;
    background-color: #fff;
    color: #000;
}

.contact-form .input-group-text {
    color: var(--primary-color);
}

.contact-form select.form-control {
    background: #fff url(../images/down-arrow.png) no-repeat;
    background-position: right 5px center;
    background-size: 14px;
}

textarea.form-ctrl {
    padding-left: 15px;
    height: auto !important;
}

.contact-form .btn {
    border-radius: 4px;
}

/*=========== home-news-wrap ================*/
.home-news-wrap {
    background: url(../images/border-circle.png) no-repeat;
    background-position: top left;
    background-size: 225px;
}

.circle-shape {
    width: 115px;
    height: 115px;
    background-color: #fffbde;
    position: absolute;
    right: 3%;
    top: 50px;
    border-radius: 50%;
}

.circle-shape-sm {
    width: 40px;
    height: 40px;
    right: 32%;
    top: -15px;
}

.home-news-social-link p {
    font-size: 18px;
    color: #777;
}

.home-news-social-link .hdr-social-link li {
    margin-right: 10px;
}

.home-news-social-link .hdr-social-link li:last-child {
    margin-right: 0px;
}

.home-news-social-link .hdr-social-link li a {
    font-size: 35px;
    color: #302d2d;
    background-color: transparent;
    width: auto;
    height: auto;
    text-align: center;
    line-height: 30px;
}

.social-item {
    position: relative;
}

.social-item>h4 {
    font-weight: 600;
    font-size: 20px;
    border-bottom: 2px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.social-item-body,
.event-card {
    position: relative;
    border: 1px solid var(--secondary-color);
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 27%);
    height: 350px;
}

.social-item-body>marquee {
    height: 300px;
}

.social-item-body .media {
    margin-bottom: 20px;
}

.social-item-body .media .media-left,
.social-item-body .media .media-body {
    vertical-align: middle;
}

.fb-date {
    width: 60px;
    height: 60px;
    border: 1px solid var(--primary-color);
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 0px 4px 0px rgb(9 8 16 / 62%);
    padding-top: 12px;
    margin-right: 12px;
}

.fb-date>span {
    font-size: 10px;
    display: block;
    line-height: 12px;
}

.social-item-body h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 20px;
}

.social-item-body p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 500;
}

.instagram-tmb {}

.instagram-tmb>img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.event-card {
    border-radius: 0px;
    height: 405px;
}

.card-header {
    padding: 20px 0px 12px;
    background-color: transparent;
    border-bottom: 2px solid var(--secondary-color);
    margin: 0px 20px;
}

.card-header h4 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 20px;
}

.event-card .card-body {}

.event-card .card-body .media {
    margin-bottom: 20px;
}

.event-card .card-body .media:last-child {
    margin-bottom: 0px;
}

.event-card h6 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}

.event-card p {
    font-weight: 500;
    font-size: 13px;
}

.event-card p.small {
    font-size: 10px;
    line-height: 14px;
    color: var(--primary-color);
    font-weight: 600;
}

.card-date {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: var(--primary-color);
    margin-right: 20px;
}

.card-date>span {
    display: block;
    font-size: 11px;
    color: var(--secondary-color);
    text-transform: uppercase;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 2px;
}

.card-footer {
    background-color: transparent;
}

.card-footer .btn {
    border-radius: 0px;
    padding: 10px 10px;
    font-weight: 600;
}

.card-footer .btn>img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/*=========== university ================*/
.university-carousel {}

.university-item {
    background-color: var(--primary-color);
    padding: 15px 5px;
    border-radius: 10px;
    position: relative;
}

.university-tmb {
       /* width: 85px; */
       height: 85px;
       background-color: #fff;
       border-radius: 50%;
       overflow: hidden;
       margin: 10px auto;
       padding: 15px;
}

.university-tmb>img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    /* object-fit: contain; */
    overflow: hidden;
}

.university-tmb2 {
    width: 85px;
    height: 85px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px auto;
    padding: 15px;
}

.university-tmb2>img {
    border-radius: 100%;
    width: 150px;
    height: 55px;
    object-fit: contain;
    overflow: hidden;
}

.university-item h6 {
    color: #fff;
    font-size: 13px;
    min-height: 45px;
}

/*=========== Our Clients ================*/
.ulRowfive {}

.ulRowfive>li {
    width: 20%;
}

.ulRowseven {}

.ulRowseven>li {
    width: 14.222%;
    padding-right: 10px;
}

.ulRowseven>li:last-child {
    padding-right: 0px;
}

.partner-logo {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    height: 80px;
    border: 1px solid #4e4e4d;
    border-bottom-width: 3px;
    padding: 15px;
}

.partner-logo>img {
    transition: 0.5s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partner-logo:hover>img {
    transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*========== trainings  ========*/
.trainings-logo-item {
    position: relative;
    margin-bottom: 15px;
}

.trainings-logo-item .title {
    height: 80px;
}

.trainings-logo-item .title h3 {
    font-size: 25px;
    font-weight: 600;
}

/*========= home page faqs =========*/
.faq-panel {
    position: relative;
}

.faq-panel .title {
    margin-bottom: 0px;
}

.faq-panel .title h3 {}

.faq-panel .title h3 sub {
    bottom: 0px;
}

.faq-panel .accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
    padding: 2px 0px;
    background-color: transparent;
}

.faq-panel .accordion-body {
    padding: 0px;
}

.faq-panel .accordion-body p {}

.faq-panel .accordion-button {
    padding: 10px 0px;
    font-size: 20px;
    background-color: transparent;
    color: #160d38;
    font-weight: 500;
}

.faq-panel .accordion-button:not(.collapsed) {
    color: var(--secondary-color);
    background-color: transparent;
    box-shadow: none;
}

.faq-panel .accordion-button::after {
    background-image: none;
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
}

.faq-panel .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
}

.faq-panel .accordion-body .abt-table .table th {
    font-size: 18px;
}

.faq-panel .accordion-body .abt-table .table td {
    font-size: 16px;
}

.faq-panel .accordion-body .list-point ul li {
    font-weight: 400;
}

.faqs-img {
    margin-top: 250px;
}

.faqs-img .img-fluid {
    margin: auto;
    display: block;
}

/*=========== moment-wrap ================*/
.moment-wrap {
    background-color: #703380;
}

.moment-wrap .title h2 {
    color: #fff;
}

.moment-wrap .title h2 span {
    -webkit-text-stroke: 1px #fff;
    color: #703380;
}

.moment-wrap .title p {
    color: #fff;
    max-width: 635px;
    font-weight: 300;
}

.stanford {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.stanford>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*=========== footer ================*/
footer {
    background: var(--primary-color);
    padding-top: 45px;
}

footer .title {}

footer .title h2 {
    color: #000;
}

footer .title h2 span {
    -webkit-text-stroke: 1px #000;
    color: #404041;
}

.fotr-logo {
    margin-bottom: 10px;
    width: 120px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

footer h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

footer p {
    color: #ffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.fotr-media {
    margin-bottom: 8px;
    position: relative;
}

.fotr-media-icon {
    width: 35px;
    height: 35px;
    background-color: var(--secondary-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 8px;
}

.fotr-media-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fotr-media h6 {
    margin-top: 0px;
    font-size: 14px;
    margin-bottom: 3px;
    color: var(--secondary-color);
    font-weight: 400;
}

.fotr-media p {
    margin-bottom: 3px;
}

.fotr-media p a {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 3px;
}

.fotr-media p a:hover {
    color: #fff;
}

.fotr-media p i {
    font-size: 14px;
    /* width: 25px;
    height: 25px;
    background-color: #d3a023;
    line-height: 26px;
    border-radius: 50%*/
    text-align: center;
}

.fotr-media h4 {
    margin-top: 0px;
    position: relative;
    margin-bottom: 20px;
}

.fotr-media h4:before {
    position: absolute;
    bottom: -8px;
    height: 2px;
    width: 50px;
    background-color: #eca351;
    left: 0px;
    content: "";
}

.adress {
    padding-right: 80px;
}

.fotr-media-item {
    margin-bottom: 25px;
}

.fotr-menu {}

.fotr-menu li {}

.fotr-menu li:last-child {
    margin-right: 0px;
}

.fotr-menu li img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    object-fit: contain;
}

.fotr-menu li a {
    color: #fff;
    display: block;
    padding: 5px 0px 5px 20px;
    transition: 0.5s;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}

.fotr-menu li a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    background-color: var(--secondary-color);
    height: 3px;
    width: 10px;
}

.fotr-menu li a:hover {
    transform: translate(10px, 0px);
    -o-transform: translate(10px, 0px);
    -webkit-transform: translate(10px, 0px);
    text-decoration: none;
    color: var(--secondary-color);
}

.cpyrgt-wrap {
    position: relative;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: var(--secondary-color);
    border-top: 1px solid var(--secondary-color);
}

footer .hdr-social-link li a {
    color: #fff;
    transition: 0.5s;
    background-color: #1e80b5;
}

footer .hdr-social-link li a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.footer-form {
    position: relative;
    border: 1px solid #fff;
}

.footer-form .form-group {
    margin-bottom: 0px;
    position: relative;
}

.footer-form .form-group label {}

.footer-form .form-group .form-ctrl {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 0px;
    text-transform: uppercase;
    padding-left: 8px;
}

.footer-form .form-group .form-ctrl::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #fff;
}

.footer-form .form-group .form-ctrl::placeholder {
    color: #fff;
}

.footer-form .form-group textarea.form-ctrl {
    padding-left: 8px;
    height: auto;
}

.footer-form .btn {
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
}

.cpyrgt-wrap p {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
    line-height: 16px;
}

.cpyrgt-wrap p a {
    color: #fff;
    font-weight: 500;
}

.cpyrgt-wrap p a:hover {
    color: #fff;
}

/*========== whatsapp ==========*/
.whatsap {
    right: 5px;
    position: fixed;
    z-index: 100;
    bottom: 50px;
}

.whatsap a {
    color: #fff;
    font-weight: 600;
}

.whatsap a i {
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
    background: #4CAF50;
    padding: 9px;
    height: 40px;
    width: 40px;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
}

.whatsap a:hover {
    text-decoration: none;
    color: #fff;
}

.mrgn-btm0 {
    margin-bottom: 0px;
}

/*================ thank you  ===========*/
.thanks-section {
    padding-top: 90px;
    padding-bottom: 80px;
    background-color: #f5f5f5;
}

.inner-thanks {}

.inner-thanks img {
    width: 100px;
    margin-bottom: 10px;
}

.thanks-footer {
    padding-top: 0px;
}

.thanks-footer .cpyrgt-wrap {
    margin-top: 0px;
}

.btn-width {
    width: 150px;
    margin: auto;
}

/*================ inner pages ===========*/
.txt_dec {
    position: relative;
    margin-bottom: 30px;
}

.txt_dec h4 {
    font-weight: 500;
    font-size: 22px;
    text-transform: inherit;
}

.txt_dec p {
    font-size: 18px;
    font-weight: 400;
    color: #160d38;
}

.txt_dec p strong {
    font-weight: 600;
}

.table_card {
    position: relative;
    margin: 30px;
    padding: 25px;
    background-color: #fff7f7;
    /* box-shadow: 0px 0px 12px 10px rgb(0 0 0 / 8%); */
    border-radius: 12px;
}

/*============= about us ================*/
.inr-wrap {
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: var(--secondary-color);
    /* overflow: hidden; */
}

.inr-wrap:before {
    content: "";
    position: absolute;
    background-color: var(--secondary-color);
    width: 300px;
    /* top: 0px; */
    bottom: 0px;
    right: -20px;
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    /* Standard syntax */
}

.inr-wrap-banner {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 4px solid #423963;
}

.inr-wrap-banner>img {
    width: 100%;
}

.inner-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.inr-title {
    position: relative;
}

.inr-title h2 {
    color: #fff;
    font-size: 38px;
}

.text-underline {
    text-decoration: underline !important;
}



.orange {
    color: #f99011;
}

.abt-dec {
    margin-bottom: 30px;
}

.abt-dec h3 {
    margin-bottom: 20px;
}

.abt-dec p {
    font-size: 18px;
    color: #000;
    line-height: 28px;
}

.abt-dec p:last-child {
    margin-bottom: 0px;
}

.abt-tmbimg {}

.abt-tmbimg .img-responsive {}

.float-rgt {
    float: right;
}

.float-rgt-img {
    width: 320px;
}

.abt-table {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 16%);
    padding: 0px;
}

.abt-table .table {
    border-radius: 12px;
    overflow: hidden;
}

.abt-table .table th {
    font-size: 20px;
    font-weight: 500;
}

.abt-table .table td {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    padding: 10px 15px;
}

.title-doted {
    margin-bottom: 55px;
}

.title-doted h2 {
    border-bottom: 2px dotted var(--secondary-color);
    padding-bottom: 5px;
    font-weight: 600;
}

.title-doted p {
    font-size: 20px;
    font-weight: 400;
    color: #160d38;
}

.vision-mission {
    margin-bottom: 25px;
    position: relative;
    padding: 35px 60px;
    background: url(../images/Triangle-shape-rgt.png)no-repeat;
    background-size: 100% 100%;
    margin-right: -35px;
    background-position: center;
}

.vision-mission .media .media-left,
.vision-mission .media .media-body,
.vision-mission .media .media-right {
    vertical-align: middle;
}

.vision-mission-icon {
    width: 74px;
    height: 74px;
    margin: 0px auto 12px;
}

.vision-mission-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vision-mission h3 {
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px dotted var(--secondary-color);
    padding-bottom: 5px;
    position: relative;
}

.vision-mission h3:before {
    content: "";
    width: 24px;
    height: 4px;
    position: absolute;
    right: 0px;
    background-color: #160d38;
    bottom: -2px;
    border-radius: 30px;
}

.vision-mission p {
    font-weight: 500;
    text-align: justify;
    line-height: 22px;
}

.vision-mission-left {
    background: url(../images/Triangle-shape-lft.png)no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin-right: 0px;
    margin-left: -35px;
}

.vision-mission-left h3:before {
    right: inherit;
    left: 0px;
}

.mb-block {
    display: none !important;
}

.client-list {
    position: relative;
    overflow: hidden;
    padding: 25px;
}

.client-list img {
    transition: 0.5s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .4;
}

.client-list:hover>img {
    opacity: 1;
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/*================ recognition-approvals =================*/
.recognition-list.bg-primary {
    background-color: var(--primary-color) !important;
}

.recognition-list .university-item {
    margin-bottom: 25px;
    background-color: #fff;
    min-height: 250px;
}

.recognition-list .university-item h4 {
    font-size: 16px;
    font-weight: 600;
    height: 30px;
}

.recognition-list .university-tmb {
    /* width: 100px; */
    height: 100px;
}

.recognition-list .university-item h6 {
    min-height: auto;
    color: #343434;
}

.recognition-list .university-item h6 .fa-circle {
    font-size: 6px;
    position: relative;
    top: -2px;
}

/*================ Gallery=================*/
.tabs-nav {
    margin-bottom: 20px;
    border: 1px solid #858585;
    border-radius: 30px;
    padding: 6px;
}

.tabs-nav .nav-link {
    border-radius: 30px;
    font-size: 15px;
    color: #858585;
    font-weight: 400;
    padding: 10px 5px;
}

.tabs-nav .nav-link.active,
.tabs-nav .show>.nav-link {
    color: #fff;
    background-color: #d3a023;
}

.galry-list .tmb {
    height: 210px;
}

.galry-list .embed-responsive {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

/*================ Services =================*/
.srvs-row {
    background-color: #d3a023;
    margin-right: 0px;
    margin-left: 0px;
}

.srvs-row>* {
    padding-right: 0px;
    padding-left: 0px;
}

.srvs-item {
    position: relative;
    padding: 0px 30px;
}

.srvs-item .title h2 {
    color: #fff;
}

.srvs-item p {
    font-size: 14px;
    color: #fff;
}

.srvs-img {
    width: 100%;
    height: 500px;
    object-fit: inherit;
}

.srvs-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*================ Why Choose sec =================*/
.whychoose-wrap {
    padding-bottom: 0px;
}

.whychoose {
    position: relative;
    margin-bottom: 20px;
}

.whychoose .media-left {
    padding-right: 0px;
}

.whychoose .media-body {}

.whychoose-icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.whychoose-icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.whychoose h4 {
    font-weight: 600;
    font-size: 18px;
}

.whychoose p {
    font-size: 14px;
    line-height: 22px;
}

.whychoose-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 45%;
    height: 575px;
    overflow: hidden;
    background-color: #ffffff;
}

.whychoose-img>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*================ Career =================*/

.job-dec-title {}

.job-dec-title h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.job-detail-list {
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 15px;
}

.job-detail-list li {
    font-size: 15px;
    font-weight: 500;
    color: #464646;
    margin-bottom: 10px;
}

.apply-form {
    position: relative;
}

.apply-form .form-group p {}

.apply-form .form-group p.small {
    font-size: 12px;
}

.apply-form .form-ctrl {
    font-size: 13px;
}

.apply-form .form-control[type=file]:not(:disabled):not([readonly]) {
    font-size: 14px;
}

/*================ contact =================*/

/*===================== Sign up  setion  ===============*/


/*================ login =================*/
.login-wrap {
    position: relative;
    padding: 90px 0px;
    background-color: #3d7fe2;
}

.login-form-box {
    width: 75%;
    margin: auto;
    padding: 20px 40px;
    background-color: #fff;
    /*box-shadow: 0px 0px 14px 2px #e4e4e4;*/
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.login-form-box:before {
    content: "";
    position: absolute;
    left: -28px;
    top: 0px;
    bottom: 0px;
    width: 54%;
    background-color: #1f56aa;
    transform: skew(-5deg, 0deg);
    -o-transform: skew(-5deg, 0deg);
    -webkit-transform: skew(-5deg, 0deg);
}

.logi-lft-box {
    position: relative;
    margin-bottom: 40px;
    margin-right: 40px;
}

.logi-lft-box img {
    width: 75px;
    margin: 25px auto 15px;
    display: block;
}

.logi-lft-box h3 {
    color: #fff;
    font-size: 30px;
}

.logi-lft-box h5 {
    color: #fff;
    font-size: 16px;
}

.sign-nav {
    text-align: center;
}

.sign-nav li {
    margin-top: 10px;
}

.sign-nav li a {
    background-color: #fff;
    display: block;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 40px;
    color: #333;
}

.sign-nav li.active>a {
    background-color: #ff0000;
    color: #fff;
}

.sign-nav li a:hover {
    text-decoration: none;
    background-color: #ff0000;
    color: #fff;
}

.login-form {
    position: relative;
    margin-left: 80px;
    margin-top: 20px;
}

.login-form h4 {
    font-size: 26px;
    margin-bottom: 40px;
    font-weight: 600;
}

.login-form .form-group {
    margin-bottom: 25px;
}

.login-form .form-group label {
    font-size: 16px;
    font-weight: 600;
}

.login-form .form-group .checkbox label {
    font-weight: 500;
}

.login-form .form-control {
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    border-radius: 0px;
    padding-left: 2px;
    border-bottom: 1px solid #bbbbbb;
    height: 40px;
    font-weight: 500;
}

.forget-psw {
    margin-top: 30px;
}

.forget-psw a {
    color: #1f56aa;
    font-weight: 500;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}

.forget-psw p {
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.forget-psw a:hover {
    color: #777;
    text-decoration: none;
}

.login-form .btn {
    text-transform: uppercase;
    font-weight: 600;
    height: 45px;
    border-radius: 30px;
}


/*============ Testimolial-inner ===============*/
.testimolial-inner {}

.testimolial-inner .client_message {
    margin-bottom: 20px;
}

.testimolial-inner .client_info {
    margin-bottom: 0px;
}

.testimolial-inner .media .media-left {
    padding-right: 0px;
}

.testimolial-inner .testimonial_icon {
    margin: 0px 15px 0px 0px;
    border-radius: 10px;
}

/*============ Refund Policy ===============*/
.refund-policy-dec {
    padding: 20px 35px 10px;
    border-radius: 6px;
    border: 1px solid var(--secondary-color);
}

.refund-policy-dec:before,
.refund-policy-dec:after {
    content: "";
    position: absolute;
    top: 18%;
    bottom: 18%;
    background-color: var(--primary-color);
    width: 12px;
}

.refund-policy-dec:before {
    left: -7px;
}

.refund-policy-dec:after {
    right: -7px;
}

/*============ Flexible Learning ===============*/
.flexible-dec {
    position: relative;
    padding: 20px 20px 10px;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    margin: 15px 15px 30px;
}

.flexible-dec h4 {
    font-size: 20px;
}

.heading-overleft {
    margin-top: -35px;
    margin-bottom: 10px;
}

.heading-overleft h4 {
    padding: 5px 10px;
}

.flexible-dec p {
    color: #160d38;
}

.ojt-wrap .flexible-dec {
    min-height: 245px;
}

/*============ Downloads ===============*/
.download-box {
    position: relative;
    padding: 25px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 22%);
    border-radius: 12px;
}

.title-border {
    border-bottom: 1px dotted #160d38;
}

.file-icon {
    font-size: 28px;
}

.file-icon>i {}

.download-box .list-group-item {
    position: relative;
}

.download-box .list-group-item:before {
    content: "";
    background-color: #160d38;
    left: 2px;
    top: 10%;
    bottom: 10%;
    width: 2px;
    position: absolute;
    border-radius: 30px;
}

.download-box .list-group-item:after {
    content: "";
    background-color: var(--secondary-color);
    left: 0px;
    top: 20%;
    bottom: 20%;
    width: 5px;
    position: absolute;
    border-radius: 30px;
}

.download-box .list-group-item .fw-bold {
    font-weight: 600 !important;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

}

.box-shadow {
    transition: .3s ease;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
    border: 1px solid #ededed;
    border-radius: 20px;
}

.side-by-side {
    display: flex;
}

.npfWidget-e20986956d6375b087dfe40c2600389f.npfWidgetButton {
    padding-left: 11px !important;
    flex: right;
    position: fixed !important;
    right: -45px !important;
    transform: rotate(270deg) !important;
    top: 50% !important;
    background-color: #ef7f17 !important;
    z-index: 999999;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 18px;
    color: #000000;
    line-height: 1.33;
    padding: 8px 18px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
}

















/*new */

/* start body */
body {
    /*font-family: -webkit-pictograph;*/
    font-family: system-ui;
    /*background-color: #f6f6f6;*/
    background-color: white;
}

/* end body */

/* start font size*/
.font-size-22 {
    font-size: 22px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.paddind-10-25 {
    padding: 10px 25px !important;
}

/*end font size*/

.btn-width {
    width: 150px;
}

/* start border blue table color*/
table.border-blue-table-tr tr>td {
    border-color: var(--primary-color) !important;
}

/* end border blue table color*/
.black_border {
    border: 1px solid #797979;
}

/*start particular website color*/
.white {
    color: white !important;
}

.black {
    color: black !important;
}

.background-white {
    background-color: white !important;
}

.orange-color {
    color: #f58220 !important;
}

.orange-background {
    background-color: #f58220 !important;
}

.dark-blue-color {
    color: var(--primary-color) !important;
}

.dark-blue-background {
    background-color: var(--primary-color) !important;
}

.border-orange-color {
    border: 1px solid #f58220 !important;
}

/*end particular website color*/

/*start margin*/
.margin-t10 {
    margin-top: 10px !important;
}

.margin-t20 {
    margin-top: 20px !important;
}

.margin-t30 {
    margin-top: 30px !important;
}

.margin-t40 {
    margin-top: 40px !important;
}

.margin-t50 {
    margin-top: 50px !important;
}

.margin-b20 {
    margin-bottom: 20px !important;
}

.margin-b30 {
    margin-bottom: 30px !important;
}

.margin-b40 {
    margin-bottom: 40px !important;
}

.margin-b50 {
    margin-bottom: 50px !important;
}

.margin-l20 {
    margin-left: 20px !important;
}

.margin-l30 {
    margin-left: 30px !important;
}

.margin-l40 {
    margin-left: 40px !important;
}

.margin-l50 {
    margin-left: 50px !important;
}

.margin-r20 {
    margin-right: 20px !important;
}

.margin-r30 {
    margin-right: 30px !important;
}

.margin-r40 {
    margin-right: 40px !important;
}

.margin-r50 {
    margin-right: 50px !important;
}

/*end margin*/

/*start padding*/
.padding-l20 {
    padding-left: 20px !important;
}

.padding-r20 {
    padding-right: 20px !important;
}

/*end padding*/

/*start p tag*/
p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.1px;
    text-align: justify;
}

/*end p tag*/

/*start a tag*/
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

/*end a tag*/

/*start ul,li tag*/
ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

/*end ul,li tag*/


/*start header and main-header*/
.header-top .auto-container .inner-container .top-left .top-marquee {
    /*color: white;*/
    /*color: #f58220;*/
    color: black;
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
}

header.main-header {
    /*position: fixed;*/
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    display: block;
}

.main-header .header-top {
    position: relative;
    /*background-color: #f58220;*/
    /*background-color: #fffbd5;*/
    background-color: white;
}

.main-header .auto-container {
    position: static;
    max-width: 1280px;
    padding: 0px 0px;
    margin: 0 auto;
    height: 42px;
}

.main-header .auto-container .inner-container {
    /*padding-left: 360px;*/
    /*padding-left: 290px;*/
    padding-left: 240px;
}

.main-header .header-top .auto-container .inner-container .top-right {
    position: relative;
    float: right;
    padding: 7.5px 0;
}

.main-header .btn-box {
    position: relative;
}

.main-header .btn-box a {
    line-height: 15px;
    text-align: center;
    border-width: 1px;
    padding: 4px 4px;
    margin: 6px 0 0;
}

.main-header .btn-style-three {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding: 13px 23px;
    font-weight: 700;
    background-color: transparent;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    -webkit-box-shadow: rgb(255 255 255 / 10%) 0 0px 0px 0px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 0px 0px 0px inset;
    -ms-box-shadow: rgba(255, 255, 255, 0.1) 0 0px 0px 0px inset;
    -o-box-shadow: rgba(255, 255, 255, 0.1) 0 0px 0px 0px inset;
    box-shadow: rgb(255 255 255 / 10%) 0 0px 0px 0px inset;
}

.main-header .theme-btn {
    display: inline-block;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer;
}

.main-header .btn-style-three:hover {
    box-shadow: rgb(255 255 255) 0 0px 0px 40px inset;
    color: #0e3c6f;
}

.main-header .top-left {
    position: relative;
    /*float: left;*/
    /*margin-right: 3rem!important;*/
}

.main-header ul.contact-list {
    position: relative;
    padding: 15px 0 0px;
    display: inline-block;
}

.main-header ul.contact-list li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #e9e8e9;
    font-weight: 300;
    margin-right: 15px;
    border-right: 1px solid #e9e8e9;
    padding-right: 15px;
    margin-top: 2px;
}

.main-header ul.contact-list li:first-child,
.main-header ul.contact-list li:nth-child(2),
.main-header ul.contact-list li:last-child {
    border-right: none !important;
}

.main-header ul.contact-list li:first-child,
.main-header ul.contact-list li:nth-child(2) {
    margin-top: 0;
    margin-right: 10px;
    padding-right: 10px;
}

.mg-0 {
    margin-right: 0 !important;
}

.main-header ul.contact-list li a {
    color: #e9e8e9;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

.main-header ul.contact-list li i {
    float: left;
    font-size: 25px;
    line-height: 25px;
    margin-right: 10px;
    color: #fff !important;
}

.main-header .top-bar {
    /*background-color: #e8e8e8;*/
    background-color: var(--primary-color);
    padding: 10px;
}

.main-header .top-bar .login p {
    margin: 0;
    padding: 0;
    color: white;
    display: contents;
    font-size: 14px;
}

.main-header .top-bar .login p span {
    font-size: 16px;
}

.main-header .top-bar .login {
    font-size: 16px;
    font-weight: bold;
    /*font-family: system-ui;*/
}

.main-header .top-bar .login a {
    color: var(--primary-color);
    /*color: white;*/
    font-size: 12px;
    border: 1px solid var(--primary-color);
    margin: 0 10px;
    border-radius: 5px;
    /* padding: 16px; */
    font-weight: 600;
    text-transform: uppercase;
    /*background: #efeeee;*/
    background: white;
    /*background: var(--primary-color);*/
}

.main-header .top-bar .login a:hover {
    color: white;
    background-color: var(--primary-color);
}

.main-header .top-bar .login span,
.main-header .header-lower .navbar-collapse ul li span {
    font-size: 10px;
}

.main-header .header-lower {
    position: relative;
    display: block;
}

/*end header and main-header*/

/*start lower header*/
.header-lower .main-box {
    /*background: rgba(255, 255, 255, 0.72) !important;*/
    /*background-color: #e8e8e8;*/
    background-color: var(--primary-color);
    /*background-image: linear-gradient(#e8e8e8, white);*/
    position: static;
    left: 0px;
    top: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    /*font-family: 'Raleway', sans-serif;*/
}

.header-lower .logo-box {
    position: absolute;
    left: 15px;
    top: -76px;
    float: left;
}

.header-lower .logo-box:before {
    position: absolute;
    /*border: 2px solid var(--primary-color);*/
    right: 0;
    width: 100%;
    height: 100%;
    /*background-color: #e8e8e8 !important;*/
    /*background-color: #fffbd5 !important;*/
    background-color: white !important;
    content: "";
    border-radius: 22px;
}

.header-lower .logo-box .logo {
    position: relative;
    padding: 10px;
}

.header-lower .logo-box .logo a {
    display: block;
}

.header-lower .logo-box .logo a img {
    position: relative;
    /*max-width: 87%;*/
    /*width: 250px;*/
    height: 88px;
}

.header-lower .logo-box .logo:before {
    /*position: absolute;
    right: -50px;
    top: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #fff !important;
    content: "";
    z-index: 99;*/
}

.header-lower .navbar-default .navbar-nav>li>a {
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 7px;
    /*color: var(--primary-color);*/
    color: white;
    font-size: 13px;
    font-weight: 600;
    /*border-right: 1px solid var(--primary-color);    */
    border-right: 1px solid white;
}

.header-lower .navbar-default .navbar-nav>li:last-child>a {
    border-right: none;
}

.main-header .header-lower .navbar-collapse {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header-lower .nav-style {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    min-height: 42px;
}

/*end lower header*/

/*start header tabs on hover*/
.hover-aiu-tab {
    position: relative;
}

.aiu-tab-dropdown {
    display: none;
    position: absolute;
    z-index: 750;
    box-shadow: 0px 0px 6px 0px #ccc;
    border-radius: 0;
    /*width: 175px;*/
    width: 180px;
    left: -75px;
    background: white;
    transition: .5s ease;
    opacity: 0;
}

.aiu-tab-dropdown li {
    /*font-size: 15px;*/
    font-weight: 600;
    padding: 8px 10px;
    margin: 0px 15px;
    border-bottom: 1px solid var(--primary-color);
    /*box-shadow: 0px 1px 2px 1px #e4e1e1;*/
    /* border-bottom: 1px dotted #757474;*/
}

.aiu-tab-dropdown li:last-child {
    border-bottom: none;
}

.aiu-tab-dropdown li:hover {
    /*background: #f1f1f1;*/
    /*background-image: linear-gradient(#e8e8e8, white);*/
}

.aiu-tab-dropdown li a {
    color: var(--primary-color);
}

.hover-aiu-tab:hover .aiu-tab-dropdown {
    display: block;
    opacity: 1;
}

.courses-subTab {
    width: 960px;
    left: -350px;
}

.courses-subTab .nav-course-sub-tab ul {
    border-bottom: none !important;
}

.courses-subTab .nav-course-sub-tab li {
    box-shadow: none;
    margin: 0;
    border-bottom: none;
    color: white;
    width: 233px;
}

.courses-subTab .nav-course-sub-tab li.active {
    background: var(--primary-color);
}

.courses-subTab .nav-course-sub-tab .nav-tabs>li.active>a {
    background: transparent;
    border: none;
    padding: 3px 0px 3px 5px;
    color: white;
    font-size: 16px;
}

.courses-subTab .nav-course-sub-tab .nav-tabs>li>a {
    background-color: transparent;
    border: none;
    padding: 3px 0px 3px 5px;
    font-size: 16px;
}

.courses-subTab .nav-course-sub-tab .nav-tabs>li>a>span {
    float: right;
    line-height: 20px;
}

.courses-subTab .nav-course-sub-tab .col2 {
    padding-right: 0px
}

.courses-subTab .nav-course-sub-tab .col10 {
    padding-left: 0px;
}

.courses-subTab .nav-course-sub-tab .col10 .tab-content {
    background: #fbfbfb;
    padding: 10px 20px;
    height: 302px;
}

.courses-subTab .nav-course-sub-tab .col10 .tab-content h2 {
    margin-top: 0;
    color: var(--primary-color);
    font-size: 24px;
}

.courses-subTab .nav-course-sub-tab .col10 .tab-content .tab-box {
    padding: 10px 0;
}

.courses-subTab .nav-course-sub-tab .col10 .tab-content .tab-box p {
    margin-bottom: 2px;
    font-size: 13px;
    display: inline-flex;
}

.courses-subTab .nav-course-sub-tab .col10 .tab-content .tab-box p span {
    float: left;
    line-height: 24px;
}

.courses-subTab .nav-course-sub-tab .col10 .tab-content .tab-box p a {
    color: black;
    height: 34px;
    /*line-height: 16px;*/
    /*float: left;*/
}

/*end header tabs on hover*/

/* Start Enquire Now */
.btn:focus,
.btn:hover,
.btn:active,
.btn:visited,
.btn:focus,
.btn:focus-within,
.btn:focus-visible,
.btn:target {
    outline: none !important;
}

.btn-enquire-now {
    position: fixed;
    z-index: 100;
    top: 200px;
    right: 0;
    padding: 5px 15px;
    border-radius: 0px;
    color: white;
    background: var(--primary-color);
    font-size: 16px;
    border: 1px solid white;
}

.btn-enquire-now:hover,
.btn-enquire-now:focus,
.btn-enquire-now:active {
    color: white;
}

@media (min-width: 768px) {
    #enquireNow .modal-dialog {
        width: 400px;
    }
}

#enquireNow .modal-content {
    /*border-radius: 0px!important;
    padding: 25px 230px;
    background-image: url('~lib/image/enq_background.jpg');
    background-size: cover;*/
}

#enquireNow .modal-header {
    color: white;
    background: var(--primary-color);
    /*border-radius: 45px 0px 0px;*/
    text-align: center;
    padding: 5px 15px;
    border-bottom-color: var(--primary-color);
}

#enquireNow .modal-header button {
    color: white;
}

#enquireNow .modal-title {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    margin-top: 15px;
}

#enquireNow .modal-body {
    padding: 10px 30px 20px;
    background-color: var(--primary-color);
}

#enquireNow .modal-body form {
    background-color: white;
    padding: 20px 30px 30px;
    border-radius: 20px;
}

h5 {
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

#enquireNow .form-control:focus {
    border-color: var(--primary-color) !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%), 0px 2px 2px rgb(193 193 195) !important;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%), 0px 2px 2px rgb(193 193 195) !important;
}

#enquireNow .form-control,
#enquireNow .input-group-addon {
    /* height: 40px; */
    border-radius: 15px;
    border: 1px solid #bbb5b5;
    border-bottom: 1px solid #978fb7;
    box-shadow: 0px 1px 2px 0px #c7c5c5;
}

#enquireNow .input-group-addon {
    background: white;
    border-right: none;
    border-radius: 15px 0 0 15px;
}

#enquireNow #phone {
    border-radius: 0 15px 15px 0;
}

#enquireNow .col6-right-en {
    padding-right: 5px;
}

#enquireNow .col6-left-en {
    padding-left: 5px;
}

#enquireNow .btn-enquire-send {
    width: 100%;
    color: white;
    font-weight: 600;
    font-size: 16px;
    background: rgb(40 22 111);
    border-radius: 15px;
}

#enquireNow .btn-enquire-send-sec {
    width: 100%;
    color: white;
    font-weight: 600;
    font-size: 16px;
    background: rgb(40 22 111);
    border-radius: 15px;
}

/* End Enquire Now */

/*start footer*/
footer {
    /*display: none;*/
    /*background-color: #fffde5;*/
    background-color: var(--primary-color);
    color: white;
}

footer .box {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .box .content .image img {
    /*width: 120px;
    height: auto;*/
    background: white;
    padding: 5px;
    border-radius: 10px;
    height: 75px;
    width: auto;
}

footer .box .content .heading {
    background: none;
    margin: 0 0 10px;
    padding: 0px;
    border-bottom: 1px solid white;
}

footer .box .content .heading h4 {
    margin-top: 0;
    color: white;
}

footer .box .content .useful-link ul li {
    padding: 5px 0px 5px 20px;
    position: relative;
}

footer .box .content .useful-link ul li:before {
    background-color: #f58220;
    position: absolute;
    top: 14px;
    left: 0;
    width: 10px;
    height: 2px;
    content: "";
    display: inline-block;
}

footer .box .content .useful-link ul li a {
    color: white;
    font-weight: 500;
    font-size: 13px;
}

footer .box .content .text h4 {
    font-size: 16px;
    font-weight: bold;
    color: white;
}

footer .box .content .text {
    padding: 0px 0 12px;
    /*border-bottom: 1px solid white;*/
}

footer .box .content .text ul li {
    color: white;
    font-weight: 500;
    font-size: 13px;
    padding: 2px 0;
}

footer .box .content .text ul li i {
    background: #f58220;
    color: black;
    padding: 2px;
    /* border-radius: 50%; */
    font-size: 17px;
}

footer .box .content .form-footer {
    margin-top: 20px;
    padding: 0 20px;
}

footer .box .content .form-footer .form-control {
    border-radius: 0 !important;
    border-bottom: none;
    border-color: white;
    background-color: transparent;
    color: white;
    /*text-transform: capitalize;*/
}

footer .box .content .form-footer .form-control::placeholder {
    color: white;
}

footer .box .content .form-footer .btn {
    border-radius: 0;
    display: block;
    width: 100%;
    color: white;
    background: #f58220;
}

footer .box .content .gallery {
    background: white;
    margin-top: 20px;
    padding: 0 15px;
}

footer .box .content .gallery .gallery-col {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

footer .box .content .gallery .image {
    padding: 5px 0;
}

footer .box .no-study-center h4 {
    position: relative;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    border-bottom: 2px solid white;
    line-height: .1em;
}

footer .box .no-study-center h4:before {
    /*position: absolute;
    content: '';
    background: #000;
    top: 9px;
    left: 0;
    width: 100%;
    height: 2px;*/
}

footer .box .no-study-center h4 span {
    background-color: #fffde5;
    padding: 0px 10px;
    line-height: .1em;
    color: black;
}

footer .box .no-study-center .nsc-box {
    margin-top: 20px;
    background: #f58220;
    border: 3px solid #a7a4a4;
    border-radius: 10px;
    padding: 20px 10px 15px;
    box-shadow: 0px 0px 12px 0px #949393;
}

footer .box .no-study-center .nsc-box a span {
    display: inline-block;
    float: left;
    font-size: 60px;
    line-height: 65px;
    text-transform: uppercase;
    font-family: fantasy;
    /* font-weight: bold; */
    color: white;
    text-shadow: 2px 2px #0c0c0c;
    letter-spacing: 5px;
}

footer .box .no-study-center .nsc-box a p.no {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-family: sans-serif;
    line-height: 1.35;
    letter-spacing: 0.4px;
    margin-bottom: 3px;
}

footer .box .no-study-center .nsc-box a p.click {
    color: white;
    text-transform: lowercase;
    text-align: center;
    font-weight: 500;
    word-spacing: 4px;
    letter-spacing: 2px;
    margin-bottom: 0;
}

footer .box .newsletter .sub-btn {
    outline: 0;
    background: #f58220;
    color: white;
    margin-left: 8px;
}

footer .box .newsletter .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    padding: 6px 12px 0px;
    color: white;
    box-shadow: none;
    margin-right: 12px;
}

.col-chng::placeholder {
    color: white;
}

footer .box .newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-bottom: 30px;
    margin-top: 20px;
}

footer .box .social-icon,
.social-icon {
    line-height: 1;
}

footer .box .social-icon ul,
.social-icon ul {
    display: block;
    overflow: hidden;
}

footer .box .social-icon ul li,
.social-icon ul li {
    float: left;
}

footer .box .social-icon ul li a,
.social-icon ul li a {
    font-size: 30px;
    margin-right: 20px;
}

footer .box .social-icon ul li a i.facebook,
.social-icon ul li a i.facebook {
    color: #4267B2;
}

footer .box .social-icon ul li a i.twitter,
.social-icon ul li a i.twitter {
    color: #1DA1F2;
}

footer .box .social-icon ul li a i.instagram,
.social-icon ul li a i.instagram {
    color: #8a3ab9;
    background: -webkit-linear-gradient(#4c68d7, #cd486b, #fbad50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*end footer*/

/*start bottom footer*/
.bottom-footer {
    /*background: var(--primary-color);*/
    background: #f58220;
    color: white;
    padding: 10px 0;
}

.bottom-footer p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.bottom-footer .bottom-navbar ul.nav-links {
    overflow: hidden;
    display: block;
}

.bottom-footer .bottom-navbar ul.nav-links li {
    position: relative;
    float: left;
    line-height: 20px;
    color: white;
    font-weight: 300;
    margin-right: 15px;
    border-right: 1px solid white;
    padding-right: 15px;
    margin-top: 2px;
}

.bottom-footer .bottom-navbar ul.nav-links li a {
    color: white;
    font-weight: 500;
    font-size: 14px
}

.bottom-footer .bottom-navbar ul.nav-links li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/*end bottom footer*/

/*start owl slider approval*/
#owl-demo .item {
    margin: 3px;
    /*margin-right: 50px;*/
}

#owl-demo .item img {
    /*display: block;*/
    /*width: 100%;*/
    /*height: auto;*/
}

.owl-pagination {
    display: none;
}

/*end owl slider approval*/

/*start main page heading*/
.main-heading-page {
    background-image: url('~lib/image/slider/SLID-2.jpg');
    position: relative;
    padding: 50px 0px;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.main-heading-page:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(51, 51, 51, 0.60);
}

.main-heading-page .box .heading p {
    letter-spacing: 1px;
}

.main-heading-page .box .first {
    position: relative;
    float: left;
    color: #eae8e8;
    font-size: 30px;
    font-family: emoji;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.main-heading-page .box .first:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 20px;
    height: 2px;
    background-color: #ccc;
}

.main-heading-page .box .first:after {
    position: absolute;
    content: "";
    left: 24px;
    bottom: 0px;
    width: 10px;
    height: 2px;
    background-color: #ccc;
}

.main-heading-page .box .second {
    float: right;
    color: #eae8e8;
    font-size: 16px;
    /* margin-top: 11px; */
    line-height: 1.1;
}

.main-heading-page .box .second a {
    text-decoration: none;
    color: #f58220;
}

.main-heading-page .box .second a:hover,
.main-heading-page .box .second a:active,
.main-heading-page .box .second a:focus {
    color: #f4a024;
}

/*end main page heading*/

/*start page tab*/
.pages-tab {
    margin: 30px 0;
    background-color: white;
    /*background-image: linear-gradient(to right, white, #fffcd8, white);*/
}

.pages-tab .right-sidebar {
    padding: 20px 50px;
    margin-top: 25px;
    background-color: white;
    /* background-image: linear-gradient(to right, white, #fffcd8, white); */
}

.pages-tab .left-sidebar-tab {
    padding: 20px 0;
}

.pages-tab .left-sidebar-tab h3 {
    color: white;
    margin: 0;
    padding: 10px 15px;
    background: var(--primary-color);
    border-radius: 0px 0 0 0;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #f58220;
}

.pages-tab .left-sidebar-tab ul {
    background: #e8e8e8;
}

.pages-tab .left-sidebar-tab li.active {
    background: #fbf9f9;
    border-bottom: 1px solid #fbf9f9;
}

.pages-tab .left-sidebar-tab li span {
    display: none;
}

.pages-tab .left-sidebar-tab li.active span {
    float: right;
    display: inline-block;
    line-height: 20px;
}

.pages-tab .left-sidebar-tab li {
    padding: 10px 15px;
    border-bottom: 1px dotted #848181;
}

.pages-tab .left-sidebar-tab li:last-child {
    border-bottom: none;
}

.pages-tab .left-sidebar-tab a {
    color: black;
    font-size: 16px;
}

.pages-tab .right-sidebar h3 {
    border-bottom: 1px dotted #848181;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.pages-tab .right-sidebar .content {
    padding-top: 30px;
}

.pages-tab .right-sidebar .content .table>thead>tr {
    background: var(--primary-color);
    color: white;
    text-transform: uppercase;
}

.pages-tab .right-sidebar .content .table>thead>tr>th {
    border-color: white;
}

.pages-tab .right-sidebar .content .table>tbody>tr>td {
    letter-spacing: 1px;
    word-spacing: 1px;
}

/*end page tab    */

/*start approval*/
.foo-approval {
    /*background-color: #afb0d2;*/
    background-color: var(--primary-color);
    padding-top: 10px;
    padding-bottom: 10px;
}

/*end approval*/

/*start pages ul & coming-soon & pdleft & bottom line*/
ul.pages-ul li,
ol.pages-ol li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.1px;
    text-align: justify;
    margin-bottom: 10px;
}

ol.pages-ol>li {
    list-style: revert !important;
}

.coming-soon {
    font-size: 40px;
    color: var(--primary-color);
    font-weight: bold;
    font-family: cursive;
}

.pdLeft {
    padding-left: 15px;
}

.bottom-line {
    border-bottom: 1px dotted black;
}

/*end pages ul & coming-soon & pdleft & bottom line*/

/*start student login*/
.sidebar-img-ad .helpline-box {
    padding: 20px;
    /*border: 2px solid #92b8d4;*/
    background-color: #f58220;
    width: 226px;
    margin-bottom: 30px;
}

.sidebar-img-ad .helpline-box .content {
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-family: monospace;
    background: #e52323;
    padding: 8px 28px;
    transform: rotate(-4deg);
    text-align: center;
}

.sidebar-img-ad .helpline-box .help-mobile {
    text-align: center;
    color: #e52323;
    transform: rotate(-4deg);
    font-size: 20px;
    margin: 5px;
    font-weight: bold;
}

.right-sidebar .content-pd {
    padding-top: 20px !important;
}

.right-sidebar .content-pd .student-login .box-one {
    background-color: var(--primary-color);
    color: white;
    display: flow-root;
}

.right-sidebar .content-pd .student-login .box-one span {
    line-height: 55px;
    padding: 14px;
    font-size: 20px;
    font-weight: bold;
}

.right-sidebar .content-pd .student-login .box-one img {
    height: 59px;
    float: right;
    padding: 8px;
}

.right-sidebar .content-pd .student-login .box-sec {
    padding: 20px 25px;
    background-color: #f7f6f6;
    box-shadow: 0px 1px 3px 0px #ccc;
}

.right-sidebar .content-pd .student-login .box-sec .form-control {
    background-color: transparent;
    border-radius: 0;
    height: 45px;
}

.right-sidebar .content-pd .student-login .box-sec .btn {
    color: white;
    background-color: #f58220;
    font-size: 16px;
}

/*end student login*/

/*start faculty page*/
.faculty-css p {
    font-size: 18px !important;

}

.faculty-css table {
    margin-top: 40px;
}

/*end faculty page*/


/* start phd registration form*/
.phd-registration label {
    /*font-size: 14px;*/
    font-size: 12px;
    letter-spacing: 1px;
    height: 34px;
    padding: 6px 0px;
    line-height: 1.42857143;
    margin-bottom: 0;
}

.phd-registration .container-padd-tb {
    /*padding-top: 20px!important;
            padding-bottom: 20px!important;*/
    padding: 20px 25px;
}

.phd-registration h1,
.new-heading {
    /*background: var(--primary-color);
            color: white;*/
    /*background: #fffbd5;*/
    background-color: #fffbd5;
    background-image: linear-gradient(to right, #fffbd5, white, #fffbd5);
    color: var(--primary-color);
    margin: 0;
    padding: 50px;
    text-align: center;
    font-weight: bold;
    word-spacing: 5px;
}

.phd-registration .sub-heading:first-child {
    margin-top: 0;
}

.phd-registration .sub-heading {
    background: var(--primary-color);
    margin-top: 10px;
    padding-left: 35px;
    padding-right: 35px;
}

.phd-registration .sub-heading h2 {
    color: white;
    font-weight: bold;
    word-spacing: 5px;
    padding-top: 10px;
    margin: 0;
    font-size: 26px;
}

.phd-registration .sub-heading p {
    color: white;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 0px;
}

.phd-registration .img {
    /*margin: 70px 50px;*/
    margin: 70px 33px 45px;
    border: 1px solid #ccc;
    padding: 32px 15px;
}

.phd-registration .img img {
    height: 125px;
}

.phd-registration p.bot {
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
}

.phd-registration .verify-sum {}

/* end phd registration form*/

/* start course text image*/
.left-sidebar-tab .courses-img .img,
.right-sidebar .content .act-img {
    border: 1px solid #ccc;
    padding: 4px;
    margin-bottom: 20px;
}

/* end course text image*/

/*start feedback page style*/
.feedback-socialmedia ul.nav-tabs li>a {
    text-align: center;
    color: var(--primary-color);
}

.feedback-socialmedia ul.nav-tabs li.active>a {
    color: #f58220 !important;
}

.feedback-socialmedia ul.nav-tabs li.active>a:hover {
    border-bottom-color: white;
}

.feedback-socialmedia ul.nav-tabs li>a:hover {
    color: #f58220 !important;
    border-bottom: 1px solid #f58220;
    background-color: transparent !important;
}

.feedback-socialmedia ul.nav-tabs li>a>i {
    font-size: 25px;
}

.feedback-socialmedia ul.nav-tabs li>a>span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 500;
}

.feedback-socialmedia .tab-content .tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.feedback-socialmedia .tab-content iframe {
    width: -webkit-fill-available;
}

.right-sidebar .content .feedback-form label {
    color: #757474;
}

.right-sidebar .content .feedback-form .form-group {
    margin-bottom: 25px;
}

.right-sidebar .content .feedback-form .ffc {
    height: 42px;
    font-size: 16px;
}

/*end feedback page style*/

/* start helpline img*/
.helpline-img {
    border: 1px solid #ccc;
    padding: 4px;
}

.helpline-img img {
    box-shadow: 0px 0px 7px 0px #949393;
}

/* end helpline img*/

/* start sidebar enquire form */
.sidebar-enquiry-now {}

.sidebar-enquiry-now .content {
    border: 5px solid #b9b7b7;
}

.sidebar-enquiry-now .content h4 {
    text-transform: uppercase;
    margin: 0;
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

.sidebar-enquiry-now .content h4:before {
    position: absolute;
    content: "";
    margin: auto;
    /* bottom: 0px; */
    left: 0px;
    right: 0px;
    top: 46px;
    border-top: 10px solid #f58220;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
}

.sidebar-enquiry-now .content form {
    padding: 25px 10px 5px 10px;
    background-color: #eeeeee;
}

.sidebar-enquiry-now .content .form-control {
    outline: none;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #b9b7b7;
    background-color: transparent;
}

.sidebar-enquiry-now .content .input-group-addon {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #b9b7b7;
    background-color: transparent;
}

.sidebar-enquiry-now .btn-send {
    font-size: 16px;
    font-weight: bold;
}

/* end sidebar enquire form */

/*start form Thank you message*/
@media (min-width: 992px) {
    .thankyou-modal .modal .modal-lg {
        width: 1000px !important;
    }
}

.thankyou-modal .modal {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.thankyou-modal .modal .modal-content {
    background-color: #f3f3f3;
    border-radius: 20px;
}

.thankyou-modal .modal .modal-body {
    padding: 15px 20px 15px 20px;
}

.thankyou-modal .btn-close {
    position: absolute;
    right: -23px;
    top: -23px;
    border: 2px solid;
    border-radius: 50%;
    padding: 3px 6px;
    color: white;
    /* background: transparent; */
    opacity: inherit;
}

.thankyou-modal .modal-dialog {
    margin-top: 100px;
}

/*start form Thank you message*/

/* start responsive div*/
.response-box {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* end responsive div*/

/*start phd registration hide/show qualification details*/
.show-hide-col-xs-5 {
    display: none;
}

/*end phd registration hide/show qualification details*/

/*start slider approval*/
.slick-prev {
    left: -15px;
}

.slick-next {
    right: -15px;
}

/*end slider approval*/

/*start media query */
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .header-lower .navbar-default .navbar-nav>li>a {
        font-size: 9px !important;
        padding: 0px 9px !important;
    }

    .main-header .response-navbar .inner-container {
        padding-left: 0 !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome .program-finder {
        width: auto !important;
        height: auto !important;
    }

    .header-lower .logo-box .logo a img {
        height: 75px !important;
    }

    .aiu-tab-dropdown {
        width: 140px !important;
        left: -30px !important;
    }

    .aiu-tab-dropdown li a {
        font-size: 11px !important;
    }

    .hover-aiu-tab:last-child .aiu-tab-dropdown {
        left: -50px !important;
    }

    .phd-registration .img {
        margin: 70px 25px !important;
    }

}

@media screen and (max-width: 991px) {
    .welcome .col-lg-8 {
        padding-right: 15px !important;
    }

    .welcome {
        background: transparent !important;
        box-shadow: none !important;
    }

    .welcome .welcome-text {
        box-shadow: 0px 0px 12px 0px #949393 !important;
        background-color: #e8e8e8 !important;
    }

    .welcome .col-lg-4 {
        padding-left: 15px !important;
    }

    .welcome .program-finder {
        box-shadow: 0px 0px 12px 0px #949393 !important;
        box-shadow: none !important;
        width: auto !important;
        height: auto !important;
        position: static !important;
        margin-top: 15px;
    }

    .admission-form .af-form {
        box-shadow: none !important;
    }

    .admission-form .col-lg-8 {
        padding-right: 15px !important;
    }

    .admission-form .col-lg-4 {
        padding-left: 15px !important;
    }

    .admission-form .admission-text {
        box-shadow: 0px 0px 12px 0px #949393 !important;
        height: auto !important;
    }

    .admission-form .enq-form {
        /*box-shadow: 0px 0px 12px 0px #949393!important;*/
        margin-top: 15px !important;
    }

    .col-ms-3-side-menu-hide {
        display: none !important;
    }

    .phd-registration label {
        font-size: 11px;
    }

    .phd-registration .sub-heading h2 {
        font-size: 20px;
    }

    .phd-registration .sub-heading p {
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .stu-coll-noti .box-sec h4 {
        font-size: 16px !important;
    }

    .stu-coll-noti .box-sec ul.marq-ul li {
        font-size: 14px !important;
    }

    .feedback-socialmedia ul.nav-tabs li>a>span {
        font-size: 9px !important;
    }

    footer .box .content .text {
        border-bottom: none !important;
    }

    footer .box .newsletter .form-control {
        width: 30% !important;
    }

    footer .box .newsletter .sub-btn {
        width: 20% !important;
    }

    .header-lower .logo-box .logo a img {
        height: 68px !important;
    }

    .header-lower .navbar-default .navbar-nav>li>a {
        margin-top: 15px !important;
        margin-bottom: 5px !important;
    }

    .aiu-tab-dropdown {
        width: 140px !important;
        left: -30px !important;
    }

    .aiu-tab-dropdown li a {
        font-size: 11px !important;
    }

    .hover-aiu-tab:last-child .aiu-tab-dropdown {
        left: -50px !important;
    }

    .hover-aiu-tab:first-child .aiu-tab-dropdown {
        left: -15px !important;
    }

    .pages-tab .left-sidebar-tab .helpline-img {
        display: none !important;
    }

    /*.admission-form .enq-form ul{
    display: inline-table;
}
.admission-form .enq-form ul li{
    display: inline-block;
    width: 50%;
}*/
    .phd-registration .img {
        margin: 20px 20px 20px 0 !important;
        padding: 15px 15px !important;
    }

    .phd-registration-img-upload-b1,
    .phd-registration-img-upload-b2 {
        display: inline-block !important;
    }

    .height-45 {
        height: 45px !important;
    }
}

@media screen and (max-width: 767px) {
    .main-header .top-bar .login {
        display: none;
    }

    footer .box .content .heading h4 {
        text-align: center !important;
    }

    footer .box .content .useful-link ul li a {
        font-size: 14px !important;
    }

    footer .box .content .text {
        border-bottom: none !important;
    }

    footer .box .content {
        /*text-align: center!important;*/
    }

    footer .box .newsletter .sub-btn {
        width: 100% !important;
        margin-top: 10px !important;
        margin-left: 0;
    }

    .admission-form .enq-form ul li {
        font-size: 14px !important;
    }

    .welcome {
        margin: 20px 0 !important;
    }

    .main-header .top-bar .login ul {
        display: none !important;
    }

    .main-header .top-bar {
        height: 42px !important;
    }

    .header-top .auto-container .inner-container .top-left .top-marquee {
        display: none !important;
    }

    .main-header .response-navbar {
        max-width: none !important;
        height: auto !important;
    }

    .main-header .response-navbar .inner-container {
        padding-left: 0 !important;
    }

    .main-header .header-lower .navbar-collapse {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .header-lower .navbar-default .navbar-nav>li>a {
        padding: 0 15px !important;
    }

    .aiu-tab-dropdown {
        position: static !important;
        width: auto !important;
        left: 0 !important;
        margin: 10px 15px;
    }

    .applycenter-logo {
        top: 150px !important;
    }

    .scholarship-test {
        bottom: 150px !important;
    }

    .main-heading-page {
        padding: 40px 0px !important;
    }

    .main-heading-page .box .first {
        display: block !important;
        text-align: center !important;
        font-size: 24px !important;
        padding-bottom: 7px !important;
        float: none !important;
    }

    .main-heading-page .box .second {
        display: block !important;
        text-align: center !important;
        font-size: 11px !important;
        float: none !important;
    }

    .main-heading-page .box .first:before {
        display: none !important;
    }

    .main-heading-page .box .first:after {
        display: none !important;
    }

    .hide-col-xs-12 {
        display: none !important;
    }

    .phd-registration .img img {
        height: 140px !important;
    }

    .phd-registration .img {
        margin: 15px 50px !important;
        padding: 15px !important;
    }

    .show-hide-col-xs-5 {
        display: block !important;
    }

    .margin-t20-xs {
        margin-top: 20px !important;
    }
}

@media screen and (min-width: 992px) {
    .col-sm-offset-2-margin {
        margin-left: 0 !important;
    }
}

/*end media query */


/*start slick prev button*/
.slick-prev:before,
.slick-next:before {
    color: var(--primary-color);
}

.slick-dots {
    display: none !important;
}

/*end slick prev button*/

/* start heading*/
.new-heading {
    border-bottom: 5px solid var(--primary-color);
    padding: 40px;
}

.new-heading h1 {
    margin-bottom: 0px;
}

.new-heading>p {
    font-size: 10px;
    text-align: center;
    margin-bottom: 0;
}

/* end heading*/

/* start acc form and admission form*/
.acc_box {
    border: 4px solid var(--primary-color);
    border-radius: 10px;
    background-color: #fffbd5;
    box-shadow: 0px 0px 7px 1px #e8e4e4;
}

.acc_box h2 {
    text-align: center;
    color: white;
    margin: 0;
    padding: 10px 0 12px 0;
    background-color: var(--primary-color);
    font-size: 24px;
}

.acc_box_padding {
    padding: 25px 25px 10px;
}

.adharcard_show,
.pancard_show,
.other_show,
.employed_show,
.communication-details,
.qualification-details,
.programme-details,
.fee-details,
.payment-details,
#country_other,
#country_india,
.voter_id_card_show,
.passport_show {
    display: none;
}

.step_verify .circle_box span {
    font-size: 25px;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #e2e1e1;
    border-radius: 50%;
    line-height: 1.7;
    color: #777676;
}

.step_verify .circle_box span .fa-lock,
.step_verify .circle_box span .fa-check {
    padding: 10px !important;
}

.step_verify .circle_box p {
    text-align: center;
    color: white;
    font-size: 10px;
}

.step_verify {
    padding: 10px;
    background: var(--primary-color);
}

/* end acc form and admission form*/


/* start whatsapp */
.whatsapp {
    position: fixed;
    /*top: 520px;*/
    bottom: 20px;
    z-index: 999997;
    left: 20px;
}

.whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -45px;
    opacity: 0;
    transition: opacity 0.3s;
}

.whatsapp .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.whatsapp:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


/*========= Our Blogs =========*/
.blog{position: relative;
    border-radius: 6px;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 25px;
	background-color: #fff;}
.blog .tmb{width: 100%;height: 200px;}
.blog .tmb img{width: 100%;
    height: 100%;
    object-fit: cover;}
.blog-dec{position: relative;
    padding: 10px 15px 15px;}
.blog-dec h4{    font-size: 20px;
    margin-bottom: 15px;
    text-transform: inherit;
    font-weight: 600;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;}
.blog-dec h4 a{color: #160d38;}
.blog-dec p{font-size: 16px;line-height: 22px;color: #878282;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
    -webkit-box-orient: vertical;}
.blog .readmore{   color:#243c6c;
    font-weight: 500;
    font-size: 13px;
    text-decoration:none;}
.blog .readmore:hover{text-decoration:underline;color:#2851a5;}
.blog-cate{position: relative;}
.blog-cate .btn{font-size: 13px;
    padding: 5px 12px;
    margin-bottom: 10px;
    background-color: #fdf9f5;
    border-color: #fdf9f5;
    font-weight: 500;
    color: var(--secondary-color);}
.blog-cate .btn:hover{background-color: var(--secondary-color);
    border-color: var(--secondary-color);color: #fff;}
.blog-sublist{position: relative;}
.blog-sublist>li{margin-right: 20px;font-size: 14px;color: #777;font-weight: 400;}
.blog-sublist>li:last-child{margin-right: 0px;}

/*======== Blog Detail =======*/
blog-detail{position: relative;padding-bottom: 40px;}
.blog-detail img{width: 100%;border-radius: 8px;margin-bottom:20px;}
.blog-detail-dec{ position: relative;}
.blog-detail-dec h1{font-size: 46px;margin-bottom: 15px;font-weight: 600;}
.blog-detail-dec h2{font-size: 28px;}
.blog-detail-dec h3{font-size: 24px;}
.blog-detail-dec h4{font-size: 26px;    font-weight: 700;}
.blog-detail-dec p{font-size: 18px;margin-bottom: 20px;}
.phra-header{border-left: 5px solid var(--secondary-color);
    padding: 15px 25px;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: #f7f7f7;
    border-radius: 12px;}
.phra-header p{margin-bottom: 0px;font-size: 22px;font-weight: 400;line-height: 32px;}
.blog-detail .blog-sublist {border-bottom: 1px solid #ddd;padding-bottom: 15px;margin-bottom: 15px;}
.blog-detail .blog-sublist>li {font-size: 16px;}
.blog_sidebar_inner{    padding:20px;
    background-color: #fff;
    border-radius:6px;position: sticky;top: 90px;
    border: 1px solid #ddd;}
	.blog_sidebar_inner h2{font-size:22px;font-weight: 600;}
.search-form-group{position: relative;    margin-bottom: 20px;}
.search-form-group .form-control {
    box-shadow: none;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    height: 45px;
    border-radius: 8px;
}
.search-form-group .input-group .btn {
    padding: 4px 15px; border-radius: 8px;
}
.cate-menu{}
.cate-menu>li{font-size: 16px;
    color: #777;
    font-weight: 400;
    padding: 12px 0px;
    border-bottom: 1px solid #ededed;}
.cate-menu>li span{}
.cate-menu>li>a{color: #777;}
.cate-menu>li>a:hover{color:var(--secondary-color);}
.blog-media{position: relative;}
.blog-media .media{margin-bottom: 20px;}
.blogcate-img{width: 75px;height: 75px;border-radius: 6px;overflow: hidden;margin-right: 15px;}
.blogcate-img>img{width: 100%;height: 100%;object-fit: cover;}
.blog-media h5{ font-size: 14px;
    font-weight: 600;
    text-align: left;}
.blog-media h5 a{color: #160d38;}
.tags-nav{}
.tags-nav>li{margin-bottom: 10px;margin-right: 10px;}
.tags-nav>li:last-child{margin-right: 0px;}
.tags-nav>li>a{font-size: 14px;
    padding: 6px 12px;border-radius: 4px;
    background-color: #fdf9f5;
    font-weight: 500;
    color: #555;}
.tags-nav>li>a:hover{background-color: var(--secondary-color);color: #fff;}
.navigation-number{margin-top: 30px;}
 .navigation-number .page-link {color: #37454E;font-weight: 700;
    border: none;}
.navigation-number .page-link-prev, .navigation-number .page-link-next{width: 30px;
    height: 30px;
    background-color: #f0f0f0;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    padding: 0px;}
.navigation-number .page-item.active .page-link {
    z-index: 3;
    color: var(--secondary-color);
    background-color: transparent;
    border-color: transparent;
}
.navigation-number .page-link:hover {
    z-index: 2;
    color: var(--secondary-color);
    background-color: transparent;
    border-color: transparent;
}
.navigation-number .page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.navigation-number .page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
/*========= Our Blogs End =========*/
/*========= Campus gallery =========*/
.m-auto20{margin-left: 20px;margin-right: 20px;}
.glrycp-img{width: 100%;height: 190px;overflow: hidden;margin-bottom: 20px;}
.glrycp-img>img{width: 100%;height: 100%;object-fit: cover;}
.computer-glry-3 .glrycp-img{height: 240px;}


/*=========== Payment =========*/
.nav-step .nav-link {padding: 5px;margin: 5px;
    color: #777;font-size: 14px;
    background-color: #fff;text-align: center;}
.nav-step .nav-link>span{width: 35px;
    height: 35px;
    display: block;
    margin: 5px auto;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;}
.nav-step .nav-link:hover{}
.nav-step .nav-link.active{color: var(--secondary-color);}
.nav-step .nav-link.active>span{background-color:var(--secondary-color);color: #fff;}
.payment-form{    border-top: none;
    border-radius: 12px;}
    .payment-form .form-ctrl {
        background-color: #F7F7F7;
        border: 1px solid var(--primary-color);
    }
.contact-form .accordion-item {border: none;margin-bottom: 10px;}
.contact-form  .accordion-button{    background-color: var(--secondary-color);
    color: #000;
    padding: 12px 15px;
    border-radius: 0px !important;
    font-size: 18px;
    font-weight: 500;}
.contact-form .accordion-button:not(.collapsed) {
    background-color: var(--secondary-color);
    color: #000;
    box-shadow: none;
}
.contact-form .accordion .accordion-button::after {content: "\f107";font: normal normal normal 14px / 1 FontAwesome;
    background-image: none;font-size: 22px;
    text-align: center;
}
.contact-form .accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);-webkit-transform: rotate(0deg);-o-transform: rotate(0deg);
}
.payment-form .list-point h5{font-size: 15px;}
.payment-form .list-point ul li {
    line-height: 20px;
    font-size: 12px;}
/*=========== Payment End=========*/

@media screen and (max-width: 425px) {
    .institution-highlights .owl-ih {
        margin: 0px 40px !important;
    }
}

@media screen and (min-width: 426px) and (max-width: 768px) {
    .institution-highlights .owl-ih {
        margin: 0px 60px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .institution-highlights .owl-ih {
        margin: 0px 25px !important;
    }
}



@media screen and (min-width: 992px) and (max-width: 1199px) {
    .new-faculty .first-row-nf .box:after {
        width: 122px !important;
    }

    .new-faculty .first-row-nf .col-lg-6:last-child .col-lg-3:last-child .box:after {
        width: 3px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .new-faculty .first-row-nf .box:after {
        width: 188px !important;
    }

    .new-faculty .first-row-nf .col-lg-6:last-child .col-lg-3:nth-child(2) .box:after {
        width: 3px !important;
    }

    .new-faculty .first-row-nf .col-lg-6:last-child .col-lg-3:last-child .box:after {
        width: 3px !important;
    }
}

@media screen and (max-width: 767px) {
    .new-faculty .first-row-nf .box:after {
        width: 190px !important;
    }

    .new-faculty .first-row-nf .col-lg-6:last-child .col-lg-3 .box:after {
        width: 3px !important;
    }
}


.sb-chat-btn:hover,
.sb-chat-btn {
    background-color: #f58220;
}

.blink_me {
    animation: blinker 0.8s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}