@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
    outline: none !important;
}

a{
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
    font-family: var(--font2);
}
p{
    font-family: var(--font1);
}

.pr{
    position: relative;
}

img{
    width: 100%;
}

.ofh{
    overflow: hidden;
}

:root{
    --font1: 'Open Sans', sans-serif;
    --font2: 'Poppins', sans-serif;
    --color1: #494949;
    --color2: #017299;
    --color3: #EE2F5A;
    /* --color4: #f37335; */
    --color4: #ec355d;
    --color5: #135e9e;
    --color6: #fdc12a;
    --color7: hsla(20, 89%, 58%, 0.5);
    --color8: hsla(43, 98%, 58%, 0.5);
    --color9: #f37335;
}

.font1{
    font-family: 'Open Sans', sans-serif;
}
.font2{
    font-family: 'Poppins', sans-serif;
}

body{
    margin: 0;
    padding: 0;
}

.bg-g{
    background: -webkit-linear-gradient(-90deg, #ff0000, #0049d3);
    background: -o-linear-gradient(-90deg, #ff0000, #0049d3);
    background: -moz-linear-gradient(-90deg, #ff0000, #0049d3);
    background: linear-gradient(-90deg, #ff0000, #0049d3);
    background-size: 150% 150%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient{
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.icon-r-bx{
    display: inline-block;
    position: absolute;
    left: -12px;
    top: -6px;
}

.icon-r-bx{
    perspective:200px;
}
    
/*speed of transition*/
.icon-r-ani{ 	
    transform-style: preserve-3d;    	
    position: relative;
    animation: anim 8s infinite;
    transform-origin: center;
}


.icon-r-bx,
.icon-r-ani,
.icon-r-ani .icons-f,
.icon-r-ani .icons-b {  	
    width: 47px;
    height: 47px;
}
  
.icon-r-ani .icons-f,
.icon-r-ani .icons-b{  	
    backface-visibility: hidden;    	
    position: absolute;  	
    top: 0;  	
    left: 0;  
  }

.icon-r-ani .icons-f{
    background-image: url('/img/logo/favicon-1.png?v=1');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2; 
}

.icon-r-ani .icons-b{
    background-image: url('/img/logo/favicon-1.png?v=1'); 
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotateY(180deg);
}

@keyframes anim{
    0%,5%{
        transform: rotatey(0deg);    
      }
      45%,50%{
        transform: rotatey(180deg);
      }
      100%{
        transform: rotatey(360deg);
      }

}


.logo-rotate-img{
    animation: rotation 7s infinite linear;
    -webkit-animation: rotation 7s infinite linear;
}

/* loader css-s */
.preloader {
   position: fixed;
   left: 0;
   top: 0;
   width: 0;
   height: 100%;
   width: 100%;
   text-align: center;
   z-index: 9999;
   /* -webkit-transition: all ease 0.1s;
   transition: all ease 0.1s; */
   background-color: black;
}

.preloader .indicator {
    position: absolute;
    right: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    background: transparent;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader .indicator img {
   animation: rotation 3s infinite linear;
   -webkit-animation: rotation 3s infinite linear;
   width: 40px;
}

.preloader.preloader-deactivate {
   visibility: hidden;
   opacity: 0;
   -webkit-transition: all ease 0.5s;
   transition: all ease 0.5s;
}

@keyframes rotation {
   from {
       -webkit-transform: rotate(0deg);
   }
   to {
       -webkit-transform: rotate(359deg);
   }
}

@-webkit-keyframes rotation {
   from {
       -webkit-transform: rotate(0deg);
   }
   to {
       -webkit-transform: rotate(359deg);
   }
}


/* header */

.top-header{
    position: sticky;
    top: -103px;
    z-index: 999;
    background: white;
    transition: all 0.4s ease-in-out;
}
.top-header-opage{
    position: sticky;
    top: 0px;
    z-index: 999;
    background: white;
    transition: all 0.4s ease-in-out;
}

.add-to-scroll{
    box-shadow: 0 0 5px #00000033;
}


.logo-bx a{
    position: relative;
}

.logo-bx a{
    display: flex;
    align-items: center;
}

.logo-bx img.logo-icon{
    width: 151px;
    /* width: 50px;
    height: 50px; */
}

.logo-bx h1.logo-text{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: var(--color1);
    margin: 0;
    margin-left: 6px;
    text-transform: uppercase;
    color: var(--color2);
}

.logo-bx h1.logo-text span{
    font-size: 20px;
    color: var(--color3);
    font-weight: 700;
}

.top-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #c9e2f8;
    padding-bottom: 10px;
}

.top-bar-ul{
    display: flex;
    list-style: none;
}

.top-bar-ul li .nlb{
    display: flex;
    align-items: start;
    margin-left: 30px;
}

.top-bar-ul li .nlb .fa-icon-bx .fa{
    font-size: 20px;
    color: var(--color4);
    /* margin-right: 15px; */
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.top-bar-ul li .nlb .fa-icon-d-bx h1{
    font-size: 15px;
    color: var(--color1);
    font-weight: 600;
    font-family: var(--font2);
    margin: 4px 0;
}

.top-bar-ul li .nlb .fa-icon-d-bx p{
    font-size: 14px;
    color: var(--color1);
    font-weight: 400;
    font-family: var(--font2);
    margin: 0;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    margin-right: 5px;
}

.top-bar-ul li .nlb .fa-icon-d-bx a:hover p,
.top-bar-ul li .nlb .fa-icon-d-bx a:hover p{
    color: var(--color3);
    text-decoration: underline;
}

.menu-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
}

.other-menu{
    padding: 0px;
}

.menu-bar-ul{
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-bar-ul li a{
    color: var(--color5);
    font-size: 17.5px;
    font-family: var(--font2);
    font-weight: 500;
    display: inline-block;
    padding: 1px 0;
    margin-right: 25px;
    opacity: 0.8;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.menu-bar-ul li:nth-last-child(1) a{
    margin-right: 0px;
}

.menu-bar-ul li a::after{
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0rem;
    height: 4px;
    background-color: var(--color6);
    border-radius: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.menu-bar-ul li a:hover{
    color: var(--color4);
    opacity: 1;
}

.menu-bar-ul li a.active{
    opacity: 1;
}

.menu-bar-ul li a:hover::after{
    opacity: 1;
    visibility: visible;
    width: 2rem;
    background-color: var(--color4);
}

.menu-bar-ul li a.active::after{
    opacity: 1;
    visibility: visible;
    width: 2rem;
}



.menu-bar-social{
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-bar-social li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color5);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: var(--color5);
    font-size: 17px;
    margin-left: 9px;
    transition: all 0.3s;
}

.menu-bar-social li a:hover{
    background-color: var(--color5);
    color: white;
    transform: scale(1.1);
}


.menu-icon{
    display: none;
    width: 30px;
    height: 25px;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    flex-direction: column;
    padding: 0px;
    flex: 0 0 30px;
    cursor: pointer;
    background-color: white;
    /* border: 1px solid rgb(236, 236, 236); */
    position: relative;
}
.menu-icon span{
    width: 100%;
    height: 3px;
    border-radius: 50px;
    background-color: var(--color2);
    /* margin: 3px 0; */
    display: flex;
    transition: all 0.3s;
    position: absolute;
}

.menu-icon span:nth-child(1){
    top: 0px;
    left: 0;
}

.menu-icon span:nth-child(2){
    top: 50%;
    transform: translateY(-50%);
}

.menu-icon span:nth-child(3){
    bottom: 0px;
    right: 0;
}

.menu-icon:hover span,
.menu-icon.active span{
    background-color:   var(--color4);
}

.menu-icon.active span:nth-child(1){
    width: 50%;
    margin-left: auto;
    /* background-color: var(--bg-blue); */
}

.menu-icon.active span:nth-child(2){
    width: 90%;
    /* background-color: var(--bg-blue); */
}

.menu-icon.active span:nth-child(3){
    width: 50%;
    margin-right: auto;
    /* background-color: var(--bg-blue); */
}

/* side menu */

#sidebar {
    width: 280px;
    position: fixed;
    top: 0px;
    left: -290px;
    height: 100%;
    z-index: 1035;
    background:  var(--color4);
    color: #fff;
    transition: all 0.3s ease-in-out;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    display: none;
}
#sidebar::-webkit-scrollbar{
    display: none;
}

#sidebar {
    width: 280px;
    position: fixed;
    top: 0px;
    left: -290px;
    height: 100%;
    z-index: 1035;
    background: #ffffff;
    color: #525252;
    transition: all 0.3s ease-in-out;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    display: none;
}

#dismiss{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    right: 10px;
    top: 10px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 1;
}

#dismiss:hover{
    transform: rotate(90deg);
    border-radius: 50%;
}

#dismiss .closes{
    position: absolute;
    width: 17px;
    height: 1.9px;
    background-color: #ffffff;
    display: inline-block;
    transition: all 0.3s;
}

#dismiss:hover .closes{
   background-color:  var(--color5);
}

#dismiss .closes:nth-child(1){
    transform: rotate(45deg);
}

