/*
Generat Settings
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}



/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.gallery-caption {
    position: relative;
}

.bypostauthor {
    position: relative;
}


.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

table {
    width: 100%;
}

.widgets_grid_box .widget_categories ul:before,
.widgets_grid_box .widget_meta ul:before,
.widgets_grid_box .widget_archive ul:before {
    clear: both;
    content: '';
    overflow: auto;
}

.widgets_grid_box ul ul.children {
    padding: 0px 0px 0px 5px !important;
    border-radius: 0px;
    border: 0px !important;

}

.widgets_grid_box .widget_categories ul li,
.widgets_grid_box .widget_archive ul li {
    text-align: right;
}

.widgets_grid_box .widget_categories ul li a,
.widgets_grid_box .widget_archive ul li a {
    float: left;
}

.post-password-form label {
    width: 100%;
}

input[type="password"] {
    width: 100%;
}

.wp-block-button {
    margin-bottom: 15px;
}

.has-background-dim,
.has-background-dim p {
    color: #fff;
}

.col-lg-12.padding_zero {
    padding: 0px;
}

.sec_comments .col-lg-12 {
    padding: 0px;
}

.spl-head-link .fa.fa-angle-down {
    display: none !important;
}

.header-button .theme-btn.one {
    min-width: auto;
    min-height: 0px;
    line-height: normal;
    padding: 10px 12px;
    font-size: 14px;
}

.header-button .theme-btn.two {
    min-width: auto;
    min-height: 0px;
    line-height: normal;
    padding: 10px 15px;
}

.right_side.common_css a {
    background: #ffffff;
    display: inline-block;
    padding: 0px 12px;
    line-height: 42px;
    font-weight: 600;
    margin-left: 6px;
    border-radius: 10px 0px 10px 0px;
    box-shadow: 4px 4px 10px 0px #0000001f;
}

.right_side.common_css a:hover {
    border-radius: 0px 10px 0px 10px;
}

.right_side.common_css a img {
    width: 30px;
    filter: invert(45%) sepia(47%) saturate(1533%) hue-rotate(153deg) brightness(90%) contrast(101%);
}

.dropdown-menu li {
    position: relative;
}

/* .dropdown-menu li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: #f00;
} */

.dropdown-menu .dropdown-menu li {
    padding: 0px !important;
}

.dropdown-menu .dropdown-menu li a {
    padding: 5px 0 !important;
}

@media only screen and (max-width:1200px) {
    .dropdown-menu .dropdown-menu li a {
        padding: 0px 0 !important;
    }
}

.title_sections.text-white h2 {
    color: #fff !important;
}

.client_logo_carousel.type_one {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-image: url(../images/client-banner.png);
    background-position: center;
}

.client_logo_carousel.type_one:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #009cbbe6 !important;
}

.about-section {
    background: #f9f9f9;
}

.pf-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}

.pf-box a {
    background: #fff !important;
    color: var(--primary-color-one) !important;
    border: 1px solid #fff !important;
    width: 170px !important;
    padding: 0px 10px !important;
    box-shadow: 4px 4px 10px 0px #0f233457;
}

.pf-box a img {
    width: 30px;
    filter: invert(45%) sepia(47%) saturate(1533%) hue-rotate(153deg) brightness(90%) contrast(101%);
}

.pf-box a:hover {}

.footer_copy_content a {
    color: var(--heading-dark);
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.footer_copy_content a:hover {
    text-decoration: underline;
    color: #000;
    transition: 0.3s ease-in-out;
}

.foot-b-box {}

.fbb-call {}

.fbb-call h6 {
    font-size: 18px;
    line-height: 26px;
    color: var(--heading-dark);
    font-weight: 600;
    margin-bottom: 4px;
}

.fbb-call a {
    font-size: 15px;
    line-height: 19px;
    display: block;
    margin-bottom: 10px;
    /* color: var(--heading-dark); */
    font-weight: 500;
}

.fbb-mail {}

.fbb-mail h6 {
    font-size: 18px;
    line-height: 26px;
    color: var(--heading-dark);
    font-weight: 600;
    margin-bottom: 4px;
}

.fbb-mail a {
    font-size: 15px;
    line-height: 19px;
    display: block;
    margin-bottom: 10px;
    /* color: var(--heading-dark); */
    font-weight: 500;
}

.footer-map {
    overflow: hidden;
    box-shadow: 1px 1px 5px 0px #00000045;
    border-radius: 10px 0px 10px 0px;
}

.footer-map iframe {
    width: 100%;
    height: 100%;
    margin-bottom: -6px;
}

@media only screen and (max-width:1199px) {
    .footer-map iframe {
        height: 220px;
    }
}

.four-card-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-image: url(../images/seq-bg.jpg);
    background-position: center;
    background-size: cover;
}

.four-card-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background-color: #00000036 !important; */
    background-color: #ffffffba !important;
}

.four-card-big {
    position: relative;
}

.four-card-big .row {
    position: relative;
}

.four-card-big .row:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #009cbb;
}

.four-card-big .row:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    top: 75px;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #009cbb;
}

.four-card-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
    /* border: 2px solid var(--primary-color-one); */
    /* box-shadow: 1px 1px 5px 0px #00000045; */
    /* border-radius: 20px 0px 20px 0px; */
}

.four-card-card h6 {
    color: var(--primary-color-one);
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 600;
}

.four-card-card ul {}

.four-card-card ul li {
    font-weight: 500;
    color: #000;
}

.four-card-card a {
    max-width: 200px;
    padding: 0px 10px !important;
}

.four-card-card a:hover {}

.four-card-card p {
    font-weight: 500;
    color: #000;
}

.project-section {
    background: #f9f9f9;
}

.career-card {
    height: 100%;
    border-radius: 0px 15px 0px 15px !important;
    box-shadow: 2px 2px 5px 0px #00000012 !important;
}

.career-card .icon {
    width: 60px;
    height: 60px;
    position: relative;
}

.career-card .icon img {
    filter: invert(1);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    width: 40px !important;
    height: 40px !important;
}

.career-card .icon:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    border-radius: 5px;
    color: #fff;
    content: "";
    text-align: center;
    display: block;
    margin-bottom: 20px;
    background: var(--primary-color-one);
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    transition: 0.5s;
}

.career-card .icon:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 71px;
    border-radius: 5px;
    top: -5px;
    left: 7px;
    background: #eee;
}

.txt_content {}

.txt_content h3 {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 2px;
}

.txt_content p {
    color: var(--primary-color-one);
    font-size: 15px;
    line-height: 25px;
}

.txt_content p b {
    font-weight: 600;
}

.txt_content .meta {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-top: 10px;
    border-top: 1px solid var(--border-color-dark);
}

.txt_content .meta li {
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 0px;
    position: relative;
    padding-left: 25px;
    text-transform: capitalize;
    font-size: 15px;
    color: var(--primary-color-one);
}

.txt_content .meta li::before {
    position: absolute;
    font-family: "icomoon";
    font-size: 18px;
    color: var(--primary-color-one);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 20px;
}

.txt_content .meta li:first-child::before {
    content: "\e9e6";
}

.txt_content .meta li.job-type:before {
    content: "\e978";
}

.car-b-text {
    text-align: center;
}

.car-b-text p {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 600;
}

