:root {
    --primary-color:#404040;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #3F418D;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
}

body
{
    font-size:15px;
    background:#F1FAEE !important;
    overflow-x:hidden;
}

/*animation css*/
.fade-in-bottom {
	-webkit-animation: fade-in-bottom 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
	        animation: fade-in-bottom 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-top {
	-webkit-animation: fade-in-top 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
	        animation: fade-in-top 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-right {
	-webkit-animation: fade-in-right 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
	        animation: fade-in-right 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
}


@keyframes fade-in-right {
  0% {
    width: 0px;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

.vibrate-1 {
	-webkit-animation: vibrate-1 5s linear infinite both;
	        animation: vibrate-1 5s linear infinite both;
}

@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.vibrate-2 {
	-webkit-animation: vibrate-2 10s linear infinite both;
	        animation: vibrate-2 10s linear infinite both;
}

@-webkit-keyframes vibrate-2 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes vibrate-2 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}


/*animation css end*/

.scroll-down {    
    width: 10%;
    left: 45%;    text-align: center;
    margin-top: -250px;    z-index: 9;
    position: absolute;
}
.scroll-down img{
	    width: 60px;
	    opacity: 0.5;
}

/*#aboutus{
	    height: 1000px;
    background: aliceblue;
    padding-top: 100px;
}*/
.head{
	    font-size: 2.5rem;
}


.slide-top {
 -webkit-animation: fade-in-bottom 0.9s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in-bottom 0.9s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.shake-horizontal {
	-webkit-animation: shake-horizontal 18s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite ;
	        animation: shake-horizontal 18s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite ;
}


/* ----------------------------------------------
 * Generated by Animista on 2024-9-11 12:21:3
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}

.shake-vertical {
	-webkit-animation: shake-vertical 18s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite;
	        animation: shake-vertical 18s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite;
}


/* ----------------------------------------------
 * Generated by Animista on 2024-9-11 16:45:46
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-vertical
 * ----------------------------------------
 */
@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}

/*css for footer*/
.footer_gallery
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}
.footer_gallery img
{
    border-radius:7px;
}
    .whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1025;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0; /* Initially hide the button */
}

.visible { /* Add a new class for visibility */
    opacity: 1; /* Make the button visible on scroll */
}

.whatsapp-button:hover {
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.whatsapp {
    width:100%;
    margin-right: 5px;
    z-index: 1025;
}
footer a, footer h4
{
color:#fff;
}

.gra_h2 .span_red {
    background: linear-gradient(180deg, #FE5B2C 0%, #FE5B2C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fs40{
    font-size:40px;
}
.fs18{
    font-size:18px;
}
.w70{
    width:70px;
}
.radius{
    border-radius:20px;
}
.w-70{
    width:70%;
}
.w-80{
    width:80%;
}
.z2{
    z-index:2;
    position: relative;
}
.z1{
  z-index:1;
  position: relative;
}
.mr1{
    margin-left:7%;
}
.mr2{
    margin-left:40%;
    width:40%;
    margin-top:-5px;
}
.mr3{
    margin-left:25%;
}
.mr4{
    margin-left:39%;
    width:40%;
    margin-top:-5px;
}
.f26{
    font-size:26px;
}
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

.crystel:before{
    content: " ";
    background: url(../images/crystel.svg) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 90%;
    position: absolute;
    top: -10%;
    left: -3%;
    z-index: 10;
}
.red-btn:hover{
    background: #1c376c;
    color: #fff;
    border-color: #ffffff;
}

/*---------footer---------*/
footer { 
    color: #fff;
    padding: 100px 0px 0px 0px;
    font-size: 17px;
    overflow-x:hidden !important;
}
footer h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
}
footer h4 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0px;
    display: inline-block;
   
}
.f44{
    font-size:44px;
}
.f20{
    font-size:20px;
}
.f12{
    font-size:12px;
}
.f16{
    font-size:16px;
}
.f18{
    font-size:18px;
}
.f22{
    font-size:22px;
}
.ftext{
    font-size:18px;
}
.bold{
    font-weight:700;
}
.about-footer li i {
    position: absolute;
    left: 0;
}
.about-footer li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
}

