body{ margin: 0px; padding: 0px; width: 100%; height: 100%; font-family:  Grandstander; font-weight:normal; font-size: 18px; }

@import url('https://fonts.googleapis.com/css2?family=Grandstander:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap');



ul, li { margin:0px; padding: 0px; list-style: none;    line-height: 28px;    font-size: 14px;font-family: 'Rajdhani', sans-serif;}
p{line-height: 27px; color: #333;font-family: 'Rajdhani', sans-serif;   font-size: 1.1rem;
    line-height: 1.4;
    margin: 0 0 0.6rem;
    font-weight: 400;
}

ul {
    padding:0;
    list-style: none;
}

p a, a img { outline:none; border:none; font-family: 'Rajdhani', sans-serif;}
h1, h2, { font-family: "Grandstander"; font-weight: 600; letter-spacing:normal!important; }
h3, h4, h5, h6 { font-family: "Grandstander"; font-weight: 300; letter-spacing:normal!important; }
input:focus, button:focus, select:focus, textarea:focus {box-shadow: none !important;}
a:hover{text-decoration: none;}

.text-center{text-align: center; margin: auto;}


  .effect {background-color: #f05441;color: #fff; text-align: center; display: inline-block; position: relative; text-decoration: none;
   padding: 10px 0px;border-radius: 5px; width: 150px; border-radius: $border-radius; overflow: hidden;font-family: FontAwesome}

.effect.effect-1 { transition: all 0.2s linear 0s;

  &:before { content: "\f178"; font-size: 15px; position: absolute; display: flex; align-items: center;
    justify-content: center;  right: 0; top: 0; opacity: 0; height: 100%; width: 40px; transition: all 0.2s linear 0s; }
  
  &:hover {color: #fff; text-indent: -20px;
    
    &:before {opacity: 1; text-indent: 0px;
    }
  }
}


/*------------------------------animation--------------------------------*/


.animatable {
  /* initially hide animatable objects */
  visibility: hidden;

  /* initially pause animatable objects their animations */
  animation-play-state: paused;
}

/* show objects being animated */
.animated {
  visibility: visible;

  animation-fill-mode: both;
  animation-duration: .1s;
  animation-play-state: running;
}