.car-b-text p a {
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.car-b-text p a:hover {
    transition: 0.3s ease-in-out;
    text-decoration: underline;
    text-decoration-color: var(--primary-color-one);
}

.corp-text {
    height: 130px;
    padding-right: 8px;
    overflow-y: auto;
    text-align: justify;
    font-weight: 500;
    color: #000;
}

.corp-text::-webkit-scrollbar {
    width: 2px;
}

/* Handle */
.corp-text::-webkit-scrollbar-thumb {
    /*    background: #00acfd;*/
    /*    background: linear-gradient(to left bottom, #fc2e78 20%, #008fdb 50%);*/
    background: linear-gradient(to left bottom, var(--primary-color-one), var(--primary-color-one));
}

/* Handle on hover */
.corp-text::-webkit-scrollbar-thumb:hover {
    /*    background: #00acfd;*/
    background: linear-gradient(to left bottom, var(--primary-color-one), var(--primary-color-one));
}

.dean-section .title_sections.left .icon-quote {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 35px;
    color: var(--primary-color-one);
}

.dean-section .title_sections.left h6 {
    padding-bottom: 5px !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    margin-top: 0px;
    padding-top: 12px !important;
    border-top: 1px solid #009cbb;
}

.dean-section .title_sections.left h5 {
    display: block;
    padding-bottom: 0px !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    color: var(--primary-color-one) !important;
}

.chairman-section .image_box h6 {
    padding-bottom: 6px !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    margin-top: 0px;
    padding-top: 14px !important;
    border-top: 0px solid #009cbb;
}

.chairman-section .image_box h5 {
    display: block;
    padding-bottom: 0px !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    color: var(--primary-color-one) !important;
}

.moocs-card {
    border-radius: 0px 15px 0px 15px !important;
    box-shadow: 1px 1px 5px 0px #00000030 !important;
    text-align: center;
    position: relative;
    background: #fff;
}

.moocs-card:before {
    position: absolute;
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 10px;
    border: 2px solid #009cbb;
    top: 15px;
    left: 15px;
    box-shadow: 2px 2px 5px #00000045;
    pointer-events: none;
}

.moocs-card a {
    display: block;
    height: 100%;
    padding: 30px 15px 15px;
}

.moocs-img {}

.moocs-img img {
    border-radius: 10px;
}

.moocs-text {
    margin-top: 15px;
    background: #009cbb;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}

.moocs-text h6 {
    font-size: 20px;
    color: #ffffff;
}

.fancybox-slide>* {
    display: block;
}

.fancybox-content {
    display: block;
}

.project_post.style_six .zoom_icon {
    display: none !important;
    transition: all 0.6s ease-in-out;
}

.project_post.style_six:hover .zoom_icon {
    display: block !important;
    transition: all 0.6s ease-in-out;
}

.fancybox-button--play svg:last-child {
    display: none;
}

.dt-box {}

.dt-box h6 {
    font-size: 20px;
    margin-bottom: 2px;
    font-weight: 600;
    color: #000;
}

.dt-box p {
    color: #000;
    margin-bottom: 8px;
    font-size: 17px;
    text-align: justify;
}

.dt-box p b {
    font-weight: 600;
}

.dt-box p a {
    font-weight: 600;
    color: var(--primary-color-one) !important;
    transition: 0.3s ease-in-out;
}

.dt-box p a:hover {
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}

.dt-box ul {
    margin-bottom: 0px;
}

.dt-box ul li {
    position: relative;
    padding-left: 5px;
    list-style: none;
    color: #000;
    font-size: 17px;
    margin-bottom: 8px;
    text-align: justify;
}

.dt-box ul li b {
    font-weight: 600;
}

.dt-box ul li:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    left: -15px;
    top: 7px;
    border: 2px solid var(--primary-color-one);
    background: 0;
    transform: rotate(45deg);
}

.dt-box ol {
    padding-left: 18px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.dt-box ol li {
    position: relative;
    padding-left: 0px;
    color: #000;
    font-size: 17px;
    margin-bottom: 8px;
    text-align: justify;
}

.dt-button {
    background: var(--primary-color-one) !important;
    color: #fff !important;
    border: 1px solid var(--primary-color-one) !important;
    padding: 0px 10px !important;
    box-shadow: 4px 4px 10px 0px #0f233447;
    display: inline-block;
    line-height: 48px;
    min-height: 48px;
    font-weight: 600;
    border-radius: 10px 0px 10px 0px;
}

.dt-button:hover {
    border-radius: 0px 10px 0px 10px;
}

.dt-box.excellence-box ul li b {
    display: block;
}

@media only screen and (max-width:767px) {
    .dt-box ul li {
        text-align: left;
    }
}

@media (max-width: 550px) {
    .dt-box ul li {
        font-size: 14px !important;
        line-height: 24px !important;
        margin-bottom: 4px;
    }
}

.contact-map-sec {}

.contact-map-sec iframe {
    height: 500px;
    margin-bottom: -6px;
}

.ee-form-widget .controls {
    justify-content: center !important;
}

.ee-form-widget.ee-container {
    border-radius: 10px 0px 10px 0px !important;
    box-shadow: 2px 2px 10px 0px #0f233405 !important;
}

/* .contact_box_content.style_one .contact_box_inner p a {
  display: block;
} */

.white-card-sec {}

.white-card {
    position: relative;
    margin-bottom: 20px;
    background: #ffffff;
    padding: 6px 8px;
    text-align: center;
    font-weight: 600;
    width: 100%;
    border-radius: 10px 0px 10px 0px;
    box-shadow: 4px 4px 10px 0px #0f23343b;
    border: 2px solid var(--primary-color-one);
}

/* .white-card:before {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 12px;
  border: 2px solid var(--primary-color-one);
  top: 15px;
  left: 15px;
  box-shadow: 2px 2px 5px #00000045;
} */

.white-card h6 {
    font-size: 15px;
    line-height: 23px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    display: none;
}

.blue-card-sec {}

.blue-card-sec.aicte-approval-card-sec {}

.blue-card {
    position: relative;
    margin-bottom: 20px;
    background: var(--primary-color-one);
    padding: 6px 8px;
    text-align: center;
    font-weight: 600;
    width: 100%;
    border-radius: 10px 0px 10px 0px;
    box-shadow: 4px 4px 10px 0px #0f23343b;
    border: 2px solid var(--primary-color-one);
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 6px;
    min-height: 62px;
    transition: 0.6s all ease-in-out;
}

/* .blue-card:before {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 12px;
  border: 2px solid var(--primary-color-one);
  top: 15px;
  left: 15px;
  box-shadow: 2px 2px 5px #00000045;
} */

.blue-card:hover {
    border-radius: 0px 10px 0px 10px;
    transition: 0.6s all ease-in-out;
}

.blue-card h6 {
    font-size: 15px;
    line-height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 6px;
    font-weight: 600;
    color: #ffffff;
}

.blue-card img {
    width: 22px;
    filter: invert(1);
}

a.blue-card-anchor {
    display: block;
    height: 100%;
}

.creote-icon-box.certificate-courses-wrap {}

.cc-anchor {
    display: block;
}

.certificate-course-box.icon_box_all {
    border: 0px solid #fff !important;
}

.certificate-course-box.icon_box_all .icon {
    margin-bottom: 10px !important;
}

.certificate-course-box.icon_box_all .icon img {
    filter: invert(42%) sepia(78%) saturate(3759%) hue-rotate(164deg) brightness(98%) contrast(101%);
}

.certificate-course-box.icon_box_all small {
    top: 16px !important;
    right: 12px !important;
}

.certificate-course-box.icon_box_all h2 {
    margin-bottom: 0px !important;
    height: 42px;
    display: flex;
    align-items: center;
    font-size: 15px !important;
    line-height: 21px !important;
    font-weight: 600 !important;
}



.certificate-course-box.icon_box_all.style_five .icon_content {
    border: 2px solid #fff !important;
    border-radius: 10px 0px 10px 0px !important;
    padding: 10px !important;
    box-shadow: 4px 4px 10px 0px #0f23341f;
}

.certificate-course-box.icon_box_all.style_five:hover .icon_content {
    border-color: var(--primary-color-one) !important;
    background: #fff;
}

.dt-box.about-cbs-box img {
    border-radius: 0px 10px 0px 10px;
    box-shadow: 2px 2px 5px 0px #0000005e;
    width: 100%;
}

.dt-box.about-cbs-box h4 {
    font-size: 24px;
    font-weight: 600;
    color: #009cbb;
    margin-top: 12px;
    text-align: justify;
}

.autumn-internship-section {}

.ais-box {
    border-radius: 0px 15px 0px 15px !important;
    box-shadow: 4px 4px 10px 0px #0f23341f;
    background: #fff;
    border: 2px solid var(--primary-color-one);
}

.ais-img {
    padding: 10px 11px 0px 11px;
}

.ais-img img {
    filter: invert(42%) sepia(78%) saturate(3759%) hue-rotate(164deg) brightness(98%) contrast(101%);
    width: 50px;
}

.ais-name {
    padding: 10px 10px 0px;
}

.ais-name h6 {
    font-size: 16px;
    margin-top: 0px;
    text-align: center;
    line-height: 24px;
}

.ais-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2px;
    padding: 0px 8px 10px 8px;
}

.ais-bottom img {
    filter: invert(42%) sepia(78%) saturate(3759%) hue-rotate(164deg) brightness(98%) contrast(101%);
    width: 22px;
    height: 22px;
    display: none;
}

.ais-bottom p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
    color: #009cbb;
}