#dismiss .closes:nth-child(2){
    transform: rotate(135deg);
}

#sidebar.active {
    left: 0;
    opacity: 1;
    visibility:visible;
}

.rp-icon-m{
    background-color: #ffffff;
    padding: 24px 0;
    position: sticky;
    top: 0;
    z-index: 1;
}

.rp-icon-m img{
    width: 141px;
    display: block;
    margin: auto;
}

.slidemenu ul{
    margin-top: 20px;
    padding: 0 25px;
    list-style: none;
}

.slidemenu ul p{
    color: #1f294a;
    font-weight: 500;
    margin: 0 0 0px 0;
    font-size: 12px;
    padding: 1px 5px;
    border-bottom: 1px solid #e9e9e9;
    width: fit-content;
}

.slidemenu li{
    margin: 10px 0;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}

.slidemenu a{
    padding: 7px 5px;
    display: block;
    text-decoration: none;
    color: #525252;
    position: relative;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
    font-family: var(--font2);
}

.slidemenu li a.active,
.slidemenu li a:hover{
    opacity: 1;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1034;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    top:0;
    cursor: pointer;
    margin: 0  !important;
    display: none;
}

.overlay.active {
    visibility:visible;
    opacity: 1;
}

.menu-bar-social.sfbdnbs{
    justify-content: flex-start;
}

