@font-face {
    font-family: 'Geist Light';
    src: url('../fonts/Geist-Light.eot');
    src: url('../fonts/Geist-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geist-Light.woff2') format('woff2'),
        url('../fonts/Geist-Light.woff') format('woff'),
        url('../fonts/Geist-Light.ttf') format('truetype'),
        url('../fonts/Geist-Light.svg#Geist-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist Regular';
    src: url('../fonts/Geist-Regular.eot');
    src: url('../fonts/Geist-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geist-Regular.woff2') format('woff2'),
        url('../fonts/Geist-Regular.woff') format('woff'),
        url('../fonts/Geist-Regular.ttf') format('truetype'),
        url('../fonts/Geist-Regular.svg#Geist-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/PassionOne-Regular.eot');
    src: url('../fonts/PassionOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PassionOne-Regular.woff2') format('woff2'),
        url('../fonts/PassionOne-Regular.woff') format('woff'),
        url('../fonts/PassionOne-Regular.ttf') format('truetype'),
        url('../fonts/PassionOne-Regular.svg#PassionOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geist SemiBold';
    src: url('../fonts/Geist-SemiBold.eot');
    src: url('../fonts/Geist-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geist-SemiBold.woff2') format('woff2'),
        url('../fonts/Geist-SemiBold.woff') format('woff'),
        url('../fonts/Geist-SemiBold.ttf') format('truetype'),
        url('../fonts/Geist-SemiBold.svg#Geist-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geist Medium';
    src: url('../fonts/Geist-Medium.eot');
    src: url('../fonts/Geist-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geist-Medium.woff2') format('woff2'),
        url('../fonts/Geist-Medium.woff') format('woff'),
        url('../fonts/Geist-Medium.ttf') format('truetype'),
        url('../fonts/Geist-Medium.svg#Geist-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Passion One Bold';
    src: url('../fonts/PassionOne-Bold.eot');
    src: url('../fonts/PassionOne-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PassionOne-Bold.woff2') format('woff2'),
        url('../fonts/PassionOne-Bold.woff') format('woff'),
        url('../fonts/PassionOne-Bold.ttf') format('truetype'),
        url('../fonts/PassionOne-Bold.svg#PassionOne-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
     font-family: 'Barlow Condensed';
    src: url('Oswald-Regular.eot');
    src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Regular.woff2') format('woff2'),
        url('../fonts/Oswald-Regular.woff') format('woff'),
        url('../fonts/Oswald-Regular.ttf') format('truetype'),
        url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald Light';
    src: url('../fonts/Oswald-Light.eot');
    src: url('../fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Light.woff2') format('woff2'),
        url('../fonts/Oswald-Light.woff') format('woff'),
        url('../fonts/Oswald-Light.ttf') format('truetype'),
        url('../fonts/Oswald-Light.svg#Oswald-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/BarlowCondensed-Medium.eot');
    src: url('../fonts/BarlowCondensed-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BarlowCondensed-Medium.woff2') format('woff2'),
        url('../fonts/BarlowCondensed-Medium.woff') format('woff'),
        url('../fonts/BarlowCondensed-Medium.ttf') format('truetype'),
        url('../fonts/BarlowCondensed-Medium.svg#BarlowCondensed-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
html{font-size:calc(100vw * 16/1920);	
		scroll-behavior: smooth;scroll-padding-top: 1rem;scroll-behavior: smooth;
	}
body {font-size: 1.5rem; line-height: 2.5rem;color: #6A6A6A; overflow-x: hidden !important; font-family: 'Geist Regular';
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	color: #000;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle, .btn-check:focus+.btn-primary, .btn-primary:focus
 {color: #00272E; border: none;
}
.btn-check:focus+.btn-primary, .btn-primary:focus{box-shadow: none;}
:focus{outline: 0rem !important;}

/* Standard (Chrome, Firefox, Safari, Edge Chromium) */
::placeholder {
  color: #C4C4C4; font-size: 1.5rem;line-height: 2rem;
  opacity: 1; /* Fix for Firefox default lower opacity */
}
/* Safari / Chrome (older WebKit) */
::-webkit-input-placeholder {
  color: #C4C4C4;font-size: 1.5rem; line-height: 2rem;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: #C4C4C4;font-size: 1.5rem;line-height: 2rem;
  opacity: 1;
}
/* Firefox 4–18 */
:-moz-placeholder {
  color: #C4C4C4;font-size: 1.5rem;line-height: 2rem;
  opacity: 1;
}
/* Internet Explorer 10–11 */
:-ms-input-placeholder {
  color: #C4C4C4;font-size: 1.5rem;line-height: 2rem;
}
/* Microsoft Edge (Legacy) */
::-ms-input-placeholder {
  color: #C4C4C4;font-size: 1.5rem;line-height: 2rem;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1rem;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 1.3rem;
    left: 1rem;
    background: #fff;
}
.wpcf7-response-output{display: none !important;}
p {
   font-size: 1.5rem; line-height: 2.5rem;
    -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;margin-bottom: 2.5rem;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4, .heading {
    /*font-family: 'Barlow Condensed';*/
     font-family: 'Barlow Condensed';
  font-size: 6rem;
    line-height: 6.5rem;
   margin-bottom: 1.5rem;
     color: #1944A2;  
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.subheading{ font-size: 1.75rem;
    line-height: 2.5rem; text-transform: uppercase;
    margin-bottom: 0.5rem;font-family: 'Hanken Grotesk Medium'; color: #104581;}
a {
	color: #B71F24;
	text-decoration: none;-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.hovImg{overflow: hidden;}
.hovImg  img{-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}

.hovImg:hover img{transform: scale(1.05);}
a:hover{color: #FBA900;}

.btn {
    font-family: 'Geist SemiBold';
    text-align: center;
    font-size: 1.25rem;
    line-height:2rem;
    padding:0.75rem 1.875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 2rem; 
}
.btn-primary {
     border: 0.063rem solid #519FDE;
    color: #fff; 
    background:#519FDE;
    
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #519FDE;
}
.btn-primary:hover {
    border: 0.063rem solid #1944A2;;
    color: #fff;;
    background: #1944A2;
}
.btn-secondary {
    color: #323232;
    background-color: #F2F2F2;
    border-color: #F2F2F2;
} 
.btn-secondary:hover {
    color: #fff;
    background-color: #CF157E;
    border-color: #CF157E;
} 
 
img {
	max-width: 100%;
}
.hovImg  img{
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}

.hovImg:hover img{transform: scale(1.05);}

ul{list-style: none; margin: 0rem; padding: 0rem;}
section {
    display: block;
    width: 100%;
}
/*********************************************************/
#post-17 .headerMennu {
  width: 100%;padding: 0rem 1.5rem; 
}
#post-17 .menuContainer{background: #0C358D; width: 100%; display: flex;align-items: center; justify-content: center; border-radius: 2rem 2rem 0rem 0rem; }

.headerMennu {
  width: 100%;
}
.menuContainer{background: #0C358D; width: 100%; display: flex;align-items: center; justify-content: center; }

.mainmenu {
    display: flex;
    align-items: center;
    justify-content: center;
}
#mainmenu,
#mainmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainmenu li {
  position: relative;
}

#mainmenu ul {
    display: none;
    position: absolute;
    top: 3.75rem;
    left: -25%;
    width: 20.75rem;
    padding:0rem;
    z-index: 999;
    text-align: left;
    background: #fff;display: inline-block;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.15);
}
#mainmenu ul li {
    padding:0rem 0rem;margin:.5rem;border-radius:1rem;
}
#mainmenu ul li:hover{background-color:#1944A2;}

#mainmenu ul li:hover a{color:#fff; border-color:#E10000 ; background: url(../images/menu-w.png) no-repeat right 0.5rem top 1.57rem; background-size:1.25rem ;}
#mainmenu ul li:hover ul li a{color: #000; border-color:#E0E0E0 ; background: url(../images/menu-b.png) no-repeat right 0.5rem top 1.57rem; background-size:1.25rem ;}
#mainmenu ul li:hover ul li a:hover{color: #fff; border-color:#E10000 ; background: url(../images/menu-w.png) no-repeat right 0.5rem top 1.57rem; background-size:1.25rem ;}
 #mainmenu ul li a{font-size: 1.25rem; line-height: normal; padding: 1.125rem 1rem;display: block; background: url(../images/menu-b.png) no-repeat right 0.5rem top 1.57rem; background-size:1.25rem ;}
 #mainmenu ul li ul{left: 100%; top: 0rem;}
section.menuCvr {
    padding-left: 35rem;
    width: 100%;
    background: #000;
}
section.menuCvr {
    position: absolute;
    left: -100%;
    padding-left: 0rem;
    width: 100%;
    background: #000;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    bottom: 0%;
    -webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;    z-index: 12;
}
.mainmenu li:first-child {
    padding-left: 0rem;
}
.mainmenu li:last-child {
    padding-right: 0rem;
}
section.menuCvr.active{left: 0rem;  bottom: 0rem;height: 100%;}
ul.mainmenu li{padding: 0rem;}
ul.mainmenu li a {position: relative; font-size: 1.5rem; line-height: 2rem;color: #fff; padding: 0.875rem 2.2rem;    font-family: 'Geist Light';    display: block;
}
ul.mainmenu li a:after{width: 0rem; height: 0.25rem; content: ''; position: absolute; bottom: 0.65rem; left: 50%; margin-left: -0.75rem;border-radius: 0.125rem; background: #E9D81E;}
ul.mainmenu li a:hover:after,ul.mainmenu li.current_page_item a:after{width: 1.5rem;}
ul.mainmenu li ul li a{color: #000;}
span.toggle-sub {
    background: url(../images/menusub.png) no-repeat center;
    background-size: 100%;
    width: 3.25rem;
    height: 1.563rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -3rem;
    z-index: 1000;
    cursor: pointer;
}
ul.mainmenu li ul li a {
    color: #000;}
span.menubtn.menuicon {
    display: none;
}
.search button.is-search-submit {
    display: none;
}
/*************************************************************/
 
.container {
    max-width: 107.5rem; margin: 0rem auto;
}
header {
	position: fixed;
	z-index: 111;
	width: 100%;
   
	left: 0rem;
	top: 0rem; 
     -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s; 	 
    display: flex;
    align-items: center;
    justify-content: space-between;
   flex-direction: column;
    display: flex;align-items: center;justify-content: center; 
}
 
.mobnumb{display: none;}
.logo {
    max-width: 11.313rem;
    display: inline-flex;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.menu {
    width: 100%;
    cursor: pointer;
    height: 100%;
    display: flex;justify-content: flex-start;background: #0C358D;
}
 
header.aniPos {
 --tw-bg-opacity: .1;
  background-color: rgb(255 255 255);
  -webkit-backdrop-filter: blur(0.228rem);
  backdrop-filter: blur(0.375rem);
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.15); /* small bottom shadow */
  
}
 
.logo img {
	max-width: 100%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

span.wpcf7-spinner {
    position: absolute;display: none;
}
 
 /***************************************************************/
.headerbtm {
    width: 100%;
    padding: 1.5rem 0rem;
}
.headeCnt {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.headeCnt ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
li.lgn a {
  margin-right: 2.625rem;
    margin-left: 4.063rem;
    font-family: 'Geist Regular' !important;
}
.headeCnt ul li a {
    font-size: 1.25rem;
    font-family: 'Geist SemiBold';
    color: #000;padding: 0.75rem 0rem 0.75rem 2.75rem;
}
.headeCnt ul li a:hover{color: #CF157E;}
li.hedmail a{background: url(../images/mail-icon.png) no-repeat left center; background-size: 2rem;}
li.hedphn a{background: url(../images/call-icon.png) no-repeat left center;background-size: 2rem;}
.headeCnt ul li.sigin a {
    padding-left: 1.875rem;  padding-right: 1.875rem;
}
li.hedphn {
    margin-left: 3.813rem;
}
.headeCnt ul li.sigin a:hover{color: #fff;}
.homePagebanner {
    padding: 0rem 1.5rem;
    margin-top: 9.75rem;
}
.bannerContent {
    position: absolute;
    top: 0rem;width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 0rem;
}
.bannerLeft .h1 {
    color: #fff;
    font-size: 7.5rem;
    line-height: 7.5rem;
}
.bannerLeft p {
    font-size: 2rem;
    line-height: 2.5rem;color: #fff;
}
.bannerimg{border-radius: 0rem 0rem 2rem 2rem; overflow: hidden;}
.owl-dots button span {
    display: none !important;
}

.owl-dots button {
    width: 0.5rem !important;
    height: 0.5rem !important;
    display: inline-block !important;
    padding: 0rem;
    border-radius: 5rem;
    margin-right: 0.188rem;
    background: #519FDE; border: none !important;
}
.owl-dots button.owl-dot.active{width: 2.5rem !important;}
.owl-dots {
    position: absolute;
    bottom: 8rem;
    left: 5rem;
}
marquee {
    background: url(../images/scroll-line.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
    width: 100%;
    display: block;
    padding: 4rem 0rem 4rem 0rem;
}
section.sec02 {
    margin-top: 2rem;
}
.scrollist { display: inline-block;
    font-size:2rem;
    line-height: 2.5rem;
    color: #000;    display: inline-block;
    padding:1.5rem 0rem 1.5rem 4rem; background: url(../images/scroll-icon.png) no-repeat left center;background-size: 3.5rem;
}
.scrollist a {
    color: #000;
}
.homeabtRight {
     max-width: 53.125rem;
    min-height: 49.5rem;
}
.homeabtRight  img{position: absolute;
    right: 0rem;max-width: 53.125rem;
    min-height: 49.5rem;}
.smallHead {
    color: #CF157E;
    font-family: 'Barlow Condensed';
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
    border-bottom: 0.125rem solid #CF157E;
    display: inline-block;
}
section.sec03 {
    padding: 3rem 0rem;
}
section.sec03 {
    padding: 3rem 0rem 0rem;
}
.counters {
    position: relative;
}
span.counter {
    font-size: 6rem;
    line-height: 7rem;
    font-family: 'Barlow Condensed'; color: #CF157E;
     font-family: 'Barlow Condensed';
}
span.plus {
    color: #F4D159;font-size: 6rem;
    line-height: 7rem;
    font-family: 'Barlow Condensed'; 
     font-family: 'Barlow Condensed';
}
.couContin {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #6A6A6A;
}
.homeAbtLeft {
    height: 100%;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.counterItmin{height: 14.625rem;position: relative;padding: 0.5rem;border-radius: 2rem;background: #fff;border: 0.063rem solid E4E4E4;box-shadow: 0rem 0.25rem 0.844rem #ccc;} 
.counterItCvr {
    width: 100%;
    height: 100%;
    position: relative;
    border: 0.188rem dashed #E4E4E4;
    border-radius: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column; padding-left: 1.5rem;box-shadow: 0rem 0.25rem 0.844rem #cccccc4f;
}
.counHeadin {
    margin-bottom: 1rem;
}
.sec05Top a.btn {
    display: inline-flex;
}

.sec05Top h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec05Top {
    background: #F1F4FA;
    padding: 3.5rem;
    border-radius: 2rem;
}
section.sec05 {
    padding-top: 9.875rem;
}
.combhmrow2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.divilogs {
    background: #fff;
    width: 21.718%;
    height: 10.813rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
}

.divilogs img {
    max-width: 98%;
    max-height: 98%;
    position: relative;
}
.cours2Img {
    position: relative;border-radius: 2rem; overflow: hidden;
}
section.sec06 {
    padding: 10rem 0rem;
}
.cours2Img:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0rem;
    left: 0rem;
    background: #000;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.54) 40%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.54) 40%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.54) 40%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
.cours2bottom {
    position: absolute;
    top:80%;
    left: 0rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    height: auto;
    padding: 2rem;-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.courses2inHmCvr:hover .cours2bottom { top: 0rem;height: 100%; left: 0rem;}

.courcHeading {
    font-family: 'Barlow Condensed';
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 3rem;-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.courses2inHmCvr:hover .cours2bottom .courcHeading {margin-bottom: 0.5rem; font-size: 2rem; line-height: 2.5rem;}
.cours2bottom p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 7.5rem;margin-bottom: 1.625rem;
}
.courseList.secndn {
    margin-bottom: 2.625rem;
}
.courbtn {width: 100%;}
.courbtn .btn {
    width: 100%;
    background: #fff;border-color: #fff;
    display: inline-block;color: #323232; curser:pointer;
}
.fecilities h2,.fecilities h3,.fecilities h4,.fecilities h5 {
    font-size: 2rem;
    color: #000;
    margin-bottom: 0rem;
    line-height: 4rem;
}
.courbtn .btn:hover{background: #1944A2; border-color: #1944A2; color: #fff;}
.sec5nwRight {
    padding-right: 6.4rem;
    position: sticky;
    top: 14rem;
}
.whychhead {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #323232;
    font-family: 'Barlow Condensed';
    margin-bottom: 1.188rem;
}
.whychIcon {
    width: 2.5rem;
    height: 2.5rem;
    left: 0rem;
    top: 0.3rem;
    position: absolute;
}
.whychliCvr p{margin-bottom: 0rem;}
.whychliCvr {
    position: relative;
    padding-left: 5rem;
    padding-bottom: 1.75rem;
    margin-bottom: 0.75rem;
}
.whychliCvr:before {
    width: 0.063rem;
    content: '';
    position: absolute;
    height: 62%;
    background: #E4E4E4;
    left: 1.2rem;
    top: 4rem;
}
.whychliCvr:last-child {
    
    padding-bottom: 0rem;
    margin-bottom: 0rem;
}
.whychliCvr:last-child:before{display: none;}
/******************************Gallery*****************************************/

/* Popup Overlay */
.vimeo-popup {
  position: fixed;
  inset: 0;
  background:#0000008f;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  height:100% !important;
}

/* Popup Inner */
.popup-inner {
  position: relative;
  width: 80%;
  max-width: 60rem;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2rem 3rem rgba(0,0,0,0.6);
}

.popup-inner iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  font-size: var(--close-size);
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  transition: color var(--transition);
}

.close-btn:hover {
  color: #ff5555;
}

/* Navigation Buttons */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--btn-size);
  height: var(--btn-size);
  border-radius: 50%;
  border: none;
  background: var(--btn-bg);
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
  transition: background var(--transition);
}

.nav-btn:hover {
  background: var(--btn-bg-hover);
}

.prev-btn { left: 1rem; }
.next-btn { right: 1rem; }

/* Responsive */
@media (max-width: 48rem) {
  .popup-inner {
    width: 92%;
    max-width: none;
  }
  .nav-btn {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.4rem;
  }
}
.popup-content {
    width: 68%;
    position: relative;
}
.popup-content iframe {
    width: 100%;
    height: 46rem;
}
.popbts {
    position: absolute;
    top: 0rem;
    width: 100%;
    background: #000000a6;
    height: 4rem;
    display: flex;
    align-items: center;
}
.popbts button {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: navajowhite;
    background: #00000075;
    color: #fff;
    margin-left: 0.2rem;
    margin-top: 0rem;
}
.vdiomnCvrmain{
    padding:0rem 6.198rem;
}
.vdiomnCvr {
    width: 30.33%;
    margin-right: 4%;
    display: inline-block;
}
.vdiomnCvr:nth-child(1) {
    width: 100%; margin-bottom: 2.875rem;
}
.vdiomnCvr:nth-child(4) {
   margin-right: 0rem;
}
.vimeo-gallery .hovImg{border-radius: 1.5rem; position: relative;}
.vimeo-gallery .hovImg:after{width: 4.8rem; height: 3.431rem; margin-left: -2.4rem; margin-top: -1.5215rem; content: ''; position: absolute; left: 50%; top: 50%; background: url(../images/youtube.png) no-repeat center; background-size: 100%; }
.vdiomnCvr:nth-child(1) .vimeo-gallery .hovImg{border-radius: 2rem;}
section.sec08 {
    padding: 10rem 0rem;
    text-align: center;
}
.vdoList .col-lg-12.text-center.reach12Cvr {
    margin-top: 2rem;
}
.resultCvr {
    padding: 0rem 1rem;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.resulImg {
    max-width: 70.8%;
    border-radius: 1rem;
    overflow: hidden;
    display: inline-block;
    margin: 0rem auto 0.75rem auto;
}
 
.stdNAme {
    font-size: 1.75rem;
    line-height: 2rem;
    font-family: 'Barlow Condensed';
    color: #CF157E;border-bottom: 0.063rem solid #E9D81E; padding-bottom: 1rem; margin-bottom: 0.5rem;
}
.stddet p{margin-bottom: 0rem; font-size: 1.25rem; line-height: 2rem; color: #4D4D4D;}
.stddet strong {
    font-size: 1.25rem;
    line-height: 2rem;
    font-family: 'Geist SemiBold';
    color: #000;
}
.results-slide{position: relative;margin-bottom: 2rem;}
.results-slide:before{width:16.063rem; height: 100%; content: ''; position: absolute; left: 0rem; top: 0rem; background: url(../images/result-left.png) no-repeat left center; background-size: cover; z-index: 1;}
.results-slide:after{width:16.063rem; height: 100%; content: ''; position: absolute; right: 0rem; top: 0rem; background: url(../images/result-right.png) no-repeat left center; background-size: cover; z-index: 1;}
.owl-carousel.results-slide .owl-dots {
    position: inherit;
    bottom: 0rem;
    left: 0;
    margin-top: 0rem;
}
.owl-carousel.results-slide .owl-dots button {
  background: #FFF374;
}
section.sec09.result {
    text-align: center;
}
.abtiCvr{background: #3370F4;
background: -webkit-linear-gradient(257deg, rgba(51, 112, 244, 1) 0%, rgba(25, 68, 162, 1) 100%);
background: -moz-linear-gradient(257deg, rgba(51, 112, 244, 1) 0%, rgba(25, 68, 162, 1) 100%);
background: linear-gradient(257deg, rgba(51, 112, 244, 1) 0%, rgba(25, 68, 162, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3370F4", endColorstr="#1944A2", GradientType=0);
padding: 4rem; border-radius: 2rem;
}
.aptHeading {
    font-size: 4rem;
    line-height: 5rem;
    font-family: 'Barlow Condensed';
    color: #fff;
}
section.sec10 {
    padding: 10rem 0rem;
}
.apt-icon {
    width: 5.5rem;
    height: 5.5rem;
    display: inline-block;
    margin-bottom: 2.5rem;
}
.abtiCvr p{color: #fff; margin-bottom: 3rem;}
section.sec10 .col-lg-6:nth-child(2n) .abtiCvr{
    background: #FFE68F;
background: -webkit-linear-gradient(257deg, rgba(255, 230, 143, 1) 0%, rgba(243, 208, 88, 1) 100%);
background: -moz-linear-gradient(257deg, rgba(255, 230, 143, 1) 0%, rgba(243, 208, 88, 1) 100%);
background: linear-gradient(257deg, rgba(255, 230, 143, 1) 0%, rgba(243, 208, 88, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE68F", endColorstr="#F3D058", GradientType=0);
}
section.sec10 .col-lg-6:nth-child(2n) .abtiCvr .aptHeading{color:#323232;}
section.sec10 .col-lg-6:nth-child(2n) .abtiCvr p{color:#6A6A6A;}
.testImg {
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    overflow: hidden;
    border: 0.125rem solid #E9D81E; margin-right: 1rem;
}
.testbtmCvr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.testbtmCvr p {
    margin-bottom: 0rem;
    
}
.syptText.testNamendcomp {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #323232;
    font-family: 'Barlow Condensed';text-transform: uppercase;
  
}
.syptText.testNamendcomp span p {
    font-size: 1.25rem;
    font-family: 'Geist Regular';
}
.testicnt {
    padding-top: 6rem;
    position: relative; background: url(../images/column.png) no-repeat top left; background-size: 2.5rem;
}
.testRight{
    padding-left: 4rem;position: relative;
    
}
.testCvr {
    background: #F1F4FA; padding: 5rem; border-radius: 5rem;
}
.testLeft {
    padding-right: 2rem;
}
.testLeft img {
    width: 80%;
    max-width: 15.75rem;
}
.testicnt p {
    font-size: 1.5rem;
    line-height: 3rem;
    color: #323232;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    min-height: 15rem;
    max-height: 15rem;
    overflow: hidden;
}
.owl-nav button span {
    display: none;
}

section.sec06 .owl-nav {
    position: absolute;
    top: -6rem;
    right: 0rem;
}
.owl-nav button {
    background-color: transparent !important;
    border: none !important;  width: 3.5rem; height: 3.5rem;    margin: 0rem !important;
    padding: 0rem !important;
}
button.owl-prev {
    margin-right: 1.5rem !important;
}
button.owl-prev{background: url(../images/arrow-left.png) no-repeat center !important; background-size: 100%; margin-right: 1.5rem;}
button.owl-next{background: url(../images/arrow-right.png) no-repeat center !important; background-size: 100%;}
.testRight .owl-nav {
    text-align: left !important; margin-top: 3rem !important;
}
section.sec12 {
    padding: 10rem 0rem 9rem;
}
.educatCvr {
    border-radius: 1rem;
    overflow: hidden;
}
.eductTop {
    text-align: center;
}
.educatDet {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0rem;
    left: 0rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding: 1.5rem;border-radius: 1rem;
    overflow: hidden;
}
.adectName {
    font-family: 'Barlow Condensed';
    color: #fff;position: relative;
}
.adectsub {
    font-family: 'Geist Regular';
    color: #fff;position: relative;}
.educatDet:before{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0rem;
    left: 0rem;
   background: #000000;
background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 64%);
background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 64%);
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 64%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0); 
}
.adectName {
    font-family: 'Barlow Condensed';
    color: #fff;
    position: relative;
    font-size: 1.75rem;
    line-height: 2.7rem;
}
.educatCvr a:after {
    position: absolute;
    content: '';
    width: 3.5rem;
    height: 3.5rem;top:50%; left: 50%; margin-left:-1.75rem;margin-top: -1.75rem; background: url(../images/play.png) no-repeat center;background-size: 100%; z-index:2;
}
.shorts-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.shorts-popup .popup-content {
    position: relative;
    width: 30.5rem;
    height: 45rem;
    max-width: 90%;
}

.shorts-popup iframe {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
}

.close-shorts {
  position: absolute;
  top: -2.5rem;
  right: 0;
  color: #fff;
  font-size: 1.875rem;
  cursor: pointer;
}
.owl-nav {
    margin-top: 0rem !important;
}
section.sec12 .owl-nav {
    margin-top: 2.5rem !important;
}
.galImg {
    border-radius: 1.5rem;
    overflow: hidden;
}
section.sec13{padding-bottom: 10rem;}
.reserSeat{text-align: center;}
section.sec14 {background: url(../images/reservseatBg.jpg) no-repeat center; background-size: cover; padding: 8.75rem 0rem; position: relative;}
section.sec14:after{width: 100%; height:3rem; content: ''; position: absolute; top: 0rem; left: 0rem; background: url(../images/topcurv.png) no-repeat top center; background-size: 100%;}
section.sec14:before{width: 100%; height:3rem; content: ''; position: absolute; bottom: 0rem; left: 0rem; background: url(../images/bottomcurv.png) no-repeat bottom center; background-size: 100%;}
.resSmall {
    font-size: 6rem;
    line-height: 7rem;
    color: #fff;
    font-family: 'Barlow Condensed'; margin-bottom: 0.5rem;
}
.reserSeat h3 {
    font-size: 11.25rem;
    line-height: 10.25rem;
    color: #fff;
}
.reserSeat p{color: #fff;}
.insiteTop{text-align: center;}
.insiteCvr {
    padding: 0rem 5rem;
}
.insightinHmCvr {
    padding: 0rem 1rem;
    position: relative;
    width: 100%;
}
.insite2bottom {
    position: absolute;
    top:75%;
    left: 0rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    height: auto;
    padding: 2rem;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 1;
}
.insightinHmCvr a {
 position: relative;
}
.insigtHeading {
    color: #FFF;
    margin-bottom: 3.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 5rem;
}
.insightImg {
    position: relative; border-radius: 2rem;
    overflow: hidden;
}
.insightImg:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0rem;
    left: 0rem;
    background: #000;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.54) 40%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.54) 40%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.54) 40%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
.insighCvr {
    position: relative;overflow: hidden;
}
.insighCvr:hover .insite2bottom{top: 0rem;height: 100%;}
.insighCvr:hover .insigtHeading{height: auto;-webkit-line-clamp: 5;}
.instbtn {
    margin-top: 2.5rem;
}
.contactCvrhome{padding:0rem 4rem ;}
.contactMainhome {text-align: center;background: #F1F4FA; border-radius: 2rem; padding: 5rem;}
section.sec16 {
    padding: 10rem 0rem;
}
ul.hmcnt {
    display: inline-flex;
}

ul.hmcnt a {
    font-size: 3rem;
    line-height: 4rem;
    font-family: 'Geist SemiBold';
    color: #323232;
}ul.hmcnt{margin-bottom: 3.5rem;}
ul.hmcnt li.hedphn{margin-right: 9rem;}
ul.hmcnt li.hedmail a {
     background: url(../images/mail-icon-2.png) no-repeat left top 0.9rem;
      background-size: 2.5rem;
    padding-left: 4.5rem;
}
ul.hmcnt li.hedphn a {
   background: url(../images/call-icon-2.png) no-repeat left top 0.9rem;
    background-size: 2.5rem;
    padding-left: 4.5rem;
}
.inputField {
    width: 100%;
    background: #fff;
    border-radius: 1.5rem; overflow: hidden;
    height: 5rem;
    border: 0.063rem solid #1025741a;padding: 0rem 2rem;
}
textarea.inputField {
    padding: 1.2rem 2rem;
}
.formsec p {
    margin-bottom: 0rem;
}
.formsec ul li {
    margin-bottom: 1.688rem;
    position: relative;
}
.formsec ul .col-lg-12 li{margin-bottom: 0rem;}
span.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}

span.wpcf7-form-control-wrap input,span.wpcf7-form-control-wrap textarea {
    display: block;
}
.inputbtn.btn.btn-primary {
    margin-top: 1rem;
}
.accordion-item{margin-bottom: 1rem;border-radius: 1rem !important;overflow: hidden;}
.accordion-item,.accordion-item .accordion-button{
    background-color: #F6F6F6; border: none !important;}
.accordion-button:not(.collapsed) {
    background: initial;
}
.accordion-button {
    font-size: 1.5rem;
    color: #000 !important;
     font-family: 'Geist Medium';border: none !important;    padding:1rem 1rem 1rem 2rem;

}
.accordion-body p {
    color: #fff;
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
}
.accordion-button.active {
    background: #1944a2; color: #fff !important;
}
.accordion-body p:last-child {margin-bottom: 0rem;}
.accordion-button:not(.collapsed) {
 
    box-shadow: inset 0 0rem 0 rgb(0 0 0 / 0%);
}
.accordion-button:after{width:2rem; height: 2rem; display: flex; align-items: center; justify-content: center;background-position: center; background-image: url(../images/up.png) !important;background-size: 1.5rem;}
.accordion-button.active:after{background-position: center; background-image: url(../images/down.png) !important;background-size: 1.5rem;}
.accordion-body{
    background: #1944A2;
}
.faqTop {
    margin-right: 3rem;
    position: sticky;
    top: 9.375rem;
}
section.sec17.faqHome {
    padding-bottom: 10rem;
}
section.sec18 {
    padding: 0rem 1.5rem;
   
}
.mobileapp { border-radius: 2rem;
    overflow: hidden;
   background: url(../images/app.jpg) no-repeat center; background-size:cover; position: relative;
}
.mobileappText{width: 100%;  min-height: 50rem;  position: relative; background: url(../images/app-text.png) no-repeat top 4.125rem center; background-size: 96%;    text-align: center;}
img.appimg {
    max-width: 53%;
    margin-top: 0.95rem;
    margin-left: -11rem;
}
.applinks {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 28.875rem;
    position: absolute;
    right: 14rem;
    bottom: 8rem;
}
.applinks span{color: #fff; margin-right: 1rem;}
.applinks a:nth-child(2) {
    margin-right: 1rem;
}
.applinks img{width: 9.375rem;}
.footHead {
    line-height: 2rem;
    color: #519FDE;
        font-family: 'Barlow Condensed';
    margin-bottom: 0.75rem;
}
footer {
    padding: 10.375rem 0rem 0rem;
}
footer .container{
    padding: 5rem 0rem 0rem;
    border-top: 0.125rem solid #E4E4E4;
}
.footBox ul li{margin-bottom: 0.75rem; margin-left: 0rem;}
.footBox ul li a {
    color: #4D4D4D;
    font-size: 1.25rem;
    line-height: 2rem;
}
.footBox li.adress {
    background: url(../images/location-icon.png) no-repeat left top 0.6rem; background-size: 1.25rem;padding-left: 2.5rem;    padding-right: 0.3rem;font-size: 1.25rem;
    line-height: 2rem;
}
ul.footcnt li a{padding-left: 0rem; background-image: none;}
ul.footcnt li.hedphn{ background: url(../images/call-icon-2.png) no-repeat left top 0.6rem; background-size: 1.25rem;padding-left: 2.5rem;}
ul.footcnt li.hedmail{ background: url(../images/mail-icon-2.png) no-repeat left top 0.85rem; background-size: 1.25rem;padding-left: 2.5rem;}
.locati {
    line-height: 3.16rem;
    font-size: 1.25rem;
}
ul.social-links li img {
    width: 1.25rem;
    margin-right: 1rem;
}
.footBtm p {
    margin-bottom: 0rem;
    color: #4C4C4C;
    font-size: 1.25rem;
}

.footBtm p a {
    color: #4C4C4C;
}

.footBtm {
    background: #F5F5F5; margin-top: 2rem;
}



.sec01-abtbnr {
        margin-top: 10.75rem;
}
.abtBnrLft {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
.abtBnrLft span {
    font-family: 'Barlow Condensed';
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
    color: #CF157E;
    text-decoration: underline;
    margin-bottom: 0.5rem;
}
.abtBnrLft h1{
    font-size: 7.5rem;
    line-height: 7.5rem;
}
.abtBnrRight img {
    height: 42.688rem;
    width: 57.25rem;
    object-fit: cover;
}
.sec02-abt2 {
    background: url(../images/abtsec2-bg.png) no-repeat center;
    background-size: cover;
    padding: 12rem 0rem;
    margin-top: -3.125rem;
    z-index: 1;
    position: relative;
}
.abt2Head {
    font-family: 'Barlow Condensed';
    font-size: 18rem;
    line-height: 18rem;
    text-align: center;
    color: #CF157E;
}
.abtsec3Top {
    text-align: center;
}
.sec03-abt3 {
    margin-top: -23.125rem;
    z-index: 1;
    position: relative;
}
.abtsec3topCntnt {
    max-width: 84%;
    margin: 0 auto;
    margin-bottom: 2.5rem !important;
}
.abtsec3points {
    text-align: center;
    padding: 2.5rem 0.75rem;
}
.abtsec3points img{
    height: 2.5rem;
    width: 2.5rem;
    margin-bottom: 2.313rem;
}
.abtsec3pointshed {
    font-family: 'Barlow Condensed';
    font-size: 2rem;
    line-height: 2.5rem;
    color: #323232;
    margin-bottom: 1rem;
}

.abtsec3-Btn {
    margin-top: 2.5rem;
    text-align: center;
}
.abtsec4Right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4.688rem 0rem;
}
.sec04-abt4 {
    margin-top: 14.375rem;
    position: relative;
}
.sec05-abt5 {
    margin-top: 10rem;
}
.abtsec5Lft li {
    font-family: 'Barlow Condensed';
    font-size: 2rem;
    line-height: 2.5rem;
    color: #323232;
    background: url(../images/li-img.png) no-repeat left top 1rem;
    padding-left: 1.75rem;
    background-size: .75rem auto;
    margin-bottom: 2.5rem;
}
.abtsec5Lft span {
    font-family: 'Geist Regular';
    font-size: 1.5rem;
    line-height: 2rem;
    color: #6A6A6A;
    display: block;
    margin-top: 0.5rem;
}
.abtsec5Lft p{
    margin-bottom: 1.5rem;
}
.abtsec5Right img{
    width: 48.75rem;
}
.abtsec5Lft {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.abtsec3mainCvr{
    height: 100%;
    position: relative;
    padding: 0.5rem;
    border-radius: 2rem;
    background: #fff;
    border: 0.063rem solid E4E4E4;
    box-shadow: 0rem 0.25rem 0.844rem #ccc;
}
.abtsec3points {
    width: 100%;
    height: 100%;
    position: relative;
    border: 0.188rem dashed #E4E4E4;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0rem 0.25rem 1.313rem #cccccc4f;
}
.sec06-abt6 {
    margin-top: 10rem;
}
.abt6Top {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 2.5rem !important;
}
.abt6LeaderImg img{
    width: 25rem;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
}
.abt6LeaderName {
    font-family: 'Barlow Condensed';
    font-size: 2.5rem;
    line-height: 3rem;
    color: #323232;
    margin-bottom: 0.5rem;
}
.sec01-inrPageebnr {
    margin-top: 8rem;
    text-align: center;
    background: url(../images/innerPageBanner.png);
    height: 34.5rem;
    background-position: bottom;
}
.InnrBnrCntnt {
    height: 31.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 68%;
    margin: 0 auto;
}
.InnrBnrCntnt span {
    font-family: 'Barlow Condensed';
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #FFFFFF;
    margin-bottom:0.5rem;
    border-bottom: 0.125rem solid #FFFFFF;
}
.InnrBnrCntnt h1 {
    color: #FFFFFF;
    font-size: 7.5rem;
    line-height: 7.5rem;
}
.InnrBnrCntnt div{
    color: #FFFFFF;
}
.sec02-division2 .row:nth-child(even) {
    flex-direction: row-reverse;
      background-color: #FFF9E2; 
}
.sec02-division2 {
    margin-top: 7.5rem;
}
.divisionSec2Right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 7.5rem;
}
.divisionSec2Right div{
    margin-bottom: 2.5rem;
}
.secCvrdivision2{
    background-color: #F1F4FA;
    margin-bottom: 5rem;
    padding: 2rem;
    border-radius: 2rem;
}
.divisionSec2Lft img{
    width: 41rem;
}
.sec02-division2 .row:nth-child(even) .divisionSec2Right {
    padding-left: 0;
    padding-right: 7.5rem;
}
.sec02-gallery2 {
    margin-top: 7.5rem;
}
.galleryCvr{
    position: relative;
}
.galleryTitle {
    position: absolute;
    bottom: 1.875rem;
    padding-left: 1.875rem;
    left: 0rem;
    width: 100%;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 2rem;
    line-height: 3rem;
}
ul#galleryTab {
    text-align: center;
    margin-bottom: 4rem;
    border-bottom: 0;
    display: flex;
    gap: 2rem;
}
.sec02-singleGallery1 .nav{
    justify-content: center;
}
.sec01-singleGallerybnr {
    text-align: center;
    margin-top: 17rem;
}
.sec02-singleGallery1 button.nav-link.active {
    border: 0;
    background-color: #519FDE !important;
    color: #FFFFFF !important;
}
.SingleGalleryBnrCntnt h1{
    margin-bottom: 7.5rem;
}
.sec02-singleGallery1 .nav-tabs .nav-link {
    padding: 1rem 4.875rem;
    border-radius: 0.5rem;
    font-family: 'Geist SemiBold';
    font-size: 1.5rem;
    line-height: 2rem;
    color: #519FDE;
    width: 100%;
    height: 100%;
    position: relative;
    border: 0.188rem dashed #E4E4E4;
    box-shadow: 0rem 0.25rem 0.844rem #cccccc4f;
}
.sec02-singleGallery1 .nav-item{
     border-radius: 0.5rem;
    position: relative;
    padding: 0.5rem;
    background: #fff;
    border: 0.063rem solid #E4E4E4;
    box-shadow: 0rem 0.25rem 0.844rem #ccc;
}
.sec02-singleGallery1 .nav-item:has(.nav-link.active) {
    background-color: #519FDE;
}
button.nav-link.active {
    border: 0.188rem dashed #2279BF !important;
}
.bordgal1 img{
    width: 25rem;
    height: 25rem;
    object-fit: cover;
    border-radius: 1.5rem;
}
.bordgal1{
    margin-bottom: 2rem;
}
.bordgal img{
     width: 34rem;
    height: 34rem;
    object-fit: cover;
    border-radius: 1.5rem;
}
.bordgal{
    margin-bottom: 2rem;
}
.sec02-singleGallery1 .video-wrapper {
    position: relative;
    cursor: pointer;
    margin-bottom: 1.25rem;
    display: block;
}
.sec02-singleGallery1 .video-thumb{
    width:100%;
    height: 25rem;
    width: 25rem;
    border-radius: 1.5rem;
}
.sec02-singleGallery1 .play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:3.5rem;
    height:3.5rem;
    text-align:center;
    border-radius:50%;
}
.successBnrCntnt{
    margin-bottom: 2.5rem;
}
.video-wrapper img.img-fluid {
    border-radius: 1.5rem;
    height:25rem;
}
.abtBnrLft img {
    box-shadow: 0 0.125rem 0.375rem rgba(0,0,0,0.15);
    border-radius: 1rem;
    width: 15.75rem;
}
.tesimnialPageCnt {
    padding-top: 4.5rem;
}
.sec01-testimonialmainCvr {
    margin-top: 7.5rem;
}
.tesimnialPageCnt p{
    font-size: 1.5rem;
    line-height: 3rem;
}
.testimonial-img {
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    overflow: hidden;
    border: 0.125rem solid #E9D81E;
}
.tstmnialBtmCvr{
    gap: 1rem;
}
.TestimonialCvr{
    width:100%;
    padding:1.5rem; /* small padding */
    background:#F1F4FA;
    border-radius:2rem;
    display:flex;
    flex-direction:column;
}
#testimonial-container > .col-lg-6:nth-child(4n+2) .TestimonialCvr{
    margin-bottom:2.5rem;
}
#testimonial-container > .col-lg-6:nth-child(4n+3) .TestimonialCvr{
    margin-top:2.5rem;
        margin-bottom: 2.5rem;
}
#testimonial-container > .col-lg-6:nth-child(4n+1) .TestimonialCvr,
#testimonial-container > .col-lg-6:nth-child(4n+4) .TestimonialCvr{
    padding:2.5rem; /* bigger padding */
}
.testimonial-name {
    font-family: 'Passion One Bold';
    font-size: 1.5rem;
    line-height: 2rem;
    color: #323232;
}
.testimonial-name span p{
    font-family: 'Geist Regular';
    font-size: 1.25rem;
    line-height: 2rem;
    color: #323232;
    margin-top: 0.25rem;
}
.sec01-contact1 {
    margin-top: 7.5rem;
}
.Cntctphn{
    background: url(../images/contact-phn.png) no-repeat left top 0.6rem;
    background-size: 2rem;
    padding-left: 4rem;
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
}
.Cntctmail{
    background: url(../images/contact-mail.png) no-repeat left top 0.6rem;
    background-size: 2rem;
    padding-left: 4rem;
    margin-bottom: 2.5rem;
}
.Cntctadress{
    background: url(../images/contact-location.png) no-repeat left top 0.6rem;
    background-size: 2rem;
    padding-left: 4rem;
    margin-bottom: 2.5rem;
}
.cntctSec1Lft h2{
    margin-bottom: 2.5rem;
}
.cntctPageDetail li a {
    font-family: 'Geist SemiBold';
    font-size: 2rem;
    line-height: 3rem;
    color: #323232;
    letter-spacing:0rem;
}
.Cntctadress{
    font-family: 'Geist SemiBold';
    font-size: 2rem;
    line-height: 3rem;
    color: #323232;
    letter-spacing: -0.125rem;
    margin-right: 5rem;
}
#post-21 .sec18 {
    padding: 0rem 1.5rem;
    margin-top: 7.5rem;
}
.contact-socialIcons li a {
    font-size: 0;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.25rem;
    height: 6.25rem;
    background-color: #F1F4FA;
    border: 0.125rem solid #FFFFFF;
    border-radius: 50%;
    margin-left: -1rem;
}
.contact-socialIcons li a img {
    font-size: initial;
    display: block;
    width: 4.5rem;
    padding: 1rem;
}
.contact-socialIcons{
    margin-right: 5.625rem;
    height: 14.625rem;
    position: relative;
    padding: 0.5rem;
    border-radius: 2rem;
    background: #fff;
    border: 0.063rem solid E4E4E4;
    box-shadow: 0rem 0.25rem 0.844rem #ccc;
}
.conctsoclSecndCvr {
    padding: 2rem !important;
    width: 100%;
    height: 100%;
    position: relative;
    border: 0.188rem dashed #E4E4E4;
    border-radius: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 1.5rem;
    box-shadow: 0rem 0.25rem 0.844rem #cccccc4f;
}


.contact-socialicons .social-links{
    display: flex;
}
.cntctsocialHed {
    font-family: 'Passion One Bold';
    font-size: 2rem;
    line-height: 2rem;
    color: #323232;
    margin-bottom: 1.5rem;
}
.cntctSec1Lft {
    margin-bottom: 5.813rem;
}
.cntctSec1RgtCntnt{
    margin-bottom: 2.5rem;
}
.cntctFrmBtn {
    text-align: end;
}
.cntctSec1Rgt {
    padding: 4.5rem;
    background-color: #F1F4FA;
    border-radius: 2rem;
}
.cntctFrmBtn p{
    margin-bottom: 0rem;
}
#post-33 .sec01-contact2 {
    margin-top: 10rem;
}
.sec01-contact3 iframe{
    width: 100%;
    height: 33.75rem;
}
.sec01-contact3{
    margin-top: 10rem;
}
#post-33 footer{
    padding:0 !important;
}
#post-33 footer .container{
   border-top: 0rem;
}
.crseHd{
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 10;
}
.sec01-course1 {
    margin-top: 7.5rem;
}
.coursesPageCvr{
    margin-bottom: 2rem;
}
.sec01-sngleCourse {
    margin-top: 18rem;
}
.sngleCourseCntnt strong{
    font-family: 'Barlow Condensed';
    font-size: 3rem;
    line-height: 3.5rem;
    color: #323232;
    font-weight: 400;
    display: block;
    margin-bottom: 1rem;
}
.sngleCourseCntnt ul li{
    background: url(../images/li-img.png) no-repeat left top 0.875rem;
    padding-left: 1.75rem;
    background-size: .75rem auto;
    margin-bottom: 0.75rem;
}
.sngleListCvr p{
    display: none;
}
.sngleListCvr{
    margin-bottom: 2.5rem;
}
.sngleCourseRight {
    text-align: center;
    position: sticky;
    top: 9.375rem;
}
.sngleCourseLft h1{
    font-size:7.5rem;
    line-height:7.5rem;
}
#post-61 .sec01-contact2 {
    margin-top: 10rem;
}
.sec01-contact3 h3{
    text-align: center;
}
.singleCourseBtn{
      text-align: center;
}
.almnicnctLftPonts{
    position: relative;
    padding-left: 5rem;
    padding-bottom: 1.75rem;
    margin-bottom: 0.75rem;
}
.almnicnctLftPonts:before {
    width: 0.063rem;
    content: '';
    position: absolute;
    height: 62%;
    background: #E4E4E4;
    left: 1.2rem;
    top: 4rem;
}
.almnicnctLftpontsimg {
    width: 2.5rem;
    height: 2.5rem;
    left: 0rem;
    top: 0.3rem;
    position: absolute;
}
.almnicnctLftPonts:last-child {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
}
.almnicnctLftPonts:last-child:before {
    display: none;
}
.almnicnctpontHd {
    font-family: 'Barlow Condensed';
    font-size: 2rem;
    line-height: 2.5rem;
    color: #323232;
}
.almnicnctLft h2{
    margin-bottom: 2.5rem;
}
.sec01-alumnCnnct1 {
    margin-top: 7.5rem;
}
.almincntntRight {
    background-color: #F3D058;
    padding: 4rem;
    border-radius: 2rem;
    position: relative;
    height: 57.188rem;
    max-width: 80%;
    margin-left: auto;
}
.almnicnttopimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.almnirightTextCvr {
    padding-top: 23.125rem;
}
.almnicntntrighthead{
    font-family: 'Barlow Condensed';
    font-size: 4rem;
    line-height: 5rem;
    color: #323232;
    margin-bottom: 1rem;
}
.almnicntntrightCntnt{
    margin-bottom: 3rem;
}
#post-226 footer {
    padding: 5rem 0rem 0rem 0rem;
}
.sec04-abt4Cvr {
    position: relative;
    height: 25.5rem;
    background-color: #F1F4FA;
    border-radius: 2rem;
}
.abtsec4lft img{
    position: absolute;
    top: -5.625rem;
    width: 36.375rem;
}
.abtsec4lft:before {
    content: "";
    left: 0%;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: url(../images/bg-vision.png) left bottom no-repeat;
    border-radius: 1.875rem;
    z-index: 0;
    height: 25.5rem;
    width: 39.688rem;
}
.sec01-insight1 {
    margin-top: 7.5rem;
}
.sec01-sngleInsight {
    margin-top: 15rem;
}
span.insightsSmlHd {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: block;
}
.sngleInsightsLftHead h2{
    font-size: 4rem;
    line-height: 4.5rem;
}
.pstDetail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pstDetail span {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #6A6A6A;
}
.pstdDte {
    font-family: 'Geist SemiBold';
     font-size: 1.25rem;
    line-height: 1.75rem;
    color: #519FDE;
}
.sngleInsightsLftHead {
    padding-bottom: 1.125rem;
    border-bottom: 0.063rem solid #C5C5C5;
    margin-bottom: 3.5rem;
}
div#wpd-post-rating {
    display: none;
}
.ql-editor.ql-blank::before {
    font-family: 'Geist Regular';
    font-size: 1.5rem !important;
    line-height: 2.5rem !important;
    color: #AAAAAA !important;
    letter-spacing: 0rem !important;
    font-style: normal !important;
}
#wpdcom .ql-editor {
    min-height: 11.25rem !important;
}
#wpdcom {
    max-width: 100% !important;
}
.wpd-form-head {
    display: none !important;
}
.commentSection {
    margin-top: 6.875rem;
}
#wpdcom [id^="wpd-editor-wraper"] {
    border-radius: 1rem !important;
    overflow: hidden;
    border: 0.063rem solid #E1E1E1 !important;
}
.prvsYerPprRightCvr {
    padding: 2rem;
   background: linear-gradient(to top right, #F3D058, #FFE68F);
    border-radius: 2rem;
    margin-bottom: 2.5rem;
}
.prvsYearPaprHead {
    font-family: 'Barlow Condensed';
    font-size: 3rem;
    line-height: 3.5rem;
    color: #323232;
    margin-bottom: 2rem;
}
.Ppr img{
    width: 5rem;
    height: 5rem;
}
.pdf-text{
    font-family: 'Geist Regular';
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #6A6A6A;
}
.prvsYearPars {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-bottom: 1rem;
   border-bottom:0.125rem dashed  #DFB525;
    margin-bottom: 1rem;
}
.prvsYearPars:last-child{
    border-bottom: none;
    border-bottom: 0;
}
.sngleInsightLftCvr{
    padding-right: 9.375rem;
}
.othrInsghtHead {
    font-family: 'Barlow Condensed';
    font-size: 3rem;
    line-height: 3.5rem;
    color: #323232;
    margin-bottom: 2rem;
}
.othrInsghtsCvr {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 0.125rem dashed #E4E4E4;
    margin-bottom: 1rem;
}
.othrInsghtsImg img{
    height: 10.75rem;
    width: 18.688rem;
    object-fit: cover;
    border-radius: 1.5rem;
}
.othrInsghtsCvr:last-child {
    border-bottom: none;
}
.othrInsghtsCntnt a {
    font-family: 'Geist Medium';
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #000000;
    display: block;
    margin-bottom: 0.75rem;
}
.insghtBtn a {
    font-family: 'Geist Medium';
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #1944A2;
}
.insghtBtn img{
    width: 2rem;
   height: 2rem;
}
.vewal {
    width: 100%;
}
.othrinsghtRghtCvr{
    padding: 2rem;
     box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.08);
    border-radius: 2rem;
}

.form-row{
    display:flex;
    gap:1.25rem;
    margin-bottom:1.25rem;
}

.form-row label{
    width:50%;
    display:block;
}

.submit-btn{
    text-align:right;
    margin-top:1.25rem;
}
.sec01-admisionFrm {
    margin-top: 7.5rem;
}
.admissionFrmHead {
    text-align: center;
    margin-bottom: 2.5rem;
}
.form-section-title p{
    font-family: 'Barlow Condensed';
    font-size: 2rem;
    line-height: 2.5rem;
    color: #000000;
    margin-bottom: 2.063rem;
}
.sec01-admisionFrm input[type="text"],
.sec01-admisionFrm input[type="email"],
.sec01-admisionFrm input[type="url"],
.sec01-admisionFrm input[type="password"],
.sec01-admisionFrm input[type="search"],
.sec01-admisionFrm input[type="number"],
.sec01-admisionFrm input[type="tel"],
.sec01-admisionFrm input[type="range"],
.sec01-admisionFrm input[type="date"],
.sec01-admisionFrm input[type="month"],
.sec01-admisionFrm input[type="week"],
.sec01-admisionFrm input[type="time"],
.sec01-admisionFrm input[type="datetime"],
.sec01-admisionFrm input[type="datetime-local"],
.sec01-admisionFrm input[type="color"],
.sec01-admisionFrm input[type="file"],
.sec01-admisionFrm select ,
.sec01-admisionFrm textarea {
    height: 5rem;
    border-radius:0.75rem;
}
/* Hide default radio */
.sec01-admisionFrm input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    border: 0.125rem solid #cfcfcf;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    margin-right: 0.5rem;
    vertical-align: middle;
}

/* When selected */
.sec01-admisionFrm input[type="radio"]:checked {
    border-color: #0f766e; /* green border */
}

/* Inner dot */
.sec01-admisionFrm input[type="radio"]:checked::after {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    background: #0f766e;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Align radio and text */
.sec01-admisionFrm .wpcf7-list-item {
    margin-right: 1.563rem;
}
.sec01-admisionFrm ::placeholder {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #9A9A9A;
}
.sec01-admisionFrm select {
     font-size: 1.25rem;
    line-height: 2rem;
    color: #9A9A9A;
}
.sec01-admisionFrm select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 5rem;
    border-radius: 0.75rem;
    padding: 0 3rem 0 1rem;
    background: #fff url("../images/dropdown.png") no-repeat right 1rem center;
    background-size: 1.25rem;
    cursor: pointer;
}
.sec01-result1 {
    margin-top: 7.5rem;
}
.filter-title {
    font-family: 'Barlow Condensed';
    font-size: 3rem;
    line-height: 3.5rem;
    color: #323232;
    margin-bottom: 1.5rem;
}
.filter-heading {
    font-family: 'Geist SemiBold';
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000000;
    padding-bottom: 1.25rem;
    border-bottom: 0.063rem solid #C2CDE2;
    margin-bottom: 1.25rem;
}
.filter-box {
    padding: 1.25rem 1.5rem;
    background-color: #F1F4FA;
    margin-bottom: 1rem;
    border-radius: 1rem;
}
.filter-box label {
    margin-bottom: 1.25rem;
}
.filter-sidebar {
    padding: 2rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.06);
    border-radius: 2rem;
    margin-right: 5.625rem;
    position: sticky;
    top: 9.375rem
}
.resltPageCvr{
    margin-bottom: 5rem;
}




.wpcf7-radio {
    display: flex;
    gap: 2.5rem; /* space between options */
}

/* Remove default block styling */
.wpcf7-radio .wpcf7-list-item {
    margin: 0;
}

/* Align radio and text nicely */
.wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}
.sec01-admisionFrm input[type="radio"] {
    display: inline-block;
    background-color: #fff;
}
.sec01-admisionFrm .wpcf7-form-control-wrap {
    border: none !important;
}

/* Remove any pseudo element creating box */
.sec01-admisionFrm .wpcf7-form-control-wrap::before,
.sec01-admisionFrm .wpcf7-form-control-wrap::after {
    display: none !important;
    content: none !important;
}
.CrseCvrr {
    position: relative;
    margin-bottom: 2rem;
    overflow: hidden;
}
.sec01-insight1 .insightinHmCvr {
    margin-bottom:1.25rem;
}
button.owl-prev {
    background-size: 95% !important;
}
button.owl-next {
    background-size: 95% !important;
}
.galImg img{
    height: 25rem;
    width: 25rem;
    object-fit: cover;
}
.banner-mobile {
  display: none;
}
section.sec15 {
    margin-top: 10rem;
}
.accordion-body {
    padding: 1rem 2rem;
}
ul.sub-menu {
    border-radius: 1rem;
}
.abtsec3-main-img img{
    width:48.658rem;
}
.applinks a:hover{
    opacity: 0.5;
}
#post-17 footer {
    padding: 0rem 0rem 0rem 0rem;
}
#post-17 footer .container{
    border-top: 0rem;
}
.form-control {
    font-size: 1.25rem !important;
    padding: 1.25rem 1.5rem;
    color:#212529;
}
.wpcf7 p:has(.admsnLabel) {
    margin-bottom: 0.938rem; 
    font-size:1.25rem;
}
.lstrowSS{
        align-items: center;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.wpcf7-submit:focus,
.wpcf7-submit:active {
    background-color: #1944A2 !important;
    border-color: #1944A2 !important;
    box-shadow: none !important;
    outline: none !important;
    color:#fff !important;
}
.headerbtm .row{
    align-items: center;
}
.aniPos .logo {
    max-width: 8.313rem;
}
.aniPos .headerbtm {
    width: 100%;
    padding: .5rem 0rem;
}
.headeCnt ul li.lgn a{
    padding: 0.75rem 0rem 0.75rem 0.75rem;
}
li.lgn a {
    margin-left: 2.625rem;
}
.TnkCvr {
    text-align: center;
}
.abtMainBnr{
    margin-top: 17.75rem;
}

#mainmenu > li.menu-item-has-children > a {
    display: inline-block;
    padding-right: 1.875rem;
    background: url("../images/dropdown.png") no-repeat right center;
    background-size: 1.25rem;
}
.sccessStryImg img{
    height:37rem;
    width:41.938rem;
    object-fit:cover
}
.sucssBnr{
    margin-top: 15.75rem;
}
.sec01-insight1 .insitPage {
    margin-bottom:4.5rem;
}
.SngleInsitRightMainCvrr {
    position: sticky;
    top: 9.375rem;
}
.pdf-text:hover{
    color: #1944A2;
}
.pdf-icon {
    width: 4.375rem;
    height: 4.375rem;
    display: inline-block;
    background: url("../images/pdf-icon.png") no-repeat center;
    background-size: contain;
    transition: 0.3s ease;
}

/* Change icon on hover */
.prvsYearPars:hover .pdf-icon {
    background: url("../images/pdf-icon-hover.png") no-repeat center;
    background-size: contain;
}
.prvsYerPprRightCvr .btn-secondary:hover{
    background-color: #1944A2;
    border:0;
}
#wpdcom .ql-editor > * {
    font-size: 1.5rem !important;
    font-family: 'Geist Regular' !important;
    color: #6A6A6A !important;
}
#wpdcom .wpd-thread-head .wpd-thread-info {
    font-size: 1.5rem !important;
}
.contact-socialIcons ul.social-links li img {
    margin-right: 0rem;
}
.almniCnctBnr{
    max-width: 72%;
}
.floating {
    width: 5rem;
    position: fixed;
    right: 2rem;
    bottom: 1.875rem;
    z-index: 111;
}
.floating ul li {
    position: relative;
    margin-bottom: 1rem;
}
.floating ul li span {
    width: 11.75rem;
    opacity: 0;
    position: absolute;
    right: -18.75rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1.5rem;
    border-radius: 2.5rem;
    border-width: 0.125rem;
    border-style: solid;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 1.2rem;
}
.floating ul li a img {
    position: relative;
    height: 3.5rem;
    width: 3.5rem;
}
.floating ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}
#post-98 .resultCvr {
    align-items: center;
    justify-content: center;
}
.footBtm .container{
    padding: 0rem 0rem 0rem;
}
.insghtContents a{
    color:#6A6A6A;
}
.insghtContents a:hover{
    color:#1944A2;
}
.sub-menu li a:after {
    content: "" !important;
    position: absolute !important;
    right: 1.2rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left:90% !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 600;
    width: 1.5rem !important;     
    height: 1.5rem !important; 
    background: url('../images/menu-arrow.png') !important; 
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.snGleCrse{
       margin-top: 10rem; 
}
.lstrowSS .col-lg-2{
    text-align:end;
}
span.wpcf7-form-control.wpcf7-radio.form-check-input {
    border: 0 !important;
}
.footBox ul li a:hover{
    color: #1944A2;
}
.abt6LeaderImg img {
    transition: all 0.4s ease;
}

.abt6LeaderImg:hover img {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
.spnTxt span {
    font-size: 1rem;
    color:#9A9A9A;
}
.lstrowSS p{
    color:#000;
}
.homebanner  .owl-dots {
    bottom: 5rem;
}
.locati span {
    width: 12rem;
    display: inline-block;
}
.footbtRght {
    text-align: end;
}.headeCnt ul.social-links{margin-left:2rem;}
.headeCnt ul.social-links li a{padding:0rem; margin-right:1rem;}
.headeCnt ul.social-links li a span {
    display: none;
}
.headeCnt ul.social-links li a img{margin-right:0rem; width:1.5rem;}
.location-entry {
    display: flex;
}

.location-entry p, .location-phone a {
    margin-bottom: 0rem;
    line-height: 3.16rem;
    font-size: 1.25rem;
    color: #6A6A6A;
}

p.location-label {
    width: 12rem;
}
a.btn.btn-primary.lomp {
    margin-top: 1rem;
}
a.lomp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #4D4D4D;
    font-size: 1.25rem;
    line-height: 2rem;
    margin-top: 1rem;
}

a.lomp img {
    width: 1.5rem;
    margin-right: 1rem;
}
.search_jobs {
    display: none !important;
}

header.aniPos header {
    position: inherit !important;
}

.sjb-page header,.sjb-page header.anipos  {
    position: inherit !important;
    --tw-bg-opacity: .1;
    background-color: rgb(255 255 255);
    -webkit-backdrop-filter: blur(0.228rem);
    backdrop-filter: blur(0rem);
    box-shadow: 0 0.25rem 3.2px 0.375rem rgb(0 0 0 / 0%);
}
.sjb-page h1,.sjb-page h2,.sjb-page h3,.sjb-page h4 {
    font-size: 2rem; font-wight:500 !important;
}
span.job-title {
    color: #0c358d;
}
.sjb-page a.btn {
    
    padding: 0.75rem 1.875rem;
 
}
.sjb-page .sjb-detail .list-data .v1 h3 {
    font-weight: 500 !important;
}
.job-description ul {
    margin-top: 2rem !important;
}
.job-description ul li {
    color: #323232;
    background: url(../images/li-img.png) no-repeat left top 1rem;
    padding-left: 1.75rem;
    background-size: .75rem auto;
    margin-bottom: 1.3rem;
}
.job-description ul li p{margin-bottom:0rem;}
.accordion-body li {
    color: #fff;
    font-size: 1.25rem;
    line-height: 2rem;
    background: url(../images/li-img.png) no-repeat left top 0.75rem;
    padding-left: 1.75rem;
    background-size: 0.625rem auto;
    margin-bottom: 0.75rem;
}
 
.sjb-container-main.container.sjb-container {
    padding-top: 5rem;
}
.job-detail h2 {
    border-bottom: 1px solid #dddcdc;
}
button.btn.btn-app-modal-close {
    display: none !important;
}
.file {
    font-size: 1rem !important;
}
.insghtContents img{
    border-radius:1.5rem;
}
.abt6-leaders {
    text-align: center;
}
 .mobKnowMor {
       display:none !important;
   }
  .group-heading{
    padding-bottom: 1rem;
    border-bottom: 0.063rem solid #C5C5C5;
    margin-bottom: 4rem;
}  
#resultHeading{
    padding-bottom: 1rem;
    border-bottom: 0.063rem solid #C5C5C5;
    margin-bottom: 4rem;
}
.fcltsHed {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fcltsHed h2{
        margin-bottom: 0rem;
}
.fclitiesBtm {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fclitsBtmLft{
    color: #323232;
    font-weight:400 !important;
}
section.sec01-career {
    margin-top: 7.5rem;
}
.job-meta span{
     display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.313rem;
    color: #3a3a3a;
}
 .job-card {
    background: #eef2f9;
    border: 0.063rem solid #dce6f0;
    border-radius: 0.875rem;
    padding: 2.5rem 2.5rem;
    transition: box-shadow 0.2s ease;
    height: 100%;
}
  .job-card:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(13,45,94,0.10);
  }
 .job-title {
    color: #0d2d5e;
    margin-bottom: 1.25rem;
    font-size: 2.5rem;
    line-height: 3.125rem;
}
  .job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    color: #2a7ca5;
    margin-bottom: 1rem;
    color: #6A6A6A;
  }
  .job-desc {
    color: #3a3a3a;
    margin-bottom: 1.5rem;
  }
  .job-cards-wrapper {
    height: 100%;
}
.sec01-career .col-lg-6{
   margin-bottom: 1.25rem; 
}
#jobModal .modal-lg, .modal-xl {
    max-width: 78.438rem;
}
#jobModal input::placeholder{
    font-size:1.125rem;
}
#jobModal input{
    margin-bottom:1rem;
    border-radius:1rem;
}
#jobModal h3{
    font-size: 4rem;
    line-height: 4.5rem;
}
#jobModal .modal-body {
    padding: 3rem;
}
#jobModal .modal-header {
    padding: 1rem 3rem;
}
#modalJobDesc ul li {
    color: #323232;
    background: url(../images/li-img.png) no-repeat left top 1rem;
    padding-left: 1.75rem;
    background-size: .75rem auto;
    margin-bottom: 1.3rem;
}
.job-meta span img{
    width:1.5rem;
    height:1.5rem;
}
#jobModal .modal-title {
    font-family: 'Geist SemiBold';
    font-size: 2rem;
    line-height: 3rem;
    color: #323232;
}
#jobModal .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1rem;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #fff;
    width: 96%;
}
.insigtHeading.fechea {font-family: 'Barlow Condensed';font-size: 2rem;}
/*********************************************************************/
@media all and (max-width:1537px) {
  .abtsec4lft:before {
    border-top-right-radius: 22.875rem;
}
}
 