.about-footer ul {
    margin-top: 40px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #ed1b24;
}

footer .line
{
    height:1px !important;
}

footer .line
{
    margin-top: 26px;
}
/*.footer-title {*/
/*    border-bottom: 2px solid #fff;*/
/*    padding-bottom: 13px;*/
/*    margin-bottom: 20px;*/
/*}*/

ul.footer-social {
    float: right;
}

ul.footer-social li {
    display: inline;
    margin-right: 16px;
}

ul.footer-social i {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #757575;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
}

ul.footer-social li:last-child {
    margin-right: 0px;
}

ul.footer-social .fa-facebook-f:hover {
    background: #92D050;
    color: #fff;
}
ul.footer-social .fa-instagram:hover {
    background: #FFC000;
    color: #fff;
}
ul.footer-social .fa-linkedin-in:hover {
    background: #FF0000;
    color: #fff;
}

.page-more-info li {
    margin-bottom: 5px;
}
.offf{
	color:#9FAEB6;
}

footer .table td:first-child {
    font-weight: 400;
    padding-left: 29px;
}

footer .table td:last-child {text-align: left;}
footer .table td {
    padding: 0px;
    border: 0;
}

footer .table tr {
}

footer .table td i {
    position: absolute;
    left: 0px;
    font-size: 19px;
    top: 6px;
}

footer .table td {
    position: relative;
    padding: 4px 0;
}
.footer-logo
{
    display:flex;
    justify-content:center;
    align-items:center;
}
.footer-logo td {
    padding-right: 4px !important;
}

.footer-logo td:last-child {
    padding-right: 0px !important;
}
footer hr {
    border-color: #9294a0;
}
footer table
{
    color: #fff !important;
}
.footer-bottom
{
    color: #fff;
}
.footer-bottom p {
    text-align: right;
    margin-bottom: 0px;
}
.footer-bottom a{
    color:#fff;
}

.open-hours hr {
    margin: 30px 0;
}

.footer_pattern
{
    position: absolute;
    top: -22%;
}
.footer-title
{
   border-bottom:1px solid #ffffff85; 
}

/*custom css for header*/


.top_icons {
    width: 30px;
    margin-right: 0px !important;
    padding: 0px 6px;
}
.top_header .d-flex .time
{
    display: flex;
    justify-content: center;
    align-items: center;
}


.top_header .d-flex .address
{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

/*responsivr css*/
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }
}

.category_menu
{
    border: 0;
    padding-top: 26px;
}

.category_menu .dropdown-item {

    padding: .35rem 1rem;
    color: #404040;
    border-bottom: 1px solid #40404014;
    font-weight: 600;
}
.category_menu li:nth-last-child(1)

.btn-check:focus+.btn, .btn:focus
{
    box-shadow: none !important;
}
.caption_text {
    transition: 0.3s;
}

.caption_text:hover
{
    transform: translateX(10px);
}



h3
{
   font-family: "Montserrat", sans-serif;;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 500;
    color:#404040;
    
}


