body{
    font-family: "Ubuntu Sans", sans-serif !important;
    color: #000000;
    overflow-x: hidden;
}
html{
    overflow-x: hidden;
}
.ovhidden{
    overflow: hidden;
}


a{
  color: #313131;
  text-decoration: none !important;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
    font-weight: 500;
}
a:hover{
  text-decoration: none !important;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
}


ul{
  padding-left: 0px; 
  list-style-type: none;
  margin: 0
}
img{
    display: block;
  max-width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

img.loadimg{
    opacity: 0;
    transform: scale(.95);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
img.loadimg.fade{
    opacity: 1.0;
    width: 100%;
    transform: scale(1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

button{
    border: none;
    cursor: pointer;
    outline: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.h1, .h2, .h3, h1, h2, h3{
    font-weight: 600;
    color: #201E20;
}
.h4, .h5, .h6, h4, h5, h6{
    font-weight: 600;
    line-height: 1.4;
    color: #201E20;
}

.text-justify{
    text-align: justify;
}
@media(min-width: 1366px){
.cmpad{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
}
@media(max-width: 1366px){
.cmpad{
  padding-left:80px;
  padding-right:80px;
}
}
@media(max-width: 991px){
.cmpad{
  padding-left:40px;
  padding-right:40px;
}

}
@media(max-width: 767px){
.cmpad{
  padding-left:15px;
  padding-right:15px;
}

}
@media(max-width: 575px){
html{
  font-size: 90%;
}

}





@media(max-width: 767px){
.h1, h1{
    font-size: 2.2rem;
}
.h2, h2{
    font-size: 1.75rem;
}
}
@media(max-width: 575px){
.h2, h2{
    font-size: 1.5rem;
}
.h1, h1{
    font-size: 2rem;
}
}



@media(min-width:768px){
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-track{background-color:#eee}
::-webkit-scrollbar-thumb{background-color:#3a3a3a}
::-webkit-scrollbar-thumb:hover{background-color:#444}
}

.custscroll::-webkit-scrollbar,.custscroll::-webkit-scrollbar-thumb{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscroll::-webkit-scrollbar-track{background:transparent}
.custscroll:hover::-webkit-scrollbar-thumb{background-color:#ccc}
.custscroll::-webkit-scrollbar-thumb:hover{background-color:#999}


.custscrollA::-webkit-scrollbar{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscrollA::-webkit-scrollbar-track{background:transparent}
.custscrollA::-webkit-scrollbar-thumb{background-color:#2f2583;border-radius: 6px;}
.custscrollA::-webkit-scrollbar-thumb:hover{background-color:#2f2583}


p{
    margin-top: 0;
    color: #313131;
    font-size: 1rem;
    font-weight: 400;
}


.flexVcenter{
    display: flex;
    flex-flow: wrap;
    align-content: center;
}
.newssec .flexVcenter{
    padding-bottom: 32px;
}


@keyframes moveRight{
    0%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    50%{
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveLeft{
    0%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    50%{
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveDown{
    0%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50%{
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveUp{
    0%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50%{
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
    100%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*PULSE*/
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}



.btn{
    padding: 10px 15px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
}
.mybtn-primary {
    position: relative;
    color: #613195;
    background: #fff;
    font-size: 1rem;
    padding: 5px 5px 5px 20px;
    border: 1px solid transparent;
    overflow: hidden;
    min-width: 128px;
    z-index: 1;
    display: flex;
    gap: 15px;
    height: 53px;
    align-items: center;
}
.mybtn-primary span{
    background: #613195;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
}
.mybtn-primary span img{
    filter: brightness(0) invert(1);
  }

  .mybtn-primary:hover{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
  }
  .mybtn-primary:hover span{
    background: #ffffff;
  }
.mybtn-primary:hover span img{
    filter: none;
  }


  .mybtn-secondary {
    position: relative;
    color: #613195;
    font-size: 1rem;
    padding: 5px 5px 5px 20px;
    background: transparent;
    border: 1px solid #613195;
    overflow: hidden;
    min-width: 128px;
    z-index: 1;
    display: flex;
    gap: 15px;
    height: 53px;
    align-items: center;
}
.mybtn-secondary span{
    background: #613195;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
}
.mybtn-secondary span img{
    filter: brightness(0) invert(1);
  }
  .mybtn-secondary:hover{
    border: 1px solid transparent;
    background: #613195;
    color: #fff;
  }
  .mybtn-secondary:hover span{
    background: #ffffff;
  }
.mybtn-secondary:hover span img{
    filter: none;
  }




.mybtn-third {
    position: relative;
    color: #ffffff;
    font-size: 1rem;
    padding: 5px 5px 5px 20px;
    background: transparent;
    border: 1px solid #fff;
    overflow: hidden;
    min-width: 128px;
    z-index: 1;
    display: flex;
    gap: 15px;
    height: 53px;
    align-items: center;
}
.mybtn-third span{
    background: #613195;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
}
.mybtn-third span img{
    filter: brightness(0) invert(1);
  }
  .mybtn-third:hover{
    border: 1px solid transparent;
    background: #613195;
  }
  .mybtn-third:hover span{
    background: #ffffff;
  }
.mybtn-third:hover span img{
    filter: none;
  }


  .mybtn-fill {
    position: relative;
    color: #ffffff;
    background: #613195;
    font-size: 1rem;
    padding: 5px 5px 5px 20px;
    border: 1px solid transparent;
    overflow: hidden;
    min-width: 128px;
    z-index: 1;
    display: flex;
    gap: 15px;
    height: 53px;
    align-items: center;
}
.mybtn-fill span{
    background: #ffffff;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
}


  .mybtn-fill:hover{
    border: 1px solid #613195;
    background: transparent;
    color: #613195;
  }
  .mybtn-fill:hover span{
    background: #613195;
  }
.mybtn-fill:hover span img{
    filter: brightness(0) invert(1);
  }


.clr-gld{
    color: #f9a91e;
    font-size: 1.3rem;
    font-weight: 600;
}





.morebtn{
   font-size: 1rem;
    color: #613195;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.morebtn span{
    width: 22px;
    height: 22px;
    background: transparent;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.morebtn:hover span{
    background: #613195;
}
.morebtn:hover span img{
    width: 9px;
    filter: brightness(0) invert(1);
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}






.btn.center{
    display: table;
    margin: auto;
}

.mybtn-group{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin: -5px;
}
.mybtn-group .mybtn-primary,
.mybtn-group .mybtn-secondary,
.mybtn-group .mybtn-third,
.mybtn-group .white-outline{
    margin: 5px;
}
.white-outline{
    border:1px solid #fff;
    color: #fff;
    background-color: transparent;
    opacity: .75;
}
.white-outline:hover{
    opacity: 1;
    background: #fff;
}


.posrel{
    position: relative;
}

@media(max-width:575px){
.btn{
    font-size: .875rem;
}
}





/*---------------------------------------*/
/*::::::::::::::::HEADER:::::::::::::::::*/
/*---------------------------------------*/
header{
        background-color: #a7474700;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /* height: 81px; */
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
header.sticky{
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    background: #016795;
    border-bottom: 0px solid transparent;
}
header.sticky .headmain{
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
    padding: 0;
    background: transparent;
}

header.sticky .headmain .logocol{
    width: 200px;
    padding: 5px 0;
    -webkit-transition: all .3s linear;
}


header.sticky .headmain .menucol{
margin-top: 0px;
}

header .hedtop-full{
    background: #42BEED;
}
header .headtop{
    height: 30px;
    display: flex
;
    border-bottom: none;
    background: #12296c;
}
.sticky .headtop{
display: none!important;
height: 0;
}
header .headtop .hedtop1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
header .headtop .topmenu{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: 500;
    align-content: center;
}
header .headtop .topmenu li a{
    color: #fff;
    cursor: pointer;
    font-size: 0.875rem;
}
header .headtop .topmenu li a:hover{
    color: #d2fbf4;
}
header .headtop .topmenu li a img{
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}
header .headtop .topmenu .topmenumail{
    padding-right: 10px;
    border-right: 1px solid #ffffff17;
}
header .topmenuli{
    padding-right: 15px;
    border-right: 1px solid #ffffff29;
}


header.sticky .hedtop-full{
    margin-top: 0px;
    height: 0;
    -webkit-transition: all .3s linear;
}



header .headmain{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    align-items: center;
    padding-top: 10px;
    padding: 10px 0;
}
header .headmain .logocol{
    width: 202px;
    display: flex;
    align-items: center;
    z-index: 1;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
/* header.sticky .headmain .logocol{
    width: 200px;
    margin-top: 0;
} */
header .headmain .logocol a{
    display: flex;
    width: 100%;
}
header .headmain .logocol a img{
    width: 100%;
}
header .headmain .logocol .innerlgo{
    display: none;
}
.innerbtn{
    display: none;
}

/* header.sticky .headmain .logocol a img{
    height: 50px;
} */
header .headmain .menucol{
       flex: 1 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    gap: 8px;
    
}
.menuog{
    display: flex;
    align-items: center;
    gap: 15px;
}
.menutp{
        display: flex;
    gap: 20px;
}
.menutp p{
    color: #ffffff;
    font-weight: 400;
    font-size: 0.875rem;
    margin-bottom: 0px;
}
.menutp a{
color: #ffffff;
    font-weight: 400;
    font-size: 0.875rem;
}
    
header .headmain .menucol .mainmenu{
    display: flex;
    align-items: center;
    height: 100%;
}

header .megamenu{
    height: 100%;
    flex: 1 0 auto;
    margin: 0 10px;
       
}

header .normalmenu{
    position: relative;
}
header .megamenu a.mainli{
        display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1rem;
    position: relative;
    color: #ffffff;
}


header .megamenu button.mainli{
    display: flex;
    align-items: center;
    font-weight: 400;
    position: relative;
}

header .megamenu .megalist{
padding: 30px 30px;
}

header .megamenu .megalist li a {
   display: flex
;
   
        font-weight: 500;
    font-size: 0.98rem;
    color: #313131;
    align-items: center;
    gap: 7px;
}
header .megamenu .megalist li{
 padding: 8px 4px;
}
header .megamenu .megalist li:hover a{
   color: #613195;
    animation: MoveUpInitial 0.15s forwards, MoveUpEnd 0.15s forwards 0.15s;
}

header .megamenu .menuspn:hover a.mainli{
    color: #ffffffc8;
    animation: MoveUpInitial 0.15s forwards, MoveUpEnd 0.15s forwards 0.15s;
}
.menuspn{
    overflow: hidden;
     height: 100%;
     display: block;
}
@keyframes MoveUpInitial {
	to {
		transform: translate3d(0,-105%,0);
	}
}

@keyframes MoveUpEnd {
	from {
		transform: translate3d(0,100%,0);
	}
	to {
		transform: translate3d(0,0,0);
	}
}



header .megamenu.active a.mainli{
    color: #231F20;
}
header .megamenu-content {
    display: flex
;
    align-items: center;
    position: absolute;
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    left: 0;
    border: none;
    z-index: 99;
    height: 0;
    padding: 0 15px;
    overflow: hidden;
    box-shadow: 1px 5px 20px 0px #00726729;
    line-height: 1.4;
    border-radius: 30px;
}
header .normalmenu .megamenu-content{
    width: max-content;
    max-width: 463px;
    min-width: 200px;
}
header .megamenu:hover .megamenu-content {
    min-height: 280px;
    height: auto;
    align-items: flex-start;
    padding-top: 15px;
    animation-name: zoomIn;
    animation-duration: .4s;
    animation-iteration-count: 1;
}
header .normalmenu:hover .megamenu-content{
    padding: 0;
    /* padding-bottom: 5px; */
    min-height: auto;
    height: auto;
}
header .normalmenu .normlist{
    display: flex;
    flex-flow: column;
    font-size: .9rem;
    width: 100%;
}

header .normalmenu .normlist li a{
    color: #4f6b78;
    display: flex;
    padding: 8px 10px;
    border-bottom: 1px solid #0000000d;
}
header .normalmenu .normlist li a:hover{
    color: #000050;
}

header .iconmenulist li a {
    display: flex;
    gap: 10px;
    padding: 10px 10px;
    flex-direction: column;
    text-align: center;
}

header .iconmenulist li a img{
    opacity: 0.6;
    width: 24px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header .iconmenulist li a:hover img{
    scale: 0.9;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}



header .iconmenulist {
    display: flex;
    flex-flow: wrap;
    margin: 0;
    width: 100%;
}
.iconmenulist li{
    padding: 5px;
}
.iconmenulist li a {
    display: flex;
    color: #000000ad;
    font-size: .875rem;
    align-items: center;
    transition: .3s;
    /* justify-content: center; */
    border: 1px solid #0166952d;
    padding: 8px 15px;
    border-radius: 0.3rem;
}
.iconmenulist li a:hover {
    border: 1px solid #0167957a;
   color: #016795;
}


.headertab {
    display: flex;
    gap: 1rem;
    width: 100%;
    height: 100%;
}
.headertab .sec2 {
    width: 230px;
}
.headertab .sec1 {
    width: calc(100% - 230px);
}

.headertab .nav-link {
    font-size: 0.9rem;
    color: #333;
    position: relative;
}

.headertab .nav-link:hover{
    color: #016795;
}
.headertab .nav-pills .nav-link:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #f1bb00;
    left: -7px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: 0.3s;
}
.headertab .nav-pills .nav-link.active:after {
    opacity: 1;
}
.headertab .nav {
    border-left: 1px solid #eee;
    padding-left: 10px;
    min-height: 285px;
}
.headertab .nav-pills .nav-link.active {
    background-color: #f1bb00;
    color: #fff;
    border-radius: 0.3rem;
}

.headertab .megalist li {
    flex: 1 0 33.33%;
    max-width: 33.33%;
}




.sizeUp{font-size:110%!important;}
.sizeNormal{font-size:100%!important;}
.sizeDown{font-size:90%!important;}

.themebtn.active{
    background-color: #2a2a2a !important;
    color: #fff !important;
    border-color: #2a2a2a !important;
}

.bottom-nav{
    border-bottom: none!important;
}
.enquiry{
 display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;   
    margin-left: 10px;
    min-width: 140px;
}
.enquiry img{
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}

@media(max-width:1200px){
header .headmain .menucol .mainmenu{
    gap: 0;
}
header .megamenu{
    margin: 0 6px;
}
header .headmain .logocol{
    width: 150px;
}
}

@media(max-width:991px){
header .headtop{
    height: 36px;

}
header .megamenu button{
    background-color: transparent;
}
header .megamenu button img{
    width: 35px;
}
header.sticky .headtop{
    margin-top: 0px;
}
header .headmain .menucol{
            max-width: max-content;
}
header .megamenu{
    display: flex;
    align-items: center;
}

header.sticky .headmain .logocol{
    width: 100px;
}
header .headmain .menucol .menutop {
    width: 452px;
}
header .headmain .menucol .menutop{
    width: 452px;
}
}

@media(max-width:767px){
header .headtop .topmenu{
    display: none;
}
header .headtop{
    justify-content: center;
}
header .headmain .menucol .menutop{
    display: none;
}
}

@media(max-width:575px){
header .headmain .logocol{
    width: 125px;
}
header.sticky .headmain .logocol{
    width: 75px;
}
header .headtop .topsocial{
    display: none;
}

}



@media (min-width: 992px) {
    .header_resp {
        display: none;
    }
}
.header_resp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.cd-dropdown-trigger {
    padding: 0;
    border-radius: 0;
}
.cd-dropdown-trigger .fa {
    font-size: 22px;
    color: #069548;
}

.cd-dropdown .hdtop {
    background-color: #fff;
    border-color: #069548;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 75px;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    border-bottom: 1px solid #f1f1f1;
}
.cd-dropdown .hdtop .menuadmin {
    display: flex;
    width: 100%;
    height: 75px;
    background: #016795;
}
.cd-dropdown {
    background-color: rgba(0, 0, 0, 0.7);
}
.cd-dropdown > .cd-dropdown-content {
    width: 70%;
    right: 30%;
    background-color: #00567d;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.cd-dropdown-content {
    padding-top: 0;
}
.cd-dropdown-content ul {
    padding-top: 80px;
    background-color: #00567d;
}
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    color: #016795;
    border: none;
    border-bottom: 1px solid #ddd;
}
.cd-dropdown .cd-close {
    right: 1rem;
    top: 18px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 9;
    box-shadow: 6px 4px 15px rgba(0, 0, 0, 0.1);
    display: none;
}
.closebarz {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 70%;
    cursor: zoom-out;
}

@media (max-width: 575px) {
    .cd-dropdown > .cd-dropdown-content {
        width: 80%;
        right: 20%;
    }
    .closebarz {
        left: 80%;
    }
}

@media (max-width: 360px) {
    .closebarz {
        display: none;
    }
    .cd-dropdown > .cd-dropdown-content {
        width: 100%;
        right: 0;
    }
    .cd-dropdown .cd-close {
        display: block;
    }
}

.cd-dropdown .logo {
    max-width: 150px;
    margin: 5px auto;
}
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 15px;
}
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 38px;
    line-height: 38px;
    font-size: 0.875rem;
    border: none;
    margin: 8px;
    background-color: #fff;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.cd-dropdown-content a:hover,
.cd-dropdown-content ul a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: rgb(1 103 149);
}

.cd-dropdown-content a:hover img{
    filter: brightness(0) invert(1);
}
.cd-dropdown-content ul a:hover img{
       filter: brightness(0) invert(1); 
}


.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
    background: #016795;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.has-children > a:hover::before,
.has-children > a:hover::after,
.go-back a:hover::before,
.go-back a:hover::after {
    background-color: #ffffff;
}
.cd-dropdown-content a img {
    width: 22px;
    margin-right: 8px;
}
.cd-dropdown .cd-close::after,
.cd-dropdown .cd-close::before {
    background: #60606a;
    width: 1px;
    height: 15px;
}
.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
    height: 1px;
}
.has-children > a img.img-menu {
    max-width: 20px;
    margin-right: 10px;
}
.hdtop .upic {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    flex: 1 0 180px;
    max-width: 180px;
}
.hdtop .upic a {
    height: 100%;
    margin: 0;
    border-radius: 0;
    padding: 0;
}
.hdtop .upic a:hover {
    background-color: transparent;
}
.hdtop .upic img {
    display: block;
    width: 180px;
}
.menu-user {
    flex: 1 0;
    color: #f7f7f7;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    background-color: #094ca0;
    padding-left: 15px;
}
.menu-user .uname {
    font-size: 14px;
}
.menu-user span {
    display: block;
    line-height: 20px;
    font-size: 12px;
}

.menubtn img{
    width: 25px;
    background-color: transparent;
}


@media (max-width: 480px) {
    .menu-acc p {
        line-height: 5px;
        font-size: 10px;
    }
    .menu-user {
        width: calc(100% - 70px);
    }
    .menu-acc a {
        font-size: 0.65rem;
    }
}







@media(max-width:767px){
    header .headtop{
        display: none;
    }
}


@media (min-width: 992px) and (max-width: 1199px){
    header .cmpad {
        padding-left: 15px;
        padding-right: 15px;
    }
    header .megamenu {
        margin: 0 6px;
    }
    header .megamenu.active a.mainli{
        font-family: 0.800rem;
    }
    .megamenudonate a{
        min-width: 121px;
        max-width: 121px;
    }
    header .headmain{
        gap: 10px;
        
    }
    
}



@keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    50% {
      opacity: 1;
    }
  }



/*::::::::::::::::SIDEMENU:::::::::::::::::*/

.sidebar {
    width: 350px;
    max-width: calc(100% - 1rem);
    height: calc(100vh - 2rem);
    position: fixed;
    z-index: 999;
    border-radius: 1rem;
    top: 1rem;
    right: 1rem;
    background-color: rgba(255, 255, 255, 0.96);
   
    padding: 1rem;
    transform: translateX(calc(100% + 1rem));
    overflow-y: hidden;
   transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  .sidebar .sidelogo .logo {
    width: 150px;
    display: flex
;
}
  .sidebar.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    box-shadow: -15px 5px 20px rgb(0 0 0 / 10%);
  }
  .bgoverlay{
    content: '';
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: var(--green50);
    background: linear-gradient(90deg, rgb(35 158 95 / 0%) 0%, #158A8A 40%, #0572BC 100%);
    opacity: 0;
    cursor: zoom-out;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  .bgoverlay.active{
    width: 100%;
    opacity: .5;
  }
  
  .sidebar .sidecont{
    overflow: hidden;
    height: 100%;
    overflow-y: auto;
  }
  .sidebar .head{
    font-weight: 500;
    color: #333;
    font-size: 1rem;
  }
  .sidebar .head a{
    color: #333;
  }
  .sidebar .sidelist{
    display: flex;
    flex-direction: column;
  }
  
  .sidebar .sidelist a{
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    color: #333;
    font-weight: 400;
    border-radius: .5rem;
    border-bottom: 1px solid #61319538;
  }
  .sidebar .sidelist a:hover{
    color: #000;
  }
  .sidebar .sidelist a .icon img {
    filter: brightness(0) opacity(0.3);
    -webkit-filter: brightness(0) opacity(0.3);
  }
  .sidebar .sidelist a:hover .icon img{
    filter: brightness(0) opacity(0.75);
    -webkit-filter: brightness(0) opacity(0.75);
  }
  
  .sidebar .sidelist .toggle-arrow {
    position: absolute;
    right: 5px;
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/angledown.svg);
    background-size: contain;
    filter: brightness(0.5);
    display: block;
    transition: transform 0.3s ease-in-out;
  }
  .sidelist li.open > a .toggle-arrow {
    transform: rotateX(180deg); 
    -webkit-transform: rotateX(180deg); 
  }
  
  .sidebar .mobidrop {
    display: none;
    margin: 10px 0;
    padding: 0 15px;
    border-radius: .5rem;
    background: transparent;
    box-shadow: 0 10px 20px -15px rgb(0 0 0 / 20%);
  }
  .sidebar .sidelist li.open > .mobidrop {
    display: block;
  }

  .sidelogo {
    border-bottom: 1px solid #ddd;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}
  
.sidebar .nobg{
    padding: 10px;
    gap: 10px;
    align-items: center;
}
.sidebar .iconcard{
    display: flex;
    border: 1px solid #33333349;
    border-radius: 8px;
}
.sidebar .iconcard .icon {
margin-top: 0px;
    width: 30px;
    display: flex
;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin-bottom: 0px;
    border-radius: 50%;
    background: linear-gradient(45deg, #2F2583, #F27103);
    justify-content: center;
    align-items: center;
}

.sidebar .social {
  display: flex;
  gap: 10px;
}
.sidebar .social a {
  display: flex;
    width: 32px;
    height: 32px;
    background-color: #de6910;
    color: rgb(255 255 255 / 95%);
    /* border-radius: 50%; */
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    
    transition: 0.3s;
    border-radius: 50%;
    padding: 6px;
}
.sidebar .social a:hover {
  background-color: #d2681f;
  color: white;
}
.sidebar .social li{
    list-style-type: none;
}



.sidebarspan{
    color: var(--second);
}

  @media(max-width:575px){
    .sidebar{
      height: 100%;
      top: 0;
      bottom: 0;
      right: 0;
      border-radius: 1rem 0 0 1rem;
    }
    
  }

.closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border: none;
    border-radius: 50%;
    background-color: #2f25833b;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
}
.closebtn:hover {
    /* border: 1px solid rgb(0 0 0 / 25%); */
    box-shadow: -2px 4px 10px rgb(0 0 0 / 15%);
}




/*---------------------------------------*/
/*:::::::::::::::::SLIDER::::::::::::::::*/
/*---------------------------------------*/
.slider{
    height: 100vh;
    width: 100%;
    position: relative;
    top: 0;
    /* background: url(../img/slider/Language-lab.webp); */
    background-size: cover;
    background-repeat: no-repeat;
}
.bnr-txt{
     height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    position: relative;
        max-width: 610px;
        padding-top: 85px;
}
.pattrenslider{
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    left: 0;
    object-fit: cover;
}
.bnr-hed{
    font-size: 2.75rem;
    color: #fff;
    font-weight: 700;
}
.bnr-hedsecnd{
    font-size: 1.75rem;
    color: #fff;
    font-weight: 700;
}
.bnrai{
    font-size: 1.375rem;
    color: #fff;
    font-weight: 600;
}


.mylist{
    display: flex;
    flex-flow: column;
    margin-bottom: 1rem; 
}
.mylist li , .sublist li, .inlist li{
    position: relative;
    padding: 3px 0;
    padding-left: 31px;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
}
.mylist li:before , .sublist li::before, .inlist li::before{
    content: '';
    background-image: url(../img/icons/point.svg);
    filter: brightness(0) invert(1);
    background-size: contain;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    margin-top: 4px;
}
.emblem{
position: absolute;
    right: 0;
    bottom: 25px;
    z-index: 1;
}    

/*---------------------------------------*/
/*:::::::::::::::::ABOUT:::::::::::::::::*/
/*---------------------------------------*/   
.para {
    font-size: 1rem;
    color: #313131;
    font-weight: 400;
    line-height: 26px;
}
.about{
    position: relative;
}
.mainhed{
   font-size: 2.6rem;
    font-weight: 700;
    color: #201E20;
}
.mainhed span{
color: #613195;
}
.hed-desc{
    max-width: 70%;
    margin: auto;
}



.clients-section {
  background: #F0EBF5;
  padding: 50px;
  border-radius: 20px;
}

.clients-block {
  display: flex;
  align-items: center;
}
.clients-block2{
    border-top: 1px solid #61319522;
}

.clients-header {
  width: 25%;
}

.clients-header h2 {
  font-size: 1.56rem;
    font-weight: 500;
    margin-bottom: 50px;
}


.clients-swiper {
  width: 75%;
}
.clients-swiper::after{
        content: '';
    position: absolute;
    width: 100%;
    max-width: 137px;
    height: 100%;
    left: -1px;
    top: 0;
    background: url(../img/clients/clients-overlay-left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(89deg, #f0ebf5 0%, #00000000, #f0ebf5 100%); */
    z-index: 1;
}
.clients-swiper::before{
        content: '';
    position: absolute;
    width: 100%;
    max-width: 137px;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../img/clients/clients-overlay-left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(89deg, #f0ebf5 0%, #00000000, #f0ebf5 100%); */
    z-index: 11;
        transform: rotateY(
180deg);
}

.clients-swiper2 {
  width: 75%;
}
.clients-swiper2::after{
        content: '';
    position: absolute;
   width: 100%;
    max-width: 137px;
    height: 100%;
    left: -1px;
    top: 0;
    background: url(../img/clients/clients-overlay-left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(89deg, #f0ebf5 0%, #00000000, #f0ebf5 100%); */
    z-index: 1;
}
.clients-swiper2::before{
        content: '';
    position: absolute;
    width: 100%;
    max-width: 137px;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../img/clients/clients-overlay-left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(89deg, #f0ebf5 0%, #00000000, #f0ebf5 100%); */
    z-index: 11;
        transform: rotateY(
180deg);
}


.client-card {
  background: #fff;
  border-radius: 14px;
  padding: 15px;
  text-align: center;
  height: 140px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.client-card img {
  max-height: 50px;
  object-fit: contain;
}

.client-card p {
  font-size: 0.875rem;
  color: #201E20;
  margin-bottom: 0px;
  font-weight: 500;
}

/* Responsive */
@media(max-width: 992px) {
  .clients-block {
    flex-direction: column;
  }

  .clients-header,
  .clients-swiper {
    width: 100%;
  }
  .clients-swiper2{
    width: 100%;
  }

  .clients-header {
    margin-bottom: 20px;
  }
}





/*--------------------------------------------------------*/
/*:::::::::::::::::platform:::::::::::::::::*/
/*--------------------------------------------------------*/
.platform{
    background: url(../img/images/section2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 140px 0 140px 0;
    position: relative;
    min-height: 362px;
}
.clr-w{
    color: #fff!important;
}
.clr-pr{
    color: #613195!important;
}
.mainhed-sub{
    font-size: 1.75rem;
    font-weight: 500;
}
.platform-row {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
}

.platform-label {
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
}

.platform-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
    padding-left: 20px;
    border-left: 1px solid #fff;
}
.pill-btn {
  padding: 5px 12px;
  border-radius: 30px;
  background: #fff;
  color: #613195;
  font-size: 1rem;
  font-weight: 500;
    margin-bottom: 0;
}
.platfrom-img{
    position: absolute;
    bottom: 0;
}
.platfrom-img img{
    max-width: 295px;
}
/*--------------------------------------------------------*/
/*:::::::::::::::::whyorell:::::::::::::::::*/
/*--------------------------------------------------------*/
.whycard{
        display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
     border-radius: 18px;
}
.whycard h5{
        margin-top: 33px;
    margin-bottom: 6px;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: normal;
   
}
.whycard p{
    color: #686868;
}
.whycard:hover{
    box-shadow: 0px 0px 18px #0000001f;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}


.ai-tracking {
       background: #f7f0ffa8;
    border-radius: 40px;
    padding: 50px;
    padding-bottom: 180px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    z-index: 1;
}



.trackingcard {
    background: url(../img/images/graph-bac.svg) #fff;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 25px 15px;
    box-shadow: 0 0px 8px #0000001a;
    display: flex;
    flex-direction: row;
    gap: 18px;
}
.progress {
  width: 74px;
  padding: 7px 0;
}
.badgedetails{
    width: calc(86px - 100%);
    flex: 1 0;
}


.badge {
      display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 6px;
}

.badge.orange { background: #ff9a4d; }
.badge.purple { background: #b35cff; }
.badge.pink   { background: #ff3f8e; }
.badge.violet { background: #6a3eb5; }

.trackingcard p {
      font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 0px;
}

/* Wave */
.wave {
  position: absolute;
      z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 157px;
    background: url(../img/images/wave.svg);
    background-size: cover;
    background-repeat: no-repeat;
}



/*--------------------------------------------------------*/
/*:::::::::::::::::levels:::::::::::::::::*/
/*--------------------------------------------------------*/
.language-centre {
  position: relative;
  background: url("../img/images/language-lab.webp") center/cover no-repeat;
  background-attachment: fixed;
  color: #fff;
  overflow: hidden;
  margin-top: -202px;
    padding-top: 250px;
}
.subpara{
    font-weight: 700;
    font-size: 1.375rem;
    color: #F2F2F2;
}
.level-round{
    position: relative;
    display: flex;
    justify-content: center;
}
.level-round img{
    position: absolute;
    bottom: -49px;
    width: 100%;
    height: 656px;
    /* margin: auto; */
}
.levels {
  position: relative;
  width: 100%;
  height: 588px;
      z-index: 1;
  margin-top: 60px;
}

.level {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #fff;
  color: #5e2b97;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
      border: 2px solid transparent;
       transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.level:hover{
     transition: all .3s linear;
    -webkit-transition: all .3s linear;
        border: 2px dotted #5e2b97;
}
.level span {
  font-size: 13px;
  font-weight: 500;
}

/* Positioning circles (arc style) */
.pre {left: 0;bottom: 0;}
.a1  {left: 9%;top: 225px;}
.a2  {left: 25%;top: 75px;}
.b1  {left: 43%;top: 16px;}
.b2  { right: 25%; top: 75px; }
.c1  { right: 9%; top: 225px; }
.c2  { right: 0%; bottom: 0; }



.devices {
  position: relative;
  width: 100%;
  display: flex;
  z-index: 1;
  justify-content: center;
}

.laptop {
  width: 520px;
  max-width: 100%;
  margin: auto;
  position: absolute;
  bottom: 15px;
}

.devicefooter {
      margin-top: 5px;
    font-size: 1.0625rem;
    color: #F2F2F2;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    text-align: center;
}

/* Responsive */
@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  .levels {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
  }

  .level {
    position: static;
    margin: auto;
  }

  .devices {
    margin-top: 40px;
  }

  .mobile {
    position: static;
    margin-top: 20px;
  }
  .laptop{
    position: relative;
  }
  .level-round img{
    height: auto;
  }
}
@media (max-width: 400px) {
.levels {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*--------------------------------------------------------*/
/*:::::::::::::::::solutions:::::::::::::::::*/
/*--------------------------------------------------------*/
.solutioncard{
        display: flex;
    flex-direction: column;
    border: 1px solid #D1D1D1;
    align-items: center;
    text-align: center;
    padding: 26px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
     border-radius: 18px;
}
.solutioncard h5{
       margin-top: 17px;
    margin-bottom: 6px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: normal;
    min-height: 50px;
}
.solutioncard p{
    color: #686868;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.solutioncard:hover{
    box-shadow: 0px 0px 18px #0000001f;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}



/*--------------------------------------------------------*/
/*:::::::::::::::::testimonials:::::::::::::::::*/
/*--------------------------------------------------------*/

.testimonial-card {
  background: url(../img/images/testimonials.webp);
  background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 35px 50px;
    display: flex;
        align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    margin-top: 34px;
}

/* LEFT CONTENT */
.testimonial-content {
  max-width: 65%;
}

.quote-icon {
      position: absolute;
      margin-left: -5px;
    top: -52px;
  margin-bottom: 20px;
}

.testimonial-text {
      font-size: 1.125rem;
    font-weight: 500;
    color: #313131;
    margin-bottom: 45px;
}

.author h4 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 23px;
  color: #313131;
  line-height: 26px;
}

.author h4 span {
  font-size: 0.875rem;
  font-weight: 400;
}

/* RIGHT IMAGE */
.testimonial-image {
      width: 306px;
    height: 306px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PAGINATION */
.testimonial-section .swiper-pagination {
      margin-top: 20px;
    position: relative !important;
}

.testimonial-section .swiper-pagination-bullet {
  background: #e3d6f5;
  opacity: 1;
      width: 11px;
    height: 11px;
    margin: 0 5px !important;
}

.testimonial-section .swiper-pagination-bullet-active {
  background: #6b2aa6;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .testimonial-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 25px;
    padding: 30px;
    padding-top: 70px;
  }
.testimonial-text{
    margin-bottom: 20px;
}
  .testimonial-content {
    max-width: 100%;
  }

  .quote-icon {
    font-size: 70px;
  }
}

/*---------------------------------------*/
/*::::::::::::::::::blogs::::::::::::::*/
/*---------------------------------------*/
.blogcard{
    flex-direction: column;
    border: 1px solid #61319500;
   
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
     border-radius: 18px;
}
.blogcard .blogimg{
    border-radius: 18px;
}
.blogcard .cont{
    padding: 20px 15px;
}
.blogcard h5{
  margin-top: 0;
    margin-bottom: 7px;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blogcard p{
        color: #686868;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blogcard:hover{
    box-shadow: 0px 0px 11px #00000017;
    border: 1px solid #6131953b;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}


/*---------------------------------------*/
/*::::::::::::::::::cta::::::::::::::*/
/*---------------------------------------*/
.ctafull {
    background: url(../img/images/language-labs.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 420px;
    background-attachment: fixed;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    padding: 60px;
}

.ctafull::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 20px;
    top: 0;
    background: #613195;
    z-index: -1;
    opacity: 88%;
}
.cta-cont {
    width: 50%;
}
.ctaimg {
    position: absolute;
    right: 25px;
    bottom: 0;
}
.ctaimg img {
    max-width: 475px;
}
.cta-cont p {
    color: #E6F4F5;
}
.cta .mainhed{
    font-weight: 600;
  text-transform: uppercase;
}


/*---------------------------------------*/
/*::::::::::::::::::FOOTER::::::::::::::*/
/*---------------------------------------*/

footer {
  background: #F0EBF5;
}
.ft-top{
    border-bottom: 1px solid #6131951d;
}
.ft-logo {
    max-width: 100%;
    width: 188px;
    margin-bottom: 0;
}

.ft-logo img {
    width: 100%
}
.ft-social {
    flex-direction: row;
    gap: 15px;
    display: flex;
}

.ft-social a {
    display: flex;
    width: 38px;
    height: 38px;
    background-color: #F7EFFF;
    border-radius: 8px;
    justify-content: center;
    align-items: center
}
.ft-social a:hover span img{
     animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.quicklink h2 {
    font-size: 17px;
    font-weight: 600;
    color: #613195;
    margin-bottom: 8px;
}
.quicklink p {
    font-size: 15px;
    font-weight: 400;
    color: #313131;
   line-height: 22px;
}
.quicklink p a{
    color: #313131;
    font-size: 15px;
    font-weight: 400;
}
.quicklink p a:hover{
    color: #613195;
}

.foot-list li a {
    display: flex;
    color: #313131;
    font-size: 14px;
    font-weight: 400;
}
.foot-list li a:hover{
    color: #0b0b0b;
}
.foot-list li p {
    display: flex;
    flex-direction: row;    
    align-items: flex-start;
    gap: 12px;
    line-height: 27px;
}

.foot-list li p .fticn {
       background: #613195;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
        margin-top: 4px;
}

.foot-list li p .fttxt {
    width: calc(100% - 50px);
    font-weight: 600;
}

.foot-list li {
    padding: 4px 0;
}
.collab-logo{
    display: flex;
    gap: 20px;
        align-items: center;
}
.ft-disc ul{
    display: flex;
    gap: 27px;
}
.ft-disc ul li a{
    font-size: 15px;
    font-weight: 400;
}
.ft-disc ul li a:hover{
    color: #0b0b0b;
}
.ft-bottom{
    border-radius: 14px;
    background: #fff;
    padding: 20px 35px;
    box-shadow: 0 0 6px #00000012;
    margin-top: 30px;
}
.copy{
    border-top: 1px solid #6131951d;
}
/*modal*/
.close{
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: none!important;
    outline: none;
    color: #220f3c;
}
.modal-dialog{
    max-width: 1000px !important;
}
.modal-header{
    border-bottom: none !important;
    padding: 0;
}
.modal-content, .modal{
    height: 100% !important;
    padding: .5rem;
}
.i-flex{
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #cec0a8;
    padding: 10px;
}
.sign{
    display: none;
}
.loginimg{
    border-radius: 15px;
}
.modal-sucess{
    width: 300px;
    height: auto!important;
    background: #fff!important;
    text-align: center;
}

#successModal .modal-dialog{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sucessimg{
    width: 65px;
    margin: auto;
}

.mobnav {
    background: #613195;
    padding: 8px;
    height: 100%;
        border-radius: 7px;
        
  }
  .mobnav img {
width: 28px;
    height: 29px;
    object-fit: contain;
  }





.patternmob{
        display: none;
    }




@media(max-width:1024px){
.cta .mainhed{
    font-size: 2rem;
}
.bnr-txt {
    
    max-width: 50%;
    padding-top: 0;
}
.bnr-hed{
    font-size: 1.8rem;
}
.bnr-hedsecnd{
    font-size: 1.1rem;
}
.emblem {
    bottom: 100px;
    z-index: 1;
    width: 150px;
}
}



@media(max-width:991px){
    .mainhed{
        font-size: 2rem;
    }
    .mainhed-sub{
        font-size: 1.5rem;
    }
    .clients-header h2{
        margin-bottom: 25px;
    }
    .clients-header h2 br{
        display: none;
    }
    .hed-desc{
        max-width: 100%;
    }
    .platform{
        height: auto;
        padding-bottom: 0px!important;
        border-radius: 70px 0 70px 0;
    }
.platfrom-img{
    position: relative;
}
.ctafull{
    height: auto;
    padding-bottom: 0px;
}
.cta-cont{
    width: 100%;
}
.ctaimg img {
    max-width: 475px;
    width: 100%;
}
.ctaimg{
    position: relative;
}










        .over-bag ul {
        overflow: hidden;
        overflow-x: auto;
        flex-flow: nowrap;
        padding-top: 15px;
    }
        .over-bag ul li {
        flex: 1 0 25%;
    }
    .over-bag{
        bottom: 45px;
    }
    
   
    .overview-ptrn {
        display: none;
            width: 130px;
        height: 152px;
        top: 15px;
        left: 0;
        opacity: 50%;}
    .overview-ptrn .star1{
    width: 20px;
    }
.overview-ptrn .star2{
    width: 40px;}
.overview-ptrn .star3{
    width: 30px;
}
.overview-ptrn .star4{
       max-width: 59px;
       margin-top: -80px;
}

header{
    height: auto;
}
.misionbx{
    padding: 12px;
}
.msg-main-sec .msg-sec1 {
    width: 275px;
}
.msg-main-sec .msg-sec2 {
    width: calc(100% - 275px);
    padding: 0 25px;
}

.galry-ttle {
    margin-top: 20px;
}

.ftrlogo{
    margin-bottom: 15px;
}
.overview-pen img{
width: 85px;
}

    .abt-img img{
        margin-left: 0;
        height: auto;
        margin-bottom: 15px;
    }
    .mision-full{
        margin-top: 10px;
    }
    .events-bx{
        margin-bottom: 15px;
    }
    .newsbutn .btn{
        display: none;
    }
    .callto{
        margin-top: 30px;
    }
    .ftmobb{
        display: none;
    }
    .menutp{
        display: none;
    }
    
    
    }



    




    @media(max-width:767px){
        .pattrenslider{
            display: none;
        }
        .patternmob{
                    position: relative;
        display: block;
        height: 50%;
        object-fit: cover;
        }
            .bnr-hed {
        font-size: 1.5rem;
    }
        .slider{
                    background: #613195;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        }
        .bnr-txt{
            max-width: 100%;
            width: 100%;
            height: auto;
            padding: 15px 0;
        }
.emblem {
                bottom: 101%;
        z-index: 1;
        width: 108px;
    }







        .over-bag ul li {
        flex: 1 0 33.33%;
    }
    .msg-main-sec .msg-sec1{
        width: 100%;
    }
    .msg-main-sec .msg-sec2 {
        width: 100%;
        padding: 15px 0  0 0;
    }

    .newssec .flexVcenter {
    padding-bottom: 32px;
    flex-direction: column;
    align-items: start;
}

        .ftlogo{
            flex-direction: column;
            text-align: center;
        }
        .ftlogo a {
            width: 210px;
            flex: none;
            padding-right: 0;
            border-right: none;
        }
    }
    





    @media(max-width:575px){
        .navibtn .slidebtn:after{
            font-size: 12px;
        }
        .navibtn .slidebtn{
            width:22px;
            height: 22px;
        }
        .mainslidenav{
                top: 41% !important;
        }
        .main-sub{
            font-size: 1.1rem;
        }


.testimonial-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    max-width: 300px;
}

        .mainhed{
            font-size: 1.3rem;
        }
        .mainhed br{
            display: none;
        }
        .clients-swiper::after{
            display: none;
        }
        .clients-swiper::before{
            display: none;
        }
        .clients-swiper2::after{
            display: none;
        }
        .clients-swiper2::before{
            display: none;
        }
        .clients-section{
            padding: 30px;
        }
        .mainhed-sub{
        font-size: 1.1rem;
    }
    .platform-row {
    align-items: flex-start;
    flex-direction: column;
}
.platfrom-img img {
    max-width: 240px;
}
.whycard h5{
    font-size: 1.3rem;
}
.ai-tracking{
    padding: 25px;
}
.ctafull{
    padding: 25px;
    padding-bottom: 0px;
}

.ft-disc ul{
   flex-wrap: wrap;
}





        .principla-msg{
            flex-direction: column;
        }
        .abt-card{
            flex: 1 1 calc(50% - 10px);
        }
        .abt-partt{
            flex-wrap: wrap;
        }
        .princi{
            max-width: 290px;
            width: 100%;
        }

        
       
    
    }