/* gallery-start */

.gallery-section {
    padding: 70px 0 80px;
}

.gallery-image img {
    width: 100%;
}

.gallery-image a {
    /* border-radius: 10px; */
    border-radius: 10px 0px 10px 0px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgb(0 0 0 / 40%);
    position: relative;
    display: flex;
    z-index: 0;
}

.gallery-image a:before {
    position: absolute;
    content: "";
    background-image: url(../images/glass.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-100px);
    z-index: 5;
    background-color: rgb(0 0 0 / 41%);
    border: 10px solid transparent;
    border-radius: 4px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.gallery-image a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    background-color: #009cbb99;
    opacity: 0;
    transition: 0.3s ease-in-out;
}


/* .gallery-image a.pink:after {
  background-color: #ff525299;
}

.gallery-image a.purple:after {
  background-color: #6d16d299;
} */

.gallery-image a:hover::before {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.3s ease-in-out;
}

.gallery-image a:hover::after {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

@media only screen and (max-width:991px) {
    .gallery-section {
        padding: 45px 0 50px;
    }
}

/* gallery-end */

.mission-vision-section {}

.mvoc-box {
    position: relative;
    height: 100%;
}

.mvoc-box:before {
    position: absolute;
    content: "";
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--border-color-dark);
}

.mvoc-box.mvoc-box-4:before {
    position: absolute;
    content: "";
    display: none;
}

.mvoc-icon {
    text-align: center;
}

.mvoc-icon img {
    filter: invert(42%) sepia(78%) saturate(3759%) hue-rotate(164deg) brightness(98%) contrast(101%);
    width: 80px;
}

.mvoc-text {}

.mvoc-text h6 {
    margin: 8px 0px 6px;
    text-align: center;
    font-size: 20px;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #009cbb;
    text-decoration-thickness: 2px;
}

.mvoc-text p {
    margin-bottom: 0px;
    font-weight: 500;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}

.mvoc-text ul {
    margin-bottom: 0px;
}

.mvoc-text li {
    position: relative;
    margin-bottom: 0px;
    font-weight: 500;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    list-style: none;
    padding-left: 1px;
}

.mvoc-text li:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    left: -15px;
    top: 9px;
    border: 2px solid var(--primary-color-one);
    background: 0;
    transform: rotate(45deg);
}

.blog-card {}

.blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 700ms ease;
    box-shadow: 2px 2px 10px 0px #00000045;
}

.blog-card:hover .blog-img img {
    transform: scale(1.2) rotate(2deg);
    transition: all 700ms ease;
}

.blog-img img {}

.blog-icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color-one);
    padding: 10px 20px;
    width: 110px;
    border-radius: 30px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-top: -22px;
    position: relative;
    column-gap: 3px;
    box-shadow: 4px 4px 10px 0px #0f233457;

}

.blog-icon-box img {
    width: 20px;
    height: 20px;
    filter: invert(1);
}

.blog-icon-box h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-top: 3px;
}

.blog-text {}

.blog-text h2 {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
    display: block;
    color: #000000;
    margin-bottom: 6px;
}

.blog-text .blog-heading {}

.blog-text .blog-read-more {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color-dark);
}

.blog-text .blog-read-more i {
    position: relative;
    top: 4px;
    left: 10px;
    font-size: 20px;
    transition: all 700ms ease;
}

.blog-text .blog-read-more:hover {
    color: var(--primary-color-one);
    transition: all 700ms ease;
}

.online-grievance-section {}

.ogr-card {
    border-radius: 0px 15px 0px 15px !important;
    box-shadow: 2px 2px 5px 0px #00000012 !important;
    background: #fff;
    padding: 10px 12px;
}

.ogr-card h2 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 2px;
}

.ogr-card h2 span {
    font-weight: 600;
    color: var(--primary-color-one);
}

.ogr-card h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 4px;
    margin-bottom: 6px;
    border-bottom: 1px solid var(--primary-color-one);
}

.ogr-card h6 {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
}

.ogr-card h6 a {
    font-weight: 500;
    color: var(--primary-color-one);
}

#contact-form input::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder {
    color: #000;
    font-weight: 500;
}

.contact_form_shortcode h2 {
    text-align: center;
    margin-bottom: 16px;
    /* font-weight: 600; */
    font-size: 30px;
}

.faculty-section {}

.faculty-card {
    border-radius: 0px 15px 0px 15px !important;
    box-shadow: 2px 2px 5px 0px #00000029 !important;
    background: #fff;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid var(--primary-color-one);
    height: 100%;
}

.faculty-img {
    width: 145px;
    height: 181px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 5px 0px #0000005e;
}

.faculty-img img {
    width: 100%;
    height: 100%;

}

.faculty-text {
    width: calc(100% - 155px);
}

.faculty-text h3 {
    font-size: 18px;
    line-height: 24px;
    color: var(--primary-color-one);
}

.faculty-text h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.faculty-text h6 span {
    font-weight: 500;
}

.faculty-text h6.fac-spec {}

.faculty-text h6.fac-spec span {}

.cancellation-policy-anchor,
.admission-contact-anchor {
    display: block;
}

.cancellation-policy-banner,
.admission-cell-banner {
    width: 100%;
}

.fee-structure-box h4 {
    font-size: 24px;
    font-weight: 600;
    color: #009cbb;
    margin-top: 4px;
    text-align: justify;
}

.fee-structure-box iframe {
    height: 650px;
    margin-top: 8px;
}

.banks-card {
    border-radius: 0px 15px 0px 15px !important;
    box-shadow: 2px 2px 10px 0px #0f233457;
    overflow: hidden;
}

.banks-card img {
    width: 100%;
}

.online-payment-box h4 {
    font-size: 24px;
    font-weight: 600;
    color: #009cbb;
    margin-bottom: 6px;
    text-align: left;
}

.online-payment-box img {
    margin-top: 6px;
    border-radius: 0px 15px 0px 15px;
    box-shadow: 2px 2px 5px 0px #00000063;
}

.dt-box.online-payment-box h6 {
    font-size: 20px;
    margin-bottom: 6px;
}

.op-btn-box {
    display: flex;
    margin-bottom: 12px;
    column-gap: 20px;
    background: var(--primary-color-three) !important;
    padding: 15px 15px 18px;
    border-radius: 0px 15px 0px 15px;
    box-shadow: 2px 2px 5px 0px #00000029;
}

.op-btn-box-inner {}

.op-btn-box-inner h6 {
    margin-bottom: 6px !important;
    font-size: 18px !important;
}

.op-btn-box-inner a {
    display: inline-block;
    background: #fff !important;
    color: var(--primary-color-one) !important;
    border: 2px solid #009cbb !important;
    padding: 0px 15px !important;
    box-shadow: 4px 4px 10px 0px #0f233457;
    border-radius: 10px 0px 10px 0px;
    line-height: 48px;
    min-height: 52px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.op-btn-box-inner a:hover {
    background: var(--primary-color-one) !important;
    color: #fff !important;
    border-radius: 0px 10px 0px 10px;
}

.op-btn-box-inner a.login-btn {
    background: var(--primary-color-one) !important;
    color: #fff !important;
}

.op-btn-box-inner a.login-btn:hover {
    background: #fff !important;
    color: var(--primary-color-one) !important;
    border-radius: 0px 10px 0px 10px;
}

.blog-details-box {}

.blog-details-box>img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 700ms ease;
    box-shadow: 2px 2px 10px 0px #00000045;
}

.blog-details-box h2 {
    margin-bottom: 6px;
    font-weight: 600;
    color: var(--primary-color-one);
}

.blog-details-box h4 {
    font-size: 24px;
    font-weight: 600;
    text-align: justify;
    margin-bottom: 2px;
}

.blog-details-box h6 {
    margin-bottom: 4px;
    font-weight: 600;
}

.bd-icon-part {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    padding: 12px 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color-dark);
}

.bdi-inner {
    display: flex;
    align-items: center;
    column-gap: 3px;
}

.bdi-inner img {
    width: 20px;
    height: 20px;
    filter: invert(36%) sepia(94%) saturate(1023%) hue-rotate(157deg) brightness(99%) contrast(101%);
}

