@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    font-size: 16px;
    color: #6A6A6A;
    font-family: 'Metropolis Regular';
}

@font-face {
    font-family: 'Metropolis Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Metropolis Regular'), url('../metropolis-webfont/Metropolis-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Metropolis Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Metropolis Medium'), url('../metropolis-webfont/Metropolis-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Metropolis Semi Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Metropolis Semi Bold'), url('../metropolis-webfont/Metropolis-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Metropolis Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Metropolis Bold'), url('../metropolis-webfont/Metropolis-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Metropolis Extra Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Metropolis Bold'), url('../metropolis-webfont/Metropolis-ExtraBold.woff') format('woff');
}

.btn,
.btn:focus {
    outline: none !important;
    box-shadow: none;
}

a,
a:hover {
    text-decoration: none !important;
    cursor: pointer;
    color: #004E95;
    transition: all .4s linear 0s;
}

ul {
    margin: 0;
    padding: 0;
}

.btn {
    width: 100%;
    padding: 0 15px;
    height: 36px;
    line-height: 34px;
    max-width: 130px;
    text-align: center;
    text-transform: capitalize;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 5px;
}

.btn-border {
    background-color: transparent;
    border-radius: 150px;
    border: 1px solid #000000;
    font-size: 12px;
    color: #000000;
}

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

.btn-theme {
    background-color: #004E95;
    border-radius: 180px;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid #004e95;
}

.btn-theme:hover {
    background: transparent;
    color: #004E95;
}

.btn-black {
    background-color: #000000;
    border-radius: 180px;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid #000000;
}

.btn-black:hover {
    background: transparent;
    color: #000000;
}

.p-t {
    padding-top: 100px;
}

.p-b {
    padding-bottom: 100px;
}

.p-tb {
    padding: 100px 0;
}

.sticky-top {
    /* height: 100vh; */
}

.dialog-off-canvas-main-canvas {
    /* height: 100vh; */
}

div#block-vlcc-page-title {
    display: none;
}

header {
    width: 100%;
    position: relative;
}

header .container-fluid {
    padding: 0 20px;
    max-width: 1600px;
}

header .top-header {
    width: 100%;
    background-color: #000000;
    padding: 14px 0;
}

header .top-header .social-media-menu {
    width: 100%;
    display: flex;
    align-items: center;
}

header .top-header .social-media-menu .left-menu {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #f36f25;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
}

header .top-header .social-media-menu .left-menu a {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    padding: 0px 5px;
    text-transform: uppercase;
}

header .top-header .social-media {
    width: 100%;
    text-align: right;
    max-width: 140px;
}

header .top-header .social-media li {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
}

header .top-header .social-media li a {
    color: #fff;
    font-size: 16px;
}

header .navbar {
    width: 100%;
    padding: 0;
}

header .navbar .navbar-brand {
    padding: 0;
}

header .navbar .navbar-collapse .navbar-nav {
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    padding: 40px 6px;
    text-transform: uppercase;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #004e95;
}

header .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
    padding: 0 0 0 5px;
}

header .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
}

header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li {
    width: 100%;
}

header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    top: 100%;
    border: 0;
    box-shadow: 0 2px 13px rgb(0 0 0 / 12%);
    border-radius: 0 0 10px 10px;
    padding: 0;
    overflow: hidden;
}

header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    padding: 12px 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .trigger {
    display: none;
}

.header.sticky {
    position: fixed;
    background: #fff;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    animation: sticky 1.2s;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
}

.header.sticky .top-header {
    /* display: none !important; */
}

.header.sticky .navbar .navbar-collapse .navbar-nav .nav-item a {
    color: #6A6A6A;
    margin: 0;
}

@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}

footer {
    padding: 50px 0 0px;
    width: 100%;
    background-color: #000000;
}

footer .container-fluid {
    padding: 0 50px;
    max-width: 1600px;
}

footer .inner {
    width: 100%;
}

footer .inner .footer-logo img {
    margin-bottom: 30px;
}

footer .inner .title {
    font-family: 'Cormorant';
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 15px;
}

footer .inner ul {
    width: 100%;
}

footer .inner ul li {
    width: 100%;
    list-style: none;
    margin: 5px 0;
}

footer .inner ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    color: #FFFFFF;
}

footer .inner ul li.address {
    width: 54%;
    margin-bottom: 15px;
}

footer .inner ul li.icon-address {
    margin: 15px 0;
}

footer .inner ul li.icon-address a {
    padding-left: 30px;
    position: relative;
    display: inline-block;
    line-height: 20px;
}

footer .inner ul li.icon-address a img {
    position: absolute;
    left: 0;
    top: 0;
}

footer .inner ul li.icon-address a .mail {
    text-transform: lowercase;
}

footer .inner ul li.social-icons a {
    margin: 0 15px 0 0;
    font-size: 20px;
}

footer .inner.forth-col ul {
    margin: 0 0 40px;
}

footer .copy {
    width: 100%;
    padding: 15px 0;
    background-color: #000000;
    border-top: 0.5px solid #939393;
    margin-top: 15px;
}

footer .copy p {
    font-family: 'Montserrat';
    margin: 0;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
}

footer .copy .inner_botton_footer {
    margin: 0;
}

footer .copy .left_fbottom {
    width: 100%;
    display: inline-block;
}

footer .copy .left_fbottom p {
    text-align: left;
}

footer .copy .right_fbottom {
    text-align: right;
    width: 100%;
    display: none;
}

footer .copy .right_fbottom p {
    display: inline-block;
}

footer .footer-bottom {
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 20px;
}

footer .footer-bottom h3 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
}

footer .footer-bottom ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer-bottom ul li {
    list-style: none;
}

footer .footer-bottom ul li a {
    font-size: 15px;
    line-height: 15px;
    text-transform: capitalize;
    color: #FFFFFF;
    position: relative;
    padding: 2px 10px;
}

footer .footer-bottom ul li a:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1px;
}

footer .footer-bottom ul li:last-child a:after {
    display: none;
}

footer .inner ul li a:hover,
footer .footer-bottom ul li a:hover {
    color: #f36f25;
}


/*Home-page-start*/

.banner-carousel .carousel-item img {
    /* height: 520px;
    object-fit: cover; */
}
/*Blogs-extra-css-start*/
.blog-page .blog-page-inner .left-side .blog .blog-inner .blog-content-header .blog-title + a {

    text-transform: uppercase;
}
/*Blogs-extra-css-End*/
.banner-carousel .carousel-item .carousel-caption {
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    text-align: left;
    padding: 0 30px;
    bottom: inherit;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner-carousel .carousel-item .carousel-caption h5 {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 106.62%;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
    width: 100%;
}

.home-banner .carousel-item .mobile-banner {
    display: none;
}
.course_banner_mobile {
    display: none;
}
.banner-carousel .carousel-item .carousel-caption h1 {
    font-family: 'Metropolis Bold';
    font-size: 57px;
    line-height: 120.62%;
    text-transform: uppercase;
    color: #000000;
    margin: 20px 0;
    width: 100%;
}

.banner-carousel .carousel-item .carousel-caption .group-action {
    width: 100%;
}

.banner-carousel .carousel-item .carousel-caption h1 span {
    font-size: 50px;
    font-family: 'Metropolis Regular';
}

.banner-carousel .carousel-indicators button {
    width: 8px;
    height: 8px;
    background-color: #CACACA;
    border-radius: 50%;
}

.banner-carousel .carousel-indicators button.active {
    background-color: #000;
}

.about-section {
    width: 100%;
    position: relative;
}

.about-section .img {
    width: 100%;
    position: relative;
    padding: 30px 0;
}

.about-section .img img {
    position: relative;
}

.about-section .img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background-color: rgba(242, 111, 33, 0.1);
    margin: 0 auto;
}

