.fs-40
{
    font-size: 40px !important;
}
.mb-70{
    margin-bottom: 70px;
}
.mt-70
{
    margin-top: 70px;
}
.mt-b-70
{
    margin: 70px 0;
}
.pt-48
{
    padding-top: 48px;
}
.pb-30
{
    padding-bottom: 30px;
}
.pb-70
{
    padding-bottom: 70px;
    
}
/* -----rev-slider-wrapper---(banner-slider)-section-start---- */
.rev-slider 
{
    height: 539px !important;
}
/* -----rev-slider-wrapper---(banner-slider)-section-end---- */

/* who-we-are-section-start */
.space, .space-bottom {
    padding-bottom: 70px;
}
.space
{
    display: block
    
}
.space, .space-top {
    padding-top: 70px;
}
.who-we-are .title-area {
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}
.who-we-are .text-center {
    text-align: center!important;
}
.who-we-are .sub-title {
    font-size: 16px;
    font-weight: 500;
    color: #0D5EF4;
    font-family: var(--title-font);
    text-transform: uppercase;
    margin-top: -0.41em;
    margin-bottom: 22px;
    display: block;
}
.who-we-are .title-area .sec-title {
    margin-bottom: 15px;
}

.who-we-are .fw-semibold {
    font-weight: 600;
}
.who-we-are .sec-title {
    margin-bottom: 70px;
    margin-top: -0.23em;
}
.who-we-are .title-area.text-center .sec-text {
    margin-left: auto;
    margin-right: auto;
}

.who-we-are .sec-text {
    max-width: 1060px; 
}
.who-we-are p {
    margin: 0 0 18px 0;
    color:#080808;
    line-height: 1.75;
}
.mb-5 {
    margin-bottom: 5px;
}

.as-box {
    text-align: center;
}
.as-box_img {
    margin-bottom: -110px;
    max-width: 476px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    position: relative;
    padding-top: 30px;
}
img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}
.as-box_img::after {
    border: none;
    top: 9px;
    left: 13px;
    width: calc(100% - 26px);
}


.vission-img{
    height: 196px !important;
    border-radius: 25px !important;
}

.as-box_content {
    padding: 140px 60px 60px 60px;
    background-color: #fff3f3;
    border-radius: 15px;
}
.as-box_content1 {
    padding: 140px 49px 38px 48px;
    background-color: #f3f7fb;
    border-radius: 15px;
}
.who-we-are .h4 {
    font-size: 27px !important;
    line-height: 1.333 !important;
    font-weight: 600 !important;
}
.as-box_text {
    max-width: 450px;
    margin: 0 auto 23px auto;
}
.as-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #0d5ef4;
    color: #ffffff;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 20.5px 29px;
    box-shadow: 0px 6px 16px rgb(13 94 244 / 24%);
    border-radius: 5px;
}
a {
    color: #0d5ef4;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.as-btn:before {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 600%;
    background-color: var(--title-color);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
    transform: translateX(-50%) translateY(-50%) rotate(60deg);
    z-index: -1;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
}
.fa-solid, .fas {
    font-family: Font Awesome\ 6 Pro;
    font-weight: 900;
}
/* @media (min-width: 1200px)
{
.col-xl-6 {
    width: 50%;
}
} */
@media (min-width: 1200px)
{
.col-xl-6 {
    width: 50%;
}
}
@media (min-width: 1200px)
{
.col-xl-5, .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
}
.as-box.theme2 {
    --theme-color: #F20F10;
    --smoke-color: #FFF3F3;
}
.as-box.theme2 .as-btn1 {
    box-shadow: 0px 6px 16px rgb(242 15 16 / 24%);
}
.as-btn1 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #f20f10;
    color: #ffffff;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 20.5px 29px;
    box-shadow: 0px 6px 16px rgb(13 94 244 / 24%);
    border-radius: 5px;
}
/* who-we-are-section-end */

/* about-us-section-start-vision-mission */
.about-our-vision
{
    background: #1b81d9;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 60px;
    color: white;

}
.about-our-vision h4
{
    padding-top: 40px;
    color: white;

}
.about-our-mission
{
    background: #e9573e;
    padding: 20px;
    border-radius: 10px;
    color: white;
}
.about-our-mission h4
{
    padding-top: 40px;
    color: white;

}
/* about-us-section-end */

