@media ( min-width : 1400px) {
	.container {
		width: 1320px;
	}
}
@media ( min-width : 1500px) {
	.top_wrapper .container {
		width: 1549px;
	}
}
@media ( min-width : 1500px) {
	.top-bar-area .container {
		width: 1549px;
	}
}
@media ( min-width : 1600px) {
	.sticky-header .container {
		width: 1590px;
	}
}

@media ( min-width : 1400px) {
	.container {
		width: 1320px;
	}
}
div#maximenuck90 .maximenumobiletogglericonck
{
    color: #fff;
}
a:hover
{
    text-decoration: none !important;
}
a {
    text-decoration: none !important;
}
ul
{
    margin-bottom: 0;
    padding-left: 0;
}
li
{
    list-style: none;
}
h3, h4, p
{
    margin: 0;
}
body
{
    font-family: 'Outfit', sans-serif !important;
    font-size: 17px;
    line-height: 30px;
}
.Inner_social li a:hover::before, .Inner_social li a:before,  .Inner_social li a:hover i, .Inner_social li a i, .Inner_form .btn, .Inner_form .btn:hover
{
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.text-white
{
    color: #fff !important;
}
p {
    line-height: 1.7;
}
/* ====================top&slider_wrapper====================== */
.banner-style-seven-area {
    background: #0e2a47 !important;
    padding: 15px;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.banner-area {
    width: 100%;
    position: relative;
}
.d-flex {
    display: flex !important;
}
.banner-round-shape {
    position: absolute;
    left: 27%;
    right: 15px;
    top: 0;
    height: 100px !important;
}
.banner-round-shape::before {
    position: absolute;
    right: 5px;
    top: 95px;
    content: "";
    height: 40px;
    width: 30px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #0e2a47 !important;
    z-index: 2;
    transform: rotate(-93deg);
}
.banner-round-shape::after {
    position: absolute;
    left: -36px;
    top: 10px;
    content: "";
    height: 40px;
    width: 30px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #0e2a47 !important;
    z-index: 2;
    transform: rotate(-93deg);
}
.banner-style-seven-area::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    left: 27%;
    height: 100px;
    background: #0e2a47 !important;
    z-index: 1;
    border-radius: 10px;
}
@media screen and (max-width: 991px) {
    .banner-style-seven-area {
        padding: 0!important;
        margin-top: 20px;
    }
}
@media screen and (max-width: 991px) {
    .banner-round-shape {
        display: none!important;
    }
}
@media screen and (max-width: 991px) {
    .banner-style-seven-area::after {
        display: none!important;
    }
}
@media screen and (max-width: 991px) {
    .banner-style-seven-area {
       background-color: transparent!important;
    }
}
.top_wrapper{
    position: absolute;
    width: 100%; 
    padding: 20px 40px;
    border-radius: 12px;
        margin: 0 auto;
    margin-top: 6px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 991px) {
    .top_wrapper {
       position:relative;
       display: block;
           padding: 2px 0px;
    }
}
@media screen and (max-width: 991px) {
    .camera_target {
      border-radius:0px!important;
    }
}
 .banner-area {
    height: 100vh;
}
@media screen and (max-width: 991px) {
     .banner-area {
    height: auto;
}
}
.top_wrapper .logoa{
    position: relative;
    right: 52px;
}
/*.logoa img {*/
/*    max-height: 55px;*/
/*}*/
.menu-flex{
    display:flex;
}
@media screen and (max-width: 991px) {
    .menu-flex{
    display:block;
}
}
.camera_target{
    border-radius:20px;
}
.apply-btn {
    display: inline-block;
    background: #ffffff;
    color: #890c25; /* maroon text to match theme */
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid #ffffff;
    transition: 0.3s ease;
}

.apply-btn:hover {
    background: #f3f3f3;
    border-color: #f3f3f3;
}
.apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #890c25; /* maroon text */
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid #ffffff;
    transition: 0.3s ease;
}

.apply-btn:hover {
    background: #f3f3f3;
    border-color: #f3f3f3;
    color:#890c25;
}
@media (min-width: 992px) {
    .offset-lg-3 {
        margin-left: 25%;
    }
}
/* The small maroon circle containing the arrow */
.apply-icon {
    background: #890c25;
    color: #ffffff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    transition: 0.3s ease;
}

/* Optional hover effect */
.apply-btn:hover .apply-icon {
    background: #6c071d; /* darker maroon */
}
  #navbar {
    position: fixed;
    display: block;
    transition: 0.4s all ease;
    background: #fff;
        box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
}
.menu-fixed.sticky {
    z-index: 2222;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    padding: 10px 0;
    width:100%;
}
@media only screen and (min-width: 400px) and (max-width: 1200px) {
    .sticky-header img {
        width: 61%!important;
    }
}
div#maximenuck92 div.floatck{
        background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
    width: 300px;
}
div#maximenuck92 ul.maximenuck li.maximenuck ul.maximenuck2 li > a, div#maximenuck92 ul.maximenuck2 li > a, div#maximenuck92 ul.maximenuck2 li > span.separator{
    color: #0e2a47;
    font-size: 18px;
    margin-bottom: 0;
    padding: 10px 15px !important;
    text-transform: capitalize;
    font-weight: 500 !important;
}
div#maximenuck92 ul.maximenuck li.level1.parent > a:after, div#maximenuck92 ul.maximenuck li.level1.parent > span.separator:after{
    top: 24px;
    right: 1px;
}
div#maximenuck92 ul.maximenuck li.level1.parent:hover > a:after, div#maximenuck92 ul.maximenuck li.level1.parent:hover > span.separator:after {
    border-color: #fff transparent transparent transparent;
}
/* ====================Menu home====================== */
div#maximenuck92 ul.maximenuck{
    background:transparent;
    text-align: center;
    margin-left: 20px;
}
div#maximenuck92 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck92 ul.maximenuck li.maximenuck.level1 > span.separator{
    font-weight: 500;
        font-size: 18px;
        text-transform: capitalize;
}
div#maximenuck92 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck92 ul.maximenuck li.maximenuck.level1.active {
    background:transparent;
}
div#maximenuck92 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck92 ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck92 ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck92 ul.maximenuck li.maximenuck.level1.active > span.separator {
    color: #fff;
}
.pager 
{
    display:none;
}
/* ====================Menu Inner====================== */
div#maximenuck112 ul.maximenuck{
    background:transparent;
    /*text-align:end;*/
}
div#maximenuck112 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck112 ul.maximenuck li.maximenuck.level1 > span.separator{
    font-weight: 500;
        font-size: 18px;
        text-transform: capitalize;
}
div#maximenuck112 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck112 ul.maximenuck li.maximenuck.level1.active {
    background:transparent;
}
div#maximenuck112 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck112 ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck112 ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck112 ul.maximenuck li.maximenuck.level1.active > span.separator {
    color: #232323;
}
div#maximenuck112 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck112 ul.maximenuck li.maximenuck.level1 > span.separator{
    color:#232323;
}
@media screen and (max-width: 991px) {
    div#maximenuck92 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck92 ul.maximenuck li.maximenuck.level1 > span.separator,div#maximenuck92 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck92 ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck92 ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck92 ul.maximenuck li.maximenuck.level1.active > span.separator{
    color:#000;
}
}
div#maximenuck92 .maximenumobiletogglericonck{
    background:transparent;
        margin-top: -50px;
}
div#maximenuck92 .maximenumobiletogglericonck:after{
 display:none;
    
}