.course-section-top .img:before {
    display: none;
}
.course-section-top .img {
	padding: 0;
}
.about-section .content {
    width: 100%;
}

.about-section .content p {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin: 0 0 20px;
}
.shapnig-about .shaping-confidence {
	text-align: center;
}
.shapnig-about .shaping-confidence .description {
    display: none;
}
.small-title {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 20px;
    width: 100%;
    display: inline-block;
}

.title {
    font-family: 'Metropolis Medium';
    font-size: 36px;
    line-height: 43px;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 20px;
    width: 100%;
    display: inline-block;
}

.title2 {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 15px;
    width: 100%;
    display: inline-block;
}

.courses-section {
    width: 100%;
    position: relative;
}

.section-header {
    width: 100%;
    text-align: center;
    margin: 0 auto 50px;
}

.section-header p,
.section-header .description {
    font-size: 18px;
    line-height: 30px;
    color: #444343;
    width: 100%;
    display: inline-block;
}

.courses-section .courses {
    width: 100%;
    position: relative;
}

.courses-section .courses .courses-inner {
    width: 100%;
    position: relative;
    margin-top: 24px;
}

.courses-section .courses .courses-inner .content {
    position: absolute;
    top: 50px;
    right: 15px;
    max-width: 245px;
    padding-left: 20px;
}

.courses-section .courses .courses-inner .content h4 {
    font-family: 'Metropolis Medium';
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
}

.courses-section .courses .courses-inner .content h4:before {
    position: absolute;
    content: '';
    top: -8px;
    left: -17px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 78, 149, 0.3);
}

.courses-section .courses .courses-inner .content p {
    font-size: 16px;
    line-height: 24px;
    color: #444343;
}

.courses-section .courses .courses-inner .content .ffa-fw:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-left: 10px;
}

.brilliance-section {
    width: 100%;
    position: relative;
    padding: 80px 0;
}

.brilliance-section .achive {
    text-align: center;
    margin: 70px 0 0;
}

.brilliance-section .achive .count-txt {
    font-family: 'Metropolis Bold';
    font-size: 40px;
    line-height: 34px;
    text-transform: capitalize;
    color: #004E95;
    margin-bottom: 10px;
}

.brilliance-section .achive .text {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
}

.choose-section {
    width: 100%;
    position: relative;
}

.choose-item {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.choose-item .img {
    position: relative;
    width: 92px;
    display: inline-block;
    height: 70px;
}

.choose-item .text {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin: 10px 0 0;
}

.choose-item .img:before {
    position: absolute;
    content: '';
    top: -10px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 78, 149, 0.1);
}

.placement-section {
    width: 100%;
    position: relative;
    padding: 50px 0;
    background-color: #FBFBFB;
}

.placement-section .partners-carousel .item {
    width: 100%;
    text-align: center;
}

.placement-section .partners-carousel .item img {
    width: auto;
    display: inline-block;
    margin: auto;
}

.placement-section .partners-carousel .item .single-brand {
    display: inline-block;
}

.workshops-section {
    width: 100%;
    position: relative;
}

.workshops-section .workshops-item {
    width: 100%;
    position: relative;
}

.workshops-section .workshops-item img {
    height: 480px;
    object-fit: cover;
}

.workshops-section .workshops-item .content {
    position: absolute;
    bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    width: calc(100% - 40px);
    left: 0;
    right: 0;
    margin: auto;
    padding: 25px 15px;
}

.workshops-section .workshops-item .content .time {
    position: absolute;
    right: 15px;
    top: 25px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.01em;
    color: #000000;
}

.workshops-section .workshops-item .content h4 {
    font-family: 'Metropolis Medium';
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 15px;
}

.workshops-section .workshops-item .content p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #403E3E;
    margin-bottom: 20px;
}

.faculty-section {
    width: 100%;
    position: relative;
}

.faculty-section .faculty-carousel {
    padding: 0 50px;
    margin: auto;
}

.faculty-inner {
    width: 100%;
    position: relative;
}

.faculty-inner img {
    width: 100%;
}

.faculty-inner .content {
    width: 100%;
    position: relative;
    padding: 20px 0 0;
}

.faculty-inner .content h4 {
    font-family: 'Metropolis Medium';
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.faculty-inner .content p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #403E3E;
    margin-bottom: 0;
}

.faculty-section .owl-nav {
    right: 0;
    position: absolute;
    top: 38%;
    display: block !important;
    width: 100%;
}

.faculty-section .owl-nav .owl-prev {
    transform: rotate(180deg);
}

.faculty-section .owl-nav .owl-next {
    float: right;
}