a
{
text-decoration: none;
color:#404040;
}
.top_header
{
    background: linear-gradient(45deg, #404040 63%, #16929A 37%);
    color: #FFF;
    padding: 5px;
}
.top_header .d-flex
{
align-items: center;
}


.eq_button {
  transition: 0.3s;
}

.eq_button:hover {
  transform: translateX(10px);
}

.eq_button {
    background: #F23744;
    color: #fff;
    border: 1px solid #F23744;
    text-decoration: none;
    padding: 0.55em 1.3em;
    font-weight: 500;
    border-radius: 50px;
    line-height: 1;
    display: flex;
    align-items: center;
}



    .nav-logo a
    {
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .nav-logo h1
    {
     font-size: 23px;
    }

.arro_header {
    width: 10px;
    margin-right: 0px;
    transition: 0.10s linear;
    opacity: 0.6;
}

.dropdown-toggle::after
{
opacity: 0;
}

.scroll {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}



h1,h4,h5,h6{
    font-weight: bold;
}



.navbar {
	z-index: 1025;
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    padding: 0;
    background: #F1F1F1;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: 7px 5px 15px -4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 7px 5px 15px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 7px 5px 15px -4px rgba(0, 0, 0, 0.15);
}
.navbar ul{
	    margin-bottom: 0rem;
}
.nav-items > ul > li {
    position: relative;
    display: inline;
    list-style: none;
    margin: 4px;
    padding: 5px 15px;
     cursor: pointer; 
    border-right: 1px solid #404040;
}
.nav-items > ul > li > a {
    color:#404040;
    text-decoration: none;
    font-size: 18px;
    padding:0px 10px;
    font-weight: 600;
}

.nav-items > ul > li:nth-last-child(1)
{
    border-right:none !important;
}

.nav-items > ul > li:hover::after {
    transform: scaleX(1);
}
.nav-logo a,
.nav-button a {
    color: white;
    list-style: none;
    text-decoration: none;
    display: flex;
}
.nav-logo {
    font-size: 32px;
}

#hamburger-menu,
#mobile-menu {
    display: none;
}

@media only screen and (max-width: 767px) {
    .footer-bottom a {
    font-size: 11px;
    }
    .dr_girl
    {
        width:75%;
    }
    .before_partnered_section .call {
    justify-content: center !important;
    flex-direction: column;
    align-items: center !important;
    text-align:center;
}
.before_partnered_section h4 {
    font-size: 20px !important;
}

.before_partnered_section .call img {
    width: 45px !important;
    margin-bottom: 10px;
}

    #mobile-menu{
        z-index: 1026;
    }
    .bottom_header .nav-items
    {
        padding:0px !important;
    }
    .top_header .d-flex .address
    {
        justify-content: flex-end !important;
    }
	.logo-siz {
            width: 80px !important;
            height:80px !important;
            margin-left:15px;
}
	.navbar {
    justify-content: space-between;
    padding: 10px;
}
    #mobile-menu {
        background-color: #fff;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: transform 0.3s ease;
        transform: translateX(-100%);
    }
    .mobile-nav-items > ul {
        padding: 0px;
    }
    .mobile-nav-items > ul > li {
        text-align: center;
        position: relative;
        list-style: none;
        margin: 10px;
        padding: 0px 20px;
        cursor: pointer;
    }
    .mobile-nav-items > ul > li > a {
        color: #000;
        text-decoration: none;
        font-size: 20px;
    }
    .mobile-nav-items > ul > li::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0.17rem;
        background-color: white;
        left: 0;
        bottom: 0;
        transform-origin: 0% 100%;
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }
    .mobile-nav-items > ul > li:hover::after {
        transform: scaleX(1);
    }
    .nav-items > ul,
    .nav-button {
        display: none;
    }
    #hamburger-cross {
        display: block;
        color: var(--bs-red);
	    cursor: pointer;
	    font-size: 30px;
        position: absolute;
        top: 20px;
        right: 26px;
    }
    #hamburger-menu {
		display: block;
	    color: var(--bs-red);
	    cursor: pointer;
	    font-size: 30px;
    }
}




@media all and (min-width: 992px) {



}
/*new css*/
.button-1 {
padding: 4px 15px;
background-color: #fff;
font-size: 15px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
border: 1px solid #C90404;
color: #C90404;
border-radius: 7px;
}

.button-1 img {
margin-right: 5px;
display: inline-block;
vertical-align: middle;
margin-top: 0px;
width: 28px;
}
.middle_header h4
{
    font-size: 18px;
}
.middle_header h6
{
font-size: 14px;
font-weight: 500;
}
.middle_header .border-right
{
    border-right: 1px solid #DDDDDD;
}
.bottom_header .container
{
    position: relative;
}
.bottom_header .nav-items
{
        width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6%;
    padding: 6px 0px;
}
.bottom_header .nav-logo
{
    position: absolute;
    bottom: 3%;
}
.bottom_header .nav-logo .logo-size {
    width: 105px;
}

/*header css closed*/