@keyframes fadeInUp { 0% {  opacity: 0;  transform: translateY(20px);  }

  100% { opacity: 1; transform: translateY(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    transform: translateX(20px);
  }
  80% {
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    transform: translateX(-20px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}











/*----------------------------------animations end-------------------------------*/



.whats-float {position: fixed;transform:translate(108px,0px);bottom: 30px;right:0;width:150px;overflow: hidden;
    background-color: #25d366;color: #FFF;border-radius: 2px 0 0 2px;
    z-index: 10;transition: all 0.5s ease-in-out;vertical-align: middle}

.whats-float a span {color: white;
    font-size: 15px;padding-top: 8px;padding-bottom: 10px;position: absolute;line-height: 16px;font-weight: bolder;}

.whats-float i {font-size: 30px;color: white;line-height: 30px;padding: 10px;
    transform:rotate(0deg);transition: all 0.5s ease-in-out;text-align:center;}

.whats-float:hover {color: #FFFFFF;transform:translate(0px,0px);}

.whats-float:hover i  {transform:rotate(360deg);}


.whatsapp {width: 60px; height: 60px;right: 30px; bottom: 30px; background: #25d366; position: fixed;text-align: center;
    color: #ffffff; cursor: pointer;border-radius: 50%; z-index: 70;display: inline-block;line-height: 60px; 
    font-size: 28px;opacity: .8;}
.phone-call {    width: 60px;    height: 60px;    left: 30px;    bottom: 30px;    background: #f35045;display: none;    position: fixed;
    text-align: center;    color: #ffffff;    cursor: pointer;    border-radius: 50%;    z-index: 70;   
    line-height: 50px;opacity: .9;}
.contactright {     position: fixed;    letter-spacing: 5px;    left: -52px;    font-weight: normal;    color: #666;    top: 58%;
    z-index: 99;    font-size: 15px;    padding: 1px 8px;    font-weight: 600;    transform: rotate(90deg);}



.backtop{background-image: url(../images/top-head-wave-1.png);left: 0; background-position:bottom center; background-repeat: no-repeat;
  background-size: contain; background-blend-mode: inherit; width: 100%; height: 100%; z-index: 2;}


.page-header{background-color: #0091c8;margin-top: 5rem;position: relative;background-image: url(../images/top-head-pattern.png),
    url(../images/top-head-wave-1.png); background-position:center;background-repeat: no-repeat;background-size: 100% auto;background-size: cover;}
.page-header h1{margin-top: 5rem;font-size: 56px;font-weight: 700;color: #fff}
.page-header p{font-size: 32px;color: #fff}
.page-header img{}

.header_wave-bottom{position: absolute;width: 100%;z-index: 1;user-select: none;pointer-events: none;
	display: flex;}
.header_wave-bottom img{position: absolute;bottom: 0}

.abou{margin: 6rem auto;}
.abu-back-1{background-color: #fff0dd;border-radius: 10px 10px 10px 10px;margin: auto;max-width: 22%;height: 130px;
  overflow: hidden; padding-top: 25px; padding-right: 30px; padding-bottom: 18px; padding-left: 30px; box-shadow: 0px 8px 0px 0px #f8a339;}


.well-abot{margin-bottom: 2rem}
.about-par{}
.about-par-1 img{width: 100%}

.about-par-2 h5{font-size: 2rem;font-weight: 700;margin-bottom: 0}
.about-par-2 p{font-weight: 600}

.aboutsch{align-content: center;}
.aboutsch img{width: 100%}

.aboutsch-head{padding-left: 4.5rem}
.aboutsch-head h2{font-size: 3.5rem;font-weight: 700;margin-bottom: 0}
.aboutsch-head h4{font-size: 2rem;margin-bottom: 0}
.aboutsch-head p{font-size: 16px}

.elementor-shape-fill-colo{height: 28px;transform: rotate(180deg);fill: #8b58a4;position: relative;top: 11px;width: 100%}

.elementor-shape-fill-colo-2{height: 28px;transform: rotate(00deg);fill: #8b58a4;position: relative;bottom: 1px;width: 100%}
/*.elementor-element-13f94b28 > div:nth-child(1)
.elementor-shape-top {
  top: -1px;
}

.elementor-shape {
  overflow:
hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}

.elementor-2 .elementor-element.elementor-element-13f94b28 > .elementor-shape-top svg {
  height: 28px!important;
}
.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.elementor-shape {
  line-height: 0;
  direction: ltr;
}

.elementor-shape .elementor-shape-fill {
  fill: #6c0000;
  transform-origin: center;
  transform: rotateY(0deg);
}

*/


.fransupp{background-image: url(../images/fransuppot.webp);background-repeat: no-repeat;background-size: cover;padding: 12rem 0;
background-position: center;}

.fransupp h2{font-size: 3.5rem;font-weight: 700;margin-bottom: 0;text-align: center;margin-bottom: 2rem}

.advant{text-align: center;}

.advant h2{font-size: 2rem; font-weight: 600;margin-bottom: 2rem}
.marg-fran{margin: 6rem auto;}

 .our-adva img{margin: 1rem auto;}

.joi-fran{background-color: #8b58a4;padding: 5rem 0}
.join-1{align-content: center;}
.join-1 h3{color: #fff;font-size: 2rem;font-weight: 600}

.join-2{align-content: center;}
.join-2 img{width: 80%}

.join-3{align-content: center;}

.join-3 ul li{font-size: 1.2rem;list-style-type: disc;color: #fff;}


.opport{padding-top: 5rem}
.nity-1 h3{font-size: 2rem;font-weight: 600;border-bottom:2px solid #fff;padding-bottom: 10px;color: #fff;margin-bottom: 1rem}
.nity-1 ul li{list-style-type: disc;font-size: 1rem;color: #fff}

.nity-2{background-color: #52b6dd;padding:3rem;text-align: center;border-radius:10px;margin-top: 3rem;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  transition:
background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}
.nity-2 h3{font-size: 2.5rem;font-weight: 600;margin-bottom: 2rem}

.miles{background-color:#8b58a4;padding: 4rem 0; }
.Milestones-dete h2{font-size: 3.5rem;font-weight: 600;color: #fff}
.Milestones-dete p{color: #fff}
.Milestones-dete-imh{text-align: center;margin-top: 2rem}
.Milestones-dete-imh span i{font-size: 3.5rem;color: #fff}
.Milestones-dete-imh h5{font-size: 1.2rem;font-weight: 700;margin-top: 1rem;color: #fff;}

.pos-top{position: relative;top: -50px;}
.pos-top img {width:82% ;-webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 2s ease-in-out forwards infinite;
    animation: swinging 2s ease-in-out forwards infinite;}

@keyframes swinging{
    0%{transform: rotate(0deg);}
    25%{transform: rotate(10deg);}
    75%{transform: rotate(-10deg);}
    100%{transform: rotate(0deg);}
}

.our-p{margin: 5rem auto; text-align: center;}

.our-pro-1 {text-align: center; margin: auto; margin-right: 0}
.our-pro-2{}
.our-pro-2 h2{font-size: 3rem;font-weight: 700}

.our-pro-3{margin: auto;margin-left: 0}

.todd{background-image: url(../images/2abamosm.png);background-size: cover;height: 500px;padding-top: 2.5rem;max-width: 23%;margin: 3.5rem auto 0 auto;}
.todd h3{font-size: 2rem; font-weight: 600}
.todd img{width: 100%;border-radius: 25px}
.todd p{font-size: 1.2rem;font-weight: 600;padding-top: 1rem}
.todd span{font-size: 16px;padding-bottom: 1rem;margin-bottom: 1rem}
.todd button{margin-top: 1rem}


.motion-effects-layer{position: absolute;left: 0;text-align: left;}

.motion-effects-layer img{width: 40%;
}
 
.safe{background-color: #52b6dd;padding: 5rem 2rem;text-align: center;}
.safe h2{font-size: 3rem; font-weight: 600;padding-bottom: 2rem;color: #000}

.safe-hand img{width: 25%}
.safe-hand p{color: #000; text-align: center;padding-top: 1rem;font-size: 1rem}


.line-draw{padding-top: 40px !important;position: absolute;
  padding-bottom: 155px !important;
  background-image: url(../icon/why-choose.png);
  left: 0;
  top: 40%}

.why-dont-cry{margin: 5rem auto;}
.why-dont-cry h2{font-size: 3rem; font-weight: 600;padding-bottom: 2rem;}
.whychose-dont{position: relative;min-height: 325px}
.trangle-box{display: block; max-width: 100%; position: relative; margin:50px auto 22px;  width: 224px;}

  .trangle-box::before { content: ''; display: block; width: 100%; padding-top: 100.85%; }

.tringle{width: 100%;clip-path: polygon(3.4% 18.5%,80% 3%,96.4% 80%,18.7% 95.7%);}
.trangle-box img { min-width: 100%; min-height: 100%; max-width: none; max-height: none;  position: relative; }

 .trangle-box img { top: 50%;left: 50%;

  transform: translate(-50%,-50%);}

.trangle-box::after { content: ''; width: 100%; background-position:

center center; background-size: 100% 100%; background-repeat: no-repeat; background-image: url(../icon/bg-icon-box-01.png); }

.trangle-box::after, .tringle { position: absolute;left: 0; height: 100%; display: block; top: 0; }

.whyshose-content {text-align: center; position: absolute; bottom: 0; display: flex; height: 60px; width: 100%; }

.whyshose-content h5 { letter-spacing: 1px; font-size: 28px; font-weight: 600; }

.circle-img::before { padding-top: 107.79% !important; }

.trangle-box::before { content: ''; display: block; width: 100%; padding-top: 100.85%; }

.tringle2 {clip-path: circle(45% at 50% 45%);  width: 231px !important; }

.circle-img::after {  background-image: url(../icon/bg-icon-box-02.png) !important; }

.tringle3{clip-path: polygon(24.6% 3.7%,96% 24%,74.8% 95.8%,3.7% 75.4%);}
.tringle-img::after { background-image: url(../icon/bg-icon-box-03.png) !important; }

.tringle4{clip-path: polygon(50% 7%,95% 88%,5% 88%);}

.tringle4-img::after { background-image: url(../icon/bg-icon-box-04.png) !important; }

.admis{background-color: #ffd1d3;  padding:5rem 0;margin-bottom: 4rem}

.admission{cursor: pointer;--tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));--tw-border-opacity: 1;
  border-color: rgb(238 127 130 / var(--tw-border-opacity));border-style: dashed;border-width: 4px;border-radius: 25px;width: 100%;}

.admis-part-1{padding: 32px;gap: 36px;flex-direction: column;flex-basis: 54%;}
.admis-part-1 img{width: 150px}
.admis-part-1 h2{--tw-text-opacity: 1;
  color: rgb(78 0 13 / var(--tw-text-opacity));line-height: 75px;font-weight: 600;font-size: 3rem;padding-top: 2rem;}

.admis-part-1 h2 span{color: rgb(238 127 130 / var(--tw-text-opacity));}

.admis-part-2{background-color: transparent;flex-direction: column;width: 100px;display: flex;left: 40px;position: relative;}
.admiss-bg-1{background-color: rgb(255 255 255 / var(--tw-bg-opacity));border-radius: 9999px;flex-basis: 100%;}

.admis-part-3{--tw-bg-opacity: 1;
  background-color: rgb(255 209 211 / var(--tw-bg-opacity));margin: 3rem 0;text-align: center;border-radius: 15px}

.admis-part-3 img{object-fit: contain;width:70%}

.franchise{margin-top: 5rem ;margin-bottom: 0!important}

.franchise h2{font-size: 5rem;margin-bottom: 0;font-weight: 600}
.franchise h3{font-size: 2rem;font-weight: 500}

.franch{margin-top: 3rem}
.franch h5{font-size: 1.5rem;font-weight: 600}
.franch p{line-height: 1.6;padding-bottom: 2rem}

.franch-1{text-align: center;}
.franch-1 img{width: 70%;text-align: center;position:relative;top: -120px}




.foot-bottom-img{background-image: url(../images/footer-background.png); z-index: 11; background-position: bottom;  background-size: cover;
  height: 213px; width: 100%;}


footer .footer-top-image{background-color: #fff;margin-top: 4rem}
.footer-bott{}
.foot{background-color: #fae426;padding:0 !important;background-image: url(../images/footer-background.gif);
  background-position:bottom;background-size: contain;background-repeat: no-repeat;padding-top: 10rem;  height: 32rem;display: block!important;}





.foot-1{margin-top: 2rem}
.foot-1 a img{width: 70%;padding-bottom: 1.2rem}
.foot-1 p{padding-bottom: .5rem}
._14{font-size: 18px;font-weight: 600}

.foot-2{margin-top: 6rem}
.foot-2 h5 {font-size: 1.5rem;font-weight: 700}
.foot-2 h5::after{content: ""; position: absolute; width: 155px; height: 3px; top: 33px; left: 15px;
  background: linear-gradient(TO LEFT, #0000, 40%, rgb(0, 0, 0));}

.foot-2 ul{padding-top: 1rem; margin-left: 13px;}
.foot-2 ul li{list-style-type: disclosure-closed;}
.foot-2 ul li a{ color:#000;font-size:16px;font-weight:600;line-height:2.5 ;list-style-type: }
.foot-2 ul li a:hover{border-bottom: 1px solid #000;}


#myDIV { margin: auto; width: 28px; color: #f61111; animation: mymove 1s infinite; }

@keyframes mymove { 50% {transform: rotate(10deg);} }

.aaa{padding-right: 0}
.aaa img{width: 30px;}
.footcall{padding-left:0 }
.footcall span{color: #000;font-size: 16px}
.footcall p a{margin-bottom: 0;color: #000;font-weight: 600;}
.padl{padding-left: 10px!important}
.mail{padding-left: 0}
.mail span{color: #000;font-size: 16px}
.mail p a{color: #000; line-height: 1.6!important;font-weight: 600;}



.foot-3{margin-top: 6rem}
.foot-3 h5 {font-size: 1.5rem;font-weight: 700;padding-bottom: 1.2rem}
.foot-3 h5::after{content: ""; position: absolute; width: 155px; height: 3px; top: 33px; left: 15px;
  background: linear-gradient(TO LEFT, #0000, 40%, rgb(0, 0, 0));}


.foot-4{margin-top: 6rem}
.foot-4 h5 {font-size: 1.5rem;font-weight: 700;padding-bottom: 1.2rem}
.foot-4 h5::after{content: ""; position: absolute; width: 225px; height: 3px; top: 33px; left: 15px;
  background:linear-gradient(TO LEFT, #0000, 40%, rgb(0, 0, 0));}

.edu-img-3{display: block;padding: 0;   }

.edu-img-3 a{}

.foot-bott-a{margin-top: 2rem}
.foot-bott-a a{color: #000;opacity: .7}

.footer-top-image::before { content: ''; position: relative; min-height: 300px; width: 100%; background: url(../images/footer-top.jpg);
    background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; background-repeat: repeat-x;
  background-position: bottom; display: block; top: 3px; background-size: cover; max-height: 396px; }


.footer-social-icons { width: 350px; display:block; margin: 0 auto; }

.social-icon-foo { color: #fff; }

ul.social-icons { margin-top: 10px; }

.social-icons li { vertical-align: top; display: inline; height: 100px; }

.social-icons a { color: #fff; text-decoration: none; }

.social-icon-foo .fa-facebook-f {border-radius: 5px; padding:10px 14px;
   -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30; }

.social-icon-foo .fa-facebook-f:hover {  background-color: #3d5b99; }

.social-icon-foo .fa-instagram {border-radius: 5px;
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.social-icon-foo .fa-instagram:hover { background-color: #00aced; }

.social-icon-foo .fa-youtube {border-radius: 5px;
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.social-icon-foo .fa-youtube:hover {   background-color: #e64a41; }
.foot-by-web{background-color: #aed548;padding:15px 00;text-align: center;}
.foot-by-web a{font-size: 14px;color: #000}

/*--------------------------------------------contact-us-page-css-start-here-----------------------------------*/


.snip1529 { box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); color: #ffffff; font-size: 16px; line-height: 1.6em; margin: 15px;
  max-width: 250px; min-width: 250px; overflow: hidden; position: relative; text-align: left; width: 100%;text-align:center; }

.bg-1{background-color:#ffc992!important;border-radius: 10px}
.bg-2{background-color:#9edcda !important;border-radius: 10px}
.bg-3{background-color:#adc9ef !important;border-radius: 10px}
.bg-4{background-color:#88d2f7 !important;border-radius: 10px}

.snip1529 * {text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
.snip1529 img { max-width: 50%; vertical-align: top; position: relative;padding-bottom: 2.2rem;
  padding-top: 2rem; }

.snip1529 .date { background-color: #fff; color: #333; font-size: 18px; font-weight: 800; min-height: 48px;
  min-width: 48px; padding: 10px 0; position: absolute; right: 15px; text-align: center; text-transform: uppercase; top: 0; }

.snip1529 .date span { display: block; line-height: 14px; }
.snip1529 h5,
.snip1529 p { margin: 0; padding: 0;color:#fff }

.snip1529 h5 {color: #000; font-weight: 800; letter-spacing: -0.4px; padding: 1rem;background-color: #fff;font-size: 16px}

.snip1529 .hover {padding: 1.5rem; position: absolute; top: 0; bottom: 0; left: 0; right: 0; align-items: center; background-color: 
  rgba(0, 0, 0, 0.75);  display: flex; font-size: 65px; justify-content: center; opacity: 0;}

.snip1529 a { left: 0; right: 0; top: 0; bottom: 0; position: absolute; z-index: 1; }

.snip1529:hover .hover,
.snip1529.hover .hover { -webkit-transition-delay: 0.1s; transition-delay: 0.1s; opacity: 1; }









.page-header-contact{background-color: #0091c8;margin-top: 5rem;position: relative;background-image: url(../images/top-head-pattern.png); 
  background-position:center;background-repeat: no-repeat;background-size: 100% auto;background-size: cover;height: 350px;padding: 3rem}


.page-header-contact h1{margin-top: 2.5rem;font-size: 56px;font-weight: 700;color: #fff}
.page-header-contact p{font-size: 32px;color: #fff}
.page-header-contact img{}

.header_wave-bottom-contact{position: absolute;width: 100%;z-index: 1;user-select: none;pointer-events: none;
  display: flex;}


.header_wave-bottom-contact img{position: absolute;bottom: -5rem}

.contact-midd-img img {margin-bottom: 3rem}

.con-left{border-radius: 15px 0 0 15px}
.con-right{border-radius: 0 15px 15px 0}

.abou{margin: 6rem auto;}
.abu-back-1{background-color: #fff0dd;border-radius: 10px 10px 10px 10px;margin: auto;max-width: 22%;height: 130px;
  overflow: hidden; padding-top: 25px; padding-right: 30px; padding-bottom: 18px; padding-left: 30px; box-shadow: 0px 8px 0px 0px #f8a339;}


.sec-title-style1 { position: relative; display: block; margin-top: -9px; padding-bottom: 50px; }

.sec-title-style1.max-width{ position: relative; display: block; max-width: 770px; margin: -9px auto 0; padding-bottom: 52px;  }

.sec-title-style1.pabottom50 { padding-bottom: 42px; }

.sec-title-style1 .title { position: relative; display: block; color: #fff; font-size: 36px; line-height: 46px;
    font-weight: 700; text-transform: uppercase; }

.sec-title-style1 .title.clr-white{ color: #ffffff; }

.sec-title-style1 .decor { position: relative; display: block; width: 70px; height: 5px; margin: 19px 0 0; }

.sec-title-style1 .decor:before{ position: absolute; top: 0; right: 0; bottom: 0; width: 5px; height: 5px;
    background: #FFA500; border-radius: 50%; content: ""; }

.sec-title-style1 .decor:after{  position: absolute; top: 0; right: 10px; bottom: 0; width: 5px; height: 5px;
    background: #FFA500; border-radius: 50%; content: ""; }

.sec-title-style1 .decor span { position: absolute; top: 0; left: 0; bottom: 0; width: 50px; height: 1px;
    background: #FFA500; margin: 2px 0; }


.sec-title-style1 .text .decor-left::before{position: absolute;top: 0;right: 0;bottom: 0;width: 5px;height: 5px;background:#fff;
  border-radius:50%;content: "";}


.sec-title-style1 .text .decor-left-cont { position: relative; top: -2px; display: inline-block; width: 70px; height: 5px;
  background:transparent; }

.sec-title-style1 .text .decor-left-cont::before{position: absolute;top: 0;right: 0;bottom: 0;width: 5px;height: 5px;background:#fff;
  border-radius:50%;content: "";}

.sec-title-style1 .text .decor-left-cont span { position: absolute; top: 0; left: 0; bottom: 0; width: 50px; height: 1px;
  background: #fff; content: ""; margin: 2px 0; } 

.sec-title-style1 .text .decor-left-cont::after { position: absolute; top: 0; right: 10px; bottom: 0; width: 5px;
  height: 5px; background: #ffffff; border-radius: 50%; content: ""; }



.sec-title-style1 .text{ position: relative; display: block; margin: 7px 0 0; }

.sec-title-style1 .text p{ position: relative; display: inline-block; padding: 0 15px; color: #131313; font-size: 14px;
    line-height: 16px; font-weight: 700; text-transform: uppercase; margin: 0;font-size:2.5rem }

.sec-title-style1 .text.clr-yellow p{ color: #FFA500; }

.sec-title-style1 .text .decor-left{ position: relative; top: -10px; display: inline-block; width: 70px; height: 5px;
    background: transparent; }

.sec-title-style1 .text .decor-left span { position: absolute; top: 0; left: 0; bottom: 0; width: 50px; height: 1px;
    background: #1192CA; content: ""; margin: 2px 0; }

.sec-title-style1 .text .decor-left:before{ position: absolute; top: 0; right: 0; bottom: 0; width: 5px; height: 5px;
    background: #1192CA; border-radius: 50%; content: ""; }

.sec-title-style1 .text .decor-left:after{ position: absolute; top: 0; right: 10px; bottom: 0; width: 5px;
    height: 5px; background: #1192CA; border-radius: 50%;  content: ""; }

.sec-title-style1 .text .decor-right{ position: relative; top: -10px; display: inline-block; width: 70px; height: 5px; background: transparent; }

.sec-title-style1 .text .decor-right span { position: absolute; top: 0; right: 0; bottom: 0; width: 50px; height: 1px; background: #1192CA;
    content: "";  margin: 2px 0; }

.sec-title-style1 .text .decor-right:before{ position: absolute; top: 0; left: 0; bottom: 0; width: 5px; height: 5px; background: #1192CA;
    border-radius: 50%;  content: ""; }

.sec-title-style1 .text .decor-right:after{ position: absolute; top: 0; left: 10px; bottom: 0; width: 5px; height: 5px;  background: #1192CA;
    border-radius: 50%; content: ""; }

.sec-title-style1 .bottom-text{ position: relative; display: block; padding-top: 16px; }

.sec-title-style1 .bottom-text p{ color: #848484; font-size: 16px; line-height: 26px; font-weight: 400; margin: 0; }

.sec-title-style1 .bottom-text.clr-gray p{ color: #cdcdcd; }

.contact-address-area{ position: relative;display: block; background: #ffffff; padding: 100px 0 120px; }

.contact-address-area .sec-title-style1.max-width {padding-bottom: 72px;}

.contact-address-box{display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; align-items: center; }

.single-contact-address-box { position: relative; display: block; background: #1192ca; padding: 50px 0px 50px; }

.single-contact-address-box .icon-holder{ position: relative; display: block; padding-bottom: 24px; }

.single-contact-address-box .icon-holder span:before{ font-size: 75px; }

.single-contact-address-box h3{ color: #ffffff; margin: 0px 0 9px; }

.single-contact-address-box h2{ color: #FFA500; font-size: 24px; font-weight: 600; margin: 0 0 19px; }

.single-contact-address-box a{color: #ffffff; }

.single-contact-address-box.main-branch { background: #f05542; padding: 53px 30px 51px; margin-top: -20px; margin-bottom: -20px;border-radius:10px }

.single-contact-address-box.main-branch h3{ color: #ffffff; font-size: 18px; font-weight: 700; margin: 0 0 38px; text-transform: uppercase;
    text-align: center; }

.single-contact-address-box.main-branch .inner{ position: relative; display: block; }

.single-contact-address-box.main-branch .inner ul{ position: relative; display: block; overflow: hidden; }

.single-contact-address-box.main-branch .inner ul li{ position: relative; display: block; padding-left: 110px; border-bottom: 1px solid #000;
    padding-bottom: 23px; margin-bottom: 24px; }

.single-contact-address-box.main-branch .inner ul li:last-child{ border: none; margin-bottom: 0; padding-bottom: 0; }

.single-contact-address-box.main-branch .inner ul li .title{ position: absolute; top: 2px; left: 0; display: inline-block; }

.single-contact-address-box.main-branch .inner ul li .title h4{ color: #ffffff; font-size: 18px; font-weight: 600; line-height: 24px;
    text-transform: capitalize; border-bottom: 2px solid #000; }

.single-contact-address-box.main-branch .inner ul li .text{ position: relative; display: block; }

.single-contact-address-box.main-branch .inner ul li .text p{ color: #fff; font-size: 16px; line-height: 24px; font-weight: 600;
    margin: 0; }

.contact-info-area { position: relative; display: block; background: #ffffff; }

.contact-form {background-image: url(../images/contact-form-bg.webp);  position: relative; display: block; background: #f05542;
    padding: 100px 60px 80px; -webkit-box-shadow: 0px 3px 8px 2px #ededed;  box-shadow: 0px 3px 8px 2px #ededed; z-index: 3;border-radius:10px }

.contact-form .sec-title-style1{ position: relative; display: block; padding-bottom: 15px;  }

.contact-form .text-box{ position: relative; display: block; margin-top: 10px;  }

.contact-form .text p{ color: #fff; line-height: 26px; margin: 0; }
.contact-form .text-box P{color: #fff!important}

.contact-form .inner-box{ position: relative; display: block; background: #ffffff;padding:2rem ;width: 100%}

.contact-form form{ position: relative; display: block; }

.contact-form form .input-box{ position: relative; display: block; }

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea{ position: relative; display: block; background: #ffffff; border: 1px solid #eeeeee;
    width: 100%; height: 55px; font-size: 16px; padding-left: 19px; padding-right: 15px; border-radius: 0px;
    margin-bottom: 20px; transition: all 500ms ease; }

.contact-form form textarea { height: 130px; padding-left: 19px; padding-right: 15px; padding-top: 14px; padding-bottom: 15px; }

.contact-form form input[type="text"]:focus{ color: #222222; border-color: #d4d4d4;  }

.contact-form form input[type="email"]:focus{ clor: #222222; border-color: #d4d4d4; }

.contact-form form textarea:focus{ color: #222222; border-color: #d4d4d4; }

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #848484;
}
.contact-form form input[type="text"]:-moz-placeholder {
    color: #848484;
}
.contact-form form input[type="text"]::-moz-placeholder {
    color: #848484;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #848484;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #848484;
}
.contact-form form input[type="email"]:-moz-placeholder {
    color: #848484;
}
.contact-form form input[type="email"]::-moz-placeholder {
    color: #848484;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #848484;
}
.contact-form form button { position: relative; display: block; width: 100%; background: #f05542; border: 1px solid #FFA500; color: #fff;
    font-size: 16px; line-height: 55px; font-weight: 600; text-align: center; text-transform: capitalize; transition: all 200ms linear;
    transition-delay: 0.1s; cursor: pointer; }

.contact-form form button:hover{ color: #ffffff; background: #131313; }



.desk-non{display: none;}
.desk-non-4{display: none;}
/*--------------------------------------------contact-us-page-css-end-here-----------------------------------*/




/*--------------------------------franchise css start here------------------------*/


.page-header-franchise{background-color: #0091c8;margin-top: 5rem;position: relative;background-image: url(../images/franchise-top-back.png); 
  background-position:center;background-repeat: no-repeat;background-size: 100% auto;background-size: contain;padding: 5rem 0}
.page-header-franchise h1{margin-top: 2.5rem;font-size: 56px;font-weight: 700;color: #fff}
.page-header-franchise p{font-size: 32px;color: #fff}
.page-header-franchise img{}

.header_wave-bottom-franchise{position: absolute;width: 100%;z-index: 1;user-select: none;pointer-events: none;
  display: flex;}
.header_wave-bottom-franchise img{position: absolute;bottom: -5rem}


.contact-midd-img img {margin-bottom: 3rem}

.franchise-form{background-color: #8b58a4;padding: 5rem 0}
.fran-fom-1 img{width: 90%;margin-top: 3rem}
.fran-fom-1 h2{color: #fff;margin-bottom: 0;font-size: 3rem;font-weight: 600}
.fran-fom-1 p{color: #fff}
.fran-fom-2 label{color: #fff!important}

.fran-fom-2 label placeholder{font-size: 12px}
.fran-fom-2 h3{color: #fff;font-weight: 600;margin-bottom: 0}
.fran-fom-2 p{color: #fff;margin-bottom: 2rem}
.fran-fom-2 form{background-color: #1192ca;padding:1.5rem;border-radius:10px;}

.form-control{font-size: 14px;padding: 1rem}
.fran-butt{width: 100%}
.fran-butt::before{display: none!important;}


.start-own{background-image: url(../images/start-franchise-bg.webp);background-position:
center;background-size: cover;height: 55rem;padding: 2.5rem 0}

.own-1 h2{font-size: 3rem;font-weight: 600}

.own-2{padding-left: 5rem}
.franc-won-1{margin-bottom: 2rem}
.franc-won-1 img{ width:80% }
.franc-won-2{align-content: center!important;padding-left: 0;margin-bottom: 1rem}
.franc-won-2 h5{font-size: 1.5rem;font-weight: 600;margin-bottom: 0}


.faq{padding: 5rem 0}
.faq h1{font-weight: 600;margin-bottom: 2rem}
.faqs-container{
    overflow: hidden;
}
.faq-singular {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0 30px 0 20px;
}
.faq-singular:hover,
.faq-singular.active{
    background: #f2f2f2;
    background-image: linear-gradient(90deg, #1192ca 0%, #1192ca 8px, transparent 8px, transparent 100%);
}
.faq-singular .faq-question {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 25px 25px 25px 0px;
    font-weight: 700;
    font-size: 24px;
}
.faq-singular .faq-question:before {
    position: absolute;
    content: "+";
    color: #808080;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 700;
    transition: all .5s;
}
.faq-singular.active .faq-question:before {
    transform: translateY(-50%) rotate(45deg) scale(1.3);
}
.faq-answer {
    display: none;
    padding-bottom: 20px;
}


/*--------------------------------franchise css end here------------------------*/









/*------------------------------about us start here-------------------------*/


.page-header-about-start{background-color: #0091c8;margin-top: 5rem;position: relative;background-image: url(../images/about-back-top.png); 
  background-position:center;background-repeat: repeat;background-size: 100% auto;background-size: cover;padding-top: 3rem}
.page-header-about-start h1{margin-top: 2.5rem;font-size: 56px;font-weight: 700;color: #fff}
.page-header-about-start p{font-size: 32px;color: #fff}
.page-header-about-start img{}

.header_wave-bottom-about-start{position: absolute;width: 100%;z-index: 1;user-select: none;pointer-events: none;
  display: flex;}

.header_wave-bottom-about-start img{position: absolute;bottom: -5rem}

.contact-midd-img img {margin-bottom: 0rem;text-align: center;}
.contact-midd-img{text-align: center;}


.who-we{padding: 5rem 0}


.who-abu img {width:70% ;-webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 2s ease-in-out forwards infinite;
    animation: swinging 2s ease-in-out forwards infinite;}

@keyframes swinging{
    0%{transform: rotate(0deg);}
    25%{transform: rotate(10deg);}
    75%{transform: rotate(-10deg);}
    100%{transform: rotate(0deg);}
}

.who-abu-1 h2{ font-size:3.5rem;font-weight:600 }
.who-abu-1 p{line-height: 2rem}


.place{background-color: #8b58a4;padding: 4rem 0;color: #fff}

.palce-every-1 h2{font-size: 3rem;font-weight: 600;color: #fff;margin-bottom: 0}
.palce-every-1 p{color: #fff}

.every-1 {padding-right: 0;margin-top: 2rem}
.every-1 img{width: 100%}


.every-2{margin-top: 2rem}
.every-2 h5{font-size: 1.5rem;font-weight: 600;margin-bottom: 0}

.img-1-place{width: 90%;border-radius: 15px;border: 8px solid #f05441;margin-bottom: 2rem}
.img-2-place{width: 90%;border-radius: 15px;border: 8px solid #f05441;}

.img-3{align-content: center;padding: 0}
.img-3-place{width: 100%;border-radius: 15px;border: 8px solid #f05441;}

.goul{padding: 6rem 0}

.vision .card{position: relative;background-color: #fabd6d;padding: 3rem;text-align: center;height: 410px;border-radius: 15px}
.vision .card .card-body{padding: 0}
.vision img{position: absolute;top: -13%;bottom: 0;background-color: #1192ca;border-radius: 50px;left: 40%;padding: 1rem}
.vision h5{font-size: 2rem;font-weight: 600;margin-top: 2rem}


.mission .card{position: relative;background-color: #fabd6d;padding: 3rem;text-align: center;height: 410px;border-radius: 15px}
.mission .card .card-body{padding: 0}
.mission img{position: absolute;top: -13%;bottom: 0;background-color: #1192ca;border-radius: 50px;left: 40%;padding: 1rem}
.mission h5{font-size: 2rem;font-weight: 600;margin-top: 2rem}

.philosophy{padding: 0;margin-top: 6rem}
.philosophy .card{position: relative;background-color: #f05441;padding: 3rem;text-align: center;height: 300px;border-radius: 15px}
.philosophy .card .card-body{padding: 0}
.philosophy img{position: absolute;top: -50px;bottom: 0;background-color: #1192ca;border-radius: 50px;left: 45%;padding: 1rem}
.philosophy h5{font-size: 2rem;font-weight: 600;margin-top: 2rem;color: #fff}
.philosophy p{color: #fff}


.our-team-section { position: relative; padding-top: 40px; padding-bottom: 40px;background-color:#8b58a4;}
.our-team-section h2{font-size: 3.5rem;font-weight: 600;margin-bottom: 2rem;color: #fff;margin-top: 2rem}
.our-team-section:before { position: absolute; top: -0; left: 0; content: " "; background: url(img/service-section-bottom.png);
    background-size: 100% 100px; width: 100%; height: 100px; float: left; z-index: 99; }

.our-team { padding: 30px 0 40px; background: #f9f9f9; text-align: center; overflow: hidden; position: relative;
 border-bottom: 5px solid #1192ca;margin-bottom: 3rem;border-radius: 15px}

.our-team:hover{ border-bottom: 5px solid #f05441; }

.our-team .pic{ display: inline-block; width: 175px; height: 175px; margin-bottom: 25px; z-index: 1; position: relative; }

.our-team .pic:before { content: ""; width: 100%; height: 100%; border-radius: 50%; background: #1192ca; position: absolute;
    bottom: 135%; right: 0; left: 0; opacity: 1; transform: scale(3); transition: all 0.3s linear 0s; }

.our-team:hover .pic:before{ height: 100%; background: #f05441;  }

.our-team .pic:after { content: ""; width: 85%; height: 85%; border-radius: 50%; background: #ffffff00;
    position: absolute; top: 13px;left: 13px; z-index: 1; ctransition: all 0.3s linear 0s; }

.our-team:hover .pic:after{  background: #1192ca; }

.our-team .pic img {width: 100%; height: auto; border-radius: 50%; transform: scale(1); transition: all 0.9s ease 0s; 
  box-shadow: 0 0 0 5px #f7f5ec; transform: scale(0.7); position: relative; z-index: 2; }

.our-team:hover .pic img{ box-shadow: 0 0 0 10px #f7f5ec; transform: scale(0.7); }

.our-team .team-content{ margin-bottom: 30px; }

.our-team .title{ font-size: 22px; font-weight: 700; color: #4e5052; letter-spacing: 1px; text-transform: capitalize;
    margin-bottom: 5px;}

.our-team .post{ display: block; font-size: 15px; color: #4e5052; text-transform:capitalize; }

.our-team .social{ width: 100%; padding: 0; margin: 0; background: #2f2f2f; position: absolute; bottom: -100px; left: 0;
    transition: all 0.5s ease 0s; }

.our-team:hover .social{ bottom: 0; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{ display: block; padding: 10px; font-size: 17px; color: #fff;  transition: all 0.3s ease 0s; }

.our-team .social li a:hover{ color: #2f2f2f; background: #f7f5ec; }

@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}


.about-margin{margin-bottom: 4rem }

/*------------------------------about us css end here-------------------------*/





/*------------------------------------------event ----------------------------------*/



 

.page-header-event-start{background-color: #0091c8;margin-top: 5rem;position: relative;background-image: url(../images/event-back.png); 
  background-position:center;background-repeat: repeat;background-size: 100% auto;background-size: cover;padding-top: 3rem}
.page-header-event-start h1{margin-top: 2.5rem;font-size: 56px;font-weight: 700;color: #fff}
.page-header-event-start p{font-size: 32px;color: #fff}
.page-header-event-start img{}


.don-evnt h2{font-size: 2rem;font-weight: 600;margin-bottom: 0rem;color: #000;margin-top: 5rem;text-align: center ;}
.don-evnt p{text-align: center;}





.dont-fest{margin: 4rem auto;}

.even-1{display: inline-block;margin:15px 0px;border-radius: 10px!important;
  vertical-align: top;position: relative;cursor: pointer;overflow: hidden!important;}

.ev-1{border: 1px solid #ccc; padding: 3rem;margin: 2rem auto;}
.ev-1 h2{padding: 5px 10px;border-radius: 5px;width: 40%;font-weight: 600;margin-bottom: 1.5rem;color: #000;
font-size: 1.5rem}

.fs-1{display: block;transform: scale(1);transition: all 0.6s;overflow: hidden;border-radius: 10px 10px 0 0}
.fs-1 img{width: 100%;height: auto;max-width: 100%;max-height: none;margin: 0;border: none;}

.fs-1-icon{background: #fff;padding: 1vw;text-align: center;left: 0;
  right: 0;margin-left: auto;margin-right: auto;border-radius: 50%;width: 18%;height: auto;position: absolute;bottom: 9.5vw;}

.fs-1-icon img{width: 100%;height: auto;max-width: 100%;max-height: none;margin: 0;border: none;}
.yes{display: block;}
.no{display: none;}

.fs-1-text{background: #f05441;width: 100%;padding: 2.5vw 1.5vw 1.5vw 1.5vw;text-align: center;transition: all .25s ease-in-out;height: 165px
;border-radius: 0px 0px 10px 10px}
.fs-1-text h5{font-size: 1.5rem;font-weight: 600;color: #fff;margin-top: 1rem}
.fs-1-text p{color: #fff}
.even-1:hover{outline: none;}
.even-1:hover .fs-1 img{transform: scale(1.05);transition: all 0.6s;outline: none;}
.even-1:hover .fs-1-text{background: #1192ca;transition: all .25s ease-in-out;outline: none;}

.even-1:hover .yes{display: none;outline: none;}
.even-1:hover .no{display: block;outline: none;}

/*------------------------------------------event end-------------------------------*/




















    @media only screen and (max-width: 480px) {


/*----------------index page mobile------------------------*/
.animatable{visibility: visible;}
.fadeInUp{animation: none!important;}
.animated {
  visibility: visible;

  animation-fill-mode: both;
  animation-duration: 0s!important;
  animation-play-state: paused;
}





h2{font-size:2.5rem!important}

.page-header{margin-top: 3rem}
.page-header img{width: 100%}
.page-header h1{margin-top: 3.5rem}
.page-header{background-size: contain;background-position: bottom;}

.abou{margin: 2rem auto;}
.aboutsch img{width: 80%}
.aboutsch{text-align: center;margin-bottom: 3rem}
.aboutsch-head{padding-left: 1rem}
 .Milestones-dete{padding: 0 2rem}
.pos-top img{width: 40%}

.pos-top{top: 0;text-align: center;}
.our-p{margin: 3rem auto;}
.todd{max-width: 48%}
.motion-effects-layer img{display: none;}
.why-dont-cry{margin: 3rem auto;}
.why-dont-cry h2{padding-bottom: 0}
.why-dont-cry{padding: 0}
.whyshose-content{display: inline-block;}
.admis{padding: 3rem 2rem}
.admis-part-3{margin: 1rem}
.franchise h2{font-size: 4rem}
.franchise{margin: 3rem auto;}
.franch{margin-top: 1rem;margin-bottom: 4rem}
.franch-1 img{top: -25px;width: 80%}

.allcenter{padding-top: 10px}

.foot{background-color: #fae426;padding:0 !important;background-image: url(../images/footer-background-mobile.gif);
  background-position:bottom;background-size: contain;background-repeat: no-repeat;padding-top: 10rem;  height: 32rem;display: block!important;}
.foot-2 ul li a{font-size: 14px}

.foot-2 h5{font-size: 1rem;margin-bottom: 0}
.foot-2 h5::after{top: 25px}
.foot-4 h5{font-size: 1rem;margin-bottom: 0}

.safe{padding: 3rem 0}
/*.fransupp{}
.fransupp h2{padding-top: 2rem}
.snip1579 img{padding-bottom: 5rem}
.snip1579 figcaption{height: 55px}
.snip1579{max-width: 140px!important;min-width: 140px;width: 45%}*/

.fransupp{background-image: none;padding: 3rem 0}
.fransupp h2{font-size: 2rem!important;padding: 0 1rem}
.bg-1{margin: 15px auto ;}
.bg-2{margin: 15px auto }
.bg-3{margin: 15px auto ;}
.bg-4{margin: 15px auto ;}


.join-1 h3{text-align: center;}
.join-2{text-align: center;}
.join-2 img{width: 55%;text-align: center;margin:2rem auto;}

.join-3{padding: 0 2.5rem}
.join-3 ul li{font-size: 16px}

.opport{padding: 3rem 2.5rem }
/*-----------------contact-page-mobile-----------------*/
.page-header-contact{margin-top: 0;padding: 2rem 1rem;}
.header_wave-top2{bottom: -60px!important}
.page-header-contact h1{margin-top: 1.52rem}
.page-header-contact{padding-top: 5rem;padding-bottom: 0;height: 450px}
.contact-address-area{padding: 0;margin: 1rem}

.header_wave-bottom-contact img{bottom: 0}
.contact-form{padding: 50px 15px 50px;}
.contact-form .sec-title-style1{width: 100%;padding-bottom: 0}
.contact-form .text-box{width: 100%;padding-bottom: 1rem}


.contact-map iframe{width: inherit;}

.abu-back-1{max-width: 45%;height: 120px;margin: 2rem auto;padding: 1rem}
.about-par-1 img{width: 80%}
.about-par-1{padding-right: 0}
.about-par-2{padding-left: 0}

.foot{height: 62rem;padding: 1rem!important;}

.footer-top-image::before{min-height: 100px}

.foot-2{margin-top: 3rem;max-width: 150px}
.foot-2 h5{font-size: 1.2rem}
.foot-2 h5::after{width: 115px;}
.foot-3{margin-top: 2rem!important}
.foot-3 h5{font-size: 1.2rem;margin-bottom: 0}
.foot-3 h5::after{width: 115px;top: 25px}

.mob-non{display: none;}
.mob-non-2{display: none;}
.desk-non-4{display: block;}
.desk-non{display: block;}

.footcall{padding-left: 0;}
.mail{padding-left: 0}
.foot-bott-a a{font-size: 1rem}
.foot-bott-a{margin-bottom: 5rem}
.foot-4{margin-top: 3rem;padding-left: 0}
.foot-4 h5{font-size: 1.2rem}
.foot-4 h5::after{width: 170px;left: 0;top: 25px}
.mail p a{font-size: 14px}
.footcall p a{font-size: 14px}


.awrd-mob{max-width: 100%}
.awrd-mob img{}


/*------------------------franchise page mobile------------------*/


.page-header-franchise{margin-top: 0;padding: 4rem 1rem;background-size: cover;}
.header_wave-bottom-franchise img{bottom: 0}

.franchise-form{padding: 3rem 1rem}
.fran-fom-1 img{margin-bottom: 2rem}
.start-own{padding: 3rem 1rem;background-image: none;}
.faq{display: block;padding-top: 48rem}
.own-2{text-align: center;padding-left: 0;}
.franc-won-1 img{width: auto;}
.franc-won-2{padding-left: 2rem;text-align: left;}





/*------------------------------about page mobile---------------------------*/


.page-header-about-start{margin-top: 1rem}
.header_wave-bottom-about-start img{bottom: 0}
.contact-midd-img img{margin-bottom: 3rem}

.who-we{padding: 1rem 0;text-align: center;}
.place{padding: 3rem 1rem}

.mobi-about{text-align: center;margin-bottom: 2rem}
.mobi-img{text-align: center;}
.img-3-place{margin-top: 2rem}
.vision .card{height: auto;margin-bottom: 5rem}
.vision img{left: 35%;left: 35%;position: absolute;top: -50px;}
.mission .card{height: auto;}
.mission img{left: 35%;position: absolute;top: -50px;}
.philosophy .card{height: auto;}
.philosophy img{left: 35%;left: 35%;position: absolute;top: -50px;}


br{display: none;}
.br{display: block;}

.fa-phone-alt::before{color: #fff}





  .whats-float {
    bottom: 30px;
    right: 5px;
  }


  .phone-call {display: block;
    border-radius:0 5px 5px 0;
    left: 0px;
    bottom: 30px;
    height: 50px;
    opacity: .8;
  }


.ev-1{padding: 1.5rem}
.ev-1 h2{width: 100%;font-size: 1.2rem!important}
.fs-1-icon{bottom: 8.6rem;padding: 2.5vw}
.fs-1-text h5{margin-top: 2rem}

.page-header-event-start{margin-top: 1rem}










}      



























