* {
	padding: 0;
	margin: 0 auto;
}



a, a:hover {
    color: #474748;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    border:0;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

:focus{
    text-decoration: none;
    outline: none;
    border:0;
}

img:focus {
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: 1px dotted;
    outline: 0;
}




body {
       font-family: "Fredoka", sans-serif;
	    color: #494949;
		font-size: 17px;
		font-weight: 400;
}


h1{font-weight:700;color:#000;margin-bottom:30px;}



.pd80{
	padding:80px 0
}

.header-flex{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    }

nav.navbar-expand-lg.navbar-light {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background:#7b3186;
    box-shadow: 10px 10px 10px #b7b7b721;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}


nav.navbar-expand-lg.navbar-light.header.fixed .black {
    display: block;
}

nav.navbar-expand-lg.navbar-light.header.fixed .white {
    display:none;
}


nav.navbar-expand-lg.navbar-light.fixed .nav-link {
	color:#fff
}

@-webkit-keyframes slide-down{
    0%{opacity:0;
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
    }
    100%{opacity:.9;
    -webkit-transform:translateY(0);
    transform:translateY(0)
        
    }}
    
    @keyframes slide-down{
        0%{opacity:0;
        -webkit-transform:translateY(-100%);
        transform:translateY(-100%)}
        100%{opacity:.9;
        -webkit-transform:translateY(0);
        transform:translateY(0)
            
}}



.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    margin: 0 0 0 15px;
    width:180px;
}

.navbar-expand-lg .navbar-brand img {
    width:100%;
    margin:7px 0;
    
}

ul.navbar-nav li {
    position: relative;
    margin-left:25px;
}


ul.navbar-nav {
    margin-right:0px;
}

ul.navbar-nav li:first-child{margin-left:0;}


.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding:10px 0;
    font-weight: 500;
    font-size:13px;
    letter-spacing: 2px;
     position: relative;
    text-transform: uppercase;
    
}

.navbar-light .navbar-nav .nav-link:hover {
 color:#f9ae02
}


.banner{width:100%;margin-top:91px;}
.banner-caption{
    position: absolute;
    top: 130px;
    max-width: 480px;
    left: 370px;
    
}

/*.banner-caption h1{color:#7b3186;font-size:38px;margin-bottom:10px;font-weight:600;text-transform:Capitalize; }
.banner-caption h1 .spn1{color:#7b3186;font-size:30px;}*/
.banner-caption h1{color:#7b3186;font-size:35px;margin-bottom:10px;font-weight:600;text-transform:Capitalize; }
.banner-caption h1 .spn1{color:#fff;font-size:28px;}
.banner-caption h1 .spn2{color:#fff;}

.banner-caption p{font-size: 20px;color: #fff;line-height:25px;}
.bg-grey{background:#f6f6f6}
.bannericon{display: flex;align-items: center;margin-top:30px;margin-left: 0;}
.bannericon .icon{margin:0 20px 0 0;}
.banner-caption .bannericon p{margin:0;}
.heading{
   
    font-weight:600;
   font-size:35px;
    color:#000000;
    margin-bottom:20px;
	position: relative;
	text-transform:uppercase;
}

.heading span{color:#349c05}

.paragraph .heading{line-height:40px;}
.paragraph h3{font-size:22px;color:#000;}

.social-icon a {
    color: #fff;
    background: #af62bb;
    border-radius: 50%;
    display: inline-block;
    width: 35px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    margin: 10px 5px 0 0px;
    font-size: 16px;
}

.social-icon{text-align:right;}

.address {display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
    text-align:left;
}

.address a{color:#fff;margin:0;}

.copy-right{
    
    align-items: center;
    text-align:right;
   
}

a.callbtn{
    background:#f9ae02;
    padding: 7px 10px;
    font-size: 16px;
    border-radius: 5px;
    margin-right:0;
    color:#000;
}

a.makoons-btn{
    background:#f9ae02;
    padding: 7px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-top:40px;
    color:#000;
}


.enquire-from{
    max-width: 400px;
    position: absolute;
    top: 105px;
    right: 102px;
    z-index: 9;
    background: #fff;
    padding: 30px;
    border: 2px solid #7b3186;
    border-radius: 10px;
    
}
#popup .enquire-from{ border:0px !important;}

.enquire-from  h5{color: #7b3186;
    font-size: 25px;}
.form-group {
    margin-bottom: 10px;
}

.form-sec .form-group {
    margin-bottom: 16px;
}


.fixedbtn {
    width: auto;
       position: fixed;
    top: 40%;
    right: -40px;
    z-index: 22;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}


.registerform  h5{color:#000}


.registerform {
    width:300px;
    height: auto;
    position: fixed;
    top: 20%;
    right: -300px;
    z-index: 99;
    transition: all 0.5s ease;
    background:#fff;
	padding:20px;
}

.registerform.slideleft {
    right: 0px;
    opacity: 1;
    z-index: 999;
}


.fixedbtn .btnrt {
    border: none;
   background-color:#7b3186;
    width: auto;
    height: 50px;
    color: #fff;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 10px;
    letter-spacing: 1.5px;
    transition: all 0.5s ease;
    box-shadow: 0 0 15px #3c3c3c5c;
    -webkit-box-shadow: 0 0 15px #3c3c3c5c;
}

.sbt-btn{
	padding:10px 0px;
	width:120px;
    background:#f9ae02;
    letter-spacing:1px;
    color: #000;
    margin: 20px auto 0;
    display:block;
    font-size: 13px;
    border-radius:0px;
    border: 0;
    outline: 0;
}

.sbt-btn:hover{
	background:#7b3186;
}


.form-control{
	border: 1px solid #7b3186;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    resize: none;
    height: auto;
    border-radius: 0px;
    padding: 8px;
	
}

.form-control:focus{background:transparent;border-color: #000;color:#000;box-shadow:none}



.form-control::-webkit-input-placeholder { 
  color:#000;
}

.form-control:-ms-input-placeholder { 
  color:#000;
}

.form-control::placeholder {
  color:#000;
}


.modal-content {
    border-radius: 0;
    border: 0;
    background: #d9e9f9
}

.modal-content .form-group {
    margin-top:5px
}

.modal-dialog {
    max-width:450px;
    margin:28px auto;
    background: 0 0
}

.modal-content .close {
    width: 35px;
    height: 35px;
    position: absolute;
    right: -35px;
    top: 0;
    z-index: 99;
    border: none;
    background: #f9ae02;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0
}

.modal-content h4 {
    font-size: 25px
}

.modal-body {
    padding: 30px;
    border-radius: 0;
    border: none
}

.modal-content .close {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    border: none;
    background: #f9ae02;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content .close img {
    width: 35px;
}

 .popup {
     width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /*background: #1a19195c;*/
        padding: 20px;
        border: 1px solid #ccc;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        z-index: 9999999999;
    }
    
    .scroll-popup{
    max-width: 400px;
    margin: 1.75rem auto;
    position:relative;
    right:0;
    left:0;
    top:4.25rem;
    border-radius:0;
    }
    
 .close {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99;
    border: none;
    background:#f7ab18;
    display: flex;
    align-items: center;
    justify-content: center;
    border:0;
    outline:none;
    opacity: 1 !important;
}

.close img {
    width: 35px;
}


.our-presence{
    background: #f3d5f7;
    padding: 30px 74px;
    display: flex;
    align-items: center;
    border-radius: 15px;
}

.presence-icon{border-right: 1px solid #0000006b;padding-right: 30px;}
.our-presence p{text-align:left;margin-bottom:0;padding-left: 30px;color:#000;font-size:20px}
.our-presence p span{
    font-size: 50px;
    font-weight: 600;
    display: block;
    text-align: left;
    line-height: 50px;
    color: #000;
}




.what-need{
    padding: 50px 20px;
    border-radius:10px;
    text-align: center;
    min-height: 260px;
    background: #fff;
    min-height: 334px;
    transition:all ease-in-out .5s;
}
.what-need:hover{background-color: #ffffff;box-shadow: 10px 0px 60px 0px rgba(0,0,0,0.1);}

.what-need p{font-size:21px;color:#7b3186;margin:0;font-weight:500}

.icon-thumb{margin-bottom:30px;border-radius: 20px;
    -webkit-border-radius: 20px;
    transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    
    width: 110px;
    height: 110px;
    padding: 10px
}

.icon-thumb img{transform: rotate(316deg);}
.orange{background: #fcaf01;}
.red{background: #e4427b;}
.blue{background:#09b2de;}
.green{background: #66b236;}
.whymakoons{text-align: center;display: flex;align-items: center;justify-content: center;border: 2px solid #f9ae02;padding:30px 20px;border-radius: 10px;transition:all ease-in-out 0.5s;}
.whymakoons p{width: 100%;font-size:20px;color:#7b3186;margin:0;font-weight:500;text-align: left;margin-left: 20px;line-height: 25px;}
.why-icon{
   display: inline-block;
   /* width: 90px; */
   /* height: 100px;*/
   border-right: 2px solid #f9ae02;
   /* border-radius: 100%; */
   /* padding: 15px; */
   transition:all ease-in-out 0.5s;
   font-size: 30px;
   font-weight: 600;
   line-height: 30px;
   padding-right: 13px;
   }
.why-icon img{width: 100%;} 
.whymakoons:hover{ background:#fff;box-shadow: 0 0 15px #0000002e;border-radius: 10px;}
/*.whymakoons:hover{border: 2px solid #7b3186;}*/
 .support-thumbnail{padding:40px 30px;text-align:center;margin:15px 0;transition:all .8s ease-in-out;border-radius:10px}
      .support-icon{
            width: 110px;
            height: 110px;
           background:#f9ae02;
            border-radius: 50%;
            padding:25px;
            margin-bottom:30px;
            box-shadow: 0 0 12px #00000040;
            transition:all .8s ease-in-out;
        }
        
        .support-thumbnail:hover .support-icon{transform:scale(1.1)}
        
          .support-thumbnail:hover{background-color: #ffffff;box-shadow: 10px 0px 60px 0px rgba(0,0,0,0.1);}
        
        .support-icon img{width:100%}
        .support-thumbnail p {font-size: 20px;line-height: 25px;margin:0;color:#7b3186;font-weight:500}
 .celebrity-iframe{margin:20px 0}       
.celebrity-profile h5 {
    margin: 0;
    font-size:20px;
    padding: 10px 0 0;
    color: #7b3186;
    font-family: 'Balsamiq Sans', cursive;
    font-weight: 600;
}   

.afliation-logo{background: #fff;border: 1px solid #c9c7c7;padding: 15px;display: flex;
    align-items: center;
    height: 100%;}
.international-logo{padding: 15px;transition:all ease-in-out .5s;display: flex;align-items: center;height: 100%;}
.international-logo:hover img{filter: grayscale(1);}
.award-thumnail{background: #efebeb;margin:15px 0;}
.awards-content{padding: 15px;background: #fff;}
.awards-content h4 {
    font-size: 20px;
    margin-bottom:0px;
    color: #7b3186;
}

 .testimonials1:after{content:'';position:absolute;left:80px;bottom:-50px;width:30px;height:50px;background:#f9e6ec;clip-path: polygon(35% 0%, 0% 100%, 100% 0);}
.testimonials2:after{content:'';position:absolute;left:80px;bottom:-50px;width:30px;height:50px;background:#feedb7;clip-path: polygon(35% 0%, 0% 100%, 100% 0);}
.testimonials3:after{content:'';position:absolute;left:80px;bottom:-50px;width:30px;height:50px;background:#daf4fb;clip-path: polygon(35% 0%, 0% 100%, 100% 0);}
/*.celebrity4:after{content:'';position:absolute;left:80px;bottom:-50px;width:30px;height:50px;background:#daf4fb;clip-path: polygon(35% 0%, 0% 100%, 100% 0);}*/
.testimonials1{background: #f9e6ec;border: 2px dashed #e13572;}
.testimonials2{background: #feedb7;border: 2px dashed #f9ae02;}
.testimonials3{background: #daf4fb;border: 2px dashed #09b2de;}
.testimonials-profile >div{margin-left:0}
.testimonials-profile>div>span{font-size:14px;color:#767474}
.testimonials-profile{display: flex;align-items: center;margin-top: 30px;position:relative}
.testimonials-profile img{width:80px;height:80px;border-radius:50%;margin-right:20px;object-fit: cover;margin: 0 20px 0 0;}
.profile-box{width:80px;height:80px;position:relative;margin-right:25px;margin-left:0}
.testimonials-content{padding: 30px;border-radius: 20px;position:relative;min-height: 270px;}
.testimonials-content p{margin-bottom:0}
.testimonials-profile h4 {font-size: 20px;
    color: #7b3186;
    font-weight: 600;}
/*.testimonials-content{padding: 20px;background: #fff;border-radius: 15px;margin:50px 0 0;box-shadow: 0 0 15px #0000001f;text-align:center;min-height: 353px;}
.testimonials-content h4{color: #033b62;font-family: 'Balsamiq Sans', cursive;}
.testimonials-content p{margin:30px 0 ;color: #000;}*/
.testi-img{width:80px;height:80px; border-radius: 100%;position: absolute;
    top:0px;
    right: 0;
    left: 0;overflow: hidden;}
.testi-img img{width:100%}


.accordion-button::after, .accordion-button:not(.collapsed)::after{display:none}
.accordion{background:transparent}
.accordion .accordion-item h4 {background: url(../images/minus.svg) no-repeat calc(100% - 10px) center; background-size:30px; cursor: pointer; font-size:20px; color:#000;font-weight: 600;margin: 0;padding:20px 30px;  /*border-bottom: 1px solid rgba(0,0,0,.125);*/}

.accordion .accordion-item h4.collapsed {background-image: url(../images/plus-large.svg); }

.accordion-head{
  
    width: 100%;
    padding: 20px 0;
    
}


.accordion-header {position:relative;    }
/*.accordion-header:after{
    content:'';
    left:0;
    width:0;
    bottom:-1px;
    position:absolute;
    z-index:55;
    height: 1px;
    transition: .5s ease-in-out;
    background:#ff9500;
}

.accordion-header:hover:after{width:100%;}*/

.accordion .accordion-button[aria-expanded=true] {
    color: #ff9500;
}
.accordion-body{
    padding-left: 0!important;
    padding-right: 0!important;
    padding: 15px 0;
}

.accordion-button{
    border-radius:50px !important;
    border: 3px solid #ff9500;;
    
    padding: 18px 60px 18px 65px;
   
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.accordion-item{
   -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    margin-bottom:15px;
   /* border:0 !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    background: transparent !important;
    border-radius: 0 !important;*/
}

/*.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
*/
.footer{background:#7b3186 /*#2e740e, #3f682c*/;color:#fff;font-size:15px;padding:15px 0;}

.copy-right p{margin:0}
.call-btn{
    padding: 0px 15px;
    display:inline-block;
    background: #fd030b;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    margin-right:15px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    border-radius:6px;
}

a.call-btn:hover{color:#fff;}



.banner-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}



.whatsapp {
    width: 50px;
    height:50px;
    color: #fff !important;
    bottom:35px;
    position: fixed;
    right:35px;
   
    z-index: 99;
    line-height:65px;
    text-align: center;
    border-radius: 100px;
}

.whatsapp .fa {
    position: relative;
}

.whatsapp:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 65%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.whatsapp:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 65%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height:60px;
    background: #25d366;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    box-shadow: 0px â€‹0px 15px #45514;
}   


@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.what-btn{position: absolute;right: 100px;top: 26px;margin-right: 0;}
.brochure-btn{top: 66%!important;right: -85px!important;}

@media (min-width:1024px) and (max-width:1280px){
    .enquire-from {
    max-width: 380px;
    
    right: 64px;
    }
}

@media (min-width:1660px) and (max-width:1920px){
    .banner-caption {
   
    left:500px;
}
}

@media (min-width:1440px) and (max-width:1600px){
    .banner-caption {
   
    left: 412px;
}
}

@media(max-width:991px){

.navbar-light .navbar-toggler-icon {background-image: url('../images/humberger.svg');}
.navbar-light .navbar-toggler-icon.cross {background-image: url(../images/close.svg)!important;background-size: 45px;background-position: center!important}    
.navbar-light .navbar-toggler{width: 65px;margin-left: auto;border: 0;}
    
   .navbar-expand-lg>.container {
    padding-right: 15px;
    padding-left: 15px;
}
    .navbar-light .navbar-brand{
    width: 130px;
    margin: 10px 0px 10px 15px;
}

.navbar-expand-lg .navbar-brand img {
    width: 100%;
    margin: 0px 0;
}

ul.navbar-nav li:first-child {
    margin-left: 25px;
} 

ul.navbar-nav {
      margin-bottom: 20px;
}


.what-btn{margin-right:30px!important;right: 70px;top: 20px;}

    
    h1 {
    font-weight: 700;
    font-size:35px;
    }
.banner {
    width: 100%;
    height: auto;
    margin-top:78px;
    }

.pd80 {
    padding:60px 0;
}

.enquire-from {
    max-width: 100%;
    position: relative;
    top:30px;
    right: 0;
    
    left: 0;
}

.heading{font-size:35px}    
.whymakoons, .what-need,.testimonials-thumb{margin:15px 0}
    .whatsapp:before, .whatsapp:after {
        width: 40px;
        height: 40px;
    }

    .whatsapp {
        width: 30px;
        height: 30px;
        bottom: 25px;
        right: 23px;
        line-height: 38px;
        display:none;
    }
    
    .apply{display:none;}
    
}

.bottom-ft{display:none}

@media(max-width:560px){
   
   a.callbtn {
    padding: 7px 10px;
    margin-right: 13px;
   
   }
  .bottom-ft{background:#09b2de;padding:10px 30px;width:100%;position:fixed;bottom:0;display:block;z-index:9;}  
  .bottom-btn{display: inline-block;width:49%;flex-direction: column;text-align: center;font-size:18px;color: #fff;}
  .bottom-btn img{margin-bottom:5px;}
  .what-btn{margin-right:20px!important;right: 40px;top: 20px;}
  .enquire-from {
       
        top: 5px;
  }
  .footer{margin-bottom:72px;}
.banner{background:#f9ae02;padding-bottom: 95px;}
.banner .banner-img{display:none}  


.banner-caption {
    position: relative;
    top:50px;
    max-width: 450px;
    left: 0;
}
.banner-caption{margin-bottom:50px;}
.banner-caption h1 {
    color: #7b3186;
    font-size: 30px;
}

.banner-caption h1 br{display:none}
.heading{font-size:30px;margin-bottom: 15px;}
.heading br{display:none;}
.celebrity-iframe iframe{height:200px!important}
.award-thumnail{margin:15px 0}

.banner-row{
    flex-direction: column-reverse;
   
    margin-right: 0;
    margin-left: 0;
}

.fixedbtn {
    
    right: -38px;
}
.fixedbtn .btnrt{font-size:13px}
.number-section .col-lg-3{width:50%;}
.whymakoons{min-height: auto;display:block;padding:20px;margin:20px 0 0;}
.why-icon {
   border: 0;
    height:auto;
    padding:0px;
}

.what-need {
min-height: auto;
padding: 30px 30px 20px;
}

.icon-thumb img {
   
    width: 100%;
}

.icon-thumb {
   
    width: 80px;
    height: 80px;
    padding: 13px;
}

.support-system .col-md-3 {width:50%}


    .support-icon {
    width: 70px;
    height: 70px;
  
    padding: 15px;
}

.support-thumbnail {
    padding: 15px;
    text-align: center;
    margin: 5px 0;
}

.popup {top:58%;}

.international-logo {
    padding: 0 50px;
    margin: 15px 0;
}

.our-presence {
    background: #f3d5f7;
    padding: 20px 50px;
}

.why-icon img {
    width: 100%;
    height: 34px;
}

.social-icon {
        text-align: center;
        border-top: 1px solid #ffffff9c;
        margin-top: 20px;
    }
.address a {
        color: #fff;
        margin-bottom: 10px;
        text-align: center;
        margin: 0 auto 10px;
    }
    
    .paragraph .heading {
    line-height: 35px;
}

.copy-right p {
    margin: 0;
    text-align: center;
}

.modal-content{width:95%;}
}



	