/*css for hero section*/
   .hero_section
    {
        background: rgb(69,123,157);
        background: linear-gradient(318deg, rgba(69,123,157,1) 0%, rgba(61,110,144,1) 15%, rgba(29,53,88,1) 100%);
    }
    .w-85{
        width:85%;
    }

    .hero_section h2 {
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    margin-top: 10px;
    position: relative;
    margin-bottom: 32px;
    }

    .hero_section h2 span
    {
    background: #FFCB08;
    font-weight: bolder;
    font-style: italic;
    padding: 0px 15px;
    border-radius: 10px;
    }
    .hero_section h2 .plan_img
    {
    position: absolute;
    left: 10%;
    }
    .hero_section p{
        font-size: 18px;
    }
    .hero_section .register_btn
    {
    background: #fff;
    display: inline;
    padding: 8px 25px;
    font-size: 22px;
    border-radius: 9px;
    font-weight: bold;
    color: #BA1E2C;
    }
    .logo_with_img .logo_img
    {
    right: 8%;
    position: absolute;
    width: 150px;
    top: 3%;
    }
    
.carousel-indicators button.thumbnail {
  width: 120px;
}
.carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.8;
}
.carousel-indicators button.thumbnail.active {
  opacity: 1;
}

.carousel-indicators [data-bs-target]
{
    height:0px;
}

.carousel-indicators {
    position: absolute;
    right: -40px;
    bottom: 37px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1;
    margin: auto;
    list-style: none;
}
.carousel-control-next-icon, .carousel-control-prev-icon
{
    height:0px;
}

/*closed css for hero section*/

/*css for after hero section*/
.after_hero_section
    {
        height: 140px;
        margin-top: -70px;
    }
    .after_hero_section img
    {
        height: 140px;
    }

    .mbbs_section h3
    {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 34px;
        text-align: center;
        color: #C90404;
    }
    .mbbs_section h3 span
    {
        color: #AAAAAA;
    }

    /* CSS for 1st Meter */ 

#score-meter-1{
  width: 300px;
  height: 150px;
  border-top-left-radius: 360px;
  border-top-right-radius: 360px;
  overflow: hidden;
  position: relative;
}
#scorer-1-inner-div{
  position: absolute;
  left: 20%;
  top: 40%;
  width: 60%;
  height: 60%;
  border-top-left-radius: 360px;
  border-top-right-radius: 360px;
  background-color: #ffffff;
  z-index: 2;
}
#scorer-1-inner-div-2{
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-top-left-radius: 360px;
  border-top-right-radius: 360px;
  background-color: #FFCA3D;
  transform-origin: bottom center;
  transform: rotate(-130deg);
  z-index: 0;
}
#scorer-1-inner-div-3{
  position: absolute;
  right: 0%;
  top: 0%;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-top-left-radius: 360px;
  border-top-right-radius: 360px;
  background-color: #0093D7;
  transform-origin: bottom center;
  transform: rotate(130deg);
  z-index: 0
}
#scorer-1-inner-div-4{
  position: absolute;
  left: 50px;
  top: -2px;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 140px solid #A3CD3B;
  transform: rotate(180deg);
}
.scorer-1-tick {
  position: absolute;
  top: 40%;
  left: -250%;
  width: 300%;
  height: 5px;
  background-color: #000000;
  animation-name: ticker-mover-1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 5%;
  border-bottom-right-radius: 5%;
}
#scorer-1-inner-div-5{
  position: absolute;
  left: 45%;
  top: 80%;
  width: 10%;
  height: 20%;
  border-radius: 50%;
  background-color: #000000;
  z-index: 2;
}
@keyframes ticker-mover-1 {
  0% {
    transform-origin: right center;
    transform: rotate(0deg);
  }
  33% {
    transform-origin: right center;
    transform: rotate(120deg);
  }
  66% {
    transform-origin: right center;
    transform: rotate(120deg);
  }
  100% {
    transform-origin:right center;
    transform: rotate(120deg);
  }
}


/*close after section css*/