.faculty-section .owl-nav button {
    background-image: url('../images/icons/forword.svg') !important;
    width: 50px;
    height: 50px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.faculty-section .owl-nav button span {
    display: none;
}

.faculty-section .owl-dots {
    display: block !important;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.faculty-section .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #CACACA;
    border-radius: 50%;
    margin: 2px;
}

.faculty-section .owl-dots .owl-dot.active {
    background-color: #000;
}

.testimonial-section {
    width: 100%;
    position: relative;
}

.testimonial-section .carousel-inner .carousel-item {
    padding: 40px;
}

.testimonial-section .carousel-inner .carousel-item:before {
    position: absolute;
    content: '';
    width: calc(100% - 80px);
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(242, 111, 33, 0.05);
}

.testimonial-section .carousel-inner .carousel-item .content {
    width: 100%;
    position: relative;
    padding: 150px 0 50px;
}

.testimonial-section .carousel-inner .carousel-item .content p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.testimonial-section .carousel-inner .carousel-item .content .name {
    font-family: 'Metropolis Bold';
    font-size: 18px;
    line-height: 24px;
    color: #004E95;
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}

.testimonial-section .carousel-inner .carousel-item .content:before {
    position: absolute;
    content: '';
    width: 140px;
    height: 100px;
    top: 0;
    left: 0;
    background-image: url('../images/icons/quote.png') !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.testimonial-section .carousel-control {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 999;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-section .carousel-control button {
    position: static;
    width: auto;
    margin: 0 10px;
    opacity: 1;
}

.testimonial-section .carousel-control button.carousel-control-prev {
    transform: rotate(180deg);
}

.demo-section {
    width: 100%;
    position: relative;
}

.form-theme {
    width: 100%;
    position: relative;
}

.form-theme .form-group {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}

.form-theme .form-control {
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    outline: none;
    box-shadow: none;
}

.form-theme .form-control::placeholder {
    color: #000000;
}

.form-theme select option {
    padding: 5px 10px;
}

.beautiful-section {
    width: 100%;
    position: relative;
}

.beautiful-section .beautiful-item {
    width: 100%;
    position: relative;
}

.beautiful-section .beautiful-item .content {
    width: 100%;
    position: relative;
    padding: 25px 0 0;
}

.beautiful-section .beautiful-item .content h4 {
    font-family: 'Metropolis Medium';
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 10px;
    min-height: 72px;
    width: 100%;
    display: inline-block;
}

.beautiful-section .beautiful-item .content p {
    font-size: 16px;
    line-height: 24px;
    color: #444343;
    margin: 15px 0 0;
}

.beautiful-section .beautiful-item .content .time {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background-color: #004E95;
    padding: 5px 10px;
}

.beautiful-section .beautiful-carousel .owl-dots {
    display: block !important;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.beautiful-section .beautiful-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #CACACA;
    border-radius: 50%;
    margin: 2px;
}

.beautiful-section .beautiful-carousel .owl-dots .owl-dot.active {
    background-color: #000;
}


/*Home-page-close*/


/*Skill-initiatives-page-close*/

.banner-inner {
    width: 100%;
    position: relative;
    height: 450px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-inner .content {
    width: 100%;
    position: absolute;
    left: 0;
    margin: auto;
    text-align: left;
    padding: 0 30px;
    bottom: inherit;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-inner .content h1 {
    font-family: 'Metropolis Regular';
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #000000;
    max-width: 550px;
}

.center {
    text-align: center;
}

.skill-section {
    width: 100%;
    position: relative;
}

.skill-section .skill-list {
    width: 100%;
    position: relative;
    padding: 50px 0;
    margin: 0;
}

.skill-section .skill-list table {
    margin: 50px 0 0;
    width: 100%;
    border-color: #000000;
}

.skill-section .skill-list table tr td {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #444343;
    background: rgba(242, 111, 33, 0.1);
    width: 50%;
    padding: 15px;
}


/*Skill-initiatives-page-close*/


/*Contact-page-start*/

.contact-icons .choose-item {
    margin: 0;
}

.contact-map {
    width: 100%;
    position: relative;
    height: 400px;
}


/*Contact-page-close*/


/*Feedback-page-start*/

.form-theme .form-group.captcha .form-control {
    padding-right: 100px;
}

.form-theme .form-group.captcha .problem {
    width: 100px;
    position: absolute;
    top: 10px;
    right: 0;
    text-align: right;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}

.form-theme .form-group .fas {
    cursor: pointer;
}


/*Feedback-page-close*/


/*Enquiry-page-start*/

.privacy-section,
.terms-condition {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background-color: rgba(242, 111, 33, 0.05);
}

.privacy-section p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin: 0;
}


/*Enquiry-page-close*/


/*Testimonials-page-Start*/

.studenttalk-section {
    width: 100%;
    position: relative;
}

.studenttalk-section .studenttalk-carousel {
    padding: 0 50px;
}

.studenttalk-section .studenttalk-carousel .item {
    padding: 20px;
}

.studenttalk-section .studenttalk-carousel .item .studenttalk-item {
    width: 100%;
    position: relative;
    margin-top: 50px;
    background-color: #FFFFFF;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.studenttalk-section .studenttalk-carousel .item .studenttalk-item .img {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    top: -50px;
}

.studenttalk-section .studenttalk-carousel .item .studenttalk-item .img img {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
}

.studenttalk-section .studenttalk-carousel .item .studenttalk-item .content {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 50px 20px 20px;
    min-height: 390px;
}

.studenttalk-section .studenttalk-carousel .item .studenttalk-item .content h4 {
    font-family: 'Metropolis Bold';
    font-size: 18px;
    line-height: 24px;
    color: #004E95;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}

.studenttalk-section .studenttalk-carousel .item .studenttalk-item .content p {
    font-size: 16px;
    line-height: 27px;
    color: #000000;
}

.studenttalk-section .studenttalk-carousel .item .studenttalk-item .content .quote {
    width: auto;
    display: inline-block;
}

.studenttalk-section .studenttalk-carousel .owl-nav {
    right: 0;
    position: absolute;
    top: 38%;
    /* display: block !important; */
    width: 100%;
}

.studenttalk-section .studenttalk-carousel .owl-nav .owl-prev {
    transform: rotate(180deg);
}

.studenttalk-section .studenttalk-carousel .owl-nav .owl-next {
    float: right;
}

.studenttalk-section .studenttalk-carousel .owl-nav button {
    background-image: url('../images/icons/forword.svg') !important;
    width: 50px;
    height: 50px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.studenttalk-section .studenttalk-carousel .owl-nav button span {
    display: none;
}


/*Testimonials-page-close*/


/*franchise-page-start*/

.franchise-block .title {
    margin-bottom: 10px;
}

.franchise-block .revenue {
    font-family: 'Metropolis Medium';
    background-color: #000000;
    font-size: 24px;
    line-height: 36px;
    /* text-align: center; */
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 10px 20px;
    width: auto;
    display: inline-block;
}

.partnership-section {
    width: 100%;
    position: relative;
}

.partnership-section .partnership-Support {
    width: 100%;
    position: relative;
    height: calc(100% - 20px);
    background-color: rgba(242, 111, 33, 0.1);
    padding: 20px;
    margin: 10px 0;
}

.partnership-section .partnership-Support .title2 {
    font-size: 28px;
}

.partnership-section .partnership-Support ul {
    width: 100%;
}

.partnership-section .partnership-Support ul li {
    width: 100%;
    position: relative;
    list-style: none;
    padding-left: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #444343;
    margin: 10px 0;
}

.partnership-section .partnership-Support ul li:after {
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    background-image: url('../images/icons/check-mark.png') !important;
    width: 12px;
    height: 12px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.info-section {
    width: 100%;
    position: relative;
    padding: 50px 0;
    background-color: #000000;
    text-align: center;
}

.info-section .title2 {
    margin: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.info-section .title2 p {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.info-section .title2 span {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    font-family: 'Metropolis Regular';
    background-color: #ffffff;
    font-weight: 400;
    padding: 5px 30px;
    margin-left: 20px;
}

.academic-section {
    width: 100%;
    ;
    ;
    ;
    position: relative;
}

.academic-section .section-header {
    margin: 0;
}

.brand-list {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
}

.brand-list .single-brand {
    text-align: center;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(25% - 30px);
    background: #FFFFFF;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    margin: 15px;
    padding: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.brand-list .single-brand:hover {
    transform: translateY(-10px);
}


/*franchise-page-close*/


/*Product-detail-page-start*/

.product-detail.course-detail {
    /* padding-top: 30px; */
}

.product-detail {
    width: 100%;
    position: relative;
}

.product-detail .img {
    width: 100%;
    position: relative;
}
.product-detail .content .img {
    margin: 5px 0;
}
.product-detail .content {
    width: 100%;
    position: relative;
}

.product-detail .content p {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 46px;
}

.product-detail .page-content {
    width: 100%;
    position: relative;
    padding-top: 30px;
}

.product-detail .page-content h5 {
    font-family: 'Metropolis Medium';
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 5px;
}

.product-detail .page-content ul {
    width: 100%;
    padding-left: 15px;
}

.product-detail .page-content ul li {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 5px 0;
}

.product-detail .page-content p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 20px;
}

.product-detail .page-content p:last-child {
    margin: 0;
}


/*Product-detail-page-close*/


/*=====My-css-start====*/


/*=====About-us-css-start====*/

.about-extra-head h6 {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 50px;
}

.about-list1 {
    width: 100%;
    position: relative;
}

.about-list1 ul {
    width: 100%;
    padding-left: 20px;
}

.about-list1 ul li {
    font-family: 'Metropolis regular';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 138.5%;
    color: #000000;
    margin: 15px 0;
}

.faculty-section .aboutus-carousel {
    padding: 0 50px;
    margin: auto;
}

.faculty-section .aboutus-carousel .faculty-inner {
    width: 100%;
    position: relative;
}

.faculty-section .aboutus-carousel .faculty-inner img {}

.faculty-section .aboutus-carousel .faculty-inner .content {
    width: 100%;
    position: relative;
    padding: 20px 0 0;
}

.faculty-section .aboutus-carousel .faculty-inner .content h4 {
    font-family: 'Metropolis Medium';
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 15px;
}

.faculty-section .aboutus-carousel .faculty-inner .content p {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
}

.faculty-section .aboutus-carousel .owl-nav {
    right: 0;
    position: absolute;
    top: 38%;
    display: block !important;
    width: 100%;
}

.faculty-section .aboutus-carousel .owl-nav .owl-prev {
    transform: rotate(180deg);
}

.faculty-section .aboutus-carousel .owl-nav .owl-next {
    float: right;
}

.faculty-section .aboutus-carousel .owl-nav button {
    background-image: url('../images/icons/forword.svg') !important;
    width: 50px;
    height: 50px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.faculty-section .aboutus-carousel .owl-nav button span {
    display: none;
}

.faculty-section .aboutus-carousel .owl-dots {
    display: block !important;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.faculty-section .aboutus-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #CACACA;
    border-radius: 50%;
    margin: 2px;
}

.faculty-section .aboutus-carousel .owl-dots .owl-dot.active {
    background-color: #000;
}

.advantage-1 p {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 106.62%;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.about-form p {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 106.62%;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.secondlast-section {
    background-color: rgba(254, 248, 244, 255);
    padding: 30px;
}


/*=====About-us-css-end====*/


/*=====Career-css-Start====*/

.open-position {
    text-align: center;
}

.position-section {
    width: 100%;
    position: relative;
}

.position-logo-back {
    background-color: rgba(254, 248, 244, 255);
    padding: 20px;
    margin-bottom: 24px;
}

.position-logo-back .img {
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    background-color: #fff;
    border-radius: 50%;
}

.position-logo-content {
    width: 100%;
    position: relative;
}

.position-logo-content h6 {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120.62%;
    text-transform: capitalize;
    color: #000000;
    text-align: left;
}

.position-logo-content p {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #444343;
    text-align: left;
}

.position-section .position-inner {
    position: relative;
    width: 100%;
    background-color: #FEF8F4;
    padding: 60px 30px 30px;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    display: none;
    margin-bottom: 20px;
}

/*---abhijit start ----
.position-section .position-inner {
  max-width: 1116px;
  width: 90%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
}
---abhijit End ----*/

.position-section .position-inner table th:last-child, .position-section .position-inner table td:last-child {
    text-align: right;
}
.position-section .position-inner .position-header {
    width: 100%;
    position: absolute;
    padding-right: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    left: 0;
    top: 28px;
    max-width: calc(100% - 20px);
}
.position-section .position-inner .position-header>img {
    display: none;
}
.position-section .position-inner .position-header h6 {
    font-family: 'Metropolis Medium';
    margin: 0;
    font-size: 22px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;
    padding-left: 20px;
}

.position-section .position-inner .position-header .close {
    position: absolute;
    right: 0;
    top: 0;
}

.position-section .position-inner .position-body {
    width: 100%;
    position: relative;
}

.position-section .position-inner .position-body .name {
    font-family: 'Metropolis Medium';
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
}

.position-section .position-inner .position-body .description,
.position-section .position-inner .position-body p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
}

.position-section .position-inner .position-body ul {
    padding-left: 15px;
}

.position-section .position-inner .position-body ul li {
    line-height: 22px;
    margin: 5px 0;
}

.position-section .position-inner.active {
    display: block;
}

.position-section .position-block.hide {
    display: none;
}

.row-gap {
    margin-top: 20px;
}

.black-btn {
    background-color: #000000;
    color: white;
    border: 1px solid #000000;
}

.black-btn:hover {
    color: #000000;
}


/*=====Career-css-End====*/


/*=====Placement-css-Start====*/

.faculty-section .placement-carousel {
    padding: 0 80px;
}

.faculty-section .placement-carousel .item {
    padding: 15px;
    width: 100%;
}

.faculty-section .placement-carousel .placement-item {
    width: 100%;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: 12px 0;
}

.faculty-section .placement-carousel .placement-item img {
    width: auto;
}

.faculty-section .placement-carousel .owl-nav {
    right: 0;
    position: absolute;
    top: 38%;
    display: block !important;
    width: 100%;
}

.faculty-section .placement-carousel .owl-nav .owl-prev {
    transform: rotate(180deg);
}

.faculty-section .placement-carousel .owl-nav .owl-next {
    float: right;
}

.faculty-section .placement-carousel .owl-nav button {
    background-image: url('../images/icons/forword.svg') !important;
    width: 50px;
    height: 50px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.faculty-section .placement-carousel .owl-nav button span {
    display: none;
}


/*=====Placement-css-end====*/


/*=====Certification-css-start====*/

.certification-item {
    width: 100%;
    position: relative;
    padding-top: 70px;
}

.certification-item .img {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 30px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certification-item .certification-content h2 {
    font-family: 'Cormorant';
    font-weight: 700;
    font-size: 24px;
    line-height: 120.62%;
    text-transform: capitalize;
    color: #000000;
}

.certification-item .certification-content p {
    font-size: 16px;
    line-height: 140%;
    color: #444343;
    text-align: left;
}

.certification-item .certification-content p span {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #444343;
}


/*=====Certification-css-End====*/


/*=====My-css-end====*/


/*-----FAQ-css-Start-----*/

.accordion-theme .accordion-item {
    border-radius: 0;
    margin-bottom: 0;
    border: 0;
}

.accordion-theme .accordion-item .accordion-button {
    background-color: #ffffff;
    border-radius: 0;
    letter-spacing: 1.54px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    outline: none;
    box-shadow: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    color: #000000;
    position: relative;
    padding: 15px 30px 15px 15px;
}

.accordion-theme .accordion-item:last-child .accordion-button {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

.accordion-theme .accordion-item .accordion-body {
    letter-spacing: 1.12px;
    font-size: 16px;
    line-height: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    color: #000000;
    padding: 15px 20px;
}

.accordion-theme .accordion-item .accordion-button:after {
    content: "-";
    right: 0;
    top: 12px;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    background-image: none;
    font-size: 70px;
}

.accordion-theme .accordion-item .accordion-button.collapsed:after {
    content: "+";
    font-size: 44px;
    top: 16px;
}


/*-----FAQ-css-Close-----*/


/*blog-page-start*/

.blog-page {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-page .blog-page-inner {
    width: 100%;
    position: relative;
    display: flex;
}

.blog-page .blog-page-inner .left-side {
    width: calc(100% - 360px);
    display: inline-block;
}

.blog-page .blog-page-inner .left-side .blog {
    width: 100%;
    position: relative;
}

.blog-page .blog-page-inner .left-side .blog .blog-inner {
    width: 100%;
    padding-bottom: 50px;
}

.blog-page .blog-page-inner .left-side .blog.blog-details .blog-inner .blog-img {
    width: 100%;
    text-align: center;
    height: auto;
}

.blog-page .blog-page-inner .left-side .blog .blog-inner .blog-img img {
    object-fit: cover;
    width: 100%;
    height: 250px;
}

.blog-page .blog-page-inner .left-side .blog .blog-inner .blog-content-header {
    width: 100%;
    padding: 10px 0;
}

.blog-page .blog-page-inner .left-side .blog .blog-inner .blog-content-header .small-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #6A6A6A;
    margin-bottom: 0;
}

.blog-page .blog-page-inner .left-side .blog .blog-inner .blog-content-header .blog-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    color: #004e95;
}

.blog-page .blog-page-inner .left-side .blog .blog-inner .blog-content-header .blog-title:hover {
    color: #f36f21;
}

.blog-page .blog-page-inner .left-side .blog .blog-inner .blog-content {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #6A6A6A;
    padding-bottom: 20px;
}

.blog-page .blog-page-inner .left-side .blog .blog-inner .blog-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog-page .blog-page-inner .left-side .blog .blog-inner .read-more {
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 34px;
    height: 36px;
    padding: 0 10px;
}

.blog-page .blog-page-inner .left-side .blog .blog-inner .read-more .fa {
    font-size: 20px;
}

.blog-page .blog-page-inner .left-side .blog .blog-inner {
    position: relative;
    border: 10px solid #ffffff;
    box-shadow: 0px 0px 18px 6px #a8a8a836;
    margin-top: 24px;
    border-radius: 15px;
    height: calc(100% - 24px);
    padding-bottom: 0;
}

.blog-page .blog-page-inner .right-side {
    width: 350px;
    padding: 0 0 0 50px;
    margin-top: 24px;
}

.blog-page .blog-page-inner .right-side .sidebar {
    width: 100%;
    margin-bottom: 22px;
}

.blog-page .blog-page-inner .right-side .sidebar:last-child {
    margin: 0;
}

.blog-page .blog-page-inner .right-side .sidebar .widget-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #000000;
}

.blog-page .blog-page-inner .right-side .sidebar .widget-content {
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0;
}

.blog-page .blog-page-inner .right-side .sidebar .widget-content li {
    width: 100%;
    margin: 10px 0;
}

.blog-page .blog-page-inner .right-side .sidebar .widget-content li::marker {
    color: #4d83b6;
}

.blog-page .blog-page-inner .right-side .sidebar .widget-content li a {
    font-size: 16px;
    line-height: 20px;
    color: #004e95;
}

.blog-page .blog-page-inner .right-side .sidebar.recent-blog .widget-content li {
    position: relative;
}

.blog-page .blog-page-inner .left-side .blog-details .blog-inner {
    padding: 0;
    height: auto;
}

.pagination-theme {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    text-align: left;
}

.pagination-theme ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.pagination-theme ul li {
    list-style: none;
    display: inline-block;
    padding: 0px;
}

.pagination-theme ul li a {
    line-height: 34px;
    padding: 0px 12px;
    float: left;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    position: relative;
    border: 1px solid #000000;
    margin: 0px !important;
    background: #fff;
    height: 36px;
}

.pagination-theme ul li.active a,
.pagination-theme ul li:hover a {
    background: rgb(0 78 149 / 12%)!important;
    color: #004e95!important;
    border: 1px solid rgb(0 78 149);
}


/*blog-page-close*/


/*gallery-page-start*/

.nav-tabs-theme {
    border: 0;
    background: rgba(242, 111, 33, 0.05);
    width: 100%;
    justify-content: space-around;
}

.nav-tabs-theme .nav-item .nav-link {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: capitalize;
    color: #000000;
    box-shadow: none;
    outline: none;
    padding: 16px 10px;
    position: relative;
    border: 0;
}

.nav-tabs-theme .nav-item .nav-link.active {
    font-weight: 600;
    color: #F37021;
    background-color: transparent;
    border: 0;
}

.nav-tabs-theme .nav-item .nav-link.active:after {
    display: inline-block;
    content: "";
    margin-top: -2px;
    border-top: 10px solid;
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-left: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: calc(50% - 10px);
}

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

.tab-content .gallery-img {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #dfdfdf;
}

.tab-content .gallery-img img {
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
}

.tab-content .gallery-img iframe {
    width: 100%;
    height: 100%;
}


/*gallery-page-close*/


/*communication-page-start*/

.communication-section .faculty-inner {
    height: calc(100% - 50px);
    margin-bottom: 50px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 5px 5px 30px 2px rgb(0 0 0 / 6%);
}

.communication-section .faculty-inner .content h4 {
    font-size: 22px;
    line-height: 22px;
}

.faculty-inner .content h3 {
    font-size: 22px;
    COLOR: #000;
    font-weight: 600;
}

.communication-section .faculty-inner .content p {
    font-weight: 400;
    font-size: 15px;
}

.communication-section .faculty-inner .content .action {
    width: 100%;
    margin-top: 10px;
}

.communication-section .faculty-inner .content .action a {
    font-size: 14px;
    line-height: 14px;
    /* identical to box height */
    color: #000000;
    font-family: 'Metropolis Medium';
}

.communication-section .faculty-inner .content .action a img {
    max-width: 16px;
}

.communication-section .faculty-inner .content .action a:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-left: 10px;
}

.store-list {
    width: 100%;
    position: relative;
   
}

.store-list .store-data {
    width: 100%;
    position: relative;
    padding: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 30px 2px rgba(0, 0, 0, 0.06);
    height: calc(100% - 24px);
    margin: 12px 0;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.store-list .store-data h3 {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.store-list .store-data ul {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.store-list .store-data ul li {
    /* display: flex; */
    list-style: none;
    padding: 15px 0;
    align-items: center;
    padding-left: 50px;
    position: relative;
}

.store-list .store-data ul li .img {
    left: 0;
    width: 50px;
    height: 36px;
    display: inline-block;
    line-height: 50px;
    padding-left: 8px;
    position: absolute;
    top: 0;
}

.store-list .store-data ul li p {
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    margin: 0;
}

.store-list .store-data ul li .img:before {
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(0, 78, 149, 0.1);
}


/*communication-page-close*/


/*store-locator-page-Start*/

.form-store-locator {
    width: 100%;
    position: relative;
    padding: 0 100px;
}

.form-store-locator .form-group {
    width: 100%;
    margin-bottom: 20px;
}

.form-store-locator .form-group .form-control {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    background-color: rgba(242, 111, 33, 0.05);
    border-radius: 30px;
    border: 0;
    height: 52px;
    padding: 0 20px;
    outline: none;
    box-shadow: none;
}

#views-exposed-form-institute-locator-page-1 {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    padding: 0 15px;
}

#views-exposed-form-institute-locator-page-1 .js-form-item {
    width: 100%;
    display: inline-block;
    margin: 0;
}

#views-exposed-form-institute-locator-page-1 .js-form-item label {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    width: 100%;
}

#views-exposed-form-institute-locator-page-1 .js-form-item .form-select {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    background-color: rgba(242, 111, 33, 0.05);
    border-radius: 30px;
    border: 0;
    height: 52px;
    padding: 0 20px;
    outline: none;
    box-shadow: none;
    width: 50%;
    margin: 5px 0;
    display: inline-block;
}
#views-exposed-form-institute-locator-page-1 .js-form-item #edit-field-location-target-id {
    display: none;
}
#views-exposed-form-institute-locator-page-1 .form-actions {
    width: auto;
    margin: 1%;
    display: inline-block;
}

#views-exposed-form-institute-locator-page-1 .form-actions .form-submit {
    background-color: #004E95;
    border-radius: 180px;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid #004e95;
    width: 100%;
    padding: 0 15px;
    height: 36px;
    line-height: 34px;
    min-width: 130px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#views-exposed-form-institute-locator-page-1 .form-actions .form-submit:hover {
    background: transparent;
    color: #004E95;
}
#views-exposed-form-institute-locator-page-1 .js-form-item .shs-container {
    width: 100%;
    margin: 5px 0;
    display: inline-block;
}
#views-exposed-form-institute-locator-page-1 .js-form-item .shs-container .form-select {
    width: 99%;
    margin: 0;
	border: 1px solid #ccc;
}
#views-exposed-form-institute-locator-page-1 .js-form-item .shs-container .shs-widget-container {
    width: 50%;
}
#views-exposed-form-institute-locator-page-1 .js-form-item .shs-container .shs-field-container {
    display: flex;
    align-items: center;
}
/*store-locator-page-close*/


/*Communication-detail-page-Start*/

.communication-overlay-image {
    width: 100%;
    position: relative;
}
.communication-overlay-image figure {
    width: 100%;
    position: relative;
    height: calc(100% - 24px);
    margin-bottom: 24px;
}
.communication-overlay-image figure img {
    margin: 5px 0;
}
.communication-overlay-image figure figcaption {
    width: calc(100% - 40px);
    margin: auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    min-height: 200px;
}
.communication-overlay-image figure figcaption h4 {
    font-family: 'Metropolis Medium';
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #000000;
}
.communication-overlay-image figure figcaption p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #403E3E;
}
ul.number-list {
    width: 100%;
    position: relative;
}
ul.number-list li {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin: 0 0 40px;
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 50px;
    position: relative;
    min-height: 50px;
}
ul.number-list li i {
    width: 50px;
    height: 50px;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    background: rgba(242, 111, 33, 0.05);
    text-align: center;
    border-radius: 50%;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0;
}
ul.number-list li span {
    width: calc(100% - 70px);
    padding-left: 15px;
}
.communication-pink-carousal {
    background: rgba(242, 111, 33, 0.1);
}
.communication-pink-carousal .communication-carousel-pink {
    padding: 0 50px;
    margin: auto;
}
.communication-right-carousal .communication-carousel-right .owl-dots {
    display: none !important;
}
.communication-right-carousal .communication-carousel-right .owl-nav {
    top: inherit;
    position: relative;
    margin-top: 30px;
}
.communication-right-carousal .communication-carousel-right .owl-nav .owl-next {
    float: none;
}
.communication-right-carousal .communication-carousel-right .owl-nav button {
    background: rgba(242, 111, 33, 0.05);
    border-radius: 50%;
    margin: 5px;
}
.communication-right-carousal .communication-carousel-right .faculty-inner .content p {
    color: #000000;
}
.communication-carousel2 {
    width: 100%;
    padding: 0 50px;
    margin: auto;
}
.section-header .subtitle {
    font-size: 26px;
    font-family: 'Metropolis Medium';
    line-height: 36px;
    color: #000000;
    margin: 0 0 10px;
    width: 100%;
    display: inline-block;
}
.common-social-media {
    width: 100%;
    position: relative;
    background: rgba(242, 111, 33, 0.1);
    text-align: center;
}
.common-social-media p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin: 10px 0;
}
.common-social-media .site-link {
    font-family: 'Metropolis Medium';
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #004E95;
}

.common-social-media .social {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.common-social-media .social .social-inner {
    padding: 20px;
}

.common-social-media .social .social-inner .fab {
    color: #000000;
    font-size: 36px;
}

.pink-card-section {
    width: 100%;
    position: relative;
    background: rgba(242, 111, 33, 0.1);
}

.pink-card-section .white-card-inner {
    background: #FFFFFF;
    box-shadow: 5px 5px 30px 2px rgba(0, 0, 0, 0.06);
    width: 100%;
    position: relative;
    padding: 30px;
    height: calc(100% - 24px);
    margin-bottom: 24px;
}

.pink-card-section .white-card-inner h3 {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000000;
}

.pink-card-section .white-card-inner ul {
    width: 100%;
    padding-left: 14px;
}

.pink-card-section .white-card-inner ul li {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
}

.pink-section {
    width: 100%;
    position: relative;
    background: rgba(242, 111, 33, 0.1);
}

.pink-section.section-header .subtitle {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 0px;
}

.pink-section.section-header p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.left {
    text-align: left;
}

.facts-section {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.facts-section .facts-icon {
    position: relative;
    text-align: center;
    width: 20%;
    padding: 20px;
}

.facts-section .facts-icon .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background: rgba(242, 111, 33, 0.1);
    display: inline-block;
}

.facts-section .facts-icon .icon img {
    max-width: 50px;
}

.facts-section .facts-icon p {
    margin: 5px 0 0 0;
}

.cont_section_ins {
    font-family: 'Metropolis Medium';
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #000000;
}

.communication-overlay-remove figure {
    background: rgba(242, 111, 33, 0.1);
    padding: 15px 15px 0;
}

.communication-overlay-remove figure figcaption {
    position: relative;
    bottom: inherit;
    margin: 0;
    width: 100%;
    background-color: transparent;
    min-height: inherit;
    padding: 20px 0;
}

.inside-spcil {
    width: 100%;
    position: relative;
}

.inside-spcil h3 {
    font-size: 22px;
    font-family: 'Metropolis Medium';
    line-height: 24px;
    color: #000000;
    margin: 0;
    width: 100%;
    display: inline-block;
    text-align: left;
}

.inside-spcil p {
    font-size: 18px;
    line-height: 30px;
    color: #444343;
    width: 100%;
    display: inline-block;
}

.inside-spcil ul {
    margin-bottom: 20px;
    text-align: left;
}

.inside-spcil ul li {
    margin-bottom: 12px;
}

.communication-section .faculty-inner>img {
    height: 300px;
    object-fit: contain;
}


/*Communication-detail-page-Close*/


/*Register-page-Start*/

.terms-condition .title2 {
    text-align: left;
}

.terms-condition ul {
    width: 100%;
    position: relative;
    text-align: left;
    padding-left: 20px;
}

.terms-condition ul li {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding: 10px 0;
    list-style: nu;
}


/*Register-page-Close*/

.webform-submission-form .form-item {
    width: calc(50% - 30px);
    display: inline-block;
    margin: 0 13px 50px;
    position: relative;
    padding: 0;
}

.webform-submission-form .form-item .form-control {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    outline: none;
    box-shadow: none;
    margin: 0;
    height: 50px;
}

.webform-submission-form .form-item .form-control::placeholder {
    color: #000000;
}

.webform-submission-form .form-item.js-form-type-textarea {
    width: calc(100% - 30px);
}

.webform-submission-form .form-item.js-form-type-textarea textarea.form-control {
    height: auto;
}
.webform-submission-form .form-item .description {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    text-align: left;
}
.webform-submission-form .form-actions {
    width: calc(100% - 30px);
    margin: 0 15px;
    border: 0;
    background-color: transparent;
    max-width: inherit;
    text-align: left;
    padding: 0;
}

.webform-submission-form .form-actions .js-form-submit {
    background-color: #004E95;
    border-radius: 180px;
    color: #ffffff;
    border: 1px solid #004e95;
    width: 100%;
    padding: 0 15px;
    height: 36px;
    line-height: 34px;
    max-width: 130px;
    text-align: center;
    text-transform: capitalize;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.webform-submission-form .form-actions .js-form-submit:hover {
    background: transparent;
    color: #004E95;
}

.webform-submission-form .captcha {
    width: calc(100% - 30px);
    padding: 0;
    margin: 0 15px 50px;
}

.webform-submission-form .captcha .form-item {
    width: 100%;
    margin: 0 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

div#block-vlcc-local-tasks {
    padding: 30px 15px;
    text-align: center;
}

#block-vlcc-local-tasks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#block-vlcc-local-tasks ul li {
    display: inline-block;
}

#block-vlcc-local-tasks ul li a {
    display: block;
    background: #f37021;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
}

.path-user form {
    margin: 50px auto;
    max-width: 500px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px 35px 20px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 14px 38px 3px #eeeeeec9;
}

.path-user form .js-form-item {
    width: 100%;
    margin-bottom: 30px !important;
    text-align: left;
    display: inline-block;
}

.path-user form .js-form-item label {
    font-size: 16px;
    line-height: 19px;
    color: #212121;
}

.path-user form .js-form-item .form-text {
    border: 1px solid #F37021;
    outline: none !important;
    box-shadow: none !important;
    height: 40px;
    border-radius: 0;
    position: relative;
    font-weight: 300;
    color: #6A6A6A;
    background-color: rgba(243, 112, 33, 0.1);
    margin: 0;
    box-sizing: border-box;
    width: 100%;
}

.path-user form .js-form-item .description {
    font-size: 13px;
    line-height: 20px;
    color: #6A6A6A;
    padding-bottom: 0;
}

.path-user form #edit-submit {
    background: #F37021;
    font-weight: 400;
    font-size: 16px;
    line-height: 42px;
    height: 44px;
    border-radius: 0;
    padding: 0 30px;
    color: #fff !important;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid #f37021;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

@media (max-width: 1366px) {
    header .container-fluid {
        padding: 0 15px;
    }
    header .navbar .navbar-brand img {
        max-width: 177px;
    }
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 13px;
    }
    #views-exposed-form-institute-locator-page-1 {
        width: 100%;
        max-width: 1140px;
        margin: auto;
    }
}