div#maximenuck112 ul.maximenuck li.maximenuck ul.maximenuck2 li > a, div#maximenuck112 ul.maximenuck2 li > a, div#maximenuck113 ul.maximenuck2 li > span.separator{
    color: #0e2a47;
    font-size: 18px;
    margin-bottom: 0;
    padding: 10px 15px !important;
    text-transform: capitalize;
    font-weight: 500 !important;
}
div#maximenuck112 ul.maximenuck li.level1.parent > a:after, div#maximenuck112 ul.maximenuck li.level1.parent > span.separator:after{
    top: 24px;
    right: 1px;
}
div#maximenuck112 ul.maximenuck li.level1.parent:hover > a:after, div#maximenuck112 ul.maximenuck li.level1.parent:hover > span.separator:after {
    border-color: #000 transparent transparent transparent;
}
div#maximenuck112 ul.maximenuck li.level1.parent > a:after, div#maximenuck112 ul.maximenuck li.level1.parent > span.separator:after{
    border-color: #000 transparent transparent transparent;
}
div#maximenuck112 div.floatck{
        background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
    width: 300px;
}
div#maximenuck112 ul.maximenuck li.maximenuck ul.maximenuck2 li > a, div#maximenuck112 ul.maximenuck2 li > a, div#maximenuck112 ul.maximenuck2 li > span.separator{
    color: #0e2a47;
    font-size: 18px;
    margin-bottom: 0;
    padding: 10px 15px !important;
    text-transform: capitalize;
    font-weight: 500 !important;
}
div#maximenuck112 ul.maximenuck li.level1.parent > a:after, div#maximenuck112 ul.maximenuck li.level1.parent > span.separator:after{
    top: 24px;
    right: 1px;
}
/* ====================Menu Sticky====================== */
div#maximenuck113 ul.maximenuck{
    background:transparent;
    margin-top: 9px;
}
div#maximenuck113 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck113 ul.maximenuck li.maximenuck.level1 > span.separator{
    font-weight: 500;
        font-size: 18px;
        text-transform: capitalize;
}
div#maximenuck113 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck113 ul.maximenuck li.maximenuck.level1.active {
    background:transparent;
}
div#maximenuck113 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck113 ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck113 ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck113 ul.maximenuck li.maximenuck.level1.active > span.separator {
    color: #232323;
}
div#maximenuck113 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck113 ul.maximenuck li.maximenuck.level1 > span.separator{
    color:#232323;
}
div#maximenuck113 div.floatck{
        background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
    width: 300px;
}
div#maximenuck113 ul.maximenuck li.maximenuck ul.maximenuck2 li > a, div#maximenuck113 ul.maximenuck2 li > a, div#maximenuck113 ul.maximenuck2 li > span.separator{
    color: #0e2a47;
    font-size: 18px;
    margin-bottom: 0;
    padding: 10px 15px !important;
    text-transform: capitalize;
    font-weight: 500 !important;
}
div#maximenuck113 ul.maximenuck li.level1.parent > a:after, div#maximenuck113 ul.maximenuck li.level1.parent > span.separator:after{
    top: 24px;
    right: 1px;
}
div#maximenuck113 ul.maximenuck li.level1.parent:hover > a:after, div#maximenuck113 ul.maximenuck li.level1.parent:hover > span.separator:after {
    border-color: #000 transparent transparent transparent;
}
div#maximenuck113 ul.maximenuck li.level1.parent > a:after, div#maximenuck113 ul.maximenuck li.level1.parent > span.separator:after{
    border-color: #000 transparent transparent transparent;
}
div#maximenuck113 .maximenumobiletogglericonck{
    background:transparent;
    margin-top: -18px;
}
div#maximenuck113 .maximenumobiletogglericonck:after{
    display:none;
}
/* ====================Feature_wrapper====================== */
.bg-gray-gradient-secondary {
    background: linear-gradient(to left, #fff1f1 0%, #e8f3fb 30%, #fff7f4 100%);
}
.feature-style-two-area {
    position: relative;
    z-index: 1;
}
.default-padding-top {
    padding-top: 120px;
}
.feature-style-two-area .shape {
    position: absolute;
    right: 0;
    bottom: -70px;
    z-index: -1;
    max-width: 25%;
}
 .experience-card-two .counter {
    color: #890c25;
}
.experience-card-two .counter {
    font-size: 90px;
    line-height: 1;
    font-weight: 600;
    color: rgb(255, 16, 0);
    margin-bottom: 50px;
}
.experience-card-two h3 {
    margin: 0;
    border-top: 2px solid #0e2a47;
    display: inline-block;
    padding-right: 60px;
    padding-top: 15px;
    font-size: 24px;
}
a.round-text img {
    animation: spinner 20s infinite linear;
}
@keyframes spinner {
    100% {
    -webkit-transform: rotateZ(360deg);
}
}
.advisor-style-one-area h2.title{
        font-size: 44px;
}
.counter {
    display: flex;
    align-items: center;
}
.card-style-two {
    background: #ffffff;
    z-index: 1;
    position: relative;
    text-align: left;
    display: inline-block;
    padding: 30px;
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .feature-style-two-area .card-style-two {
        width: 100%;
        text-align: center;
    }
}
.card-style-two h6 {
    font-size: 20px;
}
.mt-40 {
    margin-top: 40px;
}
.card-style-two .thumb {
    margin-left: 18px;
}
.card-style-two img {
    height: 50px;
    width: 50px;
    max-width: 50px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-left: -20px;
}
.card-style-two::after {
    background: url(https://validthemes.net/site-template/learna/assets/img/shape/9-dark.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}

.card-style-two::after {
    position: absolute;
    right: -25px;
    top: -25px;
    content: "";
    height: 35px;
    width: 35px;
    background: url(https://validthemes.net/site-template/learna/assets/img/shape/9-dark.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}
.feature-style-two-item:hover {
    background: #fff;
}
 .feature-style-two-item:hover {
    border: 2px solid rgb(255, 16, 0);
}
.feature-style-two-item:hover {
    background: #ffffff;
}
.feature-style-two-item {
    background: rgba(255, 255, 255, 0.35);
    padding: 50px;
    border-radius: 10px;
    transition: all 0.35s ease-in-out;
    border: 2px solid #ffffff;
}
@media only screen and (max-width: 767px) {
    .feature-style-two-item {
        margin-top: 30px;
    }
}
.theme-style-three .feature-style-two-item:hover {
    border: 2px solid #225b8a;
}
.feature-style-two-item .icon img {
    height: 70px;
    margin-bottom: 30px;
        filter: brightness(1.8) invert(0) !important;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 22px;
    color: #04000b;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
}
.theme-style-three a:hover {
    color: #890c25;
}
a{
    color: #04000b;
}
p {
    color: #666666;
    margin: 0 0 25px;
    text-transform: none;
    font-weight: 400;
    font-family:'Outfit', sans-serif;
}
.feature-style-two-item .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    padding-top: 25px;
}
.feature-style-two-item .bottom span {
    font-size: 50px;
    font-weight: 700;
    opacity: 0.16;
    line-height: 1;
}

.feature-style-two-item .bottom a {
    display: inline-block;
    background: rgb(255, 16, 0);
    color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    transform: rotate(-45deg);
}
.theme-style-three a:hover {
    color: rgb(255, 16, 0);
}
.default-padding {
    position: relative;
}
/* ====================About_wrapper====================== */
.about-style-six-thumb {
    position: absolute;
    left: 0;
    width: 40%;
    bottom: 0;
    top: 120px;
}
.about-style-six-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-top-right-radius: 10px;
}
a.round-text {
    display: inline-block;
    height: 150px;
    width: 150px;
    background: #ffffff;
    position: absolute;
    right: -70px;
    top: 50px;
    padding: 15px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
}
a.round-text img {
    animation: spinner 20s infinite linear;
}

.about-style-six-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-top-right-radius: 10px;
}
@media (max-width: 767px) {
    .pl-xs-0 {
        padding-left: 0!important;
    }
}
a.round-text i {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-size: 40px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px #04000b;
}

@media (min-width: 992px) {
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
}
.pl-50 {
    padding-left: 50px;
}
.about-style-six-info .top-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
@media screen and (max-width: 991px) {
    .about-style-six-info .top-info h2 {
        font-size: 60px;
        display: none;
    }
}
.mb-30 {
    margin-bottom: 30px;
}
.about-style-six-info .top-info h2 {
    font-size: 100px;
    line-height: 1;
    border-bottom: 2px solid;
    padding-bottom: 25px;
    margin-top: -15px;
    text-transform: capitalize;
}
.about-style-six-info .top-info h2 strong {
    display: block;
}
strong {
    font-weight: 600;
}
.about-style-six-info .top-info img {
    border-radius: 10px;
}
@media screen and (max-width: 991px) {
    .about-style-six-info .top-info img {
        width: 100%;
    }
}
.sub-title {
     color: rgb(255, 16, 0);
}
.sub-title {
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 20px;
    border-radius: 4px;
    border: 1px solid #e4cfd3;
    padding: 7px 19px;
}
@media screen and (max-width: 991px) {
    .about-style-six-thumb {
        display: none;
    }
}
.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.split-text {
    overflow: hidden;
    position: relative;
}
h2.title {
    font-weight: 600;
    font-size: 46px;
}
.split-text .line {
    overflow: hidden;
}
.about-style-six-info p {
    margin: 0;
}
@media screen and (max-width: 991px) {
    .about-style-six-info .top-info {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}
/* ====================foot_wrapper====================== */
.default-padding.bottom-less {
    padding-top: 120px;
    padding-bottom: 90px;
}
.bg-theme {
    background:#0e2a47 !important;
}
.text-light {
    --bs-text-opacity: 1;
    color: rgba(248,249,250, var(--bs-text-opacity)) !important;
}
.site-heading {
    margin-bottom: 60px;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 1200px) {
    .offset-xl-3 {
        margin-left: 25%;
    }
}
.bg-theme .sub-title {
    color: #fff;
    border-color: #fff;
}
.site-heading .title {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .title {
        font-size: 36px;
        margin-top: 0;
    }
}
 .text-light h2{
        color:#fff;
 }
 .faculty-style-one-item {
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #dddddd;
    background: #f5f2f2;
}
@media screen and (max-width: 991px) {
    .faculty-style-one-item .thumb  {
      border-radius:0px;
    }
}
@media screen and (max-width: 1200px) {
    .faculty-style-one-item img  {
        width:100%;
    }
}
.faculty-style-one-item img {
    border-radius: 6px;
}
.faculty-style-one-item .info {
    padding: 30px;
}
.faculty-style-one-item h4 {
    font-size: 24px;
}
.faculty-style-one-item ul.faculty-list {
    border-top: 1px dashed #bbbbbb;
    padding-top: 30px;
}
ul.faculty-list li {
    display: inline-block;
    background: #fff;
    border: 1px solid #c98c8d;
    padding: 0 15px;
    border-radius: 30px;
    margin-bottom: 5px;
    color: #04000b;
    font-size: 15px;
}
.btn.btn-gradient:hover::after {
    background-position: -70% 0;
}
.btn {
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border-radius: 7px;
    border: 2px solid transparent;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    font-size: 16px;
    letter-spacing: 0;
    padding: 13px 30px;
    background: #E7EDF8;
    position: relative;
    z-index: 1;
}
.btn-sm {
    padding: 13px 45px;
    font-size: 16px;
}
.btn.btn-gradient {
    border: none;
    color: #fff;
}
.faculty-style-one-item .btn {
    width: 100%;
    margin-top: 30px;
}
.btn.btn-gradient::after {
    background-image: linear-gradient(to right, var(--color-style-five), #ca0000, var(--color-style-five));
    transition: all 0.25s ease-in-out;
    background-size: 220%;
}

.btn.btn-gradient::after {
    position: absolute;
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, rgb(255, 16, 0),  #ca0000, rgb(255, 16, 0));
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-size: 220%;
}
/* ====================whychoose_wrapper====================== */
.thumb-style-six img {
    border-radius: 10px;
} 
.choose-us-style-four-info .d-grid {
    grid-template-columns: 1fr 1fr;
    gap: 58px;
    align-items: flex-start;
}
@media only screen and (max-width: 767px) {
    .choose-us-style-four-info .d-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.choose-us-style-four-info  img {
    border: none;
    outline: none;
    max-width: 100%;
}
.pr-60 {
    padding-right: 60px;
}
.mt-30 {
    margin-top: 30px;
}
.accordion-item.faq-style-two:first-child {
    margin-top: 0;
}
.accordion-item.faq-style-two {
    border: none;
    background: transparent;
    border-radius: 0;
    margin-top: 25px;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item.faq-style-two button.accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #04000b;
    position: relative;
    padding: 0;
    padding-left: 35px;
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    .default-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.accordion-item.faq-style-two button.accordion-button:not(.collapsed)::before {
    transform: none;
    content: "\f106";
}
.accordion-item.faq-style-two button.accordion-button::before {
    background: transparent;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 25px;
    position: absolute;
    top: 2px;
    left: 0;
    font-weight: 400;
}
.choose-us-style-four-info .fun-fact {
    background: #225b8a;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.choose-us-style-four-info .fun-fact .icon img {
    height: 80px;
    margin-bottom: 25px;
}
.choose-us-style-four-info .fun-fact .counter {
    justify-content: center;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}
@media (min-width: 1200px) {
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
.d-grid {
    display: grid !important;
}
.counter {
    display: flex;
    align-items: center;
}
.accordion-item.faq-style-two .accordion-body {
    padding: 0;
    padding-top: 15px;
    padding-left: 35px;
}
.collapse {
    visibility: visible;
}
.accordion-body.show {
    display: block;
  }
  .collapse:not(.show) {
    display: none;
}
.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  background-color: #009688;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.panel-body {
  background: #fff;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: '\e316';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.accordion-body.open {
    padding: 15px; /* add vertical padding when open */
  }
  .faq-item.active .faq-answer {
  max-height: 200px; /* enough for content */
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size:20px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 1.2rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-answer p {
  margin: 10px 0;
}
div#maximenuck112 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck112 ul.maximenuck li.maximenuck.level1 > span.separator{
        padding: 15px 11px;
}
/* ====================Tutionfees_wrapper====================== */
 .gkTabsWrap.horizontal ol li.active.active::before {
    opacity: 1;
    visibility: visible;
}
 .gkTabsWrap.horizontal ol li::before
 {
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 10px;
    width: 10px;
    border: 2px solid;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
}
 .gkTabsWrap.horizontal ol li::after {
    position: absolute;
    left: 30px;
    top: 50%;
    content: "";
    height: 22px;
    width: 22px;
    border: 2px solid;
    border-radius: 50%;
    transform: translateY(-50%);
    background: transparent;
}
.gkTabsWrap.horizontal ol li.active {
    background: #0166be;
    color: #fff;
}
.gkTabsWrap.horizontal ol li {
    width: 100%;
    margin: 0;
    border: none;
    text-align: left;
    height: 100%;
    padding: 41px 30px!important;
    border-radius: 0;
    color: #04000b;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    padding-left: 65px!important;
}
.gkTabsWrap.vertical ol li:hover, .gkTabsWrap.horizontal ol li:hover {
    background: #0166be;
    box-shadow: none;
    color:#fff;
}
.gkTabsWrap.vertical ol, .gkTabsWrap.horizontal > ol{
    
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
}
@media screen and (max-width: 900px) {
    .gkTabsWrap.horizontal > ol, .gkTabsWrap.horizontal > .gkTabsContainer {
        display: inline-table;
    }
}
.gkTabsWrap.horizontal ol li{
        display: block;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}
.gkTabsWrap.horizontal ol li:first-child {
    border: none;
    border-top:none!important;
}
.gkTabsWrap.vertical ol li.active, .gkTabsWrap.horizontal ol li.active {
    text-shadow: none;
    box-shadow: none; 
}
.gkTabsWrap.horizontal ol li:first-child {
    border-radius: 0 0 0 0;
}
.gkTabsWrap.horizontal ol li {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    border-top: 2px solid #fff!important;
}
.gkTabsWrap.horizontal ol li {
    border-bottom: none!important;
}
@media (max-width: 767px) {
    .pl-xs-15 {
        padding-left: 0px!important;
    }
}
.tuition-fee-info {
    background: #00194C;
    overflow: hidden;
    border-radius: 10px;
}
.tuition-fee-info .top {
    padding: 20px 40px;
    background: #1d3466;
}
.tuition-fee-info .top h4 {
    margin-bottom: 0;
}
.tuition-fee-info .top p {
    margin: 0;
    margin-top: 10px;
    font-size: 18px;
}
.tuition-fee-info .bottom {
    padding: 40px;
}
.tuition-fee-info .bottom ul {
    margin-bottom: 30px;
}
.tuition-fee-info li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 8px;
    margin-top: 8px;
    color: #c9d6e0;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}
.tuition-fee-info li::after {
    position: absolute;
    left: 0;
    content: "";
    height: 8px;
    width: 8px;
    background: #ed4164;
    border-radius: 50%;
}
.gkTabsItem{
    background: transparent;
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light p, .text-light span, .text-light a {
    color: #fff;
}
.gkTabsWrap.horizontal > ol {
    padding: 0 0 !important;
}
.gkTabsWrap.horizontal ol li{
    margin: 0 0 !important;
}
/* ====================Upcoming Events====================== */
.color-secondary .sub-title {
    color: rgb(255, 16, 0);
    border-color: #e4cfd3;
}
.event-style-two-items {
    position: relative;
    z-index: 1;
} 

.event-style-two-items .thumb {
    position: absolute;
    width: 38%;
    height: 100%;
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-style-two-items .thumb {
        width: 100%;
        position: relative;
        max-width: 720px;
        margin: auto auto 50px;
        padding: 0 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .event-style-two-items .thumb {
        width: 25%!important;
    }
}
@media only screen and (max-width: 767px) {
    .event-style-two-items .thumb {
        position: relative;
        width: 100%;
        padding: 0 10px;
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 40px;
    }
}
.event-style-two-items .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 767px) {
    .event-style-two-items .thumb img {
        height: auto;
        width: 100%;
        border-radius: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .event-style-two-items .thumb h2 {
        bottom: -13px;
        font-size: 20vw;
    }
}
.event-style-two-items .thumb h2 {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    text-transform: uppercase;
    font-size: 9vw;
    line-height: 1;
    color: #fff;
    opacity: 0.5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-style-two-items .thumb h2 {
        font-size: 20vw;
        bottom: -40px;
    }
}
@media only screen and (max-width: 767px) {
    .event-style-two-item:first-child {
        padding: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-style-two-items .thumb img {
        border-radius: 10px;
    }
}
@media (min-width: 1200px) {
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
}
.event-style-two-item:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.event-style-two-item {
    display: grid;
    grid-template-columns: 0.6fr 1.5fr 1.2fr;
    gap: 35px;
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
    padding-top: 30px;
}
.color-secondary .event-style-two-item .date {
    background: #0166be1f;
}
.event-style-two-item .date {
    background: #cddfea;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #04000b;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .event-style-two-item .date {
        padding: 30px 40px;
        display: inline-flex!important;
        max-width: max-content;
        margin: auto;
    }
}
.event-style-two-item .date strong {
    display: block;
    font-size: 50px;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .event-style-two-item {
        grid-template-columns: 1fr;
        gap: 15px;
        border: 1px solid #e7e7e7 !important;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
    }
}
.event-style-two-item .date::after {
    position: absolute;
    left: 50%;
    top: -4px;
    content: "";
    height: 12px;
    width: 100%;
    background: url(https://validthemes.net/site-template/learna/assets/img/shape/44.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-50%);
    background-position: center top;
}
.event-style-two-item .button {
    text-align: right;
}
@media (min-width: 768px) {
    .event-style-two-item .button
    
 {
        text-align: right;
    }
}
.default-padding{
    position: relative;
}
.btn-style-two {
    display: inline-flex !important;
    align-items: center;
    gap: 0;
    color: #fff !important;
    border: none;
    background: transparent;
    box-shadow: none;
}
.btn-style-two .icon:first-child {
    position: absolute;
    transform: translateX(50px) scale(0.7);
}
@media (min-width: 992px) {
    .event-style-two-item {
        display: grid;
        grid-template-columns: 0.6fr 1.5fr 1.2fr;
        gap: 35px;
        align-items: center;
    }

    .event-style-two-item .button {
                text-align: left;
        margin-left: -114px;
    }
}

.btn-style-two .icon
 {
    height: 50px;
    width: 50px;
    min-width: 50px;
    text-align: center;
    background: #6374ff;
    padding: 15px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.color-secondary .btn-style-two span {
   background: #0166bf;
}
.btn-style-two span {
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 40px;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    z-index: 9;
}
.btn-style-two:hover .icon:first-child {
    transform: translateX(0px);
}
.btn-style-two:hover .icon:last-child {
    transform: translateX(-50px) scale(0);
}
.btn-style-two:hover span {
    transform: translateX(50px) scale(1);
}

.advisor-style-one-items{
    padding: 100px 0;
}
.heading h2{
    font-weight: 600;
    margin-bottom: 35px;
    margin-top: -5px;
    font-size: 42px;
    line-height: 1.3;
}
/* ====================Mamagement====================== */
.mb-50 {
    margin-bottom: 50px;
}
.advisor-style-one-item .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 25px;
}
.social-overlay {
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: 1;
    transform: translateX(-50%);
}
.social-overlay ul {
    position: relative;
    bottom: 20px;
}
.social-overlay ul li {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.social-overlay ul li a {
    display: inline-block;
}
.social-overlay ul li a i.fa-linkedin-in {
    background: #0077B5;
}
.social-overlay ul li:first-child a i {
    transition-delay: 0.60ms;
}
.social-overlay ul li a i {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #0077B5;
    color: #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 0.35s ease-in-out;
}
.social-overlay .icon {
    position: relative;
    z-index: 1;
}
.social-overlay .icon::before {
    position: absolute;
    left: -9px;
    bottom: 10px;
    content: "";
    height: 35px;
    width: 22px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #fff;
}
.social-overlay .icon .inner {
    padding: 0 40px;
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 1;
}
.social-overlay .icon i {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 40px;
    text-align: center;
    background: #0e2a47;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    bottom: 20px;
    border: 2px solid;
}
.social-overlay .icon .inner::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    clip-path: polygon(20% 0, 80% 0, 100% 100%, 0% 100%);
    border-radius: 10px;
}
.social-overlay .icon::after {
    position: absolute;
    right: -9px;
    bottom: 10px;
    content: "";
    height: 35px;
    width: 24px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 20px 0 0 #fff;
}
.advisor-style-one-item .info {
    text-align: center;
}

.advisor-style-one-item h4 {
    margin-bottom: 7px;
    font-size: 24px;
}

.advisor-style-one-item span {
    text-transform: uppercase;
    display: inline-block;
    background: linear-gradient(90deg,#1CB098  50%, #05d5b3 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 15px;
}
.pl-50 {
    padding-left: 50px;
}
.join-as-advisor {
    position: relative;
    border-radius: 30px;
    background: #fff;
    padding: 50px;
}
.join-as-advisor > img {
    position: absolute;
    left: 100%;
    top: -40px;
    margin-left: -105px;
    width: 150px;
}
.join-as-advisor::after {
    position: absolute;
    left: -2px;
    top: -2px;
    content: "";
    bottom: -2px;
    right: -2px;
    background: linear-gradient(90deg, #1CB098  50%, #05d5b3 100%);
    z-index: -1;
    border-radius: 32px;
}

/* ====================fun-fact-style-two-area====================== */

.bg-dark {
    background-color: #0e2a47 !important;
}
.advantages-info {
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 0 50px;
    margin-left: -120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .advantages-info {
        height: auto;
        margin: 0;
        padding: 0;
        margin-top: 40px;
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .advantages-info {
        margin: 0;
        height: auto;
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .advantages-info h2 {
        top: 0!important;
    }
}
@media only screen and (max-width: 767px) {
    .advantages-info .btn {
        margin-top: 20px;
    }
}
.advantages-info::after {
    position: absolute;
    left: 0;
    top: -500px;
    bottom: -500px;
    width: 100%;
    background: #83a19f;
    content: "";
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .advantages-info::after {
        display:none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .advantages-info {
        display:none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .category-style-two-item .thumb img{
        width:100%;
    }
}
.jmm-counter-in{
        margin-right: 160px;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    overflow: hidden;
    border-radius: 10px;
    padding: 15px;
}
@media only screen and (max-width: 767px) {
    .jmm-counter-in {
        margin-right: 0;
        margin-bottom: 30px;
    }
}
.jmm-counter.default .jmm-mod-row > div:last-child {
    border: none;
}
.jmm-counter.default .jmm-mod-row > div{
        border-right: 1px dashed rgba(255, 255, 255, 0.2);
}
.jmm-counter.default .jmm-icon::after {
    position: absolute;
    right: -25px;
    bottom: -10px;
    content: "";
    height: 55px;
    width: 55px;
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.08;
}
.jmm-counter.default .jmm-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 30px;
}
.jmm-counter.default .jmm-icon img {
    height: 60px;
     filter: brightness(6) invert(0) !important;
}
.bg-dark .sub-title{
    border-color: rgba(255, 255, 255, 0.3);
}
.advantages-info h2 {
    position: relative;
    top: -20px;
    margin-bottom: 10px;
        font-size: 36px;
}
.btn.btn-light {
    color: #04000b;
    border: none;
    background: #fff;
}
@media (max-width: 767px) {
    #slider {
        flex-wrap: nowrap;
        display: flex;
    }
}
@media (max-width: 767px) {
    h2.title {
        font-size: 36px;
        margin-top: 0;
    }
}
/* ====================latestnews events====================== */
.bt-inner .thumb {
    position: relative;
    overflow: hidden;
}
.bt-inner .thumb .bt-image-link img {
    transition: all 0.35s ease-in-out;
     border-radius: 10px 10px 0 0;
}
.bt-inner:hover .thumb img {
    transform: scale(1.1);
}
.bt-cs .bt-inner img{
    outline: none;
    border: none;
    max-width: 100%;
    margin: 0px 0px;
}
.bt-inner .thumb ul.blog-meta {
    position: absolute;
    left: 0;
    bottom: 0;
    background:#fff;
    margin: 0;
    padding: 20px 30px;
    border-top-right-radius: 10px;
    padding-bottom: 2px;
        display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
ul.blog-meta li i {
    font-weight: 100;
    margin-right: 5px;
}
.readmore{
    margin-top: 20px;
}
.bt-inner .info {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 25px;
    padding: 30px;
    padding-top: 0;
}
.bt-cs .bt-inner .bt-title {
    line-height: 1.3;
    font-size: 20px;
    font-weight: 600;
    color: #04000b;
     margin-bottom: 15px;
}
.bt-cs .bt-inner{
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 15px 20px -10px rgb(109 117 143 / 8%);
     margin-right: 10px;
    padding: 0px 3px;
}
.readmore a{
    text-transform: uppercase;
    color: #666666;
        transition: all 0.35s ease-in-out;
    outline: medium none;
    text-decoration: none;
    font-weight: 600;
    line-height: 26px;
}
.bt-cs .bt-inner .thumb ul.blog-meta li .bt-introtext {
    display: inline-block;
    border-radius: 30px;
    padding: 0px 11px;
    font-size: 14px;
    border: 1px solid #225b8a;
}
.bt-cs .bt-inner ul.blog-meta li .bt-introtext:hover {
    color: #225b8a;
}
.readmore i
 {
    display: inline-block;
    transform: rotate(-45deg);
    font-size: 20px;
    position: relative;
    top: 2px;
}
.bt-cs .bt-inner .thumb ul.blog-meta::after {
    position: absolute;
    right: -15px;
    bottom: 0px;
    content: "";
    height: 35px;
    width: 15px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 20px 0 0 #fff;
}
/* ====================Footer====================== */
footer.footer-style-four {
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.overflow-hidden
 {
    overflow: hidden !important;
}

footer {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
footer.bg-dark .about {
    border-color: rgba(255, 255, 255, 0.2);
}
footer .about {
    position: relative;
    z-index: 1;
    margin-right: 50px;
    padding-right: 40px;
}
footer .footer-logo img {
    margin-bottom: 25px;
}

.bg-dark p {
    color: #d2e3f9;
}
ul.footer-social {
    margin-top: 20px;
}
ul.footer-social li {
    display: inline-block;
    margin-right: 5px;
}
.bg-dark ul.footer-social li a {
    background: #104262;
}
ul.footer-social li a {
    display: inline-flex;
    height: 42px;
    width: 42px;
    background: var(--dark);
    text-align: center;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}
footer .widget-title {
    margin-bottom: 30px;
        font-size: 22px;
}
footer .link li {
    margin-top: 10px;
}
footer.bg-dark .link li a {
    color: #d2e3f9;
}
footer ul.contact-list-two {
    margin-bottom: 30px;
}
ul.contact-list-two li:first-child {
    margin-top: 0;
}
ul.contact-list-two li
 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
     }
ul.contact-list-two li i {
    display: inline-block;
    background: rgba(255, 255, 255, 0.06);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
ul.contact-list-two li h5 {
    font-weight: 500;
    font-size: 20px;
}
footer ul.app-store {
    margin-top: 25px;
}
ul.app-store li {
    display: inline-block;
    margin-right: 3px;
}
.bg-dark ul.app-store li a {
    background: #104262;
}

ul.app-store li a {
    display: inline-block;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    background: var(--dark);
    border-radius: 7px;
}
ul.app-store li a img {
    height: 25px;
}
.text-end {
    text-align: right !important;
}
.text-end ul.link-list li {
    margin-left: 21px;
}

ul.link-list li {
    display: inline-block;
}
ul.link-list li a {
    font-weight: 400;
}
.bg-dark p {
    color: #d2e3f9;
}
.foot_p a{
    font-weight: 600;
}
/* ====================Facilities====================== */
.category-style-two-item {
    border: 1px solid #dddddd;
    overflow: hidden;
    border-radius: 20px;
    padding: 15px;
    position: relative;
    z-index: 1;
    display: block;
    background: #fff;
}
.category-style-two-item .info {
    padding: 15px;
    padding-bottom: 30px;
}
.category-style-two-item h4{
    transition: all 0.35s ease-in-out;
    font-size: 22px;
}
.category-style-two-item .info h4 strong {
    display: block;
}
.pb__120{
    padding-bottom: 120px;
}
.category-style-two-item .info span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    background: #0166bf;
    padding: 2px 15px;
    border-radius: 5px;
    transition: all 0.35s ease-in-out;
}
@media (min-width: 1200px) {
    .offset-xl-3 {
        margin-left: 25%;
    }
}
.category-style-two-item a i {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    color: #04000b;
    border-radius: 50%;
    font-size: 20px;
    transform: rotate(-45deg);
    position: absolute;
    right: 30px;
    top: 30px;
    border: 1px solid #e7e7e7;
}
.category-style-two-item .thumb {
    overflow: hidden;
    border-radius: 10px;
}
.category-style-two-item .thumb img {
    transition: all 0.35s ease-in-out;
}
.category-style-two-item .thumb img {
    border-radius: 15px;
        width: 100%;
}
.case1-section-area .case-slider-widget .case-slider-boxarea {
    position: relative;
    z-index: 1;
}
.case1-section-area .case-slider-widget .case-slider-boxarea .img1 {
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 16px;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.case1-section-area .case-slider-widget .case-slider-boxarea .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    transition: all 0.4s;
}
.sidebar .sidebar-item {
    float: left;
    margin-bottom: 50px;
    width: 100%;
    background: #ededed;
    padding: 40px;
}
.sidebar .sidebar-item.recent-post li .thumb {
    display: table-cell;
    padding: 0;
    border-radius: 5px;
    vertical-align: top;
    width: 80px;
    height: 80px;
    background: transparent;
    overflow: hidden;
}
.sidebar .sidebar-item.recent-post li a:last-child {
    display: inline-block;
}
.sidebar .sidebar-item.recent-post li a {
    color: #000;
    display: block;
    font-weight: 600;
    overflow: hidden;
    border-radius: 5px;
}
.sidebar .sidebar-item.recent-post li .thumb img {
    width: 100%;
    border-radius: 5px;
}
.sidebar .sidebar-item.recent-post li .info {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0;
    padding-left: 25px;
    vertical-align: top;
    padding-top: 0 !important;
}
.sidebar .sidebar-item.recent-post .meta-title {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
}
.sidebar .sidebar-item.recent-post li span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 3px;
}
.sidebar .sidebar-item.recent-post li .info a {
    text-decoration: inherit;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
}
.sidebar .title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 50px;
    border-bottom: 2px solid #1CB098;
}
.sidebar .title {
    display: block;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: -5px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    display: inline-block;
    padding-bottom: 15px;
    font-size: 22px !important;
}
/* ====================breadcrumb====================== */
.breadcrumb-area {
    padding: 150px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.bg-gray-gradient-secondary {
    background: linear-gradient(to left, #E5FFF3 0%, #e0f1ff 30%, #FDF2EF 100%);
}
.icons{
    display: none;
}
.breadcrumb>li+li:before{
    display: none;
}
.breadcrumb li .pathway::after {
    content: "\f015";
    font-family: "FontAwesome";
    font-weight: 900;
    left: 0;
    top: 35%;
    position: absolute;
    line-height: 0;
    font-size: 14px;
    color: #04000b;
    margin-top: 2px;
}
.breadcrumb li .pathway {
    position: relative;
    padding-left: 22px; /* space for icon */
}
.breadcrumb{
    background:transparent;
}
.breadcrumb_head{
        display: block;
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 33px;
    line-height: 1.1;
        font-weight: 600;
}
.pathway:hover{
    color:#000;
}
.Inner_topwrapper::after {
        position: absolute;
            left: 191px;
        right: 193px;
        bottom: 0;
        content: "";
        height: 1px;
        border-bottom: 1px solid #cae1dd;
    }
/* ====================breadcrumb====================== */
.top-bar-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.dark-optional {
    background: #00194C;
}
.item-flex
 {
    align-items: center;
    display: flex;
}
.item-flex li:first-child {
    margin: 0;
}
.top-bar-area li {
    display: flex;
    align-items: center;
    font-weight: 400;
}
.top-bar-area .item-flex a {
    font-weight: 400;
    display: inline-flex;
    align-items: center;
}
.top-bar-area .item-flex a img {
    height: 18px;
    margin-right: 10px;
}
.top-bar-area.text-light img, .top-bar-area .text-light img {
    filter: brightness(0) invert(1);
}
.item-flex li {
    margin-left: 30px;
}
.text-end .item-flex > div {
    margin-left: 20px;
    position: relative;
    padding-left: 20px;
}
.top-bar-area .social li {
    display: inline-block;
        margin-right: 0;
}
.top-bar-area .text-end .social li:first-child {
    margin-left: 0;
}

/* ====================Contact====================== */
.contact-style-one-area {
    position: relative;
    z-index: 1;
}
.overflow-hidden {
    overflow: hidden !important;
}
.default-padding-bottom {
    padding-bottom: 120px;
}
@media (min-width: 992px) {
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
}
.contact-form-style-one {
    padding: 80px;
    background: #fff;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    border-radius: 10px;
    position: relative;
}
.contact-form-style-one h2 {
    margin-bottom: 15px;
}
.heading {
    font-weight: 600;
    margin-bottom: 35px;
    margin-top: -5px;
    font-size: 42px;
    line-height: 1.3;
}
.contact-form-style-one img {
    position: absolute;
    right: 100%;
    bottom: -50px;
    margin-right: -41px;
    z-index: -1;
    width: 150px;
}
.contact-style-one-area::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 120px;
    width: 100%;
    background: linear-gradient(to left, #E5FFF3 0%, #e0f1ff 30%, #FDF2EF 100%);
    z-index: -1;
}
.pt-20 {
    padding-top: 20px;
}
.mt--20 {
    margin-top: -20px;
}
.default-padding-bottom {
    padding-bottom: 120px;
}
@media (min-width: 992px) {
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
}
.contact-style-one-info .contact-info-items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.contact-style-one-info .contact-info-items .item-single {
    border: 1px solid #a7d4f2;
    border-radius: 10px;
    padding: 50px 20px;
}
.contact-style-one-info .contact-info-items .item-single .icon img {
    height: 60px;
    margin-bottom: 30px;
}
.contact-info-items ul li a {
    font-weight: 400;
    color: #666666;
}
.google-maps {
    overflow: hidden;
    border-radius: 20px;
}
.form_contact_1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
}
input[type="text"],input[type="email"]{
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #d2e3f9;
    padding: 0;
    box-shadow: none !important;
}
.contact-form-style-one textarea {
    height: 200px;
    margin-top: 15px;
        background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #d2e3f9;
    padding: 0;
    box-shadow: none !important;
}
.form-horizontal .controls {
    margin-left: 0px;
}
.form-horizontal .control-label{
    display: none;
}
:focus-visible {
    outline: none;
}
.contact-form-style-one .control-group {
    margin-bottom: 20px;
}
.input-80 {
    max-width: 100%;
    width: 100%;
}

/* ====================About Us====================== */
.thumb-style-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    z-index: 1;
}
.thumb-style-two img:first-child
 {
    border-radius: 200px 200px 30px 30px;
    margin-top: 80px;
    max-width: 130%;
    border: 2px solid #fff;
}
.thumb-style-two img:nth-child(2) {
    border-radius: 30px 30px 200px 200px;
    margin-left: -5%;
    max-width: 105%;
}
.thumb-style-two .shape img:first-child {
    border-radius: 0;
    position: absolute;
    left: 0;
    top: -80px;
    z-index: -1;
    opacity: 0.3;
    border: navajowhite;
}
.thumb-style-two .shape img:nth-child(2) {
    border: none;
    border-radius: 0;
    position: absolute;
    right: 60px;
    bottom: 50px;
    width: 100px;
}
.video-play-button {
    display: inline-block;
    position: relative;
    height: 120px;
    width: 120px;
    line-height: 120px;
    background: #1CB098;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 100;
    color: #fff;
    text-align: center;
}
.thumb-style-two .video-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.thumb-style-two .video-play-button::after {
    border-color: #fff;
}
.video-play-button::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 105%;
    width: 105%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    animation: pulse-border 3s linear infinite;
    border-radius: 50%;
}
@keyframes pulse-border{
    0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
}
}
.mini-card-style-one {
    display: flex;
    background: rgba(255, 255, 255, 0.6);
    padding: 30px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
}
.mini-card-style-one .icon img {
    margin-right: 15px;
    width: 50px;
    min-width: 50px;
}
.mini-card-style-one h4 {
    margin-bottom: 10px;
}
.about-style-one-info .list-style-two {
    margin-top: 30px;
}
ul.list-style-two li {
    position: relative;
    z-index: 1;
    padding-left: 25px;
    font-weight: 500;
    margin-top: 8px;
}
ul.list-style-two li::after {
    position: absolute;
    left: 0;
    top: 2px;
    content: "\f005";
    font-family: "FontAwesome";
    font-size: 14px;
    color:#1CB098;    
}
.pl-80 {
    padding-left: 80px;
}
.about-style-one-area .list-style-two {
    margin-top: 30px;
}

/* ====================About Us====================== */

.pr-35 {
    padding-right: 35px;
}
.blog-area.full-blog .blog-items .item {
    background: transparent !important;
    border-radius: 8px;
}
.blog-area.full-blog.single .item .thumb {
    margin-bottom: 40px;
    background: transparent;
    border-radius: inherit;
}
.blog-area.full-blog.single .item .info {
    padding: 0 !important;
    box-shadow: inherit;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}
.wp-block-quote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em;
}

.wp-block-quote {
    overflow-wrap: break-word;
}
blockquote {
    position: relative;
    z-index: 1;
    border: none;
    font-size: 22px;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    color: #cccccc !important;
    line-height: 36px;
    background: #0e2a47;
    padding: 80px 50px !important;
    font-style: italic;
}
blockquote p {
    margin: 0;
    position: relative;
    z-index: 1;
    line-height: 1.7;
    font-size: 22px;
    color: #c9d0e3 !important;
    font-style: inherit;
}
.wp-block-quote cite{
      color: #fff !important;
    font-size: .8125em;
    font-style: normal;
    position: relative;
}

.wp-block-quote>cite {
    display: block;
}
blockquote cite {
    margin-top: 15px;
    font-weight: 600;
    line-height: 1.2;
}
.blog-area ul.wp-block-list li {
    list-style-type: disc;
}
.blog-area .info ul li, .blog-area .info ol li {
    margin-bottom: 0;
}
.post-author {
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    padding: 37px;
    margin-top: 50px;
}

.post-author {
    display: flex;
}
.blog-area.right-sidebar .sidebar {
    padding-left: 35px;
}
.sidebar .sidebar-item:last-child {
    margin-bottom: 0;
}
.blog-area .sidebar .sidebar-item {
    float: left;
    margin-bottom: 50px;
    width: 100%;
    background: #f4f5f8;
    border-radius: inherit;
    padding: 40px;
}
.wp-block-group__inner-container h2 {
    font-weight: 600;
    margin-bottom: 1px;
    margin-top: -5px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-size: 22px;
    display: inline-block;
    padding-bottom: 20px;
}
.wp-block-group__inner-container h2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 50px;
    background: #1CB098;
}
.blog-area .sidebar li {
    display: block;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #dbdfe4;
    margin: 3px 0;
    font-size: 16px;
}
.blog-area .sidebar .sidebar-item a {
    color: #454545;
    font-weight: 600;
    font-size: 16px;
}
.blog-area .sidebar .sidebar-info a {
    color: #fff;
    width: 100%;
}
.sidebar .sidebar-item.social-sidebar ul {
    margin-bottom: -10px;
    overflow: hidden;
}
.sidebar .sidebar-item.social-sidebar ul li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.nav>li>a{
    padding: 0 0;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}
.sidebar .sidebar-item.social-sidebar ul li.facebook a {
    background: #3B5998;
}
.sidebar .sidebar-item.social-sidebar ul li.youtube a {
    background: #E60023;
}
.sidebar .sidebar-item.social-sidebar ul li.instagram a {
    background: #912db4;
}
.sidebar .sidebar-item.social-sidebar ul li a
 {
    background: var(--dark);
    border: none;
    color: #ffffff;
    display: inline-block;
    height: 50px;
    line-height: 54px;
    margin-bottom: 5px;
    text-align: center;
    width: 50px;
    font-size: 14px;
}
.blog-area .sidebar .sidebar-info li{
    border-bottom:none;
}
/* ===================Management Message====================== */
.event-style-one-item .event-thumb {
    overflow: hidden;
    border-radius: 30px;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .event-style-one-item {
        background: #fff;
        border-radius: 10px;
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .event-style-one-item .event-thumb {
        border-radius: 0;
    }
}
@media (max-width: 991px) {
    .event-style-one-item .event-thumb img {
        border-radius: 10px 10px 0 0;
    }
}
.event-style-one-item .event-thumb img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.event-style-one-info{
        padding: 0 50px;
}
@media only screen and (max-width: 767px) {
    .event-style-one-info {
        grid-template-columns: 1fr;
        padding: 30px;
        gap: 15px;
    }
}
@media (max-width: 991px) {
    .event-style-one-info {
        box-shadow: 0px -4px 50px -14px rgb(109 117 143 / 53%);
        border-radius: 0 0 10px 10px;
    }
}
.event-style-one-info .left-info h2 {
    margin-bottom: 20px;
    font-size: 36px;
    color: #04000b;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
}
.event-style-one-info p {
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .event-style-one-info .right-info {
        border: none;
        padding: 0;
        order: 0;
    }
}
.bg-gray-gradient-secondary .event-style-one-item::after {
    box-shadow: none;
}
@media only screen and (max-width: 767px) {
    .event-date {
        background-image: none;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 0;
        border-bottom: 1px solid #e7e7e7;
        border-radius: 0;
        padding-bottom: 15px;
    }
}
.event-style-one-item::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    height: 100%;
    width: 90%;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
    border: 2px solid #fff;
    border-radius: 30px;
    transition: all 0.35s ease-in-out;
    box-shadow: 0px -4px 50px -14px rgb(109 117 143 / 53%);
}
@media only screen and (max-width: 767px) {
    .event-style-one-item::after {
       display:none;
    }
}
.event-style-one-item {
    position: relative;
    z-index: 1;
    padding: 50px 0;
    margin-bottom: 50px;
}
.event-style-one-info h4{
    margin-top: 20px;
}

.leader-card {
    display: flex;
    gap: 25px;
    background: #ffffff;
    padding: 30px;
    height: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    align-items: center;
}

/* Image */
.leader-image img {
    width: 160px;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
}

/* Content */
.leader-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.leader-tag {
    display: inline-block;
    background: #0166bf;
    color: #ffffff;
    padding: 1px 14px;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 10px;
        display: none;
}

.leader-quote {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    position: relative;
    padding-left: 22px;
    margin-bottom: 15px;
}

.leader-quote::before {
    content: "“";
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 40px;
    color: #0166bf;
}

.leader-name {
    font-size: 16px;
    font-weight: 600;
    color: #0166bf;
}

/* ================================
   Responsive
================================ */

@media (max-width: 991px) {
    .leader-card {
        flex-direction: column;
        text-align: center;
    }

    .leader-quote {
        padding-left: 0;
    }

    .leader-quote::before {
        left: 50%;
        transform: translateX(-50%);
    }
}


/* Default: image left */
.leader-card {
    display: flex;
    gap: 25px;
    align-items: center;
}

/* Alternate: image right */
.leader-card.reverse {
    flex-direction: row-reverse;
}

/* Mobile fix (always image on top) */
@media (max-width: 991px) {
    .leader-card,
    .leader-card.reverse {
        flex-direction: column;
        text-align: center;
    }
}
.marquee, .marquee > div {
    display: flex;
    white-space: nowrap;
    gap: 30px;
}

.marquee {
    overflow: hidden;
        background: #0e2a47;
            color: #fff;
}
.marquee > div {
    -webkit-animation: animate-marquee  40s infinite linear;
    animation: animate-marquee  40s infinite linear;
    transition: .7s margin-left ease-out;
    will-change: transform, margin-left;
}
@keyframes animate-marquee {
  0% {
    transform: translateX(0%) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}


/* ===================Table====================== */
.table--bordered {
  border: 1px solid #d7d7d7;
}

.table--shaded {
  border-bottom: 2px solid #c6d5e3;
}

.table__head {
  border-bottom: 2px solid #c6d5e3;
  color: darken(#c6d5e3, 25%);

  .table--shaded & {
    background: #f7fafc;
  }
}

.table__row {
  &:not(:last-of-type) {
    border-bottom: 1px solid #eaeaea;
  }
}

.table__cell {
  padding: 16px 12px 14px;

  .table__head & {
    padding: 10px 12px 8px;
  }
  
  .table--bordered &:not(:last-of-type) {
    border-right: 1px solid #eaeaea;
  }
  
  .table__head & {
    font-weight: 700;
  }
}

.table__cell--checkbox {
  max-width: 25px;
  padding: 16px 0 14px 12px;

  .table__head & {
    padding: 10px 0 8px 12px;
  }
}

.table__cell--no-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table__cell--remainder {
  width: 99%;
}


/* ===================Facilities====================== */

.course-style-one-item {
    margin-bottom: 30px;
}
.course-style-one-item.list-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;  
}
.labs_course{
     border: 1px solid #dddddd;
      padding: 30px;
       /* box-shadow: 0px -4px 50px -14px rgb(109 117 143 / 53%); */
           margin-bottom: 20px;
}
.course-style-one-item.hover-less {
    transition: all 0.35s ease-in-out;
}
.course-style-one-item {
    background: #fff;   
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.course-style-one-item.list-layout .thumb img {
    object-fit: cover;
    object-position: left;
}
.course-style-one-item.hover-less .thumb img {
    transition: all 0.35s ease-in-out;
}
.course-style-one-item.list-layout .info {
    padding: 0;
}

.course-style-one-item .info {
    transition: all 0.35s ease-in-out;
    padding-top: 20px;
    background: #fff;
}   
.course-style-one-item .info h4 {
    line-height: 1.3;
}
.course-style-one-item.list-layout .thumb {
    border-radius: 10px;
}
.course-style-one-item .thumb {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.labs_course:hover {
    border: 1px solid #1CB098;
    background: #fff;
}
.sports_games{
        box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    padding: 37px;
}
.labs_course p{
        margin-bottom: 11px;
}
.sports_games img{
    border-radius: 20px;
    margin-bottom: 20px;
}
.blog-area.full-blog.single .item .thumb img{
    border-radius:20px;
}
.class_room_content {
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    padding: 37px;
}




/* ===================teaching_staff====================== */

.main-header{
    padding: 30px 0 20px 0;
}
.main-container{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 20px;
    column-gap: 30px;
}
.main-container .card{
    background-color: #fff;
    border-radius: 5px;
    transition: transform .3s;
        box-shadow: 0 0 25px rgb(0 0 0 / 8%);
}
.main-container .card:hover{
    transform: translateY(5px);
    cursor: pointer;
}
.main-container img{
    width: 30%;
    border-radius: 50%;
    margin-left: 25px;
    margin: 15px 0 15px 0px;
}
.main-container p{
    font-size: 15px;
    margin:0 0 0;
    text-align: justify;
}
.main-container .content{
    margin-left: 16px;    
}
.teaching_stafff{
    padding:100px 0;
}
.main-container .inside{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
.main-container .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    background : rgba(100, 100, 100, 0.4);
}
.main-container .overlay-card{
    background: rgb(255,216,155);
    background: linear-gradient(87deg, rgba(255,216,155,1) 0%, rgba(25,84,123,1) 100%);
    width: 20%;
    border-radius: 5px;
    margin : 11% auto auto;
}
.main-container .overlay-img{
    width: 30%;
    margin-top: 40px;
}
.main-container .overlay-inside{
    text-align: center;
    position: relative;
}
.main-container button{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgb(173, 126, 126);
    border: none;
    cursor: pointer;
}
.overlay-content p,.overlay-content h2{
    margin-bottom: 10px;
}
.line{
    border-bottom: 1px solid rgb(97, 92, 92);
    margin: 20px 30px;
}
.overlay-content{
    padding-bottom: 20px;
}
.hidden{
    display: none;
}
.left-arrow, .right-arrow{
    position: absolute;
    width: 10%;
    font-size: 20px;
    font-weight: 500;
}
.right-arrow{
    right: 0;
    top: 50%;
}
.left-arrow{
    top: 50%;
}
.right-arrow:hover, .left-arrow:hover{
    cursor: pointer;
}


/* ===================History====================== */

.pt-220 {
       padding-top: 100px;
}
.about-style-three-thumb img:nth-child(2) {
    position: absolute;
    height: auto;
    width: auto;
    right: -55px;
    bottom: -40px;
}
.about-style-three-items{
        background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px -4px 50px -14px rgb(109 117 143 / 53%);
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 30px;  
}
.about-style-three-thumb img{
    border-radius: 20px;
}
.advisor-style-one-items .heading h2{
    font-size: 34px;
}
.teaching_stafff .heading h2{
    font-size: 32px;
}
.teaching_stafff .content h2{
    color:#0166bf;
}
.testimonials{
    padding:100px 0;
}
.set_testimon{
    margin-right: 13px;
}
.reviews-block__slide{
        border: 1px solid #e7e7e7;
}
ul.sigFreeClassic{
    border: 2px solid #e7e7e7;
    padding: 37px!important;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
}
.gallery-area h3 {
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
        font-size: 28px;
}


/* ===================steam====================== */
.about-style-two-thumb {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-left: -30%;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .about-style-two-thumb {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .experience-card-one {
        width: 100%!important;
        margin-bottom: 30px;
    }
} 
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-style-two-thumb {
        display: none;
    }
}
.about-style-two-thumb img {
    margin-bottom: -44px;
}
.about-style-two-top-info {
    display: flex;
    gap: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-style-two-thumb {
        display: none!important;
    }
}
.experience-card-one {
    height: 200px;
    width: 200px;
    background: linear-gradient(to left, #E5FFF3 0%, #e0f1ff 30%, #FDF2EF 100%);
    text-align: center;
    position: relative;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .about-style-two-top-info {
        display: block;
        margin-bottom: 50px;
    }
}
.color-secondary .experience-card-one .counter {
    color: #6374ff;
}
@media only screen and (max-width: 767px) {
    .about-style-two-bottom-info .d-grid {
        grid-template-columns: 1fr!important;
        gap: 0!important;
    }
}
.experience-card-one .counter {
    justify-content: center;
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 12px;
}
.counter {
    display: flex;
    align-items: center;
}
.experience-card-one h4 {
    margin: 0;
    padding: 0 15px;
    font-size: 22px;
}

.experience-card-one::after {
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    content: "";
    background: linear-gradient(90deg, #6374ff 50%, #33bfff 100%);
    z-index: -1;
    border-radius: 12px;
}

.about-style-two-bottom-info .d-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
}

.about-style-two-thumb img:nth-child(2) {
    position: absolute;
    left: 30px;
    top: 100px;
    z-index: -1;
    height: 65px;
    animation: UpDown 10s linear infinite;
}
@keyframes UpDown {
    0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}

100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
}

.tab-style-one {
    display: flex;
    flex-direction: column;
    padding-bottom: 120px;
}
.about-style-two-bottom-info .thumb {
    width: 200%;
    position: relative;
}
.default-padding-top{
        padding-top: 120px;
}
.about-style-two-bottom-info .d-grid .thumb img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 10px 0 0;
    width: 100%;
    /*position: absolute;*/
}
.about-style-two-bottom-info .d-grid .thumb img:nth-child(2) {
    width: auto;
    position: absolute;
    right: 7%;
    top: -50px;
    height: 100px;
}
.mb-60 {
    margin-bottom: 60px;
}
.gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li {
    text-shadow: none;
}
.tabs label img{
        height: 30px;
    margin-right: 10px;
}

.tabs {
	display: flex;
	flex-wrap: wrap; // make sure it wraps
}
.tabs label {
	order: 1; // Put the labels first
	display: block;
	padding: 1rem 2rem;
	cursor: pointer;
  background: #0166be;
  font-weight: bold;
  transition: background ease 0.2s;
  color: #fff;
}
.tabs label.tabone{
    border-radius:10px 0px 0px 10px;
}
.tabs label.tabtwo{
    border-radius:0px 10px 10px 0px;
}
.tabs .tab {
  order: 99; // Put the tabs last
  flex-grow: 1;
	width: 100%;
	display: none;
  padding: 1rem;
  background: #fff;
}
.tabs input[type="radio"] {
	display: none;
}

.tabs input[type="radio"]:checked + label {
    background: #0e2a47;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}





