:root {
  --white: #ffffff; 
  --black: #000000;
  --grey: #f0eff6;
  --violet-grey: #ebeaf9;
  --primary-color: #f4a31d;
  --purple: #7f4eb1;
}

* { box-sizing: border-box;}
html, body { margin: 0;	padding: 0;	border: 0; font-size: 16px; line-height: 1.6; vertical-align: baseline; font-family: "Montserrat", 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(--black); line-height: 1.4; font-family: "Montserrat", sans-serif;}
h1 { font-size: 83px; font-weight: 500;}
h2 { font-size: 70px;}
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: #696868; 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; background: var(--primary-color); color: var(--black); padding: 14px 30px; border-radius: 10px; font-size: 16px; font-weight: 500; overflow: hidden;}
.primary-btn::before { content: ''; width: 0; height: 100%; display: block; position: absolute; top: 0; right: 0; left: 0; margin: auto; background: #00000027; transition: all ease-out 0.3s;}
.primary-btn span { color: var(--black); position: relative; z-index: 2;}
.primary-btn:hover { background: var(--primary-color); color: var(--black);}
.primary-btn:hover::before { width: 100%;} 

.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);}

.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);}

.purple-btn { display: inline-block; position: relative; border: none; background: var(--purple); color: var(--white); padding: 11px 25px; border-radius: 30px; font-size: 14px; font-weight: 600; overflow: hidden;}
.purple-btn::before { content: ''; width: 0; height: 100%; display: block; position: absolute; top: 0; right: 0; left: 0; margin: auto; background: #00000027; transition: all ease-out 0.3s;}
.purple-btn span { color: var(--white); position: relative; z-index: 2;}
.purple-btn:hover { background: #7a3fb7; color: var(--white);}
.purple-btn:hover::before { width: 100%;}

.grey-btn { display: inline-block; position: relative; border: none; background: #edecf4; color: var(--black); padding: 11px 25px; border-radius: 30px; font-size: 14px; font-weight: 600; overflow: hidden;}
.grey-btn::before { content: ''; width: 0; height: 100%; display: block; position: absolute; top: 0; right: 0; left: 0; margin: auto; background: #00000027; transition: all ease-out 0.3s;}
.grey-btn span { color: var(--black); position: relative; z-index: 2;}
.grey-btn:hover { background: #b5b2c7; color: var(--black);}
.grey-btn:hover::before { width: 100%;}


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;}

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

.header { display: block; position: absolute; left: 0; top: 0; width: 100%; z-index: 9; padding: 15px 0;}
.header .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative;}
.logo { display: block;}
.logo img { display: block;}

.header-social { display: flex; align-items: center; flex-wrap: wrap;}
.header-social a { display: inline-block; color: var(--white);}
.header-social .primary-btn { margin-left: 30px; overflow: hidden;}
.header-social .primary-btn span { color: var(--black) !important;}

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

.main-menu > ul > li > ul { display:block; position:absolute; top:60px; left: 0px; width: 220px; font-weight: 400; z-index: 10; opacity: 0; pointer-events: none; transition: all ease-out 0.3s; transform: translateY(10px); background: #ffffffbb; border: 1px solid #e5e5e5; padding: 10px; border-radius: 20px; backdrop-filter: blur(10px);}
.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: 500; font-size: 15px; line-height: 1.4; position: relative; text-align: left;}
.main-menu > ul > li > ul > li:hover > a { color: var(--primary-color);}
.main-menu > ul > li:hover > ul { opacity: 1; pointer-events: all; transform: translateY(0px);}

/* Menu Second Level  */
.main-menu > ul > li > ul > li { position: relative; display: block;}
.main-menu > ul > li > ul > li> a.hoverClass { color: var(--white);}
.main-menu > ul > li > ul > li.dropdown > a::after { content: "\f105"; position: absolute; top: 10px; right: 15px; font-family: 'FontAwesome'; transition: all ease 0.2s; font-size: 13px;}
.main-menu > ul > li > ul > li.dropdown:hover > a::after {  color: var(--primary-color);}
.main-menu > ul > li > ul > li:hover > a {  color: var(--primary-color);}
.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: #000000; 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: 1080px; background: var(--grey); overflow: hidden; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; position: relative; padding-top: 120px !important;}
.banner-content { display: block;}
.banner-content h1 { margin-bottom: 35px;}
.banner-content h1 span { display: block; font-size: 20px; font-weight: 400; letter-spacing: 5px; text-transform: uppercase; padding-bottom: 20px;}
.banner-content p { font-size: 20px; color: #ffffff8e; line-height: 1.6; font-weight: 300;}
.banner-btn { display: flex; flex-wrap: wrap; align-items: center;}
.banner-btn a { margin: 10px 40px 0 0;}

.banner-social { display: flex; align-items: center; flex-wrap: wrap; margin-top: 50px;}
.banner-social a { width: 48px; height: 48px; display: flex; justify-content: center; align-items: center; border-radius: 100%; background: #ffffff38; color: var(--white); font-size: 18px; font-weight: normal; margin-right: 40px;}
.banner-social a:hover { background: var(--primary-color); color: var(--black);}

.padding-style1 { padding: 200px 0 50px;}
.padding-style2 { padding: 75px 0;}
.home-ceo-message-block { display: block;}
.home-ceo-message-block h2 { margin-bottom: 40px;}
.home-ceo-message-block h2 span { display: block; font-size: 20px; font-weight: 400; letter-spacing: 5px; text-transform: uppercase; padding-bottom: 20px;}

.ceo-message-left { display: block;}
.ceo-message-text { display: block; position: relative; padding-left: 230px;}
.ceo-message-text .primary-btn { position: absolute; left: 0; top: 0;}
.home-stats-block { display: block; position: relative; z-index: 2; margin-top: 150px; margin-right: -200px;}
.home-stats-box { display: block; padding: 30px 40px; border-radius: 20px; background: var(--grey); height: 100%;}
.home-stats-box h3 { margin-bottom: 15px; min-height: 65px;}
.stats-body { display: block; padding-left: 85px; position: relative;}
.stats-body h4 { font-size: 32px;}
.stats-body .icon { display: inline-block; width: 60px; height: 70px; position: absolute; left: 0; top: 7px; padding-right: 10px;}
.stats-body .icon::after { content: ''; width: 1px; height: 100%; display: block; position: absolute; right: 0; top: 0; background: #24452A; background: linear-gradient(180deg,rgba(36, 69, 42, 0) 0%, rgba(127, 127, 135, 1) 33%, rgba(127, 127, 135, 1) 65%, rgba(36, 69, 42, 0) 100%);}
.stats-body p { font-size: 14px;}
.stats-list .stats-box:nth-child(1) .bg-box { background: #a4a0e73a;}
.stats-list .stats-box:nth-child(2) .bg-box { background: #d1d0e53d;}
.stats-list .stats-box:nth-child(3) .bg-box { background: #f8f8f8c7;}

.ceo-message-right { display: block;}
.commen-head p { margin-bottom: 35px;}

.home-commen-wraper { display: block;}
.home-commen-section { display: block;}
.home-commen-image { display: inline-block; position: relative;}
.school-logo { width: 115px; height: 115px; display: flex; align-items: center; justify-content: center; background: var(--white); border-radius: 100%; overflow: hidden; box-shadow: 0 0 10px 0 #0000001a; position: absolute; right: -55px; top: 0; bottom: 0; margin: auto;}
.home-commen-body { display: block; padding-left: 40px;}
.home-commen-body h3 { margin-bottom: 25px;}
.school-reward { display: block; padding: 25px 30px; border-radius: 20px; background: var(--grey); height: 100%; position: relative;}
.school-reward .icon { display: flex; align-items: center; justify-content: end; margin-bottom: 20px;}
.school-reward p { font-size: 14px; color: #696868;}
.school-btns { display: flex; align-items: center; flex-wrap: wrap;}
.school-btns a { display: inline-block; margin-right: 15px;}

.home-commen-section:nth-child(even) .home-commen-body { padding: 0 40px 0 0;}
.home-commen-section:nth-child(even) .home-commen-image { padding-left: 55px;}
.home-commen-section:nth-child(even) .home-commen-image .school-logo { right: inherit; left: 0;}

.home-vision-block { display: block;}
.home-vision-watch { display: block; position: relative;}
.play-btn { width: 70px; height: 70px; background: #ffffff52; color: #ffffff; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; 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%; position: absolute; -webkit-animation: elating 2s infinite; -moz-animation: elating 2s infinite; -o-animation: elating 2s infinite; animation: elating 2s infinite;}
@keyframes elating {
  0%, 100% { -webkit-box-shadow: 0 0px 0 7px #ffffff73; -moz-box-shadow: 0 0px 0 7px #ffffff73; -ms-box-shadow: 0 0px 0 7px #ffffff73; -o-box-shadow: 0 0px 0 7px #ffffff73; 
    box-shadow: 0 0px 0 7px #ffffff73;}
  50% { -webkit-box-shadow: 0 0px 0 0px #ffffff73; -ms-box-shadow: 0 0px 0 0px #ffffff73; -o-box-shadow: 0 0px 0 0px #ffffff73; -moz-box-shadow: 0 0px 0 0px #ffffff73; 
    box-shadow: 0 0px 0 0px #ffffff73;} 
}
.play-btn:hover { background: var(--primary-color);}
.home-vision-watch img { border-radius: 40px 40px 0 0;}

.bg-grey { background: #f6f6f9;}
.home-partners-block { display: block; padding: 25px 0;}
.home-partners-block .container { max-width: 1300px;}
.partners-item { display: flex; justify-content: center; align-items: center;}

.home-history-block { display: block; min-height: 800px; background-position: center center !important; background-size: cover !important; background-repeat: no-repeat !important;}
.history-box { display: block; padding: 30px; border-radius: 20px; background: var(--white);}
.history-box p { font-size: 14px;}

.success-stories-block { display: block; background: #F6F6F9; background: linear-gradient(180deg,rgba(246, 246, 249, 1) 31%, rgba(246, 246, 249, 0) 100%);}
.testimoni-box { display: block; position: relative; padding: 45px 60px; border-radius: 30px; background: #f0efef;}
.testimoni-box::before { content: ''; width: 5px; height: 50%; display: block; background: var(--purple); position: absolute; left: 0; top: 0; bottom: 0; margin: auto;}
.testimoni-header { display: flex; align-items: center; position: relative; min-height: 71px; padding-left: 102px; margin-bottom: 35px;}
.testimoni-header .avatar { width: 72px; height: 72px; display: block; border-radius: 100%; overflow: hidden; background: #ffffff; border-radius: 100%; position: absolute; left: 0; top: 0;}
.testimoni-header h4 { font-size: 22px; font-weight: 400; margin-bottom: 0;}
.testimoni-header h4 span { display: block; font-size: 16px; color: #949494;}
.testimoni-body { display: block;}
.testimoni-body p { margin-bottom: 40px;}
.star-rate { display: flex; align-items: center;}

.footer-block { display: block; background: var(--primary-color); padding: 75px 0;}
.footer-logo { display: inline-block; margin-bottom: 35px;}
.footer-block h4 { color: var(--black); font-size: 20px; font-weight: 600; margin-bottom: 25px;}
.footer-block p { color: var(--black); font-weight: 500;}
.footer-contact { display: block;}
.footer-contact a { color: var(--black); font-weight: 500; word-break: break-all;}
.footer-menu { display: block;}
.footer-menu ul li { display: block; margin-bottom: 25px;}
.footer-menu ul li a { color: var(--black); font-weight: 500;}

.footer-about { display: block;}
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-top: 50px;}
.terms-list { display: flex; align-items: center;}
.terms-list li { display: block; padding: 0 15px; position: relative;}
.terms-list li a { color: var(--black); font-weight: 500;}
.footer-social { display: flex; align-items: center; flex-wrap: wrap;}
.footer-social a { display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 100%; color: var(--black); background: #00000015; margin: 0 10px; font-size: 18px;}
.footer-social a:hover { background: var(--black); color: var(--white);}





