@media (max-width: 1199px) {
    header .container-fluid {
        padding: 0 15px;
    }
    header .navbar {
        padding: 10px 0;
    }
    header .navbar-expand-lg .navbar-toggler {
        display: block;
        border: 0;
        box-shadow: none;
        outline: none;
        padding: 0;
    }
    header .navbar .navbar-toggler .bar1,
    header .navbar .navbar-toggler .bar2,
    header .navbar .navbar-toggler .bar3 {
        width: 24px;
        height: 2px;
        background-color: #ef4134;
        margin: 5px 0;
        transition: 0.4s;
    }
    header .navbar .navbar-toggler.cross .bar1 {
        -webkit-transform: rotate(-45deg) translate(-4px, 6px);
        transform: rotate(-45deg) translate(-4px, 6px);
    }
    header .navbar .navbar-toggler.cross .bar2 {
        opacity: 0;
    }
    header .navbar .navbar-toggler.cross .bar3 {
        -webkit-transform: rotate(45deg) translate(-4px, -6px);
        transform: rotate(45deg) translate(-4px, -6px);
    }
    header .navbar .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 100%;
        background: #fff;
        width: 0;
        flex-wrap: wrap;
        border-top: 1px solid #ccc;
        max-height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 3;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block !important;
    }
    header .navbar .navbar-collapse.active {
        left: 0;
        width: 100%;
    }
    header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: none;
    }
    header .navbar .navbar-collapse .navbar-nav .nav-item {
        width: 100%;
    }
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 0px 20px !important;
        border-bottom: 1px solid #ccc;
        height: 42px;
        line-height: 42px;
    }
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .fa-angle-down {
        display: none;
    }
    header .navbar .navbar-collapse .navbar-nav .nav-item .trigger {
        position: absolute;
        top: 0px;
        right: 0;
        width: 40px;
        height: 41px;
        cursor: pointer;
        background: #f5f5f5;
        display: block;
        line-height: 41px;
    }
    header .navbar .navbar-collapse .navbar-nav .nav-item.active .dropdown-menu {
        display: block !important;
        border-radius: 0 !important;
        background: #fbfbfb;
        box-shadow: none !important;
        padding: 0;
        border: 0 !important;
        position: relative;
        width: 100%;
    }
    header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
        padding: 12px 30px;
        border-bottom: 1px solid #ccc;
    }
    header .navbar .navbar-collapse .navbar-nav .nav-item.active .trigger {
        transform: rotate(180deg);
    }
    header .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
        height: auto;
    }
    header .navbar .navbar-collapse .navbar-nav {
        flex-direction: column;
    }
    header .top-header {
        padding: 5px 0;
    }
    header .top-header .social-media-menu .left-menu a {
        font-size: 12px;
        line-height: 20px;
    }
    #views-exposed-form-institute-locator-page-1 {
        max-width: 960px;
        margin: auto;
    }
}