/*css for consultation section*/

  .consultation_section_1 .row
    {
    background: #FECC00;
    padding: 32px;
    margin: 20px 50px;
    color: #404040;
    border-radius: 0px 25px 25px 25px;
    
    }
    .consultation_section_1 h3
    {
    color: #C90404;
    line-height: 1.3;
    margin-bottom: 0px;
    font-size: 27px;
    font-weight: 600;
    }
    .consultation_section_1 .call_section a
    {
        font-size: 27px;
        font-weight: bold;
    }
    .consultation_section_1 .call_section .d-flex
    {
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    }
    .consultation_section_1 .consultation_section_btn
    {
    background: #C90404;
    padding: 8px 20px;
    color: #FECC00;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-radius: 7px;
    margin: 6px;
    }
    .consultation_section_1 .consultation_section_btn1
    {
    background: #FECC00;
    padding: 8px 20px;
    color: #C90404;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-radius: 7px;
    margin: 6px;
    }

    .border-right-red
    {
        border-right: 1px solid #C90404;
    }
    .border-right-yellow
    {
        border-right: 1px solid #FECC00;
    }
    .consultation_section_1 .call_section
    {
        position: relative;
    }
    .consultation_section_1 .call_section .right_dashed_arrow
    {
    position: absolute;
    bottom: -31%;
    width: 90px;
    right: -7px;
    }
    .glimpses_section .grid_image
    {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 18px;
    }
    .glimpses_section h3
    {
        font-size:36px;
        font-weight:700;
    }

    .glimpses_section .grid_image img
    {
        border-radius: 7px;
    }
    
    /*close css for consultation css*/
    
    
    /*css for blog section*/
    
     .circle_box1
    {
       display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    border-radius: 50px;
    background: #457B9D;
    width:175px;
    }
    .circle_box1 .circle1 {
    width: 40px;
    height: 40px;
    background: #404040;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 7px;
    border-radius: 50px;
    flex-direction: column;
    color: white;
    font-size: 13px;
    font-weight: 500;
    margin-left: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}
   .circle_box1 .circle1 img
    {
    width: 20px;
    line-height: 1;
    }
   .circle_box1 p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: capitalize;
}



    .blog_box
    {
    padding: 18px;
    background: #fff;
    border-radius: 6px;
    box-shadow: -2px 0px 11px hsl(0deg 0% 0% / 3%);
    }

    .blog_box .blog_img
    {
        border-radius: 10px;
    }
    .blog_box .circle_box
    {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    }

    .blog_box .circle_box .circle span
    {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    }
    .blog_box .circle_box p
    {
    font-size: 16px;
    color:#1D3558;
    font-weight: 600;
    margin-bottom:0px;
    }
    .blog_section h3
    {
            font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1.5;
    color:#181A2A;
    }

    .read_more_btn
    {
     display: block;
    padding: 6px 24px;
    border-radius: 5px;
    border: 1px solid #C90404;
    color: #C90404;
    font-weight: 700;
    width: 150px;
    text-align: center;
    }
    .blog_btn
    {
        padding: 4px 30px;
        border-radius: 50px;
        background: white;
        margin: auto;
        color: #C90404;
        font-weight: 700;
        display: inline-block;
    }
    
    /*close for css section*/
    
    
    /*css for team section*/
    
        .site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #ff5a6e;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #ff5a6e none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading h2 span {
  color: #ff5a6e;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.team-area .single-item {
  margin-bottom: 30px;
}

.team-area .single-item .item {
  margin: 15px;
}


.team-area .item .thumb .img-fluid
{
    margin: auto;
    height: 400px;
}
.team-area .item .thumb:after {
        content: ' ';
    width: 100%;
    height: 343px;
    background: #16929A;
    display: block;
    margin-top: -344px;
    margin-left: 0px;
    border-radius: 60px 60px 0px 0px;
}


.yellow:after
{
    background: #FECC00 !important;
}


.team-area .info {
  padding: 50px 20px 30px;
    position: relative;
    text-align: center;
    z-index: 9;
    background: #404040;
    color: #fff;
    border-radius: 0px 0px 20px 20px;
}

.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.team-area .info .message a {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  box-sizing: border-box;
  color: #ff5a6e;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.team-area .info .message a i {
  font-weight: 500;
}

.team-area .info h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
}

.team-area .info span {
  font-weight: 400;
  text-transform: capitalize;
}

.team-area .info .line:after {
    content: ' ';
    width: 70px;
    height: 2px;
    background: #16929A;
    display: block;
    margin: auto;
    margin-top: 10px;
}

.green_box
{
    background: #16929A;
    height: 250px;
    /* position: absolute; */
    top: 0;
    border-radius: 50px 60px 0px 0px;
}
#team h2
{
    font-size: 32px;
    font-weight: bold;
}

