:root {
  --primary-color: #E74A8F;
  --primary-hover: #fa75af;
  --secondary-color: #5aaacb;
  --secondary-hover: #84c3df;
  --light-blue: #8EE5FF;
  --yellow-bg: #F1BF2A;
  --dark-blue: #003140;
  --default-grey: #f9f9f9;
  --white: #ffffff;
  --black: #000000;
  --paragraph-color: #484848;
  --pearly-white: #F8F6F0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0;	padding: 0;	border: 0; vertical-align: baseline; font-family: 'Poppins', sans-serif; font-weight: 400; list-style: none; color:var(--paragraph-color);}
* { box-sizing: border-box;}
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: normal; font-family: 'Cinzel', serif; font-weight: 400;}
h1 { font-size:50px; line-height: 1.1;}
h2 { font-size: 35px; line-height: 1.1; text-transform: uppercase;}
h3 { font-size:28px;}
h4 { font-size:24px; line-height: 1.1;}
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:#3ba4ff;}
label { font-weight:400;margin:0;}
p { font-size: 14px; line-height:24px; color: var(--paragraph-color); margin:0; padding:0; font-weight:400; margin-bottom:15px;}
li,ol,ul { list-style:none; margin:0; padding:0;}
focus { outline:0;}

/*========================== Commen styles ========================*/
.primary-btn { display: inline-block; border: 1px solid var(--primary-color); color: var(--primary-color); font-size: 14px; padding: 15px 30px; text-transform: uppercase; line-height: 16px; font-weight: 600; transition: all ease-out 0.3s;}
.primary-btn:hover { border: 1px solid var(--primary-hover); background: var(--primary-hover); color: var(--white); transform: translateX(5px);}
section { display: block; padding: 100px 0;}
/*========================== Commen styles ========================*/