.bdi-inner h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    margin-top: 2px;
    margin-bottom: 0px;
}

.facilities-text-section {}

.facilities-text-box {}

.facilities-text-box h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    text-align: justify;
}

.about-section.facilities-section {
    background-color: #fff;
}

.about-section.facilities-section h2 {
    font-size: 28px !important;
    line-height: 36px !important;
    text-transform: capitalize;
    padding-bottom: 6px !important;
    color: var(--primary-color-one) !important;
}

.about-section.facilities-section p {
    color: #000;
    margin-bottom: 8px !important;
    font-size: 17px !important;
    text-align: justify !important;
}

.about-section.facilities-section-alt {}

.about-section.facilities-section-alt h2 {
    font-size: 28px !important;
    line-height: 36px !important;
    text-transform: capitalize;
    padding-bottom: 6px !important;
    color: var(--primary-color-one) !important;
}

.about-section.facilities-section-alt p {
    color: #000;
    margin-bottom: 8px !important;
    font-size: 17px !important;
    text-align: justify !important;
}

.wccbs-section {}

.certificate-course-box.wccbs-box {
    text-align: center;
}

.certificate-course-box.wccbs-box .icon_content {
    padding: 12px 10px 10px !important;
}

.certificate-course-box.wccbs-box .icon {
    margin-bottom: 15px !important;
}

.certificate-course-box.wccbs-box .icon img {}

.certificate-course-box.wccbs-box .text_box {}

.certificate-course-box.wccbs-box .text_box h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto !important;
    font-size: 16px !important;
    line-height: 28px !important;
    margin-bottom: 2px !important;
    font-weight: 700 !important;
}

.certificate-course-box.wccbs-box .text_box h6 {
    font-size: 14px;
    font-weight: 600;
}



.counter-section {
    background: #f9f9f9;
    position: relative;
    z-index: 1;
}

.count-area-content {
    text-align: center;
    padding: 0px;
    position: relative;
    height: 100%;
}

.count-area-content:before {
    position: absolute;
    content: "";
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--border-color-dark);
}

.count-area-content.cac-4:before {
    content: "";
    position: absolute;
    display: none;
}

.count-icon {}

.count-icon img {
    width: 60px;
    filter: invert(42%) sepia(78%) saturate(3759%) hue-rotate(164deg) brightness(98%) contrast(101%);
}

.count-digit {
    margin: 10px 0px 2px;
    color: #000;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
}

.count-title {}

.count-title h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
    color: #009cbb;
}

.count-digit.cd-hash {
    position: relative;
}

.count-digit.cd-hash:before {
    position: absolute;
    content: "#";
    left: 50%;
    transform: translateX(-36px);
    font-weight: 600;
}

.vid-desktop {
    width: 100%;
}

.ratio-16x9 {
    margin-bottom: -1px;
}

.video-banner-sec {
    margin-top: -147px;
}

@media only screen and (max-width:1200px) {
    .video-banner-sec {
        margin-top: -135px;
    }
}

@media only screen and (max-width:991px) {
    .video-banner-sec {
        margin-top: 0px;
    }
}

.vid-desktop-banner {}

.vid-desktop-banner {}

.new-header .header {
    background: #ffffff00;
    box-shadow: none;
}

.new-header .header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
    color: #000000;
}

.new-header .top_bar {
    background: #009cbb00;
    box-shadow: 2px 0 2px rgb(0 0 0 / 70%);
}

.new-header .top_bar .top_inner .common_css .contntent .text a {
    color: #000000;
    font-weight: 600;
}

.new-header .top_bar .top_inner .common_css .contntent .text small {
    color: #000000;
    font-weight: 600;
}

.new-header .top_bar .top_inner .common_css .contntent i {
    color: #000000;
}

.new-header .right_side.common_css a {
    background: var(--primary-color-one);
    color: #fff;
    font-weight: 400;
}

.new-header .right_side.common_css a img {
    width: 30px;
    filter: invert(45%) sepia(47%) saturate(1533%) hue-rotate(153deg) brightness(90%) contrast(101%);
    filter: invert(1);
}

@media only screen and (max-width:991px) {
    .new-header .top_bar {
        background: #009cbb;
        box-shadow: none;
    }

    .new-header .top_bar .top_inner .common_css .contntent i {
        color: #ffffff;
    }

    .new-header .top_bar .top_inner .common_css .contntent .text a {
        color: #ffffff;
        font-weight: 600;
    }

    .right_side.common_css a {
        background: #ffffff;
        margin-left: 3px;
        margin-right: 3px;
    }

    .new-header .right_side.common_css a {
        background: #fff;
        color: var(--primary-color-one);
        font-weight: 600;
    }

    .new-header .top_bar .top_inner .common_css .contntent .text small {
        color: #ffffff;
        font-weight: 600;
    }

    .new-header .right_side.common_css a img {
        width: 30px;
        filter: invert(45%) sepia(47%) saturate(1533%) hue-rotate(153deg) brightness(90%) contrast(101%);
    }
}

@media only screen and (max-width:575px) {
    .right_side.common_css a {
        margin-left: 0px;
        margin-right: 0px;
    }

    .top_bar .top_inner .common_css {
        display: flex !important;
        justify-content: space-between;
        line-height: normal;
    }
}

.admission-enquiry-modal-btn {
    position: fixed;
    top: 420px;
    right: -82px;
    transform: rotate(270deg);
    z-index: 5;
    padding: 0px 30px;
    line-height: 42px;
    background: var(--primary-color-one);
    border-color: var(--primary-color-one);
    color: #fff;
    font-weight: 500;
    border-radius: 10px 0px 10px 0px;
    box-shadow: -2px -2px 10px 0px #0000004f;
    transition: 0.3s ease-in-out;
}

.admission-enquiry-modal-btn:focus,
.admission-enquiry-modal-btn:hover {
    border-radius: 0px 10px 0px 10px;
    background: var(--primary-color-one) !important;
    border-color: var(--primary-color-one) !important;
    color: #fff !important;
    transition: 0.3s ease-in-out;
}

.admission-enquiry-modal {
    padding-right: 0px !important;
}

.admission-enquiry-modal .modal-dialog {}

.admission-enquiry-modal .modal-content {}

.admission-enquiry-modal .modal-content form {
    padding: 0px 0;
}

.admission-enquiry-modal .modal-header {}

.admission-enquiry-modal .modal-header .modal-title {}

.admission-enquiry-modal .modal-header .btn-close {}

.admission-enquiry-modal .modal-header .btn-close:hover {}

.admission-enquiry-modal #ee-form-2 {}

.admission-enquiry-modal .ee-form-header {
    display: none;
}

.admission-enquiry-modal .ee-form-widget .ee-form-widget-form {
    padding: 10px 15px 15px 15px
}

@media only screen and (min-width: 768px) {
    .admission-enquiry-modal .ee-form-widget#ee-form-2 {
        margin: 0px auto;
    }
}

.admission-enquiry-modal input,
.admission-enquiry-modal input[type=text],
.admission-enquiry-modal input[type=email],
.admission-enquiry-modal input[type=number],
.admission-enquiry-modal textarea,
.admission-enquiry-modal select {
    height: 44px;
    margin-bottom: 0px;
}

.admission-enquiry-modal .select2-container--default .select2-selection--single {
    height: 44px !important;
    border-radius: 4px !important;
    border: 1px solid #cccccc;
}

.admission-enquiry-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 44px !important;
    line-height: 42px !important;
}

.admission-enquiry-modal .ee-form-widget .captchaContainer .cpatcha {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    border-radius: 4px;
    height: 44px;
    border: 1px solid #cccccc;
    background: #fff;
}

.admission-enquiry-modal .ee-form-footer {
    margin-top: 10px;
}

.admission-enquiry-modal .ee-form-widget #ee-send-otp-button-wrapper .btn-send-otp {
    height: 44px;
    border-radius: 4px !important;
    opacity: 1;
    background: var(--primary-color-one) !important;
    border-color: var(--primary-color-one) !important;
    color: #fff !important;
    font-weight: 500;
}

.admission-enquiry-modal .ee-form-widget .controls .btn-submit {
    height: 44px;
    width: 100%;
    opacity: 1;
    background: var(--primary-color-one) !important;
    border-color: var(--primary-color-one) !important;
    color: #fff !important;
    font-weight: 500;
    border-radius: 10px 0px 10px 0px !important;
    transition: 0.3s ease-in-out;
}