.menu-bar-social.sfbdnbs li{
    width: fit-content;
    border: none;
}

.menu-bar-social.sfbdnbs li a{
    margin-left: 0;
    margin-right: 13px;
}
/* header */

/* footer */

.copy-right{
    font-size: 13px;
    font-family: var(--font1);
    color: var(--color1);
    margin: 0;
}

.footer-top-bar-ul{
    flex-direction: column;
    padding: 0 10px;
    margin-top: 15px;
}

.footer-top-bar-ul li{
    margin-bottom: 10px;
}

.footer-top-bar-ul li .nlb{
    margin-bottom: 10px;
    margin-left: 0;
    align-items: start;
}

.footer-top-bar-ul li .nlb .fa-icon-bx{
    flex: 0 0 20px;
    width: 20px;
    /* border: 1px solid red; */
    height: fit-content;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.footer-menu-bar{
    padding: 15px 0;
}

.footer-heding{
    font-family: var(--font2);
    font-size: 19px;
    color: var(--color1);
    font-weight: 700;
    margin-bottom: 20px;
}

.address-list .footer-heding{
    border-top: 2px dashed lightgray;
    padding-top: 25px;
}

.address-list:nth-child(1) .footer-heding,
.address-list:nth-child(2) .footer-heding,
.address-list:nth-child(3) .footer-heding{
    border-top: none;
    padding-top: 0px;
}

.footer-bar-ul{
    flex-direction: column;
    align-items: flex-start;
}
.footer-bar-ul li a{
    font-size: 16px;
    font-weight: 500;
    margin-right: 0;
    padding-left: 24px;
    padding: 4px 0 4px 27px;
    display: flex;
    opacity: 1;
}

.footer-bar-ul li a:hover{
    padding: 4px 0 4px 40px;
}

.footer-bar-ul li a.active{
    padding: 4px 0 4px 27px;
    color: var(--color4);
}

.footer-bar-ul li a::after{
    top: 50%;
    bottom: inherit;
    transform: translatey(-50%);
    opacity: 1 !important;
    visibility: visible !important;
    width: 1rem !important;
    height: 2px;
    background-color: var(--color5);
}

.footer-bar-ul li a:hover::after{
    width: 2rem !important;
}

.footer-bar-ul li a.active::after{
    width: 1rem !important;
    background-color: var(--color4);
}

.footer-blog-ul{
    padding: 0;
}

.footer-blog-ul li{
    display: flex;
    padding: 20px 0;
    border-bottom: 2px solid #c9e2f8;
}

.footer-blog-ul li:last-child{
    border: none;
}

.footer-blog-ul li .footer-blog-img{
    width: 120px;
    height: 80px;
    border-radius: 10px;
    flex: 0 0 120px;
    overflow: hidden;
    margin-right: 10px;
}

.footer-blog-ul li .footer-blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.4s ease-in-out;
}
.footer-blog-ul li .footer-blog-img img:hover{
    transform: scale(1.1);
}

.footer-blog-ul li .footer-blog-text p{
    margin: 5px 0;
    font-size: 16px;
    color: var(--color1);
    font-weight: 500;
    font-family: var(--font2);
    transition: all 0.4s ease-in-out;
}

.footer-blog-ul li .footer-blog-text p:hover{
    color: var(--color4);
}

.footer-blog-ul li .footer-blog-text span{
    color:#677784;
    font-size: 13px;
    font-family: var(--font2);
    font-weight: 500;
    margin-right: 5px;
}

.footer-blog-ul li .footer-blog-text span .fa{
    color: var(--color4);
    font-size: 14px;
    margin-right: 5px;
}

/* footer */


/* home page */
.commun-hed{
    color: var(--color1);
    font-family: var(--font2);
    font-weight: 700;
}
.commun-hed .commun-hed-c{
    color: var(--color4);
    border-bottom: 3.5px solid var(--color4);
}

