:root {
  --white: #ffffff; 
  --black: #000000;
  --grey: #f9f9f9;
  --yellow: #F79420;
  --purple: #952480;
  --green: #24b24d;
  --light-purple: #753cbe;
  --primary-color: #952480;
}

* { box-sizing: border-box;}
html, body { margin: 0;	padding: 0;	border: 0; font-size: 16px; line-height: 1.6; vertical-align: baseline; font-family: "Mulish", sans-serif; font-optical-sizing: auto; font-style: normal; font-weight: 400; list-style: none; color:var(--black);}
a:focus,button:focus,input:focus,textarea:focus { outline:0; text-decoration:none;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; -webkit-font-smoothing:antialiased; margin-bottom:15px; color:var(--purple); line-height: 1; font-family: "Bubblegum Sans", sans-serif;}
h1 { font-size: 74px;}
h2 { font-size: 54px;}
h2 span { display: block; font-weight: 400; color: var(--green); font-size: 20px; font-family: "Love Ya Like A Sister", cursive; padding-bottom: 20px;}
h3 { font-size: 24px;}
h4 { font-size: 16px;}
a { color:#018aff; text-decoration:none; transition:all ease-out .3s; -webkit-transition:all ease-out .3s; -moz-transition:all ease-out .3s;-ms-transition:all ease-out .3s; -o-transition:all ease-out .3s;}
a:hover { text-decoration:none;color:#3b90ff;}
label { font-weight:400;margin:0;}
p { font-size: 16px; line-height: 1.6; color: var(--black); margin:0; padding:0; font-weight: 500; margin-bottom:15px;}
li,ol,ul { list-style:none; margin:0; padding:0;}
focus { outline:0;}

/*========================== Commen styles ========================*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #787878;}
::-moz-placeholder { /* Firefox 19+ */ color: #787878;}
:-ms-input-placeholder { /* IE 10+ */ color: #787878;}
:-moz-placeholder { /* Firefox 18- */ color: #787878;}

.primary-btn { display: inline-block; position: relative; border: none; padding: 14px 30px; border-radius: 10px; font-size: 15px; font-weight: 700; background-image: linear-gradient(180deg, #FFE692 0%, #f79420 100%); box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.25) inset; border-radius: 30px; transition: all .3s; text-align: center; background-color: #F79420; color: var(--purple); fill: var(--purple); overflow: hidden;}
.primary-btn span { position: relative; z-index: 2;}
.primary-btn:hover { background: var(--yellow); color: var(--white); background-image: linear-gradient(180deg, #E2AE00 0%, #f79420 100%); box-shadow: 0px 0px 0px 5px #FFC503 inset;}

.hover-border-btn { display: inline-block; position: relative; border: none; padding: 14px 30px; border-radius: 10px; font-size: 15px; font-weight: 700; background-image: linear-gradient(180deg, #FFE692 0%, #f79420 100%); box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.25) inset; border-radius: 30px; transition: all .3s; text-align: center; background-color: #F79420; color: var(--purple); fill: var(--purple); overflow: hidden;}
.hover-border-btn:hover { background: none; color: var(--white); box-shadow: 0px 0px 0px 5px #FFC503 inset;}

.white-btn { display: inline-block; position: relative; border: none; background: var(--white); color: var(--black); padding: 14px 30px; border-radius: 10px; font-size: 16px; font-weight: 500;}
.white-btn:hover { background: var(--primary-color); color: var(--black);}

.button-style2 { display: inline-block; background-color: transparent; font-family: "Mulish", Sans-serif; font-weight: 700; line-height: 1.5em; color: var(--light-purple); background-image: linear-gradient(180deg, #FFE692 0%, #f79420 100%); box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.25) inset; border-radius: 30px; border: 1px solid #c36; padding: .5rem 1rem; font-size: 1rem; transition: all .3s;     text-align: center; white-space: nowrap;}
.button-style2:hover { background-color: transparent; color: var(--light-purple); background-image: linear-gradient(180deg, #E2AE00 0%, #f79420 100%); box-shadow: 0px 0px 0px 5px #FFC503 inset;}

.transparant-btn { display: inline-block; position: relative; border: none; background: #ffffff3d; color: var(--white); padding: 14px 30px; border-radius: 10px; font-size: 16px; font-weight: 500;}
.transparant-btn:hover { background: var(--white); color: var(--black);}


section { display: block; padding: 75px 0;}
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text span,
.white-text ul li,
.white-text ul li a { color: var(--white);}

.owl-carousel .owl-item img { width: auto;}
.owl-carousel .owl-stage { display: flex;}
.owl-carousel .owl-nav { width: 100%; height: 1px; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; display: flex; align-items: center; justify-content: space-between;}
.owl-carousel .owl-nav button { font-size: 24px; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 100%; background: #0000007d !important; transition: all ease-out 0.3s;}
.owl-carousel .owl-nav button span { font-size: 20px; color: #ffffff;}
.owl-carousel .owl-nav button:hover { background: #000000ec !important;}

.bg-grey { background: var(--grey) !important;}
.bg-yellow { background: var(--yellow) !important;}
.bg-purple { background: var(--purple) !important;}
.bg-green { background: var(--green) !important;}

/*========================== Commen styles ========================*/

.header { display: block;}
.header-top-block { display: block; padding: 6px 0; background: var(--purple);}
.location-mail { display: flex; justify-content: end; flex-wrap: wrap;}
.location-mail li { padding-left: 15px; border-left: 1px solid #a74995; margin-left: 50px;}
.location-mail li a { display: block; position: relative; padding-left: 45px;}
.location-mail li a svg { width: 35px; height: 35px; display: block; position: absolute; left: 0; top: 5px;}
.location-mail li a svg path { fill: var(--white);}
.location-mail li a p { color: var(--white); font-size: 13px; line-height: 1.5;}
.location-mail li a p span { display: block; font-weight: 700; font-size: 16px;}
.location-mail li:first-child { border-left: 0; margin-left: 0;}

.header-main-block { display: block;}
.header-main-block .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.logo { display: block;}
.logo img { display: block;}


/* ==========================================================================
   Menu with dropdown menu begin
   ========================================================================== */
.main-menu { display:block;}
.main-menu > ul { display:block; text-align: center;}
.main-menu > ul > li { display:inline-block; margin: 0 25px;}
.main-menu > ul > li > a { color:#952480; display: block; font-size: 16px; padding: 30px 0; position: relative; line-height: 1; font-weight: 700;}
.main-menu > ul > li:hover > a, .main-menu > ul > li.active > a { color: #24B24D;}
.main-menu > ul > li.dropdown { position: relative;}
.main-menu > ul > li.dropdown > a::before { content: "\f107"; font-family: "FontAwesome"; font-size: 14px; color: var(--purple); display: inline-block; position: absolute; right: -20px; top: 31px;}
.main-menu > ul > li.dropdown:hover > a::before { color: var(--green);}

.main-menu > ul > li > ul { display:block; position:absolute; top:60px; left: 0px; width: 180px; font-weight: 400; z-index: 10; opacity: 0; pointer-events: none; transition: all ease-out 0.3s; transform: translateY(10px); background: #ffffff; padding: 5px 0; border-top: 5px solid var(--purple);}
.main-menu > ul > li > ul > li { display:block;}
.main-menu > ul > li > ul > li:first-child { border-top:none;}
.main-menu > ul > li > ul > li > a { display: block; color: #000000; padding: 10px 15px; font-weight: 400; font-size: 15px; line-height: 1.1; position: relative; text-align: left;}
.main-menu > ul > li > ul > li:hover > a { color: var(--green);}
.main-menu > ul > li:hover > ul { opacity: 1; pointer-events: all; transform: translateY(0px);}

/* Menu Second Level  */
.main-menu > ul > li > ul > li > ul { display: block; transition: all ease 0.2s; position:absolute; top:0px; left:198px; background-color: #ffffff; width: 200px; font-weight: 400; border: 1px solid #e5e5e5; padding: 5px 0; opacity: 0; pointer-events: none; transition: all ease-out 0.3s; transform: translateY(10px);}
.main-menu > ul > li > ul > li > ul > li { display:block;}
.main-menu > ul > li > ul > li > ul > li:first-child { border-top:none;}
.main-menu > ul > li > ul > li ul > li > a {display: block; color: #000000; padding: 10px 15px; font-weight: 400; font-size: 14px; position: relative; text-align: left; line-height: 1.1;}
.main-menu > ul > li > ul > li ul > li > a:hover {  color: var(--primary-color);}
.main-menu > ul > li > ul > li:hover > ul { opacity: 1; pointer-events: all; transform: translateY(0px);}

/*======================================== Menu Style End =======================================*/
.mobile-menu ul.menu-list { padding:5px 0;}
.mobile-menu ul.menu-list > li > a:hover { background: var(--primary-color); color:#FFF;}
.mobile-menu ul.menu-list > li > ul { display:none; margin-left:0; padding:10px 0; background:#2b2a2a;}
.mobile-menu ul.menu-list> li a.open,.mobile-menu ul.menu-list > li > ul > li a:hover { background: var(--primary-color); color: var(--white);}
.mobile-menu ul.menu-list > li > ul > li a {color:#FFF; padding:10px 10px;display:block; font-size:16px; transition:all ease-out .2s;-webkit-transition:all ease-out .2s;-moz-transition:all ease-out .2s;-ms-transition:all ease-out .2s;-o-transition:all ease-out .2s;text-align:center;}
.menu-toggle { position:absolute; display:none; width:48px; height:48px; top:8px; right:20px; box-sizing:border-box; border: none; background: none; padding: 0;}
.menu-toggle span.line { position:relative; width:60%; height:2px; background: var(--primary-color); margin:6px auto; display:block; transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; -ms-transition:all ease .3s}
.menu-toggle.active span.line { position:absolute; margin:auto; top:0; right:0; bottom:0; left:0; transform-origin:center center;}
.menu-toggle.active span.line.a { transform:rotate(45deg)}
.menu-toggle.active span.line.c { transform:rotate(-45deg)}
.menu-toggle.active span.line.b { opacity:0}
.mobile-menu { display:none;}
.mobile-menu > ul { padding:10px 0}
.mobile-menu ul > li {text-align:center; border-top: 1px solid rgba(255, 255, 255, 0.1); position: relative;}
.mobile-menu ul > li:first-child { border-top:none;}
.mobile-menu ul > li > a { display:block; color: var(--white); font-size:16px; padding:8px 20px;}
.mobile-menu ul > li > a > img { display: none;} 
.mobile-menu ul > li.dropdown > a { position:relative;}
.mobile-menu ul > li.dropdown > a:after { content: "\f107"; font-family: "FontAwesome"; font-size: 14px; color: var(--white); display: inline-block; position: absolute; right: 10px; top: 8px;}
.mobile-menu ul > li.drp > a { position:relative;}
.mobile-menu ul > li.drp > a:after { content:''; width:0; height:0; display:block; border:6px solid #fff; border-color: var(--white) transparent transparent transparent; position:absolute; right:15px; top:15px;}
.mobile-menu ul > li.drp > a.open:after { border:6px solid var(--white); border-color: transparent transparent var(--white) transparent; top:10px;}
/*======================================== Menu Style End =======================================*/

.mega-drop { border-top: none; position: absolute; width: 100%; top: 101px; left: 0; display: block; opacity: 0; pointer-events: none; /*overflow: hidden;*/ transition:all ease 0.3s; transform: scale(0.96); text-align: left; padding: 35px 0; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.144); background: var(--white); z-index: 9;}
.mega-drop.active { opacity: 1; pointer-events: auto; transform: scale(1); z-index: 9;}
.mega-drop-main { display: block; overflow: hidden;}
/* ==========================================================================
  Menu with dropdown menu End
  ========================================================================== */

.home-page { overflow: hidden;}
.home-page p { line-height: 1.7;}

.banner-block { display: flex; align-items: center; min-height: 755px; background: var(--grey); overflow: hidden; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; position: relative;}
.banner-block::before { content: ''; width: 100%; height: 100%; display: block; background-color: #101010; opacity: 0.64; transition: background 0.3s, border-radius 0.3s, opacity 0.3s; inset: 0; position: absolute; left: 0; top: 0; z-index: 1;}
.banner-block .container { position: relative; z-index: 2;}
.banner-content { display: block;}
.banner-content h1 { margin-bottom: 25px;}
.banner-content p { font-size: 22px; color: var(--white); line-height: 1.2; font-weight: 400; font-family: "Bubblegum Sans", sans-serif; margin-bottom: 30px;}
.banner-content .primary-btn span { color: var(--purple);}
.banner-content .primary-btn:hover span { color: var(--white);}

.home-about-block { display: block;}
.home-about-left { display: block;}
.home-about-right { display: block; position: relative; height: 100%;}
.year-experiance { display: inline-block; position: absolute; left: -30px; top: 10px; padding: 10px 20px; text-align: center; background: var(--white); border-radius: 30px; border: 3px dashed #f79420; box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);}
.year-experiance h3 { color: var(--green); font-size: 55px; margin-bottom: 5px;}
.year-experiance p { margin-bottom: 0; font-weight: 700; color: var(--purple);}
.home-about-right img { object-fit: cover; object-position: center center; height: 100%;}

.border-30 { border-radius: 30px;}
.padding-style1 { padding: 145px 0;}
.bg-image { background-position: center center !important; background-repeat: no-repeat !important; background-size: cover !important;}

.home-classes-block { display: block;}
.class-card { display: block; background: var(--purple); height: 100%;}
.class-card-header { display: block; padding: 18px 20px;}
.class-card-header h3 { font-size: 41px; line-height: 1.1;}
.class-card-image { display: block; min-height: 250px; position: relative;}
.class-image { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background-position: center center !important; background-repeat: no-repeat !important; transition: all ease-out 0.4s;}
.class-card-image:hover .class-image { transform: scale(1.15);}
.class-card-body { display: block; padding: 30px;}
.classes-row .col:nth-child(even) .class-card { background: var(--green);}

.home-why-block { display: block;}
.home-why-left { display: block;}
.home-why-left h2 { margin-bottom: 25px;}
.home-why-left ul { margin-bottom: 25px;}
.home-why-left ul li { font-size: 17px; position: relative; display: flex; flex-direction: row; text-align: start; align-items: flex-start; margin-bottom: 15px;}
.home-why-left ul li i { display: flex; height: 1em; position: relative; width: 1em; color: var(--yellow); font-size: 30px; margin-right: 15px;}
.home-why-left p { margin-bottom: 25px;}
.home-why-right { display: block; height: 100%; min-height: 400px; position: relative;}
.home-why-right img { width: 100vw; max-width: 50vw; height: 840px; object-fit: cover; object-position: center center; display: inline-block; vertical-align: middle;}
.why-video-button { width: 85px; height: 85px; display: flex; align-items: center; justify-content: center; border-radius: 100%; background: var(--white); position: absolute; top: 0; bottom: 0; left: -40px; margin: auto; border: 3px solid var(--purple); color: var(--purple); font-size: 22px;}
.why-video-button::before { content: " ";     position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: red; border-radius: 50%; -webkit-box-shadow: 0 0 0 0 #952480; box-shadow: 0 0 0 0 #952480; -webkit-animation: button-ripple 3s infinite; animation: button-ripple 3s infinite; opacity: .6; z-index: -1; -webkit-animation-delay: .9s; animation-delay: .9s;}
.why-video-button::after { content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: red; border-radius: 50%; -webkit-box-shadow: 0 0 0 0 #952480; box-shadow: 0 0 0 0 #952480; -webkit-animation: button-ripple 3s infinite; animation: button-ripple 3s infinite; opacity: .6; z-index: -1;}
.why-video-button:hover { background: var(--purple); color: var(--white);}
@-webkit-keyframes button-ripple {70%{-webkit-box-shadow:0 0 0 var(#952480,15px) #952480;box-shadow:0 0 0 var(#952480,15px) #952480;opacity:0}100%{-webkit-box-shadow:0 0 0 0 #952480;box-shadow:0 0 0 0 currentColor;opacity:0}}
@keyframes button-ripple {70%{-webkit-box-shadow:0 0 0 var(#952480,15px) #952480;box-shadow:0 0 0 var(#952480,15px) #952480;opacity:0}100%{-webkit-box-shadow:0 0 0 0 #952480;box-shadow:0 0 0 0 #952480;opacity:0}}

.home-testimonials-block { display: block; min-height: 775px;}
.home-testimonial { padding-top: 30px;}
.home-testimonial h2 { position: relative; padding-bottom: 50px;}
.home-testimonial h2::after { content: ''; width: 125px; height: 25px; display: block; background: url(../img/green-border.svg) repeat-x left top; position: absolute; left: 0; bottom: 0;}
.testimonial-wraper { display: block; background: var(--white); padding: 30px; padding-top: 45px; position: relative;}
.stars { display: flex; align-items: center; margin-bottom: 30px;}
.stars i { color: #fec42d; display: inline-block; margin-right: 10px; font-size: 14px;}
.test-user { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center;  align-items: center;}
.test-user .user { width: 52px; height: 52px; display: block; border-radius: 100%; margin-right: 15px;} 
.testimonial-wraper p { font-family: "Mulish", Sans-serif; font-size: 1.3em; font-style: italic; line-height: 1.3; margin-bottom: 30px;}
.test-user h5 { color: var(--light-purple); font-size: 18px; font-weight: 700; font-family: "Mulish", sans-serif;}
.comma { display: inline-block; width: 90px; height: 90px; position: absolute; right: 0; top: 0;}
.comma path { fill: var(--yellow);}

.home-message-block { display: block; min-height: 900px; position: relative;}
.home-message-block::before { content: ''; width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; background: var(--primary-color); opacity: 0.89;}
.home-message-block .container { position: relative; z-index: 3;}
.home-message-form { display: block;}
.home-message-form .primary-btn { padding: 10px 25px;}
.home-message-form .primary-btn span { color: var(--light-purple);}
.message-box p { font-family: "Love Ya Like A Sister", cursive;}
.commen-iput { width: 100%; height: 42px; border-radius: 30px; border: none; padding: 5px 20px;}
.commen-textarea { width: 100%; border-radius: 30px; border: none; padding: 15px 20px; resize: none;}

.home-address-block { display: block;}
.home-address-block h2 { margin-bottom: 20px;}
.home-address-block p { margin-bottom: 25px;}
.address-list { display: block;}
.address-list li { margin-bottom: 15px;}
.address-list li span { font-size: 22px; color: var(--yellow); font-family: "Bubblegum Sans", sans-serif;}
.commen-social { display: flex; align-items: center; flex-wrap: wrap;}
.commen-social li a { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 100%; background: var(--white); color: var(--primary-color); margin-right: 15px;}
.commen-social li a i { color: var(--primary-color); font-size: 14px;}
.commen-social li a:hover { background: var(--yellow);}
.commen-social li a:hover i { color: var(--white);}

.stay-connected-block { display: block;}
.stay-connected-block h2 { background: url(../img/green-border.svg) repeat-x left center; margin-bottom: 50px;}
.stay-connected-block h2 i { display: inline-block; font-style: normal; background: var(--white); padding-right: 15px;}
.stay-gallery { display: block; position: relative; overflow: hidden; border-radius: 30px;}
.stay-gallery::before { content: ''; width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; background: url(../img/asset-4-2.webp) #e9eaed; background-position: center center; background-size: contain; opacity: 0.5;}
.stay-gallery .overlay { display: block; padding: 45px 40px; padding-right: 210px; position: relative; z-index: 2;}
.stay-gallery h3 { font-size: 30px;}
.stay-gallery .primary-btn { display: inline-block; position: absolute; right: 30px; top: 34px;}

.stay-connected-wraper { display: block; margin-top: 70px;}
.connected-box { display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; justify-content: center; height: 100%; padding: 50px; border-radius: 30px; position: relative;}
.connected-box::before { content: ''; width: 85%; height: 85%; display: block; border-radius: 25px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; border: 2px dashed #f5f5f5;}
.our-partners .col:nth-child(3n+1) .connected-box { background: var(--purple);} 
.our-partners .col:nth-child(3n+2) .connected-box { background: var(--yellow);} 
.our-partners .col:nth-child(3n+3) .connected-box { background: var(--green);}
.our-partners h5 { font-size: 22px;}

.footer-block { display: block; position: relative;}
.footer-block::before { content: ''; width: 100%; height: 78%; display: block; position: absolute; left: 0; bottom: 0; background: var(--primary-color); z-index: 1;}
.footer-block .container { position: relative; z-index: 3;}
.footer-main { display: block; border-radius: 0 0 30px 30px; box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.35); border-top: 7px solid #952480; background-position: top right  !important; background-repeat: no-repeat !important; background-size: cover !important;}
.footer-main h4 { font-size: 22px; margin-bottom: 20px;}
.footer-main .overlay { display: block; min-height: 485px; padding: 50px; background-color: transparent; background-image: linear-gradient(180deg, #ffffff 20%, #FFFFFF00 85%);}
.footer-about { display: block;}
.footer-about p { margin-bottom: 35px;}
.footer-logo { display: inline-block;}
.footer-social { display: flex; flex-wrap: wrap;}
.footer-social a { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 14px; position: relative; margin-right: 6px;}
.footer-social a::before { content: ''; width: 100%; height: 100%; display: block; background: var(--purple); position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; border-radius: 7px; transition: all ease-out 0.3s;}
.footer-social a i { display: inline-block; position: relative; z-index: 3;}
.footer-social a:hover::before { transform: rotate(15deg) scale(1.05);}

.footer-links { display: block;}
.footer-links ul li { display: block; color: #000000; margin-bottom: 5px;}
.footer-links ul li a { color: #000000;}
.footer-links ul li a:hover { color: var(--purple);}
.footer-contact { display: block; margin-left: -30px;}
.footer-contact ul li { display: block; padding-left: 30px; position: relative; margin-bottom: 18px; transition: all ease-out 0.3s;}
.footer-contact ul li a { color: var(--black); word-break: break-all;}
.footer-contact ul li svg { width: 22px; height: 22px; display: block; position: absolute; left: 0; top: 0;}
.footer-contact ul li svg path { fill: var(--green);}
.footer-contact ul li:hover,
.footer-contact ul li:hover a { color: var(--yellow);}

.footer-newsletter .commen-iput { border: 1px solid #e9eaed; transition: all ease-out 0.3s;}
.footer-newsletter .commen-iput:focus { border-color: var(--yellow);}
.footer-newsletter .commen-iput::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #c484b8; font-size: 15px;}
.footer-newsletter .commen-iput::-moz-placeholder { /* Firefox 19+ */ color: #c484b8; font-size: 15px;}
.footer-newsletter .commen-iput:-ms-input-placeholder { /* IE 10+ */ color: #c484b8; font-size: 15px;}
.footer-newsletter .commen-iput:-moz-placeholder { /* Firefox 18- */ color: #c484b8; font-size: 15px;}
.footer-newsletter .primary-btn { padding: 10px 25px;}

.copy-right { color: var(--white); font-size: 14px; font-weight: 300;}

    

.floating-warp { display: inline-block; position: fixed; bottom: 30px; right: 1%; z-index: 9999;}
.whatsapp-icon { width: 55px; height: 55px; border-radius: 100%; background: #39be50; color: #ffffff; font-size: 22px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 25px; border-radius: 100%; -webkit-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; display: flex; justify-content: center; align-items: center;}
.whatsapp-icon:hover { background: #28993b; color: #ffffff;}
.floating-contact { display: inline-block; position: relative;}
.phone-number { width: 55px; height: 55px; background: #cdb06e; color: #ffffff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 25px; border-radius: 100%; -webkit-animation: yellow 2s infinite; -moz-animation: yellow 2s infinite; -o-animation: yellow 2s infinite; animation: yellow 2s infinite;}
.phone-number:hover { background: #fae0a3; color: #ffffff;}
@keyframes yellow {
  0%, 100% { -webkit-box-shadow: 0 0px 0 4px #fae0a3; -moz-box-shadow: 0 0px 0 4px #fae0a3; -ms-box-shadow: 0 0px 0 4px #fae0a3; -o-box-shadow: 0 0px 0 4px #fae0a3; box-shadow: 0 0px 0 4px #fae0a3;}
  50% { -webkit-box-shadow: 0 0px 0 0px #fae0a3; -ms-box-shadow: 0 0px 0 0px #fae0a3; -o-box-shadow: 0 0px 0 0px #fae0a3; -moz-box-shadow: 0 0px 0 0px #fae0a3; box-shadow: 0 0px 0 0px #fae0a3;} 
}
.phone-number i { display: inline-block; font-size: 18px; color: #ffffff; -webkit-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out; animation: phonering-alo-circle-img-anim 1s infinite ease-in-out; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%;}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% { -webkit-transform: rotate(0) scale(1) skew(1deg)}
  10% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg)}
  20% { -webkit-transform: rotate(25deg) scale(1) skew(1deg)}
  30% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg)}
  40% { -webkit-transform: rotate(25deg) scale(1) skew(1deg)}
  50% { -webkit-transform: rotate(0) scale(1) skew(1deg)}
  100% { -webkit-transform: rotate(0) scale(1) skew(1deg)}
}
.phone-number::before { content: ''; width: 87px; height: 87px; top: -16px; left: -16px; position: absolute; background-color: transparent; border-radius: 100%; border: 2px solid #fae0a3;
 -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out; animation: phonering-alo-circle-anim 1.2s infinite ease-in-out; transition: all .5s; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; opacity: .5}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
      -webkit-transform: rotate(0) scale(.5) skew(1deg); -webkit-opacity: .1
  }
  30% {
      -webkit-transform: rotate(0) scale(.7) skew(1deg); -webkit-opacity: .5
  }
  100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg); -webkit-opacity: .1
  }
}

.right-floating { display: inline-block; position: fixed; right: 0px; bottom: 30%; z-index: 5;}

.inner-banner-wraper { display: flex; align-items: center; min-height: 300px; position: relative;}
.inner-banner-wraper::before { content: ''; width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; background: var(--black); opacity: 0.5;}
.inner-banner-wraper .container { position: relative; z-index: 3;}

.message-block h5 { font-family: "Dancing Script", cursive; font-size: 28px;}
.gallery-block { display: block;}
.home-why-left ul li svg { display: inline-block; width: 30px; height: 30px;}
.home-why-left ul li svg  path { fill: var(--yellow);}

.why-choose-block .home-why-right img { height: 900px;}
.list-style1 { display: block; margin-bottom: 20px;}
.list-style1 li { display: block; position: relative; padding-left: 30px; margin-bottom: 15px;}
.list-style1 li::before { content: ''; width: 16px; height: 16px; display: block; background: url(../img/tick.svg) no-repeat left top; background-size: 16px; position: absolute; left: 0; top: 3px;}
span.abc { display: inline-block; position: absolute; left: -28px; top: -28px;}

.classes-page .class-card .class-card-image { min-height: 405px;}
.classes-page .class-card .class-image { background-size: cover !important; background-position: center center !important;}
.classes-row .col:nth-child(3n+1) .class-card { background: var(--green);}
.classes-row .col:nth-child(3n+2) .class-card { background: var(--yellow);}
.classes-row .col:nth-child(3n+3) .class-card { background: var(--purple);}

.academic-calendar-block { display: block;}
.commen-tabs .resp-tabs-list { display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 30px;}
.commen-tabs .resp-tabs-list li { position: relative; border: none; padding: 14px 30px; border-radius: 10px; font-size: 15px; font-weight: 700; background-image: linear-gradient(180deg, #FFE692 0%, #f79420 100%); box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.25) inset; border-radius: 30px; transition: all .3s; text-align: center; background-color: #F79420; color: var(--purple); fill: var(--purple); overflow: hidden;}
svg.tab-icon { width: 16px; height: 16px;}
svg.tab-icon path { fill: #952480;}
.commen-tabs .resp-tabs-list li.resp-tab-active { padding: 14px 30px !important; border: none !important; background: var(--purple) !important; color: var(--white); background-image: linear-gradient(180deg, #E2AE00 0%, #f79420 100%); box-shadow: 0px 0px 0px 5px #FFC503 inset; box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.25) inset;}
.commen-tabs .resp-tabs-list li.resp-tab-active svg.tab-icon path { fill: #ffffff;}
.commen-tabs .resp-tab-content { padding: 0; border: none;}
.term-tab-block { display: block;}
.tab-box-heading { display: block; background: var(--purple); color: var(--white); padding: 13px 15px;}
.calander-list { display: block;}
.calander-list ul li { display: block; position: relative; padding-left: 25px; margin-bottom: 7px;}
.calander-list ul li i { display: inline-block; position: absolute; left: 0; top: 5px; color: #f4313f; font-size: 14px;}

.listing-style1 { margin-bottom: 15px;}
.listing-style1 ul li { color: var(--purple); padding-left: 24px; position: relative;}
.listing-style1 ul li i { display: inline-block; position: absolute; left: 0; top: 6px; font-size: 12px;}

.data { display: none;}
.border-theme-accordion .accordion-item { display: block; border: 1px solid #cecece; padding: 10px 25px; border-radius: 0; font-size: 18px; color: var(--black); cursor: pointer; position: relative;}
.border-theme-accordion .accordion-item i { display: inline-block; font-size: 14px; position: absolute; right: 15px; top: 15px;}
.border-theme-accordion .data { border: 1px solid #cecece; padding: 25px;}

.reg-form-box h5 { font-family: "Mulish", sans-serif; font-size: 16px; font-weight: 700;}
.reg-iput { width: 100%; height: 42px; border-radius: 30px; border: none; padding: 5px 20px; border: 1px solid #e9eaed;}
.reg-textarea { width: 100%; border-radius: 30px; border: none; padding: 15px 20px; resize: none; border: 1px solid #e9eaed;}
.check-box-radio label { display: inline-block; margin-right: 15px; color: var(--purple);}
.reg-form-box p { color: var(--purple);}

.simple-listing { display: block; padding-left: 40px;}
.simple-listing ul li { margin-bottom: 10px; color: var(--purple); list-style: outside;}

.tos-of-reg { display: block; margin-top: 50px;}
.tos-of-reg h3 { font-size: 30px;}
.tos-of-reg h5 { color: #24b24d; font-family: "Love Ya Like A Sister", cursive;}
.commen-listing ul { display: block; padding-left: 40px; margin-bottom: 20px;}
.commen-listing ul li { list-style: outside;}
.commen-listing ul li::marker { color: var(--purple);}

.fee-schedule-block { display: block;}
.table-style1 { display: block;}
.table-style1 table { margin-bottom: 25px; border: 1px solid #80808080;}
.table-style1 table tr th { background: #f58220; color: var(--white); font-size: 14px; border-left: 1px solid #80808080; padding: 15px;}
.table-style1 table tr td { font-size: 14px; color: var(--purple); border-left: 1px solid #80808080; padding: 15px;}
.table-style1 table tbody tr:nth-child(odd) td { background: #80808012;}

.newsletters-block { display: block;}
.newsletters-main { display: block; position: relative;}
.newsletters-card { display: block; padding: 10px; border: 3px dashed var(--purple);}
.newsletters-card-image { display: block; position: relative;}
.newsletters-card-image::before { content: ''; width: 100%; height: 0; display: block; background: var(--yellow); position: absolute; left: 0; bottom: 0; right: 0; margin: auto; transition: all ease-out 0.3s; border-radius: 30px;}
.newsletters-card-body { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; text-align: center; z-index: 5; opacity: 0; pointer-events: none;}
.newsletters-card-body .commen-link { color: var(--light-purple);}
.newsletters-card:hover .newsletters-card-image::before { height: 100%;}
.newsletters-card:hover .newsletters-card-body { opacity: 1; pointer-events: visible;}
.newsletters-card-body h2 { font-size: 26px;}

.newsletters-boxes .col:nth-child(3n+1) .newsletters-card-image::before { background: var(--yellow);}
.newsletters-boxes .col:nth-child(3n+2) .newsletters-card-image::before { background: var(--green);}
.newsletters-boxes .col:nth-child(3n+3) .newsletters-card-image::before { background: var(--purple);}

.padding-style2 { padding: 120px 0;}
.element1 { display: inline-block; position: absolute; left: -70px; top: -60px; z-index: 2;}

.enquiry-block { display: flex; flex-direction: column; justify-content: center; min-height: 500px; position: relative;}
.enquiry-block::before { content: ''; width: 100%; height: 100%; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; z-index: 1; background: #000000; opacity: 0.6;}
.enquiry-block .container { position: relative; z-index: 3;}
.enquiry-block h2 { margin-bottom: 25px;}
.enquiry-block p { margin-bottom: 30px;}
.enquiry-block h2 span { display: block; color: var(--yellow) !important; font-size: 20px; padding-bottom: 30px;}
.enquiry-block .footer-social a { width: 48px; height: 48px; font-size: 20px;}
.enquiry-block .footer-social a:hover::before { background: var(--yellow);}
.enquiry-block .footer-social a:nth-child(3n+1)::before { background: var(--purple);}
.enquiry-block .footer-social a:nth-child(3n+2)::before { background: var(--yellow);}
.enquiry-block .footer-social a:nth-child(3n+3)::before { background: var(--green);}

.contact-block { display: block;}
.address-block .col:nth-child(3n+1) .address-box { background: var(--purple);}
.address-block .col:nth-child(3n+2) .address-box { background: var(--yellow);}
.address-block .col:nth-child(3n+3) .address-box { background: var(--green);}
.address-box { display: flex; align-items: center; justify-content: center; padding: 30px; border-radius: 30px; position: relative; min-height: 200px;}
.address-box::before { content: ''; width: 90%; height: 90%; display: block; border-radius: 30px; border: 2px dashed #ffffff; z-index: 1; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto;}
.address-box .content { display: block; position: relative; z-index: 3; min-height: 100px;}
.address-box .content p a,
.address-box .content h5 a { color: var(--white);}

.contact-map { display: block; height: 100%; min-height: 300px;}
.contact-map iframe { width: 100%; height: 100%; border-radius: 30px;}
.map-form-block .message-box p { color: var(--purple); font-weight: 600;}
.map-form-block .message-box .commen-iput { border: 1px solid #e9eaed;}
.map-form-block .message-box .commen-textarea { border: 1px solid #e9eaed;}

/* ================= Popup Style ================= */
.onload-popup .commen-iput { border: 1px solid #e3e5eb;}
.onload-popup .commen-textarea { border: 1px solid #e3e5eb; height: 140px;}
/* ================= Popup Style ================= */

.connected-box { text-align: center;}
.message-block { font-size: 35px;}
.message-block .home-about-right img { height: auto; object-fit: contain;}
.class-card-image { min-height: auto;}
.class-image { position: relative;}
.inclusion-top-block .home-about-right img { object-fit: contain;}



/* 
.border-30 { border-radius: 30px;}
.padding-style1 { padding: 145px 0;}
.padding-style2 { padding: 120px 0;}
.bg-image { background-position: center center !important; background-repeat: no-repeat !important; background-size: cover !important;} 
*/

/* 
font-family: "Bubblegum Sans", sans-serif;
font-family: "Mulish", sans-serif;
font-family: "Love Ya Like A Sister", cursive;
font-family: "Dancing Script", cursive;
*/