/*close css for team section*/

/*css for about us section*/
.about_us_section h2, .about_us_section_2 h2, .testimobial_section h2, .why_us_section h2
   {
    font-size: 32px;
    font-weight: bold;
   }
   .about_us_section h3 
   {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
   }

   .about_us_section_2 .all_image_div
   {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
   }
   #owl-carousel1 h3
   {
       font-size:21px;
   }
   #owl-carousel1 .item img
   {
       border-radius:50%;
   }
   
   /*close css for about us section*/
   
   
   /*css for after why us section*/
   
    .why_us_section .whyus_box
    {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    }
    .why_us_section .whyus_box .work_links
    {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    cursor: pointer;
    }
    
    .why_us_section .whyus_box img
    {
        width: 35px;
    }
    .why_us_section .whyus_content h5
    {
        font-size: 18px;
    }
    .why_us_section .whyusbefore:before {
        content: ' ';
    width: 2px;
    height: 21px;
    margin: auto;
    margin-top: 10px;
    border-right: 1px dashed #1e1e2f78;
    position: absolute;
    left: 16px;
    bottom: -22px;
    }
    .book_free
    {
    background: #fff;
    display: inline;
    padding: 10px 30px;
  
    font-weight: 700;
    border-radius: 0px 6px 6px 0px;
    }
    .box_girl
    {
    border-radius: 40px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFC000;
    padding: 0px 0px 0px 20px;
        margin-right: 40px;
    }
    .girl_box_content h3
    {
        font-weight: 700;
        text-transform: uppercase;
    }
    .box_girl img
    {
    margin-right: -16.4%;
    margin-top: -5%;
    }
    
    .last_girl
    {
        margin-right: -11.4% !important;
    }
    .certified h2, .partnered_section h2
    {
    font-size: 32px;
    font-weight: bold;
    }
    .certified_img_div
    {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .certified_img_div .text-center
    {
        border-right: 2px solid #aaaaaa73;
    }
    .certified_img_div .text-center:nth-last-child(1)
    {
        border: none;
    }

    .partnered_section
    {
    background: #16929A;
    color: #fff;
    
    padding-top: 25px !important;
    }
    .after_arrow_point
    {
        margin-top: 20px;
        width:65px;
    }
   
    .arc_div .logo_uni
    {
    padding: 10px;
    width: 155px;
    margin-top: -50px;
    }
    .arc_div h4
    {
        font-size: 20px;
        height: 94px;
        line-height: 1.4;
    }

    .before_partnered_section .row
    {
        background: #EDFAFF;
        border-radius: 0px 20px 0px 20px;
    }
    .before_partnered_section .call img
    {
        width: 60px;
    }
    .before_partnered_section .call
    {
    justify-content: center;
    align-items: flex-start;
    }
    .before_partnered_section  h6
    {
        font-size: 16px;
        font-weight: 400;
    }

    .before_partnered_section  h4
    {
        font-size: 24px;
        font-weight: 600;
    }
    .active2
    {
       display: flex !important; 
    }
    .tabs_work {
    display: none;
    }
    
    /*close css after why us section*/
    
    /*css for speedometer*/
    
.speedometer-container {
    position: relative;
    width: 100%;
    height: 363px;
    margin: auto;
    background-image: url('https://wciecorganization.com/img/speed_meter.webp');
    background-size: 95%;
    background-position: center;
    background-position: center center;
    background-repeat: no-repeat;
    }

    /* Needle (Sui) */
    .needle {
    position: absolute;
    width: auto;
    height: 184px;
    /* top: 32px; */
    left: 47%;
    transform-origin: bottom;
    transform: rotate(0deg);
    transition: transform 1s ease-out;
    bottom: 15%;
    }

    .needle img {
      height: 100%;
    }
    
    /*close css for speedometer section*/
    
    /*css for single university page*/
    .uni_hero_section {
    height: 580px;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.uni_hero_section .logo_with_name_btn
{
       font-size: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    background: #ED1C24;
    color: #fff;
    font-weight: 700;
    border-radius: 50px 64px 64px 0px;
    border: 2px solid #fff;
    /* padding: 10px; */
    line-height: 1.3;
    height: 140px;
}
.uni_hero_section .logo_with_name_btn img
{
    position: absolute;
    right: 0;
    /* height: 150px; */
    width: 150px;
}
.tab_section .register_btn {
    background: #FECC00;
    display: inline-block;
    padding: 11px 25px;
    font-size: 18px;
    border-radius: 9px;
    font-weight: 600;
    color: #ED1C24;
    margin-top: 21px;
    line-height: 1;
    width: 225px;
    text-align: center;
}

.tab_section #pills-tab
{
       background: #FFCBCB;
    color: #404040;
    padding: 4px 15px;
    font-size: 18px;

}
.tab_section .stick {
    position: sticky;
    top: 50px;
}

.tab_section .z {
    z-index: 2;
    position: relative;
}

.tab_section .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    font-size: 19px;
    font-weight: 600;
    color: #404040 !important;
    padding: 4px 20px;
}

.tab_section .nav-pills .nav-link.active, .tab_section .nav-pills .show>.nav-link {
    color: #A41C2D !important;
    background-color: transparent;
    font-weight: bold;
}
.tab_section .table.no-border tr td, .tab_section .table.no-border tr th {
  border-width: 0;
  line-height:1.4;
  padding:5px 5px;
  font-size:17px;
}
.tab_section .table b {
    font-weight: 600;
}
.tab_section h3
{
    font-weight:700;
}
.tab_section .f-22
{
    font-size:22px;
}
.tab_section .sb_btn
{
    background: #C90404;
    color: white;
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 7px;
}

.uni_hero_section .with_name_btn {
    font-size: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    background: #ffffff85;
    color: #404040;
    font-weight: 700;
    border-radius: 4px;
    padding: 30px 20px;
    line-height: 1.3;
    
}

/*css for explore inoversity page*/
.uni_hero_section_all .with_name_btn {
    font-size: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    background: #ffffff85;
    color: #404040;
    font-weight: 700;
    border-radius: 4px;
    padding: 30px 20px;
    line-height: 1.3;
    
}

.uni_hero_section_all {
   background-image: url('https://wciecorganization.com//img/explore_university.webp');
   background-color: #293086;
   height: 500px;
   }
   .uni_hero_section_all .logo_with_name_btn
   {
   background-color: #293086;
   }
   .uni_hero_section_all .with_name_btn span b{
   background: #FFCB08;
   font-weight: 800;
   font-style: italic;
   padding: 0px 15px;
   border-radius: 10px;
   }
   .uni_hero_section_all .with_name_btn
   {
   position:relative;
   }
   .uni_hero_section_all .plan_img {
   position: absolute;
   right: 4%;
   bottom: 35px;
   width: 230px;
   }
   .kg_logo
   {
   margin-top: -65px;
   }
.absolute{
    position: absolute;
    }
    .w50{
    width:50px !important;
    }
    .w100{
    width:100px;
    }
    
    #owl-carousel2 .owl-stage-outer {
            width: 130%;
    }
    .GRADI{
        background: rgb(69,123,157);
background: linear-gradient(270deg, rgba(69,123,157,1) 0%, rgba(24,43,55,1) 100%);
    }
    
    
    
 .marquee_container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: #A9DBDC;
  padding: 0.3rem 0;
}
.marquee {
  display: inline-block;
  animation: marquee 10s linear infinite;
}
@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.marki {
  display: inline-block;
  margin-right: 50px;
  color:#1D3558;
  font-size:25px;
  vertical-align: middle;
}
.starr{
    width:80px;
}
.menubaritems a:hover .arrw {
    margin-right: 7px;
    transition:0.40s linear;
}
 