.font-size-home-s{
    font-size: 4rem;
}

.home-f-section{
    min-height: 50vh;
}

.home-p-text{
    font-family: var(--font1);
    font-size: 19px;
    color: var(--color1);
    margin: 30px 0;
    padding-left: 30px;
    border-left: 5px solid var(--color4);
}

.home-input{
    width: 80%;
    margin: auto;
    position: relative;
}

.home-input input{
    width: 100%;
    height: 51px;
    border-radius: 50px;
    padding: 0 50px 2px 20px;
    border: 2px solid #c9e2f8;
    transition: all 0.4s ease-in-out;
    color: var(--color1);
}

.home-input input:hover{
    border: 2px solid var(--color4);
}

.home-input input:focus{
    border: 3px solid var(--color4);
}

.home-input span{
    position: absolute;
    top: 5.5px;
    right: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: var(--color5);
    font-size: 16px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.home-input span:hover{
    color: white;
    background-color: var(--color4);
}

.home-right-section{
    position: relative;
    min-height: 80vh;
}

.hrs-img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.f-img{
    width: 230px;
    height: 230px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 40px;
    left: 5%;
}
.t-img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 190px;
    right: 20%;
}
.th-img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 352px;
    left: 23%;
}
.fo-img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 23%;
}

.shape-fill{
    fill: #F5FCFF;
    stroke: #F5FCFF;
}
.shape-fill.bottom{
    transform: rotateX(180deg);
    transform-origin: center;
}

.bg-color{
    background-color:#F5FCFF;
}

.font-size-s-hed{
    font-size: 40px;
}

.font-size-s-hed{
    font-size: 32px;
}

.section-hedings p{
    font-family: var(--font1);
    font-size: 16px;
    color: var(--color1);
    margin-top: 20px;
    margin-bottom: 0;
}
.section-hedings.other-pages p{
    font-size: 16px;
}


.wel-sec{
    background: white;
    padding: 3rem 2rem;
    border-radius: 2rem;
    box-shadow: 0 0 0.5rem 0 #c9e2f899;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.wel-sec:hover{
    border-color: white;
    box-shadow: 0 0 0.5rem 0.2rem #c9e2f8;
}
.wel-sec img.about-img-wel-sec{
    width: 130px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

.wel-sec h4{
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: var(--color1);
    margin-bottom: 20px;
}

.wel-sec p{
    text-align: center;
    margin: 0;
    color: var(--color1);
}
.wel-sec.wel-medel h4{
    font-size: 20px;
}

.wel-sec .svg-bx svg{
    width: 40px;
    margin: 0 auto 16px;
    display: block;
    position: relative;
    fill: #494949;
    z-index: 1;
}

.wel-sec .svg-bx{
    position: relative;
    width: fit-content;
    margin: auto;
}

.wel-sec .svg-bx::after{
    content: "";
    width: 40px;
    height: 40px;
    background-color: var(--color6);
    opacity: 0.7;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -10px;
    transition: all 0.4s ease-in-out;
}

.wel-sec:hover .svg-bx::after{
    opacity: 1;
}

.wel-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin:0 auto 16px;

}
.wel-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cus-btn{
    border: 2px solid var(--color4);
    color: var(--color4);
    background: transparent;
    font-weight: 600;
    font-family: var(--font2);
    font-size: 1rem;
    border-radius: 2rem;
    position: relative;
    transition: all 0.4s ease-in-out;
    height: 2.75rem;
    line-height: calc( 2.75rem - 4px);
    padding: 0 1rem;
    margin: 20px auto 0;
    display: block;
    width: fit-content;
}

.cus-btn:hover{
    color: white;
    background: linear-gradient(to bottom, var(--color4), var(--color6));
    border-color: white;
    transition: all 0.4s ease-in-out;
}

.event-img img{
    width: 85%;
    margin:30px auto 0;
    display: block;
}

.event-bx{
    background: white;
    padding: 3rem;
    border-radius: 2rem;
    box-shadow: 0 0 0.5rem 0 #c9e2f899;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    height: 250px;
}
.event-bx:hover{
    border-color: white;
    box-shadow: 0 0 0.5rem 0.2rem #c9e2f8;
}


.owl-prev,
.owl-next{
    width: 40px !important;
    height: 40px !important;
    border: 2px solid var(--color4) !important;
    background-color: transparent !important;
    border-radius: 50% !important;
    font-size: 24px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.4s ease-in-out;
    color:  var(--color4) !important;
}

.owl-nav{
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 16px;
    bottom: -50px;
}

.owl-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.owl-next .fa{
    position: relative;
    left: 2px;
    bottom: 1px;
}