@media (max-width: 991px) {
    footer .inner.first-col {
        text-align: center;
        margin-bottom: 50px;
    }
    footer .inner ul li.address {
        width: 100%;
    }
    footer .inner {
        margin-bottom: 40px;
    }
    .about-section .content {
        padding: 0;
    }
    .title,
    .title2 {
        font-size: 30px;
        line-height: 38px;
    }
    .small-title {
        font-size: 26px;
        line-height: 28px;
    }
    .banner-carousel .carousel-item .carousel-caption h1 {
        font-size: 34px;
        line-height: 50px;
    }
    .banner-carousel .carousel-item .carousel-caption h1 span,
    .banner-inner .content h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .courses-section .courses .courses-inner .content {
        position: relative;
        width: 100%;
        top: inherit;
        right: inherit;
        max-width: 100%;
        padding: 30px 0 0 20px;
    }
    .brand-list .single-brand {
        height: 150px;
        width: calc(33.3% - 30px);
    }
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .blog-page .blog-page-inner .left-side .blog .blog-inner .blog-content-header .blog-title {
        font-size: 18px;
        line-height: 24px;
    }
    .blog-page .blog-page-inner .left-side .blog .blog-inner .blog-content {
        font-size: 18px;
        line-height: 30px;
    }
    .blog-page .blog-page-inner .left-side .blog .blog-inner .blog-content-header .small-title {
        font-size: 20px;
        line-height: 24px;
    }
    .blog-page .blog-page-inner .left-side .blog .blog-inner .read-more {
        font-size: 18px;
        line-height: 22px;
    }
    .blog-page .blog-page-inner .left-side .blog .blog-inner .blog-content-header {
        padding: 15px 0 10px;
    }
    .blog-page .blog-page-inner .left-side {
        width: calc(100% - 250px);
    }
    .blog-page .blog-page-inner .right-side {
        width: 250px;
        padding: 0 0 0 20px;
    }
    .blog-page .blog-page-inner .right-side .sidebar .widget-title {}
    .blog-page .blog-page-inner .right-side .sidebar .widget-content li a {
        font-size: 14px;
        line-height: 20px;
    }
    .blog-page .blog-page-inner .right-side .sidebar .widget-content li {
        margin: 10px 0;
    }
    .blog-page .blog-page-inner .right-side .sidebar.recent-blog .widget-content li {}
    .blog-page .blog-page-inner .right-side .sidebar {
        margin-bottom: 30px;
    }
    .form-store-locator {
        padding: 0;
    }
	footer .inner .title {
		margin-bottom: 0px;
		font-size: 24px;
		line-height: 28px;
	}
}