.admission-enquiry-modal .ee-form-widget .ee-form-footer .controls .btn-submit:hover,
.admission-enquiry-modal .ee-form-footer .btn-submit:not(:disabled):not(.disabled):hover {
    border-radius: 0px 10px 0px 10px;
    background: var(--primary-color-one) !important;
    border-color: var(--primary-color-one) !important;
    color: #fff !important;
    transition: 0.3s ease-in-out;
}

@media only screen and (max-width:991px) {
    .admission-enquiry-modal-btn {
        top: 260px;
    }
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.fancybox-slide--current {
    display: flex;
    justify-content: center;
    align-items: center;
}

.campus-video-sec {
    background-image: url(../images/campus-video-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}

.campus-video-sec:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #26abc5a1;
}

.campus-video-sec .container {
    position: relative;
}

.cv-left {}

.cv-left h6 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 2px #000000d6;
}

.cv-right {
    display: flex;
    column-gap: 25px;
    align-items: center;
}

.cv-arrow {
    width: calc(100% - 130px);
    margin-top: 25%;
}

.cv-arrow img {
    transform: rotate(8deg);
    filter: drop-shadow(2px 2px 2px #000000d6);
}

.cv-play {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cv-play a {}

.cv-play a img {
    width: 80%;
    position: relative;
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(0 0 0 / 56%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -15px;
    bottom: -25px;
    z-index: 0;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.hashimukh-section {
    background-image: url(../images/hashimukh.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    height: 700px;
    background-position: center;
}

.hashimukh-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #5a5a5a2b;
}

.hashimukh-section.abar-hashimukh-section {
    background-image: url(../images/abar-hashimukh.jpg);
}

.hashimukh-section.abar-hashimukh-section:before {}

.accredition-sec {
    position: relative;
    overflow: hidden;
}

.accredition-sec:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/accredition-bg.jpg);
    background-color: #009cbb;
    background-blend-mode: hard-light;
    background-size: cover;
    background-position: center;
}

.accredition-sec .container {
    position: relative;
}

.ana-box {
    position: relative;
    background: #ffffff;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    border-radius: 10px 0px 10px 0px;
    box-shadow: 4px 4px 10px 0px #00000014;
    border: 0px solid var(--primary-color-one);
}

.ana-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 15px 10px;
}

.ana-img img {
    width: 100px !important;
    border: 2px solid var(--primary-color-one);
    box-shadow: 2px 2px 5px 0px #00000052;
    border-radius: 10px 0px 10px 0px;
}

.ana-text {
    padding: 2px 15px 15px;
}

.ana-text h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
}

@media only screen and (max-width:991px) {
    .ana-text h6 {
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.ana-text a {
    padding: 6px 10px;
    display: inline-block;
    margin-top: 8px;
    border: 2px solid #009cbb;
    box-shadow: 2px 2px 5px 0px #00000052;
    border-radius: 10px 0px 10px 0px;
    transition: 0.3s ease-in-out;
}

.ana-text a:hover {
    border-radius: 0px 10px 0px 10px;
    transition: 0.3s ease-in-out;
}

#owl-carousel2.owl-theme .owl-dots .owl-dot.active span,
#owl-carousel2.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color-one);
}

#owl-carousel2.owl-carousel .owl-dots .owl-dot {
    background: transparent;
}

#owl-carousel2.owl-theme .owl-dots .owl-dot span {
    background: #0c0c0c;
}

.new-testimonial-box {
    border-radius: 10px 0px 10px 0px;
    box-shadow: 4px 4px 10px 0px #00000014;
    overflow: hidden;
}

.faculty-sec {
    position: relative;
    overflow: hidden;
}

.faculty-sec .container {
    position: relative;
}

.faculty-sec:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/faculty-carousel-bg.jpg);
    background-color: #009cbb91;
    background-blend-mode: hard-light;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    opacity: 0.5;
}

.faculty-card.faculty-carousel-card {}

.faculty-card.faculty-carousel-card .faculty-img {
    width: 125px;
    box-shadow: 2px 2px 5px 0px #0000001f;
}

.faculty-card.faculty-carousel-card .faculty-text {
    width: calc(100% - 145px);
}

#owl-carousel3.owl-theme .owl-dots .owl-dot.active span,
#owl-carousel3.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color-one);
}

#owl-carousel3.owl-carousel .owl-dots .owl-dot {
    background: transparent;
}

#owl-carousel3.owl-theme .owl-dots .owl-dot span {
    background: #0c0c0c;
}

.cc-box-outer {
    text-align: center;
}

.cc-box-outer h6 {
    text-align: center;
    margin-bottom: 12px;
    font-size: 20px;
    color: #282f3b;
    display: inline-block;
    border-bottom: 2px solid var(--primary-color-one);
}

#owl-carousel-cxo {}

.cc-box {}

.cc-img.gallery-image {}

.cc-img.gallery-image a {
    box-shadow: none;
    border: 0px solid var(--primary-color-one);
}

.cc-img.gallery-image img {}

#owl-carousel-iconnect {}

#owl-carousel-cxo.owl-theme .owl-nav,
#owl-carousel-iconnect.owl-theme .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

#owl-carousel-cxo .owl-prev,
#owl-carousel-iconnect .owl-prev {
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px 0px 3px 0px;
    box-shadow: 0px 0px 10px 0px #00000026;
    overflow: hidden;
}

#owl-carousel-cxo .owl-prev:hover span,
#owl-carousel-iconnect .owl-prev:hover span {
    background: #009cbb;
    color: #fff;
}

#owl-carousel-cxo .owl-prev span,
#owl-carousel-iconnect .owl-prev span {
    font-size: 20px;
    color: #009cbb;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}

#owl-carousel-cxo .owl-next,
#owl-carousel-iconnect .owl-next {
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px 0px 3px 0px;
    box-shadow: 0px 0px 10px 0px #00000026;
    overflow: hidden;
}

#owl-carousel-cxo .owl-next:hover span,
#owl-carousel-iconnect .owl-next:hover span {
    background: #009cbb;
    color: #fff;
}

#owl-carousel-cxo .owl-next span,
#owl-carousel-iconnect .owl-next span {
    font-size: 20px;
    color: #009cbb;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}

.dt-box.pgdm-box {}

.pgdm-nav-pills {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    background: transparent;
    border-bottom: 2px solid #009cbb;
    box-shadow: 0 4px 15px rgb(0 0 0 / 25%);
    overflow: hidden;
}

.pgdm-nav-pills li {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
    height: 50px;
    line-height: 54px;
    width: 33.34%;
    padding: 0px 0px;
    text-align: center !important;
}

.pgdm-nav-pills li+li {
    border-left: 1px solid #ddd;
}

.pgdm-nav-pills li::before {
    display: none;
}

.pgdm-nav-pills li .nav-link {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.35px;
    background: #fff;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    display: block;
    height: 50px;
    width: 100%;
    padding: 0px 20px;
    padding-top: 2px;
    border-radius: 0px;
    color: #000;
}

.pgdm-nav-pills li .nav-link:hover {}

.pgdm-nav-pills li .nav-link.active {
    background: #009cbb;
}

.pgdm-nav-pills li .nav-link.active:hover {}

.tab-content.pgdm-tab-content {}

.pgdm-tab-pane {
    color: #000;
    backdrop-filter: blur(25px);
    background: #ffffff;
    box-shadow: 0px 6px 6px rgb(0 0 0 / 10%);
    padding: 12px 15px;
}

.pdf-new-card {
    width: 160px;
    background: #fff;
    border-radius: 0px 15px 0px 15px !important;
    box-shadow: 0px 0px 5px 0px #0000001c !important;
    overflow: hidden;
}

.pdf-new-icon {
    width: 160px;
}

.pdf-new-icon img {
    padding: 12px 10px 10px 10px;
}

.pdf-new-text {
    padding: 6px 10px 6px;
    text-align: center;
    background: #009cbb;
}

.pdf-new-text a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}

.pdf-new-card:hover a {
    color: #000;
}

.campus-video-sec.cxo-video-sec {
    background-image: url(../images/cxo/Q&A-Session.jpg);
    background-position: right;
}

.campus-video-sec.cxo-video-sec:before {}

.corporate-connect-sec {
    position: relative;
    overflow: hidden;
}