/********************************************************************/
 @media all and (max-width:1445px) {
     
      
/*******************************************************************/
}
@media all and (max-width:1367px) { 
}
     
@media all and (max-width:1282px) {
} 
@media all and (max-width:992px) {
    #jobModal .modal-title {
    font-size: 1.5rem;
    line-height: 2rem;
}
    .job-meta span img {
    width: 1.25rem;
    height: 1.25rem;
}
    #modalJobDesc ul li {
    background: url(../images/li-img.png) no-repeat left top 0.5rem;
    background-size: .5rem auto;
    margin-bottom: 1rem;
}
    #jobModal .modal-header {
    padding: 1rem 2rem;
}
    #jobModal .modal-body {
    padding: 2rem;
}
    #jobModal h3 {
    font-size: 2.5rem;
    line-height: 3rem;
}
    #jobModal .modal-lg, .modal-xl {
    max-width: 40.438rem;
}
    .job-meta span {
    font-size: 1rem;
}
    .job-title {
    font-size: 2rem;
    line-height: 2.5rem;
}
   
    section.sec01-career {
    margin-top: 3.125rem;
}
    .fclitsBtmLft {
    margin-bottom: 0.625rem;
}
    .fclitiesBtm {
    text-align:center;
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
    .fcltsHed h2 {
    margin-bottom: 0.625rem;
}
    .fcltsHed {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
    .location-entry p, .location-phone a {
    line-height: 2rem;
    font-size: 1rem;
}
    .location-entry {
    display: flex;
    justify-content: center;
    align-items: center;
}
    .accordion-body li {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    background: url(../images/li-img.png) no-repeat left top 0.5rem;
    padding-left: 1.75rem;
    background-size: 0.5rem auto;
    margin-bottom: 0.75rem;
}
    #post-33 footer {
    padding: 0 !important;
    padding-bottom: 4rem !important;
}
    .footbtRght {
    text-align: center;
}
    .wpcf7 p:has(.admsnLabel) {
    margin-bottom: 0rem;
    font-size: 1rem;
}
    .sec01-insight1 .insitPage {
    margin-bottom: 1.5rem;
}
   .lstrowSS .col-lg-2 {
    text-align: center;
}
    .cntctFrmBtn {
    text-align: center;
}
    .sub-menu li a:after {
        display:none;
}
    .snGleCrse{
       margin-top: 3.125rem; 
}
    .floating ul li a img {
    height: 2.5rem;
    width: 2.5rem;
}
    .sub-menu li a:after {
    top: 35% !important;
}
   .floating {
    position: fixed;
    z-index: 11;
    bottom: 0px;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    right: 0rem;
    display: block;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55);
    overflow-x: hidden !important;
    width: 100%;
    left: 0;
}
.floating ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:1.25rem;
}
.floating ul li {
    margin-bottom: 0rem;
}
footer{
    padding-bottom: 4rem !important;
}
    .lstrowSS {
    align-items: center;
    justify-content: center;
    text-align: center;
}
footer {
    width: 100%;
    overflow-x: hidden !important;
}
.gallery-slide .owl-dots {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}
    .results-slide:after {
   display:none;
}
    .results-slide:before {
   display:none;
}
    .insigtHeading {
    text-align: center;
}
    .counterItCvr {
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-left: 0rem;
}
    .Cntctadress {
    letter-spacing: 0rem;
    margin-right: 0rem;
}
    .cntctPageDetail li a {
    letter-spacing: 0rem;
}
    #wpdcom .wpd-thread-head .wpd-thread-info {
    font-size: 1rem !important;
}
    #wpdcom .ql-editor > * {
    font-size: 1rem !important;
}
    .ql-editor.ql-blank::before {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}
    .SngleInsitRightMainCvrr {
    position: relative;
    top: 0rem;
}
    #mainmenu > li.menu-item-has-children > a {
    display: block;
    padding-right: 0rem;
    background: none;
    background-size: 0rem;
}
    .homePagebanner .owl-dots {
    position: absolute;
    bottom: 3rem;
    left: 5rem;
}
    section.sec02 {
    margin-top: 0rem;
}
    .headerbtm {
    padding: 1rem 0rem;
}
    .logo {
    max-width: 8.313rem;
}
    .InnrBnrCntnt h1 {
        font-size: 1.75rem;
        line-height: 2.2rem;
}
    section.sec15 {
    margin-top: 3.125rem;
}
    .galImg img {
    height: 20rem;
}
    .banner-desktop {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
    .bannerLeft .h1 {
    font-size: 3rem;
    line-height: 3.5rem;
}
    .insiteCvr {
    padding: 0rem 0rem;
}
    .aniPos .logo{
        max-width: 7.313rem;
    }
    .aniPos .headerbtm {
    padding: 1rem 0rem;
}
    .contact-socialIcons li a {
    width: 5.25rem;
    height: 5.25rem;
}
    .contact-socialIcons li a img {
    width: 4rem;
}
  .contact-socialIcons {
    margin-right: 0rem;
    margin-bottom: 1.875rem;
}
    .abtsec4Right {
    padding: 1rem 1rem 2rem 1rem;
}
    .sec04-abt4Cvr {
    height: auto;
}
    .abtsec4lft {
    text-align: center;
}
    .abtsec4lft img {
    position: relative;
    top: 1.375rem;
    width: 20.375rem;
}
.abtsec4lft:before {
    display: none;
}
    .bannerimg {
    border-radius: 2rem 2rem 2rem 2rem;
}
    section.sec17.faqHome {
    padding-bottom: 3.125rem;
}
    .contactMainhome {
    padding: 2rem;
}
    ul.hmcnt {
    margin-bottom: 1.5rem;
}
    ul.hmcnt li.hedmail a {
    background: url(../images/mail-icon-2.png) no-repeat left top 0.375rem;
    background-size: 1.25rem;
    padding-left: 2rem;
}
    ul.hmcnt li.hedphn a {
    background: url(../images/call-icon-2.png) no-repeat left top 0.375rem;
    background-size: 1.25rem;
    padding-left: 2rem;
}
    ul.hmcnt a {
    font-size: 1.5rem;
    line-height: 2.5rem;
}
    ul.hmcnt li.hedphn {
    margin-right: 0rem;
}
    li.hedphn {
    margin-left: 0rem;
}
    section.sec16 {
    padding: 3.125rem 0rem;
}
    ul.hmcnt {
    display: block;
}
    section.sec15 {
    margin-top: 3.125rem;
}
    .reserSeat h3 {
    font-size: 4.25rem;
    line-height: 4.25rem;
}
    .resSmall {
    font-size: 3rem;
    line-height: 4rem;
}
    section.sec13 {
    padding-bottom: 4.125rem;
}
    section.sec12 {
    padding: 3.125rem 0rem 3.125rem;
}
    .testicnt p {
    font-size: 1rem;
    line-height: 2rem;
}
    .testicnt {
    padding-top: 4rem;
}
  .testLeft {
    padding-right: 0rem;
    padding-bottom: 1rem;
}
    .testLeft img {
    width: 80%;
    max-width: 9.75rem;
}
    .testCvr {
    padding: 3rem;
    border-radius: 3rem;
}
    .abtiCvr p {
    margin-bottom: 1rem;
}
    .aptHeading {
    font-size: 2rem;
    line-height: 3rem;
}
   .apt-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
}
  .abtiCvr {
    padding: 2rem;
    margin-bottom: 1.25rem;
    text-align: center;
}
    section.sec10 {
    padding: 3.125rem 0rem;
}
    .vdiomnCvrmain {
    padding: 0rem 0rem;
}
    .vimeo-gallery .hovImg:after {
    width: 2.8rem;
    margin-left: -1.4rem;
}
  .vdiomnCvr {
    width: 30.33%;
}
.vimeo-gallery .hovImg {
    border-radius: 0.5rem;
}
    section.sec08 {
    padding: 3.125rem 0rem;
    text-align: center;
}
    .whychliCvr:before {
    left: 1rem;
    top: 3rem;
}
    .whychliCvr {
    padding-left: 3rem;
    padding-bottom: 1rem;
}
    .whychhead {
    font-size: 1.5rem;
    line-height: 2rem;
}
    .whychIcon img{
        height: 2rem;
        width: 2rem;
    }
    .sec5-3Left {
    margin-top: 1.875rem;
}
    .courcHeading {
    font-size: 1.5rem;
}
    .sec5nwRight {
    padding-right: 0rem;
}
    section.sec06 .owl-nav {
    top: -3rem;
}
    section.sec06 {
    padding: 3.125rem 0rem;
}
    .owl-nav button {
    width: 2rem;
    height: 2rem;
}
    .smallHead {
    font-size: 1.5rem;
    line-height: 1.5rem;
}
    .divilogs {
    height: 8.813rem;
}
    section.sec05 {
    padding-top: 3.125rem;
}
    .counterItmin {
    margin-bottom: 1.25rem;
    height: 12.625rem;
}
    .couContin {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
    span.plus {
    font-size: 3rem;
    line-height: 3rem;
}
    span.counter {
    font-size: 3rem;
    line-height: 3rem;
}
    section.sec03 {
    padding: 0rem 0rem 0rem;
}
    .homeAbtLeft {
    align-items: center;
    text-align: center;
}
    .scrollist {
    font-size: 1rem;
    line-height: 1.5rem;
}
    marquee {
    padding: 2rem 0rem;
}
    .bannerLeft p {
    font-size: 1rem;
    line-height: 1.5rem;
}
 .homePagebanner {
    margin-top: 5rem;
}
    .resltPageCvr {
    margin-bottom: 1.875rem;
}
    .resultCvr {
    align-items: center;
    justify-content: center;
}
    .stddet p {
    font-size: 1rem;
}
    .stddet strong {
    font-size: 1rem;
}
    .stdNAme {
    font-size: 1.5rem;
    padding-bottom: .5rem;
    margin-bottom: 0.5rem;
}
    .filter-heading {
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}
    .filter-title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
}
    .filter-sidebar {
    padding: 1.5rem;
}
  .filter-sidebar {
    margin-right: 0rem;
    margin-bottom: 1.875rem;
}
    .sec01-result1 {
    margin-top: 3.125rem;
}
    .sec01-admisionFrm input[type="text"], .sec01-admisionFrm input[type="email"], .sec01-admisionFrm input[type="url"], .sec01-admisionFrm input[type="password"], .sec01-admisionFrm input[type="search"], .sec01-admisionFrm input[type="number"], .sec01-admisionFrm input[type="tel"], .sec01-admisionFrm input[type="range"], .sec01-admisionFrm input[type="date"], .sec01-admisionFrm input[type="month"], .sec01-admisionFrm input[type="week"], .sec01-admisionFrm input[type="time"], .sec01-admisionFrm input[type="datetime"], .sec01-admisionFrm input[type="datetime-local"], .sec01-admisionFrm input[type="color"], .sec01-admisionFrm input[type="file"], .sec01-admisionFrm select, .sec01-admisionFrm textarea {
    height: 4rem;
}
    .form-section-title p {
    font-size: 1.5rem;
    line-height: 2rem;
}
    .sec01-admisionFrm {
    margin-top: 3.125rem;
}
    .insghtBtn img {
    width: 1rem;
    height: 1rem;
}
    .othrInsghtsCntnt a {
    font-size: 1.125rem;
    line-height: 2rem;
}
    .othrInsghtsImg img {
    height: 8.75rem;
    width: 8.688rem;
}
    .othrInsghtHead {
    font-size: 2rem;
    line-height: 2.5rem;
}
    .pdf-icon img{
        width: 50%;
    }
    .pdf-text {
    font-size: 1.125rem;
    line-height: 2.125rem;
}
    .prvsYearPaprHead {
    font-size: 2rem;
    line-height: 2.5rem;
}
    #wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea {
    height: 9.375rem !important;
}
    .commentSection {
    margin-top: 3.125rem;
}
    .sngleInsightsLftHead {
    padding-bottom: 1.125rem;
    margin-bottom: 1.125rem;
}
    .pstDetail span {
    font-size: 1rem;
    line-height: normal;
}
    .pstdDte {
    font-size: 1rem;
    line-height: normal;
}
    .sngleInsightsLftHead h2 {
    font-size: 3rem;
    line-height: 3.5rem;
}
    .sngleInsightLftCvr {
    padding-right: 1rem;
}
    span.insightsSmlHd {
    margin-bottom: 1rem;
    text-align: center;
}
    .sec01-sngleInsight {
    margin-top: 9rem;
}
    .insightinHmCvr {
    margin-bottom: 1rem;
}
    .insite2bottom {
    top: 70%;
}
    .hovImg  img {
    width: 100%;
}
    .sec01-insight1 {
    margin-top: 3.125rem;
}
    #post-33 .sec01-contact2 {
    margin-top: 3.125rem;
}
    .inputbtn.btn.btn-primary {
    margin-top: 0rem;
}
    ::placeholder{
        font-size: 1rem;
    }
    .form-control {
    font-size: 1rem !important;
    padding: 1rem 1rem;
}
    .inputField {
    height: 4rem;
}
    .cntctSec1Rgt {
    padding: 2.5rem;
}
    .cntctsocialHed {
    font-size: 1.5rem;
    line-height: 2rem;
}
    .cntctSec1Lft {
    margin-bottom: 2rem;
}
    .cntctSec1Lft h2 {
    margin-bottom: 1.5rem;
}
    .Cntctadress {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #323232;
}
    .Cntctadress {
    background-size: 1.5rem;
    padding-left: 3.5rem;
    margin-bottom: 1.5rem;
}
    .Cntctmail {
    background-size: 1.5rem;
    padding-left: 3.5rem;
    margin-bottom: 1.5rem;
}
    .cntctPageDetail li a {
    font-size: 1.5rem;
    line-height: 2.5rem;
}
  .Cntctphn {
    background-size: 1.5rem;
    padding-left: 3.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}
    .sec01-contact1 {
    margin-top: 3.125rem;
}
 #testimonial-container > .col-lg-6:nth-child(4n+2) .TestimonialCvr {
    margin-bottom: 1.5rem;
}
    .testimonial-name span p {
    font-size: 1rem;
    line-height: 1rem;
}
    .testimonial-name {
    font-size: 1.25rem;
}
.sec01-testimonialmainCvr .testimonial-img img {
    width: 4.75rem;
    height: 4.75rem;
}
    #testimonial-container > .col-lg-6:nth-child(4n+3) .TestimonialCvr {
    margin-top: 0rem;
        margin-bottom: 1.5rem;
}
    .tesimnialPageCnt p {
    font-size: 1rem;
    line-height: 2rem;
}
    .tesimnialPageCnt {
    padding-top: 3rem;
}
    .sec01-testimonialmainCvr {
    margin-top: 3.125rem;
}
    .abtBnrLft img {
    width: 10.75rem;
}
    .successBnrCntnt {
    margin-bottom: 1rem;
}
    ul#galleryTab {
    margin-bottom: 2rem;
    gap: 1rem;
}
    .sec02-singleGallery1 .nav-tabs .nav-link {
    padding: .5rem 2rem;
    font-size: 1rem;
    line-height: 2rem;
}
    .SingleGalleryBnrCntnt h1 {
    margin-bottom: 1.5rem;
}
    .sec01-singleGallerybnr {
    margin-top: 8rem;
}
    .galleryTitle {
    font-size: 1.25rem;
    line-height: 2.25rem;
}
    .bordgal img {
    height: 25rem;
}
    .sec02-gallery2 {
    margin-top: 3.125rem;
}
    .almnicntntrighthead {
    font-size: 3rem;
    line-height: 3.5rem;
}
 .almincntntRight {
    padding: 3rem;
    height: 46.188rem;
    margin-top: 3.125rem !important;
    margin: 0 auto;
}
    .almnicnctLftPonts {
    padding-left: 3.5rem;
    padding-bottom: 1rem;
}
   .almnicnctLftpontsimg img {
    height: 2rem;
    width: 2rem;
}
    .almnicnctLft h2 {
    margin-bottom: 1.5rem;
}
    .almnicnctpontHd {
    font-size: 1.5rem;
    line-height: 2.5rem;
}
    .sec01-alumnCnnct1 {
    margin-top: 3.125rem;
}
  .faqTop {
    margin-right: 0rem;
    text-align: center;
}
    .sec01-contact3 {
    margin-top: 3.125rem;
}
    .accordion-body p {
    font-size: 1rem;
    line-height: 1.5rem;
}
    .accordion-button {
    font-size: 1.125rem;
}
    #post-61 .sec01-contact2 {
    margin-top: 3.125rem;
}
    .sngleCourseRight img {
        width: 50%;
    }
    .sngleListCvr {
    margin-bottom: 1.8rem;
}
    .sngleCourseCntnt ul li {
    background: url(../images/li-img.png) no-repeat left top 0.563rem;
    background-size:0.438rem auto;
}
    .sngleCourseCntnt strong {
    font-size: 1.5rem;
    line-height: 2.5rem;
}
    .sngleCourseLft h1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
}
    .sec01-sngleCourse {
    margin-top: 8rem;
}
    .crseHd {
    bottom: 1rem;
    left: 1.5rem;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
    .sec01-course1 {
    margin-top: 3.125rem;
}  
    .sec01-inrPageebnr {
    margin-top: 5rem;
}
    .divisionSec2Lft img {
    width: 30rem;
}
    .sec02-division2 .row:nth-child(even) .divisionSec2Right {
    padding-right: 0rem;
}
    .secCvrdivision2 {
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    .divisionSec2Right {
    align-items: center;
    padding-left: 0rem;
    text-align: center;
    margin-top: 1.25rem;
}
    .divisionSec2Lft {
    text-align: center;
}
    .sec02-division2 {
    margin-top: 3.125rem;
}
    .InnrBnrCntnt span {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}
    .InnrBnrCntnt {
    height: 16.5rem;
}
    .sec01-inrPageebnr {
    background: url(../images/innerPageBanner.png) bottom;
    height: 20.5rem;
}
 .footBtm p {
    font-size: 1rem;
    padding: 0rem;
}
    .locati {
    line-height: 2rem;
    font-size: 1rem;
}
    .footBox li.adress {
    font-size: 1rem;
    line-height: normal;
}
   .footBox ul li a {
    font-size: 1rem;
    line-height: normal;
}
    .lnks {
    margin: 0.625rem 0;
    display: block;
    background-position: top center !important;
    padding-top: 1.563rem;
    padding-left: 0rem !important;
}
    footer .container {
    padding: 2rem 0rem 0rem 0rem;
}
    footer {
    padding: 3.375rem 0rem 0rem;
    text-align: center;
}
   img.appimg {
    margin-left: -3rem;
    max-width: 72%;
    margin-top: 3.95rem;
}
    #post-21 .sec18 {
    margin-top: 1.875rem;
}
    .abt6-leaders {
    margin-bottom: 1.25rem;
}
    .abt6LeaderImg img {
    margin-bottom: 0.5rem;
}
    .abt6LeaderName {
    font-size: 1.5rem;
    line-height: normal;
    margin-bottom: 0.5rem;
}
    .abt6Top {
    margin-bottom: 1.5rem !important;
}
    .sec06-abt6 {
    margin-top: 3.125rem;
}
    .abtsec5Right {
    text-align: center;
}
    .abtsec5Right img {
    width: 30.75rem;
}
    .abtsec5Lft span {
    font-size: 1rem;
    line-height: normal;
}
    .abtsec5Lft li {
    font-size: 1.5rem;
    line-height: normal;
    background: url(../images/li-img.png) no-repeat left top 0.563rem;
    background-size: .5rem auto;
    margin-bottom: 1.5rem;
}
    .sec05-abt5 {
    margin-top: 3.125rem;
}
    .abtsec4Right {
    align-items: center;
    text-align: center;
    margin-top: 1.25rem;
}
   .sec04-abt4 {
    margin-top: 3.125rem;
}
    .btn {
    font-size: 1rem;
    line-height: 2rem;
    padding: 0.25rem 1.275rem;
}

    .abtsec3-Btn {
    margin-top: 0rem;
}
    .abtsec3pointshed {
    font-size: 1.5rem;
    line-height: 2rem;
}
    .abtsec3-main-img img{
        width: 50%;
    }
    .abt2Head {
    font-size: 8rem;
    line-height: 8rem;
}
    .abtBnrRight img {
    height: 37.688rem;
    width: 47.25rem;
}
    .abtBnrLft h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
}
    .sec03-abt3 .col-lg-3 {
    margin-bottom: 1.25rem;
}
  .sec03-abt3 {
    margin-top: -11.125rem;
}
    .sec02-abt2 {
    padding: 6rem 0rem;
}
.sec01-abtbnr {
    margin-top: 8.75rem;
}
.abtBnrLft {
    align-items: center;
    text-align: center;
}
span.menubtn.menuicon {
    display: block;
}
.headerbtm .col-lg-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headCnt {
    justify-content: space-between;
    flex-direction: row-reverse;
}
.headCnt .btn {
    padding: 0.7rem 1.2rem 0.8rem;
    margin-left: 1.5rem;
}
li.hedmail {
    display: none;
}
li.hedphn {
    display: none;
}
.headeCnt {
    justify-content: space-between;
    width: 100%;
    display: none;
}
.headeCnt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
    /* Make columns flexible */