/* about-call-to-action-start */
.call-to-action-wrap-style-1 {
    padding: 55px 0 50px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #edf6ff;
}
.call-to-action-wrap-style-1 .shape-wrap {
    list-style: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
}
.call-to-action-wrap-style-1 .shape-wrap li {
    position: absolute;
    z-index: 0;
}
@media (min-width: 1230px)
{
.container {
    max-width: 1200px;
}
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.call-to-action-box.style-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.call-to-action-box.style-1 .content-box {
    padding-right: 30px;
    margin-bottom: 15px;
}
.call-to-action-box.style-1 .sub-title {
    color: #0071dc;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.call-to-action-box.style-1 .title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.25;
}
.call-to-action-box.style-1 .item-btn {
    margin-top: 15px;
}
.btn-fill {
    display: inline-block;
    background-color: #0f256e;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #0f256e;
    font-weight: 500;
    /* -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; */
}
.page-section .btn-fill {
    display: inline-block;
    background-color: #0f256e;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #0f256e;
    font-weight: 500;
    margin-top: 45px;
    margin-left: -14px;
}
.call-to-action-shaper-3
{
    left: 900px;
    position: relative;
}
.call-to-action-number
{
    color: #032469;
}
.call-to-action-box .title
{
    margin-bottom: 8px !important;
}
/* about-call-to-action-end */

/* blog-section-start */
.blogs
{
    background-color: #fafafa;
}
/* activitiy-section-start */
.activity-section .rbt-section-gap {
    padding: 48px 0 48px 0;
}

.activity-section .bg-color-extra2 {
    background: #f9f9ff;
}
.activity-section .mb--60 {
    margin-bottom: 60px !important;
}
.activity-section .text-center {
    text-align: center!important;
}
.activity-section .section-title .subtitle {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: #192335;
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-block;
    background: #2f57ef;
    color: #2f57ef;
}

.activity-section .bg-primary-opacity {
    background: #2f57ef21 !important;
    color: #2f57ef !important;
}
.activity-section .section-title .title {
    margin-bottom: 0;
}
.mt_dec--30 {
    margin-top: -30px !important;
}

.row--15 {
    margin-left: -15px;
    margin-right: -15px;
}
.row--15 > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
}


.mt--30 {
    margin-top: 30px !important;
}
.rbt-flipbox {
    position: relative;
    perspective: 1200px;
    overflow: hidden;
    border-radius: 6px;
    height: 475px;
}
.rbt-flipbox .rbt-flipbox-wrap {
    position: relative;
    transition-property: box-shadow, transform;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
    height: 475px;
}
.rbt-service.rbt-service-1 {
    border-radius: 6px;
}

.card-bg-1 {
    background: #fffccf !important;
}
.rbt-flipbox .rbt-flipbox-wrap .rbt-flipbox-face {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.6s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}
.rbt-service.rbt-service-1 .inner {
    /* padding: 30px; */
}
.rbt-service.rbt-service-1 .inner .icon {
    position: relative;
    display: inline-block;
}
.rbt-service.rbt-service-1 .inner .icon img {
    width: 100%;
}
.rbt-service.rbt-service-1 .inner .content .title {
    margin-bottom: 16px;
}
a {
    color: #192335;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
}
p {
    /* font-size: 18px; */
    line-height: 1.45;
    /* margin-bottom: 20px; */
}
.rbt-flipbox .rbt-flipbox-wrap .rbt-flipbox-front .content > a {
    margin-top: 50px;
}
a.rbt-btn-link, button.rbt-btn-link, span.rbt-btn-link {
    color: #192335;
    position: relative;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}
