@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body { font-family: 'Montserrat', sans-serif; line-height: 1.7em; color: #000; font-size: 16px;overflow-x: clip;}
.no-padder {padding: 0 !important;}
.no-bg {background: transparent !important;}
.img-responsive {max-width: 100%;}
.hidden {display: none !important;}
a {text-decoration: none;}
:root { 
    --animate-duration: 1s; 
    --animate-delay: 1s; 
    --animate-repeat: 1;
    --tdg-gradient1: linear-gradient(45deg, #007ed4 0%,#00a7fa 100%);
    --tdg-gradient2: linear-gradient(45deg, #ff7f24 0%,#ffbf09 100%);
    --tdg-gradient3: linear-gradient(-45deg, #bf2172 0%,#971b5c 100%);
    --tdg-gradient4: linear-gradient(45deg, #9a2f6d 0%,#cd4092 100%);
    --tdg-gradient5:  linear-gradient(45deg, #c1272d 0%,#b22127 100%);
    --tdg-gradient6:  linear-gradient(45deg, #263b6e 0%,#557de4 100%);
    --tdg-gradient7:  linear-gradient(45deg, #b18e72 0%,#dcbdb2 100%);
    --tdg-gradient8: linear-gradient(45deg, #972e6a 0%,#cd4093 100%);
    --tdg-gradient9: linear-gradient(45deg, #095f0a 0%,#1bbb1d 100%);
    --tdg-gradient10: linear-gradient(45deg, #9a2f6d 0%,#00a7fa 100%);
}



    










.topBar { 
    width: 100%;float: left;background: white;padding: 5px 6.5%;box-shadow: 0px -10px 21px #000;position: relative;z-index: 2; 
    p{font-size: 14px; font-weight: 500;} 
    .logoWhite{display: none;} 
}

.quickContact { width: 100%; float: left; font-size: 15px; letter-spacing: 0.04em; border-bottom: 1px solid #dfe5ec; padding: 10px 0; font-weight: 500; color: #207806; }
.quickContact i { font-size: 14px; position: relative; display: inline-block; margin: 0 0 0 10px; }
.quickContact{
    ul{
        margin: 0; padding: 0;
        li{list-style-type: none; display: inline-block}
        li a{
            color: #fff;
            font-size: 13px;
            font-weight: 500;
            letter-spacing: 0.05em;
            border: 0px solid #b7b3b3;
            padding: 5px 15px;
            line-height: 14px;
            background: f1f1f1;
            margin: 0;
            height: 24px;
            float: left;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            cursor: pointer;
            position: relative;
        }
        li:nth-child(1) a{background: #5fb264}
        li:nth-child(2) a{background: #ff8801}
        li:nth-child(3) a{background: #f6b61c}
    }
    
}

.topMenuWrap {width: 100%;float: left;background: #56c222; position: relative; z-index: 3;}
.topMenuWrap:after { content: ''; position: absolute; bottom: -9px; left: 0; width: 100%; height: 9px; }
#main-menu {margin: 0px auto 0;padding: 0;line-height: initial;text-align: center;display: table;position: relative;z-index: 1;}
#main-menu li { display: table-cell; list-style-type: none; margin: 0 0px 0 0px; position: relative; background: none; padding: 0; transition: all ease-in-out 300ms; cursor: pointer; float: left; }
#main-menu li div { padding: 0; margin: 0 0px; position: absolute; top: 29px; right: 5px; margin: 0 0px; text-shadow: none; transition: all 500ms; }
#main-menu li div:after { display: none; content: '\f101'; font-family: FontAwesome; }
#main-menu li:hover div { color: #fff; transform: rotate(90deg); }
#main-menu li a {color: #ffffff;display: block;line-height: 14px;padding: 20px 10px 20px;text-decoration: none;transition: all ease-in-out 300ms;margin: 0 0 0px 0;white-space: nowrap;font-weight: 500;font-size: 13px;position: relative;z-index: 0;}
#main-menu li a i { float: right; margin-left: 5px; margin-top: 2px; }
#main-menu li a:after { content: ''; position: absolute; width: 0; right: 0; left: 0; top: 0px; transition: all ease-in-out 0.3s; }
#main-menu li a.active:after { content: ''; position: absolute; width: 100%; right: 0; left: 0; top: 0px; height: 100%; transition: all ease-in-out 0.3s; background: #f6b71e; z-index: -1; }
#main-menu li a.active {color: #000;}
#main-menu li a:hover, #main-menu li:hover a {color: #000000 !important;}
#main-menu li:hover a:after {background: #f6b71e;width: 100%;height: 100%;z-index: -1;}
#main-menu li:hover ul li a:after {background: transparent;}
#main-menu li.current-menu-item:hover > a {color: #000;}
.selecto {color: #222 !important;}
.selecto:after {background: #f6f11e;width: 100% !important;color: #222;height: 100%;z-index: -1;}
.selecto:hover {color: #fff !important;}
.selecto span {color: #fff;}
#main-menu li:hover > span {color: #000;}
#main-menu li.current-menu-item:hover > span { color: #F00; }
#main-menu li ul, #main-menu li ul li ul { left: 0; opacity: 0; visibility: hidden; padding: 6px 0; position: absolute; top: 79px; margin-top: 10px; text-align: left; width: 260px; z-index: 91; margin: 0; background: #ffffff; -webkit-transition: all 0.3s ease-in 0s; -moz-transition: all 0.3s ease-in 0s; -ms-transition: all 0.3s ease-in 0s; -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; }
#main-menu li ul li ul { top: 0; left: 100%; }
#main-menu li ul li, #main-menu li ul li ul li { float: left; margin: 0; width: 100%; background: none; border-right: none; padding: 0px; }
#main-menu li ul li:after {content: '';}
#main-menu li ul li:hover {box-shadow: none;background: #d5d5d585;}
#main-menu li ul li a, #main-menu li ul li ul li a {margin: 0;float: left;padding: 3% 3% 3% 6%;color: #000 !important;background: transparent !important;text-transform: inherit;font-size: 13px;font-weight: 500;width: 100%;overflow: hidden;border-top: none !important;-webkit-transition: all 100ms ease-in 0s;-moz-transition: all 0.100ms ease-in 0s;-ms-transition: all 100ms ease-in 0s;-o-transition: all 100ms ease-in 0s;transition: all 100ms ease-in 0s;}
#main-menu li ul li a span, #main-menu li ul li ul li a span { color: #0095c6 !important; background-color: transparent !important; border-radius: 0px; padding: 0; }
#main-menu li ul li a:hover { padding: 3% 3% 3% 9%; color: #848484 !important; background: #4B77A5; }
#main-menu li:hover > ul { left: 0; opacity: 1; visibility: visible; box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.33); top: 54px; }
#main-menu li:hover > ul li:hover > ul {top: -5px;}
#main-menu li:last-child ul:before { display: inline-block; border-left: 10px solid transparent; border-right: 10px solid rgba(255, 255, 255, 0); border-bottom: 10px solid rgba(255, 255, 255, 0); border-bottom-color: #FFFFFF; position: absolute; top: -12px; left: 198px; }
#main-menu li:last-child ul { left: auto; right: 0; }
#main-menu li:hover > ul li:hover ul {left: 100%;}
#main-menu li:last-child ul {right: 0;left: auto;}
.academics ul, .student-corner ul{width: 320px !important; font: 400 12px 'Ubuntu' !important;}

.slider { width: 100%; float: left; }
.slider img{object-fit: none;}
.slider .item { width: 100%; float: left; position: relative; display: flex; align-items: center; }
.slider .item .bCaption { position: absolute; right: 15%; font-size: 30px; font-weight: 800; color: #fff; text-shadow: 3px 3px 5px #00000030; display: inline-table; }
.slider .item .bCaption span {color: #ff8700;}
.slider .item .bCaption span:last-child {display: block;font-size: 50px;line-height: normal;color: #231834;}
.slider .owl-item:nth-child(odd) .item .bCaption { left: 15%; right: inherit; -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; }
.slider .owl-item:nth-child(even) .item .bCaption { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; }

.animate__animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-duration: var(--animate-duration); animation-duration: var(--animate-duration); -webkit-animation-fill-mode: both; animation-fill-mode: both }
@-webkit-keyframes fadeInLeftBig {
    0% { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0) }
    to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0) }
}

@keyframes fadeInLeftBig {
    0% { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0) }
    to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0) }
}

@-webkit-keyframes fadeInRightBig {
    0% { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0) }
    to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0) }
}

@keyframes fadeInRightBig {
    0% { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0) }
    to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0) }
}

.scrollerContent { width: 100%; float: left; padding: 5px 6.5%; background: #03315d; } 
.scrlNews { margin-bottom: 0; width: 100%; float: left; color: #225677; position: relative; padding: 0px 0px 6px 60px; overflow: hidden; color: #fff; } 
.scrlNews > div { float: left; font-size: 13px; font-weight: 600; letter-spacing: 1px; line-height: 22px; } 
.scrlNews i { -webkit-animation-name: example; -webkit-animation-duration: 4s; animation-name: example; animation-duration: 1s; animation-iteration-count: infinite; float: left; position: absolute; left: 14px; top: 8px; font-size: 28px; color: #FFEB3B; } 
.scrlNews .marquee { width: 100%; float: left; display: block; padding: 0; list-style: none; line-height: 1; position: relative; overflow: hidden; height: 16px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; } 
.scrlNews .marquee li {position: absolute;background-image: none;top: -9999em;left: 0px;display: block;white-space: nowrap;font-family: 'Ubuntu', Arial, Helvetica, sans-serif;font-weight: 500;font-size: 14px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 20px;padding-bottom: 0px;padding-left: 0px} 
.scrlNews .marquee li:before { content: '' }

.sbk { position: fixed; top: 40%; right: 0; z-index: 9; padding: 8px 0 2px 0; background-color: rgba(255, 255, 255, 0.53); border-radius: 5px 0px 0px 5px; } 
.sbk ul { margin: 0; padding: 0; } .sbk li { list-style-type: none; padding: 0px 0 0 0; } 
.sbk li a { display: block; text-align: center; padding: 2px 5px; text-decoration: none; color: #2d1d54; } 
.sbk li a i { width: 1.25em; font-size: 27px; } 
.sbk li:hover a { color: #FF8700; }

.discoverPanel {width: 100%;float: left;background: #231834;padding: 45px 0 45px 0;background-size: cover;} 
.discoverPanel .eachPanel {width: 100%;float: left;background: #fff;padding: 30px 15px 20px 15px;position: relative;border-radius: 5px;color: #6c83a2;text-align: left !important;box-shadow: 6px 10px 10px #0000001c;} 
.discoverPanel .eachPanel img { border-radius: 5px; } 
.discoverPanel .eachPanel > div {padding: 0 15px;display: flex;flex-direction: column;justify-content: flex-start;width: 100%;} 
.discoverPanel .eachPanel:before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 15px; border-radius: 5px 5px 0 0; } 
.discoverPanel .eachPanel:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 6px; border-radius: 0 0 5px 5px; } 
.discoverPanel .eachPanel strong { display: block; color: #2d1d54; font-size: 20px; font-weight: 500; margin: 0 0 5px 0; } 
.discoverPanel .eachPanel strong a {color: #2d1d54;} 
.discoverPanel .eachPanel p { margin: 0.3em 0 0.6em; font-size: 15px; font-weight: 500; letter-spacing: 0.2px; line-height: 19px; } 
.discoverPanel .eachPanel small { color: #ff8700; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.6px; padding: 0; margin: 18px 0 8px 0; line-height: 1; display: block; } 
.discoverPanel .eachPanel em { color: #ffffff; font-weight: 800; line-height: 41px; letter-spacing: 0.5px; font-style: normal; font-size: 33px; padding-right: 160px; position: relative; z-index: 0; } 
.discoverPanel .eachPanel > div ul {margin: 0;padding: 0;}
.discoverPanel .eachPanel > div ul li{list-style-type: none;}
.discoverPanel .eachPanel > div ul li a{color: #231834;display: block;position: relative;padding-left: 20px;font-size: 13px;font-weight: 500;transition: all ease 0.3s;line-height: normal;padding-top: 5px;padding-bottom: 5px;margin-bottom: 5px;}
.discoverPanel .eachPanel > div ul li a:before{content: '\e4be';font-family: "Font Awesome 6 Duotone";font-size: 14px;left: 0;position: absolute;top: 8px;}
.discoverPanel .eachPanel > div ul li a:hover{padding-left: 25px;}




.clr_1:before, .clr_1:after { background: #1170f7; } 
.clr_2:before, .clr_2:after { background: #f6b71e; } 
.clr_3:before, .clr_3:after { background: #5fb364; } 
.clr_4:before, .clr_4:after { background: #10a9ef; } 
.clr_5:before, .clr_5:after { background: #ff8700; } 


.welcomeContent { width: 100%; float: left; background: #fff; padding-top: 65px; padding-bottom: 80px; } 
.welcomeContent em { color: #ff8700; font-size: 38px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.6px; padding: 0; margin: 3px 0 10px 0; line-height: 1; font-style: normal; } 
.welcomeContent strong { color: #231834; font-weight: 600; line-height: 14px; letter-spacing: 0.5px; font-style: normal; font-size: 14px; display: block; text-transform: uppercase; margin-left: 12px; } 
.welcomeContent s { color: #1170f7; font-size: 38px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.9px; padding: 0; margin: 5px 0 9px 0; line-height: 29px; text-decoration: none; } 
.welcomeContent p { color: #231834; line-height: 29px; font-weight: 500; } 
.welcomeContent p a { font-size: 13px; line-height: 1.3em; fill: #FFFFFF; color: #FFFFFF; background-color: #FF8700; border-style: solid; border-width: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px; padding: 14px 8px 14px 12px; font-weight: 800; border: 1px solid #ff8700; text-transform: uppercase; letter-spacing: 1.5px; transition: all 0.3s; text-decoration: none; margin-top: 10px; float: right; display: flex; align-items: center; justify-content: space-between; width: 160px; } 
.welcomeContent p a i { font-size: 1.5em; margin-top: -0.07em; } 
.welcomeContent p a:hover { background-color: #FF6600; }

.message { width: 100%; float: left; background: #fff; } 
.message .msgHeading { width: 100%; float: left; background: #231834; padding: 75px 0px 45px 0px; color: #fff; } 
.message .msgHeading em { color: #ff8700; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.6px; padding: 0; margin: 18px 0 8px 0; line-height: 1; display: block; font-style: normal; } 
.message .msgHeading strong { color: #ffffff; font-weight: 800; line-height: 41px; letter-spacing: 0.5px; font-style: normal; font-size: 35px; padding-right: 190px; } 
.message p { color: #44699b; line-height: 34px; font-weight: 500; } 
.message .xxxx p:nth-child(2):first-letter { font-size: 64px; font-weight: 900; color: #ff8700; float: left; margin: 18px 5px 0 0; } 
.message p img { float: left; width: 185px; margin: 8px 55px 130px 0; -webkit-mask-image: url(https://wdtninos.wpengine.com/wp-content/uploads/2022/10/custom-shape-bg-layer1a.svg); -webkit-mask-size: cover; -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; } 
.message p a { font-size: 13px; line-height: 1.3em; fill: #FFFFFF; color: #FFFFFF; background-color: #FF8700; border-style: solid; border-width: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px; padding: 20px 20px 18px 25px; font-weight: 800; border: 1px solid #ff8700; text-transform: uppercase; letter-spacing: 1.5px; transition: all 0.3s; text-decoration: none; margin-top: 10px; float: right; display: flex; align-items: center; justify-content: space-between; width: 200px; } 
.message p a i { font-size: 1.5em; margin-top: -0.07em; } 
.message p a:hover { background-color: #FF6600; } 
.message .imgContainer { float: left; width: 185px; margin: 8px 40px 130px 0; } 
.message .imgContainer em { width: 100%; float: left; font-style: normal; font-weight: 600; text-align: center; line-height: 20px; color: #231834; } 
.message .imgContainer em small {color: #2d1d54;font: 500 14px/23PX "Ubuntu";margin-top: 10px;display: block;} 
.message .imgContainer img { float: left; width: 185px; margin: 8px 0px 20px 0; -webkit-mask-image: url(https://wdtninos.wpengine.com/wp-content/uploads/2022/10/custom-shape-bg-layer1a.svg); -webkit-mask-size: cover; -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; }

.ffContainer { position: relative; width: 90%; height: 100%; float: right; } 
.funfacts { padding: 55px 50px 30px 50px; box-shadow: 0px -4px 31px 3px rgba(0,0,0,0.21); position: absolute; bottom: 0; top: -130px; left: 0; right: 0; background: #fff; border-radius: 5px 5px 0 0; } 
.funfacts:before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 15px; border-radius: 5px 5px 0 0; background: #1170f7; } 
.funfacts span { color: #231834; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.9px; padding: 0; margin: 0 0 0 0; line-height: 1; display: block; font-style: normal; text-align: center; position: relative; } 
.funfacts span em { width: 15%; display: block; height: 5px; background: #1170f7; margin: 20px auto 30px; } 
.funfacts .eachfacts { width: 100%; float: left; text-align: center; padding: 0 0px; margin-top: 20px; } 
.funfacts .eachfacts strong { color: #2d1d54; font-size: 44px; font-weight: 800; text-transform: uppercase; line-height: 0.5em; } 
.funfacts .eachfacts p { line-height: 24px; } 
.funfacts .eachfacts p strong { color: #ff7922; line-height: 24px; font-weight: 700; font-size: 12px; display: block; }

.newsEvents { width: 100%; float: left; background: #f7f6f9; position: relative; padding-bottom: 80px; } 
.newsEvents .heading { color: #2d1d54; font-weight: 800; line-height: 1.3em; font-size: 34px; width: 100%; float: left; } 
.newsContainer { background: #f7f6f9; width: 100%; height: 100%; padding: 55px 0 70px; position: relative; } 
.newsContainer:before { content: ''; } 
.newsContainer .tabContainer { width: 100%; float: left; } 
.newsContainer span { color: rgb(255 135 0); text-transform: uppercase; font-size: 14px; font-weight: 600; } 
.newsContainer .headline { color: #231834; line-height: 20px; font-size: 16px; margin-bottom: 0px; font-weight: 600; } 
.newsContainer .eachNews a { width: 100%; float: left; padding: 10px 20px 4px; background: #ffffff; margin-bottom: 2px; text-decoration: none; transition: all ease 0.3s; } 
.newsContainer .eachNews a:hover { background: #1170f7; color: #fff; } 
.newsContainer .eachNews a:hover .headline { color: #fff; } 
.newsContainer .eachNews a:hover span { color: yellow; } 
.newsContainer .eachNews a:hover .span { color: #ffffff0f; }

.eventContainer { background: #231834; width: 100%; height: 100%; padding: 55px 70px 70px 70px; float: left; position: relative; } 
.eventContainer:before { content: ''; } 
.eventContainer .heading { color: #fff; } 
.eventContainer .eachEvents a { width: 100%; float: left; padding: 22px; background: #ffffff0f; margin-bottom: 2px; text-decoration: none; transition: all ease 0.3s; } 
.eventContainer .eachEvents a:hover { background: #ff8700; } 
.eventContainer img { width: 74px; height: 74px; object-fit: cover; float: left; margin: 0 20px 0 0; } 
.eventContainer span { color: rgba(255, 255, 255, 0.7); text-transform: uppercase; font-size: 11px; font-weight: 700; } 
.eventContainer .headline { color: #fff; line-height: 23px; font-size: 16px; margin-bottom: 7px; font-weight: 800; }

.facilities { width: 100%; float: left; background: #fff; padding: 70px 0; } 
.facilities em { color: #ff8700; font-size: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.6px; padding: 0; margin: 18px 0 0px 0; line-height: 1; display: block; font-style: normal; } 
.facilities strong { color: #000; font-weight: 800; line-height: 41px; letter-spacing: 0.5px; font-style: normal; font-size: 30px; margin-bottom: 30px; display: block; } 
.facilities .eachFaci { background: #fff; box-shadow: 6px 10px 10px #0000001c; margin: 0 0 20px 0; border-radius: 45px 5px 45px 5px; overflow: hidden; text-align: center; transition: all ease-in-out 0.3s; border-left: 1px solid #ededed; position: relative; z-index: 0; } 
.facilities .eachFaci img { width: 100%; } 
.facilities .eachFaci:hover { transform: translateY(-10px); } 
.facilities .eachFaci:hover:after { -webkit-animation: shine .75s; animation: shine .75s; } 
.facilities .eachFaci:after { position: absolute; top: 0; left: -75%; z-index: 0; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); } 
.facilities .eachFaci span { font-size: 16px; font-weight: 600; letter-spacing: 0.6px; color: #fff; padding: 4px 65px 4px 13px; margin: 0 0 0 10px; display: inline-block; position: relative; top: -17px; float: left; z-index: 1; clip-path: polygon(0 0, 100% 30%, 100% 60%, 0% 100%); } 
.facilities .eachFaci span:before { content: ''; height: 2px; position: absolute; top: 16px; left: -30px; right: 0; z-index: -1; width: 500px; } 
.facilities .eachFaci p { padding: 0 10px; color: #44699b; line-height: 24px; font-weight: 600; display: inline-block; text-align: left; position: relative; z-index: 1; font-size: 0.97rem; } 
.facilities .eachFaci a { padding: 0 0 20px 0; display: block; text-decoration: none; color: #ff8a4f; font-weight: 500; font-style: italic; transition: all ease-in-out 0.3s; } 
.facilities .eachFaci a:hover { color: #2e3192; }
.facilities .moreBoton { font-size: 13px; line-height: 1.3em; fill: #FFFFFF; color: #FFFFFF; background-color: #FF8700; border-style: solid; border-width: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px; padding: 20px 20px 18px 25px; font-weight: 800; border: 1px solid #ff8700; text-transform: uppercase; letter-spacing: 1.5px; transition: all 0.3s; text-decoration: none; margin-top: 10px; float: right; display: flex; width: 200px; align-items: center; justify-content: space-around; transition: all ease-in-out 0.3s; } 
.facilities .moreBoton:hover { cursor: pointer; background-color: #231834; border: 1px solid #231834; }
@-webkit-keyframes shine {
    100% {left: 125%;}
}

@keyframes shine {
    100% {left: 125%;}
}

.bg1, .bg1:before { background: #00bbf9; } 
.bg2, .bg2:before { background: #ef233c; } 
.bg3, .bg3:before { background: #2e3192; } 
.bg4, .bg4:before { background: #6a994e; } 
.bg5, .bg5:before { background: #fb5607; } 
.bg6, .bg6:before { background: #231834; } 
.bg7, .bg7:before { background: #3ba541; } 
.bg8, .bg8:before { background: #1170f7; } 
.bg9, .bg9:before { background: #f6b71e; } 
.bg10, .bg10:before { background: #fb5607; }



.waveHorizontals {width: 100%;height: 20px;position: relative;bottom: 0;z-index: 9;float: left;}
.waveHorizontal {width: 100%;height: 100%;display: block;position: absolute;background-repeat: repeat-x;-webkit-animation: move 12s linear infinite;animation: move 12s linear infinite;}
#waveHorizontal1, #waveHorizontal2, #waveHorizontal3 {background: url("../../images/theme/wave.webp");-webkit-animation-delay: -3s;}
#waveHorizontal1 {opacity: 0.3;}
#waveHorizontal2 {-webkit-animation-delay: -2s;animation-delay: -2s;-webkit-animation-duration: 12s;animation-duration: 12s;opacity: 0.5;}
#waveHorizontal3 {-webkit-animation-delay: -4s;animation-delay: -4s;-webkit-animation-duration: 8s;animation-duration: 8s;}

@keyframes move {
    0% {background-position: left 0px bottom 0;}

    100% {background-position: left 350px bottom 0;}
}

.resiFaci {width: 100%;float: left;background: #f0eff3;padding: 50px 0;color: #231834;font-weight: 600;position: relative;} 
.resiFaci em { color: #ff8700; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.6px; padding: 0; margin: 1px 0px 0; line-height: 1; display: block; font-style: normal; } 
.resiFaci strong { color: #231834; font-weight: 800; line-height: 41px; letter-spacing: 0.5px; font-style: normal; font-size: 35px; } 
.resiFaci .imgContainer { width: 100%; float: left; position: relative; border-radius: 5px; overflow: hidden; display: contents; } 
.resiFaci .imgContainer a { background: #fff; display: flex; height: 100%; align-items: center; color: #000; font-size: 13px; border-radius: 5px; min-height: 75px; line-height: normal; box-shadow: 5px 5px 5px #d9d9d9; transition: all ease-in-out 300ms; padding-left: 10px; text-align: left; } 
.resiFaci .imgContainer a img { float: left; margin-right: 10px; height: 60px; } 
.resiFaci .imgContainer a:hover { transform: translateY(-5px); -webkit-box-shadow: 5px 5px 11px rgba(0, 0, 0, .1); box-shadow: 5px 5px 11px rgb(0 0 0 / 10%); } 
.resiFaci .eachPanel { width: 100%; float: left; background: #fff; padding: 65px 25px 0px 25px; position: relative; border-radius: 5px; height: 200px; color: #6c83a2; } 
.resiFaci .eachPanel:before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 15px; border-radius: 5px 5px 0 0; } 
.resiFaci .eachPanel:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 6px; border-radius: 0 0 5px 5px; } 
.resiFaci .swiming { position: absolute; top: -170px; }



.contactDtls { width: 100%; float: left; background: #fff; padding: 50px 0; } 
.contactDtls .heading { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.6px; padding: 0; margin: 0px 0 15px 0; line-height: 1; display: block; font-style: normal; color: #ff8700; } 
.contactDtls ul { margin: 0; padding: 0; } 
.contactDtls ul li { list-style-type: none; } 
.contactDtls ul li a { color: #000; font-size: 13px; font-weight: 500; display: block; position: relative; padding-left: 24px; ;transition: all ease-in-out 300ms; } 
.contactDtls ul li a:before { content: '\e60e'; font: 400 16px 'Font Awesome 6 Sharp'; position: absolute; top: 5px; left: 0; transition: all ease-in-out 300ms; } 
.contactDtls ul li a:hover { padding-left: 30px; color: #56c222; } 
.contactDtls ul li a:hover:before { content: '\e1a1'; transition: all ease-in-out 300ms; }

.glimpses {}
.glimpses a {display: block;padding: 2px;border: 1px solid #ccc;}
.glimpses a img {max-width: 100%;width: 86px;height: 86px;object-fit: cover;}

.site-footer__bottom { width: 100%; float: left; overflow: hidden; background: #fff; } 
.site-footer__bottom-inner { position: relative; display: flex; align-items: center; justify-content: space-between; background-color: #231834; border-top-left-radius: 10px; padding: 21px 0 13px; padding-left: 160px; z-index: 1; } 
.site-footer__bottom-inner:before { position: absolute; top: 0px; left: 2px; right: -100000000px; bottom: -5px; content: ""; background-color: #231834; border-top-left-radius: 8px; z-index: -1; } 
.site-footer__bottom-right p { font-size: 15px; color: white; font-weight: 500; margin: 0; line-height: 22px; }
.site-footer__bottom-right p a { color: white; transition: all 500ms ease; text-decoration: none; } 
.site-footer__bottom-right p a:hover { color: wheat; } 
.site-footer__bottom-left-arrow { position: absolute; top: 0; bottom: 0; left: 0; } 
.site-footer__bottom-left-arrow a { position: absolute; top: 0; bottom: 0; left: 0; width: 122px; display: flex; align-items: center; justify-content: center; background-color: #56c222; border-top-left-radius: 8px; -webkit-transition: all 500ms ease; transition: all 500ms ease; color: #fff; text-decoration: none; font-size: 30px; }

.footer-widget__menu { position: relative; display: flex; -webkit-box-align: center; align-items: center; } 
.footer-widget__menu a { color: #fff; margin-right: 15px; transition: all ease-in-out 0.3s; } 
.footer-widget__menu a:hover { color: #fcd21c; } 
.footer-widget__social { position: relative; display: flex; -webkit-box-align: center; align-items: center; } 
.footer-widget__social a { position: relative; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; text-align: center; color: #231834; background-color: #faf5ee; border-radius: 50%; font-size: 26px; height: 50px; width: 50px; transform: rotate(0); -webkit-transition: all 500ms ease; transition: all 500ms ease; z-index: 1; text-decoration: none; }
.footer-widget__social a:hover { color: var(--thm-base); transform: rotate(360deg); } 
.footer-widget__social a:before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background-color: var(--thm-primary); border-radius: 50%; transform: scale(0.0); transform-origin: center; transform-style: preserve-3d; transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52); z-index: -1; } 
.footer-widget__social a:hover:before { transform: scaleX(1.0); }
.footer-widget__social a+a { margin-left: 10px; }

.scrollerContent .blinkBnr { top: 0; right: 0; bottom: 0; position: relative; background: linear-gradient(45deg,#006f35, #018944, #00a856, #257b18, #3b9b1b, #56c222); background-size: 300% 300%; animation: gradient 15s infinite; white-space: nowrap; } 
.scrollerContent .blinkBnr:before { content: ''; background: url('../../images/theme/design1.webp') no-repeat center right; position: absolute; width: 36px; height: 36px; left: -46px; top: 5px; background-size: 80%; }
.scrollerContent .blinkBnr a { display: block; height: 100%; padding: 8px 0; font: 700 16px 'Montserrat'; letter-spacing: 1px; text-shadow: 1px 1px 2px #0000003d; } 
.scrollerContent .blinkBnr a:hover, .scrollerContent .blinkBnr a:active, .scrollerContent .blinkBnr a:focus, .scrollerContent .blinkBnr a:visited { text-decoration: none; }

.txtBlink {display: inline-block;-webkit-animation-name: textBlink;-webkit-animation-duration: 1s;animation-name: textBlink;animation-duration: 1s;animation-iteration-count: infinite;}

@-webkit-keyframes textBlink {
    0% {color: #fff000;} 50% {color: #fff000;} 70% {color: #fff000;} 80% {color: #fff000;} 90% {color: #fff000;} 95% {color: #004479;} 100% {color: #fff000;}
}

@keyframes textBlink {
    0% {color: #fff000;} 50% { color: #034d7200; } 70% { color: #fff000; } 80% { color: #fff000; } 90% { color: #fff000; } 95% { color: #fff000; } 100% { color: #fff000; }
}

@keyframes gradient {
    0% { background-position: 0 25% } 25% { background-position: 25% 50% } 50% { background-position: 50% 75% } 75% { background-position: 75% 100% } 100% { background-position: 100% 0% }
}

.wof small { text-indent: -171px; overflow: hidden; position: relative; margin: 0 !important; padding: 33px 0 8px 0 !important; } 
.wof small:before { content: 'Top Achievers of'; position: absolute; top: 18px; left: 0; text-indent: 0; }

.tab-content {width: 100%;float: left;}

.nav-pills .nav-link { color: #000000; font-size: 12px; font-weight: 600; letter-spacing: 0.05em; border: 1px solid #b7b3b3; display: inline-block; padding: 5px 15px; line-height: 20px; background: #fff; margin: 0 10px 10px 0; }

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {border: 1px solid var(--bs-nav-pills-link-active-bg);}

.coursesOffered { width: 100%; float: left; padding: 50px 0; position: relative; overflow: hidden; } 
.coursesOffered:before { background: url(../../images/theme/facts-bg-01.jpg) fixed; bottom: 0; content: ""; left: 0; opacity: .99; position: absolute; right: 0; top: 0; transform: translateZ(-1px) scale(1.15); } 
.coursesOffered:after { background: url(../../images/theme/girl.webp) no-repeat center center; bottom: 0; content: ""; right: 0; position: absolute; width: 349px; height: 423px; }
.coursesOffered .heading { color: #fff; text-align: left; font-size: 70px; position: relative; font-family: 'Great Vibes'; line-height: 57px; } 
.coursesOffered .heading span { color: #fff; line-height: 0; display: -webkit-box; font: 400 43px/12px 'Roboto '; margin: 0 0 0 45px; font-style: italic; border: 0; text-shadow: none; }
.coursesOffered span { margin: 10px 0 0 0; font-style: italic; display: -webkit-box; color: #fff900; border-bottom: 1px solid #ff0; text-shadow: 2px 2px 2px #000, 2px 2px 2px #ffffff5e; position: relative; font-size: 20px; } 
.coursesOffered ul { margin: 15px 0 0 0; padding: 0; color: #fff; } 
.coursesOffered ul li { transition: all ease-in-out 300ms; position: relative; list-style-type: none; display: -webkit-inline-box; background: #fff; margin: 0 10px 15px 0; color: #000; border-radius: 50px; font-size: 14px; font-weight: 600; } 
.coursesOffered ul li:hover { transform: translateY(-5px); -webkit-box-shadow: 5px 5px 11px rgba(0, 0, 0, .1); box-shadow: 5px 5px 11px rgb(0 0 0 / 10%); } 
.coursesOffered ul li a { color: #fff; padding: 10px 20px 10px 45px; display: block; } 
.coursesOffered ul li:before { content: '\f02d'; font: 400 20px 'FontAwesome'; position: absolute; left: 17px; top: 13px; } 
.coursesOffered ul li:nth-child(1) {background-image: linear-gradient(45deg, #007ed4 0%,#00a7fa 100%);color: #fff;}
.coursesOffered ul li:nth-child(2) { background-image: linear-gradient(45deg, #ff7f24 0%,#ffbf09 100%); color: #fff; } 
.coursesOffered ul li:nth-child(3) { background-image: linear-gradient(-45deg, #bf2172 0%,#971b5c 100%); color: #fff; }
.coursesOffered ul li:nth-child(4) { background-image: linear-gradient(45deg, #9a2f6d 0%,#cd4092 100%); color: #fff; }
.coursesOffered ul li:nth-child(5) { background-image: linear-gradient(45deg, #c1272d 0%,#b22127 100%); color: #fff; } 
.coursesOffered ul li:nth-child(6) { background-image: linear-gradient(45deg, #263b6e 0%,#557de4 100%); color: #fff; } 
.coursesOffered ul li:nth-child(7) { background-image: linear-gradient(45deg, #b18e72 0%,#dcbdb2 100%); color: #fff; } 
.coursesOffered ul li:nth-child(8) { background-image: linear-gradient(45deg, #972e6a 0%,#cd4093 100%); color: #fff; }
.coursesOffered ul li:nth-child(9) { background-image: linear-gradient(45deg, #095f0a 0%,#1bbb1d 100%); color: #fff; }
.coursesOffered ul li:nth-child(10) { background-image: linear-gradient(45deg, #007ed4 0%,#00a7fa 100%); color: #fff; } 
.coursesOffered ul li:nth-child(11) { background-image: linear-gradient(45deg, #ff7f24 0%,#ffbf09 100%); color: #fff; } 
.coursesOffered ul li:nth-child(12) { background-image: linear-gradient(-45deg, #bf2172 0%,#971b5c 100%); color: #fff; } 
.coursesOffered ul li:nth-child(13) { background-image: linear-gradient(45deg, #9a2f6d 0%,#cd4092 100%); color: #fff; }
.coursesOffered ul li:nth-child(14) { background-image: linear-gradient(45deg, #c1272d 0%,#b22127 100%); color: #fff; }
.coursesOffered ul li:nth-child(15) { background-image: linear-gradient(45deg, #263b6e 0%,#557de4 100%); color: #fff; }
.coursesOffered ul li:nth-child(16) { background-image: linear-gradient(45deg, #b18e72 0%,#dcbdb2 100%); color: #fff; }
.coursesOffered ul li:nth-child(17) { background-image: linear-gradient(45deg, #972e6a 0%,#cd4093 100%); color: #fff; } 
.coursesOffered ul li:nth-child(18) {background-image: linear-gradient(45deg, #095f0a 0%,#1bbb1d 100%);color: #fff;}



.xAccess{display: flex;position: relative;top: 0;right: 0;justify-content: flex-end;    
    .cstBtn{color: #000000;font-size: 10px;font-weight: 500;letter-spacing: 0.05em;border: 1px solid #b7b3b3;display: inline-block;padding: 5px 15px;line-height: 14px;background: #f1f1f1;margin: 0;height: 23px;float: left;display: flex;align-items: center;justify-content: center;border-radius: 50px;cursor: pointer;position: relative;
        img{height: 15px;filter: brightness(0.5);position: relative;left: -8px;}
    }
    .accessCont{display: none;background: #ffffff;position: absolute;right: 0;width: 311px;top: 25px;z-index: 2;text-align: left;box-shadow: 0px 0px 11px #33333366;padding: 10px;border: 1px solid #afa6a6;}
    .heading{ font-size: 14px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; padding: 0 0 0 10px; }
    .clsBtn{background: #cccccc6b;padding: 0 10px;cursor: pointer;width: 30px;height: 30px;line-height: 30px;border-radius: 10px 0;position: absolute;top: 5px;right: 5px;}
    .sectionHd{text-align: center;font-size: 14px;font-weight: 600;margin-bottom: 10px;color: #007ae0;}
    .eachAccess {color: #000000;font-size: 12px;font-weight: 600;line-height: normal;display: flex;flex-direction: column;align-items: center;text-align: center;border: 1px solid;width: 100%;cursor: pointer;height: 80px;justify-content: center;margin-bottom: 20px;padding: 0 10px;transition: all ease-in-out 0.3s;}
    
    .eachAccess:hover, .eachAccessSet{position: relative;background: #0082ff;color: white;
        img{filter: invert(1);}
    }
    .eachAccessSet:before{content: '';width: 6px;height: 6px;border-radius: 50px;background: #fff;position: absolute;top: 5px;right: 5px;}
}

.tabContainer{
    #pill-0 .active{background: var(--tdg-gradient1); border: 1px solid var(--tdg-gradient1);}
    #pill-1 .active{background: var(--tdg-gradient2); border: 1px solid var(--tdg-gradient2);}
    #pill-2 .active{background: var(--tdg-gradient3); border: 1px solid var(--tdg-gradient3);}
    #pill-3 .active{background: var(--tdg-gradient4); border: 1px solid var(--tdg-gradient4);}
    #pill-4 .active{background: var(--tdg-gradient5); border: 1px solid var(--tdg-gradient5);}
    #pill-5 .active{background: var(--tdg-gradient6); border: 1px solid var(--tdg-gradient6);}
    #pill-6 .active{background: var(--tdg-gradient7); border: 1px solid var(--tdg-gradient7);}
    #pill-7 .active{background: var(--tdg-gradient8); border: 1px solid var(--tdg-gradient8);}
    #pill-8 .active{background: var(--tdg-gradient9); border: 1px solid var(--tdg-gradient9);}
    #pill-9 .active{background: var(--tdg-gradient10); border: 1px solid var(--tdg-gradient10);}
    
    
    .tab-content>.active {
        display: block;padding: 0 10px 8px 10px;float: left;width: 100%;border-radius: 5px;
        h5{font-weight: 600;color: #ffffff;text-shadow: 5px 5px 4px #00000075;}
    }
    
    .tab-content{
        #pills-0{background-image: var(--tdg-gradient1);}
        #pills-1{background-image: var(--tdg-gradient2);}
        #pills-2{background-image: var(--tdg-gradient3);}
        #pills-3{background-image: var(--tdg-gradient4);}
        #pills-4{background-image: var(--tdg-gradient5);}
        #pills-5{background-image: var(--tdg-gradient6);}
        #pills-6{background-image: var(--tdg-gradient7);}
        #pills-7{background-image: var(--tdg-gradient8);}
        #pills-8{background-image: var(--tdg-gradient9);}
        #pills-9{background-image: var(--tdg-gradient10);}
    }
}























.fixed-top{transition: all ease-in-out 0.3s;background-image: linear-gradient(223deg, #56c222 0%, #56c222 100%); position: fixed;}