#testimonial-container .col-lg-6{
    display:flex;
}

/* Testimonial card */
.TestimonialCvr{
    width:100%;
    padding:2rem;
    background:#F1F4FA;
    border-radius:2rem;
    margin-bottom:1.5rem;
    display:flex;
    flex-direction:column;
}

/* Make inner wrapper full height */
.testimCvr2{
    display:flex;
    flex-direction:column;
    height:100%;
}

/* Push bottom section to bottom */
.testbtmCvr{
    margin-top:auto;
    display:flex;
    align-items:center;
    gap:0.938rem;
}

/* Proper image size */
.testimonial-img img{
    width:3.75rem;
    height:3.75rem;
    object-fit:cover;
}


    html{
		font-size:calc(100vw * 16/768);	
		scroll-behavior: smooth;
}   
 
    h1, h2, h3, h4, .h1, .h2, .h3, .h4, .heading,.busiunRight .h2 {
        font-size: 1.75rem;
        line-height: 2.2rem;margin-bottom: .5rem;
    }
    p, body {
        font-size: 1rem;
        line-height: 1.5;
    }
    p{margin-bottom: 1.8rem;}
    
span.menubtn.menuicon .cls {
    display: none;
}
span.menubtn.close img.plss {
    display: none;
}
.menu {
        position: fixed;
        width: 100%;
        left: -100%;
        z-index: 11;
        background: #1944A2;
        top: 0rem;
        height: 100vh;
        max-width: 80%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    }
    .menu.active {
    left: 0rem;
}
ul.mainmenu li a:after {
    background: transparent;
}
.current-menu-item a{
    color:#F4D159 !important;
}
span.menubtn {
        display: block;
        width: 2.5rem;
        height: 2.5rem;
    }