.corporate-connect-sec:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/accredition-bg.jpg);
    background-color: #009cbb;
    background-blend-mode: hard-light;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.dt-box.mdps-box ol li {
    max-width: 100%;
    text-align: left;
}

.dt-box.library-box {
    border-radius: 0px 10px 0px 10px;
    box-shadow: 2px 2px 5px 0px #0000005e;
    overflow: hidden;
}

.library-nav-pills {
    height: 100%;
    background: #d9f9ff;
}

.library-nav-pills .nav-link {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.25px;
    background: #d9f9ff;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    display: block;
    min-height: 50px;
    width: 100%;
    padding: 5px 15px;
    border-radius: 0px;
    color: #000;
    border-bottom: 2px solid #009cbb;
}

.library-nav-pills .nav-link:hover {
    color: #009cbb;
}

.library-nav-pills .nav-link.active {
    background: #009cbb;
    border-bottom: 2px solid #006f86;
}

.library-nav-pills .nav-link.active:hover {
    color: #fff;
}

.library-tab-content {}

.library-tab-content .tab-pane {
    margin-top: 15px;
    margin-bottom: 10px;
    overflow-y: auto;
    height: 650px;
    padding-right: 8px;
}

.library-tab-content .tab-pane::-webkit-scrollbar {
    width: 2px;
}

/* Handle */
.library-tab-content .tab-pane::-webkit-scrollbar-thumb {
    background: linear-gradient(to left bottom, var(--primary-color-one), var(--primary-color-one));
}

/* Handle on hover */
.library-tab-content .tab-pane::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to left bottom, var(--primary-color-one), var(--primary-color-one));
}

.library-box .library-tab-content h6 {
    margin-bottom: 2px;
}

.library-box .library-tab-content p {
    margin-bottom: 6px;
}

.library-box .library-tab-content p b {}

.library-box .library-tab-content .timing-box {}

.library-box .library-tab-content .tb-inner {
    display: flex;
    column-gap: 8px;
}

.library-box .library-tab-content .tb-inner p {}

.library-table.table-responsive {}

.library-table.table-responsive .table {
    border: 1px solid #009cbb;
    margin-bottom: 12px;
}

.library-table.table-responsive .table thead {}

.library-table.table-responsive .table thead tr {}

.library-table.table-responsive .table thead th {
    background: #009cbb;
    color: #fff;
    font-weight: 600;
    border: 1px solid #009cbb;
}


.library-table.table-responsive .table tbody {
    border-top: 1px solid #009cbb;
}

.library-table.table-responsive .table tbody tr {}

.library-table.table-responsive .table tbody td {
    border: 1px solid #009cbb;
    vertical-align: middle;
    color: #000;
}

.library-table.table-responsive .table tbody td[colspan="7"] {
    background: #d9f9ff;
    text-align: center;
    font-size: 16;
    font-weight: 600;
}

.dt-box.library-box ul {}

.dt-box.library-box ul li {}

.dt-box.library-box ol {
    padding-left: 32px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-bottom: 0px;
}

.dt-box.library-box ol li {
    margin-bottom: 6px;
}

.placement-box {}

.placement-box p {}

.placement-box b {}

.placement-box h3 {
    text-align: center;
    margin-bottom: 15px;
}

.placement-count-box {
    text-align: center;
    border: 2px solid #009cbb !important;
    border-radius: 10px 0px 10px 0px !important;
    padding: 10px !important;
    box-shadow: 4px 4px 10px 0px #0f23341f;
}

.place-icon {
    width: 70px;
    margin: 5px auto 10px;
}

.place-icon img {
    box-shadow: none !important;
    border-radius: 0px !important;
    filter: invert(51%) sepia(93%) saturate(3373%) hue-rotate(158deg) brightness(90%) contrast(105%);
}

.place-text {}

.place-text h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 2px;
}

.place-text h6 {
    font-size: 16px;
    color: #009cbb;
    margin-bottom: 0px !important;
}

.placement-img {}

.placement-img img {}

.placement-text {}

.placement-text h2 {
    font-size: 28px;
    line-height: 36px;
}

.placement-text p {}

.placement-contact-sec {}

.placement-contact-sec p {
    color: #000;
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    font-weight: 600;
}

.placement-contact-sec {
    position: relative;
}

.placement-contact-sec:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/accredition-bg.jpg);
    background-color: #009cbb;
    background-blend-mode: hard-light;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.alumni-stories-sec {
    background: #f9f9f9;
}

.alumni-stories-sec h2 {}

.alumni-stories-sec p {
    color: #000;
    font-size: 17px;
    margin-bottom: 4px;
    text-align: justify;
}

.as-sec-img {
    border-radius: 0px 10px 0px 10px;
    box-shadow: 2px 2px 5px 0px #00000036;
    overflow: hidden;
    width: 100%;
}

.as-sec-img img {
    width: 100%;
}

.yt-box iframe {
    width: 100%;
    height: 100%;
    border-radius: 0px 10px 0px 10px;
    box-shadow: 2px 2px 5px 0px #0000002e;
    overflow: hidden;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
    background: #0000002e;
    position: relative;
    z-index: 1;
}

.contact_form_box_inner.ee-form-widget#ee-form-2 {
    margin: 0px auto;
}

.dt-box.pgdm-box-new {}

.dt-box.pgdm-box-new .title_sections h2 {
    position: relative;
    margin-top: 20px;
    font-size: 30px !important;
    line-height: 48px !important;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    padding: 15px;
    border-radius: 0px 0px 15px 15px;
    border: 1px solid #009cbb;
    background: #009cbb;
    color: #fff !important;
}

.dt-box.pgdm-box-new .title_sections h2 a {
    font-size: 16px !important;
    line-height: 16px;
    font-weight: 600;
    padding: 15px 15px !important;
    text-shadow: 0px 3px 6px #ffffff87;
    border-radius: 10px 0px 10px 0px;
    background: linear-gradient(-45deg, #ffffff, #ffffff, #ffffff, #ffffff);
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
    color: #009cbb;
    border: none;
    box-shadow: 4px 4px 10px 0px #0f233457;
}

.dt-box.pgdm-box-new h3 {
    position: relative;
    margin-top: 0px;
    font-size: 20px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    border-radius: 15px 15px 0px 0px;
    padding: 15px;
    border: 1px solid #009cbb;
    background: #009cbb;
    color: #fff !important;
    /* display: inline-flex
; */
    /* margin-left: 135px; */
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.pdf-new-anchor {
    position: relative;
}

.pdf-new-anchor:before {
    position: absolute;
    content: "";
}

.pdf-new-anchor:hover {}

.dt-box.pgdm-box-new .title_sections h2:before {}

@media only screen and (max-width:575px) {
    .dt-box.pgdm-box-new .title_sections h2 {
        border-bottom: 0px solid #009cbb;
    }

    .pdf-new-card {
        margin: 0 auto;
    }
}

#owl-carousel-rb {}

.recruiter-box {
    position: relative;
    margin: 0px 10px;
    padding: 0px 0px;
    overflow: hidden;
    border-radius: 0px 10px 0px 10px;
    box-shadow: 2px 2px 5px 0px #0000005e;
}

.recruiter-box:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: 6px solid #fff;
}

.recruiter-box img {}

#owl-carousel-rb .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}

#owl-carousel-rb .owl-prev {
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px 0px 3px 0px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #00000026;
    overflow: hidden;
}

#owl-carousel-rb .owl-prev:hover span {
    background: #009cbb;
    color: #fff;
}

#owl-carousel-rb .owl-prev span {
    font-size: 20px;
    color: #009cbb;
    font-weight: 600;
    display: inline-block;
    border-radius: 3px 0px 3px 0px;
    width: 100%;
}

#owl-carousel-rb .owl-next {
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px 0px 3px 0px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #00000026;
    overflow: hidden;
}

#owl-carousel-rb .owl-next:hover span {
    background: #009cbb;
    color: #fff;
}

#owl-carousel-rb .owl-next span {
    font-size: 20px;
    color: #009cbb;
    font-weight: 600;
    display: inline-block;
    border-radius: 3px 0px 3px 0px;
    width: 100%;
}

.new-card-box {}