a.rbt-btn-link i, button.rbt-btn-link i, span.rbt-btn-link i {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-left: 4px;
}
[class^="feather-"], [class*=" feather-"] {
    font-family: 'feather' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a.rbt-btn-link::after, button.rbt-btn-link::after, span.rbt-btn-link::after {
    position: absolute;
    content: "";
    left: auto;
    bottom: 0;
    background: currentColor;
    width: 0;
    height: 2px;
    transition: 0.3s;
    right: 0;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.rbt-flipbox .rbt-flipbox-wrap .rbt-flipbox-back {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg) translateZ(1px);
    background: linear-gradient(1turn, #e9dcfa, #d05aff);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    text-align: center;
    border-radius: 6px;
    text-align: left;
}

.rbt-flipbox .rbt-flipbox-wrap .rbt-flipbox-face {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.6s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}
.rbt-service.rbt-service-1 .inner {
    /* padding: 30px; */
}
.rbt-service.rbt-service-1 .content
{
    padding: 15px 21px;
}
.rbt-service.rbt-service-1 .rbt-flipbox-back.inner p {
    color: #ffffff;
}
.rbt-btn.btn-sm {
    padding: 0 22px;
    font-size: 16px;
    height: 45px;
    line-height: 43px;
}

.rbt-btn.rbt-switch-btn {
    overflow: hidden;
}
.rbt-btn.btn-white {
    box-shadow: 0px 6px 34px rgb(215 216 222 / 41%);
    background: #ffffff;
    color: #192335;
}
.rbt-btn {
    padding: 0 26px;
    background: var(--color-primary);
    height: 60px;
    line-height: 60px;
    color: var(--color-white);
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    border-radius: 6px;
    border: 0 none;
    outline: none;
}
.rbt-btn.rbt-switch-btn span {
    display: inline-flex;
    position: relative;
    z-index: 3;
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.rbt-btn.btn-sm {
    padding: 0 22px;
    font-size: 16px;
    height: 45px;
    line-height: 43px;
}

.rbt-btn.btn-white {
    box-shadow: 0px 6px 34px rgb(215 216 222 / 41%);
    background: #ffffff;
    color: #192335;
}
.rbt-btn.rbt-switch-btn span::after {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    opacity: 0;
    transition: inherit;
    left: 100%;
    transform: translate(50%, -50%);
}
.card-bg-2 {
    background: #ffedff !important;
}
.card-bg-3 {
    background: #ffe8eb !important;
}
.card-bg-4 {
    background: #e9f6ff !important;
}
/* .fancy-box-section-start */
.custom-lightbox .fancybox-title{
    color: #fff;
    padding: 5px 0;
  }

  .custom-lightbox .fancybox-share-buttons{
    padding-top: 15px;
  }

  .custom-lightbox .fancybox-close{
    width: 36px;
    height: 36px;
    font-size: 36px;
    line-height: 36px;
    background: none;
    text-align: center;
    color: #fff;
    opacity: .7;
    box-shadow: none;
    top: -20px;
    right: -45px;
  }

  .custom-lightbox .fancybox-close:hover{
    opacity: 1;
  }

  .custom-lightbox .fancybox-close::before{
    font-family: 'Linearicons';
    content: "\e92a";
  }

  .custom-lightbox.fancybox-opened .fancybox-skin{
    box-shadow: none;
  }

  .custom-lightbox .fancybox-skin{
    background: none;
  }

  .custom-lightbox.fancybox-opened .fancybox-outer{
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  }

  .custom-lightbox .fancybox-nav span{
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    background: none;
    margin-top: -25px;
  }

  .custom-lightbox .fancybox-nav span::before{
    font-family: 'Linearicons';
  }

  .custom-lightbox .fancybox-prev span::before{
    content: '\e93b';
  }

  .custom-lightbox .fancybox-next span::before{
    content: '\e93c';
  }

  .custom-lightbox .fancybox-title{
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    line-height: 1.25em;
    font-weight: normal;
    padding-top: 15px;
  }
 
.call-to-action-number .icon-phone
{
    padding: 0;
    margin-right: 10px;
    background: #0f256e;
    color: white;
    width: 52px !important;
    height: 52px;
    border-radius: 50px;
    padding: 0;
    text-align: center;
    display: inline-grid;
    align-items: center;
}
.display-flex{display: flex;}
.align-item-center{align-items: center;}


.Annual
{
    padding: 50px 0;
}
.main_required
{
    padding-top: 3px;
}
.member-photo img
{
    height: 255px !important;
    width: 100% !important;
    object-fit: cover !important;

}
.bg-light-blue
{
    background: aliceblue;
}
.bx-shw
{
    box-shadow: rgb(50, 50, 93, 0.25) 0px 6px 12px -2px, rgb(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
@keyframes up_down{
    0%{
        top :10px;
    }
    50%{
        top :15px;
    }
    100%{
        top :10px;
    }
}

@-webkit-keyframes up_down{
    0%{
        top :10px;
    }
    50%{
        top :24px;
    }
    100%{
        top :10px;
    }
}

@-khtml-keyframes up_down{
    0%{
        top :10px;
    }
    50%{
        top :24px;
    }
    100%{
        top :10px;
    }
}
  .button-container{
    display         :flex;
    justify-content :center;
    align-items     :center;
}

.button-block{
    align-self :center;
    position   :relative;
}
.button-block  i{
    position  :absolute;
    height    :30px;
    width     :30px;
    top: 10px;
    left: 12px;
    animation :up_down 2s ease infinite;
}
/* .button-block  a{
    position  :absolute;
    height    :30px;
    width     :30px;
    top: 10px;
    left: 12px;
    animation :up_down 2s ease infinite;
} */
.button-width
{
    width: 164px;
}
.pl-r-10px
{
    padding: 10px 20px 8px;;
}
.p-10
{
    padding-left: 10px;
}
.bd-glass
{
    background: #c7c2c269;
    padding: 33px 20px;
}
.mb-25
{
    margin-bottom: 25px;
}
.admission-content-wrap table
{
    margin: auto;
}
.note-section p{
    padding: 12px;
    border-left: 4px solid #9b070a;
    background: #fff9f9;
}
.note-section p span{
    color: red;
}
.mt-30{
    margin-top: 30px;
}

.blob {
	background: black;
	border-radius: 50%;
	margin: 10px;
	height: 20px;
	width: 20px;

	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
.text-justifiy
{
    text-align: justify;
}
.m-auto
{
    margin: auto;
} 
.w-60
{
    width: 60%;
}
.table-section td, th {
    border: 1px solid #efececb0;
    text-align: left;
    padding: 8px;
  }
  
  .table-section tr:nth-child(even) {
    background-color: #efececb0;
  }
  .color-black a {
    color: black !important;
  }
.color-text:hover
{
    color: #666;
}