.menu ul li {
    width: 100%;
    display: block;padding: 0rem 1rem !important;
}
.menu ul li a{padding: 0.8rem 0rem; display: block; border-bottom:0rem solid #ffffff30;}
.menu ul {
    display: block;width: 100%;
}
    span.toggle-sub {
        background: url(../images/drpDown.png) no-repeat center;
        background-size:1rem;
        width: 1.2rem;
        height: 1.2rem;
        display: inline-block;
        position: absolute;
        top: 1rem;
        right: 1rem;
        z-index: 1000;
        cursor: pointer;
        background-color:transparent ;
    }
      span.toggle-sub.close {
        background: url(../images/minus-m.png) no-repeat center;
        background-size:0.625rem;}
#mainmenu ul {
    display: none;
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0rem;
    z-index: 999;
    text-align: left;
    background: #2279BF;
    display: inline-block;
}
ul.mainmenu li a{font-size: 1rem;}
#mainmenu ul li a {
    font-size: 1rem;
    line-height: normal;
    padding: 0.8rem 0rem;
    display: block;color: #fff;
    border-bottom: 0rem;
    background: url(../images/menu-b.png) no-repeat right 0.5rem top 1.57rem;
    background-size: 1.25rem;
}
#mainmenu ul li ul {
    left: 0rem;
    top: 0rem;
}
#mainmenu ul li a{background: none !important;}
#mainmenu ul li:hover {
    background-color: transparent;
}
#mainmenu ul li:hover ul li a{color: #fff;}
#mainmenu ul li:hover a{border-color:#ffffff30 ;}
#mainmenu ul li:hover ul li a{border-color:#ffffff30 ;}
 .locati span {
    width: auto;
    display: inline-block;
} 
.testRight {
    padding-left: 0rem;}
    .testicnt p {
    min-height: 10rem;
    max-height: 10rem;
    overflow: hidden;
}
.sngleInsightsLftHead {
    text-align: center;
}
a.lomp {
    font-size: 1rem;
    line-height: 1.8rem;
    justify-content: center;
}
a.lomp img {
    width: 1.5rem;
    margin-right: 0.5rem;
}
.sjb-page ,.sjb-page .sjb-detail.sjb-v2 .list-data .v2, .sjb-page .sjb-detail.sjb-v1 .list-data .v1{
    padding: 0rem;
}
.sjb-page h1, .sjb-page h2, .sjb-page h3, .sjb-page h4 {
    font-size: 1.3rem;}
    .sjb-page .sjb-detail {
    margin: 0px 0;
}
.sjb-page h1, .sjb-page h2, .sjb-page h3{margin-top:0rem !important}
.job-description ul li {
    color: #323232;
    background: url(../images/li-img.png) no-repeat left top 0.5rem;
    padding-left: 1.5rem;
    background-size: .75rem auto;
    margin-bottom: 0.5rem;
}
button.btn.btn-app-modal-close {
    display: none !important;
}
.job-description ul {
    margin-top: 0rem !important;
}
.insigtHeading.fechea {
    font-family: 'Barlow Condensed';
    font-size: 1.5rem;width: 100%;
}
/***************************************************/
}
@media all and (max-width:767px) {
    #jobModal .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1rem;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #fff;
    width: 90%;
}
    #jobModal .modal-title {
    font-size: 1.25rem;
    line-height: 2rem;
}
    #modalJobDesc ul li {
    background: url(../images/li-img.png) no-repeat left top 0.625rem;
    background-size: .5rem auto !important;
}
    section.sec01-career {
    margin-top: 1.875rem;
}
    .job-meta {
    gap: 1rem;
}
    .group-heading{
     margin-bottom: 2rem;
    text-align: center;
}  
    #resultHeading {
    margin-bottom: 2rem;
    text-align: center;
}
   .dskKnowMor {
       display:none !important;
   }
     .mobKnowMor {
       display:block !important;
   }
    .gallery-slide .items{
        max-width: 90%;
        margin: 0 auto; 
    }
    .testicnt p {
    font-size: 1rem;
    line-height: 2rem;
}
    .abtiCvr {
    border-radius: 1.5rem;
}
    .vdiomnCvr:nth-child(1) .vimeo-gallery .hovImg {
    border-radius: 1rem;
}
    .courseTophm {
    text-align: center;
}
    .shorts-popup .popup-content {
    position: relative;
    width: 20.5rem;
    height: 40rem;
    max-width: 90%;
}
    .vimeo-popup {
    width: 100%;
}
    .popup-content {
    width: 95%;
    position: relative;
}
    .popup-content iframe {
    height: 25rem;
}
    .footHead {
        margin-bottom: 0rem;
        font-size: 1.2rem;
    }
   .footBox {
    margin-bottom: 1rem;
}
    .snGleCrse{
       margin-top:1.875rem; 
}
    .homePagebanner {
    padding: 0rem .75rem;
}
    .sngleCourseRight img {
    width: 70%;
}
 .gallery-slide .owl-dots {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}
    .testCvr {
    padding: 2rem;
    border-radius: 2rem;
}
    .sec01-inrPageebnr {
    margin-top: 4rem;
}
    .insightImg {
    border-radius: 1rem;
}
    .courseList.secndn {
    margin-bottom: 1rem;
}
    .divilogs img {
    max-width: 70%;
    max-height: 80%;
    position: relative;
}
    .counterItCvr {
    padding: 1rem 1rem;
}
    .bannerimg {
    border-radius: 1rem 1rem 1rem 1rem;
}
    .scrollist {
    padding: 2rem 0rem 2rem 4rem;
    background-size: 2rem;
}
    .homePagebanner {
    margin-top: 4rem;
}
    .headerbtm {
    padding: .5rem 0rem;
}
    .accordion-body {
    padding: .5rem .5rem .5rem 1rem;
}
    .accordion-button {
    padding: .5rem .5rem .5rem 1rem;
}
    .homePagebanner .owl-dots {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}
    .bannerLeft .h1 {
    font-size: 2rem;
    line-height: 2.5rem;
}
   .banner-mobile {
    margin-top: -17rem;
    text-align: center;
}
    .video-wrapper img.img-fluid {
    height:20rem;
}
    .wpcf7-not-valid-tip {
    top: 0.5rem;
}
     section.sec15 {
    margin-top: 1.875rem;
}
    .galImg img {
    height: 18rem;
}
  section.sec06 .owl-nav {
    top: 30.5rem;
    left: 50%;
    transform: translateX(-50%);
}
.courseTophmBTnCvrr a{
    margin-top:2.5rem;
}
  .smallHead {
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 1rem !important;
}
    .contact-socialIcons li a {
    width: 4.5rem;
    height: 4.5rem;
}
 .conctsoclSecndCvr {
    padding: 0rem 1.5rem !important;
}
    marquee {
    background-size: 255%;
}
    section.sec12 .owl-nav {
    margin-top: 1rem !important;
}
    section.sec16 {
    padding: 1.875rem 0rem;
}
    ul.hmcnt li.hedmail a {
    background: url(../images/mail-icon-2.png) no-repeat left top 0rem;
    background-size: 1.25rem !important;
}
    ul.hmcnt li.hedphn a {
    background: url(../images/call-icon-2.png) no-repeat left top 0rem;
    background-size: 1.25rem !important;
}
    ul.hmcnt a {
    font-size: 1rem;
    line-height: 2rem;
}
    .contactCvrhome {
    padding: 0rem 0rem;
}
    section.sec15 {
    margin-top: 1.875rem;
}
  section.sec14 {
    padding: 3.75rem 0rem;
    background-size: 500%;
}
    .reserSeat h3 {
    font-size: 3.25rem;
    line-height: 3.25rem;
}
    .resSmall {
    font-size: 2rem;
    line-height: 3rem;
}
    section.sec13 {
    padding-bottom: 3.125rem;
}
    .instbtn {
    margin-top: 1rem;
}
    .insiteCvr {
    padding: 0rem 0rem;
}
    section.sec12 {
    padding: 1.875rem 0rem 1.875rem;
}
    button.owl-prev {
    margin-right: 1rem !important;
}
     button.owl-next {
    background-size: 100% !important;
}
    button.owl-prev {
    background-size: 100% !important;
}
    .syptText.testNamendcomp span p {
    font-size: 1rem;
}
    .syptText.testNamendcomp {
    font-size: 1rem;
    line-height: 1.5rem;
}
    .testRight .owl-nav {
    margin-top: 2rem !important;
}
    .testImg {
    width: 4rem;
    height: 4rem;
}
    .testRight {
    padding-left: 0rem;
    position: relative;
}
    .aptHeading {
    font-size: 1.5rem;
    line-height: 2rem;
}
    .apt-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
}
    section.sec10 {
    padding: 2.5rem 0rem;
}
    .results-slide {
    margin-bottom: 0rem;
}
    .results-slide:before {
    background: none;
}
    .vdoList .col-lg-12.text-center.reach12Cvr {
    margin-top: 1rem;
}
    .vimeo-gallery .hovImg:after {
    width: 1.8rem;
    margin-left: -1.3rem;
}
  .vimeo-gallery .hovImg {
    border-radius: 0.5rem;
}
    .vdiomnCvr {
    margin-right: 0%;
}
    .vdiomnCvr:nth-child(1) {
    margin-bottom: 1rem;
}
    section.sec08 {
    padding: 2rem 0rem;
}
    .whychIcon img {
    height: 1.5rem;
    width: 1.5rem;
}
    .whychhead {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}
    .sec05Top h2 {
    display: block;
}
    .divilogs {
    width: 100%;
    margin-bottom: 1.25rem;
}
    .combhmrow2 {
    display: block;
    column-count: 2;
}
    section.sec05 {
    padding-top: 1.875rem;
}
   .sec05Top {
    padding: 1.5rem;
    border-radius: 1.5rem;
    text-align: center;
}
.counHeadin {
    margin-bottom: .125rem;
}
    .counterItmin {
    height: 10.625rem;
}
    .couContin {
    font-size: 1rem;
    line-height: 1.5rem;
}
    span.plus {
    font-size: 1.75rem;
    line-height: 2rem;
}
    span.counter {
    font-size: 1.75rem;
    line-height: 2rem;
}
    .homeabtRight {
    max-width: 53.125rem;
    min-height: 25.5rem;
}
    .homeAbtLeft {
    margin-bottom: 1.25rem;
}
    .homeabtRight  img {
    min-height: 0;
    max-width: 100%;
    height: 23.5rem;
}
    marquee {
    padding: 1rem 0rem;
}
    .resltPageCvr {
    margin-bottom: 1.25rem;
}
    .stdNAme {
    font-size: 1.125rem;
    padding-bottom: .25rem;
    margin-bottom: 0.25rem;
}
    .filter-sidebar {
    padding: 1rem;
    border-radius: 1rem;
}
    .filter-title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: .5rem;
}
    .sec01-result1 {
    margin-top: 1.875rem;
}
    .admissionFrmHead {
    margin-bottom: 1rem;
}
    .sec01-admisionFrm select {
    font-size: 1rem;
    line-height: 2rem;
}
    ::placeholder{
        font-size: 1rem !important;
    }
    .sec01-admisionFrm input[type="text"], .sec01-admisionFrm input[type="email"], .sec01-admisionFrm input[type="url"], .sec01-admisionFrm input[type="password"], .sec01-admisionFrm input[type="search"], .sec01-admisionFrm input[type="number"], .sec01-admisionFrm input[type="tel"], .sec01-admisionFrm input[type="range"], .sec01-admisionFrm input[type="date"], .sec01-admisionFrm input[type="month"], .sec01-admisionFrm input[type="week"], .sec01-admisionFrm input[type="time"], .sec01-admisionFrm input[type="datetime"], .sec01-admisionFrm input[type="datetime-local"], .sec01-admisionFrm input[type="color"], .sec01-admisionFrm input[type="file"], .sec01-admisionFrm select, .sec01-admisionFrm textarea {
    height: 3rem;
}
    .sec01-admisionFrm {
    margin-top: 1.875rem;
}
    #comments {
    margin: 3.125rem 0rem 0rem 0rem !important;
}
    .othrInsghtsImg img {
    height: 8.75rem;
    width: 19.688rem;
}
    .othrInsghtsCntnt a {
    font-size: 1rem;
    line-height: normal;
}
    .othrInsghtHead {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}
    .prvsYerPprRightCvr {
    margin-bottom: 1rem;
}
    .pdf-text {
    font-size: 1rem;
    line-height: normal;
}
    .pdf-icon img {
    width: 90%;
}
    .prvsYearPaprHead {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}
    #wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea {
    height: 6.375rem !important;
}
  .commentSection {
    margin-top: 0rem;
}
    .pstDetail {
    display: block;
}
    span.insightsSmlHd {
    margin-bottom: .5rem;
}
    .sngleInsightsLftHead h2 {
    font-size: 1.75rem;
    line-height: 2rem;
}
    .sec01-sngleInsight {
    margin-top: 7rem;
}
.insite2bottom {
        top: 72%;
        padding: 1rem;
        width: 100%;
        text-align: center;
    }
    .sec01-insight1 {
    margin-top: 1.875rem;
}
    .sec01-contact3 iframe {
    width: 100%;
    height: 17.75rem;
}
    textarea.inputField {
    padding: 0.5rem 2rem;
}
    .inputField {
    height: 3rem;
}
    .cntctSec1Rgt {
    padding: 1.5rem;
}
    .cntctSec1Lft {
    margin-bottom: 1rem;
}
    .cntctsocialHed {
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}
    .Cntctadress {
    font-size: 1.125rem;
    line-height: 2.125rem;
}
    .cntctPageDetail li a {
    font-size: 1.125rem;
    line-height: 2.125rem;
}
    .Cntctadress {
  background-size: 1rem;
    padding-left: 2rem;
    margin-bottom: 1rem;
}
    .Cntctmail {
   background-size: 1rem;
    padding-left: 2rem;
    margin-bottom: 1rem;
}
  .Cntctphn {
    background-size: 1rem;
    padding-left: 2rem;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}
    .cntctSec1Lft h2 {
    margin-bottom: 1rem;
}
    .sec01-contact1 {
    margin-top: 1.875rem;
}
    .testimonial-name {
    font-size: 1.125rem;
    line-height: normal;
}
.sec01-testimonialmainCvr  .testimonial-img {
    width: 3rem;
    height: 3rem;
}
    .sec01-testimonialmainCvr .testimonial-img img {
    width: 3rem;
    height: 3rem;
}
    .TestimonialCvr {
    margin-bottom: 1rem;
}
    #testimonial-container > .col-lg-6:nth-child(4n+2) .TestimonialCvr {
    margin-bottom: 1rem;
}
       .TestimonialCvr {
    padding: 1.5rem;
}
    #testimonial-container > .col-lg-6:nth-child(4n+1) .TestimonialCvr, #testimonial-container > .col-lg-6:nth-child(4n+4) .TestimonialCvr {
    padding: 1.5rem;
}
.sec02-singleGallery1 .video-thumb {
    height: 20rem;
}
    .sec02-singleGallery1 .nav-tabs .nav-link {
    padding: .5rem 1.5rem;
    line-height: normal;
}
    .sec02-singleGallery1 .nav-item {
    padding: 0.25rem;
}
     .bordgal1 img {
    height: 20rem;
}
    .galleryTitle {
    font-size: 1.125rem;
    line-height: 2.125rem;
}
    .bordgal img {
    height: 20rem;
}
    .sec02-gallery2 {
    margin-top: 1.875rem;
}
    #post-226 footer {
    padding: 1.875rem 0rem 0rem;
}
    .almnicntntrightCntnt {
    margin-bottom: 1rem;
}
    .almnicntntrighthead {
    font-size: 2rem;
    line-height: 2.25rem;
}
    .almnirightTextCvr {
    padding-top: 11.125rem;
}
   .almincntntRight {
    padding: 2rem;
    height: 30.188rem;
    margin-top: 1.875rem!important;
}
    .almincntntRight {
    max-width: 100%;
}
    .almnicnctLftPonts:before {
    left: 1rem;
    top: 3rem;
}
    .almnicnctLftpontsimg img {
    height: 1.5rem;
    width: 1.5rem;
}
    .almnicnctpontHd {
    font-size: 1.25rem;
    line-height: 2.25rem;
}
    .almnicnctLft h2 {
    margin-bottom: 1rem;
}
    .sec01-alumnCnnct1 {
    margin-top: 1.875rem;
}
    .coursesPageCvr {
    margin-bottom: 1rem;
}
    .sec01-contact3 {
    margin-top: 1.875rem;
}
    .accordion-button.active:after {
    background-size: 1rem;
}
    .accordion-button:after {
   background-size: 1rem;
}
    .accordion-button {
    font-size: 1rem;
}
    .sngleListCvr {
    margin-bottom: 1rem;
}
    .sngleCourseLft h1 {
    font-size: 2.125rem;
    line-height: 2.125rem;
}
    .sec01-sngleCourse {
    margin-top: 7rem;
}
    .sngleCourseCntnt strong {
    font-size: 1.25rem;
    line-height: 2.25rem;
}
    .sec01-course1 {
    margin-top: 1.875rem;
}
    .hovImg  img {
    width: 100%;
}
    .sec02-division2 {
    margin-top: 1.875rem;
}
     .InnrBnrCntnt {
    max-width: 100%;
}
    .InnrBnrCntnt span {
    line-height: 1rem;
    margin-bottom: 0.125rem;
}
    .footBtm {
    margin-top: 1rem;
}
   footer .container {
    padding: 1rem 0rem 0rem 0rem;
}
    footer {
    padding: 1.875rem 0rem 0rem;
}
  .applinks {
    height: 100%;
    position: relative;
    right: 0;
    bottom: 0;
    flex-direction: column;
}
.applinks a:nth-child(2) {
    margin-right: 0rem;
    margin-bottom: 0.5rem;
}
    .mobileappText {
    min-height: 25rem;
}
    .abt6LeaderName {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}
    .abt6LeaderDsgnation {
    text-align: center;
}
    .abt6LeaderName {
    text-align: center;
}
    .abt6LeaderImg {
    text-align: center;
}
    .abt6LeaderImg img {
    width: 15rem;
}
    .abt6Top {
    margin-bottom: 1rem !important;
    max-width: 100%;
}
    .sec06-abt6 {
    margin-top: 1.875rem;
}
    .abtsec5Lft li {
    font-size: 1.25rem;
}
    .sec05-abt5 {
    margin-top: 1.875rem;
}
    .sec04-abt4 {
    margin-top: 1.875rem;
}
    .abtsec3points img {
    height: 1.5rem;
    width: 1.5rem;
    margin-bottom: 1rem;
}
    .abtsec3pointshed {
    font-size: 1.25rem;
    line-height: 2rem;
}
    .abtsec3points {
    padding: 1.5rem 0.75rem;
}
    .abtsec3topCntnt {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 1.5rem !important;
}
    .sec03-abt3 {
    margin-top: -5.125rem;
}
    .abt2Head {
    font-size: 3rem;
    line-height: 3rem;
}
    .sec02-abt2 {
    padding: 3rem 0rem;
}
    .abtBnrRight {
    text-align: center;
}
    .abtBnrRight img {
    height: 18.688rem;
    width: 25.25rem;
}
    .abtBnrLft h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
}
    .abtBnrLft span {
    font-size: 1.5rem;
    line-height: normal;
}
    .sec01-abtbnr {
    margin-top: 6.75rem;
}
     html{
		font-size:calc(100vw * 16/370);	
		scroll-behavior: smooth;
	}
      
       p {
        margin-bottom: 1rem;
    }
    p,body,.philoCvr p,.footbxCvr ul li span, .footbxCvr ul li a {
    font-size: 1rem;
    line-height: 1.7rem;}
      .btn {
    text-align: center;
    font-size: 0.8rem;
    line-height: normal;
    padding: 0.75rem 1.5rem;
}
.location-entry {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.location-entry p, .location-phone a {
    font-size: 1rem;
    line-height: 1.8rem;
}
p.location-phone {
    margin-bottom: 0.5rem;
}
     
}
        
@media all and (max-width:360px) {
       html{
		font-size:calc(100vw * 16/360);	
		scroll-behavior: smooth;
	}
      
    
   }

@media all and (max-width:320px) {
    .insite2bottom {
    top: 65%;
}
    .almincntntRight {
    height: 32.188rem;
}
     html{
		font-size:calc(100vw * 16/320);	
		scroll-behavior: smooth;
	}
       }