.card-modal-box {
    padding: 15px 15px 12px;
    background: #fff;
    box-shadow: var(--box-shadow);
    border-radius: 0px 15px 0px 15px !important;
    box-shadow: 0px 0px 5px 0px #0000001c !important;
    margin-top: 6px;
    margin-bottom: 20px;
}

.card-modal-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #00000024 !important;
}

.card-modal-img img {}

.card-mobile-text {
    position: relative;
    padding: 12px 0px 0px 0px !important;
    text-align: center;
}

.card-mobile-text a.card-mobile-anchor {
    font-size: 17px;
    font-weight: 600;
}

.card-mobile-text a.card-mobile-anchor:hover {}

.pgdm-modal {
    padding-right: 0px !important;
}

.pgdm-modal .modal-dialog {}

.pgdm-modal .modal-content {
    border-radius: 0px 15px 0px 15px !important;
    box-shadow: 2px 2px 5px 0px #00000029 !important;
    background: #fff;
    padding: 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid var(--primary-color-one);
    border-top: 0px;
}

.pgdm-modal .modal-header {
    width: 100%;
    background: #009cbb;
    border-radius: 0px 10px 0px 20px !important;
    padding: 15px 15px 15px 15px;
}

.pgdm-modal .modal-header h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.pgdm-modal .modal-header .btn-close {
    filter: invert(1);
    opacity: 1;
}

.pgdm-modal .modal-body {
    width: 100%;
    padding: 10px 15px;
}

.pgdm-modal .pgdm-modal-box {}

.pgdm-modal .pgdm-modal-box h6 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 2px;
    border-bottom: 2px solid #009cbb;
    display: inline-block;
    padding-right: 15px;
}

.pgdm-modal .pgdm-modal-box ul {}

.pgdm-modal .pgdm-modal-box li {
    text-align: left;
}

@media (min-width: 576px) {
    .modal-sm {
        max-width: 360px;
    }
}

body {
    padding-right: 0px !important;
}

.course-new-box-inner {
    border-radius: 0px 15px 0px 15px !important;
    box-shadow: 2px 2px 5px 0px #00000029 !important;
    background: #fff;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid var(--primary-color-one);
    height: 100%;
    column-gap: 15px;
}

.course-new-img {
    width: 280px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 5px 0px #0000005e;
}

.course-new-img img {
    width: 100%;
    height: 100%;
}

.course-new-text {
    width: calc(100% - 295px);
}

.course-new-text h6 {
    font-size: 17px;
    line-height: 23px;
    color: #009cbb;
    margin-bottom: 0px;
}

.course-new-text ul li {
    text-align: left;
    font-size: 16px;
    margin-bottom: 4px;
}

.course-new-text p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 4px;
}

.course-new-text a {
    background: #009cbb;
    color: #fff;
    display: inline-block;
    padding: 0px 10px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 0px;
    border-radius: 10px 0px 10px 0px;
    box-shadow: 4px 4px 10px 0px #0000001f;
}

.course-new-text a:hover {
    border-radius: 0px 10px 0px 10px;
    color: #fff;
}

@media only screen and (max-width:1199px) and (min-width:992px) {
    .course-new-img {
        width: 170px;
    }

    .course-new-text {
        width: calc(100% - 185px);
    }
}

@media only screen and (max-width:991px) {
    .dt-box.pgdm-box-new .title_sections h2 {
        font-size: 24px !important;
        line-height: 24px !important;
    }

    .faculty-img {
        width: 180px;
        height: 216px;
    }

    .faculty-text {
        width: calc(100% - 195px);
    }
}

@media only screen and (max-width:767px) {
    .dt-box.pgdm-box-new .title_sections h2 {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .course-new-img {
        width: 200px;
    }

    .course-new-text {
        width: calc(100% - 215px);
    }
}

@media only screen and (max-width:575px) {
    .course-new-box-inner {
        flex-direction: column;
    }

    .course-new-img {
        width: 100%;
    }

    .course-new-text {
        width: calc(100% - 0px);
        margin-top: 12px;
    }

    .dt-box.pgdm-box-new .title_sections h2 {
        flex-direction: column;
        row-gap: 12px;
        font-size: 18px !important;
    }

    .dt-box.pgdm-box-new h3 {
        font-size: 18px !important;
        line-height: 26px !important;
        padding: 15px 10px;
    }

    .faculty-img {
        width: 100%;
        height: auto;
    }

    .faculty-text {
        width: 100%;
    }

    .faculty-card {
        flex-direction: column;
        row-gap: 15px;
        padding: 12px 15px;
    }
}

.facilities-section .gallery-image a:hover::after,
.facilities-section-alt .gallery-image a:hover::after {
    opacity: 0;
}

.facilities-section .gallery-image a:hover::before,
.facilities-section-alt .gallery-image a:hover::before {
    opacity: 0;
}

.facilities-section .owl-nav,
.facilities-section-alt .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.facilities-section .owl-prev,
.facilities-section-alt .owl-prev {
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px 0px 3px 0px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #00000026;
    overflow: hidden;
}

.facilities-section .owl-prev:hover span,
.facilities-section-alt .owl-prev:hover span {
    background: #009cbb;
    color: #fff;
}

.facilities-section .owl-prev span,
.facilities-section-alt .owl-prev span {
    font-size: 20px;
    line-height: 28px;
    color: #009cbb;
    font-weight: 600;
    display: inline-block;
    border-radius: 3px 0px 3px 0px;
    width: 100%;
}

.facilities-section .owl-next,
.facilities-section-alt .owl-next {
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px 0px 3px 0px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #00000026;
    overflow: hidden;
}

.facilities-section .owl-next:hover span,
.facilities-section-alt .owl-next:hover span {
    background: #009cbb;
    color: #fff;
}

.facilities-section .owl-next span,
.facilities-section-alt .owl-next span {
    font-size: 20px;
    line-height: 28px;
    color: #009cbb;
    font-weight: 600;
    display: inline-block;
    border-radius: 3px 0px 3px 0px;
    width: 100%;
}

@media only screen and (max-width:991px) {
    .facilities-text-section .pd_bottom_30 {
        padding-bottom: 10px;
    }

    .facilities-text-section .pd_top_80 {
        padding-top: 40px !important;
    }

    .facilities-text-box h4 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        color: #000000;
        text-align: justify;
    }
}

.admission-enquiry-modal.contact-enquiry-modal .ee-form-header {
    display: block;
    margin-top: 10px;
}

.admission-enquiry-modal.contact-enquiry-modal .ee-form-header h2 {
    color: #009cbb;
}

.admission-enquiry-modal.contact-enquiry-modal .ee-form-instruction {
    margin: 5px 0;
}

.admission-enquiry-modal.contact-enquiry-modal .ee-form-widget .captchaContainer {
    margin-bottom: 0px;
}

.admission-enquiry-modal.contact-enquiry-modal .contact_form_box_all input {
    margin: 0px 0px 0px !important;
}

.admission-enquiry-modal.contact-enquiry-modal .contact_form_box_all input[type=checkbox] {
    width: 16px !important;
}

.admission-enquiry-modal.contact-enquiry-modal .ee-form-widget .captchaContainer .cpatcha {
    margin-top: 0px;
}


.admission-enquiry-modal.contact-enquiry-modal .ee-form-widget .ee-form-body>.ee-row>.captchaContainer,
.admission-enquiry-modal.contact-enquiry-modal .ee-form-widget .ee-form-body>.ee-row>.col-75:not(:first-child) {
    padding: 10px 0px 15px;
}

.default-text-section.privacy-policy-section h6 {
    color: #009cbb;
}

@media only screen and (max-width:991px) {
    .default-text-section.privacy-policy-section .pd_top_80 {
        padding-top: 40px !important;
    }

    .default-text-section.privacy-policy-section .pd_bottom_70 {
        padding-bottom: 40px;
    }

    .blue-card-sec.aicte-approval-card-sec .pd_top_80 {
        padding-top: 40px !important;
    }

    .blue-card-sec.aicte-approval-card-sec .pd_bottom_60 {
        padding-bottom: 20px;
    }
}

.postheader-sec {
    background: #009cbb;
    padding: 10px 0;
}

.ph-carousel-outer {}

#owl-carousel_ph {}

#owl-carousel_ph .item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

#owl-carousel_ph .item h6 {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    margin-top: 5px;
    text-shadow: 1px 1px #0000008f;
}