.owl-prev .fa{
    position: relative;
    right: 2px;
    bottom: 1px;
}

.owl-prev:hover,
.owl-next:hover{
    background-color: var(--color4) !important;
    color: white !important;
    transform: scale(1.1);
}

.owl-stage{
    padding: 16px 0;
}

.courses-bx{
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.5rem 0 #c9e2f899;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    overflow: hidden;
}
.courses-bx:hover{
    box-shadow: 0 0 0.5rem 0.2rem #c9e2f8;
}

.img-down-var{
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--color4);
    transition: all 0.4s ease-in-out;
}
.courses-bx:hover .img-down-var{
    background-color: var(--color6);
}

.courses-text{
    padding: 15px 20px;
}

.co-time{
    padding: 5px 0 15px 0;
    border-bottom: 2px solid #c9e2f8;
}
.co-time .co-time-icon{
    font-size: 14px;
    color: #677784;
    font-family: var(--font2) !important;
    margin-right: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.co-time .co-time-icon .fa{
    font-size: 18px;
    color: var(--color4);
    margin-right: 8px;
}

.co-time .co-time-icon .code-name{
    font-size: 18px;
    color: var(--color6);
    font-weight: 600;
}

.courses-text a h5{
    font-size: 16px;
    color: var(--color1);
    font-weight: 600;
    margin: 14px 0 0;
    line-height: normal;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
}

.courses-text a h5:hover{
    color: var(--color4);
}

.courses-text p{
    font-size: 14px;
    color: var(--color1);
    font-weight: 400;
    font-family: var(--font2);
    margin: 8px 0 0px;
}
.courses-text span.sub-heding{
    font-size: 14px;
    color: grey;
    /* margin: 0px 0 5px; */
    display: block;
}

.co-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    display: none;
}