@media (max-width: 767px) {
	header .top-header .social-media {
		display: none;
	}
	header .top-header .social-media-menu .left-menu {
		justify-content: center;
		line-height: 20px;
	}
    footer .copy .left_fbottom p {
        text-align: center;
    }
    footer .copy .right_fbottom {
        text-align: center;
    }
    .title,
    .title2 {
        font-size: 26px;
        line-height: 30px;
    }
    .small-title {
        font-size: 22px;
        line-height: 28px;
    }
    .testimonial-section .container {
        max-width: 100%;
    }
    .brilliance-section {
        padding: 50px 0;
    }
    .p-tb {
        padding: 50px 0;
    }
    .p-t {
        padding-top: 50px;
    }
    .p-b {
        padding-bottom: 50px;
    }
    .about-section .content {
        margin-top: 20px;
    }
    .about-section .content p,
    .brilliance-section .achive .text,
    .choose-section .choose-item .text,
    .faculty-section .faculty-carousel .faculty-inner .content p,
    .workshops-section .workshops-item .content p {
        font-size: 16px;
    }
    .section-header p,
    .section-header .description {
        font-size: 18px;
        margin: 0;
    }
    .workshops-section .col-sm-12 {
        padding: 15px !important;
    }
    .beautiful-section .beautiful-item .content h4 {
        min-height: auto;
    }
    .skill-section .skill-list {
        padding: 30px 0;
    }
    .banner-inner {
        height: 250px;
        background-position: top right;
    }
    .skill-section .skill-list table tr td {
        font-size: 15px;
        line-height: 22px;
        padding: 10px;
    }
    .contact-icons .choose-item {
        margin: 20px 0;
    }
    .certification-item {
        padding-top: 50px;
    }
    .faculty-section .aboutus-carousel .faculty-inner .content h4 {
        font-size: 20px;
    }
    .privacy-section p {
        font-size: 16px;
    }
    .section-header {
        margin: 0 auto 30px;
    }
    .about-list1 {
        margin-bottom: 30px;
    }
    .faculty-section .placement-carousel {
        padding: 0;
    }
    .faculty-section .placement-carousel .placement-item {
        height: 140px;
    }
    .faculty-section .faculty-carousel .faculty-inner .content h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .webform-submission-form .form-item {
        width: calc(100% - 30px);
        margin-bottom: 20px;
    }
    .blog-page .blog-page-inner .left-side {}
    .blog-page .blog-page-inner .right-side {}
    .facts-section .facts-icon {
        width: 50%;
    }
	.brilliance-section .achive .count-txt {
		font-size: 28px;
		line-height: 22px;
	}
	.courses-section .courses .courses-inner .content h4 {
		font-size: 18px;
		line-height: 20px;
	}
	.choose-item .img {
		height: auto;
	}
	.accordion-theme .accordion-item .accordion-button {
		font-size: 16px;
		line-height: 22px;
		text-transform: inherit;
	}
	.accordion-theme .accordion-item .accordion-body {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 575px) {
    header .top-header .social-media-menu {
        flex-wrap: wrap;
        justify-content: center;
    }
    header .top-header .social-media-menu .left-menu {
    line-height: 20px;
    }
    header .top-header .social-media-menu .left-menu a {
        padding: 0px 3px;
        font-size: 11px;
        line-height: 20px;
    }
    header .top-header .social-media {
        max-width: 100%;
        padding-top: 10px;
        text-align: center;
    }
    footer .container-fluid {
        padding: 0 15px;
    }
    footer .copy p {
        text-align: center !important;
    }
    footer .footer-bottom ul {
        flex-wrap: wrap;
    }
    footer .copy .right_fbottom {
        text-align: center;
    }
    footer .footer-bottom ul li a {
        font-size: 14px;
    }
    .testimonial-section .carousel-inner .carousel-item:before {
        width: 100%;
    }
    .testimonial-section .carousel-inner .carousel-item .content:before {
        top: 50px;
    }
    .brand-list .single-brand {
        height: 150px;
        width: calc(50% - 30px);
    }
    .blog-page .blog-page-inner .left-side .blog .blog-inner .blog-content-header .blog-title {
        font-size: 22px;
        line-height: 30px;
    }
    .blog-page .blog-page-inner .left-side .blog .blog-inner .blog-content {
        font-size: 16px;
        line-height: 26px;
    }
    .blog-page .blog-page-inner .left-side .blog .blog-inner .blog-content-header .small-title {
        font-size: 18px;
        line-height: 20px;
    }
    .blog-page .blog-page-inner .right-side .sidebar .widget-title {
        font-size: 20px;
        line-height: 28px;
    }
    .blog-page .blog-page-inner .right-side .sidebar .widget-content li a {
        font-size: 14px;
        line-height: 24px;
    }
    .blog-page .blog-page-inner {
        display: block;
    }
    .blog-page .blog-page-inner .left-side {
        width: 100%;
    }
    .blog-page .blog-page-inner .right-side {
        width: 100%;
        padding: 0;
        float: inherit;
        margin-top: 50px;
    }
    .banner-carousel .carousel-item .carousel-caption {
        padding: 0 15px;
    }
    .banner-carousel .carousel-item .carousel-caption h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .banner-carousel .carousel-item .carousel-caption h1 span,
    .banner-inner .content h1 {
        font-size: 20px;
        line-height: 26px;
    }
    .banner-carousel .carousel-item img {
        /* height: 320px; */
    }
    .btn {
        max-width: inherit;
        width: auto;
    }
    #views-exposed-form-institute-locator-page-1 .js-form-item {
        width: 100%;
        margin: auto;
    }
    #views-exposed-form-institute-locator-page-1 .form-actions {
        width: 100%;
        margin: 0;
        padding: 15px;
    }
    .home-banner .carousel-item .web-banner {
        display: none;
    }
    .home-banner .carousel-item .mobile-banner {
        display: block;
    }
	.course_banner_mobile {
        display: block;
		height:auto;
    }
	.course_banner {
        display: none;
    }
	#views-exposed-form-institute-locator-page-1 .js-form-item .shs-container .shs-widget-container {
		width: 100%;
		padding: 5px 0;
	}
	.brilliance-section .achive {
		margin: 30px 0 0;
	}
	#views-exposed-form-institute-locator-page-1 .js-form-item .shs-container .shs-field-container {
		display: block;
	}



}
select#edit-field-location-target-id-1{display: none!important;
}
#views-exposed-form-institute-locator-page-1 .js-form-item .form-select.hidden {
 display: none!important;
}

.scholar-blink{margin-left: auto !important;color: #ff6920 !important;font-weight: bolder !important;animation: zoom-in-zoom-out 2s ease-out infinite;}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}