#owl-carousel_ph .item h6 span {
    text-transform: capitalize;
    color: #ffe50a;
    font-weight: 600;
    font-size: 19px;
}

#owl-carousel_ph .item a {
    background: #ffffff;
    display: inline-block;
    padding: 0px 12px;
    font-size: 15px;
    line-height: 41px;
    font-weight: 600;
    border-radius: 10px 0px 10px 0px;
    box-shadow: 4px 4px 10px 0px #0000001f;
}

#owl-carousel_ph .item a:hover {
    border-radius: 0px 10px 0px 10px;
}

@media only screen and (max-width:575px) {
    #owl-carousel_ph .item {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 10px;
        flex-direction: column;
        row-gap: 5px;
    }

    #owl-carousel_ph .item h6 span {
        text-transform: capitalize;
        color: #ffe50a;
        font-weight: 600;
        font-size: 15px;
    }

    #owl-carousel_ph .item h6 {
        color: #fff;
        font-weight: 500;
        font-size: 15px;
        margin-top: 0px;
        text-shadow: 1px 1px #0000008f;
    }
}

@media only screen and (max-width:1199px) {
    /* .yt-box iframe {
    height: 200px;
  } */
}

@media only screen and (max-width:991px) {
    .default-text-section.trustees-section .pd_top_80 {
        padding-top: 40px !important;
    }

    .default-text-section.trustees-section .pd_bottom_70 {
        padding-bottom: 30px;
    }

    .trustees-section .dt-box p {
        text-align: left;
    }

    .default-text-section.zeron-section .pd_top_80 {
        padding-top: 40px !important;
    }

    .default-text-section.zeron-section .pd_bottom_50 {
        padding-bottom: 10px;
    }

    .online-grievance-section.bg_light_1 .pd_top_80 {
        padding-top: 40px !important;
    }

    .online-grievance-section.bg_light_1 .pd_top_80 {
        padding-top: 40px !important;
    }

    .default-text-section.online-payment-section .pd_top_80 {
        padding-top: 40px !important;
    }

    .white-card-sec .pd_top_80 {
        padding-top: 40px !important;
    }

    .white-card-sec .pd_bottom_60 {
        padding-bottom: 20px;
    }

    .placement-contact-sec .pd_top_80 {
        padding-top: 40px !important;
    }

    .placement-contact-sec .pd_bottom_80 {
        padding-bottom: 40px;
    }

    .alumni-stories-sec .pd_top_80 {
        padding-top: 40px !important;
    }

    .alumni-stories-sec .pd_bottom_60 {
        padding-bottom: 20px;
    }

    .video-testimonial-sec .pd_top_80 {
        padding-top: 40px !important;
    }

    .video-testimonial-sec .pd_bottom_60 {
        padding-bottom: 20px;
    }

    /* .yt-box iframe {
    height: 230px;
  } */

    .default-text-section.fee-structure-section .pd_top_80 {
        padding-top: 40px !important;
    }

    .default-text-section.fee-structure-section .pd_bottom_50 {
        padding-bottom: 10px;
    }

    .default-text-section.admission-25-27-section .pd_top_80 {
        padding-top: 40px !important;
    }

    .default-text-section.admission-25-27-section .pd_bottom_70 {
        padding-bottom: 30px;
    }

    .exemplary-sec-new .pd_top_80 {
        padding-top: 40px !important;
    }

    .exemplary-sec-new .pd_bottom_70 {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width:767px) {
    /* .yt-box iframe {
    height: 170px;
  } */
}

@media only screen and (max-width:575px) {
    .icon_box_all.style_one .icon_content {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .career-card .icon {
        margin-bottom: 20px !important;
    }

    .icon_box_all.style_one .icon_content .txt_content {
        margin-left: 0px !important;
    }
}

.exemplary-sec-new {
    background-color: #018eaa;
    background-image: url(../images/exemplary-placements/exp-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: lighten;
}

.exp-box-outer {}

#owl-carousel-exp {}

.exp-box {}

.exp-box img {
    border-radius: 0px 10px 0px 10px;
    box-shadow: 1px 1px 5px 0px #00000024;
}

#owl-carousel-exp .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}

#owl-carousel-exp .owl-prev {
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px 0px 3px 0px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #00000026;
    overflow: hidden;
}

#owl-carousel-exp .owl-prev:hover span {
    background: #009cbb;
    color: #fff;
}

#owl-carousel-exp .owl-prev span {
    font-size: 20px;
    color: #009cbb;
    font-weight: 600;
    display: inline-block;
    border-radius: 3px 0px 3px 0px;
    width: 100%;
}

#owl-carousel-exp .owl-next {
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px 0px 3px 0px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #00000026;
    overflow: hidden;
}

#owl-carousel-exp .owl-next:hover span {
    background: #009cbb;
    color: #fff;
}

#owl-carousel-exp .owl-next span {
    font-size: 20px;
    color: #009cbb;
    font-weight: 600;
    display: inline-block;
    border-radius: 3px 0px 3px 0px;
    width: 100%;
}


.new-banner-sec {
    position: relative;
    overflow: hidden;
    background-image: url(../images/seq-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.new-banner-sec:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: #009cbbcf; */
    /* background-color: #009cbbbf; */
    background: linear-gradient(275deg, rgb(0 156 187 / 32%) 0%, #009cbb 120%);
    background: linear-gradient(275deg, rgb(0 156 187 / 32%) 0%, #32b8e8 130%);
}

.banner-left-part {}

.blp-img {
    width: 200px;
    margin-bottom: 24px;
}

.blp-img img {}

.blp-text {
    text-shadow: 2px 2px 5px #00000066;
}

.blp-text h2 {
    font-size: 48px;
    line-height: 60px;
    max-width: 600px;
    margin-bottom: 15px;
    color: #fff;
}

.blp-text h2 span {
    color: #2e2f90;
}

.blp-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.blp-buttons {
    display: flex;
    column-gap: 15px;
}

.blp-buttons .theme-btn {
    cursor: pointer;
    background: #fff !important;
    color: var(--primary-color-one) !important;
    border: 1px solid #fff !important;
}

.blp-buttons .theme-btn:hover {
    background: #121212 !important;
    color: var(--primary-color-one) !important;
    border: 1px solid #121212 !important;
}

.blp-buttons .theme-btn.theme-btn-alt {
    cursor: pointer;
    background: #fff !important;
    color: var(--primary-color-one) !important;
    border: 1px solid #fff !important;
}

.blp-buttons .theme-btn.theme-btn-alt:hover {
    background: #121212 !important;
    color: var(--primary-color-one) !important;
    border: 1px solid #121212 !important;
}

.banner-form-card {
    position: relative;
    background: white;
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0px #0f23342b;
}

.banner-form-card h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 6px;
}

.banner-form-card form {}

.banner-form-card form input {}

.banner-form-card form p {
    font-weight: 500;
    color: #000;
}

.banner-form-card form .theme-btn {
    cursor: pointer;
}

.banner-form-card form .theme-btn:hover {}

.landing-page-modal {}

.landing-page-modal .modal-content {
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.landing-page-modal .modal-header {
    background: var(--primary-color-one);
}

.landing-page-modal .modal-header .modal-title {
    color: #fff;
}

.landing-page-modal .modal-header .btn-close {
    opacity: 1;
    filter: invert(1);
}

.mba-dtls-sec .row.spl-row .col-lg-4 {
    padding: 24px 15px 16px;
    height: 100%;
}

.mba-dtls-sec .row.spl-row .col-lg-4:nth-child(even) {
    background-color: #f1f1f1;
    border-radius: 10px;
}

.mbad-box {
    text-align: center;
    height: 100%;
}

.mbad-icon {
    width: 60px;
    margin: 0px auto 12px;
}

.mbad-icon img {
    filter: invert(53%) sepia(56%) saturate(6843%) hue-rotate(164deg) brightness(98%) contrast(101%);
}

.mbad-text {}

.mbad-text h6 {
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

.mbad-text ul {
    margin-bottom: 0px;
    padding-left: 17px;
}

.mbad-text ul li {
    position: relative;
    padding-left: 5px;
    list-style: none;
    color: #000;
    font-size: 16px;
    margin-bottom: 8px;
    text-align: justify;
}

.mbad-text ul li:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    left: -15px;
    top: 8px;
    border: 2px solid var(--primary-color-one);
    background: 0;
    transform: rotate(45deg);
}