.fs13{
    font-size:13px;
}
.fs20{
    font-size:20px;
}
.fs26{
    font-size:26px;
}
.fs16{
    font-size:16px;
}
.fs18{
    font-size:18px;
}
.fs50{
    font-size:50px;
}
    .fw-600{
        font-weight:600;
    }
    .fw-500{
        font-weight:500;
    }
    
    .radiusfull{
        border-radius:80px;
        width:fit-content;
    }
.w200{
    width:170px;
}
#owl-carousel2 .owl-nav.disabled{
    display:none;
}
.border-left{
    border-left:1px solid #A9DBDC;
}
.headpara{
    font-size:20px; 
    font-weight:500;
}
.ladki{
    width:75%;
    position:relative;
    margin-left: -7%;
    margin-top:-30%;
}
.blue{
    color:#1D3558;
}
.lh1{
        line-height: 1;
}

.ringer{
    width:100px;
    height:100px;
    
}
.ringer {
	-webkit-animation: ringer 15s linear infinite reverse both;
	        animation: ringer 15s linear infinite reverse both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-11-7 16:33:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes ringer {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ringer {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.gredientblue{
    background: rgb(29,53,88);
background: linear-gradient(180deg, rgba(29,53,88,0) 0%, rgba(29,53,88,1) 100%);
}
.jaiiulogo:after{
    content:" ";
    background:url('../images/jasulogo.png')no-repeat;
    background-size:100%;
    width:550px;
    height:550px;
    position:absolute;
    right:-12%;
    bottom:20%;
    z-index: 3;
    opacity: 0.2;
}
.fs24{
    font-size:24px;
}
.gol{
    border-radius:50px;
    height:80px;
    width:80px;
    background:#F9E8BD;
    border:10px solid #ffffff;
    margin-top:-45px;
}
.redtext{
    color:#E63946;
}
.wid40{
    width:45px;
}
.cream{
    background:#F9E8BD;
}
.border-none{
    border:none;
    border-radius:14px;
}
.miled{
    background:#EFD3CC;
}
.w-75per{
    width:75%;
}
.w100px{
    width:100px;
}
.guru{
    border-radius:50%;
    overflow:hidden;
    border:10px solid #457B9D;
    width:400px;
    height:400px;
    margin-left:-50%;
    z-index:2;
}
.guru img{
    width:100%;
    height:100%;
    border:5px solid #ffffff;
    border-radius:50px;
}
.lline{
    width:100px;
    margin:-5px 0 0 -30px;
}
.my-md-10{
    margin-top:100px;
}
.my-md-12{
    margin-top:130px;
}
.circleback:after{
    content:"";
    background-color:#E3F4EA;
    width:850px;
    height:850px;
    z-index:-1;
    position:absolute;
    left:20%;
    top:5%;
    border-radius:50%;
}
.topaz{
    margin-top:-120px;
}
.fw-700{
    font-weight:700;
}
 .hrs{ 
     border:1px solid #E63946;
     opacity:1;
 }






/*new css*/

.gra_h21 {
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    text-transform: uppercase;
    font-weight: 600;
    font-size: 34px;
    color:#fff;
        display: flex
;
    justify-content: flex-start;
}

.student_life p
{
    font-size:16px;
    font-weight:500;
}
.section_stu h6 span
{
    line-height: 0;
    display: block;
    margin-left: -18px;
    margin-bottom: -12px;
}
.section_stu h6
{
  font-size:32px; color:#142948;  
}
.section_stu:before {
    position: absolute;
    height: 350px;
    content: '';
    width: 350px;
    background: url(./img/ellipse.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    right: -6%;
    /* margin-top: 20px; */
    top: -5%;
    z-index: -1;
}


.section_stu:after {
        position: absolute;
    height: 350px;
    content: '';
    width: 350px;
    background: url(./img/ellipse.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    left: 1%;
    /* margin-top: 20px; */
    bottom: 4%;
    z-index: -1;
}

.double_in p
{
  font-size:23px; 
  color:#1D3558; 
  width:80%;
  line-height:1.5;  
}
.GRADI
{
    overflow:hidden;
}

.jaiu_text {
    text-align: left;
    font-family: Montserrat;
    font-size: 240px;
    line-height: 0.8;
    font-weight: 900;
    letter-spacing: -11px;
}

.jaiu_text .decorated-text {
  background-image: url('../img/text_animation.webp');
  background-size: 115%; /* Larger background for smooth animation */
  background-position: 0 50%; /* Starting position */
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: move-bg 10s linear infinite; /* Infinite animation */
    line-height: 0;
}

@keyframes move-bg {
  0% {
    background-position: 0 50%; /* Start from the left */
  }
  100% {
    background-position: 100% 50%; /* Move to the right */
  }
}