.onload-popup { display:none; max-width:600px; padding: 0; width: 100%;}
.fancybox__backdrop { background: rgb(24 24 27 / 88%);}
.pop-head { display: flex; justify-content: center; background: var(--dark-blue); padding: 10px;}
.pop-head a { display: inline-block; border: none;}
.pop-head a img { max-height: 85px; width: auto; border: none;}
.onload-popup-body form { padding: 30px;}
.onload-popup h2 { color: var(--primary-color); text-align: center;}
.popup-form-input { width: 100%; height: 40px; padding: 0 15px; color: var(--paragraph-color); font-size: 14px; background: var(--white); border: 1px solid #cdcdcd;}
.popup-form-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ font-size: 14px;}
.popup-form-input::-moz-placeholder { /* Firefox 19+ */ font-size: 14px;}
.popup-form-input:-ms-input-placeholder { /* IE 10+ */ font-size: 14px;}
.popup-form-input:-moz-placeholder { /* Firefox 18- */ font-size: 14px;}
.popup-form-input:focus { outline: var(--primary-color);}
.popup-form-message { width: 100%; height: 85px; padding: 10px 15px; border: 1px solid #cdcdcd;}
.popup-form-message::-webkit-input-placeholder { /* Chrome/Opera/Safari */ font-size: 14px;}
.popup-form-message::-moz-placeholder { /* Firefox 19+ */ font-size: 14px;}
.popup-form-message:-ms-input-placeholder { /* IE 10+ */ font-size: 14px;}
.popup-form-message:-moz-placeholder { /* Firefox 18- */ font-size: 14px;}
.onload-popup .primary-btn { background: none; padding: 12px 22px;}
.onload-popup .primary-btn:hover { color: var(--primary-color);}

.floatings { display: block; position: fixed; right: 10px; bottom: 25%; z-index: 10; padding: 15px; border-radius: 50px;}
.floatings li { display: block; margin: 15px 0;}
.floatings li a { display: block; text-align: center; color: var(--black); font-size: 12px; text-transform: uppercase; font-weight: 600;}
.floatings li a figure { width: 58px; height: 58px; border-radius: 100%; border: 1px solid var(--black); display: flex; justify-content: center; align-items: center; margin: auto; margin-bottom: 10px; position: relative; transition: all ease-out 0.3s;}
.floatings li a:hover { transform: translateY(-5px);}
.floatings li a:hover figure { transform: scale(1); background: var(--white); border-color: var(--white); box-shadow: 0 0 20px 0 #00000025;}
.floatings.floating-bar { background: #ffffffb3; box-shadow: 0 0 10px 0 #0000001f;}

.header { display: block; width: 100%; position: relative; background: var(--pearly-white); height: auto; z-index: 10;}
.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; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.logo { height: 101px; max-width: 175px; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.logo a { display: inline-block;}
.logo a img { display: block; max-width: 130px; width: 100%;}

.header-top-block { display: block; border-bottom: 1px solid #90c9e1; padding: 13px 0; position: relative;}
.header-top-block p { margin-bottom: 0; text-align: center; color: var(--black); font-weight: 600; font-size: 13px;}
.header-top-block p a { color: var(--primary-color); text-transform: uppercase; font-weight: 600;}
.header-top-block p a:hover { color: var(--primary-hover);}
.header-top-block .social-media { position: absolute; right: 15px; top: 6px;}
.social-media { display: flex;}
.social-media a { width: 27px; height: 27px; border-radius: 100%; margin-left: 8px; border: 1px solid var(--black); display: flex; justify-content: center; align-items: center;}
.social-media a i { font-size: 14px;}
.social-media a:hover { background: var(--black);}
.social-media a:hover i { color: #ffffff;}


/* ==========================================================================
   Menu with dropdown menu begin
   ========================================================================== */
.main-menu { display:block;}
.main-menu > ul { display:block; text-align: center;}
.main-menu > ul > li { display:inline-block;}
.main-menu > ul > li > a { color:var(--dark-blue); display: block; font-size: 14px; padding: 15px 15px; position: relative; line-height: 20px; font-weight: 600; text-transform: uppercase;}
.main-menu > ul > li > a::after { content: ''; width: 0; height: 1px; display: block; background: var(--primary-color); position: absolute; left: 0; bottom: 0px; right: 0; margin: auto; -webkit-transition: all ease-out 0.3s; -o-transition: all ease-out 0.3s; transition: all ease-out 0.3s;}
.main-menu > ul > li > a:hover::after { width: 100%;}
.main-menu > ul > li:hover > a, .main-menu > ul > li.active > a { color: var(--primary-color);}
.main-menu > ul > li:hover a::after, .main-menu > ul > li.active > a::after { width: 100%;}
.main-menu > ul > li.dropdown > a::before { content: "\f107"; font-family: "FontAwesome"; font-size: 14px; color: var(--dark-blue); display: inline-block; position: absolute; right: 0; top: 15px;}
.main-menu > ul > li.dropdown:hover > a::before { color: var(--primary-color);}

.main-menu > ul > li > ul { display:block; position:absolute; top:37px; left: 0px; background-color: var(--primary-color); width: 200px; font-weight: 400; z-index: 10; opacity: 0; pointer-events: none; transition: all ease-out 0.3s; transform: translateY(10px);}
.main-menu > ul > li > ul > li { display:block; border-top:1px solid #f361a0;}
.main-menu > ul > li > ul > li:first-child { border-top:none;}
.main-menu > ul > li > ul > li > a { display: block; color: var(--white); padding: 10px 15px; font-weight: 400; font-size: 14px; line-height: 18px; position: relative; text-align: left;  text-transform: uppercase;}
.main-menu > ul > li > ul > li > a:hover { background: var(--secondary-color); color: #ffffff;}
.main-menu > ul > li:nth-child(5) > ul { left: inherit; right: 0px;}
.main-menu > ul > li > ul.normal-sub-menu { width: 250px;}
.main-menu > ul > li > ul { max-height: 350px; overflow-y: auto; scrollbar-color: #f361a0 #363232; scrollbar-width: thin;}
.main-menu > ul > li > ul::-webkit-scrollbar { width: 8px;}
.main-menu > ul > li > ul::-webkit-scrollbar-track { background: var(--secondary-color);}
.main-menu > ul > li > ul::-webkit-scrollbar-thumb { background-color: var(--primary-color); outline: none;}
.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: "\f107"; position: absolute; top: 8px; right: 15px; font-family: 'FontAwesome'; transition: all ease 0.2s;}
.main-menu > ul > li > ul > li.dropdown> a.hoverClass:after{ color: var(--white); transform: rotate(-90deg);}
.main-menu > ul > li > ul > li > ul { display: block; transition: all ease 0.2s; position:absolute; top:0px; left:220px; background-color: var(--primary-color); width: 200px; font-weight: 400; opacity: 0;}
.main-menu > ul > li > ul > li > ul.pull-ul { right:200px; opacity: 1; pointer-events: auto; z-index: 3;}
.main-menu > ul > li > ul > li > ul > li { display:block; border-top:1px solid #615f5f;}
.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: #a6a6ac; padding: 10px 15px; font-weight: 400; font-size: 14px; position: relative; text-align: left;}
.main-menu > ul > li > ul > li ul > li > a:hover { color:#fff;}

/*======================================== Menu Style End =======================================*/
.mobile-menu ul.menu-list { padding:5px 0;}
.mobile-menu ul.menu-list > li > a:hover { background:#f361a0; 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:#f361a0; 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:40px; height:40px; top:8px; right:20px; box-sizing:border-box; background: none; border: none; padding: 0 2px;}
.menu-toggle span.line { position:relative; width:70%; 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
  ========================================================================== */

.banner { display: block;}
.banner-slider .owl-nav { width: 100%; position: absolute; left: 0; bottom: 0; display: flex; justify-content: space-between;}
.banner-slider .owl-nav button { display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; background: var(--white) !important; position: absolute; bottom: 45vh; border-radius: 100%;}
.banner-slider .owl-nav button span { color: var(--black); font-size: 30px;}
.banner-slider .owl-nav .owl-prev { left: 0;}
.banner-slider .owl-nav .owl-next { right: 0;}
.banner-item { background-size: cover !important; background-repeat: no-repeat !important; background-position: center top !important; position: relative; height: 80vh; display: -webkit-box;  display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
.banner-item::before { content: ''; width: 100%; height: 100%; display: block; background: rgb(231,74,143); background: rgb(231,74,143); background: linear-gradient(90deg, rgba(231,74,143,1) 18%, rgba(0,0,0,0) 55%); position: absolute; left: 0; top: 0;}
.banner-main { display: block; position: relative; z-index: 2; max-width: 455px; margin-left: 3%;}
.banner-main h1 { color: var(--white); margin-bottom: 25px;}
.banner-main h1 span { color: var(--white); font-size: 20px; text-transform: uppercase; padding-bottom: 25px; font-weight: 400; display: block;}
.banner-main .primary-btn { border-color: var(--white); color: var(--white);}
/* .banner-main .primary-btn:hover { border-color: var(--black); color: var(--black);} */

.home-features-block { display: block;}
.home-features-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.home-features-list li { width: 25%; min-height: 560px; position: relative; transition: all ease-out 0.3s; background-repeat: no-repeat !important; background-size: cover !important; background-position: center top !important; display: flex; justify-content: center; align-items: flex-end;}
.home-features-list li img { width: 100%; height: 100%; object-fit: cover; text-align: center;}
.home-features-list li::before { content: ''; width: 100%; height: 75%; display: block; position: absolute; left: 0; bottom: 0; right: 0; margin: auto; z-index: 1; background: rgb(11,160,205); background: linear-gradient(0deg, rgba(11,160,205,0.8799894957983193) 18%, rgba(0,0,0,0) 70%); transition: all ease-out 0.3s;}
.home-features-list li h3 { color: var(--white); padding: 10px 25px; position: relative; z-index: 2; display: block; width: 100%; position: absolute; left: 0; bottom: 0; text-align: center; text-transform: uppercase;}
.home-features-list li:nth-child(even)::before { background: rgb(255,0,112); background: linear-gradient(0deg, rgba(255,0,112,0.7315301120448179) 18%, rgba(0,0,0,0) 70%);}
.home-features-list li:hover::before { height: 100%;}

.home-about-block { display: block;}
.home-about-block .container { max-width: 1070px;}
.commen-head { display: block; text-align: center;}
.commen-head h2 { font-size: 35px; margin-bottom: 25px; text-transform: uppercase;}
.commen-head p { font-size: 16px; line-height: 30px;}
.home-about-block h3 { text-align: center; font-size: 38px;}
.home-about-list { display: flex; justify-content: center; flex-wrap: wrap;}
.home-about-list li { display: flex; flex-direction: column; position: relative; margin: 0 20px; margin-top: 20px; text-align: center;}
.home-about-list li span { display: block; width: 130px; height: 130px; border-radius: 100%; background: var(--primary-color); margin: auto; overflow: hidden; margin-bottom: 15px;}
.home-about-list li span img { display: block; width: 100%; height: 100%; display: block;}
.home-about-list li:nth-child(3n+1) span { background:var(--primary-color);}
.home-about-list li:nth-child(3n+2) span { background:var(--light-blue); color: var(--black);}
.home-about-list li:nth-child(3n+3) span { background:var(--yellow-bg); color: var(--black);}

.home-about-list li h5 { color: var(--primary-color); line-height: 1.1; margin-bottom: 5px;}

.home-celebrate-block { background-size: cover !important; background-repeat: no-repeat !important; background-position: center top !important; min-height: 670px; display: flex; flex-direction: column; justify-content: center;}
.home-celebrate-block h3 { max-width: 370px; display: block; position: relative; padding-right: 145px; text-transform: uppercase;}
.home-celebrate-block h3 a { display: inline-block; position: absolute; right: 0; top: 10px; width: 92px; height: 92px;}

.home-statistics { display: block; background: var(--dark-blue);}
.home-statistics h2 { color: var(--light-blue); text-transform: uppercase;}
.home-statistics ul { overflow: hidden;}
.home-statistics ul li { text-align: center; position: relative;}
.home-statistics ul li::before { content: ''; width: 1px; height: 90%; display: block; background: #49646a; position: absolute; left: -1px; top: 0; bottom: 0; margin: auto;}
.home-statistics ul li h3 { color: var(--white); font-size: 40px; margin-bottom: 10px;}
.home-statistics ul li h3 span {font-family: 'Cinzel', serif; color: var(--white); font-size: 40px;}
.home-statistics ul li p { color: var(--white); font-size: 16px; font-weight: 500;}

.news-blogs { display: block;}
.news-item { display: block;}
.news-item .date { font-size: 13px; color: #484848; display: block; padding-left: 12px; position: relative;}
.news-item .date::before { content: ''; width: 4px; height: 4px; display: block; background: #484848; border-radius: 100%; position: absolute; left: 0; top: 7px;}
.news-item b { color: var(--black); font-weight: 500;}
.news-item p { color: var(--paragraph-color); font-size: 13px; line-height: 21px;}
.news-carousel .owl-nav { width: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: space-between;}
.news-carousel .owl-nav button { display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; position: absolute; top: 100px; border-radius: 100%; border: 1px solid var(--black) !important;}
.news-carousel .owl-nav button span { color: var(--black); font-size: 25px;}
.news-carousel .owl-nav .owl-prev { left: -50px;}
.news-carousel .owl-nav .owl-next { right: -50px;}

.parents-say { display: block; background: var(--default-grey);}
.testimonials-carousel .owl-stage { display: flex;}
.testi-item { display: block; background: var(--white); padding: 40px; box-shadow: 6px 5px 17px -15px rgba(0, 0, 0, 0.25); border-radius: 12px; height: 100%;}
.testimonials-carousel .owl-item img { width: auto;}
.testi-avatar { display: block; position: relative; margin-bottom: 25px;}
.testi-avatar::before { content: ''; width: 90px; height: 90px; display: block; background: #D9D9D9; border-radius: 100%; position: absolute; left: 0; top: 0;}
.testi-avatar span { width: 90px; height: 90px; display: block; border-radius: 100%; overflow: hidden; position: relative; z-index: 2; margin-left: 15px;}
.testi-avatar span img { width: 100%; height: 100%;}
.testi-item p { color: var(--black); font-size: 18px; line-height: 30px; font-weight: 500; margin-bottom: 25px;}
.testi-item h5 { color: var(--black); font-size: 13px;}
.testi-item h5 span { display: block; color: var(--primary-color); font-size: 19px; font-family: 'Cinzel', serif;}
.testimonials-carousel .owl-nav { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: space-between;}
.testimonials-carousel .owl-nav button { display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; position: absolute; top: 45%; border-radius: 100%; border: 1px solid var(--black) !important;}
.testimonials-carousel .owl-nav button span { color: var(--black); font-size: 25px;}
.testimonials-carousel .owl-nav .owl-prev { left: -50px;}
.testimonials-carousel .owl-nav .owl-next { right: -50px;}

.gallery-block { display: block;}
.location-block { min-height: 555px; background-size: cover !important; background-repeat: no-repeat !important; background-position: center top !important; display: flex; flex-direction: column; justify-content: center;}
.home-branches { display: block;}
.location-block h3 { color: var(--white); text-transform: uppercase;}
.location-block h3 span { font-size: 40px; font-family: 'Cinzel', serif; color: var(--white);}
.home-branches { display: block;}
.home-branches li { font-size: 16px; color: var(--white); padding-left: 24px; position: relative; min-height: 23px; margin-bottom: 35px;}
.home-branches li::before { content: ''; width: 1px; height: 23px; display: block; background: var(--primary-color); position: absolute; left: 0; top: 6px;}
.home-branches li span { color: var(--light-blue); font-weight: 700;}
.gallery-carousel .owl-nav { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: space-between;}
.gallery-carousel .owl-nav button { display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; position: absolute; top: 45%; border-radius: 100%; border: 1px solid var(--black) !important;}
.gallery-carousel .owl-nav button span { color: var(--black); font-size: 25px;}
.gallery-carousel .owl-nav .owl-prev { left: -50px;}
.gallery-carousel .owl-nav .owl-next { right: -50px;}

.footer { display: block; padding: 50px 0;}
.footer h2 { margin-bottom: 36px;}
.footer-top { max-width: 640px; margin: auto;}
.newsletter { display: block; position: relative; margin-bottom: 20px; padding-right: 112px;}
.newsletter-input { display: block; width: 100%; height: 55px; border: 1px solid var(--black); padding: 0 15px;}
.newsletter-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: var(--paragraph-color); font-size: 12px;}
.newsletter-input::-moz-placeholder { /* Firefox 19+ */ color: var(--paragraph-color); font-size: 12px;}
.newsletter-input:-ms-input-placeholder { /* IE 10+ */ color: var(--paragraph-color); font-size: 12px;}
.newsletter-input:-moz-placeholder { /* Firefox 18- */ color: var(--paragraph-color); font-size: 12px;}
.newsletter-submit { display: block; width: 113px; height: 55px; border: 1px solid var(--primary-color); color: var(--primary-color); font-size: 15px; font-weight: 500; text-align: center; line-height: 50px; position: absolute; right: 0; top: 0; background: none; transition: all ease-out 0.3s;}
.newsletter-submit:hover { background: var(--primary-color); color: var(--white);}
.newsletter-block p { font-size: 13px; color: var(--paragraph-color);}

.footer-menu { display: block; text-align: center;}
.footer-menu li { display: inline-block; padding: 0 18px;}
.footer-menu li a { font-size: 13px; color: var(--black); font-weight: 600; text-transform: uppercase;}
.footer-menu li a:hover { color: var(--primary-color);}
.copy-right { font-size: 13px; text-align: center;}
.copy-right p { margin-bottom: 0px; }

.sub-banner { display: -webkit-box; display: -ms-flexbox; display: flex !important;  -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; min-height: 300px; background: var(--primary-color); position: relative; padding: 50px; background-size: cover !important; background-position: center top !important; background-repeat: no-repeat !important;}
.sub-banner::before { content: ''; width: 100%; height: 100%; display: block; background: rgb(231,74,143); background: rgb(231,74,143); background: linear-gradient(90deg, rgba(231,74,143,1) 18%, rgba(0,0,0,0) 55%); position: absolute; left: 0; top: 0;}
.sub-banner h1 { color: var(--white); text-transform: uppercase; margin-bottom: 5px;}
.sub-banner .container-fluid { position: relative; z-index: 2;}
.breadcrumb { display: flex;}
.breadcrumb li { display: flex; margin-right: 20px; color: var(--white); position: relative; padding-left: 15px;}
.breadcrumb li::before { content: '\f105'; font-family: "FontAwesome";  display: block; position: absolute; left: 0;}
.breadcrumb li a { color: var(--white);}

.learning-top-block { display: block;}
.learning-top-main { display: block; overflow: hidden;}
.learning-img { display: block; position: relative; border-radius: 15px; overflow: hidden;}
.learning-img::before { content: ''; width: 100%; height: 75%; display: block; position: absolute; left: 0; bottom: 0; right: 0; margin: auto; z-index: 1; background: rgb(11,160,205); background: linear-gradient(0deg, rgba(11,160,205,0.8799894957983193) 18%, rgba(0,0,0,0) 70%); transition: all ease-out 0.3s;}
.learning-img img { display: block; width: 100%;}

.learning-second-block { display: block; background: var(--default-grey);}
.guide { display: block; background: var(--white); border-radius: 15px; overflow: hidden; height: 100%;}
.guide figure { display: block; position: relative;}
.guide figure img { display: block;}
.guide figure::before { content: ''; width: 100%; height: 75%; display: block; position: absolute; left: 0; bottom: 0; right: 0; margin: auto; z-index: 1; background: rgb(11,160,205); background: linear-gradient(0deg, rgba(11,160,205,0.8799894957983193) 18%, rgba(0,0,0,0) 70%); transition: all ease-out 0.3s;}
.guide article { display: block; padding: 20px 25px;}
.guide-list li:nth-child(even) .guide figure::before { background: rgb(255,0,112); background: linear-gradient(0deg, rgba(255,0,112,0.7315301120448179) 18%, rgba(0,0,0,0) 70%);}
.guide article h5 { color: var(--primary-color);}

.learning-development { display: block; background: var(--light-blue);}
.learning-development .commen-head { max-width: 900px; margin: auto;}
.learning-development .commen-head h2 { margin-bottom: 15px;}
.Learning-process { display: block; position: relative;}
.Learning-process li { color: var(--black); font-size: 18px; font-weight: 500; min-height: 40px; position: relative; display: flex; flex-direction: column; justify-content: center; padding: 20px 0; padding-left: 55px; position: relative;}
.Learning-process li span { width: 40px; height: 40px; background: var(--primary-color); color: var(--white); border-radius: 100%; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 14px;}
.Learning-process li::before { content: ''; width: 1px; height: 100%; display: block; border-left: 1px dashed var(--white); position: absolute; left: 20px; top: 0;}

.commen-listing { display: block;}
.commen-listing li { display: block; position: relative; padding-left: 30px; margin-bottom: 10px; font-size: 14px; line-height: 21px; color: var(--paragraph-color);}
.commen-listing li::before { content: "\f105"; font-family: 'FontAwesome'; display: inline-block; width: 18px; height: 18px; border-radius: 100%; background: var(--primary-color); color: var(--white); display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0;}

.default-grey { background: var(--default-grey) !important;}
.e-learning-gallery .gallery-carousel .owl-nav { height: auto; top: 150px;}
.learning-top-block .accordion-button.collapsed { background: var(--white) !important;}
.learning-top-block .accordion-button.collapsed::before { background: var(--primary-color) !important; color: var(--white);}
.learning-top-block .accordion-button { font-size: 20px; padding-left: 75px; position: relative; background: var(--light-blue) !important; color: var(--black);}
.learning-top-block .accordion-button::before { content: '?'; font-family: 'Poppins', sans-serif; width: 38px; height: 38px; border-radius: 100%; border-bottom-right-radius: 0px; position: absolute; left: 20px; top: 5px; background: var(--white) !important; color: var(--secondary-color); display: flex; justify-content: center; align-items: center;}
.learning-top-block .accordion-button:focus { box-shadow: none;}

.about-top-block { display: block;}
.about-top-block .home-features-list { justify-content: center;}
.about-top-block .home-features-list li { width: 33%; min-height: 480px;}
.about-top-block .home-features-list li h3 { font-size: 20px;}
.guide article h3 { color: var(--primary-color);}
.guide article p b { font-weight: 600;}
.learning-top-main p b { font-weight: 600;}
.our-team-page .guide { box-shadow: 0 5px 5px 0 #00000017;}
.our-team-page .guide article { padding: 30px 30px 40px 30px;}
.our-team-page .guide article h3 { margin-bottom: 10px;}
.our-team-page .guide .primary-btn { background: none;}
.team-pop h3 { color: var(--primary-color);}
.team-pop { max-width: 700px;}

.commen-listing li .second-list li { position: relative; padding-left: 15px;}
.commen-listing li .second-list li:before { display: none; width: 6px; height: 6px; display: block; border-radius: 100%; background: var(--black); position: absolute; left: 0; top: 8px;}
.commen-table th { background: var(--dark-blue); color: var(--white); border-left: 1px solid #0b4e62; padding: 20px; font-weight: 600;}
.commen-table th:first-child { border-left: none;}
.commen-table td { border-left: 1px solid #e4e4e4; background: #ffffff; border-top: 1px solid #e4e4e4; padding: 12px 20px; font-size: 15px;}
.commen-table td:first-child { border-left: 0;}
.commen-table td a { color: var(--primary-color); text-decoration: underline; font-size: 15px; font-weight: 500;}
.commen-table td a:hover { color: var(--primary-hover);}

.offer-page .commen-head { max-width: 600px; margin: auto;}
.offer { display: flex; justify-content: center; align-items: center; background: var(--white); height: 100%; padding: 30px;}
.offer img { max-width: 200px; max-height: 200px;}

.testimonials-block { display: block;}
.commen-tab-acco .resp-tabs-list { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 20px;}
.commen-tab-acco .resp-tabs-list li { margin: 0; float: none; display: block; position: relative; padding: 15px 30px; text-transform: uppercase; font-size: 16px;} 
.commen-tab-acco .resp-tabs-list li::after { content: ''; width: 0; height: 1px; display: block; background: var(--primary-color); position: absolute; left: 0; bottom: 0; right: 0; margin: auto; transition: all ease-out 0.3s;}
.commen-tab-acco .resp-tabs-list li.resp-tab-active { background: none !important; border: none; color: var(--primary-color);}
.commen-tab-acco .resp-tabs-list li.resp-tab-active::after { width: 100%;}
.commen-tab-acco .resp-tabs-container { background: none !important;}
.commen-tab-acco .resp-tab-content { border: none; padding: 0;}
.testimonial { display: block; background: var(--white); box-shadow: 0 0 10px 0 #00000015; padding: 25px 30px; height: 100%;}
.testi-footer { display: flex; align-items: center; position: relative; min-height: 65px; padding-left: 80px;}
.testi-footer .testiavatar { width: 65px; height: 65px; display: block; border-radius: 100%; overflow: hidden; position: absolute; left: 0; top: 0; border: 1px solid #eeeeee;}
.testi-footer h4 { font-family: 'Poppins', sans-serif; font-size: 14px; margin-bottom: 0;}
.testi-footer h4 span { display: block; font-family: 'Cinzel', serif; font-size: 18px; padding-bottom: 3px; color: var(--primary-color);}
.testimonial-pop { max-width: 700px;}
.testi-link { border: none; background: none; padding: 0; margin-bottom: 15px; font-weight: 600; color: var(--primary-color); text-decoration: underline; transition: all ease-out 0.3s; position: relative; display: inline-flex; align-items: center;}
.testi-link::after { content: "\f105"; font-family: "FontAwesome"; width: 16px; height: 16px; display: inline-flex; justify-content: center; align-items: center; background: var(--primary-color); border-radius: 100%; color: var(--white); font-size: 10px; margin-left: 5px;}

.gallery-block .text-center { color: var(--primary-color); font-size: 48px;}
.image-gal { display: block; position: relative; overflow: hidden; border-radius: 10px; position: relative; cursor: pointer;}
.image-gal img { width: 100%; display: block;}
.image-gal::before { content: ""; width: 0%; height: 0%; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; display: block; background: #0000009c; transition: all ease-out 0.3s;}
.image-gal:hover::before { width: 100%; height: 100%;}
.image-gal::after { content: ""; width: 45px; height: 45px; display: block; background: url(../img/expand-icon.svg) no-repeat center center; background-size: 45px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; opacity: 0; transition: all ease-out 0.3s;}
.image-gal:hover::after { opacity: 1;}
.social-gal { display: flex; align-items: center; justify-content: center;}
.social-gal a { font-size: 18px; margin: 15px; display: inline-flex; align-items: center; font-weight: 500;}
.social-gal a i { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 100%; margin-right: 15px; transition: all ease-out 0.3s;}
.social-gal a.instagram { color: black;}
.social-gal a.instagram  i { border: 1px solid #f73e63; color: #f73e63;}
.social-gal a.instagram:hover { color: #f73e63;}
.social-gal a.instagram:hover i { background: #f73e63; color: var(--white);}
.social-gal a.facebook { color: black;}
.social-gal a.facebook  i { border: 1px solid #489ceb; color: #489ceb;}
.social-gal a.facebook:hover { color: #489ceb;}
.social-gal a.facebook:hover i { background: #489ceb; color: var(--white);}
.purple-color { color: var(--primary-color) !important;}

.blog-block { display: block;}
.blog-block h2 { color: var(--primary-color); font-size: 48px;}
.blog { display: block; height: 100%; background: var(--white); box-shadow: 0 0 10px 0 #00000015; overflow: hidden; border-radius: 10px;}
.blog figure { display: block;}
.blog figure img { display: block; width: 100%; max-height: 263px; height: 100%;}
.blog-body { display: block; padding: 30px;}
.blog-body figcaption { font-family: 'Cinzel', serif; color: var(--primary-color); font-size: 20px; line-height: 26px; margin-bottom: 10px;}
.blog-body .primary-btn { padding: 10px 20px;}
.blog-body .primary-btn:hover { background: var(--primary-color); color: var(--white);}
.blog-body .date { font-size: 12px; color: #959393; display: block; margin-bottom: 10px;}

.blog-detail { display: block; max-width: 900px; margin: auto;}
.blog-date-time { display: flex; flex-wrap: wrap; margin-bottom: 15px;}
.blog-date-time li { display: inline-block; margin-right: 20px; color: #959393; font-size: 13px;}
.blog-date-time li a { color: #959393;}
.blog-banner { display: block; margin-bottom: 20px;}
.blog-banner img { width: 100%;}
.blog-detail h5 { font-size: 24px;}
.social-share { display: block; max-width: 900px; margin: auto; margin-top: 35px; border-top: 1px solid #cccccc; padding-top: 35px;}
.social-share h3 { color: var(--primary-color);}

.contact-list { display: block;}
.contact-list li { padding-left: 65px; position: relative; min-height: 70px; margin-bottom: 15px; display: flex; align-items: center; flex-wrap: wrap;}
.contact-list li:last-child { margin-bottom: 0;}
.contact-list li .icon { width: 55px; height: 55px; border-radius: 100%; padding: 12px; display: flex; justify-content: center; align-items: center; background: #d5f5ff; position: absolute; left: 0; top: 0; bottom: 0; margin: auto;}
.contact-list li .icon img { max-width: 45px; max-height: 45px; width: 100%; height: 100%;}
.contact-list li p { margin-bottom: 0; font-size: 15px; line-height: 24px; font-weight: 400;}
.contact-list li p a { color: var(--paragraph-color); font-weight: 400; word-break: break-all; font-size: 15px;}
.contact-list li p a:hover { color: var(--primary-color);}
.contact-left { display: block; padding: 35px 30px; background: var(--white); border-radius: 15px; height: 100%;border: 1px solid var(--primary-color);}
.contact-left h3 { font-size: 22px; color: var(--primary-color);}
.contact-list li:nth-child(even) .icon { background: #ffeaf2;}
.contact-right { display: block; padding: 35px; background: var(--white); margin-top: 30px; border-radius: 15px;border: 1px solid var(--primary-color);}
.contact-right h3 { color: var(--primary-color);}
.contact-input { width: 100%; height: 45px; padding: 0 15px; border: none; transition: all ease-out 0.3s; border: 1px solid #e6e6e6; color: var(--paragraph-color); font-size: 14px; background: var(--white);}
.contact-input:focus { box-shadow: 0 0 15px 0 #00000023; outline: none; border: none; color: var(--paragraph-color); font-size: 14px;}
.contact-textarea { width: 100%; height: 90px; padding: 10px 15px; resize: none; border: none; transition: all ease-out 0.3s; border: 1px solid #e6e6e6; color: var(--paragraph-color); font-size: 14px; background: var(--white);}
.contact-textarea:focus { box-shadow: 0 0 15px 0 #00000023; outline: none; border: none; color: var(--paragraph-color); font-size: 14px;}
.contact-right .primary-btn { background: none;}
.contact-right .primary-btn:hover { background: var(--primary-color);}
.g-map { display: block; margin-top: 40px;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: var(--paragraph-color); font-size: 14px;}
::-moz-placeholder { /* Firefox 19+ */ color: var(--paragraph-color); font-size: 14px;}
:-ms-input-placeholder { /* IE 10+ */ color: var(--paragraph-color); font-size: 14px;}
:-moz-placeholder { /* Firefox 18- */ color: var(--paragraph-color); font-size: 14px;}

.contact-logo { background: var(--default-grey); padding: 30px; display: flex; justify-content: center; align-items: center; min-height: 280px; border-radius: 10px;}
.home-form-block .primary-btn { background: none;}
.home-form-block .primary-btn:hover { background: var(--primary-hover); color: var(--black);}
.home-form-box { background: var(--white); box-shadow: 0 5px 10px 0 #00000017;}
.home-form-box form { padding: 35px;}
.home-form-box h2 { background: var(--primary-color); color: var(--white); padding: 25px 15px;}

.home-about-block .commen-table { border: 1px solid #e4e4e4;}
.home-about-block .commen-table th { padding: 10px 15px; background: var(--primary-color); border-color: var(--primary-hover); border: 1px solid var(--primary-hover);}
.home-about-block .commen-table td { padding: 10px 15px;}
.home-form-block { min-height: 699px; background-position: center bottom !important; background-repeat: no-repeat !important;}


/* font-family: 'Cinzel', serif;
font-family: 'Poppins', sans-serif; */

/* :root {
  --primary-color: #E74A8F;
  --primary-hover: #fa75af;
  --secondary-color: #5aaacb;
  --secondary-hover: #84c3df;
  --light-blue: #8EE5FF;
  --yellow-bg: #F1BF2A;
  --dark-blue: #003140;
  --default-grey: #f9f9f9;
  --white: #ffffff;
  --black: #000000;
  --paragraph-color: #484848;
  --pearly-white: #F8F6F0;
} */

.mtn ul
{
     position: relative;
     padding-left: 50px;
}

.mtn ul li{
list-style-position: outside;
list-style: disc;
padding: 5px;
text-align: initial;
}

.guide article ul{
  position: relative;
  padding-left: 20px;
}


.guid_1 {
  list-style-position: outside;
  list-style: disc;
  padding: 2px;
  text-align: initial;

  }

  .box-shadow{ box-shadow: 0 3px 6px rgba(0,0,0,0.10), 0 3px 3px rgba(146, 146, 146, 0.23);}
  ul.social-icons li {
    margin-right: 5px;
    margin: 0px;
    width: auto;
    padding: 1px;
    min-height: auto;
}
  ul.social-icons li{display:inline-block;}
  ul.social-icons li a{ border-radius: 100%; width:35px; height:35px; display: block;justify-content: center;
    align-items: center;
    display: flex; }
    ul.social-icons li{margin-right:5px;}
    ul.social-icons li a i{color: #fff; }  
    ul.social-icons li:nth-child(1) a{background: #3b5998;}
    ul.social-icons li:nth-child(1) a:hover{background: #587fd3;}
    ul.social-icons li:nth-child(2) a{background: #cd486b;}
    ul.social-icons li:nth-child(2) a:hover{background: #fa7397;}

    .mission-block{background: #fff; border-radius: 20px; overflow: hidden;}
    .mission-block .contant{padding: 30px;}
    .mission-block article h3 {
      color: var(--primary-color);
    }

    .guide h3{margin-bottom: 0px;}
    .team-contant p{font-size: 12px; line-height: normal;}
    .team-contant a{color: var(--primary-color); text-decoration: underline;}

.govt-branches-block { display: block;}
.govt-branches { display: block; height: 100%; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14); text-align: center; background-color: white}
.govt-branches span { display: flex; justify-content: center; align-items: center; max-height: 300px; min-height: 300px; max-width: 370px; margin: auto;}
.govt-branches span img { display: block; max-height: 300px; padding: 20px}
.govt-branches h4 { margin: 0; padding: 20px 15px; border-top: 1px solid #e6e6e6;}

.offer1 { padding: 20px;}
.offer1 img { max-width: inherit; max-height: inherit;}