.co-bottom-icon{
    display: flex;
    justify-content:flex-start;
    align-items: center;
    color: var(--color1);
    font-family: var(--font1);
    font-size: 14px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
.co-bottom-icon:hover{
    color: var(--color4);
}

.co-bottom-icon img{
    width: 25px !important;
    height: 25px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.co-bottom-pri{
    font-size: 17px;
    color: var(--color4);
    font-family: var(--font2) !important;
    font-weight: 600;
    display: none;
}

.slier-btn{
    margin: 0px;
}


.teacher-bx a{
    display: flex;
    overflow: hidden;
    border-radius: 0.5rem;
    position: relative;
}
.teacher-bx a img{
    width: 100%;
    transition: all 0.4s ease-in-out;
}
.teacher-bx a img:hover{
    transform: scale(1.075);
}

.teacher-bx .teacher-social{
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 3rem;
    background: linear-gradient(180deg, var(--color4), var(--color6));
    z-index: 99;
    text-align: center;
    border-radius: 2rem;
    height: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.teacher-bx .teacher-social:hover{
    height: 9.5rem;
}

.teacher-bx .teacher-social a{
    color: white;
    width: 3rem;
    height: 3rem;
    display: flex;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    flex: 0 0 3rem;
}
.teacher-bx .teacher-social a.social-links-i{
    height: 2rem;
    flex: 0 0 2rem;
    width: 2rem;
}

.teacher-bx h6{
    font-size: 20px;
    font-weight: 600;
    color: var(--color1);
    text-align: center;
    margin: 12px 0 3px;
}
.teacher-bx p{
    font-size: 14px;
    font-weight: 600;
    color: var(--color5);
    text-align: center;
    font-family: var(--font1);
    margin: 0;
}

.join-us-section{
    background: linear-gradient(90deg, var(--color9), var(--color6));
    border-radius: 2rem;
    padding: 3rem 2rem 3rem 3rem;
}

.join-us-section h1{
    color: white;
    font-size: 30px;
    font-weight: 700;
}
.join-us-section p{
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.form-groups input{
    border: none;
    padding: 10px 15px;
    border-radius: 25px;
    margin: 16px 0 0px;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.form-groups.contact-form-bx textarea,
.form-groups.contact-form-bx input{
    border: 2px solid #c9e2f8;
}

.form-groups.contact-form-bx input:focus,
.form-groups.contact-form-bx textarea:focus,
.form-groups.contact-form-bx input:hover,
.form-groups.contact-form-bx textarea:hover{
    border: 2px solid var(--color4);
}

.form-groups textarea{
    border: none;
    padding: 13px 15px;
    border-radius: 15px;
    margin: 16px 0 16px;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.submit-btn{
    display: inline-block;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--font2);
    background: var(--color5);
    line-height: 1rem;
    padding: .75rem 1rem;
    position: relative;
    border-radius: 1rem;
    transition: all 0.4s ease-in-out;
    border: 2px solid var(--color5);
    width: fit-content;
    margin: auto;
}
.submit-btn:hover{
    color: white;
    background: var(--color4);
    border: 2px solid var(--color4);

}

.special-class{
    margin-top: -13%;
    position: relative;
    margin-bottom: 36px;
}


.img-gallery a{
    display: block;
    overflow: hidden;
    border-radius: 1rem;
    margin-bottom: 20px;
    position: relative;
}

.img-gallery a::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    background: linear-gradient(to bottom, var(--color7), var(--color8));
}

.img-gallery a:hover::after{
    opacity: 1;
}

.img-gallery img{
    width: 100%;
   
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.img-gallery a:hover img{
    transform: scale(1.050);
}

.small-bots-1{
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    /* background-color: var(--color4); */
    background: -webkit-linear-gradient( 
-90deg, #ff0000, #0049d3);
    background: -o-linear-gradient(-90deg, #ff0000, #0049d3);
    background: -moz-linear-gradient(-90deg, #ff0000, #0049d3);
    background: linear-gradient( 
-90deg, #ff0000, #0049d3);
    position: absolute;
    right: 26%;
    top: 59%;
    opacity: 0.8;
    overflow: hidden;
}

.small-bots-2{
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(to bottom, var(--color4), var(--color6));
    position: absolute;
    right: 29%;
    top: 19%;
    opacity: 0.8;
}

.small-bots-3{
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--color6);
    position: absolute;
    right: 66%;
    top: 38%;
    opacity: 0.8;
}

.small-bots-4{
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(to bottom, var(--color4), var(--color6));
    position: absolute;
    right: 56%;
    top: 80%;
    opacity: 0.8;
}

.small-bots-5{
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(to bottom, var(--color4), var(--color6));
    position: absolute;
    left: 0%;
    top: 32%;
    opacity: 0.8;
    z-index: 2;
}
.small-bots-6{
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(to bottom, var(--color4), var(--color6));
    position: absolute;
    right: 38%;
    top: 89%;
    opacity: 0.8;
    z-index: 2;
}
.small-bots-7{
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(to bottom, var(--color4), var(--color6));
    position: absolute;
    right: 58%;
    top: 90%;
    opacity: 0.8;
    z-index: 2;
}
.small-bots-8{
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(to bottom, var(--color4), var(--color6));
    position: absolute;
    left: 7%;
    top: 12%;
    opacity: 0.8;
}
.small-bots-9{
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(to bottom, var(--color4), var(--color6));
    position: absolute;
    left: 8%;
    top: 70%;
    opacity: 0.8;
}

.small-bots-10{
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(to bottom, var(--color4), var(--color6));
    position: absolute;
    left: 7%;
    top: 12%;
    opacity: 0.8;
    z-index: 2;
}
.small-bots-11{
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(to bottom, var(--color4), var(--color6));
    position: absolute;
    left: 16%;
    top: 83%;
    opacity: 0.8;
    z-index: 2;
}
.small-bots-12{
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(to bottom, var(--color4), var(--color6));
    position: absolute;
    right: 8%;
    top: 70%;
    opacity: 0.8;
    z-index: 2;
}
.small-bots-13{
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(to bottom, var(--color4), var(--color6));
    position: absolute;
    right: 7%;
    top: 12%;
    opacity: 0.8;
    z-index: 2;
}
.small-bots-14{
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(to bottom, var(--color4), var(--color6));
    position: absolute;
    right: 16%;
    top: 83%;
    opacity: 0.8;
    z-index: 2;
}
.small-bots-15{
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(to bottom, var(--color4), var(--color6));
    position: absolute;
    left: 8%;
    top: 70%;
    opacity: 0.8;
    z-index: 2;
}
/* home page */

/* courses page */
.page-navagation-section{
    height: 180px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.navagation-link{
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
}

.navagation-link li{
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0 10px;
}

.navagation-link li{
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font2);
    color: var(--color1);
    text-transform: capitalize;
}

.navagation-link li a{
    color: var(--color1);
    transition: all 0.4s ease-in-out;
    position: relative;
    display: inline-block;
    font-family: var(--font2);
}

.navagation-link li:hover a{
    color: var(--color4);
}

.navagation-link li a::before{
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    background-color: var(--color5);
    border-radius: 50%;
    display: flex;
}

.page-heding{
    font-size: 40px;
    font-weight: 600;
    color: var(--color5);
    margin-top: 8px;
}

.counet-bc{
    text-align: center;
}

.counet-bc h6{
    font-size: 19px;
    color: white;
    font-weight: 500;
}

.counet-bc .statvalue{
    font-size: 41px;
    color: white;
    font-weight: 600;
    font-family: var(--font2);
    text-align: center;
}

.other-pages-ul{
    list-style: none;
}

.other-pages-ul li{
    font-size: 16px;
    color: var(--color1);
    position: relative;
    margin-bottom: 2px;
}
.other-pages-ul li img{
    width: 15px;
    position: absolute;
    top: 8px;
    left: -21px;
}

.about-page-img-bx img{
    width: 90%;
    margin: auto;
    display: block;
}

/* courses page */

.sitemap-link {
    margin-bottom: 8px;
}
.sitemap-link a{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-size: 16px;
    position: relative;
    padding: 5px 10px;
    color: var(--color1);
    font-family: var(--font2);
    font-weight: 400;
    transition: all 0.4s ease-in-out;
    width: fit-content;
}

.sitemap-link a:hover{
    color: var(--color4);

}

.sitemap-link a::before{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 10px;
    width: 0rem;
    height: 4px;
    background-color: var(--color6);
    border-radius: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;

}
.sitemap-link a:hover::before{
    opacity: 1;
    visibility: visible;
    width: 2rem;

}

.sitemap-link a .fa{
    transition: all 0.3s;
}
.sitemap-link a:hover .fa{
    margin-right: 0px;
    transition: all 0.3s;
}


.sitemap-link a .fa-angle-double-right{
    visibility: hidden;
    transform: scale(0);
    transition: all 0.3s;
    width: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.sitemap-link a:hover .fa-angle-double-right{
    visibility: visible;
    transform: scale(1);
    transition: all 0.3s;
    width: 18px;
}


/*------ Porfolio  ------------------------------------------------*/
.gallery-items {
	width:100%;
	position:relative;
}
.grid-item-holder {
	float:left;
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
    border-radius: 7px;
}

.gallery-item{
	width: 20%;
	position:relative;
	float:left;
    padding: 10px;
}

.gallery-item img{
	width: 100%;
	height: auto;
	position:relative;
	z-index:1;
}

.grid-det {
	background:#f9f9f9;
	padding:18px 10px;
	text-align:left;
	border:1px solid #eee;
	border-top:none;
	box-sizing:border-box;
	overflow:hidden;
}
.grid-det h3 {
    font-weight: 700;
    font-size: 16px;
    float: left;
    width: 100%;
    position: relative;
    padding: 0px 10px 0px 10px;
    z-index: 2;
    color: var(--color4);
}

.grid-det span {
	font-family: var(--font2);
	font-style:italic;
	color: #999;
	float:left;
	padding-left:30px;
	position:relative;
	z-index:2;
}

.grid-det i {
	font-size:76px;
	color:#eee;
	position:absolute;
	bottom:-15px;
	right:10px;
 	-webkit-transform:   rotate(35deg);
    -moz-transform:   rotate(35deg);
    transform:   rotate(35deg);
	z-index:1;
}

.box-item {
	overflow:hidden;
    position: relative;
}

/* .box-item a {
    position: relative;
} */

.box-item a::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    background: linear-gradient(to bottom, var(--color7), var(--color8));
    z-index: 1;
}

.box-item a:hover::after {
    opacity: 1;
}

.g-icon-bx{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-30%, -50%);
    z-index: 5;
    color: white;
    background-color: var(--color6);
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.img-gallery a:hover .g-icon-bx,
.box-item a:hover .g-icon-bx{
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    color: white;
}

.fl-wrap{
    position: relative;
    overflow: hidden;
}

.whatapp-new-icon{
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 23px;
    right: 95px;
    z-index: 99;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
}

.vsbrsrbryj{
    width: 57% !important;
    position: absolute;
    bottom: 20%;
    left: 20%;
    z-index: 1;
}
.vsbrsrbryj.vibdiuvsr{
    bottom: 31%;
    left: 29%;
}
.vsbrsrbryj.fbtnryjnyj{
    bottom: 30%;
}

.vsdbdf{
    position: absolute;
    bottom: 0px;
    left: 21%;
    width: 66% !important;
    z-index: 2;
}
.vsdbdf.sfbdvsrub{
    position: absolute;
    bottom: 0px;
    left: 13%;
    width: 66% !important;
    z-index: 2;
}
.vsdbdfbfbd{
    position: relative;
    bottom: 0px;
    left: 0%;
    width: 90% !important;
    height: 90% !important;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}


.mede-with{
    padding: 10px;
    font-size: 13px;
    text-align: center;
    width: fit-content;
    color: var(--color1);
    margin: 0;
}

.mede-with a{
    color: currentColor;
}

.mede-with a:hover{
    color: #f83532;
}


.icons-box-made{
    /* border: 1px solid red; */
    width: 14px;
    height: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 2px;
}
.icons-box-made .fa-heart,
.icons-box-made .fa-heart-o{
    position: absolute;
}

.mede-with .fa-heart-o{
    font-size: 12px;
    transition: all 0.3s;
    opacity: 1;
}

.mede-with .fa-heart{
    font-size: 13px;
    transition: all 0.3s;
    opacity: 0;
    transform: scale(0);
}

.mede-with:hover .fa-heart-o{
    opacity: 0;
}

.mede-with:hover .fa-heart{
    opacity: 1;
    color: red;
    transform: scale(1);
}


.join-us-section p.demo-lecture{
    color: white;
    font-size: 16px;
    margin: 0;
    margin: 16px 0 0 0;
    text-align: center;
}

.join-us-section p.vdjbvks{
    margin: 8px 0 0 0;
}

.join-us-section p.vdjbvks a{
    color: white;
    transition: all 0.4s ease-in-out;
    font-weight: 600;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 2px;
}

.join-us-section p.vdjbvks a:hover{
    background: hsla(208, 79%, 35%, 0.8);
    color: white;
}

.vbgeiuv{
    margin-top: 0;
    margin-bottom: 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 0;
    height: auto;
    line-height: normal;
    opacity: 0.8;
}

.vbgeiuv:hover{
    background-color: transparent;
    background: transparent;
    border-color:var(--color4);
    color: var(--color4);
    opacity: 1;
}

.vbsukvbsurv{
    max-width: 768px;
    margin: auto;
}


.freanchise-txt-ul{
    margin: 0;
    padding: 0px 0 0 22px;
    list-style: none;
}

.freanchise-txt-ul li{
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
}

.freanchise-txt-ul li img{
    width: 14px;
    position: absolute;
    top: 6px;
    left: -21px;
}

.freanchise-txt-ul li span{
    font-weight: 600;
    color: var(--color2);
}

.freanchise-txt-ul li p{
    margin-bottom: 2px;
    font-size: 13px;
    /* color: #5b5b5b; */
    font-weight: 600;
    margin-top: 2px;
}

.fees-bx{
    font-size: 14px;
    text-align: center;
    background: white;
    width: fit-content;
    margin: auto;
    padding: 16px 20px;
    border-radius: 5px;
    box-shadow: 0 0 24px #e5f7ff;
    margin-top: 24px;
    margin-bottom: 24px;  
}

.fees-bx p{
    margin: 8px 0;
    color: var(--color1);
    text-transform: capitalize;
}

.fees-bx p span{
    font-weight: 600;
    color: var(--color2);
}

.w-500{
    display: none;
}

.phonecall{
    color: 	hsla(142, 70%, 49%, 0.8);
    font-weight: 600;
    margin: 0 3px;
    margin-top: 5px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid transparent;
}
.phonecall:hover{
    color: 	#25d465;
    border-bottom: 1px solid currentColor;
}

.whatapap-call{
    color: hsla(208, 79%, 35%, 0.8);
    font-weight: 600;
    margin: 0 3px;
    margin-top: 5px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid transparent;
}
.whatapap-call:hover{
    color: #135ea0;
    border-bottom: 1px solid currentColor;
}

.phonecall .fa,
.whatapap-call .fa{
    margin-right: 5px;
}


.fees-d table thead{
    background-color: var(--color9);
    border-color: var(--color9);
    color: white;
}

.fees-d table thead tr th{
    font-family: var(--font2);
    font-weight: 500;
    font-size: 15px !important;
    white-space: nowrap;
}

.fees-d table thead tr th span{
    font-family: var(--font1);
}

.fees-d table tbody tr td,
.fees-d table tbody tr th{
    font-family: var(--font2);
    font-size: 15px !important;
}

.fees-d table tbody tr td span,
.fees-d table tbody tr th span{
    font-family: var(--font1);
}




.ab-team-img{
    height: 200px;
    width: 200px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
    position: relative;
    transform-style: preserve-3d;
    cursor: pointer;
    transition: transform 0.5s;
  }
  
  .ab-team-img img{
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    transition: all 1s;
  }
  
  .ab-team-img .ab-overlay{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000000;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    transform: rotateX(180deg);
    transform-origin: top;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  .ab-team-img .ab-overlay a{
    padding: 10px;
    color: rgba(255, 255, 255, 0.70);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin: 0 2px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  
  .t-details-bx{
      color: black;
      margin-bottom: 40px;
  }
  .t-details-bx h6{
    font-size: 15px;
    border-bottom: 1px solid black;
    padding-bottom: 2px;
    width: fit-content;
    white-space: nowrap;
    margin: auto;
  }
  .t-details-bx p{
    font-size: 12px;
    text-align: center;
    margin-top: 4px;
  }
  
  .ab-team-img .ab-overlay a:hover{
    color: white;
  }
  
  .ab-team-img:hover .ab-overlay{
    transform: rotateX(0deg);
    background-color: #00000085;
  }
  .ab-team-img:hover img{
    transform: scale(1.05);
  }  